@charset "UTF-8";
/* CSS Document */
body {
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    font-family: Inter;
    color: #222222;
    display: flex;
    flex-direction: column;
}
body, html {
    height: 100%;
}
main {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
}
a:focus { 
	outline: none;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    outline: none;
}
.btn-none {
    background: #FFF!important;
    border: none;
    margin-left: -1px!important;
}
.btn-none:hover, .btn-none:focus, .btn-none:active {
    color: rgb(33, 37, 41)!important;
    border: none!important;   
}
h1 small {
    font-size: 60%;
}
.title {
    font-size: 26px;
    padding: 10px 0;
}
footer ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}
.header {
    z-index: 100;
}
.header strong {
    font-weight: 600;
}
.header ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}
.listing-header {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  overflow: hidden;
}

.listing-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .listing-header {
    aspect-ratio: 2 / 1;
  }
}
.home-header {
    background-color: rgba(0,0,0,0.7);
}
.img-thumbnail {
	border-radius: 0;
	padding: 0;
	margin-bottom: 20px;
}
@media (min-width: 576px) {
	.img-thumbnail {
		height: 200px;
		object-fit: cover;
		width: 100%;
	}
}
.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}
@media (max-width: 767.98px) {
    .breadcrumb-item::before {
        padding-left: 0;
        content: ""!important;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 0;
    }
    .title {
        text-align: center;
    }
    
}
.card {
    border-radius: 0;
    border-color: rgb(222, 226, 230);
}
.card-header {
    border-color: rgb(222, 226, 230);
}
.card-header:first-child {
    border-radius: 0;
}
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 169px;
    object-fit: cover;
    width: 100%; 
}
@media (min-width: 768px) {
    .card-img-top {
        height: 229px;
    }
}
@media (min-width: 992px) {
    .card-img-top {
        height: 309px;
    }
}
@media (min-width: 1200px) {
    .card-img-top {
        height: 369px;
    }
}
/* Navbar */
.logo {
    height: 70px;
    padding: 5px 50px 5px 0;
}
footer .logo {
    padding: 5px;
}
.navbar-toggler {
	border: none;
}
.navbar-toggler i {
	font-size: 24px;
    color: #FFF;
}
.navbar-toggler i:hover {
    color: #FFF;
}
.navbar {
    padding: 1rem;
}
/* Carousel */
.carousel-control-next i, 
.carousel-control-prev i {
	font-size: 60px;
}
/* Articles */
ul.article-meta {
    margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
}
ul.article-meta li {
	display: inline-block;
	margin-right: 10px;
}
ul.article-meta i {
	margin-right: 5px;
}
.article-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.search-bar {
    width: 100%;
}
.search-bar .form-control {
    border: none;
    height: 48px;
}
.search-bar .form-control:focus {
    border: none;
    outline: none;
}
.search-bar .input-group-append {
    margin-left: 0;
}
.autocomplete-items {
    position: absolute;
    border: none;
    border-bottom: none;
    border-top: none;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 99;
    top: 48px;
    left: 0;
    right: 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    max-height: 440px;
    overflow: hidden;
    text-align: left;
    margin: -8px 4px 0 4px;
    background-color: #FFF;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #FFF;
    color: #212529;
}
.autocomplete-items div:hover {
    background-color: #EEE; 
}
#SearchForm {
    width: 100%;
    padding: 16px 0;
}
@media (min-width: 1200px) {
    #SearchForm {
        width: 100%;
        padding: 0;
    }
} 
#Map {
	height: 100%;
   	width: 100%;
}
@media (max-width: 991.98px) {
    #Map {
        height: 400px;
    }
}
.table-borderless td, .table-borderless th {
    background: transparent;
}
@media (max-width: 991.98px) {
    #map {
        height: 400px;
    }
}
@media (max-width: 767.98px) {
    .search-bar .form-control {
        width: 100%;
        margin: 5px 0;
    }
    .search-bar .form-control + .form-control {
        margin-left: 0;       
    }
    .search-bar .input-group-append, .autocomplete {
        width: 100%;
    }
    .search-bar .btn {
        margin: 5px 0;
    }
    #Searchautocomplete-list {
        top: 185px;
        margin-left: 15px;
        margin-right: 15px;
    }
    #Locationautocomplete-list {
        top: 250px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .top-search #Searchautocomplete-list {
        top: 174px;
        margin-left: 28px;
        margin-right: 28px;
    }
    .top-search #Locationautocomplete-list {
        top: 238px;
        margin-left: 28px;
        margin-right: 28px;
    }
    .autocomplete-container {
        width: 100%;
    }   
}
#listingNav {
    transition: box-shadow 0.3s ease-in-out;
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
}
@media (min-width: 992px) {
    #listingNav {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
    }
}
.stars {
    font-size: 24px;
    padding: 0;
    margin-bottom: 10px;
}
.star-rating .stars {
    font-size: 30px;
}
.stars i {
    margin: 0 2px 0 0;
}
.review-summary .progress {
    margin: 5px 0;
    height: 15px;
}
.list-inline {
    margin-bottom: 0;
}
.nav-link {
    padding: 12px 8px;
}
.list-inline i {
  margin-right: 10px;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
  padding: 16px;
  background-color: transparent;
  font-weight: 300;
  font-size: 20px;
  border-radius: 0;
  border: 0;
}
.nav-tabs >li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 2px solid #FFF;
}
.nav-tabs > li > a:hover,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > li > a:focus {
    border-bottom: 2px solid #FFF;
  background-color: transparent !important;
}
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active,
.nav-tabs.nav-justified > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active:focus {
  border: 0;   
  background-color: transparent;
  cursor: default;
}
.card-header {
    background-color: transparent;
}
.about-table tr:first-child td {
    border-top: none;
}
.star-rating {
  font-family: "Font Awesome 5 Pro";
  font-size: 30px!important;
}
.star-rating > fieldset {
  border: none;
  display: inline-block;
}
.star-rating > fieldset:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.star-rating > fieldset:not(:checked) > label {
  float: right;
  width: 1.1em;
  margin-right: 2px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.star-rating > fieldset:not(:checked) > label:before {
  font-weight: 400;
  content: '\f005';
}
.star-rating > fieldset:not(:checked) > label:hover:before,
.star-rating > fieldset:not(:checked) > label:hover ~ label:before {
  font-weight: 900;
  content: '\f005';
}
.star-rating > fieldset > input:checked ~ label:before {
  font-weight: 900;  
  content: '\f005';
}
.star-rating > fieldset > label:active {
  position: relative;
  top: 2px;
}
.resize-text {
  resize: none;
  min-height: 100px!important;
}
.listing-logo {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.listing-logo img {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  display: inline-block;
}
.reply {
  background: #EEE;
  padding: 15px;
  margin: 10px 0;
  border-radius: 10px;
}
.ekko-lightbox .modal-footer {
    justify-content: center;
}
#locations-map {
  width: 100%;
  height: 500px;
}
@media (min-width: 992px) {
    .location-results {
      height: 500px;
      overflow: scroll;
    }
}
.gm-style .gm-style-iw-c {
  border-radius: 0;
  box-shadow: 0 2px 7px 1px rgba(0,0,0,0.1);
}
.gm-ui-hover-effect {
  top: 0!important;
  right: 0!important
}
.info_content {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px;
}
.info_content h4 {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 20px;
  font-weight: 400;
  color: #222;
  margin: 0;
}
.info_content h4:focus {
  outline: none !important;
  box-shadow: none !important;
}
.reviews {
    color: #212529;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
}
.tags {
    font-size: 0.9rem;
}
.bg-primary .tags a, .bg-primary .tags a:hover {
    color: #FFF;
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.verified, .unverified {
    margin-top: 10px;
}
.verified i {
    font-size: 48px;
    color: #28A745;
}
.unverified i {
    font-size: 48px;
    color: #BBB;
}
@media (max-width: 767.98px) {
    .verified, .unverified {
        position: absolute;
    }
}
@media (min-width: 768px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .distance {
        float: right;
        margin-left: 20px;
    }
}
#HomeSearch {
    max-width: 1138px;
    padding: 15px;
    width: 90%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.7);
    z-index: 99;
}
.cover {
    margin: 0;
    height: 100%;
    min-height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cover .logo {
    height: 75px;
}
#HomeSearch {
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
    .cover {
        min-height: 250px; 
    }
    .cover .logo {
        height: 100px;
    }
}
@media (min-width: 992px) {
    .cover { 
        height: 100%;
    }
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus,
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    box-shadow: none;
}
@media (min-width: 768px) {
    .autocomplete-container {
        flex: 1 1 auto;
        position: relative;
    }
    .autocomplete-container .form-control {
        width: 100%;
    }
}
.image-style-side {
    float: right;
    margin-left: 10px;
    max-width: 50%;
}
.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.image > figcaption {
    caption-side: bottom;
    text-align: center;
    word-break: break-word;
    color: #333;
    background-color: #F7F7F7;
    padding: .6em;
    font-size: .75em;
}
blockquote {
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #CCC;
}
.list-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav-footer {
	list-style: none
}
.nav-footer > li {
	margin-bottom: 5px;
}
@media (min-width: 1200px) {
    .nav-footer {
        display: inline-block;
        padding-left: 0;
        margin-bottom: 0;
    }
    .nav-footer li {
        float: left;
        margin-bottom: 0;
    }
    .nav-footer li a {
        position: relative;
        display: block;
        padding: 5px 15px;
    }
}
.nav-header {
	list-style: none;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0
}
.nav-header > li > a {
    position: relative;
    display: block;
    padding: 5px 15px
}
.nav-header > li {
    float: left;
    margin-bottom: 0
}
.nav-header > li + li {
    margin-left: 2px
}
/* Back to Top Button */
.top {
	display: inline-block;
	height: 60px;
	width: 60px;
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #444 url("../img/top-arrow.svg") no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.top.is-visible, .top.fade-out, .no-touch .top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.top.is-visible {
	visibility: visible;
	opacity: 1;
}
.top.fade-out {
	opacity: .5;
}
.no-touch .top:hover {
	background-color: #E86256;
	opacity: 1;
}
.list ol {
    font-size: 24px;
    font-weight: 300;
}
.list ol table, .list ol p, .list ol ol {
	font-size: 1rem;
    font-weight: 400;
}
button.terms {
    font-size: 1.5rem!important;
}
#Terms .card {
    box-shadow: none!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom: none!important;
}
.form-control.is-invalid {
    border-color: #dc3545!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")!important;
}
.image-gallery {
    --bs-modal-border-radius: 0;
}
.image-gallery .close i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.image-gallery .close i:hover {
    color: rgba(255, 255, 255, 1);
}

.image-gallery .close {
    background: none;
    border: none;
}
.img-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.opening-hours th, .opening-hours td {
    background-color: transparent;
}
#cookie-confirmation {
	position: fixed;
	top: initial;
	bottom: 0;
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.85) !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 1rem !important;
	font-weight: 400 !important;
	color: #FFF !important;
	text-align: center !important;
	z-index: 100000000 !important;
}
#cookie-confirmation-inner {
	padding: 25px;
}
#cookie-confirmation .close {
	color: #FFF;
}
#locations-map {
  height: 400px;
}
@media (min-width: 992px) {
    #locations-map {
      height: 100%;
    }
    .location-card {
      max-height: 500px;
      overflow-y: auto;
    }
}