/*#page-carousel img,*/
ul.rooms li.room .room-thumbnail img {
  -webkit-filter: contrast(100%) brightness(100%);
  filter: contrast(100%) brightness(100%);
  transition: -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/*#page-carousel .owl-item:hover img,*/
ul.rooms li.room .room-thumbnail:hover img {
  -webkit-filter: contrast(110%) brightness(120%);
  filter: contrast(110%) brightness(120%);
}

.footer-menu .menu-footer-navigation-container {
    display: none;
}

.footer-menu {
    padding: 0.8em 0 !important;
}

#reserve-button {
  background: red;
}

div.wpcr3_review div.wpcr3_review_author,
div.wpcr3_review div.wpcr3_review_title,
div.wpcr3_review_item div.wpcr3_item_name,
div.wpcr3_aggregateRating {
    font-size: 1em;
}

.pswp__button:focus,
.pswp__button:hover {
  background-color: transparent !important
}

select#country,
select#hcheck_in,
select#hcheck_out{
    width: 100%;
    padding: 8px;
}
