/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/







:root {
	--color-gray-10: #E8E8E8;
	--color-black-light: #0F0F0F;
	--color-bright-orange: #FF6A00;
	--nav-height: 2.8rem;
	--nav-margin-top: 1.25rem;
	--p-level-5: clamp(1.15rem, 1.9vw, 2rem);
	
	--font-light: "SF Pro Display Light", sans-serif;
	--font-light-italic: "SF Pro Display LightIt", sans-serif;
	--font-ultralight: "SF Pro Display UltraLight", sans-serif;
	--font-thin: "SF Pro Display Thin", sans-serif;
	--font-regular: "SF Pro Display Regular", sans-serif;
}

body {
	font-family: "SF Pro Display Light", sans-serif !important;
}

.page-id-16 .container-wrap, .page-id-563 .container-wrap, .page-id-738 .container-wrap {
	background-color: var(--color-black-light); 

}

h1 {
	font-weight: 300 !important;
}

h2, h2.post-heading {
	font-family: "SF Pro Display Ultralight", sans-serif !important;
	text-transform: uppercase;
	font-size: clamp(1.875rem,5vw,6rem) !important;
	line-height: 1em;
}

h3, .h3-like {
	font-family: "SF Pro Display Light", sans-serif !important;
	font-size: clamp(1.5rem,2vw,2.25rem);
	text-transform: uppercase;
	font-weight: 300 !important;
}

.p-32 {
	font-size: var(--p-level-5);
}

.p-96 {
	font-size: clamp(1.875rem, 5vw, 6rem);
}

.p-138 {
	font-size: clamp(3.85rem, 8vw, 8.5rem);
}

.font-light-italic {
	font-family: var(--font-light-italic);
	font-weight: 300;
}

.uppercase {
	text-transform: uppercase;
}

body a {
	font-family: "SF Pro Display Light", sans-serif;
	font-weight: 300;
}
	
body #slide-out-widget-area .inner-wrap > .inner .off-canvas-menu-container li > a {
	font-family: "SF Pro Display Light", sans-serif;
	font-weight: 300;
}

/* Global classes -- start */

.flex-column {
	display: flex;
}


@media (max-width: 880px) {
	.desktop {
		display: none !important;
	}
}

@media (min-width: 880px) {
	.mobile {
		display: none !important;
	}
}


/* Header and navigation -- start */

header #logo {
	display: none !important;
}

.header-logo {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 100000;
	width: clamp(12.25rem,17.64vw,18.75rem);
}

@media (max-width: 880px) {
	.header-logo {
		top: .4rem;
	}
}

.header-logo svg {
	max-width: 100%;
}

.header-logo path {
	fill: black;
}

.page-id-16 .header-logo path, .page-id-563 .header-logo path {
	fill: white;
}


body #header-outer, body #search-outer, #header-space, #header-outer .bg-color-stripe, #top {
	background-color: rgba(0,0,0,0) !important;
}

#header-space {
 position: fixed !important;
	top: 2rem;
	right: 2rem;
	
}

@media (min-width: 1246px) {
	nav {
	background-color: white;
    padding: 0.4rem 1.6rem 0.4rem 0.4rem;
	border-radius: 3rem;
	height: var(--nav-height);
	margin-top: var(--nav-margin-top);
}
}


.header-logo-white {
	position: absolute;
	top: 2.25rem;
	left: 2.5rem;
}




#menu-item-137 .menu-title-text, #menu-item-138 .menu-title-text, #menu-item-674 .menu-title-text, #menu-item-675 .menu-title-text, #menu-item-671 .menu-title-text, #menu-item-672 .menu-title-text, .wpml-ls-display {
	font-size: 0.8rem;
	text-transform: uppercase;
	font-family: "SF Pro Display Medium", sans-serif !important;
}

@media (max-width: 880px) {
	.menu-item-137 span, .menu-item-138 span, .menu-item-674 span, .menu-item-675 span, .menu-item-671 span, .menu-item-672 span  {
		font-size: 1rem !important;
		text-transform: uppercase;
		color: var(--nectar-accent-color);
	}
}




#menu-item-137, #menu-item-674, #menu-item-671 {
	background-color: black;
	padding:  0.4em 1em 0.5em;
	border-radius: 2rem;
	margin-left: clamp(1rem,6vw,10rem);
}

#menu-item-137 .menu-title-text, 
#menu-item-674 .menu-title-text,
#menu-item-671 .menu-title-text {
	color: white !important;
}

@media (max-width: 880px) {
	.menu-item-137, .menu-item-674, .menu-item-671 {
		position: relative;
		margin-top: 80px;
	}
	.menu-item-137:before, .menu-item-674:before, .menu-item-671:before {
		content: "";
		position: absolute;
		top: -70px;
		left: 50%;
		width: 1px;
		height: 40px;
		background-color: white;
	}
}




#menu-item-138, #menu-item-675, #menu-item-672 {
	background-color: var(--color-gray-10);
	padding:  0.4em 2em 0.5em;
	border-radius: 2rem;
	margin-left: 1rem;
}


#header-outer #top nav > ul > li#menu-item-137 > a, #header-outer #top nav > ul > li#menu-item-138 > a, #header-outer #top nav > ul > li#menu-item-674 > a, #header-outer #top nav > ul > li#menu-item-675 > a, #header-outer #top nav > ul > li#menu-item-671 > a, #header-outer #top nav > ul > li#menu-item-672 > a {
	margin-left: 0 !important;
	margin-right: 0 !important;
}




.sf-menu li {
	position: relative;
}

.sf-menu li::after {
	content: '';
	position: absolute;
	top: 18%;
	right: -1px;
	background-color: var(--color-gray-10);
	height: 1.25rem;
	width: 1px;
	
}

.sf-menu li:nth-last-child(2):after, .sf-menu li:nth-last-child(3):after, .sf-menu li:nth-last-child(4):after, .sf-menu li:last-child:after {
	content: none;
}

.menu-title-text {
	font-family: "SF Pro Display Light", sans-serif !important;
	color: black;
	font-size: 1.2rem;
}

#top > div > div > div.col.span_9.col_last > div.slide-out-widget-area-toggle.mobile-icon.fullscreen-inline-images > div {
    background-color: white;
    padding: 12px 20px;
    margin-top: 20px;
    border-radius: 30px;
}

body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line {
	background-color: black !important;
}

.wpml-ls-last-item a {
	margin-left: 0 !important;
}


/* Header and navigation -- end */

/* Secondary pages hero block -- start */

.secondary-header__title {
	text-align: center;
	animation: 1s fadeInUp;
}

.secondary-header__title span {
	margin-bottom: 2.2rem;
    display: block;
}

@media (max-width: 880px) {
	.secondary-header__title span {
	margin-bottom: 0.1rem;
    display: inline-block;
	}
	
	#big-description__wrapper h3 {
		text-align: center;
	}
}

/* Secondary pages hero block -- end */



/* Developspace presentation section under the hero video -- start */

.ds-name__wrap {
	font-family: "SF Pro Display Light", sans-serif !important;
}

@media (max-width: 880px) {
	
}

.ds-name__descriptor {
	text-transform: uppercase;
	animation: 1s fadeInUp;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.ds-name {
	font-family: "SangBleu Empire Regular", serif;
}



.ds-name > h1 > span > span:nth-child(6), .ds-name > h1 > span > span:nth-child(12) {
	-webkit- font-family: "SangBleu Empire RegularIt", serif;
	font-family: "SangBleu Empire RegularIt", serif;
	font-weight: 400 !important;
	font-style: italic;
} 



.ds-payoff {
	color: white;
	text-transform: uppercase;
	font-weight: 300 !important;
}


/* Hero screen */


.hero__wrapper {
	width: 100vw;
    height: 100vh;
	overflow: hidden;
}


@media (max-width: 880px) {
	.hero {
		min-height: unset !important;
	}
	
	.hero .row_col_wrap_12 {
		min-height: unset !important;
	}
	
} 


/* Hero video -- start */


@media (min-width: 880px) {
	.hero .nectar_video_player_self_hosted	{
		display: none !important;
	}
	
}




@media (max-width: 880px) {
	
		.hero .wpb_raw_code {
		display: none;
	} 
	
	.hero .nectar_video_player {
		width: 100vw;
    	height: 100vh;
	}
	
	
/*  .hero__wrapper {
		height: 30vh;
	} 
	
	.hero__wrapper video {
		width: 103vh !important;
    	height: 102vw !important;
		transform: rotate(90deg);
		translate: -21% 36%;
	} 
	
	
	.hero .nectar_video_player video.nectar-video-self-hosted {
		width: 103vh !important;
    	height: 102vw !important;
		transform: rotate(90deg);
		translate: -21% 36%;
	}
	
	*/
	
}

.hero__video, .hero__video video {
	width: 100%;
	height: 100%;
}

.hero__video video {
	object-fit: cover;
}

/* Hero video -- end */


/* Payoff -- start */ 


.big-description__text {
	text-align: center !important;
}

/* Payoff -- end */ 

/* Gran menu - siti-video-branding -- start */

@media (max-width: 880px) {
	.gran-menu .post-heading a {

		font-size: 4.3rem !important;
	}
}


/* Gran menu - siti-video-branding -- end */

/* Testimonials section -- start */ 

.testimonials h3 {
	color: white;
}

.testimonial_slider p, .testimonial_slider span, .testimonial_slider li {
	font-family: "SF Pro Display Light", sans-serif !important;
	color: white !important;
}

.testimonial_slider p {
	font-size: 1.5rem !important;
	line-height: 1.3em !important;
}

@media (max-width: 880px) {
	.testimonial_slider p {
	font-size: 1.2rem !important;
	}
	
	.testimonial_slider[data-style="minimal"] blockquote {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.testimonial_slider span {
	font-size: 1rem !important;
}

.testimonial_slider[data-style="minimal"] .testimonial-next-prev .next, .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev {
	color: var(--nectar-accent-color);
}


/* Testimonials section -- end */




/* Custom footer section - salient global section -- start */

#footer-outer {
	display: none;
}

.custom-footer__text {
	margin-bottom: 3rem !important;
}

@media (max-width: 880px) {
	.custom-footer__text {
	margin-bottom: 1.5rem !important;
	}
}

.custom-footer__form {
	padding-right: 25% !important;
	margin-bottom: 2rem !important;
}

@media (max-width: 880px) {
	.custom-footer__form {
	padding-right: 0 !important;
}
}

.custom-footer__left .wpb_wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
    justify-content: space-between;
}

.custom-footer__right a {
	color: black !important;
	text-decoration: underline;
}

/* Custom footer section - salient global section -- end */

/* WP-Forms -- start */


.wpforms-form input, .wpforms-field-textarea textarea  {
	background-color: transparent !important;
	color: black !important;
	border-radius: 0 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: solid 2px black !important;

}

.wpforms-form input::placeholder, .wpforms-container textarea::placeholder {
	color: black !important;
	font-size: 0.875rem;
}

body[data-button-style=rounded] .container-wrap button[type=submit], body[data-button-style=rounded] .container-wrap input[type=submit] {
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	height: calc(var(--wpforms-field-size-input-height)* 3.1) !important;
}


legend {
	display: none !important;
}

.wpforms-field-label-inline {
	color: black !important;
	font-size: 0.875rem !important;
	width: 50% !important;
}

@media (max-width: 880px) {
	.wpforms-field-label-inline {
	width: 100% !important;
	}
}
 
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
	background-color: black !important;
	color: white !important;
}

div.wpforms-container-full:not(:empty) {
	margin: 0 auto !important;
}

div.wpforms-container-full .wpforms-form textarea, div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=email] {
	padding-left: 0 !important;
}

#wpforms-152-field_5_3 {
	border: none !important;
}

/* WP-Forms -- end */


/* Portfolio Stacked View -- start */

/*

.products-how .nectar-post-grid-item:nth-child(1) .inner, .products-how .nectar-post-grid-item:nth-child(6) .inner  {
	background-color: var(--color-bright-orange);
}

.products-how .nectar-post-grid-item:nth-child(2) .inner, .products-how .nectar-post-grid-item:nth-child(7) .inner  {
	background-color: var(--nectar-extra-color-2);
}

.products-how .nectar-post-grid-item:nth-child(3) .inner, .products-how .nectar-post-grid-item:nth-child(8) .inner  {
	background-color: var(--nectar-accent-color);
}


.products-how .nectar-post-grid-item:nth-child(4) .inner, .products-how .nectar-post-grid-item:nth-child(9) .inner  {
	background-color: black;
}

.products-how .nectar-post-grid-item:nth-child(5) .inner, .products-how .nectar-post-grid-item:nth-child(10) .inner  {
	background-color: var(--nectar-extra-color-3);
}

.products-how .nectar-post-grid-item:nth-child(1) .inner span, .products-how .nectar-post-grid-item:nth-child(6) .inner span, .products-how .nectar-post-grid-item:nth-child(3) .inner span, .products-how .nectar-post-grid-item:nth-child(8) .inner span {
	color: black !important;
}  */



.products-how .nectar-post-grid-item .inner {
	background-color: var(--color-black-light) !important;
} 

.products-how .nectar-post-grid-item__excerpt-wrap span {
	font-family: var(--font-regular) !important;
	font-size: var(--p-level-5) !important;
	line-height: 1.2em !important;
}

@media (min-width: 880px) {
	
	.products-how .nectar-post-grid-item__excerpt-wrap {
		width: 45% !important;
	}

	.products-how .content {
		justify-content: center !important;
	}
	
	.products-how .post-heading {
		max-width: 45% !important;
	}
	
	.products-how .nectar-post-grid-item-bg-wrap {
	width: 50%;
	margin-left: 50%;
	}

	.products-how .nectar-post-grid-item {
		pointer-events: none;
	}

}

@media (max-width: 880px) {
	
	.products-how .nectar-post-grid-item__excerpt-wrap {
	font-size: clamp(1rem,1.4vw, 1.5rem);
			
	}


	.products-how .nectar-post-grid-item-bg-wrap {
	height: 50% !important;
	margin-bottom: 50%;
	}

	.products-how .nectar-post-grid-item {
		pointer-events: none;
	}
	
	/*
	.products-how .item-main {
		padding-bottom: 30%;
	} 
	*/
	
	.products-how .item-meta-extra {
		width: 100% !important;
	}
	
	.products-how .post-heading {
		max-width: 100% !important;
	}

}

/* Portfolio Stacked View -- end */

/* Blog - start */

.single-post h2:not(:last-child) {
	font-size: clamp(2rem, 3vw, 3rem) !important;
	text-transform: none;
	line-height: 1.1em !important;
	margin-bottom: clamp(1.15rem, 2vw, 1.8rem) !important;
}

@media (min-width: 880px) {
	.single-post h2:not(:last-child) {
		max-width: 75%;
	}
}

.single-post h2:not(:last-child), .single-post p:not(:last-child), .single-post li {
	font-family: var(--font-regular) !important;
	font-weight: 400;
	line-height: 1.4em;
}

.single-post p:not(:last-child), .single-post li {
	font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

.single-post .subtitle {
	font-size: clamp(1.6rem, 2.2vw, 2.25rem) !important;
    line-height: 1.15em !important;
    font-family: var(--font-light) !important;
    font-weight: 300 !important;
}

.blog-recent .post-header h3 {
	font-size: clamp(1.6rem, 1.5vw, 2.25rem) !important;
    line-height: 1.15em !important;
}

.blog-recent .excerpt {
	font-family: var(--font-regular) !important;
	font-weight: 400;
	font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

.blog_next_prev_buttons {
	margin-bottom: 10rem !important;
}
.non-categorise, .senza-categoria {
	display: none !important;
}