@import url('//fonts.googleapis.com/css2?family=Urbanist:wght@300&display=swap');

body {
    font-family: 'Urbanist', sans-serif; font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Urbanist', sans-serif; font-weight: 300;
    color: #000;
}
h2 {
    margin-bottom: 50px;
}
.navbar-fixed-bottom.nav-v1.show-bottom-nav {
    display: none !important;
}
.on-cover-content.content-center.animate-content .section-header {
    margin-top: 130px;
}
.on-cover-content.content-center.animate-content .section-header img {
    max-width: 400px;
}
.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn {
    padding: 8px 35px;
    width: 260px;
    background-color: #000;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    border-radius: 0;
    font-family: 'Urbanist', sans-serif; font-weight: 300;
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.custom-temp-btn:focus,
.on-cover-content .section-wrapper a.custom-temp-btn:focus {
    background-color: #000;
    background: #000;
    border: 2px solid #000;
    color: #dd110e;
}
.on-cover-content img {
    margin: 0 auto;
    padding: 0 5px;
    max-height: 50vh;
}
.section-wrapper {
    padding: 0;
}
.on-cover-content {
    width: 100%;
}
.location-info-custom {
    color: #000;
    width: 100%;
}
.on-cover-content .section-wrapper .location-info-custom p {
    font-size: 20px;
    line-height: 1.2;
    margin: 4px auto;
    text-transform: uppercase;
}
.on-cover-content .section-wrapper .location-info-custom p a {
    font-size: 20px;
    background-color: transparent;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 0;
    color: #000;
}
.on-cover-content .section-wrapper .location-info-custom p a:hover,
.on-cover-content .section-wrapper .location-info-custom p a:focus {
    color: #000;
    text-decoration: underline;
}
.on-cover-content .section-wrapper,
.on-cover-content .container,
.cover-sections,
.img-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.on-cover-content .section-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
.cover-sections {
  justify-content: space-between;
}
.on-cover-content .container,
.img-holder {
  flex-direction: column;
  justify-content: space-around;
  flex-basis: 100%;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
    font-family: 'Urbanist', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    text-transform: uppercase;
    border-right: none !important;
}
.navbar-regular.nav-v6 .navbar-nav>li:last-of-type>a {
    border-right: none !important;
}
li.drop-down-link .sub-menu a {
    font-family: 'Urbanist', sans-serif;
    font-weight: 300;
    color: #fff !important;
}
.navbar-regular.nav-v6 .navbar-nav>li>a:focus,
li.drop-down-link .sub-menu a:hover,
li.drop-down-link .sub-menu a:focus {
    color: #dd110e !important;
}
.section-header,
.about-us-v8-content .text-wrapper h1,
.custom-modal .newsletter-popup .section-header,
.about-us-v3 h1 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 300;
    font-size: 4.2em;
    text-transform: uppercase;
}

.newsletter-section .sph-email-subscription .sph-email-input input:-webkit-autofill,
.newsletter-section .sph-email-subscription .sph-email-input input:-webkit-autofill:hover,
.newsletter-section .sph-email-subscription .sph-email-input input:-webkit-autofill:focus,
.newsletter-section .sph-email-subscription .sph-email-input input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  color: #fff!important;
}
.newsletter-section {
    color: #fff;
}
.newsletter-section .section-header {
    color: #fff;
}
.map-newsletter h2,
.newsletter-section h2 {
    color: #fff;
    font-size: 1.2em;
    text-transform: none;
}
.newsletter-section .bar:before,
.newsletter-section .bar:after {
    background: #dd110e;
}
.newsletter-section .sph-email-subscription .sph-email-input {
    padding: 10.5px 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.newsletter-section .sph-email-subscription input::-webkit-input-placeholder {
    color: #fff;
}
.newsletter-section.sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.newsletter-section .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.newsletter-section .sph-email-subscription input:-ms-input-placeholder {
    color: #fff;
}
.newsletter-section .sph-email-subscription input:-webkit-autofill,
.newsletter-section .sph-email-subscription input:-webkit-autofill:hover,
.newsletter-section .sph-email-subscription input:-webkit-autofill:focus,
.newsletter-section .sph-email-subscription input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  color: #fff !important;
}
.newsletter-section .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}
.newsletter-section .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover {
    background-color: #fff;
    color: #dd110e;
    border: 1px solid #fff;
}
.sph-email-subscription .sph-submit-button {
    padding: 10px 50px;
}
/* custom modal section */

.custom-modal .modal-content {
    background-color: #000;
    color: #fff;
}
.custom-modal .newsletter-popup .section-header {
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
    margin-bottom: 20px;
    font-family: 'Urbanist', sans-serif; font-weight: 300;
    font-size: 1.4em;
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 10px 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
    color: #fff;
 }
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
    color: #fff;
}
.custom-modal .close {
    color: #fff;
}

/* custom modal section end*/

/* meet the team page */

.article-background.meet-team:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: url('https://static.spotapps.co/web/globaldiningca--com/css/../custom/background.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(0.6) opacity(0.2);
    -moz-filter: grayscale(0.6) opacity(0.2);
    -o-filter: grayscale(0.6) opacity(0.2);
    -ms-filter: grayscale(0.6) opacity(0.2);
    filter: grayscale(0.6) opacity(0.2);
}
.article-background.meet-team .section-header {
    color: #fff;
    margin-bottom: 30px;
}

.meet-team .pagecontent .container {
  padding: 0;
}

.meet-team .pagecontent .container .row {
  margin: 0 1px;
}

.meet-team * {
  text-shadow: none;
}

.meet-team .row {
  display: flex;
  background-color: #fff;
  color: #000;
}

.meet-team .row.left {
  flex-direction: row-reverse;
}

.meet-team .row div.col-md-8 {
  align-self: center;
  padding: 50px 0;
}

.meet-team .row div.col-md-8 p {
  width: 85%;
  margin-inline: auto;
}

.meet-team .row div.col-md-4 {
  padding: 0;
}

.meet-team .row div.col-md-4 img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* meet the team page end */

/* about us page */

.about-us-v3,
.about-us-v3 p {
    text-align: center !important;
}
.about-us-v3 h1 {
    margin-top: 0em;
}
.about-us-v3 h2 {
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    font-weight: 300;
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 15px;
}

/* about us page end */

/* Locations page */

.locations-page .pagecontent {
  padding-top: 0;
  padding-bottom: 50px;
}

.locations-page .about-us-v8-wrapper.custom-about-us-v8-wrapper:before {
    background-attachment: scroll;
    background-color: #fff;
}

.locations-page h1.section-header {
  margin-top: 205px;
  margin-bottom: 30px;
}

.locations-page a.email {
  color: #dd110e;
}

.locations-page a.email:hover,
.locations-page a.email:focus {
  color: #000;
  text-decoration: none;
}

/* Press page*/

.press-background:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-image: url("https://static.spotapps.co/web/globaldiningca--com/css/../custom/background.jpg");
}

.press-background {
  background-color: #fff;
  color: #000;
}

.press-background * {
  text-shadow: none;
}

/* Press page end*/

/* Locations page end */
@media (max-width: 1400px) {
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-v3 h1 {
        font-size: 3.6em;
    }
    .article-background.meet-team .team-member h2,
    .about-us-v3 h2 {
        font-size: 1.8em;
    }
    .meet-team .pagecontent {
      width: 100%;
    }
    .meet-team .pagecontent .container .row {
      margin: 0;
    }
}
@media (max-width: 1200px) {
    h2 {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    .on-cover-content.content-center.animate-content .section-header {
        margin-bottom: 30px;
        margin-top: 110px;
    }
    .on-cover-content.content-center.animate-content .section-header img {
        max-width: 325px;
    }
    .on-cover-content .section-wrapper .location-info-custom p {
        font-size: 16px;
        line-height: 1.1;
        margin: 2px auto;
    }
    .on-cover-content .section-wrapper .location-info-custom p a {
        font-size: 16px;
        margin-top: 2px;
        margin-bottom: 10px;
    }
    .custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
        margin-top: 10px;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-v3 h1 {
        font-size: 3.2em;
    }
    .article-background.meet-team .team-member h2,
    .about-us-v3 h2 {
        font-size: 1.7em;
    }
    .locations-page h1.section-header {
      margin-top: 185px;
    }
    .meet-team .row div.col-md-8 h1 {
      font-size: 2em;
    }
    .meet-team .row div.col-md-8 p {
      font-size: 1.2em;
    }
}

@media (max-width: 1023px) {
    .on-cover-content.content-center.animate-content .section-header {
        margin-bottom: 80px;
    }
    .custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
        width: 200px;
    }
    h2 {
        font-size: 1.4em;
    }
    .custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
        padding: 8px 15px;
        font-size: 16px;
    }
    .about-us-v8-content .text-wrapper p,
    .article-background.meet-team .team-member p,
    .about-us-v3 p {
        font-size: 1.2em;
    }
}
@media (max-width: 991px) {
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        font-size: 1.1em;
        padding: 0 5px;
    }
    li.drop-down-link .sub-menu {
        padding: 8px;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-v3 h1 {
        font-size: 2.8em;
    }
    .article-background.meet-team .team-member h2,
    .about-us-v3 h2 {
        font-size: 1.6em;
    }
    .article-background.meet-team .team-member p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .locations-page h1.section-header {
      margin-top: 165px;
    }
    .meet-team .row {
      display: block;
    }
    .meet-team .row div.col-md-4 {
      height: 600px;
    }
    .meet-team .row div.col-md-4 img {
      object-position: top;
    }
}

@media (max-width: 767px) {
    .cover-sections {
      flex-direction: column;
    }
    .on-cover-content .section-wrapper .location-info-custom p {
        font-size: 14px;
    }
    .on-cover-content .section-wrapper .location-info-custom p a {
        font-size: 15px;
    }
    .on-cover-content img {
        margin: 14px auto 8px auto;
    }
    .custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
        font-size: 16px;
    }
    .on-cover-content.content-center.animate-content .custom-temp-btn {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 7px 20px;
        width: 250px;
    }
    .on-cover-content.content-center.animate-content .section-header img {
        max-width: 280px;
    }
    .on-cover-content.content-center.animate-content .section-header {
        margin-bottom: 0;
    }
    h2 {
        margin-top: 40px;
    }
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        font-size: 1em;
        padding: 5px 10px;
        color: #fff !important;
    }
    .navbar.nav-v4.nav-v6.navbar-regular.nav-v7 .navbar-nav>li>a:hover,
    .navbar.nav-v4.nav-v6.navbar-regular.nav-v7 .navbar-nav>.active>a,
    .navbar-regular.nav-v7 .navbar-nav>.active>a:focus,
    .navbar.nav-v4.nav-v6.navbar-regular.nav-v7 .navbar-nav>.active>a:hover {
        background-color: #dd110e;
        color: #fff!important;
    }
    .navbar.nav-v6 .container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar.nav-v6.nav-scroll .navbar-header,
    .drink-menu .navbar.nav-v6 .navbar-header {
        background-color: #fff !important;
    }
    .navbar-regular.nav-v6.nav-scroll .navbar-toggle .icon-bar,
    .drink-menu .navbar.nav-v6 .navbar-toggle .icon-bar {
        background-color: #000 !important;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-v3 h1 {
        font-size: 2.4em;
    }
    .article-background.meet-team .team-member h2,
    .about-us-v3 h2 {
        font-size: 1.4em;
    }
    .about-us-v8-content .text-wrapper p,
    .article-background.meet-team .team-member p,
    .about-us-v3 p {
        font-size: 1.1em;
    }
    .about-us-v3 p {
        padding-left: 5px;
        padding-right: 5px;
    }
    .article-background.meet-team .team-member h2 {
        margin-top: 10px;
    }
    .article-background.meet-team .team-member p {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 1.2em;
    }
    .article-background.meet-team .team-member {
      padding: 2em 1em;
    }
    .locations-page h1.section-header {
      margin-top: 105px;
    }
    .drink-menu.meet-team .tabs-container {
      margin-bottom: 0;
    }
    .meet-team .row div.col-md-4 {
      height: 400px;
    }
    .meet-team .row div.col-md-8 {
      padding: 30px 0 60px;
    }
    .meet-team .row div.col-md-8 h1 {
      font-size: 1.7em;
    }
    .meet-team .row div.col-md-8 p {
      width: 90%;
      font-size: 1.1em;
    }
}
@media (max-width: 320px) {
    .custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
        padding: 4px 25px;
        font-size: 16px;
    }
    .on-cover-content.content-center.animate-content .section-header img {
        max-width: 200px;
    }
    .on-cover-content .section-wrapper .location-info-custom p {
        font-size: 16px;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .custom-modal .newsletter-popup .section-header,
    .about-us-v3 h1 {
        font-size: 2em;
    }
    .article-background.meet-team .team-member h2,
    .about-us-v3 h2 {
        font-size: 1.3em;
    }
    .about-us-v8-content .text-wrapper p,
    .article-background.meet-team .team-member p,
    .about-us-v3 p {
        font-size: 1em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 1.1em;
    }
}
