/*----- Personalizzazioni -----*/



.logo-menu-mobile {
    background: #000;
    padding: 20px;
    border-bottom: 2px solid #fdc657;
}

.illustrazione img {
    max-width: 80%;
}

@media only screen and (min-width: 1441px) {
    .full-hd {
        position: absolute !important;
        bottom: 20%;
        left: 20%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) {
    .banner-thumb img {
        max-width: 100%;
    }
}

.single-testimonial-wrap.layout--4.slick-slide {
    padding: 60px 40px;
}

.single-testimonial-wrap.layout--4 {
    font-weight: unset;
}

.single-blog-post-wrap.slick-active:before {
    width: 0px;
}

.slick-slider.slick-row-15 .slick-list .slick-slide {
    border-radius: 10px;
}

.single-testimonial-wrap.layout--4.slick-slide.slick-current {
    border-radius: 10px;
}

.loghi img {
    max-height: 60px;
    width: auto;
    margin: 0 auto;
}

h1, .h1, h2, .h2 {
    font-family: Georgia;
    text-transform: lowercase !important;
}

h3, .h3 {
    font-weight: 400;
}

.section-title-wrap h2 {
    font-size: 50px;
    color: #fdc657;
}

.section-title-wrap {
    font-weight: unset;
}

.section-title-wrap.layout--2 h2 {
    font-size: 50px;
    margin-bottom: 15px;
}

.area-title h2 {
    font-size: 50px;
    font-weight: 700;
}

.home-slide {
    background-color: #000;
    background-image: url("../img/bg_libro.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.interna-slide {
    background-color: #000;
    background-image: url("../img/bg_libro_interna.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 500px;
}

.autore {
    font-weight: 100;
    font-size: 24px;
    margin-bottom: 0px;
}

.titolo {
    font-family: Georgia;
    font-size: 74px;
    line-height: 70px;
    margin-bottom: 0px;
    font-weight: 900;
}

.sottotitolo {
    font-size: 24px;
    line-height: 25px;
}

.btn-ga {
    border: 0px;
    background: #e1313b;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
}

.btn-ga:hover {
    background: #fff !important;
    color: #e1313b !important;
}

.header-ga {
    display: none;
}

.sticky-header.sticky .header-ga {
    display: block;
}

.mente-che-innova {
	padding-top: 193px;
    padding-bottom: 193px;
    background: #eaab55;
    background-image: url("../img/GA-libro-orizz.png");
    background-position: center center;
	}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px){
	.mente-che-innova {
	padding-top: 323px;
    padding-bottom: 324px;
    background: #eaab55;
    background-image: url("../img/GA-libro-vert.png");
    background-position: center center;
	}
}

/*----- Responsive -----*/

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .ill-mobile img {
        max-width: 50%;
    }
    .banner-content-wrap h2 {
        font-size: 39px;
        font-weight: 700;
        line-height: 40px;
    }
    .section-title-wrap {
        font-size: 16px;
    }
    .section-title-wrap.layout--2 {
        font-size: 16px;
    }
    h3, .h3 {
        font-size: 21px;
        font-weight: 400;
    }
    .titolo {
        line-height: 53px;
        font-size: 60px;
        margin-bottom: 10px;
    }
    .home-slide {
        background-color: #000;
        background-image: url("../img/bg_libro_mobile.jpg");
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .interna-slide {
        background-color: #000;
        background-image: url("../img/bg_libro_mobile.jpg");
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 100%;
    }
    .mobile-center {
        text-align: center;
    }
    .hv-100 {
        height: 100vh;
    }
}

.banner-content-wrap {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

body {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.scroll-top {
    display: none;
}

@media only screen and (min-width: 768px) {
    .scroll-top {
        display: block;
        background-color: #fdc657;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        font-size: 20px;
        text-align: center;
        line-height: 38px;
        height: 40px;
        width: 40px;
        position: fixed;
        bottom: 50px;
        right: 50px;
        z-index: 999999;
    }
}