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

/* *****************************
 * 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;
	mix-blend-mode: multiply !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(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;         
    }   
}


/* *****************************
 * HERO STYLING
 * *************************** */
.hero {
  background: #18183d;
}
.hero:before {
	mix-blend-mode: multiply !important;
	background: linear-gradient(to bottom,  rgba(42,42,42,.5) 0%,rgba(42,42,42,0.13) 30%) !important;
	opacity: 1 !important;
	z-index: 1 !important;
}
.hero>.e-con-inner {
	z-index: 5 !important;
}
.home-hero-logo img {
  transition: all 1s ease;
}
.scrolled-down .home-hero-logo img {
  transition: all 1s ease;
  opacity: 0;
}

@media (min-width: 1025px) {
	.home .raven-site-logo img {
		opacity: 0;
	}
	.home.scrolled-down .raven-site-logo img {
		opacity: 1;
	}
}

@media (max-width: 480px) {
	.home .hero h1 span {
		text-align: center !important;
	}
}


/* *****************************
 * LINES REPRESENTED SLIDER - Home Page
 * *************************** */
.brand-slider .swiper-wrapper {
    margin: 2rem 0;
}
.brand-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.brand-slider .slick-track {
	display: flex;
	align-items: center;
}
.brand-slider .slick-slide {
	text-align: center;
}
.brand-slider .slick-slide:hover img {
    filter: saturate(0) !important;		
}
.brand-slider img {
	max-height: 5rem !important;
	transition: all .75s ease;
}

/* Slick Dots */
.brand-slider .slick-dots li button:before,
.brand-slider .slick-dots li.slick-active button:before,
.brand-slider .slick-dots li button:hover:before,
.brand-slider .slick-dots li.slick-active button:hover:before{
	display: none;
}
.brand-slider.ha-carousel .slick-dots {
	bottom: -8rem !important;
}
.brand-slider .slick-dots li button {
  border: 2px solid #2c2d70;	
  border-radius: 100px;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
	background: #2c2d70;
  transition: all 1s ease !important;		
}
.brand-slider .slick-dots li.slick-active button,
.brand-slider .slick-dots li:hover button {
  background: #FFF;
}
.brand-slider .slick-next, 
.brand-slider .slick-prev {
	width: 25px !important;
	height: 25px !important;
}

@media (max-width: 1024px) {
	.brand-slider .slick-dots li button {
	  width: 16px !important;
	  height: 16px !important;
	}
}

@media (max-width: 768px) {
	.brand-slider.ha-carousel .slick-dots {
		bottom: -10rem !important;
	}
}

@media (max-width: 480px) {
	.slick-dots {
		width: 120% !important;
		left: -10%;
	}
	.slick-dots li {
	  margin-right: calc(15px / 2) !important;
	  margin-left: calc(15px / 2) !important;
	}
}


/* *****************************
 * LOGOS GRID
 * *************************** */
.logos-grid .brands-list.col-row {
  row-gap: 3rem;
}
.logos-grid .brands-list {
	justify-content: center;
	margin: 0 -1rem !important;
}
.logos-grid img {
	max-height: 8rem !important;
}

@media (max-width: 768px) {
	.logos-grid img {
		max-width: 26rem !important;
	}	
}

@media (max-width: 480px) {
	.logos-grid img {
		max-width: 18rem !important;
	}	
}


/* *****************************
 * LINE CARD GRID
 * *************************** */
.line-card-grid .brands-list.col-row {
  gap: 6rem 4rem;
  display: flex;
  justify-content: space-around;
}
.line-card-grid .brands-list {
	justify-content: center;
}
.line-card-grid .brands-list__item {
	background: #FFF;
	border-radius: 25px;
	box-shadow: 0 0 30px #2424241A;
	padding: 2rem !important;
  width: 45% !important;
  max-width: 45% !important;
}
.line-card-grid .brands-list__item .brands-list__item-link {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.line-card-grid .brands-list__item .brands-list__item-desc {
  width: 50%;
}
.line-card-grid img {
	max-height: 8rem !important;
}
.line-card-grid .desc {
  color: #555;
}

@media (max-width: 1600px) {
	.line-card-grid .brands-list__item .brands-list__item-desc {
	  width: 75%;
	}
}


@media (max-width: 1200px) {
	.line-card-grid .brands-list__item .brands-list__item-desc {
	  width: 90%;
	}
}

@media (max-width: 768px) {
	.line-card-grid .brands-list.col-row {
	  gap: 4rem 4rem;
	  display: flex;
	  justify-content: space-around;
	}	
	.line-card-grid .brands-list__item {
	  width: 90% !important;
	  max-width: 90% !important;
	}	
	.line-card-grid .brands-list__item .brands-list__item-desc {
	  width: 100%;
	}
}



/* *****************************
 * MAP CONTENT
 * *************************** */
@media (max-widtH: 1600px) {
  .map-content {
    padding: 5rem 4rem 8rem;
  }  
}



/* *****************************
 * TEAM
 * *************************** */
.ha-member>.elementor-widget-container {
  border-radius: 50px !important;
	padding: 3rem 2rem 1.75rem !important;
}

@media (max-widtH: 1024px) {
	.ha-member>.elementor-widget-container {
	  border-radius: 25px !important;
	}
}