@import url('//fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('//fonts.googleapis.com/css2?family=Water+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap');

/*

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

font-family: 'Water Brush', cursive;
font-weight: 400;

font-family: 'Nunito', sans-serif;
font-weight: 500;

*/

a {color: #f2e9d8;}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Water Brush', cursive;
  font-weight: 400;
}

.navbar-regular.nav-v6 .navbar-nav>li>a {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  padding: 0 12px;
}

.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,
.about-us-v2 a.custom-temp-btn,
.about-us-plus-content .about-us-plus-button,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link,
.reservations-and-parties-v2 button,
.specials-v3.home-specials div a.custom-temp-btn,
.party-offer a.custom-temp-btn,
.sph-email-subscription .sph-submit-button {
  padding: 6px 40px;
  text-transform: uppercase;
  background-color: #f2e9d8;
  background: #f2e9d8;
  border: 2px solid #f2e9d8;
  color: #b0302d;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 18px;
  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-v2 a.custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.about-us-plus-content .about-us-plus-button: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 {
  text-decoration: none;
  background-color: transparent;
  background: transparent;
  border: 2px solid #f2e9d8;
  color: #f2e9d8;
  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 {
  background-color: #b0302d;
  background: #b0302d;
  border: 2px solid #b0302d;
  color: #f2e9d8;
}
.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 {
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #f2e9d8;
}
.addtocalendar.atc-style-blue .atcb-link {
  padding: 6px 30px;
}

.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 {
  font-size: 5.5em;
  font-family: 'Water Brush', cursive;
  font-weight: 400;
  text-transform: none;
}
.about-us-v8-content .text-wrapper h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
  text-transform: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
}

/* home page */
/* banner section */
.banner-section {
  padding: 35px 0;
}
.banner-section h1 {
  text-transform: capitalize;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
}
.banner-section .banner-pin {
  color: #fff;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:focus,
.banner-section .banner-pin.active {
  color: #f2e9d8;
}

/* about us v8 */
.about-us-v8-content .text-wrapper h1 {
  margin-bottom: 0;
}
.about-us-v8-content .text-wrapper h2 {
  margin-bottom: 25px;
}
.about-us-v8-item-1 .about-us-v8-content .text-wrapper h2 {
  margin-top: 50px;
}

/* slideshow v2 */
.slideshow-v2-wrapper {
  border-top: 2px solid #f2e9d8;
  border-bottom: 2px solid #f2e9d8;
}
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.4);
}
.uk-dotnav-contrast>.uk-active>*,
.uk-dotnav-contrast>*>:hover {
  background: rgba(255,255,255,0.6);
  transform: scale(1);
}
.uk-dotnav-contrast>*>* {
  background: #fff;
}
.uk-overlay-panel .container {
  width: 100%;
}
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #f2e9d8;
  font-family: 'Water Brush', cursive;
  font-weight: 400;
  font-size: 5.5em;
  line-height: 1em;
  text-shadow: none;
}

/* about us v8 custom */
.custom-about-us-v8-wrapper .about-us-v8-item-1 .about-us-v8-content .text-wrapper h1 {
  margin-bottom: 30px;
}

/* specials v3 */
.specials-v3.home-specials {
  color: #f2e9d8;
}
.specials-v3.home-specials h1 {
  margin: 30px 0 50px;
}

/* reviews v2 */
.reviews-v2-wrapper {
  background-size: cover !important;
  background-attachment: scroll !important;
}
.reviews-v2-wrapper h1 {
  margin-bottom: 0;
}
.reviews-v2-wrapper h2 {
  text-transform: capitalize;
  margin-top: 0;
}
.reviews-v2-wrapper h3 {
  text-transform: capitalize;
  margin: 15px auto 30px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  color: #f2e9d8;
}
.reviews-v2-wrapper .container {
  padding-top: 0;
}
.reviews-v2-wrapper .review-text blockquote {
  margin: 0;
  padding: 0;
}
.reviews-v2-wrapper .review-text p {
  font-size: 1.4em;
  line-height: 1.5em;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #f2e9d8;
  font-size: 0.8em;
}
.reviews-v2-wrapper .review-quote {
  opacity: 1;
  color: #f2e9d8;
}
.owl-theme .owl-dots .owl-dot button {
  background: #f2e9d8;
  border: 1px solid #f2e9d8;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #f2e9d8;
  border: 1px solid #f2e9d8;
  opacity: 0.6;
}

/* newsletter section */
.map-newsletter {
  border-right: none;
  color: #000;
}
.map-newsletter .section-header {
  color: #b0302d;
}
.map-newsletter h2 {
  text-transform: capitalize;
}
.map-newsletter .sph-email-subscription h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 1.3em;
}
.map-newsletter .bar {
  top: -5px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
  background: #b0302d;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  padding: 9px 5px;
  border-bottom: 1px solid #000;
  color: #000;
  background-color: transparent;
}
.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;
}
.googlemap-v3-wrapper .triangle {
  display: none;
}

/* newsletter popup */
.custom-modal .modal-content {
  background-color: #f2e9d8;
  background-image: url(https://static.spotapps.co/web/bonzaitexas--com/css/../custom/newsletter_back.jpg);
  background-size: cover;
  background-position: center center;
  color: #000;
}
.custom-modal .close {
  color: #000;
}
.custom-modal .newsletter-popup .section-header {
  margin-top: 0;
  font-size: 5em;
  color: #b0302d;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  margin-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  padding: 8px 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;
}

/* contact v3 */
.contact-v3 {
  background-color: #b0302d;
  color: #f2e9d8;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  text-transform: none;
  font-size: 1.3em;
}
.contact-v3 .days {
  text-transform: uppercase;
  padding-bottom: 3px;
}
.contact-v3 .from-to {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.contact-us a {
  text-decoration: none;
  color: #f2e9d8;
}

/* about us page */
.about-us-page .about-us-s1-content {
  padding-top: 130px;
}
.about-page-content .about-us-v7-content .text-wrapper .text-content {
  padding: 80px 40px;
}
.about-us-s3-wrapper .map-footer a:hover,
.about-us-s3-wrapper .map-footer a:focus {
  color: #fff;
}

/* food and drinks pages */
.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 80px;
}
.food-menu-nav .food-menu-nav-item {
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #f2e9d8;
}
.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: #b0302d;
  background: #b0302d;
  border: 2px solid #b0302d;
  color: #f2e9d8;
}
.food-menu-grid-item-content {
  border-radius: 0;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 2em;
  color: #b0302d;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  color: #000;
}
.food-menu-grid .food-price {
  color: #b0302d;
}
.food-menu-grid .food-item-description {
  color: #757575;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #b0302d;
}
.drink-menu .food-menu-page .empty-content-message h2,
.drink-menu .food-menu-page .empty-content-message h3 {
  color: #000;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  text-transform: none;
}

/* specials page */
.onespecial {
  font-size: 18px;
}
.specials h2 {
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  color: #f2e9d8;
}
.specials .empty-content-message h2 {
  color: #fff;
}

/* events page */
.events-container h1 {
  margin-top: 35px;
  color: #fff;
}
.events-container p {
  color: #fff;
}
.events-container h2 {
  margin-top: 20px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 2.2em;
  text-transform: capitalize;
  color: #f2e9d8;
}
.events-container .event-time,
.events-container h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.3em;
}
.events-container .event-image {
  border: none;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(242, 233, 216, 0.5);
  -moz-box-shadow: 0px 0px 10px 4px rgba(242, 233, 216, 0.5);
  box-shadow: 0px 0px 10px 4px rgba(242, 233, 216, 0.5);
}
.events-container .events-holder {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
.events-container .empty-content-message h2 {
  color: #fff;
  text-transform: none;
}

.empty-content-message h2,
.empty-content-message h3 {
  text-transform: none;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
}

/* media queries */
@media (max-width: 1400px) {
  .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 {
    font-size: 5em;
  }
  .about-us-v8-content .text-wrapper h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.5em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 5em;
  }
}

@media (max-width: 1200px) {
  .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 {
    font-size: 4.5em;
  }
  .about-us-v8-content .text-wrapper h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.35em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 4.5em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.4em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.3em;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1.2em;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.8em;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1.1em;
  }
  .onespecial {
    font-size: 16px;
  }
  .events-container h2 {
    font-size: 2em;
  }
  .drink-menu .food-menu-page .empty-content-message h2,
  .drink-menu .food-menu-page .empty-content-message h3,
  .empty-content-message h2,
  .empty-content-message h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 1024px) {
  video#coverVideo {
    margin-top: 140px;
  }
}

@media (max-width: 1023px) {
  .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 {
    font-size: 3.6em;
  }
  .about-us-v8-content .text-wrapper h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.15em;
  }
  .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,
  .about-us-v2 a.custom-temp-btn,
  .about-us-plus-content .about-us-plus-button,
  .map-newsletter .sph-email-subscription .sph-submit-button,
  .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
  .addtocalendar.atc-style-blue .atcb-link,
  .reservations-and-parties-v2 button,
  .specials-v3.home-specials div a.custom-temp-btn,
  .party-offer a.custom-temp-btn,
  .sph-email-subscription .sph-submit-button {
    font-size: 16px;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.6em;
  }
  .banner-section h1 {
    font-size: 1.3em;
  }
  .about-us-v8-content .text-wrapper p {
    font-size: 1.15em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.3em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.2em;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 4em;
  }
  .contact-v3 .contact-location,
  .contact-v3 .hours,
  .contact-v3 .find-us {
    font-size: 1.1em;
  }
  .contact-v3 .contact-us p {
    font-size: 0.9em;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.5em;
  }
  .food-menu-grid .food-menu-description p {
    font-size: 1em;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1em;
  }
  .events-container h2 {
    font-size: 1.8em;
  }
  .events-container .event-time,
  .events-container .event-info-text p,
  .events-container h3 {
    font-size: 1.2em;
  }
  .drink-menu .food-menu-page .empty-content-message h2,
  .drink-menu .food-menu-page .empty-content-message h3,
  .empty-content-message h2,
  .empty-content-message h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 991px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1em;
    padding: 0 4px;
  }
  .map-newsletter .bar {
    top: 0;
  }
  .about-us-page .about-us-s1-content {
    padding-top: 30px;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding: 50px 30px;
  }
}

@media (max-width: 768px) {
  .drink-menu .pagecontent {
    padding-top: 140px;
  }
}

@media (max-width: 767px) {
  .navbar.nav-v6 .header-logo {
    max-width: 115px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 7px 15px;
  }
  video#coverVideo {
    margin-top: 70px;
  }
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .custom-modal .newsletter-popup .section-header,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1 {
    font-size: 3em;
  }
  .about-us-v8-content .text-wrapper h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.1em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.8em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 15px 5px;
  }
  .banner-section {
    padding: 15px 0;
  }
  .banner-section h1 {
    font-size: 1em;
  }
  .specials-v3.home-specials .specials-text,
  .specials-v3.home-specials .specials-hours {
    font-size: 1.2em;
    margin: 25px auto;
  }
  .contact-v3 .contact-us p {
    font-size: 1em;
  }
  .about-us-page .about-us-s1-content {
    padding-top: 15px;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding: 30px 20px;
  }
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 50px;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 8px 20px;
    border: none;
    border-bottom: 2px solid #b0302d;
  }
  .food-menu-nav .food-menu-nav-item.active,
  .food-menu-nav .food-menu-nav-item:hover,
  .food-menu-nav .food-menu-nav-item:focus {
    border: none;
    border-bottom: 2px solid #b0302d;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #b0302d;
  }
  .drink-menu .pagecontent {
    padding-top: 80px;
  }
  .onespecial {
    font-size: 15px;
  }
  .events-container .container {
    margin-bottom: 150px;
  }
  .drink-menu .food-menu-page .empty-content-message h2,
  .drink-menu .food-menu-page .empty-content-message h3,
  .empty-content-message h2,
  .empty-content-message h3 {
    font-size: 1.3em;
  }
}

@media (max-width: 320px) {
  .section-header,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .custom-modal .newsletter-popup .section-header,
  .specials h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1 {
    font-size: 2.6em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.4em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 13px;
  }
  .banner-section h1 {
    font-size: 0.8em;
  }
  .about-us-v8-content .text-wrapper p {
    font-size: 1.1em;
  }
  .reservations-tmt-section p,
  .order-tmt-section p {
    font-size: 1.2em;
  }
  .specials-v3.home-specials .specials-text,
  .specials-v3.home-specials .specials-hours {
    font-size: 1em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.2em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.1em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-size: 1.2em;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.4em;
  }
  .onespecial {
    font-size: 14px;
  }
  .events-container h2 {
    font-size: 1.6em;
  }
  .drink-menu .food-menu-page .empty-content-message h2,
  .drink-menu .food-menu-page .empty-content-message h3,
  .empty-content-message h2,
  .empty-content-message h3 {
    font-size: 1.2em;
  }
  .bottom-svg-border svg {
    bottom: -15px;
  }
  .top-svg-border svg {
    top: -15px;
  }
}
