/* **********************************************************
 * ELEMENT STYLES
 * ******************************************************** */

/* *****************************
 * BUTTON ADDITIONAL STYLING
 * *************************** */
/* .elementor-button {

} 
*/


/* ******************************
 * ELEMENTOR MOTION EFFECTS TRANSITION
 * *************************** */
.elementor-element .elementor-widget-container.elementor-motion-effects-element {
    transition-duration: 2s;
}


/* *****************************
 * ELEMENT PADDING & MARGINS
 * *************************** */
.element-margin-bottom-0.elementor-element {
	margin-bottom: 0 !important;	
}


/* ******************************
 * BANNERS WITH OVERLAYS
 * *************************** */
.banner-overlay .jet-banner__overlay {
    mix-blend-mode: multiply;
}
.banner-overlay .elementor-jet-banner {
	overflow: hidden;
}
.banner-overlay .elementor-jet-banner .jet-banner__img {
  transition: transform 1s, filter 2s ease-in-out;
  filter: blur(0px);
  transform: scale(1.0);
}
.banner-overlay .elementor-jet-banner:hover .jet-banner__img {
  transition: transform 1s, filter 2s ease-in-out;
  filter: blur(2px);
  transform: scale(1.1);
}
.banner-overlay .elementor-jet-banner:hover i {
	border-bottom: 2px solid #fff;
	padding-bottom: .5rem;
}

@media (max-width: 767px) {
	/* BANNER OVERLAY */
	.banner-overlay .elementor-jet-banner .jet-banner__img {
		transform: scale(1.65);	
	}	
	.banner-overlay .elementor-jet-banner:hover .jet-banner__img {
		transform: scale(1.75);	
	}	
}


/* ******************************
 * BLOG LISTING GRID SLIDER
 * *************************** */
.blog-slider .jet-listing-grid .jet-engine-listing-overlay-wrap .elementor-inner {
    height: 100%;
}
.blog-slider .blog-card .section-col .elementor-widget-wrap.elementor-element-populated {
    flex-direction: column;
}
.blog-slider .blog-card .section-col .inner-section-content {
    margin-bottom: auto;
}
.blog-slider .blog-card .elementor-container.elementor-column-gap-default {
    width: 100%;
}
.blog-slider .blog-card .inner-section-content {
    margin-bottom: 2rem;
}
.blog-slider .blog-card .blog-title {
    height: auto !important;	
	margin-bottom: 0 !important;
}
.blog-slider .blog-card .blog-title .elementor-widget-container {
    height: auto !important;
}


/* SET SAME HEIGHT */
.blog-slider .slick-track  {
	display: flex !important;	
}
.blog-slider .jet-listing-grid__item {
    height: auto !important;
} 
.blog-slider .blog-card {
    display: flex;	
	height: 100%;
}
.blog-slider .jet-listing-grid__item,
.blog-slider .jet-listing-grid__item .jet-engine-listing-overlay-wrap,
.blog-slider .jet-listing-grid__item .jet-engine-listing-overlay-wrap > div,
.blog-slider .jet-listing-grid__item .jet-engine-listing-overlay-wrap > div .elementor-section-wrap,
.blog-slider .jet-listing-grid__item .jet-engine-listing-overlay-wrap > div .elementor-section-wrap .blog-card {
  height: 100%;
}

/* No Padding on Bottom Button */
.page-template-full-width .jupiterx-main .elementor-section.elementor-section-boxed.inner-section-link .elementor-container,
.page-template-full-width .jupiterx-main .elementor-section.elementor-section-boxed.inner-section-link .elementor-container .elementor-widget-wrap {
    padding: 0 !important;
}
.blog-slider .inner-section-link {
    position: absolute !important;
    bottom: 0;
}


/* ******************************
 * PRODUCT LISTING GRID SLIDER
 * *************************** */
.product-slider .product-card {
    display: flex;	
}
.product-slider .product-card .section-col .elementor-widget-wrap.elementor-element-populated {
    flex-direction: column;
}
.product-slider .product-card .section-col .inner-section-content {
    margin-bottom: 3rem;
}
.product-slider .product-card .elementor-container.elementor-column-gap-default {
    width: 100%;
}
.product-slider .product-card .inner-section-content {

}
.product-slider .product-card .product-title {
	margin-bottom: 0 !important;
}
.product-slider .product-card .product-desc {

}
.product-slider .inner-section-link {
    position: absolute !important;
    bottom: 0;
}

/* ******************************
 * DEFAULT PAGER - SEARCH RESULTS, ETC
   NOTE: You CAN typically style the element directly
 * *************************** */
/* Default Pager - Search Results, etc */
.page-item.active .page-link {
    color: #fff;
    background-color: #555 !important;
    border-color: #111 !important;
}


/* ******************************
 * IMAGE GRID GALLERY LIGHTBOX
 * *************************** */
.mfp-close {
    font-family: "Montserrat", Sans-serif !important;
	font-size: 40px !important;
	font-weight: 300 !important;
}
/* Kill Close & Arrow Background Hover Color */
.mfp-arrow,
.mfp-close:hover {
	background-color: transparent !important;
	border: none !important;
}

/* Hide Lightbox Alt Text Caption
 .mfp-bottom-bar .mfp-title { 
	display: none; 
} */


/* ******************************
 * FLIP BOX
 * *************************** */
@media (max-width: 1024px) {		
	/* Fix for iOS z-index like bug - Flip Boxes cover Header, Mobile Menu, etc */
	.ios .ha-flip-box-container.ha-flip-effect-3d .ha-flip-box-back-inner, 
	.ios .ha-flip-box-container.ha-flip-effect-3d .ha-flip-box-front-inner {
		-webkit-transform: translateZ(0px) scale(.9) !important;
		transform: translateZ(0px) scale(.9) !important;
	}
}

@media (max-width: 767px) {
	/* FLIP BOX IOS FIX - not all but Design 9 caused Flip Box to appear on top of Header  */
	.ios .flip-boxes-icon-title-txt .ha-flip-box-container.ha-flip-effect-3d .ha-flip-box-inner-wrapper {
	  -webkit-transform-style: flat;
	  transform-style: preserve-3d;
	}	
}


/* ******************************
 * BACKGROUND OVERLAY for iPHONE - Add Class if Needed
 * *************************** */
@media (max-width: 767px) {
	/* Overlay */
	.responsive-phone-overlay-opacity .elementor-background-overlay {
		opacity: .7 !important;
	}
}


/* ******************************
 * JET HEADLINE
 * *************************** */
span.jet-headline__space {
    line-height: 1px;
}


/* ******************************
 * ICON LIST CENTERED ON MOBILE - add class mobile-center
 * *************************** */
@media (max-width: 767px) {
	.mobile-center .elementor-icon-list-item,
	.mobile-center .elementor-icon-list-item a {
		text-align: center !important;
	}
}


/* ******************************
 * EVENT BRITE
 * *************************** */
.cc-events .eaw-ulx {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
}
.cc-events .eaw-li__wrap {
	background-size: 100% 100%;
	background-position: 0px 0px;
	background-image: linear-gradient(138deg, #D1CDC0FF 30%, #D1CDC07D 100%);		
	border-bottom: 0 !important;
	padding: 0 !important;
	border-bottom: 0 !important;
	flex: 1;
	margin: 1%;
	justify-content: space-between;
	flex-basis: unset;
	align-self: stretch;
	max-width: 31.33%;
	width: 31.33%;	
}
@media (max-width: 1023px) {
	.cc-events .eaw-li__wrap {
		max-width: 48%;
		width: 48%;	
	}
}
@media (max-width: 620px) {
	.cc-events .eaw-li__wrap {
		margin: 0 0 3rem !important;
		max-width: 100%;
		width: 100%;
	}
	.cc-events .eaw-li__wrap:last-of-type {
		margin: 0 !important;
		max-width: 100%;
		width: 100%;
	}	
}
.cc-events .eaw-li__flex {
	position: relative;
	height: 100% !important;
}
.cc-events .eaw-thumb-wrap {
    background: #97cb33;
}
.cc-events .eaw-thumb.eaw-aligncenter {
    width: 100%;
    border: none !important;
    padding: 8px !important;
    margin: 0px !important;
}
.cc-events a.eaw-img {
    transition: all 0.25s linear;
}
.cc-events a.eaw-img:hover {
    transform: scale(0.975);
}
.cc-events .eaw-content-wrap h3 {
    font-size: 1.5rem !important;
    line-height: 1.25em !important;
    margin-bottom: 1rem !important;
    padding: 0 1rem;
}
.cc-events .eaw-content-wrap h3 a:hover,
.cc-events a.more-link:hover {
	color: #998F72;
}
.cc-events .eaw-time {
	color: #998F72 !important;
	font-size: 1.2rem !important;
	padding: 0 1rem;
}
.cc-events .eaw-summary {
	font-size: 1.1rem !important;
	line-height: 1.5em !important;
	margin: 1rem 0 3rem !important;
	float: left !important;
	padding: 1rem;
}
.cc-events a.more-link {
	display: block !important;
	margin: 1rem 0;
	width: 100%;
	float: left;
}
.cc-events .eaw-booknow {
    display: block !important;
    margin: auto 0 0 0 !important;
    flex-direction: column;
    background: #314837;
    padding: 1rem;
    position: absolute !important;
    bottom: 0;
	transition: all 0.5s linear;
    width: 100%;
}
.cc-events .eaw-booknow:hover {
	background: #231f20;
}
.cc-events .eaw-booknow a {
	color: #fff;
	float: left;
	font-family: "Colus", Sans-serif;
	letter-spacing: 1px;
	width: 100%;
}
.cc-events .eaw-booknow a:hover {
	color: #97CB33;
}


/* ******************************
 * ELEMENTOR IMAGE CAROUSEL - like on Product Pages 
 * *************************** */
.elementor-image-carousel.swiper-wrapper {
    display: flex;
    align-content: center;
    align-items: center;
}
.swiper-zoom-container img {
    background-color: rgba(255,255,255,.9);
}

