/* **********************************************************
 * SECTION COLUMN STYLES
 * ******************************************************** */

/* **********************************************************
 * HERO
 * ******************************************************** */
.hero {
	position: relative;
	padding-bottom: 5rem;
}

.hero .hero-half {
/* 	min-height: 60rem !important; */
	height: 55rem;
	flex: 1 !important;
	width: initial !important;
/* 	padding-bottom: 5rem; */
	transition: all 0.7s ease-in-out;
}

.hero .hero-half .half-inner {
/* 	min-height: inherit !important; */
	height: 90%;
	position: relative;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0);
	transition: all 0.7s ease-in-out;
}

.hero .hero-half .half-inner:before {
	filter: grayscale(1) !important;
}

.hero .hero-half.hovered {
	flex: 2 !important;
	border-bottom-radius: 10rem;
/* 	padding-bottom: 0rem; */
}

.hero .hero-half.hovered .half-inner {
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
	height: 96%;
}

.hero .hero-half .half-inner .half-title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	opacity: 1;
	transition: all 0.5s ease;
}

.hero .hero-half.hovered .half-inner .half-title {
	opacity: 0;
	left: -3rem;
} 

.hero .hero-half .half-inner .half-content {
	position: absolute;
/* 	top: 50%; */
	bottom: 0;
	width: 45vw;
	opacity: 0;
	transition: all 0.5s ease;
}	


.hero .hero-half.hero-left .half-inner .half-content {
	left: 50%;
	transform: translate(-50%, -50%);
}


.hero .hero-half.hero-right .half-inner .half-content {
	right: 50%;
	transform: translate(50%, -50%);
}

.hero .hero-half.hovered .half-inner .half-content {
	opacity: 1;
	transition-delay: 0.5s;
}

.ac-logos .raven-image {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ac-logos .raven-image img {
	max-width: 80%;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	
	.hero .hero-half {
	/* 	min-height: 60rem !important; */
		height: auto;
		flex: unset !important;
		width: 100% !important;
	/* 	padding-bottom: 5rem; */
		transition: all 0.7s ease-in-out;
	}
	
	.hero .hero-half .half-inner .half-title {
		position: relative !important;
		top: unset !important;
		transform: initial !important;
		right: unset !important;
		left: 0;
		opacity: 1;
		transition: all 0.5s ease;
	}
	
	.hero .hero-half .half-inner .half-content {
		position: relative !important;
		top: unset !important;
		left: unset !important;
		right: unset !important;
		transform: initial !important;
		width: 100%;
		opacity: 1;
		transition: all 0.5s ease;
	}	
	
	.hero .hero-half .half-inner {
		height: 100%;
	}
	
	.hero .hero-half.hero-left .half-inner {
		border-bottom: 5px solid #fff;
	}
	
}

@media (max-width: 576px) {
	
	.ac-logos .raven-image img {
		max-width: 100%;
		margin: 0 auto;
	}
	
}
/* *****************************
 * HOME TABS
 * *************************** */
.home-1-sect {
	position: relative;
}

.home-1-sect .hp-graphic {
	height: 32rem;
	width: 32rem;
	position: absolute;
	top: 0;
	left: -8rem;
	pointer-events: none;
	opacity: 0.2;
}


.home-1-sect .hp-graphic img {
	height; 100%;
	width: 100%;
	object-position: center;
	object-fit: contain;
}

.home-s1-tabs .sv-sect-2 .tab-row.e-con > .e-con-inner {
	padding: 0 !important;
}

.home-s1-tabs .sv-card-outer .sv-card-inner .sv-card-content .sv-card-cta {
	position: relative;
	top: -3rem;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}

.home-s1-tabs .sv-card-outer:hover .sv-card-inner .sv-card-content .sv-card-cta {
	top: 0;
	opacity: 1;
	pointer-events: auto;
}

.home-s1-tabs .sv-card-outer .sv-card-inner .sv-card-content .sv-card-cta .elementor-button:before {
	display: none !important;
}


.home-s1-tabs .sv-card-outer .sv-card-inner .sv-card-content .sv-card-cta .elementor-button:after {
	display: none !important;
}

@media (max-width: 1024px) {
	
	.home-s1-tabs .sv-sect-2 .sv-card-outer .sv-card-inner .sv-card-content .sv-card-cta {
		top: 0;
		opacity: 1;
		pointer-events: auto;
	}
	
	.home-1-sect .sv-sect-2 .hp-graphic {
		height: 43rem;
		width: 43rem;
		top: -8rem;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0.1;
	}
	
	.home-s1-tabs .sv-card-outer .sv-card-inner .sv-card-content .sv-card-cta { 
		top: 0rem;
		opacity: 1;
	}
	
	.home-1-sect .hp-graphic {
		height: 32rem;
		width: 32rem;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0.08;
	}

	
}

@media (max-width: 576px) {
	
	.home-s1-tabs .sv-card-outer {
		width: 100% !important;
	}
	
	.sv-sect-2 .sv-card-outer {
		width: 100% !important;
	}
	
}

.home-s1-tabs .e-n-tabs .e-n-tab-title {
	cursor: pointer;
	position: relative;
	border-right: 2px solid #B4B4B3;
}

.home-s5-tabs .e-n-tabs .e-n-tab-title {
	cursor: pointer;
}


.home-s1-tabs .e-n-tabs .e-n-tab-title:last-of-type {
	border-right: 0;
}

/* *****************************
 * HOME SECT TWO (PROJECTS)
 * *************************** */
.home-2-sect .project-side .pj-outer {
	position: relative;
}

.home-2-sect .project-side .pj-outer .pj-inner .pj-image {
	height: 14rem;
}

.home-2-sect .project-side .pj-outer .pj-inner .pj-arrow-hover {
	position: relative;
	top: -3rem;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.home-2-sect .project-side .pj-outer .pj-inner:hover .pj-arrow-hover {
	top: 0;
	opacity: 1;
}

@media (max-width: 1024px) {
	
	.home-2-sect .project-side .pj-outer .pj-inner .pj-arrow-hover {
		top: 0rem;
		opacity: 1;
	}
	
	.mobile-br-break br {
		display: none;
	}
	
}

/* *****************************
 * HOME SECT THREE
 * *************************** */
.home-sect-3 {
	position: relative;
}

.home-sect-3 .hp-graphic {
	position: absolute;
	top: 9rem;
	right: 0rem;
	height: 32rem;
	width: 32rem;
	z-index: -1;
	opacity: 0.1;
}

.home-sect-3 .hp-graphic img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.home-sect-3 .home-sect-3-images {
	height: 40rem;
	position: relative;
}


.home-sect-3 .home-sect-3-images .img-1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 75%;
	width: 82%;
	z-index: 1;
}

.home-sect-3 .home-sect-3-images .img-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 40%;
	width: 75%;
	z-index: 2;
}

@media (max-width: 1200px) {
	
	.home-sect-3 .home-sect-3-images .img-1 {
		width: 92%;
	}

	.home-sect-3 .home-sect-3-images .img-2 {
		width: 90%;
	}
	
}


@media (max-width: 1024px) {
	
	.home-sect-3 .hp-graphic {
		position: absolute;
		top: 60%;
		right: 0rem;
		height: 100%;
		width: 100%;
		z-index: -1;
		opacity: 0.1;
		right: unset;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
}

@media (max-width: 576px) {
	
	.home-sect-3 .home-sect-3-images {
		height: auto;
		position: relative;
	}
	
	.home-sect-3 .home-sect-3-images .img-1 {
		position: relative;
		width: 100%;
		height: 24rem;
		margin-bottom: 1rem;
	}

	.home-sect-3 .home-sect-3-images .img-2 {
		position: relative;
		width: 100%;
		height: 16rem
	}
	
	.home-core-values .shadow-text .elementor-heading-title {
		text-shadow: 0px 0px 20px rgba(0, 0, 0, 1) !important; 
	}
	
}

.elementor-element .swiper .elementor-swiper-button-prev {
	left: -0.5rem !important;
}

.elementor-element .swiper .elementor-swiper-button-next {
	right: -0.5rem !important;
}

/* *****************************
 * ABOUT PAGE TEAM
 * *************************** */
.team-row .tm-card-outer .tm-card-inner .tm-card-content {
	min-height: 12rem !important;
}


/* *****************************
 * ABOUT PAGE AFFILATES
 * *************************** */
.affiliates .af-logo-row .af-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 8rem;
}

.affiliates .af-logo-row .af-logo-item img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

/* *****************************
 * 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%;
}

/* *****************************
 * SERVICES SECTION ONE
 * *************************** */
.service-sect-one .sv-hp-graphic {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 75%;
	width: 70%;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0.1;
}

.sv-sect-2 .tab-row.e-con > .e-con-inner {
	padding: 0 !important;
}

.sv-sect-2 .sv-card-outer .sv-card-inner .sv-card-content .sv-card-cta {
	position: relative;
	top: -3rem;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}

.sv-sect-2 .sv-card-outer:hover .sv-card-inner .sv-card-content .sv-card-cta {
	top: 0;
	opacity: 1;
	pointer-events: auto;
}

.sv-sect-2 .sv-card-outer .sv-card-inner .sv-card-content .sv-card-cta .elementor-button:before {
	display: none !important;
}

.sv-sect-2 .sv-card-outer .sv-card-inner .sv-card-content .sv-card-cta .elementor-button:after {
	display: none !important;
}

@media (max-width: 1024px) {
	
	.sv-sect-2 .sv-card-outer .sv-card-inner .sv-card-content .sv-card-cta {
		top: 0;
		opacity: 1;
		pointer-events: auto;
	}
	
	.sv-sect-2 .sv-card-outer .sv-card-inner .sv-card-content .sv-card-cta { 
		top: 0rem;
		opacity: 1;
	}
	
	.service-sect-one .sv-sect-2 .hp-graphic {
		height: 43rem;
		width: 43rem;
		top: -8rem;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0.1;
	}
	
}


/* *****************************
 * SERVICES IMG + TEXT 
 * *************************** */
.sv-text-image .sv-text-side {
	position: relative;
}

.sv-text-image .sv-text-side .sv-text-side-content {
	position: relative;
	z-index: 1;
}

.sv-text-image .sv-text-side .sv-text-hp-graphic {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 75%;
	width: 75%;
	transform: translate(-50%, -50%);
	z-index: 0;
	opacity: 0.1;
	filter: brightness(0);
}

.sv-image-side {
	height: 55rem !important;
}

.sv-image-side .sv-image-side-inner{
	height: 100%;
	position: relative;
}

.sv-text-image .sv-image-side .sv-image {
	position: absolute;
	border: 0.5rem solid #fff;
	overflow: hidden;
}

.sv-text-image .sv-image-side .sv-image .img-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 101%;
	width: 101%;
}

.sv-text-image .sv-image-side .sv-image.img-one {
	top: 0;
	left: 3rem;
	height: 55%;
	width: 60%;
}

.sv-text-image .sv-image-side .sv-image.img-two {
	top: 15%;
	right: 0;
	height: 75%;
	width: 47%;
	z-index: 2;
}

.sv-text-image .sv-image-side .sv-image.img-three {
	bottom: 0;
	left: 0;
	height: 55%;
	width: 75%;
}

@media (max-width: 1024px) {
	
	.sv-text-image .sv-text-side {
		width: 100%;
	}
	
	.sv-text-image .sv-image-side {
		width: 100%;
	}
	
}


@media (max-width: 576px) {
	
	.sv-image-side {
		height: 30rem !important;
	}
	
}

/* *****************************
 * SINGLE RESIDENTIAL / COMMERCIAL
 * *************************** */
.single-service-one .sv-hp-graphic {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 90%;
	width: 90%;
	transform: translate(-50%, -50%);
	z-index: 0;
	opacity: 0.3;
 	filter: brightness(0.2) grayscale(100%);
}

/* *****************************
 * HIDE LIGHTBOX TITLE
 * *************************** */
.dialog-widget .elementor-slideshow__footer .elementor-slideshow__title {
	display: none;
}


/* *****************************
 * 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: conver !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(101.25rem / 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:768px) {
    .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;         
    }   
}