/*
Theme Name: Themify Landing Child
Description: Child theme for Themify Landing
Author: Themify
Template: themify-landing
*/

/* write custom css below */

/* Banner */
.easy-notification-bar-message {
    font-family: "Oswald"!important;
    font-weight: 400!important;
}

/* Title */

h1 {
    font-family: "Oswald"!important;
    font-weight: 400!important;
    font-size: 48px!important;
    margin-bottom: 40px!important;
    text-transform: uppercase;
}

h2 {
    font-family: "Oswald"!important;
    font-weight: 400!important;
    font-size: 36px!important;
    margin-bottom: 20px!important;
    text-transform: uppercase;
}

h3 {
    font-family: "Oswald"!important;
    font-weight: 400!important;
    font-size: 30px!important;
    margin-bottom: 20px!important;
    text-transform: uppercase;
}

h4 {
    font-family: "Oswald"!important;
    font-weight: 400!important;
    font-size: 26px!important;
    margin-bottom: 10px!important;
    text-transform: uppercase;
}

h5 {
    font-family: "Oswald"!important;
    font-weight: 400!important;
    font-size: 24px!important;
    margin-bottom: 10px!important;
    text-transform: uppercase;
}


/* Menu */
@media (max-width: 425px) 
{
    img.site-logo-image {width:300px!important;}
}

/* Pagina: home */
.module.module-box.tb_7d19410 h1 {margin-top:40px;}



.grecaptcha-badge {visibility: hidden;}

/* Header */
.social-widget,div#searchform-wrap {display:none!important;}
#site-logo{padding-top:0px!important;padding-bottom:10px!important;}
#site-description{padding-bottom:10px!important;}


/* Singoli prodotti */
.single_add_to_cart_button{
    background-color:#FECD06!important;
    color:#000000!important;
    height:45px;
    width:80%
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before{
    background-color:transparent!important;
}

/* Footer */
ul#menu-footer-menu a{text-decoration: none;}
ul#menu-footer-menu a:hover{color:#FECD06;}
#text-1011{margin-bottom: 0px;padding-bottom: 0px;}
#nav_menu-4{padding-top: 0px;}

/* Pagina: il mio account */
.woocommerce-error::before {background-color:transparent!important;}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox { line-height: 0.5!important;}

/* Pagina: checkout */
label[for="billing_invoice_type"] .optional {display:none!important;}
#billing_invoice_type_field,
#billing_company_field{display:none!important;}

/* Pagina: contatti */
input.wpcf7-form-control {width:100%}