@import url('//fonts.googleapis.com/css2?family=Urbanist:wght@900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Urbanist:wght@300&display=swap');
@import url('//fonts.googleapis.com/css?family=Diplomata|Limelight&display=swap');
/*
font-family:'Halcom W05 Black';
font-family:'Halcom W05 Book';

font-family: 'Diplomata', cursive;
font-family: 'Limelight', cursive;

"Halcom W05 Black" = font-family: 'Urbanist', sans-serif; font-weight: 900;
"Halcom W05 Book" = font-family: 'Urbanist', sans-serif; font-weight: 300;
*/

html {
  background: none;
}
/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: fixed;
}

a {color: #ddd;}

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

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

.hvr-icon-wobble-horizontal:before {
  content: "\f061";
}
.bottom-svg-border svg {
  bottom: 1px;
}
.top-svg-border svg {
  top: 1px;
}

.nav-v7 .container {
  width: 100%;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
    font-family: 'Limelight', cursive;
  font-size: 1.1em;
}
li.drop-down-link .sub-menu {
  text-align: center;
  padding: 10px 5px;
  margin-top: 4px;
}
.nav-scroll li.drop-down-link .sub-menu {
  margin-top: 4px;
}
li.drop-down-link .sub-menu a {
  font-family: 'Limelight', cursive;
  font-size: 1.1em;
  text-transform: uppercase;
}
li.drop-down-link .sub-menu a:hover, li.drop-down-link .sub-menu a:focus {
  color: #3a737e;
}
.navbar.nav-v6 .header-logo {
  max-width: 400px;
}
.sub-menu a span {
  display: none;
}

.uk-overlay-background {
  background: rgba(0, 0, 0, 0.6);
}
.uk-dotnav-contrast>.uk-active>* {
  background: #fff;
  border: none;
}
.uk-dotnav-contrast>*>* {
  background: rgba(250, 250, 250, 0.5);
}

.uk-overlay-panel .container {
  width: 100%;
}

.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header {
  margin-top: 5px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Diplomata', cursive;
  font-size: 3em;
  line-height: 1.1em;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.4);
}
.uk-overlay-panel h2 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
  font-size: 4.5em;
  line-height: 1.1em;
}
.uk-overlay-panel p,
.on-cover-content .section-wrapper p {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 900;
  font-size: 3em;
  line-height: 1.1em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.style-traditional .tabs-container .scrolling {
    display: block;
}
.navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    padding: 15px 10px 15px 10px;
}

.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 .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 30px 8px 30px;
  text-transform: uppercase;
  background-color: #f0d6b5;
  background: #f0d6b5;
  border: 2px solid #f0d6b5;
  color: #170e0f;
  font-family: 'Limelight', cursive;
  font-size: 17px;
  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,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .sph-email-subscription .sph-submit-button:hover,
.addtocalendar.atc-style-blue .atcb-link:hover {
  text-decoration: none;
  background-color: #170e0f;
  background: #170e0f;
  border: 2px solid #170e0f;
  color: #f0d6b5;
  opacity: 1;
}
.custom-events-button {
  margin: 15px;
  background-color: transparent;
  background: transparent;
  border: 2px solid #f0d6b5;
  color: #f0d6b5;
  opacity: 1;
}
.custom-events-button:hover {
  background-color: #f0d6b5;
  background: #f0d6b5;
  color: #170e0f;
  border: 2px solid #f0d6b5;
}
.addtocalendar.atc-style-blue .atcb-link {
  padding: 10px 30px;
  text-shadow: none;
}
.party .reservations-and-parties p.submit-success {
  color: #f0d6b5;
  text-transform: uppercase;
}
.reservations-and-parties p.submit-success {
  color: #170e0f;
  text-transform: uppercase;
}
.reservations-text .section-header,
.reservations-text h2,
.reservations-text p {
  color: #170e0f;
}
.reservations-and-parties-v2 {
  background-color: #f0d6b5;
}
.reservations-and-parties-v2 form.ng-dirty input.ng-invalid, .reservations-and-parties-v2 form.ng-dirty select.ng-invalid {
  border-bottom: 1px solid #efefef;
  color: #efefef;
}
.reservations-and-parties-v2 .bar:before, .reservations-and-parties-v2 .bar:after {
  background: #fff;
}
.reservations-and-parties button[disabled] {
  background-color: #f0d6b5;
  background: #f0d6b5;
  color: #170e0f;
  border: 2px solid #f0d6b5;
}
.reservations-and-parties button {
  background-color: #f0d6b5;
  background: #f0d6b5;
  color: #170e0f;
  border: 2px solid #f0d6b5;
}
.reservations-and-parties button:hover {
  background-color: #170e0f;
  background: #170e0f;
  color: #f0d6b5;
  border: 2px solid #170e0f;
  opacity: 1;
}
.specials-v3.home-specials div a.custom-temp-btn {
  background-color: #f0d6b5;
  background: #f0d6b5;
  color: #170e0f;
  border: 2px solid #f0d6b5;
}
.specials-v3.home-specials div a.custom-temp-btn:hover {
  background-color: transparent;
  background: transparent;
  color: #f0d6b5;
  border: 2px solid #f0d6b5;
  opacity: 1;
}

.events-mesa-background {
  background-image: url(https://static.spotapps.co/web/hooleys--com/css/../custom/events_la_mesa.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.events-rancho-background {
  background-image: url(https://static.spotapps.co/web/hooleys--com/css/../custom/events_rancho.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}


.about-us-v8-wrapper a.custom-temp-btn,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn,
.custom_html_3-section a.custom-temp-btn {
  background-color: #170e0f;
  background: #170e0f;
  color: #f0d6b5;
  border: 2px solid #170e0f;
}
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
  background-color: #f0d6b5;
  background: #f0d6b5;
  color: #170e0f;
  border: 2px solid #f0d6b5;
}
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover {
  background-color: #170e0f;
  background: #170e0f;
  color: #f0d6b5;
  border: 2px solid #170e0f;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
  padding: 10px 40px;
  font-size: 1.3em;
  font-weight: normal;
}
.about-us-v8-wrapper a.custom-temp-btn:hover,
.about-us-v7-content .text-wrapper .text-content .custom-temp-btn:hover,
.custom_html_3-section a.custom-temp-btn:hover {
  background-color: #f0d6b5;
  background: #f0d6b5;
  color: #170e0f;
  border: 2px solid #170e0f;
  opacity: 1;
}
.about-buttons-holder a {
  margin-top: 0;
  margin-bottom: 0;
}
.yelp-reservations-wrapper {
  padding: 2em 0 6em;
  background-color: #3a737e;
}
.yelp-reservations-wrapper p {
  color: #fff;
  font-size: 1.4em;
}
.yelp-reservations-wrapper .reservations a {
  color: #fff;
}
.yelp-reservations-wrapper .reservations a:hover {
  color: #ece755;
}
.reservations .section-header {
  margin-top: 120px;
  color: #fff;
}

.specials-section h2 {
  font-size: 1.4em;
  margin-top: 30px;
}

.reservations-and-parties-v2 button,
.specials-v3.home-specials div a.custom-temp-btn {
  font-size: 16px;
}

.uk-overlay-panel a.custom-temp-btn  {
  margin: 0 15px;
  background-color: transparent;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.uk-overlay-panel a.custom-temp-btn:hover, .uk-overlay-panel a.custom-temp-btn:focus,
.on-cover-content .section-wrapper a.custom-temp-btn:hover, .on-cover-content .section-wrapper a.custom-temp-btn:focus {
  background-color: #170e0f;
  background: #170e0f;
  color: #fff;
  border: 2px solid #170e0f;
}

.about-us-v7-content .text-wrapper, .map-newsletter .text-wrapper {
  z-index: 2;
}

/* home page */
.banner-section {
  padding: 35px 0;
}
.banner-section h1 {
  text-transform: capitalize;
    font-family: 'Limelight', cursive;
  font-size: 1.4em;
}
.banner-section p {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
  font-size: 1.7em;
}
.banner-section p a {
  color: #fff;
}
.banner-section p a:hover {
  color: #f0d6b5;
}
.banner-section .banner-pin {
  color: #f0d6b5;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
  color: #fff;
}

.section-header,
.about-us-v2 h1,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.specials-v3.home-specials h1,
.about-us-v3 h1,
.specials h1, .events h1,
.events-container h1,
.about-us-page .about-us-s1-content h1 {
  font-size: 3em;
  font-family: 'Diplomata', cursive;
  text-transform: capitalize;
  color: #f0d6b5;
}
.about-us-v8-content .text-wrapper {
  width: 100%;
}

.about-us-v8-content h2,
.about-us-v7-content h2,
.custom_html_1-section h2,
.events-v3-wrapper h2,
.reviews-v2-wrapper h2,
.map-newsletter h2,
.reservations-text h2 {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.2em;
}
.events-v3-wrapper h2 {
  text-transform: capitalize;
  text-align: center;
  color: #f0d6b5;
}
.events-v3-wrapper h3,
.events-v3-wrapper p {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}

/*
EVENTS WIDGET CSS
*/
.sph-events{
    max-width:800px;
    margin: 0 auto;
}
.sph-no-events-message {
    text-align: center;
}
.sph-events h2{
  text-align: center;
    margin-top: 1.5em;
    padding-left: 10px;
    font-family: 'Limelight', cursive;

}
.sph-events .sph-one-event{
  background-color: #f0d6b5;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #170e0f;
    padding: 10px;
}
.sph-events .sph-event-name,
.sph-events .sph-event-time {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.sph-events .sph-event-name {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 900;
    color: #170e0f;
    text-align: left;
    width: 69%;
    font-size: 1.5em;
    text-transform: uppercase;
    text-shadow: none;
}
.sph-events .sph-event-time {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 900;
    color: #170e0f;
    width: 30%;
    text-align: right;
    font-size: 1.4em;
    text-transform: uppercase;
    text-shadow: none;
}
.sph-events .sph-event-text {
    margin-top:1.2em;
    color: #170e0f;
    text-align: justify;
    text-shadow: none;
}

.sph-events .sph-event-img-full-height {
    border: 2px solid #170e0f;
    margin-top: 25px;
    width: 100%;
}
@media (max-width: 767px) {
.sph-events .sph-event-name,
.sph-events .sph-event-time {
    font-size: 1.2em;
    display: block;
    width: 100%;
}
.sph-events .sph-event-time {
    text-align: left;
}

}
/*
END OF EVENTS WIDGET CSS
*/

.about-us-v8-content .text-wrapper h1 {
  margin-top: 20px;
}
.about-us-v8-content h2 {
  margin: 40px auto;
  font-family: 'Limelight', cursive;
  color: #000;
  text-transform: inherit;
}
.about-us-v8-content .text-content.title-image h1:after {
  height: 80px;
  margin: 20px auto 0 auto;
}
.about-us-v8-image-bar {
  height: 50px;
  padding: 10px 20px;
  font-family: 'Urbanist', sans-serif; 
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.4em;
  display: none;
}

.about-us-v7-content .text-wrapper .text-content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.about-us-v7-content h2 {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
}

.custom_html_1-section {
  position: relative;
  padding: 0 10px 90px 10px;
  background-color: #000;
  color: #fff;
  background-image: url(https://static.spotapps.co/web/hooleys--com/css/../custom/events_back.jpg);
}
.custom_html_1-section .container {
  text-align: center;
}
.custom_html_1-section .section-header {
  margin-top: 150px;
  margin-bottom: 30px;
}
.custom_html_1-section h2 {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
  text-transform: none;
  font-size: 1.5em;
}
.custom_html_1-section p a {
  color: #fff;
}
.custom_html_1-section p a:hover {
  color: #3a737e;
}
.custom_html_1-section h2 {
  margin: 15px 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
}

.specials-v3.home-specials {
  padding: 60px 0 80px 0;
  background-color: #170e0f;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
}
.specials-v3.home-specials h1 {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #f0d6b5;
}
.specials-v3.home-specials p, .specials-v3.home-specials p.specials-hours {
  font-size: 1.3em;
  color: #fff;
}
.specials-v3.home-specials p {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgba(23, 14, 15,0.7);
  border: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #170e0f;
  border: 1px solid #170e0f;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #3a737e;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #3a737e;
  border: 1px solid #3a737e;
}

.events-v3-wrapper .section-header {
  color: #f0d6b5;
}
.events-v3-wrapper .item-text h2 {
  color: #3a737e;
  font-size: 2.4em;
  text-transform: capitalize;
}
.events-v3-wrapper .item-text h3 {
  font-weight: normal;
  font-size: 1.6em;
}
.events-v3-wrapper .item-text p {
  text-align: left !important;
}
#events_v3.events-v3-wrapper .owl-item .item img {
  margin: 25px auto;
}
.events-v3-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 50px;
}

#reviews.carousel-wrapper {
  background-attachment: scroll !important;
  background-size: cover !important;
  background-position: center center !important;
}
.reviews-v2-wrapper h1 {
  color: #170e0f;
}
.reviews-v2-wrapper h2 {
  font-family: 'Limelight', cursive;
  color: #170e0f;
  text-transform: uppercase;
}
.reviews-v2-wrapper h3 {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 900;
  text-transform: none;
  font-size: 1.4em;
  color: #170e0f;
}
.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.6em;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #170e0f;
}
.reviews-v2-wrapper .review-quote {
  opacity: 1;
  color: #170e0f;
}

.map-newsletter {
  border-right: none;
}
.map-newsletter .section-header {
  color: #f0d6b5;
}
.map-newsletter h2 {
    font-family: 'Limelight', cursive;
  color: #f0d6b5;
}
.map-newsletter .text-wrapper .text-content,
.map-newsletter .sph-email-subscription h2 {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
  color: #f0d6b5;
}
.map-newsletter h2 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.map-newsletter p {
  margin-top: 0px;
  font-size: 1.2em;
}
.map-newsletter .bar {
  top: -5px;
}
.map-newsletter .bar:before, .map-newsletter .bar:after {
  background: #f0d6b5;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  background-color: #fff;
  border-bottom: 2px solid #170e0f;
  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;
}

.map-newsletter .text-wrapper:before {
  background-attachment: scroll;
}
.leaflet-container .leaflet-control-attribution {
  visibility: hidden;
}


.custom-modal .modal-content {
  background-image: url(https://static.spotapps.co/web/hooleys--com/css/../custom/newsletter_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 5px 15px rgba(250,250,250,.5);
  box-shadow: 0 5px 15px rgba(250,250,250,.5);
}
.custom-modal .newsletter-popup .section-header {
  margin-top: 0;
  font-size: 2.8em;
  color: #f0d6b5;
}
.custom-modal .newsletter-popup .sph-email-subscription h2 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 1.4em;
  color: #f0d6b5;
  font-family: 'Limelight', cursive;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
  padding: 12px 15px;
  border: 1px solid #170e0f;
  border-radius: 0;
  background-color: #fff;
  color: #170e0f;
}

.custom_html_2-section {
  padding: 25px 5px 55px 5px;
  background-color: #000;
  color: #fff;
}
.custom_html_2-section .container {
  text-align: center;
}
.custom_html_2-section p {
	margin-top: 30px;
}
.custom_html_2-section p a {
	color: #fff;
	text-decoration: underline;
}
.custom_html_2-section p a:hover {
	color: #fff;
	text-decoration: underline;
}

.contact-v3 {
  background-color: #170e0f;
  border-bottom: 2px solid #f0d6b5;
}
.contact-v3 .hours-title h1, .contact-v3 .social-title h1, .contact-v3 .contact-us-title h1 {
  font-family: 'Limelight', cursive;
  text-transform: uppercase;
}
.contact-v3 .days {
  padding-bottom: 0;
  text-transform: capitalize;
}
.contact-v3 .from-to {
  padding-bottom: 10px;
  text-transform: lowercase;
}
.contact-v3 .hours .hours-adittional p {
  margin: 10px 0 5px 0;
  font-size: 1em;
  text-transform: uppercase;
}
.contact-v3.section-wrapper img {
  margin: 20px auto;
}
.custom-contact-location {
  padding: 5px 0;
  font-family: 'Urbanist', sans-serif; 
  font-weight: 900;
  font-size: 1em;
  color: #f0d6b5;
}
.contact-v3 .info-phone {
  padding-bottom: 5px;
}
.custom-contact-link {
  color: #fff;
  text-decoration: underline;
}
.custom-contact-link:hover {
  color: #f0d6b5;
  text-decoration: none;
}
.contact-v3 .contact-us p {
  margin-top: 5px;
}
.googlemap-v3-wrapper .triangle {
  border-bottom: 12px solid #000;
  display: none;
}

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

.about-us-v7-wrapper.animate .text-wrapper .text-content .custom-temp-btn {
  padding: 6px 25px 6px 25px;
}

.about-us-page .about-us-s1-content {
  padding-top: 90px;
}
.about-us-page .uk-cover-background {
  background-position: top center;
}
.about-us-page .uk-overlay-background {
  background: rgba(0,0,0,.3);
}
.about-us-page .about-us-s1-content h1 {
  font-size: 2.8em;
  line-height: 1.3em;
}
.about-us-page .about-us-s1-content h2 {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
  font-size: 2em;
  line-height: 1.2em;
  text-transform: none;
}
.about-us-s1-wrapper p {
  margin-top: 20px;
  font-family: 'Urbanist', sans-serif; 
  font-weight: 900;
}
.about-us-page h1.section-header {
  font-size: 3em;
}
.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-v7-content h2 {
  margin: 20px auto;
  color: #000;
  text-transform: none;
}
.about-us-s3-wrapper .map-footer p {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
  font-size: 1em;
  text-transform: uppercase;
}
.about-us-s4-wrapper {
  padding: 30px 0 50px 0;
  background-color: #000;
  background-image: url(https://static.spotapps.co/web/hooleys--com/css/../custom/reviews_back.jpg);
  background-position: left center;
  color: #fff;
  border-top: 4px solid #3a737e;
  border-bottom: 4px solid #3a737e;
}
.about-us-s4-wrapper .container {
  width: 75%;
  color: #fff;
}
.about-us-s4-wrapper .section-header {
  margin-top: 40px;
  margin-bottom: 15px;
  color: #fff;
}
.about-us-s4-wrapper h2 {
  margin: 30px auto 10px auto;
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.about-us-s4-wrapper .custom-temp-btn {
  margin-top: 10px;
  background-color: #3a737e;
  background: #3a737e;
  color: #fff;
  border: 2px solid #3a737e;
}
.about-us-s4-wrapper .custom-temp-btn:hover {
  background-color: #fff;
  background: #fff;
  color: #3a737e;
  border: 2px solid #fff;
}
.video-holder {
  margin: 40px auto;
  width: 80%;
}
.video-holder video {
  margin: 0 auto;
  width: 100%;
  border: 5px solid #3a737e;
}

/* google_view 360 view section custom */
.google-view-wrapper {
  width: 90%;
  min-height: 75vh;
  margin: 20px auto;
}
.google-view-holder {
  border: 4px solid #fff;
  text-align: center;
}
.google-view-holder iframe {
  width: 100%;
  height: 70vh;
}

.about-us-v3 h1 {
  margin-top: 30px;
}
.about-us-v3 .text-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
}
.about-us-v3 p {
  text-align: center;
}


.onespecial, .oneeventday {
  font-size: 16px;
}
.specials h2, .events h2 {
  font-family: 'Limelight', cursive;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.3em;
}
.events h2 {
  font-size: 1.9em;
}
.event {
    border: 2px solid #fff;
    padding: 30px;
    background-color: #000;
}
.drink-menu .tabs-container .event {
  text-shadow: none;
}
.event-image {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.6);
}
.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;
}
.events-container p {
  color: #fff;
}
.events-container h2 {
  margin-top: 20px;
  font-family: 'Urbanist', sans-serif; 
  font-weight: 900;
  font-size: 1.8em;
  text-transform: uppercase;
  color: #fff;
}
.events-container .event-time,
.events-container h3 {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
  color: #fff;
  font-size: 1.4em;
}
.events-container .event-image {
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}
.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: 'Urbanist', sans-serif; 
  font-weight: 900;
  font-size: 1.4em;
  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: 90px;
}
.food-menu-v2-wrapper .section-header, .drink-menu-v2-wrapper .section-header {
  color: #170e0f;
}
.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 .food-item-holder {
  display: table;
  width: 100%;
  border-bottom: 1px solid #a4a195;
}
.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: 'Urbanist', sans-serif; 
  font-weight: 900;
  font-size: 1.5em;
  line-height: 100%;
  color: #170e0f;
  text-transform: capitalize;
}
.catering.drink-menu .food-menu-grid h2,
.drink-menu .food-menu-grid h2 {
  font-family: 'Diplomata', cursive;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #170e0f;
}
.food-menu-grid .food-item-description,
.food-menu-grid .food-menu-description {
  color: #000;
}
.food-menu-grid .food-item-title h3 {
  font-weight: bold;
  font-family: 'Limelight', cursive;
  text-transform: uppercase;
  font-size: 1em;
  color: #000;
}
.food-menu-nav .food-menu-nav-item {
  background-color: #f0d6b5;
  background: #f0d6b5;
  color: #170e0f;
  border: 2px solid #170e0f;
}
.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: #170e0f;
  border-color: #170e0f;
  color: #f0d6b5;
  border: 2px solid #170e0f;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #f0d6b5;
}
.food-menu-grid .food-price,
.style-traditional.drink-menu .menu-item-price-traditional .item-price {
  font-weight: bold;
  color: #170e0f;
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
  font-size: 1em;
}
.style-traditional.drink-menu .menu-item-price-traditional .item-price {
  font-size: 1.2em;
}
.food-menu-grid .food-price {
  padding: 0 10px 0 5px;
}

.style-traditional.drink-menu .pagecontent {
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #a79c7a;
}
.style-traditional.drink-menu .menu-item-name-traditional .item-name-and-manufacturer span {
    color: #fff;
}
.style-traditional .tabnav .nav>li>a, .food-menu-section .tabnav .nav>li>a, .drink-menu-section .tabnav .nav>li>a {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
  border-bottom: 6px solid rgba(200, 200, 200, 0.6);
}
.style-traditional .tabnav .nav>li>a:hover, .style-traditional .tabnav .nav>li.active>a, .food-menu-section .tabnav .nav>li>a:hover, .food-menu-section .tabnav .nav>li.active>a, .drink-menu-section .tabnav .nav>li>a:hover, .drink-menu-section .tabnav .nav>li.active>a {
    color: #000;
    border-bottom: 6px solid #000;
}
.style-traditional.drink-menu h2, .food-menu-section h2, .drink-menu-section h2 {
  font-size: 2.5em;
  text-transform: capitalize;
}
.style-traditional.drink-menu .menu-item-name-traditional .item-name-and-manufacturer {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 900;
}
.drink-menu.style-traditional .single-drink-title {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 900;
  text-transform: capitalize;
  color: #000;
  font-size: 5em;
}
.style-traditional.drink-menu .menu-item-description-traditional .drink-description {
  color: #000;
}

.food-menu-grid .menu-description {
  width: 95%;
}
.food-menu-grid .menu-description p {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 900;
  font-size: 1.1em;
  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;
}

.party-s2-wrapper {
    border-top: 2px solid #f0d6b5;
}
.party-background {
  background-color: #170e0f !important;
}
.party-background.drink-menu.gift-cards-page {
    background-color: #fff !important;
}
.party-background.drink-menu .tabs-container {
  text-shadow: none;
}
.party-background .section-header {
  margin-top: 70px;
  margin-bottom: 30px;
}
.party-background h2 {
  margin-top: 70px;
  margin-bottom: 15px;
  font-family: 'Diplomata', cursive;
  font-size: 3em;
  text-transform: uppercase;
  color: #f0d6b5;
}
.party-background p {
  font-family: 'Limelight', cursive;
  color: #fff;
  max-width: 660px;
  font-size: 1.4em;
}
.party-background p a {
  color: #fff;
  text-decoration: underline;
}
.party-background p a:hover {
  color: #3a737e;
}
.reservations-and-parties-v2 .reservations-and-parties input,
.reservations-and-parties-v2 .reservations-and-parties select,
.reservations-and-parties-v2 .reservations-and-parties textarea,
.reservations-and-parties-v2 .reservations-and-parties select.full-select {
  border-bottom: 2px solid #170e0f;
  border-radius: 0;
  padding: 10px 5px;
  background-color: transparent;
  color: #000;
}
/* Reservations page */

.article-background.reservations-page:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url('https://static.spotapps.co/web/hooleys--com/css/../custom/reservation_back.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
  filter: brightness(0.4);
}
.ot-holder {
  margin-top: 40px;
}
.ot-widget-wrapper * {
  text-align: center;
}
.ot-holder h2 {
  margin-bottom: 25px;
  font-family: 'Limelight', cursive;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #f0d6b5;
}
.res-info-holder {
  margin-top: 30px;
  text-align: center;
}
.res-info-holder h2 {
  margin-top: 40px;
  font-family: 'Limelight', cursive;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #f0d6b5;
}
.res-info-holder p {
  font-size: 1.4em;
}
.res-info-holder p a {
  white-space: nowrap;
}
.res-info-holder p a:hover,
.res-info-holder p a:focus {
  color: #f0d6b5;
}
/* Reservations page end */

.gift-cards-page p {
  margin: 0 auto;
  font-family: 'Urbanist', sans-serif; 
  font-weight: 900;
  font-size: 1.4em;
  color: #000;
}

.catering.party-background .catering-text h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
  font-size: 1.3em;
}
.catering-menu-wrapper .menu-description p {
  color: #fff;
}
.catering.party-background h2.big-subh {
  margin-top: 30px;
  padding-top: 15px;
  font-size: 1.7em;
}
.catering.party-background p {
  max-width: 100%;
  margin-bottom: 10px;
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
}
.catering .reservations-and-parties p.submit-success {
  padding-top: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
}
.catering-images {
  padding-top: 30px;
}
.catering-images .owl-carousel .owl-item img {
  border: 2px solid #3a737e;
}
.catering-images .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #3a737e;
}
.catering-images .owl-theme .owl-dots .owl-dot.active span, .catering-images .owl-theme .owl-dots .owl-dot:hover span {
  background: #3a737e;
  border: 1px solid #3a737e;
}
.catering-images .owl-theme .owl-nav [class*=owl-] {
  color: #3a737e;
}
.catering-images .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  border: none;
  color: #000;
}
.catering-menu-wrapper.food-menu-v2-wrapper .section-header {
  margin-bottom: 5px;
  padding-top: 20px;
  font-size: 3.5em;
}
.catering-menu-wrapper .food-menu-nav {
  margin-top: 20px;
}


.catering .food-menu-grid .menu-description p {
  font-family: 'Urbanist', sans-serif; 
  font-weight: 300;
}
.catering .food-menu-description p {
  color: #000;
  font-size: 1.2em;
}
.gallery-page .gallery-wrapper {
  padding-top: 20px;
}
.custom_html_3-section .section-header {
  color: #000;
  padding-bottom: 30px;
  padding-top: 60px;
}
.custom_html_3-section .container {
  text-align: center;
}
.custom_html_3-section {
  background-color: #f0d6b5;
  padding: 4em 0 9em 0;
}

@media (max-width: 1400px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    margin: 10px auto;
    padding: 0 12px;
  }
  .uk-overlay-panel h1, .on-cover-content .section-wrapper .section-header {
    font-size: 3.5em;
  }

  .about-us-page .about-us-s1-content h2 {
    font-size: 2.5em;
  }
}

@media (max-width: 1250px) {
  .uk-overlay-panel p, .on-cover-content .section-wrapper p {
    font-size: 1.4em;
  }
  .map-newsletter .text-wrapper:before {
    background-size: cover;
  }
  .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 {
    font-size: 2.8em;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 1.6em;
  }
  .about-us-page .about-us-s1-content h2 {
    font-size: 2em;
  }
  .about-us-page h1.section-header {
    font-size: 2.5em;
  }
}

@media (max-width: 1200px) {
  .navbar.nav-v4 .header-logo {
    left: 5px;
    max-width: 300px;
  }
  .uk-slidenav-position:hover .uk-slidenav {
    display: none;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    line-height: 1.1em;
  }
  .about-us-v8-image-bar {
    height: 45px;
    font-size: 1.4em;
    line-height: 1.4em;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1em;
    padding: 0 6px;
  }
  li.drop-down-link .sub-menu a {
    font-size: 1em;
  }
  .food-menu-v2-wrapper .container, .drink-menu-v2-wrapper .container {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .banner-section h1 {
    font-size: 1.2em;
  }
  .uk-overlay-panel .container {
    width: 100%;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.2em;
  }
  .uk-overlay-panel h1 {
    margin-top: 75px;
  }
  .uk-overlay-panel h2 {
    font-size: 2.8em;
  }
  .uk-overlay-panel p, .on-cover-content .section-wrapper p {
    font-size: 1.4em;
  }
  .section-header, .about-us-v2 h1, .about-us-v8-content .text-wrapper h1, .about-us-v7-content .text-wrapper h1, .specials-v3.home-specials h1, .about-us-v3 h1, .specials h1, .events h1, .events-container h1 {
    font-size: 3em;
  }
  .about-us-v8-content h2, .about-us-v7-content h2, .custom_html_1-section h2, .events-v3-wrapper h2, .reviews-v2-wrapper h2, .map-newsletter h2, .reservations-text h2 {
    font-size: 1.1em;
  }
  .about-us-v8-wrapper .container {
    width: 100% !important;
  }
/*  .about-us-v8-wrapper {
    padding: 50px 20px !important;
  }*/
  .food-menu-grid .food-price {
    padding: 0 5px 0 10px;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 1.6em;
  }
  .about-us-s4-wrapper .container {
    width: 80%;
  }
  .catering-menu-wrapper.food-menu-v2-wrapper .section-header {
    padding-top: 0;
    font-size: 3em;
  }
  .about-us-v7-content .text-wrapper .text-content,
  .about-us-v8-content .text-wrapper {
    padding: 30px !important;
  }
  .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 {
    margin-top: 65px;
  }
  .food-menu-v2-wrapper .section-header, .drink-menu-v2-wrapper .section-header {
    margin-top: 20px;
  }
}

@media (max-width: 1023px) {
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 0 6px;
    font-size: 1em;
  }
  .socialnav {
    margin-top: 20px;
    padding-left: 20px;
  }
  .social-icon {
    font-size: 27px;
    line-height: 35px;
  }
  .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 {
    font-size: 3em;
  }
  .custom_html_1-section .container {
    width: 100%;
  }
  .about-us-v8-content .text-content.title-image h1:after {
    height: 50px;
  }
  .about-us-v7 .about-us-v7-content {
    min-height: 600px;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .about-us-s4-wrapper .container {
    width: 90%;
  }
  .about-us-page .about-us-s1-content h2 {
    font-size: 1.8em;
  }
  .about-us-page h1.section-header {
    font-size: 2.2em;
  }
  .gallery-page .gallery-wrapper {
    padding-top: 0;
  }
  .food-menu-grid .food-item-title {
    padding-bottom: 2px;
  }
}

@media (max-width: 991px) {
  p {
    font-size: 1.15em;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 0.75em;
    padding: 0 2px;
  }
  li.drop-down-link .sub-menu a {
    font-size: 0.75em;
  }
  .navbar.nav-v6 .header-logo {
    max-width: 280px;
  }
  .uk-overlay-panel p, .on-cover-content .section-wrapper p {
    font-size: 1.4em;
  }
  .section-header, .about-us-v2 h1, .about-us-v8-content .text-wrapper h1, .about-us-v7-content .text-wrapper h1, .specials-v3.home-specials h1, .about-us-v3 h1, .specials h1, .events h1, .events-container h1 {
    font-size: 2.5em;
  }
  .about-us-v8-wrapper {
    padding: 30px 15px !important;
  }
  .about-us-v8-content .text-wrapper, .about-us-v7-content .text-wrapper .text-content {
    padding: 20px !important;
  }
  .about-us-page .about-us-s1-content {
    padding-top: 30px;
  }
  .about-us-page .about-us-s1-content h2 {
    font-size: 1.6em;
    margin: 5px 0;
  }
  .about-us-v7-content .text-wrapper h1 {
    margin-top: 30px;
  }
  .map-newsletter .bar {
    top: 0px;
  }
  .contact-v3 .contact-us p {
    font-size: 0.8em;
  }
  .about-us-s1-wrapper p {
    line-height: 1.2em;
  }
  .about-us-page .about-us-s1-content h1 {
    margin-top: 5px;
  }
  .about-page-content .about-us-v7 .about-us-v7-content {
    min-height: 420px;
    background-position: top center;
  }
  .custom-contact-location {
    font-size: 0.9em;
  }
}

@media (max-width: 890px) {
  .res-info-holder h2 {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .drink-menu .pagecontent {
    padding-top: 150px;
  }
  .food-menu-page .food-menu-v2-wrapper, .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 80px;
  }
  .about-us-v8-content .text-content {
    text-align: center;
  }
  .about-us-v8-content .text-wrapper p {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .bottom-svg-border {
    bottom: -4px;
  }
	.custom_html_2-section {
	    padding: 25px 5px 35px 5px;
	}
  .custom_html_3-section {
    padding: 2em 0 4em 0;
  }
  .custom_html_3-section .section-header {
    padding-top: 25px;
    font-size: 1.8em;
  }
  .custom_html_3-section .custom-temp-btn {
    padding: 8px 20px;
  }
  .navbar.nav-v6 .header-logo {
    max-width: 70px;
  }
  .uk-dotnav {
    bottom: 55px;
  }
  .modal-content h1{
    font-size: 3em;
  }
  .about-us-page .uk-dotnav {
    bottom: 0;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-svg-border {
    height: 20px;
  }
  .top-svg-border svg, .bottom-svg-border svg {
    width: 767px;
    height: 9px;
  }
  .footer-v2-wrapper {
    padding-bottom: 80px;
  }
  .socialnav {
    margin-top: -40px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 8px 10px;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    padding: 13px 4px;
    font-family: 'Urbanist', sans-serif; 
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-svg-border svg {
    width: 100%;
  }
  .on-cover-content .section-wrapper .container {
    margin-bottom: 20px;
  }
  .uk-slidenav-position:hover .uk-slidenav {
    display: none;
  }
  .uk-overlay-panel h1,
  .on-cover-content .section-wrapper .section-header {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.5em;
  }
  .uk-overlay-panel h2 {
    font-size: 2.8em;
    margin-top: -15px;
  }
  .uk-overlay-panel p,
  .on-cover-content .section-wrapper p {
    font-size: 1em;
    line-height: 1.2em;
  }
  .uk-overlay-panel a.custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
    margin-top: 10px;
  }
  .banner-holder {
    margin-top: 8px;
  }
  .banner-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner-section h1 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .banner-section p {
    font-size: 1.4em;
  }
  .banner-section p a {
    display: block;
  }
  .section-header, .about-us-v2 h1, .about-us-v8-content .text-wrapper h1, .about-us-v7-content .text-wrapper h1, .specials-v3.home-specials h1, .about-us-v3 h1, .specials h1, .events h1, .events-container h1, .about-us-page .about-us-s1-content h1 {
    font-size: 2em;
  }
  .about-us-v8-content h2, .about-us-v7-content h2, .custom_html_1-section h2, .events-v3-wrapper h2, .reviews-v2-wrapper h2, .map-newsletter h2, .reservations-text h2 {
    font-size: 1.1em;
  }
  .about-us-v8-image {
    height: 350px;
    background-position: top center;
  }
  .about-us-v8-content .text-wrapper h1 {
    margin-top: 20px;
  }
  .about-us-v8-content .text-wrapper p {
    font-size: 1.15em;
  }
  .about-us-v8-content .text-content.title-image h1:after {
    height: 50px;
  }
  .contact-v3 .contact-us p {
    font-size: 1em;
  }
  .about-us-page .about-us-s1-content h1 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  .about-us-page .about-us-s1-content {
    padding-top: 15px;
  }
  .about-us-page .about-us-s1-content h2 {
    font-size: 1.3em;
  }
  .about-us-v7-content h2 {
    margin: 10px auto;
  }
  .video-holder {
    width: 90%;
  }
  .about-us-v8-wrapper {
    padding: 0 !important;
  }
  .about-us-v8-image-bar {
    height: 45px;
    font-size: 1.3em;
    line-height: 1.4em;
  }
  .custom_html_1-section {
    padding: 30px 0;
  }
  .custom_html_1-section .container {
    width: 100%;
    padding: 0 5px;
  }
  .custom_html_1-section .section-header {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .custom_html_1-section p {
    font-size: 1.3em;
  }
  .custom_html_1-section p a {
    display: block;
  }
  .custom_html_1-section p a.custom-temp-btn {
    display: inline-block;
  }
  .events-v3-wrapper .item-text h2 {
    font-size: 2em;
  }
  .events-v3-wrapper .item-text h3 {
    font-size: 1.4em;
  }
  .events-v3-wrapper .item-text p {
    text-align: center !important;
  }
  .events-v3-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
  }
  .embed-container {
    margin-top: 0;
  }
  .specials-section {
    padding: 0 10px;
  }
  .contact-v3.section-wrapper img {
    max-width: 300px;
    margin: 10px auto;
  }
  .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 550px;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .style-traditional.drink-menu h2, .food-menu-section h2, .drink-menu-section h2 {
    font-size: 2.2em;
  }
  .drink-menu .pagecontent {
    padding-top: 80px;
  }
  .onespecial, .oneeventday {
    font-size: 14px;
  }
  .events-container .events-holder {
    padding-top: 20px;
  }
  .events-container h1 {
    margin-top: 35px;
  }
  .style-traditional.drink-menu .pagecontent {
    padding-top: 80px;
  }
  .party-offer a.custom-temp-btn {
    border-left: none;
    border-right: none;
  }
  .food-menu-nav {
    margin-top: 20px;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 7px 20px;
    border: none;
    border-bottom: 2px solid #170e0f;
    border-radius: 0;
    color: #fff;
  }
  .food-menu-nav .food-menu-nav-item {
    color: #170e0f;
  }
  .food-menu-nav .food-menu-nav-item.active {
    border: none;
    border-bottom: 2px solid #170e0f;
  }
  .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 #170e0f;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type.active:hover,
  .food-menu-nav .food-menu-nav-item.active:hover {
    background: #3a737e;
    color: #fff;
  }
  .food-menu-holder {
    margin-top: 10px;
  }
  .food-menu-grid .menu-description {
    padding-bottom: 0;
  }
  .food-menu-grid .menu-description p {
    font-size: 0.9em;
  }
  .food-menu-grid-item-content {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  }
  .food-menu-grid .food-item-holder {
    padding: 10px 0 20px 0;
  }
  .food-menu-grid h2, .drink-menu .food-menu-page h2, .style-traditional.drink-menu h2, .food-menu-section h2, .drink-menu-section h2 {
    font-size: 1.6em;
  }
  .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;
  }
  .about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 360px;
  }
  .drink-menu.article-background .pagecontent {
    margin-top: 55px;
    padding-top: 30px;
  }
  .article-background h2 {
    margin-top: 20px;
  }
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
    width: 356px;
    font-size: 16px;
    margin-bottom: 0.6em;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 174px;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #170e0f;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type.active:hover, .food-menu-nav .food-menu-nav-item.active:hover,
  .party-offer .food-menu-nav .food-menu-nav-item.active, .party-offer .food-menu-nav .food-menu-nav-item:hover, .party-offer .food-menu-nav .food-menu-nav-item:focus {
    background-color: #170e0f;
    border-color: #170e0f;
    color: #f0d6b5;
    border: 2px solid #170e0f;
  }
  .catering-page .navbar-fixed-bottom .bottom-svg-border svg {
    height: 15px;
    width: auto;
  }
  .about-us-v7 .about-us-v7-content:first-of-type {
    min-height: 540px;
  }
  .custom-modal .sph-email-subscription {
    padding: 5px;
  }
  .custom-modal .section-header {
    font-size: 3em;
  }
  .nav-v7.navbar-fixed-top .navbar-collapse {
    max-height: 510px;
  }
  .about-us-background .about-us-v3 .text-wrapper {
    margin-bottom: 120px;
  }
  .about-us-v3 p {
    text-align: center;
  }
  .about-us-v3 .text-wrapper {
    padding: 30px 10px;
  }
  .about-us-background .pagecontent {
    padding-top: 66px;
  }
  .food-menu-page .food-menu-v2-wrapper, .drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 30px;
  }
  .drink-menu.blog-background iframe {
    width: 100%;
  }
  .navbar.nav-v7 .navbar-tabs .socialnav {
    display: block;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 2em;
  }
  .about-us-v7-content .text-wrapper h1 {
    text-align: center;
  }
  .about-us-s3-wrapper .map-footer {
    bottom: 40px;
  }
  .about-us-s3-wrapper .map-footer p {
    font-size: 12px;
  }
  .about-page-content .about-us-v7-content .text-wrapper .text-content {
    padding: 30px;
  }
  .about-page-content .about-us-v7-content .text-wrapper p {
    font-size: 1.2em;
  }
  .about-us-s4-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .about-us-s4-wrapper .container {
    width: 80%;
  }
  .about-us-page h1.section-header {
    font-size: 2em;
  }
  .about-us-page .about-us-v7-content .text-wrapper h1 {
    font-size: 2.2em;
  }
  .about-us-s4-wrapper h2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.5em;
  }
  .about-us-s4-wrapper p {
    font-size: 1.1em;
  }
  .events-container h2 {
    margin-top: 30px;
    font-size: 1.6em;
  }
  .party-background h2 {
    font-size: 2em;
  }
  .reservations-and-parties p {
    margin-bottom: 10px;
    font-size: 1.1em;
  }
  .catering.party-background .section-header {
    margin-bottom: 20px;
  }
  .catering.party-background .catering-text h2 {
    margin-top: 20px;
    font-size: 1.1em;
  }
  .catering.party-background h2.big-subh {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 1.4em;
  }
  .catering.party-background p {
    font-size: 1em;
  }
  .catering-menu-wrapper.food-menu-v2-wrapper .section-header {
    margin-top: 10px;
    font-size: 2.3em;
  }
  .catering-menu-wrapper .food-menu-holder {
    margin-top: 5px;
  }
  .catering-menu-wrapper  .food-menu-grid .menu-description p {
    font-size: 1em;
  }
  .catering.drink-menu .food-menu-grid h2 {
    font-size: 1.5em;
  }
  .custom-modal .newsletter-popup .sph-email-subscription h2 {
    font-size: 1.3em;
  }
  .about-us-v7-content p {
    text-align: center !important;
  }
  .events-rancho-background .section-header,
  .events-mesa-background .section-header {
    margin-top: 0;
    font-size: 2.4em;
  }
  .party-background .section-header {
    font-size: 2em;
    margin-top: 15px;
  }
  .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 {
    margin-top: 15px;
  }
  .reservations-page .section-header {
    font-size: 1.7em;
  }
  .ot-holder {
    margin-top: 25px;
  }
  .ot-widget-wrapper {
    margin-bottom: 40px;
  }
  .ot-holder h2 {
    font-size: 1.4em;
  }
}

@media (max-width: 600px) {
  .catering-images {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 10px;
  }
  .catering-item {
    padding: 0 30px;
  }
  .catering-images .owl-carousel .owl-nav .owl-next {
    right: -50px;
  }
  .catering-images .owl-carousel .owl-nav .owl-prev {
    left: -50px;
  }
}

@media (max-width: 768px) {
  .catering-page .reservations-and-parties button,
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
      width: 378px;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 185px;
  }
  /*.catering {
    background-image: url(https://static.spotapps.co/web/hooleys--com/css/../custom/catering_mobile.jpg) !important;
    background-attachment: fixed;
  }*/
}

@media (max-width: 640px) {
  .catering-page .reservations-and-parties button,
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
      width: 356px;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 174px;
  }

}

@media (max-width: 540px) {
  .catering-page .reservations-and-parties button,
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
      width: 331px;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 161px;
  }
  .map-newsletter .bar:before, .map-newsletter .bar:after {
    bottom: 15px;
  }
}

@media (max-width: 390px) {
  .catering-page .reservations-and-parties button,
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
      width: 320px;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 156px;
  }
  .contact-v3.section-wrapper img {
    max-width: 250px;
  }
  .res-info-holder h2 {
    font-size: 1.2em;
    line-height: 1.2;
  }
}

@media (max-width: 360px) {
  .catering-page .reservations-and-parties button,
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
      width: 281px;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 136px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 6px 10px;
  }
}

@media (max-width: 320px) {
  .navbar.nav-v6 .header-logo {
    left: 5px;
  }
  .uk-overlay-panel .container {
    width: 100%;
    padding: 0;
  }
  .uk-overlay-panel h1, .on-cover-content .section-wrapper .section-header {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.8em;
  }
  .uk-overlay-panel h2 {
    font-size: 2.5em;
    margin-top: -15px;
  }
  .uk-overlay-panel p, .on-cover-content .section-wrapper p {
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 1.4em;
  }
  .uk-overlay-panel a.custom-temp-btn {
    padding: 7px 30px;
    font-size: 13px;
  }
  .banner-section h1 {
    font-size: 1em;
  }
  .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 {
    font-size: 1.8em;
  }
  .about-us-v8-content h2, .about-us-v7-content h2, .custom_html_1-section h2, .events-v3-wrapper h2, .reviews-v2-wrapper h2, .map-newsletter h2, .reservations-text h2 {
    font-size: 1.5em;
  }
  .about-us-v8-image {
    height: 300px;
  }
  .custom_html_3-section .section-header {
    font-size: 1.5em;
  }
  .cape-horn-holder .cape-horn-item p {
    font-size: 13px;
  }
  .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 580px;
  }
  .about-page-content .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 400px;
  }
  .about-page-content .about-us-v7-content .text-wrapper p {
    font-size: 1.1em;
  }
  .about-us-page .about-us-s1-content h1 {
    font-size: 1.2em;
  }
  .about-us-page .about-us-s1-content p {
    font-size: 1.4em;
  }
  .catering-page .reservations-and-parties button,
  .reservations-and-parties textarea, .party-background .reservations-and-parties select.wide-select, .party-background .checkbox-holder {
      width: 248px;
  }
  .party-background .reservations-and-parties select.half-select {
    width: 120px;
  }
  .custom-modal .newsletter-popup .section-header {
    font-size: 1.8em;
    margin-bottom: 0;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 9px;
  }
  .party-background .section-header {
    font-size: 1.8em;
  }
  .reservations-page .section-header {
    font-size: 1.4em;
  }
}
