body {
    padding-right: 0 !important;
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 22px;
    font-family: var(--bs-font-family-lato);
    overflow-x: hidden;
    box-sizing: border-box;
}

:root, [data-bs-theme=light] {
    --bs-blue: #004868 !important;
    --bs-blu-sc:  #042c3d !important;    
    --bs-rosso:  #e4342d !important;
    --bs-body-color:  #444444 !important;
    --bs-grigio:  #dee2e6 !important;
}

a {
    color: var(--bs-rosso);
}

.pr-50 {
    padding-right: 50px;
}

.border-lr {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.border-bottom-link li {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-link li:last-child {
    border-bottom:none !important;
}

.sidebar-style .sidebar-social-call a {
    height: 50px;
    width: 50px;
    border-radius: 4px;
    background: #1E4FAD;
    color: var(--bs-white);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    margin-left: auto;
}

.contact-from textarea, .contact-from select, .contact-from input {
    margin-bottom: 0;
    border: 1px solid #dee2e6;
    background-color: #fbfbfb;
}

.title-style-2::before {
   display: none;
}

.author-card-style-3 .article-count-btn-2 {
    background: #3fad2c;
}

.author-card .article-count-btn-2 {
    border: 1px solid #1dc530;
    color: var(--bs-white);
    padding: 8px 20px;
    border-radius: 8px;
}

.blog-title-3 {
    --bs-link-color-rgb: var(--bs-heading-color-rgb);
    --bs-link-color: var(--bs-white);
    --bs-link-hover-color: var(--bs-primary);
    --bs-link-hover-color-rgb: var(--bs-primary-rgb);
    position: relative;
    display: inline-block;
    font-weight: 800;
    color: var(--bs-link-color);
    overflow: hidden;
    background: linear-gradient(to right, var(--bs-rosso), var(--bs-rosso) 50%, var(--bs-link-color) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 700ms ease;
}



.author-card-style-3 .article-count-btn-2:hover {
    background: #237215 !important;
}

.author-card-style-3 .author-name {
    color: var(--bs-heading-color);
    padding-bottom: 14px;
    margin-bottom: 4px;
    display: inline-block;
    border-bottom: 1px solid var(--bs-body-color-style-2);
    width: 100%;
    font-size: 30px;
    font-weight: 900;
    line-height: 60px;
}

.top-90 {
    top: 90px;
    padding-bottom: 50px;
}

.article-1 .article-wrapper-1 {
    --bg-parallax-image: url(../images/slide-infanzia.webp);
}

.article-1 .article-wrapper {
    --bg-parallax-opacity: 1;
    padding: 150px 0;
}

.author-card-style-3 {
    border: 1px solid var(--bs-grigio);
    padding: 40px 40px 40px 40px;
    border-radius: 14px;
    gap: 60px;
}

@media (min-width: 576px) {
    .pb-sm-5-header {
        padding-bottom: 3rem !important;
        padding-top: 3rem;
    }
}

@media (min-width: 768px) {
    .pb-md-60-header {
        padding-bottom: 3rem !important;
        padding-top: 6.75rem;
    }
}

@media (min-width: 992px) {
    .pb-lg-100-header {
        padding-bottom: 3rem !important;
        padding-top: 8.25rem;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
        margin-top: -33px;
    }
}

.text-rosso {
   color: var(--bs-rosso);
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-blue);
    border-color: var(--bs-blu-sc);
}

.section-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: var(--bs-body-bg);
}

@media screen and (min-width: 992px){
    .section-header {
        position:sticky;
    }
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-blue);
    --bs-nav-link-hover-color: var(--bs-rosso) !important;
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link:hover, .nav-link:focus {
    color: var(--bs-rosso);
  }

  .navbar-nav .nav-link.active, .navbar-nav, .nav-link.show {
    color: var(--bs-rosso) !important;
  }

  .menu-icon-2 svg {
    stroke:var(--bs-blue);
}

.section-header .serch-icon svg {
    stroke: var(--bs-blue);
    fill: transparent;
    cursor: pointer;
}

.section-header-2 .menu-icon::after {
    position: absolute;
    content: "";
    right: -20px;
    top: -12px;
    background:  var(--bs-blue);
    height: 50px;
    width: 2px;
}
.section-header.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    animation: fadeInDown 0.7s ease-in-out 0s 1 normal none running;
    transition: all 0.3s ease 0s;
    background-color: var(--bs-white);
    backdrop-filter: blur(10px);
}


.blog-title {
    --bs-link-color-rgb: var(--bs-heading-color-rgb);
    --bs-link-color: var(--bs-heading-color);
    --bs-link-hover-color: var(--bs-primary);
    --bs-link-hover-color-rgb: var(--bs-primary-rgb);
    position: relative;
    display: inline-block;
    font-weight: 800;
    color: var(--bs-link-color);
    overflow: hidden;
    background: linear-gradient(to right, var(--bs-rosso), var(--bs-rosso) 50%, var(--bs-link-color) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 700ms ease;
    font-size:1.3rem
}

.small-tag {
    font-size: 10px;
}
.lead-tag {
    font-weight: 400;
    font-size: 10px;
}
.card-header-tag {
    border-bottom: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0px;
    background: transparent;
    margin-bottom: 0px;
}

.card .card-meta-tag {
    display: flex;
    column-gap: 24px;
    align-items: center;

}
.card .card-meta-tag li:first-child::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--bs-body-color-style-1);
    top: calc(46% - 2px);
    right: -20px;
}
.card .card-meta-tag li::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--bs-body-color-style-1);
    top: calc(46% - 2px);
    right: -20px;
}
.card .card-meta-tag li:last-child::after {
    display: none;
}
.card-meta-tag li a:hover {
    color: var(--bs-rosso);
}
.card .card-meta-tag li {
    color: var(--bs-body-color-style-2);
    position: relative;
}
.card-meta-tag li a {
    margin: 0;
    color: var(--bs-body-color-style-2);
}
.list-unstyled-tag {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}

.btn {
    --bs-btn-padding-x: 2.11rem;
    --bs-btn-padding-y: 0.474rem;
}

.border-radius {    
    border-radius: 14px;
}
.card-style-2 .card-image-wrapper {
    max-height: var(--bs-card-style-2-img-height);
    height: 100% !important;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}


.card-style-2 .card-image-wrapper img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    width:100%
}

.single-post .card-style-2 .card-image-wrapper img{
    object-fit: contain;
}


.widget-style-2 {
    --bs-widget-style-1-bg: var(--bs-secondary);
    padding: 30px 15px 30px 15px;
    background-color: var(--bs-widget-style-2-bg);
    border-radius: var(--bs-widget-border-radius);
}

.social-icons {
    --bs-border-color: var(--bs-white);
    --bs-svg-path-color: var(--bs-white);
    --bs-svg-path-hover-color: var(--bs-primary);
    --bs-svg-after-bg: var(--bs-white);
    --bs-social-icons-size: 24px;
    --bs-social-icons-border-radius: 8px;
}

.card-style-11 {
    --bs-card-spacer-x: 0.5rem;
    --bs-card-spacer-y: 1.25rem;
}

.caragory-area-section .caragory-area .single-catagory {
    background: var(--bs-white);
    width: 234px;
    height: 80px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
}

.card:hover .card-img-top {
    border-radius: 14px;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
.card-style-2 .card-image-wrapper::after {
    display: none;
}

.card-header {
    border-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    background: transparent;
    margin-bottom: 10px;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.section-footer-2 {
    --bg-parallax-image:none;
}
.lead {
    font-weight: 400;
    font-size: 14px;
}

/* --- slide home inizio --*/



.article-blog-content-home {
    border-bottom: 0;
}

.article-blog-content-home .article-slider-wrapper-main .play-icon {
    background: rgba(0, 0, 0, 0.6);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 35px;
    color: var(--bs-white);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-blog-content-home .article-slider-wrapper-main .swiper-slide-button-prev {
    left: 100px;
    position: absolute;
    bottom: 220px;
    z-index: 1;
}

.article-blog-content-home .article-slider-wrapper-main .swiper-slide-button-prev, .article-blog-content-home .article-slider-wrapper-main .swiper-slide-button-next {
    background: rgba(0, 0, 0, 0.6);
    color: var(--bs-white);
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
}

.article-blog-content-home .article-slider-wrapper-main .swiper-slide-button-next {
    right: 100px;
    position: absolute;
    bottom: 220px;
    z-index: 1;
}

.article-blog-content-home .article-slider-wrapper-main .swiper-slide-button-prev, .article-blog-content-home .article-slider-wrapper-main .swiper-slide-button-next {
    background: rgba(0, 0, 0, 0.6);
    color: var(--bs-white);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}
/* --- slide home fine --*/

.table-of-content ol li h3, .table-of-content ol li .h3 {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}
.table-of-content ol li {
    font-size: 16px;
    font-weight: 700;
}
.table-of-content ol li ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-heading-color);
}
.table-of-content ol li ul li a:hover {
    color: var(--bs-rosso);
}
.table-of-content ol li h3 a:hover, .table-of-content ol li .h3 a:hover {
    color: var(--bs-rosso);
}
.table-of-content ol li h3 a, .table-of-content ol li .h3 a {
    color: var(--bs-heading-color);
}

.article-blog-content p {
    font-size: 16px;
}

.header-sitebar {
    padding: 30px 30px 15px 30px;
}

.accordion-item {
    color: var(--bs-rosso);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.nav-link {
    --bs-navbar-nav-link-padding-x: 10px;
    --bs-nav-link-padding-y: 37px;
    --bs-navbar-active-color: var(--bs-white);
    font-size: 16px;
    font-weight: 400;
}

.dropdown .dropdown-item {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.6);
    padding-right: 30px;
}

.post-tag a:hover {
    background: var(--bs-rosso);
    color: var(--bs-white);
    border: 1px solid var(--bs-rosso);
}


/**Mine**/

/**Card**/
.card-style-2{
    --bs-card-inner-border-radius:20px
}



/**
* Page
**/
.page{
    margin-bottom:0
}

/**
* Menu part
**/
.navbar-expand-xl .navbar-nav .nav-link{
    font-weight:bold;
}

.current_page_item .nav-link {
    color:#e4342d;
}


/** Menu dsk **/
#primary-menu .dropdown-menu{
    background: white;
    border-radius: 1rem;
    margin-left: 0;
    box-shadow: 0px 8px 3px -5px #9d9999;
}

#primary-menu .dropdown-menu a{
    color: #004868;
    font-weight: bold;
}
#primary-menu .dropdown-menu a:hover{
    color: #e4342d;
    background: none;
}


/** Search Part**/
.offcanvas.offcanvasserch input{
    flex-grow:1;
    border-radius: 25px !important;
    padding:16px 30px !important;
    color:black
}

.offcanvas.offcanvasserch .search-btn{
    font-size: 1rem;
}

.offcanvas.offcanvasserch{
    top:80px
}

@media screen and (min-width: 991px){
    .offcanvas.offcanvasserch{
        top:100px
    }
}

/**
Every offcanvas
**/
.offcanvas .offcanvas-header{
    position: relative;
}

@media screen and (min-width: 1200px){
    .offcanvas-bottom{
        width: 50%;
        margin: 0 auto !important;
    }

}

/**Editor buttons in frontend**/
a.wp-block-button__link.wp-element-button:hover {
    color: #dc3545;
    background: white;
    outline: 2px solid #cdcdcd;
}



/**
* Header Part
**/
header .dropdown-toggle::after,.offcanvas-body .dropdown-toggle::after {
    content:unset
}

.breadcrumb-container{
    background: #f8f9fa;
    border-block:1px solid #c5c5c5;
    padding-block:0.5rem;
}

.breadcrumb-container span{
    font-weight:bold;
}

.breadcrumb-container > div.container:first-child{
    display: grid;
    grid-auto-flow: column;
    white-space: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    width: 100vw;
}

@media screen and (min-width: 992px) {
    .breadcrumb-container {
        border-block: none;
    }

    .breadcrumb-container > div.container:first-child {
        display: block;
    }
}


/**Headers**/

.custom-logo-link{
    max-width: 200px;
}
.custom-header,
.school-header > .article-wrapper-1 {

    height: 124px;
    display: grid;
    grid-template-columns:1fr;
    place-content: center;
    background: #e4342d;
    padding:0
}

.custom-header .entry-title,
.custom-header h1,
.custom-header h2,
.school-header > .article-wrapper-1 h1{
    color:white;
}

.basic-section{
    margin-block: 3rem
}

@media screen and (min-width: 992px) {
    .custom-header{
        margin-top: 0;
    }
    .basic-section{
        margin-block: 8rem
    }

}

/**Front page**/

@media screen and (max-width: 992px) {
    .latest-news-section{
        display: grid;
        overflow-x: auto;
        gap: calc(1rem - 2vw);
        grid-auto-flow: column;
        grid-auto-columns: 314px;
    }
}



.grid-activities{
    grid-auto-columns: 314px;
    grid-auto-flow: column;
    overflow-x: auto;
    gap: 2vw;
}

@media screen and (min-width: 568px) {
    .grid-activities {
        grid-auto-columns: 295px;
    }
}
@media screen and (min-width: 991px) {
    .grid-activities{
        grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
        grid-auto-flow: row;
        gap: 1rem;

    }
}


/**Schools bg**/
.school-header > .article-wrapper-1{

    --bg-parallax-image: "";

}

@media screen and (min-width: 992px){
    .article-1.bg-scuola-infanzia .article-wrapper-1{
        --bg-parallax-image: url(../images/slide-infanzia.webp);
    }
    .article-1.bg-scuola-primaria .article-wrapper-1{
        --bg-parallax-image: url(../images/testata-primaria.webp);
    }
    .article-1.bg-scuola-secondaria-di-i-grado-medie .article-wrapper-1{
        --bg-parallax-image: url(../images/testata-secondaria.webp);
    }
    .article-1.bg-liceo .article-wrapper-1{
        --bg-parallax-image: url(../images/testata-liceo.webp);
    }
    .article-1.bg-listituto .article-wrapper-1{
        --bg-parallax-image: url(../images/slide-istituto.webp);
    }


    .school-header > .article-wrapper-1{
        height: 480px;
        margin-top:0;
    }
    .school-header h1{
        color:white
    }
}


.dropdown-item{
    padding-block: 0.25rem;
    margin-block: 0;
}

.offcanvas-body .dropdown-menu{
    padding:1rem
}

ul:not(.offcanvas-body .dropdown-menu),
ol:not(.offcanvas-body .dropdown-menu){
    margin-left:0
}





header .navbar-expand-xl{
    opacity: 1;
    pointer-events: auto; /* Allow clicking when visible */
    transition: opacity 200ms, pointer-events 200ms;

}

header .navbar-expand-xl .main-menu-hidden {
    opacity: 0;
    pointer-events: none; /* Prevent clicking when hidden */

}


/**
* Template page with sidebar
* hide the toc on mobile if not in offcanvas
*/

.sticky-elements{
    top:151px
}

.sticky-elements .table-of-content{
    display: none;
}

.offcanvas-bottom{
    --bs-offcanvas-height:80vh;
    overflow: auto;
    margin-inline:2vw;
}
.offcanvas-bottom .table-of-content{
    box-shadow: none;
}
.offcanvas-bottom .table-of-content .accordion-flush .accordion-item:last-child{
    border: none;
}


.fixed-btn-container {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    left:0;
    min-width: 100%;
}
.table-of-content ul{
    margin-top: -10px;
    margin-bottom: 10px;
}
.table-of-content ul li h4{
    margin-bottom:-2px
}


@media screen and (min-width: 992px) {
    .fixed-btn-container{
        display: none;
    }
    .sticky-elements .table-of-content{
        display: block;
    }
}


.page{
    display: block;
    min-height: unset
}

.post-navigation-container:empty{
    display: none !important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select

{
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1rem;
    width: 100%
}

.select2-container .select2-selection--single{
    height: 58px;
    display: flex;
    align-items: center;
}

.section-title{
    line-height: 1.2;
}

/**
* Blog Card
*/

/**mini fix for fontawesome**/
.fa-tags{
    rotate:90deg
}

.cat-links a, .tags-links a{
    font-size: clamp(10px,1vw,12px);
    color: #454545;
}

.card-header a:hover{
    color: #ec3f37;
}

.entry-meta hr{
    border-top: 2px dashed #ccc;
    background: none;
    opacity: 1;
}


.cat-links a, .tags-links a{
    font-weight: bold;
}

.blog-page .blog-title{
    font-size: clamp(16px,1vw,25px)
}

.card .card-meta li:first-child::after {
    content:unset
}

/**
* Single Detail
*/
.dsk-sticky-sidebar{
    position:sticky;
    top:150px
}
.dsk-sticky-sidebar h5{
    margin:0
}

.dsk-sticky-sidebar .blog-title{
    font-size: clamp(14px,1.2vw,20px);
}


/**CF7 FORM*/

.carded-form{
    border-radius: 8px;
    padding: 1rem;
    background: white;
    border: 1px solid #ccc;

}
span.wpcf7-form-control.wpcf7-radio {
    font-size: 18px;
    margin-right: 10px;
    padding: 10px;
    display: inline-flex;
    gap: 1rem;
}
.wpcf7-list-item,
.wpcf7 form.invalid .wpcf7-response-output{
    margin:0
}
.wpcf7-textarea{
    border:1px solid #dedede !important;
}


.wpcf7-form input[type="submit"]{
    border-radius: 3px;
    line-height: 1;
    padding: 0.5rem 1rem;
    background: #439bb3;
    color: white;
    border: none;
    font-size: 20px;
    font-weight: bold;
    margin-block: 1rem;
}


.wpcf7-form .form-group p{
    text-align:start;
}

.wpcf7-form label{
    width: 100%;
    font-size:small;
}

.wpcf7-form legend{
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.wpcf7-form input.wpcf7-form-control::placeholder{
    color:#c5c5c5
}


/**Woocommerce general***/
.woocommerce-notices-wrapper{
    margin:1rem 0;
}

/**Notices**/
.woocommerce-notices-wrapper + div:not(.single-product .woocommerce-notices-wrapper +div),
.woocommerce-notices-wrapper:first-of-type:not(:empty)
{
    padding:1rem;
    color:white;
}

/**Single -img**/
.product-template-default.single-product div.product .woocommerce-product-gallery{
    float:none;
}
.woocommerce-product-gallery__image--placeholder img{
    width:100%
}

/**Single -text**/
.single-product .entry-summary{
    margin: 1.5em 0 0;
    padding: 2rem;
    background: #f1f1f1;
    border-radius: 10px;
}

/**Single - tabs***/
.single-product .woocommerce-tabs ul.tabs{
    display: flex;
    gap: 1rem;
}
ul.tabs > li,
.woocommerce-Tabs-panel{
    background: #f1f1f1;
    border-radius: 10px;
}

ul.tabs > li{
    padding:0.5rem 1rem;
}


.description_tab.active{
    font-weight: bold;
}

.woocommerce-Tabs-panel{
    padding:2rem;
}

/**Thank you page**/
.woocommerce-order-received address{
    background: #f1f1f1;
    padding: 1rem;
    border-radius: 10px;
    display: inline-block;
}


/**Documentazione**/
html:has(.page-template-page-documentazione),
body.page-template-page-documentazione{
    height: 100%;
}

.page-template-page-documentazione div#page{
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    align-items: end;
    height: 100%;

}

.page-template-page-documentazione .section-footer-2{
    grid-row: -1
}

/**Accordions**/
details.accordion-dettagli {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    background:white;
}

details.accordion-dettagli summary {
    position: relative;
    padding: 1em;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
    user-select: none;
    list-style: none;
}

/* Rimuovi la freccetta nativa */
details.accordion-dettagli summary::-webkit-details-marker,
details.accordion-dettagli summary::marker {
    display: none;
}

/* Icona + / - */
details.accordion-dettagli summary::after {
    content: '+';
    position: absolute;
    right: 1em;
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

details.accordion-dettagli[open] summary::after {
    content: '−';
}

/* Corpo dell'accordion */
details.accordion-dettagli > *:not(summary) {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    padding: 0 1em;
}

/* Quando è open */
details.accordion-dettagli[open] > *:not(summary) {
    max-height: 1000px; /* <<< il trucco */
    padding: 1em;
}


/**Share**/
.sws_supernormalaction{
    text-align:right;
}

.sws_supernormalaction button{
    border-radius: 8px;
    box-shadow: none;
}


/** Google Translate **/
.gtranslate_wrapper .gt_float_switcher{
    box-shadow:none;
    background:transparent

}

.gt_options.gt-open{
    max-width: 800px !important;
}

@media screen and (min-width: 1200px){

    .gtranslate_wrapper{
        position: absolute;
        right: -18px;
        top: 96px;
        background: #f8f9fa;
        border: 1px solid #f8f9fa;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        box-shadow: 1px 5px 8px -10px;
    }


    .gtranslate_wrapper .gt_float_switcher .gt-selected{

        background-color:#f8f9fa;

    }


}

/**Documentazione**/
.catagory-tag a{
    background: #f3f3f3;
}


/**Filtri blog**/
.wpc-filter-title{
    font-weight: 600;
    font-size: 1.2rem;
}

.wpc-filters-section{
    padding: 1rem;
    border-radius: 8px;
    border: 2px solid #f8f9fa;

}

/**Filtri gestione documentale**/
@media screen and (max-width: 991px) {
    .tax-attachment-categories .catagory-tag {
        display: grid;
        grid-auto-flow: column;
        gap: 20px;
        overflow-x: auto;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

/**Footer**/


.prefooter{
    background:#075476;
}


.section-footer-2{
    background:#004868;

}

.section-footer-2 svg{
    fill:white;
}
.section-footer-2 .footer-bottom-contents p{
    color:white;
}

.section-footer-2 .social-icons{
    --bs-border-color: white;
    --bs-svg-path-color: white;
    --bs-svg-path-hover-color: var(--bs-white);
    --bs-svg-after-bg: white;
}


/**Per il tasto oc delle news**/
body:has(.fixed-btn-container, .blog-page) footer .footer-wrapper{
    padding-bottom: 8vh!important;
}
@media screen and (min-width: 991px) {
    body:has(.fixed-btn-container, .blog-page) footer .footer-wrapper{
        padding-bottom: 80px!important;
    }
}

/**Per tutti i tasti oc **/
@media screen and (max-width: 991px) {
    body:has(.fixed-btn-container) footer .footer-wrapper{
        padding-bottom: 8vh!important;
    }

}

/**Colori per Righe di tabelle alternate**/
.page-orari-delle-lezioni .wp-block-table.is-style-stripes tbody tr:nth-child(odd)

{
    background: #d7f6ff;
}
