body {
	overflow: hidden;
}

.btn--small {
	font-size: 0.7rem !important;
	margin: 5px 0;
	display: inline-block;
	padding: 5px 12px !important;
}

.btn--small:hover {
	text-decoration: none !important;
}

.wpgmza_infowindow_link:hover {
	background-color: #919191 !important;
}

.wpgmza_infowindow_link {
	display: none !important;
}

.single-location .open-table-section .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
	width: 100% !important;
}

@media only screen and (min-width: 1024px) {
	.single-location .open-table-section .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
		width: 90% !important;
	}
}

.single-location .map-section {
	margin-top: 40px;
}

.single-location .map-section iframe {
	width: 100%;
}

.single-location .sidebar-text {
	background: #4a4a49;
    padding: 30px;
    border: 5px solid #fff;
	margin-top: 20px;
}

.single-location .sidebar-text p {
	font-size: 18px;
}

.single-location .sidebar-text a {
	color: #ed0000 !important;
	font-weight: 700;
}

.locations-main__content .locations-info__box .kobe-button {
	width: 100%;
	margin: 10px 0;
}

.location .container .locations__sidebar .kobe-button {
	width: 100%;
	display: block;
	margin: 10px auto;
	text-align: center;
}

@media (min-width: 768px) {
	.locations-main__content .locations-info__box .kobe-button {
		width: auto;
		margin-right: 10px;
	}
}

.location .block-50-50 .description-block .toggle-text {
	font-size: 20px;
}

.location .block-50-50 .image-block img {
	height: 25em;
}

.location .locations__sidebar p {
	color: #fff;
}

.location-post .kobe-button {
	border: none !important;
	box-shadow: none !important;
	width: 360px;
	margin-bottom: 30px;
	text-shadow: none !important;
}

.location .locations__sidebar .action-buttons {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.rewards-section {
	background-color: #222222;
	padding: 50px 20px;
}

.rewards-section .container {
	height: auto;
	background-color: transparent;
	border: 0;
	max-width: 1525px;
    width: 100% !important;
}

.rewards-section .container .rewards-wrap {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.rewards-text {
	font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    max-width: 470px;
    text-align: center;
    margin-bottom: 15px;
}

.rewards-section .scroll-to-top {
	background: #ed0000;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    margin-right: 10px;
    position: absolute;
    right: 0;
    bottom: -30px;
}

.rewards-section .scroll-to-top i {
	margin: 0 auto;
}

@media(min-width: 720px) {
	.site-footer .site-footer__inner .footer-section__first {
		width: 52%;
	}

	.site-footer .site-footer__inner .footer-content ul.locations__list {
	  --cols: 2;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  display: grid;
	  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
	  gap: 0 30px;
	  max-width: 600px;
	}
}


@media(min-width: 880px) {
	.site-footer .site-footer__inner .footer-content ul.locations__list {
	  --cols: 3;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  display: grid;
	  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
	  gap: 0 30px;
	  max-width: 600px;
	}
}