@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@800&display=swap');


/*
font-family: 'Red Rose', cursive; font-weight: 300;
font-family: 'Playfair Display', serif; font-weight: 800;
font-family: 'Red Rose', cursive; font-weight: 500;
*/


a {color: #fff;}

body {
  font-family: 'Red Rose', cursive; 
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif; 
  font-weight: 800;
}

.nav-v2 .navigation-left li a,
.nav-v2 .navigation-right li a {
  font-weight: normal;
  color: #000;
  font-weight: 300;
}
.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: #5a0a0d;
}
.nav-v2 .social-icon:hover,
.nav-v2 .social-icon:active {
  color: #5a0a0d;
}

video#coverVideo {
  margin-top: 80px;
}
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.4);
}
.uk-dotnav-contrast>.uk-active>* {
  background: rgba(250, 250, 250, 0.4);
  transform: scale(1);
}
.uk-dotnav-contrast>*>* {
  background: #fff;
}
.uk-overlay-panel .container {
  width: 100%;
}
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Playfair Display', serif; 
  font-weight: 800;
  font-size: 4em;
  line-height: 1.1em;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.4);
}
.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: 35px;
  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;
}

.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: 8px 40px;
  text-transform: uppercase;
  background-color: #fff;
  background: #fff;
  border: 2px solid #000;
  color: #000;
  font-family: 'Red Rose', cursive; 
  font-weight: 300;
  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,
.sports-league-background .custom-temp-btn:hover,
.sports-league-background .custom-temp-btn:focus {
  text-decoration: none;
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  opacity: 1;
}
.addtocalendar.atc-style-blue .atcb-link {
  padding: 10px 30px;
  text-shadow: none;
}
.addtocalendar.atc-style-blue .atcb-link:hover {
  background-color: #f4cc1c;
  background: #f4cc1c;
  border: 2px solid #f4cc1c;
  color: #000;
}
.atc-style-blue .atcb-item-link {
  text-shadow: none;
}
.uk-overlay-panel a.custom-temp-btn:hover {
  background-color: transparent;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.specials-v3.home-specials div a.custom-temp-btn {
  background-color: transparent;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.specials-v3.home-specials div a.custom-temp-btn:hover {
  background-color: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
  padding: 8px 50px 8px 30px;
  background-color: #5a0a0d;
  background: #5a0a0d;
  border: 2px solid #5a0a0d;
  color: #fff;
}
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover {
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.reservations-and-parties p.submit-success {
  color: #f4cc1c;
  text-transform: uppercase;
}
.reservations-and-parties button[disabled] {
  background-color: #fff;
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.reservations-and-parties button {
  background-color: #fff;
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.reservations-and-parties button:hover {
  background-color: #f4cc1c;
  background: #f4cc1c;
  color: #000;
  border: 2px solid #f4cc1c;
  opacity: 1;
}
.party-s2-wrapper.reservations-and-parties p.submit-success {
  color: #5a0a0d;
  text-transform: uppercase;
}
.party-s2-wrapper.reservations-and-parties button[disabled] {
  background-color: #5a0a0d;
  background: #5a0a0d;
  color: #fff;
  border: 2px solid #5a0a0d;
}
.party-s2-wrapper.reservations-and-parties button {
  background-color: #5a0a0d;
  background: #5a0a0d;
  color: #fff;
  border: 2px solid #5a0a0d;
}
.party-s2-wrapper.reservations-and-parties button:hover {
  background-color: #000;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  opacity: 1;
}

/* home page */
.banner-section {
  padding: 35px 0;
}
.banner-section h1 {
  text-transform: capitalize;
  font-family: 'Red Rose', cursive; 
  font-weight: 300;
  font-size: 1.7em;
}
.banner-section .banner-pin {
  color: #fff;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
  color: #f4cc1c;
}
.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: 4.5em;
  font-family: 'Playfair Display', serif; 
  font-weight: 800;
  text-transform: uppercase;
}
 
.reservations-and-parties-v2 h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
  font-family: 'Red Rose', cursive; 
  font-weight: 500;
  font-size: 2em;
  text-transform: capitalize;
}
.about-us-v7-content .text-wrapper p,
.about-us-v8-content .text-wrapper p {
  font-size: 1.4em;
}
.about-us-v8-content .text-wrapper h1 {
  margin: 0 0 30px;
}
.about-us-v8-content .text-wrapper {
  width: 100%;
  margin: 0 auto;
}
.about-us-v8-item-1 .about-us-v8-image {
  background-position: right;
}
.about-us-v8-item-1 a.custom-temp-btn {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 240px;
}
.about-us-v8-item-1 .about-us-v8-content .text-wrapper h1 {
  font-size: 3em;
}
.specials-v3.home-specials {
  min-height: 260px;
  padding: 30px 0 40px 0;
  background-color: #000;
  color: #fff;
  position: relative;
}
.specials-v3.home-specials h1 {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #fff;
}
.specials-v3.home-specials p, .specials-v3.home-specials p.specials-hours {
  color: #fff;
}
.specials-v3.home-specials p {
  font-family: 'Red Rose', cursive; 
  font-weight: 300;
  font-size: 1.4em;
}

.calendar-background {
  background-image: url(https://static.spotapps.co/web/friscorailyard--net/css/../custom/calendar_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.reservations-and-parties-v2 {
  background-color: #000;
  color: #fff;
}
.reservations-and-parties-v2 h2 {
  color: #f4cc1c;
}
.reservations-and-parties-v2 input,
.reservations-and-parties-v2 select,
.reservations-and-parties-v2 textarea {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.reservations-and-parties-v2 input:-webkit-autofill,
.reservations-and-parties-v2 input:-webkit-autofill:hover,
.reservations-and-parties-v2 input:-webkit-autofill:focus,
.reservations-and-parties-v2 input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  color: #fff !important;
}
.bar:before, .bar:after {
  background-color: #2a698a;
  bottom: 14px;
}
.reservations-and-parties-v2 form.ng-dirty input.ng-invalid,
.reservations-and-parties-v2 form.ng-dirty select.ng-invalid {
  color: #fff;
}
.reservations-and-parties-v2 input::-webkit-input-placeholder,
.reservations-and-parties-v2 textarea::-webkit-input-placeholder {
   color: #fff;
}
.reservations-and-parties-v2 input:-moz-placeholder,
.reservations-and-parties-v2 textarea:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}
.reservations-and-parties-v2 input::-moz-placeholder,
.reservations-and-parties-v2 textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}
.reservations-and-parties-v2 input:-ms-input-placeholder,
.reservations-and-parties-v2 textarea:-ms-input-placeholder {
   color: #fff;
}
.reservations-and-parties-v2 select:active,
.reservations-and-parties-v2 select:focus {
  border-bottom: 1px solid #2a698a;
}

.events-v3-wrapper {
  padding: 0;
}
.events-v3-wrapper .section-header {
  color: #fff;
}
.events-v3-wrapper .item-text h2 {
  color: #fff;
  font-family: 'Red Rose', cursive; 
  font-weight: 500;
  font-size: 2.4em;
  text-transform: capitalize;
}
.events-v3-wrapper .item-text h3 {
  font-weight: normal;
  font-family: 'Red Rose', cursive; 
  font-weight: 300;
  font-size: 1.8em;
}
.events-v3-wrapper .item-text p {
  text-align: left !important;
}
.events-v3-wrapper .owl-item .item img {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.events-v3-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 50px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 1px solid #fff;
  opacity: 0.5;
}
.carousel-wrapper.reviews-v2-wrapper.section-wrapper {
  padding: 0;
}
.reviews-v2-wrapper h1 {
  color: #fff;
}
.reviews-v2-wrapper h2 {
  color: #fff;
  margin-top: 0;
}
.reviews-v2-wrapper h3 {
  text-transform: capitalize;
  font-family: 'Red Rose', cursive; 
  font-weight: 300;
  font-size: 1.4em;
  color: #fff;
}
.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.3em;
  line-height: 1.5em;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #f4cc1c;
  font-size: 0.8em;
}
.reviews-v2-wrapper .review-quote {
  opacity: 1;
  color: #f4cc1c;
}
.map-newsletter {
  border-right: 2px solid #000;
}
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
  padding: 8px 50px 8px 30px;
}
.map-newsletter .section-header {
  color: #000;
}
.map-newsletter h2 {
  color: #5a0a0d;
  margin-top: 20px;
  margin-bottom: 5px;
}
.map-newsletter .sph-email-subscription h2 {
  font-family: 'Red Rose', cursive; 
  font-weight: 300;
  font-size: 1.4em;
  color: #000;
}
.map-newsletter p {
  margin-top: 0px;
  font-size: 1.2em;
  color: #000;
}
.map-newsletter .bar {
  top: -6px;
}
.map-newsletter .bar:before, .map-newsletter .bar:after {
  background: #000;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  border-bottom: 3px solid #5a0a0d;
  color: #000;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
   color: #000;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
   color: #000;
}

.custom-modal .modal-content {
  background-image: url(https://static.spotapps.co/web/friscorailyard--net/css/../custom/newsletter_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #000;
}
.custom-modal .newsletter-popup .section-header {
  margin-top: 0;
  font-size: 3.6em;
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  margin-bottom: 20px;
  font-family: 'Red Rose', cursive; 
  font-weight: 300;
  font-size: 1.4em;
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  padding: 11px 15px;
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
  color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
   color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
   color: #000;
}
.contact-v3 {
  background-color: #000;
  border-bottom: 2px solid #f4cc1c;
}
.contact-v3 .hours-title h1, .contact-v3 .social-title h1, .contact-v3 .contact-us-title h1 {
  font-family: 'Playfair Display', serif; 
  font-weight: 800;
  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 h1 {
  font-size: 3.2em;
}
.about-us-page .about-us-s1-content img {
  max-width: 200px;
}
.about-us-v7-content .text-wrapper h1 {
  margin-bottom: 30px;
}
.about-page-content .about-us-v7-content .text-wrapper .text-content {
  padding-top: 60px;
  padding-bottom: 100px;
}
.about-us-s3-wrapper .map-footer p {
  font-family: 'Red Rose', cursive; 
  font-weight: 300;
  font-size: 1.2em;
  text-transform: uppercase;
}
.about-us-s3-wrapper .map-footer a:hover {
  color: #f4cc1c;
}

.onespecial, .oneeventday {
  font-size: 16px;
}
.specials h2, .events h2 {
  font-family: 'Red Rose', cursive; 
  font-weight: 500;
  text-transform: capitalize;
  color: #f4cc1c;
  font-size: 1.5em;
}
.events h2 {
  font-size: 1.9em;
}
.drink-menu .tabs-container .event {
  text-shadow: none;
}
.event-name {
  font-size: 1.4em;
  line-height: 1.1em;
}
.event-text {
  color: #fff;
}

.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: #fff;
  margin-bottom: 25px;
}
.events-container p {
  color: #fff;
}
.events-container h2 {
  margin-top: 20px;
  font-family: 'Red Rose', cursive; 
  font-weight: 500;
  font-size: 2.5em;
  text-transform: capitalize;
  color: #fff;
}
.events-container .event-time,
.events-container h3 {
  font-family: 'Red Rose', cursive; 
  font-weight: 300;
  color: #fff;
  font-size: 1.4em;
}
.videos-holder video {
  width: 100%;
  margin: 5px auto;
  -o-object-fit: cover;
  object-fit: cover;
  text-shadow: none;
}
.events-container .events-holder {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
.empty-content-message h2,
.empty-content-message h3 {
  text-align: center;
  font-family: 'Red Rose', cursive; 
  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: 'Red Rose', cursive; 
  font-weight: 500;
  font-size: 2em;
  line-height: 100%;
  color: #000;
  text-transform: capitalize;
}
.drink-menu .food-menu-grid h2 {
  font-family: 'Red Rose', cursive; 
  font-weight: 500;
  font-size: 2em;
  text-transform: capitalize;
}
.food-menu-grid .food-item-title h3,
.food-menu-grid .food-price,
.style-traditional.drink-menu .menu-item-price-traditional .item-price {
  font-family: 'Red Rose', cursive; 
  font-weight: 500;
  font-size: 1.1em;
  text-transform: none;
  color: #000;
}
.food-menu-nav .food-menu-nav-item {
  background-color: #fff;
  background: #fff;
  color: #000;
  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: #000;
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #5a0a0d;
}
.food-menu-grid .food-price {
  color: #5a0a0d;
  padding: 0 10px 0 5px;
}

.food-menu-grid .menu-description p {
  font-family: 'Red Rose', cursive; 
  font-weight: 300;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #000;
}

.drink-menu .food-menu-page .empty-content-message h2,
.drink-menu .food-menu-page .empty-content-message h3 {
  color: #000;
  font-family: 'Red Rose', cursive; 
  font-weight: 300;
  font-size: 1.6em;
}

.party-background.drink-menu .tabs-container {
  text-shadow: none;
}
.party-background .section-header {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
}
.party-background p {
  font-family: 'Red Rose', cursive; 
  font-weight: 300;
  color: #000;
  max-width: 660px;
}
.party-background .uk-slideshow span {
  font-size: 2.2em;
}
.party-s1.party-slide h2 {
  font-size: 3.5em;
  color: #fff;
}
.party-s1.party-slide p {
  font-size: 2.2em;
  color: #fff;
}
.about-page-content .about-us-s2-content h2 {
  font-family: 'Red Rose', cursive; 
  font-weight: 500;
  font-size: 2.4em;
}
.about-us-v7-content .text-wrapper li {
  font-size: 1.3em;
}
.sports-league-background {
  background-image: url(https://static.spotapps.co/web/friscorailyard--net/css/../custom/ch_league_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  color: #000;
}
.sports-league-background .section-header {
  margin-bottom: 50px;
  text-shadow: none;
}
.sports-league-background .custom-text {
  font-size: 1.5em;
  text-shadow: none;
}

.about-us-s4-wrapper img{
  height: 60px;
}
.about-us-s4-wrapper{
  padding-top: 150px;
  background-color: #000;
}
.about-us-s4-wrapper .custom-temp-btn {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.about-us-s4-wrapper .custom-temp-btn:hover {
  color: #000;
  background-color: #fff;
}
@media (max-width:1400px) {
  .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: 3.5em;
  }
}

@media (max-width:1200px) {
  .nav-v2 li a {
    font-size: 7px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.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: 3em;
  }
  .reservations-and-parties-v2 h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.6em;
  }
  .about-us-v8-item-0 .about-us-v8-image {
    background-size: cover;
  }
  .events-v3-wrapper .item-text h2 {
    font-size: 2em;
  }
  .events-v3-wrapper .item-text h3 {
    font-size: 1.6em;
  }
  .contact-v3 .hours-title h1,
  .contact-v3 .social-title h1,
  .contact-v3 .contact-us-title h1 {
    font-size: 0.9em;
  }
  .events-container h2 {
    font-size: 2em;
  }
  .party-s1.party-slide h2 {
    font-size: 2.8em;
    color: #fff;
  }
  .party-s1.party-slide p {
    font-size: 1.8em;
    color: #fff;
  }
  .sports-league-background .custom-text {
    font-size: 1.6em;
  }
  .party-background .uk-slideshow span {
    font-size: 1.8em;
  }
}
@media (max-width:1024px) {

  .about-us-v8-item-1 .about-us-v8-image {
    background-position: center;
  }
}
@media (max-width:1023px) {
  .home-page {
    overflow-x: hidden;
  }
  .nav-v2 .navbar-nav.navbar-right {
    margin-right: 0px;
  }
  .nav-v2 .socialnav {
    display: none;
  }
  .nav-v2 li a {
    font-size: 9px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .about-us-v8-image {
    background-position: center;
  }
  .nav>li {
    padding: 0px;
  }
  .nav>li>a {
    font-size: 1em;
    padding: 10px 4px;
    font-weight: 300;
  }
  .navbar-inverse .navbar-nav>li.active>a,
  .navbar-inverse .navbar-nav>li>a:hover {
    color: #5a0a0d;
  }
  .nav-v2.navbar .header-logo {
    max-width: 80px;
    margin-left: 5px;
  }
  .nav-v2.navbar .social-icon {
    font-size: 26px;
    line-height: 30px;
  }

  .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 {
    font-size: 2.6em;
  }
  .banner-section h1 {
    font-size: 1.5em;
  }
  .about-us-v7-content .text-wrapper p,
  .about-us-v8-content .text-wrapper p {
    font-size: 1.4em;
  }
  .about-page-content .about-us-s2-content h2 {
    font-size: 2em;
  }
  .about-us-v7-content .text-wrapper li {
    font-size: 1.2em;
  }
  .about-us-page .about-us-s1-content img {
    max-width: 150px;
  }
  .sports-league-background img {
    max-width: 300px;
  }
}

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

@media (max-width:860px) {
  .nav>li>a {
    padding: 10px 2px;
    font-size: 0.75em;
  }
}

@media (max-width: 768px) {

  .about-us-s4-wrapper h1 {
    font-size: 30px;
  }

  .about-us-v8-item-1 .about-us-v8-content .text-wrapper h1 {
    font-size: 2.5em;
  }


  .about-us-page .about-us-s1-content {
    padding-top: 25px;
  }
  .reservations-and-parties-v2 .bar {
    bottom: -5px;
  }
  .food-menu-page .food-menu-v2-wrapper,
  .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 60px;
  }
  .reservations-and-parties input.wide-select {
    width: 378px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .nav-v2 li a {
    padding: 7px 15px !important;
    font-size: 1em !important;
  }
  .nav-v2.navbar .header-logo {
    max-width: 60px;
    margin-left: 0;
  }
  .nav-v2.navbar.nav-scroll .header-logo {
    max-width: 55px;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: 380px;
  }
  .nav-v2.navbar-fixed-top .navbar-collapse {
    max-height: 420px;
  }
  li.outside-link {
    display: block;
  }
  .nav>li>a {
    padding: 7px 15px;
    font-size: 1em;
  }
  .navbar-inverse .navbar-nav>li.active>a,
  .navbar-inverse .navbar-nav>li>a:hover {
    background-color: #5a0a0d;
    color: #fff;
  }
  video#coverVideo {
    margin-top: 74px;
  }
  .volume-btn {
    bottom: 45px;
    font-size: 3.2em;
  }
  .volume-btn .fa {
    bottom: -35px;
    right: 20px;
  }
  .volume-btn .fa-volume-up {
    right: 9px;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 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 {
    font-size: 2.6em;
  }
  .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;
  }
  .top-svg-border {
    top: -14px;
  }
  .bottom-svg-border {
    bottom: -14px;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 2.2em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 9px 15px;
  }
  .about-us-v8-content .text-wrapper,
  .about-us-v8-wrapper p, .about-us-v7-wrapper p {
    text-align: center !important;
  }
  .about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 390px;
  }
  .about-us-v7-content .text-wrapper li {
    text-align: left;
  }
  .about-us-v8-content.content-left .text-content.title-image h1:after {
    background-position: center;
    height: 80px;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
    font-family: 'Red Rose', cursive; 
    font-weight: 300;
    font-size: 16px;
    padding: 15px 5px;
  }
  .banner-section {
    padding: 15px 0;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 7px 20px;
    border: none;
    border-bottom: 2px solid #000;
  }
  .food-menu-nav .food-menu-nav-item.active {
    border: none;
    border-bottom: 2px solid #000;
  }
  .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 #000;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type.active:hover,
  .food-menu-nav .food-menu-nav-item.active:hover {
    background: #000;
  }
  .food-menu-page .food-menu-v2-wrapper, .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 40px;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-us-page .about-us-s1-content {
    padding-top: 15px;
  }
  .events-container h2 {
    font-size: 1.8em;
  }
  .map-newsletter .bar {
    top: 0;
  }
  .party-s1.party-slide h2 {
    font-size: 2em;
    color: #fff;
  }
  .party-s1.party-slide p {
    font-size: 1.5em;
    color: #fff;
  }
  .sports-league-background .custom-text {
    font-size: 1.3em;
  }
  .sports-league-background img:first-of-type {
    margin-bottom: 40px;
  }
  .party-background .uk-slideshow span {
    font-size: 1.4em;
  }
}

@media (max-width: 820px) {

  .about-us-s4-wrapper h1 {
    font-size: 30px;
  }

  .about-us-v8-item-1 .about-us-v8-content .text-wrapper h1 {
    font-size: 2.5em;
  }
}

@media (max-width: 640px) {
  .reservations-and-parties input.wide-select {
    width: 356px;
  }
}
@media (max-width: 540px) {
  .uk-overlay-panel h1, .on-cover-content .section-wrapper .section-header {
    font-size: 2em;
    margin-top: 20px;
  }
  .reservations-and-parties-v2 h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.4em;
  }
  .about-us-v7-content h2 {
    font-size: 2.5em;
  }
  .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 470px;
  }
  .about-us-page .about-us-s1-content img {
    max-width: 100px;
  }
  .banner-section h1 {
    font-size: 1.2em;
  }
  .events-v3-wrapper .item-text h2 {
    font-size: 1.8em;
  }
  .empty-content-message h2, .empty-content-message h3 {
    font-size: 1.5em;
  }
  .sports-league-background img {
    max-width: 100%;
  }
  .reservations-and-parties input.wide-select {
    width: 331px;
  }
}
@media (max-width: 390px) {
  .reservations-and-parties input.wide-select {
    width: 320px;
  }
}


@media (max-width: 375px) {

.about-us-s4-wrapper  {
  padding: 2em;
}
.about-us-s4-wrapper h1 {
  font-size: 15px;
}
.about-us-s4-wrapper {
  padding-top: 100px;
 
}
}
@media (max-width: 360px) {
  .reservations-and-parties input.wide-select {
    width: 281px;
  }
}
@media (max-width: 320px) {
  .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;
  }
  .reservations-and-parties-v2 h2,
  .reviews-v2-wrapper h2,
  .map-newsletter h2 {
    font-size: 1.3em;
  }
  .banner-section h1 {
    font-size: 1em;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 1.9em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-size: 1.3em;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 14px;
  }
  .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;
  }
  .events-container h2 {
    font-size: 1.5em;
  }
  .reservations-and-parties input.wide-select {
    width: 248px;
  }
}