/*
 Theme Name:   AMW Amalfi Lemon Theme
 Theme URI:    https://www.amalfiweb.it
 Description:  Tema per amalfilemon.it
 Author:       Mario Acunto
 Author URI:   https://www.amalfiweb.it
 Template:     decorist
 Version:      1.5.0.14
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  decorist
*/
/* Custom fonts */
/*@font-face {
    font-family: 'Great Vibes';
    src: url('fonts/greatvibes-regular-webfont.woff2') format('woff2'),
         url('fonts/greatvibes-regular-webfont.woff') format('woff'),
         url('fonts/GreatVibes-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  
  }
  */
@font-face {
font-family: 'Beautiful-ES';
    src: url('fonts/Beautiful-ES.ttf.woff') format('woff'),
         url('fonts/Beautiful-ES.ttf.svg#Beautiful-ES') format('svg'),
         url('fonts/Beautiful-ES.ttf.eot'),
         url('fonts/Beautiful-ES.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}  

/* Layout */
.head-mast {
    /*
    background: url('https://www.amalfilemon.it/wp-content/uploads/2019/04/mast-head-bg-4.jpg') center right no-repeat;
    background: url('https://www.amalfilemon.it/wp-content/uploads/2019/05/mast-head-bg-5.jpg') center right no-repeat;
    background: url('https://www.amalfilemon.it/wp-content/uploads/2019/05/mast-head-bg-6.jpg') center right no-repeat;
    */
    background: url('https://www.amalfilemon.it/wp-content/uploads/2019/05/mast-head-bg-7.jpg') center right no-repeat;
}
.header img.custom-logo {
    width: 150px;
}

.header-mini-cart {
    background-color: #fff;
}

.head-nav {
    border-top: solid 1px #DDD;
}

.footer-logo {
    height: 230px !important;
    width: auto;
}
.page-hero-title {
    /*
    font-family: 'Great Vibes', cursive;
    font-size: 70px;
    font-weight: 400;
    */
    font-family: 'Beautiful-ES';
    font-size: 120px;
    font-weight: 400;
    line-height: 70pt;
    letter-spacing: 0;
    color: #FFF9C9;
    /*color: #D3E0CF;*/
}

.page-hero-subtitle {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
}

.block-item-title {
    /*font-family: 'Great Vibes', cursive;*/
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    font-size: 46px;
}
  

.section-title {
    font-size: 52px;
    margin: 0;
    /*font-family: 'Great Vibes';*/
}

.entry-title {
    font-size: 52px;
    margin: 0;
    /*font-family: 'Great Vibes';*/
}

article.post .entry-title {
    font-size: 28px;
    font-family: "Nunito Sans", sans-serif;
}

.section-title a {
    font-family: "Nunito Sans", sans-serif;
}

/** Widgets **/
.widget_ci-home-hero {
    padding: 90px 0 50px;
    text-align: center;
    color: #fff;
}
.widget_ci-home-hero .section-title {
    width: 100%;
    font-family: 'Beautiful-ES';
    font-size: 130px;
    font-weight: 400;
    line-height: 70pt;
    letter-spacing: 0;
    color: #FFF9C9;
}
.widget_ci-home-hero .hero-text {
    font-size: 20px;
}

.widget_ci-home-woocommerce-categories .section-heading {
    display: none;
}

.widget-sections-before-nav {
    text-align: center;
    text-transform: uppercase;
    padding:0;
    font-weight: bold;
    background-color: #247a3d ;
    color: #fff;
}

.widget-sections-before-nav .widget-section {
    margin-bottom: 0;
    padding: 6px 0;
}
.widget-sections-before-nav .widget-section:first-child{

    background-color: #2ef409
}
/** Slider **/
.decorist-slick-slider .slick-arrow {
    z-index: 15;
}

/*Elimna overlay su foto item */
.block-item::before {
    background-color: transparent;
}

.social-icon:hover {
    border-color: #247a3d;
    color: #247a3d;
}

.social-icon {
    border: 2px solid #4F2B1C;
}

.ci-schedule-widget-table tr {
    border-bottom: 1px solid #4F2B1C;
}

.footer-widgets {
    background-color: #F0D355;
}

.footer-widgets .widget-title {
    border-left: solid 3px #4F2B1C;
}

.footer-logo-igp {
    width: 100px;
}

.footer-info {
    /*
    background-color: #4B5A33;
    */
    background-color: #1e371c;
    color: #efefef;
    border-top: none;
}
.footer-info a {
    color: #efefef;
}

.footer-info .social-icon {
    color: #F0D355;
}

.ci-schedule-widget-intro {
    margin: 0;
    font-weight: bold;
    color: #247a3d;
}

/* Woocommerce*/

/* products hover effect */
.item-product .item-thumb img {
    /*transition: transform .2s;*/
}
.item-product:hover .item-thumb img {
    transform: scale(1.05);
    -webkit-filter: brightness(108%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.widget li > .count {
    /*background: #247a3d;*/
}

.widget_product_categories .current-cat-parent > a, .widget_product_categories .current-cat > a {
    color: #247a3d;
}
.widget_product_categories .current-cat > .count {
    background: #247a3d;
    color: #fff;
}
.widget li:hover > .count {
    background: #F0D355;
}
.woocommerce-message, .woocommerce-info, .woocommerce-noreviews {
    border-left: 0.618em solid #247a3d;
}

.product_list_widget .woocommerce-Price-amount {
    color: #4F2B1C;
}

.btn:focus, .button:focus, .comment-reply-link:focus, input[type="submit"]:focus, input[type="reset"]:focus, button[type="submit"]:focus {
    box-shadow: 0 0 10px rgba(234, 231, 44, 0.7);
}

/*Woocommerce: variations */
.product-type-variable .entry-product-info .price {
    /*display: none;*/
}

.product-type-variable .single-product-table-wrapper {
    /*display: none;*/
}
/** Nascondi quantità per i limoni **/
/*
#product-2262 .quantity, #product-2262 .woocommerce-variation-add-to-cart-enabled .quantity {
    display: none !important;
}
/*Lemon variations in English product */
/*
#product-2284 .entry-product-info {
    display: none;
}
*/

.variations td.label {
    max-width: 150px;
}

.category-search-select {
    max-width: 200px;
}

.nutritional-table {
    max-width: 390px;
    font-size: 12px;
}
.nutritional-table caption{
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.nutritional-table td, .nutritional-table th{
    border: 1px solid #3333;
    
}
.nutritional-table td:first-child, .nutritional-table th:first-child  {
    padding-left: 10px;
}

.shop_table .coupon {
    width: 330px;
}

.save-shipping {
    border-bottom: 1px #F0D355 dashed;
    font-weight: bold;
  }
.save-shipping:hover {
    color: #F0D355;
}

/* Nexi */
.wc_payment_method.payment_method_xpay img {
    max-width: 65px;
}







@media (min-width: 992px) {
    .block-item-xl .block-item-title, .block-item-lg .block-item-title {
        font-size: 70px;
    }
    .page-hero-content {
        width: 80%;
    }
}


@media (max-width: 1349px) {
    .page-hero-title {
        font-size: 96px;
        line-height: 70px;
    }
}

@media (max-width: 991px) {
    .page-hero-title {
        font-size: 80px;
        line-height: 60px;
    }
    .widget_ci-home-hero .section-title {
        font-size: 82px;
        line-height: 32pt;
    }
}

@media (max-width: 767px) {
    .page-hero {
        font-size: 70px;
        height: auto;
    }
    .widget_ci-home-hero .section-title {
        font-size: 72px;
        line-height: 32pt;
    }
    .page-hero-slideshow {

        height: 380px;
    
    }
    /* Nuova ottimizzazione responsive */
    .head-mast {
        background: none;
    }
    .header img.custom-logo {
        width: 70px;
    }
    .head-mini-cart-wrap {
        top: 37px;
    }
    #media_image-4 .image.wp-image-439.attachment-medium.size-medium {
        width: 138px;
    }

}

/** Plugin **/

/*popup*/

.popmake-content strong {
    font-weight: 600;
}

/* Gift Wrap */
.wc_giftwrap_notes_container label {
    display: none !important;
}

#wcgwp_notes_coupon {
    display: none;
}