/** RECIPE STYLES **/



#bcn_widget-2 .breadcrumnb {
    position: relative;
}

.title-recipe-detail .breadcrumnb {
    display: none !important
}

#bcn_widget-2 {
    display: none !important
}

.top-recipe {
    background: #FFF;
}

.bottom-recipe.block {
    padding-top: 0
}

@media (min-width: 992px) {
    .bottom-recipe.block {
        padding-top: 30px;
        margin-bottom: 40px
    }
/*
    .related-recipes {
        margin-top: 40px
    }*/

    .bottom-recipe-right {
        padding-left: 40px
    }

    .top-recipe {
        background: #FFF;
    }
}

.related-recipes h2 {
    margin-bottom: 35px;
    font-weight: 400;
}

@media (max-width: 768px){
    .related-recipes h2 {
        margin-bottom: 0;
        padding-bottom:0
    }
}
.related-recipes h2::after {
    bottom: -10px;
}

.gallery-recipe {
    padding-bottom: 50px;
}

.related-product {
    padding-top: 15px
}

.related-product img {
    max-height: 265px
}

.visor-recipe {
    height: auto;
    object-fit: contain;
}

.imagen_visor img {
    border: 2px solid red;
    height: 500px;
    overflow: hidden;
    width: auto;
    object-fit: contain;
}

.avatar-50 {
    border-radius: 50%;
}

.reverse {
    display: flex;
    flex-direction: column;
}
.single-related-product {
    margin-bottom: 15px;
}
.single-related-product img {
    max-width: 200px;
    margin: 40px auto 60px;
    height: auto;
    max-height: none;
    display: block;
}

.related-product a.btn {
    margin-top: 10px;
}

ul.steps-list li,
ul.ingredients-list li {
    margin-bottom: 10px
}

.recipe-details .ingredients-list:not(.steps-list) li a {
    margin-top: 3px;
}

.step-content img {
    margin-top: 15px;
}

.share-buttons {
    text-align: right;
    font-size: 30px;
    color: #B83344;
}

.top-recipe .recipe-info {
    position: absolute;
    top: auto;
    bottom: -36px !important;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding-right: 30px;
    
}

.author-name {
    font-size: 20px;
    color: #B83344;
    font-weight: 300;
    display: block;
}

.info-comensales,
.info-tiempo-cocina {
    width: 60px;
    height: 60px;
    margin: 0;
}

/* Single Recipe info */
.single-col-recipe-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}
.single-recipe-info .icon {
    text-transform: uppercase;
    padding: 16px 10px;
}
.single-recipe-info .icon img{
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    height: 25px;
    width: auto;
}
.single-recipe-info .nutrition {
    text-align: center;
    padding: 10px;
}
@media (max-width: 768px) {
    .single-recipe-info > div  {
        font-size: 14px !important;
    }
    .single-col-recipe-info .icon {
        flex: 1 1 30%;
    }
    .single-col-recipe-info .icon span {
        font-size: small;
    }

}

span.name {
    display: none
}

.entradilla-block {
    margin: 50px 0 40px;
}

.entradilla-block p {
    color: #333;
    font-weight: 400;
    text-align: left;
    padding: 0 0px;
}

.col-xs-12.col-sm-4.col-md-4.pull-right.bottom-recipe-right {
    float: left !important;
}

.recipe-content {
    margin-top: 40px;
}


@media (min-width: 480px) and (max-width: 768px) {
    .recipe-info {
        bottom:0 !important;
    }
    .top-recipe .recipe-info {
        bottom: -38px !important;
    }
    .recipe-info img {
        top: 7px !important;
    }
    .recipe-info {
        width: 96%;
    }
    .recipe-loop-items .recipe-info {
        position: absolute;
        margin-top: 7px;
        top: 202px;
    }
}

/*
.recipe-content h2,
.recipe-content .toc p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #545454;
    text-align: left;
}

.recipe-content h2 {
    font-size: 26px;
    color: #545454;
}*/


.recipe-loop > div {
    display:-webkit-box;
        display:-ms-flexbox;
        display:flex;

        -webkit-box-align:stretch;
        -ms-flex-align:stretch;
        align-items:stretch;
}

.toc a {
    color: #39397F;
    font-size: 16px;
    line-height: 30px;
}
.toc a:hover{
    text-decoration: underline;
}
/*
body h2 {
    font-size: 40px;
}*/

@media (max-width: 992px) {
    .visor-recipe img {
        height: auto;
        object-fit: contain;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .related-product {
        padding: 10px 0;
    }

    .related-product img {
       /* max-height: 100px;*/
        width: auto;
        /*float: left;*/
        margin: -50px 20px 0 0;
    }

    .related-product a.btn {
        margin-top: 0;
        float: left;
    }

    .info-recipe-various {
        display: block;
        overflow: hidden;
        clear: both;
        padding: 5px 30px;
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;

    }

    .info-comensales,
    .info-tiempo-cocina {
        width: 60px;
        height: auto;
        display: inline-block;
        font-weight: 700;
        text-align: center;
        float: left;
        font-size: 15px;
    }

    .info-comensales img,
    .info-tiempo-cocina img {
        float: left;
    }

    .bottom-recipe.block {
        padding: 30px;
    }

    .step-content p {
        padding-left: 0;
        padding-top: 10px;
    }

    ul.steps-list li {
        margin-bottom: 30px;
    }

    .share-buttons.desktop {
        display: none;
    }

    .share-buttons.movil {
        display: block;
    }

    .main-image {
        display: block;
    }

    .btn {
        padding: 12px !important
    }

    .container {
        width: 100%
    }

    .related-product {
        padding: 30px 15px 0;
     /*   display: flex;
        flex-flow: row wrap;*/
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;

        flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ul.ingredients-list li {
        font-size: 16px;
    }

    .container .recipe-content ul.ingredients-list li:before {
        content: '\f111';
        font-family: FontAwesome;
        float: left;
        margin-right: 10px;
        font-size: 7px;
        line-height: 20px;
        color: #444444;
    }

    .share-buttons {
        width: 100%;
        padding: 0;
    }

    .share-buttons > ul {
        margin-bottom: 0;
    }
}

@media(max-width: 991px) {
    .top-recipe .recipe-info {
        z-index: 9;
    }
}

/* Recipe Carousel */
.carousel-control-prev,
.carousel-control-next {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #39397F;
    position: absolute;
    top: 45%;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-prev-icon i::before,
.carousel-control-next-icon i::before {
    color: #fff;
    font-size: 3rem;
    font-family: "fontawesome";
    font-style: normal;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 100%;
    height: 100%;
   /* display: flex;
    justify-content: center;
    align-items: center;*/

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;

    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}

.carousel .btn-video {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 10px;
}
.carousel .btn-video a, .carousel .btn-video a:hover {
    border-radius: 25px;
    border: 1px;
}

.recipe-loop-items {
    padding-bottom: 30px;
}

.recipe-loop-items h3,
.recipe-loop-items p,
.recipe-loop-items .more-link {
    padding-left: 15px;
    padding-right: 15px;
}
/* Related Recipe Carousel */
.recipe-carousel .recipe-loop-items a img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 25px;
}

.recipe-carousel .recipe-loop-items h2 {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
    color: #39397f !important;
    text-align: center;
    font-weight: 400;
    font-size: 25px !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
}

.recipe-carousel .recipe-loop-items p {
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

.recipe-carousel .slick-prev::before, .recipe-carousel .slick-next::before {
    font-size: 36px;
}

.tag-div {
    margin-bottom: 40px;
}

.recipe-tags {
  /*  display: flex;
    flex-flow: row wrap;*/
    padding-right: 40px;
    display:-webkit-box;
        display:-ms-flexbox;
        display:flex;

        flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.recipe-tags li {
    margin: 0 10px 10px 0;
}

.recipe-tags a {
    color: #fff;
    padding: 8px 24px;
    background-color: #39397F;
    border-radius: 20px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}


 #et-main-area h2 {
        padding: 0 ;
        font-weight: 600;
    }
@media (max-width: 991.98px) {
     .related-product img {
            max-height: auto;
            width: auto;
            float: left;
            margin: 0;
        }
        .mobile-main-image {
            text-align: center;
            margin: 0 auto 30px
        }
   /* .mobile-main-image {
        width: 25%;
        margin-top: 20px;
        position: absolute;
        bottom: -25px;
        z-index: 1;
        left: 0;
    }*/
 /*   .mobile-main-image{
        display: block;
        width: 100%;
        clear: both;
        overflow: hidden;
        margin: 30px 0;
        text-align: center;
    }
    .mobile-main-image img {
        max-width: none;
        width: 100px;
        height: auto;
        margin-left: 40px;
    }*/
/*
    #et-main-area {
        margin-top: 20px
    }*/

}

@media (max-width: 767px) {
       .top-recipe .recipe-info {
        bottom: -26px !important;
    }

    .bottom-recipe.block > .row {
     /*   display: flex;
        flex-flow: row wrap;*/
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;

        flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    }

    .bottom-recipe.block > .row > div {
        width: 100%;
    }

    .bottom-recipe.block > .row .recipe-content {
        order: 3;
    }

    .bottom-recipe.block > .row .recipe-ingredients {
        order: 2;
    }

    .bottom-recipe.block > .row .recipe-author {
        order: 4;
    }

    .bottom-recipe.block > .row .entradilla-content {
        order: 1;
    }

    .main-image {
        flex-basis: 100%;
       /* display: flex;
        justify-content: flex-start;*/

        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;

        -webkit-box-pack:flex-start;
        -ms-flex-pack:flex-start;
        justify-content:flex-start;
    }

    .related-product {
        padding-top: 0;
    }

    .single-recipe .main-image img {
        margin: 0;
        height: 160px;
        width: auto;
        margin-top: -120px;
    }

    .top-recipe .recipe-info {
       /* bottom: 0 !important;
        margin-top: 10px;*/
        justify-content: flex-end;
        padding-right: 50px;
    }

    .info-comensales,
    .info-tiempo-cocina {
        margin: 0;
    }

    .related-product,
    .main-image,
    .tag-div {
        background-color: #fff;
    }

    body {
        background-color: #fff;
    }

    .tag-div {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .related-product {
        margin-top: 20px;
    }

    .recipe-content {
        margin-top:30px;
    }

    .whatsapp-share-button {
        display: block;
    }
    .whatssapp-button {
        position: fixed;
        z-index: 9;
        left: -5px;
        bottom: 5px;
        width: auto;
        padding: 0;
    }
    .whatssapp-button .whatsapp-share-button {
        background-color: #4caf50;
        width: 50px;
        height: 50px;
        display: flex;
        border-radius: 50%;
        position: relative;
        color: #fff;
        justify-content: center;
        align-items: center;
    }
    .whatsapp-share-button i::before {
        color: #fff;
    }

}

@media (max-width: 480px) {

    .info-comensales,
    .info-tiempo-cocina {
        width: 40px;
        margin-top: 0
    }

    .share-buttons {
        font-size: 20px;
    }

    .info-tiempo-cocina {
        width: 50px;
    }

    .recipe-info-movil,
    .share-buttons {
        width: auto;
        padding-right: 3px;
    }

    .share-buttons {
        width: 100%;
    }

    .info-recipe-various {
        border: 0px;
        margin-bottom: 40px;
    }

    .info-recipe-various a,
    .info-recipe-various a i.fa-whatsapp::before {
       /* color: #c20430;*/
        font-size: 30px;
    }

    .recipe-info-movil {
        padding-top: 5px;
    }

    .share-buttons {
        float: right;
        padding-left: 0
    }

    .fa-whatsapp {
        font-size: 20px;
    }

    .info-tiempo-cocina {
        margin-left: 10px;
    }

    .recipe-content {
        padding: 0 20px;
    }

    .tag-div {
        padding: 0 5px 40px;
    }

    ul.steps-list li,
    ul.ingredients-list li {
        margin-bottom: 5px;
    }

    .related-product {
        padding: 0 20px 0;
    }
}

@media (max-width: 380px) {
    .info-recipe-various {
        padding: 5px 20px;
    }

    .single-recipe .main-image a {
        display: block;
        width: 100px;
        height: 100px;
        background-size: 96%;
        background-position: 4px -52px;
    }
}


/* TOC STYLE */
#toc_container {
    display: none !important;
}

.toc {
    order: 2;
    margin-top: 20px;
}
@media (max-width: 768px){
    .toc {
        margin: 30px 0 20px;
    }
}

.toc div {
    border: 4px solid #f5f5f5;
    padding: 20px;
    background: #fff;
}
/*
.toc div p {
    text-align: center;
    font-weight: bold;
}*/

.toc div > ul {
    margin: 0;
}

.toc div > ul ul {
    margin-left: 20px;
}

.toc div li {
    margin: 2.5px 0;
}

.toc div li:before {
	content: '\f111';
	font-family: FontAwesome;
	float: left;
	margin-right: 10px;
	font-size: 7px;
	line-height: 30px;
	color: #39397F;
}
/* END OF TOC STYLE */


.post-ratings{
font-size: 14px
}


/* Recipes dispacher*/
@media (min-width: 980px){
    ul.et_pb_tabs_controls{
        display: flex;
        justify-content: space-between;
        height: auto;
    }
}
.tabla_recetas .et_pb_tabs_controls li {
    background: 0 0 !important;
    padding: 0 30px;
    padding: 0 10px;
    border: none;
}
.tabla_recetas .et_pb_tabs_controls li img {
    width: 100%;
    height: 150px;
}



.tabla_recetas .et_pb_tabs_controls li .recipe-name {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
}
.tabla_recetas .et_pb_tabs_controls li .recipe-name img {
    height: 50px;
}
.tabla_recetas .et_pb_tabs_controls .select-recipe {
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transform: rotate(45deg);
    border-right: 2px solid #e00318;
    border-bottom: 2px solid #e00318;
    top: 20px;
}
.et-db #et-boc .et-l .et_pb_tabs_controls li a {
    text-decoration: none;
    color: #666;
    padding: 15px 35px 4px;
    vertical-align: middle;
    display: table-cell;
    line-height: inherit;
}
.tabla_recetas .et_pb_tabs_controls li .recipe-name a {
    padding: 0;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0,75%);
}
.et_pb_tabs_controls li a {
    flex-grow: unset;
    text-align: center;
    display: block;
}
.tabla_recetas .recipe-name h2 {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    padding: 4.5px 0;
}
.item-receta a{
    font-weight: 600 !important
}
@media (max-width: 980px){
    .tabla_recetas h2 {
        text-align: center;
    }
    .item-receta h3 {
       margin: 0 auto
    }
    .et-db #et-boc .et-l .et_pb_tab_active .item-receta h3 a {
        color: #39397f !important;
    }
    .item-receta p{
        font-weight: 400
    }
}
@media (max-width: 767.98px){
    .tabla_recetas .et_pb_tabs_controls .control-tab {
        text-align: center;
    }
    .tabla_recetas .et_pb_tabs_controls li img {
        width: auto;
        height: auto;
    }
    .tabla_recetas .et_pb_tabs_controls li .recipe-name {
        display: none;
    }
}
.tabla_recetas .et_pb_tabs_controls li .recipe-name h2 {
    color: #39397f;
    display: block;
    margin: auto;
}
.tabla_recetas .et_pb_tabs_controls li .recipe-name h2 {
    color: #39397f;
    display: block;
    margin: auto;
    line-height: 100%
}
.et-db #et-boc .et-l ul.et_pb_tabs_controls {
    background-color: #FFF;
}
@media (max-width: 980px){
    .et-db #et-boc .et-l ul.et_pb_tabs_controls {
       margin-bottom: 75px
    }
    .et-db #et-boc .et-l .et_pb_tabs_controls li a {
        padding: 15px 0 4px;
    }
}
.et-db #et-boc .et-l .et_pb_tabs, .et-db #et-boc .et-l .et_pb_wc_tabs,
.et-db #et-boc .et-l .et_pb_tabs_controls li{
    border: 0
}
.tabla_recetas .et_pb_all_tabs h2 {
    text-align: center;
    color: #39397f;
    font-size: 28px;
    margin: 60px 0 25px;
}
.post-type-archive-recipe .searchandfilter ul {
    margin-bottom: 0;
    display: block;
    text-align: center;
}
.post-type-archive-recipe .searchandfilter ul li{
    display: inline-block;
    flex-grow: 0 !important;
}
.post-type-archive-recipe .searchandfilter input[type="text"] {
    border: 1px solid #D9D9D9;
    border-radius: 22px;
    padding: .715em;
    padding-left: 1em
}
@media (min-width: 768px){
    .post-type-archive-recipe .searchandfilter ul li:first-child{
         width:40%;
    }
    .post-type-archive-recipe .searchandfilter ul li:last-child{
         width: 15%;
    }
}
.post-type-archive-recipe .searchandfilter input[type="submit"] {
    padding: .715em;
    border: 0;
    border-radius: 22px;
    color: #fff;
    background-color: #39397F;
    margin-left: 10px;
}
@media (max-width: 368px){
    .searchandfilter ul li {
        width: 100%
    }
    .searchandfilter ul li:nth-child(2) {
        margin: 0;
    }
    .post-type-archive-recipe .searchandfilter input[type="submit"]{
        margin: 0;
        width: 100%
    }
}
.rec-list {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: center;
}
.rec-list > div {
    flex: 1 0 250px;
    height: auto;
    margin: 15px;
}
@media (max-width: 980px){
    .rec-list > div {
        flex: 1 0 230px;
    }
    .post-type-archive-recipe.et-db #et-boc .et-l .et_pb_tab {
        padding: 24px 0px;
    }
    .post-type-archive-recipe.et-db #et-boc .et-l .et_pb_tabs_controls li a {
        padding-top: 0;
        text-align: center;
        font-weight: 400;
        color: #39397f !important;
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 980px){
    .tabla_recetas .et_pb_tabs_controls li {
       height: auto;
       width: 25%
    }
    .tabla_recetas .et_pb_tabs_controls li img {
       height: auto;
    }
    .et-db #et-boc .et-l .et_pb_tabs_controls li{
        height: 120px;
    }
    #et-main-area .recipe-name h2{
        margin-top: 10px;
    }
}

/* Banner en página recetas */

.banner-top {
	margin-bottom: 15px;
	text-align: center;
}
.banner-top img {
	margin: 0 auto;
}
acform {
    display: none;
}


/* Ingredients */
.recipe-ingredients {
    background-color: #f5f5f5;
    padding: 30px;
}
.recipe-ingredients h2 {
    padding-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}
.recipe-ingredients .form-check {
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 1px dashed #E9E9E9;
}
.recipe-ingredients .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
}
.recipe-ingredients .form-check-label {
    display: inline;
    margin-left: 10px;
    font-weight: 300;
}
.recipe-ingredients .form-check input[type="checkbox"]:checked ~ .form-check-label {
    position: relative;
    text-decoration: none;
    background-image: -webkit-linear-gradient(transparent 10px,#222 10px,#222 11px,transparent 11px);
    background-image: -moz-linear-gradient(transparent 10px,#222 10px,#222 11px,transparent 11px);
    background-image: -ms-linear-gradient(transparent 10px,#222 10px,#222 11px,transparent 11px);
    background-image: -o-linear-gradient(transparent 10px,#222 10px,#222 11px,transparent 11px);
    background-image: linear-gradient(transparent 10px,#222 10px,#222 11px,transparent 11px);
}


/**
 * Embed Video Youtube
 */
 .video-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.video-container iframe,
.video-container object,
.video-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Trucos de cocina */
.trick-title {
    margin: 0;
}
.trick-loop {
	padding: 0 30px;
}
.trick-loop .trick-loop-items {
    margin-bottom: 30px;
    padding: 0;
    background-color: #fff;
}
.trick-loop .trick-loop-items h3 {
    margin-top: 0;
}
.trick-loop .trick-loop-items a.btn-trick {
    font-weight: 500;
}
.truco-rating {
    margin-bottom: 10px;
}
@media (min-width:980px) {
    .trick-loop {
        padding: 0;
    }
    .trick-loop .trick-loop-items {
        padding: 30px;
    }
}



/* Preguntas de cocina */
.faq-title {
    margin: 0;
}
.faq-loop {
	padding: 0 30px;
}
.faq-loop .faq-loop-items {
    margin-bottom: 30px;
    padding: 0;
    background-color: #fff;
}
.faq-loop .faq-loop-items h3 {
    margin-top: 0;
}
.faq-loop .faq-loop-items a.btn-faq {
    font-weight: 500;
}
@media (min-width:980px) {
    .faq-loop  {
        padding: 0;
    }
    .faq-loop .faq-loop-items {
        padding: 30px;
    }
}


/* Bloques de enlaces */
.bloque-enlaces {
    background-color: #fff;
}
.bloque-enlaces-title {
    border-bottom: 1px solid #39397f;
}


/* Si te ha gustado esta receta... */
.recipe-tegustara {
    background-color: #fff;
}

.recipe-tegustara-item {
    padding: 0 16px;
    display: flex;
    align-items: center;
}
.recipe-tegustara-item picture {
    display: contents;
}
.recipe-tegustara-img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    object-fit: cover;
}
.recipe-tegustara-title{
    margin: 0 0 0 16px;
}

@media (max-width:767px) {
    .recipe-tegustara-img {
        height: 100px;
        width: 100px;
        object-fit: cover;
    }
}



/* Artículos relacionados */
.recipe-related-posts-loop {
	padding: 0 30px;
}
.recipe-related-post-title {
    margin: 0;
}
.recipe-related-post-item {
    margin-bottom: 30px;
    padding: 0;
    background-color: #fff;
}
@media (min-width:980px) {
    .recipe-related-posts-loop  {
        padding: 0;
    }
    .recipe-related-post-item {
        padding: 30px;
    }
}


/* Hoy en portada */
.hoy-portada-item {
    text-align: center;
	margin-top: 20px;
}



/* Se habla de */
/*
.se-habla a {
    margin: 0 10px 10px 0;
    background-color: #97252D;
    color: #FFF;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: normal;
}
.se-habla a:hover {
    color: #FFF;
}
*/
.se-habla ul {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.se-habla ul li {
	background-color: #fff;
	border-radius: 4px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #b83344;
	color: #b83344;
	font-size: 13px;
	font-weight: 500;
    list-style-type: none;
	margin: 0 8px 8px 0;
	padding: 4px 12px;
}
.se-habla ul li a {
    margin: 0 5px 5px 0;
    color: #b83344;
}
.se-habla ul li a:hover {
    color: #b83344;
}
.se-habla.et_pb_widget {
    float: initial;
}


@media print {
    html, body {
        width: 210mm;
    }
    img,
    .print-none,
    .breadcrumbs,
    footer {
        display: none;
    }
    .row,
    .row > div {
        width: 100%;

    }
    .slick-slide{
        width: 210mm !important;
    }
}