body.home > .category-navigation {
	display: none;
}

/**/
.img-wrap {
	padding-bottom: 4px;
}

.img-wrap img {
	margin-bottom: 10px;
}

.owl-nav {
	display: flex !important;
	justify-content: space-between;
	column-gap: 6px;
	width: 100%;
	height: 24px;
	margin-bottom: 12px;
}

.owl-nav button {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.owl-nav button img {
	width: 24px;
	height: 24px;
}

.owl-stage{
	margin-bottom: 20px;
}

.section-slider a.text-link {
	position: absolute;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3
}

/**/
.home .top-header,
.home .main-header {
	background-color: transparent !important;
}

.home .top-header {
	padding-bottom: 0 !important;
}

.home .top-header .elementor-container {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.home .elementor-location-header {
	background: linear-gradient(180deg, black, transparent);
	position: relative;
	z-index: 3;
}

.home .section-video {
	margin-top: -180px;
}

.home .section-video:before {
	content: '';
	width: 100%;
	height: 60px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1
}

.section-video .elementor-widget-video {
	margin-bottom: 0 !important;
}

.home .main-header ul li a {
	color: #fff;
	transition: 0.5s;
}

.home .main-header .elementor-container {
	border: none;
}

.home.sticky-on .main-header {
	border-bottom: 1px solid #eaeaea;
}

.home .main-header .elementor-widget-theme-site-logo img {
	filter: brightness(0) invert(1);
	transition: 0.5s;
}

.home .main-menu ul.menu > li.menu-item-has-children > a:after {
	background: url(https://gabriellasposa.com/wp-content/themes/gs/icons/dropdown-menu.svg);
	transform: none;
}

.home:not(.sticky-on) .main-menu ul.menu > li.menu-item-has-children > ul {
	background-color: transparent;
	border-color: #fff;
}

.home:not(.sticky-on) .main-menu ul.menu > li.menu-item-has-children > ul:before  {
	background-color: #fff;
}

.big-title-section.gabriella-prive-section {
	margin-bottom: -100px;
}

.big-title-section.gabriella-prive-section > .elementor-container {
	padding-top: 60px;
	border-top: 1px solid var(--1);
}

.big-title-section {
	padding-top: 120px;
	margin-bottom: -160px;
	position: relative;
	z-index: 1;
}

.gabriella-prive-section .big-title h1 {
	max-width: 100%;
}

.big-title h1 {
	font-size: 70px;
	max-width: 50%;
	font-family: var(--ff1);
	font-weight: 400 !important;
	font-style: italic;
	margin-left: 0;
	margin-right: auto;
	transform: translateX(-50px);
	display: block;
	line-height: 1.3;
}

.big-title h1 span.smaller {
	display: block;
	font-family: var(--ff2);
	font-style: normal;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
}

.homepage-collection-section .text-col {
	padding: 0 5% 0 10%;
}

.homepage-collection-section .text-col h2 {
	text-transform: uppercase;
	font-size: 24px;
}

.homepage-collection-section .text-col p {
	font-size: 20px;
}

.card-home a {
	display: block !important;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.card-home a img {
	transition: 1s;
}

.card-home a:hover img {
	transform: scale(1.1);
}

.card-link.text-link {
	letter-spacing: 4px;
	font-size: 14px;
}

body {
	overflow-x: hidden;
	max-width: 100%;
}

.standard-section .elementor-container {
	max-width: 1600px !important;
	margin-left: auto;
	margin-right: auto;
}

.right-collections {
	position: relative;
}

.section-slider.right-collections:after {
	top: 0;
}

.section-slider.right-collections:before {
	display: none;
}

.right-collections:after {
	content:'';
	width: 550px;
	height: 600px;
	background: url(https://gabriellasposa.com/wp-content/themes/gs/images/pattern-categorie-correlate.svg);
	background-size: contain;
	background-position: right;
	position: absolute;
	bottom: -60%;
	right: 0;
	background-repeat: no-repeat;
	display: block;
	opacity: 0.1;
}

.right-collections:before {
	content:'';
	width: 550px;
	height: 600px;
	background: url(https://gabriellasposa.com/wp-content/themes/gs/images/pattern-sinistra-categorie-correlate.svg);
	background-size: contain;
	background-position: right;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	display: block;
	opacity: 0.1;
}

.right-collections .elementor-container {
	position: relative;
	z-index: 1;
}

.category-navigation {
	margin: 120px 0px 0px;
	background-color: #f5f5f5;
	display: flex;
	overflow: hidden;
	max-width: 100%;
	flex-wrap: wrap;
} 

.category-navigation .image-categories {
	position: relative;
	flex: 0 0 40%;
	width: 40%;
	overflow: hidden;
}

.category-navigation .image-categories img {
	width: 100%;
	opacity: 0;
	transition: 0.4s;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	object-position: top center;
}

.category-navigation .image-categories img.active {
	opacity: 1;
}

.category-navigation .container {
	flex: 0 0 60%;
	padding: 120px 10%;
}

.category-navigation .container h2 {
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
}

.category-navigation .container h2 ~ p {
	font-size: 24px;
	text-align: left;
	display: block;
	line-height: 1;
}

.category-navigation .heading-nav {
	display: flex;
	justify-content: flex-start;
	margin-top: 40px;
	margin-bottom: 40px;
}

.category-navigation .heading-nav .heading-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	margin: 0px 20px;
	opacity: 0.3;
	cursor: pointer;
	position: relative;
}

.category-navigation .heading-nav .heading-title:after {
	content: '';
	width: 0;
	height: 2px;
	background-color: var(--1);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.4s;
}

.category-navigation .heading-nav .heading-title:first-child {
	margin-left: 0;
}

.category-navigation .heading-nav .heading-title.active {
	opacity: 1;
}

.category-navigation .heading-nav .heading-title.active:after,
.category-navigation .heading-nav .heading-title:hover:after{
	width: 100%;
}

.category-navigation .content-nav .content {
	height: 0;
	opacity: 0;
	position: relative;
}

.category-navigation .content-nav .content.active {
	height: auto;
	opacity: 1;
	transition: 0s opacity;
	z-index: 1;
}

.category-navigation .content-nav .content .intro {
	font-size: 15px;
	line-height: 1.7
}

.category-navigation .content-nav .content .cat-list .title {
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	opacity: 0.7
}

.category-navigation .content-nav .content .cat-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 900px;
	margin-top: 40px;
	margin-left: -20px;
	margin-right: -20px;
}

.category-navigation .content-nav .content#content1 .cat-list .extra-info-wrap,
.category-navigation .content-nav .content#content2 .cat-list .extra-info-wrap,
.category-navigation .content-nav .content#content3 .cat-list .extra-info-wrap {
	margin-bottom: 40px;
	padding: 0 20px;
}
.category-navigation .content-nav .content#content2 .cat-list > div:nth-child(3).extra-info-wrap{
	margin-bottom: 70px;
}
.category-navigation .content-nav .content .cat-list .extra-info-wrap {
	flex: 0 0 100%;
	margin-bottom: 5px;
}

.category-navigation .content-nav #content1.content .cat-list .extra-info-wrap{
	flex: 0 0 50%;
}

.category-navigation .content-nav .content .cat-list .extra-info-wrap a {
	display: table;
	width: auto;
	position: relative;
	margin-bottom: 8px;
	font-size: 18px;
	border-bottom: 1px solid #aaa;
}

.category-navigation .content-nav .content .cat-list .extra-info-wrap a:after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(https://gabriellasposa.com/wp-content/themes/gs/icons/btn-arrow.svg);
	margin-left: 5px;
	opacity: 0;
	transition: 0.4s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.category-navigation .content-nav .content .cat-list .extra-info-wrap a:hover:after {
	opacity: 1;
	margin-left: 10px;
}

.anniversary-section {
	margin-top: 120px;
	margin-bottom: 120px;
}

.anniversary-section .anniversary-grid-photos .elementor-widget-wrap {
	position: relative;
	min-height: 700px;
}

.anniversary-section .anniversary-grid-photos .elementor-widget-wrap .anniversary-image {
	position: absolute;
}


.anniversary-section .anniversary-grid-photos .elementor-widget-wrap .anniversary-image img {
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.anniversary-section .anniversary-grid-photos .elementor-widget-wrap .anniversary-image:first-child {
	max-width: 40%;
	z-index: 1;
	transform: rotate(-20deg);
	left: 0;
	top: 0;
}

.anniversary-section .anniversary-grid-photos .elementor-widget-wrap .anniversary-image:nth-child(2) {
	max-width: 50%;
	z-index: 1;
	transform: rotate(5deg);
	left: 30%;
	top: -20%;
}

.anniversary-section .anniversary-grid-photos .elementor-widget-wrap .anniversary-image:nth-child(3) {
	max-width: 35%;
	z-index: 1;
	transform: rotate(6deg);
	right: 0;
	top: 5%;
}

.anniversary-section .anniversary-grid-photos .elementor-widget-wrap .anniversary-image:nth-child(4) {
	max-width: 40%;
	z-index: 1;
	transform: rotate(6deg);
	left: 0;
	top: 40%;
}

.anniversary-section .anniversary-grid-photos .elementor-widget-wrap .anniversary-image:nth-child(5) {
	max-width: 50%;
	transform: rotate(15deg);
	left: 30%;
	top: 5%;
	z-index: 2;
}

.anniversary-section .anniversary-grid-photos .elementor-widget-wrap .anniversary-image:nth-child(6) {
	max-width: 50%;
	z-index: 1;
	transform: rotate(-17deg);
	right: 15%;
	top: 40%;
}

.anniversary-section h2 {
	font-size: 70px;
	font-family: var(--ff1);
	font-weight: 400 !important;
	font-style: italic;
	display: block;
	line-height: 1.1;
}

.anniversary-section {
	font-size: 20px;
}

.home .elementor-location-footer > .elementor-section-wrap .elementor-section:first-child {
	margin-top: 0; 
	padding-top: 0;
}

.home .elementor-location-footer .elementor-section .elementor-container {
	border-top: 0;
}

.scroll-widget {
	position: absolute;
	bottom: 120px;
	left: 0;
	width: 100%;
}

#scrolldown a {
	color: #fff;
	z-index: 2;
	text-align: center;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}


#scrolldown a span {
  position: absolute;
  top: 3px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
  0% {
	-webkit-transform: rotate(-45deg) translate(0, 0);
	opacity: 0;
  }
  50% {
	opacity: 1;
  }
  100% {
	-webkit-transform: rotate(-45deg) translate(-20px, 20px);
	opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
	transform: rotate(-45deg) translate(0, 0);
	opacity: 0;
  }
  50% {
	opacity: 1;
  }
  100% {
	transform: rotate(-45deg) translate(-20px, 20px);
	opacity: 0;
  }
}

.video-subtitle h4{
	display: block;
	font-family: var(--ff2);
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 400 !important;
	text-align: center;
}

.video-title h2 {
	font-size: 70px;
	font-family: var(--ff1);
	font-weight: 400 !important;
	font-style: italic;
	margin-right: 0;
	display: block;
	line-height: 1;
	margin-bottom: 40px;
	text-align: center;
}

.latest-blocks h2 {
	margin-bottom: 0px;
	font-family: var(--ff1);
	font-style: italic;
	margin-top: 20px;
}

.latest-blocks .text-link {
	font-size: 14px;
}

.latest-blocks .elementor-widget {
	margin-bottom: 0;
}

.section-standard.margin-bottom-0 {
	margin-bottom: 0 !important;
}

@media(max-width:1650px) {
	
	.category-navigation .container {
		padding: 120px 50px;
	}
}

@media(max-width:1480px) {
	
	.category-navigation .container {
		flex: 0 0 100%;
	}
	
	.category-navigation .image-categories {
		display: none;
	}	
}

@media(max-width:1440px) {

	/* HEADER */
	
	.home.menu-open .top-header .elementor-container {
		border-bottom: none;
	}
	
	.home.menu-open .top-header {
		background-color: var(--1) !important	
	} 
	
	.home.menu-open .main-header {
		background-color: var(--3) !important
	}
	
	.home.menu-open .main-header .elementor-widget-theme-site-logo img {
		filter: none;
	}
	
	.home.menu-open .line-menu {
		background-color: var(--1);
	}
	
	.line-menu {
		background-color: var(--3);
	}
	
	.home.menu-open .main-menu ul.menu > li.menu-item-has-children > a:after {
		background: url(https://gabriellasposa.com/wp-content/themes/gs/icons/owl-next.svg);
		transform: none;
		transform: rotate(90deg);
	}
	
	.home .main-header ul li a {
		color: #000;
		transition: 0.5s;
	}
	
	.home:not(.sticky-on) .main-menu ul.menu > li.menu-item-has-children > ul {
		background-color: transparent;
		border-color: var(--1);
	}
	
	.home:not(.sticky-on) .main-menu ul.menu > li.menu-item-has-children > ul:before {
		background-color: var(--1);
	}
	
	/* HOME */
	
	.right-collections:after {
		right: 0;
	}
	
	.anniversary-section .block-text .elementor-widget-wrap {
		padding: 0 10% !important;
	}
}

@media(max-width:1024px) {
	.big-title-section {
		margin-bottom: 0;
	}
	
	.homepage-collection-section .elementor-container .text-col .elementor-widget-wrap {
		padding: 0 !important;
	}
	
	.big-title h1 {
		max-width: 100%;
		transform: translateX(0);
	}
	
	.anniversary-section .block-text .elementor-widget-wrap {
		padding: 50px !important;
	}
	
	.anniversary-section .anniversary-grid-photos {
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.anniversary-section .anniversary-grid-photos .elementor-widget-wrap {
		min-height: 500px;
	}
	
	.big-title-section.gabriella-prive-section {
		margin-bottom: 0;
	}
}

@media(max-width:1023px) {
	.homepage-collection-section .text-col {
		padding: 0 0 0 5%;
	}
	
	.category-navigation .container {
		flex: 0 0 100%;
	}	
	.owl-stage{
		margin-bottom: 30px;
	}
	
	.card-link.text-link {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.section-slider a.text-link {
		width: 74%;
	}
	
	/**/
	.homepage-collection-section .text-col {
		padding: 0;
	}
	
	.homepage-collection-section .elementor-container {
		margin-top: 0;
	}

	.anniversary-section .block-text .elementor-widget-wrap {
		padding: 60px 20px !important;
	}
	
	.anniversary-section .anniversary-grid-photos .elementor-widget-wrap {
		min-height: 280px;
	}
	
	.home .section-video {
		margin-top: -141px;
	}
	
	.section-video .elementor-fit-aspect-ratio {
		padding-bottom: 0;
		width: 100%;
		height: 400px;
		position: relative;
		overflow: hidden;
	}
	
	.section-video .elementor-fit-aspect-ratio iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 200%;
		width: 300%;
		height: 100%;
		transform: translate(-50%, -50%);
	}

	.big-title-section {
		margin-bottom: 0;
	}
	
	.big-title h1 {
		max-width: 100%;
		transform: none;
	}
	
	.standard-section {
		padding-left: 20px;
		padding-right: 20px;
		overflow: hidden;
	}
	
	.homepage-collection-section .text-col {
		padding-left: 0;
		padding-right: 0;
		margin-top: 40px;
	}
	
	.card-link.text-link {
		letter-spacing: 3px;
	}
	
	.category-navigation {
		margin-top: 60px;
	}
	
	.category-navigation .container {
		padding: 60px 20px;
		flex: 0 0 100%;
	}
	
	.category-navigation .container h2 ~ p {
		font-size: 20px
	}
	
	.category-navigation .heading-nav .heading-title {
		font-size: 16px;
		text-indent: -68px;
		overflow: hidden;
	}
	
	.category-navigation .image-categories {
		display: none;
	}
	
	.category-navigation .content-nav .content .cat-list {
		max-height: 100%;
	}
	
	.category-navigation .content-nav #content1.content .cat-list .extra-info-wrap {
		flex: 0 0 100% !important;
	}
	
	.anniversary-section .anniversary-grid-photos .elementor-widget-wrap .anniversary-image:first-child {
		left: 0px;
	}
	
	.anniversary-section .anniversary-grid-photos .elementor-widget-wrap .anniversary-image:nth-child(4) {
		left: 0px;
		top: 35%;
	}
	
	.anniversary-section .anniversary-grid-photos .elementor-widget-wrap {
		min-height: 280px;
	}
	
	.sticky-on .line-menu {
		background-color: var(--1);
	}
	
	.section-video .elementor-widget-video .elementor-wrapper {
		aspect-ratio: auto !important;
		overflow: hidden;
		height: 100vw;
	}
	
	.section-video .elementor-widget-video .elementor-wrapper iframe {
		transform: scale(1.8)
	}
	
	.section-slider.right-collections:after {
		display: none;
	}
}