@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.datepick {
background-color: #fff;
color: #000;
border: 1px solid #444;
border-radius: 0.25em;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em; font-size: 90%;
}
.datepick-rtl {
direction: rtl;
}
.datepick-popup {
z-index: 1000;
}
.datepick-disable {
position: absolute;
z-index: 100;
background-color: white;
opacity: 0.5;
filter: alpha(opacity=50);
}
.datepick a {
color: #fff;
text-decoration: none;
}
.datepick a.datepick-disabled {
color: #888;
cursor: auto;
}
.datepick button {
margin: 0.25em;
padding: 0.125em 0em;
background-color: #fcc;
border: none;
border-radius: 0.25em;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
float: left;
width: 100%;
background-color: #000;
color: #fff;
font-size: 90%;
font-weight: bold;
}
.datepick-ctrl {
background-color: #600;
}
.datepick-cmd {
width: 30%;
}
.datepick-cmd:hover {
background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
background-color: #f08080;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
width: 8%;
}
a.datepick-cmd { }
button.datepick-cmd {
text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
float: left;
padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
float: left;
width: 35%;
text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
float: right;
padding-right: 2%;
text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
float: right;
padding-left: 0%;
padding-right: 2%;
text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
float: left;
padding-left: 2%;
padding-right: 0%;
text-align: left;
}
.datepick-month-nav {
float: left;
background-color: #777;
text-align: center;
}
.datepick-month-nav div {
float: left;
width: 12.5%;
margin: 1%;
padding: 1%;
}
.datepick-month-nav span {
color: #888;
}
.datepick-month-row {
clear: left;
}
.datepick-month {
float: left;
width: 15em;
border: 1px solid #444;
text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input { background-color: #444;
color: #fff;
font-weight: bold;
}
.datepick-month-header select, .datepick-month-header input { margin: 0em;
padding: 0em;
border: none;
font-size: 100%;
}
.datepick-month-header input {
position: absolute;
display: none;
}
.datepick-month table {
width: 100%;
border-collapse: collapse;
}
.datepick-month thead {
border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
margin: 0em;
padding: 0em;
font-weight: normal;
text-align: center;
}
.datepick-month th {
border: 1px solid #777;
}
.datepick-month th, .datepick-month th a {
background-color: #777;
color: #fff;
}
.datepick-month td {
background-color: #eee;
border: 1px solid #aaa;
}
.datepick-month td.datepick-week {
border: 1px solid #777;
}
.datepick-month td.datepick-week * {
background-color: #777;
color: #fff;
border: none;
}
.datepick-month a {
display: block;
width: 100%;
padding: 0.125em 0em;
background-color: #eee;
color: #000;
text-decoration: none;
}
.datepick-month span {
display: block;
width: 100%;
padding: 0.125em 0em;
}
.datepick-month td span {
color: #888;
}
.datepick-month td .datepick-other-month {
background-color: #fff;
}
.datepick-month td .datepick-weekend {
background-color: #ddd;
}
.datepick-month td .datepick-today {
background-color: #f0c0c0;
}
.datepick-month td .datepick-highlight {
background-color: #f08080;
}
.datepick-month td .datepick-selected {
background-color: #777;
color: #fff;
}
.datepick-month th.datepick-week {
background-color: #777;
color: #fff;
}
.datepick-status {
clear: both;
background-color: #ddd;
text-align: center;
}
.datepick-clear-fix {
clear: both;
}.mphb-hide{display:none!important}.mphb-clear{clear:both}.mphb-preloader{background-image:url(//www.hotelmareazzurro.it/wp-content/plugins/motopress-hotel-booking-lite/images/loading.gif?ver=5.0.3);width:20px;height:20px;display:inline-block}.mphb-price-period{border-bottom:1px dashed;cursor:help}.mphb-calendar{--mphb-available-date-bg:#cef093;--mphb-available-date-color:#000000;--mphb-not-available-date-bg:#dddddd;--mphb-not-available-date-color:#777777;--mphb-booked-date-bg:#dddddd;--mphb-booked-date-color:#777777;--mphb-out-of-season-date-bg:#dddddd;--mphb-out-of-season-date-color:#777777;--mphb-selected-date-bg:#404040;--mphb-selected-date-color:#ffffff;--mphb-unselectable-date-color:#777777}.mphb-calendar.mphb-loading .datepick{position:relative}.mphb-calendar.mphb-loading .datepick:before{content:'';left:0;right:0;top:0;bottom:0;position:absolute;background-color:rgba(255,255,255,.5);background-image:url(//www.hotelmareazzurro.it/wp-content/plugins/motopress-hotel-booking-lite/images/loading.gif?ver=5.0.3);background-size:20px;background-position:center center;background-repeat:no-repeat;z-index:1}.mphb-calendar .datepick-month-header select{display:inline-block!important;width:auto!important}.mphb-calendar .datepick-month table{border-collapse:collapse;height:100%;margin-bottom:0}.mphb-calendar .datepick-month td{padding:0}.mphb-calendar .datepick-month td>span{height:100%}.mphb-calendar .datepick-month td a .mphb-date-cell__price,.mphb-calendar .datepick-month td span .mphb-date-cell__price{white-space:nowrap;overflow:hidden;word-break:keep-all;font-size:10px;padding:0;margin:0 .125em;width:auto;color:inherit;line-height:1.5}.mphb-calendar .datepick-month td a .mphb-date-cell__price span,.mphb-calendar .datepick-month td span .mphb-date-cell__price span{padding:0;display:inline;color:inherit}.mphb-calendar td .mphb-date-cell{color:var(--mphb-available-date-color,#000)}.mphb-calendar td .mphb-available-date{background-color:var(--mphb-available-date-bg,#cef093)}.mphb-calendar td .mphb-past-date{opacity:.15;background-color:#eee;color:#888}.mphb-calendar td .mphb-out-of-season-date--check-in{background:linear-gradient(to bottom right,var(--mphb-available-date-bg,#cef093) 0,var(--mphb-available-date-bg,#cef093) 50%,var(--mphb-out-of-season-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-out-of-season-date--check-out{background:linear-gradient(to top left,var(--mphb-available-date-bg,#cef093) 0,var(--mphb-available-date-bg,#cef093) 50%,var(--mphb-out-of-season-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-out-of-season-date--check-in.mphb-mark-as-unavailable--check-out{background:linear-gradient(to bottom right,var(--mphb-not-available-date-bg,#ddd) 0,var(--mphb-not-available-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable,.mphb-calendar td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable--check-in{background:linear-gradient(to top left,var(--mphb-not-available-date-bg,#ddd) 0,var(--mphb-not-available-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-out-of-season-date,.mphb-calendar td .mphb-out-of-season-date--check-in.mphb-out-of-season-date--check-out{background:var(--mphb-out-of-season-date-bg,#ddd);color:var(--mphb-out-of-season-date-color,#777)}.mphb-calendar td .mphb-mark-as-unavailable--check-in{background:linear-gradient(to bottom right,var(--mphb-available-date-bg,#cef093) 0,var(--mphb-available-date-bg,#cef093) 50%,var(--mphb-not-available-date-bg,#ddd) 50%,var(--mphb-not-available-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-mark-as-unavailable--check-in.mphb-out-of-season-date,.mphb-calendar td .mphb-mark-as-unavailable--check-in.mphb-out-of-season-date--check-in.mphb-out-of-season-date--check-out{background:linear-gradient(to bottom right,var(--mphb-not-available-date-bg,#ddd) 0,var(--mphb-not-available-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-mark-as-unavailable--check-out{background:linear-gradient(to top left,var(--mphb-available-date-bg,#cef093) 0,var(--mphb-available-date-bg,#cef093) 50%,var(--mphb-not-available-date-bg,#ddd) 50%,var(--mphb-not-available-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-mark-as-unavailable--check-out.mphb-out-of-season-date,.mphb-calendar td .mphb-mark-as-unavailable--check-out.mphb-out-of-season-date--check-in.mphb-out-of-season-date--check-out{background:linear-gradient(to bottom right,var(--mphb-not-available-date-bg,#ddd) 0,var(--mphb-not-available-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-mark-as-unavailable,.mphb-calendar td .mphb-mark-as-unavailable--check-in.mphb-mark-as-unavailable--check-out{background:var(--mphb-not-available-date-bg,#ddd);color:var(--mphb-not-available-date-color,#777)}.mphb-calendar td .mphb-booked-date{background:var(--mphb-booked-date-bg,#ddd);color:var(--mphb-booked-date-color,#777)}.mphb-calendar td .mphb-date-check-in{color:var(--mphb-available-date-color,#000);background:linear-gradient(to bottom right,var(--mphb-available-date-bg,#cef093) 0,var(--mphb-available-date-bg,#cef093) 50%,var(--mphb-booked-date-bg,#ddd) 50%,var(--mphb-booked-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-date-check-in.mphb-mark-as-unavailable,.mphb-calendar td .mphb-date-check-in.mphb-mark-as-unavailable--check-out{color:var(--mphb-not-available-date-color,#777);background:linear-gradient(to bottom right,var(--mphb-not-available-date-bg,#ddd) 0,var(--mphb-not-available-date-bg,#ddd) 50%,var(--mphb-booked-date-bg,#ddd) 50%,var(--mphb-booked-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-date-check-in.mphb-out-of-season-date--check-out{color:var(--mphb-out-of-season-date-color,#777);background:linear-gradient(to top left,var(--mphb-booked-date-bg,#ddd) 0,var(--mphb-booked-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-date-check-in.mphb-unselectable-date--check-in,.mphb-calendar td .mphb-date-check-in.mphb-unselectable-date--check-out{color:var(--mphb-unselectable-date-color,#777)}.mphb-calendar td .mphb-date-check-out{background:linear-gradient(to top left,var(--mphb-available-date-bg,#cef093) 0,var(--mphb-available-date-bg,#cef093) 50%,var(--mphb-booked-date-bg,#ddd) 50%,var(--mphb-booked-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-date-check-out.mphb-mark-as-unavailable,.mphb-calendar td .mphb-date-check-out.mphb-mark-as-unavailable--check-in{color:var(--mphb-not-available-date-color,#777);background:linear-gradient(to bottom right,var(--mphb-booked-date-bg,#ddd) 0,var(--mphb-booked-date-bg,#ddd) 50%,var(--mphb-not-available-date-bg,#ddd) 50%,var(--mphb-not-available-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-date-check-out.mphb-out-of-season-date--check-in{color:var(--mphb-out-of-season-date-color,#777);background:linear-gradient(to bottom right,var(--mphb-booked-date-bg,#ddd) 0,var(--mphb-booked-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 50%,var(--mphb-out-of-season-date-bg,#ddd) 100%)}.mphb-calendar td .mphb-date-check-out.mphb-unselectable-date--check-in,.mphb-calendar td .mphb-date-check-out.mphb-unselectable-date--check-out{color:var(--mphb-unselectable-date-color,#777)}.mphb-calendar td .mphb-unselectable-date--check-in,.mphb-calendar td .mphb-unselectable-date--check-out{color:var(--mphb-unselectable-date-color,#777)}.mphb-calendar td .mphb-selectable-date--check-in:hover,.mphb-calendar td .mphb-selectable-date--check-out:hover,.mphb-calendar td .mphb-selected-date,.mphb-calendar td .mphb-selected-date--check-in,.mphb-calendar td .mphb-selected-date--check-in.mphb-date-check-out,.mphb-calendar td .mphb-selected-date--check-out,.mphb-calendar td .mphb-selected-date--check-out.mphb-date-check-in{background:var(--mphb-selected-date-bg,#89b63c);color:var(--mphb-selected-date-color,#777)}.mphb-calendar .datepick-ctrl{display:flex;background-color:#eee;color:#222;border-radius:.25em;font-weight:400}.mphb-calendar .datepick-ctrl a,.mphb-calendar .datepick-ctrl a:hover{color:inherit;background-color:transparent}.mphb-calendar .datepick-ctrl .mphb-calendar__selected-dates{width:100%;padding:0 .25em}.mphb-calendar .datepick-ctrl .datepick-cmd-clear{width:auto;padding:0 .25em;line-height:inherit}.mphb-booking-form.mphb-loading{position:relative}.mphb-booking-form.mphb-loading:before{content:'';left:0;right:0;top:0;bottom:0;position:absolute;background-color:rgba(255,255,255,.5);background-image:url(//www.hotelmareazzurro.it/wp-content/plugins/motopress-hotel-booking-lite/images/loading.gif?ver=5.0.3);background-size:20px;background-position:center center;background-repeat:no-repeat;z-index:1}.datepick-popup.mphb-loading{position:relative;pointer-events:none}.datepick-popup.mphb-loading:before{content:'';left:0;right:0;top:0;bottom:0;position:absolute;background-color:rgba(255,255,255,.5);background-image:url(//www.hotelmareazzurro.it/wp-content/plugins/motopress-hotel-booking-lite/images/loading.gif?ver=5.0.3);background-size:20px;background-position:center center;background-repeat:no-repeat;z-index:1}.mphb-datepick-popup .datepick-month-header select{display:inline-block!important;width:auto!important}.mphb-datepick-popup .datepick-month td .mphb-booked-date:not(.mphb-selectable-date){opacity:.5;background-color:#eee;color:#888}.mphb-datepick-popup .datepick-month td .mphb-past-date{opacity:.15;background-color:#eee;color:#888}.mphb-datepick-popup .datepick-month td .mphb-earlier-min-date,.mphb-datepick-popup .datepick-month td .mphb-later-max-date{opacity:.5;background-color:#eee;color:#888}.mphb-datepick-popup .datepick-month td .mphb-earlier-check-in-date{opacity:.15;background-color:#eee;color:#888}.mphb-datepick-popup .datepick-month td .mphb-check-in-date{background-color:#cef093}.mphb-datepick-popup .datepick-month td a.datepick-today{background-color:#fffaf0}.mphb-datepick-popup .datepick-month td a.datepick-highlight,.mphb-datepick-popup .datepick-month td a.datepick-selected{background-color:#404040;color:#fff}.mphb-datepick-popup .datepick-month td span.mphb-check-in-date{background-color:#606060;color:#fff}.mphb-datepick-popup .mphb-selectable-date{cursor:pointer}@media screen and (min-width:769px){.mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="1"] .datepick-month{width:100%}.mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="2"] .datepick-month{width:50%}.mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="3"] .datepick-month{width:33.33%}.mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="4"] .datepick-month{width:25%}.mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="5"] .datepick-month{width:20%}}.mphb_widget_rooms-wrapper .mphb-widget-room-type-book-button,.mphb_widget_rooms-wrapper .mphb-widget-room-type-price,.mphb_widget_rooms-wrapper .mphb-widget-room-type-title{margin:1em 0}.mphb_widget_rooms-wrapper .mphb-widget-room-type-attributes,.mphb_widget_rooms-wrapper .mphb-widget-room-type-description,.mphb_widget_rooms-wrapper .mphb-widget-room-type-featured-image{margin:1em 0}.mphb_widget_rooms-wrapper .mphb-widget-room-type-price .mphb-price,.mphb_widget_rooms-wrapper .mphb-widget-room-type-title>a{font-weight:700}.mphb_widget_rooms-wrapper .mphb-room-type:not(:first-of-type){margin-top:2em}.mphb_sc_rooms-wrapper .mphb-room-type:not(:first-of-type),.mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type),.mphb_sc_services-wrapper .mphb-service:not(:first-of-type){margin-top:4em}.mphb_cb_checkout_form>.mphb-checkout-section:not(:first-of-type),.mphb_sc_checkout-form>.mphb-checkout-section:not(:first-of-type){margin-top:4em}.mphb_cb_checkout_form .mphb_checkout-service-quantity,.mphb_sc_checkout-form .mphb_checkout-service-quantity{width:100px;display:inline-block}.mphb_cb_checkout_form .mphb-price-breakdown .mphb-price-breakdown-expand>.mphb-inner-icon,.mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-expand>.mphb-inner-icon{font-family:sans-serif;font-size:1em;margin-right:.75em;border:1px solid currentColor;width:1em;height:1em;line-height:1em;display:inline-block;text-align:center;box-sizing:content-box;pointer-events:none}.mphb_cb_checkout_form .mphb-price-breakdown .mphb-table-price-column,.mphb_sc_checkout-form .mphb-price-breakdown .mphb-table-price-column{width:33%}.mphb_cb_checkout_form .mphb-gateways-list,.mphb_sc_checkout-form .mphb-gateways-list{list-style:none}.mphb_cb_checkout_form .mphb-gateways-list>li,.mphb_sc_checkout-form .mphb-gateways-list>li{margin-top:1em}.mphb_cb_checkout_form .mphb-billing-fields,.mphb_sc_checkout-form .mphb-billing-fields{margin-bottom:1em;border:none}.mphb_cb_checkout_form .mphb-billing-fields-hidden,.mphb_sc_checkout-form .mphb-billing-fields-hidden{display:none}.mphb_cb_checkout_form .mphb-billing-fields input[data-beanstream-id],.mphb_sc_checkout-form .mphb-billing-fields input[data-beanstream-id]{background-position:right center;background-repeat:no-repeat}.mphb_cb_checkout_form .mphb-billing-fields fieldset,.mphb_sc_checkout-form .mphb-billing-fields fieldset{border:none;padding:0}.mphb_cb_checkout_form .mphb-terms-and-conditions,.mphb_sc_checkout-form .mphb-terms-and-conditions{margin-bottom:0;padding-left:2em;padding-right:2em;max-height:0;overflow:hidden;transition:margin-bottom .2s linear,padding .2s linear,max-height .4s linear;background:rgba(0,0,0,.05)}.mphb_cb_checkout_form .mphb-terms-and-conditions.mphb-active,.mphb_sc_checkout-form .mphb-terms-and-conditions.mphb-active{margin-bottom:1em;padding-top:2em;padding-bottom:2em;max-height:200px;overflow:auto}.mphb_sc_checkout-wrapper .mphb-login-form-wrap{margin-bottom:4em}.mphb_cb_checkout_form>.mphb-checkout-section:not(:first-of-type){margin-top:0}.mphb_checkout-services-list,.mphb_sc_checkout-services-list{list-style:none}.mphb_sc_search_results-wrapper .mphb-reservation-cart{margin-bottom:4em}.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-reservation-details{float:left}.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-cart-message{margin-bottom:0}.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-confirm-reservation{float:right}.mphb_sc_search_results-wrapper .mphb-reservation-cart.mphb-empty-cart .mphb-cart-message,.mphb_sc_search_results-wrapper .mphb-reservation-cart.mphb-empty-cart .mphb-cart-total-price,.mphb_sc_search_results-wrapper .mphb-reservation-cart.mphb-empty-cart .mphb-confirm-reservation{display:none!important}.mphb_sc_search_results-wrapper .mphb-reservation-cart:not(.mphb-empty-cart) .mphb-empty-cart-message{display:none!important}.mphb_sc_search_results-wrapper .mphb-reserve-room-section:not(.mphb-rooms-added) .mphb-confirm-reservation,.mphb_sc_search_results-wrapper .mphb-reserve-room-section:not(.mphb-rooms-added) .mphb-rooms-reservation-message-wrapper{display:none!important}.mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper .mphb-remove-from-reservation{float:right}.mphb_sc_search_results-wrapper .mphb-recommendation-details-list:after{content:'';display:table;clear:both}.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-item-guests{display:block}.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommedation-item-subtotal{float:right;margin-left:1em}.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-total{float:right}.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button{float:right;clear:right}.mphb_sc_booking_confirmation .mphb-booking-details-section+.mphb-booking-details-section{margin-top:2em}.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details>li{flex:1 0 100%;padding-left:0;margin:0 0 .5em 0}@media screen and (min-width:768px){.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details>li{flex:1 0 auto;margin:0 1.5em 1.5em 0;padding-right:1.5em;border-right:1px dashed #d3ced2}}.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details>li:last-of-type{border:none;margin-right:0;padding-right:0}@media screen and (min-width:768px){.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details>li span.label{display:block;font-size:.85em}}.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details>li span.value{font-weight:700}.mphb_sc_account:after{content:'';display:table;clear:both}@media screen and (min-width:768px){.mphb_sc_account .mphb-account-menu{float:left;width:25%}}@media screen and (min-width:768px){.mphb_sc_account .mphb-account-content{float:right;width:73%}}.mphb_sc_account .mphb-account-bookings{table-layout:auto;font-size:.85em}@media screen and (max-width:767px){.mphb_sc_account .mphb-account-bookings thead{display:none}.mphb_sc_account .mphb-account-bookings tr{display:block;margin-bottom:1em}.mphb_sc_account .mphb-account-bookings tr:last-child{margin-bottom:0}.mphb_sc_account .mphb-account-bookings td{display:block;text-align:right}.mphb_sc_account .mphb-account-bookings td:before{content:attr(data-title) ": ";float:left;font-weight:700}}#mphb-stripe-payment-methods>ul{cursor:pointer;margin:0 0 .5em 0;padding:0;list-style:none}#mphb-stripe-payment-methods .mphb-stripe-payment-method{display:inline-block;margin:0 1.5em 0 0;padding-top:.5em;padding-bottom:.5em}#mphb-stripe-payment-methods .mphb-stripe-payment-method:last-of-type{margin-right:0}#mphb-stripe-payment-methods .mphb-stripe-payment-method.active label{box-shadow:0 2px currentColor}#mphb-stripe-payment-methods .mphb-stripe-payment-method label{cursor:pointer}#mphb-stripe-payment-methods .mphb-stripe-payment-method input[type=radio]{display:none}.mphb-stripe-payment-container{margin-bottom:1em}.mphb-stripe-payment-container .StripeElement{box-sizing:border-box;padding:15px 12px;border:1px solid transparent;border-radius:4px;background-color:#fff;box-shadow:0 1px 6px 0 #e6ebf1;-webkit-transition:box-shadow 150ms ease;transition:box-shadow 150ms ease;margin-top:.5em;margin-bottom:.5em}.mphb-stripe-payment-container .StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df}.mphb-stripe-payment-container .StripeElement--invalid{border-color:#fa755a}.mphb-stripe-payment-container .StripeElement--webkit-autofill{background-color:#fefde5!important}#mphb-stripe-errors{color:#e25950}
    .hotelier-notice {
background-color: #222;
color: #fff;
margin: 0 0 48px;
padding: 24px;
}
.hotelier-notice--error {
list-style: none;
margin-left: 0;
} .js .datepicker-input--checkin,
.js .datepicker-input--checkout {
display: none;
}
.datepicker-form {
margin-bottom: 48px;
}
.datepicker {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
background-color: #fff;
box-shadow: 8px 8px 40px 5px rgba(0, 0, 0, 0.08);
box-sizing: border-box;
overflow: hidden;
position: absolute;
width: 260px;
z-index: 1;
}
.datepicker__inner {
overflow: hidden;
padding: 24px;
}
.datepicker__month {
font-size: 11px;
font-size: 0.6875rem;
line-height: 2.18182;
border-collapse: collapse;
text-align: center;
width: 100%;
}
.datepicker__month--month2 {
display: none;
}
.datepicker__month-day {
transition-duration: 0.2s;
transition-property: color, background-color, border-color;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.datepicker__month-day--invalid {
color: #eee;
}
.datepicker__month-day--disabled {
color: #eee;
position: relative;
}
.datepicker__month-day--disabled:after {
color: red;
content: '\00d7';
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
.datepicker__month-day--selected {
background-color: rgba(34, 34, 34, 0.3);
color: #fff;
}
.datepicker__month-day--hovering {
background-color: rgba(34, 34, 34, 0.3);
color: #fff;
}
.datepicker__month-day--today {
background-color: #222;
color: #fff;
}
.datepicker__month-day--first-day-selected,
.datepicker__month-day--last-day-selected {
background-color: rgba(34, 34, 34, 0.5);
color: #fff;
}
.datepicker__month-day--last-day-selected.datepicker__month-day--checkout-enabled:after {
content: none;
}
.datepicker__month-day--valid {
cursor: pointer;
}
.datepicker__month-day--lastMonth,
.datepicker__month-day--nextMonth {
visibility: hidden;
}
.datepicker__month-button {
cursor: pointer;
}
.datepicker__info--feedback {
display: none;
}
.datepicker__info--error,
.datepicker__info--help {
display: block;
}
.datepicker__info--error {
color: red;
}
.datepicker__close-button {
cursor: pointer;
}
.datepicker__tooltip {
font-size: 11px;
font-size: 0.6875rem;
line-height: 2.18182;
background-color: #222;
border-radius: 2px;
color: #fff;
margin-top: -5px;
padding: 6px 12px;
position: absolute;
}
.datepicker__tooltip:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #222;
bottom: -4px;
content: '';
left: 50%;
margin-left: -4px;
position: absolute;
}
.datepicker__topbar {
margin-bottom: 48px;
position: relative;
}
.button--datepicker {
margin-top: 24px;
} .reservation-table__room-rate {
display: block;
}
.view-price-breakdown {
font-size: 11px;
font-size: 0.6875rem;
line-height: 2.18182;
display: block;
}
.price-breakdown-wrapper,
.reservation-table__row--price-breakdown {
border: 0;
padding: 0;
}
.table--price-breakdown {
border-collapse: separate;
margin-bottom: 0;
padding: 24px;
}
.credit-cards__list {
list-style: none;
margin-left: 0;
margin-bottom: 0;
}
.credit-cards__icon {
display: inline-block;
height: 48px;
margin-bottom: 4px;
position: relative;
text-indent: -99999px;
width: 76px;
}
.credit-cards__icon:before {
background-color: #fff;
background-position: 0 0;
background-repeat: no-repeat;
border: 1px solid #eee;
content: '';
display: inline-block;
height: 48px;
left: 0;
position: absolute;
top: 0;
width: 76px;
}
.credit-cards__icon--mastercard:before {
background-image: url(//www.hotelmareazzurro.it/wp-content/plugins/wp-hotelier/assets/images/cards/mastercard.svg);
}
.credit-cards__icon--amex:before {
background-image: url(//www.hotelmareazzurro.it/wp-content/plugins/wp-hotelier/assets/images/cards/amex.svg);
}
.credit-cards__icon--cirrus:before {
background-image: url(//www.hotelmareazzurro.it/wp-content/plugins/wp-hotelier/assets/images/cards/cirrus.svg);
}
.credit-cards__icon--discover:before {
background-image: url(//www.hotelmareazzurro.it/wp-content/plugins/wp-hotelier/assets/images/cards/discover.svg);
}
.credit-cards__icon--maestro:before {
background-image: url(//www.hotelmareazzurro.it/wp-content/plugins/wp-hotelier/assets/images/cards/maestro.svg);
}
.credit-cards__icon--visa:before {
background-image: url(//www.hotelmareazzurro.it/wp-content/plugins/wp-hotelier/assets/images/cards/visa.svg);
}
.credit-cards__icon--visa_e:before {
background-image: url(//www.hotelmareazzurro.it/wp-content/plugins/wp-hotelier/assets/images/cards/visa_e.svg);
}
.reservation-table__room-non-cancellable {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
color: red;
display: block;
font-style: italic;
font-weight: bold;
} .room-loop__list {
list-style: none;
margin-left: 0;
content: "";
display: table;
table-layout: fixed;
clear: both;
margin-bottom: 24px;
padding: 0;
}
.room-loop__item {
margin: 0;
padding: 0;
}
.room__name--loop {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
padding: 12px 0;
}
.room__description--loop {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
.room__thumbnail--loop {
display: block;
}
.room__thumbnail--loop img {
display: block;
height: auto;
margin: 0 0 24px;
width: 100%;
}
.room__price--loop {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
display: block;
font-weight: normal;
margin-bottom: 12px;
}
.room__price--loop .amount {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
font-weight: bold;
}
.room__price del .amount {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
opacity: .5;
}
.room__price ins {
background-color: transparent;
}
.button--view-room-details {
display: inline-block;
margin-bottom: 24px;
} .pagination__list {
list-style: none;
margin-left: 0;
}
.pagination__item {
display: inline-block;
} .room__deposit,
.rate__deposit {
padding: 6px 24px;
margin-top: 24px;
display: inline-block;
background-color: #eee;
}
.rate__deposit--single {
margin-top: 0;
} .room__min-max-stay {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
display: block;
font-style: italic;
margin-top: 24px;
}
.room__min-max-stay--single {
margin-bottom: 24px;
margin-top: 0;
}
.room__min-max-stay--rate-single {
margin-bottom: 24px;
}
.room__min-max-stay--rate-listing {
margin-bottom: 24px;
} .reservation-table__room-guests {
display: block;
margin-top: 6px;
}
.reservation-table__room-guests-label {
font-weight: bold;
}
.reservation-table__room-guests--booking label,
.reservation-table__room-guests--booking .form-row {
display: inline;
margin-right: 6px;
}
.reservation-table__room-guests--booking .reservation-table__room-guests-label {
display: block;
} .room__thumbnail--single {
margin-bottom: 48px;
}
.room__thumbnail--single img {
width: 100%;
}
.room__gallery--single {
text-align: right;
}
.room__gallery-link--single {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
.room__price--single .amount {
font-size: 18px;
font-size: 1.125rem;
line-height: 1.33333;
font-weight: bold;
}
.room__deposit--single {
margin-bottom: 24px;
}
.room__meta-list {
list-style: none;
margin-left: 0;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
.room__facilities-content--single {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
.room__conditions-list {
list-style: none;
margin-left: 0;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
.room__description--single {
margin-bottom: 48px;
margin-top: 48px;
}
.room-available-rates__link {
display: inline-block;
margin-top: 24px;
}
.room__rates-list {
list-style: none;
margin-left: 0;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
.room__rate--single {
border: 1px solid #222;
margin-bottom: 24px;
padding: 24px 24px 12px;
}
.rate__name {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
.rate__price {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
.rate__price .amount {
font-weight: bold;
}
.button--check-availability {
display: inline-block;
margin-top: 12px;
}
.rate__conditions-title {
font-weight: bold;
}
.rate__conditions-list {
list-style: none;
margin-left: 0;
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
}
.related-rooms {
margin-top: 48px;
}
.room__non-cancellable-info,
.rate__non-cancellable-info {
color: red;
font-style: italic;
font-weight: bold;
}
.room__non-cancellable-info--single p {
margin-bottom: 0;
} .selected-nights {
font-style: italic;
font-weight: bold;
}
.listing__list {
list-style: none;
margin-left: 0;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
.listing__room {
border: 1px solid #222;
margin-bottom: 24px;
padding: 24px;
}
.listing__room--queried {
border: 5px solid #9dc94a;
margin-bottom: 96px;
}
.room__gallery-link {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
}
.room__max-guests-recommendation {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
display: inline-block;
font-style: italic;
margin-top: 24px;
}
.room__only-x-left {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
background-color: #222;
color: #fff;
display: inline-block;
padding: 6px 12px;
}
.room__price--listing,
.rate__price--listing {
display: block;
}
.room__price--listing .amount,
.rate__price--listing .amount {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
font-weight: bold;
}
.room__price--listing del .amount,
.rate__price--listing del .amount {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
opacity: 0.5;
}
.room__price--listing ins,
.rate__price--listing ins {
background-color: transparent;
}
.room__price-description,
.rate__price-description {
font-size: 10px;
font-size: 0.625rem;
line-height: 2.4;
font-style: italic;
}
.room__deposit--listing,
.rate__deposit--listing {
margin-bottom: 24px;
margin-top: 0;
}
.room__actions,
.rate__actions {
border-top: 1px solid #eee;
margin-top: 24px;
padding-top: 24px;
}
.listing__room--rates-expanded.listing__room--variable .room__content--listing {
padding-right: 0;
width: 100%;
}
.button--add-to-cart,
.button--toggle-rates {
display: inline-block;
margin-top: 12px;
}
.add-to-cart-selected {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
display: block;
}
.room__rate--listing {
border-top: 1px solid #eee;
margin-top: 24px;
overflow: hidden;
padding-top: 24px;
}
.rate__room--listing {
margin-bottom: 0;
}
.rate__name--listing {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
display: inline-block;
font-weight: bold;
margin-bottom: 24px;
}
.room__fees {
margin-bottom: 24px;
}
.room__rate .room__fees {
margin-bottom: 0;
}
.room-fee + .room-fee {
margin-top: 6px;
}
.room-fee__title {
display: block;
}
.room-fee__label {
display: block;
}
.room-fee__label input {
margin-right: 6px;
}
.room__extras {
margin-top: 24px;
}
.room-extra {
margin-top: 6px;
}
.room-extra__price {
display: block;
}
.room-extra__price .amount {
font-weight: bold;
}
.room-extra__info {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
font-style: italic;
} .booking__section,
.reservation-received__section {
margin-bottom: 48px;
}
.form-row__description {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
font-style: italic;
display: block;
margin-top: 12px;
}
.payment-methods {
list-style: none;
margin-left: 0;
}
.payment-method {
overflow: hidden;
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid #eee;
}
.payment-method img {
float: right;
}
.payment-method__label {
cursor: pointer;
display: inline;
}
.payment-method__description {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
font-style: italic;
display: block;
}
.payment-method--single input[type="radio"] {
display: none;
}
.form-row--booking-terms {
margin-top: 24px;
}
.label--booking-terms {
display: inline;
}
.reservation-response {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.2;
}
.reservation-details__list {
list-style: none;
margin-left: 0;
}
.reservation-non-cancellable-disclaimer__text {
font-style: italic;
}
.reservation-table__extra-guests-fee {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
display: block;
}
.reservation-table__coupon-code {
display: block;
}
.reservation-table__room-extra .extra__description {
display: block;
} .button--room-search {
margin-top: 12px;
} .widget-rooms-filter__group-label {
font-weight: bold;
margin-bottom: 24px;
display: block;
}
.widget-rooms-filter__group-list {
list-style: none;
margin-left: 0;
margin-bottom: 24px;
}
.widget-rooms-filter__group-item--chosen {
padding-left: 1.5em;
position: relative;
}
.widget-rooms-filter__group-item--chosen:before {
font-size: 16px;
font-size: 1rem;
line-height: 16px;
background-color: #000;
border-radius: 100%;
border: 1px solid #000;
color: #fff;
content: '×';
height: 16px;
left: 0;
position: absolute;
text-align: center;
width: 16px;
} .widget-rooms__list {
list-style: none;
margin-left: 0;
}
.widget-rooms__item {
margin-bottom: 24px;
min-height: 75px;
position: relative;
}
.widget-rooms__name {
display: block;
margin-left: 99px;
}
.widget-rooms__price {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
display: block;
margin-left: 99px;
}
.widget-rooms__price .amount {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
}
.widget-rooms__thumbnail {
position: absolute;
width: 75px;
} .widget-booking__change-cart {
text-align: right;
}
.widget-booking__date-block {
border: 1px solid #222;
margin-bottom: 12px;
padding: 24px;
text-align: center;
}
.widget-booking__date-label {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
display: block;
margin-bottom: 12px;
text-transform: uppercase;
}
.widget-booking__date {
font-size: 12px;
font-size: 0.75rem;
line-height: 2;
}
.widget-booking__month-year {
display: block;
}
.widget-booking__day {
font-size: 24px;
font-size: 1.5rem;
line-height: 1;
display: block;
padding: 6px;
}
.widget-booking__room-rate {
display: block;
}
.widget-booking__cart-total {
margin-top: 24px;
display: block;
}
.widget-booking__cart-total .amount {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
float: right;
}
.widget-booking__rooms-list {
list-style: none;
margin-left: 0;
margin-top: 24px;
}
@media (min-width: 320px) {
.datepicker {
width: 300px;
}
}
@media (min-width: 480px) {
.datepicker {
width: 460px;
}
.datepicker__months {
overflow: hidden;
position: relative;
}
.datepicker__months:before {
background: #eee;
bottom: 0;
content: '';
display: block;
left: 50%;
position: absolute;
top: 0;
width: 1px;
}
.datepicker__month {
width: 200px;
}
.datepicker__month--month1 {
float: left;
}
.datepicker__month--month2 {
display: table;
float: right;
}
.datepicker__month-button--disabled {
visibility: hidden;
}
.room-loop__item {
float: left;
margin-right: 4%;
position: relative;
width: 48%;
}
.room-loop__item--columns-1 {
float: none;
margin-right: 0;
width: 100%;
}
.room-loop__item--even {
clear: none;
margin-right: 0;
}
.room__min-max-stay--rate-listing {
margin-bottom: 0;
margin-top: 0;
}
.room__content-wrapper {
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
position: relative;
}
.room__actions,
.rate__actions {
border-left: 1px solid #eee;
border-top: none;
margin-top: 0;
padding-left: 12px;
padding-top: 0;
text-align: right;
width: 35%;
}
.room__content--listing,
.rate__content--listing {
padding-right: 12px;
width: 65%;
}
.room__rate {
display: flex;
flex-wrap: wrap;
}
.rate__description-wrapper {
padding-right: 12px;
width: 65%;
}
}
@media (min-width: 768px) {
.datepicker {
width: 560px;
}
.datepicker__month {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.71429;
width: 240px;
}
.datepicker__close-button {
margin-top: 0;
position: absolute;
right: 0;
top: 0;
}
.room-loop__item--first {
clear: both !important;
}
.room-loop__item--last {
margin-right: 0 !important;
}
.room-loop__item--columns-3 {
clear: none;
margin-right: 3.5%;
width: 31%;
}
.room-loop__item--columns-4 {
clear: none;
margin-right: 3%;
width: 22.75%;
}
.room-loop__item--columns-5 {
clear: none;
margin-right: 2.5%;
width: 18%;
}
.room-loop__item--columns-6 {
clear: none;
margin-right: 2%;
width: 15%;
}
}