/* @import url('//fast.fonts.net/cssapi/15f56013-e0fc-4ba6-b251-7e116e7608db.css'); */
@import url('https://fonts.googleapis.com/css2?family=Goblin+One&family=Vollkorn:ital,wght@0,400;0,500;0,900;1,400;1,500&display=swap');

/*

font-family:'Majesty W01 Medium';
font-family:'Majesty W01 Light';
font-family:'Majesty W01 Bold';
font-family:'PL Latin W05 Bold';

font-family: 'Goblin One', cursive;
font-family: 'Vollkorn', serif;
*/

.navbar.nav-v6 {
  display: none;
}

.hvr-icon-wobble-horizontal:before {
  font-weight: 100;
}

/* change fonts  */
.home-specials h3 ,
.home-specials a ,
.contact-v2 .hours-title,
.contact-v2 .social-title,
.contact-v2 .contact-us-title,
.drink-menu h1,
.drink-menu h2,
.drink-menu h5,
{
  font-family:'Vollkorn', serif;
}

/* put under the comment if it's NOT sinle page website */
.header {
  background-attachment: fixed;
}

a {color: #ddd;}

body,
h1, h2, h3, h4, h5, h6 {
  font-family:'Vollkorn', serif;
}

.navbar-regular .navbar-nav>li>a {
  font-family:'Vollkorn', serif;
}

/* LANDING */
.header {
  background-color: #035837;
}
.on-cover-content {
  width: 100%;
  position: relative;
}
.on-cover-content .cover-holder {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  border-right: none;
  border-left: none;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  z-index: 1;
}
.on-cover-content .cover-holder.park-west{
  left: 0;
  background-image: url(../custom/cover_sm.jpg);
  border-right: 6px solid #062b04;
}
.on-cover-content .cover-holder.belle-hall {
  right: 0;
  background-image: url(../custom/cover_h_new.jpg);
  border-left: 6px solid #062b04;
}
/* .on-cover-content .cover-holder.culver-city {
	right: 0;
	background-image: url(../custom/cover_cc.jpg);
	border-left: 6px solid #062b04;
} */
.on-cover-content .cover-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  -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;
}
.on-cover-content .cover-holder:hover:before {
  background-color: rgba(0, 0, 0, 0.35);
}

.on-cover-content .container {
  width: 100%;
  padding: 20px;
}
.on-cover-content .section-wrapper {
  padding: 0;
}
.on-cover-content .logo-cover {
  margin: 0 auto;
  height: 30vh;
  position: relative;
  z-index: 10;
}
.on-cover-content .section-wrapper .section-header {
  margin-top: 4vh;
  margin-bottom: 8px;
  font-family:'Vollkorn', serif;
  font-weight: 900;
  font-size: 5em;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 2px;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 10;
}
p.new-location-text span {
  font-family:'Vollkorn', serif;
  font-weight: 900;
  font-size: 5vh;
}
p.new-location-text {
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 10;
}
.on-cover-content .section-wrapper .cover-text-holder {
  display: inline-block;
  width: 49%;
  margin-top: 1vh;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}
.cover-text-holder img {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.on-cover-content .section-wrapper p {
  font-size: 1.8em;
  line-height: 1.6em;
}

/* END LANDING */

.uk-overlay-panel p {
  font-size: 2.4em;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.on-cover-content .section-wrapper a.custom-temp-btn {
  padding: 10px 30px;
  background-color: #d19650;
  background: #d19650;
  color: #0a0a0a;
  border: 2px solid #d19650;
  border-radius: 0;
  text-decoration: none;
  font-family:'Vollkorn', serif;
  font-weight: 500;
  font-size: 28px;
  -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;
}
.on-cover-content .section-wrapper a.custom-temp-btn:hover {
  padding: 10px 30px;
  background-color: #0f371c;
  background: #0f371c;
  color: #d19650;
  border: 2px solid #0f371c;
}

.banner-section {
  padding-top: 30px;
  position: relative;
}
.banner-section h1 {
  font-size: 1.6em;
  line-height: 1.6em;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.banner-section .banner-pin {
  color: #fff;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
  color: #fdcf07;
}

.section-header,
.about-us-v7-content .text-wrapper h3,
.specials-v3.home-specials h3,
.about-us-v3 h3,
.specials h1, .events h1,
.events-container h1 {
  font-family:'Nexa Rust Script L W00_01';
  font-size: 3.5em;
  text-transform: capitalize;
}

.about-us-v7-wrapper h4 {
  margin: 20px 0;
}
.about-us-v7-wrapper .about-us-v7-content:first-of-type {
  opacity: 0.1;
  background-position: 0;
}
.about-us-v7-wrapper.animate .about-us-v7-content:first-of-type {
  opacity: 1;
  background-position: 0;
}

.specials-v3.home-specials {
  position: relative;
  min-height: 200px;
  padding: 40px 0;
  background: #035837;
  overflow: hidden;
}
.specials-v3.home-specials h3 {
  margin-top: 65px;
  color: #fff;
}
.specials-v3.home-specials .specials-section {
  text-align: center;
}
.specials-v3.home-specials p, .specials-v3.home-specials p.specials-hours {
  font-size: 1.4em;
  color: #fff;
}

.slideshow-v2-wrapper {
  position: relative;
}
.slideshow-v2-wrapper .uk-dotnav {
  margin-bottom: 50px;
}

.events-v3-wrapper,
.reservations-and-parties-v2 {
  background: #035837;
}

.owl-theme .owl-nav [class*=owl-] {
  color: rgba(250, 250, 250, 0.5);
}
.owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff;
}
.owl-theme .owl-dots .owl-dot span {
  border: none;
  background: rgba(250, 250, 250, 0.5);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.events-v3-wrapper .item-text h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  margin-bottom: 30px;
}
.events-v3-wrapper h4 {
  font-size: 1.4em;
}

.reservations-and-parties-v2 .bar:before, .reservations-and-parties-v2 .bar:after {
  background: #fdcf07;
}

.reviews-v2-wrapper {
  padding: 20px 0;
}
.reviews-v2-wrapper .section-header {
  color: #fff;
}
.reviews-v2-wrapper .container {
  padding-bottom: 20px;
}
.reviews-v2-wrapper h4 {
  font-family:'Futura LT W01 Bold';
}
.reviews-v2-wrapper .review-text p {
  font-size: 1.3em;
}
.reviews-v2-wrapper .review-quote {
  opacity: 0.2;
}

.map-newsletter {
  border-right: 2px solid #035837;
}
.map-newsletter .section-header {
  color: #035837;
}
.map-newsletter .text-wrapper .text-content {
  color: #464040;
}
.map-newsletter .bar:before, .map-newsletter .bar:after {
  background: #fdcf07;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  border-bottom: 1px solid #035837;
  color: #035837;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
   color: #035837;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
   color: #035837;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
   color: #035837;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
   color: #035837;
}

.about-us-v7-wrapper h4,
.specials-v3.home-specials p:first-of-type,
.reservations-text h4,
.map-newsletter h4 {
  font-family:'Futura LT W01 Bold';
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.2em;
}

.contact-v3 {
  background-color: #035837;
}
.googlemap-v3-wrapper .triangle {
  border-bottom: 12px solid #035837;
}

.footer {
  background: #035837;
  border-top: 2px solid #fff;
}

.food-menu-v2-wrapper .section-header {
  color: #035837;
}
.food-menu-v2-wrapper .custom-temp-btn {
  font-size: 16px;
}
.food-menu-nav .food-menu-nav-item.active {
  background-color: #035837;
  background: #035837;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}
.food-menu-v2-wrapper h4 {
  margin-top: 20px;
  text-align: center;
}
.food-menu-v2-wrapper h4 a {
  color: #035837;
  font-family: 'Futura Plus W08 Bold';
  font-size: 20px;
  text-transform: uppercase;
}
.food-menu-v2-wrapper h4 a:focus {
  outline: none;
}
.food-menu-grid-item-content {
  background-color: none;
  background: rgba(255, 255, 255, 0.9);
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #035837;
}
.food-menu-grid h4,
.drink-menu .food-menu-page h4{
  margin-top: 15px;
  font-family:'Futura LT W01 Bold';
  font-size: 1.6em;
  line-height: 1.3em;
  color: #035837;
  text-transform: capitalize;
}
.drink-menu .empty-content-message h4,
.food-menu-grid .food-price{
  color: #035837;
}
.drink-menu.events-background .empty-content-message h4,
.drink-menu .food-menu-page .empty-content-message h4 {
  color: #035837;
}
.food-menu-grid .food-item-title {
  font-family:'Futura LT W01 Bold';
  text-transform: uppercase;
}

.style-traditional.drink-menu>div:first-child {
  background-color: none;
  background: #035837;
}
.style-traditional.drink-menu .pagecontent {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 0px 20px 0px #fdcf07;
-moz-box-shadow: 0px 0px 20px 0px #fdcf07;
box-shadow: 0px 0px 20px 0px #fdcf07;
}
.style-traditional .tabnav .nav>li>a, .food-menu-section .tabnav .nav>li>a, .drink-menu-section .tabnav .nav>li>a {
  font-family:'Futura LT W01 Bold';
}
.style-traditional .tabnav .nav>li>a:hover, .style-traditional .tabnav .nav>li.active>a, .food-menu-section .tabnav .nav>li>a:hover, .food-menu-section .tabnav .nav>li.active>a, .drink-menu-section .tabnav .nav>li>a:hover, .drink-menu-section .tabnav .nav>li.active>a {
    color: #035837;
}
.style-traditional.drink-menu h4, .food-menu-section h4, .drink-menu-section h4 {
  font-family:'Futura LT W01 Bold';
  font-size: 2.2em;
  text-transform: uppercase;
  color: #035837;
}
.style-traditional.drink-menu .menu-item-name-traditional div, .style-traditional.drink-menu .menu-item-price-traditional .food-price:first-child, .style-traditional.drink-menu .menu-item-price-traditional .item-price:first-child,
.style-traditional.drink-menu .menu-item-price-traditional .food-price, .style-traditional.drink-menu .menu-item-price-traditional .item-price {
  font-weight: normal;
}

.about-us-v3 .text-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.about-us-background .about-us-v3 h3 {
  color: #fdcf07;
}
.about-us-background .about-us-v3 h4 {
  margin-bottom: 30px;
  font-family:'Futura LT W01 Bold';
  text-transform: uppercase;
  font-size: 1.3em;
}
.about-us-v3 p {
  color: #fff;
}

.onespecial, .oneeventday {
  font-size: 18px;
}
.specials h2, .events h2 {
  font-family:'Futura LT W01 Bold';
  color: #fff;
}

.event {
  border: 2px solid #fff;
  padding: 40px;
}
.events-container .navbar.nav-v6 .container {
  margin-bottom: 0;
}
.events-container h1 {
  color: #035837;
}
.events-container h2 {
  font-family:'Futura LT W01 Bold';
  text-transform: capitalize;
  letter-spacing: 2px;
  line-height: 1.4em;
  color: #035837;
}
.events-container h4 {
  font-size: 1.5em;
  color: #464040;
}
.events-container .event-time {
  font-family:'Futura LT W01 Light';
  color: #464040;
}
.events-container .event-image,
.event .event-image {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.events-container .events-holder {
  border-bottom: 1px solid #035837;
}
.empty-content-message h4 {
  text-align: center;
  font-family:'Futura LT W01 Bold';
  text-transform: uppercase;
}

.party-background {
  background-image: url(../custom/wood_back.jpg);
}
.party-background .reservations-and-parties input, .party-background .reservations-and-parties select {
  border: none;
  border-radius: 0;
  padding: 10px 5px;
  background-color: rgba(253, 207, 7, 0.2);
  color: #035837;
}
.party-background .reservations-and-parties input::-webkit-input-placeholder {
   color: #035837;
}
.reservations-and-parties input:-moz-placeholder { /* Firefox 18- */
   color: #035837;
}
.reservations-and-parties input::-moz-placeholder {  /* Firefox 19+ */
   color: #035837;
}
.reservations-and-parties input:-ms-input-placeholder {
   color: #035837;
}
.party-background .reservations-and-parties button {
  color: #035837;
  background-color: transparent;
  border: 2px solid #035837;
}
.party-background .reservations-and-parties button:hover {
  color: #fff;
  background-color: #035837;
  border: 2px solid #fff;
  opacity: 1;
}
@media (max-width: 1024px) {
  .on-cover-content .section-wrapper .section-header {
    font-size: 5vh;
  }
  .on-cover-content .section-wrapper h2 {
    font-size: 1.6em;
  }
  .cover-text-holder img {
    max-width: 200px;
  }
  .on-cover-content .section-wrapper a.custom-temp-btn {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .on-cover-content .section-wrapper .section-header {
    font-size: 6vh;
  }
  p.new-location-text span {
    font-size: 4vh;
    line-height: 26px;
  }
  .on-cover-content .cover-holder {
    border-right: none;
    border-left: none;
  }
  .on-cover-content .cover-holder:hover:before {
    background-color: rgba(0, 0, 0, 0.55);
  }
  .on-cover-content .container {
    padding: 10px 0;
  }
  .on-cover-content .section-wrapper .section-header {
    margin-top: 2vh;
    padding: 0 5px;
  }
  .on-cover-content .section-wrapper .cover-text-holder {
    padding: 0 10px;
  }
  .on-cover-content .section-wrapper p {
    font-size: 20px;
    line-height: 24px;
  }
  .on-cover-content .section-wrapper a.custom-temp-btn {
    margin: 0 auto;
    padding: 15px 5px;
    width: 90%;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .top-svg-border svg, .bottom-svg-border svg {
    height: 10px;
  }
    .cover-text-holder h1 {
      margin-top: 0px;
    }
	.cover-text-holder h2 {
		/* display: none; */
	  }
	.on-cover-content .section-wrapper h2 {
		font-size: 1.1em;
	}
    .on-cover-content .section-wrapper a.custom-temp-btn {
    padding: 10px 10px;
    background-color: #d19650;
    background: #d19650;
    color: #0a0a0a;
    border: 2px solid #d19650;
    border-radius: 0;
    text-decoration: none;
    font-family: 'Vollkorn', serif;
	font-weight: 500;
    font-size: 16px;
    -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;
}
.on-cover-content .section-wrapper a.custom-temp-btn:hover {
    padding: 10px 10px;
  }
  .navbar.nav-v6 .header-logo img {
    max-height: 100%;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 15px 20px;
  }
  .navbar.nav-v6 .header-logo {
    height: 48px;
    left: 5px;
  }
  .uk-slidenav-position:hover .uk-slidenav {
    display: none;
  }
  .uk-overlay-panel h3 {
    margin-top: 20px;
    font-size: 3em;
    line-height: 1.2em;
  }
  .uk-overlay-panel h1 {
    font-size: 1.5em;
  }
  .custom-temp-btn, .map-newsletter .sph-email-subscription .sph-submit-button, .addtocalendar.atc-style-blue .atcb-link {
    font-size: 16px;
  }
  .uk-overlay-panel a.custom-temp-btn, .specials-v3.home-specials div a.custom-temp-btn {
    font-size: 1.2em;
  }
  .banner-section {
    padding-top: 25px;
  }
  .banner-section h1 {
    font-size: 1.3em;
    line-height: 1.4em;
  }
  .section-header, .about-us-v7-content .text-wrapper h3, .specials-v3.home-specials h3, .about-us-v3 h3, .specials h1, .events h1, .events-container h1 {
    font-size: 2.5em;
  }
  .about-us-v7-content .text-wrapper h3 {
    margin-top: 0;
  }
  .specials-section {
    padding: 0 10px;
  }
  .specials-v3.home-specials h3 {
    margin-top: 20px;
  }
  .specials-v3.home-specials p:first-of-type {
    font-size: 1.3em;
  }
  .slideshow-v2-wrapper .uk-dotnav {
    margin-bottom: 30px;
  }
  .events-v2 a, .specials-v3.home-specials div a {
    width: 80%;
  }
  .events-v3-wrapper .item-text h2 {
    margin-top: 30px;
    font-size: 1.5em;
  }
  .drink-menu .pagecontent {
    padding-top: 80px;
  }
  .specials h2, .events h2 {
    font-size: 1.2em;
  }
  .events-container .events-holder {
    padding-top: 30px;
  }
  .events-container h1 {
    margin-top: 35px;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #035837;
  }
  .food-menu-nav .food-menu-nav-item {
    border: none;
    border-bottom: 2px solid #035837;
  }
  .food-menu-nav .food-menu-nav-item.active {
    border: none;
    border-bottom: 2px solid #fff;
  }
  .food-menu-grid h4, .drink-menu .food-menu-page h4 {
    font-size: 1.3em;
  }
  .about-us-background .pagecontent {
    padding-top: 80px;
  }
  .about-us-v3 h3 {
    margin-top: 15px;
  }
}

@media (max-width: 320px) {
  .banner-section h1 {
    font-size: 1.3em;
  }
  .on-cover-content .section-wrapper a.custom-temp-btn {
    font-size: 12px;
  }
}