/*!
Theme Name: Siviglia
Theme URI: http://underscores.me/
Author: Cesare Bianchetti
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: siviglia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Siviglia is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	padding: 0;
}
#masthead {
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: #fff;
}
@media (max-width: 768px){
	#masthead{
		background-color: transparent;
	}
}

@font-face { font-family: LayGrotesk; src: url(https://siviglia.com/wp-content/themes/siviglia/fonts/LayGrotesk-Regular.ttf); font-weight: normal; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

#primary {
	margin-top: 33px;
}
@media (max-width: 768px){
	#primary {
		margin-top: 0px !important;
	}

}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family:'LayGrotesk','Helvetica', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.15;
}

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 {
	font-family:'LayGrotesk', 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
}

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.website-mobile-title{
	display: none;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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

ul, ol {
	margin: 0;
	list-style: none;
}

.wp-block-table td, .wp-block-table th {
	border: none !important;
}
.df-ui-nav .df-ui-btn:before{
color: #000 !important;
filter: none !important;
}

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:0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
body #iubenda-cs-banner .iubenda-cs-opt-group button {
    border-radius: 0px!important;
}
#iub-pp-container{
	padding: 30px;
}
.relative{
	position: relative;
}

input,
textarea,
button,
select,
a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
div {
	outline: none;
}

input::placeholder {
color: #000;
}
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error404 #masthead{
	display: none;

}

#main404{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("https://media.siviglia.com/images/2020/04/07143355/Siviglia-landing.jpg") no-repeat center top; position: fixed; z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.container-notfound{
	position: absolute;
	right: 10%;
	bottom: 10%;
}
#main404 h2,
#main404 a {
	color: #ffff;
}

/*--------------------------------------------------------------
# Moodboard
--------------------------------------------------------------*/
.moodboard-section{
	height: 100vh;
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
.testoBrand {
		padding-left: 25%;
		padding-right: 25%;
}

@media (max-width: 781px) and (min-width: 600px) {
.no-margin-column{
	flex-basis: calc(50%)!important;
}
}
.no-margin-column{
	margin: 0 !important;
	line-height: 0;
}
.container-contatti{
	position: relative;
	bottom: 0;
	padding: 50px 10px;
	width: 50%;
	margin: 0 auto;
}
.additional-space{
	margin-top: 100px;
}

.container-legal{
	position: relative;
	bottom: 0;
	padding: 50px 10px;
	width: 50%;
	margin: 0 auto;

}
.container-brand{
	padding: 0 100px;
}

@media only screen and (max-width: 768px)and (orientation:portrait) {
	.container-legal{
		position: relative;
		padding: 10px;
		width: 100%;
	}
.container-brand{
	width: 100%;
	padding: 10px !important;
}
.container-contatti{
	width: 100%;
	padding: 10px;
}
.additional-space{
margin-top: 0;
}
}

.logo-contatti{
	margin-bottom: 80px;
}
.logo-collection{
	display: none;
}
.page-id-2418 #mainlogo,
.page-id-614 #mainlogo,
.page-id-1169 #mainlogo,
.page-id-1047 #mainlogo,
.page-id-1249 #mainlogo,
.page-id-1803 #mainlogo,
.page-id-1804 #mainlogo,
.page-id-1799 #mainlogo,
.page-id-1797 #mainlogo,
.page-id-2087 #mainlogo,
.page-id-2917 #mainlogo,
.page-id-3072 #mainlogo,
.page-id-3073 #mainlogo,
.page-id-3120 #mainlogo,
.page-id-3121 #mainlogo,
.page-id-1801 #mainlogo,
.page-id-1203 #mainlogo,
.page-id-4433 #mainlogo,
.page-id-4523 #mainlogo,
.page-id-5035 #mainlogo,
.page-id-5895 #mainlogo,
.page-id-6014 #mainlogo,
.page-id-6193 #mainlogo,
.page-id-6206 #mainlogo,
.page-id-6134 #mainlogo{
	display: none;
}

.page-id-6206 #masthead{
	display: none;
}

.page-id-6206 #colophon{
	display: none;
}

.page-id-4129 .custom-logo-link, .page-id-4176 .custom-logo-link, .page-id-6092 .custom-logo-link {

	position: fixed;
	width: 27%;
	left: 50%;
	margin-left: -13.5%;
	top:50%;

}

.page-id-4185 #mainlogo svg{
	fill: #fff;
}

@media only screen and (max-width: 768px)and (orientation:portrait) {
	.page-id-4129 .custom-logo-link, .page-id-4176 .custom-logo-link, .page-id-6092 .custom-logo-link {

		position: fixed;
		width: 250px;
		left: 50%;
		margin-left: -125px;
		top:50%;
	
	}

	.page-id-4129 .custom-logo-link {

		width: 300px;
		margin-left: -150px;
		
	}
}

.page-id-4129 .custom-logo-link #mainlogo svg {

	fill: #ffffff;

}
.fp-controlArrow.fp-next,.fp-controlArrow.fp-prev{
	border: none;
}
.right-arrow{
	width: 2px;
	position: absolute;
	right: 10px;
}
.left-arrow{
	width: 2px;
	position: absolute;
	left: 10px;
}
.setIt, .setEn{
	display: block !important;
}
.setIt a, .setEn a{
	width: 100%;
}
/*--------------------------------------------------------------
# Store Locator
--------------------------------------------------------------*/

#wpsl-result-list{
	width: 45% !important;
}
#wpsl-gmap{
	width: 50% !important;
}

#wpsl-gmap img[src*="blue@2x"] {
 display: none;  
}

#wpsl-wrap .wpsl-search {
	background: #fff !important;
}
#wpsl-search-wrap .wpsl-input label {
  display: none !important;
}

#wpsl-search-btn, #wpsl-search-wrap input {
border: 1px solid #000;
border-radius: 0px;
}

#wpsl-search-btn{
background-color: #000;
color:#fff;
background-image: none;
padding: 10px;
width:100%;
}

#wpsl-search-btn, #wpsl-search-wrap div{
margin:0;
}
#wpsl-search-input {
padding: 12px 12px;
}
#wpsl-wrap #wpsl-result-list li{
border-bottom: 1px solid #000;
}
.wpsl-search {
padding: 0;  
}
#wpsl-search-input {
  width:100% !important;
}
#wpsl-search-wrap form{
width:45%;
display:flex;
}
#wpsl-search-wrap .wpsl-input {
  width:80%;
}
#wpsl-search-wrap .wpsl-search-btn-wrap{
 width:20% ;
   
 }   

@media (max-width: 767px){
  #wpsl-search-input{
  font-size:12px;
}
#wpsl-search-btn{
  font-size: 12px;
}
#wpsl-search-wrap form{
width:100%;
display:flex;
}
  #wpsl-search-wrap .wpsl-input {
  width:80% !important;
}
 #wpsl-search-wrap .wpsl-search-btn-wrap{
 width:20% !important;
 }
 #wpsl-result-list{
	width: 100% !important;
}
#wpsl-gmap{
	width: 100% !important;
}
}
@media (max-width: 1024px){
  #wpsl-search-wrap form{
width:100%;
display:flex;
}
  #wpsl-search-wrap .wpsl-input {
  width:80% !important;
}
 #wpsl-search-wrap .wpsl-search-btn-wrap{
 width:20% !important;
   
 }
}

/*--------------------------------------------------------------
# Store Locator Widget
--------------------------------------------------------------*/
.wpsl-search-widget {
	position: fixed;
	top:4%;
	right: 15%;
	z-index: 10;
}
@media (max-width: 768px){
	.wpsl-search-widget {
		width: 100%;
		padding:5px 10px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		top: initial;
		right: initial;
	}
	#wpsl-widget-form{
		width: 100% !important;
	}
	#wpsl-widget-form{
		width: 100%;
	}

}

#wpsl-widget-form label{
	display: none !important;
}

#wpsl-widget-form{
	width: 500px;
	display: flex;
}
#wpsl-widget-form p:first-child{
	width: 80%;
	border-left: 1px solid #000 ;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	align-self: flex-end;
	margin: 0;
}
#wpsl-widget-form p:nth-child(2){
	width: 20%;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	align-self: flex-end;
	margin: 0;
}


#wpsl-widget-search{
	padding: 10px;
	border-right: 1px solid #fff;
	border-right-width: 0;
	background-color: transparent;
	width: 100%;
	border: 0;
	border-radius: 0;
}
#wpsl-widget-submit{
	padding: 10px;
	margin-left: 0 !important;
	border-left-width: 0;
	cursor: pointer;
	text-transform: uppercase;
	width: 100%;
	border-radius: 0;
	border: 0;
	background-color: transparent;
}

.white-placeholder::-webkit-input-placeholder {
    color: #fff;
}

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

.home-SectionOne, .home-SectionTwo, .home-SectionTree{
	cursor: pointer;
}

.titleHome{
	font-size: 50px;
	margin-bottom: 10px;
}
.bigH1{
	font-size: 50px;
	margin-bottom: 20px;
}
.copyHome{
	width: 300px;
}
.copyStories{
	width: 300px;
	margin: auto;
	padding: 30px 0;
}

.txtHomeContainerRight{
	position: absolute;
	right: 20%;
	top: 35%;
}
.lndHomeContainerRight {
position: absolute;
right: 10%;
top: 35%;
}
.btnHome{
	margin-top: 20px !important;
}
.wp-block-button__link{
	font-size: 12px !important;
}
.logoLanding{
	width: 250px;
	margin-bottom: 150px;
	margin-right: auto;
	fill: #ffff;
}
.fp-viewing-0-0 svg
{
    fill: #ffff !important;
}
.fp-viewing-0-0 #navHome li a{
	color: #ffff;
}
.fp-viewing-0-0 #navHome li.active a{
	border-bottom: 2px solid #ffff !important;
}
.fp-viewing-0-0 #_a0,
.fp-viewing-0-0 #_a1{
    stroke: #ffff !important;
}
/*--------------------------------------------------------------
# Elements Collections
--------------------------------------------------------------*/
.container-collection{
	position: relative;
}
.svg-container{
	position: absolute;
	bottom: 45%;
	width: 250px;
	left: 50%;
	margin-left: -125px;
}
/*--------------------------------------------------------------
# Elements Collections AW20 SS22
--------------------------------------------------------------*/
.collection-aw20-title-mobile, .collection-aw20-mobile, .collection-ss22-title-mobile, .collection-ss22-mobile{
	display: none;
}

.mainSS-title{
	position: fixed;
	right: 15%;
	bottom: 30%;
	width: 18%;
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mainAW-title{
	position: fixed;
	right: 15%;
	bottom: 30%;
	width: 18%;
	z-index: 999;
}
.collection-aw20-title{
	right: 15%;
	top: 5%;
	width: 85%;
	z-index: 999;
	float: right;
}
.collection-ss22-title{
	right: 15%;
	top: 5%;
	width: 85%;
	z-index: 999;
	float: right;
	
}
.ss22{
	width: 180px;
	margin-top: 100px;
}
.collection-text{
	margin-top: 70px;
}
.links-container{
	margin-top: 70px;
}
.links-ul{
	list-style: none;
	padding: 0;
	font-size: 16px;
}
.siviglia-link.active, .svgl-link.active, .white-link.active{
	font-weight: bold;
}

/*--------------------------------------------------------------
# Elements Collections SS21
--------------------------------------------------------------*/
.logo-collection-ss21-left{
	position: absolute;
	width: 25%;
	right: 18%;
	top: 15%;
}
.text-collection-ss21-left{
	position: absolute;
	width: 25%;
	right: 18%;
	bottom: 15%;
}
.logo-collection-ss21-right{
	position: absolute;
	width: 25%;
	left: 18%;
	top: 15%;
}
.logo-collection-ss21-tree{
	position: relative;
	width: 100%;
}
.logo-collection-ss21-tree img {
	width: 45%;
	float: right;
	padding-top: 10px;
}
.text-tree{
	margin: 0;
	padding-top: 25px;
}
.text-collection-ss21-right{
	position: absolute;
	width: 25%;
	left: 18%;
	bottom: 15%;
}
.text-ss21-right{
	text-align: left;
}
.lookText-right{
	font-weight: bold;
	padding-top: 15px;
	text-align: left;
}
.text-ss21{
	text-align: right;
}
.white{
	color: #fff;
}
.lookText{
	font-weight: bold;
	padding-top: 15px;
	text-align: right;
}
.up-left{
	position: absolute;
	left:5%;
	top:10%;
	width: 25%;
	text-align: left;
}
.up-right{
	position: absolute;
	right:5%;
	top:10%;
	width: 25%;
	text-align: right;
}
.up-left p{
	margin: 0;
}
.up-right p{
	margin: 0;
	font-weight: bold;
}
.down-left{
	position: absolute;
	left:5%;
	bottom:5%;
	width: 25%;
}
.down-right{
	position: absolute;
	right:5%;
	bottom:5%;
	width: 25%;
}
.bottom-to-div{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}
.collection-ss21-img{
	margin-bottom: 10px !important;
}
.wp-block-image.collection-ss21-img figcaption {
margin-top: 1em;
margin-bottom: 1em;
}
/*--------------------------------------------------------------
# SIVIGLIA PROJECT WHITE
--------------------------------------------------------------*/

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
	background: transparent !important;
}

.plyr__tooltip {
	visibility: hidden !important;
}


.ss3-loader::after {
	border: 1px solid RGBA(0,0,0,.6) !important;
	border-top: 1px solid #fff !important;
	width: 40px;
	height: 40px;
}

.section-title-white{

	position: absolute;
	z-index: 3 !important;
	color: #ffff;
}

.sliderWhite-section{
	z-index: 999 !important;
}
@media (max-width: 767px){
	.titlewhite{
		font-size: 70px !important;
		margin-top: 30px !important;
		line-height: 55px;
		margin-left:auto !important;
		margin-top: auto !important;

	}

}
@media (min-width: 1024px){
.titlewhite{
	font-size: 7vw !important;
	word-spacing: -5px;
	margin-left: -8px !important;
	margin-top: -3px !important;
}
}
.right-text{
	text-align: justify;
}

.post-4523 .wp-post-image {
	display: none;
	}



.ycd-simple-timer-dots{
	margin: 0 !important;
}
.timer{ 
	position:relative; 
	width:100%; 
}
.ycd-countdown-content-wrapper-4449 {
	margin: 0 auto;
}
.textCountdown{
	font-size: 200px;
	margin-bottom: 0;
	text-align: center;
	line-height: 70%;
}
.timer-title{
	position:relative; 
	width:100%; 

	margin-bottom:50px
}

.margin0spw{
	margin: 0;
}


@media (max-width: 767px){
	.spacer-spw{
		display: none;
	}
	.siviglia-project-white-video{
		width: 100%;
	}
	.textCountdown{
		font-size: 50px;
		margin-bottom: 0;
		text-align: left;
	}
	.ycd-countdown-content-wrapper-4449 {
		margin: 0;
	}
	.ycd-simple-countdown-number, .ycd-simple-timer-dots {
		font-size: 50px !important;

	}
}

/*--------------------------------------------------------------
# Elements Collections AW21
--------------------------------------------------------------*/
.aw21-top-title{
	position: fixed;
	top: 0;
	z-index: 99;	
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.wp-block-video{
	margin: 0;
}
/*--------------------------------------------------------------
# Elements Collections AW22
--------------------------------------------------------------*/

figure.wp-block-image.size-full.img-denim-aw22 figcaption{
    margin-top: 0.5em;
    width: 100%;
    margin-bottom: 0.5em;
    padding: 10px;
}
.wpsisac-slick-carousal .wpsisac-image-slide{
	margin: 0 !important;
}

.caption-txt{
	padding-left: 10px;
}

.wp-block-cb-carousel .slick-slide {
	padding: 0 !important;
}

@media (max-width: 767px){
.wp-block-kadence-column {
margin-bottom: 0 !important;
}
}

.slick-dots {
	bottom: -10px;
	width: 15%;
	margin: 0;
	list-style: none;
	float: right;
	position: relative;
	}

.slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}
.slick-dots li{
	margin: 0 !important;
}
/*--------------------------------------------------------------
# Slider Progress
--------------------------------------------------------------*/

.progress1,
.progress2,
.progress3,
.progress4{
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;

  background-color: #f2f2f2;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
}

/*--------------------------------------------------------------
# Elements Stories
--------------------------------------------------------------*/
.container-stories{
	margin-top: 250px;
}
.whiteAnimation{
	position: absolute;
	width: 300px;
	left: 50%;
	margin-left: -150px;
}
.whiteAnimationBottom{
	width: 350px;
	margin: auto;
}
.txtAnimation-SVGL{
	position: relative;
	top: -30px;
	fill: #ffff;
	height: 20px;
	overflow: hidden;
}
.txtSVG1{
	height: 12px;
	position: absolute;
	right: -580px;
}
.txtSVG2{
	height: 12px;
	position: absolute;
	right: 0px;
}
.txtSVG3{
	height: 12px;
	position: absolute;
	right: 580px;
}
#SVGLpin1{
	height: 10px;
	padding: 0 20px;
}
.segnapostoH{
	display: none;
}
.container-title-svgl{
	position: absolute;
	left: 50%;
	margin-left: -200px;
}
.container-title-svgl img {
	width: 400px;
}
.page-id-1552 .custom-logo-link{
	display: none;
}
.animationDenim{
	position: fixed;
	bottom: 50%;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	}
}

/*--------------------------------------------------------------
# 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: #000;
	border: 1px solid transparent;
	border-radius: 0px;
	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%;
}
.btnCustom a{
padding: 12px 50px;
border: 1px solid !important;
}
.btnCustom-noborder a{
	padding: 12px 50px;
	border: none;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.shop{
	position: absolute;
	top: 20px;
	right: 20px;
}
.showMore{

}
.showMore a {
	font-size: 12px;

}
#moreContent{
	padding: 30px 0;
}
svg.svgPlus{
	fill: #ffff !important;
	height: 16px;
	margin-left: 10px;
}
svg.svgClose{
	fill: #000 !important;
	height: 40px;
	padding: 10px;
}
.ulMore{
	padding: 0;
	line-height: 1.5;
}
.sideBarSocial{
	position: absolute;
	bottom: 30px;
	padding: 10px;
	font-weight: 300;
}
.sideBarSocial a{
	padding: 5px 0 !important;
}
.sideBarLang{
	position: absolute;
	bottom: 100px;
	padding: 30px;
}
.sideBarLang a{
	padding: 3px;
}
.toHomeNav{
	position: absolute;
	bottom: 30px;
	right: 0;
	padding: 0 10px;
	font-weight: 300;
}
/*--------------------------------------------------------------
			# FULL PAGE JS
--------------------------------------------------------------*/
#fp-nav{
	z-index: 99;
}
#fp-nav ul li a span, #fp-nav ul li a.active span, #fp-nav ul li:hover a span, #fp-nav ul li:hover a.active span{
	height: 7px;
	width: 7px;
}
#fp-nav ul li a.active span{
	box-shadow: 0 0 0 18px rgba(0, 0, 0, 1) inset;
}
#fp-nav ul li a:not(.active) span{
	box-shadow: 0 0 0 1px rgba(0,0,0,1) inset !important;
}
#navHome{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	list-style: none;
	position: absolute;
	bottom: 50px;
	z-index: 99;

}
.pictureWrapper {
width: 100%;
height: 100%;
}
#navHome li {
	display: inline;
	padding: 0 5px;
}
#navHome li a{
		color: #000;
		font-size: 16px;

		margin: 5px;

}
#navHome li.active a{
	border-bottom: 2px solid #000;
	font-weight: 700;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/



a {
	color: black;
}

a:visited {
	color: black;
}


a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Input
--------------------------------------------------------------*/

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

*:focus {
    outline: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.sidebar-website{
	padding: 10px;
	border-bottom: 1px solid #000;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu {
	padding: 30px 0px;
	line-height: 1;
}
.sub-menu{
	display: none;
}
.sub-menu.is-active {
	display: block;
}
.sub-menu .menu-item{
	font-weight: 300;
	font-size: 18px;
}
.sub-menu li{
	padding: 5px;
}
.menu-item{
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {

}

.main-navigation ul ul ul {

	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 {
	position: relative;
	
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px;
}
.main-navigation a:last-child {
	
	padding-right: 0px;
}

/* Small menu. */
.menu-toggle{
	cursor: pointer;
	position: relative;
}
.menu-toggle svg{
	width: 45px;
	height: 35px;
	padding: 10px;
	margin-top: 7px;
}
@media only screen and (max-width: 768px)and (orientation:portrait) {
  
	.main-navigation li {
		border-bottom: 1px solid #f2f2f2;
	}
	.menu-toggle svg{
		margin-top: 0px;
	}
}
/* Side Nav */
.sideNav{
	height: 100%;
	width: 350px;;
	position: fixed;
	z-index: 1;
	top: 0;
	left: -350px;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.3s;
}
#mySideNav.is-active{
	display: block;
	z-index: 9999999999;
}

.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%;
}
/*--------------------------------------------------------------
# Second Menu More
--------------------------------------------------------------*/
#More.menu {
	padding: 0;
}
#More a{
	font-weight: 300;
	padding: 10px;
}
.sub-menu{
	padding: 10px 0;
	box-shadow: none;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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;
	margin-bottom: 1.5em;
}

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

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

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

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

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

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-summary {
	margin: 1.5em 0 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 {
	left: 50%;
	width: 27%;
	position: fixed;
	top: 50%;
	margin-left: -7.5%;

	
}

.wp-block-image{
	margin: 0;
	line-height: 0;
}
/*--------------------------------------------------------------
## 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;
}
/*-------------------------------------------------------------
## Kadence
---------------------------------------------------------------*/
.wp-block-kadence-column{
	min-width: auto !important;
}
/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media only screen and (min-width: 768px){
.page-id-4185 .container-header-more{
	color: #fff;
}
}
.container-header-more{
	top: 50px;
	width: 50%;
	position: fixed;
	z-index: 99999999;
	padding: 0 10px;
}
@media only screen and (max-width: 768px)and (orientation:portrait) {
	.container-header-more{
		top: 0;
		width: 50%;
		height: 45px;
		position: fixed;
		z-index: 999999;
		padding: 0 10px;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}
.navigation-mobile{
	height: 45px;
	border-top: 1px solid #f2f2f2;
}

.website-name{
	color: #000 !important;
}

.header-desktop{
display: flex;
justify-content: space-between;
width: 50%;
}
.website-name{

}
#menu-24, #menu-25{
	padding: 0;
}
#menu-24 .menu-item, #menu-25 .menu-item {
	font-size: 12px;
	font-weight: 300;
}

#menu-24 a, #menu-25 a{
	color: #000;
}
#menu-24 li, #menu-25 li {
	display: inline-block;
	padding: 0 10px;
}

.contact-header{
width: 50%;
float: left;
display: flex;
justify-content: flex-end;
}
.main-header-dk-container{
	display: flex;
	align-items: center;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.page-id-614 #colophon,
.page-id-1799 #colophon,
.page-id-1797 #colophon,
.page-id-1203 #colophon,
.page-id-1801 #colophon,
.page-id-6134 #colophon{
	display: none;
}

.brand-info p{
	margin: 0;
	text-align: right;
	line-height: 1.2em;
}
.site-info{
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.footer-social{
	padding: 0 5px;
}
.piva-footer{
	float: left;
	margin: 1em 2em;
	display: inline;
}
.allrights-footer{
	display: inline;
	margin: 1em 2em;
	float: right;
}
#social-footer li{
	display: inline-block;
	margin: 1em 2em;
	font-weight: 300;
}
#lang-footer li{
	display: inline-block;
	margin: 1em 2em;
	font-weight: 300;
}
.title-footer{
	font-size: 27px;
	padding: 25px;
}

@media only screen and (max-width: 768px)and (orientation:portrait) {
  /* For mobile phones: */

  .custom-logo-link {
		left: 50%;
		width: 35%;
		position: fixed;
		top: 50%;
		margin-left: -31%;
	
	}
	.sideNav{
		width: 100%;
		left: 0;
		display: none;
	}


/* Collection AW20  SS22 mobile phones: */
	#post-2087, #post-2371, #post-3120{
		margin-right: 15%;
	}
	.collection-aw20-title-mobile, .collection-aw20-mobile, .collection-ss22-title-mobile, .collection-ss22-mobile{
		display: block;
	}
	.collection-aw20-title, .collection-aw20, .collection-text, .links-container, .collection-ss22-title, .collection-ss22{
		display: none;
	}
	.mainSS-title{
		height: 100%;
		right: 0;
		top: 0;
		bottom:auto;
		width: 15%;
		z-index: 999;
		display: flex;
		flex-direction: column;
		align-items: center;

		
	}
	.mainAW-title{
		position: fixed;
		height: 100%;
		right: 0;
		top: 0;
		width: 15%;
		z-index: 999;
	}
	.collection-aw20-container-mobile{ 
		position: fixed;
		width: 15%;
		padding-top: 90%;

	}
	.collection-ss22-container-mobile{
		position: fixed;
		width: 15%;
		padding-top: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
.text-collection-ss21-left,
.text-collection-ss21-right{
	width: 50%;
}


/* Home & Landing image mobile phones: */
	.navFirst .fp-bg{
		background-image: url("https://media.siviglia.com/images/2022/09/06160831/Siviglia_FW22_Main_30-6.jpg") !important;
	}
	.navSecond .fp-bg{
		background-image: url("https://media.siviglia.com/images/2022/09/06160825/Siviglia-denim-fw22-mobile.jpg") !important;
	}
	.navThird .fp-bg{
		background-image: url("https://media.siviglia.com/images/2021/04/20072512/Siviglia-portarait-brand.jpg") !important;
	}
	.right-arrow{
		width: 2px;
		right: 0;
	}
	.left-arrow{
		width: 2px;
		left: 0;
	}
	#iubenda-cs-banner.iubenda-cs-default-floating div.iubenda-cs-content{
		margin: 0 !important;
	}
	.bottom-margin {
		margin-bottom: 50px;
	}
	/*--------------------------------------------------------------
	# elements Mobile contatti
	--------------------------------------------------------------*/

	.container-contatti, .container-brand{
		position: relative;
		padding: 100px 10px 0 15px;
		bottom: auto;
		right: auto;
	}
	.logo-contatti,
	.logo-collection{
		display: none;
	}

	/*--------------------------------------------------------------
	# Navigation Home & Landing
	--------------------------------------------------------------*/
	.menu-toggle {
		top: 5px;
		left: 0;
		display: flex;
		align-items: center;
	}
	.shop{
		top: 15px;
		right: 15px;
	}
	.titleHome{
		font-size: 50px;
		text-align: center;
		margin-bottom: 0px;
	}
	.copyHome{
		margin: 0 auto;
		text-align: center;
	}
	.txtHomeContainerRight{
		position: relative;
		right: auto;
	}
	.lndHomeContainerRight {
		position: relative;
		right: auto;
	}
	.container-notfound{
		text-align: center;
		right: auto;
		padding: 30px;
	}
	.mobile-center{
		text-align: center;
		
	}
	.btnContainer{
		width: 100%;
		text-align: center;
		justify-content: center !important;
	}
	.txtLanding{
		text-align: center;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.logoLanding{
		margin-left: auto;
	}

	.whiteAnimationBottom{
	width: 200px;
	padding: 30px;

	}

	.compare-in-right,
	.compare-in-left{
		position: absolute;
		width: 100%;
	}
	.compare-in-right{
		right: -100%;
	}
	.segnapostoH{
		display: block;
	}
	.hidden-overflow{
		overflow: hidden;
		position: relative;

	}
	.container-title-svgl img {
		width: 250px;
	}
	.container-title-svgl{
		margin-left: -125px;
	}
	.animationDenim{
		position: fixed;
		bottom: 30%;
		width: 200px;
		margin-left: -100px;
		}
		.container-txt-denim{
			display: none;
		}
	.svg-container{
			position: absolute;
			bottom: 40%;
			width: 150px;
			left: 50%;
			margin-left: -75px;
		}
		.testoBrand {
				padding-left: 30px;
				padding-right: 30px;
		}
		.setIt a, .setEn a {
		width: 70%;
		}
		/*--------------------------------------------------------------
		# Stories
		--------------------------------------------------------------*/
		.section-white .fp-bg{
			background-image: url("https://media.siviglia.com/images/2020/04/14131238/Siviglia-Digital-66.jpg") !important;
		}




}
