.fullscreen {
  max-height: 800px;
}

.book-widget-booking-strip-size {
  max-width: fit-content!important;
  margin: auto!important;
  padding-left: 2%!important;
  padding-right: 2%!important;
}
.container .nav-bar {
  width: 100%!important;
}

#primary {
  width: 100%;
}

.custom-logo {
  margin: 10px 0;
}

.book-widget-size-all {
    background-color: rgba(255,255,255,0.9)!important;
}
.book-widget-size-all .book-btn {
    height: 35px!important;
    width: 150px!important;
}

.image-bg .btn.btn-filled {
  border: 1px solid #fff!important;
}

.image-bg .btn.btn-white {
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
}

.image-bg h1 {
  color: #FFF;
  font-size: 60px;
  -webkit-text-fill-color: #FFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

.image-bg p {
  color: #8c979e;
  background-color: rgba(245,245,245,1.0);
  border-radius: 5px;
  padding: 10px;
}

.search-widget-handle {
  display: none;
}

#menubutton {
  padding: 10px 20px;
  background-color: #000;
  color: #FFF;
  text-transform: uppercase;
  border: 1px solid #FFF;
  /*border-radius: 10px;*/
}

.page-title-section {
  display: none;
}

p {
  font-size: 1.7rem;
}

.textwidget {
  word-break: break-word;
}

.entry-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.pdfemb-viewer {
  align-self: center;
  border: 1px solid #EEE!important;
}

div[id^=DB-review-widget-wrapper] {
  background-color: #EEE!important;
}

.footer-credits {
  display: none;
}

a:focus {
  outline: 0;
}
h3 {
  margin-bottom: 10px;
}
.btn-filled {
  background-color: #1B80C2!important;
}

.bg-dark {
  background-color: #1B80C2;
}

.wpforms-submit-container, .wpforms-field, .wpforms-field-medium, .wpforms-submit {
  width: 100%!important;
  max-width: initial!important;
}

.wpforms-submit {
  color: #fff!important;
}


@media (min-width:1270px) {
  .main-navigation .container {
    width: 1270px;
  }
}


@media (min-width: 992px){
  .col-md-3 {
    width: 33.3%;
    text-align: center;
  }
  .col-md-3 img {
    max-width: 60%;
  }
  .col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1 text-center {
/*    margin-top: 80px;*/
  }
}

@media screen and (max-width: 767px) {
  .search {
    display: none;
  }
  section {
    padding: 15px 0;
  }
  .btn-lg {
    width: 100%;
  }
  .parallax-window {
    padding: 0 15px 0 15px;
  }
  .fullscreen {
    max-height: unset;
  }
  .image-bg h1 {
    font-size: 40px;
  }
  .smiley {
    width: 50%;
  }
}

@media (min-width: 1270px) {
  .main-navigation .container {
    width: 1500px;
  }
}

.BookingBox {
  max-height: 80vh!important;
  overflow: scroll!important;
  top: 10%;
}