@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:400,900");
@import url('//fonts.googleapis.com/css2?family=Macondo&display=swap');
@import url('//fonts.googleapis.com/css2?family=Figtree:wght@300&display=swap');

/*
font-family: 'Macondo', cursive; 

font-family: 'Figtree', sans-serif; 
font-weight: 300;

font-family: 'Source Sans Pro', sans-serif;

*/

@media (min-width: 992px) {
  .about-us-item.about-us-s1.about-us-s1-slide {
    min-height: 500px !important;
  }
  .about-us-page .about-us-s1-content {
    padding: 160px 10px 30px 20px;
  }
}

a {
  color: #ddd;
}

body {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
}
.navigation-left li a,
.navigation-right li a,
.navbar-inverse .navbar-nav > li > a {
  color: #4e748b;
}
.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: #94a497;
}

.navbar-regular.nav-v6 .navbar-nav > li > a {
  padding: 0 10px;
}

.nav-v7 .nav-btn {
  position: absolute;
  left: 0;
  margin-left: 10px;
  z-index: 1;
  background-color: #c87c2f;
  color: #000;
  display: none;
} 
.nav-v7 .nav-btn:is(:hover, :focus) {
  color: #000;
}
.nav>li>a{
  font-size: 1em;
}
li.drop-down-link {
  position: relative;
}
li.drop-down-link .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 41px;
  width: max-content !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 5px;
  color: #fff;
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  text-align: center;
}
li.drop-down-link .sub-menu a {
  display: block;
  padding: 5px 0 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  opacity: 1;
  word-break: initial;
}
li.drop-down-link .sub-menu a:hover,
li.drop-down-link .sub-menu a:focus,
.navbar.nav-v6.nav-scroll li.drop-down-link .sub-menu a:hover,
.navbar.nav-v6.nav-scroll li.drop-down-link .sub-menu a:focus {
  text-decoration: none;
  color: #c87c2f;
}
li.outside-link {
  display: none;
}
.navbar.nav-v6.nav-scroll li.drop-down-link .sub-menu {
  top: 41px;
  background-color: rgba(12, 31, 45, 0.7);
  color: #fff;
}

.uk-overlay-background {
  background: rgba(0, 0, 0, 0.4);
}

.uk-overlay-panel .container {
  width: 95%;
}

.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Macondo', cursive; 
  font-size: 4em;
  line-height: 1.2em;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.uk-overlay-panel p,
.on-cover-content .section-wrapper p {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.1em;
  color: #fff;
  text-transform: lowercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.on-cover-content .section-wrapper .section-header {
  margin-top: 70px;
}

.slideshow-v2-wrapper .uk-position-bottom {
  bottom: 45px;
}
.slideshow-v2-wrapper .slideshow-controls-btn {
  bottom: 35px;
}
.style-traditional .tabs-container .scrolling {
  display: block;
}
.navbar-fixed-bottom.nav-v1 .bottom-list-item a {
  padding: 15px 10px 15px 10px;
}
.cover-wrapper {
  margin-top: 40px;
}
.cover-wrapper .slide-text {
  font-size: 1.6em;
}
.cover-wrapper .slide-text:first-child {
  font-size: 1.7em;
  font-weight: bold;
}
.cover-wrapper .slide-text:last-child {
  margin-top: 20px;
}
.on-cover-content .section-wrapper a {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
  color: #fff;
  text-transform: none;
  font-size: 1em;
  text-decoration: underline;
}
.on-cover-content .section-wrapper a:hover {
  text-decoration: none;
  color: #c87c2f;
}

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-v2 a.custom-temp-btn,
.about-us-plus-content .about-us-plus-button,
.custom-modal .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link,
.ot-reservations-wrapper .reservations a.custom-temp-btn,
.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: #fff;
  border: 2px solid #c87c2f;
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  box-shadow: none;
  border-radius: 4px;
  -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,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.about-us-v2 a.custom-temp-btn:hover,
.about-us-plus-content .about-us-plus-button:hover,
.custom-modal .sph-email-subscription .sph-submit-button:hover,
.addtocalendar.atc-style-blue .atcb-link:hover {
  text-decoration: none;
  background-color: #c87c2f;
  background: #c87c2f;
  border: 2px solid #c87c2f;
  color: #fff;
  opacity: 1;
}
.on-cover-content .section-wrapper a.custom-temp-btn {
  margin-top: 25px;
}
.addtocalendar.atc-style-blue .atcb-link {
  padding: 10px 25px;
  background-color: #0c1f2d;
  border-color: #0c1f2d;
  color: #c87c2f;
  border: 2px solid #0c1f2d;
}
.reservations-and-parties p.submit-success {
  color: #fff;
}
.reservations-and-parties button[disabled] {
  background-color: #94a497;
  background: #94a497;
  color: #fff;
  border: 2px solid #94a497;
  border-radius: 4px;
}
.reservations-and-parties button {
  background-color: #94a497;
  background: #94a497;
  color: #fff;
  border: 2px solid #94a497;
  font-size: 1.4em;
  border-radius: 4px;
}
.reservations-and-parties button:hover {
  background-color: #4e748b;
  background: #4e748b;
  color: #fff;
  border: 2px solid #4e748b;
  opacity: 1;
}
.drink-menu.party.party-background .ng-scope h2 {
  text-transform: uppercase;
  margin: 40px auto 0 auto;
}
.drink-menu.party.party-background .ng-scope .custom-temp-btn {
  text-shadow: none;
  background-color: #94a497;
  background: #94a497;
  color: #fff;
  border: 2px solid #94a497;
}
.drink-menu.party.party-background .ng-scope .custom-temp-btn:hover,
.drink-menu.party.party-background .ng-scope .custom-temp-btn:active {
  text-shadow: none;
  background-color: #4e748b;
  background: #4e748b;
  color: #fff;
  border: 2px solid #4e748b;
}
.ot-reservations-wrapper .reservations a.custom-temp-btn {
  text-shadow: none;
  background-color: transparent;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.ot-reservations-wrapper .reservations a.custom-temp-btn:hover,
.ot-reservations-wrapper .reservations a.custom-temp-btn:focus {
  background-color: #fff;
  background: #fff;
  color: #0c1f2d !important;
  border: 2px solid #fff;
}
.open-table-holder.open-table-desktop {
  margin-bottom: 13em;
}
.drink-menu.party.party-background .ng-scope p > a {
  color: #c87c2f;
  display: inline-block;
}
.drink-menu.party.party-background .ng-scope p > a:hover {
  color: #c87c2f;
  text-decoration: underline;
}
.reservations-and-parties p {
  max-width: 1200px;
}

.specials-v3.home-specials div a.custom-temp-btn,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
  background-color: #94a497;
  background: #94a497;
  color: #fff;
  border: 2px solid #94a497;
  font-size: 16px;
  border-radius: 4px;
}
.specials-v3.home-specials div a.custom-temp-btn:hover,
.custom-modal
  .newsletter-popup
  .sph-email-subscription
  .sph-submit-button:hover {
  background-color: #0c1f2d;
  background: #0c1f2d;
  color: #fff;
  border: 2px solid #94a497;
  opacity: 1;
}

.gallery {
  background-color: #4e748b;
  padding: 4em 0 8em 0;
}
.gallery h1 {
  color: #fff;
}
.events-v2 a,
.specials-v3.home-specials .specials-button {
  width: 230px;
}
.specials-section h2 {
  font-size: 1.6em;
  margin-top: 30px;
}

#reviews.carousel-wrapper {
  background-attachment: scroll !important;
  background-size: cover !important;
}
.reviews-v2-wrapper h3 {
  color: #fff;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #94a497;
}
.reviews-v2-wrapper h2 {
  color: #0c1f2d;
}
.about-us-s1-wrapper .about-us-item-holder .custom-temp-btn {
  display: inline-block;
  text-transform: none;
  background-color: #d93e35;
  background: #d93e35;
  color: #fff;
  padding: 8px 40px;
  border: 2px solid #d93e35;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 30px;
}
.about-us-s1-wrapper .about-us-item-holder .custom-temp-btn:hover,
.about-us-s1-wrapper .about-us-item-holder .custom-temp-btn:focus {
  background-color: #d93e35;
  background: #d93e35;
  color: #fff;
  border: 2px solid #d93e35;
}
.uk-overlay-panel a.custom-temp-btn {
  text-transform: lowercase;
  background-color: #94a497;
  background: #94a497;
  color: #fff;
  border: 2px solid #94a497;
  border-radius: 4px;
  font-size: 20px;
}
.uk-overlay-panel a.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:focus {
  background-color: #4e748b;
  background: #4e748b;
  color: #fff;
  border: 2px solid #4e748b;
}

.about-us-v7-content .text-wrapper,
.map-newsletter .text-wrapper {
  z-index: 2;
}

.about-us-s5-wrapper img {
  padding: 20px;
  width: 400px;
}
.about-us-s5-wrapper h1 {
  font-size: 3.4em;
  font-family: 'Macondo', cursive; 
  text-transform: uppercase;
}
.about-us-s5-wrapper p {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  line-height: 1.25;
  font-size: 1.3em;
}
.about-us-s5-wrapper .text-holder {
  text-align: left !important;
  padding: 50px;
}

/* home page */
.banner-section .address-row {
  margin-top: 20px;
}
.banner-section h1 {
  font-family: 'Macondo', cursive; 
  text-transform: capitalize;
}
.banner-text {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  text-transform: uppercase;
  color: #94a497;
}
.banner-section .banner-pin {
  color: #0c1f2d;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
  color: #fff;
}

.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;
  font-family: 'Macondo', cursive; 
  text-transform: uppercase;
}

.about-us-v8-content h2,
.about-us-v7-content h2,
.custom_html_1-section h2,
.custom_html_2-section h2,
.events-v3-wrapper h2,
.reviews-v2-wrapper h2,
.map-newsletter h2,
.reservations-text h2 {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.8em;
}
.about-us-v7-content h2:nth-child(1) {
  margin-top: 0;
}
.about-us-v7-content .text-wrapper h3 {
  font-family: 'Macondo', cursive; 
}

.about-us-v8-wrapper {
  border-bottom: 5px solid #4e748b;
}

.about-us-v8-wrapper .about-us-v8 .about-us-v8-item-0 .custom-temp-btn {
  margin: 5px;
}
 
.about-us-v8-content h2 {
  margin: 30px auto;
  color: #0c1f2d;
}
.about-us-v8-content .text-content.title-image h1:after {
  height: 120px;
  margin: 30px auto;
}
.about-us-v8-image-bar {
  height: 70px;
  padding: 20px 15px;
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.6em;
  display: none;
}

.custom_html_1-section
 {
  position: relative;
  padding: 1em 0;
  background-color: #0c1f2d;
  color: #94a497;
}
.custom_html_2-section
 {
  position: relative;
  padding: 1em 0;
  background-color: #0c1f2d;
  color: #94a497;
}
.custom_html_1-section .container,
.custom_html_2-section .container {
  text-align: center;
  color: #fff;
}

.custom_html_3-section {
  text-align: center;
}
.custom_html_3-section h1 {
    color: #4e748b;
}

.custom_html_1-section h1,
.custom_html_2-section h1 {
  text-transform: uppercase;
  font-size: 1.3em;
  margin: 15px auto;
  color: #4e748b;
}
.custom_html_1-section h2,
.custom_html_2-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: #fff;
  color: #0c1f2d;
  position: relative;
  background-size: contain;
  background-position: left center;
}
.specials-v3.home-specials h1 {
  margin-top: 25px;
  color: #4e748b;
}
.specials-v3.home-specials p,
.specials-v3.home-specials p.specials-hours {
  font-size: 1.4em;
  font-weight: bold;
  color: #0c1f2d;
}
.specials-v3.home-specials p {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #0c1f2d;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0c1f2d;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: rgba(0, 0, 0, 0.7);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #0c1f2d;
}

.reviews-v2-wrapper h5 {
  text-transform: capitalize;
  font-size: 1.4em;
  color: #0c1f2d;
}
.reviews-v2-wrapper .container {
  padding-bottom: 20px;
}
.reviews-v2-wrapper .review-text p {
  font-size: 1.3em;
  line-height: 1.6em;
}
.reviews-v2-wrapper h5 .fa.fa-star,
.reviews-v2-wrapper .review-quote {
  opacity: 1;
  color: #94a497;
}

.map-newsletter {
  background-color: #fff;
  border-right: 2px solid #fff;
}
.map-newsletter .section-header {
  color: #c87c2f;
}
.map-newsletter h2 {
  color: #0c1f2d;
}
.map-newsletter .text-wrapper .text-content,
.map-newsletter .sph-email-subscription h2 {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  color: #0c1f2d;
  font-weight: 400;
}
.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: #0c1f2d;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  border: 2px solid #94a497;
  color: #0c1f2d;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
  color: #0c1f2d;
}
input.sph-email-input::-webkit-input-placeholder {
  color: #fff;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder {
  /* Firefox 18- */
  color: #0c1f2d;
}
input.sph-email-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {
  /* Firefox 19+ */
  color: #0c1f2d;
}
input.sph-email-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
  color: #0c1f2d;
}
input.sph-email-input:-ms-input-placeholder {
  color: #fff;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
  bottom: 16px;
}

.map-newsletter .text-wrapper:before {
  background-attachment: scroll;
}

.custom-modal .modal-content {
  background-color: #4e748b;
}
.custom-modal .newsletter-popup .section-header {
  margin-top: 0;
  font-size: 4em;
  color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1.4em;
  color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  padding: 12px 15px;
  border: 1px solid #94a497;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
}

.contact-v3 {
  background-color: #0c1f2d;
}
.contact-v3 .hours-title.kitchen-title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact-v3 .days {
  padding-bottom: 5px;
}
.contact-v3 .from-to {
  padding-bottom: 10px;
}
.contact-v3 h3 {
  font-size: 20px;
  font-weight: bold;
}

.contact-v3 .social-syndicate-logo {
  display: inline-block;
}
.contact-v3 .social-syndicate-logo img {
  max-height: 90px;
  margin: 10px auto;
}
.other-location {
  font-size: 1em;
  margin: 0;
}
.contact-v3 .find-us .custom-temp-btn {
  font-size: 0.8em;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.googlemap-v3-wrapper .triangle {
  border-bottom: none;
}

.footer-v2-wrapper {
  background: #0c1f2d;
  border-top: none;
  color: #fff;
  border-top: 2px solid #94a497;
}

.locations-wrapper {
  padding: 4em 0 8em;
  position: relative;
  background-color: #4e748b !important;
}
.locations-wrapper .container {
  width: 100%;
  text-align: center;
}
.locations-wrapper h1 {
  margin: 20px 0 5px 0;
  font-size: 3em;
  color: #94a497;
}
.locations-wrapper a {
  display: inline-block;
  margin: 5px;
}
.locations-wrapper a img {
  max-width: 110px;
  margin: 0 auto;
}
.locations-wrapper a.social-syndicate-logo img {
  max-width: 100px;
}
.drink-menu.take-home .food-menu-nav {
  display: none;
}
.drink-menu.take-home p.custom-text {
  text-align: center;
  color: #000;
  text-shadow: none;
  margin-top: -30px;
}
.drink-menu.take-home .button-wrapper {
  width: fit-content;
  margin: 25px auto;
}
.drink-menu.take-home .custom-temp-btn {
  padding: 10px 30px 10px 30px;
  margin: 0px 20px;
}
.food-menu-page .button-wrapper {
  text-align: center;
  /* margin: 50px auto 0px; */
}
.food-menu-page .button-wrapper .custom-menu-btn {
  background-color: #0c1f2d;
  background: #0c1f2d;
  color: #c87c2f;
  border: 2px solid #0c1f2d;
  padding: 10px 30px 10px 30px;
  margin: 10px 15px;
}
.food-menu-page .button-wrapper p {
  color: #0c1f2d;
  margin: 30px auto;
  font-size: 1.4em;
}
.food-menu-page .button-wrapper p a {
  color: #c87c2f;
}
.paypal-giftcard-holder {
  padding-top: 15px;
}
.paypal-giftcard-holder.reservations-and-parties label {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
  color: #0c1f2d;
  border: none;
  font-size: 1.2em;
}
.paypal-giftcard-holder.reservations-and-parties input,
.paypal-giftcard-holder.reservations-and-parties select,
.paypal-giftcard-holder.reservations-and-parties textarea,
.paypal-giftcard-holder.reservations-and-parties select.full-select {
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #c87c2f;
  background-color: #fff;
  color: #0c1f2d;
  font-weight: bold;
}
.paypal-giftcard-holder.reservations-and-parties select option {
  font-weight: bold;
}
.paypal-giftcard-holder.reservations-and-parties input[type="image"] {
  display: block;
  width: 180px;
  margin: 10px auto;
  background-color: transparent;
  border: none;
}
.gift-cards-page .reservations-and-parties p {
  margin-top: 5px;
}
.gift-cards-content h2 {
  color: #000;
  font-size: 1.7em;
  margin-top: 30px;
}
.gift-cards-page .custom-temp-btn {
  text-transform: uppercase;
  background-color: #0c1f2d;
  background: #0c1f2d;
  color: #c87c2f;
  border: 2px solid #0c1f2d;
}

.gift-cards-page .custom-temp-btn:hover {
  background-color: transparent;
  background: transparent;
  color: #0c1f2d;
  border: 2px solid #0c1f2d;
}

/* TO GO page */
.drink-menu.to-go header {
  z-index: 100;
}
.article-background.to-go {
  background-color: #fff;
}
.article-background.to-go:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url("https://static.spotapps.co/web/southparkseafood--com/css/../custom/to_go_back.jpg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(0.8) opacity(0.15);
  -moz-filter: grayscale(0.8) opacity(0.15);
  -o-filter: grayscale(0.8) opacity(0.15);
  -ms-filter: grayscale(0.8) opacity(0.15);
  filter: grayscale(0.8) opacity(0.15);
}
.article-background.to-go.safety:before {
  background-image: url(https://static.spotapps.co/web/southparkseafood--com/css/../custom/safety_back.jpg);
}
.article-background.to-go .pagecontent * {
  text-shadow: none;
  color: #000;
  text-align: center;
}
.article-background.to-go .section-header {
  padding-top: 30px;
}
.covid-text-holder {
  margin: 35px 0;
}
.to-go p {
  font-size: 1.4em;
}
.to-go .delivery-holder {
  padding-top: 10px;
}
.delivery-holder h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 2em;
}
.delivery-holder h3 {
  margin-bottom: 20px;
  font-weight: 700;
}
.delivery-holder img.img-responsive {
  margin: 0 auto 20px auto;
}
.to-go a.custom-temp-btn {
  background: #c87c2f;
  background-color: #c87c2f;
}
.to-go a.custom-temp-btn:hover,
.to-go a.custom-temp-btn:focus {
  background: #0c1f2d;
  background-color: #0c1f2d;
  color: #c87c2f;
  border-color: #0c1f2d;
  text-decoration: none;
}
.to-go .gift-cards-holder {
  padding: 5px 0 15px 0;
}
.to-go .gift-cards-holder h2,
.to-go .pagecontent .covid-text-holder h2 {
  font-size: 2em;
}
.to-go .flyer-holder img {
  margin: 20px auto;
}
.to-go .pagecontent .covid-text-holder,
.to-go .pagecontent .covid-text-holder h2,
.to-go .pagecontent .covid-text-holder p {
  text-align: left;
}
.to-go .pagecontent .covid-text-holder {
  width: 70%;
  margin: 35px auto;
}
.covid-text-holder .text-signature {
  padding-top: 15px;
}
.to-go .pagecontent .phone-number {
  white-space: nowrap;
}

.article-background.private-cooking-demo-page {
  background-color: #fff;
}
.article-background.private-cooking-demo-page:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url("https://static.spotapps.co/web/southparkseafood--com/css/../custom/private_cooking_demo_back.jpg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(1) opacity(0.2);
  -moz-filter: grayscale(1) opacity(0.2);
  -o-filter: grayscale(1) opacity(0.2);
  -ms-filter: grayscale(1) opacity(0.2);
  filter: grayscale(1) opacity(0.2);
}
.private-cooking-demo-page .tabs-container .container {
  text-align: center;
  text-shadow: none;
  color: #000;
}
.private-cooking-demo-page .section-header {
  color: #4e748b;
}
.private-cooking-demo-page .private-cooking-demo-flyer {
  margin: 30px auto;
  max-width: 100%;
}
.private-cooking-demo-page .tabs-container a {
  color: #0c1f2d;
}
.private-cooking-demo-page .tabs-container a:hover {
  color: #000;
}
.private-cooking-demo-page a.custom-temp-btn {
  background-color: #0c1f2d;
  border-color: #0c1f2d;
  color: #c87c2f;
  border: 2px solid #0c1f2d;
  display: inline-block;
}
.private-cooking-demo-page a.custom-temp-btn:hover {
  background-color: #c87c2f;
  border-color: #c87c2f;
  color: #0c1f2d;
  border: 2px solid #c87c2f;
}

.about-us-page .about-us-s1-wrapper h2 {
  font-family: 'Macondo', cursive; 
}
.about-us-page .about-us-s5-wrapper .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.about-us-page .about-us-s5-wrapper .container .img-holder img {
  width: 100%;
}
.about-us-page .about-us-s5-wrapper .container .text-holder {
  flex-basis: 80%;
}
.safety h1 {
  margin-bottom: 40px;
}
.safety h2 {
  margin-top: 40px;
  font-family: 'Macondo', cursive; 
}
.safety p {
  font-size: 1.2em;
}
.safety ul p {
  font-size: 18px;
  text-transform: uppercase;
}
.safety .pagecontent ul {
  list-style-position: inside;
  font-size: 1.3em;
  padding: 30px 0;
  border-top: 5px solid #94a497;
  border-bottom: 5px solid #94a497;
}
.safety iframe {
  max-width: 763px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.safety .custom-temp-btn {
  margin-bottom: 60px;
}
.safety .container {
  max-width: 1160px;
}
.safety img.img-responsive {
  margin: 0 auto;
}

/* Bloom page */

.bloom-page {
  background-color: #94a497;
}

.bloom-page * {
  text-shadow: none;
}

.bloom-page .bloom-banner img {
  margin: 30px auto 0;
}

.bloom-page h1,
.bloom-page .bloom-content * {
  color: #000;
}

.bloom-page .bloom-gallery img {
  margin-bottom: 30px;
}

/* Bloom page end */

/* Anniversary page */
.anniversary-page {
  background-color: #0c1f2d;
}
.anniversary-page * {
  text-shadow: none;
}
.anniversary-page .top-content {
  height: 55vh;
  background-color: #c87c2f;
}
.anniversary-page .top-content .section-header {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #000;
}
.anniversary-page .pagecontent {
  padding-bottom: 30px;
}

/* The actual timeline (the vertical ruler) */
.anniversary-page .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.anniversary-page .timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* wrapper around content */
.anniversary-page .wrapper {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.anniversary-page .wrapper::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #fff;
  border: 4px solid #fff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.anniversary-page .left-content {
  left: 0;
}

/* Place the container to the right */
.anniversary-page .right-content {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.anniversary-page .left-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #c87c2f;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #c87c2f;
}

/* Add arrows to the right container (pointing left) */
.anniversary-page .right-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #c87c2f;
  border-width: 10px 10px 10px 0;
  border-color: transparent #c87c2f transparent transparent;
}

/* Fix the circle for containers on the right side */
.anniversary-page .right-content::after {
  left: -13px;
}

/* The actual content */
.anniversary-page .content {
  padding: 10px 30px;
  background-color: #c87c2f;
  position: relative;
  /* border-radius: 6px; */
  color: #000;
}
.anniversary-page .text-wrapper {
  display: flex;
  flex-direction: column;
}
.anniversary-page .left-content .text-wrapper {
  text-align: right;
}
.anniversary-page .right-content .text-wrapper {
  text-align: left;
}
.anniversary-page .text-wrapper h2 {
  font-size: 4em;
  font-weight: 700;
  margin: 10px 0;
  text-shadow: -2px 0px 0px #fff, 2px 0px 0px #fff, 0px -2px 0px #fff, 0px 2px 0px #fff;
  position: absolute;
  bottom: 100%;
}
.anniversary-page .left-content .text-wrapper h2 {
  right: 25px;
}
.anniversary-page .img-wrapper {
  text-align: center;
  padding: 0;
}
.anniversary-page .img-wrapper img {
  width: 100%;
  margin: 0 auto;
}

/* Join Pasta Club page START */
.join-pasta-club-custom-page:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url('https://static.spotapps.co/web/southparkseafood--com/css/../custom/join_pasta_club_pg_back.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
  filter: brightness(0.2);
}
.join-pasta-club-custom-page .pagecontent {
  text-align: center;
}
.join-pasta-club-custom-page .pagecontent * {
  text-shadow: none;
}
.join-pasta-club-custom-page .pagecontent h1 {
  margin-bottom: 50px;
}
.join-pasta-club-custom-page .pagecontent .custom-temp-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.join-pasta-club-custom-page .pagecontent .custom-temp-btn:is(:hover, :focus) {
  background: #fff;
  color: #000;
}
.join-pasta-club-custom-page .pagecontent .join-pasta-club-page-photo-gallery-holder .gallery-wrapper .gallery-item {
  display: inline-block;
  width: calc(100% * (1/3) - 10px - 1px);
}
.join-pasta-club-custom-page .pagecontent .join-pasta-club-page-photo-gallery-holder .gallery-item img {
  border: 2px solid #fff;
}
/* Join Pasta Club page END */

/* Media queries - Responsive timeline on screens less than 600px wide */
@media (max-width: 767px) {
  .ot-reservations-wrapper .reservations a.custom-temp-btn {
    padding: 10px 45px 10px 25px;
  }
  .anniversary-page .top-content .section-header {
    font-size: 2.2em;
  }
  .anniversary-page .left-content .text-wrapper {
    text-align: left;
  }
  .anniversary-page .text-wrapper h2 {
    position: static;
    text-shadow: none;
  }
/* Place the timelime to the left */
.anniversary-page  .timeline::after {
    left: 31px;
  }

/* Full-width wrappers */
.anniversary-page .wrapper {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
.anniversary-page .wrapper::before {
    left: 60px;
    border: medium solid #c87c2f;
    border-width: 10px 10px 10px 0;
    border-color: transparent #c87c2f transparent transparent;
  }

/* Make sure all circles are at the same spot */
.anniversary-page .left-content::after, 
.anniversary-page .right-content::after {
    left: 18px;
  }

/* Make all right wrappers behave like the left ones */
.anniversary-page .right-content {
    left: 0%;
  }
}
.anniversary-footer-holder {
  text-align: center;
  padding: 30px;
  margin-top: 50px;
}
.anniversary-footer-holder .custom-temp-btn {
  padding: 10px 50px;
}
/* Anniversary page end */

/*Join Pasta Club page h2*/
.section-header-h2{
  font-family: 'Macondo', cursive;
  text-transform: uppercase;
}
/*Join Pasta Club page h2 End*/

@media (max-width: 1600px) {
  .to-go .pagecontent .covid-text-holder {
    width: 80%;
  }
}
@media (max-width: 1400px) {
  .to-go .pagecontent .covid-text-holder {
    width: 90%;
  }
  li.drop-down-link .sub-menu a {
    font-size: 0.7em;
  }
  .about-us-page .about-us-s1-content h2 {
    padding-top: 70px;
  }
}
@media (max-width: 1250px) {
  .article-background.to-go .section-header {
    padding-top: 30px;
  }
  .delivery-holder h2,
  .to-go .gift-cards-holder h2,
  .to-go .pagecontent .covid-text-holder h2 {
    font-size: 1.8em;
  }
  .to-go .pagecontent .covid-text-holder {
    width: 95%;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .article-background.to-go .section-header {
    padding-top: 50px;
  }
  .delivery-holder h2,
  .to-go .gift-cards-holder h2,
  .to-go .pagecontent .covid-text-holder h2 {
    font-size: 1.5em;
  }
  .to-go .gift-cards-holder {
    padding: 5px 0;
  }
  .to-go .pagecontent .covid-text-holder {
    margin-top: 20px;
  }
  .contact-v3 .find-us .custom-temp-btn {
    padding: 10px;
  }
  .article-background.fees-page .section-header {
    margin-top: 45px;
    font-size: 3.1em;
  }
}
@media (max-width: 767px) {
  .banner-section {
    padding: 20px 0 10px 0;
  }

  .article-background.to-go .section-header {
    padding-top: 60px;
  }
  .delivery-holder h2 {
    font-size: 1.6em;
  }
  .delivery-holder.delivery-info h2,
  .to-go .gift-cards-holder h2 {
    font-size: 1.3em;
  }
  .delivery-holder.delivery-info h2 {
    margin-bottom: 10px;
  }
  .to-go .gift-cards-holder h2 {
    margin-top: 10px;
  }
  .to-go a.custom-temp-btn {
    margin-top: 10px;
  }
  .article-background.fees-page .section-header {
    margin-top: 30px;
    font-size: 2.4em;
  }
}
/* TO GO page end */

@media (max-width: 1040px) {
  .locations-wrapper {
    padding-top: 30px;
    padding-bottom: 55px;
  }
  .locations-wrapper h1 {
    margin-top: 15px;
  }
  .locations-wrapper a {
    margin: 5px 0;
  }
  .locations-wrapper a img {
    max-width: 95px;
  }
  .locations-wrapper a.social-syndicate-logo img {
    max-width: 80px;
  }
}
@media (max-width: 830px) {
  .locations-wrapper a img {
    max-width: 85px;
  }
}
@media (max-width: 767px) {
  .safety h2 {
    font-size: 1.4em;
  }
  .locations-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .locations-wrapper h1 {
    margin-top: 10px;
    font-size: 2.4em;
  }
  .locations-wrapper a.location-logo {
    width: 30%;
  }
  .locations-wrapper a.location-logo img {
    max-width: 100%;
  }
  .locations-wrapper a.social-syndicate-logo img {
    max-width: 70px;
  }
  .empty-content-message h2,
  .empty-content-message h3 {
    font-size: 1.5em !important;
  }
}
.about-us-v8-item .custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button {
  text-transform: uppercase;
  background-color: transparent;
  background: transparent;
  color: #c87c2f;
  border: 2px solid #0c1f2d;
  border-radius: 4px;
}
.about-us-v8-item .custom-temp-btn:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:hover {
  text-transform: uppercase;
  background-color: #0c1f2d;
  background: #0c1f2d;
  color: #c87c2f;
  border: 2px solid #0c1f2d;
}
.about-us-page .about-us-s1-content h1 {
  line-height: 1em;
}
.about-us-s1-wrapper p {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  line-height: 1.25;
}

.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: #4e748b;
}
.about-us-s4-wrapper.section-wrapper ul {
  text-align: center;
  list-style-position: inside;
  font-size: 1.3em;
}
.about-us-page .about-us-s1-content h1,
.about-us-page .about-us-s2-content h1,
.about-us-page .about-us-s4-wrapper h1 {
  font-size: 3.4em;
  font-family: 'Macondo', cursive; 
  text-transform: uppercase;
}
.about-us-page .about-us-s1-content h2,
.about-us-page .about-us-s4-wrapper h2 {
  text-transform: uppercase;
  font-size: 2.4em;
}

.about-us-s3-wrapper .map-footer p {
  font-family: 'Macondo', cursive; 
  font-size: 1.1em;
  text-transform: uppercase;
}

.about-us-s4-wrapper {
  padding: 60px 0;
  background-color: #94a497;
  color: #0c1f2d;
}
.about-us-s4-wrapper .container {
  width: 70%;
  color: #0c1f2d;
}
.about-us-s4-wrapper .section-header {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #4e748b;
}
.about-us-s4-wrapper h2 {
  margin: 20px auto 10px auto;
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.2em;
  text-transform: capitalize;
}

.sister-locations .sister-locations-item {
  padding: 20px;
  border-bottom: 1px solid #4e748b;
}
.sister-locations .sister-locations-item:last-of-type {
  border-bottom: 0;
}
.sister-locations .web-link {
  display: inline-block;
  color: #0c1f2d;
}
.sister-locations a,
.sister-locations .social-icons-holder.social-square .contact-icon {
  color: #0c1f2d;
}
.sister-locations a:hover,
.sister-locations .social-icons-holder.social-square .contact-icon:hover {
  color: #4e748b;
  text-decoration: none;
}
.sister-locations .web-link,
.sister-locations .web-link h2 {
  color: #4e748b;
  text-decoration: underline;
}
.sister-locations .web-link:hover,
.sister-locations .web-link:hover h2,
.sister-locations .social-icons-holder.social-square .contact-icon:hover {
  color: #0c1f2d;
}
.sister-locations img {
  margin: 5px auto;
  max-height: 100px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -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;
}
.sister-locations .web-link:hover img {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.sister-locations .social-icons-holder {
  margin-top: 15px;
}
.sister-locations
  .social-icons-holder.social-square
  .contact-icon
  .social-icon {
  font-size: 1.8em;
  line-height: 33px;
}

.events-container .pagecontent {
  padding-top: 190px !important;
}
.onespecial,
.oneeventday {
  font-size: 18px;
}
.specials h2,
.events h2 {
  font-family: 'Macondo', cursive; 
  text-transform: capitalize;
  color: #fff;
  font-size: 1.3em;
}
.events h2 {
  font-size: 1.9em;
}
.event {
  border: 2px solid #fff;
  padding: 30px;
  background-color: #4e748b;
}
.events-container p {
  margin-bottom: 15px;
}
.events-container p a {
  color: #0C1F2D;
}
.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: #000;
}
.events-container h1,
.events-container p {
  color: #000;
}
.events-container h2 {
  font-family: 'Macondo', cursive; 
  font-size: 1.8em;
  text-transform: capitalize;
  line-height: 100%;
  color: #000;
}
.events-container h2 {
  margin-top: 20px;
  font-family: 'Macondo', cursive; 
  font-size: 2.6em;
  text-transform: capitalize;
  color: #000;
}
.events-container .event-time,
.events-container h3 {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  color: #000;
  font-size: 1.4em;
}
.events-container .event-image {
  border: none;
  -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 #000;
}
.empty-content-message h2,
.empty-content-message h3 {
  text-align: center;
  font-family: 'Macondo', cursive; 
  font-size: 1.8em;
  text-transform: none;
}
.events-container .empty-content-message {
  margin-top: 40px;
  color: #000;
}
.events-container .empty-content-message h3 {
  color: #000;
}
.events-container .custom-part .right {
  padding-top: 20px;
}
.events-container .custom-part img {
  max-width: -webkit-fill-available;
  border: 2px solid #000;
}
.events-container .custom-part .right img {
  margin-top: 30px;
}

.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: #4e748b;
}
.food-menu-grid .food-item-holder {
  display: table;
  width: 100%;
}

.drink-menu-grid.food-menu-grid .food-item-description {
  padding-right: 20px;
  font-size: 16px;
  text-align: left;
}

.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: 'Figtree', sans-serif; 
  font-weight: 300;
  font-size: 2.2em;
  line-height: 100%;
  color: #4e748b;
  text-transform: capitalize;
}
.drink-menu .food-menu-grid h2 {
  font-family: 'Macondo', cursive; 
  font-size: 2.4em;
  text-transform: none;
}
.food-menu-grid .food-item-description,
.food-menu-grid .food-menu-description {
  color: #0c1f2d;
}
.food-menu-grid .food-item-description p,
.food-menu-grid .food-menu-description p {
  color: #0c1f2d;
  font-size: 16px;
}
.food-menu-grid .food-item-title h3 {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  text-transform: uppercase;
  color: #0c1f2d;
}
.food-menu-nav .food-menu-nav-item {
  background-color: #c87c2f;
  background: #c87c2f;
  color: #0c1f2d;
  border: 2px solid #c87c2f;
  font-size: 1.2em;
}
.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: #0c1f2d;
  border-color: #0c1f2d;
  color: #c87c2f;
  border: 2px solid #0c1f2d;
}
.drink-menu .food-menu-page .food-menu-nav .button-wrapper {
  text-align: center;
  display: block;
  width: 100%;
}
.food-menu-v2-wrapper.section-wrapper.prix-fixe-page .button-wrapper {
  margin: 0 auto 40px;
}
.food-menu-holder .btn-holder {
  text-align: center;
}
.food-menu-holder .custom-temp-btn {
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
  background-color: #c87c2f;
  background: #c87c2f;
  color: #0c1f2d;
  border: 2px solid #c87c2f;
  font-size: 1.2em;
}
.food-menu-holder .custom-temp-btn.active,
.food-menu-holder .custom-temp-btn:hover,
.food-menu-holder .custom-temp-btn:focus {
  background-color: #0c1f2d;
  border-color: #0c1f2d;
  color: #c87c2f;
  border: 2px solid #0c1f2d;
  text-decoration: none;
}
.prix-fixe-page .food-menu-nav {
  margin-top: 0;
}
.prix-fixe-text {
  width: 85%;
  margin: 40px auto 10px auto;
  text-align: center;
}
.prix-fixe-text p a {
  color: #000;
}
.prix-fixe-text p a:hover {
  color: #c87c2f;
}
.prix-fixe-page .empty-content-message h2,
.prix-fixe-page .empty-content-message h3 {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  font-size: 2em;
  color: #4e748b;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #c87c2f;
}
.food-menu-grid .food-price,
.style-traditional.drink-menu .menu-item-price-traditional .item-price {
  color: #c87c2f;
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  font-size: 1.2em;
}
.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: 'Macondo', cursive; 
  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: #4e748b;
  border-bottom: 6px solid #4e748b;
}
.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: 'Macondo', cursive; 
}
.drink-menu.style-traditional .single-drink-title {
  font-family: 'Macondo', cursive; 
  text-transform: capitalize;
  color: #0c1f2d;
  font-size: 5em;
}
.style-traditional.drink-menu
  .menu-item-description-traditional
  .drink-description {
  color: #0c1f2d;
}

.food-menu-grid .menu-description {
  width: 95%;
  color: #0c1f2d;
}
.food-menu-grid .menu-description-bottom {
  padding-top: 30px;
}
.food-menu-grid .menu-description p {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  font-size: 1.4em;
}
.food-menu-grid .menu-description-bottom p {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  font-size: 1.2em;
  text-transform: uppercase;
}
.food-menu-grid-item-content {
  padding: 20px 20px 20px 20px;
}
.food-menu-grid .food-item-description {
  padding-right: 5px;
  font-size: 1.17em;
  text-align: left;
}
.food-menu-v2-wrapper .section-header,
.drink-menu-v2-wrapper .section-header {
  padding-top: 130px;
}

.section-73772
  .food-menu-content
  .food-item-holder:nth-of-type(7)
  .food-item-description {
  padding-right: 30px;
}

.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300;
  font-size: 1em;
  text-transform: uppercase;
}

.reservations-wrapper.ot-reservations-wrapper.section-wrapper {
  background-color: #4e748b;
  padding: 7em 0 3em;
}
.reservations-wrapper.ot-reservations-wrapper.section-wrapper h1,
.reservations-wrapper.ot-reservations-wrapper.section-wrapper p,
.reservations-wrapper.ot-reservations-wrapper.section-wrapper a {
  color: #fff;
}
.reservations-wrapper.ot-reservations-wrapper.section-wrapper a:hover {
  color: #fff;
}
.party-background .gather-button-wrapper {
  margin: 30px auto 15px auto;
}
.party-background .reservations-and-parties p {
  margin-top: 20px;
  font-size: 1.4em;
}

.reservations-wrapper .reservations-btn {
  margin-bottom: 20px;
}

/* TapHunter BEER page */
.beer-page {
  background-color: #fff;
  color: #0c1f2d;
}
.drink-menu.beer-page .tabs-container {
  text-shadow: none;
}
.beer-page .pagecontent {
  width: 100%;
}
.beer-page .pagecontent,
.beer-page .pagecontent a {
  color: #0c1f2d;
  text-align: center;
}
.beer-page .section-header {
  margin-top: 10px;
  margin-bottom: 35px;
}
.beer-page .beer-menu {
  width: 90%;
  margin: 5px auto 30px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 0;
  -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);
  font-size: 15px;
}
#taphunter .div-right {
  float: none !important;
  width: 100% !important;
  padding-top: 10px;
  text-align: center !important;
  margin: 30px auto !important;
}
#taphunter .div-left {
  width: 100% !important;
  float: none !important;
  margin-bottom: 30px;
  text-align: center;
}
#taphunter h3 {
  font-family: 'Figtree', sans-serif; 
  font-weight: 300 !important;
  font-size: 2.4em !important;
  color: #4e748b;
  text-transform: none !important;
}
#taphunter .heading {
  text-align: left;
  text-transform: capitalize !important;
  font-weight: normal !important;
  font-size: 1.5em !important;
  color: #0c1f2d;
  padding-left: 15px !important;
}
#taphunter .taphunter-row {
  padding: 15px 10px !important;
}
#taphunter .beer-name {
  font-family: 'Macondo', cursive; 
  text-transform: capitalize;
  font-weight: normal !important;
  font-size: 1.2em !important;
  line-height: 1em;
}
#taphunter #attribution-text {
  padding-top: 15px !important;
  text-align: left;
}
@media (min-width: 700px) {
  #taphunter .taphunter-row {
    width: 50% !important;
  }
}
@media (max-width: 769px) {
  #taphunter .taphunter-row {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .container.taphunter-widget {
    width: 100%;
  }
  .beer-page .beer-menu {
    width: 90%;
  }
  .about-us-s1-wrapper p {
    font-size: 1.2em;
  }
  .about-us-page .about-us-s1-content h2,
  .about-us-page .about-us-s4-wrapper h2 {
    font-size: 2em;
  }
  .about-us-s5-wrapper h1 {
    font-size: 2.8em;
  }
}
@media (max-width: 1023px) {
  .beer-page .section-header {
    margin-top: 30px;
  }
  .about-us-s5-wrapper .text-holder {
    text-align: center !important;
  }
  .about-us-page .about-us-s5-wrapper .container {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .about-us-s5-wrapper img {
    width: 300px;
  }
  .about-us-s5-wrapper .img-holder {
    padding: 0;
  }
  .about-us-s5-wrapper .row {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .about-us-s5-wrapper h1 {
    font-size: 1.8em;
  }
  .about-us-s5-wrapper .text-holder {
    padding: 20px;
  }
  .about-us-s1-wrapper p {
    font-size: 1.1em;
  }
  .about-us-v7-content h2 {
    font-size: 1.4em;
  }
  .about-us-s4-wrapper h3 {
    font-size: 18px;
  }
  .about-us-page .about-us-s4-wrapper h2 {
    font-size: 1.8em;
  }
  .beer-page .beer-menu {
    width: 100%;
    padding: 15px;
  }
  #taphunter h3 {
    font-size: 1.6em !important;
  }
  #taphunter .beer-name {
    font-size: 1.1em !important;
  }
  #taphunter .beer-info span.padded-right,
  #taphunter .beverage-info span.padded-right {
    padding-right: 5px !important;
  }
}
.beer-page .beer-menu hr {
  display: none;
}
#taphunter .sizeprice {
  display: none;
}
/* TapHunter BEER page END */

/* Birthday page */
.birthday-content h1 {
  margin-bottom: 30px;
  font-size: 2.8em;
}
.party-background .reservations-and-parties .birthday-content p {
  margin: 10px auto;
}
.birthday-content .birthday-join {
  padding-top: 40px;
  text-shadow: none;
}
.birthday-content .birthday-join img {
  margin: 0 auto;
  border-radius: 4px;
}
.drink-menu.birthday-page {
  height: 100% !important;
}
.birthday-content #mc_embed_signup {
  margin: auto;
  max-width: 100%;
}
.birthday-content #mc_embed_signup h2 {
  padding-top: 25px;
}
.birthday-content #mc_embed_signup .mc-field-group label {
  text-transform: capitalize;
  color: #000;
  border: none;
  padding: 0;
  font-size: 1.1em;
}
.birthday-content #mc_embed_signup .mc-field-group input {
  background-color: #fff;
}

#ic_signupform .elcontainer {
  border-radius: 4px !important;
}
#ic_signupform .elcontainer .form-header h3 {
  font-family: 'Figtree', sans-serif !important; 
  font-weight: 300;
  text-transform: uppercase;
}
#ic_signupform .elcontainer.generous .formEl:not(.hidden-field) label {
  font-family: 'Figtree', sans-serif !important;   
  font-weight: 300;
  border: none;
  padding: 5px 0;
  font-size: 14px !important;
}
#ic_signupform .elcontainer .formEl.fieldtype-checkbox .option-container input {
  width: auto;
}
#ic_signupform .elcontainer .submit-container input[type="submit"] {
  font-family: 'Figtree', sans-serif !important; 
  font-weight: 300;
  font-size: 16px !important;
  text-transform: uppercase;
  padding: 12px 30px !important;
  background-color: #94a497 !important;
  background: #94a497 !important;
  color: #fff !important;
  border: 2px solid #94a497 !important;
  border-radius: 4px !important;
}
#ic_signupform .elcontainer .submit-container input[type="submit"]:hover {
  background-color: #0c1f2d !important;
  background: #0c1f2d !important;
  color: #c87c2f !important;
  border: 2px solid #0c1f2d !important;
}

@media (max-width: 1350px) {
  .nav-v7 .container {
    width: 90%;
  }
}

@media (max-width: 1300px) {
  .uk-overlay-panel .container {
    width: 100%;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 4em;
  }
  .uk-overlay-panel h1.big-text {
    font-size: 3.8em;
  }
  .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: 3.5em;
  }
  .about-us-v7-content .text-wrapper h1 {
    font-size: 3em;
  }
  .map-newsletter .text-wrapper:before {
    background-size: cover;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 3.2em;
  }
  .private-cooking-demo-page .section-header {
    font-size: 3em;
  }
}

@media (max-width: 1200px) {
  .nav-v7 .container {
    width: 100%;
  }
  .uk-overlay-panel .container {
    width: 950%;
  }
  .uk-slidenav-position:hover .uk-slidenav {
    display: none;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 4em;
    line-height: 1.1em;
  }
  .uk-overlay-panel h1.big-text {
    font-size: 3.6em;
  }
  .birthday-content h1 {
    margin-bottom: 25px;
    font-size: 2.5em;
  }
  .party-background .reservations-and-parties .birthday-content p {
    margin: 5px auto;
  }
}
@media (max-width: 1100px) {
  .uk-overlay-panel h1.big-text {
    font-size: 3.2em;
  }
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    padding: 0 6px;
  }
}

@media (max-width: 1024px) {
  .cover-wrapper {
    margin-top: 75px;
  }
  .cover-wrapper .slide-text:first-child {
    font-size: 1.5em;
  }
  .cover-wrapper .slide-text {
    font-size: 1.4em;
  }
  .uk-overlay-panel .custom-position h1 {
    margin-top: 90px;
  }
  .uk-overlay-panel .container {
    width: 100%;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.7em;
    width: 100%;
    margin-top: 100px;
  }
  .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%;
  }
  .about-us-s4-wrapper {
    background-size: 15%;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-family: 'Macondo', cursive; 
    font-weight: bold;
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #94a497;
  }
  .about-us-v8-content h2,
  .about-us-v7-content h2,
  .custom_html_1-section h2,
  .custom_html_2-section h2,
  .events-v3-wrapper h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2,
  .reservations-text h2 {
    font-size: 1.6em;
  }
  .to-go .section-header {
    font-size: 2.8em;
  }
  .covid-text-holder h2,
  .delivery-holder h2 {
    margin-bottom: 20px;
  }
  .delivery-holder h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 1023px) {
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    padding: 0 5px;
    font-size: 0.9em;
  }
  .header-logo {
    left: 5px;
  }
  .socialnav {
    margin-top: 20px;
    padding-left: 20px;
  }
  .social-icon {
    font-size: 27px;
    line-height: 35px;
  }
  li.drop-down-link .sub-menu {
    width: 130px;
  }
  .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;
  }
  .reservations-wrapper.ot-reservations-wrapper.section-wrapper {
    padding: 5em 0;
  }
  .about-us-page .about-us-s1-content h1,
  .about-us-page .about-us-s2-content h1,
  .about-us-page .about-us-s4-wrapper h1 {
    font-size: 2.6em;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .about-us-s4-wrapper .container {
    width: 90%;
  }
  .birthday-content h1 {
    margin-bottom: 15px;
    font-size: 2.3em;
  }
  .party-background .reservations-and-parties .birthday-content p {
    font-size: 1.3em;
  }
  .private-cooking-demo-page .section-header {
    font-size: 2.5em;
  }
}

@media (max-width: 991px) {
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    padding: 0 3px;
    font-size: 0.85em !important;
  }
  li.drop-down-link .sub-menu {
    width: 115px;
  }
  li.drop-down-link .sub-menu a {
    font-size: 0.6em;
  }
  .navbar.nav-v6 .header-logo {
    left: 5px;
  }
  .social-icons-holder .contact-icon {
    width: 30px;
    height: 30px;
  }
  .uk-overlay-panel h1,
  .uk-overlay-panel h1.big-text,
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.6em;
    margin-top: 10px;
  }
  .uk-overlay-panel p,
  .on-cover-content .section-wrapper p {
    font-size: 2em;
  }
  .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 .about-us-item-holder {
    background-size: 30%;
  }
  .about-us-s1-wrapper p {
    line-height: 1.2em;
  }
  .birthday-content h1 {
    margin-top: 30px;
    font-size: 2em;
  }
  .contact-v3 .contact-location, .contact-v3 .hours, .contact-v3 .find-us {
    font-size: 1em;
  }
  .contact-v3 .contact-us p {
    font-size: 0.9em;
}
}

@media (max-width: 768px) {
  .drink-menu .pagecontent {
    padding-top: 150px;
  }
  .party-s2-wrapper .reservations-and-parties-form {
    float: none;
    max-width: 450px;
  }
  .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: 3.6em;
  }
}

@media (max-width: 767px) {
  .nav-v7 .nav-btn-mobile {
    padding: 10px;
    font-size: 10px;
    margin: 5px auto;
    left: 30%;
  }
  .cover-wrapper {
    margin-top: 20px;
  }
  .cover-wrapper .slide-text:first-child {
    font-size: 1.2em;
  }
  .cover-wrapper .slide-text {
    font-size: 1.1em;
  }
  .cover-wrapper .slide-text:last-child {
    margin-top: 5px;
  }
  .about-us-s3-wrapper .map-footer {
    bottom: 44px;
  }
  .banner-section h1 {
    font-size: 1.1em;
  }
  .drink-menu.party.party-background .ng-scope h2 {
    font-size: 1.6em;
  }
  .food-menu-v2-wrapper .section-header,
  .drink-menu-v2-wrapper .section-header {
    padding-top: 60px;
  }
  .drink-menu .food-menu-page .food-menu-nav .button-wrapper {
    margin-bottom: 20px;
  }
  .food-menu-v2-wrapper.section-wrapper.prix-fixe-page .button-wrapper {
    margin-top: 0;
    padding-bottom: 50px;
  }
  .navbar.nav-v4.nav-scroll .logo-top {
    visibility: visible !important;
  }
  .navbar.nav-v4.nav-scroll .logo-scroll {
    visibility: hidden !important;
  }
  .header-logo {
    max-width: 65px;
  }
  .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;
  }
  .top-svg-border svg {
    height: 13px;
    width: 767px;
  }
  .bottom-svg-border svg {
    width: 767px;
    height: 14px;
  }
  .footer-v2-wrapper {
    padding-bottom: 80px;
  }
  li.drop-down-link {
    display: none;
  }
  li.drop-down-link .sub-menu {
    display: none;
  }
  li.outside-link {
    /* display: block; */
    text-transform: uppercase;
    color: #fff;
  }
  .socialnav {
    margin-top: -40px;
  }
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    padding: 5px 15px;
    font-size: 1.2em;
    text-transform: uppercase;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    padding: 10px 10px;
    font-family: 'Macondo', cursive; 
    text-transform: uppercase;
    font-size: 1em;
  }
  .header {
    background-color: #0c1f2d;
  }
  video#coverVideo {
    margin-top: 70px;
  }
  .video-volume-btn {
    bottom: 25px;
    right: 20px;
  }
  .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: 1.66em;
  }
  .uk-overlay-panel a.custom-temp-btn {
    font-size: 16px;
  }
  .uk-overlay-panel h1.big-text {
    font-size: 2.1em;
  }
  .uk-overlay-panel p,
  .on-cover-content .section-wrapper p {
    font-size: 1.6em;
    line-height: 1.2em;
  }
  .uk-overlay-panel a.custom-temp-btn,
  .on-cover-content .section-wrapper a.custom-temp-btn {
    margin-top: 10px;
  }
  .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 .text-wrapper h1 {
    margin-top: 30px;
  }
  .about-us-s1-wrapper .about-us-item-holder {
    background-size: 60%;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 2.3em;
  }
  .about-us-v8-wrapper {
    padding: 0 !important;
  }
  .about-us-v8-image-bar {
    height: 60px;
    font-size: 1.6em;
    padding-top: 15px;
  }
  .custom_html_1-section,
  .custom_html_2-section {
    padding: 0.5em 0;
  }
  .custom_html_1-section .container,
  .custom_html_2-section .container {
    width: 90%;
  }
  .embed-container {
    margin-top: 0;
  }
  .custom_html_1-section a,
  .custom_html_2-section a  {
    display: inline-block;
    width: 90%;
  }
  .reservations-wrapper.ot-reservations-wrapper.section-wrapper {
    padding: 2em 0 3em;
  }
  .specials-section {
    padding: 0 10px;
  }
  .contact-v3 .contact-location {
    margin-bottom: 10px;
  }
  .style-traditional.drink-menu h2,
  .food-menu-section h2,
  .drink-menu-section h2 {
    font-size: 2.2em;
  }
  .drink-menu .pagecontent {
    padding-top: 80px !important;
  }
  .onespecial,
  .oneeventday {
    font-size: 16px;
  }
  .events-container .events-holder {
    padding-top: 30px;
  }
  .events-container .container {
    margin-bottom: 130px;
  }
  .events-container h1 {
    margin-top: 35px;
  }
  .events-container h2 {
    font-size: 1.8em;
  }
  .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 #0c1f2d;
    border-radius: 0;
    color: #0c1f2d;
  }
  .food-menu-nav .food-menu-nav-item {
    color: #0c1f2d;
  }
  .food-menu-nav .food-menu-nav-item.active {
    border: none;
    border-bottom: 2px solid #0c1f2d;
  }
  .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 #0c1f2d;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type.active:hover,
  .food-menu-nav .food-menu-nav-item.active:hover {
    background: #0c1f2d;
    color: #fff;
  }
  .food-menu-grid .menu-description {
    padding-bottom: 0;
  }
  .drink-menu .food-menu-page h2 {
    font-size: 1.9em;
  }
  .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;
  }
  .food-menu-grid .food-price,
  .style-traditional.drink-menu .menu-item-price-traditional .item-price {
    font-size: 1.3em;
  }
  .food-menu-grid .food-item-description {
    text-align: left;
  }
  .section-73772
    .food-menu-content
    .food-item-holder:nth-of-type(7)
    .food-item-description {
    padding-right: 5px;
  }
  .about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 360px;
  }
  .drink-menu.article-background .pagecontent {
    margin-top: 0;
    padding-top: 50px;
  }
  .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: 2em;
  }
  .party-offer .party-image-holder img {
    max-height: 150px;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #0c1f2d;
  }
  .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: #0c1f2d;
    border-color: #0c1f2d;
    color: #c87c2f;
    border: 2px solid #0c1f2d;
  }
  .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: 480px;
  }
  .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;
  }
  .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: 3.2em;
  }
  .about-us-s4-wrapper {
    padding-bottom: 20px;
    background-size: 20%;
  }
  .about-us-s4-wrapper .container {
    width: 95%;
  }
  .about-us-s4-wrapper .section-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5em;
  }
  .about-us-s4-wrapper h2 {
    margin-top: 10px;
    font-size: 2.2em;
  }
  .sister-locations img {
    max-height: 90px;
  }
  .sister-locations .social-icons-holder {
    margin-top: 5px;
  }
  .about-us-s4-wrapper p {
    font-size: 1.1em;
  }
  .about-us-page .about-us-s1-content h1,
  .about-us-page .about-us-s2-content h1,
  .about-us-page .about-us-s4-wrapper h1 {
    font-size: 2.4em;
  }
  .birthday-content h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 23px;
  }
  .party-background .reservations-and-parties .birthday-content p {
    margin: 2px auto;
    font-size: 1.2em;
  }
  .birthday-content .birthday-join {
    padding-top: 30px;
  }
  #ic_signupform
    .elcontainer.generous
    .formEl:not(.hidden-field)
    input[type="text"],
  #ic_signupform .elcontainer.generous .formEl:not(.hidden-field) select {
    height: 3em !important;
    font-size: 16px !important;
  }
  .reservations-and-parties input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
  }
  .to-go .section-header {
    margin-top: 0;
    font-size: 1.8em;
  }
  .covid-text-holder * {
    text-align: center;
  }
  .to-go p {
    font-size: 1.3em;
  }
  .delivery-holder-right {
    margin-top: 20px;
  }
  .private-cooking-demo-page .section-header {
    font-size: 1.6em;
  }
}

@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;
  }
  .slideshow-v2-wrapper .slideshow-controls-btn,
  .slideshow-v2-wrapper .uk-position-bottom {
    bottom: 40px;
  }
  .drink-menu.to-go .pagecontent {
    padding-bottom: 1px;
  }
}

@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;
  }
}

@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;
  }
  .slideshow-v2-wrapper .slideshow-controls-btn {
    bottom: 10px;
  }
}

@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;
  }
  .uk-dotnav > * > * {
    width: 15px;
    height: 15px;
  }
  .prix-fixe-page .prix-fixe-text h2 {
    font-size: 1.6em;
  }
}

@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;
  }
  .food-menu-page .button-wrapper .custom-menu-btn {
    margin: 10px 5px;
  }
}

@media (max-width: 320px) {
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    padding: 8px 10px;
    font-size: 0.9em;
  }
  .cover-wrapper {
    margin-top: 15px;
  }
  .cover-wrapper .slide-text:first-child {
    font-size: 1em;
  }
  .cover-wrapper .slide-text {
    font-size: 1em;
  }
  .cover-wrapper .slide-text:last-child {
    margin-top: 5px;
  }
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    padding: 5px 15px;
    font-size: 1em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.6em;
  }
  .uk-overlay-panel h1.big-text {
    font-size: 1.9em;
  }
  .uk-overlay-panel p,
  .on-cover-content .section-wrapper p {
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 1.3em;
  }
  .uk-overlay-panel a.custom-temp-btn {
    font-size: 16px;
  }
  .custom_html_1-section h1,
  .custom_html_2-section h1 {
    font-size: 1em;
  }
  .custom_html_1-section a,
  .custom_html_2-section a {
    width: 100%;
  }
  .banner-section h1 {
    font-size: 1em;
  }
  .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.2em;
  }
  .about-us-v8-content h2,
  .about-us-v7-content h2,
  .custom_html_1-section h2,
  .custom_html_2-section h2,
  .events-v3-wrapper h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2,
  .reservations-text h2 {
    font-size: 1.8em;
  }
  .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 {
    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;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-size: 1.2em;
  }
  .birthday-content h1 {
    font-size: 1.4em;
  }
  .drink-menu.take-home .custom-temp-btn {
    margin: 0px 7px;
  }
  .to-go .section-header {
    font-size: 1.6em;
  }
  .to-go p {
    font-size: 1.2em;
  }
  .delivery-holder h2 {
    font-size: 1.4em;
  }
  .delivery-holder.delivery-info h2,
  .to-go .gift-cards-holder h2 {
    font-size: 1.2em;
  }
  .private-cooking-demo-page .section-header {
    font-size: 1.4em;
  }
  .prix-fixe-page .prix-fixe-text h2 {
    font-size: 1.4em;
  }
}

/* Party v2 PAGE with slideshow, gallery, form */
.drink-menu.party.party-background {
  height: auto;
  background-color: rgba(250, 250, 250, 0.8);
}
.drink-menu.party.party-background .birthday-content {
  color: #000;
  text-shadow: none;
}
.drink-menu.party-images header {
  z-index: 100;
}
.drink-menu.party-images {
  background-color: #fff;
  color: #000;
}
.party-s1-wrapper .container {
  width: 100%;
  padding: 0;
}
.party-s2-wrapper {
  padding-bottom: 60px;
}
.party-s1-wrapper .uk-dotnav {
  bottom: 20px;
}
.party-s2-wrapper .container {
  width: 75%;
}
.party-s2-wrapper .party-text-holder {
  padding-bottom: 15px;
}
.party-s2-wrapper .gallery-content {
  text-align: center;
}
.party-s2-wrapper .reservations-and-parties-form {
  max-width: none;
  margin: 0 auto;
  padding-bottom: 20px;
}
.party-s2-wrapper.reservations-and-parties input,
.party-s2-wrapper.reservations-and-parties select,
.party-s2-wrapper.reservations-and-parties textarea,
.party-s2-wrapper.reservations-and-parties select.full-select {
  border: 1px solid #000;
  background-color: #f2f2f3;
  color: #000;
}
.party-s2-wrapper .party-form-holder p.submit-success {
  color: #000;
}
.about-us-page.party-background .about-us-s1-content {
  padding-top: 180px;
}
.party-background .about-page-content .about-us-v7 .about-us-v7-content {
  background-color: #fff;
}
.party-background
  .about-page-content
  .about-us-v7
  .about-us-v7-content.about-us-s2-image {
  background-color: #94a497;
  text-align: center;
  padding: 0 15px 50px;
}
.party-background .about-us-v7-content h2 {
  color: #000;
}
.party-background .about-us-v7-content a {
  color: #fff;
}
.party-background .about-us-v7-content a:hover {
  color: #c87c2f;
}

/* Fees page */
.article-background.fees-page {
  background-color: #fff;
}
.article-background.fees-page:before {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	z-index: -1;
	display: block;
	background-image: url('https://static.spotapps.co/web/southparkseafood--com/css/../custom/sections_back.jpg');
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	/* -webkit-filter: grayscale(0.3) opacity(0.4);
	-moz-filter: grayscale(0.3) opacity(0.4);
	-o-filter: grayscale(0.3) opacity(0.4);
	-ms-filter: grayscale(0.3) opacity(0.4);
	filter: grayscale(0.3) opacity(0.4); */
}
.article-background.fees-page .tabs-container {
    text-shadow: none;
}
.article-background.fees-page .pagecontent {
    text-align: center;
    color: #000;
}
.article-background.fees-page .section-header {
    margin-top: 35px;
    margin-bottom: 30px;
    color: #4e748b;
}
/* Fees page end*/

@media (max-width: 1400px) {
  .party-s2-wrapper .container {
    width: 85%;
  }
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    font-size: 0.9em;
  }
  .drink-menu li.drop-down-link .sub-menu {
    padding: 15px 5px;
  }
}

@media (max-width: 1200px) {
  .party-s2-wrapper .container {
    width: 98%;
  }
}

@media (max-width: 991px) {
  .party-s2-wrapper .party-gallery-holder {
    padding-top: 20px;
  }
  .party-s2-wrapper .gallery-content {
    width: 90%;
    margin: -15px auto;
  }
  .about-us-page.party-background .about-us-s1-content {
    padding-top: 20px;
  }
  .join-pasta-club-custom-page .pagecontent .join-pasta-club-page-photo-gallery-holder .gallery-wrapper .gallery-item {
    width: calc(100% * (1/2) - 10px - 1px);
  }
}

@media (max-width: 767px) {
  .safety .hvr-icon-wobble-horizontal:before {
    padding: 10px 1px;
  }
  .party-s1-wrapper .uk-dotnav {
    bottom: 10px;
  }
  .party-s2-wrapper {
    padding-bottom: 80px;
  }
  .party-s2-wrapper .container {
    width: 100%;
  }
  .party-s2-wrapper .party-gallery-holder {
    padding-bottom: 20px;
  }
  .about-us-v7-content h2 {
    font-size: 1.4em;
  }
  .about-us-s4-wrapper.section-wrapper ul {
    font-size: 1.3em;
  }
  .join-pasta-club-custom-page .pagecontent .join-pasta-club-page-photo-gallery-holder .gallery-wrapper .gallery-item {
    width: calc(100% * (1/1) - 10px - 1px);
  }
}

/* END Party v2 PAGE with slideshow, gallery, form */
