/*
 * Theme Name: AbruzzoRegioneBenessere
 * Description: Custom theme
 * Author: ARB
*/

html{scroll-behavior: smooth; overflow-x: hidden;}
.article-body{overflow-x: hidden;}
body {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #31456C;
    position: relative;
    overflow-x: hidden;
}

strong{width: fit-content !important;}

footer a{
    color: #31456C;
}
footer a:hover{
    color: #31456C;
}
footer a:visited{
    color: #31456C;
}

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

.w-fit{
    width: fit-content !important;
}

.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;}

.scheda_contenuto a, .scheda_contenuto a:hover, .scheda_contenuto a:visited, .privacy_policy a, .privacy_policy a:visited, .privacy_policy a:hover{text-decoration: none; color: #31456C !important;}
.scheda_contenuto .testo_bianco, .scheda_contenuto .testo_bianco:hover{color:#ffffff !important;}
a, a:hover, a:visited{text-decoration: none; color: #fff;}
.scheda_contenuto a{
    text-decoration: underline;
}
.scheda_contenuto a:hover{
    text-decoration: underline;
}

.testo_bianco{color:#ffffff !important;}
.testo_blu{color: #3E5E7E !important;}
.testo_verde{color:#457D57;}

.mini_text{font-size:10px;}

.bg_bianco{background-color: #fff;}
.bg_blu{background-color:#082C38; color:#fff;}
.bg_verde{background-color:#457d57; color:#fff;}
.bg_celeste{background-color:#E9FCF5;}

.second_bg_verde{background: linear-gradient(90deg, #077175 50%, transparent 50%);}
.second_bg_blu{background: linear-gradient(90deg, transparent 50%, #082C38 50%);}

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

.btn {
    border-radius: 30px;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 30px;
}
.btn:hover{background-color: #ccc;}
.btn:active, .btn:focus{outline: none;box-shadow: none;}
.btn-blu{background-color: #082C38; color: #ffffff;}
.btn-verde{background-color: #00524F; color: #ffffff;}
.btn-blu a, .btn-verde a{color:#ffffff;}
.btn-bianco{background-color: #ffffff; color: #082C38;}

.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 !important;}
.extrabold {font-weight: 800;}
.black {font-weight: 6900;}

.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;}
.content_text{
    font-size: 18px;
}
.mega-menu nav{margin-top: 100px;}
.br-10px{
    border-radius: 10px;
}
.w-35{
    width: 35%;
}

/*
.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;
}
.close-menu {
    height: 30px;
    cursor: pointer;
    display: none;
    }
    */
.mega-menu.reveal {
    opacity: 1 !important;
}
.titolo{
    font-weight: 800;
    color: #31456C;
    font-size: 14px;
}
.titolo-2{
    font-weight: 800;
    color: #3E5E7E;
    font-size: 18px;
}
.titolo-2-white{
    font-weight: 800;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
}
.titolo-articolo{
    color: #31456C;
    font-size: 48px;
}
.sottotitolo-articolo{
    color: #31456C;
    font-size: 20px;
    font-weight: 800;
}
.titolo-meteo{
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
.box-shadow{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.white-gradient-bg{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-home .container-fluid:first-child, .scheda_contenuto .container-fluid:first-child, .montagna_sostenibile .container-fluid:first-child, .articoli .container-fluid:first-child, .allegati .container-fluid:first-child{
    height: 500px;
}

.hero-card{
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-top: -4%;
}
.footer-card{
    background-color: #fff;
    border-radius: 10px;
}

.card-mobilita{
    border-radius: 10px;
    height: 100px;
    position: relative;
}

.card-overlay{
    width: 98%;
    height: 100px;
    border-radius: 10px;
    position: relative;
    z-index: 5;
}

.h-mappa{
    height: 200px;
}

.icone-mobilita-home{
    width: 50px;
    height: 50px;
}

.card-link{
    border-radius: 10px;
}

.card-link div{
    border-radius: 10px;
}

.footer-card{
    background-color: #fff;
    border-radius: 10px;
}

footer ul li a{
    font-size: 16px;
}

.opacity-overlay{
    background: #000;
    opacity: 0.20;
}
.white-gradient{
    height: 100px;
    width: 100%;
   background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.white-gradient-meteo{
    height: 45%;
    width: 100%;
   background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.white-gradient-2{
    height: 100%;
    width: 100px;
   background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 110%);
}
.hero-slide{
    height: 150px;
    width: 100%;
    border-radius: 10px;
}
.hero-slide-icon{
    height: 25px;
}
.meteo-card{
    border-radius: 10px;
}
.meteo-icon{
    width: 15px;
    height: 15px;
}
.meteo-card{
    font-size: 14px;
}
.meteo-card-nome{
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}
.temp-att{
    font-size: 36px;
    font-weight: 800;
    line-height: 36px;
}
.meteo-card-cta{
    white-space: nowrap;
    margin-left: -42%;
}
.catalogo-logo{
    width: 200px;
}
.filter-button{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    transition: ease-in-out 0.2s;
    cursor: pointer;
}
label{
    cursor: pointer;
    user-select: none;
}
.search-bar {
    border-radius: 10px;
}
.search-bar input{
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    outline: none;
    border: none;
}

.search-btn{
    border-radius: 50%;
    padding: 10px;
    background-color: #fff;
    outline: none;
    border: none;
}
.search-btn:hover{
    background-color: #fff ;
}

.btn:hover svg g #Tracciato_2, .btn:hover svg g #Tracciato_1 {
    stroke: #fff !important;
}

.filter-button:has(#all-poi:checked + label), .filter-button:has(#all-percorsi:checked + label), .filter-button:has(#all-eventi:checked + label){
    background-color: #516183;
    color: #fff;
}
.filter-button:has(#Restaurant:checked){
    background-color: #c62539;
}
#Restaurant:checked + label svg path{
    fill: #fff;
}
.filter-button:has(#Alloggi:checked){
    background-color: #457d57;
}
#Alloggi:checked + label svg path{
    fill: #fff;
}
.filter-button:has(#Spa:checked){
    background-color: #feb937;
}
#Spa:checked + label svg path{
    fill: #fff;
}

.filter-button:has(#Cammini:checked){
    background-color: #457D57;
}
#Cammini:checked + label svg path{
    fill: #fff;
}
.filter-button:has(#Trekking:checked){
    background-color: #c62539;
}
#Trekking:checked + label svg path{
    fill: #fff;
}
.filter-button:has(#Bike:checked){
    background-color: #feb937;
}
#Bike:checked + label svg path{
    fill: #fff;
}

.filter-button:has(#Natura:checked){
    background-color: #457D57;
}
#Natura:checked + label svg path{
    fill: #fff;
}

.filter-button:has(#Enogastronomia:checked){
    background-color: #457D57;
}
#Enogastronomia:checked + label svg path{
    fill: #fff;
}
.filter-button:has(#Cultura:checked){
    background-color: #c62539;
}
#Cultura:checked + label svg path{
    fill: #fff;
}
.filter-button:has(#Spiritualità:checked){
    background-color: #feb937;
}
#Spiritualità:checked + label svg path{
    fill: #fff;
}

.category-icon{
    width: 35px;
    height: 35px;
}
.griglia_percorsi p{
    margin-bottom: 0 !important;
    width: fit-content;
}
.griglia_percorsi div .w-75{
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.griglia_percorsi div:nth-child(1) .w-75{
    background-color: #c62539;
}
.griglia_percorsi div:nth-child(2) .w-75{
    background-color: #516183;
}   
.griglia_percorsi div:nth-child(3) .w-75{
    background-color: #457d57;
}
.griglia_percorsi div:nth-child(4) .w-75{
    background-color: #feb937;
}
.griglia_percorsi div:nth-child(5) .w-75{
    background-color: #516183;
}

.descrizione_post p{
    margin-bottom: 0 !important;
}

.content-icon{
    width: 50px;
    height: 50px;
}

.mega-menu .menu > ul > li > a, .mega-menu ul > li > a:hover, .mega-menu ul > li > a:visited{color:#000 !important;}

.meteo-bg{
    background: #358df1;
}

.temp-meteo{
    font-size: 32px;
    color: #fff;
    font-weight: 800;
}

.meteo-divider{
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.max-temp{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.page-id-191, .page-id-194, .page-id-189, .page-id-182, .page-id-183{
    background-color: #358df1 !important;
}

.cky-revisit-bottom-left{
    bottom: 5% !important;
}

.post-descr p{
    margin-bottom: 0 !important;
}
.min-height-mansory{
    min-height: 74px;
}

.gpx-cover{
    border: 4px solid #457D57;
}
.gpx-cover:hover{
    background-color: #457D57 !important;
}
.gpx-cover a{
    font-size: 18px !important;
    text-decoration: none !important;
}
.gpx-cover a:visited{
    color: #457D57 !important;
}
.gpx-cover a:hover{
    color: #fff !important;
}
.gpx-cover:hover{
    color: #fff !important;
}

.articoli a, .articoli a:hover, .articoli a:visited, .allegati a, .allegati a:hover, .allegati a:visited{
    color: #457D57 !important;
    text-decoration: none !important;
}

.articoli ul, .allegati ul{
    list-style-type: disc;
    padding-left: 15px;
}
.modal{
    z-index: 9999999 !important;
}

/* newsletter */
.input-newsletter input{
    border-radius: 100px;
    outline: none;
    border: none;
    padding: 10px 20px;
}

.btn-newsletter input[type="submit"]{
    border-radius: 100px;
    border: none;
    outline: none;
    background-color: #457D57;
    padding: 10px 40px;
    color: #fff;
    width: 100%;
}

.btn-newsletter p{
    width: 100%;
    margin-bottom: 0 !important;
}

.input-newsletter p{
    width: 100%;
    margin-bottom: 0 !important;
}

.form-frame{
    border-radius: 100px;
    outline: 1px solid #ccc;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
    margin-bottom: 180px !important;
}

.wpml-ls-slot-11 a{
    display: flex;
    justify-content: center;
}
.wpml-ls-native{
    font-size: 1rem;
}
.evento-home-box{
    border-radius: 10px;
}

#map button {
    background: none !important;
    background-color: #457D57!important;
    border-radius: 10px!important;
    color: #fff!important;
}

#map button img {
    filter: brightness(1000%) contrast(1000%);
}

.gmnoprint div {
    box-shadow: none!important;
    background-color: transparent!important;;
}

#map [aria-label="Scorciatoie da tastiera"] {
    background-color: transparent !important;
    color: #000 !important;
}

.gm-style-mtc {
    margin-right: 5px;
}

.gm-style-iw-chr button {
    width: 30px!important;
    height: 30px!important;
    margin: 10px !important;
    display: flex !important;
    justify-content: center!important;
    align-items: center!important;
}

.gm-style-iw-chr span {
    width: 16px!important;
    height: 17px!important;
    margin: 0px!important;
    mask-repeat: no-repeat!important;
    mask-position: center!important;
}

.struttura_certificato, .struttura_livellocertificazione{font-size: 14px; line-height: 16px;}








@media screen and (max-width: 768px){
    .w-75{width: 100% !important;}
    .w-60{width: 100% !important;}
    .w-35{width: 45%;}
    .w-25{width: 45% !important;}
    .card-overlay{
       /*  margin-left: 2px; */
    }
    .hero-card{
        margin-top: -15%;
    }
    .max-temp{
        font-size: 14px;
    }
    .titolo-meteo{
        color: #fff;
        font-size: 16px;
        font-weight: 800;
    }
    .catalago-card-title{
        font-size: 15px;
    }
}

@media screen and (min-width: 768px){
    .titolo{
        font-weight: 800;
        color: #31456C;
        font-size: 24px;
    }
    .titolo-2{
        font-weight: 800;
        color: #3E5E7E;
        font-size: 32px;
    }
    .titolo-2-white{
        font-weight: 800;
        color: #fff;
        font-size: 32px;
        line-height: 32px;
    }

    .temp-meteo{
        font-size: 48px;
    }

    .hero-card a{
        font-size: 18px;
    }
    .hero-slide{
        height: 175px;
        width: 100%;
        border-radius: 10px;
    }
    .w-75{
        width:100% !important;
    }
    .w-60{width: 65% !important;}
    .gpx-cover a{
        font-size: 24px !important;
        text-decoration: none !important;

    }
    .gpx-cover a:visited{
        color: #457D57 !important;
    }
    .gpx-cover a:hover{
        color: #fff !important;
    }
    .gpx-cover:hover{
        color: #fff !important;
    }

    .wpcf7-spinner{
        display: none !important;
    }

}

@media screen and (min-width: 1400px) {
    .meteo-card{
        border-radius: 10px;
    }
    .meteo-icon{
        width: 15px;
        height: 15px;
    }
    .meteo-card{
        font-size: 18px;
    }
    .meteo-card-nome{
        font-size: 18px;
        font-weight: bold;
    }
    .temp-att{
        font-size: 42px;
        font-weight: 800;
        line-height: 42px;
    }
    .meteo-card-cta{
        white-space: nowrap;
        margin-left: -34%;
    }
}