@import url('//fonts.googleapis.com/css2?family=Caudex&display=swap');
@import url('//fonts.googleapis.com/css2?family=Jost:wght@700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Manrope:wght@300&display=swap');
@import url('//fonts.googleapis.com/css2?family=Kanit:wght@700&display=swap');

@font-face {
    font-family: 'IrishUncialfabeta';
    src: url('../web/theirishtimesla--com/custom/fonts/IrishUncialfabeta-Bold.eot');
    src: url('../web/theirishtimesla--com/custom/fonts/IrishUncialfabeta-Bold.eot#iefix') format('embedded-opentype'),
        url('../web/theirishtimesla--com/custom/fonts/IrishUncialfabeta-Bold.woff') format('woff2'),
        url('../web/theirishtimesla--com/custom/fonts/IrishUncialfabeta-Bold.woff') format('woff'),
        url('../web/theirishtimesla--com/custom/fonts/IrishUncialfabeta-Bold.ttf') format('truetype'),
        url('../web/theirishtimesla--com/custom/fonts/IrishUncialfabeta-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}



/*
font-family: 'Manrope', sans-serif; 
font-weight: 300;

font-family: 'IrishUncialfabeta';

font-family: 'Kanit', sans-serif; 
font-weight: 700;

font-family: 'Caudex', serif; 
font-weight: 400;

font-family: 'Jost', sans-serif; 
font-weight: 700;

*/


/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: scroll;
}

a {color: #fff;}
a:hover {color: #b4001d;}
body {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Intro Head R W05 Base';
}

.hvr-icon-wobble-horizontal:before {
  content: "\f101";
}

.navigation-left li a, .navigation-right li a,
.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  font-family: 'Kanit', sans-serif; 
  font-weight: 700;
}
.navigation-left li.active a, .navigation-right li.active a, .navigation-left li a:hover, .navigation-right li a:hover,
.navbar-inverse .navbar-nav>li.active>a, .navbar-inverse .navbar-nav>li.active>a:hover {
    color: #1e0d06 !important;
}
.nav-v2 .social-icon:hover,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #1e0d06 !important;
}
.nav-v2 .icon-spothopper_icon {
  display: none;
}
.nav-v2 {
  padding-top: 15px;
}
.bottom-svg-border {
  bottom: -7px;
}
.top-svg-border {
  top: -4px;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 0 5px;
    font-size: 1.1em;
}

 /* nav dropdown */
li.drop-down-link {
  position: relative;
}
li.drop-down-link .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  width: 120px;
  background-color: rgba(30, 13, 6, 0.6) !important;
  padding: 10px;
  color: #1e0d06;
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  text-align: center;
}
.nav-scroll li.drop-down-link .sub-menu {
  background-color: #fff !important;
  color: #000 !important;
}
li.drop-down-link .sub-menu a {
  display: block;
  padding: 8px 0 !important;
  color: #fff;
  text-transform: uppercase;
  /*font-size: 15px !important;*/
  opacity: 1;
}
li.drop-down-link .sub-menu a:hover, li.drop-down-link .sub-menu a:focus {
  text-decoration: none;
  color: #1e0d06;
}
.map-newsletter .text-wrapper:before {
  background-attachment: scroll;
}
.leaflet-touch .leaflet-control-attribution {
  display: none;
}
.uk-overlay-background {
  background: rgba(0,0,0,.5);
}

.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
  margin-top: 100px;
  margin-bottom: 0;
  text-transform: none;
  color: #fff;
  font-family: 'IrishUncialfabeta';
  font-size: 5.6em;
  line-height: 1.2em;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.5);
}

.uk-overlay-panel p,
.on-cover-content .section-wrapper p {
  margin-top: 0;
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1.2em;
  color: #fff;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.4);
  text-transform: lowercase;
}
.style-traditional .tabs-container .scrolling {
    display: block;
}
.navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    padding: 15px 10px;
}

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-plus-content .about-us-plus-button,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link,
.reservations-and-parties-v2 button,
.specials-v3.home-specials div a.custom-temp-btn,
.party-offer a.custom-temp-btn,
.sph-email-subscription .sph-submit-button {
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
  background-color: #b4001d;
  background:  #b4001d;
  color: #fff;
  border: 2px solid #b4001d;
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  font-size: 18px;
  box-shadow: none;
  border-radius: 0px;
  -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;
}
.map-newsletter .sph-email-subscription .sph-submit-button {
  padding: 8px 50px 8px 30px;
}
.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:hover,
.about-us-v7-wrapper a.custom-temp-btn:hover,
.about-us-plus-content .about-us-plus-button: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: #1e0d06;
  background: #1e0d06;
  border: 2px solid #1e0d06;
  color: #fff;
  opacity: 1;
}
.addtocalendar.atc-style-blue .atcb-link:hover {
  text-decoration: none;
  background-color: #1e0d06;
  background: #1e0d06;
  border: 2px solid #1e0d06;
  color: #fff;
  opacity: 1;
}

.reservations-and-parties p.submit-success {
    color: #fff;
}
.reservations-and-parties button[disabled] {
    background-color: #b4001d;
    border: 2px solid #b4001d;
    color: #fff;
}
.reservations-and-parties button {
    background-color: #1e0d06;
    background: #1e0d06;
    color: #b4001d;
    border: 2px solid #1e0d06;
}
.reservations-and-parties button:hover {
  background-color: #1e0d06;
  background: #1e0d06;
  color: #fff;
  border: 2px solid #1e0d06;
  opacity: 1;
}
.specials-v3.home-specials div a.custom-temp-btn {
  background-color: #b4001d;
  background: #b4001d;
  color: #fff;
  border: 2px solid #b4001d;
}
.specials-v3.home-specials div a.custom-temp-btn:hover {
  background-color: #1e0d06;
  background: #1e0d06;
  color: #fff;
  border: 2px solid #b4001d;
  opacity: 1;
}
.specials-section h2 {
    font-size: 1.6em;
    margin-top: 30px;
}

.custom_html_1-section .container {
  width: 100%;
}

.about-us-v8-wrapper a.custom-temp-btn {
  background-color: #b4001d;
  background: #b4001d;
  border: 2px solid #b4001d;
  color: #fff;
}
.about-us-v8-wrapper a.custom-temp-btn:hover {
  background-color: #1e0d06;
  background: #1e0d06;
  border: 2px solid #1e0d06;
  color: #fff;
}
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
  background-color: #b4001d;
  background: #b4001d;
  border: 2px solid #b4001d;
  color: #fff;
}
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover {
  background-color: #1e0d06;
  background: #1e0d06;
  color: #fff;
  border: 2px solid #1e0d06;
}

.reservations-and-parties-v2 button,
.specials-v3.home-specials div a.custom-temp-btn {
  font-size: 18px;
}

.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn {
    font-size: 20px;
    background-color: rgb(180, 0, 29, 0.8);
    background: rgb(180, 0, 29, 0.8);
    border: 1px solid rgb(180, 0, 29, 0.8);
    color: #fff;
    margin: 10px !important;
}
.multiple-buttons {
  width: 160px;
  text-transform: none !important;
}
.uk-overlay-panel a.custom-temp-btn:hover, .uk-overlay-panel a.custom-temp-btn:focus,
.on-cover-content .section-wrapper a.custom-temp-btn:hover, .on-cover-content .section-wrapper a.custom-temp-btn:focus {
  background-color: #1e0d06;
  background: #1e0d06;
  border: 1px solid #1e0d06;
  color: #fff;
  opacity: 1;
}
.about-us-v3 .text-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
}

/* home page */
.banner-section {
  padding: 30px 0 30px 0;
}
h1.banner-heading {
    font-family: 'Caudex', serif !important; 
    font-weight: 400 !important;
    color: #1e0d06 !important;
    font-size: 2.4em !important;
  }
/*.banner-section h1:nth-of-type(2) {
    text-transform: uppercase;
    color: #fff;
  }*/
  .banner-section a {
    color: #1e0d06;
  }
.banner-section h1 {
  color: #fff;
  text-transform: none;
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  font-size: 1.4em;
}
.banner-section p {
  font-size: 1.4em;
}
.banner-section .banner-pin {
  color: #b4001d;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
  color: #fff;
}

.custom-banner-logo {
  margin: 10px auto;
}


.section-header,
.about-us-v8-content .text-wrapper h1,
.specials-v3.home-specials h1,
.about-us-v3 h1,
.specials h1, .events h1,
.events-container h1,
.about-us-page .about-us-s1-content h1 {
  font-size: 5em;
  font-family: 'IrishUncialfabeta';
  text-transform: none;
  color: #fff;
  text-align: center;
}
.about-us-v7-content .text-wrapper h1 {
  color:#1e0d06;
  font-size: 4em;
  font-family: 'IrishUncialfabeta';
  text-transform: none;
  text-align: center;
}
.about-us-v7-content  span {
  font-weight: bold;
  font-size: 0.8em;
}
.events-container h1,
.specials h1 {
  color: #fff;
}
.custom_html_1-section {
  padding: 120px;
  position: relative;
  background-image: url(../web/theirishtimesla--com/custom/book-a-party-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
}
.custom_html_1-section .container {
  text-align: center;
}
.custom_html_1-section .section-header {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 4em;
  color: #fff;
}

.catering .catering-menu-wrapper .menu-description p,
.catering .catering-menu-wrapper .section-header {
  color: #fff;
}

.about-us-v7-content .text-wrapper .text-content {
  text-align: center;
  color: #1e0d06;
}
  .custom-about-header {
    color: #fff;
  }
  #aboutus {
    text-align: center;
  }

.about-us-v8-item-1 .text-content.title-image h1:after{
  background-image: url(../web/theirishtimesla--com/custom/title_decoration_2.png) !important;
  height: 100px !important;
}
 p.about-left-text {
  text-transform: capitalize;
  font-family: 'IrishUncialfabeta';
  font-size: 1.4em;
}


.about-us-v8-content h2,
.about-us-v7-content h2,
.events-v3-wrapper h2,
.reviews-v2-wrapper h2,
.map-newsletter h2,
.reservations-text h2,
.party-background h2 {
  font-family: 'Kanit', sans-serif; 
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5em;
}

.about-us-v8-content .text-wrapper {
  width: 100%;
}
.about-us-v8-content .text-wrapper h1 {
  margin-bottom: 30px;
}
.about-us-v8-item-right .text-holder p {
  font-size: 1.3em;
}
.about-us-v8-content .text-content.title-image h1:after {
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-us-v8-image-bar {
  height: 50px;
  padding: 10px 30px;
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.3em;
  text-transform: lowercase;
}
.about-us-v8-item-0 .about-us-v8-image-bar {
  padding-right: 70px;
}
.about-us-v8-item-1 .about-us-v8-image-bar {
  padding-left: 70px;
}

.gallery {
  padding-bottom: 120px;
  position: relative;
  background-image: url(../web/theirishtimesla--com/custom/sections_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
}
.gallery .section-header {
  margin-top: 30px;
  color: #1e0d06;
}

.events-v3-wrapper .item-text p{
  text-align: left !important;
}
.events-v3-wrapper h2 {
  margin-top: 30px;
  color: #1e0d06;
}
.events-v3-wrapper .empty-content-message h2 {
  margin-top: 0;
}
.events-v3-wrapper .item-image img {
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}
.event-text {
    color: #1e0d06;
    font-size: 1.1em;
}

.reservations-wrapper {
  position: relative;
  padding: 0 0 40px 0;
  background-color: #fff;
  color: #1e0d06;
}
.reservations-wrapper .section-header {
  margin-top: 70px;
  margin-bottom: 20px;
  padding-top: 70px;
}

.open-table-holder.open-table-desktop {
  height: 300px;
}


.reservations-and-parties-v2 {
  background-color: #958770;
}
.reservations-and-parties-v2 button[disabled], .reservations-and-parties-v2 button {
    color: #1e0d06;
    border: 2px solid #1e0d06;
    background: transparent;
}
.reservations-and-parties-v2 button[disabled]:hover, .reservations-and-parties-v2 button:hover {
  color: #1e0d06;
}
.reservations-text .section-header {
    color: #fff;
}
.reservations-text h2 {
    font-size: 2.6em;
    text-transform: capitalize;
    margin: 0 auto;
}
.reservations-text a, .reservations-text p, .reservations-text h2 {
    color: #1e0d06;
}
.reservations-text a:hover {
    color: #1e0d06;
    text-decoration: none;
}
.reservations-and-parties-v2 select:active, .reservations-and-parties-v2 select:focus {
    border-bottom: 2px solid #1e0d06;
}

.specials-v3.home-specials {
  min-height: 240px;
  padding: 30px 0 70px 0;
  background-color: #1e0d06;
  color: #fff;
  position: relative;
}
.specials-v3.home-specials h1 {
  margin-top: 25px;
  color: #fff;
}
.specials-v3.home-specials p, .specials-v3.home-specials p.specials-hours {
  font-size: 1.3em;
  color: #fff;
}
.specials-v3.home-specials p {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
}
.specials-v3.home-specials p a {
  display: inline-block;
  font-size: initial;
  width: auto;
  color: #1e0d06;
}
.specials-v3.home-specials p.specials-hours {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #7d7d7d;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #7d7d7d;
}
.owl-theme .owl-nav [class*=owl-] {
  color: rgba(255, 208, 50, 0.7);
}
.owl-theme .owl-nav [class*=owl-]:hover {
  color: #55473a;
}

.reviews-v2-wrapper .container {
  padding-bottom: 20px;
}
.carousel-wrapper.events-v3-wrapper .container {
  border-bottom: 1px solid #1e0d06;
}
#events_v3.events-v3-wrapper {
  padding: 0;
  background-size: contain;
}
.gift-cards-page p {
  color: #1e0d06;
  font-family: 'Kanit', sans-serif; 
  font-weight: 700;
  font-size: 1.4em;
}
.reviews-v2-wrapper h2 {
  margin-top: 0;
  color: #fff;
}
.reviews-v2-wrapper {
  padding: 0;
}
.reviews-v2-wrapper h3 {
  font-size: 1.4em;
  color: #fff;
}
.reviews-v2-wrapper .review-text p {
  font-size: 1.3em;
  line-height: 1.6em;
}

.reviews-v2-wrapper .review-quote {
  opacity: 1;
  color: #b4001d;
}
.reviews-v2-wrapper h3 {
  text-transform: none;
}
.reviews-v2-wrapper .fa.fa-star {
  color: #b4001d;
}
.reviews-v2-wrapper .section-header {
  color: #fff;
}

.drink-menu.article-background {
  background-color: #1e0d06;
}
.press-holder .press-item {
    border: 2px solid #1e0d06;
}
.press-background .section-header {
    color: #fff;
}

.map-newsletter {
  border-right: 1px solid #55473a;
}
.map-newsletter h2 {
  margin-bottom: 5px;
  color: #1e0d06;
  font-size: 1.5em;
  font-family: 'Kanit', sans-serif; 
  font-weight: 700;
  text-transform: uppercase;
}
.map-newsletter .text-wrapper .text-content {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  color: #1e0d06;
}
.map-newsletter .sph-email-subscription h2 {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  color: #1e0d06;
}
.sph-response-message {
  color:  #fff;
}
.map-newsletter p {
  margin-top: 0px;
  font-size: 1.2em;
}
.map-newsletter .bar:before, .map-newsletter .bar:after {
  background: #1e0d06;
}

.map-newsletter .sph-email-subscription .sph-email-input {
  border-bottom: 1px solid #b4001d;
  color: #1e0d06;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1e0d06;
  opacity: 1; /* Firefox */
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
   color: #1e0d06;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
   color: #1e0d06;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
   color: #1e0d06;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
   color: #1e0d06;
}
.map-newsletter .section-header {
    color: #1e0d06;
}

.custom-modal .modal-content {
  background-image: url(../web/theirishtimesla--com/custom/sections_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.custom-modal .newsletter-popup .section-header {
  margin-top: 0;
  font-size: 4em;
  color: #1e0d06;
}
.custom-modal .sph-email-subscription h2 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1.7em;
}
.custom-modal p {
  margin-top: 0px;
  font-size: 1.2em;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  padding: 12px 15px;
  border: 1px solid #55473a;
  border-radius: 0;
  background-color: transparent;
  color: #55473a;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  color: #1e0d06;
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  font-size: 1.4em;
}
.contact-v3 {
  background-color: #1e0d06;
}
.contact-v3 .hours-title.kitchen-title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact-v3 .days {
  padding-bottom: 5px;
  text-transform: none;
}
.contact-v3 .from-to {
  padding-bottom: 10px;
  text-transform: none;
}
.contact-v3 .hours-title h1, .contact-v3 .social-title h1, .contact-v3 .contact-us-title h1 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
}
.contact-v3 .contact-location p {
  font-size: 1em;
  line-height: 1.1em;
}
.bottom-svg-border svg {
    position: absolute;
    bottom: 7px;
}
.top-svg-border svg {
    position: absolute;
    top: 3px;
}

.googlemap-v3-wrapper .triangle {
  border-bottom: 12px solid #1e0d06;
  display: none;
}

.footer-v2-wrapper {
  background: #1e0d06;
  border-top: 2px solid #b4001d;
  color: #fff;
}

.about-us-page .about-us-s1-content h1 {
  font-size: 2.5em;
}
.about-us-s1-wrapper h2 {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.3em;
}
.about-us-s1-wrapper h2 span {
  color: #55473a;
}
.about-page-content .about-us-v7-content .text-wrapper .text-content {
  padding-top: 40px;
  padding-bottom: 90px;
}
.about-page-content .about-us-v7 .about-us-v7-content a {
  color: #1e0d06;
}
.about-page-content .about-us-v7 .about-us-v7-content a:hover {
  color: #55473a;
}
.about-us-s4-wrapper {
  background-color: #1e0d06;
}
.about-us-s4-wrapper .container {
  width: 70%;
}
.about-us-s4-wrapper h1 {
  margin-top: 10px;
  margin-bottom: 30px;
}
.about-us-s3-wrapper .map-footer p {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  font-size: 1.1em;
}
.map-newsletter .bar {
    top: -5px;
}

.food-menu-grid .menu-description {
  width: 95%;
  padding-bottom: 15px;
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  color: #fff;
}
.menu-description p {
  color: #1e0d06;
  font-size: 1.2em;
}
.food-menu-description p {
  color: #1e0d06;
}

.food-menu-grid h3, .food-menu-grid h4 {
  color: #1e0d06;
}
.empty-content-message {
  text-align: center;
}

.onespecial, .oneeventday {
  font-size: 18px;
}
.specials h2, .events h2 {
  font-family: 'Kanit', sans-serif; 
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  color: #fff;
}
.event {
    border: 2px solid #fff;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.1);
}
.event-image {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.6);
}

.sph-specials h2 {
  margin-top: 40px;
  padding-left: 0;
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  font-size: 2.2em;
  text-transform: uppercase;
  text-align: center;
}
.sph-special-table .sph-special-item {
  font-size: 1.7em;
}
.sph-specials .sph-desc {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.sph-specials .sph-time {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.party-background h2 {
  margin-top: 30px;
}
.party-background .reservations-and-parties p {
  margin-top: 30px;
  font-size: 1.3em;
}
.party-background .reservations-and-parties p.submit-success {
  text-transform: uppercase;
  color: #fff;
}

.events-container .navbar.nav-v6 .container {
  margin-bottom: 0;
}
.events-container{
  color: #fff;
}

.events-container p {
  color: #fff;
}
.events-container .events-info {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
}
.events-container .events-info p {
  font-size: 1.4em;
}
.events-container .events-info p a {
  color: #fff;
}
.events-container .events-info p a:hover {
  color: #55473a;
}
.events-container h2 {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  font-size: 2em;
  text-transform: capitalize;
  line-height: 100%;
  color: #fff;
}
.events-container h2 {
  margin-top: 20px;
  font-family: 'Kanit', sans-serif; 
  font-weight: 700;
  font-size: 2.2em;
  text-transform: capitalize;
  color: #fff;
}
.events-container h3 {
  color: #fff;
  font-size: 1.8em;
}
.events-container .event-time {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  color: #fff;
  font-size: 1.4em;
}
.events-container .event-image {
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}
.events-container .events-holder {
  border-bottom: 1px solid #b4001d;
}
.empty-content-message h2 {
  text-align: center;
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  font-size: 2em;
  text-transform: none;
}
.events-container .empty-content-message {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}
.events-container .empty-content-message h3 {
  text-align: center;
}

.food-menu-page .food-menu-v2-wrapper, .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 80px;
}
.drink-menu-v2-wrapper .section-header,
.food-menu-v2-wrapper .section-header {
  color: #1e0d06;
}
.food-menu-grid .food-item-holder {
  display: table;
  width: 100%;
}
.food-menu-grid-item-content {
  border-radius: 0;
}
.food-menu-grid h2,
.drink-menu .food-menu-page h2,
.style-traditional.drink-menu h2, .food-menu-section h2, .drink-menu-section h2{
  margin-top: 15px;
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  font-size: 2em;
  line-height: 100%;
  color: #1e0d06;
  text-transform: capitalize;
}
.drink-menu .food-menu-grid h2 {
  font-family: 'Kanit', sans-serif; 
  font-weight: 700;
  font-size: 2.4em;
  text-transform: capitalize;
  color: #1e0d06;
}
.food-menu-grid .food-item-description,
.food-menu-grid .food-menu-description {
  color: #1e0d06;
}
.food-menu-grid .food-item-title h3 {
  font-family: 'Kanit', sans-serif; 
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  color: #1e0d06;
}
.food-menu-nav .food-menu-nav-item {
  color: #1e0d06;
}
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item:focus {
  background-color: #b4001d;
  border-color: #b4001d;
  color: #fff;
  border: 2px solid #b4001d;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #b4001d;
}
.food-menu-grid .food-price,
.style-traditional.drink-menu .menu-item-price-traditional .item-price {
  color: #b4001d;
  font-family: 'Kanit', sans-serif; 
  font-weight: 700;
  font-size: 1em;
}
.style-traditional.drink-menu .menu-item-price-traditional .item-price {
  font-size: 1.2em;
}
.food-menu-grid .food-price {
  padding: 0 5px;
}

.style-traditional.drink-menu .pagecontent {
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #a79c7a;
}
.style-traditional.drink-menu .menu-item-name-traditional .item-name-and-manufacturer span {
    color: #fff;
}
.style-traditional .tabnav .nav>li>a, .food-menu-section .tabnav .nav>li>a, .drink-menu-section .tabnav .nav>li>a {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  border-bottom: 6px solid rgba(200, 200, 200, 0.6);
}
.style-traditional .tabnav .nav>li>a:hover, .style-traditional .tabnav .nav>li.active>a, .food-menu-section .tabnav .nav>li>a:hover, .food-menu-section .tabnav .nav>li.active>a, .drink-menu-section .tabnav .nav>li>a:hover, .drink-menu-section .tabnav .nav>li.active>a {
    color: #1e0d06;
    border-bottom: 6px solid #1e0d06;
}
.style-traditional.drink-menu h2, .food-menu-section h2, .drink-menu-section h2 {
  font-size: 2.5em;
  text-transform: capitalize;
}
.style-traditional.drink-menu .menu-item-name-traditional .item-name-and-manufacturer {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
}
.drink-menu.style-traditional .single-drink-title {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
  text-transform: capitalize;
  color: #1e0d06;
  font-size: 5em;
}
.style-traditional.drink-menu .menu-item-description-traditional .drink-description {
  color: #1e0d06;
}

.drink-menu.article-background .section-header {
  margin-top: 30px;
  margin-bottom: 30px;
}
.drink-menu.article-background h2 {
    font-family: 'Jost', sans-serif; 
    font-weight: 700;
    color: #1e0d06;
}
.drink-menu.article-background img {
    max-width: 100%;
    margin: 0 auto;
}
.drink-menu.article-background .pagecontent {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 80px;
    padding-top: 28px;
    padding-bottom: 10px;
    max-width: 1000px;
    color: #1e0d06;
    border: 2px solid #55473a;
    text-align: center;
}
.drink-menu.article-background .tabs-container {
    text-shadow: none;
}
.article-background .sph-food-menu .sph-title .sph-name {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
    font-size: 5em;
    text-transform: capitalize;
    color: #1e0d06;
}
.article-background .sph-food-menu .sph-section-title .sph-name {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
    color: #1e0d06;
    text-transform: capitalize;
    text-shadow: none;
}
.article-background .sph-food-menu .sph-item .sph-name {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
    color: #1e0d06;
    text-shadow: none;
    margin-top: 10px;
}
.article-background .sph-food-menu .sph-item>td {
    border-bottom: none;
    padding-bottom: 8px;
}
.article-background .sph-food-menu .sph-item>td.sph-prices {
  font-family: 'Manrope', sans-serif; 
  font-weight: 300;
    color: #1e0d06;
    text-shadow: none;
    width: 32%;
}
.pagecontent .scrolling .container {
    text-shadow: none;
}
.catering .pagecontent a:hover,
.catering .pagecontent a:focus {
  color: #fff;
}
@media (max-width: 1330px) {
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 4.5em;
  }

  .map-newsletter .text-wrapper:before {
    background-size: cover;
  }
  .party-background .embed-container {
    max-width: 80%;
  }
  .map-newsletter .text-wrapper .text-content {
    padding-right: 24px;
  }
}

@media (max-width: 1200px) {
  .uk-overlay-panel .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .uk-slidenav-position:hover .uk-slidenav {
    display: none;
  }

  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 4.5em;
    line-height: 1.1em;
  }
  .food-menu-grid .food-price, .style-traditional.drink-menu .menu-item-price-traditional .item-price {
    font-size: 0.9em;
  }
  .food-menu-grid .food-item-title h3 {
    font-size: 0.9em;
  }
  .about-us-v8-content .text-wrapper h1 {
    font-size: 5em;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1.1em;
  }
}

@media (max-width: 1024px) {
  .custom_html_1-section .section-header {
    font-size: 2.8em;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 0 6px;
  }
  .navigation-social {
    padding-left: 5px;
  }
  .nav-v2 {
    padding-top: 0px;
  }
  /*.header-logo {
    max-height: 110px !important;
    padding: 5px;
  }*/

  .social-icon {
    font-size: 26px;
    line-height: 34px;
  }
  .uk-overlay-panel .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.5em;
    line-height: 1.1em;
  }
  .custom_html_1-section .container {
    width: 80%;
  }
  .food-menu-grid .food-price {
    padding: 0 5px 0 10px;
  }
  div.food-price:not(:nth-child(2)) {
    width: 100%;
    text-align: right;
  }
  .about-us-s1-wrapper h2 {
    margin-top: 10px;
    font-size: 1.7em;
    line-height: 1.2em;
  }
  .party-background .embed-container {
    max-width: 90%;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 1.8em;
  }
  .about-us-s4-wrapper {
    padding: 30px 0;
  }
  .about-us-s4-wrapper .container {
    width: 85%;
  }
  .map-newsletter .bar {
    top: -5px;
  }
  .uk-overlay-panel h1, .on-cover-content .section-wrapper .section-header {
    margin-top: 120px;
  }
}
@media (max-width: 1082px) {
li.drop-down-link .sub-menu {
  width: 95px;
}
}
@media (max-width: 1023px) {
  .uk-overlay-panel h1, .on-cover-content .section-wrapper .section-header {
    font-size: 4.2em;
    line-height: 1.3em;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .uk-slideshow li:nth-of-type(4) .uk-overlay-panel h1 {
    font-size: 3.2em;
  }
   li.drop-down-link .sub-menu {
    top: 43px;
    width: 110px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 0 4px;
    font-size: 1.1em;
  }
  .header-logo {
    left: 5px;
    max-width: 50px;
  }
  .nav>li>a {
    padding: 10px;
    font-size: 1.3em;
  }
  .nav-v2 .socialnav a {
    padding-right: 0px;
  }
  .socialnav {
    margin-top: 20px;
    padding-left: 10px;
  }
  .social-icon {
    font-size: 27px;
    line-height: 35px;
  }
  /*.navigation-bootstrap.nav-scroll .header-logo {
    height: 60px;
    max-width: 120px;
  }*/
  .reviews-v2-wrapper .section-header {
    margin-top: 20px;
  }
  .food-menu-v2-wrapper .section-header, .drink-menu-v2-wrapper .section-header {
    padding-top: 75px;
  }
  .drink-menu.article-background .pagecontent {
    margin-top: 120px;
  }
  .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .container-list .container-row .linear-guide {
    width: 50% !important;
  }
}

@media (max-width: 991px) {
  .navbar.nav-v7 .navbar-tabs .socialnav {
    display: none;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 0 4px;
    font-size: 1em;
  }
  .nav>li {
    padding: 0 5px;
  }
  .nav>li>a {
    padding: 9px;
    font-size: 1.3em;
  }
  .section-header, .about-us-v8-content .text-wrapper h1, .about-us-v7-content .text-wrapper h1, .specials-v3.home-specials h1, .about-us-v3 h1, .specials h1, .events h1, .events-container h1, .about-us-page .about-us-s1-content h1 {
    font-size: 3.8em;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 3em;
  }
  .about-us-v8-content .text-wrapper p {
    font-size: 1.3em;
  }
  .about-us-page .about-us-s1-content {
    padding-top: 30px;
  }
  .reservations-wrapper .section-header {
    margin-top: 0;
  }
  .map-newsletter .bar {
    top: 0px;
  }
  .drink-menu-grid .food-item-title {
    width: 100%;
  }
   li.drop-down-link .sub-menu {
    top: 43px;
    width: 100px;
  }
}

@media (max-width: 860px) {
  .nav-v2 .socialnav a {
    padding-right: 0;
  }
  li.drop-down-link .sub-menu {
    width: 95px;
  }
  .social-icon {
    font-size: 25px;
    line-height: 26px;
  }
  .navbar-nav {
    margin-top: 13px !important;
    margin-right: 5px;
  }
  .nav>li>a {
    padding: 10px 4px;
    font-size: 1.2em;
  }
}

@media (max-width: 767px) {
  .navbar.nav-v7 .navbar-tabs .socialnav {
    display: block;
  }
  .drop-down {
    display: none !important;
  }
    li.outside-link {
    display: block;
    text-transform: uppercase;
  }
  h1.banner-heading {
    font-family: 'Caudex', serif !important; 
    font-weight: 400 !important;
    color: #1e0d06 !important;
    font-size: 2.1em !important;
  }
  .big-text {
      font-size: 2.1em !important;
    }    
  .uk-dotnav {
    bottom: 57px;
  }
  .modal-content h1{
    font-size: 3em;
  }
  .about-us-page .uk-dotnav {
    bottom: 0;
  }
  .gallery {
    padding: 0 1em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-svg-border {
    height: 20px;
  }
  .top-svg-border svg, .bottom-svg-border svg {
    height: 7px;
  }
  .footer-v2-wrapper {
    padding-bottom: 80px;
  }
  .header-logo {
    max-width: 120px !important;
  }
  .about-pg-logo {
    max-width: 200px
  }
  p.about-left-text {
    font-size: 1.1em;
  }
  .socialnav {
    margin-top: -39px;
  }
  .navbar-nav {
    margin-top: 10px !important;
  }
  .nav>li>a {
    padding: 10px;
    font-size: 1.2em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
    font-size: 0.9em;
  }
  .on-cover-content .section-wrapper .container {
    margin-bottom: 20px;
  }
  .uk-slidenav-position:hover .uk-slidenav {
    display: none;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    text-transform: uppercase;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    margin-top: 0;
    font-size: 2.8em;
    line-height: 1.2em;
  }
  .uk-slideshow li:nth-of-type(4) .uk-overlay-panel h1 {
    font-size: 1.7em;
  }
  li.drop-down-link {
    display: block;
  }

  .uk-overlay-panel p, .on-cover-content .section-wrapper p {
    font-size: 1.2em;
  }
  .uk-overlay-panel a.custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
    margin-top: 15px;
    font-size: 17px;
  }
  .banner-section {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .banner-section h1 {
    font-size: 1em;
  }

  .section-header, .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1, .specials-v3.home-specials h1,
  .about-us-v3 h1, .specials h1, .events h1, .events-container h1,
  .about-us-page .about-us-s1-content h1 {
    font-size: 3.6em;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 1.6em;
  }
  .about-us-v8-content .text-wrapper h1 {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .about-us-v8-item-0 .about-us-v8-image-bar {
    padding-right: 50px;
  }
  .about-us-v8-item-1 .about-us-v8-image-bar {
    padding-left: 50px;
  }
  .reservations-and-parties-v2 .section-header {
    margin-top: 15px;
  }
  .custom_html_1-section {
    padding: 30px 0;
  }
  .custom_html_1-section .container {
    width: 90%;
  }
  .specials-section {
    padding: 0 10px;
  }
  .style-traditional.drink-menu h2, .food-menu-section h2, .drink-menu-section h2 {
    font-size: 2.2em;
  }
  .drink-menu .pagecontent {
    padding-top: 80px;
  }
  .onespecial, .oneeventday {
    font-size: 16px;
  }
  .specials h2, .events h2 {
    font-size: 1.5em;
  }
  .sph-specials h2 {
    font-size: 1.7em;
  }
  .sph-special-table .sph-special-item {
    font-size: 1.3em;
  }
  .events-container .events-holder {
    padding-top: 30px;
  }
  .events-container h1 {
    margin-top: 35px;
  }
  .events-container h2 {
    font-size: 2em;
  }
  .events-container .events-info {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .events-container .events-info p {
    font-size: 1.3em;
  }
  .style-traditional.drink-menu .pagecontent {
    padding-top: 80px;
  }
  .party-offer a.custom-temp-btn {
    border-left: none;
    border-right: none;
  }
  .food-menu-nav {
    margin-top: 20px;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 10px 20px;
    border: none;
    border-bottom: 2px solid #b4001d;
    border-radius: 0;
    color: #fff;
  }
  .food-menu-nav .food-menu-nav-item.active {
    border: none;
    border-bottom: 2px solid #b4001d;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type,
  .food-menu-nav .food-menu-nav-item:first-of-type.active,
  .food-menu-nav .food-menu-nav-item:first-of-type:hover {
    border-top: 2px solid #b4001d;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type.active:hover,
  .food-menu-nav .food-menu-nav-item.active:hover {
    background: #1e0d06;
    color: #fff;
  }
  .drink-menu .food-menu-page h2 {
    font-size: 1.7em;
    line-height: 1.2em;
  }
  .food-menu-grid-item-content {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  }
  .food-menu-grid .food-item-holder {
    padding: 10px 0 20px 0;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    padding: 14px 10px 16px 10px;
    font-family: 'IrishUncialfabeta';
    font-size: 1.1em;
  }
  .about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 360px;
  }
  .drink-menu.article-background .pagecontent {
    margin-top: 80px;
    padding-top: 30px;
  }
  .article-background h2 {
    margin-top: 20px;
  }
  .catering-page .pagecontent {
    width: 100%;
  }
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
    width: 356px;
    font-size: 16px;
    margin-bottom: 0.6em;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 174px;
  }
  .catering-page .section-header {
    margin-top: 20px;
  }
  .party-offer .section-header,
  .drink-menu.style-traditional .single-drink-title,
  .article-background .sph-food-menu .sph-title .sph-name {
    font-size: 3.2em;
  }
  .catering-page .reservations-and-parties .reservations-and-parties-form p {
    margin-bottom: 20px;
    font-size: 1.3em;
  }
  .catering-page .reservations-and-parties p {
    font-size: 1.5em;
  }
  .catering-page .reservations-and-parties button {
    width: 356px;
    font-size: 24px;
  }
  .party-offer {
    padding: 0;
  }
  .party-offer .food-menu-grid-item-content {
    padding: 5px;
  }
  .party-background.drink-menu .food-menu-grid h2 {
    font-size: 2.2em;
  }
  .party-offer .party-image-holder img {
    max-height: 150px;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #1e0d06;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type.active:hover, .food-menu-nav .food-menu-nav-item.active:hover,
  .party-offer .food-menu-nav .food-menu-nav-item.active, .party-offer .food-menu-nav .food-menu-nav-item:hover, .party-offer .food-menu-nav .food-menu-nav-item:focus {
    background-color: #1e0d06;
    border-color: #1e0d06;
    color: #1e0d06;
    border: 2px solid #1e0d06;
  }
  .catering-page .navbar-fixed-bottom .bottom-svg-border svg {
    height: 15px;
    width: auto;
  }
  .about-us-v7 .about-us-v7-content:first-of-type {
    min-height: 400px;
  }
  .custom-modal .sph-email-subscription {
    padding: 5px;
  }
  .custom-modal .section-header {
    font-size: 3em;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 7px 20px;
  }
  .navbar.nav-v4 .header-logo {
    max-width: 60px;
  }
  .about-us-background .about-us-v3 .text-wrapper {
    margin-bottom: 120px;
  }
  .about-us-v3 p {
    text-align: center;
  }

  .about-us-v3 .text-wrapper {
    padding: 30px 10px;
  }
  .about-us-background .pagecontent {
    padding-top: 66px;
  }
  .about-us-page .about-us-s1-content {
    padding-top: 15px;
  }
  .food-menu-page .food-menu-v2-wrapper, .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 35px;
  }
  .about-us-s1-wrapper h2 {
    margin-top: 5px;
    font-size: 1.5em;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.5em;
  }
  .drink-menu.article-background .section-header {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .drink-menu.article-background .tabs-container {
    margin-bottom: 30px;
  }

  .events-v3-wrapper .item-text {
    text-align: center !important;
  }
  .gift-cards-page p {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .catering-page .reservations-and-parties button,
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
      width: 378px;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 185px;
  }
  .custom-banner {
    font-size: 1.6em;
  }
  .about-us-v8-image {
    margin-top: 0;
  }

}

@media (max-width: 640px) {

  .catering-page .reservations-and-parties button,
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
      width: 356px;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 174px;
  }

  .drink-menu .reservations-and-parties textarea,
  .license {
    width: 356px;
  }
  .multiple-buttons {
    width: 148px;
  }
    .header-logo {
      padding-top: 5px;
    }
}
@media (max-width: 580px) {
  .multiple-buttons {
    width: 235px;
  }
}
@media (max-width: 540px) {
  .catering-page .reservations-and-parties button,
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
      width: 331px;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 161px;
  }
  .drink-menu .reservations-and-parties textarea,
  .license {
    width: 331px;
  }
  .drink-menu-grid .food-item-title {
      width: 100%;
    }
  .multiple-buttons {
    width: 212px;
  }
}

@media (max-width: 390px) {
  .catering-page .reservations-and-parties button,
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
      width: 320px;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 156px;
  }
  .drink-menu .reservations-and-parties textarea,
  .license {
    width: 320px;
  }
  .about-us-v7-content .text-wrapper .text-content, .map-newsletter .text-wrapper .text-content {
    padding: 25px;
  }

}

@media (max-width: 360px) {
  .catering-page .reservations-and-parties button,
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
      width: 281px;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 136px;
  }
  .drink-menu .reservations-and-parties textarea,
  .license {
    width: 281px;
  }
}

@media (max-width: 320px) {
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 0.9em;
  }
  .uk-overlay-panel h1, .on-cover-content .section-wrapper .section-header {
    margin-top: 40px;
    margin-bottom: 8px;
    font-size: 2em;
  }
  .big-text {
      font-size: 2em !important;
    } 

  .uk-overlay-panel p, .on-cover-content .section-wrapper p {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 1.2em;
  }
  .uk-overlay-panel a.custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
    font-size: 14px;
  }
  .uk-slideshow li:nth-of-type(4) .uk-overlay-panel h1 {
    font-size: 1.4em;
  }
  .banner-section h1 {
    font-size: 1.4em;
  }
  .custom-banner {
    font-size: 1.6em;
  }
  .about-us-v8-image {
    margin-top: 0;
  }
  .section-header, .about-us-v8-content .text-wrapper h1, .about-us-v7-content .text-wrapper h1, .specials-v3.home-specials h1, .about-us-v3 h1, .specials h1, .events h1, .events-container h1 {
    font-size: 3.5em;
  }
  .about-us-v8-image-bar {
    height: 45px;
    font-size: 1.1em;
    line-height: 1.4em;
  }
  .about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 400px;
  }
  .about-us-page .about-us-s1-content p {
    font-size: 1.1em;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 1.4em;
  }
  .catering-page .reservations-and-parties button,
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
      width: 248px;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 120px;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 3em;
  }
}