/*
Theme Name: The Project
Theme URI: http://underscores.me/
Author: The Rope S.r.l
Author URI: https://www.therope.it
Description: Theme for The Project
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-project
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --letter-spacing: 0.5px;
  --line-height: 1.25;
  --color-white: #FFFFFF;
  --color-black: #111111;
  --color-yellow: #ECCC46;
  --color-light-grey: #AAAAAA;
  --color-grey: #545454;
  --color-dark-grey: #292929;
  --color-highlight: #D84444;
  --color-red: #D84444;
  --font-size-md: 0.55;
  --font-size-lg: 0.7;
  --font-size-h1: 220px;
  --font-size-h2: 190px;
  --font-size-h3: 80px;
  --font-size-h4: 40px;
  --font-size-h5: 20px;
  --font-size-h6: 16px;
  --font-size-h7: 14px;
  --font-size-h8: 12px;
  --font-size-h1-mobile: 14vw; /*85px*/
  --font-size-h2-mobile: 12vw; /*75px*/
  --font-size-h3-mobile: 32px;
  --font-size-h4-mobile: 32px;
  --padding: 16px;
  --color-backgound: #EAE8DD;
  --color-background-card: #FEFDF5;
  --color-background-header: #F3F1E7;
  --color-border-card: #ECECEC;
  --icon-arrow-up: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --icon-arrow-down: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

:root body.dark {
  --color-primary: #FFFFFF;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-paragraph);
  font-size: var(--font-size-14);
  font-weight: 400;
  letter-spacing: var(--letter-spacing);
	line-height: var(--line-height);
  color: var(--color-black);
  background-color: var(--color-backgound);
  overflow-x: hidden;
}

.no_m_bottom {
  margin-bottom: 0 !important;
}

#content {
  padding: 94px 22px 40px;
}
.header_transparent #content {
  padding-top: 0;
}
body.home #content {
  padding-bottom: 0;
}

.scroll-mobile {
  overflow: auto;
}

.no-scroll {
  overflow: hidden;
}

.dropdown-menu {
  border: none;
}

/* #content div:not(.gform_body):not(.ginput_container_checkbox) > ul {
  padding-inline-start: 18px;
  padding-left: 18px;
} */

body .gform_wrapper .gform_body .gform_fields .gfield .gchoice {
  position: relative;
}

body .gform_wrapper.gravity-theme .gfield_validation_message {
  background: unset;
  border: none;
  padding: 0;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
	display: none;
}

#menu {
  background: var(--color-black);
  color: var(--color-white);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  padding-inline-start: 0;
  min-height: 100vh;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#menu.open {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
}

#bigmenu {
  width: 100%;
  position: relative;
  z-index: 3;
  overflow-x: hidden;
  padding-top: 130px;
  padding-bottom: 130px;
}

#bigmenu::-webkit-scrollbar {
  width: 0 !important;
}

#bigmenu {
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.put-on {
  z-index: 4;
  position: relative;
}

.logo-offset-color {
  margin-top: 0px;
}

#menu-primary .menu-item a:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  color: var(--color-black);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  color: inherit;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: var(--color-black);
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
  letter-spacing: var(--letter-spacing);
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  height: 10em !important;
  resize: none;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.overlay-container {
	position: relative;
	overflow: hidden;
  width: 100%;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	color: var(--color-white);
	z-index: 1;
}

.default-hero .text-overlay {
  top: auto;
  left: -0.9vw;
  bottom: 3vw;
}

.gradient {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.22);
  transition: background-color 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1);
}

.ln-0 {
  line-height: 0 !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
#menu-primary,
#menu-footer,
.h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8, .h9, .h10, .h11,
#menu-primary a,
#menu-primary .dropdown-toggle-ellipsis {
  font-family: var(--font-heading);
  clear: both;
  font-weight: 700;
  margin-bottom: 15px;
	line-height: var(--line-height);
}
.wp-block-heading {
  margin-top: 3rem;
}
#menu-primary,
#menu-header,
#menu-footer {
  margin-bottom: 0;
}
.h1, .h2 {
	line-height: 0.9;
  letter-spacing: normal;
}
.h3, .h4,
#menu-primary a,
#menu-primary .dropdown-toggle-ellipsis,
#menu-side a,
#menu-side .dropdown-toggle-ellipsis {
	line-height: 1;
}
.h5 {
	line-height: 1.1;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

p,
#content ul,
#content ol {
	margin-bottom: 15px; /*2rem*/
}

.paragraph {
  font-family: var(--font-paragraph) !important;
}

/* .page-template-default #content a:not(.wp-block-button__link) {
  font-weight: 600;
  text-decoration: underline;
} */

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.white,
.white * {
  color: var(--color-white);
}
.background-white,
hr.white {
  background-color: var(--color-white);
}

.black,
.black * {
  color: var(--color-black);
}
.background-black,
hr.black {
  background-color: var(--color-black);
}

.light-grey,
.light-grey * {
  color: var(--color-light-grey);
}
.background-light-grey,
hr.light-grey {
  background-color: var(--color-light-grey);
}

.grey,
.grey * {
  color: var(--color-grey);
}
.background-grey,
hr.grey {
  background-color: var(--color-grey);
}

.dark-grey,
.dark-grey * {
  color: var(--color-dark-grey);
}
.background-dark-grey,
hr.dark-grey {
  background-color: var(--color-dark-grey);
}

/*--------------------------------------------------------------
# Spaces
--------------------------------------------------------------*/
.content-area section {
  padding-top: calc(4vw - -3rem);
  padding-bottom: calc(4vw - -3rem);
}

#error-page {
  padding-top: calc(8vw - -6rem);
  padding-bottom: calc(8vw - -6rem);
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img.marquee {
  aspect-ratio: 640 / 906;
  width: 100%;
  object-fit: cover;
}

img.two-columns-location {
  aspect-ratio: 880 / 810;
  width: 100%;
  object-fit: cover;
}

img.two-columns-horizontal {
  aspect-ratio: 880 / 653;
  width: 100%;
  object-fit: cover;
}

img.two-columns-vertical {
  aspect-ratio: 880 / 978;
  width: 100%;
  object-fit: cover;
}

img.two-columns-square {
  aspect-ratio: 880 / 890;
  width: 100%;
  object-fit: cover;
}

img.three-columns-square {
  aspect-ratio: 640 / 753;
  width: 100%;
  object-fit: cover;
}

img.three-columns-horizontal {
  aspect-ratio: 640 / 378;
  width: 100%;
  object-fit: cover;
}

img.three-columns-news {
  aspect-ratio: 640 / 462;
  width: 100%;
  object-fit: cover;
}

img.three-columns-vertical {
  aspect-ratio: 640 / 1014;
  width: 100%;
  object-fit: cover;
}

img.four-columns-horizontal {
  aspect-ratio: 424 / 180;
  width: 100%;
  object-fit: cover;
}

img.four-columns-square {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}

img.wide {
  aspect-ratio: 1920 / 614;
  width: 100%;
  object-fit: cover;
}

img.full-hd {
  aspect-ratio: 1920 / 1080;
  width: 100%;
  object-fit: cover;
  max-height: 90vh;
}

img.wide-mobile {
  aspect-ratio: 767 / 655;
  width: 100%;
  object-fit: cover;
}

img.full-mobile {
  aspect-ratio: 767 / 1095;
  width: 100%;
  object-fit: cover;
  max-height: 90vh;
}

img.logo {
  width: 100%;
  max-width: 240px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  z-index: 10;
  /* position: fixed; */
  width: 100%;
  z-index: 100;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: var(--color-white);
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

.company-logo {
  width: 100%;
  max-width: 260px;
  height: auto;
  transition: max-width 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1);
}
body:not(.no-scroll) header.active .company-logo {
  max-width: 220px;
}

header .mobile-fit {
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: all 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1);
}
body:not(.no-scroll) header.active .mobile-fit {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.put-one > a {
  position: relative;
}
#logo-header-white {
  position: absolute;
  top: 0;
  left: 0.75rem;
}

/* LIGHT HEADER BAR VERSION */
body:not(.light,.no-scroll) header:not(.active) #logo-header-black,
body:not(.light) header.active #logo-header-white,
body.no-scroll #logo-header-white,
body.light:not(.no-scroll) header:not(.active) #logo-header-white,
body.light:not(.no-scroll) header.active #logo-header-white,
body.light.no-scroll header #logo-header-white {
  opacity: 0;
}
/* DARK HEADER BAR VERSION */
/*
body:not(.light) #logo-header-black,
body.light:not(.no-scroll) header:not(.active) #logo-header-white,
body.light header.active #logo-header-black,
body.light.no-scroll header #logo-header-black {
  opacity: 0;
} */

#masthead .navbar-nav > li.current-menu-item > a {
  color: var(--color-highlight);
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: var(--color-black) none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: var(--color-white);
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.site-main.opacity_layer::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 1;
  background-color: var(--color-black);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

body.light.page-template-page-single-service #content.site-content,
body.light.page-template-page-about-us #content.site-content,
body.light.single-post #content.site-content {
  padding-bottom: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome 5 Pro";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}



/* location location */
.existing-images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}
.image-row-thumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 14px;
}
.image-row-thumb .image-thumb {
  margin: 0.625rem;
  width: 150px;
  height: 150px;
  position: relative;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.image-row-thumb .image-thumb img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.btn_remove {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--color-red);
  color: #fff !important;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}


.remove-image-row {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-weight: bold;
}

.image-row-thumb {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.image-thumb img {
    max-width: 150px;
    max-height: 150px;
}

.existing-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
body:not(.theme-preset-active) footer#colophon {
  color: var(--color-white);
  background-color: var(--color-black);
}
.navbar-dark .site-info {
  color: var(--color-white);
}



/*--------------------------------------------------------------
# Media Query - Query List BEGIN
--------------------------------------------------------------*/

/* HOVER EFFECTS */
@media(hover:hover) and (pointer:fine) and (min-width:992px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li a:hover {
    color: var(--color-highlight);
  }
  .post-navigation .nav-previous a:hover,
  .post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
  }
  .btn:hover,
  #content .wp-block-button__link:hover,
  .gform_wrapper input[type=submit]:hover,
  .cky-btn:hover,
  .post-template-default .wp-block-button__link:hover {
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
  }
  body:not(.theme-preset-active) #masthead #menu-side li:nth-last-child(1) a:hover {
    color: var(--color-highlight);
  }
  body:not(.theme-preset-active) #masthead #menu-side li a:hover {
    -webkit-text-fill-color: var(--color-black);
    -webkit-text-stroke-color: transparent;
    color: var(--color-black);
  }
  .overlay-container > a:hover picture,
  .overlay-container > a:hover img:not(.icon-link-arrow),
  .overlay-container > a:hover video {
    transform: scale(1.2);
  }
}

/* 330 MAX WIDTH */
@media (max-width:330px) {
  #menu-side a {
    font-weight: 700 !important;
  }
}

/* 516 MAX WIDTH */
@media (max-width:516px) {
}

/* 517 MIN WIDTH */
@media (min-width:517px) {
}

/* 641 MIN WIDTH */
@media (min-width:641px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
     padding-left: 16px;
     padding-right: 0 !important;
  }
}

/* 767 MAX WIDTH */
@media (max-width:767px) {
  .h1 {
    font-size: var(--font-size-h1-mobile);
  }
  .h2 {
    font-size: var(--font-size-h2-mobile);
  }
  .h3,
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    font-size: var(--font-size-h3-mobile);
  }
  .h4,
  #menu-side a,
  #menu-side .dropdown-toggle-ellipsis {
    font-size: var(--font-size-h4-mobile);
  }
  .h5 {
    font-size: var(--font-size-h5);
  }
  .h6 {
    font-size: var(--font-size-h6);
  }
  .h7 {
    font-size: var(--font-size-h7);
  }
  .h8 {
    font-size: var(--font-size-h8);
  }
  .h9 {
    font-size: var(--font-size-h9);
  }
  .h10 {
    font-size: var(--font-size-h10);
  }
  .h11 {
    font-size: var(--font-size-h11);
  }
  .h12 {
    font-size: var(--font-size-h12);
  }
  header .mobile-fit {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #hamburger,
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 29px !important;
  }
  .copyright {
    margin-bottom: 0 !important;
  }
  #menu-policies-nav {
    margin-top: .2rem !important;
  }
  body .gform_wrapper ul li.gfield {
    margin-top: 2.8% !important;
  }
  .nl-footer-title,
  .copyright,
  #menu-footer-nav,
  .social,
  #menu-policies {
    text-align: center;
  }
  .company-logo {
    max-width: 187px;
  }
  .navbar-nav .dropdown-menu {
    transform: none !important;
  }
  #menu .dropdown-menu {
    position: relative !important;
  }
  .logo-offset-color {
    padding-top: 26px;
    margin-top: -26px;
    padding-bottom: 24px;
    margin-bottom: -24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo-offset-color img {
    width: 130px;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit],
  .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 0 16px !important;
  }
  footer .social-text {
    display: none;
  }
  #menu-footer-nav {
    margin-top: 0 !important;
    margin-bottom: 2.2rem !important;
  }
  #gform_1 .gform_footer.top_label {
    text-align: center;
    margin: .6rem 0 .6rem;
  }
  .cky-consent-container .cky-consent-bar {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* 794 MAX WIDTH */
@media (max-width:794px) {
  .grid-item {
    right: 15px;
  }
}

/* 768 MIN WIDTH - 890 MAX WIDTH */
@media (min-width:768px) and (max-width:890px) {
  #masthead > .container > .row > .col-md-2 {
    -ms-flex: 0 0 19.666667%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
  }
  #masthead > .container > .row > .col-md-8 {
    -ms-flex: 0 0 60.666667%;
    flex: 0 0 60.666667%;
    max-width: 60.666667%;
  }
}

/* 768 MIN WIDTH - 991 MAX WIDTH */
@media (min-width:768px) and (max-width:991px) {
  .h1 {
    font-size: calc(var(--font-size-h1) * var(--font-size-md));
  }
  .h2 {
    font-size: calc(var(--font-size-h2) * var(--font-size-md));
  }
  .h3,
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    font-size: calc(var(--font-size-h3) * var(--font-size-md));
  }
  .h4,
  #menu-side a,
  #menu-side .dropdown-toggle-ellipsis {
    font-size: calc(var(--font-size-h4) * var(--font-size-md));
  }
  .h5 {
    font-size: var(--font-size-h5);
  }
  .h6 {
    font-size: var(--font-size-h6);
  }
  .h7 {
    font-size: var(--font-size-h7);
  }
  .h8 {
    font-size: var(--font-size-h8);
  }
  .h9 {
    font-size: var(--font-size-h9);
  }
  .h10 {
    font-size: var(--font-size-h10);
  }
  .h11 {
    font-size: var(--font-size-h11);
  }
  .h12 {
    font-size: var(--font-size-h12);
  }
  #bigmenu .dropdown-toggle-ellipsis::before {
    font-size: 3.2rem;
    top: -33px;
  }
  #bigmenu .show .dropdown-toggle-ellipsis::before {
    top: -35px;
  }
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    padding-bottom: 1.5vh;
    padding-top: 1.5vh;
  }
  .cky-consent-container .cky-consent-bar {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

/* 768 MIN WIDTH */
@media (min-width:768px) {
  .bigmenu-wrapper {
    display: flex;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    bottom: 9%;
    left: 50%;
    transform: translate(-50%, 0);
    align-items: end;
  }
  .page-content p {
    text-align: justify;
  }
  #menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .gform_wrapper form {
    margin: 0 !important;
  }
  #menu-footer-nav,
  .social,
  #menu-policies-nav {
    text-align: right;
  }
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
  #menu.open:after {
    height: 165px;
  }
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
  footer > .container > .row:nth-child(1) > div:nth-child(1) {
    padding-right: 0;
  }
  #menu-footer > li:not(:nth-child(1)) {
    margin-left: 2.2rem;
  }
  #menu-header > li,
  #menu-footer > li {
    display: inline-block;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0 !important;
  }
  #gform_1 .top_label li ul.gfield_checkbox, #gform_1 .top_label li ul.gfield_radio {
    width: calc(100% - -166px);
  }
  #gform_1 .gform_footer.top_label {
    max-width: fit-content;
  }
}

/* 768 MIN WIDTH - 1499 MAX WIDTH */
@media (min-width:768px) and (max-width:1499px) {
}

/* 769 MIN WIDTH */
@media (min-width:769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

/* 991 MAX WIDTH */
@media (max-width:991px) {
  #bigmenu {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  #bigmenu .dropdown-toggle-ellipsis::before {
    font-size: 2rem;
    position: relative;
    top: -20px;
    left: 4px;
  }
  #bigmenu .show .dropdown-toggle-ellipsis::before {
    top: -22px;
    left: 5px;
  }
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 0;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
  .post-contact-us {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}

/* 992 MIN WIDTH - 1499 MAX WIDTH */
@media (min-width:992px) and (max-width:1499px) {
  .h1 {
    font-size: calc(var(--font-size-h1) * var(--font-size-lg));
  }
  .h2 {
    font-size: calc(var(--font-size-h2) * var(--font-size-lg));
  }
  .h3,
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    font-size: calc(var(--font-size-h3) * var(--font-size-lg));
    color: var(--color-white);
  }
  .h4,
  #menu-side a,
  #menu-side .dropdown-toggle-ellipsis {
    font-size: calc(var(--font-size-h4) * var(--font-size-lg));
    color: var(--color-white);
  }
  .h5 {
    font-size: var(--font-size-h5);
  }
  .h6 {
    font-size: var(--font-size-h6);
  }
  .h7 {
    font-size: var(--font-size-h7);
  }
  .h8 {
    font-size: var(--font-size-h8);
  }
  .h9 {
    font-size: var(--font-size-h9);
  }
  .h10 {
    font-size: var(--font-size-h10);
  }
  .h11 {
    font-size: var(--font-size-h11);
  }
  .h12 {
    font-size: var(--font-size-h12);
  }
  #bigmenu .dropdown-toggle-ellipsis::before {
    font-size: 4.9rem;
    top: -53px;
  }
  #bigmenu .show .dropdown-toggle-ellipsis::before {
    top: -55px;
  }
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    padding-bottom: 1.5vh;
    padding-top: 1.5vh;
  }
  .cky-consent-container .cky-consent-bar {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}

/* 992 MIN WIDTH */
@media (min-width:992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

/* 1024 MAX WIDTH */
@media (max-width:1024px) {
  .num-dots .owl-nav {
    top: -5.45rem;
  }
  .num-dots .owl-dots {
    top: -4.8rem;
  }
}

/* 1025 MIN WIDTH */
@media (min-width:1025px) {
  .num-dots .owl-nav {
    top: -4.85rem;
  }
  .num-dots .owl-dots {
    top: -4.55rem;
  }
}

/* 1199 MAX WIDTH */
@media (max-width:1199px) {
}

/* 1200 MIN WIDTH */
@media (min-width:1200px) {
}

/* 1499 MAX WIDTH */
@media (max-width:1499px) {
}

/* 1500 MIN WIDTH */
@media (min-width:1500px) {
  .h1 {
    font-size: var(--font-size-h1);
  }
  .h2 {
    font-size: var(--font-size-h2);
  }
  .h3,
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    font-size: var(--font-size-h3);
  }
  .h4,
  #menu-side a,
  #menu-side .dropdown-toggle-ellipsis {
    font-size: var(--font-size-h4);
  }
  .h5 {
    font-size: var(--font-size-h5);
  }
  .h6 {
    font-size: var(--font-size-h6);
  }
  .h7 {
    font-size: var(--font-size-h7);
  }
  .h8 {
    font-size: var(--font-size-h8);
  }
  .h9 {
    font-size: var(--font-size-h9);
  }
  .h10 {
    font-size: var(--font-size-h10);
  }
  .h11 {
    font-size: var(--font-size-h11);
  }
  .h12 {
    font-size: var(--font-size-h12);
  }
  #bigmenu .dropdown-toggle-ellipsis::before {
    top: calc(14vh - 19.3vh);
  }
  #bigmenu .show .dropdown-toggle-ellipsis::before {
    top: calc(14vh - 19.5vh);
  }
  #menu-primary a,
  #menu-primary .dropdown-toggle-ellipsis {
    padding-bottom: 1.75vh;
    padding-top: 1.75vh;
  }
  .num-dots .owl-item.active ~ .owl-item {
    margin-left: calc(1162px - 95vw);
    z-index: -1;
  }
  .num-dots .owl-item {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
  }
  .cky-consent-container .cky-consent-bar {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
}

/*--------------------------------------------------------------
## Media Query - Query List END
--------------------------------------------------------------*/

/* Cookie Banner - BEGIN */

.cky-consent-container .cky-consent-bar {
  box-shadow: unset !important;
}

.cli-style-v2 .cli-bar-message {
  width: unset;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cli-style-v2.cli-bar-container {
  justify-content: center;
}

.cky-modal {
  border-color: transparent !important;
  border-radius: 0 !important;
  border-width: 0;
  border: unset !important;
}

.cky-modal .cky-preference-center {
  border-color: transparent !important;
  border-radius: 0 !important;
  border-width: 0;
  border: unset !important;
}

div[data-cky-tag="detail-powered-by"] {
    display: none !important;
}

.cli-style-v2.cli-bar-container #wt-cli-accept-all-btn {
  border: 1px solid var(--color-white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.cli-style-v2.cli-bar-container #wt-cli-accept-all-btn:hover {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cky-btn {
  border-radius: 0 !important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
  padding: 8px 25px;
}

.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
  padding: 0 !important;
}

@media (max-width: 985px) {
  .cli-style-v2 .cli-bar-btn_container {
    margin-left: 20px;
    margin-top: 0;
  }
}

/* Cookie Banner - END */

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

.space {
  padding-top: 4rem;
  padding-bottom: 1.5%;
}

.space-low {
  padding-top: 4rem;
}

#hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 51px;
  height: 19px;
  position: relative;
  z-index: 4;
}
#hamburger.is-active .hamburger-inner,
#hamburger.is-active .hamburger-inner::before,
#hamburger.is-active .hamburger-inner::after {
  background-color: var(--color-white);
}
body:not(.light,.no-scroll) header:not(.active) #hamburger:not(.is-active) .hamburger-inner,
body:not(.light,.no-scroll) header:not(.active) #hamburger:not(.is-active) .hamburger-inner::before,
body:not(.light,.no-scroll) header:not(.active) #hamburger:not(.is-active) .hamburger-inner::after {
  background-color: var(--color-black);
}
body:not(.light,.no-scroll) header:not(.active) #menu-header a {
  color: var(--color-white);
}
body.header_transparent:not(.light,.no-scroll) header:not(.active) #hamburger:not(.is-active) .hamburger-inner,
body.header_transparent:not(.light,.no-scroll) header:not(.active) #hamburger:not(.is-active) .hamburger-inner::before,
body.header_transparent:not(.light,.no-scroll) header:not(.active) #hamburger:not(.is-active) .hamburger-inner::after {
  background-color: var(--color-white);
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 45px;
  height: 2px;
  background-color: var(--color-black);
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.social img {
  width: 19px;
  height: 19px;
}

.homepage-social img {
  width: 23px;
  height: 21px;
}

.contacts-social img {
  width: 20px;
  height: 20px;
}

#menu-footer,
.nl-footer-title {
  color: var(--color-white);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: var(--letter-spacing);
}

.social {
  color: var(--color-black);
  font-size: .6rem;
  font-weight: 500;
  letter-spacing: var(--letter-spacing);
  margin-top: 2rem !important;
}

.homepage-social {
  text-transform: uppercase;
  color: var(--color-black);
  font-weight: 500;
  letter-spacing: var(--letter-spacing);
}

.page-template-page-homepage .homepage-social {
  margin-top: 3rem;
}

.contacts-social {
  text-transform: uppercase;
  color: var(--color-black);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: var(--letter-spacing);
  line-height: 2.3;
  padding-top: 3.5%;
}

.social .divisor {
  width: 1px;
  height: 27px;
  background-color: var(--color-black);
  margin-left: 2%;
  margin-right: 2%;
}

.homepage-social .divisor {
  width: 1px;
  height: 41px;
  background-color: var(--color-black);
  margin-left: 2%;
  margin-right: 2%;
}

.social a:hover {
  text-decoration: none;
}

.social-text,
.divisor {
  vertical-align: middle;
}

.social-block,
.divisor {
  display: inline-block;
}

#menu-policies,
.copyright {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: var(--letter-spacing);
}

#menu-policies > li {
	display: inline-block;
}

#menu-policies > li:not(:nth-child(1)) {
  margin-left: 3%;
}

#menu-header a {
  color: var(--color-black);
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: var(--letter-spacing);
  line-height: 1;
}

#menu-header,
footer .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
  display: block;
}

footer .social-block {
  padding-top: 18px;
  padding-bottom: 18px;
}

footer .social-block > a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: -12px;
}

#menu-header li {
  margin-left: 1.8%;
  margin-right: 1.8%;
}

footer .row:nth-child(1) {
  margin-top: 1.2rem;
}

footer .row:nth-child(2) {
  margin-bottom: 1.2rem;
}

footer .row > div > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

footer #gform_wrapper_1 {
  margin-top: .5%;
  margin-bottom: .5%;
  max-width: 500px;
}

.nl-footer-title {
  margin-bottom: 0 !important;
}

.nl-footer-title,
.copyright {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.header-right {
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-right > *:not(:last-child) {
  margin-right: 25px;
}

.hamburger-container {
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper [type="checkbox"]:not(:checked), .gform_wrapper [type="checkbox"]:checked,
.site-content .af-attributes-list [type="checkbox"]:not(:checked), .site-content .af-attributes-list [type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label, .gform_wrapper [type="checkbox"]:checked + label,
.site-content .af-attributes-list [type="checkbox"]:not(:checked) + label, .site-content .af-attributes-list [type="checkbox"]:checked + label {
  position: relative !important;
  padding-left: 30px !important;
  cursor: pointer !important;
  font-size: 12px;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label:before, .gform_wrapper [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
	top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-white);
  background: transparent;
  padding: 2px;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label:after, .gform_wrapper [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
	top: 3px;
  left: 5px;
  font-size: 1.3em;
  line-height: 0.8;
  background-color: var(--color-white);
  transition: all .2s;
}

.gform_wrapper [type="checkbox"]:not(:checked) + label:after,
.site-content .af-attributes-list [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.gform_wrapper [type="checkbox"]:checked + label:after,
.site-content .af-attributes-list [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.gfield_checkbox a,
.gfield_consent_label a {
  text-decoration: underline;
}

footer .gform_wrapper input:not([type="submit"]) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid var(--color-white);
  color: inherit;
}

.gform_wrapper.gravity-theme fieldset.gfield--input-type-consent {
  margin-top: 8px;
}

body img.gform_ajax_spinner {
 display: none !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: none;
  border-bottom: 1px solid #790000;
}

#gform_wrapper_1 input[type=text],
#gform_wrapper_2 input[type=text], #gform_wrapper_2 textarea,
#gform_wrapper_3 input[type=text] {
  border: none;
  border-bottom: 1px solid var(--color-black);
  background: transparent;
  text-transform: uppercase;
  padding: 5px 0;
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: var(--letter-spacing);
}

.wp-block-spacer {
  height: .1rem !important;
}

.btn,
#content .wp-block-button__link,
input[type=submit],
.cky-btn {
  font-family: var(--font-paragraph) !important;
  font-size: var(--font-size-h8) !important;
  font-weight: 600 !important;
  letter-spacing: var(--letter-spacing);
  line-height: 1 !important;
  text-transform: uppercase !important;
  color: var(--color-white) !important;
  background-color: var(--color-black) !important;
  border: 1px solid var(--color-grey) !important;
  border-radius: 50px !important;
  width: 100%;
  max-width: 150px !important;
  min-width: fit-content;
  text-align: center;
  display: inline-block;
  cursor: pointer !important;
  padding: 12px 30px !important;
  opacity: 1 !important;
  transition: all 0.15s ease;
}
input[type=submit].stroke {
  background-color: transparent !important;
  color: var(--color-black) !important;
}

.post-template-default .wp-block-button__link {
  background-color: var(--color-black);
  border: 2px solid var(--color-black);
  border-radius: 0;
  box-shadow: none;
  color: var(--color-white);
  cursor: pointer;
  display: inline-block;
  font-size: .65rem;
  font-weight: 500;
  width: fit-content;
  text-transform: uppercase;
  margin: 0;
  padding: calc(.7rem - 1px) 2.4rem;
  text-align: center;
  text-decoration: none;
  overflow-wrap: unset;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
	color: var(--color-black) !important;
}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
	color: var(--color-black);
}
.gform_wrapper input::-ms-input-placeholder,
.gform_wrapper textarea::-ms-input-placeholder {
	color: var(--color-black);
}

footer .gform_wrapper input::placeholder,
footer .gform_wrapper textarea::placeholder {
	color: var(--color-white) !important;
}
footer .gform_wrapper input:-ms-input-placeholder,
footer .gform_wrapper textarea:-ms-input-placeholder {
	color: var(--color-white);
}
footer .gform_wrapper input::-ms-input-placeholder,
footer .gform_wrapper textarea::-ms-input-placeholder {
	color: var(--color-white);
}

::-moz-placeholder {
  opacity: 1;
}

#gform_1 .gform_footer {
  padding: 0;
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  line-height: unset !important;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 8px !important;
}

.ginput_container_checkbox {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper div.validation_error {
  display: none;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper .validation_message {
  font-size: .7rem !important;
  font-weight: 700 !important;
  letter-spacing: var(--letter-spacing) !important;
  text-transform: uppercase;
}

#gform_wrapper_1.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
#gform_wrapper_2.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
#gform_wrapper_3.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: unset !important;
}
#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required {
  padding-right: 16px !important;
}

#menu-side a {
  text-transform: uppercase;
  text-align: right;
	color: var(--color-black);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height);
  font-weight: 800;
  padding-bottom: 1.25vh;
  padding-top: 1.25vh;
}

#menu-side a {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-black);
	color: var(--color-white);
}

body:not(.theme-preset-active) #masthead #menu-side li.current-menu-item a {
  -webkit-text-fill-color: var(--color-black);
  -webkit-text-stroke-color: transparent;
  color: var(--color-black);
}

#menu-language-nav {
  z-index: 1;
  position: relative;
}
body:not(.no-scroll) #menu-language-nav {
  display: none;
}
body.no-scroll #menu-language-nav {
  display: inline-block;
}

#language a {
  color: var(--color-black);
  text-transform: uppercase;
  font-size: .9rem;
}

.dropdown-toggle-ellipsis {
  cursor: pointer;
}

.dropdown-toggle-ellipsis::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "+";
  font-weight: 900;
}

.show .dropdown-toggle-ellipsis::before {
  content: "–";
}

.mobile-menu .dropdown-toggle-ellipsis {
  display: none;
}

#menu .menu-item {
  text-align: left;
}

.social-ico i {
  color: var(--color-white);
  font-size: 1.2rem;
  vertical-align: middle;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: visible !important;
}

.single-post figure {
  margin-top: 5%;
  margin-bottom: 5%;
}

.single-post .wp-block-embed__wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.single-post .wp-block-embed__wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gform_heading {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden
}

.captcha-text {
  font-size: 8.8px;
  letter-spacing: .3px;
  line-height: 1 !important;
  z-index: 1;
  color: var(--color-light-grey);
  text-transform: initial;
}
.captcha-text a {
  text-decoration: underline;
  color: var(--color-light-grey);
}

.gform_confirmation_message {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: var(--font-size-h6);
  margin-top: 1.5rem;
}

#menu-footer-nav a {
  padding-top: 12px;
  padding-bottom: 12px;
}

footer .gform_footer {
  margin: 0 0 30px !important;
}





/* inzio css */
[class*="btn_"] {
  font-family: var(--font-button);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.card_scena {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--padding);
}
.card_scena > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 var(--padding);
  background-color: #FEFDF5;
  border: solid 1px #ECECEC;
  padding: calc( var(--padding) * 2 ) var(--padding);
}
.card_scena_nome {
  font-weight: 500;
  width: 100%;
  font-size: var(--font-size-24);
  white-space: nowrap;
  padding-right: var(--padding);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--padding);
}
.card_scena_nome figure {
  margin: 0;
  width: 46%;
  position: relative;
  z-index: 2;
}
.card_scena_nome span {
  display: block;
  width: 49%;
  text-transform: capitalize;
  padding-top: 4px;
  white-space: pre-wrap;
}
.card_scena .card_scena_locations {
  width: 100%;
  border: none;
  padding: 10px 0 20px;
}
.card_scena_nome figure:before {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  content: "";
  background-color: var(--color-grey);
  top: 6px;
  left: 6px;
}
.card_scena_nome svg {
  margin-right: 7px;
}
.card_scena_locations {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
  margin: var(--padding) 0;
  border-bottom: solid 1px var(--color-border-card);
  border-top: solid 1px var(--color-border-card);
}
.card_scena_locations_list {
  display: flex;
  flex-direction: row;
  max-width: calc( 100% - 45px );
  overflow: hidden;
}
.card_scena_locations_list figure,
.card_scena_locations_total {
  position: relative;
  width: 60px;
  min-width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: clamp(13px, 1.5vw, 18px);
}
.card_scena_locations_total {
  position: absolute;
  z-index: 0;
  right: 20px;
  background-color: var(--color-background-card);
}
.card_scena_locations_list figure {
  margin-right: 10px;
}
.card_scena_locations_list figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1000/1000;
}
.card_scena_button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.card_scena_button > * {
  margin-left: 10px;
}


.entry_header_content [class*="btn_"] {
  width: fit-content !important;
}


/* button */
.btn_default {
  position: relative;
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: var(--font-size-12);
  text-transform: uppercase;
  padding: 0 60px;
  border-radius: 40px;
  height: 38px;
  border: solid 1px var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: clamp(200px, 100%, 250px);
}
.btn_default_link {
  font-size: var(--font-size-34);
  text-transform: uppercase;
  font-family: var(--font-button);
}
.btn_default.selection {
  width: fit-content;
}
.item_location .btn_default {
  width: clamp(200px, 50%, 200px);;
}
.btn_default:hover,
.btn_ico:hover {
  background-color: var(--color-highlight);
  border-color: var(--color-highlight);
  color: var(--color-white);
}
.btn_default_stroke {
  position: relative;
  width: fit-content;
  background-color: transparent;
  font-size: var(--font-size-12);
  text-transform: uppercase;
  padding: 0 60px;
  border-radius: 40px;
  height: 38px;
  border: solid 1px var(--color-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
}
div[class*="card_"] .btn_default_stroke,
div[class*="card_"] .btn_default {
  width: 100%;
}
.btn_default_stroke.white {
  border-color: var(--color-white);
  font-weight: 400;
}
.confirm {
  width: 100% !important;
  cursor: default;
}
body #masthead .login {
  max-width: fit-content !important;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 34px;
}
body #masthead .login svg {
  margin-right: 14px;
}
body.header_transparent #masthead.active .login svg path {
  stroke: var(--color-white);
  color: var(--color-white);
}
body.header_transparent #masthead:not(.active) .login {
  background-color: var(--color-white);
  color: var(--color-black);
  border-color: var(--color-white);
}
.modify {
  background-image: url(inc/assets/images/ico_pen.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 20px center;
}
.share {
  background-image: url(inc/assets/images/ico_share.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 20px center;
}
.btn_ico {
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  border: solid 1px var(--color-border-card);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_ico.dark {
  border: solid 1px var(--color-grey);
}
.selection {
  background-image: url(inc/assets/images/ico_arrow_white.svg);
  background-position: calc( 100% - 15px ) center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 0 40px 0 30px;
}
.delete {
  padding: 0 30px 0 15px;
  margin-right: 14px;
}
div[class*="card_"] .delete {
  margin-left: 0px;
}
.delete span,
.disapprove span,
.clear span {
  position: relative;
  left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  background-image: url(inc/assets/images/ico_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
  margin-right: 10px;
}
[class*="btn_"].delete_location {
  background-image: url(inc/assets/images/ico_delete.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 24px;
  text-transform: uppercase;
}
[class*="btn_"].location {
  background-image: url(inc/assets/images/ico_arrow_right.svg);
  background-position: right 1px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 0px;
  text-transform: uppercase;
}
[class*="btn_"].location,
[class*="btn_"].delete_location,
[class*="btn_"].disapprove,
[class*="btn_"].approve {
  font-size: 11px;
}
[class*="btn_"].disapprove,
[class*="btn_"].approve {
  /* padding: 0 30px; */
  /* min-width: 48%; */
}
[class*="btn_"].clear {
  padding: 0 20px;
}
[class*="btn_"].previous {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  bottom: -57px;
}
.step_2 [class*="btn_"].previous {
  bottom: 50px;
}
[class*="btn_"].previous span {
  background-image: url(inc/assets/images/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 24px;
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
}
.disapprove span {
  position: absolute;
  left: 10px;
}
.approve span {
  position: absolute;
  left: 10px;
  background-image: url(inc/assets/images/ico_approved.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0px center;
  width: 20px;
  height: 20px;
}
[class*="btn_"].add {
  background-color: transparent;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  background-image: url(inc/assets/images/ico_box.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 13px 0px;
  width: clamp(170px, 50%, 200px);
  text-align: left;
}
[class*="btn_"].heart {
  background-color: transparent;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  background-image: url(inc/assets/images/ico_heart.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 13px 0px;
  width: clamp(170px, 50%, 200px);
  text-align: left;
}
[class*="btn_"].heart.active {
  background-image: url(inc/assets/images/ico_heart_black.svg);
}
[class*="btn_"].share {
  background-color: transparent;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  background-image: url(inc/assets/images/ico_share.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 16px 10px;
  width: 100%;
  text-align: left;
}

[class*="btn_"].add_big {
  text-transform: uppercase;
  background-color: var(--color-black);
  background-image: url(inc/assets/images/ico_plus.svg);
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: 0px 0px;
  padding: 0px 0px 0px 0px;
  color: var(--color-white);
  margin-right: var(--padding);
  width: 38px;
}


.btn_default_add_single {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn_default_heart {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn_default_heart span,
.btn_default_add_single span {
  display: block;
  width: 38px;
  height: 38px;
  border: solid 1px var(--color-light-grey);
  padding: 0;
  border-radius: 50%;
  margin-left: var(--padding);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.btn_default_heart span {
  background-image: url(inc/assets/images/ico_heart.svg);
  background-size: 16px;
}
.btn_default_add_single span {
  background-image: url(inc/assets/images/ico_box.svg);
  background-position: center 0px;
}
.btn_default_heart.active span {
  background-image: url(inc/assets/images/ico_heart_black.svg);
}

/* testata */
.entry_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 var(--padding);
  position: relative;
  background-color: var(--color-background-header);
}
.entry_header_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 var(--padding);
}
.breadcrumb {
  width: 100%;
  text-align: left;
  font-size: var(--font-size-12);
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 24px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url(inc/assets/images/ico_arrow.svg);
  background-size: 13px;
}
.breadcrumb span {
  font-weight: 600;
  text-decoration: underline;
}
.entry_header:before {
  content: "";
  z-index: 1;
  display: block;
  width: calc( 100% + 44px );
  height: 2px;
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.entry_header::after {
  content: "";
  z-index: -1;
  display: block;
  width: calc( 100% + 44px );
  height: calc( 100% + 22px );
  background-color: var(--color-background-header);
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.title_page {
  font-size: var(--font-size-28);
  background-position: 0 -5px;
  background-repeat: no-repeat;
  background-image: url(inc/assets/images/ico_box.svg);
  padding-left: 30px;
}
.tpl_page_wishlist .title_page {
  background-image: url(inc/assets/images/ico_heart_black.svg);
  background-position: 0 6px;
}
.button_admin {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.button_admin .btn_ico {
  margin-right: 10px;
}

.btn_container {
  width: 100%;
  background-color: var(--color-background-header);
  border: solid 1px var(--color-border-card);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px var(--padding);
}
.btn_create {
  font-size: var(--font-size-28);
  font-weight: 500;
  padding-left: 40px;
  display: inline-block;
  background-image: url(inc/assets/images/ico_plus.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 0 center;
}
.btn_default_small {
  font-size: var(--font-size-14);
  display: inline-block;
}
.btn_default_small.modify {
  padding-right: 24px;
  background-size: 14px;
  background-position: right center;
}
.btn_default_arrow {
  position: relative;
  color: var(--color-white);
  background-color: var(--color-black);
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 16px;
  border-radius: 40px;
  height: 38px;
  border: solid 1px var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background-image: url('inc/assets/images/ico_arrow_white.svg');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 18px;
}
.btn_default_arrow:hover {
  background-color: var(--color-highlight);
  color: var(--color-white);
  border-color: var(--color-highlight);
}

.location-carousel {
  width: 100%;
  opacity: 1;
}
.location-carousel.view {
  opacity: 1;
}
.location-carousel figure {
  margin: 0;
}


/*  projects */
.list_project {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.list_project.opacity_filters::before {
  content: "";
  display: block;
  width: calc( 100% + 28px );
  height: calc( 100% + 110px );
  left: -14px;
  top: -50px;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
}
.card_project {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--padding);
  background-color: var(--color-background-card);
  padding: 30px;
  border: solid 1px var(--color-border-card);
  margin-bottom: var(--padding);
}
.card_project_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.card_project_header h2 {
  font-size: var(--font-size-28);
  margin: 0;
  padding: 0 0 0 30px;
  background-image: url(inc/assets/images/ico_box.svg);
  background-repeat: no-repeat;
  background-position: 0 -3px;
  background-size: 20px;
}
.card_project .card_scena_locations {
  width: 100%;
  margin: 24px 0;
  min-height: 40px;
}
.card_project_button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.card_project .card_project_button {
  width: 100%;
  justify-content: space-between;
}


/* Page scena - list locations */
.list_locations {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.list_locations.opacity_filters::before {
  content: "";
  display: block;
  width: calc( 100% + 28px );
  height: calc( 100% + 110px );
  left: -14px;
  top: -50px;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
}
.item_location.confirmed {
  border: solid 2px #12a14b;
}
.item_location,
.item_video {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  background-color: var(--color-background-card);
  border: solid 1px var(--color-border-card);
  margin-bottom: var(--padding);
  height: auto;
  /* padding-bottom: var(--padding); */
}
.item_location .item_location_image,
.gallery_location_image {
  position: relative;
  z-index: 0;
  width: 100%;
  /* padding-top: 67%; */
  padding-top: 62%;
  overflow: hidden;
  display: block;
  margin: 0;
  background-color: var(--color-light-grey);
}
.gallery_location_image {
  width: calc( 100% + 60px );
  left: -30px;
  top: -30px;
}
.gallery_location_image span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: var(--font-button);
  font-size: 13px;
  text-transform: uppercase;
}
.item_location .item_location_image .owl-carousel,
.gallery_location_image .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item_location .item_location_image img,
.gallery_location_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/10;
  max-height: 90vh;
}
.item_location .item_location_image .owl-next,
.location-carousel .owl-next,
.gallery_location_image .owl-next {
  display: block;
  width: 50px;
  height: 29px;
  background-image: url(inc/assets/images/gallery_arrow_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9 !important;
}
.item_location .item_location_image .owl-prev,
.location-carousel .owl-prev,
.gallery_location_image .owl-prev {
  display: block;
  width: 50px;
  height: 29px;
  background-image: url(inc/assets/images/gallery_arrow_prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9 !important;
}
.item_location .item_location_image .owl-prev span,
.item_location .item_location_image .owl-next span,
.location-carousel .owl-prev span,
.location-carousel .owl-next span,
.gallery_location_image .owl-prev span,
.gallery_location_image .owl-next span {
  display: none;
}
.item_location .item_location_image .owl-theme .owl-nav,
.location-carousel .owl-nav,
.gallery_location_image .owl-nav {
  margin: 0;
  padding: 0 12px;
}
.item_location_content {
  padding: 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  font-size: var(--font-size-12);
  height: 100%;
}

.label-area {
  text-transform: uppercase;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: var(--padding);
  font-family: var(--font-button);
}
.label-area b {
  display: inline-block;
  margin-right: 6px;
}

.name_location {
  font-size: var(--font-size-24);
  font-weight: 500;
  width: 100%;
}
.item_location .name_location {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  justify-content: space-between;
}
.item_location .name_location > h4 {
  max-width: calc( 100% - 90px );
  overflow: hidden;
}
.name_location_heart {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.item_location .btn_default_stroke.add {
  padding: 0;
  width: 38px;
  background-size: 20px;
  background-position: center -1px;
}
.item_location .btn_default_stroke.heart {
  padding: 0;
  width: 38px;
  background-size: 20px;
  background-position: center;
}
.info-location {
  padding: 6px 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  min-height: 28px;
  margin-top: 14px;
  font-size: 11px;
}
.info-location li {
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: solid 1px var(--color-black);
  font-family: var(--font-button);
  letter-spacing: 0.55px;
}
.info-location li:nth-child(2) {
  text-align: center;
}
.info-location li:nth-child(3) {
  text-align: right;
}
.info-location li span {
  font-weight: 600;
}

.button_location {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.button_location > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.button_location > div > a {
  min-width: fit-content !important;
  width: 100%;
  flex: 1 1 auto; /* Permette ai link di adattarsi e occupare tutta la larghezza quando vanno a capo */
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}
.button_location > div {
  margin: 27px 0 0;
  position: relative;
}
.button_location > div:nth-child(2) {
  flex-wrap: wrap;
}
.button_location > div:nth-child(1)::before {
  display: none;
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: -4px;
  left: calc( 50% - 1px );
  background-color: var(--color-black);
}


.ico_image {
  display: block;
  background-color: rgba(254, 253, 254, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  background-image: url(inc/assets/images/ico_image.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}
.ico_modify {
  display: block;
  background-color: rgba(254, 253, 254, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  background-image: url(inc/assets/images/ico_pen.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  cursor: pointer;
}



/* filtri */
.container_filter {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: var(--font-size-12);
  text-transform: uppercase;
  margin: 0 0 var(--padding);
}
.container_filter_primary {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 var(--padding);
}
.container_filter_secondary {
  display: flex;
  flex-direction: column;
  margin: 0 0 var(--padding);
}
.container_filter_last {
  display: flex;
  flex-direction: column;
  margin: 0 0 var(--padding);
}
.container_filter_last {
  display: flex;
  flex-direction: column;
}
.btn_more_filters {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 14px 5px 60px;
  border: solid 1px var(--color-light-grey);
  border-radius: 4px;
  background-image: url(inc/assets/images/ico_filters.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 10px center;
  height: 38px;
  width: fit-content;
  white-space: nowrap;
}
.container_more_filters,
.modal_container,
.modal_container_share {
  display: none;
  z-index: 10;
}
.container_more_filters.open {
  display: flex;
  flex-direction: column;
  width: 90vw;
}
.overlay_filter {
  position: fixed;
  width: calc( 100% + 22px );
  height: 100vh;
  z-index: 2;
  top: 238px;
  left: -22px;
  background-color: var(--color-black);
  opacity: 0.3;
  display: none;
}
body.page-template-page-projects .overlay_filter {
  top: 94px;
}
body.single-location .overlay_filter {
  top: 0px;
  height: 100%;
}
.overlay_filter.open {
  display: block;
}
.overlay_filter.open.location {
  top: 0;
}




/* message */
.message {
  position: fixed;
  bottom: clamp(3vw, 3vw + 15vw, 5vw);
  left: clamp(3vw, 3vw + 15vw, 5vw);
  z-index: 1000;
  width: fit-content;
  min-width: clamp(30vw, 5vw + 25vw, 90vw);
  min-height: 40px;
  padding: 30px;
  font-size: var(--font-size-16);
  font-weight: 500;
  background-color: var(--color-black);
  color: var(--color-white);
  text-align: center;
  text-transform: uppercase;
  display: none;
  border-radius: 4px;
}
.message.open {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.messaggio_project .red {
  color: var(--color-red);
  font-weight: 600;
}
.messaggio_project .red a {
  text-decoration: underline;
}


/* modale grande */
.modal_location_search_add,
.modal_share {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  padding: 3vw;
}
.container-add-search-location:before,
.modal_share:before {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  opacity: 0.5;
  content: "";
  display: block;
}
.modal_location_search_add.open,
.modal_share.open,
.modal_share.open .modal_container_share {
  display: block;
}

.container-add-search-location {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--color-background-header);
}
.container-add-search-location > .site-main {
  background-color: var(--color-background-header);
}


.form-add {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding: 4vw;
  background-color: var(--color-background-header);
  overflow-y: scroll;
  height: 77vh;
}

.form-add-col {
  width: 45%;
}

.form-add-col > div,
.container_step > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  margin-bottom: 30px;
}
.form-add-col > div > label,
.container_step > div > label {
  color: var(--color-grey);
  text-transform: capitalize;
  font-size: 14px;
}
.form-add-col > div input,
.container_step > div input {
  max-width: 100%;
}

.taxonomy-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 14px;
}
.taxonomy-list > label {
  padding-left: 20px;
  margin-right: 14px;
  width: 45%;
}

.taxonomy-list input {
  position: relative;
  top: -3px;
}

.taxonomy-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px var(--color-light-grey);
}

.taxonomy-container h4,
.form-add-col h4 {
  font-size: 14px;
  text-transform: uppercase;
}

.image-row,
.video-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 30px;
}

.image-row input,
.video-row input {
  margin-bottom: 10px;
}

.image-row .plus,
.video-row .plus {
  float: right;
}

.btn_default_stroke.plus {
  font-size: 50px;
  font-family: 'cabinet grotesk';
  font-weight: 100;
  padding: 3px 0 0 0;
  min-width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


textarea {
  background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px var(--color-light-grey);
    width: 100%;
    height: 120px;
    text-transform: uppercase;
    font-size: var(--font-size-12);
    padding-left: 0;
}

.taxonomy-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.btn-toggle {
  background: none;
  border: none;
  font-size: 2.2em;
  line-height: 0;
  cursor: pointer;
  padding: 0;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
}

.taxonomy-add-new {
  display: flex;
  flex-direction: row;
  padding: 20px 0 0;
}

.taxonomy-content {
  transition: max-height 0.3s ease;
  overflow: hidden;
}

.taxonomy-list {
  margin-top: 10px;
}


.tpl_listing_locations > .modal_header {
  display: none;
}
.container-add-search-location .tpl_listing_locations > .modal_header {
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 20;
  width: calc( 100% - 6vw );
}
.container-add-search-location .tpl_listing_locations > .entry_header {
  position: fixed;
  z-index: 20;
  width: calc( 100% - 6vw );
  top: calc( 3vw + 168px );
  padding-left: 22px;
  padding-right: 22px;
}
.container-add-search-location .tpl_listing_locations > .entry_header:before,
.container-add-search-location .tpl_listing_locations > .entry_header::after {
  width: 100%;
}
.container-add-search-location .list_locations {
  margin-top: 300px;
  width: 100%;
  left: 0;
}

.container-add-search-location .container_scroll_list_locations {
  padding: 22px;
  width: 100%;
  height: calc( (100vh - 6vw) - 100px );
  overflow-y: scroll;
}


/* modale */
.modal_container,
.modal_container_share {
  position: fixed;
  z-index: 10;
  width: 90%;
  max-width: 700px;
  padding: 0px;
  background-color: var(--color-background-card);
  border: solid 1px var(--color-light-grey);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: none;
  flex-direction: column;
}
.modal_container.open,
.modal_container_share.open {
  display: flex;
}
.step_2 {
  position: relative;
}
.modal_header {
  position: relative;
  background-color: var(--color-backgound);
  border-bottom: solid 1px var(--color-light-grey);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
}
.modal_header h4 {
  font-size: var(--font-size-32);
  text-transform: uppercase;
  margin: 0 0 5px;
}
.btn_default_close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: block;
}
.btn_default_close span {
  background-image: url(inc/assets/images/ico_plus.svg);
  background-position: center;
  background-size: 17px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  transform: rotate(-45deg);
}


/*progressbar*/
.modal_container fieldset:not(:first-of-type),
.modal_container_share fieldset:not(:first-of-type) {
  display: none;
}
.modal_container fieldset,
.modal_container_share fieldset {
  border: none;
  padding: 50px 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}
.modal_select_project,
.modal_select_scena {
  position: relative;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.modal_select_project.hide,
.modal_select_scena.hide {
  display: none;
}
#progressbar {
  margin-top: var(--padding);
  overflow: hidden;
  width: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 20px 0 0 !important;
}
#progressbar:before {
  position: absolute;
  width: 98px;
  height: 1px;
  background-color: var(--color-light-grey);
  top: 12px;
  left: 51px;
  content: "";
  display: block;
}
#progressbar.active:before {
  background-color: var(--color-black);
}
#progressbar li {
  list-style-type: none;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
}
#progressbar li span {
  width:24px;
  height: 24px;
  border: solid 1px var(--color-light-grey);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 4px;
}
#progressbar li.active span {
  border-color: var(--color-black);
}
.btn_default_add {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: solid 1px var(--color-light-grey);
  background-image: url(inc/assets/images/ico_box.svg);
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: 20px;
  position: relative;
  border-radius: 50%;
}
.step_2 .btn_default_add {
  background-image: url(inc/assets/images/ico_folder.svg);
  background-position: center;
  background-size: 18px;
}
.btn_default_add span {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  display: block;
  top: -2px;
  left: -2px;
  background-image: url(inc/assets/images/ico_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  transform: rotate(-45deg);
}
#project-select,
#role-select {
  width: calc( 100% - 70px );
  padding-left: 40px;
  position: relative;
}
.modal_select_project:before,
.modal_select_scena:before {
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  top: 0;
  left: 0;
  background-image: url(inc/assets/images/ico_box.svg);
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.modal_select_scena:before {
  background-image: url(inc/assets/images/ico_folder.svg);
  background-position: center;
}
.modal_container select,
.modal_container input {
  height: 38px;
  max-width: none;
}
.modal_new_project,
.modal_new_scena {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.modal_new_scena {
  position: static;
}
.modal_new_project.open,
.modal_new_scena.open {
  display: flex;
}
.new-project-name {
  width: 100%;
  margin-right: var(--padding);
}
#submit-project-new,
#add-new-role-btn {
  max-width: 200px;
}
#add-location {
  float: right;
}
.modal_new_project > [class*="btn_"].previous {
  bottom: -50px;
}
.messaggio_project {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: var(--padding);
  z-index: 2;
  text-align: center;
  font-weight: 500;
}
.modal_new_project > input,
.modal_new_project > select {
  margin-right: var(--padding);
}

.social-links {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--padding);
  padding: calc( var(--padding)*4 ) var(--padding);
}
.social-links li a {
  display: flex;
  align-items: center;
  justify-self: center;
  width: 38px;
  height: 38px;
  border: solid 1px var(--color-light-grey);
  border-radius: 50%;
  position: relative;
}
.social-links li a svg {
  max-height: 23px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}


/* modal location */
.modal_location {
  display: none;
  position: fixed;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: var(--color-background-card);
  padding: var(--padding);
  border: solid 1px var(--color-light-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1000px;
}
.modal_location.open {
  display: flex;
}
.modal_location_header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: var(--font-size-12);
}
.modal_location_header_picture {
  width: 82px;
  height: 82px;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 var(--padding) 0 0;
}
.modal_location_header_picture img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1920/1920;
}
.modal_location_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal_location_info h3 {
  font-size: var(--font-size-24);
  margin: 0 0 10px;
}
.modal_location_info .info-location {
  width: 100%;
  flex-direction: row;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.modal_location_info .info-location li {
  margin-right: var(--padding);
}
.modal_location_content {
  width: 100%;
  height: 100%;
}
.modal_location_button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: var(--padding) 0;
}


/* form */
select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px var(--color-light-grey);
  width: fit-content;
  font-size: var(--font-size-12);
  padding-left: 0;
}
input {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px var(--color-light-grey);
  width: 100%;
  min-height: 32px;
  max-width: 323px;
  font-size: var(--font-size-12);
  padding-left: 0;
}
input.error {
  border-color: var(--color-red);
}
input.input-search {
  padding-left: 40px;
  background-position: 5px center;
  background-image: url(inc/assets/images/ico_search.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
input[type=submit].btn_default {
  font-size: var(--font-size-12) !important;
  margin-left: var(--padding);
}
input[type=checkbox],
input[type=radio] {
  min-height: 1em;
}


.js-create-location {
  margin-right: var(--padding);
}


/* header */
#masthead {
  background-color: var(--color-background-header);
  border-bottom: solid 1px var(--color-light-grey);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 22px;
  position: fixed;
}
.header_transparent #masthead:not(.active) {
  background-color: transparent;
  color: var(--color-white);
  border-bottom: none;
}
.header_transparent #masthead.active {
  background-color: var(--color-background-header);
  color: var(--color-black);
}
.logo_header {
  width: 100%;
  text-align: left;
  font-size: var(--font-size-34);
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}
body.no-scroll .logo_header {
  color: var(--color-white);
}
.header_transparent #masthead:not(.active) .logo_header {
  color: var(--color-white);
  border: none;
}
.header_user {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}
.ball_red {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-highlight);
  position: relative;
  top: -14px;
  margin-left: 8px;
}
.ball_yellow {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-yellow);
  position: relative;
  top: -14px;
  margin-left: 4px;
}
.header_log {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-right: var(--padding);
}
.header_log_name {
  font-size: var(--font-size-12);
  margin-right: var(--padding);
  text-transform: uppercase;
}
.header_log_name span {
  font-weight: 600;
  text-decoration: underline;
  line-height: 1.3;
}
.btn_project,
.btn_wishlist_header {
  display: block;
  width: 38px;
  height: 38px;
  margin-right: var(--padding);
  text-align: center;
  border: solid 1px var(--color-black);
  border-radius: 50%;
  position: relative;
}
.btn_wishlist_header {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home .btn_project {
  border-color: var(--color-white);
}
body.home #masthead.active .btn_project {
  border-color: var(--color-black);
}
.btn_project svg {
  position: relative;
  top: -3px;
}
body.header_transparent #masthead:not(.active) .btn_project svg path {
  stroke: var(--color-white);
}
.btn_user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 0;
  background-color: var(--color-black);
  border-radius: 50%;
  overflow: hidden;
}
body.header_transparent #masthead:not(.active) .btn_user {
  background-color: var(--color-white);
}
.btn_user svg path {
  stroke: var(--color-white);
}
body.header_transparent #masthead:not(.active) .btn_user svg path {
  stroke: var(--color-black);
}


.column_filter {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.column_filter:last-of-type {
  margin-bottom: 0;
}
.column_filter select {
  margin-bottom: 20px;
  padding-left: 0;
  font-size: var(--font-size-12);
}
.container_more_filters h4 {
  font-size: var(--font-size-12);
  display: block;
  width: 100%;
}
.modal_location_picture {
  width: 100%;
  height: 50vh;
  max-height: 50vh;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.modal_location_picture .item {
  width: 100%;
  height: 50vh;
}
.modal_location_picture .item figure {
  position: relative;
  width: 100%;
  height: 50vh;
  max-height: 50vh;
  overflow: hidden;
}
.modal_location_picture .item figure img {
  width: auto;
  max-width: auto;
  height: 50vh;
  /* object-fit: cover;
  aspect-ratio: 1863/1560; */
}



/* owl carousel */
.owl-dots {
  display: none !important;
}
.owl-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-prev {
  display: block;
  width: 50px;
  height: 29px;
  border: solid 1px var(--color-white);
  background-image: url(inc/assets/images/ico_arrow_left_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 30px;
  text-indent: -999px;
  overflow: hidden;
}
.owl-carousel .owl-nav button.owl-next {
  display: block;
  width: 50px;
  height: 29px;
  border: solid 1px var(--color-white);
  background-image: url(inc/assets/images/ico_arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 30px;
}



.title_location {
  font-size: var(--font-size-34);
  font-weight: 500;
  margin-bottom: 80px;
}
.single_location_info {
  display: flex;
  flex-direction: column;
  position: relative;
}
.single_location_info::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: solid 1px var(--color-light-grey);
  height: 1px;
  width: calc( 100% +  44px );
  bottom: 0;
  left: -22px;
}
.single_location_featured_image {
  width: 100%;
  margin-bottom: var(--padding);
}
.single_location_taxonomies_header {
  padding: var(--padding) 0 calc( var(--padding) * 2 );
  text-align: right;
  width: 100%;
}
.btn_back {
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 30px;
  background-image: url(inc/assets/images/ico_arrow.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.single_location_taxonomies {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}
.single_location_taxonomies_col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: var(--padding);
}
.single_location_taxonomies_col > div {
  width: calc( 50% - 1px );
  border-left: solid 1px var(--color-light-grey);
  padding-bottom: calc( var(--padding) * 2 );
  padding-left: var(--padding);
}
.label {
  text-transform: uppercase;
  font-size: var(--font-size-14);
  margin: 0 0 10px;
}
.single_location_tax {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.single_location_tax span {
  display: inline-block;
  margin-right: 10px;
}
.single_location_taxonomies_button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--padding);
  position: relative;
  padding: 0px;
}
.single_location_taxonomies_button.first {
  margin-bottom: 30px;
}
.single_location_taxonomies_button.first::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--color-light-grey);
  top: 0;
  left: 50%;
}
.single_location_taxonomies_button > .btn_default_add_single,
.single_location_taxonomies_button > .btn_default_heart {
  padding: 0 20px;
  height: 20px;
  position: relative;
}
.single_location_taxonomies_button > .btn_default_add_single {
  border-left: solid 1px var(--color-light-grey);
}
.single_location_taxonomies_button > .btn_default_heart {
  border-right: solid 1px var(--color-light-grey);
}
.single_location_taxonomies_button > a:first-of-type {
  margin-right: var(--padding);
}


.single_location_gallery {
  background-color: var(--color-background-header);
  padding: 40px 60px;
  position: relative;
}
.single_location_gallery:before {
  background-color: var(--color-background-header);
  width: calc( 100% + 44px );
  height: calc( 100% + 40px );
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  left: -22px;
  top: 0;
}
.single_location_gallery_images {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
}
.single_location_gallery_images figure {
  border: solid 2px var(--color-white);
}

.single_location_gallery_videos {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
}
.single_location_gallery_images.active,
.single_location_gallery_videos.active {
  display: flex;
}

.single_location_gallery_button {
  display: flex;
  flex-direction: row;
  width: fit-content;
  margin: 0 auto 45px;
  border: solid 1px var(--color-light-grey);
  height: 38px;
  border-radius: 20px;
}
.btn_images,
.btn_videos {
  height: 38px;
  border-radius: 20px;
  display: block;
  padding: 5px 30px;
  text-transform: uppercase;
  font-size: var(--font-size-12);
  line-height: 2;
}
.btn_images svg,
.btn_videos svg,
.btn_videos svg path,
.btn_images svg path {
  margin-right: 8px;
  position: relative;
  top: -1px;
  stroke: var(--color-black);
  color: var(--color-black);
}
.btn_videos.active svg,
.btn_images.active svg,
.btn_videos.active svg path,
.btn_images.active svg path {
  stroke: var(--color-white);
  color: var(--color-white);
}
.btn_images.active,
.btn_videos.active {
  background-color: var(--color-black);
  color: var(--color-white);
}


video {
  width: 100%;
}
.single_location_gallery_videos video {
  border: solid 2px var(--color-white);
}



/* pagina registration */
.container_registration {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 0;
}
.container_registration h2 {
  font-size: var(--font-size-32);
  text-transform: uppercase;
  font-weight: 500;
}
.container_registration form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.container_registration form label {
  display: block;
  width: 100%;
  font-size: var(--font-size-18);
  font-weight: 400;
  padding: 0;
  margin: 30px 0 0;
}
.container_registration form input {
  border-color: var(--color-black);
  min-height: 38px;
  max-width: 100%;
}
.container_registration form input[type="submit"] {
  margin-top: 30px;
}
.container_registration_login,
.container_registration_new {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 30px;
  margin-bottom: 30px;
}
.container_registration_new {
  border-top: solid 1px var(--color-light-grey);
}



/* header full */
.entry_header_full {
  width: calc( 100% + 44px );
  position: relative;
  overflow: hidden;
  min-height: 50vh;
  left: -22px;
  margin-bottom: 50px;
}
body.home .entry_header_full {
  margin-bottom: 0;
}
.entry_header_full img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4000/1366;
}
body.home .entry_header_full img {
  aspect-ratio: auto;
}
.entry_header_full_container {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  text-align: center;
  color: var(--color-white);
  font-size: var(--font-size-20);
  text-transform: uppercase;
}
body.home .entry_header_full_container {
  top: 50%;
  bottom: inherit;
  width: 100%;
  text-align: left;
  padding: 22px;
  transform: translate(-50%,-50%);
}
.entry_header_full_container p {
  max-width: 500px;
  line-height: 1;
  margin: 0 auto;
}
body.home .entry_header_full_container p {
  max-width: 100%;
  margin-bottom: 40px;
}
.page_title_stroke {
  font-weight: 400;
  color: transparent;
  font-size: var(--font-size-160);
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--color-light-grey);
}
body.home .page_title_stroke {
  font-size: var(--font-size-180);
}



/* page location */
.entry_content_location {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aside_menu_location {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.aside_menu_location > ul {
  background-color: var(--color-background-header);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.location_dashboard,
.list_clients {
  display: none;
  flex-direction: column;
  width: 100%;
  padding: 30px 0;
}
.location_dashboard.open,
.list_clients.open {
  display: flex;
}
.list_clients h3 {
  text-transform: uppercase;
  font-size: var(--font-size-20);
  margin: 0 0 20px;
}
.single_clients_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 50px 0 0;
}
.single_client {
  width: 100%;
  border-bottom: solid 1px var(--color-light-grey);
  padding: 14px 0;
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: space-between;
  font-size: var(--font-size-14);
}
.single_client b {
  display: inline-block;
  margin-right: var(--padding);
}
.aside_menu_location ul {
  font-size: var(--font-size-20);
  position: relative;
}
.aside_menu_location ul::before {
  content: "";
  display: block;
  width: calc( 100% + 24px);
  left: -22px;
  height: 100%;
  bottom: 0;
  background-color: var(--color-background-header);
  position: absolute;
}
.aside_menu_location ul li {
  position: relative;
  padding: 10px 20px;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.aside_menu_location ul li.active a {
  color: var(--color-white) !important;
  position: relative;
  z-index: 2;
}
.aside_menu_location ul li.active::before {
  content: "";
  display: block;
  width: calc( 100% + 24px);
  left: -22px;
  height: 100%;
  bottom: 0;
  background-color: var(--color-black);
  position: absolute;
  z-index: 0;
}
.aside_menu_location ul li.active::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 22px;
  background-image: url(inc/assets/images/ico_arrow_white.svg);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.aside_menu_location ul li::before {
  content: "";
  display: block;
  width: calc( 100% + 24px);
  left: -22px;
  height: 1px;
  bottom: 0;
  background-color: var(--color-light-grey);
  position: absolute;
}
.location_dashboard label {
  display: block;
  margin: 20px 0 5px;
  font-size: var(--font-size-18);
  font-weight: 500;
}


/* footer */
.line_top {
  border-top: solid 1px var(--color-dark-grey);
  padding-top: 40px;
  margin-top: 40px;
}

.content_footer {
  width: 100%;
  max-width: 550px;
  font-size: var(--font-size-16);
}
.nl-footer-title {
  text-transform: uppercase;
  font-size: var(--font-size-14);
  font-weight: 700;
  margin-bottom: 30px !important;
}

.txt_uppercase {
  text-transform: uppercase;
}

.social.social-ico {
  margin-top: 0 !important;
}

footer .social-block {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  margin-top: 0;
}
footer .social-block > a {
  display: block;
  text-transform: uppercase;
  font-size: var(--font-size-16);
  width: fit-content;
  height: auto;
  color: var(--color-white);
  text-decoration: none;
}
.btn_mail  {
  text-transform: uppercase;
  font-size: var(--font-size-16);
  width: fit-content;
  height: auto;
  color: var(--color-white);
  text-decoration: none;
}



.js-click-location {
  display: flex;
}
.js-click-location-add {
  display: none;
}
#modal_location_search_add .js-click-location-add {
  display: flex;
}



/* loader */
.loader_container {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100000;
  background-color: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loader_container.active {
  display: flex;
}
.loader_container svg {
  width: 70px;
  overflow: visible;
  cursor: pointer;
}
.loader_container svg .loader-ring {
  transform-origin: 50px 50px;
  animation: 
    starting-fill 0.5s forwards,
    vary-loader-width 3s 0.5s linear infinite alternate,
    spin 1.6s 0.2s linear infinite;
}
.loader_container svg .loader-ring-overlay {
  visibility: hidden;
  transform-origin: 50px 50px;
  animation: spin 1.6s 0.2s linear infinite;
}
.loader_container .complete .loader-ring-overlay {
  visibility: visible;
  animation: 
    complete-fill 0.5s linear forwards, 
    spin 1.6s 0.2s linear infinite;
}
.loader_container .complete .loader-ring {
  animation: 
    starting-fill 0.5s forwards,
    vary-loader-width 3s 0.5s linear infinite alternate,
    spin 1.6s 0.2s linear infinite, fade 0.1 0.5s linear forwards;
}
.loader_container .complete svg {
  animation: fade 0.2s 0.7s linear forwards;
  transition: all 0s 0.9s;
  cursor: initial;
  pointer-events: none;
}
@keyframes starting-fill {
  to {
    stroke-dashoffset: 270;
  }
}
@keyframes vary-loader-width {
  0% {
    stroke-dashoffset: 270;
  }
  50% {
    stroke-dashoffset: 170;
  }
  100% {
    stroke-dashoffset: 275;
  }
}
@keyframes complete-fill {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


.btn_attivo {
  cursor: pointer;
  width: 40px;
  height: 18px;
  border-radius: 14px;
  background-color: green;
  display: block;
}
.btn_spento {
  cursor: pointer;
  width: 40px;
  height: 18px;
  border-radius: 14px;
  background-color: var(--color-highlight);
  display: block;
}


.item_location .item_location_image_placeholder {
  height: 80vw;
}


.active-filters,
.total-container {
  font-family: var(--font-button);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: var(--padding);
}
.total-container {
  margin: 0 0 !important;
}
.total-container span {
  font-weight: bold;
}



/* paginazione */
#ajax-pagination-container,
.pagination-default {
  display: flex;
  justify-content: center; /* Centra gli elementi orizzontalmente */
  align-items: center; /* Centra verticalmente, se necessario */
  margin: 20px 0; /* Margine sopra e sotto */
}

.page-numbers,
.page-link {
  line-height: 1.4;
  min-height: 41px;
  min-width: 44px;
  display: inline-block;
  padding: 10px 15px; /* Spaziatura interna */
  margin: 0 5px; /* Margine tra i pulsanti */
  border: 1px solid black; /* Bordo solido nero */
  border-radius: 25px; /* Angoli circolari */
  text-decoration: none; /* Rimuovi la sottolineatura */
  color: black; /* Colore del testo normale */
  background-color: transparent; /* Sfondo trasparente */
  transition: background-color 0.3s, color 0.3s; /* Transizione per l'hover */
  text-align: center;
}

.page-numbers:hover,
.page-loink:hover {
  background-color: #f0f0f0; /* Colore di sfondo al passaggio del mouse */
}

.page-numbers.current,
.page-link.active {
  background-color: black; /* Sfondo per l'elemento attivo */
  color: white; /* Colore del testo per l'elemento attivo */
}

.dots {
  margin: 0 5px; /* Margine tra i puntini e gli altri elementi */
}

.next.page-numbers {
  font-weight: bold; /* Rende il testo "Next" più spesso */
}



.existing-image-thumbnail {
  display: block;
  max-width: 150px;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  opacity: 0;
}


.btn_archive_location {
  text-transform: uppercase;
  background-image: url(inc/assets/images/ico_list.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 9px center;
  padding: 0px 0px 0px 0px;
  border: solid 1px var(--color-black);
  margin-right: var(--padding);
  width: 38px;
}

body.home .btn_archive_location {
  background-color: var(--color-white);
  color: var(--color-black);
}

.btn_attivo_1,
.btn_spento_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.btn_attivo_1 svg,
.btn_spento_1 svg {
  width: 18px;
  height: 100%;
}

.btn_spento_1 svg path {
  fill: var(--color-red);
}


.list_clients_search {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.list_clients_search > label {
  display: block;
  font-size: var(--font-size-18);
  font-weight: 500;
  margin: 0 var(--padding) 0 0;
}
.list_clients_search > input {
  border: solid 1px var(--color-light-grey);
  min-height: 38px;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
}
.list_clients_search > button#reset-search {
  border: none;
  width: fit-content;
  margin: 0 0 0 var(--padding);
  font-family: var(--font-button);
  font-size: 14px;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: solid 1px var(--color-black);
}


.list_clients_filters {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.list_clients_filters h4 {
  font-size: 13px;
  font-family: var(--font-button);
  text-transform: uppercase;
  color: var(--color-dark-grey);
}
.alphabet-filters,
.status-filters {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.alphabet-filter,
.status-filter {
  display: block;
  border: none;
  background-color: transparent;
  font-size: 12px;
  font-family: var(--font-button);
}
.alphabet-filter.active,
.status-filter.active {
  font-weight: 600;
  border-bottom: solid 1px var(--color-black);
}


.filter_clients_content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.filter_clients_content_title > h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 20px 0 0;
  padding: 0;
  white-space: nowrap;
}
.filter_clients_content_select {
  width: 100%;
  margin-left: var(--padding);
}
.filter_clients_content_select select {
  width: 100%;
  max-width: 100%;
  min-height: 38px;
  border: solid 1px var(--color-light-grey);
  padding: 0 10px;
}


/* map single location */
.single_location #map {
  height: 70vh !important;
  width: calc( 100% + 44px );
  left: -22px;
  position: relative;
  z-index: 1;
  border-top: solid 1px var(--color-light-grey);
  border-bottom: solid 1px var(--color-light-grey);
}
.leaflet-marker-icon {
  width: 15vw !important;
  height: 15vw !important;
  margin-left: -7vw !important;
  margin-top: -7vw !important;
}


/* single location */
.single_location_info_primary,
.single_location_more_info,
.single_location_owner,
.single_location_may_also {
  padding: calc( var(--padding)*2 ) 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.single_location_owner {
  padding-top: calc( var(--padding)*4 );
}
.single_location_owner .title_label {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.single_location_info_primary::before {
  background-color: var(--color-background-header);
  width: 100vw;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-top: solid 1px var(--color-light-grey);
  border-bottom: solid 1px var(--color-light-grey);
}
.single_location_info_primary.no_bg_color:before {
  background-color: transparent !important;
}

.title_location_single_page {
  font-size: var(--font-size-80);
  font-weight: 500;
  margin-bottom: 0px;
}

.bg_footer_location {
  width: calc( 100% + 44px );
  height: clamp(30vh, 40vh, 40vh);
  display: block;
  background-image: url(inc/assets/images/bg_footer_location.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: -22px;
}

.title_label {
  width: 100%;
  flex: 1 1 100%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--font-size-16);
  margin: 0 0 7vh;
}
.title_label_center {
  width: 100%;
  text-align: center;
  flex: 1 1 100%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--font-size-16);
  margin: 4vh 0 3vh;
}

.single_location_more_info_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.single_location_more_info_content {
  height: 100%;
}

.single_location_more_info_style {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  font-style: var(--font-button);
  gap: var(--padding);
  margin: var(--padding) 0 0;
}
.single_location_more_info_style li {
  border-bottom: solid 1px var(--color-black);
}

.location_similar_container {
  width: 100%;  /* Imposta la larghezza del contenitore al 100% del suo elemento genitore */
  overflow-x: auto;  /* Abilita lo scroll orizzontale */
  display: flex;  /* Imposta il contenitore come un flex container */
  flex-wrap: nowrap;  /* Evita che gli elementi si raggruppino su più righe */
  overflow: hidden;  /* Nasconde l'overflow verticale (se ce n'è) */
}

.location_similar_container .item_location {
  flex-shrink: 0;  /* Impedisce agli elementi di restringersi quando il contenitore è più piccolo */
  padding: 0 0 var(--padding);
}

.owner-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.owner-info li {
  width: 100%;
  margin-bottom: var(--padding);
}

.location-more-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--padding);
  margin: 0 auto calc( var(--padding) * 4 );
}
.location-more-images .item {
  width: 100%;
  height: auto;
  object-fit: cover;
}



/* form add location */
.container_step {
  display: none;
  width: 100%;
  flex-direction: column;
}
.container_step.active {
  display: flex;
}


/* #create-location-form button:not(.btn-toggle):not(.js_submit_modifica_profilo) {
  display: none;
} */

#create-location-form button.active {
  display: block;
}

.modal_header_add_location > *:not(.btn_default_close) {
  width: 100%;
  max-width: 800px;
  margin: var(--padding) auto 0;
  text-align: center;
}

.modal_header_step {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: var(--padding) 4vw;
  background-color: var(--color-backgound);
  border-bottom: solid 1px var(--color-light-grey);
}
.modal_header_step_title {
  font-size: var(--font-size-14);
  font-weight: 600;
  text-transform: uppercase;
}
.modal_header_step_number {
  font-size: var(--font-size-14);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-black);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.modal_header_step_number span {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light-grey);
  border-radius: 50%;
  line-height: 1;
}
.modal_header_step_number span.active {
  color: var(--color-white);
  background-color: var(--color-black);
}
.js_step_title {
  margin: 0;
  font-size: var(--font-size-20);
  text-transform: capitalize;
}



body.page-template-page-submit-location #content {
  padding-left: 0;
  padding-right: 0;
}

body.page-template-page-submit-location .featured-image {
  width: 100%;
  height: 40vh;
  position: relative;
  overflow: hidden;
}

body.page-template-page-submit-location .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-template-page-submit-location .page-header {
  position: relative;
}

body.page-template-page-submit-location .page-header .page-title {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  padding: 0px var(--padding);
  color: var(--color-white);
  font-size: var(--font-size-80);
  text-transform: uppercase;
  text-align: center;
}


body.page-template-page-submit-location .modal_header_add_location h4,
body.page-template-page-submit-location .modal_header_add_location .btn_default_close {
  display: none;
}


body.page-template-page-submit-location #create-location-form {
  height: fit-content;
  overflow-y: auto;
}


.container-btn-publish-draft-location {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  gap: 20px;
}

.btn-publish-draft-location {
  text-transform: uppercase;
  font-size: var(--font-size-14);
  font-family: var(--font-button);
}


.location-carousel > .owl-carousel .owl-item source,
.location-carousel > .owl-carousel .owl-item img {
  object-fit: cover;
  width: auto;
  aspect-ratio: 16/9;
}


.download-pdf {
  background-image: url(inc/assets/images/ico_download.svg);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 20px;
}


/* menu */
.container-primay-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  gap: var(--padding);
  white-space: normal;
  text-align: left;
}
.container-primay-menu a,
.container-primay-menu a:hover {
  color: var(--color-white) !important;
}
.container-primay-menu .col-left,
.container-primay-menu .col-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--padding);
  width: 100%;
}

.btn-social-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: var(--padding);
  width: 100%;
}


.location_dashboard_info_row {
  margin-top: 4vw;;
}

.scene-select {
  display: none;
  position: absolute;
  z-index: 2;
  top: var(--padding);
  left: 50%;
  transform: translateX(-50%);
}
body.page-template-page-scena .scene-select {
  display: flex;
}
body.page-template-page-scena #primary > .list_locations .btn_default_stroke.add.js-click-location {
  pointer-events: none;
  background-image: url(inc/assets/images/ico_box_white.svg);
  background-color: var(--color-black);
  background-position: center 7px;
}
.scene-select select {
  width: 100%;
  max-width: 300px;
  min-height: 28px;
  padding: 0 40px 0 10px;
  font-size: 12px;
  font-family: var(--font-button);
  background-color: var(--color-background-card);
  color: var(--color-black);
  border-bottom: solid 1px var(--color-black);
  cursor: pointer;
}

.image-location-print {
  display: none;
}



/* watermark */
/* Watermark wrapper */
.item {
	position: relative;
	display: inline-block;
}

/* Watermark overlay */
.item::after {
	content: '© FACE&PLACE';
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: clamp(14px, 2vw, 20px);
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0.3);
	padding: 2px 6px;
	pointer-events: none;
	font-family: sans-serif;
}




/* filtri location con checkbox */
#search-ajax {
  position: relative;
}
.filter-block {
	margin-bottom: 1em;
}
.filter-section {
  width: 100%;
  border-bottom: solid 1px var(--color-light-grey);
  width: 100%;
  min-height: 32px;
  max-width: 323px;
  font-size: var(--font-size-12);
  margin-left: var(--padding);
  position: static;
}
.toggle-filter {
	background: none;
  position: relative;
	border: none;
	cursor: pointer;
	width: 100%;
  padding: 0;
  text-align: left;
}
.toggle-filter::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(inc/assets/images/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  position: absolute;
  right: 0;
  top: 3px;
  transform: rotate(0deg);
}
.toggle-filter.open::before {
  transform: rotate(-90deg);
}

.filter-options {
	display: none;
	margin-left: 10px;
  position: absolute;
  top: 59px;
  width: 100vw;
  flex-direction: row;
  flex-wrap: wrap;
  left: -32px;
  gap: 16px;
  background: var(--color-background-header);
  padding: 32px !important;
  height: fit-content;
  max-height: 50vh;
  z-index: 10;
  overflow-y: scroll;
  border-top: solid 1px var(--color-light-grey);
  border-bottom: solid 1px var(--color-light-grey);
}
.filter-options.active {
  display: flex;
}

.filter-options strong {
  flex: 0 1 100%;
  padding: 6px 0 0 0;
  border-top: solid 1px var(--color-backgound);
}

.filter-options label {
	flex: 1 1 100%;
	max-width: 250px;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	cursor: pointer;
  padding-left: 20px;
}

.filter-options label > input {
  position: relative;
  top: -3px;
}

.remove-filter {
  border: none;
  background-color: transparent;
  width: fit-content;
  height: fit-content;
  padding: 0;
  margin: 0 0 0 var(--padding);
}
.remove-filter span {
  left: 0;
}
.active-filters {
  flex-wrap: wrap;
  gap: var(--padding);
}
.active-filters .active-filter{
  padding: 0 5px 0 16px;
}


#copy-link-feedback {
  font-size: 14px;
  height: 30px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  justify-content: center;
  font-weight: 600;
}


.extra-phone-row {
  position: relative;
}
.extra-phone-row .btn_remove_extra_phone {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
}

/* mobile */
@media screen and (max-width: 975px) {

    /* header */
    header#masthead {
      flex-wrap: wrap;
    }
    #content {
      padding-top: 146px;
    }

    .container_filter_primary > * {
      width: 100% !important;
      max-width: none;
      margin-bottom: 20px;
    }
    .container_filter_last {
      flex-direction: row;
      justify-content: space-between;
    }
    .btn_more_filters {
      display: block;
      width: 100%;
      margin-bottom: 20px;
    }

    .total-container {
      margin-bottom: 24px !important;
      display: block;
    }

  
}

/* tablet in su */
@media (min-width:700px) {

  .location-more-images .item {
    width: calc( 50% - var(--padding) );
    height: auto;
    object-fit: cover;
  }

  .single_location_more_info_container,
  .single_location_taxonomies {
    width: 50%;
    padding: 0;
  }

  .single_location_more_info {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .single_location_more_info {

  }

  .item_location .item_location_image_placeholder {
    height: 50vw;
  }

  .location-carousel .owl-nav {
    width: calc( 100% + 200px );
    left: -100px;
  }

  .container_registration {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .container_registration_login,
  .container_registration_new {
    width: 48%;
    display: flex;
    flex-direction: column;
    padding: 0 70px;
  }
  .container_registration_new {
    border-top: none;
    border-left: solid 1px var(--color-light-grey);
  }

  body.single-location #content {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .list_locations {
    flex-direction: row;
    width: calc( 100% + var(--padding) );
    left: calc( (var(--padding) / 2) * -1 );
  }
  .item_location,
  .item_video {
    width: calc( 50% - var(--padding) );
    margin-left: calc( var(--padding) / 2 );
    margin-right: calc( var(--padding) / 2 );
  }
  .single_location_featured_image {
    width: clamp(200px, 50%, 740px);
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .single_location_featured_image img {
    aspect-ratio: 1563/2560;
    width: 100%;
    object-fit: cover;
  }
  .single_location_taxonomies {
    padding: 0 0 0 var(--padding);
  }
  .single_location_taxonomies_col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
  }
  .single_location_taxonomies_col > div {
    width: 50%;
  }

  /* single location */
  .single_location_info_primary {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .single_location_info_primary_back {
    flex: 1 1 100%;
  }

}

/* 976 MIN WIDTH */
@media (min-width:976px) {

  .container-primay-menu {
    flex-direction: row;
  }
  .container-primay-menu .col-left {
    width: 35%;
  }
  .container-primay-menu .col-right {
    width: calc( 65% - var(--padding) );
  }

  .location-carousel {
    width: calc( 100% + 44px );
    height: 48vw;
    position: relative;
    left: -22px;
    padding: 0 15%;
    overflow: hidden;
  }
  .location-carousel > .owl-carousel {
    overflow: visible;
  }
  .location-carousel > .owl-carousel > .owl-stage-outer {
    overflow: visible;
  }
  .location-carousel > .owl-carousel .owl-item {
    height: 48vw;
    overflow: hidden;
    background-color: var(--color-dark-grey);
  }
  .location-carousel > .owl-carousel .owl-item source,
  .location-carousel > .owl-carousel .owl-item img {
    opacity: 0.08 !important;
    height: 48vw;
  }
  .location-carousel > .owl-carousel .owl-item.active source,
  .location-carousel > .owl-carousel .owl-item.active img {
    opacity: 1 !important;
  }

  /* footer */
  .site-footer {
    padding-top: 100px;
  }

  /* page location */
  .entry_content_location {
    flex-direction: row;
  }
  .aside_menu_location {
    width: 30%;
  }
  .location_dashboard,
  .list_clients {
    width: 70%;
    padding: 50px;
    position: relative;
  }
  .location_dashboard::before,
  .list_clients:before {
    content: "";
    display: block;
    width: 1px;
    height: calc( 100% + 40px );
    top: 0;
    left: 1px;
    position: absolute;
    background-color: var(--color-light-grey);
  }


  /* filtri */
  .container_filter {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .container_filter_primary {
    flex-direction: row;
    margin: 0 var(--padding) var(--padding) 0;
  }
  .container_filter_primary > select {
    width: 100%;
    margin-left: var(--padding);
  }
  .container_filter_primary > input {
    width: 100%;
    max-width: none;
  }
  .container_filter_secondary {
    padding: 0 var(--padding) 0 0;
  }
  .container_filter_last {
    flex-direction: row;
    padding: 0 0 0 var(--padding);
    border-left: solid 1px var(--color-light-grey);
  }
  .container_more_filters.open {
    width: 30vw;
    position: absolute;
    z-index: 3;
    top: 75px;
    right: 0;
    background-color: var(--color-background-card);
    border: solid 1px var(--color-border-card);
    padding: 50px;
  }
  .column_filter {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .column_filter select {
    width: calc( 50% - 10px );
    margin-bottom: 20px;
  }



  /* header */
  .entry_header {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  .entry_header > * {
    width: 100%;
    align-items: center;
    margin-top: 24px;
  }
  .breadcrumb {
    margin-top: 8px;
  }

  .card_scena {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .card_scena > li {
    width: 49%;
    flex-direction: column;
  }
  .card_scena_locations {
    width: 50%;
    border: none;
    margin: 0;
    padding: 0 var(--padding);
    border-left: solid 1px var(--color-border-card);
    border-right: solid 1px var(--color-border-card); 
  }
  .card_scena_button {
    width: 100%;
  }
  .list_project {
    flex-direction: row;
  }
  .card_project {
    width: 49%;
    display: flex;
    flex-direction: column;
  }
  .card_project:nth-child(2n-1) {
    margin-right: 2%;
  }
  .card_project .card_scena_locations {
    border: none;
    padding: 0px 0;
  }

  .item_location {
    width: calc( 33.333% - var(--padding) );
  }

  .item_location .item_location_image_placeholder {
    height: 37vw;
  }


  .container_step_2 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container_step_2 > div {
    width: calc( 49% - var(--padding) );
  }


}

@media (min-width:1440px) {
  /* body:not(.page-template-page-scena) .item_location {
    width: calc( 25% - var(--padding) );;
  } */
  .item_location .item_location_image_placeholder {
    height: 23vw;
  }

  body.page-template-page-submit-location #content {
    padding-top: 90px;
  }
}