@import url("//fonts.googleapis.com/css2?family=Nunito:wght@400;700;900&family=Poppins:wght@600&display=swap");
@import url("//fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Nunito:wght@700&family=Poppins:wght@300;600&display=swap");

@font-face {
  font-family: 'Archivo Condensed';
  src: url("../custom/fonts/ArchivoCondensed-Regular.eot");
  src: url("../custom/fonts/ArchivoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../custom/fonts/ArchivoCondensed-Regular.woff2") format("woff2"), url("../custom/fonts/ArchivoCondensed-Regular.woff") format("woff"), url("../custom/fonts/ArchivoCondensed-Regular.ttf") format("truetype"), url("../custom/fonts/ArchivoCondensed-Regular.svg#ArchivoCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo Expanded';
  src: url("../custom/fonts/ArchivoExpanded-SemiBold.eot");
  src: url("../custom/fonts/ArchivoExpanded-SemiBold.eot?#iefix") format("embedded-opentype"), url("../custom/fonts/ArchivoExpanded-SemiBold.woff2") format("woff2"), url("../custom/fonts/ArchivoExpanded-SemiBold.woff") format("woff"), url("../custom/fonts/ArchivoExpanded-SemiBold.ttf") format("truetype"), url("../custom/fonts/ArchivoExpanded-SemiBold.svg#ArchivoExpanded-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*
TITLES: font-family: 'Nunito', sans-serif;black
SUBTITLES: font-family: 'Nunito', sans-serif;bold
BODY: font-family: 'Nunito', sans-serif;regular
NAV: font-family: 'Nunito', sans-serif;regular
BUTTONS: font-family: 'Poppins', sans-serif;semibold
*/


body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

p {
  font-size: 1.3em;
}

/* .navigation-left li a,
.navigation-right li a {
  font-weight: normal;
}
.nav-v2 .navigation-left li.active a,
.nav-v2 .navigation-right li.active a,
.nav-v2 .navigation-left li a:hover,
.nav-v2 .navigation-right li a:hover,
.nav-v2 .navigation-left li a:focus,
.nav-v2 .navigation-right li a:focus {
  color: #d00f2a;
}
.nav-v2 .social-icon:hover,
.nav-v2 .social-icon:active {
  color: #d00f2a;
}
.navigation-social {
  padding-left: 15px;
}

video#coverVideo {
  margin-top: 70px;
} */

.navbar.nav-v6 .container {
  width: 80%;
}
.navbar.nav-v6 .header-logo {
  max-width: 115px;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
  font-family: 'Poppins', sans-serif;
  border-right: none !important;
  font-weight: 300;
}

.section-header,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.specials-v3.home-specials h1,
.specials h1,
.events-container h1,
.about-us-page .about-us-s1-content h1,
.custom-modal .newsletter-popup .section-header {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 4.6em;
}
.about-us-v8-content .text-wrapper h2,
.tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.6em;
}

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link,
.specials-v3.home-specials div a.custom-temp-btn,
.reservations-tmt-section a.custom-temp-btn,
.private-parties-tmt-section a.custom-temp-btn {
  padding: 8px 35px;
  text-transform: uppercase;
  background-color: #d00f2a;
  background: #d00f2a;
  border: 2px solid #d00f2a;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover {
  text-decoration: none;
  background-color: transparent;
  background: transparent;
  border: 2px solid #d00f2a;
  color: #d00f2a;
  opacity: 1;
}
.uk-overlay-panel a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.addtocalendar.atc-style-blue .atcb-link:hover,
.tmt-section a.custom-temp-btn:hover,
.tmt-section a.custom-temp-btn:focus,
.tmt-section a.custom-temp-btn:active {
  background-color: #d00f2a;
  background: #d00f2a;
  border: 2px solid #fff;
  color: #fff;
  opacity: 1;
}

/*HOMEPAGE*/

/*Slideshow section*/
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}
.uk-overlay-panel h1 {
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 4.6em;
}
.uk-dotnav-contrast > * > * {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
}
.uk-dotnav-contrast > .uk-active > *,
.uk-dotnav-contrast > * > :focus,
.uk-dotnav-contrast > * > :hover {
  background: #d00f2a;
  border: 1px solid #d00f2a;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*Slideshow section end*/

/*Banner section*/
.banner-section {
  padding: 15px 0;
}
.banner-section h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1.3em;
}
.banner-section .banner-pin {
  color: #d00f2a;
  font-size: 1.1em;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:focus,
.banner-section .banner-pin.active {
  color: #fff;
}
/*Banner section end*/

/*Custom Banner*/
.custom_html_1-section.section-wrapper {
  padding: 1em 0;
  background-color: #0c1950;
}
.custom_html_1-section.section-wrapper h1 {
  margin-top: 15px;
  color: #fff;
  font-size: 4.6em;
}
/*Custom Banner end*/

/*About us section*/
.about-us-v8-wrapper:before {
  background-color: #fff;
}

.about-us-v8-content .text-wrapper h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.about-us-v8-content .text-content.title-image h1:after {
  height: 1em;
  margin: 10px auto;
}
.custom-about-us-v8-wrapper .about-us-v8-content .text-content.title-image h1:after {
  height: 2.3em;
}
/*About us section end*/

/*TMT section*/
.tmt-section h1 {
  margin-top: 20px;
  margin-bottom: 0;
}
.tmt-section h2 {
  margin: 15px auto 30px;
}
.tmt-section p {
  font-size: 1.3em;
  margin: 30px auto 35px;
}
.tmt-section a.custom-temp-btn {
  margin: 0 5px 20px;
}
.private-parties-tmt-section .image-holder {
  margin: 15px 0 25px;
}
.private-parties-tmt-section h2 {
  font-size: 1.4em;
}
.private-parties-tmt-section .bottom-text {
  padding: 0 4em;
}
/*TMT section end*/

/*Gallery section  V1*/
.gallery {
  background-color: #0c1950;
}
.gallery .section-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.gallery-item {
  padding: 20px;
}
/*Gallery section end*/

/*Reviews section*/
.reviews-v2-wrapper {
  background-size: cover !important;
  background-attachment: scroll !important;
}
.reviews-v2-wrapper h1 {
  margin-top: 40px;
  line-height: 0.6em;
}
.reviews-v2-wrapper .container {
  padding-top: 20px;
}
.reviews-v2-wrapper h1 {
  margin-bottom: 0;
}
.reviews-v2-wrapper h2 {
  margin-top: 5px;
  color: #fff;
}
.reviews-v2-wrapper h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 1.3em;
  margin: 40px auto 25px;
  color: #fff;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #d00f2a;
  font-size: 0.8em;
}
.reviews-v2-wrapper .review-quote {
  color: #d00f2a;
  opacity: 1;
}
.reviews-v2-wrapper .review-text {
  padding-top: 0;
}
.reviews-v2-wrapper .review-text p {
  line-height: 1.5em;
  font-size: 1.3em;
}
.owl-theme .owl-dots .owl-dot button {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
}
/*Reviews section end*/

/*Newsletter section*/
.map-newsletter {
  border-right: 0;
}
.map-newsletter .text-wrapper:before {
  background-color: #fff;
  background-attachment: scroll;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.map-newsletter .section-header {
  color: #000;
}
.map-newsletter h2 {
  color: #000;
}
.map-newsletter .sph-email-subscription h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 1.2em;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  padding: 10px 5px;
  color: #000;
  border-bottom: 1px solid #000;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
  color: #000;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder {  /* Firefox 18- */
  color: #000;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
  color: #000;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
  color: #000;
}
.map-newsletter .bar {
  top: -5px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
  background: #d00f2a;
}
.googlemap-v3-wrapper .triangle {
  display: none;
}
.sph-response-message {
  font-size: 1.4em;
  color: #000;
}
/*Newsletter section end*/

/*Newsletter popup section*/
.custom-modal .modal-content {
  background-image: url("../custom/newsletter_back_1.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-modal .newsletter-popup .sph-email-subscription label h2,
.custom-modal .newsletter-popup input[type='checkbox'],
.custom-modal .newsletter-popup .sph-email-form .bar:last-of-type {
  display: none;
}
.custom-modal .newsletter-popup input:-webkit-autofill,
.custom-modal .newsletter-popup input:-webkit-autofill:hover,
.custom-modal .newsletter-popup input:-webkit-autofill:focus,
.custom-modal .newsletter-popup input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  text-align: left;
}
.custom-modal .newsletter-popup .section-header {
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  width: 50%;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
  width: 30%;
}
.custom-modal .newsletter-popup .sph-email-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
  margin-bottom: 10px;
  margin-left: 25px;
}
.custom-modal .modal-body {
  padding: 15px 60px;
}
.custom-modal .newsletter-popup .sph-email-subscription {
  padding: 5px 0 30px;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder {  /* Firefox 18- */
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
  color: #000;
}
/*Newsletter popup section end*/

/*Contact section*/
.contact-v3 {
  background-color: #0c1950;
  color: #fff;
}
.contact-v3 .contact-location,
.contact-v3 .hours,
.contact-v3 .find-us {
  font-size: 1.1em;
}
.contact-v3 .contact-us p {
  margin: 0;
}
.contact-v3 .days {
  padding: 0;
}
.contact-v3 .from-to {
  text-transform: lowercase;
}
.contact-v3 a {
  text-decoration: none;
  color: #fff;
}
.contact-v3 .social .social-icons-holder.social-square .contact-icon:focus {
  background-color: #d00f2a;
  color: #0c1950;
}
/*Contact section end*/

/* Slideshow section */
.uk-overlay-background {
  border-bottom: 3px solid #fff;
}
/* Slideshow section end */


/*HOMEPAGE END*/

/*FOOD AND DRINKS PAGE*/
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 45px;
}
.food-menu-nav .food-menu-nav-item {
  background-color: #d00f2a;
  background: #d00f2a;
  border: 2px solid #d00f2a;
  color: #fff;
}
.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item:focus,
.food-menu-nav .food-menu-nav-item.active {
  background-color: #242f65;
  background: #242f65;
  border: 2px solid #242f65;
  color: #fff;
}
.food-menu-grid-item-content {
  border-radius: 0;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #000;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  color: #000;
}
.food-menu-grid p {
  text-align: left;
}
.food-menu-grid p,
.food-menu-grid .food-item-description {
  font-size: 1.2em;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #242f65;
}
.food-menu-grid .food-price {
  color: #d00f2a;
}
/*FOOD AND DRINKS PAGE END*/

/*SPECIALS PAGE*/
.onespecial {
  font-size: 1.2em;
}
/*SPECIALS PAGE END*/

/*EVENTS PAGE*/
.events-v3-wrapper .item-text p {
  text-align: left !important;
}
.events-container h1 {
  margin-top: 35px;
}
.events-container h2 {
  font-weight: 400;
  font-size: 2em;
}
.events-container h3,
.events-container .event-info-text p,
.events-container .event-time {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
}
.atc-style-blue .atcb-list {
  width: 100%;
}
/*EVENTS PAGE END*/

/* Games page */
.article-background.games-page * {
  text-shadow: none;
}
.article-background.games-page {
  background-color: #fff;
  color: #000;
}
.article-background.games-page .pagecontent {
  text-align: center;
}
.article-background.games-page:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url('../custom/sports_back.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(0.6) opacity(0.15);
  -moz-filter: grayscale(0.6) opacity(0.15);
  -o-filter: grayscale(0.6) opacity(0.15);
  -ms-filter: grayscale(0.6) opacity(0.15);
  filter: grayscale(0.6) opacity(0.15);
}
.article-background.games-page .section-header {
  margin-top: 35px;
  margin-bottom: 30px;
}
.article-background.games-page ul.games-list li {
  font-size: 1.2em;
  margin-top: 5px;
}
.article-background.games-page .games-sub {
  margin-top: 20px;
}
.article-background.games-page .img-holder img {
  margin-top: 15px;
}
.article-background.games-page .game-caption {
  font-size: 1.1em;
  margin-top: 5px;
}
.article-background.games-page .games-bottom-text {
  padding: 2em 0 2em;
}
/* Games page end */


.drink-menu .pagecontent {
  padding-top: 110px;
}
.empty-content-message h2,
.empty-content-message h3,
.food-menu-page .empty-content-message h2,
.food-menu-page .empty-content-message h3 {
  text-transform: none;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1.4em;
}

@media (max-width:1600px) {
  .navbar.nav-v6 .container {
    width: 95%;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 0 6px;
    font-size: 1.1em;
  }
  .article-background.games-page .img-holder img {
    height: 170px;
  }
  .article-background.games-page .games-bottom-text {
    padding: 2em 0 0;
  }
}


@media (max-width: 1400px) {
  .nav-v2 .social-icon {
    font-size: 25px;
    line-height: 31px;
  }
  .navbar.nav-v6 .container {
    width: 100%;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1.1em;
    padding: 0 7px;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.7em;
  }
  .about-us-v8-content .text-wrapper h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.5em;
  }
  .uk-overlay-panel h1 {
    font-size: 3.9em;
  }
	.reviews-v2-wrapper .review-text p {
    font-size: 1.2em;
	}
	.map-newsletter .sph-email-subscription h2 {
    font-size: 1.3em;
	}
  .article-background.games-page .img-holder img {
    height: 145px;
  }
  .article-background.games-page .games-bottom-text p {
    font-size: 1.1em;
  }
}

@media (max-width: 1200px) {
  .navbar.nav-v6 .header-logo {
    max-width: 100px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1em;
    padding: 0 5px;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.1em;
  }
  .about-us-v8-content .text-wrapper h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.4em;
  }
  p {
    font-size: 1.2em;
  }
  .uk-overlay-panel h1 {
    font-size: 3.2em;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .about-us-v8-item-0 .about-us-v8-content .text-wrapper p {
    padding-right: 30px;
  }
  .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-wrapper p {
    padding-right: 0;
  }
  .custom_html_1-section.section-wrapper h1 {
    font-size: 3em;
  }
  .about-us-v8-content .text-content.title-image h1:after {
    height: 50px;
  }
  .private-parties-tmt-section h2 {
    font-size: 1.2em;
  }
  .googlemap-v3-wrapper .map-item,
  #map-v3-container {
    min-height: 460px;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.2em;
  }
  .sph-response-message {
    font-size: 1.3em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1.3em;
  }
  .food-menu-grid p,
  .food-menu-grid .food-item-description {
    font-size: 1.2em;
  }
  .events-container h2 {
    font-size: 1.9em;
  }
  .article-background.games-page .img-holder img {
    height: 125px;
  }
  .article-background.games-page .game-caption {
    font-size: 1em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.3em;
  }
}

@media (max-width: 1023px) {
  /* .header-logo {
    max-width: 70px;
    left: 5px;
  }
  .nav > li {
    padding: 0;
  }
  .nav > li > a {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 1em;
    padding: 10px 5px;
  }
  .navbar-inverse.nav-v2 .navbar-nav > li > a:focus,
  .navbar-inverse.nav-v2 .navbar-nav > li > a:hover,
  .navbar-inverse.nav-v2 .navbar-nav > .active > a,
  .navbar-inverse.nav-v2 .navbar-nav > .active > a:focus,
  .navbar-inverse.nav-v2 .navbar-nav > .active > a:hover {
    color: #d00f2a;
  }
  .nav-v2 .social-icon {
    font-size: 24px;
    line-height: 28px;
  } */
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 0.9em;
    padding: 0 3px;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3em;
  }
  .custom-temp-btn,
  .uk-overlay-panel a.custom-temp-btn,
  .on-cover-content .section-wrapper a.custom-temp-btn,
  .about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
  .about-us-v8-wrapper a.custom-temp-btn,
  .map-newsletter .sph-email-subscription .sph-submit-button,
  .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
  .addtocalendar.atc-style-blue .atcb-link,
  .specials-v3.home-specials div a.custom-temp-btn {
    font-size: 14px;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.2em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.2em;
  }
  .article-background.games-page .img-holder img {
    height: 110px;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.3em;
  }
}

@media (max-width: 769px) {
  .navbar-collapse.collapse {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .nav-v2 .socialnav a {
    display: none;
  }
  .navbar.nav-v6 .socialnav .social-links {
    display: none;
  }
  .nav > li > a {
    font-size: 0.9em;
    padding: 10px 3px;
  }
  p {
    font-size: 1.1em;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.3em;
  }
  .about-us-v8-content .text-wrapper h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.3em;
  }
  .about-us-v8-content .text-content.title-image h1:after {
    height: 40px;
  }
  .social-icons-holder .contact-icon {
    width: 28px;
  }
  .uk-overlay-panel h1 {
    font-size: 2.5em;
  }
  .reservations-tmt-section p {
    font-size: 1.1em;
  }
  .contact-v3 .contact-location,
  .contact-v3 .hours,
  .contact-v3 .find-us {
    font-size: 1em;
  }
  .map-newsletter .bar {
    top: 0;
  }
}
@media (max-width: 767px) {
	/* .nav-v2 .socialnav a {
    display: block;
  }
  .header-logo {
    max-width: 55px;
  }
  .navbar-nav {
    margin-top: 0 !important;
  }
  .nav > li > a {
    padding: 6px 15px;
    font-size: 1em;
  }
  .navbar-inverse .navbar-collapse {
    max-height: 480px;
    overflow: hidden;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li.active > a,
  .navbar-inverse .navbar-nav > li.active > a:hover {
    background-color: #d00f2a;
    color: #fff !important;
  }
  .navbar-inverse .navbar-toggle:hover .icon-bar,
  .nav-v2.navbar-inverse.navbar-fixed-top button[aria-expanded="true"].navbar-toggle .icon-bar {
    background-color: #d00f2a !important;
  } */
  .navbar.nav-v6 .header-logo {
    max-width: 70px;
    left: 5px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1em;
    padding: 5px 15px;
  }
  .home-page .navbar-regular.nav-v6 .navbar-nav>li>a {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .navbar.nav-v6 .social-icon {
    line-height: 35px!important;
  }
  .navbar.nav-v6 .socialnav .social-links {
    display: inline-block;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.2em;
  }
  .about-us-v8-content .text-wrapper h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.2em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 5px;
  }
  .custom_html_1-section.section-wrapper h1 {
    font-size: 2em;
  }
  .uk-overlay-panel h1 {
    font-size: 1.4em;
  }
  .uk-dotnav>*>* {
    width: 13px;
    height: 13px;
  }
  .uk-dotnav>* {
    padding-left: 10px;
  }
  .banner-section {
    padding: 15px 0;
  }
  .banner-section h1 {
    font-size: 1em;
  }
  .about-us-v8-content {
    min-height: 300px;
  }
  .about-us-v8-content .text-wrapper h1 {
    margin-top: 20px;
  }
  .about-us-v8-content .text-wrapper {
    text-align: center;
  }
  .about-us-v8-content .text-wrapper p {
    text-align: center !important;
  }
  .about-us-v8-content.content-left .text-content.title-image h1:after {
    background-position: center;
  }
  .about-us-v8-item-0 .about-us-v8-content .text-wrapper p {
    padding: 0;
  }
  .about-us-v8-content .text-content.title-image h1:after {
    height: 45px;
  }
  .tmt-section {
    padding: 2em 0;
  }
  .tmt-section p {
    font-size: 1.2em;
  }
  .private-parties-tmt-section .image-holder img {
    margin: 10px auto;
  }
  .private-parties-tmt-section .bottom-text {
    padding: 0 2em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.1em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.1em;
  }
  .googlemap-v3-wrapper .map-item.map-newsletter {
    min-height: 440px;
  }
  .map-newsletter .text-wrapper .text-content {
    top: -10px;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.1em;
  }
  .sph-response-message {
    font-size: 1.2em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1.2em;
  }
  .custom-modal .modal-body {
    padding: 15px 30px;
  }
  .custom-modal .newsletter-popup .sph-email-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
  .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    width: 100%;
  }
  .custom-modal .newsletter-popup p {
    text-align: center;
  }
  .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
    margin-left: 0;
  }
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 45px;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 7px 20px;
    border: none;
    border-bottom: 2px solid #242f65;
  }
  .food-menu-nav .food-menu-nav-item:hover,
  .food-menu-nav .food-menu-nav-item:focus,
  .food-menu-nav .food-menu-nav-item.active {
    border: none;
    border-bottom: 2px solid #242f65;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #242f65;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.4em;
  }
	.food-menu-grid p, .food-menu-grid .food-item-description {
    font-size: 1em;
	}
	.food-menu-grid h3,
	.food-menu-grid .food-price {
    font-size: 1em;
	}
  .onespecial {
    font-size: 1em;
  }
  .events-container .container {
    margin-bottom: 150px;
  }
  .events-container h2 {
    font-size: 1.6em;
  }
  .drink-menu .pagecontent {
    padding-top: 70px;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.2em;
  }
  .events-v3-wrapper .item-text p {
    text-align: center !important;
  }
	.events-container h3,
  .events-container .event-info-text p,
  .events-container .event-time {
    font-size: 1.1em;
	}
  .article-background.games-page .games-text-top {
    font-size: 1.25em;
  }
  .article-background.games-page .img-holder img {
    height: 160px;
  }
}

@media (max-width: 320px) {
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 1.8em;
  }
  .about-us-v8-content .text-wrapper h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.1em;
  }
	.banner-section h1 {
    font-size: 1em;
	}
  .banner-section h1 {
    font-size: 0.9em;
  }
  p {
    font-size: 1.1em;
  }
  .uk-overlay-panel h1 {
    font-size: 1.2em;
  }
  .footer-v2-wrapper a {
    font-size: 1.1em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.2em;
  }
  .top-svg-border svg,
  .bottom-svg-border svg {
    display: none;
  }
}
