/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/


/*QUITAR IMAGEN DESTACADA EN LOS POST*/
.image_frame .image_wrapper .mask { display: none; }
.image_frame .image_wrapper .image_links { display: none; }
.image_frame:hover .image_wrapper img, .image_frame.hover .image_wrapper img { top: 0px; }

/*PARRAFOS MÁS ESTRECHOS EN posts*/
@media (min-width: 1024px) { 
	.the_content_wrapper p,
	.the_content_wrapper h2,
	.the_content_wrapper h3,
	.the_content_wrapper h4,
	.the_content_wrapper h5,
	.the_content_wrapper h6,
	.the_content_wrapper ul,
	.autorPost
	 	{padding-left: 250px; padding-right: 250px;}
	.the_content_wrapper p.wp-caption-text {padding: 0 !important;} 	
}
/*TITULO DEL POST*/
h1.entry-title {
	text-align:center
}

/*AUTOR EN POST SINGLE*/
.autorPost {
	max-width: 1100px;
	padding-top: 40px;
	text-align: left;
}
.autorPost a {color:#727272;}
.autorPost a:hover {color:red;}
.column.one.single-photo-wrapper.imagenPost {margin-bottom: 0px !important;}

/*IMAGENES MINUATURA POSTS EN GRID CATEGORY*/
.image_frame, .wp-caption {border: none !important}

.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {margin-bottom: 0 !important;}