/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*
 * Global CSS
 * */

body{
	--white-color: 		var(--e-global-color-04525e6);
	--heading-color: 	var(--e-global-color-b243cb4);
	--accent-bg: 		var(--e-global-color-2d8339a);
	--light-bg: 		var(--e-global-color-a9e4426);
}

.br-desktop-none br{
    display: none;
}

figure{
    line-height: 0;
}

.elementor-widget-theme-post-excerpt p:last-child,
.elementor-widget-text-editor p:last-child{
    margin-bottom: 0;
}

.elementor-widget-button .elementor-button{
    transition: all 0.3s ease-in-out;
}

.elementor-widget-icon .elementor-icon-wrapper,
.elementor-widget-icon-box .elementor-icon-box-icon{
    line-height: 0;
}

.icon-height-size.elementor-widget-icon .elementor-icon-wrapper .elementor-icon svg{
    height: auto;
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-image-box .elementor-image-box-title{
    margin-top: 0;
}

.icon-box-icon-center.elementor-widget-icon-box .elementor-icon-box-wrapper{
    align-items: center;
}

/* Button CSS */

.elementor-widget-button .elementor-button{
	position: relative;
	min-width: 210px;
}

.elementor-widget-button .elementor-button:before{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--e-global-color-secondary);
	width: 0;
	height: 100%;
	transition: all 0.3s ease-in-out;
	z-index: 0;
}

.yellow-btn.elementor-widget-button .elementor-button:before{
	background-color: var(--e-global-color-accent);
}

.pink-btn.elementor-widget-button .elementor-button:before{
	background-color: var(--accent-bg);
}

.elementor-widget-button .elementor-button:hover:before,
.elementor-widget-button .elementor-button:focus:before{
	left: 0;
	right: auto;
	width: 100%;
}

.no-bg.elementor-widget-button .elementor-button:before{
	display: none;
}

.underline-btn .elementor-button .elementor-button-text{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	position: relative;
	align-items: center;
	z-index: 1;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	line-height: 0;
}

/* Icon & Images Box CSS */
.elementor-widget-icon-box .elementor-icon-box-description a,
.elementor-widget-image-box .elementor-image-box-description a{
    color: inherit;
    transition: all 0.3s ease-in-out;
}

/*  Tab Widget CSS */
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:hover,
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:focus{
    border-radius: var(--n-tabs-title-border-radius);
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title{
    transition: all 0.3s ease-in-out;
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg path{
    transition: all 0.3s;
}

/* Menu Border CSS */
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:focus, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:hover{
	border-inline-start: 0 !important;
}


@media only screen and (max-width: 991px) {
	
	.br-tablet-none br{
		display: none;
	}
	
	.elementor-widget-button .elementor-button{
		min-width: auto;
	}
}

@media only screen and (max-width: 767px) {
	
	.br-mobile-none br{
		display: none;
	}
}

/* 
 * Header CSS 
 * */

body.home .header-menu nav ul li.home-page-menu,
.header2-container .header-menu nav ul li.home-page-menu{
	display: none;
}

body.home .header-menu nav.elementor-nav-menu--layout-horizontal ul li:nth-of-type(2) a.elementor-item,
.header2-container .header-menu nav.elementor-nav-menu--layout-horizontal ul li:nth-of-type(2) a.elementor-item{
	margin-left: 0 !important;
}

.header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
.header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	transition: all 0.3s ease-in-out;
}

.header2-container{
	position: fixed !important;
	top: -104px  !important;
	left: 0;
	right: 0;
	z-index: 9999;
	backdrop-filter: blur(20px);
	transition: all 0.4s ease-in-out !important;
}

.header2-container.header-show{
	top: 0 !important;
}

.header2-container.header-show .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown{
	margin-top: 31.5px !important;
}

/* Mega Menu CSS */


@media only screen and (max-width: 1024px) {
	
	.header2-container .header-menu nav ul li.home-page-menu{
		display: block;
	}
	
	.header2-container.header-show .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 21px !important;
	}
}

@media only screen and (max-width: 767px) {
	
	.header2-container.header-show .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        margin-top: 20px !important;
    }

}



/*
 * Footer CSS
 * */

@media only screen and (max-width: 1024px){
	
	.footer-menu .elementor-nav-menu--layout-horizontal{
		justify-content: center;
	}
	
}

@media only screen and (max-width: 767px){
	
	.footer-menu .elementor-nav-menu--layout-horizontal ul{
		gap: 20px;
		justify-content: center;
	}
}



/*
 * Home CSS
 * */

.hero-logo-container{
	
}

.hero-logo{
	
}

.home-about1 img{
	aspect-ratio: 1 / 1.38;
    object-fit: cover;
}

.home-about2 img{
	aspect-ratio: 1 / 1.54;
    object-fit: cover;
}

.home-about3 img{
	aspect-ratio: 1 / 0.72;
    object-fit: cover;
}

.why-el-img-box .elementor-image-box-img img{
	width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-width: 220px;
	margin: 0 auto;
}

.why-el-img-box:nth-child(1) .elementor-image-box-img img{
	object-position: bottom;
	object-view-box: inset(0% 0% 0% 20%);
}

.why-el-img-box:nth-child(3) .elementor-image-box-img img{
	object-position: top right;
    object-view-box: inset(0% 15% 0% 0%);
}

.our-market-img img{
	aspect-ratio: 1 / 0.72;
    object-fit: cover;
}

.our-market-logo figure{
	display: flex;
    align-items: center;
    justify-content: center;
/* 	border: 1px solid var(--light-bg);
	height: 100px; */
}

.our-market-logo figure .swiper-slide-image{
	width: 100%;
	max-width: 148px;
}

.our-market-hover-img-box .elementor-cta__title{
	transform: scale(0);
	transition: all 0.6s ease-in-out;
}

.our-market-hover-img-box .elementor-cta:hover .elementor-cta__title{
	transform: scale(1);	
}

.events-img1 img{
	aspect-ratio: 1 / 0.98;
    object-fit: cover;
}

.events-img2 img{
	aspect-ratio: 1 / 1.2;
    object-fit: cover;
}

.instagram-heading .elementor-heading-title{
	word-break: break-all;
}


/* Google Review CSS */

.sb-post-item {
	background: url("./images/quotes.svg") no-repeat top left;
	background-size: 46px auto;	
    padding: 70px 0 0;
}

.sb-post-item .sb-item-provider-icon {
    display: none;
}

.sb-post-item .sb-item-author-date-ctn {
    padding-right: 0 !important;
	margin-top: 30px;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn {
    align-items: center;
    gap: 10px;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-author-img {
    width: 50px;
    min-width: 50px;
    height: 50px;
	margin: 0 !important;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-name {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0px 0px 4px 0px !important;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-date {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    text-transform: none;
}

.sb-post-item .sb-item-rating {
    margin: 0 0 30px !important;
}

.sb-post-item .sb-item-rating .sb-relative {
    line-height: 0;
}

.sb-post-item .sb-item-rating .sb-relative .sb-item-rating-ctn .sb-item-rating-icon svg {
    margin: 0 4px;
}

.sb-post-item .sb-item-text {
    color: var(--white-color) !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.sb-post-item .sb-item-text a {
    color: inherit;
}

.sbr_carousel .sbr-owl-nav>div {
    --google-review-arrow: -100px;
    top: 50%;
    left: var(--google-review-arrow);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-bg);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 16px auto !important;
    color: var(--white-color);
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    transform: translateY(-50%) !important;
    transition: all 0.3s ease-in-out;
	box-shadow: none;
}

.sbr_carousel .sbr-owl-nav>div svg {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.sbr_carousel .sbr-owl-nav>.sbr-owl-prev {
    background-image: url("./images/left.svg") !important;
}

.sbr_carousel .sbr-owl-nav>.sbr-owl-next {
    left: auto;
    right: var(--google-review-arrow);
    background-image: url("./images/right.svg") !important;
}

.sbr_carousel:hover .sbr-owl-nav>div {
    background: var(--accent-bg);
    box-shadow: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sbr_carousel:hover .sbr-owl-nav>div:hover,
.sbr_carousel .sbr-owl-nav>div:hover{
	background: var(--e-global-color-secondary);
}

/* Featured Art CSS */

.featured-art-img-box .elementor-image-box-img img,
.featured-art-img-box .elementor-image-carousel img{
	width: 100%;
	aspect-ratio: 1 / 1.1;
    object-fit: cover;
}

.featured-art-img-box .elementor-image-box-content .elementor-image-box-title a{
	font-size: inherit;
}

.featured-art-img-box .elementor-image-box-content .elementor-image-box-description a{
	transition: all 0.3s ease-in-out;	
}

.featured-art-img-box .elementor-image-box-content .elementor-image-box-description a:hover{
	color: var(--heading-color);
}

.art-carousel .elementor-swiper-button{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    z-index: 10;
}

.art-carousel .elementor-swiper-button.elementor-swiper-button-prev{
	left: -100px !important;
	transform: rotate(180deg) !important;
}

.art-carousel .elementor-swiper-button.elementor-swiper-button-next{
	right: -100px !important;
}

/*
 * 
Container - 1
.featured-art-container-1 .featured-art-img-box:nth-child(1){
	width: 66%;
}

.featured-art-container-1 .featured-art-img-box:nth-child(2),
.featured-art-container-2 .featured-art-img-box:nth-child(2),
.featured-art-container-3 .featured-art-img-box:nth-child(2),
.featured-art-container-4 .featured-art-img-box:nth-child(2){
	width: 100%;
}

.featured-art-container-1 .featured-art-img-box:nth-child(1) .elementor-image-box-img img,
.featured-art-container-3 .featured-art-img-box:nth-child(3) .elementor-image-box-img img,
.featured-art-container-3 .featured-art-img-box:nth-child(3) img{
	aspect-ratio: 1 / 1.3;
}

.featured-art-container-1 .featured-art-img-box:nth-child(2) .elementor-image-box-img img,
.featured-art-container-3 .featured-art-img-box:nth-child(2) .elementor-image-box-img img,
.featured-art-container-3 .featured-art-img-box:nth-child(2) img{
	aspect-ratio: 1 / 1.2;
}

Container - 2

.featured-art-container-2 .featured-art-img-box:nth-child(1){
	width: 54%;
}

.featured-art-container-2 .featured-art-img-box:nth-child(3){
	width: 90%;
}

.featured-art-container-2 .featured-art-img-box:nth-child(1) .elementor-image-box-img img{
	aspect-ratio: 1 / 1.3;
}

.featured-art-container-2 .featured-art-img-box:nth-child(2) .elementor-image-box-img img,
.featured-art-container-4 .featured-art-img-box:nth-child(2) .elementor-image-box-img img{
	aspect-ratio: 1 / 1.3;
}

.featured-art-container-2 .featured-art-img-box:nth-child(3) .elementor-image-box-img img,
.featured-art-container-2 .featured-art-img-box:nth-child(3) img{
	aspect-ratio: 1 / 0.8;
}

Container - 3
.featured-art-container-3 .featured-art-img-box:nth-child(1){
	width: 85%;
}

.featured-art-container-3 .featured-art-img-box:nth-child(3){
	width: 75%;
}

.featured-art-container-3 .featured-art-img-box:nth-child(1) .elementor-image-box-img img,
.featured-art-container-3 .featured-art-img-box:nth-child(1) img{
	aspect-ratio: 1 / 1.2;
}

Container - 4
.featured-art-container-4 .featured-art-img-box:nth-child(1){
	width: 60%;
}

.featured-art-container-4 .featured-art-img-box:nth-child(1) .elementor-image-box-img img,
.featured-art-container-4 .featured-art-img-box:nth-child(1) img{
	aspect-ratio: 1 / 1.2;
}*/

/* Featured Artist Image CSS */

.featured-artist-img img{
	aspect-ratio: 1 / 0.9;
    object-fit: cover;
}


@media only screen and (max-width: 1700px) {
	
	/* Google Review Testimonial CSS */

    .sbr_carousel .sbr-owl-nav>div {
        --google-review-arrow: -50px;
    }
}

@media only screen and (max-width: 1512px){
	
	.hero-logo img{
		max-width: 24.833vw !important;
	}
}

@media only screen and (max-width: 1440px) {
	
	/* Google Review Testimonial CSS */

    .sbr_carousel {
        padding-bottom: 80px;
    }

    .sbr_carousel .sbr-owl-nav>div {
        --google-review-arrow: calc(50% - 60px);
        top: auto;
        bottom: 0;
        transform: translateY(0) !important;
    }

}

@media only screen and (max-width: 1320px){
	
	.art-carousel .e-n-carousel.swiper{
		padding-bottom: 80px;
	}
	
	.art-carousel .elementor-swiper-button{
		top: auto !important;
		bottom: 0 !important;
		transform: translate(0, 0) !important;
			
	}

	.art-carousel .elementor-swiper-button.elementor-swiper-button-prev{
		left: calc(50% - 45px) !important;
	}

	.art-carousel .elementor-swiper-button.elementor-swiper-button-next{
		right: calc(50% - 45px) !important;
	}
	
}

@media only screen and (max-width: 1175px){
	
	.home-hero-title{
		--e-global-typography-ce481ec-font-size: 125px;
	}
	
}

@media only screen and (max-width: 1030px){
	
	.home-hero-title{
		--e-global-typography-ce481ec-font-size: 120px;
	}
	
}

@media only screen and (max-width: 1024px){
	
	.home-hero-title{
		--e-global-typography-ce481ec-font-size: inherit;
	}
	
	.events-img1 img,
	.events-img2 img{
		aspect-ratio: 1 / 1.1;
		object-fit: cover;
	}
	
	 /* Google Review Testimonial CSS */

    .sbr_carousel {
        padding-bottom: 60px;
    }

    .sb-post-item {
        background-size: 36px auto;
    	padding: 50px 0 0;
    }

    .sb-post-item .sb-item-rating {
        margin: 0 0 20px !important;
    }

    .sbr_carousel .sbr-owl-nav>div {
        --google-review-arrow: calc(50% - 60px);
    }
	
	.featured-art-img-box .elementor-image-box-img img,
	.featured-art-img-box .elementor-image-carousel img{
		aspect-ratio: 1 / 0.9;
	}
	
	/* 	
	.featured-art-container-1 .featured-art-img-box:nth-child(1),
	.featured-art-container-2 .featured-art-img-box:nth-child(1),
	.featured-art-container-2 .featured-art-img-box:nth-child(3),
	.featured-art-container-3 .featured-art-img-box:nth-child(3),
	.featured-art-container-3 .featured-art-img-box:nth-child(1),
	.featured-art-container-4 .featured-art-img-box:nth-child(1){
		width: 100%;
	}

	Container - 1 Image
	.featured-art-container-1 .featured-art-img-box:nth-child(1) .elementor-image-box-img img,
	.featured-art-container-4 .featured-art-img-box:nth-child(2) .elementor-image-box-img img{
		aspect-ratio: 1 / 1.1;
	}
	
	.featured-art-container-1 .featured-art-img-box:nth-child(2) .elementor-image-box-img img,
	.featured-art-container-4 .featured-art-img-box:nth-child(1) .elementor-image-box-img img{
		aspect-ratio: 1 / 0.8;
	}
	
	Container - 2 Image
	.featured-art-container-2 .featured-art-img-box:nth-child(1) .elementor-image-box-img img{
		aspect-ratio: 1 / 1.2;
	}
	
	.featured-art-container-2 .featured-art-img-box:nth-child(2) .elementor-image-box-img img,
	.featured-art-container-3 .featured-art-img-box:nth-child(3) .elementor-image-box-img img{
		aspect-ratio: 1 / 1.4;
	}
	
	.featured-art-container-2 .featured-art-img-box:nth-child(3) .elementor-image-box-img img,
	.featured-art-container-3 .featured-art-img-box:nth-child(1) .elementor-image-box-img img{
		aspect-ratio: 1 / 0.75;
	}
	
	Container - 3 Image
	.featured-art-container-3 .featured-art-img-box:nth-child(2) .elementor-image-box-img img{
		aspect-ratio: 1 / 1.1;
	}
	
	Container - 4 Image
	.featured-art-container-4 .featured-art-img-box:nth-child(1) img{
		aspect-ratio: 1 / 0.95;
	} */

}

@media only screen and (max-width: 767px){
	
	.our-market-logo figure{
/* 		height: 80px; */
	}
	
	.our-market-logo figure .swiper-slide-image {
		max-width: 120px;
	}
	
	 /* Google Review Testimonial CSS */
	
	.sb-post-item{
		background-position: top left 3px;
		background-size: 30px auto;
        padding: 40px 0px 0;
	}

    .sb-post-item .sb-item-rating {
        margin: 0 0 15px !important;
    }
	
	.sb-post-item .sb-item-author-date-ctn{
		margin-top: 20px;
	}
	
	.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-author-img {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
	
	.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-name{
		font-size: 14px !important;
		margin: 0 !important;
	}
	
	.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-date{
		font-size: 12px !important;
	}

    .sbr_carousel .sbr-owl-nav>div {
        --google-review-arrow: calc(50% - 45px);
        width: 40px;
        height: 40px;
    }
	
	.art-carousel .e-n-carousel.swiper{
		padding-bottom: 70px;
	}
	
/* 	.featured-art-container-1 .featured-art-img-box:nth-child(1),
	.featured-art-container-2 .featured-art-img-box:nth-child(1),
	.featured-art-container-2 .featured-art-img-box:nth-child(3),
	.featured-art-container-3 .featured-art-img-box:nth-child(3),
	.featured-art-container-3 .featured-art-img-box:nth-child(1),
	.featured-art-container-4 .featured-art-img-box:nth-child(1){
		min-height: 225px;
	}
	
	Container - 2 Image
	.featured-art-container-2 .featured-art-img-box:nth-child(1) .elementor-image-box-img img{
		aspect-ratio: 1 / 1.3;
	}
	
	.featured-art-container-2 .featured-art-img-box:nth-child(2) .elementor-image-box-img img,
	.featured-art-container-3 .featured-art-img-box:nth-child(3) .elementor-image-box-img img{
		aspect-ratio: 1 / 1.5;
	}
	
	.featured-art-container-2 .featured-art-img-box:nth-child(3) .elementor-image-box-img img,
	.featured-art-container-3 .featured-art-img-box:nth-child(1) .elementor-image-box-img img{
		aspect-ratio: 1 / 0.75;
	}
	
	Container - 3 Image

	.featured-art-container-3 .featured-art-img-box:nth-child(2) .elementor-image-box-img img{
		aspect-ratio: 1 / 1.15;
	}
	
	.featured-art-container-3 .featured-art-img-box:nth-child(3) img{
		aspect-ratio: 1 / 1.45;
	}
	
	Container - 4 Image
	.featured-art-container-4 .featured-art-img-box:nth-child(1) img{
		aspect-ratio: 1 / 1.2;
	} */
	
	
	/* Featured Artist Image CSS */

	.featured-artist-img img{
		aspect-ratio: 1 / 1.2;
	}
	
}

@media only screen and (max-width: 400px){
	
	.home-hero-title{
		--e-global-typography-ce481ec-font-size: 40px;
	}
}

@media only screen and (max-width: 330px){
	
	.hero-container{
		--padding-top: 90px !important;
	}
}

/* 
 * About Us page CSS
 * */

.page-header .elementor-icon-list-items .elementor-icon-list-item:after{
	transform: rotatez(12deg);
}

.about-img-1 img{
	aspect-ratio: 1 / 0.99;
	object-fit: cover;
	object-position: right;
}

.about-img-3 img{
	aspect-ratio: 1 / 0.48;
	object-fit: cover;
}

.conception-of-eclectic-img img{
	aspect-ratio: 1 / 0.95;
	object-fit: cover;
}


@media only screen and (max-width: 1024px){}
@media only screen and (max-width: 767px){
	
	.page-header .elementor-icon-list-items .elementor-icon-list-item:after{
		height: 25px !important;
	}
	
	.conception-of-eclectic-img img{
		aspect-ratio: 1 / 1.05;
	}
}

/* 
 * Events page CSS
 * */

.our-event-img img{
	aspect-ratio: 1 / 1.4;
	object-fit: cover;
}

.event-cta .elementor-cta .elementor-cta__content{
	position: absolute;
	top: auto;
	bottom: 0;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 0.4s ease-in-out;
}

.event-cta:hover .elementor-cta .elementor-cta__content,
.event-cta.active .elementor-cta .elementor-cta__content{
	transform: translate(0, -30px);
	opacity: 1;
}

.event-cta .elementor-cta .elementor-cta__bg-wrapper .elementor-cta__bg-overlay{
	background: linear-gradient(180deg, transparent 0%, var(--e-global-color-primary) 100%);
	transition: all 0.4s ease-in-out;
	opacity: 0;
}	

.event-cta:hover .elementor-cta .elementor-cta__bg-wrapper .elementor-cta__bg-overlay,
.event-cta.active .elementor-cta .elementor-cta__bg-wrapper .elementor-cta__bg-overlay{
	opacity: 1;
}

@media only screen and (max-width: 1024px){}
@media only screen and (max-width: 767px){
	
	.our-event-img img{
		aspect-ratio: 1 / 1.05;	
	}
}

/* 
 * Farm-to-table page CSS
 * */

.farm-to-table-about-img img{
	aspect-ratio: 1 / 0.97;
	object-fit: cover;
}

.farm-to-table-about-img-2 img{
	aspect-ratio: 1 / 0.83;
	object-fit: cover;
}

.farm-to-table-about-img-3 img{
	aspect-ratio: 1 / 1.55;
	object-fit: cover;
}

.importance-of-food-img img{
	aspect-ratio: 1 / 0.23;
	object-fit: cover;
}

.why-local-matters-img .swiper-slide-inner{
	line-height: 0 !important;
}

.why-local-matters-img .swiper-slide-inner img{
	width: 100%;
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
	object-position: left center;
}

.why-local-matters-img .elementor-swiper-button{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--accent-bg);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	transition: all 0.3s ease-in-out;
}

.why-local-matters-img .elementor-swiper-button:hover{
	background-color: var(--e-global-color-secondary);
}

.why-local-matters-img .elementor-swiper-button.elementor-swiper-button-prev{
	transform: rotate(180deg);
}


@media only screen and (max-width: 1024px){
	
	.importance-of-food-img img{
		aspect-ratio: 1 / 0.5;
	}	
}

@media only screen and (max-width: 767px){
	
	.farm-to-table-about-img-3 img{
		aspect-ratio: 1 / 1.1;	
	}
	
	.why-local-matters-img .elementor-swiper-button{
		width: 30px;
		height: 30px;
	}
	
	.why-local-matters-img .swiper-slide-inner img{
		aspect-ratio: 1 / 0.8;
	}
	
}


/* 
 * Brunch CSS 
 * */

.brunch-tab .e-n-tabs{
	position: relative;
}

.brunch-tab .e-n-tabs-heading{
	position: absolute;
	top: 5.208vw;
	left: auto;
	right: 100px;
	z-index: 2;
}

.brunch-tab .e-n-tabs-heading .e-n-tab-title{
	min-width: 160px;
}

.tab-price-tilte .elementor-heading-title{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.tab-price-tilte .elementor-heading-title span{
	font-weight: 500;
	margin-left: 60px;
}

.tab-content-text-editor{
	width: 33.854vw;
}

/* Tab Image CS */

.tab-content-img1,
.tab-content-img2,
.tab-content-img3{
	position: relative;
	z-index: 1;
}

.tab-content-img1:before{
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	background-image: url("./images/brunch-tab-bg-2.svg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
/* 	width: 1100px;
	height: 810px; */
	width: 57.292vw;
	height: 42.188vw;
	z-index: -1;
}

.tab-content-img1:after{
	content: '';
    position: absolute;
    top: 30%;
    left: 0;
    background-image: url("./images/brunch-tab-bg-1.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 45.885vw;
    height: 47.604vw;
    z-index: -1;
}

.tab-content-img2:after{
	content: '';
    position: absolute;
    top: auto;
    left: auto;
	right: -5.208vw;
    bottom: -100px;
    background-image: url("./images/brunch-tab-bg-3.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    width: 939px;
    height: 823px;
    z-index: -1;
}

.tab-content-img3:before {
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	background-image: url("./images/brunch-tab-bg-4.svg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% 100%;
    width: 44.792vw;
    height: 71.354vw;
	z-index: -1;
}

.tab-content-img3:after {
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	background-image: url("./images/brunch-tab-bg-5.svg");
	background-repeat: no-repeat;
	background-position: top right -18.229vw;
    background-size: 100% 100%;
    width: 80.208vw;
    height: 88.542vw;
	z-index: -1;
}

.tab-content-img3 .tab-content-text-editor{
	width: 51%;
}

@media only screen and (max-width: 1870px){
	
	.tab-content-img3:before{
		height: 81.354vw;
	}
}

@media only screen and (max-width: 1740px){

	.tab-content-img1:after{
		top: 32%;
		background-position: center left -50px;
		width: 50.885vw;
        height: 52.604vw;
	}
	
	.tab-content-img2:after{		
		right: -5.208vw;
		bottom: -100px;
		background-position: center left;
		width: 889px;
    	height: 783px;
	}
	
	.tab-content-img3 .tab-content-text-editor {
		width: 80%;
	}
	
	.tab-content-img3:before {
		width: 44.792vw;
        height: 81.354vw;
	}
	
	.tab-content-img3:after {
		background-position: top right -17.229vw;
        width: 83.208vw;
        height: 86.542vw;
	}
}


@media only screen and (max-width: 1660px){
	
	.tab-content-img1:before {	
		background-position: top right -100px;
		width: 67.292vw;
		height: 45.188vw;
	}
	
	.tab-content-img3 .perk-pour-container{
		width: 75%;
	}
	
	.tab-content-img3:after {
		background-position: top right -21.229vw;
		width: 83.208vw;
		height: 90.542vw;
	}
	
}	

@media only screen and (max-width: 1600px){
	
	.tab-content-img1:after{
		top: 31%;
        width: 50.885vw;
        height: 58.604vw;
	}
	
	.tab-content-img2:after{
		width: 799px;
        height: 753px;
	}
	
	.tab-content-img3:after {
		background-position: top right -21.229vw;
		width: 83.208vw;
		height: 90.542vw;
	}
	
}	

@media only screen and (max-width: 1560px){
	
	.tab-content-img3:before {
		background-position: top left -140px;
        width: 53.792vw;
        height: 77.354vw;
    }
	
	.tab-content-img3:after {
		background-position: top right -21.229vw;
		width: 83.208vw;
		height: 96.542vw;
	}

}

@media only screen and (max-width: 1480px){
	
	.tab-content-img1:before {		
		background-position: top right -170px;
        width: 70.292vw;
        height: 51.188vw;
	}
	
	.tab-content-img1:after{
		top: 32%;
		background-position: center left -180px;
        width: 60.885vw;
        height: 61.604vw;
	}
	
	.tab-content-img2:after{
		width: 765px;
        height: 730px;
	}
	
	.tab-content-img3:before {
		background-position: top left -210px;
        width: 63.792vw;
        height: 81.354vw;
    }
}

@media only screen and (max-width: 1470px){
	
	.tab-price-tilte .elementor-heading-title span {
		margin-left: 30px;
	}
	
}

@media only screen and (max-width: 1445px){
	
	.tab-content-img1:after {
		top: 31%;
        height: 65.604vw;
    }
	
	.tab-content-img2:after{
		width: 765px;
        height: 730px;
	}
	
	.tab-content-img3:after {
        background-position: top right -21.229vw;
        width: 83.208vw;
        height: 100.542vw;
    }
	
}

@media only screen and (max-width: 1380px){
	
	.tab-content-img1:before {		
		background-position: top right -230px;
        width: 80.292vw;
        height: 55.188vw;
	}

}

@media only screen and (max-width: 1370px){
	
	.tab-content-img1:after {
		background-position: center left -220px;
        width: 63.885vw;
        height: 73.604vw;
    }
	
	.tab-content-img2:after{
		width: 730px;
        height: 740px;
	}
	
	.tab-content-img3:after {
        background-position: top right -21.229vw;
        width: 83.208vw;
        height: 103.542vw;
    }
	
	.tab-content-img3:before {
		background-position: top left -310px;
        width: 73.792vw;
        height: 84.354vw;
    }
}

@media only screen and (max-width: 1305px){
	
	.tab-content-img1:before {		
		background-position: top right -270px;
        width: 85.292vw;
        height: 59.188vw;
	}
	
	.tab-content-img1:after {
		background-position: center left -280px;
        width: 68.885vw;
        height: 77.604vw;
    }
	
	.tab-content-img2:after{
		width: 670px;
        height: 760px;
	}
	
	.tab-content-img3:after {
        background-position: top right -21.229vw;
        width: 83.208vw;
        height: 106.542vw;
    }
	
	.tab-content-img3:before {
		background-position: top left -310px;
        width: 70.792vw;
        height: 91.354vw;
    }
	
}

@media only screen and (max-width: 1024px){
	
	.brunch-tab .e-n-tabs-heading{
		top: 40px;
		right: 20px;
	}
	
	.tab-price-tilte,
	.tab-content-text-editor {
		width: 90%;
	}
	
	.tab-content-img1:before{
		background-position: top right -50px;
        width: 630px;
        height: 470px;
	}
	
	.tab-content-img1:after {
		top: 29%;
        background-position: center left -150px;
        width: 770px;
        height: 720px;
    }
	
	.tab-content-img2:after{
		width: 570px;
        height: 630px;
	}
	
	.tab-content-img3:after {
		background-position: top right -250px;
		width: 850px;
		height: 1100px;
	}
	
	.tab-content-img3:before {
        background-position: top left;
        width: 470px;
        height: 670px;
    }
}

@media only screen and (max-width: 991px){
	
	.tab-content-img1:before {
        background-position: top right -50px;
        width: 480px;
        height: 360px;
    }
	
	.tab-content-img1:after {
        top: 29.5%;
        background-position: center left -130px;
        width: 510px;
        height: 600px;
    }
	
	.tab-content-img2:after {
		width: 450px;
		height: 690px;
	}
	
	.tab-content-img3 .perk-pour-container {
        width: 100%;
    }
	
	.tab-content-img3:after {
        background-position: top right;
        width: 100%;
        height: 990px;
    }
	
	.tab-content-img3:before {
        background-position: top left -45px;
        width: 100%;
        height: 980px;
    }

}

@media only screen and (max-width: 767px){
	
	.brunch-tab .e-n-tabs-heading{
		top: -60px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 20px;
	}
	
	.brunch-tab .e-n-tabs-heading .e-n-tab-title{
		min-width: calc(50% - 10px) !important;
		max-width: calc(50% - 10px) !important;
    	width: calc(50% - 10px) !important;
	}
	
	.tab-price-tilte, .tab-content-text-editor {
        width: 100%;
    }
	
	.tab-price-tilte .elementor-heading-title{
		justify-content: space-between;
	}
	
	.tab-price-tilte .elementor-heading-title span {
        margin-left: 20px;
    }
	
	.tab-content-img1:before {
		top: 68px;
        background-position: top right 0;
        width: 100%;
        height: 490px;
        background-size: 210% auto;
    }
	
	.tab-content-img1:after {
        top: 51%;
        width: 100%;
        height: 450px;
        background-size: 210% auto;
    }
	
	.tab-content-img2:after {
        width: 120%;
        height: 470px;
        bottom: -30px;
        right: -20px;
    }
	
	.tab-content-img3:after {
		background-position: top right;
        width: 100%;
        height: 455px;
        top: 68px;
        background-size: auto;
    }
	
	.tab-content-img3:before {
		background-position: top left;
		width: 100%;
		height: 1140px;
		background-size: auto;
    }
	
	
}





/* 
 * Gravity Form CSS
 * */

.gform_wrapper .gform_heading{
	display: none;
}

.gform_wrapper form .gform-body .gform_fields{
	row-gap: 30px;
	column-gap: 30px;
	--gf-field-gap-x: 30px;
	--gf-field-gap-y: 30px;
}

.gform_wrapper form .gform-body .gform_fields .gfield{
	border-radius: 0;
    box-shadow: none;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
	background-color: var(--white-color);	
	border: 1px solid var(--white-color);
	border-radius: 0;
    box-shadow: none;
	height: auto;
	padding: 14.5px 20px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder{
	color: var(--e-global-color-text);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
	background-image: var(--gf-ctrl-select-icon);
    background-position: var(--gf-ctrl-select-icon-position);
    background-repeat: no-repeat;
    background-size: var(--gf-ctrl-select-icon-size);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select option{
	background-color: var(--white-color);
}

.gform_wrapper .gform-grid-row{
	margin-inline: 0;
	column-gap: var(--gf-field-gap-x);
	row-gap: var(--gf-field-gap-y);
}

.gform_wrapper .gform-grid-col{
	padding-inline: 0;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-date .ginput_container_date{
	position: relative;
	flex-direction: column;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-date .ginput_container_date img{
	position: absolute;
	top: 50%;
	left: auto;
	right: 20px;
	opacity: 1;
	transform: translateY(-50%);
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-date .ginput_container_date input{
	width: 100%;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-time .ginput_container{
	column-gap: 0;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-time .ginput_container .gform-grid-col{
	inline-size: 50%;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-number .ginput_container .instruction {
	display: none;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:focus,
.gform_wrapper form .gform_footer .gform_button:focus{
	outline: none !important;
	box-shadow: none;
}

.gform-theme--foundation .gfield textarea.large{
	min-block-size: auto;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
	height: 150px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 500;
	line-height: var(--e-global-typography-text-line-height);
    text-transform: capitalize;
    letter-spacing: 0.02em;
	color: #C8221E;
	margin-top: 0;
}

.contact-us-form .gform_validation_errors{
	padding: 10px;
	margin-bottom: 20px;	
}

.gform_wrapper form .gform_footer{
	--gf-form-footer-margin-y-start: 30px;
	justify-content: center;
}

.gform_wrapper form .gform_footer .gform_button{
	text-align: center;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
    color: var(--white-color) !important;
    background-color: var(--e-global-color-accent) !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 15px !important;
    transition: all 0.3s ease-in-out !important;
	box-shadow: none !important;
}

.gform_wrapper form .gform_footer .gform_button:hover{
	background-color: var(--accent-bg) !important;
}

.gform_wrapper form .gform_footer .gform-loader{
	display: none !important;
	--gf-color-primary-rgb: 21,100,155;
	--gf-form-spinner-bg-color: rgba(var(--gf-color-primary-rgb), 0.1) !important;
	border-block-end-color: var(--e-global-color-primary);
	border-block-start-color: var(--gf-form-spinner-bg-color);
    border-inline-end-color: var(--gf-form-spinner-bg-color);
    border-inline-start-color: var(--e-global-color-primary);
}

.gform_wrapper .gform_validation_errors{
	padding: 10px;
    margin-bottom: 30px;
}

.gform_wrapper .gform_validation_errors h2.gform_submission_error{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: 500;
    line-height: 1.2em;
}

.gform_wrapper .gform_confirmation_message{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 30px;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    color: var(--e-global-color-primary);
}

/**/

.events-form .gform_wrapper .gform_confirmation_message{
	text-align: center;
	color: var(--white-color);
}

.sign-up-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
.sign-up-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
	background-color: var(--light-bg);
	padding: 15px 20px;
}

.sign-up-form .gform_wrapper form .gform-body .gform_fields .gfield_error .ginput_container input,
.sign-up-form .gform_wrapper form .gform-body .gform_fields .gfield_error .ginput_container select{
	border-color: #C8221E;
}


.sign-up-form .gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	display: none;
}

.sign-up-form .gform_wrapper form .gform_footer .gform_button{
	text-transform: lowercase !important;
}



@media only screen and (max-width: 1024px){
	
	.gform_wrapper .gform_confirmation_message{
		font-size: 24px;
	}
	
	.sign-up-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
	.sign-up-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
	.sign-up-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
	.sign-up-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder{
		text-align: center
	}
}

@media only screen and (max-width: 767px){
	
	.gform_wrapper form .gform-body .gform_fields{		
		column-gap: 0;
		row-gap: 20px;
		--gf-field-gap-x: 0;
		--gf-field-gap-y: 20px;
	}
	
	.gform_wrapper form .gform_footer{
		--gf-form-footer-margin-y-start: 20px;
	}
	
	.gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
		font-size: 12px;
	}
	
}






