@import url('//fonts.googleapis.com/css2?family=Comfortaa&family=Lexend+Exa:wght@400;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('//fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
/*
font-family: 'Lexend Exa', sans-serif;
font-family: 'Comfortaa', cursive;
NEW HEADINGS
font-family: 'Luckiest Guy', cursive;

OLD HEADINGS
font-family: 'Courgette', cursive;
*/
a {
    color: #fff;
}
body {
    font-family: 'Comfortaa', cursive;
	  font-weight: 400;
}
h1 {
  font-family: 'Luckiest Guy', cursive;
}
h2, h3, h4, h5, h6 {
    font-family: 'Lexend Exa', sans-serif;
	font-weight: 400;
}
p {
    font-size: 1.2em;
}
.navigation-left li a,
.navigation-right li a {
    color: #000;
    font-weight: 400;
}
.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: #2a5099;
}
.nav-v2 .social-icon:hover,
.nav-v2 .social-icon:focus,
.nav-v2 .social-icon:active {
    color: #2a5099;
}
.section-header,
.on-cover-content .section-wrapper .section-header,
.uk-overlay-panel h1,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.reservations-tmt-section h1,
.order-tmt-section h1,
.specials-v3 .section-header,
.reviews-v2-wrapper h1,
.map-newsletter h1,
.custom-modal .newsletter-popup .section-header,
.specials h1,
.events-container h1 {
    font-size: 4em;
    text-transform: capitalize;
}
.about-us-v8-content .text-wrapper h2,
.about-us-v7-content .text-wrapper h2,
.reservations-tmt-section h2,
.order-tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2,
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
    font-size: 1.4em;
    text-transform: uppercase;
}
.specials h2 {
    font-size: 1.3em;
    text-transform: uppercase;
}
.events-container h2 {
    font-size: 1.6em;
    text-transform: uppercase;
}
.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.specials-v3 a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.newsletter-section .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.food-menu-nav .food-menu-nav-item,
.addtocalendar.atc-style-blue .atcb-link,
.party-background.drink-menu.gallery-page .custom-temp-btn {
    padding: 8px 35px;
    text-transform: uppercase;
    font-family: 'Lexend Exa', sans-serif;
	  font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 8px;
    -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;
    opacity: 1;
}
.uk-overlay-panel a.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.specials-v3 a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:focus,
.food-menu-nav .food-menu-nav-item:hover,
.addtocalendar.atc-style-blue .atcb-link,
.newsletter-section .sph-email-subscription .sph-submit-button,
.party-background.drink-menu.gallery-page .custom-temp-btn {
    background-color: #ff533f;
    border: 2px solid #ff533f;
    color: #000;
}
.about-us-v8-wrapper a.custom-temp-btn:hover,
.specials-v3 a.custom-temp-btn:hover,
.food-menu-nav .food-menu-nav-item,
.party-background.drink-menu.gallery-page .custom-temp-btn:hover {
    background-color: transparent;
    border: 2px solid #ff533f;
    color: #ff533f;
}
.uk-overlay-panel a.custom-temp-btn:hover,
.addtocalendar.atc-style-blue .atcb-link:hover,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover,
.newsletter-section .sph-email-subscription .sph-submit-button:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
}
/* HOME PAGE */
/* slideshow section */
.uk-overlay-background {
    background: rgba(147, 175, 233, 0.5);
}
.uk-overlay-panel .container {
    width: 100%;
}
.uk-overlay-panel h1 {
    margin-top: 0;
}
.uk-dotnav>.uk-active>* {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.uk-dotnav a {
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 1;
}
.uk-dotnav>.uk-active>*,
.uk-dotnav a:hover,
.uk-dotnav a:focus {
    background-color: #ff533f;
    border: 1px solid #ff533f;
}
/* slideshow section end*/
/* banner section */
.banner-section .banner-pin {
    padding-top: 5px;
    padding-bottom: 0;
}
.banner-section {
    padding: 25px 0;
}
.banner-section h1 {
    text-transform: none;
    font-family: 'Comfortaa', cursive;
	font-weight: 400;
    font-size: 1.3em;
}
.banner-section .banner-pin {
    color: #ff533f;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #000;
}
/* banner section end*/
/* about us section */
.about-us-v8-wrapper:before {
    background-color: #fff;
}
.custom-about-us-v8-wrapper.about-us-v8-wrapper:before {
    background-color: #8fdff8;
}
.about-us-v8-content .text-wrapper h1 {
    margin-bottom: 0;
}
.about-us-v8-content .custom-temp-btn {
    margin-right: 15px;
}
.custom-about-us-v8-wrapper .custom-temp-btn {
    margin-right: 0;
}
.about-us-v8-content .text-wrapper h1 span span {
    font-size: 0.6em;
}
.about-us-v8-content .text-wrapper p i {
    font-size: 0.9em;
}
.about-us-v8-content .text-content.title-image h1:after {
    height: 1.4em;
    margin: 5px auto 15px;
}
.about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-content.title-image h1:after {
  background-image: url('https://static.spotapps.co/web/cabocantina--com/css/../custom/food_title_decor.png');
  height: 1em;
}
.custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-content.title-image h1:after {
    height: 1em;
}
.custom-about-us-v8-wrapper .about-us-v8-item-1 .about-us-v8-content .text-content h1 {
    font-size: 3.6em;
}
.custom-about-us-v8-wrapper .about-us-v8-item-1 .about-us-v8-content .text-content.title-image h1:after {
    background-image: url("https://static.spotapps.co/web/cabocantina--com/css/../custom/margaritas_title_decor.png");
    height: 1.4em;
}
/* about us section end*/
/* specials section */
.specials-v3.home-specials {
    background-color: #ffe4d9;
    color: #000;
}
.specials-v3.home-specials h1 {
    color: #000;
}
.specials-v3.home-specials .specials-text,
.specials-v3.home-specials .specials-hours {
    font-size: 1.3em;
}
.specials-v3.home-specials .specials-hours {
    text-transform: lowercase;
}
.specials-v3.home-specials div a.custom-temp-btn {
    padding: 8px 0;
    width: 60%;
}
/* specials section end*/
/* reviews section*/
.reviews-v2-wrapper {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center !important;
}
.reviews-v2-wrapper .container {
    padding-top: 0;
}
.reviews-v2-wrapper h1 {
    color: #000;
    margin-bottom: 10px;
}
.reviews-v2-wrapper h2 {
    margin-top: 0;
}
.reviews-v2-wrapper h3 {
    font-family: 'Comfortaa', cursive;
	font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.2em;
    color: #000;
}
.reviews-v2-wrapper .review-text p {
    font-family: 'Comfortaa', cursive;
	font-weight: 400;
    font-size: 1.3em;
}
.reviews-v2-wrapper h3 .fa.fa-star {
    color: #ff533f;
}
  .reviews-v2-wrapper .review-quote {
    opacity: 1;
    color: #ff533f;
}
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot button {
    background-color: #000;
    border: 1px solid #000;
    opacity: 1;
    outline: 0;
}
  .reviews-v2-wrapper .owl-theme .owl-dots .owl-dot.active button,
  .reviews-v2-wrapper .owl-theme .owl-dots .owl-dot:hover button {
    background-color: #ff533f;
    border: 1px solid #ff533f;
    opacity: 1;
}
/* reviews section end*/
/* newsletter section*/
.map-newsletter {
    border-right: none;
}
.map-newsletter .text-wrapper:before {
    background-color: #8fdff8;
}
.map-newsletter .section-header,
.custom-modal .newsletter-popup .section-header {
    color: #000;
    font-weight: 700;
}
.map-newsletter h2 {
    color: #000;
    margin-top: 10px;
    font-family: 'Lexend Exa', sans-serif;
	font-weight: 400;
}
.map-newsletter .sph-email-subscription h2 {
    font-family: 'Comfortaa', cursive;
	font-weight: 400;
    font-size: 1.3em;
    color: #000;
}
.map-newsletter .sph-email-subscription .sph-email-input {
    padding: 9.5px 5px;
    color: #000;
    border-bottom: 1px solid #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;
}
.map-newsletter .bar {
    top: -5px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
    background: #ff533f;
}
  .googlemap-v3-wrapper .triangle {
    display: none;
}
.sph-response-message {
    font-size: 1.4em;
    color: #000;
}
/* newsletter section end*/

/* newsletter 1 section*/
.newsletter-section.section-wrapper {
    min-height: 460px;
  }
  .newsletter-section .section-header {
    margin-top: 15px;
  }
  .newsletter-section .sph-email-subscription h2 {
    font-family: 'Comfortaa', cursive;
    font-size: 1.3em;
    text-transform: none;
    font-weight: 400;
  }
  .newsletter-section .sph-email-subscription .sph-email-input {
    padding: 9px 5px;
    color: #000;
  }
  .newsletter-section .sph-email-subscription input::-webkit-input-placeholder {
    color: #000;
  }
  .newsletter-section .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
    color: #000;
  }
  .newsletter-section .sph-email-subscription input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
  }
  .newsletter-section .sph-email-subscription input:-ms-input-placeholder {
    color: #000;
  }
  .newsletter-section .sph-email-subscription .sph-email-input {
      color: #000 !important;
  }
  .newsletter-section .bar:before,
  .newsletter-section .bar:after {
    background: #ff533f;
  }
/* newsletter 1 section end*/

/* newsletter popup*/
.custom-modal .modal-content {
    background-color: #8fdff8;
}
.custom-modal .newsletter-popup .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-family: 'Comfortaa', cursive;
	font-weight: 400;
    font-size: 1.2em;
    color: #000;
    text-transform: none;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 11px 15px;
    border: 1px solid #000;
    border-radius: 0;
    background: transparent;
    color: #000;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:first-of-type {
    margin-top: 20px;
}
.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;
}
.custom-modal .close {
    color: #000;
}
/* newsletter popup end*/
/* contact section*/
.contact-v3,
.footer-v2-wrapper {
    background-color: #586188;
}
.contact-v3 .contact-location,
.contact-v3 .hours,
.contact-v3 .find-us {
    font-size: 1.1em;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
    font-size: 1.1em;
    text-transform: capitalize;
}
.contact-v3 a {
    text-decoration: none;
}
.contact-v3 .from-to {
    text-transform: lowercase;
}
.contact-v3 .social-icons-holder.social-square .contact-icon {
    color: #000;
}
.contact-v3 .contact-location p a:hover,
.contact-v3 .contact-location p a:focus {
    text-decoration: underline;
}
.contact-v3 .days {
    padding-bottom: 5px;
}
/* contact section end*/
/* footer section*/
.footer-v2-wrapper {
    border-top: 2px solid #ff533f;
}
.footer-v2-wrapper.footer-custom {
    padding: 20px 0;
}
.footer-v2-wrapper.footer-custom p {
    margin-bottom: 0;
}
/* footer 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-grid-item-content {
    border-radius: 0;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #8fdff8;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
    font-family: 'Comfortaa', cursive;
	font-weight: 400;
    font-size: 1.3em;
}
.food-menu-grid .food-price {
    color: #000;
}
.food-menu-grid p {
    font-size: 1.1em;
}
.food-menu-grid .food-item-description {
    font-size: 1.1em;
}
/* food and drinks pages end*/
/* specials page*/
.specials h1 {
    font-weight: 700;
}
.drink-menu .pagecontent {
    padding-top: 145px;
}
.specials .onespecial {
    font-size: 17px;
}
/* specials page end*/
/* events page*/
.events-container h3 {
    font-family: 'Comfortaa', cursive;
	font-weight: 400;
}
.events-container h1,
.gift-cards-page .section-header {
    margin-top: 35px;
}
.events-container .empty-content-message h2 {
    margin-top: 40px;
}
.events-container .footer-v2-wrapper.footer-custom {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 90px;
}
/* events page end*/
/*EVENTS PAGE END*/

/* GALLERY PAGE */
.gallery-page .section-header {
    margin-top: 35px;
}
.party-background.drink-menu.gallery-page .top-text {
    margin-top: 40px;
}
/* END GALLERY PAGE */


/* LOCATIONS PAGE */
.locations-page.about-us-background .text-holder {
    width: 90%;
}
.locations-page .section-header {
    margin-top: 45px !important;
}
.locations-page.about-us-background .about-us-v3-wrapper {
    padding: 0;
}
.locations-page .food-menu-nav .food-menu-nav-item {
    color: #fff;
}
.locations-page.about-us-background .about-us-v3 h1 {
    font-size: 4.4em;
    text-transform: capitalize;
}
.location-info-item.item-2 {
    margin-top: 40px;
}
.locations-page .food-menu-grid-item-content {
    background: #78d5f4;
}
.locations-page.about-us-background .food-menu-grid h2 {
    font-family: 'Gineso Titling Halftone W01 Bl';
    font-size: 1.6em;
}
.location-info-holder p {
    margin-bottom: 15px;
    font-size: 1.1em;
}

/*slideshow*/
 .slideshow-hidden {
    display: none;
} 

.slideshow-v3 {
  padding-block: 0;
  width: 80%;
  margin: 0 auto 100px;
}

.slideshow-v3 .owl-carousel .owl-stage-outer {
  height: 40vh;
}

.slideshow-v3 .owl-carousel .owl-stage,
.slideshow-v3 .owl-carousel.owl-drag .owl-item,
.slideshow-v3 .owl-carousel .gallery-item {
  height: 100%;
}

.slideshow-v3 .owl-carousel .gallery-item img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.slideshow-v3 .owl-carousel .owl-nav .owl-prev {
  left: 20px;
  transform: translateY(30%);
}

.slideshow-v3 .owl-carousel .owl-nav .owl-next {
  right: 20px;
  transform: translateY(30%);
}

.slideshow-v3 .owl-carousel .owl-nav .owl-prev,
.slideshow-v3 .owl-carousel .owl-nav .owl-next,
.slideshow-v3 .owl-carousel .owl-nav .owl-prev button,
.slideshow-v3 .owl-carousel .owl-nav .owl-next button {
  color: #78d5f4;
  opacity: 1;
}

.slideshow-v3 .carousel-controls {
  top: 100%;
}

/* LOCATIONS PAGE END */
/* empty conntent message*/
.empty-content-message h2,
.empty-content-message h3,
.drink-menu .empty-content-message h2,
.drink-menu .empty-content-message h3,
.drink-menu .food-menu-page .empty-content-message h2,
.drink-menu .food-menu-page .empty-content-message h3,
.drink-menu .drink-menu-page .empty-content-message h2,
.drink-menu .drink-menu-page .empty-content-message h3,
.events-container .empty-content-message h2,
.events-container .empty-content-message h3 {
    text-align: center;
    font-family: 'Comfortaa', cursive;
	font-weight: 400;
    font-style: normal;
    letter-spacing: initial;
    font-size: 1.3em;
    text-transform: none;
}
/* empty conntent message end*/
@media (max-width:1400px) {
    .nav-v2 .social-icon {
        font-size: 27px;
        line-height: 37px;
    }
    .section-header,
    .on-cover-content .section-wrapper .section-header,
    .uk-overlay-panel h1,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .reservations-tmt-section h1,
    .order-tmt-section h1,
    .specials-v3 .section-header,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .specials h1,
    .events-container h1 {
        font-size: 3.5em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-v7-content .text-wrapper h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.3em;
    }
    .specials h2 {
        font-size: 1.2em;
    }
    .events-container h2 {
        font-size: 1.5em;
    }
    .banner-section {
        padding: 20px 0;
    }
    .banner-section h1 {
        font-size: 1.3em;
    }
    .about-us-v8-item-0 .about-us-v8-content .text-holder p {
        padding-right: 15px;
    }
    .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-holder p {
        padding-right: 0;
    }
    .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-content h1 {
        font-size: 3em;
    }
    .custom-about-us-v8-wrapper .about-us-v8-item-1 .about-us-v8-content .text-content h1 {
        font-size: 3em;
    }
    .custom-about-us-v8-wrapper .about-us-v8-content .text-content p {
        font-size: 1.15em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1.1em;
    }
    .food-menu-grid .food-item-description {
        font-size: 1.1em;
    }

    .locations-page.about-us-background .about-us-v3 h1 {
        font-size: 3em;
    }
    .locations-page .section-header {
        font-size: 3.5em !important;
    }
}
@media (max-width:1200px) {
    .section-header,
    .on-cover-content .section-wrapper .section-header,
    .uk-overlay-panel h1,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .reservations-tmt-section h1,
    .order-tmt-section h1,
    .specials-v3 .section-header,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .specials h1,
    .events-container h1 {
        font-size: 3em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-v7-content .text-wrapper h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1.2em;
    }
    video#coverVideo {
        margin-top: 70px;
    }
    .events-container h2 {
        font-size: 1.4em;
    }
    .banner-section {
        padding: 15px 0;
    }
    .custom-about-us-v8-wrapper .about-us-v8-item-1 .about-us-v8-content .text-holder p {
        padding: 0 10px;
    }
    .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-content h1 {
        font-size: 2.5em;
    }
    .custom-about-us-v8-wrapper .about-us-v8-item-1 .about-us-v8-content .text-content h1 {
        font-size: 2.5em;
    }
    .googlemap-v3-wrapper .map-item,
    #map-v3-container {
        min-height: 450px;
    }
    .newsletter-section.section-wrapper {
        min-height: 430px;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        word-break: break-word;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.2em;
    }
    .specials .onespecial {
        font-size: 16px;
    }
    .locations-page.about-us-background .text-holder {
        width: 100%;
    }
    .footer-v2-wrapper.footer-custom p {
        font-size: 1.1em;
    }
    .events-container .footer-v2-wrapper.footer-custom {
        max-height: 105px;
    }
}
@media (max-width:1023px) {
    .header-logo {
        max-width: 85px;
    }
    .nav>li {
        padding: 0;
    }
    .nav>li>a {
        font-family: 'Comfortaa', cursive;
	      font-weight: 400;
        font-size: 0.9em;
        padding: 10px 4px;
    }
    .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: #2a5099;
    }
    .header-logo {
        left: 5px;
    }
    .nav-v2 .social-icon {
        line-height: 26px;
    }
    .banner-section h1 {
        font-size: 1.2em;
    }
    .about-us-v8-content .text-holder p,
    .specials-v3.home-specials .specials-text,
    .specials-v3.home-specials .specials-hours,
    .reviews-v2-wrapper .review-text p,
    .events-container .event-info-text p {
        font-size: 1.2em;
    }
    .about-us-v8-content .custom-temp-btn {
        margin-top: 5px;
    }
    .custom-about-us-v8-wrapper .about-us-v8-item-1 .about-us-v8-content .text-holder p {
        padding: 0;
    }
    .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-content h1 {
        font-size: 2.9em;
    }
    .custom-about-us-v8-wrapper .about-us-v8-content .text-content p {
        font-size: 1.1em;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.1em;
    }
    .map-newsletter .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 1.2em;
    }
    .newsletter-section .sph-email-subscription h2 {
        font-size: 1.2em;
    }
    .sph-response-message {
        font-size: 1.3em;
    }
    .googlemap-v3-wrapper .map-item,
    #map-v3-container {
        min-height: 420px;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1em;
    }
    .footer-v2-wrapper a {
        font-size: 1.1em;
    }
    .food-menu-page .food-menu-v2-wrapper,
    .drink-menu-page .drink-menu-v2-wrapper {
        padding-top: 50px;
    }
    .food-menu-grid p {
        font-size: 1.1em;
    }
    .drink-menu .pagecontent {
        padding-top: 115px;
    }
    .specials .onespecial {
        font-size: 15px;
    }
    .events-container h3 {
        font-size: 1.2em;
    }
    .empty-content-message h2,
    .empty-content-message h3,
    .drink-menu .empty-content-message h2,
    .drink-menu .empty-content-message h3,
    .drink-menu .food-menu-page .empty-content-message h2,
    .drink-menu .food-menu-page .empty-content-message h3,
    .drink-menu .drink-menu-page .empty-content-message h2,
    .drink-menu .drink-menu-page .empty-content-message h3,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3 {
        font-size: 1.2em;
    }
    .locations-page .about-us-v3 .text-wrapper {
        padding: 0;
    }
    .slideshow-v3 {
      width: 80%;
    }
}
@media (max-width:991px) {
    .nav>li>a {
        font-size: 0.8em;
    }
    .navbar .socialnav {
        display: none;
    }
    .navbar-right {
        margin-right: 5px !important;
    }
    .header-logo {
        max-width: 75px;
    }
    .navbar-nav {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .drink-menu header .navbar-nav {
        margin-top: 10px !important;
    }
    .specials h2 {
        font-size: 1.1em;
    }
    .events-container h2 {
        font-size: 1.3em;
    }
    .custom-temp-btn,
    .on-cover-content .section-wrapper a.custom-temp-btn,
    .uk-overlay-panel a.custom-temp-btn,
    .about-us-v8-wrapper a.custom-temp-btn,
    .specials-v3 a.custom-temp-btn,
    .map-newsletter .sph-email-subscription .sph-submit-button,
    .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
    .food-menu-nav .food-menu-nav-item,
    .addtocalendar.atc-style-blue .atcb-link {
        padding: 8px 30px;
        font-size: 15px;
    }
    .specials-v3.home-specials div a.custom-temp-btn {
        padding: 8px 0;
        font-size: 15px;
        width: 50%;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .about-us-v8-content {
        min-height: 300px;
    }
    .about-us-v8-content .text-holder p,
    .specials-v3.home-specials .specials-text,
    .specials-v3.home-specials .specials-hours,
    .reviews-v2-wrapper .review-text p,
    .events-container .event-info-text p {
        font-size: 1.1em;
    }
    .reviews-v2-wrapper.section-wrapper {
        padding: 2em 0;
    }
    .map-newsletter .bar {
        top: 0;
    }
    .reviews-v2-wrapper h1,
    .specials-v3 .section-header,
    .map-newsletter h1 {
       margin-top: 15px;
    }
    .specials-v3.home-specials {
        min-height: 250px;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1em;
    }
    .googlemap-v3-wrapper .map-item.map-newsletter {
        min-height: 420px;
    }
    .googlemap-v3-wrapper .map-item.map-newsletter {
        border-bottom: 2px solid #cfec9a;
    }
    .map-newsletter .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription h2,
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 1.1em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: .9em;
    }
    .footer-v2-wrapper a {
        font-size: 1em;
    }
    .food-menu-grid p {
        font-size: 1em;
    }
    .food-menu-grid .food-item-description {
        font-size: 1em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.1em;
    }
    .events-container h3 {
        font-size: 1.1em;
    }
    .empty-content-message h2,
    .empty-content-message h3,
    .drink-menu .empty-content-message h2,
    .drink-menu .empty-content-message h3,
    .drink-menu .food-menu-page .empty-content-message h2,
    .drink-menu .food-menu-page .empty-content-message h3,
    .drink-menu .drink-menu-page .empty-content-message h2,
    .drink-menu .drink-menu-page .empty-content-message h3,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3 {
        font-size: 1.1em;
    }
}
@media (max-width:769px) {
    .navbar-collapse.collapse {
      padding-bottom: 0;
    }
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li.active>a,
    .navbar-inverse .navbar-nav>li.active>a:hover {
        background-color: #2a5099;
        color: #78d5f4 !important;
    }
    .nav>li>a {
        padding: 4px 15px;
        font-size: 1em;
    }
    .navbar-inverse .navbar-collapse {
        max-height: 500px;
        overflow: hidden;
    }
    .nav-v2 .social-icon {
        line-height: 31px;
    }
    .navbar .socialnav {
        display: inline-block;
    }
    .header-logo {
        max-width: 55px;
    }
    .navbar-nav {
        margin-top: 5px !important;
        margin-bottom: 0 !important;
    }
    .navbar-right {
        margin-right: -15px !important;
    }
    .socialnav {
        margin-top: -38px;
    }
    .section-header,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .reservations-tmt-section h1,
    .order-tmt-section h1,
    .specials-v3 .section-header,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .specials h1,
    .events-container h1 {
        font-size: 3em;
    }
    .uk-overlay-panel h1 {
        font-size: 1.9em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-v7-content .text-wrapper h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1em;
    }
    .about-us-v8-content .custom-temp-btn {
        width: 60%;
    }
    .events-container h2 {
        font-size: 1.2em;
    }
    .custom-temp-btn,
    .on-cover-content .section-wrapper a.custom-temp-btn,
    .uk-overlay-panel a.custom-temp-btn,
    .about-us-v8-wrapper a.custom-temp-btn,
    .specials-v3 a.custom-temp-btn,
    .map-newsletter .sph-email-subscription .sph-submit-button,
    .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
    .food-menu-nav .food-menu-nav-item,
    .addtocalendar.atc-style-blue .atcb-link {
        padding: 7px 30px;
        font-size: 14px;
    }
    .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-content h1 {
        font-size: 2.5em;
    }
    .specials-v3.home-specials div a.custom-temp-btn {
        padding: 7px 0;
        font-size: 14px;
    }
    .about-us-v8-content .text-wrapper,
    .about-us-v8-content .text-wrapper p {
        text-align: center !important;
    }
    .about-us-v8-content.content-left .text-content.title-image h1:after {
        background-position: center;
    }
    .about-us-v8-item-0 .about-us-v8-content .text-holder p {
        padding-right: 0;
    }
    .custom-about-us-v8-wrapper .about-us-v8-item-1 .about-us-v8-content .text-holder p {
        padding: 0 10px;
    }
    .specials-v3.home-specials {
        min-height: 220px;
    }
    .specials-v3.home-specials .specials-text,
    .specials-v3.home-specials .specials-hours {
        margin: 20px auto;
    }
    .reviews-v2-wrapper {
        background-position: right !important;
    }
    .map-newsletter h1 {
        margin-top: 15px;
    }
    .custom-modal .sph-email-subscription h2 {
        margin-bottom: 20px;
    }
    .sph-email-subscription .sph-email-input {
        font-size: 14px;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-family: 'Comfortaa', cursive;
	    font-weight: 400;
        text-transform: uppercase;
        font-size: 13px;
        padding: 15px 5px;
    }
    .food-menu-page .food-menu-v2-wrapper,
    .drink-menu-page .drink-menu-v2-wrapper {
        padding-top: 60px;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn.active,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:hover,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:focus {
        border: none;
        border-bottom: 1px solid #ff533f;
        border-radius: 0;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:first-of-type {
        border-top: 1px solid #ff533f;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1em;
    }
    .drink-menu .pagecontent {
        padding-top: 85px;
    }
    .specials .onespecial {
        font-size: 14px;
    }
    .events-container .container {
        margin-bottom: 150px;
    }
    .locations-page .party-offer {
        padding-left: 0;
        padding-right: 0;
    }
    .locations-page.about-us-background .food-menu-grid h2 {
        font-size: 1.3em;
    }
    .footer-v2-wrapper.footer-custom {
        padding: 20px 0 70px;
    }
    .home-page .footer-v2-wrapper.footer-custom {
        padding: 20px 0;
    }
    .events-container .footer-v2-wrapper.footer-custom {
        max-height: 225px;
    }
    .locations-page.locations-page .footer-v2-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }
    .slideshow-v3 {
      width: 100%;
    }
    .slideshow-v3 .owl-carousel .owl-nav .owl-prev {
      left: 5px;
    }
    .slideshow-v3 .owl-carousel .owl-nav .owl-next {
      right: 5px;
    }
    .events-container .events-holder {
      padding-top: 50px;
    }
    .events-container .events-holder:not(.events-container .events-holder:last-of-type) {
      padding-bottom: 0;
    }
}
@media (max-width:320px) {
/*     .section-header,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .reservations-tmt-section h1,
    .order-tmt-section h1,
    .specials-v3 .section-header,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .specials h1,
    .events-container h1 {
        font-size: 1.9em;
    } */
    .uk-overlay-panel h1 {
        font-size: 1.7em;
    }
    .custom-about-us-v8-wrapper .about-us-v8-item-1 .about-us-v8-content .text-content h1 {
        font-size: 2.1em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-v7-content .text-wrapper h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2,
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        font-size: 1em;
    }
    .banner-section h1 {
        font-size: 1em;
    }
    .food-menu-grid .food-item-description {
        font-size: 0.9em;
    }
    .about-us-v8-content .custom-temp-btn {
        width: 65%;
    }
}