/*
 Theme Name:   wp_olympusinn5-v1.2 Child RU
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  OlympusInn Child RU
 Author:       Edoardo Caldari
 Author URI:   http://gestionehotel.guru
 Template:     olympusinn
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  
*/

@import url("../olympusinn/style.css");
/* Place your custom styles below this line
-------------------------------------------------------------- */
@media (max-width: 767px) {
.home-slider .slides li {
height: auto;
background-size: cover;
background-repeat: no-repeat;
}
}
body {
  line-height: 1.571428571;
  background-color: #f4efe9;
  font-size: 14px;
  color: #4f4f4f;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.item, .room-gallery-wrap, .entry-thumb, .entry-content img,
.entry-content .wp-caption, .map-wrap, .hero-wrap, .widget_ci_book_room_widget, .flickr_badge_image a {
  background-color: rgba(255, 255, 255, 0.49);
  padding: 25px;
  border: 1px solid #e1e1e1;
  position: relative;
}
.item-title {
  margin: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.72);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1;
  padding: 10px 15px 0 0;
  font-weight: 900;
}
.booking-wrap.booking-inline {
    text-align: center;
}
.booking-wrap {
  background-color: rgba(93, 66, 42, 0.6);
  padding: 25px;
}
.header {
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: rgba(93, 66, 42, 0.6);
  color: #FFF;
  padding: 30px 0;
}
.booking-wrap.booking-hero {
    text-align: center;
}