@import url('//fonts.googleapis.com/css2?family=League+Spartan:wght@900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
@import url('//fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400&display=swap');
@import url('//fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap');

/*
font-family: 'League Spartan', sans-serif; font-weight: 900;
font-family: 'Rubik', sans-serif; font-weight: 300;
font-family: 'Rubik', sans-serif; font-weight: 600;
font-family: 'Noto Sans', sans-serif; font-weight: 400;
font-family: 'Dosis', sans-serif; font-weight: 700;
*/


a {color: #fff;}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
}

.navbar.nav-v7 .header-logo {
  max-width: 120px;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-size: 1.1em;
  border-right: none !important;
}
li.drop-down-link .sub-menu a {
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-size: 1.1em;
  text-transform: uppercase;
}

.uk-overlay-background {
  background: rgba(0, 0, 0, 0.4);
}
.uk-dotnav-contrast>.uk-active>* {
  background: #f1cc01;
  transform: scale(1);
}
.uk-dotnav-contrast>*>* {
  background: rgba(250, 250, 250, 0.6);
}
.uk-overlay-panel .container {
  width: 100%;
}
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-size: 4em;
  line-height: 1.2em;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.4);
}

.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,
.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: #f1cc01;
  background: #f1cc01;
  border: 2px solid #f1cc01;
  color: #000;
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-size: 18px;
  box-shadow: none;
  border-radius: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:hover,
.about-us-v2 a.custom-temp-btn:hover,
.about-us-v8-wrapper a.custom-temp-btn:hover,
.about-us-plus-content .about-us-plus-button:hover,
.specials-v3.home-specials div a.custom-temp-btn:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover,
.addtocalendar.atc-style-blue .atcb-link:hover {
  text-decoration: none;
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #f1cc01;
  opacity: 1;
}
.about-us-v8-wrapper a.custom-temp-btn:hover {
  background-color: transparent;
  background: transparent;
  border: 2px solid #f1cc01;
  color: #f1cc01;
}
.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 {
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #f1cc01;
}
.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 {
  background-color: transparent;
  background: transparent;
  border: 2px solid #000;
  color: #000;
}
.addtocalendar.atc-style-blue .atcb-link {
  padding: 10px 30px;
  text-shadow: none;
}
.addtocalendar.atc-style-blue .atcb-link:hover {
  background-color: transparent;
  background: transparent;
  border: 2px solid #f1cc01;
  color: #f1cc01;
}
.atc-style-blue .atcb-item-link {
  text-shadow: none;
}

.reservations-and-parties p.submit-success {
  color: #000;
  text-transform: uppercase;
}
.reservations-and-parties button[disabled] {
  background-color: #f1cc01;
  background: #f1cc01;
  border: 2px solid #f1cc01;
  color: #000;
}
.reservations-and-parties button {
  background-color: #f1cc01;
  background: #f1cc01;
  border: 2px solid #f1cc01;
  color: #000;
}
.reservations-and-parties button:hover {
  background-color: #000;
  background: #000;
  color: #f1cc01;
  border: 2px solid #000;
  opacity: 1;
}
.jobs-page .reservations-and-parties p.submit-success {
  color: #fff;
}
.jobs-page .reservations-and-parties button:hover {
  background-color: transparent;
  background: transparent;
  color: #f1cc01;
  border: 2px solid #f1cc01;
  opacity: 1;
}

/* home page */
.banner-section {
  padding: 35px 0;
}
.banner-section h1 {
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  font-size: 1.4em;
}
.banner-section .banner-pin {
  color: #000;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
  color: #fff;
}

.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.5em;
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  text-transform: uppercase;
}
.reservations-text h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  font-size: 1.6em;
}

.about-us-v8-content .text-wrapper h1 {
  margin-bottom: 30px;
}
.about-us-v8-image {
  border: 3px solid #3a3a3a;
}
.about-us-v8-content .text-wrapper {
  width: 100%;
}
.about-us-v8-content .text-wrapper p {
  font-size: 1.6em;
  line-height: 1.1em;
}

.specials-v3.home-specials {
  min-height: 260px;
  padding: 60px 0 80px 0;
  background-color: #f1cc01;
  color: #000;
  position: relative;
  background-size: cover;
  background-position: center;
}
.specials-v3.home-specials h1 {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #000;
}
.specials-v3.home-specials p, .specials-v3.home-specials p.specials-hours {
  font-size: 1.3em;
  color: #000;
}
.specials-v3.home-specials p {
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
}

.owl-theme .owl-dots .owl-dot button {
  background: #fff;
  border: 1px solid #fff;
  opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot.active button,
.owl-theme .owl-dots .owl-dot:hover button {
  background: #f1cc01;
  border: 1px solid #f1cc01;
  opacity: 1;
}
.events-v3-wrapper .section-header {
  color: #f1cc01;
}
.events-v3-wrapper .item-text h2 {
  color: #f1cc01;
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-size: 2.2em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
}
.events-v3-wrapper .item-text h3 {
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  font-size: 1.5em;
  text-align: center;
}
.events-v3-wrapper .item-text p {
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  font-size: 1.4em;
  text-align: center;
}
.events-v3-wrapper .owl-item .item img {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.custom_html_1-section.section-wrapper {
  background-color: #000;
  color: #f1cc01;
}
.custom_html_1-section .container {
  text-align: center;
}
.custom_html_1-section .image-holder {
  min-height: 205px;
  position: relative;
  margin-bottom: 25px;
}
.custom_html_1-section .image-holder img {
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.custom_html_1-section p {
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-size: 1.4em;
  text-transform: uppercase;
}

.reservations-and-parties-v2 {
  background-color: #fff;
  color: #000;
  padding: 5em 0;
}
.reservations-and-parties-v2 h1 {
  color: #000;
}
.reservations-and-parties-v2 h2 {
  margin-top: 0;
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
}
.reservations-and-parties-v2 p a {
  color: #000;
}
.reservations-and-parties-v2 p a:hover,
.reservations-and-parties-v2 p a:focus {
  color: #f1cc01;
}
.reservations-and-parties-v2 .bar:before,
.reservations-and-parties-v2 .bar:after {
  background-color: #000;
}

.carousel-wrapper.reviews-v2-wrapper {
  padding: 2em 0;
}
.reviews-v2-wrapper h1 {
  color: #f1cc01;
  margin-bottom: 5px;
}
.reviews-v2-wrapper h2 {
  color: #fff;
  margin-top: 0;
}
.reviews-v2-wrapper h3 {
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-size: 1.6em;
  color: #f1cc01;
}
.reviews-v2-wrapper .container {
  padding-top: 0;
  padding-bottom: 10px;
}
.reviews-v2-wrapper .review-text blockquote {
  margin: 0;
  padding: 0;
}
.reviews-v2-wrapper .review-text p {
  font-size: 1.4em;
  line-height: 1.5em;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #f1cc01;
  font-size: 0.9em;
}
.reviews-v2-wrapper .review-quote {
  opacity: 1;
  color: #f1cc01;
}
.reviews-v2-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
  margin-bottom: 50px;
}

.map-newsletter {
  border-right: none;
}
.map-newsletter .section-header {
  color: #000;
}
.map-newsletter h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 5px;
}
.map-newsletter .sph-email-subscription h2 {
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  font-size: 1.3em;
  color: #000;
}
.map-newsletter p {
  margin-top: 0px;
  font-size: 1.2em;
  color: #000;
}
.map-newsletter .bar {
  top: -9px;
}
.map-newsletter .bar:before, .map-newsletter .bar:after {
  background: #000;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
}
.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 .text-wrapper:before {
  background-attachment: scroll;
}

.custom-modal .modal-content {
  background-image: url(https://static.spotapps.co/web/secondselfbeer--com/css/../custom/age_verification_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  color: #000;
}
.custom-modal .newsletter-popup .section-header {
  margin-top: 0;
  font-size: 4em;
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  font-size: 1.3em;
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  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;
}
.age-verification {
  text-align: center;
  background-image: url(https://static.spotapps.co/web/secondselfbeer--com/css/../custom/age_verification_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-attachment: fixed;
}
.custom-popup-holder {
  padding: 10em 4em 10em;
  text-align: center;
}
.custom-popup-holder h1 {
  margin-top: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-size: 3.5em;
}
.custom-popup-holder a.custom-temp-btn {
  background-color: #f1cc01;
  background: #f1cc01;
  border: 2px solid #f1cc01;
  color: #000;
}
.custom-popup-holder a.custom-temp-btn:hover {
  background-color: transparent;
  background: transparent;
  border: 2px solid #f1cc01;
  color: #f1cc01;
}

.modal-body {
	padding-bottom: 30px;
}
#modal-warning .modal-content {
  height: 90vh;
}
#modal-warning .modal-body {
  text-align: center;
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  font-size: 1.6em;
}
.custom-modal-btn {
  margin: 0 5px;
  padding: 10px 30px 10px 30px;
}
.custom-modal-btn:hover {
  background-color: #000;
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.custom-modal .newsletter-popup .section-header {
  font-size: 5em;
}

.contact-v3 {
  background-color: #000;
  border-bottom: 2px solid #f1cc01;
}
.contact-v3 .hours-title h1, .contact-v3 .social-title h1, .contact-v3 .contact-us-title h1 {
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
}
.contact-v3 .days {
  padding-bottom: 5px;
  text-transform: uppercase;
}
.contact-v3 .from-to {
  padding-bottom: 10px;
}
.contact-v3 .hours .hours-adittional p {
  margin: 10px 0 5px 0;
  font-size: 1em;
  text-transform: uppercase;
}

.googlemap-v3-wrapper .triangle {
  display: none;
}

.footer-v2-wrapper {
  background: #000;
  border-top: none;
  color: #fff;
}

.about-us-page .about-us-s1-content {
  padding-top: 90px;
}
.about-us-page .about-us-s1-content img {
	max-width: 300px;
}
.about-page-content .about-us-v7-content .text-wrapper .text-content {
  padding-top: 60px;
  padding-bottom: 100px;
}
.about-us-v7-content h1 {
	color: #f1cc01;
  text-align: left;
}
.about-us-s3-wrapper .map-footer a:hover,
.about-us-s3-wrapper .map-footer a:focus {
	color: #f1cc01;
}
.about-us-s4-wrapper {
  background-color: #f1cc01;
  color: #000;
}
.about-us-s4-wrapper .container {
  max-width: 75%;
  text-align: center;
}

.onespecial, .oneeventday {
  font-size: 16px;
}
.specials h2 {
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  text-transform: capitalize;
  color: #f1cc01;
  font-size: 1.6em;
}

.events-container .navbar.nav-v6 .container {
  margin-bottom: 0;
}
.events-container {
  color: #fff;
}
.events-container .pagecontent .container {
  text-shadow: 2px 2px 2px black;
}
.events-container h1 {
  margin-top: 35px;
  color: #f1cc01;
}
.events-container p {
  color: #fff;
}
.events-container h2 {
  margin-top: 20px;
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-size: 2.2em;
  text-transform: uppercase;
  color: #f1cc01;
}
.events-container .event-time,
.events-container h3 {
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  color: #fff;
  font-size: 1.5em;
}
.events-container .event-info-text p {
  font-size: 1.4em;
}
.events-container .events-holder {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
.events-container .event-image {
  border: none;
}
.empty-content-message h2,
.empty-content-message h3 {
  text-align: center;
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  font-size: 1.8em;
  text-transform: none;
}
.empty-content-message h2 {
  text-transform: none;
}
.events-container .empty-content-message {
  margin-top: 40px;
  color: #fff;
}
.events-container .empty-content-message h3 {
  color: #fff;
}

.food-menu-page .food-menu-v2-wrapper, .drink-menu-page .drink-menu-v2-wrapper {
  padding-top: 70px;
}
.food-menu-v2-wrapper .section-header, .drink-menu-v2-wrapper .section-header {
  color: #000;
}
.food-menu-grid-item-content {
  border-radius: 0;
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #fff;
}
.food-menu-grid h2,
.drink-menu .food-menu-page h2,
.style-traditional.drink-menu h2, .food-menu-section h2, .drink-menu-section h2{
  margin-top: 15px;
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-size: 2em;
  line-height: 100%;
  color: #000;
  text-transform: capitalize;
}
.drink-menu .food-menu-grid h2 {
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-size: 1.7em;
  text-transform: capitalize;
  word-break: break-word;
}
.food-menu-grid .food-item-title h3,
.food-menu-grid .food-price,
.style-traditional.drink-menu .menu-item-price-traditional .item-price {
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  font-size: 1.2em;
  text-transform: none;
  color: #000;
}
.food-menu-grid .food-item-title h3 {
  font-family: 'Rubik', sans-serif; 
  font-weight: 600;
}
.food-menu-nav .food-menu-nav-item {
  font-size: 16px;
  background-color: #000;
  border-color: #000;
  color: #f1cc01;
  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-color: #f1cc01;
  border-color: #f1cc01;
  color: #000;
  border: 2px solid #f1cc01;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #f1cc01;
}
.food-menu-grid .food-price {
  color: #f1cc01;
  padding: 0 10px 0 5px;
}

.food-menu-grid .menu-description p {
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #000;
}
.food-menu-grid .food-item-description {
	font-size: 1.1em;
  color: #000;
}

.drink-menu .food-menu-page .empty-content-message h2,
.drink-menu .food-menu-page .empty-content-message h3 {
  color: #000;
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  font-size: 1.7em;
}

.party-background .pagecontent,
.specials-background .pagecontent,
.events-background .pagecontent {
  padding-top: 140px;
}

.party-s1.party-slide h2 {
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-size: 3em;
}
.party-s1.party-slide .text-slide {
  text-transform: none;
  font-family: 'Rubik', sans-serif; 
  font-weight: 300;
  font-size: 2em;
}
.party-background .party-text-holder iframe {
  display: block;
  margin: 0 auto;
  width: 526px;
  height: 766px;
  border: none;
}
/* tripleseat form */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tripleseat-page p {
  max-width: 600px;
  margin: 30px auto;
  font-family: 'Noto Sans', sans-serif; 
  font-weight: 400;
  font-style: normal;
  font-size: 1.3em;
  color: #fff;
}
.tripleseat-page p a {
  color: #fff;
}
.tripleseat-page p a:hover {
  color: #fffe75;
  text-decoration: none;
}
.tripleseat-holder table {
  width: 50%;
  margin: 0 auto;
}
.tripleseat-holder h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 1.4em;
  text-align: center;
}
#tripleseat_embed_form label,
#tripleseat_embed_form #contact_preference_label {
  margin-bottom: 0;
  padding: 0;
  color: #000;
  display: block !important;
  text-align: left;
  font-size: 1.1em;
  font-weight: normal;
  text-transform: none;
  border: none;
}
#tripleseat_embed_form input, #tripleseat_embed_form textarea, #tripleseat_embed_form select {
  border: solid 1px #000 !important;
  border-radius: 0;
  padding: 10px;
  background-color: rgba(250, 250, 250, 1);
  color: #000;
  width: 100% !important;
  font-size: 16px;
}
#tripleseat_embed_form input.hasDatepicker,
#tripleseat_embed_form input.timeselect_input,
#tripleseat_embed_form #lead_guest_count {
  width: 100% !important;
  padding: 10px 20px;
}
#tripleseat_embed_form #lead_submit {
  float: none !important;
  display: inline-block;
  margin: 20px auto;
  padding: 10px 50px;
  cursor: pointer;
  font-family: 'League Spartan', sans-serif; 
  font-weight: 900;
  font-style: normal;
  font-size: 17px !important;
  text-transform: uppercase;
  background-color: #f1cc01;
  background: #f1cc01;
  border: 2px solid #f1cc01 !important;
  color: #000;
}
#tripleseat_embed_form #lead_form_submit a:hover,
#tripleseat_embed_form #lead_form_submit a {
  color: #000;
}
#tripleseat_embed_form #lead_submit:hover {
  background-color: transparent;
  background: transparent;
  border: 2px solid #f1cc01 !important;
  color: #f1cc01;
}
#tripleseat_embed_form #lead_form_submit a:hover,
#tripleseat_link:hover {
  color: #f4d673;
}

/* Menu and Drink pages with carousel of menu item photos */
.drink-menu .menu-page-photos header {
  z-index: 100;
}
.menu-images-holder.container {
  width: 80%;
  padding-bottom: 0;
  padding-top: 0;
}
.menu-images-holder .owl-carousel .owl-item img {
  border: 2px solid #fff;
}
.menu-images-holder .owl-theme .owl-nav [class*=owl-] {
  color: #000;
}
.menu-images-holder .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  border: none;
  color: #d00026;
}
.menu-images-holder .owl-theme .owl-dots .owl-dot span {
  background: #000;
  border: 1px solid #000;
}
.menu-images-holder .owl-theme .owl-dots .owl-dot.active span, .menu-images-holder .owl-theme .owl-dots .owl-dot:hover span {
  background: #d00026;
  border: 1px solid #d00026;
}
.fancybox-title {
  font-family: 'Dosis', sans-serif; 
  font-weight: 700;
  text-transform: uppercase;
}
.fancybox-title-float-wrap .child {
  background: rgba(34, 30, 31, 0.8);
  border-radius: 0;
  font-size: 1.3em;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .navbar.nav-v6 {
    background-color: #fff !important;
  }
  .menu-images-holder.container {
    width: 70%;
  }
  .menu-images-holder .owl-carousel .owl-item img {
    max-width: 190px;
    margin: 0 auto;
  }
  .menu-images-holder .owl-carousel .owl-nav .owl-prev {
    text-align: left;
  }
  .menu-images-holder .owl-carousel .owl-nav .owl-next {
    text-align: right;
  }
}
@media (max-width: 320px) {
  .menu-images-holder .owl-carousel .owl-item img {
    max-width: 170px;
  }
}
/* END Menu and Drink pages with carousel of menu item photos */


/* BEERS and BEER pages */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 30px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #3a3a3a;
}
.beers-page.drink-menu .tabs-container,
.beer-page.drink-menu .tabs-container {
  text-shadow: none;
}
.beer-subtitle h2 {
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 2em;
}
.beer-holder {
  margin: 15px auto;
  padding: 20px 15px;
  background-color: #fff;
  color: #000;
}
.beer-holder .beer-img-link {
  display: block;
  height: 250px;
  /* background-position: center;
  background-size: contain;
  background-repeat: no-repeat; */
}
.beer-holder .beer-img-link .beer-img-holder {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.beer-holder .beer-info {
  min-height: 115px;
  text-align: center;
}
.beer-holder .beer-info p {
  margin-bottom: 5px;
  font-size: 1.2em;
  line-height: 1.1em;
}
.beer-holder h3,
.beer-wrapper .beer-top h3 {
  font-size: 1.4em;
}
.beer-holder .beer-details,
.beer-wrapper .view-beers-btn {
  margin: 10px auto;
  font-size: 17px;
  background-color: #f1cc01;
  background: #f1cc01;
  border: 2px solid #f1cc01;
  color: #000;
}
.beer-holder .beer-details:hover,
.beer-holder .beer-details:active,
.beer-holder .beer-details:focus,
.beer-wrapper .view-beers-btn:hover,
.beer-wrapper .view-beers-btn:active,
.beer-wrapper .view-beers-btn:focus {
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #f1cc01;
}

.beer-page {
  background-color: #fff;
}
.beer-page .beer-content {
  padding-bottom: 80px;
  color: #000;
}
.beer-page .beer-content .container {
  width: 100%;
}
.beer-wrapper .section-header {
  margin-bottom: 30px;
  color: #f1cc01;
}
.beer-wrapper .beer-top h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.4em;
}
.beer-wrapper .embed-container {
  margin-top: 0;
  margin-bottom: 40px;
}
.beer-wrapper .beer-img img {
  margin: 0 auto;
}
.beer-wrapper .beer-desc {
  padding-top: 20px;
  text-align: left;
}
.beer-wrapper .beer-desc a {
  color: #000;
  text-decoration: none;
}
.beer-wrapper .beer-desc a:hover,
.beer-wrapper .beer-desc a:active,
.beer-wrapper .beer-desc a:focus {
  color: #f1cc01;
  text-decoration: none;
}
.beer-wrapper .beer-bottom {
  margin-top: 40px;
  text-align: center;
}
.beer-wrapper h2 {
  font-size: 2em;
}

.beer-wrapper .view-beers-btn-holder {
  padding-top: 30px;
}

/* Style for Suffering’ Til Suffrage and La Fria beer pagea */
.beer-number-18 .beer-img,
.beer-number-18 .beer-desc,
.beer-number-18 .view-beers-btn-holder {
  width: 100%;
  text-align: center;
}
.beer-wrapper .beer-number-18 .beer-img img {
  max-width: 700px;
  max-height: none;
  margin-bottom: 10px;
}

.beer-page-2.party-background.drink-menu>div:first-child:before {
  background-image: url('https://static.spotapps.co/web/secondselfbeer--com/css/../custom/beers/la_fria_beer_back.jpg');
}
.beer-number-2 .beer-img,
.beer-number-2 .beer-desc,
.beer-number-2 .view-beers-btn-holder {
  width: 100%;
  text-align: center;
}
.beer-wrapper .beer-number-2 .beer-img img {
  max-width: 700px;
  max-height: none;
  margin-bottom: 10px;
}


@media (max-width: 1300px) {
  .beers-page .pagecontent {
    width: 95%;
  }
}
@media (max-width: 1200px) {
  .tripleseat-holder table {
    width: 75%;
  }
  .beers-page .pagecontent {
    width: 100%;
  }
  .beer-subtitle h2,
  .beer-wrapper h2 {
    font-size: 1.7em;
  }
  .beer-holder h3,
  .beer-wrapper .beer-top h2 {
    font-size: 1.3em;
  }
}
@media (max-width: 1024px) {
  .beer-holder .beer-img-link {
    height: 220px;
  }
  .beer-holder .beer-details {
    margin: 5px auto;
    padding: 8px 35px;
    font-size: 16px;
  }
  .beer-wrapper .beer-bottom {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .beers-page .pagecontent {
    width: 90%;
  }
  .beer-subtitle h2 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 1.6em;
  }
  .beer-holder .beer-img-link {
    height: 200px;
  }
  .beer-holder h3,
  .beer-wrapper .beer-top h2 {
    font-size: 1.2em;
  }
  .beer-page .beer-content {
    width: 90%;
  }
  .beer-wrapper .beer-desc {
    padding-top: 5px;
  }
  .beer-wrapper .beer-bottom {
    margin-top: 20px;
  }
  .beer-wrapper h2 {
    font-size: 1.6em;
  }
}
@media (max-width: 860px) {
  .tripleseat-holder table {
    width: 90%;
  }
  .tripleseat-holder h2 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #tripleseat_embed_form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .beers-page .pagecontent,
  .beer-page .beer-content {
    width: 90%;
  }
  .beer-holder .beer-info {
    min-height: auto;
    padding-bottom: 10px;
  }
  .beers-top-holder .embed-container {
    margin-top: 15px;
  }
  .beer-subtitle h2 {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .beer-subtitle h2,
  .beer-wrapper h2 {
    font-size: 1.4em;
  }
  .beer-holder .beer-details, .beer-wrapper .view-beers-btn {
    margin: 5px auto;
    font-size: 15px;
  }
  .beer-wrapper .section-header {
    margin-bottom: 20px;
  }
  .beer-wrapper p {
    margin-bottom: 5px;
    font-size: 1.2em;
  }
  .beer-wrapper .embed-container {
    margin-bottom: 30px;
  }
  .beer-wrapper .beer-img img {
    max-height: 200px;
  }
  .beer-wrapper .beer-desc {
    padding-top: 20px;
    text-align: center;
  }
  .beer-wrapper .beer-bottom {
    margin-top: 0;
  }
  .tripleseat-page p {
    margin: 15px auto;
    font-size: 1.2em;
  }
  .tripleseat-holder h2 {
    font-size: 1.2em;
  }
  .tripleseat-page p a {
    display: block;
  }
  .tripleseat-holder table {
    width: 95%;
  }
  #tripleseat_embed_form label, #tripleseat_embed_form #contact_preference_label {
    font-size: 0.9em;
  }
}
/* END BEERS page */


@media (max-width:1400px) {
  .tripleseat-holder table {
    width: 70%;
  }
  .nav-v7 .container {
    width: 100%;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.5em;
  }
  .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.2em;
  }
}

@media (max-width:1200px) {
  .navbar.nav-v6 .socialnav a {
    margin-right: 0;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 0 10px;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 3em;
  }
  .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: 2.8em;
  }
  .reservations-text h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.5em;
  }
  .events-container h2,
  .events-v3-wrapper .item-text h2 {
    font-size: 2em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.5em;
  }
  .party-s1.party-slide h2 {
    font-size: 2.2em;
  }
  .party-s1.party-slide .text-slide {
    font-size: 1.6em;
  }
  .food-menu-grid .food-item-title h3 {
    font-size: 1.1em;
  }
}

@media (max-width:1024px) {
  .slideshow-v2-wrapper .uk-slidenav-position {
    max-height: 500px;
  }
}

@media (max-width:1023px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1em;
    padding: 0 6px;
  }
  .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 {
    font-size: 2.5em;
  }
  .banner-section h1 {
    font-size: 1.3em;
  }
  .events-container h2,
  .events-v3-wrapper .item-text h2 {
    font-size: 1.8em;
  }
  .events-v3-wrapper .item-text h3 {
    font-size: 1.4em;
  }
  .custom_html_1-section p {
    font-size: 1.2em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.4em;
  }
  .custom_html_1-section .image-holder {
    min-height: 145px;
  }
  .custom_html_1-section .image-holder img {
    max-width: 100px;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.3em;
  }
  .contact-v3 .hours-title h1,
  .contact-v3 .social-title h1,
  .contact-v3 .contact-us-title h1 {
    font-size: 0.9em;
  }
  .age-verification h2 {
    font-size: 1.8em;
  }
}

@media (max-width:991px) {
  /* .navbar.nav-v7 .navbar-tabs .socialnav {
    display: none;
  } */
  .about-us-v8-content .text-wrapper p {
    font-size: 1.3em;
  }
  .map-newsletter .bar {
    top: 0;
  }
	.about-us-page .about-us-s1-content {
		padding-top: 30px;
	}
	.about-us-page .about-us-s1-content img {
		max-width: 100px;
	}
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .about-us-v7-content .text-wrapper h1 {
    text-align: center;
  }
  .about-us-v7-content .text-wrapper p {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .party-background .pagecontent,
  .specials-background .pagecontent,
  .events-background .pagecontent {
    padding-top: 120px;
  }
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .navbar-regular.nav-v6 [aria-expanded="true"].navbar-toggle .icon-bar {
    background-color: #f1cc01 !important;
  }
  .drink-menu .navbar.nav-v6 {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2) !important;
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2) !important;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2) !important;
  }
  .drink-menu .navbar-regular.nav-v6 [aria-expanded="true"].navbar-toggle .icon-bar {
    background-color: #f1cc01 !important;
  }
  .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,
  .drink-menu .navbar-regular.nav-v6.nav-scroll .navbar-nav>li>a:hover, .drink-menu .navbar-regular.nav-v6.nav-scroll .navbar-nav>.active>a, .drink-menu .navbar-regular.nav-v6.nav-scroll .navbar-nav>.active>a:focus, .drink-menu .navbar-regular.nav-v6.nav-scroll .navbar-nav>.active>a:hover {
    color: #f1cc01 !important;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1.1em;
    padding: 8px 15px;
  }
  .navbar.nav-v7 .header-logo {
    max-width: 80px;
  }
  .home-page .header {
    background-color: #fff;
  }
  video#coverVideo {
    margin-top: 70px;
  }
  .top-svg-border {
    top: 0;
  }
  .bottom-svg-border {
    bottom: 0;
  }
  .slideshow-v2-wrapper .uk-slidenav-position {
    max-height: 400px;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
		margin-top: -10px;
		margin-bottom: 5px;
    font-size: 1.8em;
  }
  .uk-overlay-panel a.custom-temp-btn {
    padding: 8px 40px;
  }
  .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: 2.2em;
  }
  .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,
  .about-us-v2 a.custom-temp-btn,
  .about-us-plus-content .about-us-plus-button,
  .map-newsletter .sph-email-subscription .sph-submit-button,
  .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
  .addtocalendar.atc-style-blue .atcb-link,
  .reservations-and-parties-v2 button,
  .specials-v3.home-specials div a.custom-temp-btn,
  .party-offer a.custom-temp-btn,
  .sph-email-subscription .sph-submit-button {
    font-size: 16px;
  }
  .slideshow-v2-wrapper .uk-dotnav {
    bottom: 55px;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.8em;
  }
  .custom-popup-holder {
    padding: 7em 0;
  }
  .custom-popup-holder h1 {
    font-size: 2.2em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
    font-family: 'League Spartan', sans-serif; 
    font-weight: 900;
		font-size: 14px;
    padding: 15px 5px;
  }
  .banner-section {
    padding: 15px 0;
  }
  .banner-section h1 {
    font-size: 1em;
  }
  .about-us-v8-content .text-wrapper h1 {
    text-align: center;
  }
  .about-us-v8-content .text-wrapper p {
    text-align: center !important;
  }
  .about-us-v8-image {
    border: none;
  }
  .about-us-v8-content {
    min-height: 320px;
  }
  .specials-v3.home-specials {
    padding: 30px 0 50px 0;
  }
  .reservations-and-parties-v2 {
    padding: 2em 0;
  }
  .reservations-and-parties-form-v2 {
    margin-top: 10px;
  }
  .events-container h2,
  .events-v3-wrapper .item-text h2 {
    font-size: 1.8em;
  }
	.about-us-page .about-us-s1-content {
		padding-top: 15px;
	}
	.about-page-content .about-us-v7-content .text-wrapper .text-content {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
		min-height: 400px;
	}
  .about-us-s4-wrapper .container {
    max-width: 90%;
  }
	.drink-menu .food-menu-grid h2 {
		font-size: 1.5em;
	}
  .food-menu-nav .food-menu-nav-item {
    padding: 7px 20px;
    border: none;
    border-bottom: 2px solid #f1cc01;
  }
  .food-menu-nav .food-menu-nav-item.active {
    border: none;
    border-bottom: 2px solid #f1cc01;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type,
  .food-menu-nav .food-menu-nav-item:first-of-type.active,
  .food-menu-nav .food-menu-nav-item:first-of-type:hover {
    border-top: 2px solid #f1cc01;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type.active:hover,
  .food-menu-nav .food-menu-nav-item.active:hover {
    background: #f1cc01;
  }
  .food-menu-page .food-menu-v2-wrapper, .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 40px;
  }
  .map-newsletter .bar {
    top: 0;
  }
  .party-background .pagecontent,
  .specials-background .pagecontent,
  .events-background .pagecontent {
    padding-top: 60px;
  }
	.catering-menu-wrapper.food-menu-v2-wrapper .section-header {
    padding-top: 30px;
    font-size: 2.3em;
	}
	.catering-menu-wrapper .food-menu-nav {
		margin-top: 20px;
	}
  .party-s1.party-slide h2 {
    font-size: 1.8em;
  }
  .party-s1.party-slide .text-slide {
    font-size: 1.5em;
  }
  .party-background .party-text-holder iframe {
     width: 100%;
     height: 840px;
   }
   .age-verification h2 {
     font-size: 1.4em;
   }
}

@media (max-width: 540px) {
  .empty-content-message h2, .empty-content-message h3 {
    font-size: 1.5em;
  }
  .specials h2 {
    font-size: 1.4em;
  }
}

@media (max-width: 320px) {
  .navbar.nav-v7 .header-logo {
    max-width: 80px;
  }
  .uk-overlay-panel h1, .on-cover-content .section-wrapper .section-header {
    font-size: 1.5em;
  }
  .uk-overlay-panel a.custom-temp-btn {
    padding: 7px 30px;
    font-size: 14px;
  }
  .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: 2em;
  }
  .reservations-text h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.4em;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.4em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-size: 1.3em;
  }
  .custom-popup-holder h1 {
    font-size: 2em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 12px;
  }
  .banner-section h1 {
    font-size: 0.8em;
  }
  .food-menu-grid .food-item-title h3,
  .food-menu-grid .food-price,
  .style-traditional.drink-menu .menu-item-price-traditional .item-price {
    font-size: 1em;
  }
  .specials h2, .events h2 {
    font-size: 1.2em;
  }
  .reviews-v2-wrapper h3 {
    font-size: 1.3em;
  }
  .top-svg-border {
    top: -15px;
  }
  .bottom-svg-border {
    bottom: -15px;
  }
  .party-form-holder {
    padding-right: 0px;
    padding-left: 0px;
  }
  .age-verification h2 {
    font-size: 1.2em;
  }
}
