@import url('//fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Raleway:wght@400;700&display=swap');

/*
font-family: 'Playfair Display', serif;
font-family: 'Raleway', sans-serif;
*/

/* put under the comment if it's NOT sinle page website */

.header {
	background-attachment: scroll;
}
body {
	font-family: 'Playfair Display', serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}

/* 1st cover slide custom 
.header {
	background-image: none !important;
	background-color: #070707;
}
.slideshow-v2-wrapper .uk-slideshow li:first-of-type .uk-cover-background {
	background-color: #070707;
	background-size: contain;
}
.slideshow-v2-wrapper .uk-slideshow li:first-of-type .uk-overlay-panel {
	background: transparent;
}
.slideshow-v2-wrapper .uk-slideshow li:first-of-type .uk-overlay-panel a.custom-temp-btn {
	margin-top: 150px;
}

@media (max-width: 1023px) {
	.slideshow-v2-wrapper .uk-slideshow li:first-of-type .uk-cover-background {
		background-size: 150%;
	}
	.slideshow-v2-wrapper .uk-slideshow li:first-of-type .uk-overlay-panel {
		align-items: flex-end;
	}
	.slideshow-v2-wrapper .uk-slideshow li:first-of-type .uk-overlay-panel a.custom-temp-btn {
		margin-top: -30vh;
	}
}
@media (max-width: 767px) {
	.on-cover-content .uk-dotnav {
    bottom: 40px;
	}
	.slideshow-v2-wrapper .uk-slideshow li:first-of-type .uk-cover-background {
		background-position: 50% 35%;
		background-size: 150%;
		background-image: url("https://res.cloudinary.com/spothopper/image/fetch/f_auto,q_70,c_fit,h_864/http://static.spotapps.co/spots/43/898831064943faa9476b7b8ebbabd3/:original") !important;
	}
	.slideshow-v2-wrapper .uk-slideshow li:first-of-type .uk-overlay-panel {
		align-items: center;
	}
	.slideshow-v2-wrapper .uk-slideshow li:first-of-type .uk-overlay-panel a.custom-temp-btn {
		margin-top: 60%;
	}
}
 1st cover slide custom END */

.slideshow-v2-wrapper .container.first-slide {
	margin-top: 280px;
}
.empty-content-message h2 {
	font-size: 1.8em;
	text-transform: none;
	text-align: center;
	color: #fff;
}
.empty-content-message h3 {
	font-size: 1.6em;
	text-align: center;
}
.reservations-and-parties p.submit-success {
	color: #fff;
}
.googlemap-v3-wrapper .triangle {
	display: none;
}
.top-svg-border {
	top: -1px;
}
.bottom-svg-border {
	bottom: -1px;
}
/* nav start */

.navbar.nav-v7 .header-logo {
  max-width: 95px;
}
.navbar.nav-v7 .navbar-logo,
.drink-menu .navbar.nav-v7 .navbar-logo {
  background-image: url(https://static.spotapps.co/web/thecatandfiddle--com/css/../custom/leafs.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.nav-v7 .container {
	width: 100%;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
	border-right: none !important;
	padding: 0 15px;
	font-family: 'Playfair Display', serif;
	font-size: 1em;
	font-weight: 700;
}
/* nav dropdown */

li.drop-down-link .sub-menu a {
	font-family: 'Playfair Display', serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}
/* nav end */

.uk-overlay-background {
	background: rgba(0, 0, 0, .3);
}
.uk-overlay-panel .container {
	width: 100%;
}
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
	margin-top: 80px;
	margin-bottom: 20px;
	font-family: 'Playfair Display', serif;
	font-size: 4.3em;
	line-height: 1.1;
	text-transform: uppercase;
	color: #fff;
}
.uk-overlay-panel .slide-text {
	font-family: 'Raleway', sans-serif;
	font-size: 1.7em;
	line-height: 1.2;
	color: #fff;
    text-transform: uppercase;
}
.slideshow-v2-wrapper .uk-dotnav {
	margin-bottom: 30px;
}
.uk-dotnav>*>* {
	width: 14px;
	height: 14px;
}
.uk-dotnav-contrast>*>* {
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.uk-dotnav-contrast>.uk-active>*,
.uk-dotnav-contrast>*>:focus,
.uk-dotnav-contrast>*>:hover {
	background: #fff;
	border: 1px solid #fff;
}
.uk-dotnav>.uk-active>* {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-plus-content .about-us-plus-button,
.about-us-v7-wrapper a.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.specials-v3.home-specials div a.custom-temp-btn,
.reservations-and-parties-v2 button,
.reservations-and-parties button,
.addtocalendar.atc-style-blue .atcb-link,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.map-newsletter .sph-email-subscription .sph-submit-button,
.sph-email-subscription .sph-submit-button {
	padding: 11px 45px;
	background-color: #191919;
	background: #191919;
	color: #fff;
	border: 2px solid #191919;
	border-radius: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: none;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.addtocalendar.atc-style-blue .atcb-link,
.custom_html_2-section a.custom-temp-btn {
	background-color: #fff;
	background: #fff;
	border: 2px solid #fff;
	color: #191919;
}
.uk-overlay-panel a.custom-temp-btn.overlay-btn-custom,
.on-cover-content .section-wrapper a.custom-temp-btn.overlay-btn-custom,
.uk-overlay-panel.uk-flex>*>.custom-temp-btn.overlay-btn-custom:last-child {
	margin: 70px 10px;
}
.uk-overlay-panel a.custom-temp-btn.overlay-btn-custom.btn-1 {
  position: relative;
  top: 185px;
}
.uk-overlay-panel a.custom-temp-btn.overlay-btn-custom.btn-2 {
  position: relative;
  top: 220px;
}
.custom-temp-btn:hover,
.custom-temp-btn:focus,
.about-us-v7-wrapper a.custom-temp-btn:hover,
.about-us-v7-wrapper a.custom-temp-btn:focus,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:focus,
.about-us-plus-content .about-us-plus-button:hover,
.sph-email-subscription .sph-submit-button:hover,
.sph-email-subscription .sph-submit-button:focus,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:focus,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:focus {
	text-decoration: none;
	background-color: transparent;
	background: transparent;
	border: 2px solid #191919;
	color: #191919;
	opacity: 1;
}
.specials-v3.home-specials div a.custom-temp-btn {
	width: 70%;
	padding: 11px 25px;
	background-color: #ffe04a;
	background: #ffe04a;
	border: 2px solid #ffe04a;
	color: #191919;
}
.custom_html_2-section a.custom-temp-btn:hover,
.custom_html_2-section a.custom-temp-btn:focus,
.uk-overlay-panel a.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:focus,
.addtocalendar.atc-style-blue .atcb-link:hover,
.addtocalendar.atc-style-blue .atcb-link:focus,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:focus {
	background-color: transparent;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	opacity: 1;
}
.specials-v3.home-specials div a.custom-temp-btn:hover,
.specials-v3.home-specials div a.custom-temp-btn:focus {
	background-color: transparent;
	background: transparent;
	border: 2px solid #ffe04a;
	color: #fff;
	opacity: 1;
}
.addtocalendar.atc-style-blue .atcb-link {
	padding: 10px 25px;
	border-radius: 0;
}
.map-newsletter .sph-email-subscription .sph-submit-button {
	padding: 10px 40px;
}
.hvr-icon-wobble-horizontal:before {
	content: "\f105";
	display: none;
}
.reservations-and-parties button,
.reservations-and-parties button[disabled],
.reservations-and-parties button[disabled]:hover {
	padding: 10px 30px;
	background-color: #191919;
	background: #191919;
	border: 2px solid #ffe04a;
	color: #ffe04a;
}
.reservations-and-parties button:hover {
	background-color: #ffe04a;
	background: #ffe04a;
	border: 2px solid #191919;
	color: #191919;
}
/* Home page */

/*banner section */

.banner-section {
	padding: 30px 0;
}
.banner-section h1 {
	margin-bottom: 20px;
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: none;
}
.banner-section a {
  color: #000 ;
}
.banner-section a:hover {
	color: #191919;
}
.banner-section .banner-pin {
	top: -1px;
	font-size: 24px;
	color: #191919;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
	color: #fff;
}
.banner-hours-holder {
	font-size: 1.1em;
}
.banner-hours-holder .days {
	padding-bottom: 5px;
	font-weight: 600;
}
.banner-hours-holder .from-to {
	padding-bottom: 15px;
}
/* banner section end */

.section-header,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.specials-v3.home-specials h1,
.custom_html_1-section .section-header,
.about-us-v3 h1,
.specials h1,
.events h1,
.catering .section-header,
.events-container h1,
.about-us-page .about-us-s1-content h1 {
	font-size: 3.8em;
	text-transform: uppercase;
	color: #191919;
	text-align: center;
}
.uk-overlay-panel h1.mothers-day-offer {
	font-size: 3.5em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
  padding-top: 80px;
}
.uk-overlay-panel .haloween-offer h1,
.uk-overlay-panel .haloween-offer .slide-text {
  color: #000;
}
.uk-overlay-panel .haloween-offer .slide-text span {
  text-transform: none;
}
/* about v8 section */

.about-us-v8-content .text-wrapper h1 {
	margin-bottom: 35px;
}
.about-us-v8-content .text-holder p {
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.6;
}
.about-us-v8-image-bar {
	height: 58px;
	padding: 15px 20px;
	font-family: 'Playfair Display', serif;
	font-size: 1.7em;
	font-weight: 700;
}
/* .about-us-v8-wrapper-custom .about-us-v8-image {
	background-size: contain;
} */
/* about v8 section end */

.reviews-v2-wrapper h2,
.map-newsletter h2,
.reservations-text h2,
.party-background h2 {
	font-family: 'Raleway', sans-serif;
	text-transform: none;
	font-size: 1.5em;
	font-weight: 400;
}
/* specials v3 section */

.specials-v3.home-specials {
	min-height: 260px;
	background-color: #191919;
	color: #fff;
}
.specials-v3.home-specials .empty-content-message h2,
.specials-v3.home-specials .empty-content-message h3 {
	color: #fff;
}
.specials-v3.home-specials h1 {
	margin-top: 10px;
	color: #fff;
}
.specials-v3 .empty-content-message h2,
.specials-section h2 {
	font-size: 1.6em;
	margin-top: 30px;
}
.specials-v3.home-specials .specials-text,
.specials-v3.home-specials .specials-hours {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #fff;
}
.specials-v3.home-specials .specials-button {
	margin-top: 30px;
}
/* specials v3 section end */

/* ot reservation section */

.ot-reservations-wrapper {
	padding: 10em 0 12em 0;
	background-color: #191919;
}
.ot-reservations-wrapper .section-header {
	color: #fff;
}
.ot-reservations-wrapper p {
	font-size: 1.2em;
	text-transform: none;
	color: #fff;
}
.ot-reservations-wrapper .reservations a {
	font-size: inherit;
	color: #fff;
}
.ot-reservations-wrapper .reservations a:hover,
.ot-reservations-wrapper .reservations a:focus {
	color: #ffe04a;
}
a.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
/* ot reservation section end */

/* custom html 2 start SH resrevations */

.custom_html_3-section.section-wrapper,
.custom_html_2-section.section-wrapper {
    background-color: #191919;
    padding: 11em 0;
}
.custom_html_3-section .container,
.custom_html_2-section .container {
	text-align: center;
}
.custom_html_3-section .section-header,
.custom_html_2-section .section-header {
	margin-top: 0;
	color: #fff;
}
.custom_html_3-section p,
.custom_html_2-section p {
  margin: 40px auto;
  font-size: 1.4em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

/* custom html 2 start SH resrevations end */

/* custom html 1 section */

.custom_html_1-section {
	background-color: #ffe04a;
}
.custom_html_1-section .section-header {
	margin-top: 10px;
}
.custom_html_1-section .video-tour-holder {
	width: 80%;
	margin: 40px auto;
}
/* custom html 1 section end*/

/* Gallery section*/
.gallery-v4-grid-item a:after {
  background-color: transparent;
}
/* Gallery section end*/

/* events v3 section */

.events-v3-wrapper {
	padding: 3em 0;
}
.carousel-wrapper.events-v3-wrapper .container {
	padding: 20px 50px 70px 50px;
}
.events-v3-wrapper .owl-item .item.row {
	padding-bottom: 30px;
}
.events-v3-wrapper p {
	margin: 40px auto;
	font-size: 1.8em;
	text-align: left !important;
	color: #000;
}
.events-v3-wrapper .item-text p:last-of-type {
	font-size: 1.2em;
}
.events-v3-wrapper .item-text h2 {
	font-family: 'Playfair Display', serif;
	font-size: 2em;
	text-transform: uppercase;
	color: #000;
}
.events-v3-wrapper h3 {
	margin-top: 40px;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	color: #000;
}
.events-v3-wrapper .empty-content-message h2 {
	margin-top: 0;
	color: #000;
}
.events-v3-wrapper .item-image img {
	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-v3-wrapper .owl-theme .owl-dots {
	display: none;
} */

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	font-family: 'Raleway', sans-serif;
	color: #191919;
	border: 2px solid #191919;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 26px;
	text-align: center;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background-color: #191919;
	color: #fff;
}
.owl-carousel .owl-nav .owl-next {
	right: -100px;
}
.owl-carousel .owl-nav .owl-prev {
	left: -100px;
}
.events-v3-wrapper .owl-theme .owl-dots .owl-dot button {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.events-v3-wrapper .owl-theme .owl-dots .owl-dot.active button,
.events-v3-wrapper .owl-theme .owl-dots .owl-dot:hover button {
	background: #191919;
	border: 1px solid #191919;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-bottom: 30px;
}
/* events v3 section end */

/* reviews section */

.reviews-v2-wrapper {
	padding: 3em 0;
}
.reviews-v2-wrapper .container {
	padding-top: 0;
	padding-bottom: 40px;
}
.reviews-v2-wrapper .item {
	padding-bottom: 0;
}
.reviews-v2-wrapper .section-header {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #fff;
}
.reviews-v2-wrapper h2 {
	margin-bottom: 25px;
	margin-top: 20px;
	color: #fff;
}
.reviews-v2-wrapper h3 {
	margin: 20px auto;
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
}
.reviews-v2-wrapper .review-text p {
	font-size: 1.2em;
	line-height: 1.5;
	font-style: italic;
}
.reviews-v2-wrapper .review-quote {
	opacity: 1;
	color: #ffe04a;
}
.reviews-v2-wrapper .review-text blockquote {
	margin: 5px 0;
	padding: 0;
}
.reviews-v2-wrapper h3 .fa.fa-star {
	font-size: 0.8em;
	color: #ffe04a;
}
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot button {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.8);
}
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot.active button,
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot:hover button {
	background: #ffe04a;
	border: 1px solid #ffe04a;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-bottom: 30px;
}
/* reviews section end*/

/* newsletter section */

.map-newsletter {
	border-right: 2px solid #191919;
}
.map-newsletter .section-header {
	color: #191919;
}
.map-newsletter .text-wrapper:before {
	background-attachment: scroll;
	background-position: bottom left;
	background-size: cover;
}
.map-newsletter h2 {
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}
.map-newsletter .text-wrapper .text-content {
	color: #000;
	float: initial;
	margin: 0 auto;
}
.map-newsletter .sph-email-subscription h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #000;
}
.sph-response-message {
	color: #000;
}
.map-newsletter p {
	margin-top: 0px;
	font-size: 1.8em;
}
.map-newsletter .sph-email-subscription .sph-email-input {
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 1.1em;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
	font-size: 1.1em;
	color: #000;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
	color: #000;
}
.map-newsletter .bar {
	top: -4px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
	background: #ffe04a;
}
.newsletter-section {
	background: url('https://static.spotapps.co/web/thecatandfiddle--com/css/../custom/newsletter_back.jpg') center center / cover no-repeat;
}
.newsletter-section .section-header {
	margin-top: 15px;
}
.sph-email-subscription h2 {
	margin-bottom: 25px;
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #000;
}
.sph-email-subscription {
	padding-top: 10px;
}
.sph-email-subscription .sph-email-input {
	padding: 13px 5px;
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	font-size: 1.1em;
}
/* newsletter section end */

/* contact section */

.contact-v3 {
	background-color: #191919;
	color: #fff;
}
.contact-v3 .contact-location,
.contact-v3 .hours,
.contact-v3 .find-us {
	font-size: 1.1em;
}
.contact-v3 a {
	color: #fff;
}
.contact-v3 .hours-title.kitchen-title {
	margin-top: 15px;
	margin-bottom: 15px;
}
.contact-v3 .days {
	padding-bottom: 5px;
	text-transform: initial;
}
.contact-v3 .from-to {
	padding-bottom: 15px;
	text-transform: none;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
	font-family: 'Playfair Display', serif;
	font-size: 1.1em;
	text-transform: uppercase;
}
.contact-v3 .contact-us p {
	font-size: 1.1em;
	line-height: 1.1em;
}
.contact-info-custom {
	line-height: 1.5;
}
.contact-v3 .contact-us p {
	margin-top: 5px;
	margin-bottom: 10px;
}
.contact-us a {
	text-decoration: none;
}
/* contact section end */

/* footer section */

.footer-v2-wrapper {
	border-top: 2px solid #ffe04a;
	background-color: #191919;
	color: #fff;
}
.footer-v2-wrapper a {
	color: #fff;
}
.footer-v2-wrapper a:hover,
.footer-v2-wrapper a:active,
.footer-v2-wrapper a:focus {
	color: #ffe04a;
}
/* footer section end */

/* custom modal */

.custom-modal .modal-content {
	background: url('https://static.spotapps.co/web/thecatandfiddle--com/css/../custom/newsletter_back.jpg') center center / cover no-repeat;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
	background-color: #fff;
}
.custom-modal .newsletter-popup .section-header {
	margin-top: 0;
	font-size: 3.5em;
	font-weight: 700;
	color: #000;
}
.custom-modal .sph-email-subscription h2 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 1.2em;
}
.custom-modal p {
	margin-top: 0px;
	font-size: 1.2em;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
	background-color: transparent;
	border: 1px solid #000;
	font-size: 1.1em;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
	padding: 11px 15px;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
}
/* custom modal end */

/* Home page end */

/* About page */

.about-us-page .about-us-s1-content h1 {
	font-size: 3em;
	line-height: 1.4;
	text-transform: uppercase;
}
.about-us-v7-content .text-wrapper h1 {
	color: #000;
}
.about-us-s1 .text-wrapper img.img-responsive {
	margin: 0 auto;
}
.about-page-content .about-us-s2-content p,
.about-us-s1 .text-content p,
.about-us-s4-wrapper p {
	font-size: 1.2em;
	line-height: 1.5;
}
.about-us-s3-wrapper .map-footer p {
	font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
}
.about-us-s4-wrapper {
	background-color: #ffe04a;
}
.about-us-s4-wrapper .container {
	width: 70%;
	color: #191919;
}
.about-us-s4-wrapper h2 {
	font-size: 1.7em;
}
/* About page end */

/* Menu page , Drink page */

.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
	padding-top: 110px;
}
.food-menu-v2-wrapper .section-header,
.drink-menu-v2-wrapper .section-header {
	color: #191919;
}
.food-menu-grid .menu-description {
	width: 95%;
	padding-bottom: 15px;
}
.menu-description p {
	font-size: 1.2em;
	color: #000;
}
.food-menu-description p {
	font-size: 1em;
}
.food-menu-grid h3,
.food-menu-grid h4 {
	color: #000;
}
.food-menu-grid .food-item-holder {
	display: table;
	width: 100%;
}
.food-menu-grid-item-content {
	border-radius: 0;
}
.food-menu-grid h2,
.drink-menu .food-menu-page h2 {
	margin-top: 15px;
	font-family: 'Playfair Display', serif;
	line-height: 100%;
	color: #000;
	text-transform: capitalize;
}
.drink-menu .food-menu-grid h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}
.food-menu-grid .food-item-description,
.food-menu-grid .food-menu-description {
	color: #000;
	font-size: 1.1em;
}
.food-menu-grid .food-item-title h3,
.food-menu-grid .food-price {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1em;
	word-break: break-word;
	color: #000;
}
.food-menu-nav .food-menu-nav-item {
	padding: 10px 20px;
	background-color: #191919;
	border-color: #191919;
	color: #fff;
}
.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: #ffe04a;
	border-color: #ffe04a;
	color: #191919;
}
.food-menu-grid-item-content .food-menu-content {
	border-left: 2px solid #ffe04a;
}
/* Menu page , Drink page end */

/* Specials page , Events page */

.specials-background.specials * {
	text-shadow: none;
}
.onespecial,
.oneeventday {
	font-size: 19px;
}
.specials .empty-content-message h2 {
	color: #fff;
}
.specials h1 {
	margin-top: 30px;
	color: #fff;
}
.events-container h1 {
	margin-top: 38px;
	color: #fff;
}
.pagecontent {
	padding-top: 170px;
}
.specials h2,
.events h2 {
	font-size: 1.1em;
	color: #fff;
}
.specials .empty-content-message h2,
.events .empty-content-message h2 {
	font-size: 1.7em;
	color: #fff;
}
.events-background a {
	color: #fff;
}
.events-background a:hover,
.events-background a:focus {
	color: #ffe04a;
}
.events-background {
	overflow-wrap: break-word;
}
.events-container h2 {
	font-family: 'Playfair Display', serif;
	font-size: 2em;
	text-transform: uppercase;
}
.events-container .event-info-text p {
	font-size: 1.3em;
}
.events-container .event-time,
.events-container h3 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 1.3em;
}
.events-container .event-image {
	border: none;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: 2px 2px 10px 0px rgba(255, 255, 255, 0.8);
	box-shadow: 2px 2px 10px 0px rgba(255, 255, 255, 0.8);
}
.events-container .events-holder {
	border-bottom: 1px solid #ffe04a;
}
/* Specials page, Events page end */

/* Parties page */

.party-images .uk-overlay-background {
	border-bottom: 2px solid #191919;
}
.party-background .section-header {
	margin-bottom: 30px;
	color: #000;
}
.reservations-and-parties p {
	font-size: 1.3em;
}
.party-images .reservations-and-parties a {
    color: #000;
}
.party-images.party .reservations-and-parties a:hover,
.party-images.party .reservations-and-parties a:focus {
    color: #191919;
}
.party-images h2 {
	margin-top: 60px;
	font-family: 'Playfair Display', serif;
	font-size: 4em;
	text-transform: uppercase;
	color: #fff;
}
.party-images .uk-overlay-panel .slide-text {
	font-family: 'Raleway', sans-serif;
	font-size: 2.2em;
}
.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 {
	background-color: #fff;
}
/* Parties page end */

/* Catering page , Jobs page */

.catering .section-header,
.jobs-page .section-header {
	color: #fff;
}
.catering .button-wrapper {
	text-align: center;
	margin: 40px auto;
}
.catering .button-wrapper .custom-temp-btn {
	background-color: #ffe04a;
	border: 2px solid #ffe04a;
	color: #000;
	text-shadow: none;
}
.catering .button-wrapper .custom-temp-btn:hover,
.catering .button-wrapper .custom-temp-btn:focus {
	background-color: transparent;
	border: 2px solid #ffe04a;
	color: #ffe04a;
}
.catering p a {
	color: #fff;
}
.catering p a:hover,
.catering p a:focus {
	color: #ffe04a;
}
.catering .reservations-and-parties p.submit-success,
.jobs-page .reservations-and-parties p.submit-success {
	color: #fff;
}
.reservations-and-parties-form {
	font-size: 1.1em;
}
.catering-menu-wrapper h1.section-header {
	font-size: 3em;
}
.catering-menu-wrapper .food-menu-nav {
	display: none;
}
.catering-menu-wrapper .menu-description p {
	color: #fff;
}
/* Catering page , Jobs page end */
.nav-scroll li.drop-down-link .sub-menu a span {
  font-size: 12px;
}
.specials h2, .events h2,
.drink-menu .row div[class^="col"]  {
    font-weight: 600;
}
.onespecial .row {
    display: grid;
}
.drink-menu.specials .row div[class^="col"], .drink-menu.events .row div[class^="col"],
.specials h2 {
    text-align: center;
    margin: 10px auto;
}
.drink-menu.specials .row div[class^="col"].text-right, .drink-menu.events .row div[class^="col"].text-right {
    text-align: center;
}
.custom-modal .modal-content h1 {
    text-align: center;
}
.gift-cards-holder .gift-cards-content a:not(.custom-temp-btn) {
color: #000;
}
.gift-cards-holder .gift-cards-content a:hover:not(.custom-temp-btn) {
text-decoration: none;
color: #857527;
}
@media (max-width: 1370px) {
	.navbar-regular.nav-v6 .navbar-nav>li>a {
		padding: 0 6px;
		font-size: 0.9em;
    }
    .about-us-v8-image-bar {
        height: 44px;
        padding: 10px 15px;
        font-size: 1.2em;
    }
    .uk-overlay-panel h1.mothers-day-offer {
      font-size: 3.2em;
    }
}
@media (max-width: 1200px) {
	.navbar-regular.nav-v6 .navbar-nav>li>a {
		padding: 0 4px;
	}
	li.drop-down-link .sub-menu a {
		font-size: 11px;
	}
	.section-header,
	.about-us-v8-content .text-wrapper h1,
	.about-us-v7-content .text-wrapper h1,
	.custom_html_1-section .section-header,
	.specials-v3.home-specials h1,
	.map-newsletter .section-header,
	.catering .section-header,
	.about-us-v3 h1,
	.specials h1,
	.events h1,
	.events-container h1 {
		font-size: 3em;
	}
  .uk-overlay-panel h1.mothers-day-offer {
    font-size: 2.5em;
  }
	.uk-overlay-panel .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.uk-slidenav-position:hover .uk-slidenav {
		display: none;
	}
	.uk-overlay-panel h1,
	.on-cover-content .section-wrapper .section-header {
		font-size: 3em;
	}
	.uk-overlay-panel .slide-text {
		font-size: 1.6em;
	}
	.about-us-v8-content .text-wrapper h1 {
		font-size: 2.7em;
	}
	.about-us-v8-wrapper-custom .about-us-v8-image {
		background-size: cover;
	}
	.reviews-v2-wrapper h2,
	.map-newsletter h2 {
		font-size: 1.4em;
	}
	.about-us-page .about-us-s1-content h1 {
		font-size: 2em;
	}
    .custom-modal .modal-content h1 {
        font-size: 2em;
    }
}
@media (width: 1024px) {
  .uk-overlay-panel a.custom-temp-btn.overlay-btn-custom.btn-1 {
    position: relative;
    top: 170px;
  }
  .uk-overlay-panel a.custom-temp-btn.overlay-btn-custom.btn-2 {
    position: relative;
    top: 175px;
  }
}
@media (max-width: 1024px) {
	.uk-overlay-panel .container {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 20px;
	}
	.uk-overlay-panel h1,
	.on-cover-content .section-wrapper .section-header {
		margin-top: 90px;
	}
	.banner-hours-holder {
		font-size: 1em;
	}
	.banner-section .container {
		width: 100%;
	}
	.home-page .about-us-v7 .about-us-v7-content {
		min-height: 560px;
	}
	.events-v3-wrapper .container {
		width: 90% !important;
	}
	.owl-carousel .owl-nav .owl-next {
		right: -25px;
	}
	.owl-carousel .owl-nav .owl-prev {
		left: -25px;
	}
	.map-newsletter .text-wrapper .text-content {
		margin: 45px auto 0 auto;
	}
	.map-newsletter .bar {
		top: -5px;
	}
	.food-menu-grid .food-price {
		padding: 0 5px 0 10px;
	}
	.party-images h2 {
		font-size: 3.2em;
	}
	.party-images .uk-overlay-panel .slide-text {
		font-size: 1.8em;
	}
	.party-background.drink-menu.catering>div:first-child:before {
		background-attachment: fixed;
	}
}
@media (max-width: 1023px) {
	.uk-overlay-panel h1,
	.on-cover-content .section-wrapper .section-header {
		margin-bottom: 15px;
	}
	.ot-reservations-wrapper {
		padding: 10em 0 8em 0;
	}
	.reviews-v2-wrapper .section-header {
		margin-top: 20px;
	}
	.food-menu-page .food-menu-v2-wrapper,
	.drink-menu-page .drink-menu-v2-wrapper {
		padding-top: 75px;
	}
	.drink-menu .pagecontent {
		padding-top: 120px;
	}
  .uk-overlay-panel h1.mothers-day-offer {
    font-size: 2.3em;
  }
}
@media (max-width: 991px) {
	.navbar.nav-v6 .socialnav a {
		display: none;
	}
  .uk-slideshow li:nth-child(1) .uk-position-cover {
    background-position: left;
  }
	.navbar-regular.nav-v6 .navbar-nav>li>a {
		padding: 0 3px;
		font-size: 0.7em;
	}
	li.drop-down-link .sub-menu a {
		font-size: 9px;
	}
  li.drop-down-link .sub-menu {
    padding: 15px 5px;
  }
	.about-us-v8-image-bar {
    height: 35px;
    padding: 10px 15px;
    font-size: 0.9em;
	}
  .about-us-v8-wrapper .about-us-v8-item-0 a.custom-temp-btn {
    padding: 11px 20px;
  }
	.reservations-wrapper .section-header {
		margin-top: 30px;
	}
	.events-v3-wrapper .container {
		width: 100% !important;
	}
	.events-v3-wrapper .owl-nav {
		display: none;
	}
	.map-newsletter .section-header {
		margin-left: 0;
	}
	.map-newsletter .text-wrapper .text-content {
		margin-top: 0;
	}
	.map-newsletter .bar {
		top: 0;
	}
	.drink-menu-grid .food-item-title {
		width: 100%;
	}
	.about-us-v7-content .text-wrapper h1,
	.about-page-content .about-us-s2-content p,
	.about-us-s4-wrapper p,
	.about-us-page .row div[class^="col"] {
		text-align: center;
	}
	.party-s2-wrapper .party-gallery-holder {
		margin-bottom: 30px;
	}
	.catering-menu-wrapper.food-menu-v2-wrapper .section-header {
		padding-top: 0;
	}
}
@media (width: 768px) {
  .uk-overlay-panel a.custom-temp-btn.overlay-btn-custom.btn-1 {
    position: relative;
    top: 190px;
  }
  .uk-overlay-panel a.custom-temp-btn.overlay-btn-custom.btn-2 {
    position: relative;
    top: 255px;
  }
}
@media (max-width: 768px) {
	.navbar.nav-v6 .socialnav a {
		display: inline-block;
	}
	.uk-overlay-panel h1,
	.on-cover-content .section-wrapper .section-header {
		font-size: 2.3em;
	}
	.uk-overlay-panel .slide-text {
		font-size: 0.9em;
	}
	.about-us-v8-content .text-wrapper h1 {
		font-size: 2.2em;
		margin-bottom: 15px;
	}
	.about-us-v8-content .text-wrapper h2 {
		font-size: 1.7em;
	}
	.events-v3-wrapper {
		padding: 2em 0;
	}
	.carousel-wrapper.events-v3-wrapper .container {
		padding: 20px 50px 50px 50px;
	}
	.events-v3-wrapper .owl-item .item.row {
		padding-bottom: 0px;
	}
	.events-v3-wrapper .item-text h2 {
		font-size: 1.9em;
	}
	.contact-v3 .contact-location,
	.contact-v3 .hours,
	.contact-v3 .find-us {
		font-size: 1em;
	}
	.about-us-s4-wrapper .container {
		width: 95%;
	}
	.specials h1 {
		margin-top: 40px;
	}
	.events h1,
	.events-container h1,
	.party .section-header {
		margin-top: 55px;
	}
	.events-container h2 {
		margin-top: 0;
	}
	.food-menu-grid .food-item-description {
		font-size: 1.1em;
	}
}
@media (max-width: 767px) {
	.navbar.nav-v4 .header-logo {
		max-width: 140px;
	}
	.nav-v7.navbar-fixed-top .navbar-collapse {
		max-height: 480px;
	}
	.navbar-regular.nav-v6 .navbar-nav>li>a {
		padding: 7px 17px;
		font-size: 13px;
		text-transform: uppercase;
	}
	.navbar-regular.nav-v6 .navbar-nav>li>a.direct-order-sub::before {
		content: "ORDER";
	}
	.navbar-regular.nav-v6 .navbar-nav>li>a:hover,
	.navbar-regular.nav-v6 .navbar-nav>.active>a,
	.navbar-regular.nav-v6 .navbar-nav>.active>a:focus,
	.navbar-regular.nav-v6 .navbar-nav>.active>a:hover {
		color: #fff !important;
	}
	.navbar-fixed-bottom.nav-v1 .bottom-list-item a {
		padding: 14px 0;
		font-family: 'Raleway', sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
	}
	.header {
		background: #191919;
		background-color: #191919;
	}
	.slideshow-v2-wrapper .container.first-slide {
		margin-top: 250px;
	}
	.uk-overlay-panel h1,
	.on-cover-content .section-wrapper .section-header {
		margin-top: 0;
		font-size: 2em;
	}
	.uk-dotnav {
		bottom: 50px;
	}
	.uk-overlay-panel a.custom-temp-btn.overlay-btn-custom,
	.on-cover-content .section-wrapper a.custom-temp-btn.overlay-btn-custom,
	.uk-overlay-panel.uk-flex>*>.custom-temp-btn.overlay-btn-custom:last-child {
		margin: 10px 5px;
	}
  .uk-overlay-panel a.custom-temp-btn.overlay-btn-custom.btn-1 {
    position: relative;
    top: -40px;
  }
  .uk-overlay-panel a.custom-temp-btn.overlay-btn-custom.btn-2 {
    position: relative;
    top: 30px;
  }
  .custom-temp-btn, .uk-overlay-panel a.custom-temp-btn {
    font-size: 12px;
  }
	.about-us-page .uk-dotnav {
		bottom: 20px;
	}
	.banner-section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.banner-section h1 {
		font-size: 1.1em;
		margin-bottom: 0px;
	}
	.banner-hours-holder .days {
		margin-top: 15px;
	}
	.banner-hours-holder {
		margin-top: 15px;
	}
	.section-header,
	.about-us-v7-content .text-wrapper h1,
	.specials-v3.home-specials h1,
	.about-us-v3 h1,
	.custom_html_1-section .section-header,
	.specials h1,
	.events h1,
	.map-newsletter .section-header,
	.custom-modal .newsletter-popup .section-header,
	.events-container h1,
	.catering .section-header {
		font-size: 3em;
	}
	.about-us-v8-content .text-wrapper {
		padding: 30px 10px !important;
	}
	.map-newsletter h2,
	.reviews-v2-wrapper h2 {
		font-size: 1.3em;
	}
	.ot-reservations-wrapper {
		padding: 2em 0;
	}
	a.anchor {
		top: -60px;
	}
	.custom_html_3-section.section-wrapper,
	.custom_html_2-section.section-wrapper {
		padding: 4em 0;
	}
	.custom_html_3-section .section-header,
	.custom_html_2-section .section-header {
		font-size: 2.6em;
    }
	.custom_html_3-section p,
    .custom_html_2-section p {
		margin: 20px auto;
		font-size: 1.2em;
	}
	.events-v3-wrapper h3 {
		margin-top: 15px;
	}
	.events-v3-wrapper p {
		margin: 15px auto;
		text-align: center !important;
	}
	.events-v3-wrapper .item-text h2 {
		font-size: 1.6em;
	}
	.events-v3-wrapper .owl-theme .owl-dots {
		display: block;
	}
	.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 10px;
	}
	.custom_html_1-section .video-tour-holder {
		width: 95%;
	}
	.custom_html_1-section .video-tour-holder iframe {
		height: 430px !important;
	}
	.reviews-v2-wrapper h3 {
		font-size: 1.3em;
	}
	.reviews-v2-wrapper .section-header {
		margin-top: 40px;
	}
	.reviews-v2-wrapper .review-text blockquote {
		padding: 0;
		margin: 0;
	}
	.map-newsletter .sph-email-subscription h2 {
		font-size: 1.3em;
	}
	.googlemap-v3-wrapper .map-item.map-newsletter {
		min-height: 450px;
	}
	.googlemap-v3-wrapper .map-item.map-newsletter .section-header {
		margin-top: 20px;
	}
	.custom-modal .sph-email-subscription {
		padding: 5px;
	}
	.about-us-background .about-us-v3 .text-wrapper {
		margin-bottom: 120px;
	}
	.about-us-background .pagecontent {
		padding-top: 45px;
	}
	.about-us-page .about-us-s1-content {
		padding-top: 15px;
	}
	.about-us-s4-wrapper h2 {
		font-size: 1.4em;
	}
	.drink-menu .pagecontent {
		padding-top: 50px;
	}
	.food-menu-page .food-menu-v2-wrapper,
	.drink-menu-page .drink-menu-v2-wrapper {
		padding-top: 35px;
	}
	.food-menu-description p {
		font-size: 1em;
	}
	.food-menu-nav {
		margin-top: 20px;
	}
	.food-menu-nav .food-menu-nav-item {
		padding: 10px 15px;
		border: none;
		border-bottom: 2px solid #ffe04a;
		border-radius: 0;
		color: #ffe04a;
	}
	.food-menu-nav .food-menu-nav-item.active {
		border: none;
		border-bottom: 2px solid #191919;
	}
	.food-menu-nav .food-menu-nav-item:first-of-type {
		border-top: 2px solid #191919;
	}
	.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 #191919;
	}
	.food-menu-nav .food-menu-nav-item:last-of-type {
		border-bottom: 2px solid #191919;
	}
	.food-menu-nav .food-menu-nav-item:last-of-type.active,
	.food-menu-nav .food-menu-nav-item:last-of-type:hover {
		border-bottom: 2px solid #191919;
	}
	.food-menu-nav .food-menu-nav-item:first-of-type.active:hover,
	.food-menu-nav .food-menu-nav-item.active:hover {
		background-color: #ffe04a;
		border-color: #191919;
		color: #191919;
	}
	.drink-menu .food-menu-page h2 {
		font-size: 1.3em;
		line-height: 1.2em;
		word-break: break-all;
	}
	.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;
	}
	.reservations-and-parties .text-wide p {
		max-width: 95%;
	}
	.events-container .events-holder {
		padding-top: 20px;
	}
	.events-container h1 {
		margin-top: 35px;
	}
	.events-container h2 {
		margin-top: 30px;
		font-size: 1.7em;
	}
	.food-menu-v2-wrapper.catering-menu-wrapper .section-header {
		margin: 20px auto;
		padding-top: 0;
		font-size: 2.3em;
	}
	.party-images h2 {
		margin-top: 50px;
		font-size: 2.8em;
	}
	.party-images .uk-overlay-panel .slide-text {
		font-size: 1.7em;
	}
	.empty-content-message h2 {
		font-size: 1.5em;
	}
	.empty-content-message h3 {
		font-size: 1.3em;
	}
	.custom-modal .modal-content h1 {
		font-size: 1.4em;
	}
}
@media (max-width: 540px) {
	.uk-overlay-panel h1,
	.on-cover-content .section-wrapper .section-header {
		font-size: 1.6em;
	}
	.drink-menu-grid .food-item-title {
		width: 100%;
	}
	.about-us-page .about-us-s1-content h1 {
		font-size: 1.8em;
	}
	.about-us-background .container.about-us-v3 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.container.about-us-v3>div>div,
	.container.about-us-v3>div>div>div {
		display: block;
	}
	.about-us-v3 .text-wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	.party-background.drink-menu.catering>div:first-child:before {
		background-image: none;
	}
	.top-svg-border,
	.bottom-svg-border {
		display: none;
	}
}
@media (max-width: 390px) {
	.navigation-bootstrap.nav-scroll .header-logo {
		top: 2px;
	}
	.navbar-fixed-bottom.nav-v1 .bottom-list-item a {
		font-size: 12px;
	}
	.uk-overlay-panel .container {
		width: 100%;
	}
	.uk-overlay-panel h1,
	.on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1.mothers-day-offer {
		font-size: 1.2em;
        line-height: 1.3;
	}
  .uk-overlay-panel h1.mothers-day-offer {
		padding-top: 0;
    margin-top: -40px;
	}
  /* div.uk-cover-background.uk-position-cover:first-of-type {
    background-position: center left;
  } */
	.about-us-v8-item .text-holder p {
		padding: 0;
	}
	.about-us-v8-content .text-wrapper p,
	.reviews-v2-wrapper .review-text p,
	.about-page-content .about-us-s2-content p,
	.about-us-s4-wrapper p,
	.ot-reservations-wrapper p,
	.reservations-and-parties p,
	.home-page .about-us-v7-content .text-content p {
		font-size: 1.2em;
	}
	.map-newsletter .text-wrapper .text-content {
		padding: 10px 25px;
	}
	.specials-v3.home-specials div a {
		width: 80%;
	}
	.ot-reservations-wrapper .row {
		margin-left: 0;
		margin-right: 0;
	}
	.events-v3-wrapper p {
		width: 100%;
	}
	.events-v3-wrapper h2 {
		font-size: 1.8em;
	}
	.events-v3-wrapper p {
		font-size: 1.6em;
	}
	.reviews-v2-wrapper {
		padding-bottom: 3em;
	}
	.reviews-v2-wrapper .container {
		width: 100%;
		padding: 5px;
	}
	.reviews-v2-wrapper .review-text p {
		line-height: 1.3em;
	}
	.reviews-v2-wrapper h3 {
		margin: 30px auto 15px auto;
		font-size: 1.2em;
	}
	.reviews-v2-wrapper .carousel-controls {
		bottom: -10px;
	}
	.custom-modal .newsletter-popup .section-header {
		font-size: 2.6em;
	}
	.custom-modal .newsletter-popup .sph-email-subscription h2 {
		font-size: 1.3em;
	}
	.about-page-content .about-us-v7-content .text-wrapper .text-content {
		padding-top: 20px;
	}
	.about-us-page .about-us-s2-content .section-header {
		margin-top: 15px;
	}
	.onespecial,
	.oneeventday {
		font-size: 17px;
	}
	.events h1,
	.events-container h1,
	.party .section-header {
		margin-top: 85px;
	}
	.specials h1 {
		margin-top: 30px;
	}
	.party-background .section-header {
		font-size: 2.7em;
	}
	.party-images h2 {
		font-size: 2.5em;
	}
	.party-images .uk-overlay-panel .slide-text {
		font-size: 1.7em;
	}
}
@media (max-width: 320px) {
	.navbar.nav-v4 .header-logo {
		max-width: 100px;
	}
	.navbar-regular.nav-v6 .navbar-nav>li>a {
		padding: 4px 17px;
		text-transform: uppercase;
	}
	.slideshow-v2-wrapper .container.first-slide {
		margin-top: 135px;
	}
	.uk-overlay-panel h1,
	.on-cover-content .section-wrapper .section-header {
		margin-top: 5px;
		margin-bottom: 8px;
	}
  .uk-overlay-panel h1.big-text {
    font-size: 1.1em;
  }
	.section-header,
	.about-us-v7-content .text-wrapper h1,
	.specials-v3.home-specials h1,
	.about-us-v3 h1,
	.specials h1,
	.catering .section-header,
	.events h1,
	.events-container h1 {
		font-size: 2.7em;
	}
	.newsletter .section-header,
	.custom_html_2-section .section-header,
	.custom_html_3-section .section-header,
	.custom-modal .newsletter-popup .section-header,
	.custom_html_1-section .section-header,
	.reservations-wrapper .section-header {
		font-size: 2.3em;
	}
  .about-us-v8-content .text-wrapper h1 {
    font-size: 1.9em;
  }
	.about-us-v8-image {
		margin-top: 0;
    }
    .about-us-v8-image-bar {
        height: 35px;
        padding: 10px 6px;
        font-size: 0.8em;
    }
	.about-page-content .about-us-v7-content .text-wrapper .text-content {
		padding-top: 5px;
	}
	.party-background .section-header {
		font-size: 2.4em;
	}
	.party-images h2 {
		font-size: 2em;
	}
	.party-images .uk-overlay-panel .slide-text {
		font-size: 1.5em;
	}
	.reservations-and-parties p {
		font-size: 1.2em;
	}
}
