/*

Theme Name:  Listeo ChildTheme

Theme URI: http://listeo.pro

Author: Purethemes

Author URI: http://themeforest.net/user/purethemes

Description: Directory WordPress Theme by Purethemes

Version: 1.0

License: ThemeForest

License URI: http://themeforest.net/licenses

Text Domain: listeo

Domain Path: /languages/

Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns

Template:  listeo

*/




/* Ajuste capa de opacidad */
.overlay-custom .parallax-overlay{
    z-index: 1;
}


/* Estilos Pop Up */
.container-image-popup{

    background-image: url('http://localhost/tenemosfilo.com/wp-content/uploads/2020/02/IMG_6070-scaled.jpg');

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}

#popmake-444{

    padding: 0px;

}

.vc_custom_1584547911593{
    padding: 3em !important;

}


/* Tarjetas regalo personalización formulario */

.gift-card-content-editor label{

    display: none !important;

}



.gift-card-content-editor h5{

    font-size: 1.2em;

    font-weight: bold;

    margin-top: 1em !important;

    margin-bottom: 1em;

}



.ywgc-single-recipient{

    width: 100%;

    display: flex;

    flex-flow: row wrap;

    justify-content: space-between;



}



.ywgc-single-recipient input, .gift-card-content-editor #ywgc-sender-name{

    width: 100% !important;

}



.ywgc-single-recipient .ywgc-recipient-name, .ywgc-single-recipient .ywgc-recipient-email{

    width: 48%;

}



.gift_card_template_button{

    margin-top: 0;

}



button.ywgc-predefined-amount-button{

    border-radius: 50px !important;

    line-height: 2.5em !important;

    padding: 0 1em !important;

    border-color: #f89b35;

    margin: .5em;

}



button.ywgc-predefined-amount-button.selected_button{

    background-color: #f89b35;

}


.content-recipes{
   margin-top: 3em;
   margin-bottom: 3em;
}


.content-recipes .nav-tabs{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    padding: 0;
    text-align: center;
}

.content-recipes .nav-tabs li{
    width: 49.5%;
}

.content-recipes .nav-tabs li a{
    display: block;
    color: gray;
    background: #f8f8f8;
    padding: .5em;
}

.content-recipes .nav-tabs li a.active{
    color: white;
    background: #f89b35;	
}



.content-recipes .content{
     display: none;
     border: 1px solid #ccc;
     padding: 2em;
     margin-bottom: 2em;
}

#ingredients{
     display: block;
}

.content-recipes .content ul{
     list-style: none;
     padding: 0;
}

.content-recipes .content ul li i{
    color: #f89b35;
    margin-right: .5em;
}

.info-cheff{
    margin-top: 3em;
}

.title-recipes{
    margin: 1em 0;
    font-weight: 600;
}

.post-recipes .post-categories{
    display: flex;
    list-style: none;
    padding: 0;
}

.post-recipes .post-categories li{
    margin-right: 1em;
}


.post-recipes .post-categories li::before{
    content: '- ';
}


.share-links{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 1em;
}

.share-links span{
  margin-right: 1em;
}

.share-links ul{
   list-style: none;
   display: flex;
   flex-flow: row wrap;
   padding: 0;
   margin: 1em 0;
}

.share-links ul li{
   margin-right: .5em;
}

/* Inputs listeo */

.form-field-listing_description-container label span{
   display: block;
   padding: 1em;
   background: #e1f3fc;
   color: #31A2D6;
   margin: 1em 0;
}


/*ESTILOS RESPONSIVE*/

/* Desktop */
@media(min-width: 1200px){
    .page-template-template-dashboard .button.border.with-icon{
        display: none;
    }
}

/* Mobile */
@media (max-width: 480px){

    .ywgc-single-recipient .ywgc-recipient-name, .ywgc-single-recipient .ywgc-recipient-email{

        width: 100%;

    }

    .search-date .input-datetime-custom::after{
        content: "Fecha del evento";
    }

}

