/* **********************************************************
 * SECTION COLUMN STYLES
 * ******************************************************** */
.hero .hero-slider::before {
	height: 101% !important;
	width: 101% !important;
}

.hero .hero-tagline br {
	display: none;
}

.hero .font-1 {
	font-size: 2.75rem !important;
}

@media screen and (max-width: 576px) {
	
	.hero .hero-slider::before {
		height: 101% !important;
		width: 101% !important;
		opacity: 0.45 !important;
	}
	
	.hero .hero-tagline br {
		display: block;
	}
	
}

@media screen and (max-width: 390px) {
	
	.hero h1 {
		font-size: 2rem !important;
	}
	
	.hero .font-1 {
		font-size: 2rem !important;
	}
	
}

.hero .hero-slider {
	position: absolute;
	top: 50%;
	left: 50%;
/* 	min-height: inherit !important; */
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.hero .hero-slider:before {
	z-index: 2;
}

.hero .slider-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.hero .hero-slider .e-widget-swiper {
	height: 100% !important;
}

.hero .hero-slider .elementor-swiper {
	height: 100%;
}

.hero .hero-slider .elementor-swiper .elementor-main-swiper {
	height: 100%;
}

.hero .hero-slider .elementor-swiper .elementor-main-swiper .swiper-wrapper {
	height: 100%;
}

.hero .hero-slider .elementor-swiper .elementor-main-swiper .swiper-wrapper .swiper-slide {
	height: 100% 
}

.home-s1 {
	position: relative;
}

.home-s1 .home-s1-bg {
	position: absolute;
	top: 0;
	left: 50%;
	height: 73.2%;
	width: 100%;
	transform: translateX(-50%);
}

.home-s1 .home-s1-overlay {
	content: '';
	position: absolute; 
	top: 0;
	left: 50%;
	height: 73.2%;
	width: 100%;
	transform: translateX(-50%);
/* 	background: linear-gradient(90deg,rgba(221, 132, 86, 1) 0%, rgba(158, 76, 73, 1) 50%, rgba(58, 90, 88, 1) 100%);  */
	background-color: #A06661;
/* 	mix-blend-mode: multiply; */
	opacity: 0.5;
}

@media screen and (max-width: 576px) {
	
	.home-s1 .home-s1-bg { 
		height: 90%;
	}
	
	.home-s1 .home-s1-overlay {
		height: 90%;
	}
	
}

.home-s1 .home-s1-row .s1-card-outer .s1-card-inner .s1-card-content .card-hover {
	height: 0%;
	max-height: 0rem;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.home-s1 .home-s1-row .s1-card-outer:hover .s1-card-inner .s1-card-content .card-hover {
	height: 100%;
	max-height: 8rem;
}

@media screen and (max-width: 1024px) {
	
	.home-s1 .home-s1-row .s1-card-outer .s1-card-inner .s1-card-content .card-hover {
		height: 100%;
		max-height: fit-content;
	}
	
}

.home-s1 .home-s1-row .s1-card-outer.card-blue .s1-card-inner .s1-card-content {
	background-color: #3A5A58;
}

.home-s1 .home-s1-row .s1-card-outer.card-orange .s1-card-inner .s1-card-content {
	background-color: #DD8456;
}

.home-s1 .home-s1-row .s1-card-outer.card-red .s1-card-inner .s1-card-content {
	background-color: #9E4C49;
}

.home-s1 .home-s1-row .s1-card-outer.card-blue:hover .s1-card-inner .s1-card-content {
	background-color: #3A5A58C7;
}

.home-s1 .home-s1-row .s1-card-outer.card-orange:hover .s1-card-inner .s1-card-content {
	background-color: #DD8456c7;
}

.home-s1 .home-s1-row .s1-card-outer.card-red:hover .s1-card-inner .s1-card-content {
	background-color: #9E4C49c7;
}

.home-s2 .video-trigger img {
	height: 5rem !important;
	width: 5rem !important;
}

.home-s4 .gear-row.row-middle {
	position: relative;
	margin-top: 5rem;
}

.home-s4 .gear-row.gear-row-mobile {
	display: none;
}

.home-s4 .gear-row .gear-item-outer .gear-item-inner {
	position: relative;
	min-height: inherit !important;
}


.home-s4 .gear-row .gear-item-outer .gear-item-inner .gear-item-hover {
	height: 0%;
	max-height: 0rem;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.home-s4 .gear-row .gear-item-outer .gear-item-inner .gear-item-hover p {
	text-shadow: 2px 2px 4px rgba(0, 0, 0);
}

.home-s4 .gear-row .gear-item-outer:hover .gear-item-inner .gear-item-hover {
	height: 100%;
	will-change: height;
	max-height: 10rem;
}

.home-s4 .gear-row .gear-item-outer:hover .gear-item-inner:before {
	opacity: 0.8;
}

.home-s4 .gear-row .gear-item-outer:hover .gear-item-inner:after {
	opacity: 0;
}

.home-s4 .gear-row .gear-item-outer .gear-item-inner:before {
	content: '';
	position: absolute; 
	top: 50%;
	left: 50%;
	height: 101%;
	width: 101%;
	transform: translate(-50%, -50%);
	background: linear-gradient(0deg,rgba(157, 76, 73, 1) 0%, rgba(221, 132, 86, 1) 50%, rgba(58, 90, 88, 1) 100%);
	opacity: 0;
	z-index: 0;
	transition: all 0.3s ease-in-out;
}

.home-s4 .gear-row .gear-item-outer .gear-item-inner:after {
	content: '';
	position: absolute; 
	top: 50%;
	left: 50%;
	height: 101%;
	width: 101%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.3);
	opacity: 1;
	z-index: 0;
	transition: all 0.3s ease-in-out;
}

.hide-mobile {
	display: block;
}

@media (max-width: 1024px) {
	
	.home-s4 .gear-row {
		width: 100%;
	}
	
	.home-s4 .gear-row.row-middle {
		position: relative;
		margin-top: 0rem;
	}
	
	.home-s4 .gear-row .gear-item-outer .gear-item-inner:before {
		opacity: 0.8;
	}
	
	.home-s4 .gear-row .gear-item-outer .gear-item-inner .gear-item-hover {
		height: fit-content;
		max-height: initial;
	}
	
	.hide-mobile {
		display: none !important;
	}
	
	
	.home-s4 .gear-row.gear-row-mobile {
		display: flex;
	}
	
}

/* *****************************
 * CONTACT PAGE
 * *************************** */
.contact-page-row .contact-right {
	position: relative;
}

.contact-page-row .contact-right .contact-right-bg {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 80%;
}

@media screen and (max-width: 1024px) {
		
	.contact-page-row .contact-right .contact-right-bg {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
	}
	
}

/* *****************************
 * GEAR PAGES
 * *************************** */
.gear-listings .gear-outer .gear-inner ul {
	padding-left: 1.2rem !important;
}

.gear-listings .gear-outer .gear-inner ul li {
	padding: 0.5rem;
}

.gear-listings .gear-outer .gear-inner ul li::marker {
	color: #A06661 !important;
}

.gear-listings .gear-outer .gear-list-items .ha-feature-list-wrap {
	padding-left: 0 !important;
}

.gear-listings .gear-outer .gear-list-items .ha-feature-list-wrap li {
	padding: 0 !important;
}

.gear-listings .gear-outer .gear-list-items .ha-feature-list-wrap li a {
	padding: 0.8rem 0.8rem 0.8rem 0 !important;
}

/* *****************************
 * SECTION MULTIPLY OVERLAY
 * *************************** */
.bg-overlay-multiply:before {
	mix-blend-mode: multiply !important;
}


/* *****************************
 * PARTNERS
 * *************************** */
.partner-outer .partner-inner .partner-logo {
	height: 8rem;
}

.partner-outer .partner-inner .partner-logo img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

@media screen and (max-width: 600px) {
	
	.partner-outer {
		width: 100% !important;
	}
	
}

/* *****************************
 * SEARCH BAR ROW - like on Blog, Blog Category, Shop
 * *************************** */
.search-col, 
.search-col .site-search,
.search-col .jet-search, 
.search-col .jet-ajax-search,
.search-col .jet-ajax-search__form,
.view-all-col,
.btn-archive-view-all a {
    height: 100% !important;
    width: 100%;	
}
.btn-archive-view-all .elementor-button-wrapper,
.btn-archive-view-all .ha-creative-btn-wrap {
	display: flex;
    width: 100%;
}


/* *****************************
 * PARALLAX SECTION BACKGROUND
 * *************************** */
.section-bg-parallax {
	/* Adjust the Effect */
    transform: translateZ(-1px) scale(1.15); 
    background-position: center !important;
    position: absolute;
}


/* *****************************
 * FIXED BACKGROUND - OVERRIDE SO ALSO FIXED ON MOBILE
 * Add the class bg-fixed to the section - adjust as needed
 * *************************** */
.bg-fixed,
.bg-fixed .elementor-background-overlay,
.bg-fixed:before {
    background-attachment: fixed !important;
    transform: translateZ(1);
}
.ios .bg-fixed,
.ios .bg-fixed .elementor-background-overlay,
.ios .bg-fixed:before {
    background-attachment: scroll !important;
    transform: translateZ(0); /* This can help with rendering */
}
html:not(.ios) .bg-fixed,
html:not(.ios) .bg-fixed .elementor-background-overlay,
html:not(.ios) .bg-fixed:before {
    background-attachment: fixed !important;
}
@media (max-width: 1040px) {
	.mac .bg-fixed,
	.mac .bg-fixed .elementor-background-overlay,
	.mac .bg-fixed:before,
	.ios .bg-fixed,
	.ios .bg-fixed .elementor-background-overlay,
	.ios .bg-fixed:before {
		background-attachment: scroll !important;
		transform: translateZ(0);
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}
}


/* ******************************
 * FIXED BACKGROUND - APPLE LANDSCAPE TWEAK
 * *************************** */
/* SAFARI */
@media only screen and (orientation: landscape) {
    .e--ua-appleWebkit.e--ua-safari .elementor-element.e-con::before {
        background-attachment: intial !important;
    }
}

/* OTHERS */
@media only screen and (orientation: landscape) {
    .e--ua-appleWebkit .elementor-element.e-con::before {
       background-attachment: initial !important;
    }
}


/* *****************************
 * COLUMN GRADIENT - use col-hover and colorX class on the column and change colors below, can add extra classes for different columns w/different colors
 e.g. Z Demo Content Page Custom Hover Image Boxes
 * *************************** */
.col-hover .elementor-widget-wrap.elementor-element-populated {
    background-color: transparent !important;
    background-image: none !important;
	overflow: hidden;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:before,
.col-hover .elementor-widget-wrap.elementor-element-populated:after {
	content: "";
    display: block;
    position: absolute;
	margin: 1px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    width: auto;
    height: auto;
	z-index: -1;	
	transition: all .5s ease-out;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:before {
    z-index: -1;
	opacity: 1;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:after {
    z-index: -1;
	opacity: 0;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:hover:before {
	opacity: 0;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:hover:after {
	 opacity: 1;
}
.col-hover.color1 .elementor-widget-wrap.elementor-element-populated:before {
	background-color: #99000050;
    background-image: linear-gradient(180deg, #fff 0%, #99000022 100%);
}
.col-hover.color1 .elementor-widget-wrap.elementor-element-populated:after {
	background-color: #99000050;
    background-image: linear-gradient(180deg, #99000022 0%, #fff 100%);	
}
.col-hover.color2 .elementor-widget-wrap.elementor-element-populated:before {
	background-color: #aaaaaa50;
    background-image: linear-gradient(180deg, #fff 0%, #aaaaaa22 100%);
}
.col-hover.color2 .elementor-widget-wrap.elementor-element-populated:after {
	background-color: #aaaaaa50;
    background-image: linear-gradient(180deg, #aaaaaa22 0%, #fff 100%);	
}


/* *****************************
 * FOR SECTIONS WITH 2 COLS - 1 FULL WIDTH 1 BOXED WIDTH - on Z Demo Content Pg
 * IMPORTANT!!! Change WIDTH BELOW to the TO THE MAX-WIDTH REM ADDED ABOVE in Site Settings > Layout
 * *************************** */
.full-container-boxed-col,
.alt-cols-full-boxed .boxed-col {
	max-width: calc(106rem / 2); /* set site boxed width & divide by 2 */
}

@media (max-width: 1024px){
	.full-container-boxed-col,
	.alt-cols-full-boxed .boxed-col {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
}


/* *****************************
 * SECTION CONTENT COLUMNS with INNER SECTION with PADDED COLUMNS 
   e.g. Z Demo Content Page - Services We Offer Cols
 * *************************** */
.section-content-cols.elementor-section.elementor-section-boxed > .elementor-container,
.section-content-cols.elementor-section.elementor-section-boxed > .elementor-container .inner-section-padded-cols .elementor-container {
	max-width: 77rem !important;
}
.inner-section-padded-cols {
    margin-left: -1rem; 
    margin-right: -1rem;	
}

@media (min-width: 1024px) {
	/* Equal Height */
	.section-content-cols .elementor-column.content-col {
		height: 100% !important;
	}
	.section-content-cols .elementor-inner-section .elementor-column-wrap {
		height: 100%;
		flex-direction: column;
	}
	.section-content-cols .inner-section-padded-cols .elementor-widget-wrap {
		height: 100%;
		flex-direction: column;
	}
	.section-content-cols .elementor-widget-icon {
	    margin-top: auto !important;
		padding: 1rem;
	}
}

@media (max-width: 1024px) {
	/* CONTENT COLUMNS */
	.section-content-cols .content-col.last {
		margin: 0 auto;
	}
}


/* *****************************
 * SECTION 3 COL INSET SHADOWS - like Contact
 * *************************** */
.section-3-cols .col1 {
    border-left: 0px solid #333 !important;
    border-right: 1px solid #000 !important; 
}
.section-3-cols .col2 {
    border-left: 1px solid #333 !important;
    border-right: 1px solid #000 !important;    
}
.section-3-cols .col3 {
    border-left: 1px solid #333 !important;
    border-right: 0px solid #000 !important;
}

@media (max-width:767px) {
    .section-3-cols .col1 {
        border-left: 0px solid #444 !important;
        border-right: 0px solid #000 !important; 
        border-top: 1px solid #444 !important; 
        border-bottom: 1px solid #000 !important;         
    }
    .section-3-cols .col2 {
        border-left: 0px solid #444 !important;
        border-right: 0px solid #000 !important;
        border-top: 1px solid #444 !important;        
        border-bottom: 1px solid #000 !important;        
    }
    .section-3-cols .col3 {
        border-left: 0px solid #444 !important;
        border-right: 0px solid #000 !important;  
        border-top: 1px solid #444 !important;         
    }   
}