/* **********************************************************
 * SECTION COLUMN STYLES
 * ******************************************************** */
 
/* *****************************
 * BACKGROUND GRADIENT OVERLAY BLACK TO TRANSPARENT TO BROWN
 * *************************** */
.bg-blk-to-brown > .elementor-element.e-con,
.bg-blk-to-brown > .e-con-inner {
    background-image: linear-gradient(180deg, #000000 0, #00000000 35%, #00000000 60%, #160e08 100%) !important;
}
.cta-overlay:before {
	mix-blend-mode: multiply !important;
	opacity: .15 !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(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;         
    }   
}



/* *****************************
 * FULL WIDTH BAR WITH BUTTON
 * *************************** */
.button-bar .jet-button__instance {
	overflow: visible !important;
}


/* *****************************
 *  SECTION LOCATIONS ADDRESSES
 * *************************** */
.locations .state h4 {
	text-shadow: 0px -1px 6px #000000, 0px 1px 6px #000000;    
	transition: text-shadow 0.75s ease !important;
}




/* ******************************
 * INSTAGRAM SECTION
 * *************************** */ 
#sb_instagram .sbi_caption {
	font-size: clamp(17.85px, calc(17.85px + (18.25 - 17.85) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw) !important;
}


/* *****************************
 * HERO VIDEO BACKGROUND
 * *************************** */
.hero {
    position: relative;
}
.hero .elementor-background-video-container {
    position: relative;
    z-index: 0;
}
.hero .elementor-background-video-hosted {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.hero.video-loaded .elementor-background-video-hosted {
    opacity: 1;
}
.hero .elementor-background-video-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #755339 20%, #ffffff 50%, #755339 70%, #160e08 90%, #000000 100%);
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.hero.video-loaded .elementor-background-video-container::after {
    opacity: 1;
}
.hero-video-content-wrapper {
    position: relative;
    z-index: 2;
}
/* FIREFOX
.firefox .elementor-background-video-hosted {
	opacity: 1;
} */


/* *****************************
 * MENU PAGE
 * *************************** */
.menu-section .menu-text b,
.menu-section .menu-text strong {
	font-size: clamp(19px, calc(19px + (23 - 19) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw);
}

@media (max-width: 768px) {
	.menu-wrapper .menu-section .e-con-full {
		width: 100%;
	}
}


/* *****************************
 * POPUP RESERVATIONS
 * *************************** */
.popup-reservation .elementor-widget-container {
    display: flex;
    align-content:center !important;
}
.popup-reservation .dialog-message.dialog-lightbox-message {
    width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}
.popup-reservation .elementor-widget-container {
    width: 100%;
    min-width: fit-content;
    overflow-x: auto !important;
    justify-content: center;
}
.popup-reservation iframe {
    width: 100%;
    display: flex !important;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}
div#ot-reservation-widget {
    display: flex !important;
    justify-content: center !important;
}

@media (max-width: 480px) {
    .popup-reservation {
        overflow-x: auto !important;
    }
}

@supports not selector(::-webkit-scrollbar) {
    .popup-reservation {
        scrollbar-width: thin;
        scrollbar-color: #755339 #160E08;
    }
}
.popup-reservation::-webkit-scrollbar {
    width: 15px !important;
    height: 15px !important;
}
.popup-reservation::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #160E08 0%, #755339 50%, #160E08 100%) !important;
    border-radius: 1px !important;
    box-shadow: inset 2px 1px 5px #000 !important;
}
.popup-reservation::-webkit-scrollbar-track {
    background-color: #160E08 !important;
    box-shadow: inset 2px 0px 4px #000 !important;
}