@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
/*
tabs / text / on cover title / section titles:
font-family: 'Oswald', sans-serif; font-weight: 500;	

buttons / newsletter and reviews subtitle:
font-family: 'Oswald', sans-serif; font-weight: 600;	
 */

/* @font-face {
  font-family: "Minion Pro";
  src: url("https://static.spotapps.co/web/lrbsteakhouse--com/css/../custom/fonts/MinionPro-Medium.woff2") format("woff2"),
    url("https://static.spotapps.co/web/lrbsteakhouse--com/css/../custom/fonts/MinionPro-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("https://static.spotapps.co/web/lrbsteakhouse--com/css/../custom/fonts/ProximaNova-Regular.woff2") format("woff2"),
    url("https://static.spotapps.co/web/lrbsteakhouse--com/css/../custom/fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
} */

a {
  color: #fff;
}

body {
  font-family: 'Oswald', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
}

p {
  font-weight: 500;
}

/*navigation*/

.nav-v7 .container {
  width: 90%;
}

.navbar-regular.nav-v6 .navbar-nav > li > a {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  padding: 0 12px;
  border-right: none !important;
}

/*navigation end*/

/*headings*/

.section-header,
.uk-overlay-panel h1,
.about-us-v8-content .text-wrapper h1,
.order-tmt-section h1,
.private-parties-tmt-section h1,
.reviews-v2-wrapper h1,
.map-newsletter h1,
.custom-modal .newsletter-popup .section-header,
.about-us-page .about-us-s1-content h1,
.about-us-v7-content .text-wrapper h1,
.about-us-s4-wrapper h1,
.food-menu-v2-wrapper h1,
.drink-menu-v2-wrapper h1,
.events-container h1,
.gift-cards-page .section-header {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 4.4em;
}

.reviews-v2-wrapper h2,
.map-newsletter h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4em;
}

/*headings end*/

/*buttons*/

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.order-tmt-section a.custom-temp-btn,
.private-parties-tmt-section a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.food-menu-nav .food-menu-nav-item.custom-temp-btn,
.addtocalendar.atc-style-blue .atcb-link,
.reservations-and-parties button {
  padding: 8px 40px 4px 40px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -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;
}

.uk-overlay-panel a.custom-temp-btn,
.private-parties-tmt-section a.custom-temp-btn,
.order-tmt-section a.custom-temp-btn:hover,
.order-tmt-section a.custom-temp-btn:focus,
.addtocalendar.atc-style-blue .atcb-link,
.reservations-and-parties button {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  opacity: 1;
}

.uk-overlay-panel a.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:focus,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:focus,
.private-parties-tmt-section a.custom-temp-btn:hover,
.private-parties-tmt-section a.custom-temp-btn:focus,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:focus,
.custom-modal
  .newsletter-popup
  .sph-email-subscription
  .sph-submit-button:hover,
.custom-modal
  .newsletter-popup
  .sph-email-subscription
  .sph-submit-button:focus,
.food-menu-nav .food-menu-nav-item.custom-temp-btn,
.addtocalendar.atc-style-blue .atcb-link:hover,
.addtocalendar.atc-style-blue .atcb-link:focus,
.reservations-and-parties button {
  background-color: #d80e1e;
  border: 2px solid #d80e1e;
  color: #fff;
  opacity: 1;
}

.about-us-v8-wrapper a.custom-temp-btn,
.order-tmt-section a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.private-parties-tmt-section a.custom-temp-btn,
.private-parties-tmt-section a.custom-temp-btn,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.food-menu-nav .food-menu-nav-item.custom-temp-btn.active,
.food-menu-nav .food-menu-nav-item.custom-temp-btn:hover,
.food-menu-nav .food-menu-nav-item.custom-temp-btn:focus {
  background-color: #111111;
  border: 2px solid #111111;
  color: #f0bf59;
  opacity: 1;
}

/*buttons end*/

/*slideshow v2*/

.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}

.uk-overlay-background .container {
  width: 100%;
  padding: 0 20px;
}

.uk-overlay-panel h1 {
  margin: 0;
}

.uk-overlay-panel .slide-text {
  font-family: 'Oswald', sans-serif;
  text-transform: none;
  font-size: 2em;
}

.uk-dotnav-contrast > * > * {
  background: #fff;
  opacity: 1;
}

.uk-dotnav-contrast > .uk-active > *,
.uk-dotnav-contrast > * > :focus,
.uk-dotnav-contrast > * > :hover {
  background: #fff;
  opacity: 0.5;
  transform: scale(1);
}

/*slideshow v2 end*/

/*banner*/

.banner-section {
  padding: 30px 0;
}

.banner-section h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3em;
}

.banner-section .banner-pin {
  color: #111111;
}

.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
  color: #fff;
}

/*banner end*/

/*about-v8 section*/

.about-us-v8-wrapper:before {
  background-attachment: scroll;
  background-position: center center;
  background-color: #fff;
}

.about-us-v8-content .text-content.title-image h1:after {
  height: 80px;
}

.about-us-v8-item-1 .about-us-v8-content .text-content.title-image h1:after {
  background-image: url("https://static.spotapps.co/web/lrbsteakhouse--com/css/../custom/decoration_steakhouse.png") !important;
  height: 60px;
}

.about-us-v8-content .text-wrapper p {
  padding: 0 120px;
}

/*about-v8 section end*/

/*order section*/

.order-tmt-section h1 {
  margin-top: 10px;
}

/*order section end*/

/*parties section*/

.private-parties-tmt-section h1 {
  margin-top: 10px;
}

.private-parties-tmt-section p {
  padding: 0 310px;
}

/*parties section end*/

/*reviews*/

.reviews-v2-wrapper {
  background-size: cover !important;
  background-attachment: scroll !important;
}

.reviews-v2-wrapper .container {
  padding: 0 5px 20px 5px;
}

.reviews-v2-wrapper h1 {
  margin-top: 10px;
  color: #d80e1e;
}

.reviews-v2-wrapper h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3em;
  margin: 35px 0 15px 0;
  text-transform: none;
  color: #000;
}

.reviews-v2-wrapper .review-text p {
  line-height: 1.4em;
  font-size: 1.3em;
}

.reviews-v2-wrapper .review-text blockquote {
  margin: 0;
  padding: 0;
}

.reviews-v2-wrapper h3 .fa.fa-star {
  color: #d80e1e;
  font-size: 0.7em;
  vertical-align: middle;
}

.reviews-v2-wrapper .review-quote {
  color: #d80e1e;
  opacity: 1;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: 50px;
}

.owl-theme .owl-dots .owl-dot button {
  background: #000;
  border: 1px solid #000;
  opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #888;
  border: 1px solid #888;
  opacity: 1;
}

.reviews-v2-wrapper .carousel-controls .carousel-control-btn:hover {
  color: #888;
}

/*reviews end*/

/*newsletter*/

.map-newsletter {
  border-right: none;
  background-color: #fff;
}

.map-newsletter .text-wrapper:before {
  background-attachment: scroll;
  background-position: center center;
}

.map-newsletter h1 {
  color: #d80e1e;
}

.map-newsletter h2 {
  color: #111111;
}

.map-newsletter .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
  font-family: 'Oswald', sans-serif;
  color: #000;
  font-size: 1.2em;
}

.map-newsletter .bar {
  top: -6px;
}

.map-newsletter .sph-email-subscription .sph-email-input {
  padding: 12px 5px;
  border-bottom: 1px solid #000;
  font-size: 1em;
  color: #000;
}

.map-newsletter .bar:before,
.map-newsletter .bar:after {
  background: #f0bf59;
}

.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;
}

.googlemap-v3-wrapper .triangle {
  display: none;
}

.sph-response-message {
  color: #000;
  font-size: 1.4em;
}

.map-newsletter .sph-email-subscription input:-webkit-autofill,
.map-newsletter .sph-email-subscription input:-webkit-autofill:hover,
.map-newsletter .sph-email-subscription input:-webkit-autofill:focus,
.map-newsletter .sph-email-subscription input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  color: #000 !important;
}

/*newsletter end*/

/* newsletter popup */

.custom-modal .modal-content {
  background-image: url("https://static.spotapps.co/web/lrbsteakhouse--com/css/../custom/newsletter_bg.jpg");
  background-size: cover;
  background-color: #fff;
  color: #000;
}

.custom-modal .newsletter-popup .section-header {
  color: #000;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  padding: 11.5px 15px;
  border: 1px solid #000;
  font-size: 1em;
  background-color: transparent;
}

.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;
}

.custom-modal .newsletter-popup .sph-email-subscription input:-webkit-autofill,
.custom-modal
  .newsletter-popup
  .sph-email-subscription
  input:-webkit-autofill:hover,
.custom-modal
  .newsletter-popup
  .sph-email-subscription
  input:-webkit-autofill:focus,
.custom-modal
  .newsletter-popup
  .sph-email-subscription
  input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  color: #000 !important;
}

/* newsletter popup end*/

/*contact section*/

.contact-v3 {
  background-color: #111;
}

.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  font-size: 1em;
  margin-top: 0;
}

.contact-v3 .days {
  padding-bottom: 5px;
}

.contact-v3 .from-to {
  padding-bottom: 15px;
  text-transform: lowercase;
}

.contact-v3 a,
.contact-v3 a:hover {
  text-decoration: none;
}

.contact-v3 a:focus {
  color: #fff;
}

/*contact section end*/

/*footer*/

.footer-v2-wrapper {
  background-color: #111;
  border-top: 2px solid #d80e1e;
}

/*footer end*/

/*empty content message*/

.empty-content-message h2,
.empty-content-message h3,
.drink-menu .food-menu-page .empty-content-message h2,
.drink-menu .food-menu-page .empty-content-message h3,
.specials .empty-content-message h2,
.specials .empty-content-message h3,
.events-container .empty-content-message h2,
.events-container .empty-content-message h3 {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  text-transform: none;
  font-size: 1.4em;
}

/*empty content message end*/

/*about us page*/

.about-us-page .about-us-s1-content {
  padding-top: 150px;
}

.about-us-page .about-us-s1-wrapper .about-us-item-holder {
  background-image: url("https://static.spotapps.co/web/lrbsteakhouse--com/css/../custom/about_us_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-page .about-us-s2-content h1:after {
  content: "";
  display: block;
  position: relative;
  width: auto;
  height: 80px;
  margin: 15px auto;
  vertical-align: middle;
  background-image: url("https://static.spotapps.co/web/lrbsteakhouse--com/css/../custom/decoration_aboutus.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.about-us-v7-content .text-wrapper:before {
  background-attachment: scroll;
  background-color: #f8f8f8;
}

.about-us-v7-content .text-wrapper .text-content {
  padding: 60px 3%;
}

.about-us-v7-content .text-wrapper p {
  padding: 0 20px;
}

.about-us-s4-wrapper {
  background-color: #111;
}

.about-us-s4-wrapper p {
  padding: 0 160px;
}

.about-us-s3-wrapper .map-footer a:hover {
  text-decoration: none;
  color: #d80e1e;
}

/*about us page end*/

/*menu and drinks pages*/

.drink-menu .pagecontent {
  padding-top: 120px;
}

.food-menu-grid .menu-description p {
  font-size: 1.3em;
}

.food-menu-grid-item-content {
  border-radius: 0;
}

.food-menu-v2-wrapper .section-header,
.drink-menu-v2-wrapper .section-header {
  color: #d80e1e;
  margin-top: 30px;
}

.drink-menu .food-menu-page .food-menu-grid-item-content h2,
.drink-menu .drink-menu-page .food-menu-grid-item-content h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.7em;
}

.food-menu-grid .food-menu-description p {
  font-size: 1.2em;
  word-break: break-word;
}

.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #d80e1e;
}

.food-menu-grid h3,
.food-menu-grid .food-price {
  font-family: 'Oswald', sans-serif;
  color: #d80e1e;
  font-size: 1.2em;
}

.food-menu-grid .food-item-description {
  font-size: 1.2em;
  word-break: break-word;
  color: #757575;
}

/*menu and drinks pages end*/

/*events page*/

.events-container h1 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.events-container .event-content h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.8em;
}

.events-container h3,
.events-container .event-info-text p {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3em;
}

.events-container .event-image {
  border: none;
  -webkit-box-shadow: 0 0 10px 4px rgba(241, 232, 217, 0.5);
  -moz-box-shadow: 0 0 10px 4px rgba(241, 232, 217, 0.5);
  box-shadow: 0 0 10px 4px rgba(241, 232, 217, 0.5);
}

/*events page end*/

/*gift cards page*/

.gift-cards-page h1 {
  margin-top: 50px;
}

/*gift cards page end*/

/* history page */
.article-background:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url(https://static.spotapps.co/web/lrbsteakhouse--com/css/../custom/about_us_back.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -o-filter: brightness(1);
  -ms-filter: brightness(1);
  filter: brightness(1);
}
.article-background .container {
  text-shadow: none;
  text-align: center;
  color: #000;
}
.article-background .content-holder {
  margin-bottom: 40px;
}
.article-background .content-holder img {
  margin: 50px auto;
}
.article-background .content-holder h2 {
  font-size: 2em;
}
.article-background .section-header {
  margin-top: 50px;
}

/* custom catering page */
.reservations-and-parties {
  text-shadow: none;
}
.reservations-and-parties a:hover {
  color: #fff;
}
.reservations-and-parties .section-header {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .nav-v7 .container {
    width: 100%;
  }
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    padding: 0 6px;
  }
  .section-header,
  .uk-overlay-panel h1,
  .about-us-v8-content .text-wrapper h1,
  .order-tmt-section h1,
  .private-parties-tmt-section h1,
  .reviews-v2-wrapper h1,
  .map-newsletter h1,
  .custom-modal .newsletter-popup .section-header,
  .about-us-page .about-us-s1-content h1,
  .about-us-v7-content .text-wrapper h1,
  .about-us-s4-wrapper h1,
  .food-menu-v2-wrapper h1,
  .drink-menu-v2-wrapper h1,
  .events-container h1,
  .gift-cards-page .section-header {
    font-size: 4.1em;
  }
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.3em;
  }
  .uk-overlay-panel .slide-text {
    font-size: 1.7em;
  }
  .about-us-v8-content .text-content.title-image h1:after,
  .about-us-page .about-us-s2-content h1:after {
    height: 70px;
  }
  .about-us-v8-item-1 .about-us-v8-content .text-content.title-image h1:after {
    height: 50px;
  }
  .about-us-v8-content .text-wrapper p {
    padding: 0 50px;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 3.6em;
  }
  .article-background .content-holder p {
    padding: 0 10px;
  }
}

@media (max-width: 1200px) {
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    font-size: 1.1em;
    padding: 0 5px;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .order-tmt-section h1,
  .private-parties-tmt-section h1,
  .reviews-v2-wrapper h1,
  .map-newsletter h1,
  .custom-modal .newsletter-popup .section-header,
  .about-us-page .about-us-s1-content h1,
  .about-us-v7-content .text-wrapper h1,
  .about-us-s4-wrapper h1,
  .food-menu-v2-wrapper h1,
  .drink-menu-v2-wrapper h1,
  .events-container h1,
  .gift-cards-page .section-header {
    font-size: 3.8em;
  }
  .uk-overlay-panel h1 {
    font-size: 3.6em;
  }
  .uk-overlay-panel .slide-text {
    font-size: 1.6em;
  }
  .about-us-v8-content .text-content.title-image h1:after,
  .about-us-page .about-us-s2-content h1:after {
    height: 65px;
  }
  .about-us-v8-item-1 .about-us-v8-content .text-content.title-image h1:after {
    height: 45px;
  }
  .about-us-v8-content .text-wrapper p {
    padding: 0 30px;
  }
  .private-parties-tmt-section p {
    padding: 0 210px;
  }
  .about-us-s4-wrapper p {
    padding: 0 60px;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 3.2em;
  }
  .reservations-and-parties .section-header {
    margin-top: 50px;
  }
  .article-background .content-holder img {
    width: 600px;
  }
}

@media (max-width: 1023px) {
  video#coverVideo {
    margin-top: 140px;
  }
  p {
    font-size: 1.2em;
  }
  .section-header,
  .uk-overlay-panel h1,
  .about-us-v8-content .text-wrapper h1,
  .order-tmt-section h1,
  .private-parties-tmt-section h1,
  .reviews-v2-wrapper h1,
  .map-newsletter h1,
  .custom-modal .newsletter-popup .section-header,
  .about-us-page .about-us-s1-content h1,
  .about-us-v7-content .text-wrapper h1,
  .about-us-s4-wrapper h1,
  .food-menu-v2-wrapper h1,
  .drink-menu-v2-wrapper h1,
  .events-container h1,
  .gift-cards-page .section-header {
    font-size: 3.4em;
  }
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.3em;
  }
  .uk-overlay-panel h1 {
    font-size: 2.7em;
  }
  .uk-overlay-panel .slide-text {
    font-size: 1.7em;
  }
  .about-us-v8-content .text-content.title-image h1:after,
  .about-us-page .about-us-s2-content h1:after {
    height: 60px;
  }
  .about-us-v8-item-1 .about-us-v8-content .text-content.title-image h1:after {
    height: 40px;
  }
  .about-us-v8-content .text-wrapper p {
    padding: 0 10px;
  }
  .private-parties-tmt-section p {
    padding: 0 100px;
  }
  .about-us-s4-wrapper p {
    padding: 0 50px;
  }
  .drink-menu .food-menu-page .food-menu-grid-item-content h2,
  .drink-menu .drink-menu-page .food-menu-grid-item-content h2 {
    font-size: 1.5em;
  }
}

@media (max-width: 991px) {
  .navbar.nav-v6 .socialnav a {
    display: none;
  }
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    font-size: 1em;
    padding: 0 4px;
  }
  .map-newsletter .bar {
    top: 0;
  }
  .about-us-page .about-us-s1-content {
    padding: 30px 0;
  }
  .about-us-page .about-us-s2-content .text-content {
    padding: 30px !important;
  }
}

@media (max-width: 767px) {
  .navbar.nav-v6 .socialnav a {
    display: block;
  }
  .navbar.nav-v7 .header-logo {
    max-width: 100px;
  }
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-regular.nav-v6 .navbar-nav > li > a:hover,
  .navbar-regular.nav-v6 .navbar-nav > .active > a,
  .navbar-regular.nav-v6 .navbar-nav > .active > a:focus,
  .navbar-regular.nav-v6 .navbar-nav > .active > a:hover,
  .drink-menu .navbar-regular.nav-v6 .navbar-nav > li > a:hover,
  .drink-menu .navbar-regular.nav-v6 .navbar-nav > .active > a,
  .drink-menu .navbar-regular.nav-v6 .navbar-nav > .active > a:focus,
  .drink-menu .navbar-regular.nav-v6 .navbar-nav > .active > a:hover {
    color: #f0bf59 !important;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .order-tmt-section h1,
  .private-parties-tmt-section h1,
  .reviews-v2-wrapper h1,
  .map-newsletter h1,
  .custom-modal .newsletter-popup .section-header,
  .about-us-page .about-us-s1-content h1,
  .about-us-v7-content .text-wrapper h1,
  .about-us-s4-wrapper h1,
  .food-menu-v2-wrapper h1,
  .drink-menu-v2-wrapper h1,
  .events-container h1,
  .gift-cards-page .section-header {
    font-size: 2.8em;
  }
  video#coverVideo {
    margin-top: 70px;
  }
  .uk-overlay-panel h1 {
    font-size: 2.1em;
  }
  .custom-temp-btn,
  .uk-overlay-panel a.custom-temp-btn,
  .about-us-v8-wrapper a.custom-temp-btn,
  .order-tmt-section a.custom-temp-btn,
  .private-parties-tmt-section a.custom-temp-btn,
  .map-newsletter .sph-email-subscription .sph-submit-button,
  .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
  .food-menu-nav .food-menu-nav-item.custom-temp-btn,
  .addtocalendar.atc-style-blue .atcb-link {
    font-size: 14px;
  }
  .about-us-v8-content .text-wrapper p {
    padding: 0 15px;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 15px 5px;
  }
  .food-menu-nav .food-menu-nav-item.custom-temp-btn,
  .food-menu-nav .food-menu-nav-item.custom-temp-btn.active,
  .food-menu-nav .food-menu-nav-item.custom-temp-btn:hover,
  .food-menu-nav .food-menu-nav-item.custom-temp-btn:focus {
    border: none;
    border-bottom: 1px solid #000;
  }
  .food-menu-nav .food-menu-nav-item.custom-temp-btn:first-of-type {
    border-top: 1px solid #000;
  }
  .uk-overlay-panel .slide-text {
    font-size: 1.2em;
  }
  .banner-section {
    padding: 15px 0;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .about-us-v8-content .text-content.title-image h1:after,
  .about-us-page .about-us-s2-content h1:after {
    height: 55px;
  }
  .about-us-v8-item-1 .about-us-v8-content .text-content.title-image h1:after {
    height: 35px;
  }
  .order-tmt-section {
    padding: 2em 0;
  }
  .private-parties-tmt-section {
    padding: 2em 0;
  }
  .private-parties-tmt-section p {
    padding: 0;
  }
  .map-newsletter .sph-email-subscription .sph-email-input,
  .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    font-size: 1em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription {
    padding-bottom: 10px;
  }
  .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 5px 15px;
    margin: 3px 0;
  }
  .about-us-v7-content .text-wrapper p {
    padding: 0 10px;
  }
  .about-us-s4-wrapper {
    padding: 2em 0;
  }
  .about-us-s4-wrapper p {
    padding: 0 30px;
  }
  .drink-menu .pagecontent {
    padding-top: 50px;
  }
  .food-menu-v2-wrapper .section-header,
  .drink-menu-v2-wrapper .section-header {
    margin-top: 0;
  }
  .drink-menu .food-menu-page .food-menu-grid-item-content h2,
  .drink-menu .drink-menu-page .food-menu-grid-item-content h2 {
    font-size: 1.6em;
  }
  .events-container .events-holder {
    padding: 20px 0;
  }
  .events-container .container {
    margin-bottom: 150px;
  }
  .events-container .event-content h2 {
    font-size: 1.6em;
  }
  .gift-cards-page p {
    padding: 0 75px;
  }
  .article-background .content-holder img {
    width: 300px;
  }
  .article-background .content-holder p {
    padding: 0 2px;
  }
}

@media (max-width: 320px) {
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .order-tmt-section h1,
  .private-parties-tmt-section h1,
  .reviews-v2-wrapper h1,
  .map-newsletter h1,
  .custom-modal .newsletter-popup .section-header,
  .about-us-page .about-us-s1-content h1,
  .about-us-v7-content .text-wrapper h1,
  .about-us-s4-wrapper h1,
  .food-menu-v2-wrapper h1,
  .drink-menu-v2-wrapper h1,
  .events-container h1,
  .gift-cards-page .section-header {
    font-size: 2.6em;
  }
  .uk-overlay-panel h1 {
    font-size: 1.8em;
  }
  .custom-temp-btn,
  .uk-overlay-panel a.custom-temp-btn,
  .about-us-v8-wrapper a.custom-temp-btn,
  .order-tmt-section a.custom-temp-btn,
  .private-parties-tmt-section a.custom-temp-btn,
  .map-newsletter .sph-email-subscription .sph-submit-button,
  .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
  .food-menu-nav .food-menu-nav-item.custom-temp-btn,
  .addtocalendar.atc-style-blue .atcb-link,
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 14px;
  }
  .uk-overlay-panel .slide-text {
    font-size: 1.1em;
  }
  .banner-section h1 {
    font-size: 1em;
  }
  .about-us-v8-content .text-content.title-image h1:after,
  .about-us-page .about-us-s2-content h1:after {
    height: 50px;
  }
  .about-us-v8-item-1 .about-us-v8-content .text-content.title-image h1:after {
    height: 30px;
  }
  .about-us-v8-content .text-wrapper p {
    padding: 0;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 0.9em;
    margin-bottom: 10px;
  }
  .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    font-size: 0.8em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
    margin: 5px auto;
  }
  .about-us-s4-wrapper p {
    padding: 0 20px;
  }
  .about-us-s3-wrapper .map-footer p {
    font-size: 1.1em;
  }
  .gift-cards-page p {
    padding: 0 45px;
  }
  .food-menu-grid .food-menu-description p {
    font-size: 1em;
  }
  .reservations-and-parties .section-header {
    font-size: 2.3em;
  }
}
