/*
Theme Name: ZambonFiori
Theme URI: https://www.performize.it/
Author: Performize
Author URI: https://www.performize.it/
Description:
Version: 1.5
Requires at least: 4.5.0
Tested up to: 5.7
Requires PHP: 5.4.0
Template: generatepress
*/

@font-face {
    font-family: 'fontello';
    src: url('./fonts/fontello.eot?79927189');
    src: url('./fonts/fontello.eot?79927189#iefix') format('embedded-opentype'),
    url('./fonts/fontello.woff2?79927189') format('woff2'),
    url('./fonts/fontello.woff?79927189') format('woff'),
    url('./fonts/fontello.ttf?79927189') format('truetype'),
    url('./fonts/fontello.svg?79927189#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?79927189#fontello') format('svg');
  }
}
*/

[class^="fa-"]:before, [class*=" fa-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.fa-check:before { content: '\e800'; } /* '' */


/* General */

article .entry-content h3, #comments h3{
    color: #0b9e6a
}
#post-3589 h3.gb-headline.gb-headline-9a4b923f{
    color: #fff!important;
}

.site-footer a{
    color:#0b9e6a;
}

.type-post .entry-header .byline{
    display:none;
}

.gb-grid-wrapper-7ec621b6 h3{
    color:#fff!important;
}

#primary-menu .menu-item-383 a{
    color: #ee5794;
}

@media(max-width:768px)
{
    #mobile-header {
        background-color: #93CDB9
    }
}

/* Woocommerce */

.woocommerce form.cart table td, .woocommerce form.cart table{
    border:none;
}

.woocommerce .summary .woocommerce-product-details__short-description span{
    display: block;
}

.woocommerce .summary .woocommerce-product-details__short-description span fa.fa-check:before{
    color: #93CDB9;
}

.woocommerce-cart table.cart img{
    max-width: 100%;
    width: auto;
}

.woocommerce table.shop_attributes th {
    font-size: 16px;
}

.woocommerce table.shop_attributes td p {
    padding: 8px 16px;
    font-size: 16px;
}

.gb-container-7d645521 figure{
    position: relative;
}

.gb-container-7d645521 figcaption{
    position: absolute;
    left: -100%;
    width: 200px;
    text-align: center;
}

#billing_state_field, #shipping_state_field{
    display: none!important;
}

@media(max-width: 768px) {
    .woocommerce-cart .site-content, .woocommerce-shop .site-content {
       padding-top: 25px;
    }
}
/* CF7 Form */

@media(min-width:992px){
    .wpcf7 .col-6{
        width: 50%;
        float: left;
        padding: 10px;
    }

    .wpcf7 .col-7{
        width: 58.333333333%;
        float: left;
        padding: 10px;
    }

    .wpcf7 .col-5{
        width: 41.666666667%;
        float: left;
        padding: 10px;
    }

    .wpcf7 input[type="submit"]{
        width:330px;
    }
}
.wpcf7 .wpcf7-select{
    width: 100%;
    height:49px;
}

.wpcf7 .question{
    color: #fff;
    display:block;
}

.wpcf7 input{
    width:100%;
}

.wpcf7 .css-privacy span{
    color:#fff;
}
.wpcf7 .css-privacy a{
    color:#93CDB9;
}

/* SendinBlue newsletter form */

.sib_signup_form input[type="submit"]{
    background-color: #ee5794;
}

.sib_signup_form input[type="submit"]:hover{
    background-color: #0B9E6A;
}

.sib_signup_form label.sib-email-area{
    display: block;
    text-align: left;
    color: #fff;
}

.sib_signup_form input[type="email"]{
    width: 69%;
    display: inline-block;
}

.sib_signup_form input[type="submit"]{
    width: 30%;
    display: inline-block;
}

@media(max-width: 991px) {
    .sib_signup_form input[type="email"], .sib_signup_form input[type="submit"] {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
}

/* sidebar */

.perf-container-sidebar{
    float:left;
    width: 31.333333%;
    margin: 0 1%;
    margin-bottom: 35px;
}

@media (max-width: 768px){
    .perf-container-sidebar{
        float:left;
        width: 100%;
        margin: 10px 0;
    }
}

.perf-container-sidebar h2{
    font-size: 17px;
    margin-bottom: 15px;
    color: #0b9e6a;
}

.perf-container-sidebar input[type="search"], .perf-container-sidebar .select2-container--default .select2-selection--single, .widget_taxonomy_dropdown_widget.perf-container-sidebar .taxonomy_dropdown_widget_dropdown{
    padding: 5px 15px;
    background-color: #ffffff;
    border-color: #edebeb;
    border-radius: 0;
    color: #6b5a5b;
}

.perf-container-sidebar .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #6b5a5b;
}

.perf-container-sidebar .select2-container--default .select2-selection--single{
    padding-bottom: 30px;
}

.perf-container-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}


.perf-container-sidebar button[type="submit"]{
    line-height: 1;
}

.perf-container-sidebar .taxonomy_dropdown_widget_dropdown{
    width: 100%;
}

.perf-container-sidebar .search-field {
    width: 63%;
}
.perf-container-sidebar .woocommerce-product-search button[type="submit"]{
    width: 35%;
}

@media (max-width: 991px){
    .widget .search-field {
        width: 100%;
    }
    .woocommerce-product-search button[type="submit"]{
        width: 100%;
    }
}

.perf-container-sticky{
    position: relative;
    display: block;
}

@media(min-width: 991px){
    .perf-container-sticky.sticky{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 999;
        padding-top: 50px;
    }

    .perf-container-sticky.sticky .perf-sidebar-wrapper{
        max-width: 1200px;
        margin: auto;
    }
}

.banner-top{
    text-align: center;
    margin: auto;
    padding: 15px 25px;
    font-size: 15px;
}

.banner-top.chiusura{
    background-color: #ee5794;
    color:#fff;
}