<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@700&amp;family=Montserrat:wght@400;500&amp;display=swap');
/*
font-family: 'Antonio', sans-serif;
font-family: 'Montserrat', sans-serif;
*/
a {
    color: #fff;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
h1 {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
}
h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.nav-v7 .container {
    width: 100%;
}
.navbar-regular.nav-v7 .navbar-nav&gt;li&gt;a,
li.drop-down-link .sub-menu a {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: none;
}
.navbar-nav li.drop-down-link .sub-menu {
    padding: 15px 8px;
    background-color: #fff;
}
.navbar-nav li.drop-down-link .sub-menu a {
    color: #014051;
}
.drink-menu .navbar.nav-v6 .socialnav a:hover .social-icon,
.nav-scroll.navbar.nav-v6 .socialnav a:hover .social-icon {
    color: #fff;
}
.navbar-regular.nav-v6 .navbar-nav&gt;li&gt;a:focus,
li.drop-down-link .sub-menu a:focus {
    color: #000;
}
.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 .section-header,
.order-tmt-section h1,
.reviews-v2-wrapper h1,
.map-newsletter h1,
.custom-modal .newsletter-popup .section-header,
.specials h1,
.events-container h1,
.party h1 {
    font-size: 5.8em;
    text-transform: uppercase;
}
.about-us-v8-content .text-wrapper h2,
.about-us-v7-content .text-wrapper h2,
.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.6em;
    text-transform: uppercase;
}
.specials h2 {
    font-size: 1.3em;
    text-transform: uppercase;
}
.events-container h2 {
    font-size: 1.8em;
    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,
.order-tmt-section 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,
.party button.custom-temp-btn {
    padding: 8px 35px;
    text-transform: uppercase;
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    box-shadow: none;
    text-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;
    opacity: 1;
}
.about-us-v8-wrapper 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,
.party button.custom-temp-btn {
    background-color: #014051;
    border: 2px solid #014051;
    color: #fff;
}
.about-us-v8-wrapper 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,
.food-menu-nav .food-menu-nav-item,
.party button.custom-temp-btn:hover,
.party button.custom-temp-btn:focus {
    background-color: transparent;
    border: 2px solid #014051;
    color: #014051;
}
.custom-about-us-v8-wrapper.about-us-v8-wrapper a.custom-temp-btn,
.order-tmt-section a.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.addtocalendar.atc-style-blue .atcb-link:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #014051;
}
.custom-about-us-v8-wrapper.about-us-v8-wrapper a.custom-temp-btn:hover,
.order-tmt-section a.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.party button.custom-temp-btn[disabled]:hover {
    border: 2px solid #FFDDDD;
    background-color: #676666;
    cursor: not-allowed;
    color: #989292;
}
/* HOME PAGE */

/* Custom top logo */
.nav-v7 .logo-center .navbar-logo .logo-hh {
  position: absolute;
  top: 20%;
  right: 42px;
  width: 100px;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -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;
}
.nav-v7.nav-scroll .logo-center .navbar-logo .logo-hh,
.drink-menu .nav-v7 .logo-center .navbar-logo .logo-hh {
  top: 20%;
  background-color: #014051;
  padding: 5px;
  -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;
}
.nav-v7 .logo-center .navbar-logo .header-logo.logo-hh img {
  max-height: 60px;
}
.navbar.nav-v7 .navbar-logo .header-logo.logo-hh .logo-top,
.navbar.nav-v7.nav-scroll .navbar-logo .header-logo.logo-hh .logo-top {
  visibility: visible;
}

.nav-v7 .header-text-link {
  position: absolute;
  right: 48px;
  bottom: 13px;
  font-size: 0.9em;
  line-height: 1em;
  text-align: center;
  color: #014051;
  -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;
}
.nav-v7.nav-scroll .header-text-link {
  bottom: 0px;
  right: 53px;
  font-size: 0.8em;
  line-height: 0.9em;
  color: #014051;
}
.nav-v7 .header-text-link:hover {
  text-decoration: none;
}
.nav-v7 .header-text-link:focus,
.nav-v7 .header-text-link:active {
  text-decoration: none;
}
.home-page .nav-v7 .header-text-link {
    color: #fff;
  }
.home-page .nav-v7.nav-scroll .header-text-link {
    color: #014051;
}
.nav-v7 .logo-center .navbar-logo .custom-logo-wrapper .logo-hh {
  -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;
}
.nav-v7.nav-scroll .logo-center .navbar-logo .logo-hh.hh1 {
  display: none;
}
.nav-v7.nav-scroll .logo-center .navbar-logo .logo-hh.hh2 {
  display: initial;
}
.nav-v7 .logo-center .navbar-logo .logo-hh.hh2 {
  display: none;
}
.nav-v7 .logo-center .navbar-logo .logo-hh.logo-hidden {
  display: none;
}
.nav-v7 .logo-center .navbar-logo .logo-hh.logo-visible {
  display: initial;
}
/* End custom top logo */

/* Changing logo for other pages */

.drink-menu .nav-v7 .navbar-logo .header-logo img,
.events-background .nav-v7 .navbar-logo .header-logo img,
.party-background .nav-v7 .navbar-logo .header-logo img,
.specials-background .nav-v7 .navbar-logo .header-logo img,
.article-background .nav-v7 .navbar-logo .header-logo img {
    content:url("https://static.spotapps.co/web/hudsonhoundjc--com/css/../custom/logo_color_new.png");
}
/* banner section */
.banner-section .banner-pin {
    padding-top: 5px;
    padding-bottom: 0;
}
.banner-section {
    padding: 30px 0;
}
.banner-section h1 {
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
}
.banner-section .banner-pin {
    color: #fff;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #ddd;
}
/* banner section end*/
/* about us section */
.about-us-v8-wrapper:before {
    background-color: #fff;
}
.about-us-v8-content .text-wrapper h1 {
    margin-bottom: 0;
}
.about-us-v8-content .text-content.title-image h1:after {
    height: 0.8em;
}
.about-us-v8-content .text-wrapper h2 {
    margin: 0 auto 20px;
    color: #000;
}
.custom-about-us-v8-wrapper .about-us-v8-content .text-wrapper h2 {
    color: #fff;
}
.about-us-v8-item-1 .about-us-v8-content .text-holder p {
    padding: 0 10px;
}
.about-us-v8-wrapper.custom-about-us-v8-wrapper img.thompson {
    border: 2px solid #fff;
    max-width: 150px;
}
/* about us section end*/
/* order sections*/
.tmt-section h2 {
    margin: 20px 0 30px;
}
/* order sections end*/
/* slideshow section */
.uk-overlay-background {
    background: rgba(0, 0, 0, 0.5);
}
.uk-overlay-panel .container {
    width: 100%;
}
.uk-overlay-panel h1 {
    margin-top: 0;
}
.uk-dotnav&gt;.uk-active&gt;* {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.uk-dotnav a {
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 0.5;
}
.uk-dotnav&gt;.uk-active&gt;*,
.uk-dotnav a:hover,
.uk-dotnav a:focus {
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 1;
}
/* slideshow section end*/
/* reservations section */
.reservations-wrapper.ot-reservations-wrapper.section-wrapper {
    background-color: #014051;
    padding: 7em 0 13em;
}
.reservations-wrapper h1 {
    color: #fff;
    margin-top: 20px;
}
.reservations-wrapper p,
.ot-reservations-wrapper .reservations a {
    color: #fff;
}
/* reservations 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 h2 {
    margin-top: 10px;
}
.reviews-v2-wrapper h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
    font-size: 1.3em;
    color: #fff;
}
.reviews-v2-wrapper .review-text p {
    font-weight: 700;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
}
.reviews-v2-wrapper h3 .fa.fa-star {
    color: #fff;
}
  .reviews-v2-wrapper .review-quote {
    opacity: 1;
    color: #fff;
}
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot button {
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 0.5;
    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: #fff;
    border: 1px solid #fff;
    opacity: 1;
}
/* reviews section end*/
/* newsletter section*/
.map-newsletter .text-wrapper:before {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
.map-newsletter {
    border-right: 3px solid #014051;
}
.map-newsletter h1,
.custom-modal .newsletter-popup {
    color: #014051;
}
.map-newsletter h2 {
    margin-top: 10px;
    color: #000;
}
.map-newsletter .sph-email-subscription h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 1.3em;
}
.map-newsletter .sph-email-subscription .sph-email-input {
    padding: 9.5px 3px;
    border-bottom: 1px solid #000;
}
.map-newsletter .bar {
    top: -5px;
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
    background-color: #014051;
}
.googlemap-v3-wrapper .triangle {
    display: none;
}
.sph-response-message {
    color: #000;
    font-size: 1.4em;
}
/* newsletter section end*/
/* newsletter popup*/
.custom-modal .modal-content {
    background-color: #fff;
    background-image: url("https://static.spotapps.co/web/hudsonhoundjc--com/css/../custom/about_us_back.jpg");
    background-size: cover;
}
.custom-modal .newsletter-popup .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    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 {
    background-color: #014051;
    color: #fff;
}
.contact-v3 .contact-location,
.contact-v3 .hours,
.contact-v3 .find-us {
    font-size: 1.2em;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 1em;
}
.contact-v3 a {
    text-decoration: none;
    color: #fff;
}
.contact-v3 .from-to {
    text-transform: lowercase;
}
.contact-v3 .social-icons-holder.social-square .contact-icon {
    color: #fff;
}
.contact-v3 a.contact-icon:focus {
    color: #fff;
}
.contact-v3 .contact-location p a:hover,
.contact-v3 .contact-location p a:focus {
    text-decoration: underline;
}
.contact-v3 .days {
    padding-bottom: 5px;
}
.contact-v3 .zip {
    padding-bottom: 5px;
}
/* contact section end*/
/* footer section*/
.footer-v2-wrapper {
    background-color: #014051;
    border-top: 2px solid #fff;
}
/* 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-v2-wrapper .section-header,
.drink-menu-v2-wrapper .section-header {
    color: #014051;
}
.food-menu-v2-wrapper a.custom-temp-btn {
    font-weight: 700;
}
.drink-menu .food-menu-page h2,
.drink-menu .drink-menu-page h2 {
  font-family: 'Antonio', sans-serif;
  font-weight: 700;
  font-size: 2.2em;
}
.food-menu-grid-item-content {
    border-radius: 0;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #014051;
}
.food-menu-grid h3,
.food-menu-grid .food-price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.3em;
}
.food-menu-grid .food-price {
    color: #014051;
}
.food-menu-grid p {
    font-size: 1.2em;
}
.food-menu-grid .food-item-description {
    font-size: 1.2em;
    color: #000;
}
/* food and drinks pages end*/
/* about us page */
.about-us-page .about-us-s1-content {
    padding: 30px 0;
}
.about-us-s1-wrapper.section-wrapper {
    margin-top: 110px;
}
.about-page-content .about-us-v7 .about-us-v7-content {
    background-color: #fff;
}
.about-us-item.about-us-s2-content.about-us-v7-content h2 {
    color: #014051;
}
.about-us-item .text-wrapper .text-content img {
    height: 200px;
}
/* about us page end*/
/* specials page*/
.drink-menu .pagecontent {
    padding-top: 145px;
}
.specials .onespecial {
    font-size: 18px;
}
/* specials page end*/
/* events page*/
.events-container h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.events-container h1,
.gift-cards-page .section-header {
    margin-top: 35px;
}
.events-container .empty-content-message h2 {
    margin-top: 40px;
}
/* events page end*/
/* gift cards page*/
.gift-cards-page .pagecontent .section-header {
    color: #014051;
}
/* gift cards page end*/
/*party v2 page*/

.party .party-content {
    padding-top: 140px;
}

.party h1 {
    margin-top: 40px;
    margin-bottom: 30px;
}

/*party v2 page end*/

/* Nucky's page */
.article-background.nuckys-page:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: url('https://static.spotapps.co/web/hudsonhoundjc--com/css/../custom/nuckys_back.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(0.6) opacity(0.2);
    -moz-filter: grayscale(0.6) opacity(0.2);
    -o-filter: grayscale(0.6) opacity(0.2);
    -ms-filter: grayscale(0.6) opacity(0.2);
    filter: grayscale(0.6) opacity(0.2);
}
.article-background.nuckys-page p {
    text-align: center;
}
.article-background.nuckys-page .section-header {
    margin:35px auto 35px;
}
.article-background.nuckys-page a:hover {
    color: #fff;
}

.nuckys-page .video-holder {
  width: 100%;
  text-align: center;
}
.nuckys-page .video-holder video {
  margin: 20px auto;
  max-width: 61%;
  border: 1px solid #fff;
}
/* Nucky's 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: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: initial;
    font-size: 1.3em;
    text-transform: none;
}
/* empty conntent message end*/
@media (max-width:1400px) {
    .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 .section-header,
    .order-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .specials h1,
    .events-container h1,
    .party h1 {
        font-size: 4.5em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-v7-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.4em;
    }
    .specials h2 {
        font-size: 1.2em;
    }
    .events-container h2 {
        font-size: 1.6em;
    }
    .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: 0 10px;
    }
    .about-us-v8-item-1 .about-us-v8-content .text-holder p {
        padding: 0 40px;
    }
    .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-holder p {
        padding: 0;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1.1em;
    }
    .about-us-item .text-wrapper .text-content img {
        height: 170px;
    }
    .specials .onespecial {
        font-size: 17px;
    }
}
@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 .section-header,
    .order-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .specials h1,
    .events-container h1,
    .party h1 {
        font-size: 3.9em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-v7-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.3em;
    }
    .events-container h2 {
        font-size: 1.5em;
    }
    .banner-section {
        padding: 15px 0;
    }
    .about-us-v8-item-1 .about-us-v8-content .text-holder p {
        padding: 0 10px;
    }
    .about-us-v8-wrapper.custom-about-us-v8-wrapper img.thompson {
        border: 2px solid #fff;
        max-width: 120px;
    }
    .googlemap-v3-wrapper .map-item,
    #map-v3-container {
        min-height: 450px;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
        word-break: break-word;
        font-size: 2em;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.2em;
    }
}
@media (max-width:1023px) {
    .navbar-regular.nav-v6 .navbar-nav&gt;li&gt;a {
        padding: 0 7px;
        font-size: 1.1em;
    }
    li.drop-down-link .sub-menu {
        padding: 15px 5px;
    }
    li.drop-down-link .sub-menu a {
        font-size: 1em;
    }
    .banner-section h1 {
        font-size: 1.2em;
    }
    .about-us-v8-wrapper.custom-about-us-v8-wrapper img.thompson {
        max-width: 115px;
    }
    .reservations-wrapper.ot-reservations-wrapper.section-wrapper {
      padding: 2em 0 3em;
    }
    .sph-response-message {
        font-size: 1.3em;
    }
    .googlemap-v3-wrapper .map-item,
    #map-v3-container {
        min-height: 420px;
    }
    .about-us-item.about-us-s2-content.about-us-v7-content p {
        padding: 0 10px;
    }
    .article-background.nuckys-page p {
        font-size: 1.1em;
    }
}
@media (max-width:991px) {
    .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 .section-header,
    .order-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .specials h1,
    .events-container h1,
    .party h1 {
        font-size: 3.4em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-v7-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.2em;
    }
    .events-container h2 {
        font-size: 1.4em;
    }
    .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,
    .order-tmt-section 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,
    .party button.custom-temp-btn {
        padding: 8px 30px;
        font-size: 15px;
    }
    p,
    .reviews-v2-wrapper .review-text p {
        font-size: 1.2em;
    }
    .about-us-v8-item-1 .about-us-v8-content .text-holder p {
        padding: 0;
    }
    .about-us-v8-content {
        min-height: 300px;
    }
    .tmt-section.section-wrapper,
    .reviews-v2-wrapper.section-wrapper {
        padding: 2em 0;
    }
    .map-newsletter .bar {
        top: 0;
    }
    .reservations .section-header,
    .tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1 {
       margin-top: 15px;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.2em;
    }
    .googlemap-v3-wrapper .map-item.map-newsletter {
        min-height: 420px;
    }
    .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;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1em;
    }
    .footer-v2-wrapper a {
        font-size: 1.1em;
    }
    .food-menu-grid p {
        font-size: 1.1em;
    }
    .food-menu-grid .food-item-description {
        font-size: 1.1em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
      font-size: 1.8em;
    }
    .about-us-item .text-wrapper .text-content img {
        max-height: 70px;
    }
    .about-us-page .about-us-s1-content {
        padding: 15px 0;
    }
    .about-us-v7-content .text-wrapper .text-content {
        padding: 30px 45px 30px 45px;
    }
    .specials .onespecial {
        font-size: 16px;
    }
    .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;
    }
}
@media (max-width:767px) {
    .drink-menu .navbar.nav-v6 .header-logo img,
    .events-background .navbar.nav-v6 .header-logo img,
    .party-background .navbar.nav-v6 .header-logo img,
    .specials-background .navbar.nav-v6 .header-logo img,
    .article-background .navbar.nav-v6 .header-logo img {
        content:url("https://static.spotapps.co/web/hudsonhoundjc--com/css/../custom/logo_color_new.png");
    }
    .navbar-regular.nav-v7 .navbar-nav&gt;li&gt;a {
        font-size: 1.1em;
        padding: 5px 10px;
    }
    .navbar-regular.nav-v6 .navbar-nav&gt;li:last-of-type&gt;a {
        border-right: none !important;
    }
    .navbar-regular.nav-v7 .navbar-nav&gt;li&gt;a:hover,
    .navbar-regular.nav-v7 .navbar-nav&gt;.active&gt;a,
    .navbar-regular.nav-v7 .navbar-nav&gt;.active&gt;a:focus,
    .navbar-regular.nav-v7 .navbar-nav&gt;.active&gt;a:hover {
        color: #fff !important;
        background-color: #000 !important;
    }
    .nav-v7.navbar-fixed-top .navbar-collapse {
        max-height: 480px;
    }
    .drink-menu .navbar-regular.nav-v6 .navbar-nav&gt;li&gt;a {
        background-color: rgba(0, 0, 0, 0) !important;
    }
    .drink-menu .navbar-regular.nav-v7 .navbar-nav&gt;li&gt;a:hover,
    .drink-menu .navbar-regular.nav-v7 .navbar-nav&gt;.active&gt;a,
    .drink-menu .navbar-regular.nav-v7 .navbar-nav&gt;.active&gt;a:focus,
    .drink-menu .navbar-regular.nav-v7 .navbar-nav&gt;.active&gt;a:hover {
        color: #fff !important;
        background-color: #000 !important;
    }
    .nav-v7 .desktop-navigation .navbar-logo .container {
        height: 56px;
    }
    .navbar.nav-v7 .navbar-logo .header-logo.logo-hh,
    .navbar.nav-v7.nav-scroll .navbar-logo .header-logo.logo-hh {
      height: 50px;
    }
    .navbar.nav-v7 .header-logo {
        height: 60px;
    }
    /* .navbar.nav-v7 .navbar-logo .header-logo.logo-hh .logo-top,
    .navbar.nav-v7.nav-scroll .navbar-logo .header-logo.logo-hh .logo-top {
      top: 4px;
      left: 5px;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none;
      height: 45px;
      max-height: 45px;
      max-width: 100%;
    } */
    .nav-v7 .header-text-link {
      left: 5px;
      bottom: 3px;
      font-size: 9px;
      line-height: 7px;
      text-align: left;
    }
    .nav-v7.nav-scroll .header-text-link {
      bottom: 4px;
      font-size: 8px;
    }
    .navbar.nav-v7 .header-logo {
        max-width: 45px;
      }
    .section-header,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .reservations .section-header,
    .order-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .specials h1,
    .events-container h1,
    .party h1 {
        font-size: 2.8em;
    }
    .uk-overlay-panel h1 {
        font-size: 2.3em;
    }
    .about-us-v8-content .text-wrapper h2,
    .about-us-v7-content .text-wrapper h2,
    .tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter 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,
    .order-tmt-section 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,
    .party button.custom-temp-btn {
        padding: 7px 30px;
        font-size: 14px;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .custom-about-us-v8-wrapper .about-us-v8-item-0 .about-us-v8-content .text-holder p {
        padding: 0 10px;
    }
    .map-newsletter h1 {
        margin-top: 0;
    }
    .order-tmt-section {
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
    }
    .custom-modal .sph-email-subscription h2 {
        margin-bottom: 20px;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-family: 'Antonio', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        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 #014051;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:first-of-type {
        border-top: 1px solid #014051;
    }
    .food-menu-grid h3,
    .food-menu-grid .food-price {
        font-size: 1.1em;
    }
    .drink-menu .food-menu-page h2,
    .drink-menu .drink-menu-page h2 {
      font-size: 1.6em;
    }
    .about-us-page .about-us-s1-content {
        padding: 10px 0;
    }
    .about-us-s1-wrapper.section-wrapper {
        margin-top: 50px;
    }
    .about-us-s3-wrapper .map-footer {
        bottom: 46px;
    }
    .about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
        min-height: 360px;
    }
    .about-us-v7-content .text-wrapper .text-content {
        padding: 20px 15px;
    }
    .about-us-item.about-us-s2-content.about-us-v7-content p {
        padding: 0 15px;
    }
    .drink-menu .pagecontent {
        padding-top: 85px;
    }
    .party .party-content {
        padding-top: 80px;
    }
    .specials .onespecial {
        font-size: 15px;
    }
    .events-container .container {
        margin-bottom: 150px;
    }
    .nuckys-page .video-holder video {
      max-width: 70%;
    }
}
@media (max-width: 540px) {
  .nuckys-page .video-holder video {
    max-width: 90%;
  }
}
@media (max-width:320px) {
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 13px;
  }
    .section-header,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .reservations .section-header,
    .order-tmt-section h1,
    .reviews-v2-wrapper h1,
    .map-newsletter h1,
    .custom-modal .newsletter-popup .section-header,
    .specials h1,
    .events-container h1,
    .party h1 {
        font-size: 2.4em;
    }
    .uk-overlay-panel h1 {
        font-size: 1.8em;
    }
    .events-container h2 {
        font-size: 1.2em;
    }
    .banner-section h1 {
        font-size: 1em;
    }
    p,
    .reviews-v2-wrapper .review-text 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.1em;
    }
    .contact-v3 .hours-title h1,
    .contact-v3 .social-title h1,
    .contact-v3 .contact-us-title h1 {
        font-size: 0.9em;
    }
    .footer-v2-wrapper a {
        font-size: 1em;
    }
    .food-menu-grid p {
        font-size: 1em;
    }
    .food-menu-grid .food-item-description {
        font-size: 1em;
    }
    .specials h2 {
        font-size: 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;
    }
}</pre></body></html>