@import url("//fonts.googleapis.com/css2?family=Alice&family=Montserrat:wght@400;600&display=swap");
/*
  Heading fonts: Alice, serif
  Body fonts: Alice, serif
  Subheading fonts: Alice, serif
  Navigation fonts: Montserrat, sans-serif
  Button fonts: Montserrat, sans-serif
 */
body {
  font-family: "Alice", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Alice", serif;
}

p {
  line-height: 1.4em;
}

.nav-v7 .navbar-logo .header-logo {
  max-width: 230px;
}

.navbar-regular.nav-v7 .navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  border-right: none !important;
  text-transform: uppercase;
}

.navbar-regular.nav-v6 .navbar-nav>li>a:hover:not(.drink-menu .navbar.nav-v6.nav-scroll .navbar-nav>li>a):not(.navbar-regular.nav-v6.nav-scroll .navbar-nav>li>a),
.drink-menu .navbar-regular.nav-v6 .navbar-nav>.active>a:not(.navbar-regular.nav-v6.nav-scroll .navbar-nav>.active>a) {
  font-weight: 600;
}

li.drop-down-link .sub-menu:not(.nav-scroll li.drop-down-link .sub-menu):not(.drink-menu li.drop-down-link .sub-menu) {
  padding: 8px;
  background-color: transparent !important;
}

li.drop-down-link .sub-menu {
  min-width: 120px;
}

li.drop-down-link .sub-menu a {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
}

li.drop-down-link .sub-menu a:hover,
li.drop-down-link .sub-menu a:focus {
  color: #d0b035 !important;
}

.navbar.nav-v6 .social-square .contact-icon:hover i {
  color: #850001;
}

.navbar.nav-v6.nav-scroll .social-square .contact-icon:hover i {
  color: #1d1c22;
}

.section-header,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.specials-v3.home-specials h1,
.specials h1,
.events-container h1,
.about-us-page .about-us-s1-content h1,
.custom-modal .newsletter-popup .section-header {
  text-transform: capitalize;
  font-family: "Alice", serif;
  font-size: 4.2em;
}

.about-us-v8-content .text-wrapper h2,
.custom_html_1-section h2,
.custom_html_2-section h2,
.tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
  font-family: "Alice", serif;
  text-transform: none;
  font-size: 2.3em;
}

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.custom-about-us-v8-wrapper.about-us-v8-wrapper a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link,
.specials-v3.home-specials div a.custom-temp-btn,
.food-menu-nav .food-menu-nav-item {
  padding: 6px 30px;
  text-transform: uppercase;
  background-color: transparent;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.4em;
}

.custom-temp-btn:hover,
.custom-temp-btn:focus,
.custom-temp-btn:active,
.uk-overlay-panel a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.custom-about-us-v8-wrapper.about-us-v8-wrapper a.custom-temp-btn:hover,
.specials-v3.home-specials div a.custom-temp-btn:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover,
.addtocalendar.atc-style-blue .atcb-link:hover,
.tmt-section a.custom-temp-btn:hover,
.food-menu-nav .food-menu-nav-item {
  text-decoration: none;
  background-color: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #850001;
  opacity: 1;
}

.about-us-v8-wrapper a.custom-temp-btn, .map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button, .order-tmt-section a.custom-temp-btn, .food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item:focus,
.food-menu-nav .food-menu-nav-item.active {
  background-color: #850001;
  background: #850001;
  border: 2px solid #850001;
  color: #fff;
}

.about-us-v8-wrapper a.custom-temp-btn:hover, .map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover, .order-tmt-section a.custom-temp-btn:hover,
.order-tmt-section a.custom-temp-btn:focus,
.order-tmt-section a.custom-temp-btn:active, .food-menu-nav .food-menu-nav-item {
  background-color: #1d1c22;
  background: #1d1c22;
  border: 2px solid #1d1c22;
  color: #fff;
}

/*HOMEPAGE*/
/* Video overlay content */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.video-overlay .section-wrapper {
  z-index: 100;
  position: absolute;
  left: 2%;
  top: 20%;
 
}

.video-overlay .section-wrapper a {
  font-size: 2em;
  color: #ddd;
}

/* Video overlay content end */

/* custom html 3 Video section */
.custom_html_3-section{
  padding: 0px;
}
.custom_html_3-section .container{
  width: 100%;
  padding: 0px;
  text-align: center;
}
.custom_html_3-section video{
  width: 100%;
  object-fit: cover;
	border-top: 1px solid #ddd;
}
.video-section {
	position: relative;
}
.video-section-location-name {
	position: absolute;
	top: 10%;
	left: 5%;
	color:#ddd;
	font-size: 2.3em;
}
/* custom html 3 Video section end*/

/* Slideshow and cover content */
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}

.on-cover-content .section-wrapper .section-header,
.uk-overlay-panel h1 {
  margin-top: 70px;
  text-transform: capitalize;
  font-family: "Alice", serif;
  font-size: 4.6em;
}

.uk-overlay-panel a.custom-temp-btn {
  margin: 20px 10px;
}

.uk-overlay-panel.uk-flex > * > :last-child {
  margin-bottom: 20px;
}

.uk-dotnav-contrast > * > * {
  background: #fff;
  border: 1px solid #fff;
  opacity: 0.5;
}

.uk-dotnav-contrast > .uk-active > *,
.uk-dotnav-contrast > * > :focus,
.uk-dotnav-contrast > * > :hover {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Slideshow and cover content end*/
/*Banner section*/
.banner-section {
  padding: 30px 0;
}

.banner-section h1 {
  font-family: "Alice", serif;
  font-size: 1.3em;
  font-weight: 400;
}

.banner-section .banner-pin {
  color: #d0b035;
  font-size: 1.1em;
}

.banner-section .banner-pin:hover,
.banner-section .banner-pin:focus,
.banner-section .banner-pin.active {
  color: #fff;
}
/*Banner section end*/
/*About us section*/
.about-us-v8-wrapper .about-us-v8-image {
  background-size: contain;
}

.about-us-v8-content .text-wrapper h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.about-us-v8-content .text-content.title-image h1:after {
  margin: 10px auto;
}

/*About us section end*/
/*Custom html 1 section*/
.custom_html_1-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #1d1c22;
}

.custom_html_1-section .container {
  text-align: center;
}

.custom_html_1-section .locations-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom_html_1-section .locations-container div {
  margin: 0 30px;
}

.custom_html_1-section h1 {
  margin-top: 0;
}

.custom_html_1-section h1:after {
  height: 2px;
  margin: 15px auto 0;
  display: block;
  width: 50%;
  background: #fff;
  border-right: 1px white;
  content: '';
}

.custom_html_1-section h2 {
  margin: 25px auto 0;
}

/*Custom html 1 section end*/
/*Custom html 2 section*/
.custom_html_2-section {
  background-image: url("https://static.spotapps.co/web/patsitalian--com/css/../custom/tomato_sauce_bg.jpg");
  color: #fff;
  background-color: #850001;
}

.custom_html_2-section .container {
  text-align: center;
}

.custom_html_2-section img {
  max-width: 300px;
  width: 100%;
}

.custom_html_2-section h1 {
  margin-top: 0;
  margin-bottom: 5px;
}

.custom_html_2-section h2 {
  margin: 10px auto;
}

.custom_html_2-section p {
  margin: 10px auto;
}

/*Custom html 2 section end*/
/*TMT section*/
.tmt-section h1 {
  margin-top: 20px;
  margin-bottom: 0;
}

.tmt-section h2 {
  margin-top: 10px;
}

.tmt-section p {
  font-size: 1.3em;
  margin: 20px auto;
}

.tmt-section a.custom-temp-btn {
  margin: 0 5px 20px;
}

/*TMT section end*/
/* reservations tmt */
.reservations-tmt-section .reservations-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reservations-tmt-section .reservations-container div {
  margin: 0 30px;
}

/* reservations tmt end */
/*Reviews section*/
.reviews-v2-wrapper {
  background-size: cover !important;
  background-attachment: scroll !important;
}

.reviews-v2-wrapper h1 {
  margin-top: 20px;
  color: #fff;
}

.reviews-v2-wrapper .container {
  padding-top: 20px;
}

.reviews-v2-wrapper h1 {
  margin-bottom: 0;
}

.reviews-v2-wrapper h2 {
  margin-top: 0;
  color: #fff;
}

.reviews-v2-wrapper h3 {
  font-family: "Alice", serif;
  text-transform: capitalize;
  font-size: 1.3em;
  margin: 20px auto 15px;
  color: #fff;
}

.reviews-v2-wrapper h3 .fa.fa-star {
  color: #d0b035;
  font-size: 0.8em;
}

.reviews-v2-wrapper .review-quote {
  color: #d0b035;
  opacity: 1;
}

.reviews-v2-wrapper .review-text {
  padding-top: 0;
}

.reviews-v2-wrapper .review-text p {
  line-height: 1.5em;
  font-size: 1.3em;
}

.owl-theme .owl-dots .owl-dot button {
  background: #fff;
  border: 1px solid #fff;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
}

/*Reviews section end*/
/*Newsletter section*/
.map-newsletter {
  border-right: 0;
}

.map-newsletter .text-wrapper:before {
  background-color: #fff;
  background-attachment: scroll;
  background-position: center;
}

.map-newsletter .section-header {
  color: #850001;
}

.map-newsletter h2 {
  color: #000;
}

.map-newsletter .sph-email-subscription h2 {
  font-family: "Alice", serif;
  color: #000;
  font-size: 1.3em;
}

.map-newsletter .sph-email-subscription .sph-email-input {
  padding: 8px 5px;
  color: #000;
  border-bottom: 1px solid #000;
}

.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
  color: #000;
}

.map-newsletter .sph-email-subscription input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.map-newsletter .sph-email-subscription input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
  color: #000;
}

.map-newsletter .bar {
  top: -5px;
}

.map-newsletter .bar:before,
.map-newsletter .bar:after {
  background: #850001;
}

.googlemap-v3-wrapper .triangle {
  display: none;
}

.sph-response-message {
  font-size: 1.3em;
  color: #000;
}

/*Newsletter section end*/
/*Newsletter popup section*/
.custom-modal .modal-content {
  background-image: url("https://static.spotapps.co/web/patsitalian--com/css/../custom/newsletter_bg.jpg");
  background-size: cover;
  background-position: center;
  background-color: #fff;
}

.custom-modal .newsletter-popup .section-header {
  color: #850001;
}

.custom-modal .newsletter-popup .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
  font-family: "Alice", serif;
  font-size: 1.3em;
  color: #000;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  color: #000;
  border: 1px solid #000;
  background: transparent;
  padding: 8px 5px;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
  color: #000;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
  color: #000;
}

/*Newsletter popup section end*/
/*Contact section*/
.contact-v3 {
  background-color: #1d1c22;
  color: #fff;
}

.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  text-transform: capitalize;
  font-size: 1.1em;
}

.contact-v3 .contact-location,
.contact-v3 .hours,
.contact-v3 .find-us {
  font-size: 1.3em;
}

.contact-v3 .contact-us p {
  margin: 0;
}

.contact-v3 .days {
  padding: 0;
}

.contact-v3 .from-to {
  text-transform: lowercase;
}

.contact-v3 a {
  text-decoration: none;
  color: #fff;
}

.contact-v3 a:focus {
  color: #fff;
}

/*Contact section end*/
.footer-v2-wrapper {
  background-color: #1d1c22;
}

.footer-v2-wrapper p {
  font-size: 1.3em;
}

/*HOMEPAGE END*/
/*ABOUT US PAGE*/
.about-us-s1-wrapper {
  padding-top: 70px;
}

.about-us-page .about-us-s1-content img {
  max-width: 250px;
}

.about-page-content .about-us-v7-content .text-wrapper .text-content {
  padding: 40px 6%;
}

.about-us-s4-wrapper {
  background-color: #1d1c22;
  padding: 40px 6%;
  color: #fff;
}

.about-us-s3-wrapper .map-footer a:hover,
.about-us-s3-wrapper .map-footer a:focus,
.about-us-s3-wrapper .map-footer a:active {
  color: #d0b035;
}

/*ABOUT US PAGE END*/
/*FOOD AND DRINKS PAGE*/
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 85px;
}

.food-menu-nav .food-menu-nav-item {
  padding: 6px 30px;
}

.food-menu-grid-item-content {
  border-radius: 0;
}

.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
  font-family: "Alice", serif;
  text-transform: uppercase;
  font-size: 2em;
  color: #000;
}

.food-menu-grid h3,
.food-menu-grid .food-price {
  font-family: "Alice", serif;
  font-size: 1.5em;
  color: #850001;
}

.food-menu-grid p,
.food-menu-grid .food-item-description {
  font-size: 1.2em;
}

.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #850001;
}

/*FOOD AND DRINKS PAGE END*/
/*GIFT CARDS PAGE*/
.gift-cards-page h1 {
  margin-top: 35px;
}

/*GIFT CARDS PAGE END*/

/* TOMATO SAUCE page */
.article-background.tomato-sauce:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url('https://static.spotapps.co/web/patsitalian--com/css/../custom/tomato_sauce_page_bg.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(0.7) opacity(0.2);
  -moz-filter: grayscale(0.7) opacity(0.2);
  -o-filter: grayscale(0.7) opacity(0.2);
  -ms-filter: grayscale(0.7) opacity(0.2);
  filter: grayscale(0.7) opacity(0.2);
}
.article-background.tomato-sauce {
  text-align: center;
}
.article-background.tomato-sauce h1 {
  font-family: 'Alice', serif;
}
.article-background.tomato-sauce p {
  font-family: 'Alice', serif;
 margin-top: 20px;
}
.tomato-sauce .sauce-images {
  margin-bottom: 100px;
}
.tomato-sauce .sauce-images img {
  margin: 20px auto;
  max-width: 40%;
}
/* TOMATO SAUCE page end */

.drink-menu .pagecontent {
  padding-top: 150px;
}

.empty-content-message h2,
.empty-content-message h3,
.food-menu-page .empty-content-message h2,
.food-menu-page .empty-content-message h3 {
  text-transform: none;
  text-align: center;
  font-family: "Alice", serif;
  font-size: 1.3em;
}

@media (max-width: 1400px) {
  .navbar.nav-v7 .container {
    width: 100%;
  }
  .navbar-regular.nav-v7 .navbar-nav > li > a {
    padding: 0 7px;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 4em;
  }
  .about-us-v8-content .text-wrapper h2,
  .custom_html_1-section h2,
  .custom_html_2-section h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 2.2em;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 4.2em;
  }
  .about-us-page .about-us-s1-content img {
    max-width: 230px;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.3em;
  }
}

@media (max-width: 1200px) {
  .navbar-regular.nav-v7 .navbar-nav > li > a {
    font-size: 1em;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.8em;
  }
  .about-us-v8-content .text-wrapper h2,
  .custom_html_1-section h2,
  .custom_html_2-section h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 2.1em;
  }
  p {
    font-size: 1.2em;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 3.8em;
  }
  .banner-section {
    padding: 25px 0;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .about-us-v8-content .text-content.title-image h1:after {
    max-height: 50px;
  }
  .tmt-section p {
    font-size: 1.2em;
  }
  .googlemap-v3-wrapper .map-item,
  #map-v3-container {
    min-height: 460px;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.2em;
  }
  .sph-response-message {
    font-size: 1.2em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1.2em;
  }
  .contact-v3 .contact-location,
  .contact-v3 .hours,
  .contact-v3 .find-us {
    font-size: 1.2em;
  }
  .footer-v2-wrapper a {
    font-size: 1.1em;
  }
  .about-us-page .about-us-s1-content img {
    max-width: 200px;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.8em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.2em;
  }
}

@media (max-width: 1023px) {
  .navbar-regular.nav-v7 .navbar-nav > li > a {
    font-size: 0.9em;
  }
  li.drop-down-link .sub-menu {
    padding: 5px;
  }
  li.drop-down-link .sub-menu a {
    font-size: 0.8em;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.4em;
  }
  .about-us-v8-content .text-wrapper h2,
  .custom_html_1-section h2,
  .custom_html_2-section h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 2em;
  }
  .custom-temp-btn,
  .uk-overlay-panel a.custom-temp-btn,
  .on-cover-content .section-wrapper a.custom-temp-btn,
  .about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
  .about-us-v8-wrapper a.custom-temp-btn,
  .custom-about-us-v8-wrapper.about-us-v8-wrapper a.custom-temp-btn,
  .map-newsletter .sph-email-subscription .sph-submit-button,
  .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
  .addtocalendar.atc-style-blue .atcb-link,
  .specials-v3.home-specials div a.custom-temp-btn,
  .food-menu-nav .food-menu-nav-item {
    font-size: 14px;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 3.4em;
  }
  .custom_html_2-section img {
    max-width: 290px;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.2em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.2em;
  }
  .about-us-page .about-us-s1-content img {
    max-width: 180px;
  }
  .about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 290px;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1.4em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.2em;
  }
	.video-overlay .section-wrapper {
		left: 2%;
		top: 65%;
	 
	}
	
	.video-section-location-name {
				top: 75%;
		left: 5%;
		font-size: 2.3em;
	}
	
}

@media (max-width: 991px) {
  .navbar.nav-v7 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-regular.nav-v7 .navbar-nav > li > a {
    padding: 0 5px;
  }
  .social-icons-holder .contact-icon {
    width: 28px;
  }
  .banner-section .second-address {
    margin-top: 10px;
  }
  .map-newsletter .bar {
    top: 0;
  }
  .tomato-sauce .sauce-images img {
    margin: 20px auto;
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .navbar.nav-v7 .header-logo {
    max-width: 70px;
  }
  .drink-menu header .navbar.nav-v6 .navbar-nav {
    text-align: left;
  }
  .navbar-regular.nav-v7 .navbar-nav > li > a {
    font-size: 1.2em;
    padding: 6px 15px;
  }
  .navbar-regular.nav-v7 .navbar-nav > li > a.food::after {
    content: " MENU";
  }
  .navbar-regular.nav-v7 .navbar-nav > li > a.menu::after {
    content: " DRINKS";
  }
  .navbar-regular.nav-v7 .navbar-nav > li > a.reservations::after {
    content: " RESERVATIONS";
  }
  .navbar-regular.nav-v7 .navbar-nav > li > a.order::after {
    content: " ORDER";
  }
  .navbar.nav-v7.nav-v4,
  .drink-menu .navbar.nav-v7.nav-v4 {
    background-color: #1d1c22;
  }
  .navbar.nav-v7.nav-v4:not(.nav-scroll) .navbar-nav > li > a {
    background-color: #1d1c22;
    color: #fff;
    font-weight: 400;
  }
  .navbar-regular.nav-v6 .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }
  .navbar-regular.nav-v7 .navbar-nav > li > a:hover,
  .navbar-regular.nav-v7 .navbar-nav > .active > a,
  .navbar-regular.nav-v7 .navbar-nav > .active > a:focus,
  .navbar-regular.nav-v7 .navbar-nav > .active > a:hover {
    background-color: #d0b035 !important;
    color: #1d1c22 !important;
  }
  .navbar.nav-v6 .social-icon {
    color: #fff !important;
  }
  video#coverVideo {
    margin-top: 60px;
  }
	.video-overlay .section-wrapper {
		left: 2%;
		top: 25%;
	}
	.video-section-location-name {
		top: 10%;
		left: 3%;
		font-size: 1.4em;
	}
	
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.2em;
  }
  .about-us-v8-content .text-wrapper h2,
  .custom_html_1-section h2,
  .custom_html_2-section h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.9em;
  }
  p {
    font-size: 1.1em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 15px 5px;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 2em;
  }
  .banner-section {
    padding: 15px 0;
  }
  .banner-section h1 {
    font-size: 1.1em;
  }
  .about-us-v8-content .text-content.title-image h1:after {
    max-height: 40px;
  }
  .tmt-section {
    padding: 2em 0;
  }
  .tmt-section p {
    font-size: 1.1em;
  }
  .reservations-tmt-section .reservations-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .custom_html_1-section {
    padding: 2em 0;
  }
  .custom_html_1-section .locations-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .custom_html_1-section h1:after {
    width: 100%;
  }
  .custom_html_2-section img {
    max-width: 250px;
  }
  .custom_html_2-section {
    padding: 2em 0;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.1em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.1em;
  }
  .googlemap-v3-wrapper .map-item.map-newsletter {
    min-height: 440px;
  }
  .map-newsletter .text-wrapper .text-content {
    top: -10px;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.1em;
  }
  .sph-response-message {
    font-size: 1.1em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1.1em;
  }
  .footer-v2-wrapper p {
    font-size: 1.1em;
  }
  .footer-v2-wrapper a {
    font-size: 1em;
  }
  .about-us-page .about-us-s1-content img {
    max-width: 110px;
  }
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 45px;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 7px 20px;
    border: none;
    border-bottom: 2px solid #850001;
  }
  .food-menu-nav .food-menu-nav-item:hover,
  .food-menu-nav .food-menu-nav-item:focus,
  .food-menu-nav .food-menu-nav-item.active {
    border: none;
    border-bottom: 2px solid #850001;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #850001;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.6em;
  }
  .drink-menu .pagecontent {
    padding-top: 70px;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.1em;
  }
  .tomato-sauce .sauce-images img {
    margin: 20px auto;
    max-width: 90%;
  }
}

@media (max-width: 320px) {
  .navbar-regular.nav-v7 .navbar-nav > li > a {
    font-size: 1.1em;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.8em;
  }
  .about-us-v8-content .text-wrapper h2,
  .custom_html_1-section h2,
  .custom_html_2-section h2,
  .tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.8em;
  }
  .custom-temp-btn,
  .uk-overlay-panel a.custom-temp-btn,
  .on-cover-content .section-wrapper a.custom-temp-btn,
  .about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
  .about-us-v8-wrapper a.custom-temp-btn,
  .custom-about-us-v8-wrapper.about-us-v8-wrapper a.custom-temp-btn,
  .map-newsletter .sph-email-subscription .sph-submit-button,
  .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
  .addtocalendar.atc-style-blue .atcb-link,
  .specials-v3.home-specials div a.custom-temp-btn,
  .food-menu-nav .food-menu-nav-item {
    font-size: 13px;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 12px;
  }
  .on-cover-content .section-wrapper .section-header,
  .uk-overlay-panel h1 {
    font-size: 1.6em;
  }
  .custom_html_2-section img {
    max-width: 230px;
  }
  .footer-v2-wrapper a {
    font-size: 0.9em;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1.3em;
  }
  .food-menu-grid p,
  .food-menu-grid .food-item-description {
    font-size: 1.1em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .food-menu-page .empty-content-message h2,
  .food-menu-page .empty-content-message h3 {
    font-size: 1.1em;
  }
}
