@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
        max-width: 1520px;
    }
    

	/*--- HEADER */
    
    
    /*--- STILI GENERALI */
    

    
}

@media screen and (max-width: 1599px) {
    /*--- HEADER */
    
    
    /*--- STILI GENERALI */
    

    /*--- PRODUZIONE (SINGLE) */
    .production-header-page .meta {
        width: 60%;
    }
}

@media screen and (max-width: 1499px) {
    html { font-size: 16px; }
    
    
	/*--- HEADER */
    
    
    /*--- STILI GENERALI */
    

    /*--- PRODUZIONE (SINGLE) */
    
}

@media screen and (max-width: 1299px) {
    html { font-size: 15px; }
    
    
	/*--- HEADER */
    
    
    /*--- STILI GENERALI */
	

    /*--- PRODUZIONE (SINGLE) */
    .production-single-page .poster-preview {
		max-width: 100%;
	}
}

@media screen and (max-width: 1199px) {
    html { font-size: 16px; }
    
    body.menu-responsive {
        overflow: hidden;
    }
    .overlay-bg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 9999;
        opacity: 1;
        transition: opacity 800ms;
    }
    .overlay-bg.inactive {
        opacity: 0;
        pointer-events: none;
    }


	/*--- HEADER */
    header.primary .hamburger {
        display: block;
    }


    /*--- MENU RESPONSIVE */
	nav.nav-responsive {
		min-width: 50%;
	}
	nav.nav-responsive.expanded {
		transform: translateY(0%);
		transition: all 600ms;
		opacity: 1;
	}
	
    
    /*--- STILI GENERALI */
    

    /*--- PRODUZIONE (SINGLE) */
    .production-header-page .meta {
        width: 80%;
    }
    .production-single-page .content-meta-customs {
        column-count: 1;
    }
    .production-single-page .content-meta-customs.content-meta-customs-columns {
        column-count: 1;
    }
}

@media screen and (max-width: 991px) {
    html {  }
    
    
	/*--- HEADER */
    
    
    /*--- STILI GENERALI */
    

    /*--- PRODUZIONE (SINGLE) */
    .production-single-page .column-left {
        padding-right: 0;
    }
    .production-header-page section.bottom {
        padding: 2rem 0 2rem 0;
    }
    .production-header-page section.bottom .content-title-and-cat {
        margin-left: 0;
    }
    .production-header-page .meta {
        display: none;
    }
    .production-header-page .meta::after {
        content: none;
    }
    .production-single-page .block-meta .title {
        margin-bottom: 0.5rem;
    }
    .production-single-page .block-meta.block-meta-big {
        text-transform: uppercase;
    }
	.production-single-page .block-meta.block-meta-important {
		margin-bottom: 2rem;
	}
	.production-single-page .popup-director-notes {
        display: none;
    }
    .production-single-page .block-meta.meta-cast-1.block-meta-important {
        margin-bottom: 1rem;
    }
    .production-single-page .block-meta.meta-cast-2 .title {
        display: none;
    }

	
	/*--- FOOTER */
	footer.layout-row .left-column {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 767px) {
    html {  }
    
    
	/*--- HEADER */
    
    
    /*--- STILI GENERALI */
    #home-slider {
        height: 45vh;
    }


    /*--- PRODUZIONE (SINGLE) */
    .production-header-page {
        height: 45vh;
    }


    /*--- FOOTER */
    .intro > div::before,
    .intro > div::after {
        content: none;
    }
}

@media screen and (max-width: 575px) {
    html {  }
    
    /*--- HEADER */
    body.header-is-absolute header.primary {
        position: static;
    }
	header.primary figure.logo {
		width: 170px;
	}
	

     /*--- MENU RESPONSIVE */
	nav.nav-responsive {
		min-width: 100%;
	}

	
    /*--- STILI GENERALI */
    #home-slider .swiper-slide section.meta {
        padding: 2rem 0 2rem;
    }
    #home-slider .swiper-slide section.meta h2 {
        font-size: 2rem;
    }
    #home-slider .swiper-slide section.meta .content-title-and-cat span {
        font-size: 1rem;
    }
    

    /*--- PRODUZIONE (ARCHIVE) */
    .production-archive-page .archive-content > div {
        --bs-gutter-x: 1.5rem;
    }


    /*--- PRODUZIONE (SINGLE) */
    
	
	/*--- FOOTER */
    footer.layout-row figure.logo {
        text-align: center;
        margin: 1rem 0 2rem 0;
    }
	footer.layout-row .left-column {
        margin-bottom: 0;
    }
    footer.layout-row nav.main {
        display: none;
    }
    footer.layout-row ul.own-socials {
        display: none;
    }
    footer.layout-row nav.main ul {
		margin: 0 0 1.5rem 0;
	}
	footer.layout-row nav.main ul li {
        font-size: 1rem;
		text-align: center;
	}
	footer.layout-row ul.own-socials {
		margin: 0 0 1rem 0;
	}
	footer.layout-row ul.own-socials li {
        font-size: 1rem;
		text-align: center;
	}
    footer.layout-row ul.link-and-text {
		margin: 0;
	}
	footer.layout-row ul.link-and-text li {
        font-size: 0.8rem;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	/*--- HEADER */
	header.primary figure.logo {
		width: 130px;
	}
}