/* **********************************************************
 * SECTION COLUMN STYLES
 * ******************************************************** */
 
/* *****************************
 * HERO & SECTION BOTTOM TEARS
 * *************************** */
.hero .hero-gradient-wrapper:after,
.bg-bottom-tear:after {
    background-image: url(/wp-content/uploads/2025/04/BG-Bottom-Tear-Black.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';    
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 4rem;
    z-index: 10;    
}

/* BACK HOME */
.back-home .back-left a,
.back-home .back-right a {
	transition: 1s cubic-bezier(0.5,1.5,1,1.25);
}
.back-home:hover .back-left a {
	transform: translateX(-1rem);
}
.back-home:hover .back-right a {
	transform: translateX(1rem);
}



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


/* *****************************
 * SECTION TOP & BOTTOM OVERLAY GRADIENTS - like for Map and all other Sections with BG Image and Gradient at Top & Bottom
 * *************************** */
.bg-top-grad:before,
.bg-bottom-grad .bg-top-grad:before {
	background-image: linear-gradient(180deg, #000000 10%, #00000000 100%) !important;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	content: '';
	bottom: auto !important;
	left: 0 !important;
	width: 100% !important;
	height: 6rem !important;
	z-index: 100 !important;
	top: -1px !important;
}
.bg-bottom-grad:after {
	background-image: linear-gradient(180deg, #00000000 0%, #000000 95%) !important;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 6rem !important;
	z-index: 1;
}

@media (max-width: 767px) {
	.bg-bottom-grad .bg-top-grad:before{
		height: 4rem !important;
	}
	.bg-bottom-grad:after {
		height: 4rem !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%);	
}


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


/* *****************************
 * LOCATION COLORS
 * *************************** */
/* HERO GRADIENT */
.page-location-sitewide .hero-gradient-wrapper::before {
    background-image: linear-gradient(180deg, rgba(var(--sitewide-rgb), 0) 70%, rgba(var(--sitewide-rgb), 0.75) 100%) !important;
}
.page-location-nashville .hero-gradient-wrapper::before {
    background-image: linear-gradient(180deg, rgba(var(--nashville-rgb), 0) 70%, rgba(var(--nashville-rgb), 0.75) 100%) !important;
}
.page-location-gatlinburg .hero-gradient-wrapper::before {
    background-image: linear-gradient(180deg, rgba(var(--gatlinburg-rgb), 0) 70%, rgba(var(--gatlinburg-rgb), 0.75) 100%) !important;
}
.page-location-las_vegas .hero-gradient-wrapper::before {
    background-image: linear-gradient(180deg, rgba(var(--las-vegas-rgb), 0) 70%, rgba(var(--las-vegas-rgb), 0.75) 100%) !important;
}
.page-location-pittsburgh .hero-gradient-wrapper::before {
    background-image: linear-gradient(180deg, rgba(var(--pittsburgh-rgb), 0) 70%, rgba(var(--pittsburgh-rgb), 0.75) 100%) !important;
}


/* *****************************
 * BOXED CONTENT w/Full Width Element
 * *************************** */
/* LEFT TEXT RIGHT PICS */
/* Parent container: Two boxed columns */
.l-text-r-pics {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 106rem;
    margin: 0 auto; /* Center the container */
}

/* Boxed columns */
.l-text-r-pics .boxed-col {
    flex: 1; /* Each column takes equal space */
    max-width: calc(106rem / 2 - 10px); /* Half the boxed width minus half the gap */
}

/* Full-width divider: Extend from left screen edge to right edge of left column */
.l-text-r-pics .full-width-divider {
    width: 100vw; /* Full viewport width to reach screen edge */
    margin-left: calc(-50vw + 50%); /* Align left edge to screen */
    padding-right: calc(50vw - (106rem / 4)); /* Stop at right edge of left column */
}


/* Responsive adjustments */
@media (max-width: 767px) {
    .l-text-r-pics {
        flex-direction: column; /* Stack columns */
    }
    .l-text-r-pics .boxed-col {
        max-width: 100%; /* Full width */
        padding: 0 !important;
    }
    .l-text-r-pics .full-width-divider {
        width: calc(100vw - 4rem); /* Full viewport minus gap */
        margin-left: calc(-50vw + 50% - 12px); /* Flush left to screen */
        margin-right: auto; /* No right gap */
        padding: 0 !important; /* Override Elementor padding */
    }
}

/* LEFT PICS RIGHT TEXT */
/* Parent container: Two boxed columns */
.l-pics-r-text {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 106rem;
    margin: 0 auto; /* Center the container */
}

/* Boxed columns */
.l-pics-r-text .boxed-col {
    flex: 1; /* Each column takes equal space */
    max-width: calc(106rem / 2 - 10px); /* Half the boxed width minus half the gap */
}

/* Full-width divider: Extend from left edge of right column to right screen edge */
.l-pics-r-text .full-width-divider {
    width: 100vw; /* Full viewport width to reach screen edge */
    margin-left: 0; /* Align left edge to the start of the right column */
    margin-left: calc(-50vw + 50%); /* Extend to the right screen edge */
    padding-left: calc(50vw - (106rem / 4)); /* Start padding from left edge of right column */
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .l-pics-r-text {
        flex-direction: column; /* Stack columns */
    }
    .l-pics-r-text .boxed-col {
        max-width: 100%; /* Full width */
        padding: 0 !important;
    }
    .l-pics-r-text .full-width-divider {
        width: calc(100vw - 4rem); /* Full viewport minus gap */
        margin-left: auto; /* Flush right */
        margin-right: calc(-50vw + 50% - 12px); /* Flush right to screen */
        padding: 0 !important; /* Override Elementor padding */
    }
}



/* *****************************
 * LAYOUT ADJUSTMENTS - can't do with Elementor - for Plan Event Bar on Location Pages
 * *************************** */
@media (max-width: 1600px) {
	.wrap-1600 > .e-con-inner {
		flex-direction: column !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		align-content: center !important;
	}

	.wrap-1600 .elementor-widget-jet-headline,
	.wrap-1600 .col-text,
	.wrap-1600 .col-text h2,
	.wrap-1600 .col-text p,
	.wrap-1600 .col-text span {
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
		width: 100% !important;
	}
	.wrap-1600 .col-buttons {
		align-items: center;
		justify-content: center;
		padding: 0;
		width: 100%;		
	}	
}


/* *****************************
 * KITCHEN BAR MENU ITEMS
 * *************************** */
/* Overflow so GF doesn't get cut off */
.kitchen-bar-menu-item .elementor-widget-container, 
.kitchen-bar-menu-item .elementor-cta, 
.kitchen-bar-menu-item .elementor-cta__content {
    overflow: visible !important;
}

/* Menu Item Cursor */
.kitchen-bar-menu-item .elementor-cta {
	cursor: default !important;
}
@media (max-width: 1023px) {
	.kitchen-bar-menu-item .elementor-cta .elementor-cta__bg-wrapper {
		margin-top: 2rem;
	}	
}
.kitchen-bar-menu-item .elementor-cta__button-wrapper {
	pointer-events: none;
}

/* LEFT ALIGNED DESKTOP MENU ITEMS */
.kitchen-bar-menu-item .elementor-cta__bg.elementor-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center .55rem;
}

/* Horizontal Menu Items like Sides */
.kitchen-bar-menu-item.horz .elementor-cta__content {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
} 
.kitchen-bar-menu-item.horz .elementor-cta__content .elementor-content-item {
	width: auto !important;
	margin: 0;
}
.kitchen-bar-menu-item.horz .elementor-cta__content .elementor-content-item.elementor-cta__title {
	border-right: 4px solid #fff;
	padding: 0 20px 0 0;	
}

@media (max-width: 1024px) {
	.kitchen-bar-menu-item .elementor-cta__bg.elementor-bg {
		background-position: center top;
	}
}

/* CENTERED DESKTOP MENU ITEMS with IMAGE ON TOP */
.elementor-cta--layout-image-above.kitchen-bar-menu-item .elementor-cta__content {
	padding-top: 20px !important;
}
.elementor-cta--layout-image-above.kitchen-bar-menu-item .elementor-cta__bg.elementor-bg {
    background-position: center top;
}

/* MENU TWO COLUMNS SECTION */
@media (max-width: 767px) {
	.menu-two-cols .menu-col {
		min-width: 100% !important;		
		width: 100% !important;
	}
}

/* MENU ITEM ICON */
.elementor-cta:hover .elementor-cta__bg-overlay {
	background: transparent !important;
}


/* *****************************
 * EVENTS LINEUP
 * *************************** */
/* MUSIC TWO COLUMNS SECTION */
@media (max-width: 1200px) {
	.music-two-cols .music-col {
		min-width: 100% !important;		
		width: 100% !important;
	}
}

/* EVENTS LIST DYNAMIC REPEATER STYLING */
.jet-listing-dynamic-repeater__items .event-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.event-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.event-details {
  flex: 0 1 auto;
  white-space: normal;
}
.event-time {
  flex: 0 0 auto;
}
.event-separator {
  flex: 1 1 auto;
  margin: 0 2rem;
  position: relative;
  min-width: 15%;
}
.event-separator::after {
  content: "· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·";
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #FFF;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .jet-listing-dynamic-repeater__items .event-list {
    gap: 0;
  }
  .event-item {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
    border-bottom: 1px solid #ffffff30;
    padding: 30px 0;
    position: relative;
  }
  .event-list > .jet-listing-dynamic-repeater__item:first-of-type .event-item {
    padding-top: 0;
  }
  .event-list > .jet-listing-dynamic-repeater__item:last-of-type .event-item {
    border-bottom: 0 !important;
	padding-bottom: 0 !important;
  }
  .event-separator {
    display: none;
  }
  .event-time {
    margin-left: 0;
  }
}




/* *****************************
 * POPUP TWEAKS
 * *************************** */
.elementor-popup-modal i.eicon-close {
  transition: all .5s ease-out;
}


/* *****************************
 * IMAGE SCROLLER 3 ACROSS
 * *************************** */
.image-scroller-3 .swiper-slide {
    width: 33.3333% !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
    max-width: 33% !important;
}
.image-scroller-3 .swiper-slide-inner,
.image-scroller-3 .swiper-slide-image {
    width: 100% !important;
    height: 35vh;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (min-width: 1920px) {
    .image-scroller-3 .swiper-slide-inner,
    .image-scroller-3 .swiper-slide-image {
        height: 45vh;
    }
}

@media (max-width: 1440px) {
    .image-scroller-3 .swiper-slide-inner,
    .image-scroller-3 .swiper-slide-image {
        height: 30vh;
    }
}

@media (max-width: 1200px) {
	.image-scroller-3 .swiper-slide {
    width: 50% !important;
    max-width: 50% !important;	
	}    
	.image-scroller-3 .swiper-slide-inner,
    .image-scroller-3 .swiper-slide-image {
        height: 25vh;
    }
}

@media (max-width: 480px) {
	.image-scroller-3 .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;	
	}    
	.image-scroller-3 .swiper-slide-inner,
    .image-scroller-3 .swiper-slide-image {
        height: 25vh;
    }
}