/*!
Theme Name: Giloro
Author: ePlay srl
Author URI: http://eplaylab.it
Description:
Version: 1.0.0
Text Domain: giloro

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Giloro is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
# Login
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	overflow-x: hidden;
}

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 {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.vc_column_container>.vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.wpb_revslider_element {
    margin-bottom: 100px !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
:root { 
	 --title-size: 45px;
	 --title-font: OldStandard;
	 --text-color: #6d6f72; 
	 --gold-color: #c6aa73; 
 }
@font-face {
    font-family: 'OldStandard'; /*a name to be used later*/
    src: url('./Fonts/OldStandard-Regular.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'OldStandard'; /*a name to be used later*/
    src: url('./Fonts/OldStandard-Bold.ttf'); /*URL to font*/
    font-weight: bold;
}
@font-face {
    font-family: 'OldStandard'; /*a name to be used later*/
    src: url('./Fonts/OldStandard-Italic.ttf'); /*URL to font*/
	font-style: italic;
}

@font-face {
    font-family: 'Palanquin'; /*a name to be used later*/
    src: url('./Fonts/Palanquin-Regular.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'Palanquin'; /*a name to be used later*/
    src: url('./Fonts/Palanquin-Light.ttf'); /*URL to font*/
    font-weight: 100;
}
@font-face {
    font-family: 'Palanquin'; /*a name to be used later*/
    src: url('./Fonts/Palanquin-ExtraLight.ttf'); /*URL to font*/
    font-weight: 200;
}
@font-face {
    font-family: 'Palanquin'; /*a name to be used later*/
    src: url('./Fonts/Palanquin-Thin.ttf'); /*URL to font*/
    font-weight: 300;
}
@font-face {
    font-family: 'Palanquin'; /*a name to be used later*/
    src: url('./Fonts/Palanquin-Medium.ttf'); /*URL to font*/
    font-weight: 500;
}
@font-face {
    font-family: 'Palanquin'; /*a name to be used later*/
    src: url('./Fonts/Palanquin-SemiBold.ttf'); /*URL to font*/
    font-weight: 600;
}
@font-face {
    font-family: 'Palanquin'; /*a name to be used later*/
    src: url('./Fonts/Palanquin-Bold.ttf'); /*URL to font*/
    font-weight: bold;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #6d6f72;
	font-family: Palanquin;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.collection-title {
	font-family: OldStandard;
	font-style: italic;
	text-align: center;
	font-size: 30px;
	margin-bottom: 0px;
}
.collection-subtitle {
	font-family: OldStandard;
	font-style: italic;
	text-align: center;
	font-size: 20px;
	
}
.collection-slider-title {
	font-family: OldStandard !important;
	font-style: italic !important;
	text-align: center;
	font-size: 30px !important;
}
.collection-slider-text {
	font-family: Palanquin !important;
	font-size: 16px !important;
}
.collezioni-new-slider-text, .coll2-slider-text {
	text-align: center;
	font-style: italic !important;
	font-weight: 400 !important;
}
.collezioni-new-slider-text .wpb_wrapper, coll2-slider-text .wpb_wrapper {
	padding-left: 15%;
	padding-right: 15%;
}
.collezioni-new-slider-text .wpb_wrapper p {
	font-family: Palanquin !important;
	font-size: 16px !important;
}
@media (max-width: 480px)
{
	.collezioni-new-slider-text .wpb_wrapper p {
		font-family: Palanquin !important;
		font-size: 14px !important;
	}
}
.collezioni-new-slider-text .wpb_wrapper h3 {
	margin-top: -100px;
	font-family: OldStandard !important;
	font-size: 30px !important;
	font-weight: 400 !important;
}
.coll2-slider-text .wpb_wrapper p {
	font-family: OldStandard !important;
	font-size: 24px !important;
	font-weight: 400 !important;
}
.banner-text {
	font-family: OldStandard;
	/* text-align: center; */
	font-size: 25px;
	font-style: italic;
}
.page-title {
    font-family: OldStandard;
    font-style: italic;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}
.quote {
	text-align: center;
	font-family: OldStandard;
	font-style: italic;
	font-size: 25px;
}
.z-index-2000 {
	z-index: 2000;
    position: relative;
}
.z-index-2001 {
	z-index: 2001;
    position: relative;
}
.text-gold,
.text-gold a {
	color: #c6aa73;
}
.text-gold a:hover {
	color: #6d6f72;
}
.page-banner-title {
    width: 400px;
    height: 100px;
    background: #f8f8f8;
    margin: 0 auto;
    text-align: center;
	color: #c6aa73;
    margin-top: -135px;
    z-index: 2000;
    position: relative;
}
.page-banner-title > div {
    height: 100%;
	padding-top: 12px;
}
.page-banner-title > div > p {
	font-size: 22px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	/* font-size: 0.75rem; */
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #6d6f72;
	text-decoration: none;
}

a:visited {
	color: #6d6f72;
}

a:hover, a:focus, a:active, a:hover p {
	color: #c6aa73;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	/* margin-top: 10px; */
	background-color: #fff;
    padding-top: 4px;
}

.main-navigation a#newsletter-link {
	color: #c6aa73;
	font-style: italic;
	font-family: OldStandard;
	font-size: 20px;
	position: fixed;
	left: 10%;
	top: 0.75%;
	display: inline-block;
}
.logged-in .main-navigation a#newsletter-link {
	top: 4.25%;
}
.main-navigation a#newsletter-link:hover {
	color: #87672A;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 5px 10px;
	font-size: 14px;
}
.footer-menu a,
.main-navigation a {
	display: block;
	text-decoration: none;
}
.footer-menu li a::before,
.footer-menu li a::after,
.main-navigation li a::before,
.main-navigation li a::after {
	content: " ";
	display: block;
	border: none;
	width: 70%;
	height: 5px;
	margin: 0 auto;
}

.current-menu-item a::before,
.current-menu-item a::after {
	content: " ";
	display: block;
	border: 1px solid #c6aa73 !important;
	width: 70%;
	height: 5px;
	margin: 0 auto;
}
.footer-menu li a:hover::before,
.footer-menu li a:hover::after,
.main-navigation li a:hover::before,
.main-navigation li a:hover::after {
	content: " ";
	display: block;
	border: 1px solid #c6aa73;
	width: 70%;
	height: 5px;
	margin: 0 auto;
}
.current-menu-item a::before,
.footer-menu li a:hover::before,
.main-navigation li a:hover::before {
	border-bottom: none !important;
}
.current-menu-item a::after,
.footer-menu li a:hover::after,
.main-navigation li a:hover::after {
	border-top: none !important;
}

/* Small menu. */
.menu-toggle,
.responsive-navigation.toggled ul {
	display: block;
}
.menu-toggle {
    border: none;
    background: transparent;
    font-size: 30px;
	color: #6d6f72;
}
.menu-toggle span {
    font-size: 30px;
}
.main-navigation {
	display: none;
}
.responsive-navigation {
	background-color: #fff;
	height: 58px;
}
.responsive-navigation img {
	max-height: 50px;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	margin: 4px calc(50% - 28px);
}
.responsive-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	background-color: #fff;
	text-align: center;
    margin-top: -27px;
}
.responsive-navigation li {
	padding: 10px 0;
	width: max-content;
	margin: 0 auto;
}
.menu-menu-repso-container {
	display: none;
}
.responsive-navigation.toggled .menu-menu-repso-container {
	display: block;
}
@media screen and (min-width: 993px) {
	.menu-toggle {
		display: none;
	}
	.responsive-navigation {
		display: none;
		background-color: #fff;
	}
	.main-navigation {
		display: block;
	}
	.main-navigation ul {
		display: block;
	}
}
@media screen and (max-width: 992px) {
	.menu-menu-repso-container {
		width: 100vw;
	}
	#menuResponsive {
		padding: 30px 0;
		width: 100vw;
	}
}

#page {
	left: 0;
}

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

.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%;
}
.main-navigation > div:nth-child(1) {
	text-align: center;
}
.main-navigation > div:nth-child(1) > div {
    display: inline-block;
}
.main-navigation > div:nth-child(1) > div:nth-child(1) {
    width: 44%;
    text-align: right;
}
.main-navigation > div:nth-child(1) > div:nth-child(1) > div {
    float: right;
}
.main-navigation > div:nth-child(1) > div:nth-child(2) {
    width: 10%;
}
.main-navigation > div:nth-child(1) > div:nth-child(2) img {
    max-width: 40px;
}
.main-navigation > div:nth-child(1) > div:nth-child(3) {
    width: 44%;
}

.main-navigation > div:last-child {
    float: right;
    margin-top: -48px;
	margin-right: 60px;
}
.site-header {
    height: 58px;
    position: fixed;
    width: 100%;
    z-index: 2100;
}
.content-area {
	margin-top: 58px;
}

.closed {
	display: none;
}
.opened {
	display: block;
}
/*--------------------------------------------------------------
# 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: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	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;
}

/*--------------------------------------------------------------
# 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;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

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

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

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

.bypostauthor {
	display: block;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/* .preload img { */
	/* opacity: 0; */
/* } */

/* .preload-img { */
    /* -webkit-animation-duration: 1s; */
	/* animation-duration: 1s; */
    /* -webkit-animation-fill-mode: both; */
    /* animation-fill-mode: both; */
	/* animation-name: fadeIn; */
	/* opacity: 1; */
/* } */

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.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-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	text-align: center;
    margin-top: 100px;
	font-size: 14px;
}
.site-footer nav ul {
	list-style: none;	
	margin: 0;
	padding: 0;
}
.site-footer li {
	list-style: none;	
}
.site-footer nav ul li {
    /* float: left; */
    position: relative;
    padding: 5px 10px;
	display: inline-block;
	font-size: 14px;
}
.site-footer > div:nth-child(1) {
	padding: 10px;
	background-color: #f2f2f2;
}
.site-footer > div:nth-child(2) {
	padding: 10px 10vw;
	background-color: #f8f8f8;
}
.footer-logo a {
	margin-top: -100px;
	margin-bottom: 20px;
}
.footer-logo img {
	max-width: 50px;
}
.site-info > div {
	display: inline-block;
}
.site-info > div:nth-child(1) {
	width: 79%;
}
.site-info > div:nth-child(2) {
	width: 20%;
}
.site-info > div:nth-child(1) {
	text-align: left;
}
.site-info > div:nth-child(2) {
	text-align: right;
}

.site-info > div:nth-child(1) span {
	margin-right: 5px;
}

.footer-sidebar-1 {
	font-size: 17px;
}
.site-info {
	font-size: 13px;
}



/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

.login .message,
.login #login_error {
	border-left: 4px solid #c6aa73;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}
.login {
	background-color: #f8f8f8;
}

.login #login_error {
	border-left-color: #dc3232;
}

#loginform p.submit,
.login-action-lostpassword p.submit {
	border: none;
	margin: -10px 0 20px; /* May want to revisit this */
}
.login .site-header .menu-toggle {
	padding: 18px 30px 12px;
}

.login form {
	margin-top: 20px;
	margin-left: 0;
	padding: 26px 24px 46px;
	font-weight: 400;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
	box-shadow: 0 1px 3px rgba(0,0,0,0.13);
}

.login form .forgetmenot {
	font-weight: 400;
	float: left;
	margin-bottom: 0;
}

.login .button-primary {
	float: right;
}
.wp-core-ui .button-primary {
    background: #c6aa73;
    /* border-color: #0073aa #006799 #006799; */
    border-color: #A6874A #87672A #87672A;
    -webkit-box-shadow: 0 1px 0 #87672A;
    box-shadow: 0 1px 0 #87672A;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #87672A, 1px 0 1px #87672A, 0 1px 1px #87672A, -1px 0 1px #87672A;
}
.wp-core-ui .button-primary:hover {
    background: #A6874A;
    border-color: #A6874A #87672A #87672A;
}
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover, .wp-core-ui .button-primary:active {
    background: #A6874A;
    border-color: #87672A;
    -webkit-box-shadow: inset 0 2px 0 #87672A;
    box-shadow: inset 0 2px 0 #87672A;
    vertical-align: top;
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
   
    background: #A6874A;
    border-color: #87672A;
    color: #fff;
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus {
    -webkit-box-shadow: 0 1px 0 #A6874A, 0 0 2px 1px #ECD6AA;
    box-shadow: 0 1px 0 #A6874A, 0 0 2px 1px #ECD6AA;
}
input[type=text]:focus, input[type=search]:focus, input[type=radio]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, select:focus, textarea:focus {
    border-color: #c6aa73;
    -webkit-box-shadow: 0 0 2px #87672A;
    box-shadow: 0 0 2px #87672A;
}
input[type=checkbox]:checked:before {
    color: #c6aa73;
}

#login form p {
	margin-bottom: 0;
}

#login form p.submit {
	margin: 0;
	padding: 0;
}

.login label {
	color: #72777c;
	font-size: 14px;
}

.login form .forgetmenot label {
	font-size: 12px;
	line-height: 19px;
}

.login h1 {
	text-align: center;
}

.login h1 a {
	background-image: url(../images/w-logo-blue.png?ver=20131202);
	background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
	-webkit-background-size: 84px;
	background-size: 84px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #444;
	height: 84px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0 auto 25px;
	padding: 0;
	text-decoration: none;
	width: 84px;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}

#login {
	width: 320px;
	padding: 8% 0 0;
	margin: auto;
}

.login #nav,
.login #backtoblog {
	font-size: 13px;
	padding: 0 24px 0;
}

.login #nav {
	margin: 24px 0 0 0;
}

#backtoblog {
	margin: 16px 0;
}

.login #nav a,
.login #backtoblog a {
	text-decoration: none;
	color: #555d66;
}

.login #nav a:hover,
.login #backtoblog a:hover,
.login h1 a:hover {
	color: #c6aa73;
}

.login #nav a:focus,
.login #backtoblog a:focus,
.login h1 a:focus {
	color: #A6874A;
}

.login form .input,
.login input[type="text"] {
	font-size: 24px;
	width: 100%;
	padding: 3px;
	margin: 2px 6px 16px 0;
}

.login form .input,
.login input[type="text"],
.login form input[type="checkbox"] {
	background: #fbfbfb;
}

.ie7 .login form .input,
.ie8 .login form .input {
	font-family: sans-serif;
}

.login-action-rp input[type="text"] {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

.login #pass-strength-result {
	font-weight: 600;
	margin: -1px 5px 16px 0;
	padding: 6px 5px;
	text-align: center;
	width: 100%;
}

body.interim-login {
	height: auto;
}

.interim-login #login {
	padding: 0;
	margin: 5px auto 20px;
}

.interim-login.login h1 a {
	width: auto;
}

.interim-login #login_error,
.interim-login.login .message {
	margin: 0 0 16px;
}

.interim-login.login form {
	margin: 0;
}

@-ms-viewport {
	width: device-width;
}

@media screen and ( max-height: 550px ) {
	#login {
		padding: 20px 0;
	}
}

@media screen and ( max-width: 782px ) {
	.interim-login input[type=checkbox] {
		height: 16px;
		width: 16px;
	}

	.interim-login input[type=checkbox]:checked:before {
		width: 16px;
		font: normal 21px/1 dashicons;
		margin: -3px 0 0 -4px;
	}
}

/*--------------------------------------------------------------
# Home - sezione News
--------------------------------------------------------------*/
#border-999 {
	left: calc(5% + 35px);
	width: calc(90% + 35px);
	height: calc(75% - 45px);
    top: calc(10% + 10px);
}
.news-block {
	height: 100%;
	padding: 4% 0 0 0;
	text-align: center;
}
.news-image,
.news-block {
	position: relative;
	z-index: 1000;
}
.vc_col-sm-7.news-image figure {
	text-align: center;
}
.vc_col-sm-7.news-image .wpb_single_image img {
	max-width: 90%;
}
.news-title {
	font-family: OldStandard;
	font-style: italic;
	font-size: 45px;
	color: #6d6f72;
	margin-bottom: 0;
}
.news-link {
	text-transform: uppercase;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
#news-popup.modal/*, #news-popup-2.modal*/ {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2250;
	background: rgba(0,0,0,0.4);
	overflow-y: auto;
}
#news-popup-2 {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transform: translateY(-100%);
	visibility: hidden;
	transition: all 1s ease-in-out;
	background: rgba(0,0,0,0.4);
	overflow-y: auto;
}
#news-popup-2.modal {
	z-index: 2250;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
#news-popup.modal .wrapper, #news-popup-2 .wrapper {
	position: relative;
	top: 1.5%;
	left: 10%;
	width: 80%;
	height: 95%;
	z-index: 2300;
	background: white;
}
#news-popup-2 .wrapper {
	height: auto;
	transition: none;
}
body.admin-bar #news-popup-2 .wrapper {
	top: 3.5%;
}
#news-slider .flex-viewport {
	transition: none !important;
	height: 100% !important;
}
#news-popup.modal .wrapper > div, #news-popup-2 .wrapper > div {
	z-index: 2400;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
#news-popup .news-image {
	top: 40px;
	margin-bottom: 50px;
}
#news-popup .news-image img {
	width: 77.5%;
}
#news-popup .close-modal, #news-popup-2 .close-modal {
	position: absolute;
	top: 0;
	right: -5%;
	width: 30px !important;
	height: 30px;
}
#news-popup .close-modal > span, #news-popup-2 .close-modal > span {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 2500;
	cursor: pointer;
}
#news-popup .close-modal > span:after, #news-popup-2 .close-modal > span:after {
	font-family: dashicons;
	color: white;
	content: "\f335";
	font-size: 42px;
	font-weight: 200;
}

#news-popup-2 .news-image img {
	max-height: 650px;
	height: auto;
	width: auto;
	margin: 0 auto;
}
#news-popup-2 .flex-direction-nav a:before {
	font-size: 18px !important;
	color: #6d6f72 !important;
}
#news-popup-2 .flex-direction-nav a {
	height: 25px !important;
}
.news-text {
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-height: 840px) {
	#news-popup-2 .news-image img {
		max-height: 520px;
	}
}
@media screen and (max-height: 700px) {
	#news-popup-2 .news-image img {
		max-height: 400px;
	}
}
@media screen and (max-height: 540px) {
	#news-popup-2 .news-image img {
		max-height: 300px;
	}
}
@media screen and (max-height: 420px) {
	#news-popup-2 .news-image img {
		max-height: 250px;
	}
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
	#news-popup-2 .news-image img {
		max-height: none;
	}
}

/*--------------------------------------------------------------
# Newsletter form
--------------------------------------------------------------*/
body.page-id-709 {
	background-color: #f8f8f8;
}
body.page-id-709 .wpb_column:first-of-type {
	position: relative;
	z-index: 10;
}
body.page-id-709 .wpb_column:nth-of-type(2) {
	position: relative;
	z-index: 1;
}
body.page-id-709 .s100-border-right {
	position: absolute;
	width: 57.5%;
	height: 57.5%;
  left: calc(20% + 45px);
  top: calc(35% + 70px);
	z-index: 1;
}
body.page-id-709 svg line {
    stroke-width: 10;
    stroke: #c6aa73;
    fill: none;
    /* stroke-dasharray: 100%; */
		-webkit-transition-property: -webkit-transform;
		-webkit-transition-duration: .5s;
		transition-property: transform;
		transition-duration: .5s;
}
body.page-id-709 .site-footer {
	margin-top: 0;
}
.contact-form form p {
	margin-bottom: 0;
}

.contact-form form p.submit {
	margin: 0;
	padding: 0;
}

.contact-form label, .contact-form p {
	color: #72777c;
	font-size: 14px;
}
.contact-form p {
	text-align: justify;
	line-height: 18px;
}
.contact-form.wpcf7 {
	width: 360px;
	padding: 2.5% 5% 25px 5% !important;
	background: white;
	margin: auto !important;
	box-shadow: 5px 5px 25px rgba(0,0,0,0.13);
	position: relative;
	z-index: 10;
	top: 25px;
}
.contact-form > div {
	margin-top: 15px;
}
.contact-form > div > span, .contact-form span.wpcf7-form-control-wrap.your-email {
	margin-bottom: 10px;
	display: inline-block;
}
.contact-form span.wpcf7-form-control-wrap.your-email {
	margin-bottom: 15px;
}
.contact-form input[type="email"] {
	font-size: 18px;
	width: 100%;
	padding: 3px 7.5px;
	margin: 2px 6px 0 0;
}

.contact-form input[type="email"],
.contact-form input[type="checkbox"] {
	background: #fbfbfb;
}
.contact-form input[type="checkbox"] {
	border: 1px solid #b4b9be;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -5px 10px 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  transition: .05s border-color ease-in-out;
}
input[type=checkbox]:checked:before {
	color: #c6aa73;
	content: "\f147";
	margin: -3px 0 0 -4px;
  float: left;
  vertical-align: middle;
  width: 16px;
  font: 400 21px/1 dashicons;
  -webkit-font-smoothing: antialiased;
}
.contact-form input[type="submit"] {
		float: right;
	  background: #c6aa73;
    border-color: #A6874A #87672A #87672A;
    -webkit-box-shadow: 0 1px 0 #87672A;
    box-shadow: 0 1px 0 #87672A;
    color: #fff;
    text-decoration: none;
		text-shadow: 0 -1px 1px #87672A, 1px 0 1px #87672A, 0 1px 1px #87672A, -1px 0 1px #87672A;
		padding: .6em 1em .6em;
}
.contact-form input[type="submit"]:hover {
    background: #A6874A;
    border-color: #87672A;
}
.contact-form-title {
	margin-top: 50px;
}
.contact-form-title h1 {
	font-family: OldStandard;
	font-style: italic;
	font-size: 45px;
	font-weight: 400;
	color: #6d6f72;
	margin-top: 0;
}
.contact-form-title h6 {
	font-size: 12px;
	letter-spacing: 1.25px;
	margin: 7.5px auto;
}
.contact-form-title p {
	letter-spacing: 1.5px;
	width: 90%;
  margin-left: auto;
  margin-right: auto;
}
span.wpcf7-list-item {
	margin: 0 !important;
}
div.mc4wp-response {
	position: relative;
	bottom: 410px;
	text-align: center;
}
div.mc4wp-response .mc4wp-alert.mc4wp-success {
	color: green;
}
div.mc4wp-response .mc4wp-alert.mc4wp-error {
	color: red;
}
#newsletter-img1 img {
	position: relative;
	bottom: -120px;
	right: -65%;
	max-width: 270px;
}
#newsletter-img2 img {
	max-width: 420px;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
.epg-desktop {
	display: block;
}
.giloro-desktop {
	display: block;
}
.epg-mobile {
	display: none;
}
.mobile-cover {
    background-color: rgba(255,255,255,0.4) !important;
    width: 100%;
    height: 100%;
    display: grid;
    align-content: center;
}
.mobile-box {
    margin-bottom: 20px;
}	
.img-respo {
	width: 520px;
	margin-top: -250px !important;
}	
.img-respo-nm {
	margin-top: -320px !important;
    margin-right: -110px;
}
.img-respo-ring1 {
	margin-top: -20px !important;
}
.img-respo-ring2 {
	margin-top: -300px !important;
	margin-left: 170px;
}
.img-respo-collection {
	margin-top: -280px !important;
}
.position-absolute {
	position: absolute;
}
.absolute-center {
    left: 0;
    right: 0;
}
.worldwide-mobile {
	display: none;
}
.worldwide-mobile-img {
	position: absolute;
	width: 100%;
}
#worldwide-img-world {
	animation-delay: 500ms;
}
#worldwide-img-ring {
	animation-delay: 1500ms;
	z-index: 1;
}
#worldwide-img-logo {
	animation-delay: 2500ms;
	z-index: 1;
}
.respo-lang ul {
	margin-top: 0;
    display: flex;
    width: 100px;
    position: absolute;
    top: 7px;
    right: 50px;
}
.lang-active,
.lang-active:visited {
	color: #c6aa73;
}
@media screen and (max-width: 1800px) {
	#newsletter-img1 img {
		right: -45%;
	}
	body.page-id-709 .s100-border-right {
		width: 60%;
	}
}
@media screen and (max-width: 1600px) {
	.img-respo-nm {
		margin-top: -190px !important;
		margin-right: 0;
	}
	.img-respo-nm img {
		width: 190px;
	}
	.img-respo-ring1 {
		margin-top: -20px !important;
	}
	#newsletter-img1 img {
		right: -35%;
	}
	#newsletter-img2 img {
		max-width: 380px;
		margin-left: 30px;
	}
	.main-navigation a#newsletter-link {
		left: 7.5%;
	}
	body.page-id-709 .s100-border-right {
		width: 67.5%;
    left: calc(15% + 45px);
	}
}

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

	.news-block {
		padding: 10% 0 0 0;
	}

}

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

	.news-block {
		padding: 9% 0 0 0;
	}

}

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

	.news-block {
		padding: 8% 0 0 0;
	}

}

@media screen and (max-width: 1400px) {
	.img-respo {
		width: 520px;
	}
	.img-respo-nm {
		margin-top: -200px !important;
		margin-right: 0;
	}
	.img-respo-nm img {
		width: 260px;
	}
	#newsletter-img1 img {
		right: -25%;
	}
	#newsletter-img2 img {
		max-width: 340px;
		position: relative;
		bottom: -75px;
	}
	.main-navigation a#newsletter-link {
		left: 5%;
	}
	body.page-id-709 .s100-border-right {
		width: 77.5%;
    left: calc(10% + 45px);
	}
}
@media screen and (max-width: 1200px) {
	.main-navigation > div:nth-child(1) > div:nth-child(2) {
		width: 7.5%;
	}
	.img-respo {
		width: 435px;
	}
	.giloro-desktop {
		display: none;
	}
	#border-999 { 
		width: calc(80% - 35px);
		left: calc(10% + 18.5px);
	}		
	.news-block {
		padding: 0;
	}
	#newsletter-img1 img {
		right: -15%;
	}
	#newsletter-img2 img {
		max-width: 300px;
		position: relative;
		bottom: -220px
	}
	.contact-form-title {
		margin-bottom: 20px !important;
	}
	.main-navigation a#newsletter-link {
		left: 1.5%;
	}
	body.page-id-709 #main.site-main {
		margin-bottom: 100px;
	}
	body.page-id-709 .s100-border-right {
		width: 90%;
    left: calc(5% + 45px);
	}
}
@media screen and (max-width: 1199px) {
	.img-respo-collection {
		position: absolute;
		top: -85vw;
		right: 0;
	}
	.img-respo-collection img {
		width: 310px;
	}
	#newsletter-img1 img {
    right: -45%;
	}
	#newsletter-img2 img {
		max-width: 280px;
		bottom: -120px;
		margin-left: 0;
	}
	body.page-id-709 .s100-border-right {
    width: 60%;
    left: calc(20% + 45px);
	}
}
@media screen and (max-width: 1100px) {
	#newsletter-img1 img {
		max-width: 220px;
	}
	#newsletter-img2 img {
		max-width: 250px;
		bottom: -120px;
	}
	body.page-id-709 .s100-border-right {
    width: 65%;
    left: calc(17.5% + 45px);
	}
}
@media screen and (max-width: 1024px) {
	.img-respo {
		width: 315px;
	}
	.img-respo-collection img {
		width: 250px;
	}
	#newsletter-img1 img {
		right: -40%;
		max-width: 200px;
	}
	#newsletter-img2 img {
		max-width: 240px;
	}
}

#news-popup-2 .flex-control-nav {
	display: none !important;
}
@media screen and (max-width: 960px) and (orientation: portrait) {
	#border-999 {
		height: calc(85% - 45px);
	}
	#news-popup.modal .wrapper, #news-popup-2 .wrapper {
		height: 60%;
		top: 20%;
		width: 100%;
		left: 0;
	}
	#news-popup-2 .wrapper {
		height: auto;
		top: 12.5%;
	}
	#news-popup .close-modal, #news-popup-2 .close-modal {
		right: 5%;
		float: right;
	}
	#news-popup-2 .close-modal {
		top: -75px;
	}
	#news-popup .close-modal > span:after {
		color: #6d6f72;
	}
}
@media screen and (max-width: 960px) {		
	.main-navigation > div:last-child {
		margin-right: 10px;
	}
	#newsletter-img1 img {
		right: -30%;
	}
	#newsletter-img2 img {
		max-width: 160px;
		bottom: 0;
	}
	body.page-id-709 .s100-border-right {
    width: 72.5%;
    left: calc(12.5% + 45px);
	}
}
@media screen and (max-width: 850px) {
	body.page-id-709 .s100-border-right {
    width: 82.5%;
    left: calc(7.5% + 45px);
	}
}
@media screen and (max-width: 800px) and (orientation: portrait) {
	#newsletter-img1 img {
		right: -15%;
	}
	body.page-id-709 .s100-border-right {
		width: 87.5%;
		left: calc(6.25% + 45px);
	}
}
@media screen and (max-width: 778px) {
	.page-banner-title {
		margin-top: -35px;
		width: 100%;
	}
	.img-respo {
		width: 240px;
		margin-top: -95px !important;
	}	
	.epg-desktop {
		display: none;
	}
	.epg-mobile {
		display: block;
	}
	.site-footer > div:nth-child(2) {
		padding: 10px 0;
	}
	.site-footer nav ul li {
		padding: 5px 5px;
		/* font-size: 11px; */
	}
	.site-info > div {
		display: block;
	}
	.site-info > div:nth-child(1) {
		width: 100%;
		text-align: center;
	}
	.site-info > div:nth-child(1) span {
		display: block;
		width: 100%;
	}
	.site-info > div:nth-child(2) {
		width: 100%;
		text-align: center;
	}
	.img-respo-collection {
		top: -95vw;
	}
	.img-respo-collection img {
		width: 200px;
	}
	.quote {
    	font-size: 22px;
		padding: 10px;
	}
}
@media screen and (max-width: 740px) {
	.hephaistos.tparrows {
		top: -10px !important;
	}
	.hephaistos.tparrows.tp-leftarrow {
		left: 10% !important;
	}
	.hephaistos.tparrows.tp-rightarrow {
		left: 90% !important;
	}
	.vc_empty_space {
    	display: none;
	}
	.quote {
    	font-size: 20px;
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	.respo-lang ul {
		right: 30px;
	}
}
@media screen and (max-width: 840px) and (max-height: 420px),
screen and (max-width: 740px) {
	#border-999 svg line, #border-998 svg line {
		stroke-width: 6.5;
	}
	#news-popup p:not(.news-title), #news-popup-2 p:not(.news-title) {
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 7.5px;
	}
	#news-popup p:last-of-type {
		padding-bottom: 30px;
	}
	.mobile-hide {
		display: none !important;
	}
	.mobile-full-width {
		width: 100% !important;
	}
	body.page-id-709 .s100-border-right {
    width: 47.5%;
    left: calc(25% + 45px);
	}
	.news-link {
		font-size: 14px;
	}
}

@media screen and (max-width: 840px) and (max-height: 420px),
screen and (max-width: 740px) and (orientation: landscape) {
	.menu-menu-repso-container {
		overflow-y: scroll;
    height: 85%;
    position: fixed;
		width: 100%;
		top: 58px;
	}
	ul#menuResponsive {
    position: absolute;
    top: 27px;
    overflow-y: scroll;
    height: auto;
    width: 100%;
	}
	#border-999 {
		height: calc(85% - 45px);
	}
	.news-title {
		margin-top: 0;
	}
	#news-popup.modal .wrapper, #news-popup-2 .wrapper {
		top: 0;
		height: auto;
	}
	body.admin-bar #news-popup-2 .wrapper {
		top: 12.5%;
	}
	#news-popup p.news-title, #news-popup-2 p.news-title  {
		font-size: 36px;
		margin-top: 75px;
	}
	#news-popup .wrapper > div:last-child, #news-popup-2 .wrapper > div:last-child {
		padding: 0 30px;
	}
}

@media screen and (max-width: 670px) and (orientation: landscape) {
	body.page-id-709 .s100-border-right {
    width: 55%;
    left: calc(22.5% + 45px);
	}
}

@media screen and (max-width: 480px) {
	#menuResponsive > li {
		padding: 15px 0;
	}
	#news-popup.modal .wrapper {
		width: 100%;
		left: 0;
		height: auto;
		top: 17.5%;
		padding: 0 5%;
	}
	body.admin-bar #news-popup-2 .wrapper {
		top: 19.5%;
	}
	#news-popup .close-modal, #news-popup-2 .close-modal {
		right: 0;
	}
	#news-popup .close-modal > span {
		top: -12.5px;
		right: 15px;
	}
	#news-popup .close-modal > span:after {
		color: #6d6f72;
		font-size: 30px;
	}
	#news-popup-2 .close-modal > span {
		right: 30px;
	}
	#news-popup-2 .close-modal > span:after {
		font-size: 30px;
	}
	#news-popup .news-image img, #news-popup .news-image img {
		width: 90%;
	}
	#news-popup p:not(.news-title), #news-popup-2 p:not(.news-title) {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.news-title {
		margin-top: 0;
		font-size: 35px;
	}
	#news-popup-2 .news-title {
		margin: 25px auto;
		font-size: 24px;
		width: 85%;
	}
	.worldwide-mobile {
		position: relative;
		display: block;
	}
	.img-respo {
		width: 115px;
		margin-top: -175px !important;
	}	
	.img-respo-nm {
		margin-top: -120px !important;
	}
	.img-respo-nm img {
		width: 180px;
	}
	.img-respo-ring1 {
		margin-top: -20px !important;
	}
	.img-respo-collection {
		top: -100vw;
	}
	.img-respo-collection img {
		width: 100px;
	}
	.quote {
    	font-size: 18px;
		margin-bottom: 100px !important;
	}
	.respo-lang ul {
		right: 15px;
	}

	.contact-form.wpcf7 {
		width: 320px;
	}
	div.mc4wp-response {
		padding: 0 15px;
	}
	body.page-id-709 .s100-border-right {
    width: 75%;
    left: calc(12.5% + 45px);
	}
	#news-popup-2 .wrapper {
		top: 15%;
	}
	#news-popup-2 .flex-direction-nav a {
		top: 62.5% !important;
	}
}
@media screen and (max-width: 400px) {
	body.page-id-709 .s100-border-right {
		width: 85%;
    left: calc(.5% + 45px);
    height: 56.5%;
	}
}
.collection-slider-text {
	display: none !important;
}

.language-switch.cch-lang-selector a {
    text-transform: uppercase;
}

.language-switch.cch-lang-selector li.active a::before, .language-switch.cch-lang-selector li.active a::after {
    content: " ";
    display: block;
    border: 1px solid #c6aa73 !important;
    width: 70%;
    height: 5px;
    margin: 0 auto;
}

.language-switch.cch-lang-selector li.active a::before {
    border-bottom: none !important;
}

.language-switch.cch-lang-selector li.active a::after {
    border-top: none !important;
}

li#wp-admin-bar-stats{
	display: none !important;
}

.et-icon-wrapper.social-icon, .et-icon-wrapper.social-icon svg {
    max-width: 30px;
    max-height: 30px;
}

.et-icon-wrapper.social-icon svg {
    background: #c7a85a;
    border: 1px solid #c7a85a;
    border-radius: 10px !important;
}

.inner-social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.fg-site-header__lang {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.fg-site-header__lang-active {
	font-weight: 600;
	color: var(--fg-neutral-900);
}

.fg-site-header__lang-inactive,
.fg-site-header__lang-link {
	font-weight: 400;
	color: var(--fg-neutral-500);
	text-decoration: none;
	transition: color 150ms ease;
}

.fg-site-header__lang-link:hover,
.fg-site-header__lang-link:focus-visible {
	color: var(--fg-neutral-900);
}

.fg-site-header__lang-separator {
	color: var(--fg-neutral-500);
	user-select: none;
}

/* Fallback: forza layout inline se resta lo shortcode TranslatePress */
.fg-site-header__lang .trp_language_switcher_shortcode,
.fg-site-header__lang .trp-language-switcher {
	height: auto;
	width: auto;
	position: static;
	white-space: normal;
}

.fg-site-header__lang .trp-ls-shortcode-current-language {
	display: none !important;
}

.fg-site-header__lang .trp-ls-shortcode-language {
	display: flex !important;
	align-items: center;
	gap: 0.75rem;
	visibility: visible !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	overflow: visible !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
}

.fg-site-header__lang .trp-language-switcher > div {
	border: 0;
	background: none;
	padding: 0;
}

.fg-site-header__lang .trp-ls-shortcode-language > a {
	padding: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	text-transform: inherit;
	color: var(--fg-neutral-500);
}

.fg-site-header__lang .trp-ls-shortcode-language > a:hover,
.fg-site-header__lang .trp-ls-shortcode-language > a:focus-visible {
	background: none;
	color: var(--fg-neutral-900);
}

.fg-site-header__lang .trp-ls-shortcode-language > a.trp-ls-disabled-language {
	font-weight: 600;
	color: var(--fg-neutral-900);
	cursor: default;
}

.fg-site-header__lang .trp-ls-shortcode-language > a.trp-ls-disabled-language:hover {
	color: var(--fg-neutral-900);
}

.fg-site-header__lang .trp-ls-shortcode-language > a:not(:last-child)::after {
	content: "|";
	margin-left: 0.75rem;
	color: var(--fg-neutral-500);
}

nav.fg-site-header__lang span.fg-sr-only {
    display: none;
}

.language-switch.cch-lang-selector {
    position: relative;
    z-index: 999;
}

.language-switch.cch-lang-selector a::after, .language-switch.cch-lang-selector a::before {
    content: " ";
    display: block;
    border: none;
    width: 70%;
    height: 5px;
    margin: 0 auto;
}

.language-switch.cch-lang-selector span.fg-site-header__lang-active::before, .language-switch.cch-lang-selector span.fg-site-header__lang-active::after {
    content: " ";
    display: block;
    border: 1px solid #c6aa73 !important;
    width: 70%;
    height: 5px;
    margin: 0 auto;
}

.language-switch.cch-lang-selector span.fg-site-header__lang-active::before {
    border-bottom: none !important;
}

.language-switch.cch-lang-selector span.fg-site-header__lang-active::after {
    border-top: none !important;
}

.row-right-slider-gallery .wpb_revslider_element {
    margin: unset !important;
    margin-top: 35px !important;
}