@import url('//fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('//fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
@import url('//fonts.googleapis.com/css2?family=Meie+Script&display=swap');

/*

font-family: 'Roboto', sans-serif;
font-weight: 300;

font-family: 'Oswald', sans-serif;
font-weight: 600;

font-family: 'Meie Script', cursive;

*/

a {
    color: #fff;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}

/*navigation*/

.nav-v7 .container {
  width: 95%;
}

.navbar-regular.nav-v6 .navbar-nav>li>a {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    padding: 0 11px;
}

li.drop-down-link .sub-menu {
    padding: 5px 15px;
}

.drink-menu li.drop-down-link .sub-menu {
    width: 131px !important;
}

li.drop-down-link .sub-menu a {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1em;
}

/*navigation end*/

/*headings*/

.section-header,
.uk-overlay-panel h1,
.about-us-v8-content .text-wrapper h1,
.reservations-tmt-section h1,
.specials-v3.home-specials h1,
.reviews-v2-wrapper h1,
.map-newsletter h1,
.custom-modal .newsletter-popup .section-header,
.food-menu-v2-wrapper h1,
.drink-menu-v2-wrapper h1,
.specials h1,
.events-container h1,
.gift-cards-page .section-header {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 5em;
}

.about-us-v8-content .text-wrapper h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
    font-family: 'Meie Script', cursive;
    text-transform: none;
    font-size: 2.2em;
}

/*headings end*/

/*buttons*/

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.reservations-tmt-section a.custom-temp-btn,
.specials-v3.home-specials a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.food-menu-nav .food-menu-nav-item.custom-temp-btn,
.addtocalendar.atc-style-blue .atcb-link,
.reservations-and-parties button,
.reservations-and-parties button[disabled] {
    padding: 8px 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 20px;
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
    opacity: 1;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.reservations-tmt-section a.custom-temp-btn:hover,
.specials-v3.home-specials a.custom-temp-btn:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover,
.addtocalendar.atc-style-blue .atcb-link:hover,
.reservations-and-parties button:hover,
.reservations-and-parties button[disabled]:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    opacity: 1;
}

.food-menu-nav .food-menu-nav-item.custom-temp-btn.active,
.food-menu-nav .food-menu-nav-item.custom-temp-btn:hover,
.food-menu-nav .food-menu-nav-item.custom-temp-btn:focus {
    background-color: #c9ada1;
    border: 2px solid #fff;
    color: #fff;
    opacity: 1;
}

/*buttons end*/

/*slideshow v2*/

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.6);
}

.uk-dotnav-contrast > * > * {
    background: #fff;
    opacity: 1;
}

.uk-dotnav-contrast > .uk-active > *,
.uk-dotnav-contrast > * > :focus,
.uk-dotnav-contrast > * > :hover {
    background: #fff;
    opacity: 0.7;
    transform: scale(1);
}

/*slideshow v2 end*/

/*banner*/

.banner-section {
    padding: 30px 0;
}

.banner-section h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.4em;
}

.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #c9ada1;
}

/*banner end*/

/*specials section*/

.specials-v3.home-specials {
    background-color: #1e1e1e;
    color: #fff;
    text-align: center;
}

/*specials section end*/

/*reviews*/

.reviews-v2-wrapper {
    background-size: cover !important;
    background-attachment: scroll !important;
}

.reviews-v2-wrapper .container {
    padding: 0 5px 20px 5px;
}

.reviews-v2-wrapper h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    margin: 35px 0 15px 0;
    text-transform: none;
    color: #1e1e1e;
}

.reviews-v2-wrapper .review-text p {
    line-height: 1.4em;
    font-size: 1.3em;
}

.reviews-v2-wrapper .review-text blockquote {
    margin: 0;
    padding: 0;
}

.reviews-v2-wrapper h3 .fa.fa-star {
    color: #d71e19;
    font-size: 0.7em;
    vertical-align: middle;
}

.reviews-v2-wrapper .review-quote {
    color: #1e1e1e;
    opacity: 1;
}

.reviews-v2-wrapper .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: 50px;
}

.owl-theme .owl-dots .owl-dot button {
    background: #1e1e1e;
    border: 1px solid #1e1e1e;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
    background: #1e1e1e;
    border: 1px solid #1e1e1e;
    opacity: 0.5;
}

/*reviews end*/

/*newsletter*/

.map-newsletter {
    border-right: none;
    background-color: #1e1e1e;
    color: #fff
}

.map-newsletter .text-wrapper:before {
    background-attachment: scroll;
    background-position: center center;
}

.map-newsletter .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.3em;
}

.map-newsletter .bar {
    top: -8px;
}

.map-newsletter .sph-email-subscription .sph-email-input {
    padding: 12.5px 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.map-newsletter .sph-email-subscription .sph-submit-button {
    margin-bottom: 26px;
}

.map-newsletter .bar:before,
.map-newsletter .bar:after {
    background: #d71e19;
}

.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
    color: #fff;
}

.map-newsletter .sph-email-subscription input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.map-newsletter .sph-email-subscription input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
    color: #fff;
}

.googlemap-v3-wrapper .triangle {
    display: none;
}

.sph-response-message {
    color: #fff;
    font-size: 1.3em;
}

/*newsletter end*/

/* newsletter popup */

.custom-modal .modal-content {
    background-image: url('https://static.spotapps.co/web/antioch--eatatanastasias--com/css/../custom/newsletter_back.jpg');
    background-color: #1e1e1e;
    background-size: contain;
    color: #fff;
}


.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 12px 15px;
    border: 1px solid #fff;
    background-color: transparent;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
    color: #fff;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
    color: #fff;
}

.custom-modal .close {
    color: #fff;
}

/* newsletter popup end*/

/*contact section*/

.contact-v3 {
    background-color: #1e1e1e;
}

.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
    font-size: 1.2em;
    margin-top: 0;
}

.contact-v3 .days {
    padding-bottom: 5px;
    text-transform: uppercase;
}

.contact-v3 .from-to {
    padding-bottom: 15px;
}

.contact-v3 a {
    text-decoration: none;
}

.contact-v3 a:focus {
    color: #fff;
}

/*contact section end*/

/*footer*/

.footer-v2-wrapper {
    background-color: #1e1e1e;
    border-top: 2px solid #d71e19;
}

/*footer end*/

/*empty content message*/

.empty-content-message h2,
.empty-content-message h3,
.drink-menu .food-menu-page .empty-content-message h2,
.drink-menu .food-menu-page .empty-content-message h3,
.specials .empty-content-message h2,
.specials .empty-content-message h3,
.events-container .empty-content-message h2,
.events-container .empty-content-message h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    text-align: center;
    text-transform: none;
}

/*empty content message end*/

/*menu and drinks pages*/

.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 70px;
}

.food-menu-grid .menu-description p {
    font-size: 1.3em;
}

.food-menu-grid-item-content {
    border-radius: 0;
}

.food-menu-v2-wrapper .section-header,
.drink-menu-v2-wrapper .section-header {
    color: #1e1e1e;
}

.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
    font-size: 2.5em;
    color: #1e1e1e;
}

.food-menu-grid .food-menu-description p {
    font-size: 1.1em;
    word-break: break-word;
}

.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #d71e19;
}

.food-menu-grid h3,
.food-menu-grid .food-price {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #d71e19;
    font-size: 1.3em;
}

.food-menu-grid .food-item-description {
    font-size: 1.2em;
    color: #757575;
}

/*menu and drinks pages end*/

/*specials page*/

.onespecial {
    font-size: 1.3em;
}

.specials .pagecontent {
    padding-top: 135px;
}

/*specials page end*/

/*events page*/

.events-container .pagecontent {
    padding-top: 150px;
}

.events-container h1 {
    margin-bottom: 30px;
}

.events-container h2 {
    text-transform: capitalize;
    font-size: 2.5em;
}

.events-container h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.events-container .event-image {
    border: none;
    -webkit-box-shadow: 0 0 10px 4px rgba(241, 232, 217, 0.5);
    -moz-box-shadow: 0 0 10px 4px rgba(241, 232, 217, 0.5);
    box-shadow: 0 0 10px 4px rgba(241, 232, 217, 0.5);
}

/*events page end*/

/*gift cards page*/

.gift-cards-page .pagecontent {
    padding-top: 125px;
}

/*gift cards page end*/

/* custom party page */
.reservations-and-parties textarea,
.party-background .reservations-and-parties select.wide-select,
.party-background .checkbox-holder {
	width: 435px;
	margin-bottom: 16px;
}
.party-background p a:hover,
.party-background p a:focus {
	color: #fff;
}
/* custom party page end */

/* Banquet packages page start */

.article-background.banquet-packages-page:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url('https://static.spotapps.co/web/antioch--eatatanastasias--com/css/../custom/banquet_back.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(0.3);
  -moz-filter: brightness(0.3);
  -o-filter: brightness(0.3);
  -ms-filter: brightness(0.3);
  filter: brightness(0.3);
}
.article-background.banquet-packages-page .pagecontent * {
  text-shadow: none;
  text-align: center;
}
.banquet-packages-page .packages h2 {
  font-size: 1.8em;
}
.info-single {
  margin: 30px auto;
  padding: 50px 30px;
  border: 2px solid #fff;
}
.info-single h2 {
  margin-top: 10px;
  font-size: 2em;
  text-transform: uppercase;
}
.info-single p a {
  white-space: nowrap;
}
.info-single p a:hover,
.info-single p a:focus {
  color: #c9ada1;
}
/* Banquet packages page end */

@media (max-width:1400px) {
    .nav-v7 .container {
      width: 100%;
    }
    .navbar-regular.nav-v7 .navbar-nav>li>a {
        padding: 0 7px;
    }
    .drink-menu li.drop-down-link .sub-menu {
        width: 121px !important;
    }
    .section-header,
    .uk-overlay-panel h1,
    .about-us-v8-content .text-wrapper h1,
    .reservations-tmt-section h1,
    .specials-v3.home-specials h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .specials h1,
    .events-container h1,
    .gift-cards-page .section-header {
        font-size: 4.8em;
    }
    .about-us-v8-content .text-wrapper h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 2em;
    }
}

@media (max-width:1200px) {
    .navbar-regular.nav-v7 .navbar-nav>li>a {
      font-size: 1em;
        padding: 0 5px;
    }
    .section-header,
    .uk-overlay-panel h1,
    .about-us-v8-content .text-wrapper h1,
    .reservations-tmt-section h1,
    .specials-v3.home-specials h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .specials h1,
    .events-container h1,
    .gift-cards-page .section-header {
        font-size: 4.8em;
    }
    .about-us-v8-content .text-wrapper h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.7em;
    }
    .map-newsletter .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 1.2em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1.1em;
    }
}

@media (max-width:1023px) {
    .navbar-regular.nav-v7 .navbar-nav>li>a {
        padding: 0 5px;
    }
    li.drop-down-link .sub-menu {
        padding: 5px 10px;
    }
    li.drop-down-link .sub-menu a {
        font-size: 0.9em;
    }
    .drink-menu li.drop-down-link .sub-menu {
        width: 104px !important;
    }
    .section-header,
    .uk-overlay-panel h1,
    .about-us-v8-content .text-wrapper h1,
    .reservations-tmt-section h1,
    .specials-v3.home-specials h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .specials h1,
    .events-container h1,
    .gift-cards-page .section-header {
        font-size: 4.3em;
    }
    .about-us-v8-content .text-wrapper h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.7em;
    }
    .banner-section h1 {
        font-size: 1.3em;
    }
    .about-us-v8-content .text-wrapper p {
        font-size: 1.2em;
    }
    .reservations-tmt-section p {
        font-size: 1.2em;
    }
    .specials-v3.home-specials .specials-text,
    .specials-v3.home-specials .specials-hours {
        font-size: 1.2em;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.2em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 2.3em;
    }
    .food-menu-grid .menu-description p,
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.2em;
    }
    .food-menu-grid .food-item-description {
        font-size: 1.1em;
    }
    .onespecial {
        font-size: 1.2em;
    }
    .events-container h2 {
        font-size: 2.3em;
    }
    .gift-cards-page p {
        font-size: 1.2em;
    }
    .empty-content-message h2,
    .empty-content-message h3,
    .drink-menu .food-menu-page .empty-content-message h2,
    .drink-menu .food-menu-page .empty-content-message h3,
    .specials .empty-content-message h2,
    .specials .empty-content-message h3,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3 {
        font-size: 1.3em;
    }
}

@media (max-width:991px) {
    .navbar-regular.nav-v7 .navbar-nav>li>a {
      padding: 0 3px;
      font-size: 0.9em;
    }
    .navbar.nav-v7 .navbar-tabs .socialnav {
      display: none;
    }
    .map-newsletter .bar {
        top: 0;
    }
		.reservations-and-parties textarea,
		.party-background .reservations-and-parties select.wide-select,
		.party-background .checkbox-holder {
			width: 378px;
		}
}

@media (max-width:767px) {
    .navbar.nav-v7 .header-logo {
        max-width: 70px;
    }
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        padding: 5px 15px;
        text-transform: uppercase;
    }
    .section-header,
    .uk-overlay-panel h1,
    .about-us-v8-content .text-wrapper h1,
    .reservations-tmt-section h1,
    .specials-v3.home-specials h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .specials h1,
    .events-container h1,
    .gift-cards-page .section-header {
        font-size: 3.7em;
    }
    .about-us-v8-content .text-wrapper h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.6em;
    }
    .custom-temp-btn,
    .uk-overlay-panel a.custom-temp-btn,
    .about-us-v8-wrapper a.custom-temp-btn,
    .reservations-tmt-section a.custom-temp-btn,
    .specials-v3.home-specials a.custom-temp-btn,
    .map-newsletter .sph-email-subscription .sph-submit-button,
    .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn,
    .addtocalendar.atc-style-blue .atcb-link {
        font-size: 18px;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-size: 16px;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        padding: 15px 5px;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn.active,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:hover,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:focus {
        border: none;
        border-bottom: 1px solid #1e1e1e;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:first-of-type {
        border-top: 1px solid #1e1e1e;
    }
    .banner-section {
        padding: 20px 0;
    }
    .banner-section h1 {
        font-size: 1.2em;
    }
    .about-us-v8-content .text-wrapper {
        text-align: center;
    }
    .about-us-v8-content .text-wrapper p {
        text-align: center !important;
    }
    .reservations-tmt-section p {
        font-size: 1.1em;
    }
    .specials-v3.home-specials .specials-text,
    .specials-v3.home-specials .specials-hours {
        padding: 0 30px;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 1.2em;
    }
    .map-newsletter .sph-email-subscription .sph-email-input,
    .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
        font-size: 1em;
    }
    .food-menu-page .food-menu-v2-wrapper,
    .drink-menu-page .drink-menu-v2-wrapper {
        padding-top: 40px;
    }
    .specials .pagecontent {
        padding-top: 65px;
    }
    .onespecial {
        font-size: 1.1em;
    }
    .events-container .pagecontent {
        padding-top: 80px;
    }
    .events-container .events-holder {
        padding: 20px 0;
    }
    .events-container .container {
        margin-bottom: 150px;
    }
    .events-container h3,
    .events-container .event-info-text p {
        font-size: 1.2em;
    }
    .gift-cards-page .pagecontent {
        padding-top: 55px;
    }
    .gift-cards-page p {
        padding: 0 30px;
    }
		.reservations-and-parties textarea,
		.party-background .reservations-and-parties select.wide-select,
		.party-background .checkbox-holder {
			width: 320px;
		}
		.reservations-and-parties p {
			font-size: 1.2em;
		}
    .banquet-packages-page .section-header {
      font-size: 2.8em;
    }
    .banquet-packages-page .packages h2 {
      font-size: 1.4em;
    }
    .info-single {
      padding: 30px 15px;
    }
    .info-single h2 {
      font-size: 1.6em;
    }
    .info-single p {
      font-size: 1.2em;
    }
}

@media (max-width:320px) {
    .section-header,
    .uk-overlay-panel h1,
    .about-us-v8-content .text-wrapper h1,
    .reservations-tmt-section h1,
    .specials-v3.home-specials h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .food-menu-v2-wrapper h1,
    .drink-menu-v2-wrapper h1,
    .specials h1,
    .events-container h1,
    .gift-cards-page .section-header {
        font-size: 2.8em;
    }
    .about-us-v8-content .text-wrapper h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.5em;
    }
    .custom-temp-btn,
    .uk-overlay-panel a.custom-temp-btn,
    .about-us-v8-wrapper a.custom-temp-btn,
    .reservations-tmt-section a.custom-temp-btn,
    .specials-v3.home-specials a.custom-temp-btn,
    .map-newsletter .sph-email-subscription .sph-submit-button,
    .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn,
    .addtocalendar.atc-style-blue .atcb-link {
        font-size: 16px;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-size: 15px;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .about-us-v8-content .text-wrapper p {
        font-size: 1.1em;
    }
    .reservations-tmt-section p {
        padding: 0 30px;
    }
    .specials-v3.home-specials .specials-text,
    .specials-v3.home-specials .specials-hours {
        font-size: 1.1em;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.1em;
    }
    .reviews-v2-wrapper .review-text p {
        font-size: 1.1em;
        padding: 0 10px;
    }
    .map-newsletter .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription h2 {
        font-size: 1.1em;
    }
    .food-menu-grid .menu-description p,
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.1em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 2em;
    }
    .food-menu-grid .food-item-description {
        font-size: 1em;
    }
    .onespecial {
        font-size: 1em;
    }
    .events-container h2 {
        font-size: 2em;
    }
    .events-container h3,
    .events-container .event-info-text p {
        font-size: 1.1em;
    }
    .gift-cards-page p {
        font-size: 1.1em;
    }
    .empty-content-message h2,
    .empty-content-message h3,
    .drink-menu .food-menu-page .empty-content-message h2,
    .drink-menu .food-menu-page .empty-content-message h3,
    .specials .empty-content-message h2,
    .specials .empty-content-message h3,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3 {
        font-size: 1.2em;
    }
		.reservations-and-parties textarea,
		.party-background .reservations-and-parties select.wide-select,
		.party-background .checkbox-holder {
			width: 248px;
		}
		.reservations-and-parties p {
			font-size: 1.1em;
		}
    .banquet-packages-page .section-header {
      font-size: 2.4em;
    }
    .info-single h2 {
      font-size: 1.4em;
    }
}