/* **********************************************************
 * SECTION COLUMN STYLES
 * ******************************************************** */
.dark-bg .elementor-widget-text-editor a {
	color: #A3683D !important;
}

.hero {
	position: relative !important;
	z-index: 3 !important;
}

.hero .hero-logo .raven-image img {
	filter: drop-shadow(0.5rem 0.5rem 0.8rem #000);
}

.text-decor-section {
	position: relative;
}

.text-decor-section .text-decor-texture {
	position: absolute;
	top: 0.5rem;
	right: 1.2rem;
	height: 78%;
	width: 71%;
	opacity: 0.17;
	pointer-events: none;
}

.text-decor-section .text-decor-texture > div {
	height: 100% !important;
}

.text-decor-section .text-decor-texture .elementor-widget-image {
	height: 100% !important;
}

.text-decor-section .text-decor-texture > div .elementor-widget-container {
	height: 100% !important;
}

.text-decor-section .text-decor-texture > div .elementor-widget-container > div {
	height: 100% !important;
	width: 100% !important;
	padding: 3rem 2rem 1rem 1rem;
}

.text-decor-section .text-decor-texture img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: top right;
}
 
.text-decor-section .text-decor-right {
	position: relative;
	z-index: 1;
}

.text-decor-section .text-decor-left {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	
	
	.text-decor-section .text-decor-texture {
		position: absolute;
		top: 0rem;
		right: 0rem;
	}
	
	.text-decor-section .text-decor-texture {
		height: 100%;
		width: 100%;
	}
	
	.text-decor-section .text-decor-texture > div .elementor-widget-container > div {
		padding: 3rem 2rem 3rem 3rem;
	}

	
}

/* *****************************
 * HOME SLIDER
 * *************************** */
.project-slider {
	position: relative !important;
	z-index: 2 !important;
}

/* .project-slider .ha-slider-widget-wrapper .ha-slider-wrapper .ha-slider-content-wrapper {
	align-items: flex-end !important;
    justify-content: flex-end !important;
    width: 100% !important;
} */

.project-slider .ha-advanced-slider {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.project-slider .ha-advanced-slider .ha-slider-container {
	height: 100% !important;
}

.project-slider .ha-advanced-slider .ha-slider-container .ha-slider-wrapper {
	height: 100% !important;
}

.project-slider .sect-two-content {
	margin: 0;
	text-align: left;
	background-color: #1E3B3D;
	padding: 4.4rem 3.5rem;
	position: relative;
	z-index: 3;
}

.project-slider .sect-two-content h2 {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
}

.project-slider .ha-slider-widget-wrapper .ha-slider-wrapper .ha-slider-content-wrapper .ha-slider-content {
	width: 38.5%;
	margin: 0;
	text-align: left;
	background-color: #1E3B3D;
	padding: 4.4rem 3.5rem;
	display: none !important;
}

/* .project-slider .ha-slider-widget-wrapper .ha-slider-wrapper .ha-slider-content-wrapper .ha-slider-content h2 {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
} */

.project-slider .ha-slider-widget-wrapper .ha-slider-wrapper .ha-slider-content-wrapper .ha-slider-content .ha-slider-button {
	background-color: transparent !important;
	position: relative !important;
	padding: 0.5rem 0 !important;
	letter-spacing: 0.03em !important;
}

.project-slider .ha-slider-widget-wrapper .ha-slider-wrapper .ha-slider-content-wrapper .ha-slider-content .ha-slider-button:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #A3683D;
	transition: width 0.3s ease-in-out;
}

.project-slider .ha-slider-widget-wrapper .ha-slider-wrapper .ha-slider-content-wrapper .ha-slider-content .ha-slider-button:hover {
	color: #E8E2DA !important;
}

.project-slider .ha-slider-widget-wrapper .ha-slider-wrapper .ha-slider-content-wrapper .ha-slider-content .ha-slider-button:hover:after {
	width: 85%;
}

.project-slider .ha-slider-widget-wrapper .ha-slider-container .ha-slider-pagination {
	bottom: 4rem !important;
	left: 3rem !important;
	pointer-events: none;
}

.project-slider .ha-slider-widget-wrapper .ha-slider-container .ha-slider-pagination .swiper-pagination-bullet {
	border: 2px solid #E8E2DA;
	pointer-events: auto;
	margin-right: 1rem;
}

.project-slider .ha-slider-widget-wrapper .ha-slider-container .ha-slider-pagination .swiper-pagination-bullet:hover {
	background-color: transparent;
}

.project-slider .ha-slider-widget-wrapper .ha-slider-container .ha-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: transparent;
}

@media (max-width: 1440px) {
	
	.project-slider .ha-slider-widget-wrapper .ha-slider-wrapper .ha-slider-content-wrapper .ha-slider-content {
		width: 40%;
	}
	
}

@media (max-width: 1200px) {
	
	.project-slider .ha-slider-widget-wrapper .ha-slider-wrapper .ha-slider-content-wrapper .ha-slider-content {
		width: 45%;
	}
	
}

@media (max-width: 1024px) {
	
	.project-slider .ha-slider-widget-wrapper .ha-slider-wrapper .ha-slider-content-wrapper .ha-slider-content {
		width: 50%;
	}
	
	.project-slider .ha-slider-wrapper {
		height: 65rem !important;
	}
	
	.project-slider .ha-advanced-slider {
		position: relative;
		top: 0;
		left: 0;
		height: 45rem;
		width: 100%;
	}
	
	.project-slider .ha-slider-widget-wrapper .ha-slider-container .ha-slider-pagination {
		bottom: 3rem !important;
		left: 0rem !important;
	}
	
	.project-slider .sect-two-content {
		padding: 3rem 4rem;
	}
	
}


@media (max-width: 828px) {
	
	.project-slider .ha-slider-widget-wrapper .ha-slider-wrapper .ha-slider-content-wrapper .ha-slider-content {
		width: 100%;
		margin: 0;
		text-align: left;
		background-color: #1E3B3D;
		padding: 3rem 2rem 7rem 2rem;
	}
	
	.project-slider .ha-slider-wrapper {
		height: 50rem !important;
	}
	
}


@media (max-width: 768px) {
	
	.project-slider .ha-slider-widget-wrapper .ha-slider-container .ha-slider-pagination .swiper-pagination-bullet {
		font-size: 0.75rem;
	}
	
}


@media (max-width: 576px) {
	
	.project-slider .ha-slider-widget-wrapper .ha-slider-wrapper .ha-slider-content-wrapper .ha-slider-content h2 {
		font-size: 2.25rem;
	}
	
	.project-slider .ha-slider-widget-wrapper .ha-slider-wrapper .ha-slider-content-wrapper .ha-slider-content {
		padding: 2rem 2rem 6rem 2rem;
	}
	
	.project-slider .ha-slider-widget-wrapper .ha-slider-container .ha-slider-pagination {
		bottom: 2.2rem !important;
	}
	
	.project-slider .ha-slider-widget-wrapper .ha-slider-container .ha-slider-pagination .swiper-pagination-bullet {
		font-size: 0.65rem;
	}
	
	.project-slider .ha-slider-wrapper {
		height: 45rem !important;
	}
	
	.project-slider .ha-advanced-slider {
		position: relative;
		top: 0;
		left: 0;
		height: 32rem;
		width: 100%;
	}
	
}

@media screen and (max-width: 481px) {
	
	.project-slider .sect-two-content {
		padding: 3rem 2rem;
	}
	
}

/* *****************************
 * LISTINGS MAP
 * *************************** */
.section-three .map-listing-wrap .jet-map-listing .jet-map-box {
	width: 24rem !important;
}

.section-three .jet-map-marker.is-svg-icon svg {
	width: 1.2em;
    height: 1.2em; 
	filter: drop-shadow(0.3rem 0.3rem 0.11rem #00000050);
	display: none;
}

.section-three .jet-map-marker {
	background-image: url('https://comm.horton.webservice.team/wp-content/uploads/2025/08/edgefield-map-marker.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 5rem;
	width: 6rem;
}

@media (max-width: 1024px) {
	
	.section-three .map-listing-wrap .jet-map-listing {
		height: 65rem !important;
	}
	
}

@media (max-width: 828px) {
	
	.section-three .map-listing-wrap .jet-map-listing {
		height: 50rem !important;
	}
	
}

@media (max-width: 576px) {
	
	.section-three .map-listing-wrap .jet-map-listing {
		height: 45rem !important;
	}
	
}

/* **********************************************************
 * SECTION FOUR
 * ******************************************************** */
.section-four {
	position: relative;
	z-index: 5 !important;
}

@media screen and (max-width: 1024px) {
	
	.section-four {
		background-color: #1E3B3D !important;	
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.68);
	}
	
	.section-four .listing-banner {
		box-shadow: none !important;
	}
	
}

/* **********************************************************
 * LISTING BANNER
 * ******************************************************** */
.listing-banner {
	position: relative;
	box-shadow: 0 0.5rem 1.8rem rgba(0, 0, 0, 0.5);
}

.listing-banner .listing-banner-decor {
	position: absolute;
	top: 0rem;
	right: 0rem;
	height: 100%;
	width: 100%;
/* 	width: 16rem; */
	opacity: 0.17;
	pointer-events: none;
}

.listing-banner .listing-banner-decor > div {
	height: 100% !important;
}

.listing-banner .listing-banner-decor .elementor-widget-image {
	height: 100% !important;
}

.listing-banner .listing-banner-decor > div .elementor-widget-container {
	height: 100% !important;
}

.listing-banner .listing-banner-decor > div .elementor-widget-container > div {
	height: 100% !important;
	width: 100% !important;
	padding: 4rem 2rem 2rem 2rem;
}

.listing-banner .listing-banner-decor img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: right;
}
 
.listing-banner .listing-banner-right {
	position: relative;
	z-index: 1;
}

.listing-banner .listing-banner-left {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	
	.section-four {
		box-shadow: 0 0.5rem 1.8rem rgba(0, 0, 0, 0.5);
	}
	
	.section-four .listing-banner {
		box-shadow: none;
	}
	
	.listing-banner .listing-banner-decor {
		height: 100%;
/* 		width: 20rem; */
		opacity: 0.17;
	}
	
	.listing-banner .listing-banner-decor > div .elementor-widget-container > div {
		padding: 2rem;
	}
	
}


/* *****************************
 * IMAGE AND TEXT
 * *************************** */
.image-and-text .image-side .image-side-image-wrap {
	height: 100%
}

.text-columns {
	position: relative;
}


.text-columns .text-column-texture {
	position: absolute;
	top: 0rem;
	right: 0rem;
	height: 100%;
	width: 100%;
/* 	width: 16rem; */
	opacity: 0.17;
	pointer-events: none;
}

.text-columns .text-column-texture > div {
	height: 100% !important;
}

.text-columns .text-column-texture .elementor-widget-image {
	height: 100% !important;
}

.text-columns .text-column-texture > div .elementor-widget-container {
	height: 100% !important;
}

.text-columns .text-column-texture > div .elementor-widget-container > div {
	height: 100% !important;
	width: 100% !important;
	padding: 2rem;
}

.text-columns .text-column-texture img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: right;
}

@media screen and (max-width: 1024px) {
	
	.text-columns .text-column-texture img {
		height: 100%;
		width: 100%;
		object-fit: contain;
		object-position: top right;
	}
	
}

/* *****************************
 * TRACK RECORD THREE COLS
 * *************************** */
.tr-sect-1 .tr-sect-1-bottom .tr-sect-1-bottom-row .point-outer {
	flex: 1 1 33% !important;
}

@media screen and (max-width: 1024px) {
	
	.tr-sect-1 .tr-sect-1-bottom .tr-sect-1-bottom-row .point-outer {
		flex: 1 1 50% !important;
	}
	
}

@media screen and (max-width: 576px) {
	
	.tr-sect-1 .tr-sect-1-bottom .tr-sect-1-bottom-row .point-outer {
		flex: 1 1 100% !important;
	}
	
}

.tr-sect-2 {
	position: relative;
}

.tr-sect-2 .text-decor-texture {
	position: absolute;
	top: 0rem;
	right: 0rem;
	height: 78%;
	width: 71%;
	opacity: 0.17;
	pointer-events: none;
}

.tr-sect-2 .text-decor-texture > div {
	height: 100% !important;
}

.tr-sect-2 .text-decor-texture .elementor-widget-image {
	height: 100% !important;
}

.tr-sect-2 .text-decor-texture > div .elementor-widget-container {
	height: 100% !important;
}

.tr-sect-2 .text-decor-texture > div .elementor-widget-container > div {
	height: 100% !important;
	width: 100% !important;
	padding: 2rem;
}

.tr-sect-2 .text-decor-texture img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: top right;
}
 
.tr-sect-2 .text-decor-right {
	position: relative;
	z-index: 1;
}

.tr-sect-2 .text-decor-left {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	
	.tr-sect-2 .text-decor-texture {
		height: 100%;
		width: 100%;
	}
	
	.tr-sect-2 .text-decor-texture > div .elementor-widget-container > div {
		padding: 2rem;
	}
	
}

.tr-sect-3 .raven-main-swiper .swiper-slide {
	padding: 2rem;
}

/* *****************************
 * SECTION MULTIPLY OVERLAY
 * *************************** */
.bg-overlay-multiply:before {
	mix-blend-mode: multiply !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: 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%);	
}


/* *****************************
 * CONTACT PAGE
 * *************************** */
.contact-row .contact-row-item a {
	color: #E8E2DA;
	font-family: Montserrat !important;
}

.contact-row .contact-row-item a:hover {
	color: #A3683D;
}

.contact-text-content {
	position: relative;
}

.contact-text-content .contact-text-content-decor {
	position: absolute;
	top: 0rem;
	right: 0rem;
	height: 100%;
	width: 100%;
	padding: 2rem;
}

.contact-text-content .elementor-widget-image {
	height: 100% !important;
}

.contact-text-content > div .elementor-widget-container {
	height: 100% !important;
}

.contact-text-content .contact-text-content-decor img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: top right;
	opacity: 0.07;
}

@media (max-width: 1024px) {
	
	.contact-text-content .contact-text-content-decor {
		width: 70%;
	}
	
	.contact-row {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		flex-direction: column !important;
	}
	
}

@media (max-width: 576px) {
	
	.contact-text-content .contact-text-content-decor {
		width: 100%;
		right: unset;
	}
	
	.contact-text-content .contact-text-content-decor img {
		object-position: top;
	}
	
}

@media (max-width: 320px) {
	
	.contact-row .contact-row-item a {
		font-size: 1.4rem;
	}

}

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