@import url('https://fonts.googleapis.com/css2?family=Jost:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300&display=swap');

/*

font-family: 'Jost', sans-serif; font-weight: 700;
font-family: 'Style Script', cursive; font-weight: 400;
font-family: 'Jost', sans-serif; font-weight: 300;

*/

/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: fixed;
}

a {color: #ddd;}

body {
  font-family: 'Jost', sans-serif; font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Jost', sans-serif; font-weight: 300;
}

.navbar-regular.nav-v6 .navbar-nav>li>a {
  font-family: 'Jost', sans-serif; font-weight: 300;
}

.navbar.nav-v6 .header-logo {
  max-width: 160px;
}

.navigation-left li a, .navigation-right li a,
.navbar-inverse .navbar-nav>li>a {
  font-family: 'Jost', sans-serif; font-weight: 300;
  color: #fff;
}
.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: #939b6a !important;
}
.nav-v2 .social-icon:hover,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #939b6a !important;
}
 /* nav dropdown */

li.drop-down-link {
  position: relative;
}
li.drop-down-link .active {
  color: #3f353e;
}
li.drop-down-link .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  padding: 3px;
  width: 100%;
  background-color: rgba(51,51,53,0.7);
  color: #fff;
  font-family: 'Jost', sans-serif; font-weight: 300;
  text-align: center;
  margin-top: 27px;
}
li.drop-down-link .sub-menu a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  opacity: 1;
}
li.drop-down-link .sub-menu a:hover, li.drop-down-link .sub-menu a:focus {
  text-decoration: none;
  color: #939b6a;
}
li.outside-link {
  text-transform: uppercase;
  display: none;
}

 /* nav dropdown */

.header-logo {
    max-width: 60px;
}

.uk-overlay-background {
  background: rgba(0,0,0,.3);
}
.uk-dotnav-contrast>.uk-active>* {
  background: #939b6a;
}
.uk-dotnav-contrast>*>* {
  background: #fff;
}

.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
  margin-top: 60px;
  margin-bottom: 20px;
  text-transform: none;
  color: #fff;
  font-family: 'Style Script', cursive; font-weight: 400;
  font-size: 5em;
  line-height: 1.1em;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.4);
}
.uk-overlay-panel p,
.on-cover-content .section-wrapper p {
  font-family: 'Style Script', cursive; font-weight: 400;
  font-size: 3em;
  line-height: 1.1em;
  color: #fff;
  text-transform: lowercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.style-traditional .tabs-container .scrolling {
    display: block;
}
.navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    padding: 15px 10px 15px 10px;
}

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.about-us-v2 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 50px 10px 30px;
  text-transform: uppercase;
  background-color: transparent;
  background: transparent;
  color: #333335;
  border: 2px solid #333335;
  font-family: 'Jost', sans-serif; font-weight: 300;
  font-size: 16px;
  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;
}
.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:hover,
.about-us-v2 a.custom-temp-btn:hover,
.about-us-v8-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 .sph-email-subscription .sph-submit-button:hover,
.addtocalendar.atc-style-blue .atcb-link:hover {
  text-decoration: none;
  background-color: #939b6a;
  background: #939b6a;
  border: 2px solid #333335;
  color: #333335;
  opacity: 1;
}
.addtocalendar.atc-style-blue .atcb-link {
  padding: 10px 30px;
}
.reservations-and-parties p.submit-success {
    color: #fff;
}
.reservations-and-parties button[disabled] {
  background-color: #333335;
  background: #333335;
  color: #fff;
  border: 2px solid #333335;
}
.reservations-and-parties button {
  background-color: #333335;
  background: #333335;
  color: #fff;
  border: 2px solid #333335;
  font-size: 1.4em;
}
.reservations-and-parties button:hover {
  background-color: #fff;
  background: #fff;
  color: #333335;
  border: 2px solid #fff;
  opacity: 1;
}
.catering .reservations-and-parties button[disabled] {
  background-color: transparent;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  opacity: 1;
}
.catering .reservations-and-parties button,
.catering .reservations-and-parties button:hover {
  background-color: #fff;
  background: #fff;
  color: #333335;
  border: 2px solid #fff;
  opacity: 1;
}
.uk-overlay-panel a.custom-temp-btn {
  background-color: #333335;
  background: #333335;
  color: #fff;
  border: 2px solid #333335;
}
.specials-v3.home-specials div a.custom-temp-btn,
.addtocalendar.atc-style-blue .atcb-link {
  background-color: #939b6a;
  background: #939b6a;
  color: #fff;
  border: 2px solid #939b6a;
}
.specials-v3.home-specials div a.custom-temp-btn:hover,
.addtocalendar.atc-style-blue .atcb-link:hover {
    background-color: #fff;
    background: #fff;
    color: #333335;
    border: 2px solid #fff;
    opacity: 1;
}
.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 {
  background-color: #333335;
  background: #333335;
  color: #fff;
  border: 2px solid #333335;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
  font-size: 1.3em;
}
.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 {
  background-color: #939b6a;
  background: #939b6a;
  color: #fff;
  border: 2px solid #939b6a;
  opacity: 1;
}

.specials-section h2 {
    font-size: 1.6em;
    margin-top: 30px;
}
.events-v2 a, .specials-v3.home-specials .specials-button {
    width: 230px;
}

.reservations-and-parties-v2 button,
.specials-v3.home-specials div a.custom-temp-btn {
  font-size: 16px;
}

.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: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #333335;
}

.about-us-v7-content .text-wrapper, .map-newsletter .text-wrapper {
  z-index: 2;
}

/* home page */
.banner-section {
  padding: 35px 0 25px 0;
}
.banner-section h1 {
  text-transform: capitalize;
  font-family: 'Jost', sans-serif; font-weight: 300;
  font-size: 1.5em;
}
.banner-section .banner-pin {
  color: #939b6a;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
  color: #fff;
}
.banner-section a {
  color: #939b6a;
}
.banner-section a:hover {
  color: #939b6a;
  text-decoration: none;
}
.yelp-reservations-wrapper {
  background-color: #333335;
  padding-top: 5px;
  padding-bottom: 30px;
  border: none;
}
.yelp-reservations-wrapper .section-header {
  padding-top: 30px;
}
.reservations .section-header {
  color: #fff;
}
.yelp-reservations-wrapper .reservations p {
  color: #fff;
  margin-bottom: 30px;
}
.yelp-reservations-wrapper .reservations a {
  color: #939b6a;
}

.section-header,
.about-us-v2 h1,
.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: 5em;
  font-family: 'Style Script', cursive; font-weight: 400;
  text-transform: capitalize;
}

.about-us-v8-content h2,
.about-us-v7-content h2,
.custom_html_1-section h2,
.events-v3-wrapper h2,
.reviews-v2-wrapper h2,
.map-newsletter h2,
.reservations-text h2 {
  font-family: 'Jost', sans-serif; font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4em;
}

.about-us-v8-content .text-wrapper {
  width: 100%;
}
.about-us-v8-content h2 {
  margin: 30px auto;
  color: #000;
}
.about-us-v8-content .text-content.title-image h1:after {
  height: 100px;
  margin: 20px auto;
}
.about-us-v8-image-bar {
  height: 60px;
  padding: 15px 20px;
  text-transform: lowercase;
  font-size: 1.7em;
}
.about-us-v8-content .text-wrapper {
    width: 100%;
}
.about-us-v8-item-1 .about-us-v8-content .text-content.title-image h1:after {
  background-image: url(https://static.spotapps.co/web/homesweetharlem--nyc/css/../custom/decoration2.png);
}
.custom_html_1-section {
  position: relative;
  padding-bottom: 30px;
  background-color: #fff;
  color: #000;
}
.custom_html_1-section .container {
  width: 40%;
  margin-top: 60px;
  text-align: center;
}
.custom_html_1-section h2 {
  margin: 15px 0;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
}

.specials-v3.home-specials {
  min-height: 260px;
  padding: 60px 0 80px 0;
  background-color: #333335;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
}
.specials-v3.home-specials h1 {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #939b6a;
}
.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: 'Jost', sans-serif; font-weight: 300;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #7d7d7d;
  border: 1px solid #7d7d7d;
}
.owl-theme .owl-nav [class*=owl-] {
  color: rgba(250, 250, 250, 0.7);
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #7d7d7d;
  border: 1px solid #7d7d7d;
}

.reviews-v2-wrapper h1 {
  color: #939b6a;
}
.reviews-v2-wrapper h3 {
  text-transform: none;
  font-size: 1.5em;
}
.reviews-v2-wrapper .container {
  padding-top: 0;
  padding-bottom: 20px;
}
.reviews-v2-wrapper .review-text p {
  font-size: 1.3em;
  line-height: 1.6em;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #939b6a;
}
.reviews-v2-wrapper .review-quote {
  opacity: 1;
  color: #939b6a;
}

.map-newsletter {
  border-right: 2px solid #000;
}
.map-newsletter .section-header {
  color: #333335;
}
.map-newsletter h2 {
  color: #000;
}
.map-newsletter .text-wrapper .text-content,
.map-newsletter .sph-email-subscription h2 {
  font-family: 'Jost', sans-serif; font-weight: 300;
  color: #000;
}
.map-newsletter h2 {
  margin-bottom: 5px;
}
.map-newsletter p {
  margin-top: 0px;
  font-size: 1.2em;
}
.map-newsletter .bar:before, .map-newsletter .bar:after {
  background: #939b6a;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  border-bottom: 2px solid #000;
  color: #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 .text-wrapper:before {
  background-attachment: scroll;
}


.custom-modal .modal-content {
  background-image: url(https://static.spotapps.co/web/homesweetharlem--nyc/css/../custom/newsletter_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-modal .newsletter-popup .section-header {
  margin-top: 0;
  font-size: 5em;
  color: #333335;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 1.6em;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  padding: 12px 15px;
  border: 1px solid #000;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
}

.contact-v3 {
  background-color: #333335;
}
.contact-v3 .hours-title h1, .contact-v3 .social-title h1, .contact-v3 .contact-us-title h1 {
  font-size: 1.2em;
  text-transform: uppercase;
}
.contact-v3 .days {
  padding-bottom: 5px;
  text-transform: capitalize;
}
.contact-v3 .from-to {
  padding-bottom: 10px;
}

.googlemap-v3-wrapper .triangle {
  border-bottom: 12px solid #000;
  display: none;
}

.footer-v2-wrapper {
  background: #000;
  border-top: 2px solid #939b6a;
  color: #fff;
}
.about-us-page .about-us-s1-content {
  padding-top: 90px;
}
.about-us-page .about-us-s1-content h1 {
  font-size: 4em;
  line-height: 1.2em;
}
.about-us-s1-wrapper p {
  margin-top: 20px;
  font-family: 'Jost', sans-serif; font-weight: 300;
}
.about-us-v7-content .text-wrapper:before {
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}
.about-us-v7-content .text-wrapper h1 {
  margin-bottom: 30px;
}
.about-page-content .about-us-v7-content .text-wrapper .text-content {
  padding-top: 70px;
  padding-bottom: 100px;
}
.about-us-v7-content h2 {
  margin: 30px auto;
  color: #000;
}
.about-us-s3-wrapper .map-footer p {
  font-family: 'Jost', sans-serif; font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
}
.about-us-s4-wrapper {
  padding: 80px 0 50px 0;
  background-color: #000;
  color: #fff;
}
.about-us-s4-wrapper .container {
  width: 80%;
  color: #fff;
}
.about-us-s4-wrapper .section-header {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
}
.about-us-s4-wrapper h2 {
  margin: 30px auto 10px auto;
  font-family: 'Jost', sans-serif; font-weight: 700;
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.about-us-s4-wrapper .custom-temp-btn {
  background-color: transparent;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.about-us-s4-wrapper .custom-temp-btn:hover {
  background-color: #fff;
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.about-us-v3-wrapper .about-us-v3 p {
  padding: 0 45px;
}

/* google_view 360 view section custom */
.google-view-wrapper {
  width: 90%;
  min-height: 75vh;
  margin: 20px auto;
}
.google-view-holder {
  border: 4px solid #fff;
  text-align: center;
}
.google-view-holder iframe {
  width: 100%;
  height: 70vh;
}

.about-us-v3 h1 {
  margin-top: 30px;
  margin-bottom: 35px;
  color: #939b6a;
}
.about-us-v3 .text-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
}
.about-us-v3 p {
  text-align: center;
}


.onespecial, .oneeventday {
  font-size: 18px;
}
.specials h1, .events h1 {
  color: #939b6a;
  border-bottom: 10px solid rgba(147, 155, 106, 0.8);
}
.specials h2, .events h2 {
  font-family: 'Jost', sans-serif; font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2em;
}
.event {
    border: 2px solid #fff;
    padding: 30px;
    background-color: #000;
}
.drink-menu .tabs-container .event {
  text-shadow: none;
}
.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);
}
.event-name {
  font-size: 1.4em;
  line-height: 1.1em;
}
.event-text {
  color: #fff;
}

.events-container .navbar.nav-v6 .container {
  margin-bottom: 0;
}
.events-container{
  color: #fff;
}
.events-container h1,
.events-container p {
  color: #fff;
}
.events-container h2 {
  margin-top: 20px;
  font-family: 'Jost', sans-serif; font-weight: 700;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #fff;
}
.events-container .event-time,
.events-container h3 {
  font-family: 'Jost', 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 #fff;
}
.empty-content-message h2,
.empty-content-message h3 {
  text-align: center;
  font-family: 'Jost', sans-serif; font-weight: 300;
  font-size: 1.4em;
  text-transform: none;
}
.empty-content-message h3 {
  font-size: 1.6em;
}
.empty-content-message h2 {
  text-transform: uppercase;
}
.events-container .empty-content-message {
  margin-top: 40px;
  color: #fff;
}
.events-container .empty-content-message h3 {
  color: #fff;
}

.food-menu-page .food-menu-v2-wrapper, .drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 70px;
}
.food-menu-v2-wrapper .section-header, .drink-menu-v2-wrapper .section-header {
  color: #333335;
}
.food-menu-grid .food-item-holder {
  display: table;
  width: 100%;
}
.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: 'Style Script', cursive; font-weight: 400;
  font-size: 1.8em;
  line-height: 100%;
  color: #333335;
  text-transform: capitalize;
}
.drink-menu .food-menu-grid h2 {
  font-family: 'Style Script', cursive; font-weight: 400;
  font-size: 2.8em;
  text-transform: capitalize;
}
.food-menu-grid .food-item-description,
.food-menu-grid .food-menu-description {
  color: #000;
}
.food-menu-grid .food-item-title h3 {
  font-family: 'Jost', sans-serif; font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  color: #000;
}
.food-menu-nav .food-menu-nav-item {
  background-color: transparent;
  background: transparent;
  color: #333335;
  border: 2px solid #333335;
}
.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: #333335;
  border-color: #333335;
  color: #fff;
  border: 2px solid #333335;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #333335;
}
.food-menu-grid .food-price,
.style-traditional.drink-menu .menu-item-price-traditional .item-price {
  color: #333335;
  font-family: 'Jost', 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 10px 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: 'Jost', sans-serif; font-weight: 700;
  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: #333335;
    border-bottom: 6px solid #333335;
}
.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: 'Jost', sans-serif; font-weight: 300;
}
.drink-menu.style-traditional .single-drink-title {
  font-family: 'Style Script', cursive; font-weight: 400;
  text-transform: capitalize;
  color: #333335;
  font-size: 5em;
}
.style-traditional.drink-menu .menu-item-description-traditional .drink-description {
  color: #000;
}

.food-menu-grid .menu-description {
  width: 95%;
}
.food-menu-grid .menu-description p {
  font-family: 'Jost', sans-serif; font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
}

.party-background .section-header {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #939b6a;
}
.party-background h2 {
  margin-top: 30px;
  font-family: 'Jost', sans-serif; font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
}
.reservations-and-parties p {
  text-transform: uppercase;
  line-height: 1.8em;
}
.reservations-page .reservations-and-parties p {
	max-width: 90% !important;
}
.party-background p a {
  color: #fff;
}
.reservations-and-parties textarea {
	width: 436px;
}

/* Catering page */
.catering .section-header {
  padding-top: 30px;
}
.catering a.custom-temp-btn {
  background-color: #939b6a;
  background: #939b6a;
  color: #fff;
  border: 2px solid #939b6a;
  text-shadow: none;
}
.catering a.custom-temp-btn:hover {
  background-color: transparent;
  background: transparent;
  color: #939b6a;
  border: 2px solid #939b6a;
}
.article-background,
.party-background.catering {
  background-color: #1f1f21;
}
.article-background h1 {
  margin: 10px 0 30px 0;
}
.article-background h1,
.article-background p a,
.article-background p a:hover,
.party-background.catering h1,
.party-background.catering p a,
.party-background.catering p a:hover {
  color: #939b6a;
}
.article-background p,
.party-background.catering p {
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: center;
}

.sph-food-menu{
max-width:800px;
margin: 0 auto;
}
.sph-no-food-message {
    text-align: center;
}
.sph-food-menu .sph-title {
padding: 1em;
text-align: center;
font-family: 'Style Script', cursive; font-weight: 400;
  font-size: 1.7em;
  text-transform: capitalize;
}
.sph-food-menu .sph-title .sph-name {
font-size: 2em;
}
.sph-food-menu .sph-section .sph-section-title{
margin:1.5em 0 2em 0;
text-align: center;
}
.sph-food-menu .sph-section-title .sph-name{
  font-family: 'Jost', sans-serif; font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5em;
}
.sph-food-menu .sph-section {
  font-size: 16px;
}
.sph-food-menu table.sph-items{
width:100%;
}
.sph-food-menu .sph-item>td{
vertical-align: top;
padding-bottom:5pxm;
text-align: center;
width: 100%;
display: block;
}
.sph-food-menu .sph-item>td.sph-prices{
padding-bottom: 15px;
vertical-align: top;
font-size:1em;
text-align: center;
width: 100%;
display: block;
}
.sph-food-menu .sph-item .sph-name{
font-size:1.2em;
}

.sph-food-menu .sph-food-menu-item-img{
    margin-top: 25px;
    margin-bottom: 15px;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.catering-select select {
  width: 137px;
}
.catering .food-menu-grid-item-content {
  background-color: transparent;
  box-shadow: none;
}
.drink-menu.catering .food-menu-grid h2 {
  color: #fff;
}
.catering .food-menu-grid .food-item-title h3,
.catering .food-menu-grid .food-item-description,
.catering .food-menu-grid .food-price {
  color: #fff;
  text-shadow: none;
}
.catering .food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #fff;
}
.catering .food-menu-nav {
  display: none;
}
.party-background.catering p {
  font-size: 1.4em;
  color: #fff;
}
.party-background.catering .food-menu-grid-item-content p {
  font-size: 1em;
  color: #fff;
}
.party-background.catering .pagecontent .scrolling .container {
  margin-top: -40px;
}
@media (max-width: 1400px) {
  .about-us-v3-wrapper .about-us-v3 p {
    padding: 0;
  }
}
@media (max-width: 1200px) {
    .sph-food-menu .sph-food-menu-item-img{
        height: 350px;
    }
}
@media (max-width: 1023px) {
    li.drop-down-link .sub-menu {
      margin-top: 10px;
      background-color: #333335;
    }
    .sph-food-menu .sph-food-menu-item-img{
        height: 300px;
    }
}
@media (max-width: 767px) {
    li.outside-link {
      display: block;
    }
    .sph-food-menu .sph-food-menu-item-img{
        height: 200px;
    }
    .sph-food-menu{
        max-width: 100%;
    }
    .sph-menu-nav-btn{
        display: block;
    }
    .sph-menu-nav{
        display: none;
        width: 100%;
        margin-top: 2px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        font-size: 1em;
    }
    .sph-menu-nav.active{
        display: block;
    }
    .sph-menu-nav .sph-menu-nav-item{
        display: block;
        padding: 3px 20px;
        width: 100%;
    }
}

@media (max-width: 1300px) {
  .map-newsletter .text-wrapper:before {
    background-size: cover;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 3.2em;
  }
}

@media (max-width: 1200px) {
  .navbar.nav-v6 .container {
    width: 100%;
  }
  .uk-slidenav-position:hover .uk-slidenav {
    display: none;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 5em;
    line-height: 1.1em;
  }
}

@media (max-width: 1100px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 0 12px;
  }
}

@media (max-width: 1024px) {
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 5em;
  }
  .about-us-v8-wrapper .container {
    width: 100% !important;
  }
  .food-menu-grid .food-price {
    padding: 0 5px 0 10px;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 3em;
  }
  .about-us-s4-wrapper .container {
    width: 80%;
  }
  .nav>li {
    padding: 0 3px;
  }
}

@media (max-width: 1023px) {
  .header-logo {
    left: 5px;
  }
  .socialnav {
    margin-top: 20px;
    padding-left: 15px;
  }
  .nav-v2 .socialnav a {
    padding-right: 0;
  }
  .social-icon {
    font-size: 24px;
    line-height: 36px;
  }
  .nav-v2 .nav>li>a {
    padding: 10px 3px;
    font-size: 0.9em;
  }
  .section-header, .about-us-v2 h1, .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;
  }
  .custom_html_1-section .container {
    width: 70%;
    margin-top: 30px;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .about-us-s4-wrapper .container {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .social-icons-holder .contact-icon {
    width: 30px;
    height: 30px;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 5em;
  }
  .uk-overlay-panel p, .on-cover-content .section-wrapper p {
    font-size: 2.8em;
  }
  .about-us-v8-image-bar {
    height: 50px;
    padding: 12px 15px;
    font-size: 1.5em;
  }
  .about-us-page .about-us-s1-content {
    padding-top: 30px;
  }
  .map-newsletter .bar {
    top: 0px;
  }
  .navbar.nav-v7 .navbar-tabs .socialnav {
    display: none;
  }
  .about-us-s1-wrapper p {
    line-height: 1.2em;
  }
  .about-us-page .about-us-s1-content h1 {
    margin-top: 10px;
    font-size: 2.8em;
  }
}

@media (max-width: 850px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1em;
  }
  .uk-overlay-panel h1, .on-cover-content .section-wrapper .section-header {
    font-size: 4.8em;
  }
}

@media (max-width: 767px) {
  .navbar.nav-v6 .header-logo {
    max-width: 100px;
  }
  .uk-dotnav {
    bottom: 55px;
  }
  .modal-content h1{
    font-size: 3em;
  }
  .about-us-page .uk-dotnav {
    bottom: 0;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-svg-border {
    height: 20px;
  }
  .footer-v2-wrapper {
    padding-bottom: 80px;
  }
  .nav-v2 .nav>li>a {
    padding: 5px;
    font-size: 1.2em;
  }
  .header-logo {
    max-width: 45px;
  }
  .socialnav {
    margin-top: -40px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 10px 15px;
    font-size: 1.2em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    padding: 12px 10px;
    font-family: 'Jost', sans-serif; font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
  }
  .on-cover-content .section-wrapper .container {
    margin-bottom: 20px;
  }
  .uk-slidenav-position:hover .uk-slidenav {
    display: none;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    margin-top: 0;
    font-size: 4em;
  }
  .uk-overlay-panel p,
  .on-cover-content .section-wrapper p {
    font-size: 1.9em;
    line-height: 1.1em;
  }
  .uk-overlay-panel a.custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
    margin-top: 10px;
  }
  .banner-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner-section h1 {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .section-header, .about-us-v2 h1, .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: 4em;
  }
  .about-us-v8-content .text-wrapper h1 {
    margin-top: 10px;
  }
  .about-us-v8-content .text-content.title-image h1:after {
    height: 100px;
    margin: 5px auto;
  }
  .about-us-page .about-us-s1-content h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 2.3em;
  }
  .about-us-v8-wrapper {
    padding: 0 !important;
  }
  .about-us-v8-image-bar {
    font-size: 1.4em;
  }
  .custom_html_1-section {
    padding: 30px 0;
  }
  .custom_html_1-section .container {
    width: 90%;
  }
  .embed-container {
    margin-top: 0;
  }
  .custom_html_1-section a {
    display: inline-block;
    width: 80%;
  }
  .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;
  }
  .events-container .events-holder {
    padding-top: 30px;
  }
  .events-container h1 {
    margin-top: 35px;
  }
  .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: 30px;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 7px 20px;
    border: none;
    border-bottom: 2px solid #333335;
    border-radius: 0;
    color: #333335;
  }
  .food-menu-nav .food-menu-nav-item {
    color: #333335;
  }
  .food-menu-nav .food-menu-nav-item.active {
    border: none;
    border-bottom: 2px solid #333335;
  }
  .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 #333335;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type.active:hover,
  .food-menu-nav .food-menu-nav-item.active:hover {
    background: #333335;
    color: #939b6a;
  }
  .food-menu-grid .menu-description {
    padding-bottom: 0;
  }
  .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;
  }
  .about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 360px;
  }
  .drink-menu.article-background .pagecontent {
    margin-top: 60px;
    padding-top: 30px;
  }
  .article-background h2 {
    margin-top: 20px;
  }
  .article-background p {
    font-size: 1.3em;
  }
  .article-background p a {
    display: block;
  }
  .article-background .catering-menu {
    padding-bottom: 60px;
  }
  .sph-food-menu .sph-title .sph-name {
    font-size: 1.6em;
  }
  .sph-food-menu .sph-title {
    padding-bottom: 0;
  }
  .sph-food-menu .sph-section-title .sph-name {
    font-size: 1.3em;
  }
  .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;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #333335;
  }
  .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: #333335;
    border-color: #333335;
    color: #fff;
    border: 2px solid #333335;
  }
  .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;
  }
  .nav-v7.navbar-fixed-top .navbar-collapse {
    max-height: 442px;
  }
  .about-us-background .about-us-v3 .text-wrapper {
    margin-bottom: 120px;
  }
  .about-us-background .about-us-v3 h1 {
    margin-top: 15px;
  }
  .about-us-v3 p {
    text-align: center;
  }
  .about-us-v3 .text-wrapper {
    padding: 30px 10px;
  }
  .about-us-background .pagecontent {
    padding-top: 66px;
  }
  .food-menu-page .food-menu-v2-wrapper, .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 45px;
  }
  .drink-menu.blog-background iframe {
    width: 100%;
  }
  .navbar.nav-v7 .navbar-tabs .socialnav {
    display: block;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 4em;
  }
  .about-us-v7-content .text-wrapper h1 {
    text-align: center;
  }
  .about-us-s3-wrapper .map-footer {
    bottom: 40px;
  }
  .about-us-s4-wrapper {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .about-us-s4-wrapper .container {
    width: 95%;
  }
  .about-us-s4-wrapper .section-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.8em;
  }
  .about-us-s4-wrapper h2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.5em;
  }
  .sister-locations img {
    max-height: 90px;
  }
  .sister-locations .social-icons-holder {
    margin-top: 5px;
  }
  .about-us-s4-wrapper p {
    font-size: 1.1em;
  }
  .party-background .section-header {
    font-size: 3em;
  }
  .reservations-page .reservations-and-parties p {
    margin-bottom: 20px;
    line-height: 1.3em;
    font-size: 1.1em;
  }
}

@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;
  }
  .catering-select select {
    width: 183px;
  }
  .reservations-page .reservations-and-parties p {
	max-width: 70% !important;
	}
}

@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;
  }
  .catering-select select {
    width: 172px;
  }
}

@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;
  }
  .map-newsletter .bar:before, .map-newsletter .bar:after {
    bottom: 15px;
  }
  .party-background.catering p {
    font-size: 1.1em;
  }
  .catering-select select {
    width: 160px;
  }
  .reservations-page .reservations-and-parties p {
	max-width: 100% !important;
	}
}

@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;
  }
  .catering-select select {
    width: 154px;
  }
}

@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.nav-v6 .header-logo {
    max-width: 140px;
    left: 5px;
  }
  .uk-overlay-panel .container {
    width: 100%;
    padding: 0;
  }
  .uk-overlay-panel h1, .on-cover-content .section-wrapper .section-header {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2.3em;
  }
  .uk-overlay-panel p, .on-cover-content .section-wrapper p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.7em;
  }
  .uk-overlay-panel a.custom-temp-btn {
    font-size: 15px;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .section-header, .about-us-v2 h1, .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: 2.8em;
  }
  .about-us-v8-content h2, .about-us-v7-content h2, .custom_html_1-section h2, .events-v3-wrapper h2, .reviews-v2-wrapper h2, .map-newsletter h2, .reservations-text h2 {
    font-size: 1.3em;
  }
  .about-us-v8-image-bar {
    height: 45px;
    font-size: 1.2em;
  }
  .about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 400px;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 2em;
  }
  .about-us-page .about-us-s1-content p {
    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,.drink-menu .reservations-and-parties textarea {
      width: 248px;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 120px;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.6em;
    margin-bottom: 0;
  }
  .reservations-page .reservations-and-parties p {
    line-height: 1.3em;
    font-size: .9em;
  }
  .catering-select select {
    width: 118px;
  }
}
