/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766989748
Updated: 2025-12-29 06:29:08

*/
/* Hide container if loop grid has no results and it's container has class : store-container-wrapper */
.elementor-element.e-con.store-container-wrapper:has(.e-loop-nothing-found-message) {
    display: none !important;
}
/* ----------------- */

.food-type-filter {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.food-type-filter a {
    padding: 6px 14px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-decoration: none;
    color: #333;
    font-weight:500 !important;
    font-size: 14px !important;
    transition: all 0.5s ease;
}
  .food-type-filter a:hover {
      background-color: rgba(28, 43, 81, 0.2);
}
.food-type-filter a.active {
    color: #fff;
   /* background:rgba(28, 43, 81, 1);
    border-color: rgba(28, 43, 81, 1) ;*/
}


.right-guest-services .info-list ul{
        padding: 0px;
    margin-bottom: 20px;
}
.right-guest-services .info-list li{
    list-style: none;
}

.right-guest-services .genral-list ul.store-directory-list {
    padding: 0px;
}
.right-guest-services .genral-list ul.store-directory-list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bebebe;
    padding: 10px 0px;
    align-items: flex-end;
}

/* top bar time and phone css [START] */
/* Wrapper */
.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    background: rgba(21, 32, 71, 1);
    padding: 14px;
}

/* Track */
.marquee-track {
    display: flex;
    align-items: flex-start;
    /*width: fit-content;*/
    gap: 16px;
    animation: smoothMarqueeLeft 4s linear infinite;
}

/* Slide */
.marquee-slide {
    flex: 370px;
width: 370px;
}


.marquee-slide .title {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    display: block;
}

.content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;

}

/* Animation */
@keyframes smoothMarqueeLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-33.33%);
    }
}
/* top bar time and phone css [END] */


.table-hours {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.table-hours h6 {
    font-size: 18px;
    font-weight: 600;
}
.table-hours ul.sp-dates {
    padding: 0;
    list-style: none;
    margin: 0 0 30px;
}
.table-hours ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bebebe;
    padding: 10px 0px;
    align-items: flex-end;
}


.food-type-filter a.active {
    background: rgba(28, 43, 81, 0.2);
    color: #152047;
}
.marquee-wrapper .marquee-track {
    animation: smoothMarqueeLeft 15s linear infinite;
}
.header-main .header-logo {
    width: 25%;
}
.header-main .header-search {
    width: 30%;
}
.header-main  .header-nav {
    width: 50%;
}
.header-main .header-nav ul li ul.elementskit-submenu-panel {
    padding-bottom: 0px !important;
}
.header-top .topbar-time-phone {
    background: #23262E;
}
.header-top .topbar-time-phone h5 span {
    color: #fff !important;
}
.banner-slider .slider-content a.button span {
    background: #f3f3f3 !important;
}
.banner-slider .slider-content a.button:hover{
     background: #212121;
     color: #fff !important;
}

.banner-slider .slider-content a.button:hover {
    background: #212121 !important;
    color: #fff !important;
}
.explore-store .explore-our-card:hover .label-cont{
   background: #212121 !important;
}

.whtson-mdiland .whats-on-tabs-home .e-n-tabs-heading button.e-n-tab-title[aria-selected="true"] {
    background: #212121 !important;
}
.whtson-mdiland .whats-on-tabs-home .e-n-tabs-heading button:hover {
    background: #212121 !important;
}
.visit-plan .m-gate-easily-gtid-row:hover:before {
    background: #212121 !important;
}
.footer-subcribe .footer-subcribe-form {
    background: #fff !important;
}
.footer-subcribe .footer-subcribe-form button#footer-subscribe {
    background: #212121;
    border: 1px solid #212121;
}
.footer-subcribe .footer-subcribe-form button#footer-subscribe:hover {
    background: #fff;
    border: 1px solid #212121;
    color: #212121;
}
.footer-subcribe .footer-subcribe-form input {
    color: #000000 !important;
    opacity: 1;
    z-index: 999;
}
.leasing-banner h1 span {
    color: #ffffff;
    font-weight: 700;
}
.leasing-banner-btn a.elementor-button span.elementor-button-icon svg rect {
    fill: #212121;
}
.leasing-banner-btn a.elementor-button span.elementor-button-icon svg {
    color: #fff !IMPORTANT;
    fill: #fff;
}
.shop-tab-sect .swiper-slide a.active {
    background: #212121;
}
.shop-tab-sect .swiper-slide {
    transform: none !important;
}
.shop-tab-sect .swiper-slide a:hover {
    background: #212121;
}
.search-store-btn form button.e-search-submit {
    background: #212121 !important;
}


.whtsontab-sect button.e-n-tab-title[aria-selected="true"]{
      background: #212121 !important;
}
.whtsontab-sect button:hover{
    background: #212121 !important;
}


.banner-slider>.slick-list.draggable~ul.slick-dots {
    display: none;
}
.banner-slider>.slick-arrow~ul.slick-dots {
    display: flex !important;
}
.header-main .header-search {
    width: 30%;
}
.header-main .header-logo {
    width: 30%;
}
.header-main  .header-nav {
    width: 40%;
}

@media(max-width: 1350px){
    .header-main .header-search {
    width: 20%;
}
.header-main .header-logo {
    width: 20%;
}
.header-main  .header-nav {
    width: 60%;
}
}
@media(max-width: 1080px){
    .header-main  .header-nav {
    width: 70%;
}
}
@media(max-width: 1024px){
    .contact-main .e-con-inner {
    padding-top: 60px;
}
.contact-form {
    width: 100%;
}
.header-main  .header-nav {
    width: auto !important;
}
.header-main .header-logo {
    width: 40%;
}
.header-main .header-logo {
    width: 40%;
    justify-content: left;
    align-items: baseline;
}
}
@media(max-width: 767px){
    .contact-info-inner > .elementor-element {
    gap: 0;
}
.similar-small-img a {
    display: block;
}
.similar-small-img img {
    width: 100% !important;
}
}

@media(max-width: 575px){
    .content-sect {
    padding-top: 30px;
    padding-bottom: 30px;
}
.content-sect .elementor-widget-heading {
    margin-bottom: 10px !important;
}
}