@import url('https://fonts.googleapis.com/css2?family=Uchen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');


/*
font-family: 'Uchen';
font-family: 'Open Sans Condensed';
*/
a {color: #fff;}

body {
  font-family: 'Open Sans Condensed';
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Uchen';
}

.navigation-left li a,
.navigation-right li a{
  font-weight: normal;
}

.nav-v2 .navigation-left li.active a,
.nav-v2 .navigation-right li.active a,
.nav-v2 .navigation-left li a:hover,
.nav-v2 .navigation-right li a:hover,
.nav-v2 .navigation-left li a:focus,
.nav-v2 .navigation-right li a:focus {
  color: #ad8c5f;
}
.nav-v2 .social-icon:hover,
.nav-v2 .social-icon:active {
  color: #ad8c5f;
}
.navigation-social {
	padding-left: 15px;
}

/* nav dropdown */

li.drop-down-link {
	position: relative;
}
li.drop-down-link.reservations-drop .sub-menu {
	left: -20% !important;
	width: 120% !important;
}
li.drop-down-link .sub-menu a {
	display: block;
	text-transform: uppercase;
	opacity: 1;
}
li.drop-down-link .sub-menu a:hover,
li.drop-down-link .sub-menu a:focus {
	text-decoration: none;
	color: #ad8c5f;
}
/* nav end */

.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: 10px 40px;
  text-transform: uppercase;
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  font-family: 'Uchen';
  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,
.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: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  opacity: 1;
}
.specials-v3.home-specials div a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.private-parties-tmt-section a.custom-temp-btn:hover,
.private-parties-tmt-section a.custom-temp-btn:focus,
.addtocalendar.atc-style-blue .atcb-link {
  background-color: #ad8c5f;
  background: #ad8c5f;
  border: 2px solid #ad8c5f;
  color: #000;
}

.section-header,
.about-us-v2 h1,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.specials-v3.home-specials h1,
.about-us-v3 h1,
.specials h1, .events h1,
.events-container h1,
.about-us-page .about-us-s1-content h1 {
  font-size: 4em;
  font-family: 'Uchen';
  text-transform: uppercase;
}
.private-parties-tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
  text-transform: uppercase;
  font-family: 'Uchen';
  font-size: 1.6em;
}

/* home page */

video#coverVideo {
    margin-top: 80px;
}

/* slideshow section */
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.4);
}
.uk-overlay-panel .container {
  width: 100%;
}
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
  font-family: 'Uchen';
  text-transform: uppercase;
  font-size: 4em;
}
.uk-dotnav-contrast>.uk-active>*,
.uk-dotnav-contrast>*>:hover {
  background: #fff;
  transform: scale(1);
}
.uk-dotnav-contrast>*>* {
  background: rgba(255, 255, 255, 0.6);
}
.slideshow-v2-wrapper .uk-dotnav {
    bottom: 70px !important;
}
/* slideshow section end */

/* banner section */
.banner-section {
  padding: 35px 0;
}
.banner-section h1 {
  text-transform: capitalize;
  font-family: 'Uchen';
  font-size: 1.4em;
}
.banner-section .banner-pin {
  color: #ad8c5f;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
  color: #fff;
}
/* banner section end */

/* custom section */
.custom_html_1-section {
  text-align: center;
}
.custom_html_1-section a:hover,
.custom_html_1-section a:focus {
  border-color: #000;
}
/* custom section end*/

/* about_us_v8 */
.about-us-v8-content .text-wrapper h1 {
  margin-bottom: 30px;
}
/* about_us_v8 end */

/* specials section */
.specials-v3.home-specials {
  background-color: #000;
  color: #fff;
}
.specials-v3.home-specials h1 {
  color: #ad8c5f;
  margin-bottom: 30px;
}
.specials-v3.home-specials .specials-text,
.specials-v3.home-specials .specials-hours {
  margin: 20px auto;
}
/* specials section end */

/* reviews section */
.reviews-v2-wrapper.section-wrapper {
  background-size: cover !important;
}
.reviews-v2-wrapper .container {
  padding-top: 0;
}
.reviews-v2-wrapper h3 {
  font-size: 1.6em;
  margin: 60px auto 0;
  color: #000;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #fff;
  font-size: 0.8em;
}
.reviews-v2-wrapper .review-quote {
  color: #fff;
  opacity: 1;
}
.reviews-v2-wrapper .review-text p {
  font-size: 1.3em;
  line-height: 1.5em;
}
.owl-theme .owl-dots .owl-dot button {
  background-color: #fff;
  opacity: 0.6;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot button:hover {
  opacity: 1;
}
/* reviews section end */

/* newsletter section */
.map-newsletter .text-wrapper:before {
  background-color: #000;
}
.map-newsletter .section-header {
  color: #ad8c5f;
}
.map-newsletter h2 {
  color: #ad8c5f;
}
.map-newsletter .sph-email-subscription h2 {
  color: #fff;
  font-family: 'Open Sans Condensed';
}
.map-newsletter .sph-email-subscription .sph-email-input {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 11px 5px;
}
.map-newsletter .bar {
  top: -7px;
}
.bar:before,
.bar:after {
  background: #ad8c5f;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
   color: #fff;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
   color: #fff;
}
.sph-response-message {
  color: #fff;
  font-size: 1.5em;
}
.googlemap-v3-wrapper .triangle {
  display: none;
}

/* newsletter section end */

/* newsletter pop-up */
.custom-modal .modal-content {
  background-color: #000;
  background-image: url(https://static.spotapps.co/web/annexcrafthouse--com/css/../custom/newsletter_back.jpg);
  color: #fff;
}
.custom-modal .close {
  color: #fff;
}
.custom-modal .newsletter-popup .section-header {
  color: #ad8c5f;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  font-family: 'Open Sans Condensed';
  font-size: 1.3em;
  color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 11px 15px;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
   color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
   color: #fff;
}
/* newsletter pop-up end */

/* contact section */
.contact-v3 .days {
  padding-bottom: 3px;
}
.contact-v3 .from-to {
  text-transform: lowercase;
  padding-bottom: 25px;
}
.contact-v3 .social-square .contact-icon {
  color: #ad8c5f;
}
.contact-v3 a {
  text-decoration: none;
}
/* contact section end */

/* 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;
  border-color: #000;
}
.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item.active {
  background-color: #ad8c5f;
  border-color: #ad8c5f;
  color: #fff;
}
.food-menu-grid-item-content {
  border-radius: 0;
}
.food-menu-grid .menu-description p {
  font-size: 1.3em;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
  font-size: 2em;
}
.food-menu-grid .food-menu-description p {
  color: #000;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #ad8c5f;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
  color: #000;
  font-family: 'Uchen';
  font-size: 1.2em;
}
.food-menu-grid .food-price {
  color: #ad8c5f;
}
.drink-menu-page .food-menu-grid .food-price {
  display: none;
}
.food-menu-grid .food-item-description {
  font-size: 1.1em;
  color: #757575;
}
.drink-menu .food-menu-page .empty-content-message h2,
.drink-menu .food-menu-page .empty-content-message h3 {
  color: #000;
  font-family: 'Open Sans Condensed';
  font-size: 1.5em;
  text-transform: none;
}
/* food and drinks pages end */

/* specials page */
.onespecial {
  font-size: 17px;
}
.specials h2 {
  text-transform: capitalize;
  font-size: 1.6em;
  color: #ad8c5f;
}
.specials .empty-content-message h2 {
  color: #fff;
}
/* specials page end */

/* events page */
.events-container h2 {
  color: #ad8c5f;
  text-transform: uppercase;
  font-family: 'Uchen';
  font-size: 2em;
}
.events-container h3,
.events-container .event-info-text p,
.events-container .event-time {
  font-family: 'Open Sans Condensed';
  font-size: 1.2em;
}
.events-container .empty-content-message h2 {
  color: #fff;
}
.events-container .event-image {
  border: 1px solid #ad8c5f;
}
/* events page end*/
.empty-content-message h2,
.empty-content-message h3 {
  text-align: center;
  font-family: 'Open Sans Condensed';
  font-size: 1.5em;
  text-transform: none;
}

/* Whiskey wagon page */

.whiskey-wagon-page {
  background-color: #000;
  text-shadow: none;
}
.whiskey-wagon-page .container {
  text-align: center;
  word-spacing: normal;
}
.whiskey-wagon-page h1 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 4em;
}
.whiskey-wagon-page h2 {
  font-family: "Open Sans Condensed";
  margin-top: 30px;
  margin-bottom: 50px;

}
.whiskey-wagon-page img {
  max-width: 100%;
  margin-top: 70px;
}
.whiskey-wagon-page .custom-temp-btn {
  text-shadow: none;
  background-color: #fff;
  color: #000;
  border: none;
}
.whiskey-wagon-page .custom-temp-btn:hover,
.whiskey-wagon-page .custom-temp-btn:focus {
  background-color: #ad8c5f;
  color: #fff;
  text-decoration: none;
  border:none;
}

/* Whiskey wagon page end*/

/* media quiries */
@media (max-width:1400px) {
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.6em;
  }
  .section-header,
  .about-us-v2 h1,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .about-us-v3 h1,
  .specials h1, .events h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1 {
    font-size: 3.6em;
  }
  .private-parties-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.5em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.5em;
  }
}

@media (max-width:1200px) {
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.4em;
  }
  .section-header,
  .about-us-v2 h1,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .about-us-v3 h1,
  .specials h1, .events h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1 {
    font-size: 3.4em;
  }
  .private-parties-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.4em;
  }
  .banner-section h1 {
    font-size: 1.3em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.4em;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.8em;
  }
  .specials h2 {
    font-size: 1.5em;
  }
  .events-container h2 {
    font-size: 1.8em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .drink-menu .food-menu-page .empty-content-message h2,
  .drink-menu .food-menu-page .empty-content-message h3 {
    font-size: 1.4em;
  }
}

@media (max-width:1023px) {
  .nav>li {
    padding: 0;
  }
  .nav>li>a {
    font-family: 'Uchen';
    font-size: 1.1em;
  }
  .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: #ad8c5f;
  }
  .header-logo {
    left: 5px;
  }
  .nav-v2 .social-icon {
    font-size: 24px;
    line-height: 28px;
  }
  li.drop-down-link .sub-menu a {
	font-size: 1em;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.8em;
  }
  .section-header,
  .about-us-v2 h1,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .about-us-v3 h1,
  .specials h1, .events h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.8em;
  }
  .private-parties-tmt-section h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.2em;
  }
  p {
    font-size: 1.2em;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .specials-v3.home-specials .specials-text,
  .specials-v3.home-specials .specials-hours {
    font-size: 1.2em;
  }
  .contact-v3 .hours-title h1,
  .contact-v3 .social-title h1,
  .contact-v3 .contact-us-title h1 {
      font-size: 0.9em;
  }
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 40px;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1.1em;
  }
  .onespecial {
    font-size: 16px;
  }
  .events-container h2 {
    font-size: 1.7em;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .drink-menu .food-menu-page .empty-content-message h2,
  .drink-menu .food-menu-page .empty-content-message h3 {
    font-size: 1.3em;
  }
}

@media (max-width:991px) {
  .nav>li>a {
    font-size: 1em;
    padding: 10px 7px;
  }
  .map-newsletter .bar {
    top: 0;
  }
}

@media (max-width:767px) {
 .header-logo {
   max-width: 80px;
 }
 .nav>li>a {
   padding: 6px 15px;
 }
 .navbar-inverse .navbar-collapse {
	max-height: 480px;
	overflow: hidden;
  }
  .navbar-inverse .navbar-nav>li>a:hover,
  .navbar-inverse .navbar-nav>li.active>a,
  .navbar-inverse .navbar-nav>li.active>a:hover {
	background-color: #ad8c5f;
	color: #000 !important;
  }
  .navbar-inverse .navbar-toggle:hover .icon-bar,
  .nav-v2.navbar-inverse.navbar-fixed-top button[aria-expanded="true"].navbar-toggle .icon-bar {
	background-color: #ad8c5f !important;
  }
  video#coverVideo {
    margin-top: 70px;
  }
 .uk-overlay-panel h1,
 .on-cover-content .section-wrapper .section-header {
   font-size: 2.2em;
 }
 .section-header,
 .about-us-v2 h1,
 .about-us-v8-content .text-wrapper h1,
 .about-us-v7-content .text-wrapper h1,
 .specials-v3.home-specials h1,
 .about-us-v3 h1,
 .specials h1, .events h1,
 .events-container h1,
 .about-us-page .about-us-s1-content h1,
 .custom-modal .newsletter-popup .section-header {
   font-size: 2.2em;
 }
 .private-parties-tmt-section h2,
 .reviews-v2-wrapper h2,
 .map-newsletter h2 {
   font-size: 0.9em;
 }
 .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: 14px;
 }
 .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
   font-family: 'Uchen';
   font-size: 12px;
   text-transform: uppercase;
   padding: 15px 5px;
 }
 p {
   font-size: 1.15em;
 }
 .banner-section {
   padding: 15px 0;
 }
 .banner-section h1 {
   font-size: 0.95em;
 }
 .about-us-v8-content {
   min-height: 320px;
 }
 .specials-v3.home-specials .specials-text,
 .specials-v3.home-specials .specials-hours {
   font-size: 1.1em;
 }
 .private-parties-tmt-section {
   padding: 2em 0;
 }
 .private-parties-tmt-section h1 {
   margin-top: 20px;
 }
 .reviews-v2-wrapper h3 {
   margin-top: 30px;
   font-size: 1.2em;
 }
 .reviews-v2-wrapper .review-text p {
   font-size: 1.2em;
 }
 .map-newsletter .sph-email-subscription h2 {
   font-size: 1.2em;
 }
 .food-menu-nav .food-menu-nav-item {
    padding: 8px 20px;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #ad8c5f;
    border-radius: 0;
  }
  .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 #ad8c5f;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #ad8c5f;
  }
  .food-menu-grid .menu-description p {
    font-size: 1.1em;
  }
  .drink-menu .food-menu-page h2,
  .drink-menu .drink-menu-page h2 {
    font-size: 1.6em;
  }
  .onespecial {
    font-size: 15px;
  }
  .events-container h1 {
    margin-top: 35px;
  }
  .events-container h2 {
    font-size: 1.4em;
  }
  .events-container h3,
  .events-container .event-info-text p,
  .events-container .event-time {
    font-size: 1.1em;
  }
  .events-container .container {
    margin-bottom: 150px;
  }
  .empty-content-message h2,
  .empty-content-message h3,
  .drink-menu .food-menu-page .empty-content-message h2,
  .drink-menu .food-menu-page .empty-content-message h3 {
    font-size: 1.2em;
  }
  .whiskey-wagon-page h1 {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 2.2em;
  }
  .whiskey-wagon-page h2 {
    margin-bottom: 20px;
    font-size: 23px;
  }
  .whiskey-wagon-page img {
    margin-top: 40px;
  }
}

@media (max-width:320px) {
  .header-logo {
    max-width: 70px;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 1.8em;
  }
  .section-header,
  .about-us-v2 h1,
  .about-us-v8-content .text-wrapper h1,
  .about-us-v7-content .text-wrapper h1,
  .specials-v3.home-specials h1,
  .about-us-v3 h1,
  .specials h1, .events h1,
  .events-container h1,
  .about-us-page .about-us-s1-content h1,
  .custom-modal .newsletter-popup .section-header {
    font-size: 2em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 11px;
  }
  .banner-section h1 {
    font-size: 0.8em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.1em;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.1em;
  }
  .footer-v2-wrapper a {
    font-size: 1.1em;
  }
  .food-menu-grid h3,
  .food-menu-grid .food-price {
    font-size: 1em;
  }
  .food-menu-grid .food-item-description {
    font-size: 1em;
  }
  .specials h2 {
    font-size: 1.4em;
  }
  .events-container h2 {
    font-size: 1.3em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-size: 1.05em;
  }
  .top-svg-border svg {
    top: -15px;
  }
  .bottom-svg-border svg {
    bottom: -15px;
  }
}
