@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Voltaire&family=Yesteryear&display=swap');

/*
font-family: 'Voltaire', sans-serif;
font-family: 'Yesteryear', cursive;
font-family: 'Montserrat', sans-serif;

Headings: font-family: 'Voltaire', sans-serif;
Subheadings: font-family: 'Yesteryear', cursive;
Text: font-family: 'Montserrat', sans-serif; (medium)
Buttons: font-family: 'Montserrat', sans-serif; (semibold)
Nav: font-family: 'Montserrat', sans-serif; (semibold)
*/

a {color: #fff;}

body {
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Voltaire', sans-serif;
}

.nav-v7 .container {
  width: 90%;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
	font-size: 1em;
  padding: 0 4px;
  border-right: none !important;
}
.navbar.nav-v6 .socialnav a:hover .social-icon,
.navbar.nav-v6 .socialnav a:focus .social-icon {
  color: #000;
}
.navbar.nav-v6 .socialnav a:focus {
  background-color: #fff395;
}
li.drop-down-link .sub-menu a {
  font-size: 1em;
}
li.drop-down-link .sub-menu {
  min-width: 140px;
}


/* buttons */
.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,
.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,
.sph-email-subscription .sph-submit-button {
  padding: 6px 40px;
  text-transform: uppercase;
  background-color: #2742cd;
  background: #2742cd;
  border: 2px solid #2742cd;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  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,
.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,
.addtocalendar.atc-style-blue .atcb-link:hover,
.specials-v3.home-specials div a.custom-temp-btn:hover {
  text-decoration: none;
  background-color: #fff395;
  background: #fff395;
  border: 2px solid #fff395;
  color: #000;
  opacity: 1;
}
.order-tmt-section .custom-temp-btn:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover,
.sph-email-subscription .sph-submit-button:hover {
  text-decoration: none;
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  opacity: 1;
}
.order-tmt-section .custom-temp-btn:focus,
.order-tmt-section .custom-temp-btn:active {
  background-color: #2742cd;
  background: #2742cd;
  border: 2px solid #2742cd;
  color: #fff;
}

/* headings */
.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,
.map-newsletter .section-header,
.custom-modal .newsletter-popup .section-header {
  font-size: 4.6em;
  font-family: 'Voltaire', sans-serif;
  text-transform: uppercase;
}
.about-us-v8-content .text-content h2,
.order-tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
  text-transform: none;
  font-family: 'Yesteryear', cursive;
  font-size: 1.9em;
}

/* slideshow v2 */
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.6);
}
.uk-dotnav-contrast>.uk-active>*,
.uk-dotnav-contrast>*>:hover {
  background: #fff;
  transform: scale(1);
  opacity: 1;
  border: 1px solid #fff;
}
.uk-dotnav-contrast>*>* {
  background: transparent;
  border: 1px solid #fff;
}
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
  margin-top: 0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Voltaire', sans-serif;
  font-size: 4.6em;
  line-height: 1em;
  text-shadow: none;
}
.uk-overlay-panel .slide-text {
  text-transform: none;
  color: #fff;
  font-family: 'Yesteryear', cursive;
  font-size: 1.9em;
}

/* banner section */
.banner-section {
  padding: 25px 0;
}
.banner-section h1 {
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
}
.banner-section .banner-pin {
  color: #fff395;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:focus,
.banner-section .banner-pin.active {
  color: #fff;
}

/* about us v8 */
.about-us-v8-wrapper:before {
  background-color: #212121;
}
.about-us-v8-content .text-content h2 {
  color: #fff395;
}
.about-us-v8-wrapper.custom-about-us-v8-wrapper .about-us-v8-content .text-content p {
  padding: 0 50px;
}

/* order tmt */
.order-tmt-section {
  border-top: 5px solid #2742cd;
  border-bottom: 5px solid #2742cd;
}

/* gallery */
.gallery-v4-wrapper {
  border-top: 5px solid #2742cd;
  border-bottom: 5px solid #2742cd;
}

/* reviews v2 */
.reviews-v2-wrapper {
  background-size: cover !important;
  background-attachment: scroll !important;
}
.reviews-v2-wrapper h2 {
  color: #fff395;
}
.reviews-v2-wrapper h3 {
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  margin: 30px auto 30px;
  font-size: 1.2em;
  font-weight: normal;
}
.reviews-v2-wrapper .container {
  padding-top: 0;
}
.reviews-v2-wrapper .review-text blockquote {
  margin: 0;
  padding: 0;
}
.reviews-v2-wrapper .review-text p {
  line-height: 1.5em;
  font-size: 1.1em;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #fff395;
  font-size: 0.8em;
}
.reviews-v2-wrapper .review-quote {
  opacity: 1;
  color: #fff395;
}
.owl-theme .owl-dots .owl-dot button {
  background: transparent;
  border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #fff;
  border: 1px solid #fff;
}

/* newsletter section */
.googlemap-v3-wrapper {
  border-top: 5px solid #2742cd;
  border-bottom: 5px solid #2742cd;
}
.map-newsletter .text-wrapper:before {
  background-attachment: scroll;
  background-position: center;
  background-color: #fff;
}
.map-newsletter {
  border-right: none;
}
.map-newsletter .section-header {
  color: #000;
}
.map-newsletter h2 {
  color: #2742cd;
}
.map-newsletter .sph-email-subscription h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  color: #000;
}
.map-newsletter .bar {
  top: -5px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
  background: #2742cd;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  padding: 8px 5px;
  color: #000;
  background-color: transparent;
  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;
}
.googlemap-v3-wrapper .triangle {
  display: none;
}

/* newsletter popup */
.custom-modal .modal-content {
  background-image: url("https://static.spotapps.co/web/hunterspalmsprings--com/css/../custom/newsletter_back.jpg");
  background-attachment: scroll;
  background-position: center;
  background-color: #fff;
}
.custom-modal .close {
  color: #000;
}
.custom-modal .newsletter-popup .section-header {
  margin-top: 0;
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  padding: 8px 15px;
  border-radius: 0;
  border-color: #000;
  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 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  font-family: 'Voltaire', sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
}
.contact-v3 .days {
  padding-bottom: 0;
}
.contact-v3 .from-to {
  text-transform: lowercase;
  padding-bottom: 20px;
}
.contact-us a {
  text-decoration: none;
  color: #fff;
}
.contact-v3 .social .social-icons-holder.social-square .contact-icon:focus {
  background-color: #fff;
  color: #000;
}

/* footer v2 */
.footer-v2-wrapper {
  border-top: 2px solid #fff395;
}

/* About us page */
.about-us-v7-content .text-wrapper .text-content {
  padding: 30px 30px 30px 30px;
}
.about-us-s3-wrapper .map-footer a:hover {
  color: #fff395;
}
.about-us-s4-wrapper {
  background-color: #212121;
  padding: 30px 30px 30px 30px;
}

/* Food nad 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: #000;
  color: #fff;
  border: 2px solid #000;
}
.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: #2742cd;
  color: #fff;
  border: 2px solid #2742cd;
}
.food-menu-grid-item-content {
  border-radius: 0;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
  font-family: 'Voltaire', sans-serif;
  font-size: 1.8em;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #000;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
}
.food-menu-grid .food-price {
  color: #2742cd;
}

/* specials page */
.specials h1 {
  margin-top: 5px;
}
.onespecial {
font-size: 1.2em;
}
.onespecial h2 {
  text-transform: none;
  font-size: 1.5em;
}

/* events page */
.events-container h2 {
  text-transform: none;
  font-size: 2.2em;
}
.events-container h3,
.events-container p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
}

.gift-cards-page .section-header {
  margin-top: 20px;
}

.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-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  text-transform: none;
  text-align: center;
}

/* Media queries */

.party-background.bottle-service.drink-menu>div:first-child:before {
  background-size: initial;
}
.bottle-service .reservations-and-parties p {
  max-width: 100%;
  margin-bottom: 4px;
  font-size: 1.2em;
}
.bottle-service.drink-menu .tabs-container {
  text-shadow: none;
  color: #000;
}
.bottle-service.drink-menu .tabs-container p a {
  color: #000;
}
.bottle-service .reservations-and-parties input,
.bottle-service .reservations-and-parties select,
.bottle-service .reservations-and-parties textarea,
.bottle-service .reservations-and-parties select.full-select {
    border: 1px solid #000;
}
.bottle-service .reservations-and-parties button[disabled],
.bottle-service .reservations-and-parties button {
  background-color: #2742cd;
  background: #2742cd;
  border: 2px solid #2742cd;
  color: #fff;
}
.bottle-service .reservations-and-parties button:hover {
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.bottle-service .reservations-and-parties-form {
	margin-top: 40px;
}
.bottle-service .reservations-and-parties p.submit-success {
  color: #2742cd;
}
.bottle-service .section-header {
  margin-top: 20px;
}

@media (max-width: 1400px) {
  p {
    font-size: 1.2em;
  }
  .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,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header {
    font-size: 4.2em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 4.2em;
  }
  .about-us-v8-wrapper.custom-about-us-v8-wrapper .about-us-v8-content .text-content p {
    padding: 0;
  }
  .map-newsletter .sph-email-subscription h2 {
    font-size: 1em;
  }
  .contact-v3 .contact-location,
  .contact-v3 .hours,
  .contact-v3 .find-us {
    font-size: 1em;
  }
  .about-us-page .about-us-s1-content img {
    max-height: 120px;
  }
  .about-us-v7-content .text-wrapper p {
    font-size: 1.1em;
  }
  .about-us-s4-wrapper p {
    font-size: 1em;
  }
  .onespecial {
    font-size: 1.1em;
  }
  .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: 1200px) {
  p {
    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,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.8em;
  }
  .about-us-v8-content .text-content h2,
  .order-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.7em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.8em;
  }
  .uk-overlay-panel .slide-text {
    font-size: 1.7em;
  }
  .about-us-v8-wrapper.custom-about-us-v8-wrapper .about-us-v8-content .text-content p {
    padding: 0 20px;
  }
  .pagecontent {
    padding-top: 160px;
  }
  .onespecial {
    font-size: 1em;
  }
  .events-container h2 {
    font-size: 2em;
  }
  .events-container h3, .events-container p {
    font-size: 1em;
  }
  .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: 1024px) {
	.bottle-service .reservations-and-parties p {
	  font-size: 1.17em;
	}
}

@media (max-width: 1023px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
		font-size: 0.9em;
    padding: 0px 3px;
  }
  li.drop-down-link .sub-menu a {
    font-size: 0.9em;
  }
  li.drop-down-link .sub-menu {
    min-width: 125px;
  }
  .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,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header {
    font-size: 3.2em;
  }
  .about-us-v8-content .text-content h2,
  .order-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.6em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.4em;
  }
  .banner-section h1 {
    font-size: 1em;
  }
  .contact-v3 .contact-us a {
    font-size: 0.8em;
  }
  .about-us-s2-wrapper .about-us-v7-content .text-wrapper .text-content {
    text-align: center;
  }
  .drink-menu .food-menu-page h2, .drink-menu .drink-menu-page h2 {
    font-size: 1.6em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2,
  .custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-size: 1em;
  }
  .food-menu-grid h3, .food-menu-grid .food-price {
    font-size: 1em;
  }
  .drink-menu .pagecontent {
    padding-top: 160px;
  }
  .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;
  }
}

@media (max-width: 991px) {
  .map-newsletter .bar {
    top: 0;
  }
  .navbar.nav-v7 .navbar-tabs .socialnav {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-us-v7-content .text-wrapper .text-content {
    padding: 30px 40px 30px 40px;
  }
  .bottle-service .reservations-and-parties p {
	  font-size: 1.16em;
	}
}

@media (max-width: 767px) {
    .navbar-regular.nav-v6 .navbar-nav>li>a.order-option:before {
        content: "ORDER ";
    }
	.bottle-service .reservations-and-parties p {
    font-size: 1.12em;
	}
	.bottle-service .food-menu-grid .menu-description {
    width: 90%;
	}
	.bottle-service.drink-menu .tabs-container p a {
    font-size: 0.92em;
	}
	.bottle-service h2 {
		font-size: 2em;
	}
  .navbar.nav-v7 .header-logo {
    max-width: 120px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 5px 15px;
    margin: 0;
  }
  .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: #000 !important;
  }
  p {
    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,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.8em;
  }
  .about-us-v8-content .text-content h2,
  .order-tmt-section 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: 2.2em;
  }
  .uk-overlay-panel .slide-text {
    font-size: 1.6em;
  }
  .banner-section {
    padding: 15px 0;
  }
  .banner-section h1 {
    font-size: 0.9em;
  }
  .about-us-v8-content .text-wrapper,
  .about-us-v8-content .text-wrapper p {
    text-align: center !important;
  }
  .order-tmt-section h1 {
    margin-top: 10px;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 0.9em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    padding: 15px 5px;
  }
  .about-us-v7-content .text-wrapper p {
    font-size: 1em;
  }
  .about-us-page .about-us-s1-content img {
    max-height: 100px;
  }
  .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 #2742cd;
  }
  .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 #2742cd;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #2742cd;
  }
  .food-menu-grid .menu-description p {
    font-size: 1.1em;
  }
  .drink-menu .pagecontent {
    padding-top: 90px;
  }
  .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.1em;
  }
}

@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,
  .specials h1,
  .events-container h1,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.4em;
  }
  .about-us-v8-content .text-content h2,
  .order-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.4em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 1.8em;
  }
  .uk-overlay-panel .slide-text {
    font-size: 1.5em;
  }
  .about-us-v8-content .text-content p {
    padding: 0 10px;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 0.8em;
  }
  .about-us-s4-wrapper {
    background-color: #212121;
    padding: 30px 20px 30px 20px;
  }
  .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.1em;
  }
}
