ul.menu li.menu-item-has-children .mobile-toggle i::before
{
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1;
}
ul.menu li.menu-item-has-children .mobile-toggle i.fa-plus::before
{
    content: "+";
}
ul.menu li.menu-item-has-children .mobile-toggle i.fa-minus::before
{
    content: "-";
}
#ez-toc-container nav>ul
{
    max-height: 60vh;
    overflow-y: scroll!important;
}
body .modulo-carosello .owl-nav button.owl-next, body .modulo-carosello .owl-nav button.owl-prev
{
    padding: 2px 15px 4px 15px!important;
    color: #fff;
}
.fat
{
    font-weight: 700;
}
.absl
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.color-blue
{
    color: #006fb9;
}
.color-green
{
    color: #008000;
}
.home .apertura .txt
{
    text-align: center;
    align-items: center;
}
.apertura
{
    position: relative;
}
.apertura .sfondo
{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}
.apertura .txt
{
    padding: 50px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.apertura .txt p, .apertura .txt h1
{
    width: 65%;
}
.apertura .wp-block-button
{
    margin-top: 25px;
}
.apertura .wp-block-button__link
{
    background-color: #006fb9;
    padding: 15px 15px 15px 50px!important;
}
.apertura .wp-block-button__link:before
{
    top: 10px;
    left: 8px;
}
.apertura .wp-block-button__link:hover
{
    background-color: #a7255f;
    padding: 15px 50px 15px 15px!important;
}
.apertura .wp-block-button__link:hover:before
{
    right: 8px;
    left: auto;
}
.contenuto>:nth-of-type(even)
{
    background-color: rgba(185,199,209,.4);
    padding: 5rem 0;
}
.contenuto>:nth-of-type(even).why_us .single
{
    background-color: #fff;
}
.contenuto>:nth-of-type(even).onda
{
    padding-bottom: 0;
}
.contenuto>:nth-of-type(even).informativo .colonna
{
    background-color: #fff;
}
.contenuto>:nth-of-type(even)>:nth-last-of-type(1)
{
    margin-bottom: 0;
}
.contenuto>:nth-of-type(even) .blog-home .item
{
    background-color: #fff;
}
.contenuto>:nth-of-type(even) .psac-post-carousel .psac-post-carousel-content
{
    background-color: #fff;
}
.quadrati
{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.quadrati .title-container
{
    text-align: center;
}
.quadrati .title-container .quadrati-container
{
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
.quadrati .title-container .quadrati-container .quadrato
{
    border-radius: 25px;
    border: solid 1px #1f1f1f;
    padding: 20px 17px;
    flex: 0 0 calc(33% - 1.333rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    position: relative;
}
.quadrati .title-container .quadrati-container .quadrato:nth-of-type(3n-1)
{
    margin: 0 2rem;
}
.quadrati .title-container .quadrati-container .quadrato:nth-of-type(n+4)
{
    margin-top: 3rem;
}
.quadrati .title-container .quadrati-container .quadrato .upper
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    min-height: 70px;
    padding: 0 60px;
}
.quadrati .title-container .quadrati-container .quadrato .upper figure
{
    position: absolute;
    margin-right: 30px;
    left: 15px;
}
.home .testo-immagine
{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.testo-immagine
{
    margin-bottom: 5rem;
}
.testo-immagine h2
{
    text-align: center;
}
.testo-immagine .box-generale .box-contenitore
{
    margin-top: 100px;
    gap: 3rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
}
.testo-immagine .box-generale .box-contenitore figure, .testo-immagine .box-generale .box-contenitore .txt
{
    flex: 0 0 calc(50% - 2rem);
    align-self: center;
}
.testo-immagine .box-generale .box-contenitore figure
{
    position: relative;
}
.testo-immagine .box-generale .box-contenitore figure:before
{
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/nextre/assets/images/line-vector.webp);
    width: 124px;
    height: 110px;
    bottom: -25px;
    left: -25px;
    background-repeat: no-repeat;
}
.testo-immagine .box-generale .box-contenitore figure img
{
    height: auto;
    max-width: 100%;
}
.testo-immagine .box-generale .box-contenitore:nth-of-type(1)
{
    margin-top: 40px;
}
.testo-immagine .box-generale .box-contenitore:nth-of-type(2n) figure:before
{
    transform: rotate(180deg);
    top: -25px;
    left: 0;
    right: -26px;
    margin-left: auto;
    display: block;
}
.testo-immagine .box-generale .box-contenitore:nth-of-type(2n) figure::after
{
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/nextre/assets/images/line-vector.webp);
    width: 124px;
    height: 110px;
    transform: rotate(270deg);
    left: 0;
    margin-left: auto;
    display: block;
    right: -33px;
    bottom: -19px;
}
.testo-immagine .box-generale .box-contenitore:nth-last-of-type(1):not(:nth-of-type(2n)) figure::before
{
    bottom: inherit;
    left: -30px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    top: -18px;
}
.informativo
{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.informativo .sfondo h2
{
    text-align: center;
}
.informativo .sfondo .txt
{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-around;
}
.informativo .sfondo .txt .colonna
{
    margin-top: 2rem;
    flex: 0 0 calc(50% - 1rem);
    background-color: #e5f0f8;
    padding: 1.5rem;
    border-radius: 20px;
}
.informativo .wp-block-button
{
    text-align: center;
    margin-top: 2rem;
}
.onda
{
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-top: 5rem;
}
.onda h2
{
    text-align: center;
}
.onda .metodo-tab
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    min-height: 650px;
    margin-top: 80px;
}
.onda .metodo-tab .onda-svg
{
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.onda .metodo-tab .colonna
{
    flex: 0 0 12.5%;
    text-align: center;
    z-index: 1;
    position: relative;
}
.onda .metodo-tab .colonna .show-tab
{
    color: #fff;
    margin-top: 10px;
}
.onda .metodo-tab .colonna .icona
{
    font-size: 30px;
    color: #a7255f;
    background-color: #edd3df;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.onda .metodo-tab .colonna .icona img
{
    width: 100%;
    height: auto;
}
.onda .metodo-tab .colonna:nth-of-type(1)
{
    margin-top: -25px;
}
.onda .metodo-tab .colonna:nth-of-type(2)
{
    margin-top: 50px;
}
.onda .metodo-tab .colonna:nth-of-type(3)
{
    margin-top: 100px;
}
.onda .metodo-tab .colonna:nth-of-type(4)
{
    margin-top: 5px;
}
.onda .metodo-tab .colonna:nth-of-type(5)
{
    margin-top: -50px;
}
.onda .metodo-tab .colonna:nth-of-type(6)
{
    margin-top: 20px;
}
.storia_successo
{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.storia_successo h2
{
    text-align: center;
    margin-bottom: 1.5rem;
}
.storia_successo .general
{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
}
.storia_successo .wp-block-button
{
    margin-top: 2rem;
}
.why_us
{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.why_us .general
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.why_us .general .single
{
    flex: 0 0 calc(50% - 1rem);
    padding: 1rem;
    display: flex;
    align-items: center;
    background-color: #e5f0f8;
    border-radius: 20px;
    min-height: 160px;
}
.why_us .general .single .icona
{
    margin: 0 1rem 0 0;
    max-width: 65px;
    width: 100%;
}
.why_us .general .single .icona img
{
    width: 100%;
}
.why_us .wp-block-button
{
    margin-top: 2.5rem;
}
.feedback
{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.form
{
    padding: 5rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #212529!important;
}
.form .title
{
    color: #fff;
    text-align: center;
}
.form .txt
{
    color: #fff;
    text-align: center;
    width: 50%;
    margin: 20px auto;
}
.form .hs_submit
{
    margin-top: 3rem;
}
.faq-container
{
    margin-top: 80px;
    margin-bottom: 80px;
}
.faq-container .container
{
    margin-top: 80px;
}
.faq-container .indice-contenuti
{
    position: sticky;
    top: 100px;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.faq-container .indice-contenuti a
{
    color: #a7255f!important;
    position: relative;
}
.faq-container .indice-contenuti a:before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0,1,1);
    transition: transform .3s;
}
.faq-container .indice-contenuti a:hover:before
{
    transform-origin: 0% 50%;
    transform: scale3d(1,1,1);
}
.faq-container .domande .domanda-singola, .faq-container.domande .domanda-singola
{
    margin-bottom: 30px;
    padding-top: 20px;
}
.faq-container .domande .domanda-singola .domanda, .faq-container.domande .domanda-singola .domanda
{
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em;
    color: #a7255f;
    font-size: 20px;
    font-weight: 900;
    border: none;
    background: none;
    outline: none;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.faq-container .domande .domanda-singola .domanda[aria-expanded=true], .faq-container.domande .domanda-singola .domanda[aria-expanded=true]
{
    border-bottom: 0;
}
.faq-container .domande .domanda-singola .domanda:hover, .faq-container .domande .domanda-singola .domanda:focus, .faq-container.domande .domanda-singola .domanda:hover, .faq-container.domande .domanda-singola .domanda:focus
{
    cursor: pointer;
    color: #006fb9;
}
.faq-container .domande .domanda-singola .domanda:hover::after, .faq-container .domande .domanda-singola .domanda:focus::after, .faq-container.domande .domanda-singola .domanda:hover::after, .faq-container.domande .domanda-singola .domanda:focus::after
{
    cursor: pointer;
    color: #006fb9;
    border: 1px solid #006fb9;
}
.faq-container .domande .domanda-singola .domanda .icon, .faq-container.domande .domanda-singola .domanda .icon
{
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 1em;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
.faq-container .domande .domanda-singola .domanda .icon::before, .faq-container.domande .domanda-singola .domanda .icon::before
{
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.faq-container .domande .domanda-singola .domanda .icon::after, .faq-container.domande .domanda-singola .domanda .icon::after
{
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.faq-container .domande .domanda-singola .domanda[aria-expanded=true], .faq-container.domande .domanda-singola .domanda[aria-expanded=true]
{
    color: #006fb9;
}
.faq-container .domande .domanda-singola .domanda[aria-expanded=true] .icon::after, .faq-container.domande .domanda-singola .domanda[aria-expanded=true] .icon::after
{
    width: 0;
}
.faq-container .domande .domanda-singola .domanda[aria-expanded=true]+.risposta, .faq-container.domande .domanda-singola .domanda[aria-expanded=true]+.risposta
{
    opacity: 1;
    max-height: 25em;
    transition: all 400ms linear;
    will-change: opacity,max-height;
    border: 4px solid #a7255f;
    border-top: 0;
    padding: 0 1em 1em;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.faq-container .domande .domanda-singola .risposta, .faq-container.domande .domanda-singola .risposta
{
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear,max-height 400ms linear;
    will-change: opacity,max-height;
    background-color: #fff;
}
.faqAccordion .accordion-item
{
    margin-bottom: 15px;
}
.faqAccordion .accordion-item:hover button.accordion-button, .faqAccordion .accordion-item:focus button.accordion-button
{
    color: #006fb9!important;
}
.faqAccordion .accordion-button
{
    padding: 1em;
    color: #a7255f;
    font-weight: 900;
    font-size: 26px;
    outline: none;
    background-color: #fff!important;
}
.faqAccordion .accordion-button:not(.collapsed)
{
    background-color: #fff!important;
    color: #a7255f!important;
}
.midline
{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 3rem 0;
    flex-direction: row;
    position: relative;
    gap: 2rem;
}
.midline .sinistra-midline
{
    flex: 0 0 calc(40% - 2rem);
}
.midline .sinistra-midline figure img
{
    width: 100%;
    height: 50%;
}
.midline .destra-midline h2
{
    padding-top: 0;
}
.midline .destra-midline .txt ul
{
    padding-left: 1rem;
}
.midline .destra-midline .wp-block-button
{
    margin-top: 25px;
}
.psac-slider-and-carousel
{
    margin-top: 30px;
    margin-bottom: 30px;
}
.psac-slider-and-carousel .psac-post-carousel
{
    padding-top: 80px;
}
.psac-slider-and-carousel .psac-post-carousel-content
{
    background-color: #fff;
    min-height: 740px;
}
.psac-slider-and-carousel .psac-post-carousel-content .psac-post-title
{
    line-height: 40px;
}
.psac-slider-and-carousel .psac-post-carousel-content .psac-post-title a
{
    transition: .3s all;
}
.psac-slider-and-carousel .psac-post-carousel-content .psac-post-title a:hover
{
    color: #a7255f;
}
.psac-slider-and-carousel .psac-post-carousel-content .psac-readmorebtn
{
    background-color: #0a6aa1;
    color: #fff;
    border: none;
    border-radius: 25px;
}
.psac-slider-and-carousel .psac-post-carousel-content .psac-readmorebtn:hover
{
    background-color: #a7255f;
}
.psac-slider-and-carousel .owl-dots
{
    display: none;
}
.psac-slider-and-carousel .owl-nav
{
    width: calc(100% + 100px);
    left: -50px;
    top: 20px!important;
}
.psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev
{
    background-color: #006fb9;
    border: none;
    border-radius: 25px;
}
.psac-slider-and-carousel .owl-nav .owl-next span, .psac-slider-and-carousel .owl-nav .owl-prev span
{
    color: #fff;
}
.psac-slider-and-carousel .owl-nav .owl-next:hover, .psac-slider-and-carousel .owl-nav .owl-prev:hover
{
    background-color: #a7255f;
}
.blog-page-inner h1.entry-title
{
    font-size: 100px!important;
    font-weight: 900;
    color: #006fb9;
    padding-top: 30px;
    line-height: 80px;
}
@media(max-width: 599px)
{
    h1
    {
        font-size: 40px!important;
        line-height: 40px!important;
    }
    .blog-page-inner h1.entry-title
    {
        font-size: 70px!important;
        padding-top: 9px;
        line-height: 70px!important;
    }
    .author_header .lower_header
    {
        margin-left: 0!important;
    }
}
.blog-page-inner .general
{
    flex: 0 0 80%;
}
.blog-page-inner .archive_sidebar .feature_post
{
    flex-direction: row;
}
.blog-page-inner .archive_sidebar .feature_post a
{
    flex: 0 0 50%!important;
}
.button_load
{
    text-align: center;
}
.button_load #load-more
{
    font-family: "Khand"!important;
    font-size: 16px;
    background: #a7255f;
    color: #fff;
    font-weight: 700;
    padding: 7px 20px 5px 20px;
    border-radius: 50px;
}
.pagination
{
    position: relative;
    margin: 30px auto 20px;
    max-width: 500px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pagination .page-numbers
{
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #006fb9;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}
.pagination .page-numbers.current
{
    background-color: #006fb9;
    color: #fff;
}
.pagination a.prev
{
    font-family: "Khand"!important;
    font-size: 16px;
    color: #a7255f;
    font-weight: 500;
    width: 110px;
    border-radius: 5px;
    margin: 0 15px;
}
.pagination a.next
{
    font-family: "Khand"!important;
    font-size: 16px;
    color: #a7255f;
    font-weight: 500;
    width: 110px;
    border-radius: 5px;
    margin: 0 15px;
}
.pagination a.active
{
    cursor: default;
}
.pagination a:active
{
    outline: none;
}
.nxd-page .page-numbers
{
    margin-left: 3px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.nxd-page a:hover
{
    background-color: #a7255f;
    color: #fff;
}
.nxd-page a:active
{
    background-color: #a7255f;
}
.nxd-page a.active
{
    background-color: #a7255f;
}
.modulo-servizi
{
    background-color: #0a0a0a;
    padding: 50px 0;
}
.modulo-servizi .prelude_servizi
{
    padding: 25px 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modulo-servizi .row
{
    gap: 2rem;
    justify-content: center;
}
.modulo-servizi .single-servizio
{
    border: 1px solid #fff;
    flex: 0 0 calc(25% - 1.5rem);
    position: relative;
    min-height: 200px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modulo-servizi .single-servizio:hover .sfondo
{
    opacity: 1;
}
.modulo-servizi .single-servizio .title
{
    z-index: 9;
    position: relative;
    transition: all .45s cubic-bezier(.25,1,.2,1);
}
.modulo-servizi .single-servizio .title h3
{
    color: #fff;
}
.modulo-servizi .single-servizio .text
{
    z-index: 9;
    margin-top: 5px;
    transition: all .45s cubic-bezier(.25,1,.2,1);
    color: #fff;
}
.modulo-servizi .single-servizio .text strong
{
    color: #fff!important;
}
.modulo-servizi .single-servizio .icona
{
    margin-top: 20px;
    max-width: 45px;
    top: 10px;
    position: absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translate(-50%,-50%);
}
.modulo-servizi .single-servizio .icona img
{
    width: 100%;
    height: auto;
}
.others
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 25px;
    margin: 30px auto 0;
    border-left: none;
    border-right: none;
}
.others .precedente, .others .successivo
{
    transition: .4s all;
    padding: 15px;
    background-color: #006fb9;
    border: 2px solid #006fb9;
    border-radius: 20px;
}
.others .precedente i, .others .successivo i
{
    transition: .3s all;
    color: #fff;
}
.others .precedente h4, .others .successivo h4
{
    margin: 0;
}
.others .precedente h4 a, .others .successivo h4 a
{
    color: #fff!important;
}
.others .precedente:hover, .others .successivo:hover
{
    background-color: #fff;
}
.others .precedente:hover h4 a, .others .successivo:hover h4 a
{
    color: #006fb9!important;
}
.others .precedente:hover i, .others .successivo:hover i
{
    color: #006fb9;
}
.others .precedente i
{
    margin-right: 15px;
}
.others .successivo i
{
    margin-left: 15px;
}
.modulo-carosello
{
    margin-top: 5rem;
}
.modulo-carosello.contact-page .item
{
    background-color: #fff;
}
.modulo-carosello h2
{
    margin-bottom: 50px;
}
.modulo-carosello .psac-post-carousel-content
{
    background-color: rgba(185,199,209,.4);
}
.modulo-carosello .owl-nav button.owl-next, .modulo-carosello .owl-nav button.owl-prev
{
    background-color: #006fb9;
    border: none;
    border-radius: 25px!important;
    display: inline-block;
    text-align: center!important;
    color: #fff;
    line-height: normal!important;
    font-size: 25px!important;
    padding: 2px 15px 4px 15px!important;
    box-shadow: none;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.author_header
{
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.author_header .upper_header
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.author_header .upper_header .author_image
{
    margin-right: 30px;
}
.author_header .upper_header .author_image figure
{
    margin-bottom: 0;
}
.author_header .upper_header .author_image img
{
    border-radius: 100%;
}
.author_header .upper_header .author_name
{
    color: #006fb9;
}
.author_header .lower_header
{
    margin-left: 175px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #808080;
}
.author_list
{
    background-color: #e5f0f8;
    padding: 30px 0;
}
.sezione_partners
{
    margin: 5rem auto;
}
.sezione_partners .generale
{
    display: flex;
    flex-direction: row;
    gap: 3rem;
    margin-top: 25px;
}
.sezione_partners .generale .single_partner
{
    flex: 0 0 calc(20% - 2.25rem);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sezione_partners .generale .single_partner img
{
    max-width: 120px;
    width: 100%;
    height: auto;
}
.sezione_partners .carousel-clienti.owl-carousel .owl-stage
{
    display: flex;
    align-items: center;
}
.footer-content
{
    background-color: #0a0a0a;
}
.sticky_call
{
    position: sticky;
    bottom: 0;
    background-color: #0a0a0a;
    z-index: 888;
    padding: 10px 0;
}
.sticky_call .sinistra
{
    display: flex;
    align-items: center;
    flex: 0 0 30%;
}
.sticky_call .sinistra .icona
{
    color: #fff;
    margin-right: 5px;
}
.sticky_call .sinistra .testi
{
    color: #fff;
}
.sticky_call .sinistra .testi a
{
    color: #fff!important;
}
.sticky_call .sinistra .testi p
{
    margin-bottom: 0;
}
.sticky_call .destra
{
    flex: 0 0 30%;
    display: flex;
    align-items: center;
}
.sticky_call .destra .contattaci_button
{
    padding: 15px 40px;
    background-color: #fff;
    border-radius: 50px;
    color: #0a0a0a;
    font-weight: 600;
}
.sticky_call .ics
{
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
@media(min-width: 980px)
{
    .menu li .mobile-toggle
    {
        display: none!important;
    }
    .menu li .sub-menu .mobile-toggle
    {
        display: none!important;
    }
}
@media(max-width: 980px)
{
    ul.menu li.menu-item-has-children .mobile-toggle
    {
        width: 44px;
        height: 100%;
        padding: 0!important;
        max-height: 44px;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        background-color: transparent;
        text-align: center;
        opacity: 1;
    }
    ul.menu li.menu-item-has-children .sub-menu li.menu-item-has-children .mobile-toggle
    {
        width: 44px;
        height: 100%;
        padding: 0!important;
        max-height: 44px;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        background-color: transparent;
    }
    ul.menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .mobile-toggle
    {
        width: 44px;
        height: 100%;
        padding: 0!important;
        max-height: 44px;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        background-color: transparent;
    }
    ul.menu li.menu-item-has-children .sub-menu.visible
    {
        background-color: #0061a2;
        padding: 13px;
    }
    ul.menu li.menu-item-has-children .sub-menu.visible .sub-menu.visible
    {
        padding: 5px 0 0 15px;
    }
    ul.menu li.menu-item-has-children .sub-menu.visible .sub-menu.visible li
    {
        margin-top: 5px;
    }
    ul.menu li.page_item_has_children .mobile-toggle
    {
        width: 44px;
        height: 100%;
        padding: 0!important;
        max-height: 44px;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        background-color: transparent;
    }
    ul.menu>li.menu-item-has-children
    {
        position: relative;
    }
    ul.menu>li.menu-item-has-children .sub-menu li.menu-item-has-children
    {
        position: relative;
    }
    ul.menu>li.page_item_has_children
    {
        position: relative;
    }
    ul.menu .menu-item-has-children .sub-menu
    {
        display: none!important;
        visibility: hidden!important;
    }
    ul.menu .menu-item-has-children .sub-menu.visible
    {
        display: block!important;
        visibility: visible!important;
    }
    header .menu li .sub-menu
    {
        background-color: transparent;
        top: auto;
        margin-top: auto;
        width: auto;
        padding-bottom: 10px;
        position: relative;
    }
    header .menu li .sub-menu li .mobile-toggle
    {
        position: absolute!important;
        width: 44px;
    }
    #main-header ul.menu .menu-item-has-children .sub-menu
    {
        display: none!important;
        visibility: hidden!important;
        visibility: hidden!important;
    }
    #main-header ul.menu .menu-item-has-children .sub-menu.visible
    {
        display: block!important;
        visibility: visible!important;
    }
    .apertura .txt
    {
        width: 100%;
    }
    .apertura .txt h1
    {
        font-size: 50px!important;
        width: 100%;
    }
    .apertura .txt p
    {
        width: 100%;
    }
    .quadrati .title-container .quadrati-container
    {
        flex-direction: column;
    }
    .quadrati .title-container .quadrati-container .quadrato:nth-of-type(3n-1)
    {
        margin: 2rem 0;
    }
    .quadrati .title-container .quadrati-container .quadrato .upper
    {
        padding: 0 70px;
    }
    .testo-immagine .box-generale .box-contenitore
    {
        flex-direction: column;
    }
    .testo-immagine .box-generale .box-contenitore .txt, .testo-immagine .box-generale .box-contenitore figure
    {
        flex: 0 0 100%;
    }
    .testo-immagine .box-generale .box-contenitore figure::before
    {
        width: 70px;
        height: 75px;
        background-size: cover;
    }
    .testo-immagine .box-generale .box-contenitore:nth-of-type(1) figure::before
    {
        bottom: -15px;
        left: -10px;
    }
    .testo-immagine .box-generale .box-contenitore:nth-of-type(2n)
    {
        flex-direction: column-reverse;
    }
    .testo-immagine .box-generale .box-contenitore:nth-of-type(2n) figure::before
    {
        top: -15px;
        right: -10px;
    }
    .testo-immagine .box-generale .box-contenitore:nth-of-type(2n) figure::after
    {
        bottom: -15px;
        right: -10px;
        width: 70px;
        height: 75px;
        background-size: cover;
    }
    .testo-immagine .box-generale .box-contenitore:nth-last-of-type(1) figure::before
    {
        top: -15px;
        left: -10px;
    }
    .informativo .sfondo .txt
    {
        flex-direction: column;
        gap: 2rem;
    }
    .informativo .sfondo .txt .colonna
    {
        margin-top: 0;
        flex: 0 0 100%;
    }
    .onda
    {
        margin-top: 2rem;
    }
    .onda .sfondo
    {
        background-color: #006fb9;
        margin-top: 75px;
        flex-direction: column;
        padding: 25px 0 50px;
    }
    .onda .sfondo::before
    {
        content: "";
        background-image: url("/wp-content/uploads/2023/01/wave-mobile.png");
        background-size: contain;
        margin-top: -45px;
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    .onda .sfondo .onda-svg
    {
        display: none;
    }
    .onda .sfondo .colonna
    {
        flex: 0 0 100%;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        padding: 0 15px;
        margin-top: 25px!important;
        text-align: left;
    }
    .onda .sfondo .colonna .icona
    {
        margin: 0;
    }
    .onda .sfondo .colonna h5
    {
        margin-top: .5rem;
    }
    .storia_successo .container .general
    {
        flex-direction: column;
    }
    .storia_successo .container .general img
    {
        width: 100%;
        height: auto;
    }
    .why_us .container .general
    {
        flex-direction: column;
    }
    .why_us .container .general .single
    {
        flex: 0 0 100%;
        flex-direction: column;
    }
    .why_us .container .wp-block-button
    {
        margin-top: 3rem;
    }
    .how_help_you .wp-block-button
    {
        margin-top: 3rem;
    }
    .feedback, .form
    {
        padding: 50px 15px;
    }
    .faq-container .indice-contenuti
    {
        position: relative;
        top: 0;
        margin-bottom: 50px;
    }
    .faq-container .domande .domanda-singola
    {
        margin-bottom: 50px;
    }
    .faq-container .domande .domanda-singola h2
    {
        text-align: center;
    }
    .faq-container .domande .domanda-singola .domanda
    {
        display: flex;
        align-items: center;
        width: 90%;
    }
    .faq-container .domande .domanda-singola .domanda .icon
    {
        right: -10%;
        top: auto;
    }
    .faq-container .domande .domanda-singola .risposta[aria-expanded=true]
    {
        max-height: 40rem;
    }
    .midline
    {
        flex-direction: column;
        align-items: center;
    }
    .psac-post-carousel .owl-nav
    {
        width: 100%;
        left: 0;
    }
    .others
    {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .others .precedente, .others .successivo
    {
        min-width: 260px;
    }
    .others .successivo
    {
        margin-top: 10px;
    }
    .faq-container .domanda-singola .domanda[aria-expanded=true]+.risposta
    {
        min-height: 40rem;
    }
    .author_header .upper_header
    {
        flex-direction: column;
        align-items: flex-start;
    }
    .author_header .upper_header .author_image img
    {
        border-radius: 100%;
    }
    .author_header .upper_header .author_name
    {
        color: #006fb9;
    }
    .modulo-servizi .row
    {
        flex-direction: column;
    }
    .sezione_partners .generale
    {
        flex-direction: column;
    }
    #footer3
    {
        overflow: hidden;
    }
    .sticky_call .sinistra
    {
        flex: 0 0 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .sticky_call .destra
    {
        flex: 0 0 100%;
        justify-content: center;
    }
}
@media(max-width: 500px)
{
    .pagination
    {
        max-width: 100%;
        margin: 50px auto 60px;
    }
    .pagination a.prev
    {
        position: absolute;
        left: 0;
        top: 35px;
        margin: 0;
        font-size: 15px;
    }
    .pagination a.next
    {
        position: absolute;
        right: 0;
        top: 35px;
        margin: 0;
        font-size: 15px;
    }
    .pagination .page-numbers
    {
        margin-left: 1px;
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
}
.blog-home .item
{
    border: 2px solid #ddd;
    text-align: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background-color: rgba(185,199,209,.4);
    min-height: 740px;
}
.blog-home .owl-theme .owl-nav
{
    margin-top: -67px!important;
}
.blog-home .owl-nav
{
    width: calc(100% + 100px);
    left: -50px;
    top: 20px!important;
    position: absolute;
    transform: translateY(-50%);
    margin-top: -30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border: none!important;
}
.blog-home .owl-prev, .blog-home .owl-next
{
    position: absolute;
}
.blog-home .owl-prev
{
    left: 0!important;
}
.blog-home .owl-next
{
    right: 0!important;
}
.blog-home .owl-nav button.owl-next, .blog-home .owl-nav button.owl-prev
{
    background-color: #006fb9!important;
    border: none;
    border-radius: 25px!important;
    display: inline-block;
    text-align: center!important;
    color: #fff;
    line-height: normal!important;
    font-size: 25px!important;
    padding: 2px 15px 4px 15px!important;
    box-shadow: none;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.blog-home div.post-image-bg
{
    height: 250px;
    position: relative;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-home .blog-home-title
{
    line-height: 40px;
    margin-bottom: 15px!important;
    margin-top: 15px;
}
.blog-home .blog-home-title a
{
    color: #000;
}
.blog-home .blog-home-meta-short-content
{
    color: #000;
}
.blog-home .blog-home-content
{
    padding: 15px;
}
.blog-home .blog-home-categories ul.post-categories
{
    z-index: 9;
    position: relative;
    margin-bottom: 0;
    margin-top: 15px;
    list-style-type: none;
    padding: 0;
}
.blog-home .blog-home-categories ul.post-categories li
{
    display: inline-block;
}
.blog-home .blog-home-categories ul.post-categories li a
{
    text-decoration: none;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    font-size: 13px;
    padding: 3px 2px;
    line-height: normal;
    display: inline-block;
    margin: 0 0 5px 0;
    border-bottom: 3px solid #f1f1f1;
    color: #666;
}
.blog-home .blog-home-meta
{
    line-height: normal!important;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
}
.blog-home .blog-home-meta span.blog-home-meta-innr
{
    font-size: 12px;
    display: inline-block;
    margin: 0 5px 5px 5px;
    font-style: italic;
}
.blog-home .read-more-container
{
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-bottom: 10px;
}
.blog-home .blog-home-readmorebtn
{
    background-color: #0a6aa1;
    color: #fff;
    border: none;
    border-radius: 25px;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    text-decoration: none!important;
    padding: 8px 15px;
    font-size: 13px;
    display: inline-block;
    box-sizing: border-box;
    line-height: normal!important;
}
.blog-home .blog-home-readmorebtn:hover
{
    background-color: #a7255f;
    color: #fff;
}
.blog-author
{
    border: 1px solid #808080;
    border-radius: 20px;
    padding: 20px;
}
.blog-author img
{
    width: 65px;
    border-radius: 50px;
}
.qc-content p textarea
{
    line-height: 1.5;
    color: #212529;
    font-size: 14px;
    height: 150px!important;
    width: 100%!important;
    background-color: #efefef;
    border-radius: 20px;
    padding: 20px;
}