@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
/* 
    font-family: 'Abril Fatface', cursive; font-weight: 400;
    font-family: 'Courgette', cursive;
    font-family: 'Inter', sans-serif; font-weight: 300;
*/
body {
    font-family: 'Inter', sans-serif; font-weight: 300;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Courgette', cursive;
}
.navbar-regular.nav-v6 .navbar-nav > li > a {
    font-family: 'Inter', sans-serif; 
    font-weight: 300;
    font-size: 1em;
    padding: 0 8px;
}

/* nav */

.navbar.nav-v6 .container {
  width: 100%;
}

.navbar.nav-v6 .header-logo {
  max-width: 200px;
}

/* nav dropdown */

li.drop-down-link .sub-menu {
	left: 0;
	top: 65px;
	padding: 15px 10px;
  margin-top: 1px;
}
li.drop-down-link.menu-drop .sub-menu {
	width: 160px !important;
}
.nav-v6.nav-scroll li.drop-down-link .sub-menu {
	top: 55px;
}
li.drop-down-link .sub-menu a {
	padding: 0 10px;
	font-family: 'Black Han Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
}
/* nav end */

/* Buttons */
.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link,
.specials-v3.home-specials div a.custom-temp-btn,
.party-offer a.custom-temp-btn {
    padding: 8px 40px;
    text-transform: uppercase;
    background-color: #4169e2;
    background: #4169e2;
    border: 2px solid #4169e2;
    color: #fff;
    font-family: 'Inter', sans-serif; font-weight: 300;
    font-size: 18px;
    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;
    text-decoration: none;
}
.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.specials-v3.home-specials div 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,
.addtocalendar.atc-style-blue .atcb-link:hover,
.catering-inquiry-page .content-wrapper .custom-temp-btn:focus {
    text-decoration: none;
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #1a1a1a;
    opacity: 1;
}
.uk-overlay-panel a.custom-temp-btn,
.reservations-tmt-section a.custom-temp-btn {
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #1a1a1a;
}
.uk-overlay-panel a.custom-temp-btn:hover,
.reservations-tmt-section a.custom-temp-btn:hover {
    background-color: #1a1a1a;
    background: #1a1a1a;
    border: 2px solid #1a1a1a;
    color: #fff;
}
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
    background-color: #810000;
    background: #810000;
    border: 2px solid #810000;
    color: #fff;
}
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover {
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #1a1a1a;
}
/* End Buttons */
/* Headings */
.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-family: 'Abril Fatface', cursive; font-weight: 400;
    font-size: 5em;
    text-transform: uppercase;
}
.about-us-v8-content .text-wrapper h2,
.custom_html_1-section h2,
.order-tmt-section h2,
.reservations-tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
    font-family: 'Courgette', cursive;
    font-size: 2.7em;
    color: #fff;
}
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
    margin-top: 0;
    font-family: 'Abril Fatface', cursive; font-weight: 400;
    color: #fff;
    font-size: 5em;
    text-shadow: none;
    text-transform: uppercase;
}
/* End Headings */
/* Slideshow */
.uk-overlay-background {
    background: rgba(0, 0, 0, 0.3);
}
.uk-dotnav-contrast > .uk-active > *,
.uk-dotnav-contrast > * > :hover {
    background: #fff;
    border: 1px solid #fff;
    transform: scale(1);
    opacity: 1;
}
.uk-dotnav-contrast > * > * {
    background: transparent;
    opacity: 1;
    border: 1px solid #fff;
}
.uk-overlay-panel .container {
    width: 100%;
}
/* End Slideshow */
/* Baner */
.banner-section {
    padding: 30px 0;
}
.banner-section h1 {
    font-family: 'Inter', sans-serif; font-weight: 300;
}
.banner-section .banner-pin {
    color: #4169e2;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #1a1a1a;
}
/* End Baner */
/* Custom Section */
.custom_html_1-section.section-wrapper {
    background-color: #4169e2;
    text-align: center;
    color: #fff;
}
/* End Custom Section */
/* About us */
.about-us-v8-item-left .about-us-v8-image {
    border-bottom: 10px solid #4169e2;
}
.about-us-v8-item-right .about-us-v8-image {
    border-top: 10px solid #4169e2;
}
/* End About us */
/* Order section */
.bottom-svg-border svg {
    bottom: 1px;
}
/* End Order section */

/* Reviews */
.reviews-v2-wrapper.section-wrapper {
    background-size: cover !important;
    background-attachment: scroll !important;
}
.reviews-v2-wrapper .container {
    padding-top: 0;
}
.reviews-v2-wrapper h2 {
    text-transform: none;
    color: #4169e2;
}
.reviews-v2-wrapper h3 {
    font-family: 'Inter', sans-serif; font-weight: 300;
    text-transform: capitalize;
    font-size: 1.4em;
}
.reviews-v2-wrapper h3 .fa.fa-star {
    font-size: 0.7em;
}
.reviews-v2-wrapper .review-text blockquote {
    margin: 0;
    padding: 0;
}
.reviews-v2-wrapper .review-text p {
    line-height: 1.3em;
}
.reviews-v2-wrapper .review-quote {
    color: #4169e2;
    opacity: 1;
}
/* End Reviews */
/* Newsletter */
.map-newsletter .text-wrapper:before {
    background-color: #4169e2;
}
.map-newsletter {
    border-right: none;
}
.map-newsletter .section-header {
    color: #fff;
}
.map-newsletter h2 {
    text-transform: none;
}
.map-newsletter .sph-email-subscription h2 {
    font-family: 'Inter', sans-serif; font-weight: 300;
}
.map-newsletter .sph-email-subscription .sph-email-input {
    border-bottom: 1px solid #fff;
    padding: 11px 5px;
    color: #fff;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
    color: #fff;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
    color: #fff;
}
.map-newsletter .bar {
    top: -6px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
    background-color: #810000;
}
.googlemap-v3-wrapper .triangle {
    display: none;
}
.sph-response-message {
    font-size: 1.4em;
    color: #fff;
}
/* End Newsletter */
/* Newsletter Popup */
.custom-modal .modal-content {
    background-color: #4169e2;
}
.custom-modal .newsletter-popup .section-header {
    font-size: 4em;
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-family: 'Inter', sans-serif; font-weight: 300;
    font-size: 1.3em;
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 10px 15px;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
    color: #fff;
}
/* End Newsletter Popup */
/* Contact */
.contact-v3 {
    background-color: #606062;
}
.contact-v3 .contact-location,
.contact-v3 .hours,
.contact-v3 .find-us {
    font-size: 1.2em;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
    font-size: 1.5em;
    text-transform: none;
}
.contact-v3 .days {
    text-transform: uppercase;
    padding-bottom: 0;
}
.contact-v3 .from-to {
    text-transform: uppercase;
}
.contact-v3 a {
    color: #fff;
}
.contact-v3 a,
.contact-v3 a:hover {
    text-decoration: none;
}
.contact-v3 .contact-us p {
    margin: 0;
}
.footer-v2-wrapper {
    background-color: #4169e2; 
}
/* End Contact */
/* Menu Page */
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 90px;
}
.food-menu-nav .food-menu-nav-item {
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #1a1a1a;
}
.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: #4169e2;
    background: #4169e2;
    border: 2px solid #4169e2;
    color: #fff;
}
.food-menu-grid-item-content {
    border-radius: 0;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #4169e2;
}
.food-menu-grid .menu-description p {
    font-size: 1.3em;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
    font-size: 2em;
}
.food-menu-grid .food-menu-description p {
    font-size: 1.2em;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
    font-size: 1.3em;
    font-family: 'Inter', sans-serif; font-weight: 300;
}
.food-menu-grid .food-price {
    color: #810000;
}
.food-menu-grid .food-item-description {
    color: #757575;
    font-size: 1em;
}
/* End Menu Page */
/* Parties Page */
.party-background.party-custom .pagecontent {
    width: 97%;
    padding-bottom: 60px;
}
.party-background.party-custom .reservations-and-parties-form {
    max-width: 100%;
    margin-top: 0;
    padding-top: 15px;
}
.party-background.party-custom .reservations-and-parties textarea, 
.party-background.party-custom .reservations-and-parties select.wide-select, 
.party-background.party-custom .checkbox-holder {
    width: 435px;
    margin-bottom: 16px;
}
.party-background.party-custom .party-offer .food-menu-nav {
    display: inline-block;
}
.party-background.party-custom .custom-temp-btn {
    padding: 8px 10px;
    width: 40%;
    font-size: 15px !important;
}
.party-background.party-custom .reservations-and-parties select.half-select {
    width: 213px;
}
.party-background.party-custom .reservations-and-parties button[disabled]  {
    color: #1a1a1a;
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
}
.party-background.party-custom .reservations-and-parties button,
.party-background.party-custom .reservations-and-parties button:hover {
    width: 435px;
    color: #fff;
    background-color: #4169e2;
    background: #4169e2;
    border: 2px solid #4169e2;
}
.party-background.party-custom .food-menu-nav .food-menu-nav-item {
    background-color: #fff;
    background: #fff;
    border-color: #fff;
    color: #1a1a1a;
    font-family: 'Inter', sans-serif; font-weight: 300;
    width: auto;
	min-width: 140px;
	margin: 5px;
	padding: 8px 10px;
    font-size: 13px !important;
}
.party-background.party-custom .food-menu-nav .food-menu-nav-item.active, 
.party-background.party-custom .food-menu-nav .food-menu-nav-item:focus, 
.party-background.party-custom .food-menu-nav .food-menu-nav-item:hover {
    background-color: #4169e2;
    background: #4169e2;
    border-color: #4169e2;
    color: #fff;
}
.party-offer-holder {
    text-shadow: none;
}
.party-background.party-custom .party-space-options {
    font-size: 3em;
    margin-top: 5px;
    font-family: 'Courgette', cursive;
    text-transform: none;
}
.party-offer .food-menu-grid-item-content {
    visibility: hidden;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}
.party-offer .food-menu-grid-item-content h3 {
    font-size: 1.8em;
    font-family: 'Courgette', cursive;
    color: #fff;
    margin: 20px auto;
}
.party-offer .food-menu-grid-item, 
.party-offer .food-menu-grid-sizer {
    width: 100%;
}
.party-image-holder .party-image img {
    max-height: 500px;
    margin: 10px auto;
}
.party-offer img {
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #ecdbcb;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(236, 219, 203, 0.85);
    -moz-box-shadow: 0px 0px 10px 0px rgba(236, 219, 203, 0.85);
    box-shadow: 0px 0px 10px 0px rgba(236, 219, 203, 0.85);
}
.fancybox-overlay {
    z-index: 9999;
}
.fancybox-opened {
    z-index: 11000;
}
.reservations-and-parties p.submit-success {
    color: #fff;
}
ul.space-description-list {
    margin-bottom: 15px;
    padding-left: 0;
    list-style-type: none;
}
ul.space-description-list li {
    font-size: 1.2em;
}
/* End Parties Page */
/*events page*/

.events-container .pagecontent {
    padding-top: 170px;
}

.events-container h1 {
    margin-bottom: 30px;
}

.events-container h2 {
  font-family: 'Courgette', cursive;
    text-transform: capitalize;
    font-size: 2em;
}

.events-container h3,
.events-container .event-info-text p {
  font-family: 'Inter', sans-serif; font-weight: 300;
    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*/
/* 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 {
    font-family: 'Inter', sans-serif; font-weight: 300;
    text-align: center;
    text-transform: none;
    font-size: 1.5em;
}
/* End Empty Content Message */

/* Custom Catering page */

.catering-inquiry-page:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url('https://static.spotapps.co/web/primosmansfield--com/css/../custom/catering_back.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(0.2);
  -moz-filter: brightness(0.2);
  -o-filter: brightness(0.2);
  -ms-filter: brightness(0.2);
  filter: brightness(0.2);
}

.catering-inquiry-page .section-header {
  color: #fff;
}
.catering-inquiry-page .tabs-container {
  margin-bottom: 60px;
}
.catering-inquiry-page .content-wrapper {
  text-align: center;
  margin: 20px auto;
}
.catering-inquiry-page .content-wrapper .custom-temp-btn {
  text-shadow: none;
}
.catering-inquiry-page .content-wrapper .image-wrapper {
  margin: 20px auto;
}
.catering-inquiry-page .content-wrapper .image-wrapper img {
  border: 2px solid #4169e2;
}
/* End Custom Catering page */

/* START Custom Purchase E-Gift Cards page */
.article-background.custom-purchase-e-gift-cards-page::before {
content: "";
position: fixed;
left: 0;
right: 0;
z-index: -1;
display: block;
background-image: url('https://static.spotapps.co/web/primosmansfield--com/css/../custom/gift_cards_back.jpg');
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
-webkit-filter: brightness(0.3);
-moz-filter: brightness(0.3);
-o-filter: brightness(0.3);
-ms-filter: brightness(0.3);
filter: brightness(0.3);
}
.section-header {
  margin-top: 35px;
}
.article-background.custom-purchase-e-gift-cards-page .custom-temp-btn:hover {
text-shadow: none;
}
/* End Custom Purchase E-Gift Cards page */

/* Custom reservations section */
.ot-reservations-wrapper.section-wrapper {
  padding: 4em 0;
  background-color: #ecdbcb;
  color: #333;
}
.open-table-holder.open-table-desktop,
.open-table-holder.open-table-mobile.open-table-standard{
  height: 490px;
}
/* Custom reservations section end*/

/* EVENT SPACE 2 PAGE START */
.event-space-2-page {
    text-align: center;
}
.event-space-2-page * {
    text-shadow: none;
}
.event-space-2-page p {
    width: 435px;
    max-width: 100%;
    margin: 20px auto;
}
.event-space-2-page:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: url('https://static.spotapps.co/web/elprimos--net/custom/parties_back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(0.6) opacity(0.2);
    -moz-filter: grayscale(0.6) opacity(0.2);
    -o-filter: grayscale(0.6) opacity(0.2);
    -ms-filter: grayscale(0.6) opacity(0.2);
    filter: grayscale(0.6) opacity(0.2);
}
.event-space-2-page .party-offer {
    padding-top: 4em;
}
/* EVENT SPACE 2 PAGE END */

.custom_html_1-section img {
    max-width: 65%;
}
.order-tmt-section.section-wrapper {
    padding: 0 !important;
}

/* Responsive */
@media (max-width:1400px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 0 4px;
    font-size: 0.9em;
  }
    .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: 4.5em;
    }
    .about-us-v8-content .text-wrapper h2,
    .custom_html_1-section h2,
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 2.4em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 4.5em;
    }
    .banner-section h1 {
        font-size: 1.3em;
    }
    .custom_html_1-section img {
        max-width: 400px;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1.1em;
    }
    .party-background.party-custom .pagecontent {
        width: 100%;
    }
    .party-offer .food-menu-grid-item-content h3 {
        font-size: 1.7em;
    }
}
@media (max-width:1200px) {
    .navbar.nav-v6 .header-logo {
        max-width: 130px;
    }
    .navbar-regular.nav-v6 .navbar-nav>li>a {
      padding: 0 5px;
      font-size: 0.9em;
    }
    li.drop-down-link .sub-menu {
      width: 140px !important;
    }
    .navbar.nav-v6 .socialnav {
        display: none;
    }
    .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: 4em;
    }
    .about-us-v8-content .text-wrapper h2,
    .custom_html_1-section h2,
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 2em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 4em;
    }
    .custom_html_1-section img {
        max-width: 360px;
    }

    .drink-menu .food-menu-page h2, 
    .drink-menu .drink-menu-page h2 {
        font-size: 1.8em;
    }
    .party-background.party-custom .custom-temp-btn {
        width: 70%;
    }
}
@media (max-width:1024px) {
    p {
        font-size: 1.2em;
    }
    .custom-temp-btn,
    .uk-overlay-panel a.custom-temp-btn,
    .on-cover-content .section-wrapper a.custom-temp-btn,
    .about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
    .about-us-v8-wrapper a.custom-temp-btn,
    .map-newsletter .sph-email-subscription .sph-submit-button,
    .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
    .addtocalendar.atc-style-blue .atcb-link,
    .specials-v3.home-specials div a.custom-temp-btn,
    .party-offer a.custom-temp-btn {
        font-size: 15px;
    }
    .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.5em;
    }
    .about-us-v8-content .text-wrapper h2,
    .custom_html_1-section h2,
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.7em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 3.5em;
    }
    .custom_html_1-section img {
        max-width: 300px;
    }
    .banner-section {
        padding: 20px 0;
    }
    .banner-section h1 {
        font-size: 1.2em;
    }
    .custom_html_1-section.section-wrapper,
    .order-tmt-section.section-wrapper,
    .reservations-tmt-section.section-wrapper {
        padding: 2em 0;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.2em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 1.1em;
    }
    .sph-email-subscription .sph-email-input {
        font-size: 14px;
    }
    .map-newsletter .sph-email-subscription .sph-email-input {
        padding: 10px 5px;
    }
    .contact-v3 .contact-location, 
    .contact-v3 .hours, 
    .contact-v3 .find-us {
        font-size: 1em;
    }
    .food-menu-v2-wrapper .section-header, 
    .drink-menu-v2-wrapper .section-header {
        padding-top: 50px;
    }
    .food-menu-grid .menu-description p {
        font-size: 1.1em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1.5em;
    }
    .food-menu-grid .food-menu-description p {
        font-size: 1.1em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.1em;
    }
    .food-menu-grid .food-item-description {
        font-size: .9em;
    }
    .party-background.party-custom .reservations-and-parties button {
        font-size: 14px;
    }
    .ot-reservations-wrapper.section-wrapper {
      padding: 4em 0 4em;
    }
}
@media (max-width:1023px) {
  .navbar.nav-v6 .header-logo {
    max-width: 100px;
  }
  .social-icons-holder .contact-icon {
    width: 25px;
    height: 25px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 0.65em;
  }
  .navbar-collapse.collapse {
    padding-bottom: 0;
  }
  li.drop-down-link .sub-menu {
    width: 120px !important;
  }
  li.drop-down-link .sub-menu a {
    font-size: 0.75em;
  }
  .events-container h2 {
    font-size: 1.8em;
  }
}
@media (max-width:991px) {
    .map-newsletter .bar {
        top: 0;
    }
    .party-background.party-custom .custom-temp-btn {
        width: 46%;
    }
    .catering-inquiry-page .content-wrapper .image-wrapper img {
      margin: 10px auto;
    }
    .order-tmt-section svg {
        margin-top: -6px;
    }

}
@media (width:768px) {
  li.drop-down-link .sub-menu {
    top: 65px;
  }
  .nav-v6.nav-scroll li.drop-down-link .sub-menu {
    top: 65px;
  }
}

@media (max-width: 768px) {
    .party-background.party-custom .reservations-and-parties textarea, 
    .party-background.party-custom .reservations-and-parties select.wide-select, 
    .party-background.party-custom .checkbox-holder {
      width: 378px;
      margin-bottom: 10px;
    }
    .party-background.party-custom .reservations-and-parties button {
      width: 378px;
    }
    .party-background.party-custom .reservations-and-parties select.half-select {
      width: 185px;
    }
}
@media (max-width:767px) {
    p {
        font-size: 1em;
    }
    .navbar.nav-v6 .header-logo {
        max-width: 140px;
    }
    .navbar-regular.nav-v6 .navbar-nav > li > a {
        font-size: 1em;
        padding: 8px 5px;
    }
    .navbar.nav-v6 .socialnav {
        display: inline-block;
    }

    /* DROPDOWN */
	.nav-v6-drop li.drop-down-link {
		display: block;
	}
  .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: #000 !important;
  }
	li.drop-down-link .sub-menu {
		position: relative;
		width: 100% !important;
		margin-top: 0;
		padding: 5px 20px 5px 35px;
	}
	li.drop-down-link.menu-drop .sub-menu {
		width: 100% !important;
	}
	li.drop-down-link .sub-menu,
	.nav-v6.nav-scroll li.drop-down-link .sub-menu {
		top: 0;
	}
	li.drop-down-link .sub-menu a {
		font-size: 14px;
	}
	.navbar-regular.nav-v6 .navbar-nav>li.drop-down-link>a:hover,
  .navbar-regular.nav-v6 .navbar-nav>li.drop-down-link>a:focus {
		background-color: #ecdbcb !important;
    color: #000;
	}
	.navbar-regular.nav-v6 .navbar-nav>li.drop-down-link.active>a:hover,
  .navbar-regular.nav-v6 .navbar-nav>li.drop-down-link.active>a:focus {
		background-color: #ecdbcb !important;
    color: #000;
	}
	/* DROPDOWN */

    video#coverVideo {
        margin-top: 70px;
    }
    .homepage .header {
        background-color: #757575;
    }
    .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: 3em;
    }
    .about-us-v8-content .text-wrapper h2,
    .custom_html_1-section h2,
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.2em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        margin-top: -20px;
        font-size: 2.6em;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .custom_html_1-section img {
        max-width: 250px;
    }
    .about-us-v8-content .text-wrapper {
        text-align: center;
    }
    .about-us-v8-content .text-wrapper p {
        text-align: center !important;
    }
    .custom-modal .newsletter-popup .section-header {
        font-size: 2.7em;
    }
    .sph-response-message {
        font-size: 1.2em;
    }
    .top-svg-border svg,
    .bottom-svg-border svg {
        display: none;
    }
    .food-menu-v2-wrapper .section-header, 
    .drink-menu-v2-wrapper .section-header {
        padding-top: 20px;
    }
    .food-menu-nav .food-menu-nav-item {
        border: none;
        border-bottom: 2px solid #4169e2;
        padding: 7px 15px;
        border-radius: 0;
    }
    .food-menu-nav .food-menu-nav-item.active,
    .food-menu-nav .food-menu-nav-item:hover,
    .food-menu-nav .food-menu-nav-item:focus {
        border: none;
        border-bottom: 2px solid #4169e2;
    }
    .food-menu-nav .food-menu-nav-item:first-of-type {
        border-top: 2px solid #4169e2;
    }
    .drink-menu .food-menu-page h2, 
    .drink-menu .drink-menu-page h2 {
        font-size: 1.4em;
    }
    .custom-purchase-e-gift-cards-page .section-header{
        font-size: 2.3em;
    }
    .party-background.party-custom .food-menu-nav .food-menu-nav-item:first-of-type {
        border-top: 2px solid #4169e2;
    }
    .party-background.party-custom .food-menu-nav .food-menu-nav-item {
        width: 100%;
        margin: 0;
        border: none;
        border-bottom: 2px solid #4169e2;
        padding: 7px 15px;
        border-radius: 0;
    }
    .party-background.party-custom .food-menu-nav .food-menu-nav-item.active,
    .party-background.party-custom .food-menu-nav .food-menu-nav-item:hover,
    .party-background.party-custom .food-menu-nav .food-menu-nav-item:focus {
        border: none;
        border-bottom: 2px solid #4169e2;
    }
    .party-background.party-custom .custom-temp-btn {
        font-size: 13px !important;
    }
    .party-offer .food-menu-grid-item-content h3 {
        font-size: 1.4em;
    }
    .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 {
        font-size: 1.3em;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-family: 'Inter', sans-serif; font-weight: 300;
        text-transform: uppercase;
        font-size: .9em;
        padding: 15px 5px;
    }
    ul.space-description-list li {
        font-size: 1em;
    }
    .events-container .pagecontent {
        padding-top: 90px;
    }
    .events-container .events-holder {
        padding: 20px 0;
    }
    .events-container .container {
        margin-bottom: 150px;
    }
    .events-container h2 {
        font-size: 1.6em;
    }
    .events-container h3,
    .events-container .event-info-text p {
      font-size: 1.2em;
    }
    .ot-reservations-wrapper.section-wrapper {
      padding: 4em 0 4em;
    }
    .ot-reservations-wrapper.section-wrapper .section-header {
      margin-top: 0px;
    } 
    .order-tmt-section svg {
      margin-top: -15px;
    }
}
@media (max-width: 640px) {
    .party-background.party-custom .reservations-and-parties textarea, 
    .party-background.party-custom .reservations-and-parties select.wide-select, 
    .party-background.party-custom .checkbox-holder {
      width: 356px;
      margin-bottom: 10px;
    }
    .party-background.party-custom .reservations-and-parties select.half-select {
      width: 174px;
    }
    .party-background.party-custom .reservations-and-parties button {
      width: 356px;
    }
  }
@media (max-width: 540px) {
    .party-background.party-custom .reservations-and-parties textarea, 
    .party-background.party-custom .reservations-and-parties select.wide-select, 
    .party-background.party-custom .checkbox-holder {
      width: 331px;
      margin-bottom: 10px;
    }
    .party-background.party-custom .reservations-and-parties select.half-select {
      width: 161px;
    }
    .party-background.party-custom .reservations-and-parties button {
      width: 331px;
    }
}
@media (max-width: 390px) {
    .party-background.party-custom .reservations-and-parties textarea, 
    .party-background.party-custom .reservations-and-parties select.wide-select, 
    .party-background.party-custom .checkbox-holder {
      width: 320px;
      margin-bottom: 10px;
    }
    .party-background.party-custom .reservations-and-parties select.half-select {
      width: 154px;
    }
    .party-background.party-custom .reservations-and-parties button {
      width: 320px;
    }
    .party-background.party-custom .party-space-options {
      font-size: 2em;
    }
}
@media (max-width:320px) {
    p {
        font-size: .9em;
    }
    .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: 2.5em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 2.2em;
    }
    .banner-section h1 {
        font-size: .9em;
    }
    .custom_html_1-section img {
        max-width: 200px;
    }
    .custom_html_1-section h2 {
        font-size: 1em;
    }
    .about-us-v8-content .text-wrapper p {
        font-size: 1em;
    }
    .reservations-tmt-section p {
        font-size: .8em;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.1em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 1em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 1.1em;
    }
    .drink-menu .food-menu-page h2, 
    .drink-menu .drink-menu-page h2 {
        font-size: 1.3em;
    }
    .food-menu-grid .food-menu-description p {
        font-size: 1em;
    }
    .party-background.party-custom .reservations-and-parties textarea, 
    .party-background.party-custom .reservations-and-parties select.wide-select, 
    .party-background.party-custom .checkbox-holder {
        width: 248px;
    }
    .party-background.party-custom .reservations-and-parties select.half-select {
        width: 118px;
    }
    .party-background.party-custom .reservations-and-parties button {
        width: 248px;
    }
    .party-offer .food-menu-grid-item-content h3 {
        font-size: 1.6em;
    }
}
/* End Responsive */