/*
 * Theme Name: La Società delle Api
 * Description: Starter Theme to use with Timber
 * Author: LDN
*/


html{scroll-behavior: smooth;}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    color: #707070;
}

.absolute{position: absolute;}
.fixed{position: fixed;}
.relative {position: relative;}

h1{font-size: 32px;}
h2{font-size: 28px; font-weight: 700;}
h3{font-size: 22px;}
h4{font-size: 18px;}

a, a:hover, a:visited{text-decoration: none; color: #B58537;}

.testo_bianco{color:#ffffff;}
.testo_oro{color:#B58537;}

.mini_text{font-size:10px;}

.bg{background-size: cover; background-repeat: no-repeat; background-position: center;}

.bg_bianco{background-color: #fff;}
.bg_oro{background-color:#B58537; color:#fff;}
.bg_grigio{background-color: #F9F9F9;}

.circle{border-radius: 50%;}
.bordered{border: 5px solid #fff;}

.btn {
    border-radius: 30px;
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 30px;
}
.btn:hover{background-color: #B58537; color:#fff;}
.btn:active, .btn:focus{outline: none; box-shadow: none;}
.btn-oro{background-color: #B58537; color: #ffffff;}
.btn-blu a{color:#ffffff;}
.btn-bianco{background-color: #ffffff; color: #B58537;}
.btn-trasparente{background-color: #ffffff; color: #B58537; border:1px solid #B58537;}

.uppercase {text-transform: uppercase;}
.italic {font-style: italic;}

.light {font-weight: 300;}
.regular {font-weight: 400;}
.medium {font-weight: 500;}
.semibold {font-weight: 600;}
.bold {font-weight: 700;}
.extrabold {font-weight: 800;}
.black {font-weight: 6900;}

strong {font-weight: 600;}

.overflow-h{overflow: hidden;}

header.sticky{transition: max-height 0.3s ease-out;}
header.sticky .logo{transition: width 0.3s ease-out;}

.mega-menu ul{list-style: none; font-size: 1.8rem;}
.mega-menu .menu a{color:#fff;}
.mega-menu nav{margin-top: 100px;}

/*
.mega-menu {
    transition: .3s ease-in-out;
    position: fixed;
    padding-bottom: 78px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    display: none;
    overflow-y: auto;
}
.mega-menu nav {
    padding-top: 70px;
}
.mega-menu.reveal {
    opacity: 1;
}
.close-menu {
    height: 30px;
    cursor: pointer;
    display: none;
}
*/


.header_image_block{height: 400px; background-image: url("static/img/header_image_block.jpg");}
.header_circle_img{transform: translateY(-50%); margin-bottom:-110px;}

.claim{font-style: italic;}

.banner_image{height: 350px;}

.card_prodotto_titolo{font-size: 20px; line-height: 22px;}
.card_prodotto_descrizione{font-size: 15px; line-height: 17px;}
.card_prodotto_img{border-radius: 30px; overflow:hidden;}

.info_text{font-size: 20px; line-height: 22px;}

.api_form input, .api_form textarea{width:100%; border:0; padding:4px 8px;}
.api_form input{height: 40px; line-height: 40px;}
.api_form .wpcf7-acceptance input{height: auto !important; width: auto !important; display: inline-block;}
.api_form .wpcf7-submit{line-height: normal !important; text-transform: uppercase;}
.api_form .wpcf7-not-valid-tip{color:#B58537; font-size: 14px; line-height: 15px; margin-top: 5px; margin-left: 8px;}

.footer{font-size:12px;}
.footer .social_footer{list-style: none;}
.footer .social_footer li{display: inline-block; margin-right: 5px;}
.footer .social_footer li:last-child{margin-right: 0;}

.single-schede_prodotti .postimage{border-radius: 30px; overflow:hidden;}



@media screen and (max-width: 1399px) {
    .header_circle_img{margin-bottom: -80px;}
    .banner_image{height: 300px;}
}

@media screen and (max-width: 991px) {
    .header_circle_img{margin-bottom: -75px;}
    .banner_image{height: 250px;}
}

@media screen and (max-width: 767px) {
    .header_image_block{height: 220px;}
    .header_circle_img{margin-bottom: -90px;}
    .banner_image{height: 200px;}
}

@media screen and (max-width: 480px) {
    .header_image_block{height: 130px;}
    .header_circle_img{margin-bottom: -60px;}
    .banner_image{height: 150px;}
}

@media screen and (max-width: 320px) {
    .header_circle_img{margin-bottom: -30px;}
}