:root{
    --font-family-roboto: "Roboto", sans-serif;
    --font-family-alex: "Alex Brush", cursive;
    --font-family-baskerville: "Libre Baskerville", serif;
    --theme-brown:#84572F;
    --theme-ash:#CAC2B2;
    --theme-light-ash:#D9D9D9;
    --them-black: #010101;
    --theme-cream:#FDF6E7;
    --theme-light-black:#303030;
    --theme-gold:#B9AA59;
    --them-ash-font:#888888;
}
@media only screen and (min-width: 1025px) {
    :root{
        --font-12:0.625vw; 
        --font-14:0.729vw; 
        --font-15:0.781vw; 
        --font-16:0.833vw; 
        --font-18:0.938vw; 
        --font-20:1.042vw;
        --font-25:1.302vw;
        --font-30:1.563vw;
        --font-35:1.823vw;
        --font-40:2.083vw;
        --font-50:2.604vw;
        --font-60:3.125vw;
        --font-70:3.646vw;
        --font-80:4.167vw;
        --font-90:4.688vw;
        --font-100:5.208vw;
    
    }
}
@media only screen and (max-width: 1025px) {
    :root{
        --font-12:12px; 
        --font-14:14px; 
        --font-15:15px; 
        --font-16:16px; 
        --font-18:18px; 
        --font-20:20px;
        --font-25:25px;
        --font-28:28px;
        --font-30:30px;
        --font-35:35px;
        --font-40:40px;
        --font-50:50px;
        --font-60:60px;
        --font-70:70px;
        --font-80:80px;
        --font-90:90px;
        --font-100:100px;
    
    }
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: var(--them-black);
  }
  
  ::selection {
    color: #fff;
    background: var(--them-black);
  }
/* width */
::-webkit-scrollbar {
    width: 7px;
}
  
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
  
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme-brown);
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.slick-slider:not(.slick-initialized),
.slick-slider-related .products:not(.slick-initialized) { 
	display: none !important; 
}
.tab-content > .tab-pane:not(.active), 
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
button:focus,input:focus,select:focus,a:focus{
    box-shadow: none !important;
    outline: 0 !important;
}
body{
    /* background: #000 !important; */
    max-width: 100% !important;
    font-family: var(--font-family-roboto);
    overflow-x: hidden;
}

.main-wrapper{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.middle-wrapper{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.small-wrapper{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.middle-large-wrapper{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.large-wrapper{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.paragraph,.the_content_div,.the_content_div p,.the_content_div li,.the_content_div a{
    font-size: var(--font-20);
    line-height: var(--font-35);
    font-family: var(--font-family-roboto);
    font-weight: 400 !important;
}
.paragraph-small{
    font-size: var(--font-18);
    line-height: var(--font-30);
    font-family: var(--font-family-roboto);
    font-weight: 400 !important;
}
.paragraph-xsmall{
    font-size: var(--font-16);
    line-height: var(--font-30);  
    font-family: var(--font-family-roboto);
    font-weight: 400 !important;
}
.counter-heading{
    font-size: var(--font-100);
    line-height: var(--font-100);
    font-family: var(--font-family-baskerville);
    text-transform: uppercase;
    font-weight: 400;
}
.banner-heading{
    font-size: var(--font-90);
    line-height: var(--font-100);
    font-family: var(--font-family-baskerville);
    text-transform: uppercase;
    font-weight: 400 !important;
}
.creative-heading{
    font-size: var(--font-15);
    line-height: var(--font-30); 
    font-family: var(--font-family-roboto);
}
.main-heading{
    font-size: var(--font-70);
    line-height: var(--font-80);
    font-family: var(--font-family-baskerville);
    text-transform: uppercase;
}
.section-heading{
    font-size: var(--font-50);
    line-height: var(--font-60);
    font-family: var(--font-family-baskerville);
    text-transform: uppercase;
}
.section-heading-small,.the_content_div h1,.the_content_div h2,.the_content_div h3{
    font-size: var(--font-40);
    line-height: var(--font-50);
    font-family: var(--font-family-baskerville);
    text-transform: uppercase;
}
.sub-heading,.the_content_div h4,.the_content_div h5,.the_content_div h6{
    font-size: var(--font-30);
    line-height: var(--font-40);
    font-family: var(--font-family-roboto);
    font-weight: 400 !important;
}
.the_content_div h4,.the_content_div h5,.the_content_div h6{
    font-family: var(--font-family-baskerville) !important;
}
.the_content_div  li{
    text-align: left !important;
}
.the_content_div a,.the_content_div a:hover{
    color: var(--theme-brown);
}

.sub-heading--cursive{
    font-family: var(--font-family-alex);
}
.sub-heading-small{
    font-size: var(--font-25);
    line-height: var(--font-35);
    font-family: var(--font-family-baskerville);
}
.all-caps{
    text-transform: uppercase;
}
.para-bold{
    font-weight: bold !important;
}
.z-top{
    z-index: 2;
    position: relative;
}
.overflow-hidden{
    overflow: hidden;
}
.font-color--white{
    color: #fff;
}
.font-color--black,button.font-color--black:hover{
    color: var(--theme-light-black);
}
a.font-color--black:hover{
    color: var(--theme-brown);
    text-decoration: none;
}
.font-color--ash{
    color: var(--theme-ash);
}
.font-color--lightash{
    color: var(--them-ash-font);
}
.font-color--brown{
    color: var(--theme-brown);
}
.section-padding-top{
    padding-top: 5vw;
}
.section-padding-bottom{
    padding-bottom: 5vw;
}
.section-high-padding-top{
    padding-top: 7vw;
}
.section-high-padding-bottom{
    padding-bottom: 7vw;
}
.heading-padding{
    padding-bottom: 1vw;
}
.small-padding-top{
    padding-top: 2vw;
}
.small-padding-bottom{
    padding-bottom: 2vw;
}
.smallx-padding-top{
    padding-top: 1vw;
}
.next-btn,.next-btn:hover,.fb-submit-row button,.fb-submit-row button:hover{
    height: 2.604vw;
    padding: 0 2vw;
    font-size: var(--font-15);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    width: max-content;
    text-decoration: none;
    transition: all 0.5s;
    font-family: var(--font-family-roboto) !important;
}
.custom-btn,.custom-btn:hover{
    background: var(--them-black);
    color: #fff !important;
    height: 2.604vw;
    padding: 0 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    width: max-content;
    text-decoration: none;
    transition: all 0.5s;
    margin-top: 20px;
}
.next-btn-line{
    font-size: var(--font-15);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-direction: column;
    color: var(--them-black);
    text-transform: uppercase;
    letter-spacing: 0.9px;
    width: max-content;
    text-decoration: none;
    transition: all 0.5s;
    position: relative;
}
.next-btn-line:hover{
    color: var(--theme-brown);
    transition: all 0.5s;
}
.next-btn-line:hover::after{
    background: var(--theme-brown);
    transition: all 0.5s;
}
.next-btn-line::after{
    content: "";
    height: 1px;
    width: 100%;
    background: var(--them-black);
}
.fb-submit-row button,.fb-submit-row button:hover{
    background: var(--theme-brown) !important;
    transition: all 0.5s; 
    border: 0 !important;
    border-radius: 0 !important;
}
.next-btn.bg--black:hover{
    background: var(--theme-brown);
    transition: all 0.5s;
}
.next-btn.bg--brown:hover{
    background: #58340a;
    transition: all 0.5s;
}
.next-btn__border--white{
    border: 1px solid #fff;
}
.bg--black{
    background: var(--them-black);
}
.bg--brown{
    background: var(--theme-brown);
}
.bg-black{
    background-color: var(--them-black);
}
.bg--rust{
    background-color: #803407;
}
.bg--rust:hover{
    background-color: #141414 !important;
}
.bg--rustdark{
    background-color: #803407;
}
.bg--rustdark:hover{
    background-color: #ffffff !important;
    color: #141414 !important;
}
.bg-ash{
    background-color: var(--theme-light-ash);
}
.bg-cream{
    background-color: var(--theme-cream);
}
.bg-gray{
    background-color: var(--theme-ash);
}
.bg-white{
    background: #fff;
}
.bg--red{
    background: #7c1212;
}
.heading-down-line{
    position: relative;
}
.sold-out-color{
    color: #7c1212;
    font-weight: 500;
}
.sold-out-color::after{
    background:#7c1212;
}
.sold-out-color::before{
    background:#7c1212;
    content: "";
    height: 1px;
    width: 100%;
}
/***********************************Header********************************************************/
#moove_gdpr_cookie_info_bar,#moove_gdpr_cookie_info_bar p{
    font-family: var(--font-family-roboto) !important;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.nav-left,.nav-right{
    width: 40%;
}
.nav-center{
    width: 20%;
}
.fixed-main-menu{
    padding-top: 3vw;
}
.scroll-menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: all 0.5s;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.header-scrolled .scroll-menu{
    transform: translateY(0);
    transition: all 0.5s;
}
.scroll-menu .main-menu-wrap{
    padding: 0.5vw 0;
}
.main-menu-wrap ul .current-menu-item a::after{
    width: 100% !important;
    transition: all 0.5s;
}
.main-menu-wrap ul a{
    position: relative;
    display: flex;
    flex-direction: column;
}
.main-menu-wrap ul a::after{
   content: "";
   height: 1px;
   width: 0%;
   background: #fff;
   position: absolute;
   transition: all 0.5s;
   bottom: -3px;
}
.main-menu-wrap ul a:hover{
    color: #A8703F !important;
    transition: all 0.5s;
}
.main-menu-wrap ul a:hover::after{
    background: var(--theme-brown);
    transition: all 0.5s;
}
.main-menu-wrap ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.main-menu-wrap ul li{
    padding-right: 1.5vw;
}
.main-menu-wrap ul a{
    transition: all 0.5s;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-family-roboto) !important;
    letter-spacing: 0.9px;
    font-weight: 400;
    text-decoration: none;
}
.main-menu-toggle{
    background: transparent !important;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1vw;
    width: 2vw;
    padding: 0;
    margin-right: 1.5vw;
    position: relative;
}
.main-menu-toggle span{
    position: absolute;
    height: 0.05vw;
    width: 2vw;
    background: #fff;
    display: block;
}
.main-menu-toggle span:nth-child(1){
    top: 0;
}
.main-menu-toggle span:nth-child(2){
    top: 0.5vw;
}
.main-menu-toggle span:nth-child(3){
    top: 1vw;
}
.navbar-brand img{
    height: 7vw;
}
.scroll-menu .navbar-brand img{
    height: 5vw;
}
#offcanvasMainMenu{
    z-index: 9999999;
    width: 26vw;
}
.offcanvas-backdrop {
    z-index: 999999;
}
.sidebar-menu-wrap ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-menu-wrap ul a{
    font-size: var(--font-18);
    color: var(--them-black);
    text-transform: capitalize;
    padding: 0.7vw 2vw !important;
    text-align: center;
    width: 100%;
    display: flex;
    text-decoration: none;
    transition: all 0.5s;
    text-align: left !important;
    font-weight: 500;
    text-transform: uppercase;
}
.main-nav-div{
    font-size: var(--font-16);
    text-transform: capitalize;
    padding: 0.7vw 2vw !important;
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
    text-decoration: none;
    transition: all 0.5s;
    text-align: center !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: var(--theme-light-black);
    color: #fff;
}
.main-nav-div:hover{
   background: var(--theme-brown) !important;
}
.sidebar-menu-wrap ul a:hover{
    background: var(--theme-brown);
    color: #fff;
    transition: all 0.5s;
}
.sidebar-menu-wrap ul .current-menu-item a{
    color: #fff;
    background: var(--them-black);
}
.offcanvas-header button{
    height: 40px;
    width: 40px;
    border-radius: 0 !important;
    background-color: var(--theme-brown);
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 1 !important;
    padding: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}
.offcanvas-body{
    padding: 0 !important;
}
.sidebar-menu-wrap {
    padding: 2vw 40px 2vw 30px;
}
.offcanvas-header{
    padding: 0px !important;
}
/********************************Home***************************************************/
.main-banner img,.main-banner video{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    position: relative !important;
    top: auto !important;
    transform: none !important;
    margin-bottom: -8px;
}
.main-banner {
    position: relative;
}
.carousel-item::after,.video-wrapper::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 35%);
    z-index: 1;
}
/* .main-banner::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 35%);
    z-index: 1;
} */
#homeBanner .banner-heading{
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s;
}
#homeBanner .active .banner-heading{
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s;
}
.banner-caption-inner{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    padding: 0 25%;
}
.banner-caption{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    padding: 0 25%;
}
.banner-caption__bottom{
    padding-top: 8vw;
    padding-bottom: 3vw;
}
.welcome-left{
    width: 53%;
    height: auto;
    position: relative;
}
.welcome-right{
    width: 47%;
}
.welcome-left img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}
.welcome-text {
    padding: 3vw 4vw 5vw 8vw;
    background: rgb(255 255 255 / 60%);
    margin-bottom: -10vw;
    margin-top: 5vw;
    margin-left: -3vw;
    margin-right: 3vw;
    z-index: 1;
    position: relative;
}
.heading-lines{
    display: flex;
    width: 20px;
    justify-content: space-between;
}
.heading-down-line--brown span{
    background: var(--theme-brown);
}
.heading-down-line--white span{
    background: #fff;
}
.heading-lines span{
    height: 50px;
    width: 2px;
    
}
.heading-lines span:nth-child(2){
    margin-top: 10px;
}
.heading-lines span:nth-child(3){
    margin-top: 15px;
}

.heading-down-line--reverse span:nth-child(1){
    margin-top: 15px;
}
.heading-down-line--reverse span:nth-child(3){
    margin-top: 0px;
}
.counter-wrap{
    padding-top: 2vw;
}
.counter-box{
    width: 23%;
    text-align: center;
}
.schedule-left{
    width: 65%;
}
.schedule-right{
    width: 23%;
}
.schedule-nav button{
    height: 50px;
    padding: 0 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.schedule-nav__date{
    padding: 0 2vw;
    font-family: var(--font-family-roboto);
    display: flex;
    align-items: center;
}
.schedule-wrap{
    padding-top: 2vw;
}
.schedule-box{
    width: 100%;
}
#scheduleTab{
    border: 0 !important;
}
#scheduleTab .schedule-nav__date{
    border: 0 !important;
    padding: 0;
    text-align: center;
    background: transparent !important;
}
.schedule-box__content{
    text-align: center;
    padding: 2vw;
    height: 27vw;
}
.schedule-box__img .sch-featured-img{
    height: 27vw;
    width: 100%;
    object-fit: cover;
}
.schedule-box__img .sold-out-tag,.event-box__img .sold-out-tag,.event-box-left .sold-out-tag{
    position: absolute;
    top: 0px;
    left: 0px;
}

.schedule-box-reverse{
    display: flex;
    flex-direction: column-reverse;
}
.schedule-box__content-inner table{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vw;
    margin-bottom: 1vw;
    table-layout: fixed;
}
.schedule-box__content-inner table th,.shedule-in-box th{
    text-align: left !important;
}
.schedule-box__content-inner table td,.shedule-in-box td{
    text-align: left !important;
}
.schedule-box__content-inner th,.schedule-box__content-inner td,.shedule-in-box th, .shedule-in-box td{
    vertical-align: top;
}
.schedule-box__content-inner td p,.shedule-in-box table td p{
    display: flex;
    padding-left: 0.5vw;
}
.schedule-box__content-inner td p span,.shedule-in-box table p span{
    display: inline-block;
    padding-right: 0.5vw;
}
.heading-lines__abs{
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.schedule-box__content-inner-logo{
    height: 5vw;
    width: auto;
}
.schedule-box-reverse .heading-lines__abs{
    top: auto;
    bottom: -30px;
}
.star-ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.star-ul li{
    padding: 0 2px;
}
.team-box{
    display: block;
}
.team-box__content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 1.5vw;
    transition: all 0.5s;
}
.team-box__content .star-ul{
    padding-bottom: 1vw;
}
.team-box__content::after{
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 93%);
    transition: all 0.5s;
    height: 50%;
}
.flag-div{
    padding-bottom: 0.5vw;
    border-bottom: 1px solid transparent;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.team-box:hover .flag-div{
    border-bottom: 1px solid #fff;
}
.flag-div p{padding-left: 10px;}
.team-box__img{
    height: 30vw;
    width: 100%;
    object-fit: cover;
}
.team-box__img{
    transform: scale(1);
    transition: all 0.5s;
}
.team-box:hover .team-box__img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.team-box:hover .team-box__content::after{
    height:120%;
    transition: all 0.5s;
}
.team-box__para{
    width: 90%;
    margin: auto;
    padding-top: 0.5vw;
    height: 7vw;
}
.bottom-para{
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}
.bottom-para button,.chef-list-box-listing button{
    border:0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5vw;
}
.margin-top-0{
    margin-top: 0 !important;
}
.team-box__visible{
    transform: translateY(6vw);
    transition: all 0.5s;
}
.has-book .team-box__visible{
    transform: translateY(9.5vw);
    transition: all 0.5s;
}
.team-box:hover .bottom-para{
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s;
}
.team-box:hover .team-box__visible{
    transform: translateY(0px);
    transition: all 0.5s;
}
.team-slider .slide-item{
    padding: 0 0.5vw;
}
.ash-arrows .slick-arrow{
    font-size: 0;
    border: 0;
    height: 40px;
    width: 55px;
    padding: 0 1.5vw;
    background-repeat: no-repeat !important;
    background-size: 40% !important;
    position: absolute;
    background-position: center !important;
    background-color: var(--theme-light-ash);
    z-index: 1;
}
.ash-arrows-side .slick-prev{
    left: 0;
}
.ash-arrows-side .slick-next{
    right: 0;
}
.ash-arrows-side{
    padding: 0 3vw;
    display: flex;
    align-items: center;
}
.ash-arrows-center .slick-arrow{
    top: 50%;
}
.ash-arrows-center .slick-prev{
    left:-6%;
}
.ash-arrows-center .slick-next{
    right: -6%;
}

.feature-left{
    width: 60%;
    z-index: 1;
    position: relative;
}
.feature-left p{
    padding-right: 17vw;
}
.feature-img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
}
.feature-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(0, 0, 0));
}
.feature-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}
.feature-img-bar video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}
.event-box__img{
    overflow: hidden;
}
.event-box__img .event-box__imgimg{
    width: 100%;
    height: 25vw;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}
.event-box:hover .event-box__imgimg{
    transform: scale(1.1);
    transition: all 0.5s;
}
.event-box__content{
    padding: 2vw 1vw;
    height: 14vw;
}
.event-box,.event-box p,.event-box h6,.team-box,.team-box p,.team-box h6{
    text-decoration: none !important;
}
.sponsor-box{
    display: block;
    width: 20%;
    padding: 0.5vw;
}
.sponsor-box-slider img{
    width: 100%;
    height: 7vw;
    object-fit: scale-down;
}
.sponsor-box img{
    width: 100%;
    height: 7vw;
    object-fit: scale-down;
}
#sponsorTab{
    display: flex;
    justify-content: center;
    border: 0;
}
#sponsorTab button{
    border: 0;
    padding: 0 1vw;
    position: relative;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.9px;
    align-items: center;
}
#sponsorTab button.active::after{
    content: "";
    height: 2px;
    width: 100%;
    background: var(--theme-brown);
}
#sponsorTab button.active::before{
    content: "";
    width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--theme-brown);
    position: absolute;
    bottom: -9px;
    left: auto;
    right: auto;
}
#sponsorTab button.active{
    color: var(--theme-brown);
}
.sponsor-slider .slide-item{
    padding: 0 1vw;
}
.nav-prev.bg-ash,.nav-next.bg-ash,
.ash-arrows .slick-arrow{
    transition: all 0.5s;
}
.nav-prev.bg-ash:hover,.nav-next.bg-ash:hover,.ash-arrows .slick-arrow:hover{
    background-color: var(--theme-brown);
    transition: all 0.5s;
}
.nav-prev.bg-ash:hover img,.nav-next.bg-ash:hover img{
    filter: invert(100%) sepia(0%) saturate(7482%) hue-rotate(223deg) brightness(108%) contrast(104%);
}
.remove-transform{
    transform: none !important;
}
/*************************************************************************************************/
.navbar-brand-wrap{
    display: flex;
    padding-bottom: 2vw;
    align-items: center;
}
.navbar-brand-wrap .line{
    height: 1px;
    background: var(--theme-brown);
    flex-grow:1;
    opacity: 0.5;
}
.footer-left{
    width: 30%;
}
.footer-center{
    width: 30%;
}
.footer-right{
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.footer-right img{
    height: 7vw;
}
.footer-col ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-center ul{
    display: flex;
    flex-wrap: wrap;
}
.footer-center ul a,.footer-center ul a:hover{
    font-size: var(--font-20);
    color: var(--them-ash-font);
    font-weight: 400;
    font-family: var(--font-family-roboto);
    text-decoration: none;
}
.footer-center ul a:hover{
    color: var(--theme-brown) !important;
}
.footer-center ul li{
    width: 50%;
    padding-bottom: 1vw;
}
.footer-left a{
    display: block;
}
.footer-left a:hover{
    color: var(--theme-brown) !important;
}
.social-ul{
    display: flex;
}
.social-ul svg{
    height: 20px;
    object-fit: scale-down;
    width: auto;
}
.social-ul li{
    padding-right: 1vw;
}
.social-ul-footer{
    padding-top: 2vw !important;
}
.social-ul a path,.social-ul a rect{
    transition: all 0.5s;
}
.social-ul a:hover path,.social-ul a:hover rect{
    fill: var(--theme-brown);
    transition: all 0.5s;
    stroke: var(--theme-brown);
}
.con-div{
    padding-bottom: 1vw;
}
.copyright-sec{
    padding: 0.5vw 0;
    display: flex;
    justify-content: space-between;
    background: rgb(217 217 217 / 23%);
}
.copyright-left,.copyright-center,.copyright-right{
    width: 30%;
}
.copyright-center{
    text-align: center;
}
.copyright-right{
    text-align: right;
}
.copyright-sec,.copyright-sec a{
    font-size: var(--font-12);
    color: var(--them-ash-font);
    text-decoration: none;
}
.copyright-sec a:hover{
    color: var(--theme-brown) !important;
}
.copyright-sec ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.copyright-sec ul li{
    padding-right: 1vw;
}
.copyright-sec ul a{
    text-transform: uppercase;
}
#scrolltotop{
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 2vw;
    right: 3%;
}
#scrolltotop img{
    margin-bottom: 10px;
    
}
#fb-icon{
    fill: var(--them-black) !important;
}

/************************************************************************************/
.inner-page-banner img{
    width: 100%;
    height: 30vw;
    object-fit: cover;
}
.inner-page-banner{
    position: relative;
}
.inner-page-banner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    height: 50%;
}
.chef-desc-inner{
    padding:3vw;
    border: 1px solid #c6c6c6;
}
.chef-desc{
    width: 60%;
}
.chef-img{
    width: 35%;
}
.half-div{
    width: 48%;
}
.reserve-btn-single{
    padding-right: 1vw;
}
.event-inner-table th{
    text-transform: uppercase;
}
.event-inner-table th,.event-inner-table td{
    padding: 0.5vw 0;
}
.event-inner-table td{
    padding-left: 0.5vw;
}
.event-inner-table tr{
    border-bottom: 1px solid #c6c6c6;
}
.event-inner-table tr:last-child{
    border: 0 !important;
}
.inner-img-slider img,.inner-img img{
    width: 100%;
    height: 25vw;
    object-fit: cover;
}
.dots-slider .slick-dots{
    list-style: none;
    padding:1vw 0 0 0;
    display: flex;
    justify-content: center;
}
.dots-slider .slick-dots li{
    padding: 0 0.5vw;
}
.dots-slider .slick-dots button{
    padding: 4px;
    height: 5px;
    width: 5px;
    background: transparent;
    border: 1px solid var(--theme-brown) !important;
    font-size: 0 !important;
}
.dots-slider .slick-dots .slick-active button{
    background: var(--theme-brown) !important;
}
.menu-down img{
    margin-right: 10px;
}
.chef-pro-table td{
    padding-left: 1vw;
}
.chef-box-stars{
    padding-left: 0.5vw;
}
.chef-box-stars img{
    height: 15px;
}
.chef-box{
    padding-bottom: 2vw;
    text-decoration: none !important;
    display: flex;
}
.chef-box:last-child{
    padding-bottom: 0 !important;
}
.ev-chef-left{
    width: 20%;
}
.ev-chef-right{
    width: 70%;
    display: flex;
    align-items: center;
}
.chef-list-box{
    width: 33.3%;
    padding: 0 1vw 2vw 1vw;
}
.chef-list-wrap{
    margin: 0 -1vw;
}
.bg-brown-after{
    position: relative;
}
.bg-brown-after::after{
    content: "";
    position: absolute;
    top: 0;
    bottom:20vw;
    left: 0;
    right: 0;
    background: var(--theme-ash);
}
.select-filter button{
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: var(--font-16);
    background: transparent !important;
    font-family: var(--font-family-roboto) !important;
}
.select-filter .select-wrap{
    margin-left: 2vw;
}
.select-wrap ul{
    padding: 0 !important;
    border: 0;
    border-radius: 0 !important;
}
.select-wrap ul a:hover{
    background: var(--theme-brown);
    color: #fff;
    text-decoration: none;
}
.shedule-in-box{
    width: 49%;
    margin-bottom: 1vw;
}
.schedule-bottom{
    background: #e6e7e8;
    padding: 1vw 1vw 0 1vw;
}
.shedule-in-box-inner{
    background: #fff;
    padding: 1vw;
}.social-ul svg
.slider-nav{
    text-align: center;
}
.slider-nav .slide-item{
    padding: 0.5vw 1vw;
    border-top: 1px solid #d6caca;
    border-right: 1px solid #d6caca;
    font-size: var(--font-16);
    text-align: center;
}
.slider-nav .slide-item:first-child{
    border-left: 1px solid #d6caca;
}
.slider-nav .slick-current{
    background: #e6e7e8;
    color: var(--them-black);
    border-top: 3px solid var(--theme-brown) !important;
}
.slider-nav span{
    font-size: var(--font-14) !important;
    display: block;
    color: var(--theme-light-black);
}
.sche-left{
    width: 35%;
}
.sche-right{
    width: 62%;
}
.chef-box-inner{
    padding-bottom: 0vw;
}
.is-chef{
    padding-bottom: 1vw;
}
.sch-logo-wrap{
    background: var(--theme-ash);
    padding: 0.5vw;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1vw;
}
.sch-logo-wrap img{
    width: 80%;
    height: auto;
    margin: auto;
}
.reserve-btn-single-in{
    padding-top: 1vw;
}
.slider-nav .slick-arrow{
    position: absolute;
    top: 0;
}

.slider-nav .slick-prev{
    left: -50px;
}
.slider-nav .slick-next{
    right: -50px;
}
.loading-gif-wrap{
    position: absolute;
    top: 5vw;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 3;
    opacity: 0 !important;
    z-index: -1 !important;
}
.loading .loading-gif-wrap{
    opacity: 1 !important;
    z-index: 9 !important;
}
.loading-gif-wrap img{
    height: 4vw;
}
.filter-wrap.loading{
    opacity: 0.2;
}
.not-found{
    min-height: 15vw;
}
#sponsorDropdown{
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid var(--theme-brown);
    color: var(--theme-brown);
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: 500;
}
.dropdown-menu li{
    background: transparent !important;
    border: 0;
    color: var(--theme-brown);
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: 400;
}
.dropdown-menu{
    border-radius: 0 !important;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.no-con{
    justify-content: center !important;
}
.single-event .ev-chef-right{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.single-event .chef-box-stars {
    padding-left: 0;
    padding: 0;
}
.inq-form small{
    font-size: var(--font-14);
    color: red;
}

.inq-form,.inq-form input,.inq-form select{
    font-size: var(--font-18);
    font-family: var(--font-family-roboto) !important;
}
.fb-submit-row{
    display: flex;
}
.fb-submit-row button{
    margin-right: 15px;
}
.inq-form .response-field-dropdown,.inq-form input{
    width: 100% !important;
}
.inq-form .form-group{
    padding-bottom: 20px;
}
input:focus,textarea:focus,select:focus{
    box-shadow: none !important;
    outline: 0 !important;
}
.inq-form input,.inq-form select,.inq-form textarea
{
    border: 1px solid var(--theme-brown);
    height: 40px;
    border-radius: 0 !important;
}
.inq-form textarea{
    height: auto;
}
.event-box-left,.event-box-right{
    width: 50%;
    background: #DFDAD1;
    position: relative;
}
.event-in-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    
}
.event-in-box ul li{
    display: flex;
    padding-bottom: 0.5vw;
    align-items: flex-start;
}
.event-in-box ul li:last-child{
    padding: 0;
}
.event-box-left .event-box__imgimg{
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.event-box-inner .event-box-left .event-box__imgimg{
    transform: scale(1);
    transition: all 0.5s;
}
.event-box-inner:hover .event-box-left .event-box__imgimg{
    transform: scale(1.1);
    transition: all 0.5s;
}
.event-in-box{
    padding: 3vw 3vw;
    display: flex;
    align-items: center;
    height: 100%;
}
.event-in-box li img{
    width: 20px;
    margin-right: 15px;
    height: auto;
    object-fit: scale-down;
}
.event-line{
    height: 1px;
    width: 10vw;
    background: var(--them-black);
    margin-bottom: 1vw;
    margin-top: 1vw;
}
.event-box-inner-reserve{
    flex-direction: row-reverse;
}
.chef-desc-wrap tbody,.chef-desc-wrap td,.chef-desc-wrap tfoot,.chef-desc-wrap th,.chef-desc-wrap thead,.chef-desc-wrap tr {
    vertical-align: top;
}
.chef-desc-wrap .sold-out-tag{
    position: relative !important;
}
.chef-pro-table tbody,.chef-pro-table td,.chef-pro-table tfoot,.chef-pro-table th,.chef-pro-table thead,.chef-pro-table tr {
    vertical-align: middle !important;
}
.pagination-list{
    padding-top: 3vw;
    display: flex;
    justify-content: center;
    font-size: var(--font-18);
}
.pagination-list .page-numbers{
    text-decoration: none;
    height: 25px;
    width: 25px;
    color: var(--them-black);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--them-black);
    margin: 0 5px;
}
.pagination-list .page-numbers.current{
    background: var(--them-black) !important;
    color: #fff;
}
.sold-out-tag{
    position: absolute;
}
.inner-page-banner-only-text{
    height: 10vw;
}
.chef-box-stars-gen{
    padding-left: 0 !important;
}
.day-tag{
    font-size: var(--font-20);
    color: var(--theme-light-black);
}
#footer-menu ul{
    justify-content: flex-start !important;
}
#footer-menu .current-menu-item a{
    color: #fff !important;
}
.reserve-btn-single-evnt{
    padding-left: 2vw;
}
.margin-right-sold{
    margin-right: 2vw;
}
.copyright-sec, .copyright-sec a{
    font-weight: 500;
}
@media only screen and (min-width: 2000px) {
.main-menu-toggle span {
    height: 0.09vw !important;
}
}
@media only screen and (min-width: 1920px) {
.inq-form input, .inq-form select, .inq-form textarea {
    height: 2.5vw !important;
}
.inq-form textarea {
    height: 6vw !important;
}
}
@media (min-width: 1025px) and (max-width: 1300px) {

    .paragraph-small,.paragraph-xsmall {
        font-size: var(--font-20);
        line-height: var(--font-30);
    }
    .copyright-sec, .copyright-sec a {
        font-size: var(--font-15);
    }
}
@media only screen and (min-width: 1025px) {
    .gallery-wrap img{
        width: 100%;
    }
    .gallery-wrap{
        column-count: 3;
        gap: 1vw;
    }
    .gallery-wrap .gallery-list{
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: table;
        width: 100%;
        padding-bottom: 1vw;
    }
    .btn-book-wrap-schedule .reserve-btn-single-in-right{
        margin-left: 0 !important;
    }
    .chef-list-box-listing .has-book .team-box__visible{
        transform: translateY(6.5vw);
    }
    .chef-list-box-listing .team-box:hover .has-book .team-box__visible{
        transform: translateY(0) !important;
    }
    .btn-book-wrap-schedule .reserve-btn-single-in-left{
        margin-left: 0 !important;
    }
    .btn-book-wrap-schedule .reserve-btn-single-in {
        width: auto !important;
    }
    .btn-book-wrap-schedule .reserve-btn-single-in .next-btn{
        padding: 0 1vw !important;
    }
    .btn-book-wrap-schedule .next-btn-line {
        margin: 0 !important;
    }
    .btn-book-wrap .bg--black{
        width: 100% !important;
    }
    .btn-book-wrap .next-btn-line{
        margin-left: 1vw;
    }
    .btn-book-wrap .reserve-btn-single-in{
        margin-left: 1vw;
        margin-right: 1vw;
        width: 9vw;
    }
    .same-width,.same-width:hover{
        width: 10vw;
    }
    .main-menu-wrap ul a{
        font-size: var(--font-18) !important;
    }
    .custom-btn,.custom-btn:hover{
        font-size: var(--font-15) !important;
    }
    .sold-out-tag img{
        height: 1.5vw;
    }
    .sche-left .sold-out-tag img{
        height: 1.5vw !important;
    }
    #sponsorDropdown{
        display: none !important;
    }
}
@media only screen and (max-width: 1025px) {
   
    .main-menu-toggle{
        height: 20px !important;
        width: 30px !important;
    }
    .main-menu-toggle span{
        width: 30px !important;
        height: 1px !important;
    }
    .main-menu-toggle span:nth-child(1){
        top: 0;
    }
    .main-menu-toggle span:nth-child(2){
        top: 10px !important;
    }
    .main-menu-toggle span:nth-child(3){
        top: 20px !important;
    }
    .gallery-wrap img{
        width: 100%;
    }
    .gallery-wrap{
        column-count: 2;
        gap: 5px;
    }
    .gallery-wrap .gallery-list{
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: table;
        width: 100%;
        padding-bottom: 5px;
    }
    .btn-book-wrap-schedule .next-btn.bg--brown{
        margin-left: 10px;
    }
    
    .bottom-para button, .chef-list-box-listing button {
        margin-top: 20px;
    }
    .btn-book-wrap-schedule .next-btn-line {
        margin-left: 20px !important;
    }
    .team-box:hover .flag-div {
        border-bottom: 0;
    }
    .bottom-para button {
        margin-top: 20px;
    }
    .bottom-para {
        opacity: 1;
        transform: none;
    }
    .btn-book-wrap a{
        margin-bottom: 10px;
    }
    .same-width,.same-width:hover{
        width: 180px;
    }
    .reserve-btn-single-evnt {
        padding-left: 20px;
    }
    .margin-right-sold {
        margin-right: 15px;
    }
    .inq-form, .inq-form input, .inq-form select{
        font-size: 14px;
    }
    .inq-form small {
        font-size: 12px;
    }
    .schedule-box__content-inner td p,.shedule-in-box table td p{
        padding-left: 10px;
    }
    .schedule-box__content-inner td p span,.shedule-in-box table td p span{
        padding-right: 10px;
    }
    .event-in-box {
        padding:30px 20px;
    }
    .event-box-left,.event-box-right{
        width:100%;
    }
    .event-box-left .event-box__imgimg {
        height: 300px !important;
        position: relative !important;
    }
    .event-line {
        height: 1px;
        width: 100px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .event-in-box ul li {
        padding-bottom: 15px;
    }
    .ev-chef-right .heading-padding{
        padding-bottom: 10px !important;
    }
    .dots-slider .slick-dots li {
        padding: 0 10px;
    }
    .dots-slider .slick-dots {
        padding: 20px 0 0 0;
    }
    .schedule-right{
        padding-top: 30px;
    }

    .banner-caption__bottom {
        padding-top: 0;
        padding-bottom: 70px;
    }
    .banner-caption {
        padding: 0 5%;
    }
    .nav-left ul,.nav-right ul{
        display: none !important;
    }
    .main-wrapper,.middle-wrapper,.small-wrapper,.middle-large-wrapper,.large-wrapper{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .navbar-brand img {
        height: 90px;
    }
    .fixed-main-menu {
        padding-top: 30px;
    }
    .fixed-main-menu {
        flex-direction: row-reverse;
    }
    .nav-left{
        justify-content: flex-end;
    }
 
    .counter-box p{
        padding: 0 20px;
    }
    .next-btn, .next-btn:hover,.fb-submit-row button,.fb-submit-row button:hover {
        height: 50px;
        padding: 0 20px;
        font-size: 14px;
    }
    .custom-btn,.custom-btn:hover{
        height: 50px;
        padding: 0 20px;
        font-size: 14px !important;
    }
    .fb-submit-row button,.fb-submit-row button:hover{
        width: 200px;
        margin-bottom: 20px;
    }
    .schedule-box__img .sch-featured-img {
        height: 300px;
    }
    .schedule-box__content {
        padding: 15px;
        height: 400px;
    }
    .schedule-box__content-inner-logo {
        height: 50px;
    }
    .schedule-box__content-inner table {
        margin-top: 20px;
    }
    .schedule-box-reverse{
        flex-direction: column !important;
    }
    #scheduleTab .schedule-nav__date {
        height: 60px;
    }
    .schedule-box__img .heading-lines__abs{
        display: none;
    }
    .team-box__img {
        height: 400px;
    }
    .team-box__content {
        position: relative;
        padding: 15px;
    }
    .team-box__content p,.team-box__content h6{
        color: var(--them-black) !important;
    }
    .team-box__content::after,.team-box__para{
        display: none !important;
    }
    .team-slider .slick-arrow{
        top: 390px;
    }
    .team-slider .slick-prev{
        left: 0;
    }
    .team-slider .slick-next{
        right: 0;
    }
    .team-slider .slide-item {
        padding: 0;
    }
    .team-box__visible {
        transform: none !important;
    }

    .event-box__img .event-box__imgimg {
        height: 300px !important;
    }
    .event-box__content {
        padding: 20px;
        height: 200px;
    }
    .event-slider .slick-arrow{
        top: 290px;
    }
    .sponsor-box {
        display: block;
        width: 50%;
        padding: 10px;
    }
    .sponsor-box img {
        height: 100px;
    }
    .event-inner-table td {
        padding-left: 20px !important;
    }
    .event-inner-table th, .event-inner-table td {
        padding: 10px 0;
    }
    .inner-img-slider img, .inner-img img {
        height: 300px;
    }
    .chef-desc-inner {
        padding: 20px;
    }
    .chef-desc{
        padding-top: 40px;
    }
    .shedule-in-box {
        width: 100%;
    }
    .sch-logo-wrap {
        padding: 10px;
    }
    .shedule-in-box-inner {
        padding: 20px 15px;
    }
    .is-chef {
        padding-bottom: 10px;
    }
    .schedule-bottom {
        padding: 10px;
    }
    .shedule-in-box {
        margin-bottom: 20px;
    }
    .sche-right{
        padding-top: 20px;
    }
    .reserve-btn-single-in {
        padding-top: 20px;
    }
    .slider-nav .slide-item {
        text-align: center;
    }
    .slider-nav span {
        font-size: 13px;
    }
    .scroll-menu .main-menu-wrap {
        padding: 10px 0;
    }
    .scroll-menu .navbar-brand img {
        height: 50px;
    }
    .scroll-menu .main-menu-wrap {
        flex-direction: row-reverse;
    }
    .copyright-left, .copyright-center, .copyright-right {
        width: 100%;
        text-align: center;
    }
    .copyright-sec .main-wrapper{
        flex-wrap: wrap;
    }
    .copyright-sec ul{
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 15px;
        justify-content: center;
    }
    .copyright-sec ul li{
        padding: 5px;
    }
    .copyright-sec {
        padding: 15px 0;
    }
    .copyright-center{
        padding-bottom: 5px;
    }
    .inq-form .response-field-dropdown,.inq-form input{
        width: 100% !important;
    }
    .inq-form .form-group{
        padding-bottom: 20px;
    }
    .next-btn-line{
        font-size: 15px;
    }
    .slider-nav .slick-prev {
        left: 0;
        top: -50px;
    }
    .slider-nav .slick-next {
        right: 0;
        top: -50px;
    }
    .scroll-menu .nav-right a{
        display: none !important;
    }
    .nav-right a{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    footer{
        margin-bottom: 50px;
    }
}
@media (min-width: 600px) and (max-width: 1025px) {
    .mobile-width--100{
        width: 50% !important;
    }
     .main-nav-div{
        padding: 10px !important;
        font-size: 16px !important;
    }
    .sold-out-tag img{
        height: 30px;
    }
    .sche-left .sold-out-tag img{
        height: 25px !important;
    }
    .event-box-left .event-box__imgimg{
        height: 400px !important;
    }
    .event-in-box {
        padding: 40px;
    }
    .inner-page-banner img {
        height: 400px;
    }
    .inner-img-slider img, .inner-img img {
        height: 300px;
    }
    .sidebar-menu-wrap ul a {
        padding: 10px 20px !important;
    }
    .chef-desc-wrap .half-div.half-div-bottom{
        padding-bottom: 40px;
    }
    .chef-desc-wrap .half-div{
        width: 100%;
    }
    .chef-img {
        width: 60%;
        margin: auto;
    }
    .chef-img .team-box__img{
        height: 500px;
    }
    .chef-desc {
        width: 100%;
    }
    .chef-desc-wrap{
        flex-direction: column-reverse;
    }
    .chef-list-box {
        width: 50%;
        padding: 0 10px 20px 10px;
    }
    .footer-center ul a, .footer-center ul a:hover {
        font-size: 16px;
    }
    .copyright-center,.copyright-right{
        width: 50%;
    }
    .footer-left {
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }
    .footer-col ul {
        justify-content: center;
    }
    .social-ul li {
        padding-right: 10px;
        padding-left: 10px;
    }
    .footer-center {
        width: 50%;
    }
    .footer-right {
        width: 50%;
        justify-content: center;
    }
    .footer-right ul{
        display: flex;
    }
    .footer-right img {
        height: auto;
        width: 100%;
    }
    .sponsor-box {
        width: 25%;
    }
    .team-slider .slick-arrow {
        top: 210px;
    }
    .event-slider .slick-arrow {
        top: 160px !important;
    }
    .main-wrapper, .middle-wrapper, .small-wrapper, .middle-large-wrapper,.large-wrapper{
        width: 85%;
    }
    .welcome-text,.tab-center-text{
        text-align: center;
    }
    #sponsorTab li{
        padding: 5px 0;
    }
    #sponsorDropdown{
        display: none !important;
    }
    #offcanvasMainMenu {
        width: 60%;
    }
    .welcome-left img {
        height: auto;
        position: relative;
    }
    .tab-layout{
        flex-direction: column;
    }
    .welcome-right {
        width: 100%;
    }
    .welcome-left {
        width: 100%;
    }
    .welcome-text {
        padding: 60px 30px 30px 30px;
        margin-bottom: 0;
        margin-top: -30px;
        margin-left: 5%;
        margin-right: 5%;
    }
    .schedule-home-slider,.team-slider{
        margin: 0 -5px;
    }
    .schedule-home-slider .slide-item,.team-slider .slide-item{
        padding: 0 5px;
    }
    .schedule-left,.schedule-right{
        width: 100%;
    }
    .heading-padding {
        padding-bottom: 30px;
    }
    .section-high-padding-bottom {
        padding-bottom: 70px;
    }
    .section-high-padding-top {
        padding-top: 70px;
    }
    .section-padding-top{
        padding-top: 60px;
    }
    .section-padding-bottom{
        padding-bottom: 60px;
    }
    .small-padding-top {
        padding-top: 40px;
    }
    .small-padding-bottom{
        padding-bottom: 40px;
    }
    .smallx-padding-top {
        padding-top: 30px;
    }
    .paragraph,.the_content_div,.the_content_div p,.the_content_div li,.the_content_div a,.paragraph-small,.paragraph-xsmall{
        font-size: 16px;
        line-height: 28px;
    }
    .counter-heading{
        font-size: 50px;
        line-height: 60px;
    }
    .banner-heading{
        font-size: 40px;
        line-height: 50px;
    }
    .creative-heading{
        font-size: 16px;
        line-height: 28px; 
    }
    .main-heading,.the_content_div h1,.the_content_div h2,.the_content_div h3{
        font-size: 40px;
        line-height: 50px;
    }
    .section-heading{
        font-size: 40px;
        line-height: 50px;
    }
    .section-heading-small{
        font-size: 30px;
        line-height: 40px;
    }
    .sub-heading,.the_content_div h4,.the_content_div h5,.the_content_div h6{
        font-size: 20px;
        line-height: 30px;
    }
    .sub-heading-small{
        font-size: 20px;
        line-height: 30px;
    }
    .insta-left,.insta-right{
        width: 100%;
    }
    .event-box__content {
        height: 240px;
    }
    .schedule-box__content {
        height: 420px;
    }
    .bg-brown-after::after {
        bottom: 400px;
    }
}
@media only screen and (max-width: 600px) {
    .mobile-width--100{
        width: 100% !important;
    }
     .main-nav-div{
        padding: 10px !important;
        font-size: 13px !important;
    }
    .gallery-wrap img{
        width: 100%;
    }
    .gallery-wrap{
        column-count: 1;
        gap: 0px;
    }
    .gallery-wrap .gallery-list{
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: table;
        width: 100%;
        padding-bottom: 5px;
    }
    .schedule-box__content-inner p{
        font-size: 14px !important;
    }
    .sold-out-tag img{
        height: 25px;
    }
    .sche-left .sold-out-tag img{
        height: 20px !important;
    }
    .heading-padding {
        padding-bottom: 20px;
    }
    .section-high-padding-bottom {
        padding-bottom: 60px;
    }
    .section-high-padding-top {
        padding-top: 60px;
    }
    .section-padding-top{
        padding-top: 50px;
    }
    .section-padding-bottom{
        padding-bottom: 50px;
    }
    .small-padding-top {
        padding-top: 30px;
    }
    .small-padding-bottom{
        padding-bottom:30px;
    }
    .smallx-padding-top {
        padding-top: 20px;
    }
    .feature-left p {
        padding-right: 0;
    }
    .feature-img {
        position: relative;
        width: 100%;
    }
    .feature-img img{
        height: auto;
        width: 100%;
        object-fit: cover;
        object-position: right;
    }
    .feature-left {
        width: 100%;
        text-align: center;
    }
    .feature-left a,.feature-left .heading-lines{
        margin: auto;
    }
    .feature-img::after{
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    }
    .counter-box {
        width: 50%;
    }
    .mobile-hidden{
        display: none !important;
    }
    .welcome-left,.welcome-right,.schedule-left,.schedule-right,.insta-left,.insta-right{
        width: 100%;
        text-align: center;
    }
    .welcome-text {
        padding:60px 15px 20px 15px;
        margin-bottom: 0;
        margin-top: -30px;
        margin-left:5%;
        margin-right: 5%;
    }
    .welcome-left img {
        position: relative;
    }
    .main-wrapper-mobile-full{
        width: 100% !important;
    }
    .mobile-padding-top-0{
        padding-top: 0 !important;
    }
    .mobile-padding-bottom-0{
        padding-bottom: 0 !important;
    }
    .mobile-center-text{
        text-align: center !important;
    }
    #sponsorTab{
        display: none !important;
    }
    .footer-left ,.footer-center,.footer-right{
        width: 100%;
    }
    .footer-left{
        text-align: center;
        padding-bottom: 30px;
    }
    .con-div {
        padding-bottom: 15px;
    }
    .social-ul li {
        padding-right: 10px;
        padding-left: 10px;
    }
    .social-ul-footer {
        padding-top: 30px !important;
    }
    .footer-col ul {
        justify-content: center;
    }
    .footer-center ul a, .footer-center ul a:hover {
        font-size: 15px;
    }
    .footer-right img {
        height: 100px;
    }
    .footer-right ul{
        display: flex;
        justify-content: center;
    }
    .footer-right {
        justify-content: center;
        padding-top: 30px;
    }
    
    .footer-mobile-padding{
        padding: 100px 0 30px 0;
    }
    #footer-menu{
        width: 80%;
        margin: auto;
        padding-top: 15px;
    }
    .footer-center ul li {
        width: 50%;
        padding-bottom: 10px;
    }
    #offcanvasMainMenu {
        width: 100%;
    }
    .sidebar-menu-wrap ul a {
        font-size: 14px;
        padding: 8px 10px !important;
    }
    .sidebar-menu-wrap {
        padding: 30px 40px 30px 30px;
    }
    .chef-list-box {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .inner-page-banner img {
        height: 450px;
    }
    .select-filter{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .select-filter .select-wrap{
        padding-bottom: 20px;
    }
    .select-filter .select-wrap {
        margin-left: 0;
    }
    .loading-gif-wrap img {
        height: 100px;
    }
    .bg-brown-after::after{
        display: none !important;
    }
    .select-filter button{
        color: var(--theme-gold);
        border-bottom: 1px solid var(--theme-gold);
    }
    .chef-desc,.chef-img{
        width: 100%;
    }
    .chef-desc-wrap{
        flex-direction: column-reverse;
    }
    .half-div {
        width:100%;
    }
    .half-div-bottom{
        padding-bottom: 50px;
    }
    .sche-left {
        width: 100%;
    }
    .sche-right {
        width: 100%;
    }
    .sch-logo-wrap img {
        width: 50%;
    }
    .paragraph,.the_content_div,.the_content_div p,.the_content_div li,.the_content_div a,.paragraph-small,.paragraph-xsmall{
        font-size: var(--font-15);
        line-height: var(--font-25);
    }
    .counter-heading{
        font-size: var(--font-40);
        line-height: var(--font-50);
    }
    .banner-heading{
        font-size: var(--font-30);
        line-height: var(--font-40);
    }
    .creative-heading{
        font-size: var(--font-15);
        line-height: var(--font-30); 
    }
    .main-heading,.the_content_div h1,.the_content_div h2,.the_content_div h3{
        font-size: var(--font-30);
        line-height: var(--font-40);
    }
    .section-heading{
        font-size: var(--font-30);
        line-height: var(--font-40);
    }
    .section-heading-small{
        font-size: var(--font-20);
        line-height: var(--font-30);
    }
    .sub-heading,.the_content_div h4,.the_content_div h5,.the_content_div h6{
        font-size: var(--font-20);
        line-height: var(--font-30);
    }
    .sub-heading-small{
        font-size: var(--font-18);
        line-height: var(--font-25);
    }
    #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
        margin-bottom: 50px;
    }
    #footer-menu{
        justify-content: flex-start !important;
    }
}

.form-control:focus{
    border-color: var(--theme-brown);
}