/*!
Theme Name: Down Town
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: down-town
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Down Town is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

/* Fonts Kit */

@font-face {
    font-family: 'Pitchfork';
    src: url('./assets/fonts/Pitchfork.woff2') format('woff2'),
        url('./assets/fonts/Pitchfork.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pitchfork';
    src: url('./assets/fonts/Pitchfork.woff2') format('woff2'),
        url('./assets/fonts/Pitchfork.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fonts Kit */


body {  
    font-weight: 400;
    line-height: 167%;
    letter-spacing: -0.024em;
    overflow-x: hidden; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;  
    color: #004692;    
    padding: 0;
    margin: 0;
  font-family: "Montserrat", sans-serif;
}

body, html{scroll-behavior: smooth;}
h1, .h1 {
    font-size: 75px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.03;
    font-family: 'Pitchfork';
    letter-spacing: 0.000em;
    color: #0A577C;
}

h2, .h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 20px;  
    color: #0A577C;
    margin-top: 0;
    line-height: 1;
    letter-spacing: 0.00em;
}

h3, .h3, h3 a {
    margin-bottom: 20px;  
    margin-top: 0;
    letter-spacing: 0.00em;
    color: #0A577C;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}

h3 a:hover{
  text-decoration: underline;
}

h4, .h4 {
    color: #0A577C;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;    
    margin-bottom: 20px;  
    margin-top: 0;
}

h5, .h5 {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;    
    margin-bottom: 20px;  
    margin-top: 0;
    line-height: 1.2
}
h6, .h6 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;    
    margin-bottom: 20px;  
    margin-top: 0;
}
*{
    box-sizing: border-box;
}
b,
strong {
  font-weight: 700;
}

p {
    font-size: 18px;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    color: #0A577C;
}

/* Link Arrow hover */

a, button, .text, .supply-logo li {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    text-decoration: none;
}
b, strong {
  font-weight: 600;
}
a::after, a::before,
button::after,
button::before,
.text::after,
.text::before,
.supply-logo li::after,
.supply-logo li::before {
 transition: all 0.4s ease 0s;
 -webkit-transition: all 0.4s ease 0s;
 -moz-transition: all 0.4s ease 0s;
 -o-transition: all 0.4s ease 0s;
 -ms-transition: all 0.4s ease 0s;
}

a:hover {
 text-decoration: none;
}
a::after, a::before, button::after, button::before, .text::after, .text::before, .supply-logo li::after, .supply-logo li::before {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}



/* List Item Design Start */

.list-block-design ul {
  margin-left: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 25px !important;
  padding-left: 30px;
}

.list-block-design ul li {
    letter-spacing: -0.000em;
    margin-bottom: 11px;
    position: relative;
    padding-left: 0;
    line-height: 1;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.list-block-design ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0A577C;
    border-radius: 50%;
    position: absolute;
    left: -23px;
    top: 5px;
}

.list-block-design ul li ul li:before {
  background: #0A577C;
}

.list-block-design ul ul {
  margin-top: 13px;
  padding-left: 34px;
  margin-bottom: 14px !important;
}
.restaurant-heading ul li::before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
}

.container {
    max-width: 1367px;
    margin: 0 auto;
    padding: 0 50px;
}

/* Banner Section Start */

section.banner-section {
    background-repeat: repeat;
    background-position: top left;
    width: 100%;
    height: 556px;
    padding-top: 86px;
    padding-bottom: 30px;
    background-size: 13.9%;
}


.banner-section .banner-top-image {
    max-width: 678px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 5px;
}
.banner-top-image img {
    display: block;
    width: 100%;
}

.banner-section .banner-top-image a {
    display: block;
}

.banner-section .banner-top-image a img {
    display: block;
    width: 100%;
}

.banner-section .container {
    position: relative;
}

.banner-section  .banner-bottom-image {
    position: absolute;
    right: 0;
    bottom: -96px;
    background-color: #fff;
    text-align: center;
    padding: 26px 15px 0 15px;
    max-width: 210px;
    margin-bottom: -1px;
}

.banner-section .banner-bottom-image h5 {
    margin-bottom: 4px;
    font-weight: bold;
    color: #0A577C;
    letter-spacing: 0.00em;
}

.banner-section .banner-bottom-image img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/* Banner Section End */

/* Explore Section Start */

.explore-section {
    background-size: 76%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-top: 149px;
    padding-bottom: 194px;
    min-height: 484px;
    margin-top: 9px;
}

.explore-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 82px);
    background-color: #D1CB7C;
    z-index: -1;
    top: 37px;
}

.explore-section .explore-box {
    max-width: 827px;
    margin: 0 auto;
    text-align: center;
    border: 4px solid #0A577C;
    padding: 28px 20px 32px 20px;
    background-color: #fff;
}
.explore-mobile-image {
    display: none;
}

/* Explore Section End */

/* Restaurant Section Start */

.rastaurant-details {
    padding-top: 65px;
    padding-bottom: 50px;
}

.rastaurant-details .restaurant-heading {
    max-width: 892px;
    margin: 0 auto 54px;
    text-align: center;
}

.rastaurant-details .restaurant-heading h2 {
    margin-bottom: 22px;
}

.rastaurant-details .restaurant-image {
    display: block;
    width: 100%;
}

.rastaurant-details img {
    display: block;
    width: 100%;
}

.just-join-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.just-join-section .join-left-wrap {
    float: left;
    width: 46.8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.just-join-section .join-right-area {
    float: left;
    width: 47.55%;
    margin-top: 9px;
    padding-right: 109px;
}

.just-join-section .join-left-wrap .join-block {
    background-color: #D1CB7C;
    margin-top: -84px;
    padding: 45px 82px 49px 82px;
    text-align: center;
    /* margin: -84px auto 0; */
    max-width: 490px;
    float: right;
}

.just-join-section .join-left-wrap .join-block h2 {
    font-family: 'Pitchfork';
    font-size: 60px;
    font-weight: 400;
    line-height: 1.115;
}

.just-join-section .join-left-wrap .join-bottom-img {
    width: 100%;
    max-width: 69%;
    margin-top: -31px;
    margin-right: 44px;
}

.just-join-section .join-left-wrap .join-bottom-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.just-join-section .join-right-area h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.69;
    margin-bottom: 39px;
}

.join-details h4 {font-weight: 800;text-transform: uppercase;margin-bottom: 6px;}

.join-details h5 {font-size: 24px;letter-spacing: 0.000em;line-height: 1.6;margin-bottom: 39px;}

.join-right-area .join-details {
    max-width: 327px;
    width: 100%;
}
.join-details h5 span {
    display: block;
}

.join-details p {
    font-size: 17px;
    color: #000000;
    margin-top: -32px;
    margin-bottom: 55px;
}

a.btn {
    padding: 13px 33px 13px 32px;
    display: inline-block;
    font-family: Pitchfork;
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    color: #0A577C;
    border: 4px solid #D1CB80;
    letter-spacing: 0.00em;
}

a.btn:hover {
    background-color: #0A577C;
    border-color: #0A577C;
    color: #D1CB7C;
}

.just-join-section {
    padding-bottom: 77px;
}

/* Restaurant Section End */

/* Participating Restaurants Section Start */

.menu-popup {
    max-width: 647px;
    background-color: #fff;
    width: 100%;
    margin: 33px auto;    
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.mfp-ready .menu-popup {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.menu-popup .menu-image {
    width: 100%;
    display: block;
}

.menu-popup .menu-image img {
    width: 100%;
    display: block;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
}

.menu-popup .menu-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.menu-popup .menu-blocks .menu-left-block {
    float: left;
    width: 50%;
    padding: 32px 20px 10px 39px;
}

.menu-popup .menu-blocks .menu-right-block {
    width: 50%;
    background-color: #F8F7EC;
    padding: 34px 20px 10px 35px;
}

.menu-left-block h3 {
    margin-bottom: 22px;
}

a.item-links {
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 27px;
    margin-bottom: 17px;
}

a.item-links img {display: block;position: absolute;left: 0;}

a.item-links span {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.00em;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.more-details {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 7px;
    display: inline-block;
    padding-top: 20px;
    width: 100%;
}

.more-details h4 {
    letter-spacing: -0.035em;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.more-details p {
    letter-spacing: 0.00em;
    font-size: 17px;
    color: #000;
    margin-bottom: 21px;
}

.menu-hours h4 {
    margin-bottom: 7px;
    text-transform: uppercase;
}

.menu-hours h5 {
    font-weight: 600;
    color: #000;
    letter-spacing: 0.00em;
    margin-bottom: -2px;
    font-size: 17px;
}

.menu-hours p {
    letter-spacing: 0.00em;
    color: #000;
    font-size: 17px;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.menu-right-block .deliery-time {
    margin-top: 26px;
    display: inline-block;
    padding-top: 37px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}
.deliery-time p {
    color: #000000;
}

.menu-hours .deliery-time h4 {
    margin-bottom: -1px;
}

a.item-links:hover span {
    color: #0A577C;
}
.participating-section {
    padding-top: 75px;
    padding-bottom: 81px;
    background-color: #F9F8ED;
}

.participating-section .participating-wrap {
    width: 100%;
    gap: 30px;
    row-gap: 30px;
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: -ms-grid;
    display: grid;
}

.participating-item {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.participating-item .item-image {
    display: block;
}

.participating-item .item-image img {
    display: block;
    width: 100%;
    height: 253px;
    -o-object-fit: cover;
       object-fit: cover;
}

.participating-item .item-details {
    padding: 22px 19px 66px 19px;
}

.participating-section .container {
    max-width: 1418px;
}

.participating-item .item-details h3 {
    margin-bottom: 15px;
}

.participating-item .item-details a.item-links {padding-left: 25px;margin-bottom: 15px;}

.participating-item .item-details a.quick-view {
    display: block;
    text-align: center;
    padding: 14px 20px 14px 20px;
    background-color: #D1CB7C;
    color: #000000;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    width: calc(100% - 37px);
    right: 0;
}

.participating-item .item-details a.quick-view:hover {
    background-color: #000;
    color: #D1CB7C;
}
.participating-section h2 {
    text-align: center;
    margin-bottom: 71px;
}
.menu-popup {
    position: relative;
}
button.mfp-close, button.mfp-arrow {
    background-image: url(./assets/images/close-btn.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    font-size: 0;
    width: 30px !important;
    height: 30px !important;
    background-position: center center !important;
    top: -26px !important;
    right: -35px !important;
}
.load-more-wrap button {
    padding: 13px 33px 13px 32px;
    display: inline-block;
    font-family: Pitchfork;
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    color: #0A577C;
    border: 4px solid #D1CB80;
    letter-spacing: 0.00em;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.load-more-wrap {
    margin-top: 30px;
    text-align: center;
}

.load-more-wrap button:hover {
    background-color: #0A577C;
    border-color: #0A577C;
    color: #D1CB7C;
}
.mfp-container {
    overflow: auto;
}


/* Participating Restaurants Section End */

/* Join CTA Section Start */

.join-cta-section {
    position: relative;
    padding-top: 67px;
    padding-bottom: 74px;
    background-color: #0D577B;
    text-align: center;
}

.join-cta-section .cta-menu {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.join-cta-section .cta-menu h2 {
    color: #D1CB7C;
    margin-bottom: 40px;
}

.join-cta-section .cta-menu a.btn {
    color: #fff;
}
.join-cta-section .cta-menu a.btn:hover {
    background-color: #fff;
    border-color: #ffffff !important;
    color: #0d577b !important;
}
.join-cta-section:before {
    content: "";
    background-image: url(./assets/images/Layer_1.svg);
    position: absolute;
    width: 231px;
    background-size: contain;
    left: 0;
    height: 183px;
    background-repeat: no-repeat;
    top: 51px;
}
.join-cta-section:after {
    content: "";
    background-image: url(./assets/images/Layer_2.svg);
    position: absolute;
    width: 290px;
    background-size: contain;
    right: 0;
    height: 234px;
    background-repeat: no-repeat;
    top: 26px;
}


/* Join CTA Section End */

/* Sponsors Section Start */

.sponsors {
    padding-top: 79px;
    padding-bottom: 78px;
    text-align: center;
}

.sponsors h2 {
    margin-bottom: 36px;
    font-family: 'Pitchfork';
    font-weight: 400;
}

.sponsors .sponsors-item {
    margin-bottom: 38px;
}

.sponsors .sponsors-item h3 {
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.sponsors .sponsors-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sponsors .sponsors-item ul li {
    padding: 0 16px;
    max-width: 245px;
    width: 100%;
}
.sponsors .sponsors-item ul li a {
    display: block;
}

.sponsors .sponsors-item ul li a img {
    display: block;
    width: 100%;
}
.sponsors .sponsors-item:last-child {
    margin-bottom: 0;
}

.sponsors .sponsors-item:last-child h3 {
    margin-bottom: 10px;
}

/* Sponsors Section End */

/* Footer Section Start */

footer {
    background-color: #F9F8ED;
    padding-top: 66px;
    padding-bottom: 30px;
}

.footer-logo {background-repeat: repeat;}

.footer-logo .footer-main-logo {
    background-color: #F9F8ED;
    margin-left: 70px;
    max-width: 255px;
    display: block;
    width: 100%;
     -webkit-transform: scale(1.11);
        -ms-transform: scale(1.11);
            transform: scale(1.11);
}
.footer-logo .footer-main-logo img {
    display: block;
    width: 100%;
   
}
.footer-bottom {
    padding-top: 24px;
}

.footer-bottom .footer-left {
    width: 50%;
    padding-top: 20px;
}

.footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-bottom .footer-right {
    width: 50%;
    text-align: right;
}

.footer-bottom ul.social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.footer-bottom ul.social-icons li {padding: 0 10px;}

.footer-bottom ul.social-icons li:first-child {padding-left: 0;}

.footer-bottom  ul.social-icons li a {
    width: 33.18px;
    height: 33.18px;
    border-radius: 50%;
    background-color: #0A577C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 16px;
}

.footer-bottom ul.social-icons li a:hover {
    background-color: #d1cb7c;
    color: #0a577c;
}

.footer-bottom .footer-left p {
    margin-bottom: 0;
    margin-top: 23px;
    font-size: 16px;
    color: #000000;
}

.footer-bottom .container {
    max-width: 1423px;
}
.footer-right ul.social-icons {
    display: none;
}
.footer-right a img {
    max-width: 160px;
    display: block; 
    float: right;
    width: 100%;
}

.deliery-time.mobile-view {
    display: none;
}

#simple-content{
  padding-top:50px;
  padding-bottom:35px;
  
}
/* Footer Section End */

/* Respnsive Media Query Start */

@media only screen and (max-width: 1700px) {
    .explore-section {
        background-size: 93%;
    }
}

@media only screen and (max-width: 1440px) {
  .banner-section .banner-bottom-image {        
        right: 20px;
    }
}

@media only screen and (max-width: 1366px) {
    .explore-section {
        background-size: cover;
    }
}

@media only screen and (max-width: 1200px) {
  .banner-section .banner-bottom-image {
        bottom: 0;
        position: relative;
        left: 0;
    }
   section.banner-section {
        height: auto;
        padding-top: 66px;
        padding-bottom: 0;
    }
    .banner-section .container {    
        height: 100%;
    }
    h1, .h1 {
        font-size: 62px;
    }
    .just-join-section .join-right-area {
        margin-top: 0;
        padding-right: 0;
    }
    .just-join-section .join-left-wrap .join-block h2 {
        font-size: 55px;
    }
    .just-join-section .join-left-wrap .join-block {
        background-color: #D1CB7C;
        margin-top: -84px;
        padding: 40px 40px 44px 40px;
        text-align: center;
        /* margin: -84px auto 0; */
        max-width: 490px;
        float: right;
    }
    .just-join-section .join-right-area h3 {        
        font-size: 20px;
        margin-bottom: 28px;
    }
    .join-details p {
        margin-bottom: 37px;        
    }
    .participating-section .participating-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .footer-logo .footer-main-logo {        
        margin-left: 0;        
    }
    .footer-logo .footer-main-logo {
        max-width: 230px;
    }
}

@media only screen and (max-width: 991px) {
    .rastaurant-details {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .just-join-section .join-left-wrap .join-block h2 {
        font-size: 46px;
    }
    .just-join-section .join-left-wrap .join-block {
        padding: 30px 20px 30px 20px;
    }
    .join-details h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .join-details p {
        font-size: 17px;
        color: #000000;
        margin-top: -25px;
        margin-bottom: 33px;
    }
    .participating-section .participating-wrap {
        gap: 25px;
        row-gap: 25px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    h2, .h2 {        
        font-size: 40px;
    }
    .explore-section {
        padding-top: 120px;
        padding-bottom: 120px;     
    }
    button.mfp-close, button.mfp-arrow {
        width: 20px !important;
        height: 20px !important;     
        top: -27px !important;
        right: 0 !important;
    }    
    .popup-active {
        overflow: hidden;
    }
    .menu-popup .menu-blocks {
        height: 400px;
        overflow: auto;
    }
    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
        padding: 40px 0;
    }
    .menu-right-block .deliery-time {
        margin-top: 5px;        
        padding-top: 21px;
        width: 100%;
    }
    .menu-right-block .deliery-time h4 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section .banner-bottom-image {        
        right: inherit;
    }
    .banner-section .banner-bottom-image {
        position: relative;
        padding: 1px 15px 0 15px;
        width: 140px;
    }
    .banner-section .banner-bottom-image img {
        display: block;
        width: 88px;
    }
    .banner-section .banner-top-image {
        padding-bottom: 0;
    }
    section.banner-section {
        width: 100%;
        height: auto;
        padding-top: 53px;
        padding-bottom: 0;
    }
    h1, .h1 {
        font-size: 55px;
    }
    .just-join-section .join-left-wrap {        
        width: 100%;
    }
    .just-join-section .join-left-wrap .join-block {
        max-width: 100%;
        margin-top: -57px;
        margin-left: 4px;
        margin-right: 4px;
        padding: 31px 20px 73px 20px;
    }
    .just-join-section .join-left-wrap .join-block h2 {
        line-height: 1.09;
    }
    .just-join-section .join-left-wrap .join-bottom-img {
        max-width: 69%;
        margin: -31px auto 0;
    }
    .just-join-section .join-right-area {
        width: 100%;
        margin-top: 30px;
        padding-right: 0;
        text-align: center;
    }
    .join-right-area .join-details {
        max-width: 100%;
        width: 100%;
    }
    
    h2, .h2 {        
        font-size: 38px;
    }
    .participating-section h2 {
        margin-bottom: 50px;
    }
    .container {
        padding: 0 22px;
    }
    .explore-section .explore-box {
        padding: 20px 20px 25px 20px;
    }
    h1, .h1 {     
        line-height: 0.89;
    }
    .explore-section {
        padding-top: 68px;
        padding-bottom: 84px;
        min-height: auto;
        margin-top: 9px;
        overflow: hidden;
    }
    .explore-section:before {
        height: calc(100% - 39px);
        top: 12px;
    }
    .rastaurant-details {
        padding-top: 15px;     
    }
    p {
        font-size: 18px;
    }
    .rastaurant-details .restaurant-heading {        
        margin: 0 auto 37px;     
        padding: 0 22px;
    }
    .rastaurant-details .container {
        padding: 0;
    }
    .rastaurant-details img {
        height: 259px;
        object-fit: cover;
        object-position: center;
    }
    .join-right-area .join-details {
        max-width: 267px;
        margin: 0 auto;
        width: 100%;
    }
    .join-details h4 {
        margin-bottom: 3px;
    }
    a.btn {
        padding: 13px 36px 13px 36px;
        font-size: 30px;
    }
    .just-join-section {
        padding-bottom: 60px;
    }
    .participating-section h2 {
        margin-bottom: 37px;
    }
    .participating-section .container {        
        padding: 0 33px;
    }
    .participating-item .item-details {
        padding: 21px 28px 86px 28px;
    }
    .participating-item .item-details a.quick-view {
        bottom: 18px;
        width: calc(100% - 55px);        
    }
    .participating-section .participating-wrap {
        gap: 18px;
        row-gap: 18px;
    }
    .participating-item .item-details a.quick-view {
        font-size: 17px;
    }
    .participating-section {
        padding-top: 41px;
        padding-bottom: 75px;     
    }
    .join-cta-section .cta-menu h2 {     
        margin-bottom: 36px;
        letter-spacing: -0.01em;
        line-height: 1.15;
    }
    .join-cta-section {        
        padding-top: 86px;
        padding-bottom: 86px;
        overflow: hidden;
    }
    .join-cta-section:before {
        width: 174px;
        height: 100px;
        top: -10px;
    }
    .join-cta-section:after {
        width: 220px;
        right: -84px;
        bottom: 13px;
        height: 171px;
        top: inherit;
    }
    .sponsors h2 {
        margin-bottom: 32px;
        font-family: 'Pitchfork';
        font-size: 40px;
        line-height: 1.14;
    }
    .sponsors {
        padding-top: 44px;
        padding-bottom: 60px;
        text-align: center;
    }
    .footer-logo .footer-main-logo {
        max-width: 247px;
        width: 100%;
    }
    .footer-logo {     
        text-align: center;
    }
    .menu-popup .menu-image img {
        height: 300px;
    }
    .menu-popup .menu-blocks .menu-left-block {
        padding: 20px 20px 4px 20px;
    }
    .menu-popup .menu-blocks .menu-right-block {
        padding: 20px 20px 4px 25px;
    }
    .load-more-wrap button {
        font-size: 28px;
    }
    .banner-section .banner-bottom-image h5 {
        font-size: 12.45px;
        text-align: left;
    }
     .menu-hours p {
        font-size: 16px;
        margin-bottom: 9px;
    }
    .deliery-time h4{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .more-details p {        
        font-size: 16px;
        margin-bottom: 10px;
    }
    .more-details h4 {
        font-size: 16px;
        margin-bottom: 1px;
    }
}
@media only screen and (max-width: 640px) {
    .participating-section .participating-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    p {
        font-size: 16px;
    }
    .just-join-section .join-left-wrap .join-bottom-img {
        width: 100%;
        margin: -75px auto 0;
        max-width: 276px;
    }
    .footer-right a img {
        float: none;     
        margin: 0 auto;
    }
    .sponsors .sponsors-item ul li a img {        
        margin: 0 auto;
    }
    .footer-bottom .footer-left {
        width: 100%;
        order: 2;
        text-align: center;
    }
    .footer-bottom ul.social-icons {
        display: none;
    }
    .footer-bottom .footer-right ul.social-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 37px;
    }
    
    .footer-bottom .footer-right {
        width: 100%;
        text-align: center;
    }
    .footer-bottom {
        padding-top: 44px;
    }
    .footer-bottom ul.social-icons li a {
        width: 33.6px;
        height: 33.6px;
    }
    .footer-bottom .footer-left p {        
        margin-top: 13px;
    }
    footer {
        padding-top: 66px;
        padding-bottom: 31px;
    }
    .footer-bottom ul.social-icons li:first-child {
        padding-left: 10px;
    }
    .deliery-time.mobile-view {
        display: block;
    }
    .menu-right-block .deliery-time {
        display: none;
    }
    .footer-logo .footer-main-logo {
        margin: 0 auto;
        text-align: center;                
    }
}

@media only screen and (max-width: 480px) {
    .sponsors .sponsors-item ul {
        display: block;
    }
    h2, .h2 {
        font-size: 35px;
    }
    .menu-popup .menu-blocks .menu-left-block {        
        width: 100%;        
    }
    .menu-popup .menu-blocks .menu-right-block {
        width: 100%;
    }
    .menu-left-block h3 {     
        font-size: 22px;
        margin-bottom: 15px;
    }
    a.item-links span {        
        font-size: 16px;
    }
    .menu-popup .menu-image img {
        height: 200px;
    }
    .load-more-wrap button {
        padding: 13px 25px 13px 25px;
        font-size: 26px;
    }    
    .join-right-area .join-details {
        max-width: 100%;
    }  
    .sponsors .sponsors-item ul li {        
        max-width: 236px;
        width: 100%;        
        margin: 0 auto 8px;
    }
    .explore-mobile-image {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    section.explore-section {
        background-image: none !important;
    }
    
}

@media only screen and (max-width: 460px) {
    section.banner-section {
        background-size: 28.5%;
    }
    .footer-logo {
        background-repeat: repeat;
        background-size: 55%;
    }
}

@media only screen and (max-width: 414px) {
    section.banner-section {
        background-size: 28.5%;
    }
}

@media only screen and (max-width: 380px) {
    h1, .h1 {
        font-size: 43px;
    }
    h2, .h2 {
        font-size: 30px;
    }
    .just-join-section .join-left-wrap .join-block h2 {
        font-size: 38px;
    }
    a.btn {
        padding: 10px 30px 10px 30px;
        font-size: 26px;
    }
}