/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.first-level-container,.second-level-container{
	display: flex;
	flex-direction: column;
	gap: 20px;
	background-color: white;
	z-index: 20;
	width: 23.4375rem;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transform: translateX(23.4375rem);
	transition: all .2s linear;
	padding: 30px;
	overflow-y:scroll;
}
.first-level-content,.second-level-content{
	display: flex;
	flex-direction: column;
	font-family:"Lexend";

}

.second-level-content p {
	margin:0;
	font-size:16px;
	color:#202020;
}

.second-level-content img{
	max-width: 163px;
    max-height: 79px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

.collections{
	display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.second-level-container{
	gap:5px;
}

.first-level-content{
	gap:15px;
	cursor:pointer;
	
}

.first-level-image{
	max-width:343px;
	width:100%;
	max-height:166px;
	object-fit:cover;
}

.showLevel{
	transform: translateX(0);
	opacity: 1;
}

.back{
	display:flex; 
	gap:12px;
	align-items:center;
	cursor:pointer;
}



.cmp-select{
	width:100%;
	background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
	border-color:white !important;
    border-radius: 0px;
    color: white;
    font-family: 'Lexend';
    font-size: 16px;
    padding-bottom: 9px;
    outline: none !important;
    cursor: pointer;
}

.cmp-select option{
	color:#202020;
	font-size:16px;
	font-weight:400;
}

.cmp-select optgroup{
	font-size:20px;
	font-weight:600;
	color:#202020;
}

/* cpt intern */


.subtitles_text_storie {
color: var(--primary-dark-blue, #2B3F56);
font-feature-settings: 'ss01' on;
font-family: Lexend;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 120%;
}

.intro_text_stories {	
	font-size: 20px;
	line-height: 129%; 
	margin: 2.5rem 0 3rem 0;
}


.content_text_storie{
font-size:16px;
line-height:147%
}
.subtitles_text_guide{
color: var(--Primary-Dark-blue, #2B3F56);
font-feature-settings: 'ss01' on;
font-family: Lexend;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 120%; 
}
.content_text_guide{
color: var(--Primary-Dark-blue, #2B3F56);
font-feature-settings: 'ss01' on;
font-family: Lexend;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 147%;
}

.article-repeater-container{
	display:flex; 
	gap:1.25rem; 
	margin-bottom:4.5rem; 
	font-family:Lexend; 
	align-items:flex-start;
	justify-content:center;
}

.article-repeater-container:nth-child(even){
	flex-direction:row-reverse;
}

.article-repeater-container img{
	width:100%;
	max-height:28.875rem;
	max-width:24.18rem;
	object-fit:cover;
	object-position:top;
	
}

.repeater-container{
	display:flex; 
	gap:1.25rem; 
	margin-bottom:4.5rem; 
	font-family:Lexend; 
	align-items:flex-start;
}
.elenco_text_guide{
	padding:1.5rem;
}

/* chi siamo - pagina */
#chi-siamo-text {
	display: none;
}

#chi-siamo-title{
	opacity: 0.6;
}

#chi-siamo-title,
#mission-title {
	cursor: pointer;
}

#chi-siamo-images-container {
	position: relative;
}

#chi-siamo-img > .elementor-widget-container > img,
#mission-img > .elementor-widget-container > img{
	width: 36rem !important;
	height: 27rem !important;
	object-fit: cover;
	transition: opacity .5s ease-in-out;
}

#mission-img > .elementor-widget-container > img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#chi-siamo-img > .elementor-widget-container > img {
	position: absolute;
	top: 2rem;
	left: 0;
	width: auto;
	z-index: 0;
}
/* gestione magazine link*/
.magazine-template-default a{
	color:#2B3F56;
	text-decoration:underline;
}
.magazine-template-default a:hover{
	color: #3486CC;
}
/* gestione colonne 50/50*/
.column-50-50-magazine{
	margin-top:2rem;
}
/* gestione bottoni  magazine */
.wp-block-buttons a{
	background-color:white;
	padding-left:0;
	margin-bottom: 1rem;
	
}
.guide-content a , .guide-content a.download-button-guide{
	color:#3486CC;
	display:flex;
	align-items:center;
	width:fit-content;
	border-bottom: 1px solid #3486CC;
	text-decoration: none;
}
.guide-content a:hover , .download-button-guide:hover {
  	color:#2B3F56;
	width:fit-content;
	border-bottom: 1px solid #2B3F56;
}

.guide-content a:hover , .download-button-guide:hover svg path {
  fill:#2B3F56;
}

/* cookie policy */
[type=button], [type=submit], button{
	background:blue;
}

/* BUBBLE */
#bubbles-container {
    display: none;
} 
/**** SEARCH RESULTS*****/
.relevanssi-live-search-result > p > a{
color:#2B3F56;
font-feature-settings: 'ss01' on;
font-family: Lexend;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.relevanssi-live-search-result > p > a:hover{
color:#3486CC;
}
.dialog-lightbox-close-button.dialog-close-button{
	position:absolute;
	top:0;
	padding-right: 4%;
	padding-top: 4%;
}
#elementor-search-form-910a006::before{
	color:white;
}


/** CATEGORY FILTERS **/
.jet-select__control > option {
	color: #202020 !important;
}
/** Collections in category pages **/

#collections {
	display: flex;
	gap: 2%;
	margin: 5% 0;
}

#collections .collections__col {
	flex: 49% 0 0;
	margin-bottom: 4%;
}

#collections .collections__col a{
	display: block;
	width: 100%;
	color: #2B3F56;
}

#collections .collections__col a:hover{
	color: #3486CC;
}

#collections .collections__col img{
	width: 100%;
	max-height: 380px;
	object-fit: cover;
	object-position: center;
}

#collections-main-title {
	margin-bottom: 20px;
	color: #2B3F56;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.6rem;
}
/* MEDIA QUERY */
@media screen and (max-width: 1024px) {
	.site-main.storie-di-spa {
		padding: 0 2.5rem;
	}	
	
	
	
	#chi-siamo-img > .elementor-widget-container > img {
		top: 0;
		left: 0;
	}
	
	#mission-img > .elementor-widget-container > img {
		left: 0;
	}
	
	#chi-siamo-img > .elementor-widget-container > img,
	#mission-img > .elementor-widget-container > img {
		width: 100% !important;
		height: auto !important;
		object-fit: contain;
	}
}

@media screen and (max-width: 820px) {
	.repeater-container{
		flex-direction:column;
	}
	.repeater-container > img{
		width:100% ;
		height:100% ;
		object-fit:cover;
	}
}

@media screen and (max-width: 767px) {
	.site-main.storie-di-spa {
		padding: 0 1rem;
	}	
	.article-repeater-container{
flex-direction:column;
		margin-bottom:2rem;
}

.article-repeater-container:nth-child(even){
	flex-direction:column;
}
	.first-level-container,
	.second-level-container{
		width: 100%;
	}
	
	#collections .collections__col {
		flex: 100% 0 0;
		margin-bottom: 5%;
	}
	
	#collections .collections__col .collezione_name h3{
		font-size: 1.1rem;
		line-height: 150%;
		margin: 0;
	}
	
	#collections .collections__col img{
		max-height: 210px;
	}
	
	#collections-main-title {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

/* magazine */ 


.article-spacer-bottom {
	margin-bottom: 1.5rem;
}
.article-spacer-top {
	margin-top: 1.5rem;
}
.inverter-mobile-elements {
    display: flex;
    flex-direction: row; 
}

@media (max-width: 767px) {
    .inverter-mobile-elements {
        flex-direction: column-reverse; 
    }

    .inverter-mobile-elements img {
        order: 2; 
    }

    .inverter-mobile-elements p {
        order: 1;
    } 
}


/*navbar*/


    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;     
    } 
