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

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


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


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


/* *****************************
 * BACKGROUND TEARS
 * *************************** */
.bg-tear:before {
    left: 50% !important;
    transform: translateX(-50%);
    background-size: 100% auto !important;
    min-width: 1920px !important;
    width: 102% !important;
    height: auto;
    z-index: -1;
}



/* *****************************
 * HOME HERO SLIDER
 * *************************** */
.hero.alt-cols-full-boxed {
  position: relative !important;
}
.hero.alt-cols-full-boxed .boxed-col {
	z-index: 2;
}
.hero.alt-cols-full-boxed .full-col {
	transform: translate(-4rem, 0px);
	z-index: 1;
}

@media (max-width: 1024px) {
	.hero.alt-cols-full-boxed .boxed-col {
		width: 90%;
	}
}

.hero .swiper-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#000000 2%,#00000000 40%);
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.hero .swiper-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#39383700 60%,#393837 100%);
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: normal;
}

/* Swiper container styling */
.hero .swiper-container,
.hero .swiper-wrapper,
.hero .swiper-slide {
	pointer-events: none !important;
}
.swiper-pagination {
    pointer-events: all;
}
.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 0; 
}
.hero .swiper-container {
	height: 100%;
}
.hero .swiper-wrapper {
  height: 100% !important;
}
.hero .swiper-slide {
  width: 100%;
  height: 100% !important;
  background-size: cover;
  background-position: center;
  background-color: #a5a5a5 !important;
  background-blend-mode: multiply;
}
.hero .ha-slider-prev {
  position: absolute !important;
  top: 15rem !important; 
  right: 5px !important; 
  left: auto !important;
  z-index: 10 !important;
}
.hero .ha-slider-next {
  position: absolute !important;
  bottom: 15rem !important;
  right: 5px !important; 
  left: auto !important;
  z-index: 10 !important;
}
.hero span.swiper-pagination-bullet {
    text-shadow: -1px -1px 0 #E2E1DD00, 1px -1px 0 #E2E1DD00, -1px 1px 0 #E2E1DD00, 1px 1px 0 #E2E1DD00;
	transition: all .5s ease;
}
.hero span.swiper-pagination-bullet-active {
    text-shadow: -1px -1px 0 #E2E1DD, 1px -1px 0 #E2E1DD, -1px 1px 0 #E2E1DD, 1px 1px 0 #E2E1DD;
}


/* *****************************
 * CATEGORY HOVER BOXES
 * *************************** */
.category-boxes .ha-hover-box-main {
	border-radius: 18px !important;	
}
.category-boxes .ha-hover-box-wrapper {
	padding: 12rem 2rem 2rem 2rem;
	background-blend-mode: darken;
	height: 20rem !important;
}
.category-boxes .ha-hover-title {
	margin-bottom: 0 !important;
}
.ha-hover-box-wrapper:hover .ha-hover-box-content {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
}
.category-boxes .box-trailer:hover .ha-hover-box-wrapper:before {
  background: linear-gradient(#D2CDB180 60%,#35393135 100%);
}
.category-boxes .box-rv:hover .ha-hover-box-wrapper:before {
background: linear-gradient(#354A3780 60%,#35393135 100%);	
}
.category-boxes .box-windlass:hover .ha-hover-box-wrapper:before {
 background: linear-gradient(#04343A80 60%,#35393135 100%);		
}

@media (max-width: 1024px) {
	.category-boxes .ha-hover-box-wrapper {
		height: 15rem !important;
	}	
}



/* *****************************
 * LOOP FEATURED PRODUCTS
 * *************************** */
/* PRODUCTS GRID */
.loop-featured-products .elementor-posts-container {
  display: grid !important;
  gap: 3rem !important; /* Adjust the spacing between items */
}
.loop-featured-products .elementor-posts-container .elementor-grid-item {
  background: #E2E1DD;
  border-radius: 20px;
  border: 1px solid #4f484325;
  box-shadow: 0 0px 20px #4f484355;
  padding: 1.5rem !important;
  grid-column: span 1 !important;
  grid-row: span 1 !important;	
  transition: all .5s ease-in-out;
}
.loop-featured-products .elementor-posts-container .elementor-post__thumbnail {
  border-radius: 1rem 1rem 2px 2px;
  border: 1px solid #4f484325;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 20rem;
}
.loop-featured-products .elementor-post__thumbnail img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; 
}

/* Single Item */
.loop-featured-products .elementor-posts-container .elementor-grid-item:nth-child(1),
.loop-featured-products .elementor-posts-container .elementor-grid-item:nth-child(5),
.loop-featured-products .elementor-posts-container .elementor-grid-item:nth-child(2),
.loop-featured-products .elementor-posts-container .elementor-grid-item:nth-child(6),
.loop-featured-products .elementor-posts-container .elementor-grid-item:nth-child(3),
.loop-featured-products .elementor-posts-container .elementor-grid-item:nth-child(4) {
  grid-column: span 1 !important; 
  grid-row: span 1 !important;
}
.loop-featured-products .elementor-post__text {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
}
.loop-featured-products .elementor-post__title {
    margin-bottom: 0 !important;
	transition: all .5s ease-in-out;
}
.loop-featured-products .elementor-posts-container .elementor-grid-item .elementor-post__title a {
	transition: all .5s ease-in-out;	
}
.loop-featured-products .elementor-posts-container .elementor-grid-item:hover .elementor-post__title a {
	color: #E2E1DD !important;
}
.loop-featured-products .elementor-post__read-more-wrapper {
    width: 2.5rem !important;
    height: 2.5rem !important;
    display: block;
}
.loop-featured-products .elementor-post a.elementor-post__read-more {
    background: url(/wp-content/uploads/2024/12/icon-arrow-circle-right.png) no-repeat center center;
    background-size: cover;
    width: 2.25rem !important;
    height: 2.25rem !important;
    display: block;
    color: transparent !important;
    transition: background 0.5s ease-in-out; /* Smooth transition */
}
.loop-featured-products .elementor-post:hover .elementor-post__read-more {
    background: url(/wp-content/uploads/2024/12/icon-arrow-circle-right-off-white.png) no-repeat center center;
    background-size: cover;
}

/* GRID COLUMNS */
.loop-featured-products .elementor-posts-container {
  grid-template-columns: repeat(3, 1fr) !important; /* Three Columns */
}

@media (max-width: 1024px) {
  .loop-featured-products .elementor-posts-container {
    grid-template-columns: repeat(2, 1fr) !important; /* Two Cols Tablet */
    gap: 2rem !important;
  }
}

@media (max-width: 768px) {
  .loop-featured-products .elementor-posts-container {
    grid-template-columns: repeat(1, 1fr) !important; /* Full Width */
  }
}


/* *****************************
 * PDF GRID
 * *************************** */
@media (max-width: 768px) {
    .pdf-grid {
        display: flex !important;
        flex-direction: column !important;
    }
    .pdf-grid .elementor-widget-heading {
        display: flex !important;
    }
}