/* Global Variables */
.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-extra-services-on-res .qodef-res-extra-service-item, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-amenities-holder .qodef-amenity-item, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-extra-services-holder .qodef-extra-service-item {
  position: relative;
  margin: 14px 0;
  line-height: 1;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-extra-services-on-res .qodef-res-extra-service-item input[type=checkbox], .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-amenities-holder .qodef-amenity-item input[type=checkbox], .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-extra-services-holder .qodef-extra-service-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  max-height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 0;
  left: 0;
  margin: 0;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-extra-services-on-res .qodef-res-extra-service-item input[type=checkbox]:focus, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-amenities-holder .qodef-amenity-item input[type=checkbox]:focus, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-extra-services-holder .qodef-extra-service-item input[type=checkbox]:focus {
  outline: 0;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-extra-services-on-res .qodef-res-extra-service-item input[type=checkbox] + label, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-amenities-holder .qodef-amenity-item input[type=checkbox] + label, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-extra-services-holder .qodef-extra-service-item input[type=checkbox] + label {
  display: inline-block;
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-extra-services-on-res .qodef-res-extra-service-item input[type=checkbox] + label span.qodef-label-text, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-amenities-holder .qodef-amenity-item input[type=checkbox] + label span.qodef-label-text, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-extra-services-holder .qodef-extra-service-item input[type=checkbox] + label span.qodef-label-text {
  padding-left: 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #464646;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-extra-services-on-res .qodef-res-extra-service-item input[type=checkbox] + label .qodef-label-view, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-amenities-holder .qodef-amenity-item input[type=checkbox] + label .qodef-label-view, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-extra-services-holder .qodef-extra-service-item input[type=checkbox] + label .qodef-label-view {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-extra-services-on-res .qodef-res-extra-service-item input[type=checkbox] + label .qodef-label-view:hover, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-amenities-holder .qodef-amenity-item input[type=checkbox] + label .qodef-label-view:hover, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-extra-services-holder .qodef-extra-service-item input[type=checkbox] + label .qodef-label-view:hover {
  cursor: pointer;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-extra-services-on-res .qodef-res-extra-service-item input[type=checkbox] + label .qodef-label-view:after, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-amenities-holder .qodef-amenity-item input[type=checkbox] + label .qodef-label-view:after, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-extra-services-holder .qodef-extra-service-item input[type=checkbox] + label .qodef-label-view:after {
  content: "\4e";
  font-size: 12px;
  font-family: 'ElegantIcons';
  color: #fff;
  position: absolute;
  top: 10px;
  left: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-extra-services-on-res .qodef-res-extra-service-item input[type=checkbox]:checked + label .qodef-label-view, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-amenities-holder .qodef-amenity-item input[type=checkbox]:checked + label .qodef-label-view, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-extra-services-holder .qodef-extra-service-item input[type=checkbox]:checked + label .qodef-label-view {
  background-color: #000;
  border-color: #000;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-extra-services-on-res .qodef-res-extra-service-item input[type=checkbox]:checked + label .qodef-label-view:after, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-amenities-holder .qodef-amenity-item input[type=checkbox]:checked + label .qodef-label-view:after, .qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-extra-services-holder .qodef-extra-service-item input[type=checkbox]:checked + label .qodef-label-view:after {
  opacity: 1;
}

/* common mixins - start */
/* common mixins - end */
/* mixins styles - start */
/* mixins styles - end */
/* ==========================================================================
   Custom Post Types styles
   ========================================================================== */
/* Hotel room gallery start */
.qodef-hotel-room-gallery-item-holder .qodef-gallery-title {
  margin: 0 0 21px;
}

.qodef-hotel-room-gallery-item-holder .qodef-hotel-room-gallery {
  margin: -15px;
}

.qodef-hotel-room-gallery-item-holder .qodef-hotel-room-gallery .qodef-hotel-room-gallery-item {
  position: relative;
  float: left;
  width: 33.33%;
  padding: 15px;
  box-sizing: border-box;
}

.qodef-hotel-room-gallery-item-holder .qodef-hotel-room-gallery .qodef-hotel-room-gallery-item:nth-child(3n+1) {
  clear: both;
}

.qodef-hotel-room-gallery-item-holder .qodef-hotel-room-gallery .qodef-hotel-room-gallery-item a {
  position: relative;
  display: block;
}

.qodef-hotel-room-gallery-item-holder .qodef-hotel-room-gallery .qodef-hotel-room-gallery-item a:hover:after {
  opacity: 1;
}

.qodef-hotel-room-gallery-item-holder .qodef-hotel-room-gallery .qodef-hotel-room-gallery-item a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: '';
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 1s cubic-bezier(0.29, 0.22, 0.11, 1);
  -moz-transition: opacity 1s cubic-bezier(0.29, 0.22, 0.11, 1);
  transition: opacity 1s cubic-bezier(0.29, 0.22, 0.11, 1);
}

.qodef-hotel-room-gallery-item-holder .qodef-hotel-room-gallery .qodef-hotel-room-gallery-item a img {
  display: block;
  width: 100%;
}

/* Hotel room gallery end */
/* Map section start */
.qodef-hotel-room-map .qodef-hotel-room-map-address {
  margin: 20px 0;
}

.qodef-hotel-room-map .qodef-hotel-room-map-address .qodef-map-item {
  display: block;
}

/* Map section end */
.qodef-hotel-room-reservation-holder {
  background-color: #f6f6f6;
  padding: 15px 30px 32px;
  box-sizing: border-box;
}

.qodef-hotel-room-reservation-holder h3 {
  margin: 38px 0 42px;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation {
  /* datepicker */
  /* extra-services */
  /* prices */
  /* messages */
  /* buttons */
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation select {
  width: 100% !important;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation input[type=text] {
  color: #464646;
  border: 0;
  border-bottom: 2px solid #272727;
  padding: 6px 0 7px;
  margin: 0 0 37px;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation input[type=text]::-webkit-input-placeholder {
  font-weight: 400;
  text-transform: inherit;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation input[type=text]:-moz-placeholder {
  font-weight: 400;
  text-transform: inherit;
  opacity: 1;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation input[type=text]::-moz-placeholder {
  font-weight: 400;
  text-transform: inherit;
  opacity: 1;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation input[type=text]:-ms-input-placeholder {
  font-weight: 400;
  text-transform: inherit;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation input:disabled {
  cursor: default !important;
  color: rgba(70, 70, 70, 0.6);
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation label {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #272727;
  font-size: 14px;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-min-date,
.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-max-date {
  display: inline-block;
  position: relative;
  width: 100%;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-min-date:after,
.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-max-date:after {
  position: absolute;
  bottom: 11px;
  top: 29px;
  right: 3px;
  font-family: 'Linearicons-Free';
  content: "\e836";
  font-size: 15px;
  color: #464646;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-email {
  display: inline-block;
  position: relative;
  width: 100%;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-email:after {
  position: absolute;
  bottom: 11px;
  top: 29px;
  right: 3px;
  font-family: 'Linearicons-Free';
  content: "\e818";
  font-size: 15px;
  color: #000;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-email input {
  position: relative;
  z-index: 1;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-extra-services-on-res {
  margin: -5px 0 0;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-extra-services-on-res .qodef-res-extra-service-item label {
  pointer-events: initial !important;
  /* overwrite default value for label */
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-initial-price-on-res {
  margin: 17px 0 9px;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-initial-price-on-res .qodef-res-initial-price,
.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-initial-price-on-res label {
  display: block;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-initial-price-on-res .qodef-res-initial-price {
  font-size: 14px;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-end-price-on-res {
  margin: 17px 0 32px;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-end-price-on-res .qodef-res-end-price,
.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-end-price-on-res label {
  display: block;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-input-end-price-on-res .qodef-res-end-price {
  font-size: 14px;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation #reservation-validation-messages-holder .qodef-reservation-messages {
  font-size: 14px;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation #reservation-validation-messages-holder .qodef-reservation-messages:first-child {
  margin-top: 20px;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation button, .qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-btn {
  width: 100%;
  text-align: center;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-hotel-room-reservation-similar,
.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-buy-item-form .qodef-hotel-room-single-res-button {
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-disable-hotel-room-single-btn {
  display: none;
}

.qodef-hotel-room-reservation-holder .qodef-hotel-room-reservation .qodef-hotel-room-single-res-checking:hover {
  -webkit-transition: initial;
  -moz-transition: initial;
  transition: initial;
}

.qodef-hotel-room-single-outer .qodef-tabs {
  margin: 49px 0 0;
  /* amenities */
  /* extra services */
  /* comments */
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-tabs-nav {
  display: block;
  width: 15.6%;
  float: left;
  box-sizing: border-box;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-tabs-nav li {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-tabs-nav li a {
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  float: none;
  display: block;
  padding: 9px 2px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-tabs-nav li a span {
  position: relative;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-tabs-nav li a span:after {
  position: absolute;
  display: block;
  content: " ";
  left: 0;
  bottom: -3px;
  width: 0;
  border-bottom: 2px solid #000;
  -webkit-transition: width 0.23s;
  -moz-transition: width 0.23s;
  transition: width 0.23s;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-tabs-nav li a:hover {
  color: #000;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-tabs-nav li a:hover span:after {
  width: 100%;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-tabs-nav li.ui-state-active a {
  color: #000;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-tabs-nav li.ui-state-active a span {
  position: relative;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-tabs-nav li.ui-state-active a span:after {
  width: 18px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-tabs-nav li.ui-state-active a:hover {
  color: #000;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-tabs-nav li.ui-state-active a:hover span:after {
  width: 100%;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hr-item-section {
  box-sizing: border-box;
  width: 84.4%;
  float: left;
  padding: 0;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hr-item-section .qodef-hotel-part-holder {
  padding-bottom: 40px;
  margin-bottom: 25px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hr-item-section .qodef-hotel-part-holder.qodef-hotel-room-description .qodef-hotel-room-title {
  margin: 13px 0 15px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hr-item-section .qodef-hotel-part-holder.qodef-hotel-room-description p {
  line-height: 27px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hr-item-section .qodef-hotel-room-map .qodef-hotel-room-title {
  margin: 13px 0 15px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-amenity .qodef-hr-amenity-title {
  margin-top: 0;
  font-weight: 300;
  line-height: 31px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-amenity .qodef-hr-amenity-title:before {
  position: relative;
  content: "/";
  padding-right: 1px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-extra-service .qodef-hotel-room-title {
  margin: 32px 0 20px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-extra-service .qodef-tag-item {
  display: table;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-extra-service .qodef-tag-item .qodef-tag-item-name {
  position: relative;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding: 0 9px 0 0;
  line-height: 31px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-extra-service .qodef-tag-item .qodef-tag-item-name:before {
  position: relative;
  content: "/";
  padding-right: 1px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-extra-service .qodef-tag-item .qodef-dot-item {
  position: relative;
  display: table-cell;
  border-bottom: 1px solid #bcbcbc;
  width: 98%;
  z-index: 1;
  bottom: 10px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-extra-service .qodef-tag-item .qodef-label-items-value {
  position: relative;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding: 0 0px 0 12px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-extra-service .qodef-tag-item .qodef-label-items-value .qodef-extra-services-value-marked {
  font-weight: 700;
  color: #000;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-comment-holder-inner {
  padding: 0;
  margin-top: 60px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-comment-name {
  float: none;
  margin: 0;
  display: block;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-comment-date {
  float: none;
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}

.qodef-hotel-room-single-outer .qodef-tabs .black_star {
  color: #000;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-reviews-label {
  margin-top: -24px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-reviews-breakdown .qodef-hr-item-reviews-display-left {
  height: 170px;
  background-color: #000;
  margin-top: 17px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-reviews-breakdown .qodef-hr-item-reviews-display-left .qodef-hr-item-reviews-average-rating {
  color: #000;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-reviews-breakdown .qodef-hr-item-reviews-display-left .qodef-hr-item-reviews-rating-description {
  color: #000;
  font-size: 21px;
  font-family: "Playfair Display";
  letter-spacing: 1px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-reviews-breakdown .qodef-hr-item-reviews-display-right .qodef-hr-item-reviews-display-bar .qodef-hr-item-reviews-display-bar-inner {
  padding: 4px 0 3px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-reviews-breakdown .qodef-hr-item-reviews-display-right .qodef-hr-item-reviews-display-bar .qodef-hr-item-reviews-bar-holder {
  background: transparent;
  border-bottom: 1px solid #d0d0d0;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-reviews-breakdown .qodef-hr-item-reviews-display-right .qodef-hr-item-reviews-display-bar .qodef-hr-item-reviews-bar-holder .qodef-hr-item-reviews-bar-progress {
  background: transparent;
  position: relative;
  top: 1px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 15px;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hotel-room-reviews-breakdown .qodef-hr-item-reviews-display-right .qodef-hr-item-reviews-display-bar .qodef-hr-item-reviews-bar-holder .qodef-hr-item-reviews-bar-title {
  color: #464646;
  font-size: 15px;
}

.qodef-hotel-room-single-holder .qodef-hotel-room-single-content-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-hotel-single-item-boxed .qodef-hotel-room-single-holder .qodef-hotel-room-single-content-holder {
  padding: 20px 20px 48px;
  box-sizing: border-box;
  background-color: #fff;
}

.qodef-hotel-room-single-holder .qodef-hotel-room-single-content-holder .qodef-hotel-room-single-outer #submit_comment {
  margin: 8px 0 0;
  color: #000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.qodef-hotel-room-single-holder .qodef-hotel-room-single-content-holder .qodef-hotel-room-single-outer #submit_comment:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .qodef-hotel-room-single-holder .qodef-grid-col-6:nth-child(2n+1) {
    clear: both;
  }
}

.woocommerce-order-details .product-quantity {
  display: none;
}

.qodef-hotel-profile-reservations-holder .qodef-hotel-profile-reservations-item {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-hotel-profile-reservations-holder .qodef-hotel-profile-reservations-item-image {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 100px;
}

.qodef-hotel-profile-reservations-holder .qodef-hotel-profile-reservations-item-title {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding-left: 15px;
}

.qodef-hotel-filter-holder.qodef-hrf-type-box {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  width: 436px;
  max-width: 100%;
}

.qodef-hotel-filter-holder.qodef-hrf-type-box.qodef-hotel-filter-background {
  padding: 30px;
}

.qodef-hotel-filter-holder.qodef-hrf-type-box .qodef-hf-title {
  margin-top: 10px;
  position: relative;
  left: -2px;
}

.qodef-hotel-filter-holder.qodef-hrf-type-box .qodef-hotel-filters-inner {
  margin: 0 -18px;
}

.qodef-hotel-filter-holder.qodef-hrf-type-box .qodef-hotel-filters-inner .qodef-hotel-filters-cell {
  width: 50%;
  display: inline-block;
  float: left;
  vertical-align: bottom;
  padding: 0 18px;
  box-sizing: border-box;
}

.qodef-hotel-filter-holder.qodef-hrf-type-box .qodef-hotel-filters-inner .qodef-hotel-filters-cell .qodef-input-min-date:after,
.qodef-hotel-filter-holder.qodef-hrf-type-box .qodef-hotel-filters-inner .qodef-hotel-filters-cell .qodef-input-max-date:after {
  top: 30px;
  bottom: auto;
  right: 1px;
}

.qodef-hotel-filter-holder.qodef-hrf-type-box .qodef-hotel-filters-inner .qodef-hotel-filters-cell input {
  margin: 0px 0 33px;
}

.qodef-hotel-filter-holder.qodef-hrf-type-box .qodef-hotel-filters-inner .qodef-hotel-filters-cell .select2 {
  margin: 0 0 33px;
}

.qodef-hotel-filter-holder.qodef-hrf-type-box .qodef-grid-col-6 {
  margin-bottom: 15px;
}

.qodef-hotel-filter-holder.qodef-hrf-type-box .qodef-hotel-room-filter-button-holder {
  margin-top: 25px;
}

.qodef-hotel-filter-holder.qodef-hrf-type-box.qodef-hotel-filter-border {
  border: 1px solid #343434;
}

.qodef-hotel-filter-holder.qodef-hrf-type-box.qodef-hotel-filter-shadow {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.rev_slider .qodef-hotel-filter-holder.qodef-hrf-type-box {
  width: 341px;
}

.rev_slider .qodef-hotel-filter-holder.qodef-hrf-type-box .qodef-hotel-filters-inner {
  margin: 0 -18px !important;
}

.rev_slider .qodef-hotel-filter-holder.qodef-hrf-type-box .qodef-hotel-filters-inner .qodef-hotel-filters-cell {
  padding: 0 18px !important;
}

.rev_slider .qodef-hotel-filter-holder.qodef-hrf-type-box .qodef-hotel-filters-inner .qodef-hotel-filters-cell input[type=text] {
  display: block;
}

.rev_slider .qodef-hotel-filter-holder.qodef-hrf-type-box .qodef-hotel-filters-inner .qodef-hotel-filters-cell .select2-container--default {
  display: block;
}

.qodef-hotel-filter-holder.qodef-hrf-type-stripe .select2.select2-container {
  margin: 8px 0 0;
}

.qodef-hotel-filter-holder.qodef-hrf-type-stripe .qodef-hotel-filters {
  padding: 32px 0 58px 0;
}

.qodef-hotel-filter-holder.qodef-hrf-type-stripe .qodef-hotel-filters-inner {
  margin: 0 -12px;
}

.qodef-hotel-filter-holder.qodef-hrf-type-stripe .qodef-hotel-filters-inner .qodef-hotel-filters-cell {
  width: 14.3%;
  display: table-cell;
  vertical-align: bottom;
  padding: 0 12px;
  box-sizing: border-box;
}

.qodef-hotel-filter-holder.qodef-hrf-type-stripe .qodef-hotel-filters-inner .qodef-hotel-filters-cell input {
  margin: 6px 0 0;
  position: relative;
  z-index: 2;
}

.qodef-hotel-filter-holder.qodef-hrf-type-stripe .qodef-hotel-filters-inner .qodef-hotel-room-filter-button {
  padding: 9px 10px;
  width: 100%;
  text-align: center;
}

.qodef-hotel-filter-holder.qodef-hrf-type-stripe.qodef-hotel-full-width-filter {
  padding: 0 60px;
}

.qodef-hotel-filter-holder.qodef-hrf-type-stripe.qodef-hotel-full-width-filter.qodef-hotel-filter-border, .qodef-hotel-filter-holder.qodef-hrf-type-stripe.qodef-hotel-full-width-bckg-filter.qodef-hotel-filter-border {
  border-bottom: 1px solid #343434;
}

.qodef-hotel-filter-holder.qodef-hrf-type-stripe.qodef-hotel-full-width-filter.qodef-hotel-filter-shadow, .qodef-hotel-filter-holder.qodef-hrf-type-stripe.qodef-hotel-full-width-bckg-filter.qodef-hotel-filter-shadow {
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.06);
}

.qodef-hotel-filter-holder.qodef-hrf-type-stripe.qodef-hotel-grid-filter .qodef-hotel-filters {
  margin: 0 -60px;
  padding: 30px 60px;
}

.qodef-hotel-filter-holder.qodef-hrf-type-stripe.qodef-hotel-grid-filter.qodef-hotel-filter-border .qodef-hotel-filters {
  border-bottom: 1px solid #343434;
}

.qodef-hotel-filter-holder.qodef-hrf-type-stripe.qodef-hotel-grid-filter.qodef-hotel-filter-shadow .qodef-hotel-filters {
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.06);
}

.qodef-hotel-filter-holder .select2.select2-container {
  width: 100% !important;
}

.qodef-hotel-filter-holder input[type=text] {
  color: #464646;
  border: 0;
  border-bottom: 2px solid #272727;
  padding: 6px 0 7px;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
}

.qodef-hotel-filter-holder input[type=text]::-webkit-input-placeholder {
  font-weight: 400;
  text-transform: inherit;
}

.qodef-hotel-filter-holder input[type=text]:-moz-placeholder {
  font-weight: 400;
  text-transform: inherit;
  opacity: 1;
}

.qodef-hotel-filter-holder input[type=text]::-moz-placeholder {
  font-weight: 400;
  text-transform: inherit;
  opacity: 1;
}

.qodef-hotel-filter-holder input[type=text]:-ms-input-placeholder {
  font-weight: 400;
  text-transform: inherit;
}

.qodef-hotel-filter-holder label {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #272727;
  font-size: 14px;
}

.qodef-hotel-filter-holder .qodef-input-min-date,
.qodef-hotel-filter-holder .qodef-input-max-date {
  display: inline-block;
  position: relative;
  width: 100%;
}

.qodef-hotel-filter-holder .qodef-input-min-date:after,
.qodef-hotel-filter-holder .qodef-input-max-date:after {
  position: absolute;
  bottom: 7px;
  right: 2px;
  font-family: 'Linearicons-Free';
  content: "\e836";
  font-size: 15px;
  color: #000;
}

.qodef-hotel-filter-holder .qodef-input-min-date input,
.qodef-hotel-filter-holder .qodef-input-max-date input {
  position: relative;
  z-index: 1;
}

.qodef-hotel-filter-holder.qodef-hotel-filter-skin-light {
  color: #fff;
}

.qodef-hotel-filter-holder.qodef-hotel-filter-skin-light input,
.qodef-hotel-filter-holder.qodef-hotel-filter-skin-light .select2-container--default .select2-selection--single,
.qodef-hotel-filter-holder.qodef-hotel-filter-skin-light label {
  color: #fff;
  border-color: #fff;
}

.qodef-hotel-filter-holder.qodef-hotel-filter-skin-light .qodef-btn.qodef-btn-solid {
  border-color: #fff;
  color: #000;
}

.qodef-hotel-filter-holder.qodef-hotel-filter-skin-light .qodef-btn.qodef-btn-solid .qodef-btn-bgrnd-idle {
  background-color: #fff;
}

.qodef-hotel-filter-holder.qodef-hotel-filter-skin-light .qodef-btn.qodef-btn-solid .qodef-btn-bgrnd-hover {
  background-color: transparent !important;
}

.qodef-hotel-filter-holder.qodef-hotel-filter-skin-light .qodef-btn.qodef-btn-solid:hover {
  color: #fff !important;
}

.qodef-hotel-filter-holder.qodef-hotel-filter-skin-light .qodef-input-min-date:after,
.qodef-hotel-filter-holder.qodef-hotel-filter-skin-light .qodef-input-max-date:after {
  color: #fff;
}

/* ==========================================================================
   Hotel Room List shortcode style - begin
   ========================================================================== */
.qodef-hrl-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Article Global Style - begin *****/
  /***** Article Global Style - end *****/
  /***** List Columns Style - begin *****/
  /***** List Columns Style - end *****/
}

.qodef-hrl-holder.qodef-hrl-boxed-layout .qodef-hrl-items-part-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 20px 20px 48px;
  box-sizing: border-box;
  background-color: #fff;
}

.qodef-hrl-holder.qodef-hrl-boxed-layout .qodef-hrl-items-part-holder .qodef-pl-not-found {
  margin: 10px 6px;
}

.qodef-hrl-holder article {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.qodef-hrl-holder article.qodef-hrl-item-showed {
  opacity: 1;
}

.touch .qodef-hrl-holder article {
  cursor: pointer;
}

.qodef-hrl-holder article .qodef-hrl-item-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-hrl-holder article .qodef-hrl-item-inner .qodef-hrl-item-title {
  color: #1d1d1d;
}

.qodef-hrl-holder article .qodef-hrl-item-inner .qodef-hrl-price {
  font-size: 14px;
}

.qodef-hrl-holder article .qodef-hrl-item-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-hrl-holder article .qodef-hrl-item-image img {
  display: block;
  width: 100%;
}

.qodef-hrl-holder article .qodef-hrl-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.qodef-hrl-holder article .qodef-item-featured {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
}

.qodef-hrl-holder:not(.qodef-hrl-one-column) article {
  float: left;
}

.qodef-hrl-holder.qodef-hrl-two-columns article {
  width: 50%;
}

@media only screen and (min-width: 769px) {
  .qodef-hrl-holder.qodef-hrl-two-columns article:nth-child(2n+1) {
    clear: both;
  }
}

.qodef-hrl-holder.qodef-hrl-three-columns article {
  width: 33.33333%;
}

@media only screen and (min-width: 769px) {
  .qodef-hrl-holder.qodef-hrl-three-columns article:nth-child(3n+1) {
    clear: both;
  }
}

.qodef-hrl-holder.qodef-hrl-four-columns article {
  width: 25%;
}

@media only screen and (min-width: 1025px) {
  .qodef-hrl-holder.qodef-hrl-four-columns article:nth-child(4n+1) {
    clear: both;
  }
}

.qodef-hrl-holder.qodef-hrl-five-columns article {
  width: 20%;
}

@media only screen and (min-width: 1441px) {
  .qodef-hrl-holder.qodef-hrl-five-columns article:nth-child(5n+1) {
    clear: both;
  }
}

/* ==========================================================================
   Hotel Room List shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Hotel Room List standard pagination style - begin
   ========================================================================== */
.qodef-hrl-holder.qodef-hrl-pag-standard .qodef-hrl-inner {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-hrl-holder.qodef-hrl-pag-standard.qodef-hrl-pag-standard-animate .qodef-hrl-inner {
  opacity: 0;
}

.qodef-hrl-standard-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 2px 0 0;
  clear: both;
}

.qodef-hrl-standard-pagination ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.qodef-hrl-standard-pagination ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
  padding: 0;
}

.qodef-hrl-standard-pagination ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-number a {
  font-weight: 700;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #000;
  position: relative;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-number a:after {
  position: absolute;
  display: block;
  content: " ";
  left: 0;
  bottom: 3px;
  width: 0;
  border-bottom: 2px solid #000;
  -webkit-transition: width .23s;
  -moz-transition: width .23s;
  transition: width .23s;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-number a:hover {
  color: #464646;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-number a:hover:after {
  width: 100%;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-active a {
  color: #000;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-active a:after {
  width: 100%;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-prev, .qodef-hrl-standard-pagination ul li.qodef-hrl-pag-next {
  position: relative;
  top: 0;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-prev a, .qodef-hrl-standard-pagination ul li.qodef-hrl-pag-next a {
  font-size: 12px;
  -webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, opacity 0.2s ease-out;
  transition: color 0.2s ease-out, opacity 0.2s ease-out;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-prev a span, .qodef-hrl-standard-pagination ul li.qodef-hrl-pag-next a span {
  display: block;
  line-height: inherit;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-prev a span:before, .qodef-hrl-standard-pagination ul li.qodef-hrl-pag-next a span:before {
  display: block;
  line-height: inherit;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-prev {
  left: 0;
  margin: 0px 20px 0 7px;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-prev a {
  opacity: 1;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-next {
  right: 0;
  margin: 0 7px 0 20px;
}

.qodef-hrl-standard-pagination ul li.qodef-hrl-pag-next a {
  opacity: 1;
}

/* ==========================================================================
   Hotel Room List standard pagination style - end
   ========================================================================== */
/* ==========================================================================
   Hotel Room List load more pagination style - begin
   ========================================================================== */
.qodef-hrl-load-more-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-hrl-load-more-holder .qodef-hrl-load-more {
  margin: 40px 0 0;
  text-align: center;
}

/* ==========================================================================
   Hotel Room List load more pagination style - end
   ========================================================================== */
/* ==========================================================================
   Hotel Room List loading element style - begin
   ========================================================================== */
.qodef-hrl-loading {
  position: relative;
  display: none;
  width: 100%;
  margin: 40px 0 20px;
  color: #000;
  text-align: center;
}

.qodef-hrl-loading.qodef-filter-trigger {
  position: absolute;
  top: 250px;
  left: 0;
}

.qodef-hrl-loading.qodef-standard-pag-trigger {
  position: absolute;
  top: 50px;
  left: 0;
}

.qodef-hrl-has-filter .qodef-hrl-loading.qodef-standard-pag-trigger {
  top: 150px;
}

.qodef-hrl-loading.qodef-showing {
  display: block;
}

.qodef-hrl-loading > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.qodef-hrl-loading .qodef-hrl-loading-bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.qodef-hrl-loading .qodef-hrl-loading-bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ==========================================================================
   Hotel Room List loading element style - end
   ========================================================================== */
.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-amenities-holder .qodef-amenity-item label {
  pointer-events: initial !important;
  /* overwrite default value for label */
}

.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-date-holder .qodef-input-min-size,
.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-date-holder .qodef-input-max-size {
  display: inline-block;
  position: relative;
  width: 100%;
}

.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-date-holder .qodef-input-min-size input,
.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-date-holder .qodef-input-max-size input {
  position: relative;
  z-index: 1;
}

.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-date-holder .qodef-input-min-size:after,
.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-date-holder .qodef-input-max-size:after {
  position: absolute;
  top: 29px;
  right: 3px;
  font-family: 'Linearicons-Free';
  content: "\e836";
  font-size: 15px;
  color: #464646;
}

.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-extra-services-holder .qodef-extra-service-item label {
  pointer-events: initial !important;
  /* overwrite default value for label */
}

.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-section.qodef-section-price {
  margin: 0px 0 23px;
}

.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-section.qodef-section-price .qodef-range-slider-response-holder {
  margin: -5px 0 0;
}

.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-section.qodef-section-price .qodef-range-slider-wrapper {
  height: 34px;
}

.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-section.qodef-section-price .qodef-range-slider {
  position: relative;
  height: 2px;
  background-color: #afafaf;
  top: 50%;
  margin-top: -2px;
}

.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-section.qodef-section-price .qodef-range-slider .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-section.qodef-section-price .qodef-range-slider .ui-slider-handle {
  position: absolute;
  top: -3px;
  height: 8px;
  width: 8px;
  background-color: #000;
  margin: 0 0 0 -1px;
  cursor: pointer;
  outline: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-section.qodef-section-price .qodef-range-slider .ui-slider-handle:last-child {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-section.qodef-section-price .qodef-range-slider-price-holder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 4px 0 0;
}

/* Hotel Lists css - start */
.qodef-hrl-holder .qodef-hrl-filter-part h3 {
  margin: 38px 0 42px;
  text-align: center;
}

.qodef-hrl-holder .qodef-hrl-filter-part .qodef-filter-row {
  background-color: #f6f6f6;
  padding: 15px 30px 31px;
  box-sizing: border-box;
}

.qodef-hrl-holder button {
  margin-top: 23px;
  width: 100%;
}

.qodef-hrl-holder input[type=text] {
  color: #464646;
  border: 0;
  border-bottom: 2px solid #272727;
  padding: 6px 0 7px;
  margin: 0 0 37px;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
}

.qodef-hrl-holder input[type=text]::-webkit-input-placeholder {
  font-weight: 400;
  text-transform: inherit;
}

.qodef-hrl-holder input[type=text]:-moz-placeholder {
  font-weight: 400;
  text-transform: inherit;
  opacity: 1;
}

.qodef-hrl-holder input[type=text]::-moz-placeholder {
  font-weight: 400;
  text-transform: inherit;
  opacity: 1;
}

.qodef-hrl-holder input[type=text]:-ms-input-placeholder {
  font-weight: 400;
  text-transform: inherit;
}

.qodef-hrl-holder label {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #272727;
  font-size: 14px;
}

/* Hotel Lists css - end */
/* Divided item layout start */
.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-image,
.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-content {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-image .qodef-hrl-item-content-inner .qodef-hrl-price,
.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-content .qodef-hrl-item-content-inner .qodef-hrl-price {
  color: #000;
  font-size: 18px;
  padding-left: 34px;
  position: relative;
  margin: 10px 0 32px 0;
}

.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-image .qodef-hrl-item-content-inner .qodef-hrl-price:before,
.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-content .qodef-hrl-item-content-inner .qodef-hrl-price:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0);
  -moz-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  left: 1px;
  display: block;
  height: 2px;
  width: 25px;
  background-color: currentColor;
}

.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-image .qodef-hrl-item-content-inner .qodef-hrl-price-period,
.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-content .qodef-hrl-item-content-inner .qodef-hrl-price-period {
  color: #000;
  font-size: 18px;
  position: relative;
}

.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-image .qodef-hrl-item-content-inner .qodef-hrl-price-period:before,
.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-content .qodef-hrl-item-content-inner .qodef-hrl-price-period:before {
  content: '/';
  position: relative;
  padding-right: 5px;
}

.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-image .qodef-hrl-item-content-inner p.qodef-pli-excerpt,
.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-content .qodef-hrl-item-content-inner p.qodef-pli-excerpt {
  margin: 17px 0px 18px 4px;
}

.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-image .qodef-hrl-item-content-inner .qodef-post-read-more-button,
.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-content .qodef-hrl-item-content-inner .qodef-post-read-more-button {
  margin: 0 0 0 4px;
}

.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-image {
  overflow: hidden;
}

.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-image img {
  display: block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-image:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  transform: scale(1.06);
}

.qodef-hrl-holder.qodef-hrl-divided article .qodef-item-holder .qodef-hrl-item-content {
  padding: 0 32px;
}

.qodef-hrl-holder.qodef-hrl-divided article .qodef-hrl-item-title {
  margin: 12px 0 0;
}

.qodef-hrl-holder.qodef-hrl-divided .qodef-hrl-standard-pagination {
  margin: 38px 0 0;
}

/* Standard item layout end */
/* Gallery item layout start */
.qodef-hrl-holder.qodef-hrl-gallery article {
  overflow: hidden;
}

.qodef-hrl-holder.qodef-hrl-gallery .qodef-hrl-item-content .qodef-hrl-price,
.qodef-hrl-holder.qodef-hrl-gallery .qodef-hrl-item-content .qodef-hrl-price-period {
  font-size: 18px;
  letter-spacing: -0.01em;
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-sfb .qodef-hrl-item-content {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px 20px 10px;
  box-sizing: border-box;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  background-color: #fff;
  overflow: hidden;
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-sfb .qodef-hrl-item-content .qodef-hrl-item-content-holder {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-sfb article:hover .qodef-hrl-item-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-sfb article:hover .qodef-hrl-item-content .qodef-hrl-item-content-holder {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-sfb .qodef-hrl-item-title {
  margin: 0;
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st .qodef-hrl-item-content {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  text-align: left;
  padding: 40px;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st .qodef-hrl-item-content .qodef-hrl-item-content-holder {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st .qodef-hrl-item-content .qodef-hrl-item-content-holder .qodef-hrl-item-content-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st .qodef-hrl-item-content .qodef-hrl-item-content-inner {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s;
  -moz-transition: -moz-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s;
  transition: transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s;
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st .qodef-hrl-item-image {
  overflow: hidden;
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st .qodef-hrl-item-image img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st article:hover .qodef-hrl-item-content {
  opacity: 1;
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st article:hover .qodef-hrl-item-content-inner {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st article:hover .qodef-hrl-item-image img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  transform: scale(1.06);
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st .qodef-hrl-item-title {
  margin: 5px 0 0;
  color: #fff;
}

.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st .qodef-hrl-price,
.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st .qodef-pli-excerpt,
.qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st .qodef-hrl-price-period {
  color: #fff;
}

.qodef-hrl-holder.qodef-hrl-gallery .qodef-hrl-standard-pagination {
  margin: 37px 0 0;
}

/* Standard item layout end */
/* Standard item layout start */
.qodef-hrl-holder.qodef-hrl-standard.qodef-tiny-space .qodef-outer-space .qodef-item-space {
  margin: 0 0 35px;
}

.qodef-hrl-holder.qodef-hrl-standard.qodef-small-space .qodef-outer-space .qodef-item-space {
  margin: 0 0 40px;
}

.qodef-hrl-holder.qodef-hrl-standard.qodef-normal-space .qodef-outer-space .qodef-item-space {
  margin: 0 0 45px;
}

.qodef-hrl-holder.qodef-hrl-standard.qodef-medium-space .qodef-outer-space .qodef-item-space {
  margin: 0 0 50px;
}

.qodef-hrl-holder.qodef-hrl-standard.qodef-large-space .qodef-outer-space .qodef-item-space {
  margin: 0 0 55px;
}

.qodef-hrl-holder.qodef-hrl-standard.qodef-huge-space .qodef-outer-space .qodef-item-space {
  margin: 0 0 105px;
}

.qodef-hrl-holder.qodef-hrl-standard article .qodef-hrl-item-image {
  overflow: hidden;
}

.qodef-hrl-holder.qodef-hrl-standard article .qodef-hrl-item-image img {
  display: block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-hrl-holder.qodef-hrl-standard article .qodef-hrl-item-image:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  transform: scale(1.06);
}

.qodef-hrl-holder.qodef-hrl-standard article .qodef-hrl-item-title {
  margin: 21px 0 0px 0;
  line-height: 1;
}

/* Standard item layout end */
.qodef-hrl-sort-part {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  height: 45px;
  background-color: transparent;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
}

.page-template-search-hotel-item-template .qodef-hrl-sort-part {
  margin-bottom: 25px;
}

.qodef-hrl-sort-part .qodef-hrl-sort-part-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.qodef-hrl-sort-part .qodef-hrl-sort-part-inner .qodef-hrl-sort-item {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 22px;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.qodef-hrl-sort-part .qodef-hrl-sort-part-inner .qodef-hrl-sort-item span {
  position: relative;
}

.qodef-hrl-sort-part .qodef-hrl-sort-part-inner .qodef-hrl-sort-item span:after {
  position: absolute;
  display: block;
  content: " ";
  left: 0;
  bottom: -2px;
  width: 0;
  border-bottom: 2px solid currentColor;
  -webkit-transition: width 0.23s;
  -moz-transition: width 0.23s;
  transition: width 0.23s;
}

.qodef-hrl-sort-part .qodef-hrl-sort-part-inner .qodef-hrl-sort-item.qodef-hrl-sort-active span:after, .qodef-hrl-sort-part .qodef-hrl-sort-part-inner .qodef-hrl-sort-item:hover span:after {
  width: 100%;
}

.qodef-hrl-sort-part .qodef-hrl-sort-part-inner .qodef-hrl-sort-item:first-child {
  margin-left: 0;
}

.qodef-hrl-sort-part .qodef-hrl-sort-part-inner .qodef-hrl-sort-item:last-child {
  margin-right: 0;
}

.qodef-hrl-holder.qodef-hrl-sort-light .qodef-hrl-sort-part .qodef-hrl-sort-part-inner .qodef-hrl-sort-item {
  color: #fff;
}

/* ==========================================================================
   Hotel Room Slider shortcode style - begin
   ========================================================================== */
.qodef-hrs-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-hrs-holder .qodef-hrl-inner {
  margin: 0 !important;
}

.qodef-hrs-holder article {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

.qodef-hrs-holder .qodef-hrl-holder.qodef-hrl-gallery.qodef-hrl-gallery-hover-st .qodef-hrl-item-content {
  padding: 47px 50px;
}

.qodef-hrs-holder .qodef-hrl-holder.qodef-nav-light-skin .owl-nav .owl-prev,
.qodef-hrs-holder .qodef-hrl-holder.qodef-nav-light-skin .owl-nav .owl-next {
  color: #fff;
}

.qodef-hrs-holder .qodef-hrl-holder.qodef-nav-light-skin .owl-nav .owl-prev:hover,
.qodef-hrs-holder .qodef-hrl-holder.qodef-nav-light-skin .owl-nav .owl-next:hover {
  color: rgba(255, 255, 255, 0.8);
}

.qodef-hrs-holder .qodef-hrl-holder.qodef-nav-dark-skin .owl-nav .owl-prev,
.qodef-hrs-holder .qodef-hrl-holder.qodef-nav-dark-skin .owl-nav .owl-next {
  color: #333;
}

.qodef-hrs-holder .qodef-hrl-holder.qodef-nav-dark-skin .owl-nav .owl-prev:hover,
.qodef-hrs-holder .qodef-hrl-holder.qodef-nav-dark-skin .owl-nav .owl-next:hover {
  color: rgba(51, 51, 51, 0.8);
}

.qodef-hrs-holder .qodef-hrl-holder.qodef-pag-light-skin .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.2);
}

.qodef-hrs-holder .qodef-hrl-holder.qodef-pag-light-skin .owl-dots .owl-dot.active span, .qodef-hrs-holder .qodef-hrl-holder.qodef-pag-light-skin .owl-dots .owl-dot:hover span {
  background-color: rgba(255, 255, 255, 0.8);
}

.qodef-hrs-holder .qodef-hrl-holder.qodef-pag-dark-skin .owl-dots .owl-dot span {
  background-color: rgba(51, 51, 51, 0.2);
}

.qodef-hrs-holder .qodef-hrl-holder.qodef-pag-dark-skin .owl-dots .owl-dot.active span, .qodef-hrs-holder .qodef-hrl-holder.qodef-pag-dark-skin .owl-dots .owl-dot:hover span {
  background-color: rgba(51, 51, 51, 0.8);
}

/* ==========================================================================
   Hotel Room Slider shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Shortcodes styles
   ========================================================================== */

/*# sourceMappingURL=../../../../plugins/iver-hotel/assets/css/hotel.css.map */
