/*
Theme Name: Infinito
Author: LJ
*/

html {
    width: 100%;
    height: auto;
    font-size: 17px;
}

body {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

:focus {
    outline: 0;
}

.container {
    width: 1440px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.flex_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

h1 {
    font-size: 3rem;
    letter-spacing: 1px;
    font-family: 'Rajdhani', sans-serif;
}

h2 {
    font-size: 2rem;
    letter-spacing: 3px;
    font-family: 'Rajdhani', sans-serif;
}

h3 {
    font-size: 2rem;
    letter-spacing: 1px;
    font-family: 'Rajdhani', sans-serif;
}

h4 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-top: 0;
    font-family: 'Rajdhani', sans-serif;
}

p, span {
    font-size: 1rem;
    line-height: 1.7rem;
    font-family: 'Overpass Mono', monospace;
}

/*RULES FOR HOME*/

#banner_home {
    width: 100%;
    height: 100vh;
    /*background-image: url('image/banner-home.jpg');*/
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    /*padding-top: 150px;*/
}
#banner_home video{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}
#banner_home .container {
    height: 100%;
}

.title_banner {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 1;
}

.title_banner svg {
    width: 300px;
}

.title_banner svg .st1 {
    fill: #ffff;
}

.title_banner h1 {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
}

.title_banner h2 {
    color: #8E0700;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.section_caption {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 50px 0;
}

.section_content {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
}

.section_content .flex_container {
    height: 100%;
    justify-content: flex-start;
}

.title_left, .text_right {
    width: 50%;
    height: auto;
}

.title_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.title_left .first {
    margin-top: 0;
    text-transform: uppercase;
}

.title_left .second {
    text-transform: uppercase;
    margin-top: 10px;
}

.title_left img {
    width: 200px;
}

.text_right h3 {
    text-transform: uppercase;
    color: #8E0700;
    margin: 0;
    font-weight: 500;
}

.text_right p {
    color: #808080;
}

.section_image {
    width: 100%;
    height: 610px;
    background-image: url('image/foto-gruppo.jpg');
    
    background-image: url('/wp-content/uploads/2025/05/infinito_banner_2025.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

#produzioni {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

#produzioni .flex_container {
    justify-content: flex-start;
    padding-bottom: 40px;
}

.title_produzioni {
    width: 20%;
    height: auto;
}

.title_produzioni h2 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

.title_produzioni p {
    margin-top: 0;
    font-size: 2rem;
    color: #8E0700;
    font-weight: 400;
}

.produzioni_content {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
}

.flex_item_production {
    flex: 0 21%;
    height: auto;
    margin: 1% 2%;
    cursor: pointer;
    position: relative;
}

.flex_item_production a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.overlay_production {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background: #828282;
}

.flex_image_production {
    width: 100%;
    height: 400px;
    background: #e6e6e6;
    position: relative;
}

.flex_image_production img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.flex_title_production {
    width: 100%;
    height: auto;
}

.flex_title_production h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.actor_name {
    color: #828282;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
}

.flex_item_production:hover .flex_title_production h3 {
    color: #8E0700;
    text-decoration: underline;
}

.flex_item_production:hover .overlay_production {
    opacity: 0.5;
}

.arrow_container {
    position: relative;
    z-index: 3;
}

#loading {
    width: 150px;
    margin: 0 auto;
    display: none;
}

.load_button {
    text-align: center;
    display: block;
}

.load_button a {
    padding: 10px 20px;
    color: #bc0400;
    border: 1px solid #bc0400;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.no_show_more {
    text-align: center;
    color: #bc0400;
    text-transform: uppercase;
    display: none;
}

.load_button a:hover {
    color: #fff;
    background: #bc0400;
    cursor: pointer;
}

#produzioni_passate {
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 50px;
}

#produzioni_passate h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.5rem;
}

.past_production_container {
    line-height: 50px;
    column-count: 5;
    column-gap: 20px;
    position: relative;
    z-index: 1;
}

.past_production_container img {
    width: 100%;
    height: auto;
    display: inline-block;
    object-fit: cover;
    cursor: pointer;
}

#loading_produzioni_passate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    display: none;
    opacity: 0;
    z-index: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

/*RULES FOR CAROUSEL*/

.carousel_container {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0, 0, 0, 0.7);
    /* transition: 0.3s;
    -webkit-transition: 0.3s; */
}

.carousel_container_active {
    top: 0;
    z-index: 8;
}

.carousel_invisible {
    display: none !important;
}

.carousel_closure {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 4px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    z-index: 9999; 
}

.carousel_closure i {
    position: absolute;
    color: #fff;
    top: 7px;
    left: 11px;
    font-size: 1.5rem;
}

.owl-carousel {
    position: relative;
    top: 0;
}

.owl-nav {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 50%;
}

.owl-nav span {
    font-size: 4rem;
}

.owl-prev {
    position: absolute;
    left: 40px;
    color: #fff !important;
}

.owl-prev span {
    font-size: 4rem;
}

.owl-next {
    position: absolute;
    right: 40px;
    color: #fff !important;
}

.item {
    width: 1440px;
    height: 650px;
    margin: 0 auto;
    position: relative;
    top: 40px;
    left: 0;
}

.item img {
    width: 100%;
    height: 90%;
    object-fit: contain;
}

/*RULES FOR SINGLE PRODUCTION*/

#single_production_container {
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
}

#single_production_container h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
}

.intro_production {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 50px;
}

.intro_description {
    width: 50%;
    height: auto;
}

.intro_description {
    text-align: center;
}

.intro_description h1 {
    color: #8E0700;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 3rem;
}

.intro_description p {
    padding: 0 100px;
    color: #828282;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5rem;
}

.foto_intro {
    width: 50%;
    height: 500px;
}

.foto_intro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.text_production {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding-top: 50px;
}

.text_production_left, .text_production_right {
    width: 50%;
    height: auto;
}

.text_production_left p {
    color: #828282;
    font-weight: 500;
    padding-right: 70px;
}

.text_production_left p:first-of-type {
    margin-top: 0;
}

.text_production_left img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.text_production_left iframe {
    width: 100%;
    height: 400px;
}

.text_production_left a {
    color: #828282;
}

.text_production_left h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.8rem;
}

.press_kit {
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
}

.press_kit a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.press_kit a:hover {
    color: #bc0400;
}

.press_kit p {
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

#single_arrow {
    width: 380px;
    height: 60px;
    margin: 0 auto;
}

.info_production {
    width: 100%;
    height: auto;
}

.info_production_content {
    width: calc(100% - 100px);
    height: auto;
    margin: 0 auto;
    text-align: left;
}

.info_production_content a {
    color: #828282;
    text-transform: capitalize;
    font-family: 'Overpass Mono', monospace;
}

.info_production_content .info_type {
    color: #bc0400;
    text-transform: uppercase;
    font-weight: 600;
    display: inline;
    line-height: 2.5rem;
}
.info_production_content .tournee {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline;
    line-height: 2.5rem;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #bc0400;
}

.info_production_content span {
    color: #828282;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.info_contact_production {
    width: 100%;
    height: auto;
    text-align: left;
}

/*RULES FOR AMMINISTRAZIONE*/

#amministrazione_container {
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
}

#amministrazione_container h3 {
    margin-bottom: 15px;
}

#amministrazione_container h3, #amministrazione_container h4 {
    color:#8E0700;
}

#amministrazione_container .container .flex_container {
    flex-direction: column;
}

#amministrazione_container h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

.amministrazione_right {
    width: 1280px;
    margin: 0 auto;
}
.amministrazione_right li{
    text-align: left;
}
.amministrazione_right a.biglietti{
    color: #8E0700;
}

.amministrazione_left {
    padding-top: 160px;
    display: none;
}

.amministrazione_right {
    text-align: center;
}

.amministrazione_right h2 {
    text-transform: uppercase;
    color: #8E0700;
    font-weight: 500;
    font-size: 2.5rem;
}

.amministrazione_right p {
    color: #828282;
    font-weight: 500;
    padding: 0 50px;
}

.amministrazione_left h3 {
    text-align: center;
    color: #8E0700;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0 70px;
}

.amministrazione_left h4 {
    text-align: left;
    color: #bc0400;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.amministrazione_left ul {
    padding-left: 20px;
}

.amministrazione_right ul li, .amministrazione_right ol li, .amministrazione_left ul li, .amministrazione_left ol li  {
    font-size: 1rem;
    list-style-position: outside;
    padding-right: 50px;
    color: #828282;
    font-family: 'Overpass Mono', monospace;
    padding: 10px;
}

.amministrazione_right ul li a, .amministrazione_right ol li a, .amministrazione_left ul li a, .amministrazione_left ol li a {
    color: #828282;
}

.strong_min {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
}

@media screen and (max-width: 1440px) {

    .container {
        width: 1280px;
    }

    /*RULES FOR HOME*/

    .section_content {
        width: 1024px;
    }

    .title_left {
        width: 40%;
    }

    .text_right {
        width: 60%;
    }

    .title_produzioni {
        width: 25%;
    }

    .produzioni_content {
        width: 75%;
    }

    .flex_image_production {
        height: 350px;
    }

    .flex_title_production h3 {
        font-size: 1.3rem;
    }

    .past_production_container {
        column-count: 4;
    }

    /*RULES FOR CAROUSEL*/
    
    .item {
        width: 1280px;
    }

    /*RULES FOR SINGLE PRODUCTION*/

    .intro_description p {
        padding: 0 50px;
    }
    
    .text_production_left p {
        padding-right: 30px;
    }

}

@media screen and (max-width: 1366px) {

    /*RULES FOR HOME*/

    #banner_home, .section_image {
        background-attachment: scroll;
    }
    
}

@media screen and (max-width: 1280px) {

    .container {
        width: 1024px;
    }

    /*RULES FOR HOME*/

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

    .section_image {
        height: 500px;
        background-position-y: -300px;
    }

    #produzioni .flex_container {
        flex-direction: column;
    }

    .title_produzioni {
        width: 100%;
        order: 1;
        -webkit-order: 1;
        text-align: center;
    }

    .produzioni_content {
        width: 100%;
        order: 2;
        -webkit-order: 2;
    }

    /*RULES FOR CAROUSEL*/

    .item {
        width: 1024px;
    }

    /*RULES FOR SINGLE PRODUCTION*/

    .intro_description p {
        padding: 0 20px;
    }
    
    .info_production_content {
        width: calc(100% - 50px);
    }

    /*RULES FOR AMMINISTRAZIONE*/

    .amministrazione_right {
        width: 1024px;
    }

    .amministrazione_right p {
        padding: 0;
    }

}

@media screen and (max-width: 1024px) {

    .container {
        width: calc(100% - 100px)
    }

    /*RULES FOR HOME*/

    .title_banner {
        top: 40px;
    }

    .title_banner h1 {
        margin-top: 0;
    }
    
    .section_content {
        height: auto;
    }

    .section_content .flex_container {
        height: auto;
        flex-direction: column;
        justify-content: center;
    }

    .section_image {
        background-position-y: unset;
        background-position: center;
    }

    .title_left {
        width: 100%;
        align-items: center;
        margin-bottom: 40px;
    }

    .text_right {
        width: calc(100% - 100px);
        height: auto;
        margin: 0 auto;
        text-align: center;
        order: 1;
        -webkit-order: 1;
    }

    .text_right p {
        padding: 0 20px;
    }

    .image_left {
        width: 480px;
        height: 400px;
        margin: 0 auto;
        padding-top: 30px;
        order: 2;
        -webkit-order: 2;
    }

    .image_content {
        width: 100%;
    }

    .flex_item_production {
        flex: 0 31%;
        margin: 1%;
    }

    /*RULES FOR CAROUSEL*/

    .item {
        width: calc(100% - 100px);
        height: 1000px;
    }

    /*RULES FOR SINGLE PRODUCTION*/

    #single_production_container {
        padding-top: 0;
    }
    
    .intro_production {
        flex-direction: column;
        padding-top: 30px;
    }

    .intro_description {
        width: calc(100% - 200px);
        margin: 0 auto;
        order: 1;
        -webkit-order: 1;
    }

    .intro_description h1 {
        margin-top: 0;
    }

    .foto_intro {
        width: 100%;
        padding: 30px 0;
        order: 2;
        -webkit-order: 2;
    }

    .text_production {
        flex-direction: column;
        padding-top: 20px;
    }

    .text_production_left {
        width: 100%;
        order: 2;
        -webkit-order: 2;
        padding-top: 30px;
    }

    .text_production_right {
        width: 100%;
        order: 1;
        -webkit-order: 1;
    }

    .info_production_content {
        width: 100%;
    }

    .past_production_container {
        column-count: 3;
        column-gap: 10px;
    }

    /*RULES FOR AMMINISTRAZIONE*/

    #amministrazione_container {
        padding-top: 0;
    }
    
    #amministrazione_container .flex_container {
        flex-direction: column;
    }

    .amministrazione_left {
        padding-top: 0;
        width: 100%;
        order: 2;
        -webkit-order: 2;
        text-align: center;
        padding-bottom: 50px;
    }

    .amministrazione_left h4 {
        text-align: center;
    }

    .amministrazione_left ul {
        list-style: none;
        padding-left: 0;
    }

    .amministrazione_left ul li {
        padding-right: 0;
        padding-left: 0;
    }

    .amministrazione_right {
        width: 100%;
        order: 1;
        -webkit-order: 1;
    }

    .amministrazione_right h2 {
        display: none;
    }

}

@media screen and (max-width: 834px) {

    /*RULES FOR HOME*/

    .flex_item_production {
        flex: 0 48%;
        margin: 1%;
    }

    /*RULES FOR CAROUSEL*/

    .item {
        height: 750px;
    }

}

@media screen and (max-width: 768px) {

    /*RULES FOR HOME*/

    .text_right p {
        padding: 0;
    }

    .title_left img {
        width: 150px;
    }

    /*RULES FOR SINGLE PRODUCTION*/

    .intro_description {
        width: 100%;
    }

}

@media screen and (max-width: 600px) {

    .container {
        width: calc(100% - 50px);
    }

    /*RULES FOR HOME*/

    .section_content {
        width: calc(100% - 50px);
    }

    .text_right {
        width: 100%;
    }

    .image_left {
        width: 350px;
        height: 350px;
    }

    .section_image {
        height: 350px;
    }

    .flex_item_production {
        flex: 0 80%;
        margin: 2% auto;
        display: flex;
        flex-direction: column;
    }

    .flex_image_production {
        flex: 0 30%;
    }

    .past_production_container {
        column-count: 2;
    }

    /*RULES FOR SINGLE PRODUCTION*/

    .foto_intro {
        height: 400px;
    }

    .text_production_left p {
        padding-right: 0;
    }

    /*RULES FOR CAROUSEL*/

    .item {
        height: 600px;
    }

}

@media screen and (max-width: 414px) {

    html {
        font-size: 15px;
    }

    h1 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    ul, ol {
        padding-left: 15px;
    }

    /*RULES FOR HOME*/

    .title_banner {
        width: 100%;
        top: 100px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .title_banner svg {
        width: 200px;
    }

    .title_banner h2 {
        font-size: 1.6rem;
    }

    .image_left {
        width: 300px;
        height: 300px;
    }

    .section_image {
        height: 250px;
    }

    .title_produzioni h2 {
        font-size: 2.5rem;
    }

    .flex_image_production {
        height: 250px;
    }

    .flex_title_production {
        text-align: center;
    }
    
    .arrow_container {
        height: 50px;
    }

    .carousel_closure i {
        top: 9px;
        left: 12px;
    }

    /*RULES FOR CAROUSEL*/

    .item {
        top: 0;
        height: 450px;
    }

    .owl-nav {
        display: none;
    }

    .carousel_closure {
        top: 15px;
        right: 25px;
    }

    /*RULES FOR SINGLE PRODUCTION*/

    #single_production_container {
        padding-top: 60px;
    }

    .intro_description h1 {
        font-size: 2rem;
    }

    .intro_description p {
        padding: 0;
    }

    .text_production_left iframe {
        height: 300px;
    }

    .foto_intro {
        height: 200px;
    }

    .press_kit p {
        font-size: 1.5rem; 
    }

    /*RULES FOR AMMINISTRAZIONE*/

    #amministrazione_container {
        padding-top: 60px;
    }

    .amministrazione_left h3 {
        padding: 0;
    }

    .amministrazione_left ul li {
        line-height: 1.5rem;
    }

}

@media screen and (max-width: 360px) {
    
    /*RULES FOR HOME*/

    .title_banner h2 {
        font-size: 1.5rem;
    }
    
    .image_left {
        width: 100%;
        height: 310px;
    }

    /*RULES FOR SINGLE PRODUCTION*/

    .press_kit p {
        font-size: 1.3rem;
    }

    #single_arrow {
        width: 290px;
    }

}

@media screen and (max-width: 320px) {

    /*RULES FOR HOME*/

    .image_left {
        width: 100%;
        height: 270px;
    }

    /*RULES FOR CAROUSEL*/

    .item {
        height: 350px;
    }

    .carousel_closure {
        top: 15px;
        right: 25px;
    }

}
