/* 
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
*/

/* MOBILE SCROLL BAR FIX */

	/* For Webkit browsers */
	.dialog-message::-webkit-scrollbar {
	  display: none !important;
	}

	/* For IE, Edge, and Firefox */
	.dialog-message {
	  -ms-overflow-style: none !important;  /* IE and Edge */
	  scrollbar-width: none !important;  /* Firefox */
	}

/* MENU */

	.menu_item{
		background-color:#ffffff;
		border:1px solid #68645C;
		border-bottom:0;
		padding:24px 38px 24px 38px;
	}

	.menu_item_gold{
		border-bottom:1px;
		background-color:#AC9454;
	}

/* FOOTER */

	.footer a{
		text-decoration:none;
		color:#575555;
	}

	.mailchimp_form input{
		background-color:#E8E2D2 !important;
		border:1px solid #ffffff !important;
		color: #575555 !important;
		font-size: 10px !important;
		font-weight: 500 !important;
		line-height: 1.62 !important;
		letter-spacing: 2px !important;
		text-transform: uppercase !important;
	}

	.mailchimp_form input::placeholder{
		color: #575555 !important;
		opacity: 1 !important;
		font-size: 10px !important;
		font-weight: 500 !important;
		line-height: 1.62 !important;
		letter-spacing: 2px !important;
		text-transform: uppercase !important; 
	}

/* TREATMENT PAGE */

/* SINGLE PRODUCT SHORTCODE */

	.gsl_product {
		display: flex;
	}

	.gsl_product_left,
	.gsl_product_right {
		flex: 1; /* Each takes 50% of the space */
		border: 1px solid #000000;
		padding:125px 100px 125px 100px;
	}

	.gsl_product_left {
		border-right: none; /* Removes the right border of the left div */
	}
	
	.gsl_product_right {
		text-align: center; /* Removes the right border of the left div */
	}

	/* Optional: In case there's any margin or padding that affects the layout */
	.gsl_product_left, .gsl_product_right {
		box-sizing: border-box;
	}
	
	.gsl_product_title{		
		color: #68645C;
		font-family: ivypresto-headline;
		font-size: 48px;
		font-style: normal;
		font-weight: 100;
		line-height: 125%; /* 60px */
		letter-spacing: 0.96px;
		margin-bottom:40px;
	}
	
	.gsl_product_price{		
		color: #AC9454;
		font-family: omnes-pro;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 30px */
		margin-bottom:40px;
	}
	
	.gsl_product_desc{		
		color: #68645C;
		font-family: omnes-pro;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 24px */
		margin-bottom:40px;		
	}
	
	.custom-product-form {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.custom-product-form .quantity {
		flex-grow: 1;
		margin-right: 40px; /* Adjust spacing between quantity box and button */
	}

	#custom-qty-input {
		width: 100%;
	}

	.custom-product-form .custom-add-to-cart {
		flex-grow: 1;
	}
	
	.custom-add-to-cart {
		display: flex;
		align-items: center;
		justify-content: center;
		border:0;
		color: #AC9454;
		font-family: omnes-pro;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 125%; /* 25px */
		letter-spacing: 0.4px;
		text-transform: uppercase; 
	}
	
	.custom-add-to-cart:hover{
		background-color:transparent;
		color: #AC9454;
	}

	.custom-add-to-cart .button-icon {
		vertical-align: middle; /* Adjust vertical alignment */
		margin-left: 10px; /* Space between text and image */
		width:76px;
	}
	
	p.gsl_product_qty{
		color: #AC9454; 
		font-family: omnes-pro;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 18px */ 
		margin-bottom:5px;
		text-transform:uppercase;
	}
	
	/* TREATMENT CONTENT STYLES */
	
	.treatment_content_style h3{
		color: #68645C;
		font-family: ivypresto-headline;
		font-size: 32px;
		font-style: normal;
		font-weight: 100;
		line-height: 150%; 
	}
	
	.treatment_content_style h4{
		color: #68645C;
		font-family: omnes-pro;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; 
	}
	
	.treatment_content_style ul{
		margin-bottom:20px;
	}
	
	.treatment_content_style ul li{
		margin-bottom:10px;
	}
	
	.treatment_content_style ol{
		margin-bottom:20px;
	}
	
	.treatment_content_style ol li{
		margin-bottom:10px;
	}
	
	.treatment_content_style blockquote{
		margin-top:40px;
		margin-bottom:40px;
		margin-left:30px;
		border-left:1px solid #AC9454;
		
	}
	
	.treatment_content_style blockquote p{
		margin-left:30px;
		color: #AC9454; 
		font-family: ivypresto-headline;
		font-size: 20px;
		font-style: normal;
		font-weight: 300;
		line-height: 125%; /* 25px */
		letter-spacing: 0.4px; 
	}
	
	/* TREATMENT PAGE SLIDER */
	
	.afc_slider .slide-image{
		width:100%;
		height:300px;
		background-position:center center !important;
		background-size: cover !important;
	}
	
	@media only screen and (max-width: 1024px) {
		
		.afc_slider .slide-image{
			height:200px;
		}
	}
	
	.afc_slider .slide_image_wrap{
		padding:10px;
		border:1px solid #68645C;
	}
	
	.afc_slider .swiper-slide{
		padding:0 20px 0 20px;
	}
	
	.afc_slider.dtslides_2 .swiper-slide{
		padding:0 40px 0 40px;
	}
	
	@media only screen and (max-width: 1024px) {
		
		.afc_slider .swiper-slide{
			padding:0;
		}
		
		.afc_slider.dtslides_2 .swiper-slide{
			padding:0;
		}
		
	}
	
	/* TREATMENTS SEARCH */
	
	.treatment_posts {
	  display: flex;
	  flex-wrap: wrap;
	  border-left:1px solid #000000;
	}
	
	.gsl_treatment_search_tile{
		padding:40px;
		border-bottom:1px solid #000000;
		border-right:1px solid #000000;
		flex-basis: 100%;
		box-sizing: border-box;
	}
	
	@media (min-width: 1024px) {		
		.gsl_treatment_search_tile {
			flex-basis: 33.3333%;
		}	  
	}
	
	.gsl_treatment_search_tile:nth-child(odd) {
	  background-color: #ffffff;
	}

	.gsl_treatment_search_tile:nth-child(even) {
	  background-color: #EFEFEF;
	}
	
	.gsl_treatment_search_tile .treatment_image{
		display:block;
		margin-bottom:30px;
	}
	
	.gsl_treatment_search_tile .treatment_image .image-container {
	  width: 100%;
	  height: 190px;
	  background-position: center !important;
	  background-size: cover !important;
	  background-repeat: no-repeat !important;
	}
	
	.gsl_treatment_search_tile .treatment_title{
		display:block;
		margin-bottom:20px;
		color: #68645C;
		font-family: ivypresto-headline;
		font-size: 32px;
		font-weight: 100;
		line-height: 150%; /* 48px */
	}
	
	.gsl_treatment_search_tile .treatment_summary{
		display:block;
		margin-bottom:20px;
	}
	
	.gsl_treatment_search_tile .treatment_url{
		display:block;
	}
	
	@media (max-width: 1024px) {
		
		.gsl_treatment_search_tile .treatment_title{

			font-size: 24px;
			font-weight: 100;
			line-height: 150%; /* 36px */

		}	
		
	}
	
	.gsl_treatments_header {
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  border: 1px solid #000000;
	}

	.gsl_treatments_header_left{
		/* Ensure default is full width for mobile views */
		flex-basis: 100%;
		display: flex;
		justify-content: flex-start; /* Left align content */
		align-items: center;
		padding: 40px 20px 0 20px;
	}
	
	.gsl_treatments_header_right {
		/* Ensure default is full width for mobile views */
		flex-basis: 100%;
		display: flex;
		justify-content: flex-start; /* Left align content */
		align-items: center;
		padding: 0 20px 40px 20px;
	}

	/* Adjust for wider screens */
	@media (min-width: 1024px) {
	  
		.gsl_treatments_header_left{
			/* Set to 50% to share the header space equally */
			flex-basis: 50%;
			justify-content: flex-start; /* Use 'flex-start' for left and 'flex-end' for right if needed */
			padding: 40px;
		}
	  
		.gsl_treatments_header_right {
			/* Set to 50% to share the header space equally */
			flex-basis: 50%;
			justify-content: flex-end; /* Use 'flex-start' for left and 'flex-end' for right if needed */
			padding: 40px;
		}
	  
	}
	
	.gsk_filters{
		background-color:#EFEFEF;
		border-radius:0;
		padding:10px 15px 10px 15px;
		width:300px;
		max-width:300px;
	}
	
	@media (max-width: 1024px) {

		.gsl_treatments_header .gsk_filters{
			width:100%;
			max-width:100%;
		}
	
	}
	
	.gsl_treatments_header h1{
		color: #68645C;
		font-family: ivypresto-headline;
		font-size: 48px;
		font-weight: 100;
		line-height: 125%;
		letter-spacing: 0.96px;
		text-transform: uppercase;
	}
	
	@media (max-width: 1024px) {

		.gsl_treatments_header h1{
			font-size: 40px;
			font-weight: 100;
			line-height: 125%; /* 50px */
			letter-spacing: 0.8px;
		}	
	
	}
	
	/* CONDITIONS SEARCH */
	
	#condition_posts{
		border-left:1px solid #000000;
	}
	
	.gsl_condition_search_tile{
		background-color: #ffffff;
		border-bottom:1px solid #68645C;
		border-right:1px solid #68645C;
		padding:40px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.gsl_condition_search_tile:nth-child(even) {
	  background-color: #ffffff;
	}
	
	.gsl_condition_search_tile:nth-child(odd) {
	  background-color: #EFEFEF;
	}
	
	.gsl_condition_search_tile_left{
		flex-basis: calc(100% - 200px);
		padding: 0px 40px 0px 0px;
		display: flex;
		flex-direction: column; /* Align items vertically */
		align-items: flex-start; /* Aligns items to the left */
		border-right:1px solid #B0B0B0;
	}
	
	.gsl_condition_search_tile_right{
		flex-basis: 200px;
		padding: 0px 0px 0px 40px;
		display: flex;
		align-items: center;
	}
	
	@media (max-width: 1024px) {
		
		.gsl_condition_search_tile_left{
			flex-basis: 100%;
			border-right:0;
			border-bottom:1px solid #B0B0B0;
			padding:0 0 40px 0;
		}
		
		.gsl_condition_search_tile_right{
			flex-basis: 100%;
			padding:40px 0 0 0;
		}
		
	}
	
	.gsl_condition_search_tile .condition_title{
		display:block;
		margin-bottom:20px;
		color: #68645C;
		font-family: ivypresto-headline;
		font-size: 32px;
		font-weight: 100;
		line-height: 150%; /* 48px */
	}
	
	@media (max-width: 1024px) {
		
		.gsl_condition_search_tile .condition_title{

			font-size: 24px;
			font-weight: 100;
			line-height: 150%; /* 36px */

		}	
		
	}
	
	.gsl_condition_search_tile .condition_summary{
		display:block;
	}
	
	.gsl_condition_search_tile .condition_url{
		display:block;	
	}
	
	/* FAQS SEARCH */
	
	#faq-posts-container{
		display: flex;
		flex-wrap: wrap;
	}
	
	.gsl_faq_search_tile{
		flex-basis: 100%;
		display: flex;
		margin-bottom:50px;
	}
	
	.contact_faqs .gsl_faq_search_tile{
		flex-basis: 100%;
		margin-bottom:40px;
	}
	
	.gsl_faq_search_tile .faq_left{
		flex-basis: 120px;
		font-family: ivypresto-headline;
		font-size: 36px;
		font-weight: 100;
		line-height: 125%; /* 45px */
		letter-spacing: 0.72px;
		text-transform: uppercase; 
		text-align:right;
		padding-right:20px;
	}
	
	.gsl_faq_search_tile .faq_right{
		flex-basis: calc(100% - 120px);
	}
	
	@media (max-width: 1024px) {
		
		.gsl_faq_search_tile .faq_left{
			flex-basis: 70px;
			text-align:left;
			padding-right:0;
		}
		
		.gsl_faq_search_tile .faq_right{
			flex-basis: calc(100% - 70px);
		}
		
		.gsl_faq_search_tile{
			flex-basis: 100%;
			margin-bottom:40px;
		}
		
		.gsl_faq_search_tile .faq_left{
			font-size: 24px;
			letter-spacing: 0.48px;
		}
		
	}
	
	.gsl_faq_search_tile .faq_title{
		display:block;
		font-size: 20px;
		font-weight: 500;
		line-height: 150%; /* 30px */
		padding-bottom:25px;
		border-bottom: 1px solid #B0B0B0;
		margin-bottom:25px;
	}	

	.gsl_faq_search_tile .faq_answer{
		display:block;
	}
	
	#faq-dropdown{
		display:none;
	}
	
	@media (max-width: 1024px) {
	
		#faq-dropdown{
			display:block;
			max-width:100%;
		}
	
		#faq-taxonomy-list{
			display:none;
		}
	
	}
	
	#faq-taxonomy-list{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#faq-taxonomy-list li{
		cursor: pointer;
		margin:0;
		padding:0;
		color: #AC9454;
		font-size: 16px;
		font-weight: 500;
		line-height: 200%; /* 32px */ 
		text-transform:uppercase;
	}
	
	#faq-taxonomy-list li.selected{
		color: #68645C;
	}
	
	
	
	/* PATIENT STORY  */
	
	#story-category-list {
		margin:0;
		padding:0;
		list-style-type: none;
	}

	#story-category-list li {
		display: inline-block;
		list-style-type: none;
		margin-right: 10px;
		padding: 20px 40px;
		border: 1px solid #68645C;
		background-color:#EFEFEF;
		text-transform:uppercase;
	}
	
	#story-category-list li.selected {
		background-color:#ffffff;
		border-bottom:1px solid #ffffff;
		margin-bottom:-5px;
	}
	
	#patient-stories-container{
		border: 1px solid #68645C;
		background-color:#ffffff;
		padding:75px;
		margin-top:-1px;
	}
	
	@media (max-width: 1024px) {

		#story-category-list li {
			margin-right: 5px;
			padding: 5px 10px;
			width:100px;
			text-align: center;
			font-size: 12px;
			font-style: normal;
			font-weight: 400;
			line-height: 125%; /* 15px */
			letter-spacing: 0.24px;
			text-transform: uppercase; 
		}
	
	}
	
	.gsl_patient_story{		
		padding-bottom:50px;
		margin-bottom:50px;	
		border-bottom:1px solid #68645C;
		display:flex;
		flex-wrap: wrap;
	}
	
	.gsl_patient_story.last_child{
		padding-bottom:0;
		margin-bottom:0;	
		border-bottom:0;
	}
	
	.gsl_patient_story .gsl_patient_story_text{
		flex-basis:50%;
		padding: 0 30px 0 0;
	}
	
	.gsl_patient_story .gsl_patient_story_image{
		flex-basis:50%;
		padding: 0 0 0 30px;
	}
	
	.gsl_patient_story.even .gsl_patient_story_text{
		order:2;
		padding: 0 0 0 30px;
	}
	
	.gsl_patient_story.even .gsl_patient_story_image{
		order:1;
		padding: 0 30px 0 0;
	}
	
	
	.gsl_patient_story .story_title{
		display:block;
		font-family: ivypresto-headline;
		font-size: 48px;
		font-style: normal;
		font-weight: 100;
		line-height: 125%; /* 60px */
		letter-spacing: 0.96px;
		text-transform: uppercase; 
		margin-bottom:50px;
	}
	
	.gsl_patient_story .story_title_mobile{
		display:none;
	}
	
	@media (max-width: 1024px) {

		#patient-stories-container{
			padding:40px 20px 40px 20px;
		}

		.gsl_patient_story .gsl_patient_story_text{
			flex-basis:100%;
			padding: 0 !important;
			order:2;
		}
		
		.gsl_patient_story .gsl_patient_story_image{
			flex-basis:100%;
			padding:0 !important;
			order:1;
			margin-bottom:30px;
		}
		
		.gsl_patient_story .story_title{
			display:none;
		}
		
		.gsl_patient_story .story_title_mobile{
			display:block;
			font-family: ivypresto-headline;
			font-size: 40px;
			font-style: normal;
			font-weight: 100;
			line-height: 125%; /* 50px */
			letter-spacing: 0.8px;
			text-transform: uppercase; 
			margin-bottom:30px;
		}
	
	}
	
	.gsl_patient_story .story_before_title{
		display:block;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 30px */
		margin-bottom:10px;
	}
	
	.gsl_patient_story .story_before_text{
		display:block;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 24px */ 
		margin-bottom:30px;
	}
	
	.gsl_patient_story .story_after_title{
		display:block;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 30px */
		margin-bottom:10px;
	}
	
	.gsl_patient_story .story_after_text{
		display:block;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 24px */ 
		margin-bottom:30px;
	}
	
	.gsl_patient_story .story_words_title{
		display:block;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 30px */
		margin-bottom:10px;
	}
	
	.gsl_patient_story .story_words_text{
		display:block;
		font-family: ivypresto-headline;
		font-size: 24px;
		font-style: normal;
		font-weight: 100;
		line-height: 150%; /* 36px */ 
	}
	
	@media (max-width: 1024px) {
		
		.gsl_patient_story .story_before_text{
			font-size: 14px; 
		}
		
		.gsl_patient_story .story_after_text{
			font-size: 14px;
		}
		
		.gsl_patient_story .story_words_text{
			font-size: 24px; 
		}
		
	}
	
	.ba_2_col{
		display:flex;
		flex-wrap: wrap;
	}
	
	.ba_2_col span.story_before_title, .ba_2_col span.story_after_title{
		flex-basis: 25%;
	}
	
	.ba_2_col span.story_before_text, .ba_2_col span.story_after_text{
		flex-basis: 75%;
	}
	
	@media (max-width: 1024px) {

		.ba_2_col span.story_before_title, .ba_2_col span.story_after_title{
			flex-basis: 100%;
		}
		
		.ba_2_col span.story_before_text, .ba_2_col span.story_after_text{
			flex-basis: 100%;
		}	
	
	}
	
	.gsl_patient_story .story_before_image{
		min-height:560px;
		background-position:center center !important;
		background-size: cover !important;
	}
	
	.gsl_patient_story .story_before_border{
		padding:15px;
		border:1px solid #68645C;
	}
	
	#story-category-list li{
		cursor: pointer;
	}
	
	.story_nav_buttons{
		display:flex;
	}
	
	.story_nav_buttons div{
		flex-basis:50%;
	}
	
	.story_nav_buttons div.gsl_right{
		text-align:right;
	}
	
	.story_nav_buttons div.gsl_left{
		text-align:left;
	}
	
	.story_nav_buttons div.gsl_right .line{
		height:20px;
		margin-right:60px;
		border-right:1px solid #68645C;
	}
	
	.story_nav_buttons .line{
		visibility:hidden;
	}
	
	.story_nav_buttons .selected .line{
		visibility:visible;
	}
	
	.story_nav_buttons div.gsl_left .line{
		height:20px;
		margin-left:60px;
		border-left:1px solid #68645C;
	}
	
	.story_nav_buttons button{
		width: 120px;
		border:1px solid #68645C;
		border-radius:0;
		color: #AC9454;
		font-size: 20px;
		font-weight: 400;
		line-height: 125%; /* 25px */
		letter-spacing: 0.4px;
		text-transform: uppercase; 	
		background-color:#EFEFEF;
	}
	
	.story_nav_buttons .selected button{
		color: #68645C;
		background-color:#ffffff;
	}
	
	.story_nav_buttons button:hover, .story_nav_buttons button:active,  .story_nav_buttons button:focus{
		color: #68645C;
		background-color:#ffffff;
		border:1px solid #68645C;
	}
	
	/* PRODUCT SHOWCASE */
	
	.gsl_product_showcase{
		padding-left:50px;
		padding-right:50px;
	}
	
	.gsl_product_showcase .gsl_product_showcase_image{
		display:block;
	}
	
	.gsl_product_showcase .gsl_product_showcase_title{
		margin-top:30px;
		display:block;
	}
	
	.gsl_product_showcase .gsl_product_showcase_description{
		display:block;
		margin-bottom:30px;
	}
	
	.gsl_product_showcase .gsl_product_showcase_price{
		display:block;
	}
	
	.gsl_product_showcase .gsl_product_showcase_title a{
		color: #68645C;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 30px */ 
	}
	
	.gsl_product_showcase .gsl_product_showcase_description a{
		color: #68645C;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; 
	}
	
	@media (max-width: 1024px) {
		.gsl_product_showcase .gsl_product_showcase_description a{
			font-size: 14px;
		}
	}
	
	.gsl_product_showcase .gsl_product_showcase_price a{
		color: #AC9454;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 30px */ 
	}
	
	.gsl_product_showcase .gsl_product_showcase_image_wrap{
		width: 100% !important;
		padding-bottom: 100% !important; 
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		position: relative; /* If not already positioned */
		background-color:#ffffff !important;
		border-radius:1000px;
	}
	
	.gsl_product_showcase .gsl_product_showcase_image_outer_wrap{
		background-color:#ffffff;
		border-radius:1000px;
		overflow:hidden;
		width:100%;
		border:1px solid #AC9454;
		padding:20px;
	}
	
	#hp_product_slider .swiper-wrapper{
		margin-bottom:75px;
	}
	
	#hp_product_slider .swiper-scrollbar{
		margin-left:35px;
		max-width:600px;
	}
	
	#hp_product_slider .swiper-scrollbar-drag{
		background-color:#AC9454 !important;
	}
	
	@media (min-width: 1300px) {
	
		.hp_featured_products_wrapper{
			padding-left:calc(50vw - 650px);
		}
	
	}
	
	.scroll_icon{
		margin-left:15px;

	}
	
	.scroll_icon.products{
		margin-left:50px;
	}
	
	@media (max-width: 768px) {
	
		.scroll_icon{
			margin-left:5px;

		}
		
		.scroll_icon.products{
			margin-left:40px;
		}
	
	}
	
	/* FEATURED BLOGS  */
	
	.featured_blogs{
	}
	
	.gsl_featured_blog{
		padding:40px;
		border-right:1px solid #68645C;
		border-bottom:1px solid #68645C;
		min-height:550px;
		display:flex;
		flex-direction: column; /* Align items vertically */
		justify-content: top; /* Center items vertically */
		background-color: #ffffff;
	}
	
	@media (max-width: 1024px) {

		.gsl_featured_blog{
			padding:20px;
			min-height:410px;
			border-right:0;
			border-bottom:0;
		}	
	
	}
	
	@media (min-width: 1025px) {
	
		.gsl_featured_blog.even {
		  background-color: #EFEFEF;
		}
	
	}
	
	.gsl_featured_blog .gsl_featured_blog_categories{
		display:block;
		color: #AC9454;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 18px */ 
		text-transform:uppercase;
	}
	
	.gsl_featured_blog .gsl_featured_blog_title{
		display:block;
		color: #68645C;
		font-family: ivypresto-headline;
		font-size: 32px;
		font-style: normal;
		font-weight: 100;
		line-height: 150%; /* 48px */ 
		margin-bottom:20px;
	}
	
	.gsl_featured_blog .gsl_featured_blog_summary{
		display:block;
		color: #68645C;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; 
		margin-bottom:10px;
	}
	
	.swiper_blog_nav{
		display:none;
	}
	
	@media (max-width: 1024px) {
		
		.swiper_blog_nav{
			display:flex;
		}
		
	}
	
	.swiper_blog_nav .gsl_left{
		flex-basis:50%;
		display:flex;
		justify-content:center;
		border-top:1px solid #68645C;
		border-right:1px solid #68645C;
	}
	
	.swiper_blog_nav .gsl_right{
		flex-basis:50%;
		display:flex;
		justify-content:center;
		border-top:1px solid #68645C;
	}	
	
	.swiper_blog_nav img{
		padding:20px;
		cursor:pointer;
	}
	
	@media (max-width: 1024px) {
		
		.gsl_featured_blog .gsl_featured_blog_title{
			font-size: 24px;
		}
		
		.gsl_featured_blog .gsl_featured_blog_summary{
			font-size: 14px;
		}
		
	}
	
	.gsl_featured_blog .gsl_featured_blog_link{
		display:block;
	}
	
	/* TESTIMONIALS */
	
	.gsl_testimonial{
	}
	
	.gsl_testimonial .gsl_testimonial_sub_title{
		display:block;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 18px */ 
		color: #AC9454;
		margin-bottom:10px;
	}
	
	.gsl_testimonial .gsl_testimonial_headline{
		display:block;
		color: #68645C;
		font-family: ivypresto-headline;
		font-size: 48px;
		font-style: normal;
		font-weight: 100;
		line-height: 120%; 
		margin-bottom:10px;
	}
	
	.gsl_testimonial .gsl_testimonial_text{
		display:block;
		color: #68645C;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
		margin-bottom:10px;
	}
	
	@media (max-width: 1024px) {
		
		.gsl_testimonial .gsl_testimonial_headline{
			font-size: 40px;
		}
		
		.gsl_testimonial .gsl_testimonial_text{
			font-size: 14px;
		}
		
	}
	
	.gsl_testimonial .gsl_testimonial_title{
		display:block;
		color: #68645C;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; 
	}
	
	.gsl_testimonial_image_url{
		display:block;
	}
	
	.swiper_nav {
	  display: flex;
	  justify-content: space-between; /* This will not have an effect on absolutely positioned children but is useful if you have other flex items */
	  position: relative; /* Important for absolute positioning context */
	}
	
	.swiper_nav img{
		cursor:pointer;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	#gsl_testimonials{
	}
	
	/* TEAM MEMBERS */
	
	.gsl_team_member{
	}
	
	.gsl_team_member .gsl_team_member_image{
		display:block;
	}
	
	.gsl_team_member .gsl_team_member_name{
		display:block;
		color: #68645C;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 30px */ 
	}
	
	.gsl_team_member .gsl_team_member_job{
		display:block;
		color: #AC9454;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%;
		margin-bottom:20px;
	}
	
	.gsl_team_member .gsl_team_member_text{
		display:block;
		color: #68645C;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; 
	}
	
	@media (max-width: 1024px) {

		.gsl_team_member .gsl_team_member_text{
			font-size: 14px;
		}	
	
	}
	
	#hp_team_slider .swiper-wrapper{
		margin-bottom:75px;
	}
	
	#hp_team_slider .swiper-scrollbar{
		max-width:600px;
	}
	
	#hp_team_slider .swiper-scrollbar-drag{
		background-color:#AC9454 !important;
	}
	
	.gsl_team_member img{
		border-radius:1000px;
		padding:15px;
		border:1px solid #AC9454;
		width:100%;
	}
	
	.gsl_team_member{
		display:flex;
	}
	
	.gsl_team_member .gls_left{
		flex-basis:25%;
		padding-right:20px;
	}
	
	.gsl_team_member .gls_right{
		flex-basis:75%;
		padding-right:20px;
	}
	
	/* FIBOSEARCH */
	
	.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type="search"].dgwt-wcas-search-input:hover, .dgwt-wcas-tpd-image{
		background-color:#E8E2D2;
	}
	
	/* WOO ARCHIVE */
	
	.products .product{
		border:1px solid #68645C;
		border-left:0;
		border-top:0;
		padding:40px !important;
		text-align:center !important;
	}
	
	.products .product img{
		height:300px !important;
		width:auto !important;
		margin:auto !important;
		text-align:center !important;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		margin:0;
	}
	
	/* CONTACT PAGE */
	
	#contact_form_001 .elementor-button-icon svg{
		width:76px !important;
	}
	
	/* WOO COMMERCE */
	
	.elementor-menu-cart__toggle_button{
		pointer-events: none;
	}
	
	/* POSTS PAGE */
	
		/* STICKY POST */
		
		.gsl_sticky_post{
			display:flex;
			flex-wrap:wrap;
		}
		
		.gsl_sticky_post_left{
			flex-basis:50%;
			padding-left:75px;
			padding-right:115px;
			display:flex;
			flex-direction:column;
			justify-content:center;
		}
		
		.gsl_sticky_post_right{
			flex-basis:50%;
			padding-right:75px;
			display:flex;
			flex-direction:column;
			justify-content:center;
		}
		
		.gsl_sticky_post .gsl_sticky_img{
			display:block;
			border-radius:2000px;
			border:1px solid #AC9454;
		}
		
		.gsl_sticky_post .gsl_sticky_img .gsl_sticky_img_container{
			border-radius:2000px;
			border:1px solid #AC9454;
			width:100%;
			height:0;
			padding-bottom:100%;
			background-position:center center !important;
			background-size: cover !important;
			background-repeat:no-repeat !important;
		}
		
		.gsl_sticky_post.product_sticky .gsl_sticky_img{
			padding:30px;
		}
		
		.gsl_sticky_post.product_sticky .gsl_sticky_img .gsl_sticky_img_container{
			background-size: contain !important;
			border:0;
		}
		
		.gsl_sticky_post .gsl_sticky_cats{
			display:block;
			color: #AC9454;
			font-size: 12px;
			font-style: normal;
			font-weight: 500;
			line-height: 150%; /* 18px */ 
			text-transform:uppercase;
		}
		
		.gsl_sticky_post .gsl_sticky_title{
			display:block;
			font-family: ivypresto-headline;
			font-size: 32px;
			font-style: normal;
			font-weight: 100;
			line-height: 150%; /* 48px */ 
			margin-bottom:20px;
		}
		
		.gsl_sticky_post.product_sticky .gsl_sticky_title{
			display:block;
			margin-bottom:0px;
		}
		
		.gsl_sticky_post .gsl_sticky_price{
			display:block;
			color: #AC9454;
			font-size: 20px;
			font-style: normal;
			font-weight: 500;
			margin-bottom:20px !important;
		}
		
		.gsl_sticky_post .gsl_sticky_text{
			display:block;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: 150%; /* 24px */ 
			margin-bottom:30px;
		}
		
		.gsl_sticky_url{
			color: #AC9454;
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
			line-height: 125%; /* 17.5px */
			letter-spacing: 0.28px;
			text-transform: uppercase; 
		}

		.gsl_sticky_mob_header{
			display:none;
		}
		
		@media (max-width: 1024px) {
			
			.gsl_sticky_post_left{
				flex-basis:100%;
				padding:0px;
			}
			
			.gsl_sticky_post_right{
				flex-basis:100%;
				padding:0px;
			}
			
			.gsl_sticky_post .gsl_sticky_text{
				font-size: 14px; 
			}
				
			.gsl_sticky_desktop_header{
				display:none;
			}
			
			.gsl_sticky_mob_header{
				display:block;
			}
			
			.gsl_sticky_post .gsl_sticky_img{
				margin-bottom:30px;
			}
			
			.gsl_sticky_post .gsl_sticky_price{
				font-size: 16px; 
				margin-bottom:20px !important;
			}
			
		}
		
		#blog_grid .elementor-loop-container .e-loop-item:nth-child(odd){
			background-color: #EFEFEF;
		}
		
		.search_form{
			display:none;
		}
		
		.search-results .search_form{
			display:block;
		}
		
	/* WOO BUTTONS */
	
		.woocommerce .button{
			background: #AC9454 !important; 
			color:#ffffff !important;
		}
	
		ul.products li.product .button {
			background: #AC9454; 
			color:#ffffff;
		}

		ul.products li.product .button:hover {
			background: #AC9454;
			color:#ffffff;
		}

		a.button:hover, a.button:visited {
			text-decoration: none!important;
		}
		
		.woo_desc .wc-tabs{
			display:none;
		}
		
		.woo_desc #tab-description h2{
			display:none;
		}
		
		#tab-description{
			border-top:0;
			padding:0;
		}
		
		.woo_product_gsl .single_add_to_cart_button{
			border:0 !important;
			background-color: #ffffff !important;
			color: #AC9454 !important; 
			font-size: 20px;
			font-style: normal;
			font-weight: 500;
			line-height: 125%; /* 25px */
			letter-spacing: 0.4px;
			text-transform: uppercase; 
		}
		
	/* WOO SEARCH */
	
		.woo_search_posts {
		  display: flex;
		  flex-wrap: wrap;
		  border-left:1px solid #000000;
		}
		
		.gsl_woo_search_search_tile{
			padding:40px;
			border-top:1px solid #000000;
			border-bottom:1px solid #000000;
			border-right:1px solid #000000;
			flex-basis: 1;
			box-sizing: border-box;
		}
		
		.gsl_woo_search_search_tile:nth-child(n+4) {
			border-top: none;
		}
		
		@media (min-width: 1024px) {		
			.gsl_woo_search_search_tile {
				flex-basis: 33.3333%;
			}	  
		}
		
		.gsl_woo_search_search_tile .woo_search_image{
			display:block;
			margin-bottom:30px;
		}
		
		.gsl_woo_search_search_tile .woo_search_image .image-container {
		  width: 100%;
		  height: 350px;
		  background-position: center !important;
		  background-size: contain !important;
		  background-repeat: no-repeat !important;
		}
		
		.gsl_woo_search_search_tile .woo_search_title{
			display:block;
			margin-bottom:20px;
			color: #68645C;
			font-family: ivypresto-headline;
			font-size: 32px;
			font-weight: 100;
			line-height: 150%; /* 48px */
		}
		
		.gsl_woo_search_search_tile .woo_search_summary{
			display:block;
			margin-bottom:20px;
		}
		
		.gsl_woo_search_search_tile .woo_search_url{
			display:block;
		}
		
		@media (max-width: 1024px) {
			
			.gsl_woo_search_search_tile .woo_search_title{

				font-size: 24px;
				font-weight: 100;
				line-height: 150%; /* 36px */

			}

			.gsl_woo_search_search_tile {
				flex-basis: 100%;
			}			
			
			.gsl_woo_search_search_tile:nth-child(n+2) {
				border-top: none;
			}
			
		}
		
		.gsl_woo_search_search_tile_price_wrap {
		  display: flex;
		  flex-wrap: wrap;
		}

		.gsl_woo_search_search_tile_left,
		.gsl_woo_search_search_tile_right {
			flex-basis: 50%;
		}

		.gsl_woo_search_search_tile_left {
			text-align:left;
		}
		
		.gsl_woo_search_search_tile_right {
			text-align: right;
		}
		
		.gsl_woo_search_search_tile_price{		
			color: #AC9454;
			font-family: omnes-pro;
			font-size: 20px;
			font-style: normal;
			font-weight: 500;
			line-height: 150%; /* 30px */
			margin-bottom:40px;
		}

/* WOO CART */

.woocommerce-notices-wrapper{
	max-width:1520px;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
}

@media (min-width: 1024px) {

	.woocommerce-message{
		padding-right:60px;	
	}
	
}

/* FIX BLOG PAGE */

.e-loop-item.sticky{
	display:none;
}