/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Header Section Css Start */
a{ color: #1E1E1E; }
a:hover{ color: #1e1e1e; }
.header_section {
    position: absolute;
    top: 0;
    width: 100%;
}
.header_container .logo-section{ width: calc(20% - 0px) !important; }
.header_container .search-section{ width: calc(20% - 20px) !important; }
.header_container .menu-section{ width: calc(60% - 20px) !important; }
.inner_container{ max-width:1160px; width:100%; margin:0 auto;  }
.header_search .elementor-icon{
    position: relative;
    padding-right: 65px;
    display: flex;
    align-items: center;
 /*   font-family: "Arsenal", Sans-serif;*/
    font-size: 16px;
}
.header_search a.elementor-icon:after {
    content: "Search";
    position: absolute;
    top: 0;
    right: 0;
}
/* #mobileNavigation{ display: none; } */
/* ------About Us Section Css Start------ */
.about_section {
    /* padding: 100px 0 100px 0; */
    position: relative;
    background-color: #f5f5f5;
}

.about_section .abt_text h2 span,
.fixtwo span {
    color: #bf9e1e;
}


/* Animated text Css */
.animation-text{ position: absolute; padding: 10px; } 
.animText {
    font-size: 40px;
   /* font-family: "Arsenal", Sans-serif;*/
    pointer-events: none;
    letter-spacing: 1px;
}

.fixtop {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.topFix {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.fixtop,
.fixtwo {
 font-family: "Barlow", sans-serif;
    letter-spacing: 1px;
}

.fixtwo {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    z-index: 1;
}

.mobileText {
    color: #fff;
    display: none;
}

.about_section .abt_text p {
    color: #a7a8ad;
    font-size: 18px;
    max-width: 430px;
    font-weight: 300;
   font-family: "Barlow", sans-serif;
}

.about_section .abt_img img {
    width: 100%;
    max-width: 600px;
    max-height: 530px;
}

/* -------Banner Section Css Start----------- */
.banner_Section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.banner_Section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.banner_Section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -2;
}

.banner_Section h1 {
    position: relative;
    color: #fff;
}

.banner_Section .scrollDown {
    position: absolute;
    bottom: 50px;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    display:none;
}

.banner_Section .scrollDown .icon-mouse {
    background: url("../images/mouse-icon.svg");
    width: 20px;
    height: 30px;
    margin-right: 15px;
}

.banner_Section .scrollDown span {
    font-size: 18px;
    font-weight: 300;
}

.btn {
    border: 1px solid #1e1e1e;
    color: #1e1e1e;
    border-radius: 6px;
    transition: 0.4s all;
font-family: "Barlow", sans-serif;
    font-size: 14px;
    padding: 10px 18px;
}
/* -------Client Section Css Start------- */
.client_section {
    /* padding: 100px 0 50px; */
    background-color: #fff;
    z-index: 9999;
    position: relative;
}

.client_section .client_desktop .img,
.client_section .client_desktop .elementor-widget-image {
    /* height: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.service_section .service_desktop .img,
.service_section .service_desktop .elementor-widget-image {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.client_section .client_desktop .img img,
.client_section .client_desktop .elementor-widget-image img{
    width: auto;
    max-width: 100%;
}
.service_block .block_inner, .contact_section .block_inner, .client_section .block_inner{
    /* display: flex; */
    align-items: center;
}
.service_block .block_inner .lineing,
.contact_section .block_inner .lineing,
.client_section .block_inner .lineing{
    border-bottom: 1px solid #fff;
    width: 100%;
    position: relative;
    flex: 1;
}

/* -----Experince Section Css Start--------- */


.experince_section .exp_inner {
    /* display: flex; */
    align-items: center;
}

.experince_section .exp_inner .title {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
}

.experince_section .exp_inner .title h2 {
    color: #1e1e1e;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
font-family: "Barlow", sans-serif;
}

.experince_section .exp_inner .title p,
.experince_section .exp_inner .experince_carousel .swiper-slide .elementor-widget-button a {
    color: #a7a8ad;
    font-size: 18px;
    font-weight: 300;
font-family: "Barlow", sans-serif;
}

/* .experince_section .exp_inner .experince_slider_block {
    width: calc(100% - 600px);
} */

.experince_section .exp_inner .experince_carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* .experince_section .exp_inner .experince_carousel .swiper-slide .elementor-widget-image {
    height: 400px;
} */

.experince_section .exp_inner .experince_carousel img {
    height: 100%;
    object-fit: cover;
}

.experince_section .exp_inner .experince_carousel .elementor-image-box-wrapper{ border-radius: 10px; overflow: hidden; }
.experince_section .exp_inner .experince_carousel .elementor-image-box-content {
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    position: absolute;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    /* backdrop-filter: blur(4px); */
    width: 100%;
    transition: 0.4s all;
    border-radius: 0px 0px 10px 10px;
    word-break: break-all;
}

.experince_section .exp_inner .experince_carousel .elementor-image-box-content:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.experince_section .exp_inner .experince_carousel .elementor-image-box-content h3,
.experince_section .exp_inner .experince_carousel .elementor-image-box-content a {
    margin: 0;
    color: #fff;
    width:100%;
    background:transparent;
    margin-bottom: 0px; 
    text-shadow: none;
}
.experince_section .exp_inner .experince_carousel .elementor-image-box-wrapper:hover .elementor-image-box-content h3,
.experince_section .exp_inner .experince_carousel .elementor-image-box-wrapper:hover .elementor-image-box-content a { color: #FFD700; }
.experince_section .exp_inner .experince_carousel .elementor-image-box-content .elementor-image-box-description {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.3s ease;
    text-shadow: none;
}
.experince_section .exp_inner .experince_carousel .elementor-image-box-wrapper .elementor-image-box-img{ 
    margin-bottom:0px !important; 
    border-radius: 10px;
    overflow: hidden;
}
.experince_section .exp_inner .experince_carousel .elementor-image-box-wrapper:hover .elementor-image-box-description {
    padding-top: 5px;
    opacity: 1;
    height: auto;
    overflow: visible;
}

/* Start for Events / Foods Style*/
.custom-grid-section .filter-section{
    background-color: #660000 !important;
    position: relative;
    padding: 20px 0px;
    margin-bottom: 50px;
}
.custom-grid-section .grid-section{
    position: relative;
}

.custom-grid-section .filter-section ul.filters{
    list-style: none;
    padding: 0;
}
.custom-grid-section .filter-section ul.filters > li{
    display: inline-block;
    margin-right: -5px;
font-family: "Barlow", sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 20px 8px; 
    background-color: transparent; 
    color: #1E1E1E;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    border: 1px solid #1E1E1E;
    min-width:150px;
    cursor: pointer;
}
.custom-grid-section .filter-section ul.filters > li.active,
.custom-grid-section .filter-section ul.filters > li:hover {
    background-color: #1e1e1e;
    color: #ffffff;
    border-color: #1e1e1e;
}
.custom-grid-section .filter-section ul.filters li:first-child {
    border-right: 0px;
    border-radius: 10px 0px 0px 10px;
}
.custom-grid-section .filter-section ul.filters li:last-child {
    border-left: 0px !important;
    border-radius: 0px 10px 10px 0px;
}
.custom-grid-section .filter-section .inner_container{ display:flex; }
.custom-grid-section .filter-section .inner_container .column1{ display: flex; justify-content: center; }
.custom-grid-section .filter-section .inner_container .column2{ /*display: flex; justify-content: center; */width: 100%; margin-left: auto; margin-right: auto; }
.custom-grid-section .filter-section .filter-form{ display: flex; justify-content: end; }
.custom-grid-section .filter-section .filter-form .search_field{ position: relative; width: 75%; }
.custom-grid-section .filter-section .filter-form .search_field input[type='text']{
font-family: "Barlow", sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #1E1E1E;
    border-radius: 10px;
}
.custom-grid-section .filter-section .filter-form .search_field button{
    position: absolute;
    right: 0;
    border: 0;
    color: #1E1E1E;
    height: 100%;
    border-radius: 10px;
}
.custom-grid-section .filter-section .filter-form .search_field button:hover{
    background-color: #1e1e1e;
    color: #fff;
}
.custom-grid-section .filter-section .filter-form .search_field button:focus{ background-color: transparent; color: #1E1E1E; border:0px; }
.custom-grid-section .filter-section .filter-form .select_field{ display: flex; margin-left: 10px; width: 25%; }
.custom-grid-section .filter-section .filter-form .select_field select{
font-family: "Barlow", sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #1E1E1E;
    border: 0;
    background-color: transparent;
    padding: 5px 0px;
}
.custom-grid-section .filter-section .inner_container #press-search-form .column2,
.custom-grid-section .filter-section .inner_container #brand-search-form .column2{ justify-content: end; flex-direction: row; }
.custom-grid-section .filter-section #press-search-form.filter-form,
.custom-grid-section .filter-section #brand-search-form.filter-form {
    width: 100%;
}
.custom-grid-section .filter-section #press-search-form.filter-form .search_field,
.custom-grid-section .filter-section #brand-search-form.filter-form .search_field {
    width: 75%;
}
.custom-grid-section .filter-section .filter-form#press-search-form .select_field select,
.custom-grid-section .filter-section .filter-form#brand-search-form .select_field select {
    max-width: 110px;
   /* margin-left: 15px; */
}
.custom-grid-section .filter-section .filter-form#press-search-form .select_field,
.custom-grid-section .filter-section .filter-form#brand-search-form .select_field {
    justify-content: end;
}
.custom-press-loop .grid-items,
.custom-events-loop .grid-items,
.custom-foods-loop .grid-items,
.custom-brand-loop .grid-items{ 
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    flex-wrap: wrap;
}
.custom-press-loop .elementor-column,
.custom-events-loop .elementor-column,
.custom-foods-loop .elementor-column,
.custom-brand-loop .elementor-column{ 
    padding: 5px;
    width: 100%;
    flex-wrap: wrap;
}
.custom-press-loop .elementor-column .feature_image,
.custom-events-loop .elementor-column .feature_image,
.custom-foods-loop .elementor-column .feature_image { 
    width: 100%; 
    margin-bottom: 15px;
    position: relative;
}
.custom-foods-loop .elementor-column .food-item{ display: flex; flex-wrap: wrap; }
.custom-press-loop .elementor-column .feature_image img,
.custom-events-loop .elementor-column .feature_image img,
.custom-foods-loop .elementor-column .feature_image img{ border-radius: 10px; width: 100%; }
.custom-press-loop .elementor-column .content_box,
.custom-events-loop .elementor-column .content_box,
.custom-foods-loop .elementor-column .content_box,
.custom-brand-loop .elementor-column .content_box{ position:relative; width: 95%; }
.custom-foods-loop .elementor-column .content_box{ margin: 12px 0px 8px; }
.custom-press-loop .elementor-column .content_box h2.title,
.custom-press-loop .elementor-column .content_box h2.title a,
.custom-events-loop .elementor-column .content_box h2.title,
.custom-events-loop .elementor-column .content_box h2.title a,
.custom-foods-loop .elementor-column .content_box h2.title,
.custom-foods-loop .elementor-column .content_box h2.title a,
.custom-brand-loop .elementor-column .content_box h2.title,
.custom-brand-loop .elementor-column .content_box h2.title a {
    color: #660000!important;
    font-family: "Barlow", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.custom-press-loop .elementor-column .content_box h2.title,
.custom-events-loop .elementor-column .content_box h2.title,
.custom-foods-loop .elementor-column .content_box h2.title,
.custom-brand-loop .elementor-column .content_box h2.title{  margin-bottom: 10px; }
.custom-press-loop .elementor-column .content_box .category,
.custom-press-loop .elementor-column .content_box .description,
.custom-brand-loop .elementor-column .content_box .category,
.custom-events-loop .elementor-column .content_box .description,
.custom-events-loop .elementor-column .content_box .date_times{
    text-align: left;
    color: #1E1E1E;
    font-family: "Barlow", sans-serif;
    font-size: 14px; /* 16px */
    font-weight: 400;
    margin-bottom: 25px; 
}
.custom-events-loop .elementor-column .content_box .date_times{
    font-size: 15px;
    display:flex;
    align-items:center;
}
.custom-events-loop .elementor-column .content_box .date_times > div,
.custom-events-loop .elementor-column .content_box .date_times > div *{ display: flex; }
.custom-events-loop .elementor-column .content_box .date_times div.date{ margin-right: 10px; }
.custom-events-loop .elementor-column .content_box .date_times span.icon{ margin-right: 5px; }
.custom-events-loop .elementor-column .content_box .date_times span.icon > img{ width:20px; height:20px; object-fit: contain; }
.custom-press-loop .elementor-column .content_box .arrow-icon,
.custom-events-loop .elementor-column .content_box .arrow-icon,
.custom-foods-loop .elementor-column .content_box .arrow-icon,
.custom-brand-loop .elementor-column .content_box .arrow-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: calc(50% - 14px);
    right: -5%;
    bottom: auto;
}
.custom-press-loop .elementor-column .content_box .arrow-icon,
.custom-foods-loop .elementor-column .content_box .arrow-icon,
.custom-brand-loop .elementor-column .content_box .arrow-icon{ top: calc(50% - 10px); }
.custom-press-loop .elementor-column .content_box .arrow-icon svg,
.custom-events-loop .elementor-column .content_box .arrow-icon svg,
.custom-foods-loop .elementor-column .content_box .arrow-icon svg,
.custom-brand-loop .elementor-column .content_box .arrow-icon svg { height:14px; }
.custom-press-loop .elementor-column .divider,
.custom-events-loop .elementor-column .divider,
.custom-foods-loop .elementor-column .divider,
.custom-brand-loop .elementor-column .divider {
    /* background: #1E1E1E; */
    height: 1px;
    width: 100%;
    margin-top: 5px;
    border-bottom: 1px solid #1E1E1E;
}
.custom-foods-loop .elementor-column .feature_image img{
    border-radius: 10px;
}
.custom-foods-loop .elementor-column .feature_image .brand_logo {
    position: absolute;
    bottom: -20px;
    left: 20px;
	background:#fff;
	padding:1px;
	border-radius:10px;
}
.custom-foods-loop .elementor-column .feature_image .brand_logo > img {
    max-height: 60px;
    width: auto;
    height: 100%;
    border-radius: 10px;
}
.custom-press-loop .elementor-column .content_box .category {
    display: flex;
    align-items: center;
}
.custom-press-loop .elementor-column .content_box .category > * {
    align-items: center;
    display: flex;
}
.custom-press-loop .elementor-column .content_box .category span.icon {
    margin-right: 10px;
}

.resturant-slider .n2-ss-layer.slide-logo {
    width: 150px !important;
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
    padding: 10px;
}
.events_slider .slide_content .slide_content_box_right .event_button .book_now_btn a {
    position: relative;
    padding-right: 40px !important;
}
.events_slider .slide_content .slide_content_box_right .event_button .book_now_btn a:after{
    position: absolute;
    display: flex;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    content: "\f105";
    top: 0;
    right: 15px;
    align-items: center;
    height: 100%;
}

.custom-search .search_section form#search_form{
    display: flex;
    max-width: 800px;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.custom-search .search_section form#search_form .input_box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.custom-search .search_section form#search_form .input_box i.fa.fa-search {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
}
.custom-search .search_section form#search_form input[type='text'] {
 font-family: "Barlow", sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #1E1E1E;
    border-radius: 10px;
    padding: 18px 27px 18px 40px;
    border: 1px solid #1E1E1E;
}
.custom-search .search_section form#search_form button{
    line-height: 25px;
    width: 100%;
    max-width: 150px;
    margin-left: 15px;
 font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
    background-color: #02010100;
    border-style: solid;
    border: 1px solid #1E1E1E;
    border-radius: 10px;
    padding: 18px 27px;
}
.custom-search .search_section form#search_form button:hover{
    background-color:#660000;
    color:#ffffff;
    border-color:#1e1e1e;
}

.custom-search div.search-result {
    padding: 50px 0px;
    position: relative;
    max-width: 850px;
    margin: 0 auto;
}
.custom-search .search-result .not_found{ justify-content: center; } 
.custom-search .search-result .elementor-post-rows {
    position: relative;
}
.custom-search .search-result .elementor-post-rows .post_type {
    position: relative;
    margin-bottom: 35px;
}
.custom-search .search-result .elementor-post-rows .post_type h2 {
 font-family: "Barlow", sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    color: #1E1E1E;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.custom-search .search-result .elementor-post-rows .post span.post_title, 
.custom-search .search-result .elementor-post-rows .post span.post_title a {
    color: #1E1E1E;
font-family: "Barlow", sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.custom-search .search-result .elementor-post-rows .post span.post_description {
 font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
}
.custom-search .search-result .elementor-post-rows .post span.post_read_more a{
 font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
    background-color: #02010100;
    border-style: solid;
    border: 1px solid #1E1E1E;
    border-radius: 10px;
    padding: 10px 40px 10px 20px;
    position: relative;
    display: flex;
}
.custom-search .search-result .elementor-post-rows .post span.post_read_more a i.fa{
    position: absolute;
    display: flex;
    right: 15px;
    top: 0;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.custom-search .search-result .elementor-post-rows .post span.post_read_more a:hover{
    background-color:#1e1e1e;
    color:#ffffff;
    border-color:#1e1e1e;
}
.custom-search .search-result .elementor-post-rows .post {
    display: flex;
    width: 100%;
    box-shadow: 0px 1px 14px rgba(130,130,130,0.2);
    padding: 24px 30px;
    margin-bottom: 25px;
    border-radius: 10px;
}
.custom-search .search-result .elementor-post-rows .post > div {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.custom-search .search-result .elementor-post-rows .post > div > * {
    display: flex;
    margin-bottom: 10px;
}
.custom-search .search-result .elementor-post-rows .post .feature_img{
    display: flex;
    justify-content: center;
    padding-left: 15px;
    max-width: 100%;
    position: relative;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.custom-search .search-result .elementor-post-rows .post .feature_img > img{ width: 100%; border-radius: 10px; }
.contact_section .contact_details a{ color:#76777F; }
.contact_section .contact_details a:hover{ text-decoration: underline; }
.contact_section .contact_form{
    background-color: rgba(118, 119, 127, 5%) !important;
}
.contact_section .contact_form form.wpcf7-form label{ width:90% !important; }
.contact_section .contact_form form.wpcf7-form input[type='text'], 
.contact_section .contact_form form.wpcf7-form input[type='email'], 
.contact_section .contact_form form.wpcf7-form textarea {
    background-color: rgba(30, 30, 30, 6%);
    border-radius: 10px;
 font-family: "Barlow", sans-serif;
    font-size: 14px;
    line-height: 26px;
}
.contact_section .contact_form form.wpcf7-form button{
   font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
    background-color: #02010100;
    border-style: solid;
    border: 1px solid #1E1E1E;
    border-radius: 10px;
    padding: 10px 40px 10px 20px;
    position: relative;
    display: flex;
    max-width: 150px;
    width: 100%;
}
.contact_section .contact_form form.wpcf7-form button .fa{
    position: absolute;
    right: 15px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.contact_section .contact_form form.wpcf7-form button:hover{
    background-color:#bf9e1e;
    color:#ffffff;
    border-color:#bf9e1e;
}
.inner_food_logo img,
.inner_brand_logo img{ /*border-radius: 10px;*/ margin-bottom:15px; }
.inner_gallery_images { margin:0px !important; }
.inner_gallery_images .elementor-widget-image-carousel .elementor-image-carousel-wrapper.swiper{ margin:50px auto; }
.inner_gallery_images .elementor-widget-image-carousel .elementor-image-carousel-wrapper.swiper img{ border-radius: 10px; }
.about-counter-section .elementor-counter .elementor-counter-title{ margin-top: 10px; }
#mobileNavigation{ display: none; }
.banner_video,
.banner_video .elementor-widget-container,
.banner_video .e-hosted-video{ height: 100%; width:100%;  }
@media screen and (max-width: 1024px) {
    .header_container .menu-section .elementor-menu-toggle.elementor-active svg{ fill: #1e1e1e !important; }
    .header_container .logo-section,
    .header_container .search-section{ z-index: 9; }
    .header_container .menu-section .elementor-menu-toggle{ z-index: 11; }
    .header_container .menu-section nav.elementor-nav-menu--dropdown{ 
        min-height: 100vh;
        height: 100vh;
        top: -45px !important;
        z-index: 10;
        padding-top: 95px;
    }
    .header_container .menu-section nav.elementor-nav-menu--dropdown ul{ padding-left: 15px; }
    .header_container .menu-section nav.elementor-nav-menu--dropdown ul > li{ margin-bottom: 10px; }
    .header_container .menu-section nav.elementor-nav-menu--dropdown ul > li > a:after{
        content: "\f105";
        font-family: var(--fa-style-family,"Font Awesome 6 Free");
        font-weight: var(--fa-style,600);
        position: absolute;
        right: 20px;
        font-size: 15px;
        opacity: 1 !important;
    }
    .header_container .menu-section .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, 
    .header_container .menu-section .elementor-nav-menu--dropdown .elementor-item.highlighted, 
    .header_container .menu-section .elementor-nav-menu--dropdown .elementor-item:focus, 
    .header_container .menu-section .elementor-nav-menu--dropdown .elementor-item:hover, 
    .header_container .menu-section .elementor-sub-item.elementor-item-active, 
    .header_container .menu-section .elementor-sub-item.highlighted, 
    .header_container .menu-section .elementor-sub-item:focus, 
    .header_container .menu-section .elementor-sub-item:hover{
        background-color: transparent !important;
        color: #1e1e1e !important;
    }
    
    .banner_video .e-hosted-video {
        /* --video-aspect-ratio : 1.33333 !important;  */
    }
    .header_search .elementor-icon{ padding-right: 0px; }
    .header_search a.elementor-icon:after { display:none; }
    .header_container .logo-section{ width: calc(60% - 0px) !important; }
    .header_container .search-section,
    .header_container .menu-section{ width: calc(20% - 20px) !important; }
    .inner_container{ padding:0px 15px; }
    .custom-press-loop .grid-items,
    .custom-events-loop .grid-items,
    .custom-foods-loop .grid-items,
    .custom-brand-loop .grid-items{ grid-template-columns: repeat(2, 1fr); }
    .custom-press-loop .elementor-column .content_box h2.title,
    .custom-press-loop .elementor-column .content_box h2.title a,
    .custom-events-loop .elementor-column .content_box h2.title,
    .custom-events-loop .elementor-column .content_box h2.title a,
    .custom-foods-loop .elementor-column .content_box h2.title,
    .custom-foods-loop .elementor-column .content_box h2.title a,
    .custom-brand-loop .elementor-column .content_box h2.title,
    .custom-brand-loop .elementor-column .content_box h2.title a{ font-size:25px; }
    .custom-press-loop .elementor-column .content_box .category,
    .custom-press-loop .elementor-column .content_box .description, 
    .custom-brand-loop .elementor-column .content_box .category,
    .custom-events-loop .elementor-column .content_box .description, 
    .custom-events-loop .elementor-column .content_box .date_times{ font-size:15px; }

    .events_slider .slide_content .n2-ss-layer-row-inner {
        flex-wrap: unset !important;
        justify-content: center !important;
    }
    .events_slider .slide_content .event_detail .n2-ss-layer-row-inner{ justify-content: start !important; }
    .events_slider .slide_content .slide_content_box_right .event_label {
        transform: translate(21px, -25px) !important;
    }
    .events_slider .slide_content .slide_content_box_right > .n2-ss-layer-content {
        padding: 40px 23px 20px !important;
    }
    .events_slider .slide_content .slide_content_box_right .event_detail .n2-ss-layer-content {
        padding: 7px 0px !important;
    }
    .events_slider .slide_content .slide_content_box_right .event_title > .n2-ss-item-content {
        padding-bottom: 10px !important;
    }
    .events_slider .slide_content .slide_content_box_right .event_button .n2-ss-layer-content {
        padding-left: 5px !important;
    }
    .events_slider .slide_content > .n2-ss-layer-with-background {
        padding: 0px !important;
    }
}
/* @media screen and (min-width: 767px) {
    selector {
      display: none;
    }
} */
  
@media screen and (max-width: 767px) { 
    #mobileNavigation{ display: block; }
    .header_container .menu-section nav.elementor-nav-menu--dropdown{ 
        top: -30px !important;
        padding-top: 75px;
    }
    .inner_gallery_images .elementor-widget-image-carousel .elementor-image-carousel-wrapper.swiper{ margin:35px auto; }
    .about-counter-section .elementor-counter .elementor-counter-title{ margin-top: 5px; }
    /* .banner_video .e-hosted-video {--video-aspect-ratio : 0.5625 !important; } */
    /* .fixtop .elementor-heading-title{ margin-left: -21px; } */
    .custom-press-loop .grid-items,
    .custom-events-loop .grid-items,
    .custom-foods-loop .grid-items,
    .custom-brand-loop .grid-items{ grid-template-columns: repeat(1, 1fr); }
    .custom-press-loop .elementor-column .content_box h2.title,
    .custom-press-loop .elementor-column .content_box h2.title a,
    .custom-events-loop .elementor-column .content_box h2.title,
    .custom-events-loop .elementor-column .content_box h2.title a,
    .custom-foods-loop .elementor-column .content_box h2.title,
    .custom-foods-loop .elementor-column .content_box h2.title a,
    .custom-brand-loop .elementor-column .content_box h2.title,
    .custom-brand-loop .elementor-column .content_box h2.title a{ font-size:24px; }
    .custom-press-loop .elementor-column .content_box .category, 
    .custom-press-loop .elementor-column .content_box .description, 
    .custom-brand-loop .elementor-column .content_box .category, 
    .custom-events-loop .elementor-column .content_box .description, 
    .custom-events-loop .elementor-column .content_box .date_times{ font-size:14px; }
    .custom-grid-section .filter-section .inner_container{ flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; }
    .custom-grid-section .filter-section .inner_container .column1{ order:1; } 
    .custom-grid-section .filter-section .filter-form{ justify-content: center; width: 100%; }
    .custom-grid-section .filter-section .filter-form#food-search-form{ flex-wrap: wrap; }
    .custom-grid-section .filter-section .filter-form#food-search-form .search_field{ width:100%; }
    .custom-grid-section .filter-section .filter-form#food-search-form .select_field{ margin-left: 0px; width: 100%; margin-top: 20px; max-width: 150px; }
    .custom-grid-section .filter-section .inner_container #press-search-form .column1,
    .custom-grid-section .filter-section .inner_container #brand-search-form .column1{ order:unset; } 
    .custom-grid-section .filter-section #press-search-form.filter-form,
    .custom-grid-section .filter-section #brand-search-form.filter-form{ flex-wrap: wrap; }
    .custom-grid-section .filter-section #press-search-form.filter-form .search_field,
    .custom-grid-section .filter-section #brand-search-form.filter-form .search_field{ width: 100%; max-width: 100%; } 
    .custom-grid-section .filter-section .filter-form#press-search-form .select_field,
    .custom-grid-section .filter-section .filter-form#brand-search-form .select_field{ justify-content: start; }
    .custom-grid-section .filter-section .filter-form#press-search-form .select_field select,
    .custom-grid-section .filter-section .filter-form#brand-search-form .select_field select{ margin-left: 0px; margin-right: 15px; }
    .custom-grid-section .filter-section .inner_container #press-search-form .column2,
    .custom-grid-section .filter-section .inner_container #brand-search-form .column2{ justify-content: center; width: 100%; }
    .resturant-slider.n2-section-smartslider { margin-top:-60px; }
    .resturant-slider.n2-section-smartslider .n2-ss-slide-background-image{ margin-top: 130px !important; } 
    .resturant-slider.n2-section-smartslider .n2-ss-layer.slide-logo {
        width: 100px !important;
        transform: translate(182px, 0px) translate(-50%, 0%);
    }
    .resturant-slider.n2-section-smartslider .n2-ss-slider-controls .n2-ss-control-bullet{ margin-bottom: 85px; }
    .resturant-slider.n2-section-smartslider .n2-ss-slider-controls .n2-ss-control-bullet .n2-bullet { padding:3px !important; }
    .custom-search .search-result .elementor-post-rows .post{ flex-wrap: wrap; flex-direction: column-reverse; }
    .custom-search .search-result .elementor-post-rows .post > div{ width: 100%; }
    .custom-search .search-result .elementor-post-rows .post .feature_img{ margin-bottom: 25px; margin-left: 0px; padding-left:0px; justify-content: start; }
    .custom-search .search_section form#search_form input[type='text']{ padding: 12px 20px 12px 40px; }
    .custom-search .search_section form#search_form button{ padding: 12px 27px; }
    .custom-search .search-result .elementor-post-rows .post_type h2{ font-size: 20px; }
    .custom-search .search-result .elementor-post-rows .post_type{ margin-bottom: 25px; }
    .custom-search .search-result .elementor-post-rows .post span.post_title, 
    .custom-search .search-result .elementor-post-rows .post span.post_title a{ font-size: 20px; }
    .custom-search .search-result .elementor-post-rows .post span.post_read_more a,
    .custom-search .search-result .elementor-post-rows .post span.post_description{ font-size: 14px; }
    .custom-search .search-result .elementor-post-rows .post{ padding: 24px 20px; }
    .contact_section .contact_form form.wpcf7-form label{ width:100% !important; }
}
@media screen and (max-width: 600px) {
    /* .fixtop .elementor-heading-title{ margin-left: -18px; } */
    .custom-search .search_section form#search_form{ flex-wrap: wrap; justify-content: start; }
    .custom-search .search_section form#search_form button{ margin-left: 0px; margin-top: 10px; }
}
@media screen and (max-width: 650px) {
    .events_slider .n2-ss-slider .n2-ss-slide-background-image img {
        height: 100% !important;
        object-fit: cover !important;
        background-position: top center !important;
        max-height: 300px !important;
        background-repeat: no-repeat;
    }
    .events_slider .slide_content .slide_content_box_left{
        display: none !important;
    }
    .events_slider .slide_content .slide_content_box_right { margin-top: 240px !important; }
    .events_slider .slide_content .slide_content_box_right > .n2-ss-layer-content { background-color: RGBA(0,0,0,0.9) !important; }
}
@media screen and (max-width: 500px) {
    /* .fixtop .elementor-heading-title{ margin-left: -15px; } */
}
@media screen and (max-width: 480px) {
    /* .fixtop .elementor-heading-title{ margin-left: -13px; } */
    .resturant-slider.n2-section-smartslider .n2-ss-slide-background-image{ margin-top: 110px !important; } 
    .custom-grid-section .filter-section .filter-form .search_field input[type='text']{ width: 100%; }
    .custom-grid-section .filter-section ul.filters > li{ min-width: 120px; }
    .header_container .menu-section nav.elementor-nav-menu--dropdown ul li a{ font-size: 20px !important; }
}
@media screen and (max-width: 480px) {
    /* .fixtop .elementor-heading-title{ margin-left: -11px; } */
    /* .custom-grid-section .filter-section .filter-form{ flex-wrap: wrap; } */
    .custom-grid-section .filter-section .filter-form .search_field{ width: 60%; }
    .custom-grid-section .filter-section .filter-form .select_field{
        width: 40%;
        /* max-width: 150px;
        margin-left: 0;
        margin-top: 15px; */
    }
}