/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */


/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


/* Generic CSS - BEGIN */

.tm-totop-scroller {
  border: 1px solid #424351;
  border-radius: 50%;
}

.tm-headerbar-right .top-languages {
  position: relative;
  top: 0;
  right: 0;
}

.tm-navbar-centered {
  -webkit-box-shadow: 0 8px 6px -6px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0 8px 6px -6px rgba(204, 204, 204, 0.5);
  box-shadow: 0 8px 6px -6px rgba(204, 204, 204, 0.5);
}

.top-languages {
  position: absolute;
  top: 10px;
  right: 40px;
}

.top-languages.mobile-header-overlay {
  top: 20px;
  background-color: #FFF;
}

.top-languages.mobile-header-overlay .mod-languages li>a {
  font-size: 20px;
}

.top-languages.mobile-header-centered {
  position: relative;
  top: 0;
  right: 0;
}

.mod-languages {
  padding: 0 2px;
  border: 1px solid #EEE;
}

.mod-languages li.lang-active>a {
  font-weight: bold;
}

.header-title:after {
  content: '';
  display: block;
  height: 1px;
  width: 50%;
  background-color: #a0828c;
  margin-top: 8px;
}

.uk-contrast span {
  color: #f2f3ff;
}

.validation-icons>div {
  display: inline-block;
  margin-right: 8px;
}

@media (min-width: 960px) {
  .tm-footer-meta {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .header-title {
    text-align: center;
  }
  .header-title:after {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}


/* Generic CSS - END */

/* Top Left AMEA - BEGIN */

.top-left {
  position: absolute;
  left: 40px;
  top: 4px;
}

.top-left > div {
  display: inline-block;
  margin-right: 8px;
}

.top-left > div:last-child {
  margin-right: 0;
}

.amea-icon {
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #CCC;
  border-radius: 4px;
}

/* Top Left AMEA - END */

/* Headerbar Left AMEA - BEGIN */

.tm-headerbar-left .amea-icon {
  margin-right: 8px;
}

/* Headerbar Left AMEA - END */

/* Mobile Burger Menu For Header Overlay - BEGIN */

.burger-mobile-menu:after {
  font-family: 'theme-icons';
}

.burger-mobile-menu:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.burger-mobile-menu:after {
  content: "\e120";
  /* font-family: FontAwesome; */
  vertical-align: middle;
}


/* Mobile Burger Menu For Header Overlay - END */


/* Weather Module - BEGIN */

.gkwMain span.city-name {
  color: #f2f3ff;
}


/* Weather Module - END */


/* Reservation Form - BEGIN */

input.rsform-input-box {
  border: 2px solid #EEE !important;
}

input.rsform-calendar-box {
  border: 2px solid #EEE !important;
}

input.rsform-submit-button {
  color: #FFF;
}


/* Reservation Form - END */


/* Rservation Policies - BEGIN */

.reservation-policies-sidebar.uk-accordion>.uk-accordion-title {
  text-transform: uppercase;
  font-size: 18px;
  /* color: #1bb4a9; */
  color: #a0828c;
  margin-bottom: 8px;
  border: 1px solid #a0828c;
}

.reservation-policies-sidebar.uk-accordion .uk-accordion-content li {
  font-size: 14px;
  margin-bottom: 10px;
}

.reservation-policies-sidebar.uk-accordion .uk-accordion-content li:last-child {
  margin-bottom: 0;
}


/* Reservation Policies - END */


/* Bottom Text Wrapper - BEGIN */

.bottom-text-wrapper .bottom-text {
  padding: 20px;
  background: rgba(238, 238, 238, 0.80);
}


/* Bottom Text Wrapper - END */
