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

:root {
    --site--first--color: #5ce61c; /*-- Verde */
    --site--second--color: #707070; /*-- Grigio chiaro */
}

html { font-size: 28px; }
body {
	background-color: #fff;
	color: #333;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
    line-height: 1.3;
}
body.hidden {
    overflow: hidden;
}

a {
    color: #000;
    background-color: transparent;
    text-decoration: none;
    transition: color ease-in-out 350ms,
                background ease-in-out 350ms,
                border ease-in-out 350ms,
                opacity ease-in-out 350ms;
}
a:hover {
    color: #000;
    background-color: var(--site--first--color);
}
a:focus {
    outline: 0;
}
hr {
	margin: 2rem 0;
	border: none;
	border-top: 1px #000 solid;
	opacity: 0.1;
}
hr.wp-block-separator {
    border-top: 1px #000 solid;
    margin: 1.5rem 0;
}
strong, b {
    font-weight: 500;
}
figure {
    margin: 0;
}
svg {
    max-width: 100%;
    height: auto;
}
main {
    min-height: 500px;
}


/*--- STILI GENERALI */
.top-swiper {
    margin-bottom: 0.7rem;
}
.top-swiper h2 {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 0;
}
.top-swiper .swiper-counter {
    font-size: 0.7rem;
    font-weight: 700;
    user-select: none;
}
.top-swiper .swiper-counter span:first-child {
    position: relative;
    margin-right: 45px;
}
.top-swiper .swiper-counter span:first-child::after {
    content: "";
    width: 40px;
    height: 2px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 4px;
}
.top-swiper .swiper-counter span {
    
}
#home-slider {
    height: 700px;
    border-radius: 1rem;
}
#home-slider .swiper-slide {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#home-slider .swiper-slide section.meta {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
#home-slider .swiper-slide section.meta ul.tags {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style-type: none;
}
#home-slider .swiper-slide section.meta ul.tags li {
    font-size: 0.6rem;
    font-weight: 700;
    color: #000;
    margin: 0 1.5rem 0 0;
    padding: 0.1rem 0.6rem;
    list-style-type: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.6rem;
}
#home-slider .swiper-slide section.meta ul.tags li:last-child {
    margin: 0;
}
#home-slider .swiper-slide section.meta h2 {
    font-size: 3.7rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: -0.1rem;
    line-height: 0.9;
    text-transform: none;
}
#home-slider .swiper-slide section.meta .discover {
    display: inline-block;
    margin: 3rem 0 0 0;
}
#home-slider .swiper-slide section.meta .discover a {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 1rem 3rem;
    border-radius: 2rem;
    font-size: 0.7rem;
    font-weight: 500;
    color: #fff;
}
#home-slider .swiper-slide section.meta .discover a:hover {
    background-color: #fff;
    color: #000;
}
#home-slider .swiper-slide section.meta .discover a span.arrow {
    margin-left: 0.2rem;
}
#home-slider .swiper-slide section.meta .discover a span.arrow::after {
    content: "\2794";
}
#home-slider .swiper-slide section.meta .discover a:hover span.arrow {
    transform: translateX(0.2rem);
}
.swiper-home-pagination {
    margin: 0 0 1rem 0;
}
.swiper-home-pagination .swiper-inner-pagination {
    display: flex;
    justify-content: center;
    padding: 1rem;
}
.swiper-home-pagination .swiper-inner-pagination .swiper-pagination-bullet {
	width: 0.6rem;
	height: 0.6rem;
	display: inline-block;
    border: 1px solid #000;
	background-color: transparent;
	opacity: 1;
    transition: background-color 200ms ease-in-out;
}
.swiper-home-pagination .swiper-inner-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #000;
}
.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: "wildside";
    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;
}
iframe.iframe_gmaps {
    margin: 0 0 1rem 0;
    padding: 0;
    display: block;
}
.wordpress-editor {

}
.wordpress-editor h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    padding: 0;
}


/*--- 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);
}


/*--- 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;
}
header.primary .inner-header {
    border-bottom: 1px solid #000;
    padding: 0 0 0.6rem 0;
}
header.primary figure.logo {
    width: 245px;
}
header.primary figure.logo span {
    display: block;
}
header.primary figure.logo a span svg rect,
header.primary figure.logo a span svg path {
    fill: #000;
    transition: fill 200ms ease-in-out;
}
header.primary figure.logo a:hover span svg rect,
header.primary figure.logo a:hover span svg path {
    fill: var(--site--second--color);
}
header.primary nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header.primary nav.main ul li {
    font-size: 0.7rem;
    font-weight: 600;
    margin: 0 1rem 0;
    padding: 0;
    list-style-type: none;
}
header.primary nav.main ul li:first-child {
    margin: 0;
}
header.primary nav.main ul li.only-responsive {
    display: none;
}
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;
}
header.primary ul.language-switcher li a.active {
    font-weight: 600;
}
header.primary .hamburger {
    display: none;
    cursor: pointer;
    margin-left: 1rem;
}
header.primary .hamburger span {
	display: block;
	width: 25px;
	height: 3px;
	background-color: #000;
	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: var(--site--first--color);
}
body.header-is-absolute header.primary figure.logo a span svg rect,
body.header-is-absolute header.primary figure.logo a span svg path {
    fill: #fff;
}
body.header-is-absolute header.primary figure.logo a:hover span svg rect,
body.header-is-absolute header.primary figure.logo a:hover span svg path {
    fill: var(--site--second--color);
}
body.header-is-absolute header.primary .inner-header {
	border-bottom: 1px solid #fff;
}
body.header-is-absolute header.primary nav.main ul li a {
	color: #fff;
}
body.header-is-absolute header.primary ul.language-switcher li a {
	color: #fff;
}
body.header-is-absolute header.primary ul.language-switcher li::before {
	color: #fff;
}
body.header-is-absolute header.primary .hamburger span {
	background-color: #fff;
}
body.header-is-absolute header.primary .hamburger span {
	background-color: #fff;
}
body.header-is-absolute header.primary .hamburger:hover span {
    background-color: var(--site--first--color);
}


/*--- HOMEPAGE */
.intro {
    
}
.intro h2 {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 1.5rem 0;
    padding: 0;
}
.intro p {
    
}
.intro hr {
    margin: 1.5rem 0;
}
.archive-home {

}
.archive-home h2 {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1.5rem 0;
    padding: 0;
}


/*--- PAGINA (DEFAULT) */
.static-page {
    margin-top: 1rem;
}
.static-page h1 {
    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 {
    margin-bottom: 2rem;
}
.production-archive-page .header-alt-title {
    display: flex;
    align-items: center;
    margin: 0 0 2rem 0;
}
.production-archive-page .header-alt-title h2 {
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.production-archive-page .header-alt-title h1 {
    position: relative;
    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: 2rem;
    --bs-gutter-x: 2rem;
}
.production-archive-page .archive-content .single {

}
.production-archive-page .archive-content .single figure {
    position: relative;
    margin: 0;
    border-radius: 1rem;
    overflow: hidden;
}
.production-archive-page .archive-content .single figure::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
}
.production-archive-page .archive-content .single figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.production-archive-page .archive-content .single figure figcaption .production-year {
    font-size: 0.6rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 0.5rem 0;
    padding: 0.1rem 0.6rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.6rem;
    display: inline-block;
}
.production-archive-page .archive-content .single figure figcaption h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
}
.production-archive-page .archive-content .single figure figcaption .discover {
    display: inline-block;
    margin: 0.2rem 0 0.5rem 0;
    padding: 0.6rem 0;
    overflow: hidden;
}
.production-archive-page .archive-content .single figure figcaption .discover a {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 0.6rem 2rem;
    border-radius: 2rem;
    font-size: 0.6rem;
    font-weight: 500;
    color: #fff;
}
.production-archive-page .archive-content .single figure figcaption .discover a:hover {
    background-color: #fff;
    color: #000;
}
.production-archive-page .archive-content .single figure figcaption .discover a span.arrow {
    margin-left: 0.2rem;
}
.production-archive-page .archive-content .single figure figcaption .discover a span.arrow::after {
    content: "\2794";
}
.production-archive-page .archive-content .single figure figcaption .discover a:hover span.arrow {
    transform: translateX(0.2rem);
}


/*--- 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 h1 {
    position: absolute;
    bottom: 2rem;
    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-single-page {
	margin-top: 1.5rem;
}
.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: 1.5rem;
}
.production-single-page .meta-spacing {
    gap: 5rem;
}
.production-single-page .meta-spacing-top {
    gap: 7rem;
	margin-bottom: 2rem;
}
.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: 0.5rem;
}
.production-single-page .block-meta ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.production-single-page .block-meta ul li {
	font-size: 0.7rem;
    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-directed-by {
	margin-bottom: 2.5rem;
}
.production-single-page .block-meta.block-meta-directed-by .title span {
	font-size: 0.6rem;
	color: #fff;
	background-color: #08a232;
	text-transform: none;
	padding: 0.2rem 0.4rem;
	border-radius: 1rem;
	margin-left: 0.2rem;
	cursor: pointer;
}
.production-single-page .block-meta.block-meta-top-tag ul li {
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}
.production-single-page .block-meta.block-meta-link .title {
    margin-bottom: 0.2rem;
}
.production-single-page .block-meta.block-meta-link p {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.production-single-page .block-meta.block-meta-link p a {
    
}
.production-single-page .block-meta.block-meta-link p a:hover {
    
}
.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: 0.94rem;
}
.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;
}
.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-wordpress p {
	font-size: 0.7rem;
}
.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.65rem;
	font-weight: 500;
	text-transform: uppercase;
	text-align: right;
	width: auto;
	color: var(--site--second--color);
}
.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.65rem;
	font-weight: 600;
    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 {
	color: #fff;
    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: 0.62rem;
}


/*--- PAGINA (DEFAULT) */
.static-page h1 {
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 3rem 0;
	padding: 0;
}


/*--- FOOTER */
footer.layout-row {
    margin-top: 4rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer.layout-row .left-column .info {
    font-size: 1.9rem;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}
footer.layout-row figure.logo {
    width: 145px;
}
footer.layout-row figure.logo span {
    display: block;
    line-height: 1;
}
footer.layout-row figure.logo a span svg rect,
footer.layout-row figure.logo a span svg path {
    transition: fill 200ms ease-in-out;
}
footer.layout-row figure.logo a:hover span svg rect,
footer.layout-row figure.logo a:hover span svg path {
    fill: var(--site--second--color);
}
footer.layout-row .right-column ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer.layout-row .right-column ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.57rem;
    font-weight: 400;
}
footer.layout-row .right-column ul.own-socials {
    margin: 0 8rem 0 0;
}
footer.layout-row .right-column ul.own-socials li {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
}