@import url('//fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Red+Rose:wght@700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Qwigley&display=swap');

/*
font-family: 'Poppins', sans-serif; font-weight: 900;
font-family: 'Red Rose', cursive; font-weight: 700;
font-family: 'Qwigley', cursive; font-weight: 400;
*/

/* put under the comment if it's NOT sinle page website */
.header {
  background-attachment: fixed;
}
body {
  font-family: 'Poppins', sans-serif; 
  font-weight: 900;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Qwigley', cursive; 
  font-weight: 400;
}
a {
  color: #ddd;
}

.navbar.nav-v7 .container {
  width: 100%;
}
.navbar.nav-v6 .navbar-logo .container {
  height: 125px !important;
}
.navbar.nav-v6.nav-scroll .navbar-logo .container {
  height: 95px !important;
}
.navbar-regular.nav-v6 .navbar-nav > li > a {
  font-family: 'Poppins', sans-serif; 
  font-weight: 900;
  padding: 0 11px;
  font-size: 1.2em;
}
li.drop-down-link .sub-menu {
  max-width: 100%;
  text-align: center;
}
li.drop-down-link .sub-menu a {
  text-transform: uppercase;
  padding: 7px 0 !important;
}
li.drop-down-link .sub-menu a span {
  display: none;
}
.navigation-left li a,
.navigation-right li a {
  font-weight: 400;
}

.navigation-left li.active a,
.navigation-right li.active a,
.navigation-left li a:hover,
.navigation-left li a:active,
.navigation-left li a:focus,
.navigation-right li a:hover,
.navigation-right li a:active,
.navigation-right li a:focus {
  color: #0f481b;
}

.nav-v2 .social-icon:hover {
  color: #0f481b;
}
.banner-section h1,
.map-newsletter .sph-email-subscription h2,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  font-family: 'Qwigley', cursive; 
  font-weight: 400;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  font-family: 'Poppins', sans-serif; 
  font-weight: 900;
  font-size: 1.3em;
}
.contact-v3 .hours-title h1,
.contact-v3 h1 {
  font-family: 'Qwigley', cursive; 
  font-weight: 400;
  text-transform: capitalize;
  font-size: 1.1em;
}
/* home page */
video#coverVideo {
  margin-top: 80px;
}
.home-page .uk-slidenav-position {
  height: 500px !important;
}

.press-autor {
  padding-top: 15px;
  font-size: 1.3em;
  font-style: italic;
}

/* tabs in drinks and food menu */
.tabnav .nav > li > a:hover,
.tabnav .nav > li.active > a {
  color: #ddd;
  background: transparent;
  border-bottom: 10px solid rgba(220, 220, 220, 0.6);
}

/* drink menu and food menu item names */
.drink-menu h5 {
  color: #ddd;
}

/* specials titles in happy hours */
.specials h2 {
  color: #fff;
  font-family: 'Red Rose', cursive; 
  font-weight: 700;
}

.navbar-regular .navbar-collapse.collapse.in {
  background-color: rgba(255, 255, 255, 0.7);
}
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}

/* black specials */
.specials-v2 {
  background-color: black;
}

.home-specials h1,
.about-us h3 {
  color: white;
}

.about-us h3 {
  margin-top: 4px;
}

.home-specials p {
  font-size: 1.2em;
  color: white;
  word-wrap: break-word;
  padding-top: 1.9em;
}

.home-specials p.specials-hours {
  padding-top: 0.2em;
  color: #ccc;
}

/* black gallery */

.gallery {
  background-color: black;
}

.gallery label,
.reservations label,
.email-subscription label,
.reservations-and-parties label {
  text-transform: uppercase;
  /*color: white;*/
  border: none;
  padding: 10px 60px;
  margin-bottom: 20px;
  font-size: 1.7em;
}

.contact-v2 .contact-location {
  text-transform: uppercase;
}
.banner-section {
  background-image: url(../web/thevillagepalmsprings--com/custom/banner_background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0 30px;
}
.banner-section h1 {
  font-size: 1.3em;
  font-family: 'Poppins', sans-serif; 
  font-weight: 900;
}
.banner-section .banner-pin {
  color: #174e17;
  top: -2px;
}
.banner-section .fa {
  font-size: 1.6em;
}
.banner-pin:hover {
  color: #000;
}
.section-header,
.about-us-v3 h1.section-header,
.about-us-v8-content .text-wrapper h1,
.specials-v3.home-specials h1,
.reservations .section-header,
.reviews-v2-wrapper .section-header,
.map-newsletter .section-header,
.custom-modal .newsletter-popup .section-header,
.food-menu-v2-wrapper .section-header,
.drink-menu-v2-wrapper .section-header,
.specials h1,
.events h1,
.events-container h1,
.catering .section-header,
.reservations-and-parties .section-header,
.gift-cards-page .section-header {
  text-transform: capitalize;
  font-size: 3.9em;
}
.uk-overlay-panel h1 {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: 'Red Rose', cursive; 
  font-weight: 700;
  font-size: 3.3em;
}
.uk-overlay-panel .slide-text {
  text-transform: uppercase;
  font-family: 'Red Rose', cursive; 
  font-weight: 700;
  font-size: 1.6em;
}
.about-us-item-holder img {
  margin: auto;
}
.about-us-v8-item .text-holder h2 {
  font-family: 'Red Rose', cursive; 
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6em;
  margin: 20px auto;
}
.about-us-v8-content .text-wrapper h1 {
  margin: 30px 0;
}
.about-us-v8-item.about-us-v8-item-0 {
  background-image: url(../web/thevillagepalmsprings--com/custom/aboutus_background_decoration.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 10%;
}
.about-us-v8-item.about-us-v8-item-1 {
  background-image: url(../web/thevillagepalmsprings--com/custom/menu_background_decoration.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 10%;
}
.about-us-v8-item.about-us-v8-item-1 h1 {
  line-height: 0.5em;
}
.about-us-v8-item.about-us-v8-item-1 h1 span {
  margin-right: 60px;
}
.about-us-v8-content.content-right .text-content.title-image h1:after {
  margin-top: 0;
  height: 35px;
}
.about-us-v7-wrapper.about-us-s2-wrapper.section-wrapper {
  background-color: #000;
}

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.custom-about-us-v8-wrapper.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-family: 'Red Rose', cursive; 
  font-weight: 700;
  padding: 6px 30px 6px 30px;
  background-color: #f6e653;
  background: #f6e653;
  text-transform: uppercase;
  color: #000;
  box-shadow: none;
  border: 2px solid #f6e653;
  font-size: 18px;
}
.uk-overlay-panel a.custom-temp-btn {
  background-color: #f6e653;
  background: #f6e653;
  border: 2px solid #f6e653;
  color: #000;
}
.banner-section a.custom-temp-btn,
.specials-v3.home-specials div a.custom-temp-btn {
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  width: 250px;
}
.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,
.custom-about-us-v8-wrapper.about-us-v8-wrapper a.custom-temp-btn:hover,
.about-us-plus-content .about-us-plus-button: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,
.newsletter-section .sph-email-subscription .sph-submit-button:hover {
  background-color: transparent;
  background: transparent;
  color: #f6e653;
  border: 2px solid #f6e653;
}
.banner-section a.custom-temp-btn:hover,
.specials-v3.home-specials div a.custom-temp-btn:hover {
  background-color: transparent;
  background: transparent;
  color: #000;
  border: 2px solid #000;
}
.specials-v3.home-specials {
  background-color: #f6e653;
  background-image: url(https://static.spotapps.co/web/thevillagepalmsprings--com/custom/specials_bg_decoration_left.png),
    url(https://static.spotapps.co/web/thevillagepalmsprings--com/custom/specials_bg_decoration_right.png);
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
  background-size: 26%, 26%;
}
.specials-v3.home-specials h1 {
  margin-top: 20px;
  color: #000;
}
.specials-v3.home-specials .specials-text,
.specials-v3.home-specials .specials-hours {
  margin: 15px auto;
}
.specials-v3.home-specials div a,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link,
.reservations-and-parties button,
.party-offer a.custom-temp-btn {
  padding: 8px 30px 8px 30px;
  background-color: #000;
  background: #000;
  text-transform: uppercase;
  color: #f6e653;
  border: 2px solid #000;
  font-size: 1.3em;
  border-radius: 0;
}
.map-newsletter .sph-email-subscription .sph-submit-button {
  padding: 8px 50px 10px 30px;
  background-color: #000;
  background: #000;
  color: #f6e653;
  border: 2px solid #000;
}
.addtocalendar.atc-style-blue .atcb-link {
  background-color: #f6e653;
  border: 2px solid #f6e653;
  background: #f6e653;
  color: #000;
}
.uk-overlay-panel .custom-temp-btn {
  padding: 8px 30px 8px 30px;
  background-color: #fff;
  background: #fff;
  color: #d00b26;
  border: 2px solid #fff;
}
.uk-dotnav-contrast > .uk-active > * {
  background: #fff;
  border: 2px solid #fff;
  transform: scale(1);
  opacity: 0.6;
}
.uk-dotnav-contrast > * > * {
  background: #fff;
  border: 2px solid #fff;
  transform: scale(0.8);
  opacity: 1;
}
.specials-v3.home-specials div a:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal
  .newsletter-popup
  .sph-email-subscription
  .sph-submit-button:hover,
.reservations-and-parties button:hover {
  background-color: transparent;
  background: transparent;
  color: #000;
  border: 2px solid #000;
}
.addtocalendar.atc-style-blue .atcb-link:hover {
  background-color: transparent;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.specials-v3.home-specials p.specials-hours {
  color: #fff;
}
.specials-v3.home-specials .empty-content-message {
  text-align: center;
  color: #000;
}
.specials-v3.home-specials .empty-content-message h2,
.specials-v3.home-specials .empty-content-message h3 {
  font-family: 'Poppins', sans-serif; 
  font-weight: 900;
  font-size: 1.3em;
}
.yelp-reservations-wrapper h2 {
  font-family: 'Red Rose', cursive; 
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.8em;
  color: #fff;
}
.yelp-reservations-wrapper p span {
  font-weight: 600;
}
.reservations-tmt-section .container {
  width: 50%;
}
.reservations-tmt-section a {
  color: #000;
}
.reservations-tmt-section a.custom-temp-btn {
  background-color: #000;
  background: #000;
  color: #f6e653;
  border: 2px solid #000;
}
.reservations-tmt-section a.custom-temp-btn:hover {
  background-color: transparent;
  background: transparent;
  color: #000;
  border: 2px solid #000;
}
.reservations .section-header {
  color: #fff;
}
.reservations p,
.yelp-reservations-wrapper .reservations p a {
  color: #fff;
}
.reservations p {
  margin: 30px auto;
}
/* reservations open table section */
.reservations-wrapper.ot-reservations-wrapper.section-wrapper {
  background-image: url("../web/thevillagepalmsprings--com/custom/reservations.jpg");
  background-position: center;
  background-size: cover;
  background-color: #f6e653;
  padding: 3em 0 13em;
}
.ot-reservations-wrapper .reservations .section-header {
  color: #000;
}
.reservations-wrapper p,
.ot-reservations-wrapper .reservations a {
  color: #000;
  font-size: 1.2em;
}
#reservations_open_table_v2_id {
  position: absolute;
  margin-top: -110px
}
/* reservations open table section end*/
.food-menu-v2-wrapper .section-header {
  color: #000;
}
.reviews-v2-wrapper h3 .fa.fa-star,
.reviews-v2-wrapper .review-quote {
  color: #f6e653;
  opacity: 1;
}
.reviews-v2-wrapper .review-text p {
  font-size: 1.3em;
}
.reviews-v2-wrapper .owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: 40px;
}
.reviews-v2-wrapper .item {
  padding: 0 10px 0px 10px;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #f6e653;
  border: 1px solid #f6e653;
  opacity: 0.6;
}
.owl-theme .owl-dots .owl-dot button {
  background: #f6e653;
  border: 1px solid #f6e653;
  opacity: 1;
}
.reservations-and-parties button[disabled],
.reservations-and-parties button {
  background-color: #d00b26;
  background: #d00b26;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #d00b26;
}
.reservations-and-parties button[disabled] {
  cursor: not-allowed;
}
.reservations-and-parties button:hover {
  background-color: #fff;
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.googlemap-v3-wrapper {
  color: #000;
  background-color: #fff;
}
.openstreetmap-v3-wrapper .map-item {
  background-color: #f6e653;
}
.openstreetmap-v3-wrapper .map-item .text-wrapper {
  background-image: url(../web/thevillagepalmsprings--com/custom/newsletter_background_decoration.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 40%;
}
.map-newsletter .section-header {
  color: #000;
}
.map-newsletter h2 {
  text-transform: uppercase;
  font-family: 'Red Rose', cursive; 
  font-weight: 700;
  color: #000;
  font-size: 1.8em;
}
.sph-response-message {
  color: #6b6b6b;
}
.map-newsletter .sph-email-subscription h2 {
  color: #000;
  font-family: 'Poppins', sans-serif; 
  font-weight: 900;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  border-bottom: 1px solid #000;
}
.map-newsletter {
  border-right: none;
}
.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 .sph-email-subscription .sph-email-input {
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  color: #000;
}
.bar:before,
.bar:after {
  background: #000;
}
.contact-v3 {
  background-image: url(https://static.spotapps.co/web/thevillagepalmsprings--com/custom/footer_background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.googlemap-v2 .triangle,
.googlemap-v3-wrapper .triangle {
  display: none;
}
.specials .empty-content-message {
  text-align: center;
}
.specials .empty-content-message h2,
.specials .empty-content-message h3 {
  text-align: center;
  font-family: 'Poppins', sans-serif; 
  font-weight: 900;
  text-transform: none;
  font-size: 1.3em;
}
.modal-content {
  background-color: #f6e653;
  border-radius: 0;
  color: #000;
}
.food-menu-nav .food-menu-nav-item.active {
  background-color: #000;
  border-color: #000;
  color: #f6e653;
}
.food-menu-nav .food-menu-nav-item {
  background-color: #f6e653;
  border-color: #000;
  color: #000;
}
.food-menu-grid .menu-description {
  width: 95%;
}
.food-menu-grid .menu-description p {
  font-family: 'Red Rose', cursive; 
  font-weight: 700;
  font-size: 1.4em;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
  font-family: 'Red Rose', cursive; 
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.8em;
}
.food-menu-grid .food-item-description {
  color: #000;
}
.food-menu-grid h3 {
  font-family: 'Red Rose', cursive; 
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
}
.food-menu-grid .food-price {
  font-family: 'Red Rose', cursive; 
  font-weight: 700;
  color: #000;
  font-size: 1.2em;
}
.food-menu-v2-wrapper .section-header,
.drink-menu-v2-wrapper .section-header {
  padding-top: 160px;
  color: #000;
}
.drink-menu .pagecontent {
  padding-top: 160px;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #f6e653;
}
.food-menu-grid-item-content {
  border-radius: 0px;
}
.drink-menu-page .empty-content-message {
  text-align: center;
}
.drink-menu-page .empty-content-message h2,
.drink-menu-page .empty-content-message h3 {
  font-family: 'Poppins', sans-serif; 
  font-weight: 900;
  font-size: 1.3em;
}
.drink-menu .row div[class^="col"] a:hover {
  color: #fff;
}
.jobs-option {
  margin-bottom: 55px;
}
.drink-menu.party-background.catering {
  height: auto;
}
.drink-menu.party-background.catering .party-s1.party-slide {
  margin-top: 140px;
}
.party-background.catering .pagecontent {
  padding-top: 0px;
}
.catering .catering-menu-wrapper .food-menu-nav {
  display: none;
}
.catering-images {
  padding-top: 30px;
}
.catering-images .owl-carousel .owl-item img {
  border: 2px solid #fff;
}
.catering-images .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #fff;
}
.catering-images .owl-theme .owl-dots .owl-dot.active span,
.catering-images .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 1px solid #fff;
}
.catering-images .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
}
.catering-images .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  border: none;
  color: #fff;
}
.catering.catering-custom .row.catering-gallery-form-holder {
  padding-top: 40px;
}
.catering.catering-custom .fancybox-overlay {
  z-index: 11000;
}
.catering.catering-custom .fancybox-opened {
  z-index: 11300;
}
.party-background.catering h2.custom-text {
  margin: 10px auto;
  font-size: 1.7em;
  width: 90%;
}
.party-background.catering h3.custom-text {
  margin: 20px auto 10px;
  font-size: 1.3em;
  width: 90%;
  text-transform: initial;
  line-height: 1.2em;
}
.party-background.catering p.custom-text {
  margin: 20px auto 15px;
  max-width: 95%;
  font-size: 1.2em;
}
.events-container h1 {
  margin-top: 45px;
}
.events-container h2 {
  font-family: 'Red Rose', cursive; 
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.8em;
}
.events-background .empty-content-message h2,
.events-background .empty-content-message h3 {
  font-family: 'Poppins', sans-serif; 
  font-weight: 900;
  font-size: 1.3em;
}
/* .about-us-v8-item-right {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
} */

.about-us-s1-wrapper .about-us-item-holder {
  background-image: url(../web/thevillagepalmsprings--com/custom/reservations.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-us-s4-wrapper {
  padding: 2em;
  background-color: #f6e653;
  background-image: url(../web/thevillagepalmsprings--com/custom/newsletter_background_decoration.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 15%;
  color: #000;
}
.about-us-s4-wrapper p span {
  font-family: 'Qwigley', cursive; 
  font-weight: 400;
}
.about-us-s4-wrapper .container {
  width: 100%;
}
.about-us-s4-wrapper .member-holder {
  padding: 40px 0;
  border-bottom: 1px solid #000;
}
.about-us-s4-wrapper img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
  margin: 0 auto;
}

.custom_html_1-section {
  background-image: url(../web/thevillagepalmsprings--com/custom/private_parties_background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.custom_html_1-section .container {
  width: 75%;
}
.custom_html_1-section .section-header {
  color: #f6e653;
}
.custom_html_1-section p {
  color: #fff;
}
.custom_html_1-section p.stand-out {
  font-size: 1.8em;
  padding: 0 200px;
}
.custom_html_1-section p.stand-out a:hover {
  text-decoration: none;
  color: #f6e653;
}
.parties-section-holder {
  margin: 30px auto;
}
.custom_html_1-section h1:before {
  background-image: url("../web/thevillagepalmsprings--com/custom/private_parties_title_decoration.png");
  content: "";
  display: block;
  position: relative;
  width: auto;
  height: 60px;
  margin: 15px auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.custom_html_1-section h2 {
  font-family: 'Qwigley', cursive; 
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 2.6em;
}
.custom_html_1-section h3.section-text {
  color: #fff;
  font-family: 'Qwigley', cursive; 
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2em;
}
.custom_html_1-section h2:after {
  -webkit-animation: titleBarGrow 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1
    forwards;
  -moz-animation: titleBarGrow 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1
    forwards;
  animation: titleBarGrow 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 3px;
  margin: 25px auto 15px auto;
  vertical-align: middle;
  background-color: #fff;
}

.reviews-v2-wrapper.section-wrapper {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}
.reviews-v2-wrapper .section-header {
  margin-top: 5px;
  color: #f6e653;
}
.reviews-v2-wrapper .container {
  padding: 5px 50px 40px 50px;
}
.reviews-v2-wrapper h3 {
  margin: 20px auto;
  font-family: 'Poppins', sans-serif; 
  font-weight: 900;
  text-transform: capitalize;
  color: #fff;
}
.reviews-v2-wrapper h2 {
  margin-top: 5px;
  font-family: 'Red Rose', cursive; 
  font-weight: 700;
  color: #fff;
  text-transform: none;
  font-size: 1.8em;
}
.volume-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 4em;
  z-index: 100;
  color: #fff;
  cursor: pointer;
}
.volume-btn .fa {
  display: none;
  position: absolute;
  bottom: 60px;
  right: 40px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.volume-btn .fa-volume-up {
  right: 27px;
}
.volume-btn .fa-volume-off,
.volume-btn.on .fa-volume-up {
  display: block;
}
.volume-btn.off .fa-volume-up {
  display: none;
}
.volume-btn.on .fa-volume-off {
  display: none;
}
.expiration-box p {
  margin-bottom: 0;
}
.reservations-and-parties p.submit-success {
  color: #000;
}
.article-background {
  background-color: #272727;
}
.article-background .empty-content-message {
  text-align: center;
}
@media (max-width: 1300px) {
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    padding: 0 6px;
    font-size: 1.1em;
  }
  .nav-v2 .social-icon {
    font-size: 25px;
    line-height: 35px;
  }
  li.drop-down-link .sub-menu a {
    font-size: 13px;
  }
  .uk-overlay-panel .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-header,
  .about-us-v3 h1.section-header,
  .about-us-v8-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .reservations .section-header,
  .reviews-v2-wrapper .section-header,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header,
  .food-menu-v2-wrapper .section-header,
  .drink-menu-v2-wrapper .section-header,
  .specials h1,
  .events h1,
  .events-container h1,
  .catering .section-header,
  .reservations-and-parties .section-header,
  .gift-cards-page .section-header {
    font-size: 5em;
  }
  .uk-overlay-panel h1 {
    font-size: 3.6em;
  }
  .custom_html_1-section p.stand-out {
    font-size: 1.8em;
    padding: 0;
  }
}
@media (max-width: 1100px) {
  li.drop-down-link .sub-menu a,
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    padding: 0 6px;
    font-size: 1em;
  }
  .uk-overlay-panel h1 {
    font-size: 3.4em;
  }
  .about-us-page .about-us-s1-slide {
    min-height: 450px;
  }
}
@media (max-width: 1024px) {
  .custom-temp-btn,
  .specials-v3.home-specials div a,
  .uk-overlay-panel .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,
  .reservations-and-parties button,
  .party-offer a.custom-temp-btn {
    font-size: 17px;
  }
  .section-header,
  .about-us-v3 h1.section-header,
  .about-us-v8-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .reservations .section-header,
  .reviews-v2-wrapper .section-header,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header,
  .food-menu-v2-wrapper .section-header,
  .drink-menu-v2-wrapper .section-header,
  .specials h1,
  .events h1,
  .events-container h1,
  .catering .section-header,
  .reservations-and-parties .section-header,
  .gift-cards-page .section-header {
    font-size: 4em;
  }
  .uk-overlay-panel h1 {
    margin-top: 45px;
    font-size: 2.6em;
  }
  .uk-overlay-panel .slide-text {
    font-size: 1.4em;
  }
  .map-newsletter h2,
  .map-newsletter h2,
  .about-us-v8-item .text-holder h2 {
    font-size: 1.3em;
  }
  .contact-v3 .hours-title,
  .contact-v3 .social-title,
  .contact-v3 .contact-us-title {
    font-size: 1.3em;
  }
  .press-holder h2 {
    font-size: 1.9em;
  }
  .catering.catering-custom .row.catering-gallery-form-holder {
    padding-top: 20px;
  }
  .catering.catering-custom .party-gallery-holder {
    padding-top: 20px;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 2.4em;
  }
  .about-us-s4-wrapper {
    background-size: 25%;
  }
  .custom_html_1-section {
    padding: 2em 0 4em;
  }
  .custom_html_1-section .container {
    width: 95%;
  }
  .custom_html_1-section .parties-section-holder img {
    max-width: 70%;
    margin: auto;
  }
  .specials-v3.home-specials {
    background-size: 36%, 36%;
  }
  .about-us-v8-item.about-us-v8-item-1,
  .about-us-v8-item.about-us-v8-item-0 {
    background-size: 15%;
  }
  .reservations-tmt-section .container {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .nav-v2 .header-logo img {
    width: 80px;
  }
  video#coverVideo {
    margin-top: 85px;
  }
  .nav-v2.navbar {
    background-color: #fff1b6 !important;
  }
  .navbar-inverse.nav-v2 .navbar-nav>li>a:focus,
  .navbar-inverse.nav-v2 .navbar-nav>li>a:hover,
  .navbar-inverse.nav-v2 .navbar-nav>.active>a,
  .navbar-inverse.nav-v2 .navbar-nav>.active>a:focus,
  .navbar-inverse.nav-v2 .navbar-nav>.active>a:hover {
      color: #0f481b;
  }
  .nav-v2 .social-icon {
    line-height: 34px;
  }
  .nav-v2.navbar .header-logo {
    left: 10px;
  }
  .nav-v2 .nav > li {
    padding: 10px;
  }
  .nav-v2 .nav > li > a {
    font-size: 1em;
    padding: 5px;
  }
  .custom_html_1-section p.stand-out {
    font-size: 1.5em;
  }
  .reservations-wrapper.ot-reservations-wrapper.section-wrapper {
    padding: 2em 0 3em;
  }
  #reservations_open_table_v2_id {
    margin-top: -90px
  }
}
@media (max-width: 991px) {
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    padding: 0 4px;
    font-size: 0.95em;
  }
  .nav-v2 .social-icon {
    font-size: 23px;
    line-height: 30px;
  }
  .nav-v2.navbar .header-logo {
    left: 5px;
  }
  .navbar-nav {
    margin-top: 25px !important;
  }
  .nav-v2 .nav > li {
    padding: 3px;
  }
  .nav-v2 .nav > li > a {
    font-size: 0.9em;
    padding: 3px;
  }
  li.drop-down-link .sub-menu a {
    font-size: 13px;
  }
  .uk-overlay-panel h1 {
    font-size: 2em;
  }
  .volume-btn .fa {
    bottom: 20px;
  }
  .contact-v3 .hours-title,
  .contact-v3 .social-title,
  .contact-v3 .contact-us-title {
    font-size: 1.2em;
  }
  .navbar.nav-v7 .navbar-tabs .socialnav {
    display: none;
  }
  .ot-reservations-wrapper .reservations .section-header {
    margin-top: 15px;
  }
}
@media (max-width: 820px) {
  .section-header,
  .about-us-v3 h1.section-header,
  .about-us-v8-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .reservations .section-header,
  .reviews-v2-wrapper .section-header,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header,
  .food-menu-v2-wrapper .section-header,
  .drink-menu-v2-wrapper .section-header,
  .specials h1,
  .events h1,
  .events-container h1,
  .catering .section-header,
  .reservations-and-parties .section-header,
  .gift-cards-page .section-header {
    font-size: 3.8em;
  }
  .custom_html_1-section h2 {
    font-size: 2.4em;
  }
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    padding: 0 4px;
    font-size: 0.9em;
  }
  .specials-v3.home-specials {
    background-size: 40%, 40%;
  }
  .contact-us a {
    white-space: nowrap;
    font-size: 0.8em;
  }
}
@media (max-width: 767px) {
  .nav-v2 .nav.navbar-nav,
  .nav-v2 .drink-menu header .navbar-nav {
    margin-bottom: 2px !important;
  }
  video#coverVideo {
    margin-top: 70px;
  }
  .home-page .uk-slidenav-position {
    height: 400px !important;
  }
  .uk-position-bottom {
    margin-bottom: 7px;
  }
  .nav-v2 .header-logo img {
    width: 65px;
  }
  .nav-v2 .header-logo {
    height: 75px !important;
  }
  .nav-v2.nav-scroll .header-logo {
    height: 55px !important;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #0f481b;
  }
  .navbar.nav-v6 .header-logo {
    height: 60px !important;
    top: 5px;
  }
  .navbar.nav-v6.nav-scroll .header-logo {
    height: 50px !important;
    top: 0px;
  }
  .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
    .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: #000 !important;
  }
  .drink-menu .pagecontent {
    padding-top: 60px;
  }
  .drink-menu .food-menu-page h2 {
    font-size: 1.5em;
  }
  video#coverVideo {
    margin-top: 70px;
  }
  .volume-btn {
    bottom: 22px;
    font-size: 3.2em;
  }
  .volume-btn .fa {
    bottom: 0px;
    right: 10px;
  }
  .volume-btn .fa-volume-up {
    right: 9px;
  }
  .banner-section h1 {
    font-size: 0.9em;
  }
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    font-size: 16px;
    padding: 8px 10px;
    margin: 0;
  }
  .about-us-s2-wrapper .about-us-v7-content .text-wrapper .text-content p {
    text-align: center !important;
  }
  .about-us-page .about-us-s1-slide {
    min-height: 350px;
  }
  .about-us-s4-wrapper .container {
    width: 100%;
  }
  .about-us-s4-wrapper {
    padding: 2em 1em;
    background-size: 65%;
  }
  .uk-overlay-panel .container {
    padding-left: 0;
    padding-right: 0;
  }
  .uk-overlay-panel h1 {
    margin-top: -20px;
    margin-bottom: 5px;
    font-size: 1.4em;
  }
  .uk-overlay-panel a.custom-temp-btn {
    margin-top: 15px;
    font-size: 16px;
  }
  .uk-overlay-panel .slide-text {
    font-size: 1.2em;
  }
  .uk-overlay-panel .slide-text span {
    white-space: nowrap;
  }
  .uk-overlay-panel h1.small-text {
    font-size: 1.8em;
  }
  .custom-temp-btn,
  .specials-v3.home-specials div a,
  .uk-overlay-panel .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,
  .reservations-and-parties button,
  .party-offer a.custom-temp-btn {
    font-size: 16px;
  }
  .section-header,
  .about-us-v3 h1.section-header,
  .about-us-v8-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .reservations .section-header,
  .reviews-v2-wrapper .section-header,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header,
  .food-menu-v2-wrapper .section-header,
  .drink-menu-v2-wrapper .section-header,
  .specials h1,
  .events h1,
  .events-container h1,
  .catering .section-header,
  .reservations-and-parties .section-header,
  .gift-cards-page .section-header {
    font-size: 3.5em;
  }
  .food-menu-v2-wrapper .section-header,
  .drink-menu-v2-wrapper .section-header {
    padding-top: 70px;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 10px 20px;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #272727;
    border-bottom: 2px solid #272727;
  }
  .food-menu-nav .food-menu-nav-item.active,
  .food-menu-nav .food-menu-nav-item {
    border-bottom: 2px solid #272727;
  }
  .food-menu-grid .menu-description p {
    font-size: 1.3em;
    line-height: 1.2em;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1.1em;
  }
  .map-newsletter h2,
  .reviews-v2-wrapper h2,
  .yelp-reservations-wrapper h2,
  .about-us-v8-item .text-holder h2 {
    font-size: 1.3em;
  }
  .custom_html_1-section .container {
    width: 100%;
  }
  .custom_html_1-section {
    padding: 1em 0;
  }
  .custom_html_1-section .parties-section-holder img {
    margin: 5px auto;
  }
  .custom_html_1-section h2 {
    font-size: 1.6em;
  }
  .custom_html_1-section h3.section-text {
    font-size: 1.3em;
  }
  .custom_html_1-section .parties-section-holder img {
    max-width: 55%;
  }
  .custom_html_1-section p.stand-out {
    font-size: 1.4em;
  }
  .reservations-tmt-section .container {
    width: 100%;
  }
  .reviews-v2-wrapper {
    padding-top: 40px;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.1em;
  }
  .reviews-v2-wrapper .container {
    padding: 5px 10px 10px 10px;
  }
  .reviews-v2-wrapper .review-text blockquote {
    margin: 0;
    padding: 0;
  }
  .reviews-v2-wrapper .review-text p {
    line-height: 1.6em;
  }
  .reviews-v2-wrapper .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: 40px;
  }
  .on-cover-content .uk-dotnav {
    bottom: 49px;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-family: 'Red Rose', cursive; 
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding: 13px 3px;
  }
  .gift-cards-page h2 {
    font-size: 1.6em;
  }
  .reservations-tmt-section h1 {
    margin-top: 20px;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.2em;
  }
  .events-container .container {
    margin-bottom: 150px;
  }
  .yelp-reservations-wrapper .container {
    width: 100%;
  }
  .specials-v3.home-specials {
    background-image: url(https://static.spotapps.co/web/thevillagepalmsprings--com/custom/specials_bg_decoration_left.png);
    background-size: cover;
  }
  .openstreetmap-v3-wrapper .map-item .text-wrapper {
    background-size: 65%;
  }
  #reservations_open_table_v2_id {
    margin-top: -70px
  }
  .top-svg-border,
  .bottom-svg-border {
    display: none;
  }
}
@media (max-width: 600px) {
  .catering-menu-wrapper.food-menu-v2-wrapper .section-header {
    font-size: 2em;
  }
  .catering-images {
    max-width: 90%;
    margin: 25px auto;
    padding-top: 10px;
  }
  .catering-item {
    padding: 0 30px;
  }
  .catering-images .owl-theme .owl-nav [class*="owl-"] {
    top: 110px;
    font-size: 40px;
  }
  .catering-images .owl-carousel .owl-nav .owl-next {
    right: -50px;
  }
  .catering-images .owl-carousel .owl-nav .owl-prev {
    left: -50px;
  }
}
@media (max-width: 320px) {
  .on-cover-content .uk-dotnav {
    bottom: 46px;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 12px;
    padding: 12px 3px;
  }
  .navbar-regular.nav-v6 .navbar-nav > li > a {
    padding: 3px 10px;
  }
  .reservations-tmt-section p {
    padding: 0 10px;
  }
  .uk-overlay-panel h1 {
    margin-top: -25px;
    font-size: 23px;
  }
  .uk-overlay-panel a.custom-temp-btn {
    font-size: 14px;
  }
  .uk-overlay-panel h1.small-text {
    font-size: 1.5em;
  }
  .section-header,
  .about-us-v3 h1.section-header,
  .about-us-v8-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .reservations .section-header,
  .reviews-v2-wrapper .section-header,
  .map-newsletter .section-header,
  .custom-modal .newsletter-popup .section-header,
  .food-menu-v2-wrapper .section-header,
  .drink-menu-v2-wrapper .section-header,
  .specials h1,
  .events h1,
  .events-container h1,
  .catering .section-header,
  .reservations-and-parties .section-header,
  .gift-cards-page .section-header {
    font-size: 2.3em;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 1.2em;
  }
  .food-menu-grid .menu-description p {
    font-size: 1.2em;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1em;
  }
}