@import url('//fonts.googleapis.com/css2?family=Manjari&display=swap');
@import url('//fonts.googleapis.com/css2?family=Manjari:wght@700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Spinnaker&display=swap');

/*
  font-family: 'Manjari', sans-serif;
  font-weight: 400;

  font-family: 'Manjari', sans-serif;
  font-weight: 700;

  font-family: 'Spinnaker', sans-serif;
  
*/

a {
  color: #000;
}

body {
  font-family: 'Manjari', sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Spinnaker', sans-serif;
}

.top-svg-border svg {
  top: 1px;
}
.bottom-svg-border svg {
  bottom: 1px;
}

.nav-v7 .container {
  width: 100%;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
  font-family: 'Manjari', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
}
.navbar-regular.nav-v6 .navbar-nav>li:last-of-type>a {
  border-right: 1px solid #fff!important;
}
.navbar.nav-v6 .socialnav a:hover .social-icon {
  color: #fff;
}

.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
  font-size: 4.5em;
  font-family: 'Spinnaker', sans-serif;
  text-transform: uppercase;
}
.section-header,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.specials h1,
.custom-modal .newsletter-popup .section-header {
  font-size: 4.5em;
  font-family: 'Spinnaker', sans-serif;
  text-transform: capitalize;
}

.reviews-v2-wrapper h2 {
  text-transform: uppercase;
  font-family: 'Manjari', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
}

.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.food-menu-nav .food-menu-nav-item {
  padding: 8px 40px;
  font-family: 'Manjari', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  box-shadow: none;
  border-radius: 0;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uk-overlay-panel a.custom-temp-btn {
  background-color: #fff;
  border: 2px solid #fff;
  color: #751a2c;
}
.uk-overlay-panel a.custom-temp-btn:hover {
  background-color: #f0aea2;
  border: 2px solid #f0aea2;
  color: #751a2c;
}
.about-us-v8-wrapper a.custom-temp-btn,
.food-menu-nav .food-menu-nav-item,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
  background-color: #751a2c;
  border: 2px solid #751a2c;
  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,
.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: #491716;
  border: 2px solid #491716;
  color: #fff;
}

/* HOME PAGE */

.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}
.uk-overlay-panel .container {
  width: 100%;
}
.uk-dotnav-contrast>.uk-active>* {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1);
}
.uk-dotnav-contrast>*>* {
  background: #fff;
}
.uk-dotnav-contrast {
  padding-bottom: 30px;
}
.slide-break-mobile {
  display: none;
}

.banner-section {
  padding: 35px 0;
}
.banner-section h1 {
  font-family: 'Manjari', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 1.4em;
}
.banner-section .banner-pin {
  color: #fff;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
  color: #f0aea2;
}

.about-us-v8-content h2 {
  font-family: 'Manjari', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  margin: 30px auto;
  color: #751a2c;
}
.about-us-v8-wrapper.section-wrapper .about-us-v8-item-0 .about-us-v8-content {
  background-image: url('https://static.spotapps.co/web/sturinositalian--com/css/../custom/about_back.jpg');
  background-position: center;
  background-size: cover;
}
.about-us-v8-wrapper.section-wrapper .about-us-v8-item-1 .about-us-v8-content {
  background-image: url('https://static.spotapps.co/web/sturinositalian--com/css/../custom/order_back.jpg');
  background-position: center;
  background-size: cover;
}
.about-us-v8-content .text-content p {
  margin: 30px auto;
  color: #000;
  font-size: 1.4em;
}

.empty-content-message h2,
.empty-content-message h3,
.drink-menu .empty-content-message h2,
.drink-menu .empty-content-message h3,
.specials .empty-content-message h2,
.specials .empty-content-message h3 {
  text-align: center;
  font-family: 'Manjari', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: none;
}

.carousel-wrapper.reviews-v2-wrapper.section-wrapper {
  background-attachment: scroll !important;
  background-size: cover !important;
  background-position: center center !important;
}
.reviews-v2-wrapper h2 {
  color: #f0aea2;
}
.reviews-v2-wrapper h3 {
  text-transform: capitalize;
  font-family: 'Manjari', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 0;
}
.reviews-v2-wrapper .container {
  padding-top: 0;
  padding-bottom: 10px;
}
.reviews-v2-wrapper .review-text blockquote {
  margin: 0;
  padding: 0;
}
.reviews-v2-wrapper .review-text p {
  font-size: 1.6em;
  line-height: 1.6em;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #f0aea2;
  font-size: 0.9em;
}
.reviews-v2-wrapper .review-quote {
  opacity: 1;
  color: #f0aea2;
}
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot button {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
}
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot.active button,
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot:hover button {
  background: #fff;
  border: 1px solid #fff;
  opacity: 0.6;
  outline: 0;
}
.reviews-v2-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
  margin-bottom: 50px;
}

.map-newsletter {
  border-right: none;
  color: #000;
  background-color: #fff;
  background-image: url('https://static.spotapps.co/web/sturinositalian--com/css/../custom/newsletter.jpg');
  background-position: center;
  background-size: cover;
}
.map-newsletter h2 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.map-newsletter .sph-email-subscription h2 {
  font-family: 'Manjari', sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  color: #000;
}
.map-newsletter p {
  margin-top: 0;
}
.map-newsletter .bar {
  top: -6px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
  background: #000;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  padding: 9.5px 5px;
  border: 1px solid #000;
  color: #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 .text-wrapper:before {
  background-attachment: scroll;
}
.googlemap-v3-wrapper .triangle {
  display: none;
}

.custom-modal .modal-content {
  background-color: #fff;
  background-image: url('https://static.spotapps.co/web/sturinositalian--com/css/../custom/newsletter_back.jpg');
  background-position: center;
  background-size: cover;
  color: #000;
}
.custom-modal .newsletter-popup .section-header {
  margin-top: 0;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  margin-bottom: 20px;
  font-family: 'Manjari', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.4em;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 0;
  background: transparent;
  color: #000;
}
.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;
}
.custom-modal .close {
  color: #000;
}

.contact-v3 {
  border-bottom: 2px solid #f0aea2;
  background-color: #491716;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  font-family: 'Manjari', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #f0aea2;
}
.contact-v3 .days {
  padding-bottom: 5px;
  text-transform: uppercase;
}
.contact-v3 .from-to {
  padding-bottom: 20px;
  text-transform: uppercase;
}
.contact-us p a {
  color: #fff;
  text-decoration: none;
}
.contact-v3 .social-square .contact-icon {
  color: #fff;
}

.footer-v2-wrapper {
  background-color: #491716;
  border-top: none;
  color: #fff;
}

/* ABOUT US PAGE */

.about-us-s1-wrapper.section-wrapper {
  margin-top: 100px;
}
.about-us-page .about-us-s1-content {
  padding-top: 30px;
}
.about-us-page .about-us-s1-content .logo-about {
  width: 150px;
}
.about-us-s1-wrapper.section-wrapper .about-us-item-holder {
  background-image: url('https://static.spotapps.co/web/sturinositalian--com/css/../custom/about_back.jpg');
}
.about-page-content .about-us-v7-content .text-wrapper .text-content {
  padding: 40px;
}
.about-us-item.about-us-s2-content.about-us-v7-content {
  background-image: url('https://static.spotapps.co/web/sturinositalian--com/css/../custom/order_back.jpg');
  background-position: center;
  background-size: cover;
}
.about-us-v7-content h1 {
  margin-bottom: 30px;
}
.about-us-v7-content h2 {
  font-family: 'Manjari', sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 1.6em;
  padding: 0 0 30px;
  margin: 0;
  color: #751a2c;
}
.about-us-s4-wrapper.section-wrapper {
  background-color: #491716;
  background-image: url('https://static.spotapps.co/web/sturinositalian--com/css/../custom/background.jpg');
  background-position: center;
  background-size: cover;
  padding: 40px;
}
.about-us-s4-wrapper.section-wrapper h1 {
  margin-top: 0;
}
.about-us-item.about-us-s2-content.about-us-v7-content p,
.about-us-s4-wrapper.section-wrapper p {
  font-size: 1.4em;
}

/* FOOD AND DRINK MENU PAGE */

.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 140px;
}
.food-menu-grid-item-content {
  border-radius: 0;
  background-color: #fff;
}
.drink-menu .food-menu-grid h2 {
  font-family: 'Manjari', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  text-transform: uppercase;
  word-break: break-word;
}
.food-menu-grid .food-item-title h3,
.food-menu-grid .food-price {
  font-family: 'Manjari', sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  text-transform: none;
  color: #000;
}
.food-menu-nav .food-menu-nav-item {
  font-size: 16px;
  padding: 8px 40px;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #751a2c;
}
.food-menu-grid .food-price {
  color: #000;
  padding: 0 10px 0 5px;
}
.food-menu-grid .menu-description p {
  font-family: 'Manjari', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.food-menu-grid .food-item-description {
  font-size: 1.2em;
  color: #757575;
}

/* SPECIALS PAGE */

.onespecial,
.oneeventday {
  font-size: 1.4em;
}
.specials h1 {
  margin-top: 70px;
}
.specials h2 {
  font-family: 'Manjari', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.5em;
}

/* MEDIA QUERIES */

@media (max-width:1400px) {
  .section-header,
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 4em;
  }
  .uk-overlay-panel .container {
    padding-left: 0;
    padding-right: 0;
  }
  .about-us-v8-content h2 {
    font-size: 1.4em;
  }
  .about-us-page .about-us-s1-content .logo-about {
    width: 130px;
  }
  .about-us-page .about-us-s1-content {
    padding-top: 60px;
  }
}

@media (max-width:1200px) {
  .section-header,
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.5em;
  }
  .about-us-v8-content h2 {
    font-size: 1.4em;
  }
}

@media (max-width:1023px) {
  .drink-menu .food-menu-grid h2 {
    font-size: 1.5em;
  }
  .food-menu-grid .food-item-title h3,
  .food-menu-grid .food-price {
    font-size: 1.2em;
  }
  .food-menu-grid .menu-description p {
    font-size: 1.1em;
  }
}

@media (max-width: 991px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1.1em;
    padding: 0 5px;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .about-us-page .about-us-s1-content {
    padding-top: 15px;
  }
  .about-us-item.about-us-s2-content.about-us-v7-content p,
  .about-us-s4-wrapper.section-wrapper p {
    font-size: 1.3em;
  }
  .about-us-s4-wrapper.section-wrapper {
    padding: 30px;
  }
  .map-newsletter .bar {
    top: 0;
  }
  .about-us-page .about-us-s1-content .logo-about {
    max-width: 90px;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1.2em;
    padding: 5px 15px;
  }
  .drink-menu .navbar-regular.nav-v6 .navbar-nav>li>a {
    background-color: #491716;
  }
  .drink-menu .navbar-regular.nav-v6 .navbar-nav>li>a:hover,
  .drink-menu .navbar-regular.nav-v6 .navbar-nav>.active>a,
  .drink-menu .navbar-regular.nav-v6 .navbar-nav>.active>a:focus,
  .drink-menu .navbar-regular.nav-v6 .navbar-nav>.active>a:hover {
    color: #fff!important;
  }
  .section-header,
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3em;
  }
  .custom-temp-btn,
  .about-us-v8-wrapper a.custom-temp-btn,
  .uk-overlay-panel a.custom-temp-btn,
  .specials-v3.home-specials div a.custom-temp-btn,
  .custom_html_1-section 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,
  .food-menu-nav .food-menu-nav-item {
    font-size: 18px;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-family: 'Manjari', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
  }
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.2em;
  }
  .uk-dotnav-contrast {
    padding-bottom: 0;
  }
  .slide-break {
    display: none;
  }
  .slide-break-mobile {
    display: block;
  }
  .about-us-v8-content,
  .about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 280px;
  }
  .about-us-v8-content .text-content {
    text-align: center;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.2em;
  }
  .about-us-s1-wrapper.section-wrapper {
    margin-top: 70px;
}
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding: 0 20px;
  }
  .food-menu-v2-wrapper .section-header,
  .drink-menu-v2-wrapper .section-header {
    padding-top: 80px;
  }
  .food-menu-nav .food-menu-nav-item {
    border: none;
    padding: 10px 20px;
    border-radius: 0;
  }
  .food-menu-nav .food-menu-nav-item {
    border: none;
    border-top: 1px solid #491716;
    background-color: #751a2c;
    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: #491716;
    border: none;
    border-top: 1px solid #491716;
    color: #fff ;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 1px solid #491716;
  }
  .food-menu-nav .food-menu-nav-item:last-of-type {
    border-bottom: 1px solid #491716;
  }
  .drink-menu .food-menu-grid h2 {
    font-size: 1.4em;
  }
  .food-menu-grid .menu-description p {
    font-size: 1.1em;
  }
  .specials h1 {
    margin-top: 40px;
  }
  .specials h2 {
    font-size: 1.4em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .drink-menu .empty-content-message h2,
  .drink-menu .empty-content-message h3,
  .specials .empty-content-message h2,
  .specials .empty-content-message h3 {
    font-size: 1.3em;
  }
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 30px;
  }
}

@media (max-width: 320px) {
  .section-header,
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3em;
  }
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.2em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.3em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-size: 1.2em;
  }
  .top-svg-border svg {
    top: -17px;
  }
  .bottom-svg-border svg {
    bottom: -17px;
  }
}