@charset "UTF-8";
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFast {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
/**
 * Sass variables
 */
/**
 * Global elements
 */
a.button {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  word-break: break-all;
  color: #fff;
  text-decoration: none !important;
}
a.button:hover, a.button:visited {
  color: #fff;
}

.easyreservations form .form-row .required {
  color: firebrick;
  text-decoration: none;
  visibility: hidden;
}
.easyreservations form .form-row .required[title] {
  border: 0 !important;
}
.easyreservations form .form-row .optional {
  visibility: visible;
}

.easyreservations-breadcrumb {
  margin-bottom: 3rem;
  font-size: 0.88889em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.easyreservations-pagination {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.88889em;
}
.easyreservations-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.easyreservations-pagination span.page-numbers,
.easyreservations-pagination a.page-numbers,
.easyreservations-pagination .next.page-numbers,
.easyreservations-pagination .prev.page-numbers {
  padding: 0 calc(0.5 * 1rem);
  display: inline-block;
}

.onsale {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #0073aa;
  color: #fff;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.71111em;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  padding: 0.5rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 1;
}

.price {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.price del {
  opacity: 0.5;
  display: inline-block;
}
.price ins {
  display: inline-block;
}

.easyreservations-message,
.easyreservations-error,
.easyreservations-info {
  margin-bottom: 1.5rem;
  background: #eee;
  font-size: 0.88889em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  list-style: none;
  overflow: hidden;
}

.easyreservations-message {
  background: #eee;
  color: #111;
}

.easyreservations-error,
.easyreservations-info {
  color: #fff;
}
.easyreservations-error a,
.easyreservations-info a {
  color: #fff;
}
.easyreservations-error a:hover,
.easyreservations-info a:hover {
  color: #fff;
}
.easyreservations-error a.button,
.easyreservations-info a.button {
  background: #111;
}

.easyreservations-error {
  background: firebrick;
}

.easyreservations-info {
  background: #0073aa;
}

.easyreservations-store-notice {
  background: #0073aa;
  color: #fff;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.admin-bar .easyreservations-store-notice {
  top: 32px;
}

.easyreservations-store-notice__dismiss-link {
  float: right;
  color: #fff;
}
.easyreservations-store-notice__dismiss-link:hover {
  text-decoration: underline;
  color: #fff;
}

/**
* Tables
*/
.easyreservations table.shop_table td, .easyreservations table.shop_table th,
.easyreservations-page table.shop_table td,
.easyreservations-page table.shop_table th {
  word-break: normal;
}

/**
 * Shop page
 */
.easyreservations-resources-header__title.page-title {
  font-size: 1.6875em;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.easyreservations-result-count {
  margin: 0;
  padding: 0.75rem 0;
}

/**
 * Products
 */
ul.resources {
  margin: 0;
  padding: 0;
}
ul.resources li.resource {
  list-style: none;
}
ul.resources li.resource .easyreservations-loop-resource__link {
  display: block;
}
ul.resources li.resource .easyreservations-loop-resource__title {
  margin: 0.8rem 0;
  font-size: 0.88889em;
}
ul.resources li.resource .easyreservations-loop-resource__title:before {
  content: none;
}
ul.resources li.resource .easyreservations-loop-resource__title,
ul.resources li.resource .price,
ul.resources li.resource .star-rating {
  color: #111;
}
ul.resources li.resource .star-rating {
  margin-bottom: 0.8rem;
}
ul.resources li.resource .price {
  margin-bottom: 1.3rem;
}
ul.resources li.resource .price,
ul.resources li.resource .star-rating {
  display: block;
  font-size: 0.88889em;
}
ul.resources li.resource .easyreservations-placeholder {
  border: 1px solid #F2F2F2;
}
ul.resources li.resource .button {
  vertical-align: middle;
}
ul.resources li.resource .button.loading {
  opacity: 0.5;
}
ul.resources li.resource .added_to_cart {
  margin-left: 0.5rem;
  font-size: 0.88889em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: "star";
}
.star-rating::before {
  content: "sssss";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}

a.remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 17px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  text-decoration: none !important;
  background: firebrick;
  color: #fff;
}
a.remove:hover {
  background: #000;
  color: #fff !important;
}

dl.variation, .er-item-meta {
  list-style: none outside;
}
dl.variation dt, dl.variation .er-item-meta-label, .er-item-meta dt, .er-item-meta .er-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25rem;
  list-style: none outside;
}
dl.variation dd, .er-item-meta dd {
  margin: 0;
}
dl.variation p, dl.variation:last-child, .er-item-meta p, .er-item-meta:last-child {
  margin-bottom: 0;
}

/**
 * Single resource
 */
.single-easy-rooms div.resource {
  position: relative;
}
.single-easy-rooms .single-featured-image-header {
  display: none;
}
.single-easy-rooms .entry .entry-title {
  margin-top: 0;
}
.single-easy-rooms .entry .entry-title::before {
  margin-top: 0;
}
.single-easy-rooms .summary p.price {
  margin-bottom: 2rem;
}
.single-easy-rooms form.cart input {
  width: 5em;
}
.single-easy-rooms .easyreservations-variation-add-to-cart .button {
  padding-top: 0.72rem;
  padding-bottom: 0.72rem;
}
.single-easy-rooms .easyreservations-variation-add-to-cart .button.disabled {
  opacity: 0.2;
}

table.variations label {
  margin: 0;
}
table.variations select {
  margin-right: 0.5rem;
}

.easyreservations-resource-gallery {
  position: relative;
  margin-bottom: 3rem;
}
.easyreservations-resource-gallery figure {
  margin: 0;
  padding: 0;
}
.easyreservations-resource-gallery .easyreservations-resource-gallery__wrapper {
  margin: 0;
  padding: 0;
}
.easyreservations-resource-gallery .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.easyreservations-resource-gallery .easyreservations-resource-gallery__image--placeholder {
  border: 1px solid #F2F2F2;
}
.easyreservations-resource-gallery .easyreservations-resource-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.easyreservations-resource-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.easyreservations-resource-gallery .flex-control-thumbs img {
  opacity: 0.5;
}
.easyreservations-resource-gallery .flex-control-thumbs img:hover, .easyreservations-resource-gallery .flex-control-thumbs img.flex-active {
  opacity: 1;
}
.easyreservations-resource-gallery img {
  display: block;
  height: auto;
}

.easyreservations-resource-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}
.easyreservations-resource-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}

.easyreservations-resource-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}
.easyreservations-resource-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}

.easyreservations-resource-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}
.easyreservations-resource-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}

.easyreservations-resource-gallery__trigger {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 99;
}

.easyreservations-tabs {
  margin: 0 0 2rem;
}
.easyreservations-tabs ul {
  margin: 0 0 1.5rem;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.easyreservations-tabs ul li {
  margin-right: 1rem;
}
.easyreservations-tabs ul li a {
  color: #111;
  text-decoration: none;
  font-weight: 700;
}
.easyreservations-tabs ul li.active a {
  color: #0073aa;
  box-shadow: 0 2px 0 #0073aa;
}
.easyreservations-tabs .panel > * {
  margin-top: 0 !important;
}
.easyreservations-tabs .panel h1:before,
.easyreservations-tabs .panel h2:before {
  content: none;
}
.easyreservations-tabs .panel h2:first-of-type {
  font-size: 1em;
  margin: 0 0 1rem;
}
.easyreservations-tabs #comments {
  padding-top: 0;
}
.easyreservations-tabs .comment-reply-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0.75rem;
  display: block;
}
.easyreservations-tabs #reviews ol.commentlist {
  padding: 0;
}
.easyreservations-tabs #reviews li.review,
.easyreservations-tabs #reviews li.comment {
  list-style: none;
  margin-right: 0;
  margin-bottom: 2.5rem;
}
.easyreservations-tabs #reviews li.review .avatar,
.easyreservations-tabs #reviews li.comment .avatar {
  max-height: 36px;
  width: auto;
  float: right;
}
.easyreservations-tabs #reviews li.review p.meta,
.easyreservations-tabs #reviews li.comment p.meta {
  margin-bottom: 0.5em;
}
.easyreservations-tabs #reviews p.stars {
  margin-top: 0;
}
.easyreservations-tabs #reviews p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
}
.easyreservations-tabs #reviews p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "WooCommerce";
  content: "";
  text-indent: 0;
}
.easyreservations-tabs #reviews p.stars a:hover ~ a::before {
  content: "";
}
.easyreservations-tabs #reviews p.stars:hover a::before {
  content: "";
}
.easyreservations-tabs #reviews p.stars.selected a.active::before {
  content: "";
}
.easyreservations-tabs #reviews p.stars.selected a.active ~ a::before {
  content: "";
}
.easyreservations-tabs #reviews p.stars.selected a:not(.active)::before {
  content: "";
}

/**
 * Widgets
 */
.widget.easyreservations ul {
  padding-left: 0;
}
.widget.easyreservations ul li {
  list-style: none;
}

.widget .resource_list_widget,
.site-footer .widget .resource_list_widget {
  margin-bottom: 1.5rem;
}
.widget .resource_list_widget a,
.site-footer .widget .resource_list_widget a {
  display: block;
  box-shadow: none;
}
.widget .resource_list_widget a:hover,
.site-footer .widget .resource_list_widget a:hover {
  box-shadow: none;
}
.widget .resource_list_widget li,
.site-footer .widget .resource_list_widget li {
  padding: 0.5rem 0;
}
.widget .resource_list_widget li a.remove,
.site-footer .widget .resource_list_widget li a.remove {
  float: left;
  margin-top: 7px;
  line-height: 15px;
  color: #fff;
  margin-right: 0.5rem;
}
.widget .resource_list_widget img,
.site-footer .widget .resource_list_widget img {
  display: none;
}

.widget_shopping_cart .buttons a {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.widget_layered_nav .chosen:before {
  content: "×";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid black;
  margin-right: 0.25rem;
}

.widget_resource_search form {
  position: relative;
}
.widget_resource_search .search-field {
  padding-right: 100px;
}
.widget_resource_search input[type=submit] {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/**
 * Account section
 */
.easyreservations-account .easyreservations-MyAccount-navigation {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0 0 2rem;
}
.easyreservations-account .easyreservations-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.easyreservations-account .easyreservations-MyAccount-navigation li {
  list-style: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ccc;
}
.easyreservations-account .easyreservations-MyAccount-navigation li:first-child {
  padding-top: 0;
}
.easyreservations-account .easyreservations-MyAccount-navigation li a {
  box-shadow: none;
  text-decoration: none;
  font-weight: 600;
}
.easyreservations-account .easyreservations-MyAccount-navigation li a:hover {
  color: #005177;
  text-decoration: underline;
}
.easyreservations-account .easyreservations-MyAccount-navigation li.is-active a {
  text-decoration: underline;
}
.easyreservations-account table.account-orders-table .button {
  margin: 0 0.35rem 0.35rem 0;
}

/**
 * Cart
 */
.easyreservations-cart-form img {
  max-width: 42px;
  height: auto;
  display: block;
}
.easyreservations-cart-form dl.variation {
  margin-top: 0;
}
.easyreservations-cart-form dl.variation p, .easyreservations-cart-form dl.variation:last-child {
  margin-bottom: 0;
}
.easyreservations-cart-form .resource-remove {
  text-align: center;
}
.easyreservations-cart-form .actions .input-text {
  width: 200px !important;
  float: left;
  margin-right: 0.25rem;
}

.cart_totals th, .cart_totals td {
  vertical-align: top;
}
.cart_totals th {
  padding-right: 1rem;
}
.cart_totals .easyreservations-shipping-destination {
  margin-bottom: 0;
}

.shipping-calculator-button {
  margin-top: 0.5rem;
  display: inline-block;
}

.shipping-calculator-form {
  margin: 1rem 0 0 0;
}

#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}
#shipping_method li {
  margin-bottom: 0.5rem;
}
#shipping_method li input {
  float: left;
  margin-top: 0.17rem;
}
#shipping_method li label {
  line-height: 1.5rem;
}

.checkout-button {
  display: block;
  padding: 1rem 2rem;
  border: 2px solid #000;
  text-align: center;
  font-weight: 800;
}
.checkout-button:hover {
  border-color: #999;
}
.checkout-button:after {
  content: "→";
  margin-left: 0.5rem;
}

/**
 * Checkout
 */
#ship-to-different-address {
  font-size: 1em;
  display: inline-block;
  margin: 1.42em 0;
}
#ship-to-different-address label {
  font-weight: 300;
  cursor: pointer;
}
#ship-to-different-address label span {
  position: relative;
  display: block;
  text-align: right;
  padding-right: 45px;
}
#ship-to-different-address label span:before {
  content: "";
  display: block;
  height: 16px;
  width: 30px;
  border: 2px solid #bbb;
  background: #bbb;
  border-radius: 13rem;
  box-sizing: content-box;
  transition: all ease-in-out 0.3s;
  position: absolute;
  top: 4px;
  right: 0;
}
#ship-to-different-address label span:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: white;
  position: absolute;
  top: 7px;
  right: 17px;
  border-radius: 13rem;
  transition: all ease-in-out 0.3s;
}
#ship-to-different-address label input[type=checkbox] {
  display: none;
}
#ship-to-different-address label input[type=checkbox]:checked + span:after {
  right: 3px;
}
#ship-to-different-address label input[type=checkbox]:checked + span:before {
  border-color: #000;
  background: #000;
}

.easyreservations-no-js form.easyreservations-form-login,
.easyreservations-no-js form.easyreservations-form-coupon {
  display: block !important;
}
.easyreservations-no-js .easyreservations-form-login-toggle,
.easyreservations-no-js .easyreservations-form-coupon-toggle,
.easyreservations-no-js .showcoupon {
  display: none !important;
}

.easyreservations-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.easyreservations-terms-and-conditions-link {
  display: inline-block;
}
.easyreservations-terms-and-conditions-link:after {
  content: "";
  display: inline-block;
  border-style: solid;
  margin-bottom: 2px;
  margin-left: 0.25rem;
  border-width: 6px 6px 0 6px;
  border-color: #111 transparent transparent transparent;
}
.easyreservations-terms-and-conditions-link.easyreservations-terms-and-conditions-link--open:after {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #111 transparent;
}

.easyreservations-checkout .easyreservations-input-wrapper .description {
  background: royalblue;
  color: #fff;
  border-radius: 3px;
  padding: 1rem;
  margin: 0.5rem 0 0;
  clear: both;
  display: none;
  position: relative;
}
.easyreservations-checkout .easyreservations-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.easyreservations-checkout .easyreservations-input-wrapper .description:before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  transform: translatex(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: royalblue transparent transparent transparent;
  z-index: 100;
  display: block;
}
.easyreservations-checkout .select2-choice,
.easyreservations-checkout .select2-choice:hover {
  box-shadow: none !important;
}
.easyreservations-checkout .select2-choice {
  padding: 0.7rem 0 0.7rem 0.7rem;
}
.easyreservations-checkout .select2-container .select2-selection--single {
  height: 48px;
}
.easyreservations-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}
.easyreservations-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.easyreservations-checkout .select2-container--focus .select2-selection {
  border-color: black;
}

.easyreservations-checkout-review-order-table td {
  padding: 1rem 0.5rem;
}
.easyreservations-checkout-review-order-table dl.variation {
  margin: 0;
}
.easyreservations-checkout-review-order-table dl.variation p {
  margin: 0;
}

.easyreservations-checkout-review-order ul {
  margin: 2rem 0 1rem;
  padding-left: 0;
}

.er_payment_method {
  list-style: none;
}
.er_payment_method .payment_box {
  padding: 1rem;
  background: #eee;
}
.er_payment_method .payment_box ul:last-of-type,
.er_payment_method .payment_box ol:last-of-type {
  margin-bottom: 0;
}
.er_payment_method .payment_box fieldset {
  padding: 1.5rem;
  padding-bottom: 0;
  border: 0;
  background: #f6f6f6;
}
.er_payment_method .payment_box li {
  list-style: none;
}
.er_payment_method .payment_box p:first-child {
  margin-top: 0;
}
.er_payment_method .payment_box p:last-child {
  margin-bottom: 0;
}
.er_payment_method > label:first-of-type {
  display: block;
  margin: 1rem 0;
}
.er_payment_method > label:first-of-type img {
  max-height: 24px;
  max-width: 200px;
  float: right;
}
.er_payment_method label {
  cursor: pointer;
}
.er_payment_method input.input-radio[name=payment_method] {
  display: none;
}
.er_payment_method input.input-radio[name=payment_method] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid white;
  box-shadow: 0 0 0 2px black;
  background: white;
  margin-left: 4px;
  margin-right: 0.5rem;
  border-radius: 100%;
  transform: translateY(2px);
}
.er_payment_method input.input-radio[name=payment_method]:checked + label:before {
  background: black;
}

.easyreservations-order-overview {
  margin-bottom: 2rem;
}

.easyreservations-table--order-details {
  margin-bottom: 2rem;
}

/**
 * Layout stuff
 */
.easyreservations .content-area .site-main {
  margin: calc(2 * 1rem) 1rem;
}

@media only screen and (max-width: 768px) {
  .easyreservations table.shop_table_responsive tr,
.easyreservations-page table.shop_table_responsive tr {
    margin: 0 0 1.5rem;
  }
  .easyreservations table.shop_table_responsive tr:first-child,
.easyreservations-page table.shop_table_responsive tr:first-child {
    border-top: 1px solid;
  }
  .easyreservations table.shop_table_responsive tr:last-child,
.easyreservations-page table.shop_table_responsive tr:last-child {
    margin-bottom: 0;
  }
  .easyreservations table.shop_table_responsive tr td,
.easyreservations-page table.shop_table_responsive tr td {
    border-bottom-width: 0;
  }
  .easyreservations table.shop_table_responsive tr td:last-child,
.easyreservations-page table.shop_table_responsive tr td:last-child {
    border-bottom-width: 1px;
  }
}
@media only screen and (min-width: 768px) {
  /**
  * Tables
  */
  .easyreservations table.shop_table tbody tr,
.easyreservations-page table.shop_table tbody tr {
    font-size: 0.88889em;
  }

  /**
  * Shop page
  */
  .easyreservations-resources-header__title.page-title {
    font-size: 2.25em;
  }

  .easyreservations-pagination span.page-numbers,
.easyreservations-pagination a.page-numbers,
.easyreservations-pagination .next.page-numbers,
.easyreservations-pagination .prev.page-numbers {
    padding: 1rem;
  }

  /**
  * Account section
  */
  .easyreservations-account .easyreservations-MyAccount-navigation {
    float: none;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .easyreservations-account .easyreservations-MyAccount-navigation li {
    display: inline-block;
    margin: 0 1rem 0 0;
    padding: 0;
    border-bottom: 0;
  }
  .easyreservations-account .easyreservations-MyAccount-navigation li:last-child {
    margin-right: 0;
  }
  .easyreservations-account .easyreservations-MyAccount-content {
    float: none;
    width: 100%;
  }

  /**
  * Checkout
  */
  #ship-to-different-address {
    display: block;
  }

  /**
  * Layout stuff
  */
  .easyreservations .content-area {
    margin: 0 calc(10% - -60px);
  }
  .easyreservations .content-area .site-main {
    margin: 0;
    max-width: calc(8 * (100vw / 12) - 28px);
  }

  .single-easy-rooms .entry .entry-content,
.single-easy-rooms .entry .entry-summary {
    max-width: none;
    margin: 0 0 3rem;
    padding: 0;
  }
  .single-easy-rooms .entry .entry-content > *,
.single-easy-rooms .entry .entry-summary > * {
    max-width: none;
  }
}
@media only screen and (min-width: 1168px) {
  .easyreservations .content-area .site-main {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

/*# sourceMappingURL=twenty-nineteen.css.map */
