/*
Theme Name: Theapartment.it
Author: KMSTUDIO
Version: 1.0
*/

:root {
    --site--primary--font: "Lato", sans-serif;
    --site--secondary--font: "Instrument Sans", sans-serif;
    --site--tertiary--font: "Fraunces", serif;
    --site--first--color: #a00011; /*-- Rosso */
    --site--second--color: #707070; /*-- Grigio chiaro */
}

html { font-size: 17px; }
body {
	background-color: #151515;
	color: #fff;
	font-family: var(--site--primary--font);
	font-weight: 400;
	padding: 0;
	margin: 0;
	line-height: 1.4;
}
body.hidden {
    overflow: hidden;
}


a {
    color: var(--site--first--color);
    text-decoration: none;
    transition: color ease-in-out 350ms,
                background ease-in-out 350ms,
                border ease-in-out 350ms,
                opacity ease-in-out 350ms;
    outline: 0;
}
a:focus {
    outline: 0;
}
hr {
	margin: 3rem 0;
	color: #fff;
	border: none;
	border-top: 1px #fff solid;
	opacity: 0.1;
}

figure {
    margin: 0;
}
svg {
    max-width: 100%;
    height: auto;
}
main {
    min-height: 500px;
}
abbr.error-translation {
	color: #ffdf63;
}


/*--- STILI GENERALI */
[class^="icon-"]::before,
[class*=" icon-"]::before {
	width: auto;
	margin: auto;
}
#home-slider {
    width: 100%;
    height: 95vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.01) 50%, rgba(160, 0, 17, 0.5) 100%);
}
#home-slider .swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}
#home-slider .swiper-slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    z-index: 1;
}
#home-slider .swiper-slide section.meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2rem 0 4rem;
    z-index: 2;
}
#home-slider .swiper-slide section.meta::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, .8) 100%);
    z-index: 0;
}
#home-slider .swiper-slide section.meta a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 5;
}
#home-slider .swiper-slide section.meta .content-title-and-cat span {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 1rem;
    color: var(--site--first--color);
}
#home-slider .swiper-slide section.meta h2 {
    font-family: var(--site--tertiary--font);
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 0.9;
    text-transform: none;
    letter-spacing: -0.1rem;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: auto;
	height: auto;
	margin: 0;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	display: none;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 1rem !important;
	right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 1rem !important;
	left: auto;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	font-family: "theapartment";
    font-size: 1.2rem;
    color: #fff;
    opacity: 0;
    transition: opacity 200ms ease-in-out;
    pointer-events: all;
    text-shadow: 0px 0px 10px #000;
}
.swiper:hover .swiper-button-next::after,
.swiper:hover .swiper-button-prev::after {
    opacity: 0.4;
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
	content: '\e800';
}
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
	content: '\e801';
}
.swiper-button-next:not(.swiper-button-disabled):hover::after,
.swiper-button-prev:not(.swiper-button-disabled):hover::after {
	opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
	top: auto;
	left: 0;
	width: 100%;
    padding: 0 0 0.4rem;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.2rem;
}
.swiper-pagination-bullet {
	width: 0.6rem;
	height: 0.6rem;
	display: inline-block;
    border: 1px solid #fff;
	background-color: transparent;
	opacity: 1;
    transition: background-color 200ms ease-in-out;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
}
.blocks-async {

}
.blocks-async .child-async-hidden {
    height: 0;
    overflow: hidden;
    margin: 0;
    opacity: 0;
    transform: translateY(-25%);
}
.blocks-async :not(.child-async-hidden) {
    transition: all 800ms ease-in-out;
    transform: translateY(0);
    opacity: 1;
}
.iframe_gmaps {
	margin: 0 0 1rem 0;
}
nav.navigation.pagination {
    margin: 7rem 0 0;
}
nav.navigation.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
}
nav.navigation.pagination .nav-links > * {
    padding: 0.3rem 0.6rem;
    border: 1px solid var(--site--first--color);
    margin: 0 0.5rem 0.5rem 0;
    color: var(--site--first--color);
    text-decoration: none;
}
nav.navigation.pagination .nav-links > *.current {
    background-color: var(--site--first--color);
    color: #fff;
}
nav.navigation.pagination .nav-links > *:hover {
    background-color: var(--site--first--color);
    color: #fff;
    text-decoration: none;
}


/*--- HEADER */
header.primary {
    padding: 1rem 0;
    margin: 0 0 1rem 0;
}
body.header-is-absolute header.primary {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
body.header-is-absolute header.primary::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    z-index: -1;
}
header.primary figure.logo {
    width: 200px;
}
header.primary figure.logo span {
    display: block;
	text-align: center;
}
header.primary figure.logo span.top {
	margin-bottom: 0.2rem;
}
header.primary figure.logo span.bottom {
	width: 80%;
	margin: 0 auto;
}
header.primary figure.logo span.bottom svg path {
    fill: #fff;
}
header.primary figure.logo a span svg .theapartment,
header.primary figure.logo a span svg .pictures {
    transition: opacity 200ms ease-in-out;
}
header.primary figure.logo a:hover span svg .theapartment,
header.primary figure.logo a:hover span svg .pictures {
    opacity: .7;
}
header.primary nav.main {
    margin-left: 10rem;
}
header.primary nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header.primary nav.main ul li {
	position: relative;
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0 2rem 0 0;
    padding: 0;
    list-style-type: none;
}
header.primary nav.main ul li a {
    color: #fff;
}
header.primary nav.main ul li.menu-item-has-children a:hover {
	cursor: pointer !important;
}
header.primary nav.main ul li a:hover {
    color: var(--site--first--color);
}
header.primary nav.main ul li:last-child {
    margin-right: 0;
}
header.primary nav.main ul li.only-responsive {
    display: none;
}
header.primary nav.main ul li a:hover:not([href]) {
    color: #fff;
    cursor: default;
}
header.primary nav.main ul li ul.sub-menu {
    opacity: 0;
    position: absolute;
    margin: 0;
    list-style-type: none;
    display: block;
    visibility: hidden;
    transition: opacity 400ms ease-in-out,
                visibility 400ms ease-in-out;
    z-index: 10;
	top: 1.6rem;
	background-color: #151515;
	padding: 0.6rem;
	min-width: 180px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
header.primary nav.main ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
header.primary nav.main ul li ul.sub-menu li {
    color: #000;
    /*white-space: nowrap;*/
    margin: 0 0 0.5rem 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.2;
}
header.primary nav.main ul li ul.sub-menu li:last-child {
    margin-bottom: 0;
}
header.primary nav.main ul li ul.sub-menu li a {
    color: #fff;
    padding: 0;
}
header.primary nav.main ul li ul.sub-menu li a:hover {
    color: var(--site--first--color);
}
header.primary ul.language-switcher {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header.primary ul.language-switcher li {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
}
header.primary ul.language-switcher li::before {
    content: "/";
    margin: 0 0.3rem;
}
header.primary ul.language-switcher li:first-child:before {
    content: "";
}
header.primary ul.language-switcher li a {
    font-weight: 400;
    color: #fff;
}
header.primary ul.language-switcher li a.active {
    font-weight: 500;
    color: var(--site--first--color);
}
header.primary ul.language-switcher li a:hover {
    color: var(--site--first--color);
}
header.primary .hamburger {
    display: none;
    cursor: pointer;
    margin-left: 1rem;
}
header.primary .hamburger span {
	display: block;
	width: 25px;
	height: 3px;
	background-color: var(--site--first--color);
	margin-bottom: 4px;
	transition: transform ease-in-out 400ms,
				background ease-in-out 400ms,
				opacity ease-in-out 400ms;
}
header.primary .hamburger span:last-child {
    margin-bottom: 0;
}
header.primary .hamburger:hover span {
    background-color: #fff;
}


/*--- MENU RESPONSIVE */
nav.nav-responsive {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	background-color: #151515;
	z-index: 9999;
	padding: 0 0.8rem;
	opacity: 0;
	overflow-y: auto;
	transition: all 300ms;
    transform: translateY(-100%);
	right: 0;
}
nav.nav-responsive header {
    margin-top: 1rem;
    margin-bottom: 4rem;
}
nav.nav-responsive header figure.logo {
    width: 200px;
}
nav.nav-responsive header figure.logo span {
    display: block;
	text-align: center;
}
nav.nav-responsive header figure.logo span.top {
	margin-bottom: 0.2rem;
}
nav.nav-responsive header figure.logo span.bottom {
	width: 80%;
	margin: 0 auto;
}
nav.nav-responsive header figure.logo span.bottom svg path {
    fill: #fff;
}
nav.nav-responsive header figure.logo a span svg .theapartment,
nav.nav-responsive header figure.logo a span svg .pictures {
    transition: opacity 200ms ease-in-out;
}
nav.nav-responsive header figure.logo a:hover span svg .theapartment,
nav.nav-responsive header figure.logo a:hover span svg .pictures {
    opacity: .7;
}
nav.nav-responsive header .menu-close {
	
}
nav.nav-responsive header .menu-close span {
	cursor: pointer;
	font-size: 1.8rem;
	transition: background-color 600ms,
				color 600ms,
				transform 500ms cubic-bezier(.67,-0.09,.58,1);
	transform: rotate(0deg);
	display: block;
	color: #fff;
}
nav.nav-responsive header .menu-close span:hover {
	transform: rotate(180deg);
    color: var(--site--first--color);
}
nav.nav-responsive header .menu-close span:before {
	width: auto;
}
nav.nav-responsive ul {
    margin: 0 0 2rem 0;
	padding: 0;
	list-style-type: none;
}
nav.nav-responsive ul li {
	margin: 0 0 0.7rem 0;
	padding: 0;
	text-transform: uppercase;
	list-style-type: none;
}
nav.nav-responsive ul li ul.sub-menu {
	margin: 0.5rem 0 0 0;
	padding: 0;
}
nav.nav-responsive ul li ul.sub-menu li {
	display: flex;
	text-transform: none;
	margin-bottom: 0.3rem;
}
nav.nav-responsive ul li ul.sub-menu li::before {
	content: "·";
}
nav.nav-responsive ul li ul.sub-menu li a {
	padding-left: 0.5rem;
}
nav.nav-responsive ul li a {
	color: #fff;
	font-weight: 400;
	display: block;
	text-decoration: none;
}
nav.nav-responsive ul li a:hover {
	color: var(--site--first--color);
	text-decoration: none;
}
nav.nav-responsive ul li a span {
    color: var(--site--first--color);
    -webkit-transition: color 400ms,
				background-color 400ms,
				border 400ms;
	-o-transition: color 400ms,
				background-color 400ms,
				border 400ms;
	transition: color 400ms,
				background-color 400ms,
				border 400ms;
}
nav.nav-responsive ul li a:hover span {
    color: #fff;
}
nav.nav-responsive ul li a:not([href]) {
	color: #fff;
}
nav.nav-responsive ul li a:not([href]):hover {
	background-color: transparent;
	color: #fff;
	cursor: default;
}
nav.nav-responsive ul.language-switcher {
    margin: 0 0 2rem 0;
    padding: 0;
    list-style-type: none;
}
nav.nav-responsive ul.language-switcher li {
    position: relative;
    font-size: 1rem;
    margin: 0 0.6rem 0 0.6rem;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
}
nav.nav-responsive ul.language-switcher li::before {
    content: "/";
    position: absolute;
    left: -0.8rem;
}
nav.nav-responsive ul.language-switcher li:first-child {
	margin-left: 0;
}
nav.nav-responsive ul.language-switcher li:first-child:before {
    content: "";
}
nav.nav-responsive ul.language-switcher li a {
    font-weight: 400;
    color: #fff;
}
nav.nav-responsive ul.language-switcher li a.active {
    font-weight: 500;
    color: var(--site--first--color);
}
nav.nav-responsive ul.language-switcher li a:hover {
    color: var(--site--first--color);
}


/*--- HOME */
.intro {
    margin: 4rem 0 4rem 0;
}
.intro p {
    font-size: 1.2rem;
}
.intro > div {
    position: relative;
}
.intro > div::before,
.intro > div::after {
    content: "⸻ @theapartment";
    position: absolute;
    font-size: 0.7rem;
}
.intro > div::before {
    content: "⸻ @theapartment";
    position: absolute;
    left: 1rem;
    bottom: 0;
    font-size: 0.7rem;
    transform: rotateZ(-90deg);
    transform-origin: left;
}
.intro > div::after {
    content: "⸻ @theapartment";
    position: absolute;
    right: 1rem;
    bottom: 0;
    font-size: 0.7rem;
    transform: rotateZ(90deg);
    transform-origin: right;
}
.intro figure.logo {
    text-align: center;
    margin: 0 0 3rem 0;
}
.intro figure.logo span {
	display: block;
	text-align: center;
}
.intro figure.logo span.top {
	margin-bottom: 0.5rem;
}
.intro figure.logo span.top svg {
    width: 200px;
}
.intro figure.logo span.bottom svg {
    width: 160px;
}
.intro figure.logo span.bottom svg path {
    fill: #fff;
}


/*--- PAGINA (DEFAULT) */
.static-page {
    margin-top: 3rem;
}
.static-page h1 {
    font-family: var(--site--primary--font);
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--site--first--color);
    margin: 0 0 4rem 0;
    padding: 0;
}


/*--- PRODUZIONE (ARCHIVE) */
.production-archive-page {

}
.production-archive-page .header-alt-title {
    display: flex;
    align-items: center;
    margin: 0 0 2rem 0;
}
.production-archive-page .header-alt-title h2 {
    font-family: var(--site--primary--font);
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.production-archive-page .header-alt-title h1 {
    position: relative;
    font-family: var(--site--primary--font);
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--site--first--color);
    margin: 0 0 0 0.3rem;
    padding: 0 0 0 1.9rem;
}
.production-archive-page .header-alt-title h1::after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 1.5rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.production-archive-page .archive-content {

}
.production-archive-page .archive-content > div {
    --bs-gutter-y: 3rem;
    --bs-gutter-x: 3rem;
}
.production-archive-page .archive-content .single {

}
.production-archive-page .archive-content .single figure {
    margin-bottom: 1rem;
}
.production-archive-page .archive-content .single .production-info h2 .production-title {
    font-family: var(--site--tertiary--font);
    font-size: 2rem;
    font-weight: 400;
    text-transform: none;
    margin: 0 0.5rem 0 0;
    padding: 0;
    line-height: 1;
}
.production-archive-page .archive-content .single .production-info h2 .production-tag {
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: var(--site--first--color);
    line-height: 1.4;
    white-space: nowrap;
}
.production-archive-page .archive-content .view-more {
    margin: 3rem 0 2rem 0;
}
.production-archive-page .archive-content .view-more a {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #fff;
}
.production-archive-page .archive-content .view-more a:hover {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--site--first--color);
}


/*--- PRODUZIONE (SINGLE) */
.production-header-page {
    position: relative;
    width: 100%;
    height: 95vh;
}
.production-header-page .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}
.production-header-page section.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2rem 0 0 0;
    z-index: 2;
}
.production-header-page section.bottom::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, .8) 100%);
    z-index: -1;
}
.production-header-page section.bottom .content-title-and-cat {
    margin-left: 2rem;
}
.production-header-page section.bottom .content-title-and-cat span {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 1rem;
    color: var(--site--first--color);
}
.production-header-page section.bottom h1 {
    font-family: var(--site--tertiary--font);
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 0.9;
    text-transform: none;
    letter-spacing: -0.1rem;
}
.production-header-page .meta {
    position: relative;
    margin: 2rem 0 0 0;
    padding: 1rem 2rem 1rem 0;
    width: 50%;
}
.production-header-page .meta::after {
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #151515;
    border-top-right-radius: 1rem;
    z-index: -1;
}
.production-header-page .meta .block {
    margin-left: 2rem;
    height: 70px;
}
.production-header-page .meta.height-by-2 .block {
    height: 105px;
}
.production-header-page .meta.height-by-3 .block {
    height: 140px;
}
.production-header-page .meta.height-by-4 .block {
    height: 126px;
}
.production-header-page .meta .block:first-child {
    margin-left: 0;
}
.production-header-page .meta .block .label {
    font-size: 0.7rem;
    font-weight: 400;
    text-transform: uppercase;
}
.production-header-page .meta .block .label span {
    font-size: 0.6rem;
    background-color: #08a232;
    text-transform: none;
    padding: 0.2rem 0.4rem;
    border-radius: 1rem;
    margin-left: 0.2rem;
    cursor: pointer;
}
.production-header-page .meta .block .value {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.production-header-page .meta .block .value ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.production-header-page .meta .block .value ul li {
    margin: 0 0 0.3rem 0;
    padding: 0;
    list-style-type: none;
    line-height: 1;
}
.production-header-page .meta .block .value ul li:last-child {
    margin: 0;
}
.production-header-page .meta .block .value.icon {
    
}
.production-header-page .meta .block .value.icon a {
    color: #fff;
}
.production-single-page {

}
.production-single-page .column-left {
    padding-right: 3rem;
}
.production-single-page .poster-preview {
    margin-bottom: 2rem;
    max-width: 300px;
}
.production-single-page .poster-preview img {
    width: 100%;
}
.production-single-page .poster-preview figcaption.genres-hashtag {
    margin: 0.5rem 0 0 0;
}
.production-single-page .poster-preview figcaption.genres-hashtag ul {
    display: flex;
    column-gap: 0.6rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.production-single-page .poster-preview figcaption.genres-hashtag ul li {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.production-single-page .poster-preview figcaption.genres-hashtag ul li::before {
    content: "#";
}

.production-single-page .block-meta {
    margin-bottom: 2rem;
}
.production-single-page .meta-spacing {
    gap: 5rem;
}
.production-single-page .block-meta.block-meta-important {
    margin-bottom: 0;
}
.production-single-page .block-meta .title {
    font-size: 0.7rem;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}
.production-single-page .block-meta ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.production-single-page .block-meta ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.production-single-page .block-meta.block-meta-text .title {
    margin-bottom: 0.5rem;
}
.production-single-page .block-meta.block-meta-link .title {
    margin-bottom: 0.2rem;
}
.production-single-page .block-meta.block-meta-link p {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.production-single-page .block-meta.block-meta-link p a {
    color: #fff;
}
.production-single-page .block-meta.block-meta-link p a:hover {
    color: var(--site--first--color);
}
.production-single-page .block-meta.block-meta-hashtag ul {
    display: flex;
    column-gap: 0.6rem;
}
.production-single-page .block-meta.block-meta-hashtag ul li {
    font-family: var(--site--tertiary--font);
    font-size: 0.7rem !important;
    font-weight: 700;
    text-transform: uppercase;
}
.production-single-page .block-meta.block-meta-hashtag ul li::before {
    content: "#";
    font-family: var(--site--primary--font);
}
.production-single-page .block-meta.block-meta-important ul li {
    font-size: 1.25rem;
}
.production-single-page .block-meta.block-meta-with-point ul li {
    display: flex;
}
.production-single-page .block-meta.block-meta-with-point ul li::before {
    /*
    content: "‣";
    margin-right: 0.3rem;
    font-size: 1.3rem;
    line-height: 0.8;
    */
    content: "·";
    margin-right: 0.3rem;
    font-size: 0.7rem;
    line-height: 1.8;
}
.production-single-page .content-gallery {
    margin: 0 0 2rem 0;
}
.production-single-page .content-meta-customs {
    column-gap: 2rem;
    column-fill: balance;
}
.production-single-page .content-meta-customs.content-meta-customs-columns {
    column-count: 2;
}
.production-single-page .meta-customs {
    display: grid;
    /* Definisce la larghezza della prima colonna come la più grande tra i suoi contenuti */
    grid-template-columns: fit-content(12rem) 1fr;
    /* Spazio tra le righe (es. tra 'Produzione' e 'Fotografia') */
    row-gap: 0.3rem; 
    /* Spazio tra le colonne (tra 'title' e 'ul') */
    column-gap: 1rem;
}
.production-single-page .meta-customs .title {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    width: auto;
}
.production-single-page .meta-customs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    break-inside: avoid;
}
.production-single-page .meta-customs ul li {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.production-single-page .popup-director-notes {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    min-width: 50%;
    max-width: 50%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 350ms ease-in-out;
    height: 60vh;
}
.production-single-page .popup-director-notes.show {
    pointer-events: all;
    opacity: 1;
}
.production-single-page .popup-director-notes .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.2rem 1rem;
    background-color: var(--site--first--color);
}
.production-single-page .popup-director-notes .top-bar .title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.production-single-page .popup-director-notes .top-bar .close {
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    transition: color 350ms ease-in-out;
}
.production-single-page .popup-director-notes .top-bar .close:hover {
    color: #000;
}
.production-single-page .popup-director-notes .content-wordpress {
    background-color: #1B1B1B;
    padding: 1.5rem 1rem;
    height: 100%;
    overflow-y: scroll;
}
.production-single-page .popup-director-notes .content-wordpress p {
    margin: 0;
    font-size: 1rem;
}


/*--- I NOSTRI PARTNER ---*/
.loghi-partners {
	gap: 2rem;
}
.loghi-partners .single-logo {
	width: calc((100% / 3) - 2rem);
	text-align: center;
}
.loghi-partners .single-logo img {
	
}


/*--- FOOTER */
footer.layout-row {
    margin-top: 4rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer.layout-row nav.main {
    
}
footer.layout-row nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer.layout-row nav.main ul li {
    font-family: var(--site--secondary--font);
    font-size: 0.8rem;
    margin: 0 0 0.3rem 0;
    padding: 0;
    list-style-type: none;
    line-height: 1;
}
footer.layout-row nav.main ul li.menu-item-has-children {
	display: none;
}
footer.layout-row nav.main ul li a {
    color: #fff;
}
footer.layout-row nav.main ul li a:hover {
    color: var(--site--first--color);
}
footer.layout-row nav.main ul li a:hover:not([href]) {
    color: #fff;
    cursor: default;
}
footer.layout-row ul.own-socials {
    margin: 0 0 0 4rem;
    padding: 0;
    list-style-type: none;
}
footer.layout-row ul.own-socials li {
    font-family: var(--site--secondary--font);
    font-size: 0.8rem;
    margin: 0 0 0.3rem 0;
    padding: 0;
    list-style-type: none;
    line-height: 1;
}
footer.layout-row ul.own-socials li a {
    color: #fff;
}
footer.layout-row ul.own-socials li a:hover {
    color: var(--site--first--color);
}
footer.layout-row ul.own-socials li a:hover:not([href]) {
    color: #fff;
    cursor: default;
}
footer.layout-row figure.logo {
    text-align: center;
    margin: 0 0 3rem 0;
}
footer.layout-row figure.logo span {
	display: block;
	text-align: center;
}
footer.layout-row figure.logo span.top {
	margin-bottom: 0.2rem;
}
footer.layout-row figure.logo span.top svg {
    width: 150px;
}
footer.layout-row figure.logo span.bottom svg {
    width: 120px;
}
footer.layout-row figure.logo span.bottom svg path {
    fill: #fff;
}
footer.layout-row ul.link-and-text {
    margin: 0 0 0 5rem;
    padding: 0;
    list-style-type: none;
}
footer.layout-row ul.link-and-text li {
    font-size: 0.6rem;
    margin: 0 0 0.3rem 0;
    padding: 0;
    list-style-type: none;
    line-height: 1;
}
footer.layout-row ul.link-and-text li a {
    color: #fff;
}
footer.layout-row ul.link-and-text a:hover {
    color: #fff;
    text-decoration: underline;
}
footer.layout-row ul.link-and-text a:hover:not([href]) {
    color: #fff;
    cursor: default;
}