#gldbm-widget {
  display: none !important; }

#footer-bottom {
  background: #2b2d34;
  color: #2b2d34;
  padding: 15px 0; }

.book-direct-container {
  display: none;
  font-family: 'Josefin Sans', sans-serif; }

.book-direct {
  text-transform: uppercase; }

.footer-sticky-toggle {
  height: 0; }

.booking-widget .select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: -10px; }

.booking-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1000;
  padding: 15px; }
  .booking-widget.footer {
    position: static; }
  .booking-widget select {
    visibility: hidden; }
  .booking-widget #bookForm {
    display: none; }
  .booking-widget .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    padding: 5px;
    background: none;
    font-size: 2em;
    background: #2b2d34;
    text-align: center; }
  .booking-widget .select2-container--default .select2-selection--single, .booking-widget .datepicker {
    background: none;
    border: none; }
  .booking-widget .datepicker-container {
    margin-right: 30px; }
    .booking-widget .datepicker-container label {
      bottom: 0;
      left: -20px !important; }
  .booking-widget .datepicker {
    text-align: left;
    font-size: 1.4em;
    width: 150px;
    text-align: right;
    color: #fff; }
  .booking-widget .datepicker::placeholder {
    color: #fff; }
  .booking-widget .select2-selection__arrow {
    display: none; }
  .booking-widget h2 {
    margin: 0;
    font-size: 1.3em; }
  .booking-widget label {
    color: #fff;
    font-weight: 500;
    font-size: 0.8em; }
  .booking-widget input {
    display: inline-block;
    font-weight: 700; }
  .booking-widget .btn {
    background: #2b2d34;
    color: #fff;
    width: 100%;
    border: 2px solid #2b2d34;
    font-weight: 400;
    padding: 0px; }
  .booking-widget #book_mobile {
    margin: 0 15px; }

.site-footer {
  padding: 30px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  background-color: #222;
  background-position: bottom right;
  background-repeat: no-repeat; }

.footer-bar {
  background: #000;
  color: #fff;
  padding: 10px 15px; }
  .footer-bar a {
    color: #fff; }

.copyright {
  padding: 15px 0; }
  .copyright p {
    margin-bottom: 0; }

footer#main-footer {
  display: none; }

.copyright-text {
  font-size: 0.7em;
  font-weight: 600; }

.panoptic {
  font-weight: 500;
  padding: 15px; }
  .panoptic a {
    color: #fff; }
    .panoptic a:hover {
      text-decoration: none; }
  .panoptic .logo {
    max-width: 30px;
    display: inline-block;
    transition: 1s ease transform; }
  .panoptic span {
    font-weight: 700;
    text-transform: uppercase; }
  .panoptic:hover .logo {
    transform: rotate(180deg); }

@media only screen and (min-width: 991px) {
  .book-direct-container {
    display: block; }

  .booking-widget #bookForm {
    display: block;
    text-align: right; }
    .booking-widget #bookForm .btn {
      padding: 5px 30px; }
    .booking-widget #bookForm .field {
      display: inline-block;
      min-width: 80px;
      text-align: left;
      position: relative;
      padding-left: 20px; }
      .booking-widget #bookForm .field label {
        bottom: 0;
        margin: 0; }
  .booking-widget.scroll {
    background: #2b2d34; }

  #book_mobile {
    display: none; }

  .panoptic {
    text-align: right; }

  .copyright {
    text-align: left; } }

/*# sourceMappingURL=custom-styles.css.map */
