/* =WordPress Core
-------------------------------------------------------------- */


.author-info .text-holder p{
	display: block;
}

.posts-block .first-col .holder{
	overflow: hidden;
}

.posts-block img {
	width: 100%;
	max-width: 99999px;
	height: 100%;
}

@media only screen and (max-width:1023px){
	.categories-block .text-holder h2{
		padding: 0 0 15px;
		margin: 0 0 15px;
	}
}

@media only screen and (max-width:767px){
	.categories-block .text-holder h2{
		padding: 0 0 20px;
		margin: 0 0 20px;
	}
	.posts-block .image-col,
	.posts-block .first-col,
	.posts-block .col{
		height: auto !important;
	}
}