/*
    Theme Name: Prima Pubblicita
    Author: Andrea Paolazzi
    Description: Tema di Prima Pubblicita
    Version: 7.0
*/



/*
    ================================================
    CSS MOBILE
    ================================================
*/


@media screen and (max-width: 1700px) {


    /* PAGINA MENU */

    .LogoIcona img {
        margin-left: 0em;
    }

    .SalaProvaTeatro .Editor table tr:first-child td {
        font-size: 0.85em;
    }
        .SalaProvaTeatro .Editor table td {
            font-size: 0.85em;
        }

    


    /* FOOTER */

    .Footer .ContenitoreFooter {
        gap: 5em;
    }

}










@media screen and (max-width: 1600px) {


    /* SLIDER HOME PAGE TUTTE */

    .Homepage .LogoOpera img {
        min-height: 140px;
    }
        .HomePageSlider .SfondoHomeSlider a .DataCatSlider {
            font-size: 1em;
        }
        .HomePageSlider .SfondoHomeSlider a h2 {
            font-size: 1.3em;
        }




    /* CONTENITORE TITOLOSLIDER */

    .CaroselloSlider .LogoOpera img {
        min-height: 133px;
    }




    /* PAGINA OPERA MAP */

    .operaMapLegend {
        gap: 2em;
    }
        .operaMapLegend__item img {
            height: 40px;
        }
        .operaMapLegend__item span {
            font-size: 0.9em;
        }




    /* PAGINA CALENDARIO */

    .custom-calendar-table td {
        height: 75px;
    }

    .open-cal-popup {
        font-size: 0.9em;
    }



    
    /* FOOTER */

    .Footer .ContenitoreFooter {
        gap: 3em;
        justify-content: space-between;
    }
        .BarreLaterali:before {
            left: -25%;
        }
        .BarreLaterali::after {
            right: -25%;
        }   

    .FooterInfo a {
        font-size: 0.8em;
    }

    .Footer .EntiFooter a {
        /*flex: 1;
        flex-basis: 264px;*/
    }
    
}










@media screen and (max-width: 1400px) {

    /* GENERICO */

    .Editor table {
        width: 100%;
        min-width: auto;
        min-height: max-content;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
        white-space: nowrap;
    }

    .search-toggle {
        margin-right: 1em;
    }

    .header .Login > a {
        width: 25px;
        height: 25px;
        margin-right: 1em;
    }
        .header .Login .MenuTicket li a {
            font-size: 0.9em;
        }

    .header .Lingue ul {
        margin-right: 0.8em;
    }
        .header .Lingue .current-lang a {
            font-size: 1em;
        }
        .header .Lingue a {
            font-size: 1em;
        }

    .MenuPrincipale,
    .MenuLoghi,
    .Login,
    .MenuLaterale {
        display: none !important;
    }

    .Margin4 {
        margin-top: 3em;
        margin-bottom: 3em;
    }




    /* MENU BURGHER */


    /* Bottone apertura menu responsive */

    span.navbar-toggler-icon {
        background: var(--Rosso1);
        height: 2px;
    }
        .navbar-toggler-icon::before,
        .navbar-toggler-icon::after {
            content: "";
            width: 100%;
            height: 2px;
            background-color: var(--Rosso1);
            position: absolute;
            left: 0;
        }
            .navbar-toggler-icon::before { 
                top: -0.3em; 
            }
            .navbar-toggler-icon::after { 
                bottom: -0.3em; 
            }
            .NavMobile .submenu-toggle {
                transition: transform 0.3s ease;
            }

            .NavMobile .submenu-toggle.active {
                transform: rotate(90deg);
            }


    /* Menu interno navigazione */
    div#menuMobileOffcanvas {
        width: 100%;
        z-index: 900000;
        background: var(--Rosso1);
        color: white;
    }

    .offcanvas-header {
        margin: 1.5em 0em 1.5em 0em;
    }
        .btn-close {
            box-sizing: content-box;
            width: 0.6em;
            height: 0.6em;
            padding: .25em .25em;
            background: url(https://www.primapubblicita.net/opera/wp-content/uploads/xBianca.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            opacity: 1 !important;
        }

    .offcanvas-body {
        padding: 0em;
    }

    /*stile menu interno*/
    .NavMobile .sub-menu > li > a {
        font-size: 1.2em;
        font-weight: 500;
    }
        .NavMobile .sub-menu .sub-menu > li > a {
            font-size: 1em;
            font-weight: 400;
            padding: 0.2em 0;
        }
        .NavMobile a {
            color: white;
            text-decoration: none;
            display: inline-block;
            width: 85%; 
            font-weight: 600;
            font-size: 1.4em;
            transition: 0.2s;
        }
            .NavMobile a:hover {
                opacity: 0.7;
            }

    .NavMobile > ul > li > ul.sub-menu {
        margin-left: 0em;
        padding: 0.3em 0em 0.6em 1.6em;
    }
        .NavMobile > ul > li > ul.sub-menu > li > ul.sub-menu {
            margin-left: 0em;
            padding-left: 0.3em;
            margin-bottom: 1em;
        }
            .NavMobile > ul > li > ul.sub-menu > li > ul.sub-menu > a {
                background-color: black;
            }
                .NavMobile > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
                    margin-left: 0.5em;
                    padding-left: 0.3em;
                    margin-bottom: 1em;
                }

    .NavMobile ul {
        padding: 0;
        margin: 0em 0em 0em 0em;
    }
        .NavMobile > ul > li > ul.sub-menu  {
            margin-bottom: 0.7em;
            margin-top: 0;
            background: var(--Rosso2);
        }
            .NavMobile > ul > li > a {
                padding-bottom: 0em;
                margin: 0em 0em 0em 0.7em;
            }
                .NavMobile > ul > li > ul.sub-menu > li > a {
                    padding-bottom: 0.2em;
                }
                .NavMobile > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
                    padding-top: 0;
                    padding-bottom: 0;
                    position: relative;
                    margin-left: 0.2em;
                    padding-left: 0.3em;
                }
                    .NavMobile > ul > li > ul.sub-menu > li > ul.sub-menu > li > a::before {
                        content: "\25B6";
                        display: inline-block;
                        width: 10px;
                        position: absolute;
                        left: -1.1em;
                        font-size: 0.7em;
                    }

                    .NavMobile > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
                        margin-top: 0;
                        margin-bottom: 0.7em;
                        margin-left: 0.8em;
                    }
                        .NavMobile > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
                            margin: 0;
                            padding-top: 0;
                            position: relative;
                            padding-left: 0em;
                            font-size: 0.9em;
                            margin-left: 0.7em;
                        }
                            .NavMobile > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a::before {
                                content: "\25B9";
                                display: inline-block;
                                color: #ffffff;
                                vertical-align: middle;
                                font-size: 1.7em;
                                position: absolute;
                                left: -0.8em;
                            }

            .NavMobile li.menu-item-has-children {
                position: relative; 
                display: block;
                margin: 0.2em 0;
            }
                .NavMobile .submenu-toggle {
                    position: absolute;
                    right: 1.1em;
                    top: 0;
                    width:fit-content; 
                    height: auto;
                    display: flex;
                    align-items: center;
                    justify-content: flex-end; 
                    cursor: pointer;
                    z-index: 10;
                    color: white;
                }
                    .NavMobile .sub-menu {
                        display: none;
                        padding-left: 1rem;
                        margin-top: 0.2em;
                        margin-right: 0;
                    }

        .NavMobile.NavMobileTicket {
            margin-top: 1.5em;
            border-top: 1px solid white;
        }

    .MenuLateraleSxMobile {
        margin-top: 1em;
    }

    .NavMobileTicket .ListaMenuMobile {
        padding-top: 0.5em;
    }


    /* stile menu aperto */
    .ListaMenuMobile a[aria-current="page"] {
        border-bottom: 1px solid white;
        padding-bottom: 0.1em !important;
        margin-bottom: 0.2em !important;
    }


    /* BOTTONE ACCEDI LOGHIN */

    .AccediLoghin {
        margin-top: 1em !important;
        display: inline-block !important;
        color: var(--Rosso1) !important;
        background: white !important;
        width: fit-content !important;
        padding: 0.2em 0.7em !important;
        margin-right: 0.8em !important;
    }


    /* SLIDER HOME PAGE TUTTE */

    .HomePageSlider .SfondoHomeSlider {
        width: 100%;
        height: 80vh;
        aspect-ratio: unset
    }

    .carousel-caption.ContenutoSlider {
        width: 100%;
        height: 200px;
        clip-path: unset; 
        padding: 2em 3em;
    }
        .HomePageSlider .SfondoHomeSlider a {
            position: unset;
            margin-bottom: 2.5em;
            display: inline-block;
            width: 100%;
        }

        .carousel-indicators.button {
            bottom: 1.1em;
            left: 2.8em !important;
        }

        .HomePageSlider .carousel-control-next, 
        .HomePageSlider .carousel-control-prev {
            top: 85% !important;
        }

        .carousel-control-next-icon, .carousel-control-prev-icon {
            display: inline-block;
            width: 1.6rem;
            height: 1.6rem;
        }

        .HomePageSlider .VediLeNews {
            right: 2.8em;
            left: unset;
            bottom: 0;
        }

    .Homepage .LogoOpera img {
        display: none;
    }
        .HomePageSlider .SfondoHomeSlider a .DataCatSlider {
            font-size: 1em;
        }
        .HomePageSlider .SfondoHomeSlider a h2 {
            font-size: 1.3em;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            height: auto;
            line-height: 1.2em;
        }
        .HomePageSlider .SfondoHomeSlider a h3 {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            height: auto;
            line-height: 1.2em;
        }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
    }

    .carousel-indicators {
        display: none;
    }


    .GalleriaSlider .carousel-caption.ContenutoSlider {
        height: 100%;
        background: unset;
    }
        .GalleriaSlider .carousel-control-next, 
        .GalleriaSlider .carousel-control-prev {
            top: 50% !important;
        }

        .Opera .GalleriaSlider a.VediLeNews {
            background: var(--Arancio1);
            color: white !important;
            opacity: 1;
            border: 2px solid white !important;
        }
        .Teatro .GalleriaSlider a.VediLeNews {
            background: var(--Blu);
            color: white !important;
            opacity: 1;
            border: 2px solid white !important;
        }
        .Roccia .GalleriaSlider a.VediLeNews {
            background: var(--Verde);
            color: white !important;
            opacity: 1;
            border: 2px solid white !important;
        }
        .Palazzetto .GalleriaSlider a.VediLeNews {
            background: var(--Arancio1);
            color: white !important;
            opacity: 1;
            border: 2px solid white !important;
        }






    /* FOOTER */

    .Footer .ContenitoreFooter {
        flex-direction: column;
        gap: 2em;
        text-align: center;
    }
        .BarreLaterali:before, 
        .BarreLaterali::after {
            display: none;
        }

        .FooterInfo p,
        .FooterInfo a {
            font-size: 0.8em !important;
            line-height: 1.3em;
        }


    /* COMPONENTE INFO */

    .LogoIcona img {
        height: auto;
        width: 100%;
    }




    /* COMPONENTE TITOLOSLIDER/TITOLOTESTO */

    .CaroselloSlider {
        height: AUTO;
    }

    .CaroselloSlider .LogoOpera {
        display: none;
    }

    .ContenitoreTitoloPagina {
        min-height: 72px;
    }

    


    /* STUDENTATI */

    .Studentati .carousel-control-next, 
    .Studentati  .carousel-control-prev {
        top: 50% !important;
    }




    /* MENSE */

    .Mense .carousel-control-next, 
    .Mense .carousel-control-prev {
        top: 50% !important;
    }

    .Mense .carousel-indicators.button {
        bottom: 1.1em;
        left: 1.1em !important;
    }

    


    /* PAGINA RISTORAZIONE ROVERETO */

    .RistorazioneRovereto .carousel-control-next, 
    .RistorazioneRovereto .carousel-control-prev {
        top: 50% !important;
    }

    .RistorazioneRovereto .carousel-indicators.button {
        bottom: 1.1em;
        left: 1.1em !important;
    }

    .RistorazioneRovereto .Editor h2 {
            font-size: 1.2em;
    }




    /* PAGINA GENERICA */

    .Generica .carousel-control-next, 
    .Generica .carousel-control-prev {
        top: 50% !important;
    }

    .Generica .carousel-indicators.button {
        bottom: 1.1em;
        left: 1.1em !important;
    }




    /* PAGINA STRUTTURE SPORTIVE */

    .Strutturesportive .carousel-control-next, 
    .Strutturesportive .carousel-control-prev {
        top: 50% !important;
    }

    .Strutturesportive .carousel-indicators.button {
        bottom: 1.1em;
        left: 1.1em !important;
    }
    
    .Strutturesportive .ContenitoreInfoGenerico {
        min-height: auto; 
    }




    /* AMMINISTRAZIONE TRASPARENTE/APERTA */

    .MenuCategorieCPT {
        padding: 0em 0.9em;
        background: unset;
        margin-bottom: 2em;
    }

    .MenuCategorieCPT .form-select {
        border-radius: 0;
        font-family: "Montserrat", sans-serif !important;
    }

}










@media screen and (max-width: 1200px) {


    /* MENU HOME PAGE CENTRALE */
    
    .Homepage .accordion .accordion-header button, .Homepage .BottoneLink a {
        font-size: 1.2em;
    }
        .Homepage .accordion-header button img, .Homepage .BottoneLink a img {
            height: 45px;
        }

    .Homepage .accordion-button span:after, .Homepage .BottoneLink span:after {
        font-size: 2.5em;
    }

    .Homepage .accordion-collapse .accordion-body {
        padding: 1.2em 1em 1em 2.9em;
    }




    /* PAGINA ACCEDI */

    body.user-registration-page #user-registration:not(.user-registration-MyAccount), 
    body.user-registration-page .user-registration:not(.user-registration-MyAccount) {
        max-width: unset !important;
        margin: unset !important;
    }




    /* COMPONENTE INFO/GENERICO */

    .Generica .Margin4 {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .Generica .Margin3Sotto {
        margin-bottom: 2em;
    }

    #InfoTicket {
        margin-bottom: 0;
    }

    .ContenitoreTestoColonne {
        margin-top: -2em;
    }




    /* PAGINA STAFF - ORGANIZZAZIONE - COLLEGIO DEI REVISORI DEI CONTI */

    .Organizzazine .BloccoSettore:first-of-type .NomeSettore {
        font-size: 1.2em
    }

    .Organizzazine .BloccoSettore h2.NomeSettore {
        font-size: 1em;
    }




    /* COOKIE */

    .cky-consent-bar {
        min-height: 300px;
        padding: 2em 8em !important;
    }

}










@media screen and (max-width: 992px) {

    .header .LogoHeder img {
        margin-left: 0em;
        height: 3em;
    }




    /* MENU BURGHER */

    button.navbar-toggler {
        position: absolute;
        top: 1.6em;
        padding: 0;
    }

    .header .LoghiSocialHeader {
        margin-right: 0;
    }





    /* COMPONENTE INFO */

    .LogoIcona img {
        height: 100%;
        width: 100%;
    }

    #InfoInfo.ContenitoreInfo .TestoInfo img {
        height: 79px;
        width: auto;
    }





    /* PAGINA STUDENTATI */

    .SezioneReferenti .ContenitoreDatiReferente a {
        word-break: break-all;
    }




    /* PAGINA TARIFFE E PAGAMENTI */

    .ContenitoreIconaTestoLink div:first-child a:nth-child(1)  {
        margin-bottom: 2em;
    }





    /* PALAZZETTO */

    .Palazzetto .TestoMenuHomePage {
        column-count: 1;
    }





    /* TEATRO */

    .Teatro .TestoMenuHomePage {
        column-count: 1;
    }





    /* PALESTRA-ROCCIA */

    .Roccia .TestoMenuHomePage {
        column-count: 1;
    }





    /* PAGINA MENSE */

    .ArchiveMense .CardArchive h2 {
        min-height: 72px;
    }





    /*PAGINA OPERA MAP*/

    .operaMapLegend {
        gap: 20px;
        justify-content: space-between;
    }
        .operaMapLegend div {
            flex: 1;
            border:unset;
        }
            .operaMapLegend__item img {
                height: 35px;
            }
            .operaMapLegend__item span {
                font-size: 0.9em;
            }
    



        
    /* PALESTRA ROCCIA */

    .ContenitoreDatiListino img {
        width: 100%;
    }

    .Roccia .Editor h2 {
        font-size: 1.4em;
    }

    .Roccia .Editor h3 {
        font-size: 1em;
    }





    /* COOKIE */

    .cky-consent-bar {
        padding: 2em 3em !important;
    }

    .cky-consent-bar {
        min-height: auto;
    }

    .cky-notice-group {
        flex-direction: column;
        gap: 2em !important;
    }

}










@media screen and (max-width: 768px) {

    /* GENERICA */

    .CardArchive h2 {
        min-height: 71px;
    }

    



    /* MENU HOME PAGE */

    .Homepage .accordion .accordion-header button, .Homepage .BottoneLink a {
        font-size: 1em;
    }


    /* MENU CENTRALE HOME PAGE */

     .Homepage .accordion-collapse .accordion-body {
        padding: 1.2em 1em 1em 1.5em;
    }





    /* COMPONENTE TITOLOTESTO */

    .ContenitoreTitoloPagina h1 {
        font-size: 1.5em;
    }





    /* COMPONENTE GENERICO */

    .Generica #carouselExampleCaptions .carousel-item .Background {
        height: 430px !important;
    }

    .Generica .ContenitoreInfo a img {
        height: 79px;
        width: auto;
    } 





    /* PAGINA OPERA-MAP */

    div#operaMap {
        height: 504px;
    }
        

    


    /* PAGINA ALLOGGI */

    .Alloggi div#InfoTicket {
        margin-bottom: 0;
    }





    /* PAGINE STUDENTATI */

    .SezioneSlider .Background {
        height: 430px;
    }

    .SezioneDescrizione .Editor p {
        font-size: 1.1em;
    }





    /* PAGINA MENU */

    .Menu .ContTitoloMenu h2:nth-child(1) {
        font-size: 1.2em;
    }
    .Menu .ContTitoloMenu h2:nth-child(2) {
        font-size: 1.5em;
    }

    .Menu .ContTitoloMenu {
        width: 100%;
    }

    .Menu .BloccoInfo p {
        width: 100%;
    }





    /* PAGINA BANDI */

    .BandiborseFiltri {
        flex-direction: column;
        align-items: start;
        padding: 1em 1em 1em 1em;
    }
        .ArchiveBandiborse .ContenitoreArticolo h2 {
            font-size: 1.08em;
            height: 39px;
        }

        select#bb-stato {
            margin-left: 3em;
        }
        select#bb-cat {
            margin-left: 0.5em;
            width: 100%;
        }
        .Filtra {
            position: absolute;
            right: 2em;
            bottom: 1em;
        }





    /* PAGINA MENSE */

    .ArchiveMense .CardArchive h2 {
        min-height: AUTO;
    }





    /* SINGOLO EVENTO */

    .SingoloEvento .Descrizione p {
        word-break: break-all;
    }





    /* PAGINA ORIENTAMENTO */

    .VideoYoutube iframe {
        min-height: 380px;
    }





    /* OPERA MAPS */

    .operaMapLegend div {
        flex: 48%;
    }
    .operaMapLegend:last-child {
        flex: 100%;
    }
        .operaMapLegend > div:last-child span {
            width: 100%;
            text-align: center;
        }


    


    /* PAGINA CALENDARIO */

    .custom-calendar-table td span {
        font-size: 1em;
        margin-bottom: 0.2em;
    }

    .custom-calendar-table thead tr th {
        font-size: 1em;
    }

    .custom-calendar-table td {
        height: 55px;
    }

    .custom-calendar-table td {
        padding: 7px !important;
    }

    /* popup evento */
    .cal-modal-content #cal-modal-title {
        font-size: 1.5em;
    }
        .modal-event-item .DescrizioneEvento h3 {
            font-size: 1em;
        }
    

    


    /* TEATRO */

    .SalaProvaTeatro .Editor h2 {
        font-size: 1.3em;
    }

    .gallery-grid li {
        width: calc(50.333% - 10px);
        margin-bottom: 0.2em;
    }





    /* PALESTRA ROCCIA */

    .ContenitoreIframe iframe {
        min-height: 400px;
    }

    .Roccia .contenitore-mappa iframe {
        width: 100%;
        height: 370px;
    }





    /* PAGINA TICKET */

    .Ticket.Opera .wpsc-search .search-field {
        width: 100%;
    }
    .wpsc-filter-item {
        width: 100%;
        max-width: unset;
        margin-bottom: 1em;
    }
        #wpsc-container .wpsc-filter-item label {
            margin-bottom: 0.5em !important;
        }

        .wpsc-ticket-pagination-footer span.wpsc-pagination-txt {
            text-align: center;
        }

        .wpsc-humbargar-close {
            justify-content: end;
        }
            .box-inner .wpsc-humbargar-menu-item:hover, 
            .box-inner .wpsc-humbargar-menu-item.active, 
            .box-inner .wpsc-setting-nav:hover, 
            .box-inner .wpsc-setting-nav.active {
                background-color: var(--Rosso1) !important;
                border-radius: 0;
            }

            .wpsc-up-email {
                font-size: 12px;
            }





    /* AMMINISTRAZIONE TRASPARENTE/APERTA */

    .ArchiveAmmTrasparente h1, 
    .TaxonomyAmmTrasparente h1,
    .ArchiveAmmAperta h1, 
    .TaxonomyAmmAperta h1 {
        font-size: 1.3em;
    }





    /* FOOTER */

    .footer .Padding3 {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .Footer .EntiFooter {
        gap: 15px;
    }
        .Footer .EntiFooter img {
            height: 40px;
        }

}










@media screen and (max-width: 576px) {

    /* GENERICA */

    .TabellaSfondoGrigio h2 {
        font-size: 1.1em;
    }
         tbody tr:first-child td {
            font-weight: 600;
            font-size: 0.9em;
        }
        .Editor table td {
            padding: 0.9em !important;
            border-bottom: 1px solid var(--Grigio4);
            font-size: 0.8em;
        }





    /* PAGINA ACCEDI */

    .Accedi .TitoloRosso {
        font-size: 2.5em !important;
    }
    .Accedi .TestoRegistrazione {
        font-size: 1.1em;
    }
    




    /* SLIDER HOME PAGE TUTTE */

   .HomePageSlider .SfondoHomeSlider {
        aspect-ratio: 1.7 / 2;
    }

    .HomePageSlider .ArticoliSlider .carousel-control-next, 
    .HomePageSlider .ArticoliSlider .carousel-control-prev {
        top: 86% !important;
    }





    /* MENU HOME PAGE */

    .Homepage .row .MenuCentraleHome:nth-last-child(-n+2),           
    .Homepage .row .MenuCentraleHome:nth-last-child(-n+2) .accordion-collapse,
    .Homepage .row .MenuCentraleHome:nth-last-child(-n+2) .accordion-header button {
        margin-bottom: 1em !important;
    }
    .Homepage .row .MenuCentraleHome:nth-last-child(-n+2) .accordion-header .accordion-button {
        margin-bottom: 0em !important;
    }





    /* MENU BOORGHER */
    
    .offcanvas-body {
        padding: 0em 0em;
    }

    .NavMobile > ul > li > ul.sub-menu > li > ul.sub-menu {
        margin-left: 0.5em;
    }



    

    /* PAGINA FAQ */

    .Faq .accordion-button {
        font-size: 0.56em;
        padding: 0.9em 0.7em;
        gap: 0.3em !important;
    }
        .accordion-button::after {
            flex-shrink: 0;
            width: 0.95rem;
            height: 0.95rem;
        }

        .Faq .accordion-body {
            padding: 0em 1.2em 1em 1.1em;
        }
            .Faq .accordion-body p {
                line-height: 1.2em;
            }





    /* PAGINA CHECK IN CHECK OUT */

    .ControlloAlloggi .TitoloGuida, .CheckInCheckOut .TitoloGuida {
        font-size: 1.2em;
    }





    /* PAGINA OPERA-MAP */

    div#operaMap {
        height: 400px;
    }





    /* COMPONENTE GENERICA */

    .BloccoCard .BloccoInterno {
        padding: 2.2em 1em;
    }

    .BloccoCard.ContenitoreInfo.Margin3Sotto {
        margin-bottom: 0;
    }

    .Generica #carouselExampleCaptions .carousel-item .Background {
        height: 350px !important;
    }





    /* PAGINE STUDENTATI */

    .SezioneSlider .Background {
        height: 350px;
    }





    /* PAGINA APPATAMENTO */

    .Appartamenti .Postiletto, 
    .Appartamenti .LineaBus {
        display: block;
    }
        .Appartamenti .Postiletto {
            margin-bottom: 2.7em;
            margin-top: 0.6em;
        }





    /* PAGINA TARIFFE E PAGAMENTI */

    .ContenitoreIconaTestoLink a {
        flex-direction: column;
    }





    /* riga testo a due colonne */

    .ContenitoreTestoColonne {
        column-count: 1;
    }





    /* PAGINA BANDI */

    .Filtra {
        position: unset;
        margin-left: auto;
    }

    .BandiborseFiltri {
        width: 100%;
    }
        form.BandiborseFiltri div {
            width: 100%;
        }
        select#bb-stato {
            width: 100%;
        }





    /* PAGINA CALENDARIO */

    .custom-calendar-container h3 {
        font-size: 1.3em;
    }

    .custom-calendar-table {
        border-spacing: 4px;
    }
        .custom-calendar-table td {
            height: 44px;
            padding: 4px !important;
        }
            .custom-calendar-table td span {
                font-size: 0.9em;
                margin-bottom: 0.2em;
            }
                .custom-calendar-table thead tr th {
                    font-size: 0.8em;
                    padding: 0em 0em 0.3em 0em;
                }

        /* popup eventi */
        .modal-event-item {
            flex-wrap: wrap;
        }
        .modal-event-item img {
            display: none;
        }
        .modal-event-item .DescrizioneEvento {
            flex: 0 0 100%;
            max-width: 100%;
            box-sizing: border-box;;
        }
        .modal-event-item a {
            flex: 0 0 100%;
            max-width: 100%;
            margin: 0;
            font-size: 1em !important;
            padding: 10px
        }
    




    /* SINGOLO EVENTO */

    .SingoloEvento .TitoloSingoloEvento h1 {
        font-size: 1.2em;
    }





    /* FOOTER */

    .EntiFooter a {
        /*flex: 0 0 calc(50% - 0.8em); 
        max-width: calc(50% - 0.8em);*/
    }





    /* TEATRO */

    .gallery-grid li {
        width: calc(100.333% - 10px);
    }

    .ContattiTeatro .Editor h2 {
        width: 100%;
    }





    /* COOKIE */

    .cky-consent-bar {
        padding: 1.5em 0em !important
    }





    /* CERCA */

    .search-popup-inner input[type="text"] {
        width: 100%;
    }

    .search-popup-inner input[type="submit"] {
        margin-top: 1em;
        width: 100%;
    }

}










@media screen and (max-width: 450px) {

    /* GENERICA */

    .CardArchive h2 {
        min-height: auto;
    }
    




    /* SLIDER HOME PAGE TUTTE */

    .HomePageSlider .carousel-caption.ContenutoSlider {
        padding: 2em 3em;
        height: 215px;
    }

    .HomePageSlider .SfondoHomeSlider {
        width: 100%;
        height: 70vh;
    }

    .HomePageSlider .VediLeNews {
        font-size: 0.9em;
    }

    .carousel-caption.ContenutoSlider {
        padding: 0.8em 2.5em;
        min-height: 180px;
    }

    .HomePageSlider .ArticoliSlider .carousel-control-next, 
    .HomePageSlider .ArticoliSlider .carousel-control-prev {
        top: 82% !important;
    }
        




    /* COMPONENTE TITOLOTESTO */

    .ContenitoreTitoloPagina h1 {
        font-size: 1.3em;
    }





    /* PAGINE STUDENTATI */

    .SezioneSlider .Background {
        height: 260px;
    }

    .SezioneCheckbox .ContServizio {
        padding: 3.9em 0em 1em 0em;
    }

    



    /* PAGINA OPERA-MAP */

    div#operaMap {
        height: 350px;
    }





    /* FOOTER */

    .EntiFooter a {
        flex: 0 0 calc(100% - 0.8em); 
        max-width: calc(100% - 0.8em);
    }





    /* COMPONENTE INFO */

    .ContenitoreInfo h3 {
        font-size: 1.2em;
    }

    .LogoIcona img {
        height: 100%;
        width: 100%;
    }

    #InfoInfo.ContenitoreInfo .TestoInfo img {
        height: 100%;
        width: 100%;
    }

    #InfoTicket a p {
        font-size: 0.8em;
    }

    #InfoTicket img {
        height: 57px;
    }





    /* COMPONENTE GENERICA */

    .Generica #carouselExampleCaptions .carousel-item .Background {
        height: 260px !important;
    }





    /* PAGINA ORIENTAMENTO */

    .VideoYoutube iframe {
        height: 265px;
        min-height: auto;
    }

}