#recipes_category_container{
	position: relative;
	width: 100%;
	overflow:hidden;
	margin:0;
	padding: 0;
}
#recipes_category_container #category-title{
	width: 100%;
	border-top: 8px solid #000;
	background-color: #ff341b;
	padding: 25px 0;
	position: relative;
	overflow: hidden;
	height: 144px;
	max-height: 144px;
}
#recipes_category_container #category-title .category-icon{
	display: inline-block;
	width: 25%;
	text-align: right;
	height: 84px;
}
#recipes_category_container #category-title .category-icon img{height: 100%;width: auto;}
#recipes_category_container #category-title h1{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	padding: 22px 0 0;
}
#recipes_category_container h2{
	font-family: "Open Sans", Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 2rem;
	vertical-align: baseline;
	color: rgb(229, 28, 3);
}
.post-category{padding:20px 50px;}
.post-category:nth-child(even){
	background-color: #f3f3f3;
}
.post-category-img{
	width: 25%;
	position:relative;
	display: inline-block;
	margin:0;
	padding-right: 35px;
}
.post-category-img a{
	display: inline-block;
	width: 100%;
	height: auto;
	position: relative;
	max-height: 275px;
	overflow: hidden;
}
.post-category-img a img{
	width: 100%;
	height:auto;
}
.post-category-info{
	width: 74%;
	display: inline-block;
	vertical-align: top;
}
#recipes_category_container .ver_receta{
	color: #ffffff !important;
	background: #e51c03;
	letter-spacing: 0px;
	font-size: 20px;
}
#recipes_category_container .ver_receta:hover{ background: #e51c03; }
.et_pb_text_4 { padding-bottom: 40px; }
#recipes_category_container .pagination_link{
	margin: 30px;
	overflow: hidden;
}
#recipes_category_container .left{float: left;}
#recipes_category_container .right{float: right;}

/**** post css ***/
.topborder-black-row1{ padding-top: 0 !important; }

#main-content .container:before{ display: none; }
#main-content .container{
	max-width: 100% !important;
	width: 100% !important;
	padding-top: 0 !important;
}

/* Anular el float que Divi mete en #left-area pero sin romper el layout */
#left-area{
	float: none !important;
	width: 100% !important;
	padding-right: 0 !important;
}

/* Layout de dos columnas propio, sin depender de Divi */
#recipe_container article.et_pb_row_1{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 20px 0;
}

#recipe_container .et_pb_column_1_3{
	flex: 0 0 30%;
	max-width: 30%;
	float: none !important;
	width: auto !important;
}

#recipe_container .et_pb_column_2_3{
	flex: 1 1 0;
	float: none !important;
	width: auto !important;
}

#recipe-image{
	max-height: 358px;
	overflow: hidden;
	border-radius: 4px;
}
#recipe-image img{ width: 100%; height: auto; display: block; }

#recipe-sociales{ margin: 20px 0; }

#recipe-infos p{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 8px 0;
}
#recipe-infos p img{ width: 32px; height: auto; }
#recipe-infos p span{ font-size: 0.95rem; }

#main-content h1{
	color: #de1f03;
	font-family: "Open Sans", Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 0;
}

#recipe-date{ margin: 10px 0 20px; color: #888; font-size: 0.9rem; }

#recipe-ingredients{
	background-color: #f5f5f5;
	padding: 15px 20px;
	margin-bottom: 25px;
	border-radius: 4px;
}

#main-content h4{
	font-weight: bold;
	color: #de1f03;
	font-size: 0.9rem;
	margin-top: 0;
}

#recipe-ingredients .recipe-ingredient{
	display: inline-block;
	width: 49%;
	margin: 8px 0;
	font-size: 0.9rem;
}

.et_post_meta_wrapper{
	width: 80%;
	margin: auto;
}

@media screen and (max-width: 768px){
	#recipe_container article.et_pb_row_1{
		flex-direction: column;
	}
	#recipe_container .et_pb_column_1_3,
	#recipe_container .et_pb_column_2_3{
		flex: none;
		max-width: 100%;
		width: 100% !important;
	}
	#recipe-ingredients .recipe-ingredient{
		width: 100%;
	}
}

/*** Para botones de compartir ***/
.maxcollection.maxcollection-1{
	width: 100%;
	margin:0 auto !important;
	overflow: hidden;
	display: block !important;
}
span.mb-icon {cursor: pointer;}
@media screen and (max-width:800px){
	.post-category-img{width: 40%;}
	.post-category-info{width:59%;}
}
@media screen and (max-width:500px){
	.post-category-img{
		width: 100%;
		padding-right: 0;
	}
	.post-category-info{width:100%;}
}

#lightbox{z-index:100000 !important;}