.post {
	text-align: center;
	padding-bottom: 30px;
	display: block;
}
.post .entry-title h3 {
	font-size: 25px;
	margin-bottom: 25px;;
	color: #FBCA00;
	text-decoration: underline;
}
.post .entry-title a {
	color: #FBCA00;
}
.entry-thumbnail {
	position: relative;		
}
.post-content {
	padding: 100px 0px;
	background: #0F263A;
	position: relative;	
}
.post-content .entry-content p {
	font-size:20px;
	color: #FFF;	
}
.entry-thumbnail .post-meta .pub-date {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #FBCA00;
	padding: 3px 8px;
	border-radius: 5px;
	font-size: 12px;
	color: #222;
	font-weight: bold;
}
.readmore {
	position: absolute;
	display: inline-block;
	bottom: -23px;
	left: 0;
	right: 0;
	border: 5px;
}
.readmore i {
	color: #FFF;
	background: #FBCA00;
	vertical-align: middle;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 40px;
	border: 5px #fff solid;
	-webkit-transition: all 5s ease;
	-o-transition: all 5s ease;
	transition: all .5s ease;
} 
.readmore:hover i {
	-webkit-box-shadow: 3px 4px 11px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 3px 4px 11px 0px rgba(0,0,0,0.40);
	box-shadow: 3px 4px 11px 0px rgba(0,0,0,0.40);
} 
.single-post .post-content {
	padding: 30px 0;
    background: transparent;
    position: relative;
}
.single-post .entry-content p {
	color: #888;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%
    height: 300px
}

/*** 