/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Content
	## Single Room
	## Listing Page
	## Booking Page
# Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

.no-sidebar.post-type-archive-room #main,
.no-sidebar.tax-room_cat #main {
  max-width: none;
}

.post-type-archive-room .archive-description,
.tax-room_cat .archive-description {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
}

/* Notices */

.hotelier-info,
.hotelier-error {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #f1f1f1;
  border-left: 4px solid #074360;
  margin-bottom: 2.857em;
  padding: 1.5em 2.5em;
}

.hotelier-error {
  border-color: #FD5252;
  list-style: none;
  margin-left: 0;
}

/* Cart errors */

.cart-errors {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
}

/* Pagination */

.hotelier-pagination {
  clear: both;
  margin: 1.5em 0;
  text-align: center;
}

.hotelier-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hotelier-pagination li {
  display: inline-block;
}

.hotelier-pagination ul .page-numbers {
  font-size: 10px;
  font-size: 0.625rem;
  background: #e8e7e7;
  color: #074360;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin: 0 2px 4px 0;
  padding: .6em 1.2em;
}

.hotelier-pagination ul .page-numbers.current,
.hotelier-pagination ul .page-numbers:hover {
  background-color: #074360;
  color: #fff;
}

/* No rooms found */

.no-rooms-found {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 5em;
  text-align: center;
}

/* Datepicker */

#hotelier-datepicker {
  margin-bottom: 2.857em;
  padding-bottom: 2.857em;
  position: relative;
}

#hotelier-datepicker:after {
  background: linear-gradient(to right, #e6e6e6 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

#hotelier-datepicker .datepicker-select-container {
  position: relative;
  display: inline-block;
}

#hotelier-datepicker svg {
  fill: #074360;
  left: 20px;
  margin-top: 9px;
  position: absolute;
  top: 0;
}

#hotelier-datepicker input[type=text] {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #074360;
  padding: 10px 20px 9px 20px;
}

#hotelier-datepicker .default-inputs {
  display: inline;
}

.firefox #hotelier-datepicker input[type=text] {
  padding: 11px 20px 12px 20px;
}

#hotelier-datepicker-select {
  font-weight: 500;
  margin-bottom: 1em;
  padding-left: 4em !important;
  width: 100%;
}

#datepicker-button {
  background-color: #074360;
  color: #fff;
  padding: 16px 25px 15px;
}

#datepicker-button:hover {
  background-color: #d07913;
  color: #fff;
}

/* Hide/show inputs if JS is active/inactive */

.no-js #hotelier-datepicker-select {
  display: none;
}

.no-js #hotelier-datepicker svg {
  display: none;
}

.hdp-wrapper {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #fff;
  box-shadow: 7px 7px 24px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  left: 0;
  padding: 1.5em;
  position: absolute;
  width: 240px;
  z-index: 999999;
}

.hdp-wrapper .month-name {
  font-size: 12px;
  font-size: 0.75rem;
  color: #074360;
  text-transform: uppercase;
}

.hdp-wrapper table {
  border: none;
  width: 200px;
}

.hdp-wrapper table tbody {
  font-size: 12px;
  font-size: 0.75rem;
}

.hdp-wrapper table th,
.hdp-wrapper table td {
  border: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}

.hdp-wrapper thead .week-name th {
  border-bottom: 1px solid #e6e6e6;
}

.hdp-wrapper tr.week-name {
  color: #074360;
  font-size: .7em;
  text-transform: uppercase;
}

.hdp-wrapper tr.week-name th {
  padding: .5em 0;
}

.hdp-wrapper .day {
  padding: .5em;
}

.hdp-wrapper .day.invalid {
  color: #ccc;
}

.hdp-wrapper .day.valid {
  cursor: pointer;
}

.hdp-wrapper .day.valid:hover {
  background-color: rgba(7, 67, 96, 0.1);
  color: #7b817f;
}

.hdp-wrapper .day.checked {
  background-color: rgba(7, 67, 96, 0.6);
  color: #fff;
}

.hdp-wrapper .day.day.hovering {
  background-color: rgba(7, 67, 96, 0.3);
  color: #fff;
}

.hdp-wrapper .day.day.nextMonth,
.hdp-wrapper .day.day.lastMonth {
  display: none;
  height: 0;
}

.hdp-wrapper .day.real-today {
  background-color: #d07913;
  color: #fff;
}

.hdp-wrapper .day.real-today.checked {
  background-color: rgba(7, 67, 96, 0.6);
  color: #fff;
}

.hdp-wrapper .day.real-today.first-date-selected,
.hdp-wrapper .day.real-today.last-date-selected {
  background-color: #074360;
}

.hdp-wrapper .day.first-date-selected,
.hdp-wrapper .day.last-date-selected {
  background-color: #074360;
}

.hdp-wrapper tr.caption {
  height: 2.5em;
}

.hdp-wrapper .next,
.hdp-wrapper .prev {
  font-size: 12px;
  font-size: 0.75rem;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  padding: 0.1em .5em;
  transition-duration: 0.2s;
  transition-property: color, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hdp-wrapper .next:hover,
.hdp-wrapper .prev:hover {
  background-color: #074360;
  color: #fff;
}

.hdp-wrapper.two-months.no-prev-next .month1 .next,
.hdp-wrapper.two-months.no-prev-next .month2 .prev {
  display: none;
}

.hdp-wrapper .selected-days {
  display: none;
}

.hdp-wrapper .drp_top-bar {
  margin-bottom: 1.5em;
  padding: .7em 0 1em;
  text-align: left;
}

.hdp-wrapper .error-top,
.hdp-wrapper .normal-top {
  display: none;
}

.hdp-wrapper .error .default-top {
  display: none;
}

.hdp-wrapper .error .error-top {
  color: #FD5252;
  display: block;
}

.hdp-wrapper .normal .default-top {
  display: none;
}

.hdp-wrapper .normal .normal-top {
  display: block;
}

.hdp-wrapper .normal strong {
  color: #074360;
}

.hdp-wrapper .apply-btn {
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #e8e7e7;
  color: #074360;
  font-style: normal;
  margin: 1em 0 0;
  text-transform: uppercase;
}

.hdp-wrapper .apply-btn:hover {
  background-color: #074360;
  color: #fff;
}

.hdp-wrapper .date-range-length-tip {
  background-color: #074360;
  border-radius: 2px;
  color: #fff;
  display: none;
  font-size: .7em;
  line-height: 16px;
  margin-top: -14px;
  padding: 5px 10px;
  position: absolute;
}

.hdp-wrapper .date-range-length-tip:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #074360;
  bottom: -4px;
  content: '';
  left: 50%;
  margin-left: -8px;
  position: absolute;
}

/* Room price */

.price {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #074360;
  display: block;
  margin-bottom: .5em;
}

.price .amount {
  font-size: 28px;
  font-size: 1.75rem;
  color: #d07913;
}

.price del {
  color: inherit;
  opacity: 0.5;
}

.price del .amount {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: none !important;
}

.price ins {
  background: none;
}

/* Room deposit */

.room-deposit,
.rate-deposit {
  font-size: 9px;
  font-size: 0.5625rem;
  background-color: #d07913;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  padding: 3px 17px;
  text-decoration: none;
  text-transform: uppercase;
}

/* Room loop (archive and shortcodes) */

ul.rooms {
  list-style: none;
  margin-bottom: 2.857em;
  margin-left: 0;
  padding: 0;
}

ul.rooms:before,
ul.rooms:after {
  content: "";
  display: table;
  table-layout: fixed;
}

ul.rooms:after {
  clear: both;
}

ul.rooms li.room {
  text-align: center;
}

ul.rooms li.room h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

ul.rooms li.room .room-thumbnail {
  display: block;
  margin-bottom: 1.5em;
}

ul.rooms li.room .room-thumbnail img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul.rooms .view-room-details {
  font-size: 9px;
  font-size: 0.5625rem;
}

/* Form fields */

.hotelier .qty {
  min-width: 50px;
}

.form-row abbr.required {
  border-bottom: none;
  color: #FD5252;
}

.form-row label {
  display: block;
}

.form-row input[type="text"],
.form-row input[type="number"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="url"],
.form-row input[type="password"],
.form-row input[type="search"],
.form-row textarea {
  width: 100%;
}

/* Reservation tables */

table.hotelier-table {
  font-size: 15px;
  font-size: 0.9375rem;
}

table.hotelier-table .amount {
  font-weight: 700;
  color: #555;
}

table.hotelier-table .room-qty {
  width: 60px;
}

table.hotelier-table td.room-name a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #074360;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

table.hotelier-table td.room-name a:hover {
  color: #d07913;
}

table.hotelier-table tfoot .amount {
  font-size: 28px;
  font-size: 1.75rem;
  color: #d07913;
  font-weight: 400;
}

table.hotelier-table .room-name small {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b8bcbb;
  display: block;
  font-style: italic;
}

table.hotelier-table .view-price-breakdown {
  font-size: 9.8px;
  font-size: 0.6125rem;
  display: block;
  text-transform: uppercase;
  text-decoration: underline;
}

table.hotelier-table .view-price-breakdown:hover {
  color: #d07913;
}

table.hotelier-table .price_breakdown_td {
  border: 0;
  padding: 0;
}

table.hotelier-table .price_breakdown_td table {
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 1px solid #e6e6e6;
  border-collapse: separate;
  border-left: none;
  border-right: 1px solid #e6e6e6;
  border-top: none;
  margin: 0;
  padding: 1em;
}

table.hotelier-table .price_breakdown_td table th,
table.hotelier-table .price_breakdown_td table td {
  border: 0;
  padding: 0.4375em 2em;
}

table.hotelier-table .price_breakdown_td table th.day,
table.hotelier-table .price_breakdown_td table th.cost {
  background-color: #074360;
  color: #fff;
}

table.hotelier-table .price_breakdown_td table th.day {
  border-right: 1px solid #fff;
}

table.hotelier-table .price_breakdown_td table tr:nth-child(even) td {
  background-color: #f5f5f5;
}

table.hotelier-table .price_breakdown_td table td.day {
  border-right: 1px solid #fff;
  font-style: italic;
}

table.hotelier-table .price_breakdown_td table .amount {
  font-weight: 700;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Single Room
--------------------------------------------------------------*/

.single-room .post-thumbnail {
  margin-bottom: 2.857em;
  margin-top: 0;
  position: relative;
}

.single-room .room-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-room .available-rates a {
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #074360;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  padding: 11px 25px;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.single-room .available-rates a:hover {
  background-color: #d07913;
  color: #fff;
}

.single-room .room-meta ul,
.single-room .room-conditions ul {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}

.single-room .room-meta a:hover,
.single-room .room-conditions a:hover {
  color: #d07913;
}

.single-room .room-min-max-stay {
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  margin-bottom: 1em;
  margin-top: 1em;
}

.single-room .room-conditions ul {
  font-style: italic;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-room .room-conditions li {
  margin-left: 1em;
  position: relative;
}

.single-room .room-conditions li:before {
  content: '-';
  font-family: 'FontAwesome';
  font-style: normal;
  left: -1em;
  position: absolute;
  top: 0;
}

.single-room .room-facilities ul {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}

.single-room .room-facilities li:before {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b8bcbb;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-style: normal;
  margin-right: .5em;
}

.single-room #room-meta-wrapper {
  background-color: #f1f1f1;
  margin-bottom: 2.857em;
}

.single-room #room-meta-wrapper > div {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 2em;
}

.single-room #room-meta-wrapper > div .room-price + .room-meta,
.single-room #room-meta-wrapper > div .room-deposit + .room-meta {
  margin-top: 4em;
}

.single-room #room-meta-wrapper .price {
  font-weight: 500;
}

.single-room #room-meta-wrapper .price .amount {
  font-weight: 400;
}

.single-room #room-meta-wrapper h3 {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #d07913;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 2em;
  margin-top: 0;
  text-transform: uppercase;
}

.single-room .room-rates {
  background-color: #f1f1f1;
  margin-top: 5em;
  padding: 3em 0;
  position: relative;
}

.single-room .room-rates:before {
  background-color: #f1f1f1;
  bottom: 0;
  content: '';
  display: block;
  left: -9999px;
  position: absolute;
  right: -9999px;
  top: 0;
  z-index: -1;
}

.single-room .room-rates h3 {
  margin-bottom: 2em;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}

.single-room .room-rates .rate-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-room .room-rates .room-single-rate {
  background-color: #fff;
  margin-bottom: 1.5em;
  padding: 2em 1.5em;
}

.single-room .room-rates .room-single-rate:last-child {
  margin-bottom: 0;
}

.single-room .room-rates .rate-name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}

.single-room .room-rates .rate-description {
  font-size: 15px;
  font-size: 0.9375rem;
}

.single-room .room-rates .rate-conditions {
  font-size: 14px;
  font-size: 0.875rem;
  color: #555;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.single-room .room-rates .rate-conditions ul {
  color: #7b817f;
  font-style: italic;
  font-weight: 400;
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}

.single-room .room-rates .rate-conditions li:before {
  color: #b8bcbb;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-style: normal;
  margin-right: .5em;
}

.single-room .room-rates .button {
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #074360;
  color: #fff;
}

.single-room .room-rates .button:hover {
  background: #e8e7e7;
  color: #074360;
}

.single-room .room-rates .rate-price-wrapper p {
  margin-bottom: .5em;
}

.related-rooms {
  margin-top: 5em;
}

.related-rooms > h3 {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #d07913;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 2em;
  margin-top: 0;
  padding-bottom: 1em;
  position: relative;
  text-transform: uppercase;
}

.related-rooms > h3:after {
  background: linear-gradient(to right, #e6e6e6 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.related-rooms .rooms {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Listing Page
--------------------------------------------------------------*/

.hotelier-listing .selected-nights {
  font-size: 18px;
  font-size: 1.125rem;
  color: #074360;
  display: block;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 2em;
}

.hotelier-listing .selected-nights:before {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #074360;
  color: #fff;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-style: normal;
  margin-right: 1em;
  padding: 1em;
}

form.room-list {
  background-color: #f1f1f1;
  padding: 3em 0;
  position: relative;
}

form.room-list:before {
  background-color: #f1f1f1;
  bottom: 0;
  content: '';
  display: block;
  left: -9999px;
  position: absolute;
  right: -9999px;
  top: 0;
  z-index: -1;
}

form.room-list .button {
  background-color: #074360;
  color: #fff;
}

form.room-list .button:hover {
  background: #e8e7e7;
  color: #074360;
}

form.room-list #reserve-rooms-button {
  text-align: right;
}

form.room-list #reserve-rooms-button input[type="submit"] {
  background-color: #074360;
  color: #fff;
  padding: 18px 45px;
}

form.room-list #reserve-rooms-button input[type="submit"]:hover {
  background-color: #d07913;
  color: #fff;
}

form.room-list ul.rooms li.room {
  background-color: #fff;
  border-right: 5px solid transparent;
  margin-bottom: 1.5em;
  margin-right: 0;
  padding: 2em 1.5em;
  transition-duration: 0.2s;
  transition-property: border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

form.room-list ul.rooms li.room.selected_room {
  border-color: #074360;
}

form.room-list ul.rooms li.room .entry-title {
  font-weight: 700;
  margin-top: 0;
}

form.room-list ul.rooms li.room .room-thumbnail {
  margin-bottom: 0;
}

form.room-list ul.rooms li.room .room-image {
  margin-bottom: 0;
  margin-top: 2em;
}

form.room-list ul.rooms li.room .room-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 120px;
}

form.room-list ul.rooms li.room .price-description {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b8bcbb;
  display: block;
  font-style: italic;
  margin-bottom: 1.5em;
  margin-top: -1em;
}

form.room-list .only-x-left {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: transparent;
  color: #FD5252;
  display: inline-block;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 1em;
}

form.room-list .quantity {
  margin-bottom: 1em;
}

form.room-list .add-to-cart-button,
form.room-list .toggle-rates {
  font-size: 10px;
  font-size: 0.625rem;
}

form.room-list .add-to-cart-selected {
  font-size: 9px;
  font-size: 0.5625rem;
  display: block;
  margin-top: .5em;
}

form.room-list .more-about-room {
  margin-bottom: 1em;
}

form.room-list .more-about-room a {
  font-size: 10px;
  font-size: 0.625rem;
  color: #d07913;
  font-family: "Montserrat", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
}

form.room-list .more-about-room a:hover {
  color: #074360;
  text-decoration: underline;
}

form.room-list .show-gallery {
  font-size: 10px;
  font-size: 0.625rem;
  color: #b8bcbb;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-top: 1.5em;
  text-transform: uppercase;
}

form.room-list .show-gallery:hover {
  color: #074360;
  text-decoration: underline;
}

form.room-list .room-description {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 1em;
}

form.room-list .room-description p {
  margin-bottom: .5em;
}

form.room-list .room-meta-wrap {
  font-size: 14px;
  font-size: 0.875rem;
}

form.room-list .room-meta-wrap > div:last-child {
  margin-bottom: 1.5em;
}

form.room-list .room-meta p {
  font-style: italic;
  margin-bottom: .5em;
}

form.room-list .room-meta p strong {
  font-style: normal;
}

form.room-list .max-guests-recommendation,
form.room-list .room-min-max-stay {
  color: #d07913;
  font-style: italic;
  font-weight: 500;
  margin-top: .5em;
}

form.room-list .room-not-available-info {
  color: #FD5252;
  font-style: italic;
  font-weight: 500;
}

form.room-list .room-conditions {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1.5em;
}

form.room-list .room-conditions ul {
  font-style: italic;
  list-style: none;
  margin: 0;
  padding: 0;
}

form.room-list .room-conditions li:before {
  color: #b8bcbb;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-style: normal;
  margin-right: .5em;
}

form.room-list .room-deposit {
  margin-bottom: 1.5em;
}

form.room-list .room-max-guests {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #074360;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: .5em;
  text-transform: uppercase;
}

form.room-list .room-max-guests:before {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #074360;
  content: '\f183\f182';
  font-family: 'FontAwesome';
  margin-right: .2em;
}

form.room-list .rate-room {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

form.room-list .rate-name {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #b8bcbb;
  font-style: italic;
  margin-bottom: .75em;
}

form.room-list .rate-description {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 1em;
}

form.room-list .room-variations {
  padding-top: 1.5em;
}

form.room-list .room-single-variation {
  padding: 1.5em 0;
  position: relative;
}

form.room-list .room-single-variation:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e6e6e6 50%, rgba(255, 255, 255, 0) 100%);
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -125px;
  position: absolute;
  top: 0;
  width: 250px;
}

/*--------------------------------------------------------------
## Booking Page
--------------------------------------------------------------*/

#guest-additional-information,
#booking-details,
#booking-table,
#request-booking,
#payment {
  margin-top: 2.857em;
}

form.booking h3,
.hotelier-reservation-received .entry-content h3 {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #d07913;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 2em;
  margin-top: 0;
  padding-bottom: 1em;
  position: relative;
  text-transform: uppercase;
}

form.booking h3:after,
.hotelier-reservation-received .entry-content h3:after {
  background: linear-gradient(to right, #e6e6e6 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.hotelier-reservation-received .entry-content header {
  margin-top: 2.857em;
}

.hotelier-reservation-received .entry-content address {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

#guest-additional-information .description {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #b8bcbb;
  display: block;
  font-style: italic;
}

#arrival_time_field label {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #7b817f;
  display: inline;
  font-weight: 400;
  margin-right: 1em;
  text-transform: none;
}

#booking-details table td {
  font-style: italic;
}

#booking-details .hotelier-accepted-credit-cards {
  list-style: none;
  margin: 0;
  padding: 0;
}

#booking-details .hotelier-accepted-credit-cards .card-icon {
  display: inline-block;
  height: 48px;
  margin-bottom: .175em;
  position: relative;
  text-indent: -99999px;
  width: 76px;
}

#booking-details .hotelier-accepted-credit-cards .card-icon:before {
  background-color: #fff;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  content: '';
  display: inline-block;
  height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  width: 76px;
}

#booking-details .hotelier-accepted-credit-cards .card-icon.mastercard:before {
  background-image: url(../../../../plugins/hotelier/assets/images/cards/mastercard.svg);
}

#booking-details .hotelier-accepted-credit-cards .card-icon.amex:before {
  background-image: url(../../../../plugins/hotelier/assets/images/cards/amex.svg);
}

#booking-details .hotelier-accepted-credit-cards .card-icon.cirrus:before {
  background-image: url(../../../../plugins/hotelier/assets/images/cards/cirrus.svg);
}

#booking-details .hotelier-accepted-credit-cards .card-icon.discover:before {
  background-image: url(../../../../plugins/hotelier/assets/images/cards/discover.svg);
}

#booking-details .hotelier-accepted-credit-cards .card-icon.maestro:before {
  background-image: url(../../../../plugins/hotelier/assets/images/cards/maestro.svg);
}

#booking-details .hotelier-accepted-credit-cards .card-icon.visa:before {
  background-image: url(../../../../plugins/hotelier/assets/images/cards/visa.svg);
}

#booking-details .hotelier-accepted-credit-cards .card-icon.visa_e:before {
  background-image: url(../../../../plugins/hotelier/assets/images/cards/visa_e.svg);
}

#book-button {
  background-color: #074360;
  color: #fff;
  padding: 18px 45px;
}

#book-button:hover {
  background-color: #d07913;
  color: #fff;
}

table.guest-details td {
  font-style: italic;
}

.reservation-response {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
}

ul.reservation-details {
  background-color: #074360;
  color: #fff;
  list-style: none;
  margin-left: 0;
  padding: 2em;
}

ul.reservation-details li {
  font-style: italic;
}

ul.reservation-details li strong {
  color: #d07913;
  font-style: normal;
}

ul.reservation-details .special-requests {
  font-style: normal;
  margin-top: 1em;
}

#payment .payment-methods {
  list-style: none;
  margin: 0 0 2.857em;
  padding: 0;
}

#payment .payment-methods label {
  color: #555;
  cursor: pointer;
  display: inline;
  margin-bottom: 0;
  margin-left: 1em;
}

#payment .payment-methods li {
  background-color: #f1f1f1;
  border-left: 5px solid #074360;
  margin-bottom: 3px;
  overflow: hidden;
  padding: 1em;
}

#payment .payment-methods li img {
  float: right;
}

#payment .payment-methods .payment-description {
  font-size: 14px;
  font-size: 0.875rem;
}

.hotelier-reservation-received table.hotelier-table tfoot .amount {
  font-size: 16px;
  font-size: 1rem;
  color: #555;
  font-weight: 700;
}

.hotelier-reservation-received table.hotelier-table tfoot tr:last-child .amount {
  font-size: 28px;
  font-size: 1.75rem;
  color: #d07913;
  font-weight: 400;
}

.htl-terms-and-conditions {
  color: #555;
  margin-top: 2em;
}

.htl-terms-and-conditions a {
  text-decoration: underline;
}

.htl-terms-and-conditions label {
  margin-left: .5em;
  display: inline;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/* Search */

.widget-hotelier-search input[type="search"] {
  margin-bottom: 0;
}

.widget-hotelier-search input[type="submit"] {
  display: none;
}

/* Rooms */

.widget-hotelier-rooms .room-list-widget li {
  margin-bottom: 1.5em;
  min-height: 80px;
}

.widget-hotelier-rooms .room-title {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0;
  text-transform: uppercase;
}

.widget-hotelier-rooms .room-title,
.widget-hotelier-rooms .price {
  margin-left: 100px;
}

.widget-hotelier-rooms img {
  width: 80px;
  position: absolute;
}

.widget-hotelier-rooms .price {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b8bcbb;
  font-style: italic;
}

.widget-hotelier-rooms .price .amount {
  font-size: 14px;
  font-size: 0.875rem;
}

/* Booking widget */

.widget-hotelier-booking .change-cart {
  font-size: 10px;
  font-size: 0.625rem;
  background: #e8e7e7;
  color: #074360;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  padding: .3em 1em;
  text-transform: uppercase;
}

.widget-hotelier-booking .change-cart:hover {
  background-color: #074360;
  color: #fff;
}

.widget-hotelier-booking p {
  margin-bottom: .5em;
}

.widget-hotelier-booking .dates {
  background-color: #074360;
  color: #fff;
  overflow: hidden;
  padding: 1em;
  position: relative;
}

.widget-hotelier-booking .dates:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  content: '';
  height: 100px;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 1px;
}

.widget-hotelier-booking .date-label {
  font-size: 9px;
  font-size: 0.5625rem;
  color: #b8bcbb;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.widget-hotelier-booking .checkin,
.widget-hotelier-booking .checkout {
  display: inline-block;
  text-align: center;
}

.widget-hotelier-booking .checkin {
  float: left;
}

.widget-hotelier-booking .checkout {
  float: right;
}

.widget-hotelier-booking .month-year,
.widget-hotelier-booking .day-name {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  font-style: italic;
  text-transform: uppercase;
}

.widget-hotelier-booking .day {
  font-size: 40px;
  font-size: 2.5rem;
}

.widget-hotelier-booking .date-block {
  line-height: 1.4;
  padding: .5em 1.5em;
}

.widget-hotelier-booking .room-list-widget {
  margin-top: 2em;
}

.widget-hotelier-booking .room-list-widget li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: .25em;
  padding-bottom: .25em;
  text-transform: uppercase;
}

.widget-hotelier-booking .room-list-widget a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.widget-hotelier-booking .room-list-widget small {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b8bcbb;
  display: block;
  font-style: italic;
  text-transform: none;
}

.widget-hotelier-booking .total {
  font-style: italic;
  overflow: hidden;
  text-transform: uppercase;
}

.widget-hotelier-booking .amount {
  font-size: 18px;
  font-size: 1.125rem;
  color: #d07913;
  float: right;
  font-style: normal;
}

/* Rooms filter */

.widget-hotelier-rooms-filter.widget .rooms-filter {
  margin-bottom: 2.5em;
}

.widget-hotelier-rooms-filter.widget .filter-label {
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #074360;
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1em;
  padding: .5em 1em;
  text-transform: uppercase;
}

.widget-hotelier-rooms-filter.widget .filter-label:before {
  content: '\f0d7';
  font-family: 'FontAwesome';
  margin-right: 1em;
}

.widget-hotelier-rooms-filter.widget a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #7b817f;
  display: block;
  font-weight: 500;
  padding: .3em 0;
}

.widget-hotelier-rooms-filter.widget a:hover {
  color: #074360;
}

.widget-hotelier-rooms-filter.widget a:before {
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #f1f1f1;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: 10px;
  width: 15px;
}

.widget-hotelier-rooms-filter.widget li a:hover:before,
.widget-hotelier-rooms-filter.widget li.chosen a:before {
  background-color: #074360;
}

.widget-hotelier-rooms-filter.widget li.chosen a {
  color: #074360;
  position: relative;
}

.widget-hotelier-rooms-filter.widget li.chosen a:after {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  content: '\f00c';
  font-family: 'FontAwesome';
  left: 2px;
  position: absolute;
  top: 5px;
}

.widget-hotelier-rooms-filter.widget li.chosen a:hover {
  color: #b8bcbb;
}

.widget-hotelier-rooms-filter.widget li.chosen a:hover:before {
  background-color: #b8bcbb;
}

.widget-hotelier-rooms-filter.widget li.chosen a:hover:after {
  content: '\f00d';
  left: 3px;
}

@media (min-width: 320px) {
  .hdp-wrapper {
    width: 300px;
  }

  .hdp-wrapper .month-wrapper {
    position: relative;
  }

  .hdp-wrapper table {
    width: 260px;
  }
}

@media (min-width: 450px) {
  #hotelier-datepicker .default-inputs:before {
    content: '';
    display: block;
  }

  #hotelier-datepicker-select {
    width: 320px;
  }
}

@media (min-width: 480px) {
  .hdp-wrapper {
    width: 460px;
  }

  .hdp-wrapper .month-wrapper {
    position: relative;
  }

  .hdp-wrapper .month-wrapper:before {
    background: #e6e6e6;
    bottom: 0;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }

  .hdp-wrapper .month1 {
    float: left;
  }

  .hdp-wrapper .month2 {
    float: right;
  }

  .hdp-wrapper table {
    width: 200px;
  }

  ul.rooms li.room {
    clear: both;
    float: left;
    margin: 0 4% 2em 0;
    padding: 0;
    width: 48%;
  }

  ul.rooms li.room:nth-child(even) {
    clear: none;
    margin-right: 0;
  }

  .columns-1 ul.rooms li.room {
    clear: both;
    float: left;
    margin: 0 4% 2em 0;
    padding: 0;
    position: relative;
    width: 48%;
  }

  .columns-1 ul.rooms li.room:nth-child(even) {
    clear: none;
    margin-right: 0;
  }

  table.hotelier-table .price_breakdown_td table {
    padding: 1em 5em;
  }
}

@media (min-width: 768px) {
  #hotelier-datepicker .default-inputs:before {
    display: none;
  }

  #hotelier-datepicker-select {
    margin-bottom: 0;
  }

  #datepicker-button {
    margin-left: .5em;
  }

  .hdp-wrapper {
    width: 560px;
  }

  .hdp-wrapper table {
    width: 240px;
  }

  .hdp-wrapper .drp_top-bar {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    padding: 1em 2em 1.5em 0;
    position: relative;
  }

  .hdp-wrapper .apply-btn {
    position: absolute;
    right: 0;
    top: 0;
  }

  ul.rooms li.room {
    clear: none;
    margin-right: 4%;
  }

  ul.rooms li.room:nth-child(even) {
    margin-right: 4%;
  }

  ul.rooms li.first {
    clear: both !important;
  }

  ul.rooms li.last {
    margin-right: 0 !important;
  }

  .columns-3 ul.rooms li.room {
    width: 30.66%;
  }

  .columns-4 ul.rooms li.room {
    width: 22%;
  }

  .columns-5 ul.rooms li.room {
    width: 16.8%;
  }

  .form-row.form-row-first {
    clear: both;
    float: left;
    margin-right: 4%;
    width: 48%;
  }

  .form-row.form-row-last {
    float: right;
    width: 48%;
  }

  .single-room .room-single-rate {
    overflow: hidden;
  }

  .single-room .rate-description-wrapper {
    float: left;
    padding-right: 4%;
    width: 50%;
  }

  .single-room .rate-price-wrapper {
    float: right;
    position: relative;
    text-align: right;
    width: 50%;
  }

  .single-room .room-rates .button {
    margin-top: .5em;
  }

  .related-rooms .rooms li.room {
    margin-bottom: 0;
  }

  form.room-list li.room,
  form.room-list .room-single-variation {
    overflow: hidden;
    position: relative;
  }

  form.room-list .room-single-variation:before {
    background: linear-gradient(to right, #e6e6e6 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    margin-left: 0;
    width: 100%;
  }

  form.room-list .room-gallery {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
  }

  form.room-list ul.rooms li.room {
    text-align: left;
  }

  form.room-list ul.rooms li.room .room-image {
    margin-top: 0;
  }

  form.room-list .room-content {
    float: left;
    padding-left: 125px;
    padding-right: 4%;
    width: 70%;
  }

  form.room-list .room-actions {
    float: right;
    position: relative;
    text-align: right;
    width: 30%;
  }

  form.room-list .room-single-variation .room-content {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .single-room .room-rates {
    padding: 3em;
  }

  .single-room .room-rates:before {
    display: none;
  }

  .js .single-room.right-sidebar #primary,
  .js .single-room.right-sidebar #secondary,
  .js .single-room.left-sidebar #primary,
  .js .single-room.left-sidebar #secondary {
    position: relative;
  }

  .js .single-room.right-sidebar #room-meta-wrapper,
  .js .single-room.left-sidebar #room-meta-wrapper {
    position: absolute;
    top: 0;
  }

  .js .single-room.right-sidebar #room-meta-wrapper {
    left: 70%;
    margin-left: 2.857em;
    right: 0;
  }

  .js .single-room.left-sidebar #room-meta-wrapper {
    left: 0;
    margin-right: 2.857em;
    right: 70%;
  }

  form.room-list .room-content {
    width: 65%;
  }

  form.room-list .room-actions {
    width: 35%;
  }

  form.room-list {
    padding: 3em;
  }

  .left-sidebar form.room-list:before {
    left: 0;
  }

  .right-sidebar form.room-list:before {
    right: 0;
  }

  .widget-hotelier-booking p {
    text-align: right;
  }

  .widget-hotelier-booking .date-block {
    padding: .5em 1em;
  }
}

@media (min-width: 1200px) {
  form.room-list .room-content {
    width: 70%;
  }

  form.room-list .room-actions {
    width: 30%;
  }

  .widget-hotelier-booking .date-block {
    padding: .5em 1.5em;
  }
}