.navbar-brand img {
    transition: all 0.15s ease-in-out;
}

.scrolled .navbar-brand img {
    max-height: 80px;
}

.navbar-brand {
    padding: 0 0 5px 0;
}

@media (min-width: 876px) {
    .promo-hover .buttons {
        max-width: 400px;
        margin: 0 auto;
    }
}

.buttons {
    display: flex;
    column-gap: 20px;
}

.buttons .red {
    background: var(--color-6) !important;
}

.buttons .red:hover {
    background: #fff !important;
    color: #000;
}

.buttons .yellow, .btn-template.yellow {
    background: var(--color-6) !important;
    border: 2px solid var(--btn-accent-border);
    padding: 8px 22px;
}

.buttons .yellow:hover, .btn-template.yellow:hover {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #fff;
}

.accent-2 a,
.accent-2 .text-yellow {
    color: var(--color-6) !important;
}

.business-info h3,
.business-info a {
    color: #fff;
}

.loc-social.new i {
    font-size: 1.6rem;
    padding: 5px;
}


#all-maps {
    background: var(--color-2);
}

.catering .container h2,
.catering h3 {
    color: #fff !important;
    font-size: 22px;
}
.catering h4 {
    text-transform: none;
    font-size: 18px;
    color: #fff !important;
}

.catering .nav-link {
    background: var(--color-6) !important;
    color: #fff !important;
    text-align: center;
}

.events-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    list-style-type: none;
    padding: 0;
    justify-content: center;
    border: none;
}

.events-tabs .nav-item {
    text-align: center;
}

.events-tabs .nav-link {
    display: block;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border: 2px solid var(--color-1);
    border-radius: 0;
    text-decoration: none;
    color: #495057;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: var(--color-1);
}

.events-tabs .nav-link:hover {
    background: #fff !important;
    color: var(--color-1) !important;
}

#gallerySection h3 {
    color: #fff;
}

.front .reviews-module {
    display: none;
}

#reviews .parallax-bg .parallax-bg--image {
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    #reviews .parallax-bg .parallax-bg--image {
        background-attachment: scroll;
    }
}

#reviews .parallax-bg {
    position: relative;
    height: auto;
    overflow: hidden;
}

#reviews .card {
    background-color: var(--reviews);
    border: 3px solid var(--color-6);
    border-radius: 25px;
  
    box-shadow: 0 2px 4px rgba(14, 30, 37, 0.12), 0 2px 16px rgba(14, 30, 37, 0.32);
}

#reviews .review-header,
#reviews .review-text,
#reviews .review-date {
    color: var(--reviews-text);
    user-select: none;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

@media (max-width: 1200px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

#sidebar {
    border-right: 1px solid black;
    overflow-y: scroll;
    max-height: 600px;
}

#sidebar::-webkit-scrollbar {
    width: 10px;
}

#sidebar::-webkit-scrollbar-track {
    background: #4e4e4e;
}

#sidebar::-webkit-scrollbar-thumb {
    background: #e4002b;
}

#sidebar::-webkit-scrollbar-thumb:hover {
    background: #e4002b;
}

.map-loc-item {
    padding-left: 2rem;
    opacity: 0.8;
}


.mapOn {
    opacity: 1;
    color: #e4002b;
}

.mapOff {
    opacity: 0.8;
    color: #fff;
}

.map-loc-item:hover {
    opacity: 1;
    cursor: pointer;
}

.social-size {
    font-size: 40px;
    text-align: left;    
}
.social-size i {
    color: #fff;
    font-size: 23px;
    padding-right: 5px;
}

.slider-banner, .slider-banner-2, .slider-banner-3, .slider-banner-fullscreen, .tp-bgimg, .banner {
    height: 100vh;
}

@media (max-width: 991px) {
    .slider-banner, .banner {
        height: 60vh;
    }
}

@media (max-width: 768px) {
    .slider-banner, .banner {
        height: 35vh;
    }
}

.white-hr {
    border-top: 3px solid white;
    border-radius: 5px;
    margin: 1.25rem 0 2rem 0;
}
#loc-name h3, #loc-name {
    color: #fff !important; 
}
.hill-title {
    text-align: left;
    margin-left: 0;
}
#all-maps h2, #all-maps a {
    color: #fff !important; 
}
#sidebar {
    padding-top: 50px;
}
#loc-name h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 1.75rem;
}
#loc-name h3 {
    font-size: 1.35rem;
    text-transform: none;
    font-weight: 600;
}
#loc-name p, #loc-name a {
    font-size: 16px;
}
#all-maps a:hover {
    color: var(--color-6) !important;
}
.social-size i:hover {
    color: var(--color-6) !important;
}
.front #reviews {
    display: none;
}
.contact-grid iframe {
    margin-top: 80px;
}
.business-info h2 {
    color: #fff;
}
.big-logo {
    max-width: 250px;
}
.app-icon {
    border-radius: 25px;
    border: 2px solid #fff;
    max-width: 300px;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--color-6) !important;
    border-radius: 0;
    border: 2px solid var(--color-1);
    text-transform: uppercase;
    font-weight: 600;
}
.nav.nav-pills {
    column-gap: 20px;
}
.nav-pills .nav-link:hover {
    background-color: #fff !important;
    color: #000;
    border: 2px solid #fff;
}

#reviews .parallax-bg .parallax-bg--image-container .parallax-bg--image {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	#reviews .parallax-bg .parallax-bg--image-container .parallax-bg--image {
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}
}

#reviews .parallax-bg {
	position: relative;
	height: auto;
	overflow: hidden;
}

#reviews .truncate {
	display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#reviews .parallax-bg .parallax-bg--image-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#reviews .testimonials-overlay {
	background-color: var(--color-1);
	padding-top: 1rem;
	padding-bottom: 1rem;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px inset;
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px inset;
}

.c-spacer {
	padding-bottom: 2rem;
}

#reviews .uk-slidenav {
	padding: 5px 10px;
	color: rgb(255 255 255 / 50%);
	display: none;
}

#reviews .uk-slidenav svg {
	width: 15px;
	height: 23px;
	display: none;
}

#reviews .uk-slidenav:hover,
#reviews .uk-slidenav:focus,
#reviews .uk-slidenav:active {
	color: rgba(255, 255, 255, 1);
	display: none;
}

#reviews .card-header {
	background-color: transparent;
	height: 2.5rem;
}

#reviews .card-body {
	background-color: transparent;
	border-top: 1px solid #fff;
	text-align: justify;
	padding: 1rem 0 1rem 0;
}

#reviews .card-footer {
	background-color: transparent;
	border-top: 1px solid #fff;
	color: var(--reviews-text);
	text-align: right;
	height: 2.5rem;
}

#reviews .review-stars {
	position: absolute;
	top: 5px;
	right: 15px;
}

#reviews .review-stars img {
	width: 20px;
}



#reviews .review-text {
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    font-size: 16px;
    text-align: left;
}

#reviews .review-date {
	color: var(--reviews-text);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#reviews .review-header {
	color: var(--reviews-title);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 15px;
	left: 15px;
}

#reviews [class*="uk-position-center-left"],
#reviews [class*="uk-position-center-right"] {
	top: -50px;
	--uk-position-translate-y: 0%;
	-webkit-transform: translate(0, var(--uk-position-translate-y));
	-ms-transform: translate(0, var(--uk-position-translate-y));
	transform: translate(0, var(--uk-position-translate-y));
}

#reviews .uk-slider-items {
	cursor: ew-resize;
}

.source-logo {
	min-height: 2rem;
	max-height: 2rem;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.fa-star {
	color: var(--reviews-stars);
	font-size: 1.25rem;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
}

@media (max-width: 768px) {
	#reviews .uk-slidenav {
		display: none;
	}

	#reviews .uk-slidenav svg {
		display: none;
	}

	#reviews .uk-slidenav:hover,
	#reviews .uk-slidenav:focus,
	#reviews .uk-slidenav:active {
		display: none;
	}

	.fa-star {
		color: var(--reviews-stars);
		font-size: 1rem;
		margin-left: 0.1rem;
		margin-right: 0.1rem;
	}

	#reviews .review-stars {
		position: absolute;
		top: 0px;
		right: 15px;
	}
}
.business-info a:hover {
    color: var(--color-6);
}
.catering .btn-template.yellow {
    width: auto;
}
#blogTags, #removeFiltersButton, #notificationContainer {
    display: none !important;
}
#fullArticleContent .fa-share, #fullArticleContent .fa-copy {
    display: none;
}
.card-subtitle {
color: #fff;
}


.menu .card {
    width: 100%;
    margin-bottom: 30px;
    min-height: 350px;
  }
  
  .menu .card .row {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 350px;
  }
  
  .menu .card .col-md-2,
  .menu .card .col-md-6,
  .menu .card .col-md-4 {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  
  .menu .card .col-md-2 {
    width: 20%; 
  }
  
  .menu .card .col-md-6 {
    width: 50%;
  }
  
  .menu .card .col-md-4 {
    width: 30%;
    text-align: center;
  }
  
  .menu .card img {
    width: 100%;
    height: auto;
  }
  .date-bg > div {
    display: grid;
  }
  .cmsform .row {
    margin-bottom: 0 !important;
}
#footer .navbar-brand img {
    max-height: 200px;
}
.location-wrapper .business-info {
background-color: var(--color-1);
}
.location-wrapper .main-container {
    padding-bottom: 0;
}
.location-wrapper .location-page.new {
    margin-top: 30px;
    background: var(--color-1);
    padding-top: 50px;
}
.tab-content {
    background-color: transparent;
}
.menu .gallery-items {
    margin-left: -12px;
    margin-right: 0;
}
#fullArticleModal .modal-title {
   opacity: 0;
}
#modalNotificationContainer {
    display: none;
}

@media (max-width: 991px) {
.events-tabs {    
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 568px) {
.events-tabs {    
    grid-template-columns: repeat(1, 1fr);
}
}
#birthday-23179::placeholder {
	visibility: visible !important;
	color: #6c757d; 
  }
  
 .formTextColor {
	background: #fff;
 }
 #i-10 .card-title {
color: #fff;
 }
 #i-10 .bg-white {
    color: #000; 
    min-width: 200px;
 }