@charset "utf-8";

/* ***********************
FAVINI CSS
+++++++++++++++++++++++++ */



/*
========================================
RESET STILI PER ANCORE, PARAGRAFI, TITOLI
========================================
*/


/* SCELTA DEL FONT USATO */

.no-gutters {
    padding: 0 !important;
}


@font-face {
    font-family: 'TradeGothicBoldCondTwentyOblique';
    src: url("../trade-gothic/trade_gothic_bold_no._2_oblique-webfont.eot");
    src: url("../trade-gothic/trade_gothic_bold_no._2_oblique-webfont.eot?#iefix") format("embedded-opentype"), url("../trade-gothic/trade_gothic_bold_no._2_oblique-webfont.woff") format("woff"), url("../trade-gothic/trade_gothic_bold_no._2_oblique-webfont.ttf") format("truetype"), url("../trade-gothic/trade_gothic_bold_no._2_oblique-webfont.svg#TradeGothicBoldCondTwentyOblique") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothicBoldCondTwenty';
    src: url("../trade-gothic/trade_gothic_bold_no._2-webfont.eot");
    src: url("../trade-gothic/trade_gothic_bold_no._2-webfont.eot?#iefix") format("embedded-opentype"), url("../trade-gothic/trade_gothic_bold_no._2-webfont.woff") format("woff"), url("../trade-gothic/trade_gothic_bold_no._2-webfont.ttf") format("truetype"), url("../trade-gothic/trade_gothic_bold_no._2-webfont.svg#TradeGothicBoldCondTwenty") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothicOblique';
    src: url("../trade-gothic/trade_gothic_oblique-webfont.eot");
    src: url("../trade-gothic/trade_gothic_oblique-webfont.eot?#iefix") format("embedded-opentype"), url("../trade-gothic/trade_gothic_oblique-webfont.woff") format("woff"), url("../trade-gothic/trade_gothic_oblique-webfont.ttf") format("truetype"), url("../trade-gothic/trade_gothic_oblique-webfont.svg#TradeGothicOblique") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothicMedium';
    src: url("../trade-gothic/trade_gothic-webfont.eot");
    src: url("../trade-gothic/trade_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../trade-gothic/trade_gothic-webfont.woff") format("woff"), url("../trade-gothic/trade_gothic-webfont.ttf") format("truetype"), url("../trade-gothic/trade_gothic-webfont.svg#TradeGothicMedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothicBoldCondTwenty';
    src: url("../trade-gothic-cond/trade_gothic_bold_condensed_no._20-webfont.eot");
    src: url("../trade-gothic-cond/trade_gothic_bold_condensed_no._20-webfont.eot?#iefix") format("embedded-opentype"), url("../trade-gothic-cond/trade_gothic_bold_condensed_no._20-webfont.woff") format("woff"), url("../trade-gothic-cond/trade_gothic_bold_condensed_no._20-webfont.ttf") format("truetype"), url("../trade-gothic-cond/trade_gothic_bold_condensed_no._20-webfont.svg#TradeGothicBoldCondTwenty") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothicCondEighteen';
    src: url("../trade-gothic-cond/trade_gothic_condensed_no._18-webfont.eot");
    src: url("../trade-gothic-cond/trade_gothic_condensed_no._18-webfont.eot?#iefix") format("embedded-opentype"), url("../trade-gothic-cond/trade_gothic_condensed_no._18-webfont.woff") format("woff"), url("../trade-gothic-cond/trade_gothic_condensed_no._18-webfont.ttf") format("truetype"), url("../trade-gothic-cond/trade_gothic_condensed_no._18-webfont.svg#TradeGothicCondEighteen") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*@font-face {*/
/*    font-family: 'TradeGothicMedium';*/
/*    font-display: auto;*/
/*    src: url('fonts/tg-2-webfont.woff2') format('woff2'),*/
/*        url('fonts/tg-2-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*}*/


/*@font-face {*/
/*    font-family: 'TradeGothicBoldCondTwenty';*/
/*    font-display: auto;*/
/*    src: url('fonts/tg-3-webfont.woff2') format('woff2'),*/
/*        url('fonts/tg-3-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*}*/


html {
    background-color: white;
    scroll-behavior: smooth;
}

@media screen and (max-width:990px) {
    html {
        overflow-x: hidden;
    }
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: black;
    overflow-x: hidden !important;
    font-family: TradeGothicMedium, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -ms-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
    background-color: #F2F0EC;
    background-image: url(../img/fondale/fondale_sito.png);
    background-repeat: repeat;
    background-size: auto;
}

.body-fixed {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* reset spazi e stili per browser */

* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}


body p bold {
    font-weight: 700;
}

h2,
h3,
h4 {
    font-family: TradeGothicBoldCondTwenty;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: black;
}

h1 {
    font-family: TradeGothicMedium;
    font-weight: normal;
    color: black;
}


a {
    text-decoration: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

a:hover {
    text-decoration: inherit;
    color: inherit;
}

p {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 140%;
    color: black;
    font-family: TradeGothicMedium;
    font-weight: normal;
}

div {
    margin: 0;
    padding: 0;
}

@media screen and (max-width:990px) {
    p {
        font-size: 18px;
    }
}

strong {
    font-weight: bold;
}

/* colori fissi */


main.main_container {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.main_container--change {
    opacity: 0.5;
}

.mt-nav {
    margin-top: 160px;
}


@media screen and (max-width:990px) {
    .mt-nav {
        margin-top: 70px;
    }

    .mt-nav--mobile {
        width: 100%;
        height: 70px;
    }
}


#breadcrumbs {
    font-size: 14px;
    position: relative;
    z-index: 10;
    color: dimgray;
    font-family: TradeGothicMedium;
    margin-bottom: 25px;
}

#breadcrumbs a {
    position: relative;
    z-index: 10;
    color: dimgray;
    font-family: TradeGothicMedium;
    margin: 1px;
}


.container-full {
    width: 100%;
    margin: 0 auto;
}


.container-100 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
}


@media screen and (max-width:990px) {
    #breadcrumbs {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    #breadcrumbs:before {
        display: none;
    }
}

.spacer-45 {
    height: 45px;
}

.spacer-80 {
    height: 75px;
}

@media (max-width:990px) {
    .spacer-45 {
        height: 0;
    }

    .spacer-80 {
        height: 0;
    }
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

section {
    position: relative;
    z-index: 5;
}


/*
========================================
CONTAINERS
========================================
*/

.site_container {
    background-color: white;
    max-width: calc(100vw - 65px);
    position: relative;
}


.container_box {
    width: 100%;
    padding-left: 300px;
}

.container_box h1 {
    margin-right: 5px;
    color: #8B8B8B;
}

.titoletto_pagina {
    display: flex;
    margin-bottom: 30px;
    color: #8B8B8B;
}

.container_full {
    width: 100%;
    padding-left: 300px;
}

.container_inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-right: 65px;
}

@media (max-width:1290px) {
    .container_inner {
        padding-right: 15px;
    }
}

@media (max-width:990px) {

    .site_container {
        background-color: white;
        max-width: 100%;
        position: relative;
        padding-top: 0;
    }

    .container_box {
        width: 100%;
        padding-left: 0;
    }

    .container_full {
        width: 100%;
        padding-left: 0;
    }

    .container_inner {
        width: 92%;
        max-width: 92%;
        margin: 0 auto;
        padding-right: 0;
    }
}

/*
========================================
PADDING SEZIONI
========================================
*/

.padding--vh {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.padding--super--vh {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.spacer--super--vh {
    height: 15vh;
}

.padding-top--vh {
    padding-top: 10vh;
}

@media (max-width:990px) {
    .padding--vh {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .padding--super--vh {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .spacer--super--vh {
        height: 50px;
    }
}

/*
========================================
NAVIGAZIONE
========================================
*/

.navigazione_orizzontale {
    max-width: calc(100vw - 65px);
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    padding-left: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.attiva_cerca {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-transform: uppercase;
    font-size: 16px;
}

.attiva_cerca:hover {
    cursor: pointer;
    opacity: 0.7;
}

.attiva_cerca img {
    height: 20px;
    width: auto;
    margin-left: 8px;
}

.selettore_lingue .wpml-ls-legacy-list-horizontal {
    border: 0;
    padding: 0;
    clear: both;
}

.selettore_lingue .wpml-ls-legacy-list-horizontal a {
    padding: 0 10px;
}

.navigazione__verticale {
    width: auto;
    position: fixed;
    top: 115px;
    left: 60px;
    z-index: 100;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

@media screen and ( max-height: 800px ) {

    .navigazione__verticale {
        position: absolute;
        top: 35px;
    }
}
.navigazione__verticale--move {
    top: 65px;
}

a.navigazione__logo {
    display: inline-block;
    margin: 0;
}

.navigazione__verticale .navigazione__logo {
    display: inline-block;
    margin-bottom: 65px;
}

.navigazione__verticale .navigazione__logo img {
    height: 90px;
}

.menu_categorie {
    margin-bottom: 50px;
    font-family: TradeGothicBoldCondTwenty;
    font-size: 25px;
}

.active-term {
    font-weight: 600;
}

.categoria__menu__subcategorie a {
    font-family: TradeGothicMedium;
    font-size: 16px;
    margin-left: 5px;
    margin-bottom: 0;
}

.categoria__menu__subcategorie a:last-child {
    margin-bottom: 0;
}

.categoria__menu__subcategorie li {
    margin: 0;
    padding: 0;
}

.categoria__menu__subcategorie li:last-child {
    margin-bottom: 15px;
}

.categoria__menu__subcategorie a:hover {
    text-decoration: underline;
}

.menu_categorie .categoria__menu {
    text-transform: uppercase;
}


.menu_categorie .categoria__menu__item {
    margin-bottom: 5px;
}


.menu_categorie .categoria__menu__item .categoria__menu.categoria__menu--pieno.menu-small {
    font-size: 16px;
    font-weight: 400;
}

.menu_voci li {
    text-transform: uppercase;
    margin-bottom: 3px;
    font-family: TradeGothicBoldCondTwenty;
    font-size: 17px;
}

.menu_voci .sub-menu {
    display: none;
    padding-top: 7px;
    padding-left: 7px;
}

.menu_voci .sub-menu li {
    text-transform: none;
    font-family: TradeGothicMedium;
}

.menu_voci .sub-menu li:hover {
    text-decoration: underline;
}

.burger {
    display: none;
}

/* search MOBILE */

.search--mobile {
    display: none;
}

@media (max-width:990px) {
    .search--mobile {
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width:990px) {

    .menu_voci li {
        margin-bottom: 7px;
        font-size: 18px;
    }

    .burger {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .burger__icon {
        width: 18px;
        height: 14px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-right: 8px;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .burger--close {
        height: 3px;
    }


    .burger__icon > div {
        width: 100%;
        height: 1px;
        background-color: black;
    }

    .burger__text {
        text-transform: uppercase;
        font-size: 15px;
        font-family: TradeGothicBoldCondTwenty;
    }

    .navigazione__verticale__voci {
        display: none;
        padding-left: 5%;
        padding-top: 30px;
        padding-bottom: 30px;
        animation: menuappari 1.5s ease;
    }

    @keyframes menuappari {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .navigazione__verticale .navigazione__logo img {
        height: 60px;
    }

    .navigazione__verticale .navigazione__logo {
        margin-bottom: 0;
    }

    .navigazione_orizzontale {
        max-width: 100%;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navigazione__verticale {
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit;
        z-index: inherit;
    }

    .navigazione__verticale__interazione {
        display: flex;
        justify-content: space-between;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 20px;
        padding-bottom: 15px;
    }

}

/*
================================================
MENU CATEGORIE PRODOTTI
================================================
*/

.categoria__menu__subcategorie {
    display: none;
}

.categoria__menu--pieno:hover {
    cursor: pointer;
}


/*
================
BOTTONE PULSANTE
================
*/

/* BOTTONE COLORE NERO */

a.btn {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: relative;
    height: auto;
    padding: 0;
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    font-family: TradeGothicMedium;
    text-decoration: none !important;
}

a.btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: black;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a.btn:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: black;
    bottom: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-delay: 0.2s;
}

a.btn:hover:after {
    width: 0;
}

a.btn:hover:before {
    width: 100%;
}

a.btn.btn--big {
    font-size: 25px;
}

@media (max-width:990px) {
    a.btn.btn--big {
        margin-bottom: 25px;
    }
}

/*============================
MENU DI NAVIGAZIONE
============================= */


/* /////////////////// cerca /////////////////// */

.icona_cerca {
    background-color: #eee;
    border-radius: 100%;
    position: relative;
    height: 38px;
    width: 38px;
}

.icona_cerca svg {
    height: 20px;
    width: auto;
    fill: black;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icona_cerca {
    padding-right: 15px;
}

.icona_cerca:hover {
    cursor: pointer;
}


@media (max-width:990px) {
    .icona_cerca:hover {
        background-color: none;
    }
}

.cerca_fullscreen {
    position: absolute;
    z-index: 10000;
    top: 65px;
    right: 65px;
    left: 0;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.35s cubic-bezier(.77, 0, .175, 1);
    transition: all 0.35s cubic-bezier(.77, 0, .175, 1);
    opacity: 0;
    visibility: hidden;
    background-color: white;
    border-bottom: 1px solid black;
}

.cerca_fullscreen--appari {
    opacity: 1;
    visibility: visible;
}

.cerca_fullscreen__close {
    position: absolute;
    top: 50px;
    left: calc(50% + 65px);
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: white;
    display: flex;
    border: 1px solid black;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.cerca_fullscreen__close:hover {
    opacity: 0.6;
}

.cerca_fullscreen__close img {
    height: 20px;
    width: auto;
}

.cerca_fullscreen__close:hover {
    cursor: pointer;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.cerca_content {
    margin: 0;
    min-width: 60vw;
    max-width: 100%;
    transform: translateX(65px);
}


input#keyword {
    background-color: transparent;
    text-align: center;
    color: black !important;
    font-size: 16px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 70px;
    margin: 0 !important;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
}

.keyword--expand {
    width: 250px !important;
    border-bottom: 1px solid black;
}

.attiva_cerca--mobile {
    display: none;
}

@media (max-width:990px) {

    .titoletto_pagina .colore {
        color: black;
    }

    .search_row placeholder {
        color: black !important;
    }

    .mobile_search_area {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    .attiva_cerca {
        display: none;
    }

    .search_row {
        width: 95%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        justify-content: space-between;
    }

    .search_row input {
        text-transform: uppercase;
    }

    .cerca_lente {
        display: inline-block;
        height: 20px;
        width: 20px;
        margin-bottom: 5px;
    }

    .search_input {
        width: calc(100% - 20px);
    }

    .attiva_cerca--mobile input#keyword {
        background-color: transparent;
        text-align: left;
        color: black !important;
        font-size: 16px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: calc(100% - 30px);
        display: inline-block;
        border-radius: 0;
        text-transform: uppercase;
        border-bottom: 1px solid gray;
        margin-bottom: 25px;
    }

    .searchform.group {
        margin: 0;
        min-width: 80vw;
        max-width: 100%;
    }

    input#keyword {
        font-size: 18px !important;
    }

    .cerca_content {
        margin: 0;
        min-width: 80vw;
        max-width: 100%;
    }
}


#datafetch {
    color: black;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#datafetch h2 {
    font-family: TradeGothicMedium;
    font-size: 15px;
}

.datafetch_digita {
    color: black;
    text-align: center;
}

.datafetch_nontrovato {
    color: black;
    text-align: center;
    display: none;
    font-family: TradeGothicMedium;
}

.search_menu_header input:hover {
    transform: rotate(-30deg);
}

.keyword_result img {
    height: 70px;
    width: auto;
    margin-bottom: 8px;
}


.keyword_result {
    width: 25%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    animation: risultato_appari 1s;
}


@keyframes risultato_appari {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.keyword_result a {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.keyword_result a:hover {
    opacity: 0.6;
}

@media screen and (max-width:990px) {
    .keyword_result {
        width: 100%;
    }

    #datafetch {
        color: white;
        text-align: center;
        display: block;
    }

    .keyword_result img {
        display: none;
    }

}


/* =========================
HOME front-page.php
============================ */


.slideshow_home {
    min-height: calc(100vh - 110px);
    position: relative;
    height: auto;
}

.slideshow_home_container {
    width: 100%;
    height: auto;
    position: relative;
}

.slideshow_home .slideshow_home__img img {
    width: 100%;
    height: auto;
}

.slideshow_home__img {
    margin-bottom: 40px;
    width: 100%;
}

.slideshow_home__text span {
    margin: 0;
    padding: 0;
}

.slideshow_home__text__title {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: TradeGothicBoldCondTwenty;
    font-size: 30px;
}

.slideshow_home__text__title span {
    font-size: 30px;
    line-height: 100%;
}

.slideshow_home__text__description {
    margin-bottom: 20px;
    font-size: 21px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.custom-bullet-pagination {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.custom-bullet-pagination span {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: black;
    margin: 40px 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.custom-bullet {
    opacity: 0.2;
}

.custom-bullet-active {
    opacity: 1;
}

@media (max-width:990px) {

    .slideshow_home .container_inner {
        width: 100%;
        max-width: 100%;
    }

    .custom-bullet-pagination {
        right: 30px;
        top: calc(55vh - 40px);
        transform: translateY(0);
        z-index: inherit;
        text-align: center;
        z-index: 100;
    }

    .custom-bullet-pagination span {
        display: inline-block;
        height: 12px;
        width: 12px;
        border-radius: 100%;
        background-color: black;
        margin: 0;
        margin-left: 10px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .slideshow_home__img {
        height: 55vh;
        width: 100vw;
        overflow: hidden;
        background-color: #eee;
    }

    .slideshow_home__img img {
        height: 55vh !important;
        width: auto !important;
    }

}

/* scroll */

.scroll {
    position: absolute;
    bottom: 50px;
    right: 50px;
    height: 70px;
    width: 1px;
}

.scroll__1 {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

.scroll__2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 1);
    animation: scrolldown 1.5s ease infinite;
}

@keyframes scrolldown {
    0% {
        height: 100%;
    }

    90% {
        height: 0;
    }

    90% {
        height: 0;
        opacity: 0;
    }
}

/* singolo prodotto - prodotti correlati prodotti_correlati.php */

.singolo_prodotto {
    text-align: left;
}

.singolo_prodotto__img {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}



.singolo_prodotto__img--first {}

.singolo_prodotto__img--hover {
    position: absolute;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.singolo_prodotto__img--hover img {
    max-width: 100%;
    height: auto;
}

.singolo_prodotto:hover .singolo_prodotto__img--hover {
    visibility: visible;
    opacity: 1;
}

.singolo_prodotto:hover .singolo_prodotto__img--first {}

.singolo_prodotto__new {
    font-size: 16px;
    padding: 5px 8px;
    background-color: #E8F937;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px;
}

.singolo_prodotto__testo__categorie {
    font-size: 15px;
    text-transform: uppercase;
}

.singolo_prodotto__testo__categorie,
.singolo_prodotto__testo__categorie a {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.singolo_prodotto__testo__categorie a {
    display: none;
}

.singolo_prodotto__testo__categorie a:last-child {
    display: inline;
}

.singolo_prodotto__testo h2 {
    font-size: 21px;
    font-family: TradeGothicMedium;
}

.singolo_prodotto__testo__introduzione_colori {
    font-size: 13px;
}


.prodotti_correlati .swiper-container {
    padding-bottom: 70px;
}

@media (max-width:990px) {

    .singolo_prodotto__testo h2 {
        font-size: 16px;
        font-family: TradeGothicMedium;
    }


    .prodotti_correlati .swiper-container {
        padding-bottom: 50px;
    }
}

.prodotti_correlati .swiper-container .swiper-pagination-bullet {
    background-color: black;
    height: 10px;
    width: 10px;
    margin: 0 6px;
}

/* sezione con sfondo */

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

.sfondo__content {
    min-height: 500px;
    height: 70vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

.sfondo__content__inner {
    color: black;
}

.sfondo__content__inner p strong {
    font-size: 50px;
    font-family: TradeGothicBoldCondTwenty;
}

.sfondo__content__inner p {
    font-size: 30px;
    margin-bottom: 50px;
}

@media (max-width:990px) {

    .sfondo__content {
        min-height: auto;
        display: block;
        text-align: center;
        padding-top: 50px;
    }

    .sfondo__content__inner p strong {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .sfondo__content__inner p {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

/* sezione azienda */

.azienda img {
    width: 100%;
    height: auto;
}

.azienda__content {
    padding-left: 80px;
}

.azienda p strong {
    text-transform: uppercase;
    margin-bottom: 50px;
    font-family: TradeGothicBoldCondTwenty;
}

.azienda p {
    font-size: 30px;
    margin-bottom: 50px;
}

@media (max-width:990px) {

    .azienda__content {
        padding-left: 0;
        text-align: center;
    }

    .azienda p strong {
        font-size: 30px;
        margin-bottom: 20px;
        text-align: center;
        font-family: TradeGothicBoldCondTwenty;
    }

    .azienda p {
        font-size: 25px;
        margin-bottom: 30px;
        text-align: center;
    }

    .azienda img {
        margin-bottom: 30px;
    }

}

/* sezione esperienze */

.singola_esperienza {
    width: 44%;
    margin-bottom: 30px;
}

.singola_esperienza.singola_esperienza--personale {
    width: 23%;
    margin-bottom: 30px;
}

.esperienze {
    background-color: #EBEAE5;
}

.esperienze .esperienze__intro {
    text-align: center;
    margin-bottom: 70px;
    font-family: TradeGothicBoldCondTwenty;
}

.esperienze .esperienze__intro strong {
    font-size: 50px;
    margin-bottom: 30px;
    display: inline-block;
}

.esperienze .esperienze__intro p {
    font-size: 21px;
}

@media (max-width:990px) {
    .esperienze .esperienze__intro strong {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .esperienze .esperienze__intro p {
        margin-bottom: 30px;
    }
}

.esperienze_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}


.singola_esperienza__img {
    position: relative;
}

.singola_esperienza_profilo {
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    overflow: hidden;
    top: 25px;
    left: 25px;
}

.singola_esperienza_profilo img {
    height: 70px;
    width: auto;
}

.singola_esperienza__img {
    margin-bottom: 40px;
}

.singola_esperienza__testo h2 {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    font-family: TradeGothicBoldCondTwenty;
}

.singola_esperienza__testo p {
    font-size: 18px;
    text-align: center;
}

@media(max-width:990px) {
    .singola_esperienza__testo h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .singola_esperienza__testo p {
        font-size: 17px;
    }
}

.singola_esperienza--personale .singola_esperienza__testo {
    font-size: 16px;
    text-align: left;
}

.singola_esperienza--personale .singola_esperienza__testo {
    font-size: 16px;
    text-align: left;
}

.singola_esperienza--personale .nome_persona {
    text-transform: uppercase;
    font-family: TradeGothicBoldCondTwenty;
}

@media (max-width:990px) {

    .esperienze_container {
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }

    .singola_esperienza {
        width: 100%;
    }

    .singola_esperienza.singola_esperienza--personale {
        width: 47%;
    }


    .singola_esperienza__img {
        margin-bottom: 20px;
    }
}

@media (max-width:320px) {

    .singola_esperienza.singola_esperienza--personale {
        width: 45%;
    }

}

/* sezione approfondimenti */

.approfondimenti_container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.singolo_approfondimento__img img {
    width: 100%;
    height: auto;
}

.singolo_approfondimento {
    width: auto;
    height: auto;
    text-align: center;
}

.singolo_approfondimento__img {
    margin-bottom: 40px;
}

.singolo_approfondimento__testo__titolo {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: TradeGothicBoldCondTwenty;
    margin-bottom: 5px;
}

.singolo_approfondimento__testo p {
    font-size: 21px;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width:990px) {

    .singolo_approfondimento__testo__titolo {
        font-size: 25px;
    }

    .singolo_approfondimento__testo p {
        font-size: 16px;
    }

    .approfondimenti_container {
        display: block;
        gap: 0;
    }

    .singolo_approfondimento {
        width: 100%;
        height: auto;
        margin-bottom: 70px;
    }
}


/* ===========================================
SINGLE PRODOTTO single-prodotto.php
===========================================*/

.hero_prodotto {
    background-color: #F2F0EC;
    position: relative;
}

.hero_prodotto .container_inner {
    min-height: calc(100vh - 70px);
    position: relative;
    display: flex;
    align-items: center;
}

.hero_prodotto .titoletto_pagina {
    position: absolute;
    top: 125px;
}

@media screen and ( max-height: 800px ) {

    .hero_prodotto .titoletto_pagina {
        position: absolute;
        top: 25px;
    }
}

.hero_prodotto__content {
    height: 100%;
}

.immagine_prodotto--mobile {
    display: none;
}

@media(max-width:768px) {


    .immagine_prodotto--desktop {
        display: none;
    }

    .immagine_prodotto--desktop--new {
        font-size: 16px;
        padding: 5px 8px;
        background-color: #E8F937;
        position: absolute;
        z-index: 10;
        left: 6%;
        top: 15px;
    }

    .immagine_prodotto--mobile {
        display: block;
        margin-bottom: 30px;
        padding: 30px 0;
        position: relative;
        background-color: #F2F0EC;
    }

    .hero_prodotto {
        background-color: white;
    }
}

.hero_prodotto__content__descrizione {
    padding-left: 50px;
}

.hero_prodotto__content h1 {
    font-family: TradeGothicBoldCondTwenty;
    color: black;
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero_prodotto__content .singolo_prodotto__new {
    font-size: 16px;
    padding: 7px 17px;
    background-color: #E8F937;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 50px;
}

.sottotitolo_prodotto {
    margin-bottom: 5px;
    display: block;
    font-family: TradeGothicBoldCondTwenty;
    font-size: 21px;
}

.contenuto_prodotto {
    font-size: 16px;
    margin-bottom: 70px;
    display: block;
}

.hero_prodotto_low_options {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.hero_prodotto_low_options__content {
    padding-left: 30px;
    padding-right: 65px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hero_prodotto_low_options__content__labels {
    mix-blend-mode: multiply;
    display: flex;
    align-items: baseline;
    margin-top: 30px;
}

@media (max-width:1590px) {
    .hero_prodotto__content h1 {
        font-size: 56px;
        margin-bottom: 15px;
    }
}

@media (max-width:1390px) {
    .hero_prodotto__content h1 {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .contenuto_prodotto p {
        font-size: 15px;
    }

    .contenuto_prodotto {
        margin-bottom: 30px;
    }
}


@media (max-width:1400px) {

    .hero_prodotto .titoletto_pagina {
        position: relative;
        top: 0;
        padding-left: 5%;
    }

    .titoletto_pagina {
        margin-bottom: 10px;
    }

    .hero_prodotto .container_inner {
        min-height: auto;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hero_prodotto__content h1 {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .hero_prodotto_low_options {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .hero_prodotto_low_options__content {
        padding-left: 50px;
        /*padding-right: 6%; //serve??? */
        display: block;
    }

}


@media (max-width:1200px) {
    .hero_prodotto__content h1 {
        font-size: 42px;
    }
}

@media (max-width:990px) {

    .hero_prodotto_low_options__content {
        padding-left: 5%;
        padding-right: 5%;
    }

    .hero_prodotto__content__descrizione--mobile {
        padding-left: 5%;
        padding-right: 5%;
    }

    .hero_prodotto__content .singolo_prodotto__new {
        display: none;
    }


    .hero_prodotto .container_inner {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .hero_prodotto__content__descrizione {
        padding-left: 0;
        padding-right: 0;
    }

    .container_inner.container_inner--mobile {
        width: 100%;
        max-width: 100%;
    }

    .hero_prodotto .container_inner {
        padding-top: 0 !important;
        padding-bottom: 30px;
    }

    .hero_prodotto_low_options__content {
        margin-top: 30px;
    }
}


/* dati tecnici */

.tabella_dati_tecnici {
    display: flex;
    justify-content: flex-start;
}

.tabella_dati_tecnici__titolo {
    min-width: 130px;
    font-family: TradeGothicBoldCondTwenty;
    font-size: 21px;
    text-transform: uppercase;
}

.tabella_dati_tecnici__riga {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
}

.tabella_dati_tecnici__riga:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.cella1 {
    width: 60px;
}

.cella2 {
    min-width: 150px;
}

@media (max-width:990px) {
    .tabella_dati_tecnici {
        display: block;
        margin-bottom: 50px;
    }

    .tabella_dati_tecnici__titolo {
        margin-bottom: 30px;
        min-width: auto;
    }
}

/* colori disponibili */

.riga_colori {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    max-width: 100%;
}

.colore {
    width: 25%;
    margin-bottom: 15px;
}

@media (max-width:1300px) {
    .colore {
        width: 33.33%;
    }
}

.colore:last-child {
    margin-right: 0;
}

.colore img {
    height: 60px;
    width: 60px;
    display: block;
    margin-bottom: 10px;
}

.colore_codice {
    font-family: TradeGothicBoldCondTwenty;
    padding-right: 5px;
    word-break: break-word;
}

.rigature__titolo {
    font-family: TradeGothicBoldCondTwenty;
    font-size: 21px;
    text-transform: uppercase;
    padding-left: 50px;
    margin-bottom: 30px;
}

@media (max-width:990px) {
    .rigature__titolo {
        padding-left: 0;
    }

    .riga_colori {
        padding-left: 0;
    }

    .colore {
        font-size: 15px;
        word-break: break-all;
    }

    .colore _codice {
        padding-right: 5px;
        word-break: break-all;
    }
}

/* adatto per */

.adatto_per {
    display: flex;
}

.adatto_per_caratteristiche ul {
    display: flex;
    flex-wrap: wrap;
}

.adatto_per_caratteristiche ul li {
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-bottom: 15px;
}

.adatto_per_caratteristiche ul li img {
    margin-right: 6px;
    height: 30px;
}

@media (max-width:990px) {
    .adatto_per {
        display: block;
    }
}

/* slideshow gallery scheda prodotto */

.swiper-container-gallery {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
}

/* fixa larghezza max slideshow per frecce next prev */
@media(min-width:1400px) {
    .max-width-605 {
        max-width: 605px;
    }
}


.gallery-prev img,
.gallery-next img {
    height: 25px;
}

.gallery-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    transform: translateY(-50%);
    z-index: 5;
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.gallery-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.gallery-prev:hover,
.gallery-next:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
}

@media (max-width:990px) {
    .gallery-prev {
        height: 40px;
        width: 40px;
    }

    .gallery-next {
        position: absolute;
        height: 40px;
        width: 40px;
    }
}

.swiper-container-gallery .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-container-gallery .swiper-slide {
    justify-content: flex-start;
}


.swiper-container-gallery .swiper-pagination {
    text-align: left !important;
}

.swiper-container-gallery .swiper-pagination span {
    margin: 0 13px !important;
}

.swiper-container-gallery .swiper-pagination span:first-child {
    margin-left: 0 !important;
}

.particolare {
    font-family: TradeGothicBoldCondTwenty;
    font-size: 21px;
}

.particolare img {
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.particolare_immagine {
    position: relative;
    height: auto;
}

@media (max-width:990px) {
    .particolare_immagine {
        margin-top: 50px;
    }
}

.zoom {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.particolare:hover img {
    opacity: 0.65;
}

.justify-content-center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/*
.swiper-pagination {
    text-align: right;
} */

.swiper-pagination span {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: black;
    margin-right: 10px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.bullet {
    opacity: 0.2;
}

.bullet-active {
    opacity: 1;
}

/* popup image */

.img.mfp-img {
    max-width: 90% !important;
}

.mfp-container {
    background-color: rgba(255, 255, 255, 0.5);
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}


.mfp-arrow-right:after {
    height: 50px;
    width: 50px;
    background: url('../img/svg/next-dark.svg') no-repeat center center;
    filter: invert(1);
    background-color: transparent;
    opacity: 1 !important;
}

.mfp-arrow-left:after {
    height: 50px;
    width: 50px;
    background: url('../img/svg/prev-dark.svg') no-repeat center center;
    filter: invert(1);
    opacity: 1 !important;
}

.mfp-arrow:after {
    border-top-width: 0px;
    border-bottom-width: 0px;
    top: 0px;
    height: 30px !important;
    width: 30px !important;
    background-color: transparent;
}

.mfp-arrow:before,
.mfp-arrow:after {
    border: none;
}


.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: black;
    font-size: 32px;
    margin-bottom: 10px;
}

/* prodotti correlati prodotto */

.line-separator {
    border-bottom: 1px solid #ccc;
}

/* esperienze correlate nel prodotto */

.esperienze_correlate__text {
    font-size: 30px;
}

@media (max-width:990px) {
    .esperienze_correlate__text {
        text-align: center;
    }

    .esperienze_correlate__text strong {
        font-size: 30px;
    }

    .esperienze_correlate__text {
        font-size: 20px;
        margin-bottom: 50px;
    }
}

.intro {
    text-align: left;
    font-size: 25px;
    margin-bottom: 30px;
    font-family: 'TradeGothicBoldCondTwenty';
    text-transform: uppercase;
}

@media (max-width:990px) {
    .intro {
        font-size: 21px;
    }
}

/* call to action cta prodotto */

.cta_prodotto__titolo {
    font-size: 70px;
    font-family: 'TradeGothicBoldCondTwenty';
    text-transform: uppercase;
}

.cta_prodotto__testo {
    font-size: 21px;
    margin-bottom: 30px;
}

@media (max-width:990px) {
    .cta_prodotto__titolo {
        font-size: 30px;
    }

    .cta_prodotto {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

/*
================================================
TASSONOMIA taxonomy-categoria.php
================================================
*/

.item_infinite_scroll__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 40px;
    width: 100%;
}

.item_infinite_scroll__container .box {
    margin-bottom: 10vh;
}

@media (max-width:1350px) {
    .item_infinite_scroll__container {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 30px;
    }
}

@media (max-width:990px) {
    .item_infinite_scroll__container {
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }
}




/* ===========================================
SINGLE ESPERIENZA single-esperienza.php
===========================================*/

.page_content h1 {
    font-size: 64px;
    margin-bottom: 30px;
    color: black;
    text-transform: uppercase;
    font-family: TradeGothicBoldCondTwenty;
}

@media (max-width:1390px) {
    .page_content h1 {
        font-size: 48px;
        margin-bottom: 30px;
    }
}

@media (max-width:990px) {
    .page_content h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

.margin-top--vh {
    margin-top: 10vh;
}

.testo_e_immagine p,
.testo_e_testo p {
    font-family: TradeGothicMedium;
    font-size: 21px;
}

.testo_e_immagine h2,
.testo_e_testo h2 {
    font-family: TradeGothicBoldCondTwenty;
    font-size: 48px;
}

.gallery_e_testo p {
    font-family: TradeGothicMedium;
    font-size: 28px;
}

.fascia_grigia_testo {
    background-color: #F2F0EC;
}

@media (max-width:1390px) {
    .testo_e_testo h2 {
        font-size: 36px;
    }
}

@media (max-width:990px) {
    .testo_e_testo h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
}



.padding-bottom--vh {
    padding-bottom: 10vh;
}

.fascia_grigia_testo .fascia_grigia_testo--titoletto p,
.fascia_grigia_testo .fascia_grigia_testo--paragrafo p {
    font-size: 25px;
}

.fascia_grigia_testo .fascia_grigia_testo--titoletto p {
    text-transform: uppercase;
}

.citazione p {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}

.citazione__link {
    margin-top: 60px;
}

.citazione a.btn {
    font-size: 24px;
}

@media (max-width:990px) {

    .margin-top--vh {
        margin-top: 50px;
    }

    .testo_e_immagine p,
    .testo_e_testo p {
        font-size: 16px;
    }

    .gallery_e_testo p {
        font-size: 16px;
    }

    .fascia_grigia_testo .fascia_grigia_testo--titoletto p,
    .fascia_grigia_testo .fascia_grigia_testo--paragrafo p {
        font-size: 21px;
    }

    .citazione p {
        font-size: 21px;
    }

    .citazione a.btn {
        font-size: 16px;
    }

    .gallery_e_testo .swiper-container-gallery {
        margin-bottom: 50px;
    }
}


/*============================
NEWS E FIERE page-fiere.php
============================= */

.blog_cta {
    width: auto;
    height: auto;
    position: relative;
}

.blog_cta a.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: 10;
    font-size: 25px;
}

.esperienze_container.esperienze_container--fiera .singola_esperienza {
    max-width: 600px;
    margin-bottom: 50px;
}

.intro_fiere {
    margin-bottom: 30px;
    font-size: 50px;
    font-family: TradeGothicBoldCondTwenty;
    text-transform: uppercase;
}

@media (max-width:990px) {

    .intro_fiere {
        font-size: 30px;
    }

    .blog_cta {
        text-align: center;
    }

    .blog_cta a.btn {
        position: relative;
        top: 0;
        transform: translateY(0);
        right: 0;
        text-align: center;
        font-size: 21px;
    }

    .blog_cta img {
        margin-bottom: 30px;
    }

    .container_inner.container_inner--mobile--full {
        max-width: 100% !important;
        width: 100% !important;
    }

}

/* =======================
DOWNLOAD / CONTATTI / DOVE TROVARCI page-download.php
======================== */

.pagina_2_colonne {
    padding-top: 100px;
}

.paragrafo_pagina p {
    font-size: 21px;
}

.paragrafo_pagina strong {
    font-family: TradeGothicBoldCondTwenty;
}

.paragrafo_pagina h2 {
    font-family: TradeGothicBoldCondTwenty;
    margin-bottom: 50px;
    font-size: 30px;
}

.paragrafo_pagina a {
    text-decoration: underline;
}

.paragrafo_pagina ul {
    margin-left: 15px;
}

.paragrafo_pagina li {
    list-style: disc;
    margin-bottom: 10px;
    font-size: 21px;
}

.paragrafo_pagina a.btn {
    margin-top: 50px;
}

@media (max-width:990px) {
    .paragrafo_pagina p {
        font-size: 16px;
    }

    .paragrafo_pagina h2 {
        font-family: TradeGothicBoldCondTwenty;
        margin-bottom: 25px;
        font-size: 25px;
    }

    .paragrafo_pagina a.btn {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .paragrafo_pagina li {
        font-size: 16px;
    }
}

/* download icon */

a.btn--download {
    font-size: 25px;
}

.btn--download img {
    height: 19px;
    margin-right: 15px;
    display: inline-block;
}

.btn--download--small img {
    margin-right: 7px;
}

@media (max-width:990px) {
    a.btn--download {
        font-size: 16px;
    }

    .btn--download img {
        height: 15px;
        margin-right: 10px;
    }
}


/*
------------------------------------------
FORM
------------------------------------------*/

.form_flex {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.form_flex .nome {
    width: 25%;
    font-family: TradeGothicBoldCondTwenty;
    font-size: 20px;
}

.form_flex .campo {
    width: 75%;
}

.campo_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.campo_flex-1 {
    width: 50%;
    font-size: 13px;
    color: dimgray;
}

.campo_flex-2 {
    width: 50%;
    text-align: right;
}

@media (max-width:990px) {
    .form_flex {
        display: block;
        margin-bottom: 20px;
        align-items: center;
    }

    .form_flex .nome {
        width: auto;
        font-family: TradeGothicBoldCondTwenty;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .form_flex .campo {
        width: 100%;
    }

    .campo_flex {
        display: block;
    }

    .campo_flex-1 {
        width: 100%;
        font-size: 13px;
        color: dimgray;
        margin-bottom: 20px;
    }

    .campo_flex-2 {
        width: 100%;
        text-align: left;
    }
}



.wpcf7-text {
    width: 100%;
    border: none;
    padding: 20px;
    color: black;
    font-size: 16px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    font-family: TradeGothicMedium;
    -webkit-appearance: none;
}

.wpcf7-textarea {
    width: 100%;
    border: none;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    color: black;
    border-radius: 0 !important;
    font-family: TradeGothicMedium;
    font-size: 16px;
    max-width: 100%;
}

.privacy-form {
    font-size: 13px;
}

.form_privacy_text {
    font-size: 14px !important;
    color: dimgray;
    margin-bottom: 20px;
}

.form_privacy_text a {
    color: black;
    text-decoration: underline;
}

.form-row {
    color: dimgrey;
    margin-bottom: 0;
}

.form-row label {
    color: dimgrey;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext {
    width: 100%;
    border-color: #ddd;
    border: none;
    padding: 5px;
    color: white;
    background-color: transparent;
    border-bottom: 1px solid white;
    display: none;
    border-radius: 0 !important;
}

input.wpcf7-quiz {
    width: 100%;
    border: none;
    padding: 20px;
    color: black;
    font-size: 16px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    font-family: TradeGothicMedium;
}

input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext:hover,
.wpcf7-textarea:hover,
.wpcf7-text:hover {
    border-color: black !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input[type='radio'],
input[type='checkbox'] {
    clip: rect(1px, 1px, 1px, 1px);
    padding: 10px;
}

input[type='radio'],
input[type='checkbox'] {
    width: 7px;
    height: 7px;
    background-color: white;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: 1px solid gray;
    margin: 0;
    margin-right: 5px;
}

input[type='radio']:checked,
input[type='checkbox']:checked {
    background-color: black;
    border: 1px solid black;
}

.form_privacy {
    display: flex;
    justify-content: flex-start;
}

.form_invia {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.wpcf7-submit {
    color: black;
    background-color: white;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 17px;
    padding: 5px 0;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border: none;
    font-family: TradeGothicBoldCondTwenty;
    border-bottom: 1px solid black;
    text-align: right;
}

.wpcf7-submit:hover {
    cursor: pointer;
}

.privacy-form {
    font-size: 13px;
}

.form-row {}



input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext {
    width: 100%;
    border-color: #ddd;
    border: none;
    padding: 5px;
    color: white;
    background-color: transparent;
    border: 1px solid #aaa;
    display: none;
    border-radius: 0 !important;
}

input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext:hover,
.wpcf7-textarea:hover,
.wpcf7-text:hover {}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}


@media (max-width:990px) {
    #form {
        padding-top: 50px;
    }
}

/* errori contact form 7 */

.wpcf7-not-valid-tip {
    font-size: 14px;
    text-transform: uppercase;
    color: red;
    font-family: TradeGothicMedium;
    margin-top: 10px;
}

.wpcf7-not-valid-tip:before {
    content: "↑";
    margin-right: 5px;
}

.wpcf7-response-output {
    border-color: var(--maincolor) !important;
    background-color: red !important;
    text-align: center;
    color: white !important;
    font-family: TradeGothicBoldCondTwenty !important;
    padding: 10px 20px;
}



/* ==============
FOOTER
================ */


footer {}


/* footer gallery */

.footer_gallery {
    width: 100%;
    padding-right: 65px;
}

.footer_gallery ul {
    display: flex;
}

.footer_gallery img {
    width: 100%;
    height: auto;
}

/* footer dati copyrigth socials */

.footer_container__data {
    padding-left: 65px;
    padding-right: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    width: 100%;
    font-size: 13px;
    flex-wrap: wrap;
}

.footer_socials img {
    height: 15px;
    width: auto;
    margin-left: 10px;
}

.footer_socials:hover img {
    opacity: 0.65;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.footer_socials img:hover {
    opacity: 1;
}

@media (max-width:990px) {
    .footer_container__data {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }


    .footer_gallery {
        width: 100%;
        padding-right: 0;
    }

    .footer_gallery ul {
        flex-wrap: wrap;
    }

    .footer_gallery li {
        width: 25%;
        margin: 0;
        padding: 0;
    }

    .footer_gallery li img {
        margin: 0 !important;
        padding: 0 !important;
    }

}


/* banner cookies */

#SCK .SCK_BannerContainer {
    width: auto !important;
    max-width: 45% !important;
    padding: 20px 0 20px 25px !important;
    box-shadow: none !important;
    background-color: white !important;
    height: 95px !important;
    margin-left: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    border: 1px solid black;
    opacity: 1;
    animation: bannercookiesappari 2.5s;
    overflow: hidden !important;
}

@keyframes bannercookiesappari {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


#SCK_BannerActionsContainer {}

#SCK_BannerActions {
    position: relative !important;
    display: flex !important;
    justify-content: flex-end !important;
}


#SCK #SCK_BannerText,
#SCK #SCK_BannerText p {
    font-size: 15px;
    font-family: TradeGothicMedium;
    padding: 0;
    margin: 0;
    line-height: normal;
    color: black !important;
}


#SCK #SCK_BannerText a {
    color: black !important;
    text-decoration: underline !important;
}

#SCK #SCK_BannerTextContainer {
    float: none;
    width: 100%;
}

#SCK .SCK_Accept {
    background-color: black !important;
    color: white !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding: 10px 20px !important;
    font-family: TradeGothicBoldCondTwenty !important;
    border: 2px solid black !important;
    font-weight: normal;
}

#SCK .SCK_Accept:hover {
    background-color: white !important;
    color: black !important;
    cursor: pointer !important;
}

#SCK .SCK_Close {
    display: inline-block !important;
    font-size: 12px;
    color: black;
    padding: 5px !important;
    background-color: #ddd;
    border-radius: 50px !important;
    margin-left: 0 !important;
    display: none !important;
}

#SCK_BannerActionsContainer {
    float: none !important;
}





@media screen and (max-width:990px) {
    #SCK .SCK_BannerContainer {
        width: 100% !important;
        max-width: 100% !important;
        height: 70px !important;
        padding: 5px !important;
        border-radius: 0 !important;
        bottom: 0 !important;
        overflow: hidden !important;
        border: none !important;
    }

    #SCK .SCK_Accept {
        transform: translateY(-20px);
    }
}
