/* **********************************************************
 * SECTION COLUMN STYLES
 * ******************************************************** */
.dotted-pattern {
	position: relative !important;
}

.dotted-pattern:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 70%;
	top: 50%;
	transform: translatey(-50%);
	background-image: url('/wp-content/uploads/2024/07/dot-pattern-1.png');
	background-size: contain;
	background-repeat: repeat;
	background-position: center center;
	opacity: 0.2;
	z-index: -1;
}

.dotted-pattern.pattern-right:after {
	right: 0;
}

.dotted-pattern.pattern-left:after {
	left: 0;
}

@media (max-width: 768px) {
	.dotted-pattern:after {
		width: 100%;
	}
}

/* *****************************
 * 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
 * *************************** */
.bg-fixed,
.bg-fixed .elementor-background-overlay,
.bg-fixed:before {
    background-attachment: fixed !important;
    transform: translateZ(0); /* This can help with rendering */
}
.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 */
}


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


/* *****************************
 * 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; 
	border-left: 0px solid #6c859c !important;
    border-right: 1px solid #3f627f !important;
}
.section-3-cols .col2 {
    border-left: 1px solid #6c859c !important;
    border-right: 1px solid #3f627f !important;    
}
.section-3-cols .col3 {
    border-left: 1px solid #6c859c !important;
    border-right: 0px solid #3f627f !important;
}

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

/* *****************************
 * ABOUT PAGE STAFF COLUMNS
 * *************************** */
@media (max-width:594px) {

	.staff-column {
		width: 100% !important;
	}
	
}

/* *****************************
 * ABOUT PAGE EXPECTATIONS COLUMNS
 * *************************** */
@media (max-width:768px) {

	.ex-card-col {
		width: 50% !important;
	}
	
	.ex-card-row:nth-child(3) {
		order: 4 !important;
	}
	
	.ex-card-row:nth-child(4) {
		order: 3 !important;
	}
	
}

@media (max-width: 594px) {

	.ex-card-col {
		width: 100% !important;
	}
	
	.ex-card-row:nth-child(3) {
		order: 3 !important;
	}
	
	.ex-card-row:nth-child(4) {
		order: 4 !important;
	}
	
}

.title-label {
	color: #fff !important;
	position: relative !important;
	z-index: 1
}

.title-label h2, h3 {
	color: #fff;
	z-index: 2;
	position: relative;
	z-index: 3;
}

.title-label::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translatey(-50%);
	background: #669ECD;
	height: 100%;
	width: 100%;
	z-index: 1
}

.ha-timeline-date-desktop.ha-timeline-date {
	width: 20rem !important;
}

/* *****************************
 * TEXT NEXT TO IMAGE
 * *************************** */
@media (min-width:768px) and (max-width:820px) {
	
	.text-img-row .e-con-inner {
		flex-wrap: wrap !important;
	}
	
	.text-img-row .e-con-inner .img-col {
		width: 100% !important;
	}
	
	.text-img-row .e-con-inner .text-col {
		width: 100% !important;
		padding: 1rem 3rem !important;
	}
	
}


/* *****************************
 * HERO
 * *************************** */
.hero:before {
	mix-blend-mode: multiply !important;
}
.home .hero .elementor-background-video-container {
	background: linear-gradient(180deg, #6a6a6a 0%, #FFFFFF00 30%) !important;
}
.home .hero .elementor-background-video-container video {
	mix-blend-mode: multiply !important;
}
