/*
 * Theme Name:     Divi Child Presto
 * Author:         Grupo Trevenque
 * Version:        1.0
 * Theme URI:      https://rizpresto.ma
 * Author URI:     https://solucionesweb.trevenque.es
 * License:        GPL 2.0
 * Template:       Divi
 * License URI:license.txt
 * Tags:           light
 * */

 * {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
a,
a:hover,
a:focus {
	color: #037731;
	text-decoration: none;
}

html,
body {
	overflow-x: hidden;
}
/*
color-primary:#97252D;
color-secundary:#DDDDDD;
*/

body {
	font-family: "Montserrat", sans-serif;
	color: #333;
	font-weight: 300;
	background-color: #f5f5f5;
}

/* Tipografía*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	color: #97252D;
	font-weight: 400;
}
h1 {
	font-size: 40px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 35px;
	margin-top: 0;
	padding: 0;
}

.home h1 {
	margin-bottom: 15px !important;
}
.text-high-home,
.text-high p {
	max-width: 988px;
	margin: 0 auto;
	text-align: center;
	color: #333;
	line-height: 140%;
	font-weight: 300;
	font-size: 1em;
	margin-bottom: 15px;
}

h2 {
	font-size: 35px;
	font-weight: 400;
}
h3.title-product,
h3.title-recipe {
	font-size: 20px;
	font-weight: 300;
	line-height: 120%;
}
h3,
.h3,
.home .productos-home h3 {
	color: #97252D;
	font-size: 20px !important;
	font-weight: 700;
}
.home h1 {
	font-size: 50px;
	font-weight: 300;
}
h4.style-h2,
.home h2,
.home h3,
.destacado-home h3 {
	font-size: 40px !important;
	font-weight: 300;
}
.destacado-home h3 {
	font-size: 30px !important;
}
h3.recipe-title {
	font-size: 20px;
	font-weight: 400;
}
p {
	line-height: 160%;
}
.destacado-home p {
	line-height: 1.2;
}
p.extract {
	font-size: 14px;
	font-weight: 400;
}
p.high {
	font-size: 20px;
}

ul {
	margin-left: 0;
	padding-left: 0;
}
ul li {
	list-style-type: none;
}
.single-product-right ul li:before {
	content: "\2022";
	color: #b93444;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: 5px;
}
ul li.before,
.single-product-alergenos p:before {
	content: url("/wp-content/uploads/2018/06/ico-circle-red.png");
	width: 6px;
	height: 6px;
	float: left;
	margin-right: 15px;

	/*list-style-type: none;
	content: "\f111";
	font-size: 20px;
    font-family: 'FontAwesome';
    color: #97252D;*/
}

.productos-home p,
.productos-home p a {
	color: #333;
}

@media (max-width: 992px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.recipe-loop .recipe-loop-items h3,
	.recipe-loop .recipe-loop-items h2 {
		font-weight: 600 !important;
	}
	.home h5 {
		font-weight: 400 !important;
	}
	#et-main-area h1 {
		font-size: 25px !important;
		font-weight: 600 !important;
		margin-bottom: 15px;
		text-align: center;
	}
	#et-main-area h2 {
		font-size: 25px !important;
		font-weight: 600 !important;
	}
	#et-main-area h3.title-product,
	h3.title-recipe {
		font-weight: 600 !important;
	}
	#et-main-area h2.title-recipe {
		padding: 0 15px;
	}
}

@media (max-width: 768px) {
	body,
	.text-high-home,
	.text-high p {
		font-size: 1.85rem !important;
	}
	/*h1{
		font-size: 52px;
		font-size: 3.7rem !important
	}
	h2{
		font-size: 45.5px;
		font-size: 3.25rem !important

	}
	h3.title-product,
	h3.title-recipe,
	h3,
	.h3,
	.home .productos-home h3,
	h3.recipe-title,
	p.high{
		font-size: 26px;
		font-size: 1.85rem !important
	}
	#et-main-area h2{
		font-size: 32.5px !important;
	}
	#et-main-area h1{
		font-size: 32.5px !important;
		font-size: 2.32rem !important;
	}
	h4.style-h2,
	.home h2,
	.home h3, 
	.destacado-home h3{
		font-size: 52px !important;
		font-size: 3.71rem !important
	}
	.destacado-home h3{
		font-size: 39px !important;
		font-size: 2.78rem !important;
	}
	
	.home h1{
		font-size: 65px;
		font-size:4.64rem !important
	}*/

	p.extract {
		font-size: 18.2px;
		/*font-size: 1.3rem !important;*/
	}
	.product-list a .btn.btn-primary {
		font-size: 14px !important;
		display: inline-block;
		position: relative !important;
		margin: 0 auto;
		bottom: auto !important;
		left: auto;
		right: auto;
		width: auto !important;
		font-size: 14px;
		display: inline-block !important;
	}
}

/* Buttons*/
.btn,
.btn:hover,
.btn:focus {
	border: 1px solid #037731;
	padding: 12px 40px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.2em;
	border-radius: 100px !important;
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	word-break: break-word;
	white-space: normal !important;
}

.btn-primary {
	border: 1px solid #037731;
	color: #fff;
	background: #037731;
}
.btn-primary:hover,
.btn-primary:focus {
	border: 1px solid #037731;
	color: #037731;
	background: #fff;
}
.btn-secundary {
	border: 1px solid #333;
	color: #fff;
	background: #333;
}
.btn-secundary:hover,
.btn-secundary:focus {
	border: 1px solid #333;
	color: #333;
	background: #fff;
}
.btn-inverse {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}
.btn-inverse:hover,
.btn-inverse:focus {
	border: 1px solid #037731;
	color: #ffffff !important;
	background: #037731;
}

.btn-lg,
.btn-lg:hover,
.btn-lg:focus {
	padding: 20px 42px !important;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.btn-search:hover,
.btn-search:focus {
	background: #fff;
	border: 1px solid #97252D;
	color: #97252D;
}

.search-box {
	margin: 0 auto;
	float: initial !important;
}

@media (max-width: 768px) {
	.btn,
	.btn:hover,
	.btn:focus {
		display: inline-block;
		max-width: 100%;
		letter-spacing: 0.1em;
		text-align: center;
		margin: 0 auto;
	}
	.btn-lg,
	.btn-lg:hover,
	.btn-lg:focus {
		font-size: 14px;
		padding: 10px 15px !important;
	}
	.search-box input[type="submit"],
	button[type="submit"] {
		cursor: pointer;
		width: 100%;
	}
}

.et_pb_scroll_top.et-pb-icon {
	background: rgba(3, 119, 49, 0.4);
}
.et_pb_scroll_top.et-pb-icon:hover {
	background: rgba(3, 119, 49, 1);
}
/* Layout*/

/*#et-main-area{
	margin-top: 60px
}*/

/*padding superior header-contenido*/
#et-main-area {
	padding-top: 50px;
}
.home #et-main-area {
	padding-top: 0;
}

@media (max-width: 992px) {
	.et_pb_row {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	#et-main-area {
		padding-top: 10px;
	}
}

@media (min-width: 981px) {
	.et_pb_section {
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.section-center-home {
		max-width: 75%;
		width: 75%;
		margin: 0 auto;
	}
}

#main-content {
	background-color: transparent;
}
#main-content .container {
	padding: 0;
}
#page-container {
	max-width: 100%;
	overflow-x: hidden;
}
.et_pb_section {
	background-color: transparent;
}
.block {
	background-color: #fff;
	padding: 60px;
}
.block.medium {
	padding: 20px 30px;
}

@media (min-width: 992px) {
	#et-main-area .container {
		max-width: 970px;
		width: auto;
	}
}
@media (min-width: 768px) {
	#et-main-area .container {
		/*margin-top: 60px !important;*/
		margin-bottom: 120px !important;
		max-width: 1170px;
		width: auto;
	}

	#et-main-area .container.margin-top {
		margin-top: 60px !important;
	}
}
@media (max-width: 768px) {
	.et_pb_row_0.et_pb_row,
	#main-content .container,
	.container,
	.et_pb_row {
		padding-right: 0px !important;
		padding-left: 0px !important;
		width: 95% !important;
	}
	.home .et_pb_row_0.et_pb_row,
	.home #main-content .container,
	.home .container,
	.home .et_pb_row {
		width: 100% !important;
	}
	.et_pb_section .et_pb_row,
	.et_pb_section.et_section_specialty .et_pb_row {
		width: 100%;
	}
	.block {
		background-color: #fff;
		padding: 30px 25px;
	}
	.block.medium {
		padding: 20px 15px;
	}
}
#et-main-area footer .container {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
#main-content .container::before {
	width: 0;
}

.form-group {
	margin-bottom: 0;
}
.vertical-center {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.mt30 {
		margin-top: 30px;
	}
}

/* tablas*/

.table > tbody > tr > td {
	padding: 15px;
}
.table > thead > tr > th {
	color: #97252D;
	font-size: 11px;
	border-bottom: 0;
}

.table > tfoot > tr > td {
	font-size: 10px;
}

/*
h1 {
	font-size: 2.8rem;
	color: #97252D;
	font-weight: 300;
}
h2 {
	font-size: 2.6rem;
	color: #97252D;
}*/

/*.et_pb_button {
	padding: 20px 40px !important;
}*/

.rtl .et_pb_button:after, .rtl .et_pb_button:before {
	transform: rotate(180deg);
}
.rtl .et_pb_button:hover, .rtl .et_pb_module .et_pb_button:hover {
	padding: 0.3em 0.7em 0.3em 2em;
}
.btn-rojo {
	background-color: #97252D;
}
/* plantilla width 100% */
.w100 .et_pb_row {
	max-width: none;
	margin: 0;
	width: 100%;
}

/* header */

#main-header {
	-webkit-box-shadow: 0px 4px 19px -3px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 19px -3px rgba(0, 0, 0, 0.06);
	z-index: 5;
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
	padding: 40px 6px;
}
.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
	padding-top: 0px;
}
#et_search_icon::before {
	padding-top: 40px;
}

.et_header_style_left .et-fixed-header #et-top-navigation,
.et_header_style_split .et-fixed-header #et-top-navigation {
	padding-top: 0;
}
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a,
.et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
	padding-bottom: 40px;
}
#top-menu a {
	color: #97252D;
	font-weight: 700;
	text-transform: uppercase;
}

#top-menu li {
    padding-right: 0px !important;
}

@media (max-width: 768px) {
	.et_mobile_menu li a,
	.nav li li a {
		font-size: 18px;
	}
}
.menu-item a span {
	font-weight: 300;
}
#top-menu-nav .nav>li>a:hover, #top-menu-nav .nav>li>a:focus  {
	background-color: transparent;
	color: #037731;
}
#top-menu-nav>ul>li>a:hover {
	opacity: 1;
}

.breadcrumbs {
	width: 100%;
	text-align: center !important;
	padding-top: 10px;
	/* line-height: 95%; */
	/*position: absolute;
    z-index: 1;
    top: 96px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
    color: #ababab;
    padding-top: 5px;*/
}

@media (max-width:992px){
	.breadcrumbs {
		line-height: 95%;
	}
}

.breadcrumbs span {
	margin: 0 3px 0 3px;
	font-size: 1.2rem;
	color: #666;
}
#top-menu li.current-menu-item > a {
	color: #a01731;
	font-weight: 700;
}
.et_fullwidth_nav .et-search-form {
	border: 1px solid #fff;
	width: 100% !important;
	height: 40px !important;
	/* background-color: #333;*/
	margin-top: 57px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
/*
#et-top-navigation {
    float: right;
    margin-right: 525px;
}*/

.mobile_menu_bar {
	position: absolute;
	right: 5px;
	top: 5px;
}

.et_header_style_left .logo_container {
	width: 97.5%;
}

@media (min-width: 981px) {
	#main-header .container-fluid {
		max-width: 1200px;
		position: relative;
	}
	#logo {
		max-width: 150px;
		height: auto;
		max-height: 75px !important;
	}
	.et_fullwidth_nav .et-search-form {
		border: 1px solid #cccccc;
		max-width: 250px !important;
		height: 40px !important;
		margin-top: 25px;
		border-radius: 20px;
		background-color: #fff !important;
	}
	#et-top-navigation {
		margin-right: 22%;
	}
	.et_fullwidth_nav .et-search-form {
		right: 15px;
	}
	.et-search-form input {
		right: 0;
		width: 100%;
		padding-left: 20px;
	}
}
@media (min-width: 1250px) and (max-width: 1356px) {
	#top-menu li {
		padding-right: 0px;
	}
	/*#et-top-navigation {
	    margin-right: 425px;
	}*/
}

@media (min-width: 1690px) {
}
.search-mobile {
	display: none;
}
@media (max-width: 1130px) {
	#et-top-navigation {
		margin-right: 19%;
	}
}

@media (min-width: 980px) and (max-width: 1250px) {
	/*	#et-top-navigation{
		padding: 0 !important;
		margin-right: 225px
	}*/
	.et_fullwidth_nav .et-search-form {
		max-width: 200px !important;
		width: 200px !important;
	}
	#top-menu.nav li {
		padding-right: 0 !important;
	}
	#et-top-navigation {
		padding: 0 !important;
	}
	.et-search-form input {
		right: 0;
	}
}
@media (max-width: 480px) {
	.et-search-form input {
		padding-left: 20px;
	}
}

.et_fullwidth_nav .et-search-form:after {
	content: "\f002";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 12px;
	color: #97252D;
	font-size: inherit;
	float: right;
	margin: 7px 17px 0 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.et-search-form input {
	background: transparent !important;
}
/*.et_fullwidth_nav .et-search-form {
	background: url(/img-web/search-solid.svg) no-repeat right middle;
	background:transparent url('img-web/ico-search.png') no-repeat;
}*/
form.et-search-form {
	background: transparent;
}

/* Footer */
#menu-footer-menu-fr, 
#menu-footer-menu-ar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
#menu-footer-menu-fr li, 
#menu-footer-menu-ar li {
	margin: 10px 0px 10px 5px;
}
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
	width: 15%;
	margin-right: 20px;
}
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(3) {
	width: 66.5%;
	margin: 2px 0 0;
}
#footer-widgets .footer-widget li::before {
	display: none;
}
#main-footer {
	background-color: #360000;
	-webkit-box-shadow: 0px -4px 19px -3px rgba(0, 0, 0, 0.06);
	box-shadow: 0px -4px 19px -3px rgba(0, 0, 0, 0.06);
}
.footer-widget,
#footer-widgets .footer-widget .et_pb_widget a,
#footer-widgets .footer-widget li a {
	color: #e7e7e7;
}
#footer-widgets .footer-widget li a:hover, #footer-widgets .footer-widget .et_pb_widget a:hover {
	color: #ffffff;
}
.textwidget p {
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	line-height: 140%;
}
#footer-widgets {
	padding: 2% 0 0;
}
.et_pb_gutters3 .footer-widget {
	margin-bottom: 20px;
}
#main-footer .container {
	padding: 0;
}
#nav_menu-2,
#nav_menu-2 .menu-footer-menu-container {
	width: 100%;
}

@media (max-width: 1115px) {
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
    width: 12%;
    margin-right: 0px;
	}
	#footer-widgets .footer-widget li {
    padding-left: 5px;
	}
}

@media (max-width: 1047px) {
	#main-footer {
		padding: 30px 0;
		margin: 60px 0 0;
	}
	.home #main-footer {
		margin: 0;
	}
	#footer-widgets .footer-widget,
	#menu-footer-menu-fr li, 
	#menu-footer-menu-ar li {
		width: 100% !important;
		text-align: center !important;
	}
	#footer-widgets .footer-widget .et_pb_widget {
		float: none;
	}
	#footer-widgets .footer-widget li {
		padding-left: 0;
	}
}

/* Flecha separador */
.w100 .et_pb_row.flecha-abajo-white {
	height: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

/* Imagen-texto Home */
.img-txt-home {
	/*	max-width: 1170px !important;
	width: 1170px !important;*/
	margin: 0 auto;
	background-color: #97252D;
}
.img-txt-home .et_pb_column {
	margin: 0;
}
.img-txt-home img {
	width: 100%;
	max-width: none;
}
.img-txt-home .et_pb_image_wrap {
	width: 100%;
	max-width: none;
}
.img-txt-home .et_pb_column_1_2 {
	width: 50%;
}
.img-txt-home .et_pb_button {
	border-radius: 25px;
}
.img-txt-home h2 {
	margin-bottom: 20px;
	font-size: 2.1rem;
}
.img-txt-home .et_pb_column.et_pb_column_empty {
	min-height: 400px;
	display: block;
}
.et_pb_row.img-txt-home {
	padding-left: 0px;
	padding-right: 0px;
}
.img-txt-home .et_pb_button::before,
.img-txt-home .et_pb_button::after {
	line-height: 0.8em;
}
.img-txt-home .et_pb_module .et_pb_button:hover,
.img-txt-home .et_pb_button:hover {
	padding: 0.3em 2em 0.3em 0.7em;
	border: 1px solid #037731;
}

@media (max-width: 992px) {
	.et_pb_row.img-txt-home p {
		display: none;
	}
}
@media (max-width: 768px) {
	.img-txt-home .et_pb_button::before,
	.img-txt-home .et_pb_button::after {
		content: "";
	}
	.et_pb_row.img-txt-home {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.img-txt-home .et_pb_column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 650px) {
	.et_pb_row.img-txt-home {
		display: block;
	}
	.et_pb_column {
		width: 100% !important;
	}
	.et_pb_row.img-txt-home:nth-child(even) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.img-txt-home .et_pb_column {
		margin: 0;
		padding-bottom: 46px;
	}
	.et_pb_text_inner {
		text-align: center;
	}
}

/* Recetas con arroz */

.et_pb_blog_grid .et_pb_post {
	border-width: 0px;
}
.et_pb_image_container {
	margin-bottom: 45px;
}
.lista-blog h2 {
	text-align: center;
	font-weight: 100;
	font-size: 1.3rem;
	padding-bottom: 40px;
}
.lista-blog article {
	position: relative;
}
.lista-blog .post-meta {
	color: #fff !important;
	line-height: 40px;
}
.et_pb_bg_layout_light.lista-blog .et_pb_post .post-meta a {
	padding: 5px 10px;
	border: 1px solid #bababa;
	border-radius: 30px;
	color: #bababa;
	margin-left: 5px;
}

.recipe-loop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-items: stretch;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-content: flex-start;
	/*margin: 0 -20px;*/
}
/*.recipe-loop .recipe-loop-items {
	flex: 0 0 330px;
	background-color: #fff;
	margin: 0 10px 20px;
	padding-bottom: 40px;
}*/
.recipe-loop .recipe-loop-items {
	background-color: #fff;
	margin-bottom: 0;
	padding-bottom: 40px;
	position: relative;
	min-height: 440px;
}
.recipe-categories a {
	color: #8f8f8f;
}
.recipe-loop .recipe-loop-items p {
	margin: 0 20px;
	color: #666;
	text-align: center;
}

.recipe-loop .recipe-loop-items img {
	width: 100%;
	height: 225px;
	-o-object-fit: cover;
	object-fit: cover;
}
.recipe-loop .recipe-loop-items h2,
.recipe-loop .recipe-loop-items h3 {
	color: #97252D !important;
	text-align: center;
	font-weight: 300;
	font-size: 20px;
}

@media (min-width: 768px) {
	.recipe-loop .recipe-loop-items {
		min-height: 440px;
	}
	.recipe-loop .recipe-loop-items h2,
	.recipe-loop .recipe-loop-items h3 {
		margin: 50px 15px 0;
	}
	.recipe-loop .recipe-loop-items h3 {
		margin-top: 35px;
	}
	.recipe-loop .recipe-loop-items {
		margin-bottom: 30px;
		padding-bottom: 15px;
	}
}
.recipe-categories {
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
}
.recipe-categories span {
	padding: 5px 10px;
	border-radius: 18px;
	border: 1px solid #bababa;
	color: #676767;
	margin: 0 0 0 5px;
	cursor: pointer;
}
.recipe-categories span:hover {
	color: #fff;
	background-color: #bababa;
}

#info-author img {
	margin-bottom: 15px;
	border: 3px solid #ededed;
	padding: 5px;
}

@media (min-width: 480px) and (max-width: 768px) {
	.recipe-info {
		/*top: 177px !important;*/
		top: 197px !important;
	}

	.recipe-info img {
		/*top: 23px !important;*/
		top: 7px !important;
	}
}

/* Carousel */
.dp_oc_post_thumb {
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
}
.owl-item {
	background-color: #fff;
}
.post-meta.dp_oc_post_meta {
	padding: 5px 10px 10px;
	color: #fff;
}
.post-meta.dp_oc_post_meta a {
	padding: 5px 10px;
	border-radius: 18px;
	border: 1px solid #bababa;
	color: #676767 !important;
}
.et_pb_dp_oc .dp_oc_item h2 {
	text-align: center;
	font-size: 1.8rem !important;
	padding-right: 15px;
	padding-left: 15px;
}
.owl-item.cloned {
	position: relative;
}
.post-meta.dp_oc_post_meta {
	padding: 5px 10px 10px;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
}
.post-meta.dp_oc_post_meta a {
	padding: 5px 10px;
	border-radius: 18px;
	border: 1px solid #bababa;
	color: #676767 !important;
}
.post-meta.dp_oc_post_meta a:hover {
	padding: 5px 10px;
	border-radius: 18px;
	border: 1px solid #999999;
	color: #fff !important;
	background: #999999;
}
body.home .post-meta.dp_oc_post_meta a {
	display: inline-block;
	margin: 2px;
	padding: 4px 8px;
}

.owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-items: stretch;
}
.et_pb_dp_oc .dp_oc_item h2 {
	margin: 45px 0 0px !important;
}
.dp_custom_field_name {
	display: none;
}
.post-meta.dp_custom_field {
	position: absolute;
	top: 170px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	padding-bottom: 8px;
}
.post-meta.dp_custom_field::before {
	position: absolute;
	font-family: "FontAwesome";
	font-weight: 100;
	font-size: 1.9rem;
}
.post-meta.dp_custom_field:nth-child(5) {
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px);
}
.post-meta.dp_custom_field:nth-child(5)::before {
	content: url("/wp-content/uploads/2018/06/comensales-white-20-05.png"); /* Cambiar url */
	top: 7px;
	left: 24px;
}
.post-meta.dp_custom_field:nth-child(5) {
	display: none;
}
.post-meta.dp_custom_field:nth-child(3) {
	left: 0;
	right: 0;
	margin: 0 auto;
	/*transform: translateX(30px);	*/
}
.post-meta.dp_custom_field:nth-child(3)::before {
	content: url("/wp-content/uploads/2018/06/tiempo_cocina_white_20.png"); /* Cambiar url */
	top: 7px;
	left: 20px;
}
.dp_custom_field_value {
	font-size: 1.3rem;
	font-weight: 700;
}

.dp_oc_post_title .post-meta.dp_oc_post_meta:last-child {
	display: none !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	color: #fcefe2 !important;
	background-color: transparent !important;
}
.owl-next {
	right: -65px !important;
}
.owl-prev {
	left: -65px !important;
}
.owl-nav.arrow_size_medium .owl-prev::before,
.owl-nav.arrow_size_medium .owl-next::before {
	border-radius: 50% !important;
	height: 60px !important;
	width: 60px !important;
	background-color: #333 !important;
}
.recipe-info i {
	font-family: "FontAwesome";
}
.recipe-info span {
	color: #333;
	border: 0px;
	height: 60px;
	width: 60px;
	background-color: #fff;
	display: block;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	padding-bottom: 9px;
	font-weight: 700;
}
.recipe-info {
	position: absolute;
	top: 195px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-flex-flow: row nowrap;
	-webkit-justify-content: center;
	width: 100%;
	padding-right: 30px;
}
.recipe-info img {
	position: absolute;
	top: 6px;
}

.info-comensales,
.recipe-loop .info-tiempo-cocina {
	display: none;
}
.carousel-control-prev,
.carousel-control-next {
	top: 45.5%;
}
@media (min-width: 992px) {
	.single #carouselRecipeControls .item {
		height: 505px;
	}
	.single #carouselRecipeControls .item img,
	.single #carouselRecipeControls .item iframe {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
@media (max-width: 991px) {
	.single #carouselRecipeControls .item {
		height: 350px;
	}
	.single #carouselRecipeControls .item img,
	.single #carouselRecipeControls .item iframe {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
@media (max-width: 765px) {
	.single #carouselRecipeControls .item {
		height: 200px;
	}
	.single #carouselRecipeControls .item img,
	.single #carouselRecipeControls .item iframe {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

/* Listado productos*/
.product-list-category {
	margin-bottom: 60px;
	position: relative;
}
/*
.product-list-category:after {
	content: url("/wp-content/uploads/2018/06/arrow-white-down.png");
	width: 116px;
	height: 31px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -60px;
}
*/
.product-list-category.open:after {
	display: none;
}
.product-list-category-intro{
	padding: 60px;
}
.product-list-category-intro .btn{
	margin-top: 2rem;
}
/*
.products-row {
	height: 0px;
	overflow: hidden;
}
*/
.products-carousel,
.rtl-products-carousel{
	padding: 0 2rem;
}
.product-list a {
	background: #fff;
	display: block;
	margin: 12px 12px 30px 12px;
    padding: 10px;
	position: relative;
}
.product-list p.description-product {
	color: #333;
	font-size: 1.46rem;
}
.product-list a .btn.btn-primary {
	position: absolute;
	margin: auto;
	bottom: 30px;
	left: 0;
	right: 0;
	width: 185px;
	font-size: 10px;
}
.product-list.slick-slide a .btn.btn-primary {
	position: absolute !important;
	margin: auto;
	bottom: 30px !important;
	left: 0;
	right: 0;
	width: 185px !important;
	font-size: 10px !important;
} 
.product-list a:hover,
.product-list a:focus {
	text-decoration: none;
}
.product-list a:hover .btn.btn-primary,
.product-list a:focus .btn.btn-primary {
	color: #037731;
	background: #fff;
}

.category-product {
	margin-top: -130px;
}

.block.product-list-category {
	margin: 134px 0;
	padding: 0;
}
.block.product-list-category:first-child {
	margin-top: 50px !important;
}
.single-product-icons img {
	height: 40px;
}

.visible-xs {
	display: none;
}
.hidden-xs {
	display: block;
}
.product-list a img {
		margin: 0 auto;
	}

@media (max-width: 992px) {
	.block.product-list-category {
		margin-bottom: 60px;
		z-index: 2;
		-webkit-box-shadow: 5px 27px 31px -17px rgba(0, 0, 0, 0.37);
		box-shadow: 5px 27px 31px -17px rgba(0, 0, 0, 0.37);
	}
}

@media (min-width: 768px) {
	.product-list a {
		min-height: 455px;
	}
	.product-list a img {
		margin: 0 auto;
	}
}
.product-list a:hover,
.recipe-loop-items:hover {
	text-decoration: none;
	box-shadow: 0px 0px 13px 1px rgba(46, 61, 73, 0.10);
	-moz-box-shadow: 0px 0px 13px 1px rgba(46, 61, 73, 0.10);
	-webkit-box-shadow: 0px 0px 13px 1px rgba(46, 61, 73, 0.10);
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 767px) {
	.owl-prev {
		left: 7px !important;
	}
	.owl-next {
		right: 7px !important;
	}
	.home .et_pb_row_0 {
		background-color: #fff;
	}
	.home .owl-item {
		-webkit-box-shadow: 2px 2px 4px #dadada;
		box-shadow: 2px 2px 4px #dadada;
	}
	.home .owl-stage {
		padding-bottom: 15px;
	}
	a.center-movil {
		text-align: center;
		margin: 0 auto;
		border: 1px solid white;
		display: inline-block;
	}
	.product-list a {
		min-height: 446px;
		margin: 12px 18px 30px 18px;
	}
	.visible-xs {
		display: block;
	}
	.hidden-xs {
		display: none;
	}
}
@media (max-width: 643px) {
	.product-list a {
		min-height: 460px;
	}
}

@media (max-width: 490px) {
	.product-list-category-intro p.high {
    	font-size: 16px;
    }
}

@media (max-width: 397px) {
	.product-list-category-intro {
    	padding: 40px;
	}
	.btn-products.open {
    	font-size: 10px;
	}
	
}
#main-content .container ul:not(.toc_list) li:before {
	content: "\f111";
	font-family: FontAwesome;
	float: left;
	margin-right: 10px;
	font-size: 7px;
	line-height: 20px;
	color: #97252D;
}
#main-content .container ul {
	margin: 10px 0 40px;
}
#main-content .container ul li {
	padding: 8px 0;
}
ul.ingredients-list li {
	padding: 0;
}
ul.ingredients-list li:before {
	content: "\f111";
	font-family: FontAwesome;
	float: left;
	margin-right: 10px;
	font-size: 7px;
	line-height: 20px;
	color: #97252D;
}
.container .recipe-content ul {
	margin: 0;
}
.share-buttons ul.list-inline li {
	padding: 0 5px;
}
.share-buttons ul.list-inline li::before {
	content: none;
}
.list-inline > li.whatssapp-mobile {
	position: fixed;
	z-index: 9;
	left: 0px;
	bottom: 0px;
	width: auto;
	padding: 0;
}
.whatssapp-mobile a {
	margin: 0;
}
.whatssapp-mobile a {
	background-color: #4caf50;
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
	position: relative;
}
.whatssapp-mobile a:hover {
	-webkit-box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.7);
}
.whatssapp-mobile img {
	height: 32px;
	width: auto;
	position: absolute;
	top: 9px;
	left: 9px;
}
@media(min-width: 768px) {
	.share-buttons .whatssapp-mobile {
		display: none;
	}
}

.share-buttons.share-buttons-mobile {
	display: block;
}
ul.dd-options li::before {
	content: none;
}
ul.dd-options li {
	padding: 0;
}
.btn-products:before{
		content: "Ver";
		margin-right: 8px;
}
.btn-products.open{
	background-color: #ffffff;
	color: #97252D;
}
.btn-products.open:before{
	content: "Ocultar"
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 44%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.slick-prev::before, .slick-next::before {
    font-family: "FontAwesome";
    font-size: 4.5rem;
    line-height: 1;
    color: #cccccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev::before {
    content: '\f104';
}
.slick-next::before {
    content: '\f105';
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover::before, .slick-next:hover::before{
    color: #97252D;
}
.slick-disabled {
	display: none !important;
}


/* Paginación */

nav.pagination.recetas-con-arroz {
	font-size: 16px;
	text-align: center;
	width: 100%;
}
nav.pagination.recetas-con-arroz .page-numbers {
	padding: 4px 12px;
	background-color: #fff;
}
nav.pagination.recetas-con-arroz .page-numbers.current,
nav.pagination.recetas-con-arroz .page-numbers.dots {
	color: #666;
}

/* Nuevo producto facilissimo

#brillante-facilissimo{
	display: none
}*/

/* NEW PAGINATION */
.pagination {
	width: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 60px;
}
.pagination .btn,
.pagination .btn:hover,
.pagination .btn:focus {
	border: 0;
	padding: 4px 12px;
	background-color: transparent;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	word-break: break-word;
	white-space: normal !important;
}
.pagination .page-numbers {
	border: 0;
	padding: 4px 12px;
	background-color: #fff;
	color: #037731;
	margin: 0 5px;
}
.pagination .page-numbers.current {
	color: #666;
	background-color: #fff;
}

.recipe-loop.empty {
	margin: 15px;
}
.recipe-loop.empty .no-results {
	margin-bottom: 45px;
}
.no-results {
	background: #fff;
	padding: 20px 25px;
}
.no-results p:first-child {
	font-size: larger;
}
.no-results li {
	list-style-type: disc;
	margin-left: 35px;
}

/* Estilos blog Brillante */
.blog-post-featured .et_pb_blurb_container {
	padding: 40px;
}
.blog-post-featured h2 {
	font-size: 30px;
}
body.page-template-page-tpl_blog .recipe-loop {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
body.page-template-page-tpl_blog .recipe-loop .recipe-loop-items h2,
body.page-template-page-tpl_blog .recipe-loop .recipe-loop-items p {
	padding: 30px;
	margin: 0;
}
body.page-template-page-tpl_blog .recipe-loop .recipe-loop-items p {
	padding-top: 0;
}
body.page-template-page-tpl_blog #listado-noticias {
	margin: 0;
	padding: 0;
}

body.single-post #main-content .container {
	padding-top: 0;
}
body.single-post .entry-content {
	padding: 30px;
	background: #fff;
}
body.single-post.et_right_sidebar #sidebar {
	padding-left: 0;
}
@media (max-width: 980px) {
	body.single-post.et_right_sidebar #sidebar {
		background-color: #FFF;
		margin-top: 30px;
	}
}
body.single-post #sidebar ul {
	background: #fff;
	padding: 30px;
}
body.single-post #sidebar li a:hover {
	color: #333;
}
body.single-post h1.entry-title {
	text-align: left;
}
@media (max-width: 992px) {
	body.page-template-page-tpl_blog #et-main-area h2.title-recipe {
		padding: 30px 40px 15px;
	}
	body.page-template-page-tpl_blog .recipe-loop .recipe-loop-items p {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width: 768px) {
	body.single-post #sidebar .et_pb_widget {
		padding-top: 30px;
	}
}
body.single-post .ratings-content{
	margin-bottom: 30px;
}

/* Video embed aspect-ratio  */
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 550px) {
	.visible-xxs {
		display: block;
	}
	img.visible-xxs {
		width: 100%;
	}
}
@media (min-width: 551px) {
	.visible-xxs {
		display: none;
	}
}

/* Lightbox Promo recetas*
.featherlight{
	border:2px solid rgba(0,0,0,.8) ;
	position: absolute !important;
	width: 100vw !important;
	height: 100vh !important;
	min-width: 100% !important;
	min-height: 100% !important;
	background: rgba(0,0,0,.8) !important;
}
.featherlight .featherlight-content{
	min-width: 100%;
	min-height: 100%;
	width: 100vw;
	height: 100vh
}
@media (min-width: 768px){
	._form_27.featherlight-inner{
		width: 100%;
		width: 100vw;
	}
}
.featherlight .featherlight-content {
	background:transparent !important;
    max-height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
	height: 100vh;
	-webkit-animation: none !important
	animation: none !important
}
.featherlight .featherlight-inner{
	-webkit-animation: none !important
	animation: none !important
}
.featherlight .featherlight-inner form{
	margin-bottom: 100px !important;
	border:2px solid blue;
}

@media (max-width: 768px){
	.featherlight .featherlight-inner{
		width: 80%;
		margin: 0 auto;
	}
}
@media (max-width: 590px){
	.featherlight .featherlight-inner{
		padding-top: 40px
	}
}*/

.featherlight .featherlight-content {
	padding: 15px;
	background: #fff !important;
	box-shadow: 0px 3px 21px 5px #8e8e8e;
	-webkit-box-shadow: 0px 3px 21px 5px #8e8e8e;
	-moz-box-shadow: 0px 3px 21px 5px #8e8e8e;
	overflow-x: auto;
	-webkit-animation: 0 !important;
	-o-animation: 0 !important;
	animation: 0 !important;
	-o-animation: none !important;
	animation: none !important;
	-webkit-animation: none !important;
	-webkit-animation: none !important;
}
.featherlight.buy-online-featherlight .featherlight-content {
	min-height: auto !important;
}
@media (min-width: 590px) {
	.featherlight.buy-online-featherlight .featherlight-content {
		max-width: 450px;
	}
}

.featherlight .featherlight-content > button {
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23B83344%22%20d%3D%22M21%204.41L19.59%203%2012%2010.59%204.41%203%203%204.41%2010.59%2012%203%2019.59%204.41%2021%2012%2013.41%2019.59%2021%2021%2019.59%2013.41%2012%2021%204.41z%22/%3E%0A%3C/svg%3E);
}

@media (max-width: 1085px) {
	#main-header {
		height: 56px;
	}
	.mobile_menu_bar {
		position: absolute;
		right: 11px;
		top: 13px;
	}
	.mobile_menu_bar::before {
		color: #97252D;
	}
	/*#et-top-navigation{
		padding: 0 !important
	}*/
	.search-mobile {
		display: block;
	}
	.search-mobile .btn-search-head {
		float: right;
		margin-right: 20px;
		position: absolute;
		top: 10px;
		right: 40px;
		z-index: 1;
		color: #97252D;
		background: transparent;
	}
	button.btn-search-head {
		border: 0;
		width: 34px;
		height: 34px;
	}
	.btn-search-head .fa-times,
	.btn-search-head .fa-search {
		display: block;
	}
	.btn-search-head[aria-expanded="false"] i.fa-times,
	.btn-search-head[aria-expanded="true"] i.fa-search {
		display: none !important;
	}
	.et_fullwidth_nav .et-search-form {
		border: 0;
		/*border-top:1px solid #C8C8C8;
		border-bottom:1px solid #C8C8C8;*/
		width: 100% !important;
		max-width: 100% !important;
		/*   margin-top: 55px;*/
		background-color: #eeeeee !important;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	}
	/*
	.et_fullwidth_nav .et-search-form:before {
		content: "\f0d8";
		display: inline-block;
		font-family: "FontAwesome";
		color: #eae8e8;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: -20px;
		right: 65px;
		font-size: 37px;
	}
	*/
	/*.et-search-form input{
		right: 62px;
		bottom: 0;
		width: 85%;
		border: 1px solid black;
	}*/
	.et-search-form input.btn-primary-search {
		width: 45px;
	}
	/*.et-search-form input{
		right: 62px;
		bottom: 0;
		width: 85%;
		border: 1px solid black;
	}*/
	.et-search-form.search-desktop {
		display: none;
	}
	.et_fullwidth_nav .et-search-form::after {
		display: none !important;
	}
	.et_mobile_menu {
		border-top: 0;
		top: 55px;
	}
	.et_mobile_menu li a {
		color: #97252D;
	}
	#logo {
		max-height: 74%;
	}
	.footer-widgets {
		text-align: center;
	}
	
/* Header Styles */
	#main-header,
	#top-header {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	#top-menu {
		display: none;
	}

	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header,
	.et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_hide_nav.et_fixed_nav #top-header,
	.et_hide_nav.et_fixed_nav #main-header {
		opacity: 1;
		-webkit-transform: translateY(0px) !important;
		transform: translateY(0px) !important;
	}

	.et_header_style_centered #main-header {
		padding: 20px 0;
	}

	.et_header_style_centered nav#top-menu-nav {
		display: none;
	}

	.et_header_style_split #main-header {
		padding: 20px 0;
	}

	.et_header_style_split #et-top-navigation,
	.et_header_style_split .et-fixed-header #et-top-navigation {
		display: block;
		padding-top: 0;
	}

	#et-top-navigation {
		margin-right: 0;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_non_fixed_nav.et_transparent_nav #top-header,
	.et_fixed_nav #main-header,
	.et_fixed_nav #top-header {
		position: absolute;
	}

	.et_header_style_left .et-fixed-header #et-top-navigation,
	.et_header_style_left #et-top-navigation {
		display: block;
		padding-top: 24px;
	}

	.et_non_fixed_nav.et_transparent_nav #main-header,
	.et_fixed_nav #main-header {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	.et_vertical_nav.et_right_sidebar #left-area,
	.et_vertical_nav.et_left_sidebar #left-area {
		width: auto;
	}

	#et-secondary-nav,
	#et-secondary-menu {
		display: none !important;
	}

	.et_non_fixed_nav.et_transparent_nav_temp #main-header,
	.et_secondary_nav_only_menu #main-header,
	.et_fixed_nav_temp #main-header,
	.et_secondary_nav_only_menu #main-header {
		top: 0 !important;
	}

	.et_secondary_nav_only_menu #top-header {
		display: none;
	}

	#top-header .container {
		padding-top: 0;
	}

	#et-info {
		padding-top: 0.75em;
	}

/* Logo */
	#logo,
	.logo_container,
	#main-header,
	.container {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	.et_header_style_centered #logo {
		max-height: 60px;
	}

	.et_header_style_centered header#main-header .logo_container {
		height: auto;
		max-height: 100px;
		padding: 0;
	}

	.et_header_style_split header#main-header .logo_container {
		height: auto;
		max-height: 100px;
		padding: 0;
	}

	.et_header_style_split #logo {
		max-height: 60px;
	}

	.et_vertical_nav span.logo_helper {
		display: inline-block;
	}

	.et_vertical_nav.et_header_style_left .logo_container {
		position: absolute;
		height: 100%;
	}

	.et_header_style_left #logo,
	.et_header_style_split #logo {
		width: auto;
		height: 40px;
		margin-top: 8px;
	}

/* Search Form */
	#et_top_search {
		float: left;
		margin: 0 35px 0 0;
	}

	#et_search_icon:before {
		top: 7px;
	}

	.et_header_style_centered #et_top_search,
	.et_vertical_nav.et_header_style_centered #main-header #et_top_search {
		display: none !important;
	}

	.et_header_style_centered .et_search_outer,
	.et_header_style_split .et_search_outer {
		display: none;
	}

	.et_header_style_split #et_top_search,
	.et_vertical_nav.et_header_style_split #main-header #et_top_search {
		display: none !important;
	}

	.et_header_style_left .et-search-form,
	.et_header_style_split .et-search-form {
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 56px;
		right: 0;
	}

	.et_header_style_slide .et_slide_in_menu_container .et-search-form {
		width: 100% !important;
		max-width: 100% !important;
	}

/* Social Icons */
	.et-social-icons,
	#footer-info {
		float: none;
		text-align: center;
	}

	.et-social-icons {
		margin: 0 0 5px;
	}

	#top-header .et-social-icons {
		margin-bottom: 0;
	}

/* Cart */
	.et_header_style_centered #et-top-navigation .et-cart-info {
		display: none;
	}

	#et-top-navigation .et-cart-info {
		margin-top: 5px;
	}

	.et_vertical_nav #et-top-navigation .et-cart-info {
		margin-left: -38px;
	}

/* Mobile Menu */
	#et_mobile_nav_menu {
		display: block;
	}

/* Centered */
	.et_header_style_centered .et_menu_container .mobile_menu_bar,
	.et_header_style_split .et_menu_container .mobile_menu_bar {
		opacity: 1;
	}

	.et_header_style_centered #et_mobile_nav_menu {
		float: none;
		position: relative;
		margin-top: 20px;
	}

	.et_header_style_centered #main-header .mobile_nav {
		display: block;
		padding: 5px 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: rgba(0, 0, 0, 0.05);
		text-align: left;
	}

	.et_header_style_centered .mobile_nav .select_page,
	.et_header_style_split .mobile_nav .select_page {
		display: inline-block;
		color: #666;
		font-size: 14px;
	}

	.et_header_style_centered .et_menu_container .mobile_menu_bar {
		position: absolute;
		top: 2px;
		right: 5px;
	}

	.et_header_style_centered .et_mobile_menu {
		top: 53px;
	}

/* Centered Inline Logo */
	.et_header_style_split #et_mobile_nav_menu {
		display: block;
		float: none;
		position: relative;
		margin-top: 20px;
	}

	.et_header_style_split nav#top-menu-nav {
		display: none;
	}

	.et_header_style_split #main-header .mobile_nav {
		display: block;
		padding: 9px 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: rgba(0, 0, 0, 0.05);
		text-align: left;
	}

	.et_header_style_split .et_menu_container .mobile_menu_bar {
		position: absolute;
		top: 2px;
		right: 5px;
	}

	.et_header_style_split .et_mobile_menu {
		top: 53px;
	}
}

@media (max-width: 980px) {
	.et_header_style_left #logo,
	.et_header_style_split #logo {
		margin-top: 0px;
	}
}


.et_pb_widget.related-product {
    padding-top: 15px;
}
.et_pb_widget.related-product img {
    max-height: 265px;
    width: auto;
}
.et_pb_widget.related-product a.btn {
    margin-top: 10px;
}
.et_pb_widget.related-product span.name {
    display: none;
}

@media (max-width: 992px){
    .et_pb_widget.related-product {
        padding: 10px 0;
    }
    .et_pb_widget.related-product img{
        max-height: 100px;
        width: auto;
        float: left;
        margin:-50px 20px 0 0;
    }
    .et_pb_widget.related-product a.btn {
        margin-top: 0;
        float: left;
    }
}


/* Post Navigation */
.nav-links{
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	align-content: center;
	-webkit-align-content: center;
}
.nav-previous,.nav-next{
	width: 45%
}
.nav-next{
	text-align: right;
}


/*********** VIAJANDO CON BRILLANTE ***********/

body.single-post #sidebar  .share-buttons ul.list-inline {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-flow: row wrap;
				    flex-flow: row wrap;
	 -webkit-box-pack: center;
		-ms-flex-pack: center;
	  justify-content: center;
    padding: 6px;
    background: transparent;
}

#main-content .container .share-buttons ul.list-inline li::before {
    content: "";
}
body.single-post #sidebar .et_pb_widget.viajando-product {
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #fff;
}
.recipe-viajando .visor-recipe{
	position: relative;
}
.recipe-viajando .visor-recipe .recipe-info{
	position: absolute;
	bottom: -32px;
	top: auto;
	left: 50%;
	margin-left: -30px;
}
ul.ingredients-list.ingredients-viajando {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
}
@media (max-width: 768px) {
	ul.ingredients-list.ingredients-viajando {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
	}
}
#main-content .container ul.ingredients-list.ingredients-viajando li::before {
	display: inline-block;
    position: relative;
    float: none;
    top: -4px;
}
#main-content .container ul.steps-list.elaboracion-viajando li::before {
	content: "";
}
.left-viajando  .nav-links {
	width: 100%;
	height: 50px;
	margin-bottom: 54px;
	padding: 12px 30px;
	background-color: #fff;
}

@media (max-width: 992px) {
	.et_pb_widget.related-product.viajando-product img {
    max-height: 200px;
    width: auto;
    float: none;
    margin: -50px 0px 0 0;
	}
	.left-viajando .et_pb_post {
    margin-bottom: 0;
    padding-bottom: 0;
	}
	.sidebar-viajando .et_pb_widget {
    padding-top: 0;
	}
}
@media (max-width: 980px) {
	.widgettitle{
		padding: 30px;
	}
}
@media (max-width:768px) {
	.left-viajando  .navigation.post-navigation {
		display: none;
	}
}


/** Print styles **/


@media print {
	html,
	body {
		width: 210mm;
	}
	*,
	*:before,
	*:after {
		text-shadow: none !important;
		color: #000000 !important;
	}
	body {
		padding: 8mm 5mm;
		font-size: 12pt;
		text-shadow: none !important;
		color: #000000 !important;
		-moz-osx-font-smoothing: auto !important;
		-webkit-font-smoothing: auto !important;
	}
	.navigation.post-navigation {
		display: none;
	}
	a[href^=http]:after {
		content:" <" attr(href) ">";
	}
	img, table {
	    page-break-inside: avoid; /* or 'auto' */
	}
	* {
	    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
	    color-adjust: exact !important;                 /*Firefox*/
	}
	.et_main_video_container{
		display: none;
	}
}



/* TOC STYLE */
#toc_container ul.toc_list {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Rate my Post */
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
	margin: 0;
	font-size: 14px;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
	margin: 0;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list {
	margin: 0 !important;
	padding: 0 !important;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon,
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results {
	padding: 0 !important;
}
#main-content .container ul:not(.toc_list) li:before {
	content: none;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__hover-text,
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__msg {
	display: none;
}
@media (min-width: 981px) {
	.single-post .rmp-rating-widget {
		text-align: left;
	}
}


/* ARABIC STYLES */
.rtl .pull-right {
	float: left !important;
}
.rtl .pull-left {
	float: right !important;
}


body.rtl{font-size: 18px;}
.rtl .text-high-home, .rtl .text-high p {
    font-size: 18px;
}

.rtl h1 {
	font-weight: bold;
}
.rtl .recipe-loop .recipe-loop-items h2,
.rtl .recipe-loop .recipe-loop-items h3 {
	font-weight: bold;
	color: #000 !important;
}
.rtl .product-list h3 {
	color: #000 !important;
	font-weight: bold;
}
.rtl h1.text-left {
 text-align: right;
}
.rtl #top-header,
.rtl .btn, .rtl .btn:hover, .rtl .btn:focus {
	font-size: 15px;
}
.rtl .btn-lg, .rtl .btn-lg:hover, .rtl .btn-lg:focus {
	font-size: 18px;
	font-weight: bold !important;
	padding: 12px 40px !important;
}
.rtl .dd-select {
	font-size: 21px;
}
.rtl  .dd-selected-text {
	color: #000;
	font-weight: normal;
}

@media (min-width: 981px) {
	.rtl #et-top-navigation {
		margin-right: initial;
		margin-left: 22%;
	}
	.rtl.et_fullwidth_nav .et-search-form {
		right: initial;
		left: 15px;
	}
	.rtl .et-search-form input {
		right: initial;
		left: 0;
		padding-left: initial;
		padding-right: 20px;
	}

}

@media (max-width: 480px) {
	.rtl .et-search-form input {
		padding-left: initial;
		padding-right: 20px;
	}
}

.rtl.et_fullwidth_nav .et-search-form:after {
	float: left;
	margin: 7px 0 0 17px;
}

.rtl #main-content .container ul:not(.toc_list) li:before {
	float: right;
	margin-left: 10px;
}

body.rtl.single-post h1.entry-title {
	text-align: right;
}

@media (max-width: 1085px) {
	.rtl .mobile_menu_bar {
		right: initial;
		left: 11px;
	}
	.rtl .search-mobile .btn-search-head {
		float: left;
		margin-right: initial;
		margin-left: 20px;
		right: initial;
		left: 40px;
	}
	.et_fullwidth_nav .et-search-form:before {
		right: initial;
		left: 65px;
	}
	.rtl .et_header_style_centered #main-header .mobile_nav {
		text-align: right;
	}
		.rtl .et_header_style_split #main-header .mobile_nav {
		text-align: right;
	}
}

@media (min-width: 981px) {
	.rtl.et_right_sidebar #left-area {
		float: right;
		padding-right: initial;
		padding-left: 5.5%;
	}
}
@media (min-width: 981px) {
	.rtl #sidebar {
		float: right;
	}
}

.rtl .share-buttons {
    text-align: left;
}


@media (min-width: 992px) {
	.rtl .col-md-1, .rtl .col-md-2, .rtl .col-md-3, .rtl .col-md-4, .rtl .col-md-5, .rtl .col-md-6, .rtl .col-md-7, .rtl .col-md-8, .rtl .col-md-9, .rtl .col-md-10, .rtl .col-md-11, .rtl .col-md-12 {
		float: right;
	}
}

@media (min-width: 768px) {
	.rtl .col-sm-1, .rtl .col-sm-2, .rtl .col-sm-3, .rtl .col-sm-4, .rtl .col-sm-5, .rtl .col-sm-6, .rtl .col-sm-7, .rtl .col-sm-8, .rtl .col-sm-9, .rtl .col-sm-10, .rtl .col-sm-11, .rtl .col-sm-12 {
		float: right;
	}
}

.rtl .dd-pointer {
    right: initial;
	left: 10px;
}
