@charset "UTF-8";
@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(//hotel-evianexpress.net/wp-content/plugins/motopress-hotel-booking/images/loading.gif?ver=4.11.2);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(//hotel-evianexpress.net/wp-content/plugins/motopress-hotel-booking/images/loading.gif?ver=4.11.2);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{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-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{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-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-booked-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-booked-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-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-booked-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-booked-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-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-out{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(//hotel-evianexpress.net/wp-content/plugins/motopress-hotel-booking/images/loading.gif?ver=4.11.2);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(//hotel-evianexpress.net/wp-content/plugins/motopress-hotel-booking/images/loading.gif?ver=4.11.2);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}.mphb_sc_booking_form-wrapper.is-style-horizontal-form form,
.mphb_sc_search-wrapper.is-style-horizontal-form form,
.mphb_widget_search-form.is-style-horizontal-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (min-width: 768px) {
.mphb_sc_booking_form-wrapper.is-style-horizontal-form form,
.mphb_sc_search-wrapper.is-style-horizontal-form form,
.mphb_widget_search-form.is-style-horizontal-form {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
margin: 0 -10px;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
.mphb_sc_booking_form-wrapper.is-style-horizontal-form form > *,
.mphb_sc_search-wrapper.is-style-horizontal-form form > *,
.mphb_widget_search-form.is-style-horizontal-form > * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
width: 100%;
max-width: 100%;
margin-bottom: 1.5em;
padding: 0;
}
@media (min-width: 768px) {
.mphb_sc_booking_form-wrapper.is-style-horizontal-form form > *,
.mphb_sc_search-wrapper.is-style-horizontal-form form > *,
.mphb_widget_search-form.is-style-horizontal-form > * {
padding: 0 10px;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: auto;
}
}
.mphb_sc_booking_form-wrapper.is-style-horizontal-form form > * input,
.mphb_sc_booking_form-wrapper.is-style-horizontal-form form > * select,
.mphb_sc_search-wrapper.is-style-horizontal-form form > * input,
.mphb_sc_search-wrapper.is-style-horizontal-form form > * select,
.mphb_widget_search-form.is-style-horizontal-form > * input,
.mphb_widget_search-form.is-style-horizontal-form > * select {
width: 100%;
margin: 0;
display: block;
}
.mphb_sc_booking_form-wrapper.is-style-horizontal-form form .mphb_sc_search-submit-button-wrapper,
.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb_sc_search-submit-button-wrapper,
.mphb_widget_search-form.is-style-horizontal-form .mphb_sc_search-submit-button-wrapper {
margin-top: 0;
}
.mphb_sc_booking_form-wrapper.is-style-horizontal-form form .mphb-required-fields-tip,
.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb-required-fields-tip,
.mphb_widget_search-form.is-style-horizontal-form .mphb-required-fields-tip {
display: none;
}
.mphb_sc_booking_form-wrapper.is-style-horizontal-form form .button,
.mphb_sc_search-wrapper.is-style-horizontal-form form .button,
.mphb_widget_search-form.is-style-horizontal-form .button {
margin: 0;
}
@media (min-width: 768px) {
.mphb_sc_search-wrapper.mphbs-wrap form,
.mphb_sc_booking_form-wrapper.mphbs-wrap form {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media (min-width: 768px) {
.mphb_sc_search-wrapper.mphbs-fw-20 form > p,
.mphb_sc_booking_form-wrapper.mphbs-fw-20 form > p {
width: 100%;
max-width: 20%;
}
}
@media (min-width: 768px) {
.mphb_sc_search-wrapper.mphbs-fw-25 form > p,
.mphb_sc_booking_form-wrapper.mphbs-fw-25 form > p {
width: 100%;
max-width: 25%;
}
}
@media (min-width: 768px) {
.mphb_sc_search-wrapper.mphbs-fw-33 form > p,
.mphb_sc_booking_form-wrapper.mphbs-fw-33 form > p {
width: 100%;
max-width: 33.33%;
}
}
@media (min-width: 768px) {
.mphb_sc_search-wrapper.mphbs-fw-50 form > p,
.mphb_sc_booking_form-wrapper.mphbs-fw-50 form > p {
width: 100%;
max-width: 50%;
}
}
@media (min-width: 768px) {
.mphb_sc_search-wrapper.mphbs-fw-100 form > p,
.mphb_sc_booking_form-wrapper.mphbs-fw-100 form > p {
width: 100%;
max-width: 100%;
}
}
.mphb_sc_search-wrapper.mphbs-fluid-button .mphb-reserve-btn-wrapper,
.mphb_sc_search-wrapper.mphbs-fluid-button .mphb_sc_search-submit-button-wrapper,
.mphb_sc_booking_form-wrapper.mphbs-fluid-button .mphb-reserve-btn-wrapper,
.mphb_sc_booking_form-wrapper.mphbs-fluid-button .mphb_sc_search-submit-button-wrapper {
max-width: 100%;
width: auto;
}
.mphb_sc_search-wrapper.mphbs-fluid-button .mphb-reserve-btn-wrapper .button,
.mphb_sc_search-wrapper.mphbs-fluid-button .mphb_sc_search-submit-button-wrapper .button,
.mphb_sc_booking_form-wrapper.mphbs-fluid-button .mphb-reserve-btn-wrapper .button,
.mphb_sc_booking_form-wrapper.mphbs-fluid-button .mphb_sc_search-submit-button-wrapper .button {
width: 100%;
}
.mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-reserve-btn-wrapper {
margin-top: 0;
}
.mphb_sc_booking_form-wrapper.is-style-horizontal-form.is-direct-booking .mphb-booking-form {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.mphb_sc_booking_form-wrapper.is-style-horizontal-form.is-direct-booking .mphb-booking-form > *.mphb-reserve-room-section {
width: 100%;
}
.mphb_sc_booking_form-wrapper.is-style-horizontal-form.is-direct-booking .mphb-reserve-btn-wrapper {
position: relative;
}
@media (min-width: 768px) {
.mphb_sc_booking_form-wrapper.is-style-horizontal-form.is-direct-booking .mphb-reserve-btn-wrapper .mphb-preloader {
position: absolute;
left: 50%;
top: 105%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.mphb_sc_booking_form-wrapper.is-style-horizontal-form.is-direct-booking .mphb-reserve-btn-wrapper .button {
white-space: normal;
}
.mphb_sc_booking_form-wrapper.mphbs-hide-rf-tip .mphb-required-fields-tip,
.mphb_sc_search-wrapper.mphbs-hide-rf-tip .mphb-required-fields-tip {
display: none;
}
.mphb_sc_booking_form-wrapper.mphbs-hide-labels br,
.mphb_sc_booking_form-wrapper.mphbs-hide-labels label,
.mphb_sc_search-wrapper.mphbs-hide-labels br,
.mphb_sc_search-wrapper.mphbs-hide-labels label {
display: none;
}
.mphb_sc_booking_form-wrapper.mphbs-no-paddings form,
.mphb_sc_search-wrapper.mphbs-no-paddings form {
margin: 0;
}
.mphb_sc_booking_form-wrapper.mphbs-no-paddings form > *,
.mphb_sc_search-wrapper.mphbs-no-paddings form > * {
padding: 0;
}
@media (min-width: 768px) {
.mphb_widget_search-form.mphbs-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media (min-width: 768px) {
.mphb_widget_search-form.mphbs-fw-20 > p {
width: 100%;
max-width: 20%;
}
}
@media (min-width: 768px) {
.mphb_widget_search-form.mphbs-fw-25 > p {
width: 100%;
max-width: 25%;
}
}
@media (min-width: 768px) {
.mphb_widget_search-form.mphbs-fw-33 > p {
width: 100%;
max-width: 33.33%;
}
}
@media (min-width: 768px) {
.mphb_widget_search-form.mphbs-fw-50 > p {
width: 100%;
max-width: 50%;
}
}
@media (min-width: 768px) {
.mphb_widget_search-form.mphbs-fw-100 > p {
width: 100%;
max-width: 100%;
}
}
.mphb_widget_search-form.mphbs-fluid-button .mphb_widget_search-submit-button-wrapper {
max-width: 100%;
width: auto;
}
.mphb_widget_search-form.mphbs-fluid-button .mphb_widget_search-submit-button-wrapper .button {
width: 100%;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
       html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
-webkit-box-sizing: content-box;
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
-webkit-box-sizing: border-box;
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #221f1f;
font-family: "Noto Sans", sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-family: "Roboto Slab", sans-serif;
color: #344583;
line-height: 1.4;
font-weight: 700;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
margin-top: 0;
}
h1 {
font-size: 30px;
font-size: 1.875rem;
margin: 2em 0 1em;
}
h2 {
font-size: 24px;
font-size: 1.5rem;
margin: 2.5em 0 1.25em;
}
h3 {
font-size: 22px;
font-size: 1.375rem;
margin: 2.72727em 0 1.36364em;
}
h4 {
font-size: 20px;
font-size: 1.25rem;
margin: 3em 0 1.5em;
}
h5 {
font-size: 18px;
font-size: 1.125rem;
margin: 3.33333em 0 1.66667em;
}
h6 {
font-size: 14px;
font-size: 0.875rem;
margin: 4.28571em 0 2.14286em;
}
@media (min-width: 1470px) {
h1 {
font-size: 36px;
font-size: 2.25rem;
margin: 1.66667em 0 0.83333em;
}
h2 {
font-size: 30px;
font-size: 1.875rem;
margin: 2em 0 1em;
}
h3 {
font-size: 24px;
font-size: 1.5rem;
margin: 2.5em 0 1.25em;
}
h4 {
font-size: 22px;
font-size: 1.375rem;
margin: 2.72727em 0 1.36364em;
}
h5 {
font-size: 20px;
font-size: 1.25rem;
margin: 3em 0 1.5em;
}
h6 {
font-size: 16px;
font-size: 1rem;
margin: 3.75em 0 1.875em;
}
}
.main-title:after {
content: "";
position: absolute;
width: 30px;
height: 4px;
background-color: #e2e2e2;
left: 0;
bottom: -25px;
}
@media screen and (max-width: 1469px) {
.main-title:after {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
p {
margin: 0 0 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #dfeeff;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
background: #dfeeff;
padding: 0.063em 0.250em;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #fff; }
blockquote, q {
quotes: "" "";
}
blockquote {
font-size: 16px;
font-size: 1rem;
padding: 30px 30px 30px 90px;
margin: 40px 0;
font-weight: 300;
font-family: "Roboto Slab", sans-serif;
border-radius: 5px;
background: #eff2f6;
clear: both;
position: relative;
}
blockquote:before {
display: block;
position: absolute;
left: 30px;
top: 30px;
line-height: .9;
content: '“';
font-family: "Roboto Slab", sans-serif;
color: #a8b6c6;
font-size: 80px;
margin-right: 30px;
font-weight: 700;
}
blockquote cite,
blockquote small {
font-size: 16px;
font-size: 1rem;
font-weight: bold;
margin-top: 1.875em;
display: block;
color: #344583;
}
blockquote a cite,
blockquote a small {
color: inherit;
text-decoration: inherit;
}
blockquote p {
margin: 0 0 0.72727em;
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: 600;
}
blockquote > :last-child {
margin-bottom: 0;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 2em;
margin-top: 2em;
}
ul, ol {
margin: 0 0 1em 1.25em;
padding: 0;
}
@media (max-width: 767px) {
ul, ol {
margin: 0 0 1.4375em 1.25em;
}
}
ul li + li, ol li + li {
margin-top: 1em;
}
@media (max-width: 767px) {
ul li + li, ol li + li {
margin-top: 1em;
}
}
ul li + li li, ol li + li li {
margin-top: 1em;
}
ul {
list-style: circle;
}
ul li ol {
margin-left: 2.5rem;
}
ul li ol li:before {
display: none;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-top: 1em;
margin-left: 1em;
margin-bottom: 0;
}
@media (max-width: 767px) {
li > ul,
li > ol {
margin-top: 1em;
margin-left: 1.25em;
}
}
dt {
font-weight: 600;
margin: 0 0 1.4375em;
}
dd {
margin: 0 1.25em 1.4375em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
figure figcaption {
font-size: 12px;
font-size: 0.75rem;
color: #77818c;
}
table {
border-collapse: collapse;
border-spacing: 0;
margin: 1.75em 0 1.75em;
width: 100%;
}
th, td {
padding: 0.5em;
border: 1px solid #e2e2e2;
}
th {
font-weight: 600;
color: #344583;
text-align: left;
}
thead th {
background: #ffffff;
}
@media (min-width: 768px) {
table {
margin: 2.375em 0 2.375em;
}
th, td {
padding: 1.25em 1.75em;
}
thead th, thead td {
padding: 0.625em 1.75em 0.8125em;
}
}
b,
strong {
font-weight: 600;
}
del {
color: #848484;
} input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"],
.button,
.menu-highlighted-item a,
.more-link {
height: 50px;
border-radius: 25px;
display: inline-block;
line-height: 50px;
background: #3f7bfe;
color: #fff;
font-size: 14px;
font-size: 0.875rem;
padding: 0 30px;
border: none;
font-weight: 700;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover,
.menu-highlighted-item a:hover,
.more-link:hover {
background: #344583;
cursor: pointer;
color: #fff;
text-decoration: none;
}
input[type="button"]:active, input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
button[type="submit"]:active,
button[type="submit"]:focus,
.button:active,
.button:focus,
.menu-highlighted-item a:active,
.menu-highlighted-item a:focus,
.more-link:active,
.more-link:focus {
color: #fff;
}
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
button[type="submit"].secondary,
.button.secondary,
.menu-highlighted-item a.secondary,
.more-link.secondary {
background: #deeeff;
color: #344583;
}
input[type="button"].secondary:hover,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:hover,
button[type="submit"].secondary:hover,
.button.secondary:hover,
.menu-highlighted-item a.secondary:hover,
.more-link.secondary:hover {
background: #3f7bfe;
color: #fff;
}
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
button[type="submit"]:disabled,
.button:disabled,
.menu-highlighted-item a:disabled,
.more-link:disabled {
background: #eff2f6;
color: #77818c;
}
input[type="button"]:disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled:hover,
button[type="submit"]:disabled:hover,
.button:disabled:hover,
.menu-highlighted-item a:disabled:hover,
.more-link:disabled:hover {
cursor: not-allowed;
color: #77818c;
}
.button + .button {
margin-left: 10px;
}
@media screen and (max-width: 767px) {
.button + .button {
margin-top: 10px;
}
}
.site-header .button {
color: #fff;
}
.site-header .button:hover {
color: #fff;
}
.site-header .button:hover.secondary {
color: #fff;
}
.site-header .button.secondary {
color: #344583;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
color: #221f1f;
border: 1px solid #e4e4e4;
background: #fff;
border-radius: 5px;
padding: 0 1rem;
height: 50px;
font-size: 16px;
font-size: 1rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
border: 1px solid #3a75ff;
background-color: #ffffff;
outline: none;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="range"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="color"]:disabled,
textarea:disabled,
select:disabled {
background: #eff2f6;
color: #848484;
border: #e4e4e4;
}
input[type="text"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="range"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="month"]:disabled:hover,
input[type="week"]:disabled:hover,
input[type="time"]:disabled:hover,
input[type="datetime"]:disabled:hover,
input[type="datetime-local"]:disabled:hover,
input[type="color"]:disabled:hover,
textarea:disabled:hover,
select:disabled:hover {
color: #848484 !important;
cursor: not-allowed;
}
textarea {
padding: 1rem;
min-height: 160px;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
select {
width: 100%;
}
select {
border: 1px solid #e4e4e4;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding-right: 1.5rem;
background-image: url(//hotel-evianexpress.net/wp-content/themes/alpenhouse/img/arrow_down_passive.svg);
background-position: right .8rem center;
background-repeat: no-repeat;
}
select:focus {
background-image: url(//hotel-evianexpress.net/wp-content/themes/alpenhouse/img/arrow_down_hover.svg);
}
select::-ms-expand {
display: none;
}
textarea {
width: 100%;
}
input[type="checkbox"], input[type="radio"] {
margin-right: .5rem;
}
label {
text-transform: uppercase;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
color: #344583;
margin-bottom: 1em;
display: inline-block;
}
form ul {
margin: 0;
}
form ul li {
list-style: none;
margin-top: 30px;
}
form ul li:first-child {
margin-top: 0;
}
form p {
margin-bottom: 30px;
}  a {
color: #3f7bfe;
text-decoration: none;
}
a:hover, a:focus, a:active {
color: #3f7bfe;
text-decoration: underline;
}
a:focus, a:active {
color: #3f7bfe;
text-decoration: none;
}
a:hover, a:active {
outline: none;
} .main-navigation ul,
.footer-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul,
.footer-navigation ul ul {
background-color: #344583;
color: #dfedff;
border-radius: 5px;
float: left;
position: absolute;
top: 120%;
left: 0;
z-index: 99999;
width: 160px;
padding: .5rem 0;
-webkit-transition: opacity .3s ease, top .5s ease;
transition: opacity .3s ease, top .5s ease;
opacity: 0;
}
@media (min-width: 992px) {
.main-navigation ul ul,
.footer-navigation ul ul {
visibility: hidden;
}
}
@media screen and (max-width: 991px) {
.main-navigation ul ul,
.footer-navigation ul ul {
background: transparent;
border-radius: 0;
color: #344583;
}
}
.main-navigation ul ul ul,
.footer-navigation ul ul ul {
left: 100%;
top: 0;
border-top: transparent;
}
@media screen and (max-width: 991px) {
.main-navigation ul ul ul,
.footer-navigation ul ul ul {
left: 0;
}
}
@media (min-width: 992px) {
.main-navigation ul ul ul,
.footer-navigation ul ul ul {
visibility: hidden;
}
}
.main-navigation ul ul ul:before,
.footer-navigation ul ul ul:before {
display: none;
}
.main-navigation ul ul li,
.footer-navigation ul ul li {
display: block;
width: 100%;
}
@media screen and (max-width: 991px) {
.main-navigation ul ul li,
.footer-navigation ul ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.footer-navigation ul ul li:hover > ul,
.footer-navigation ul ul li.focus > ul {
right: 0;
top: 0;
}
@media (min-width: 992px) {
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.footer-navigation ul ul li:hover > ul,
.footer-navigation ul ul li.focus > ul {
right: -100%;
visibility: visible;
}
}
@media screen and (max-width: 991px) {
.main-navigation ul ul li a,
.footer-navigation ul ul li a {
float: left;
width: auto;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
}
.main-navigation ul ul a,
.footer-navigation ul ul a {
width: 100%;
padding: .5rem 1rem;
font-size: 14px;
font-size: 0.875rem;
color: inherit;
}
@media screen and (max-width: 991px) {
.main-navigation ul ul a,
.footer-navigation ul ul a {
float: left;
width: auto;
padding: 1.25em;
}
}
@media screen and (max-width: 991px) {
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a,
.footer-navigation ul ul :hover > a,
.footer-navigation ul ul .focus > a {
color: #3f7bfe;
}
}
@media (min-width: 992px) {
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a,
.footer-navigation ul ul :hover > a,
.footer-navigation ul ul .focus > a {
color: #fff;
}
}
@media screen and (max-width: 991px) {
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus,
.footer-navigation ul ul a:hover,
.footer-navigation ul ul a.focus {
color: #3f7bfe;
}
}
@media (min-width: 992px) {
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus,
.footer-navigation ul ul a:hover,
.footer-navigation ul ul a.focus {
color: #fff;
}
}
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a,
.footer-navigation ul ul .current_page_item > a,
.footer-navigation ul ul .current-menu-item > a,
.footer-navigation ul ul .current_page_ancestor > a,
.footer-navigation ul ul .current-menu-ancestor > a {
color: #fff;
}
@media screen and (max-width: 991px) {
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a,
.footer-navigation ul ul .current_page_item > a,
.footer-navigation ul ul .current-menu-item > a,
.footer-navigation ul ul .current_page_ancestor > a,
.footer-navigation ul ul .current-menu-ancestor > a {
color: #3f7bfe;
}
}
.main-navigation ul ul li.menu-item-has-children a:after,
.footer-navigation ul ul li.menu-item-has-children a:after {
position: absolute;
top: 50%;
right: 1rem;
-webkit-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 991px) {
.main-navigation ul ul li.menu-item-has-children a:after,
.footer-navigation ul ul li.menu-item-has-children a:after {
-webkit-transform: none;
transform: none;
}
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.footer-navigation ul li:hover > ul,
.footer-navigation ul li.focus > ul {
visibility: visible;
top: 100%;
opacity: 1;
}
.main-navigation li,
.footer-navigation li {
float: left;
position: relative;
margin: 0;
}
@media screen and (max-width: 991px) {
.main-navigation li,
.footer-navigation li {
width: 100%;
border-top: 1px solid #eff2f6;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.main-navigation li a,
.footer-navigation li a {
color: #344583;
float: left;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
}
.main-navigation li:before,
.footer-navigation li:before {
display: none;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a,
.footer-navigation li:hover > a,
.footer-navigation li.focus > a {
color: #3a76ff;
}
.main-navigation > li:last-child a,
.footer-navigation > li:last-child a {
padding-right: 0;
}
.main-navigation .menu-primary-container > ul > li:first-child,
.footer-navigation .menu-primary-container > ul > li:first-child {
border: 0;
}
.main-navigation a,
.footer-navigation a {
display: block;
text-decoration: none;
color: inherit;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
}
@media (min-width: 992px) {
.main-navigation a,
.footer-navigation a {
padding: .875rem 1rem;
}
}
.main-navigation a:hover,
.footer-navigation a:hover {
cursor: pointer;
}
.main-navigation .menu-highlighted-item > a,
.footer-navigation .menu-highlighted-item > a {
padding: 0 2rem !important;
color: #fff;
}
@media screen and (max-width: 991px) {
.main-navigation .menu-highlighted-item > a,
.footer-navigation .menu-highlighted-item > a {
width: 100%;
text-align: center;
color: #ffffff;
}
}
@media screen and (max-width: 991px) {
.main-navigation .menu-highlighted-item,
.footer-navigation .menu-highlighted-item {
padding: 2rem 1.25rem;
}
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.footer-navigation .current_page_item > a,
.footer-navigation .current-menu-item > a,
.footer-navigation .current_page_ancestor > a,
.footer-navigation .current-menu-ancestor > a {
color: #3a76ff;
}
@media screen and (max-width: 991px) {
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.footer-navigation .current_page_item > a,
.footer-navigation .current-menu-item > a,
.footer-navigation .current_page_ancestor > a,
.footer-navigation .current-menu-ancestor > a {
color: #3f7bfe;
}
}
.main-navigation .menu-item-has-children > a:after,
.footer-navigation .menu-item-has-children > a:after {
content: "";
font: normal normal normal 1rem/1 FontAwesome;
margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
.main-navigation .menu-item-has-children > a:after,
.footer-navigation .menu-item-has-children > a:after {
display: none;
}
}
.main-navigation .dropdown-toggle,
.footer-navigation .dropdown-toggle {
display: block;
background: transparent;
float: right;
font-size: 22px;
font-size: 1.375rem;
color: #292929;
padding: 1em;
border: none;
}
@media (min-width: 992px) {
.main-navigation .dropdown-toggle,
.footer-navigation .dropdown-toggle {
display: none;
}
}
.main-navigation .dropdown-toggle.toggled-on:after,
.footer-navigation .dropdown-toggle.toggled-on:after {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
@media (min-width: 992px) {
.main-navigation .dropdown-toggle.toggled-on:after,
.footer-navigation .dropdown-toggle.toggled-on:after {
-webkit-transform: none;
transform: none;
}
}
.main-navigation .dropdown-toggle:after,
.footer-navigation .dropdown-toggle:after {
display: block;
content: "";
font: normal normal normal 1rem/1 FontAwesome;
}
.footer-navigation a {
font-size: 14px;
font-size: 0.875rem;
font-weight: 400;
padding: 0 1rem;
color: #4e7fdd;
}
.footer-navigation a:after {
display: none;
}
.footer-navigation li:hover > a,
.footer-navigation li.focus > a {
color: #2256ba;
text-decoration: underline;
}
.footer-navigation .current_page_item > a,
.footer-navigation .current-menu-item > a,
.footer-navigation .current_page_ancestor > a,
.footer-navigation .current-menu-ancestor > a {
color: #2256ba;
}
.footer-navigation {
text-align: center;
margin-top: 1rem;
margin-bottom: 1rem;
}
@media (min-width: 992px) {
.footer-navigation {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
}
.footer-navigation ul li {
border-top: none;
display: block;
}
@media (min-width: 768px) {
.footer-navigation ul li {
width: auto;
}
}
.footer-navigation ul li a {
padding: 0.5rem 0;
color: #3f7bfe;
}
.footer-navigation ul li a:hover {
color: #3f7bfe;
}
.footer-navigation ul li a:visited {
color: #3f7bfe;
}
@media (min-width: 768px) {
.footer-navigation ul li a {
padding: 0.5rem 1rem;
}
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle li a,
.main-navigation.toggled ul li a {
font-size: 1em;
}
.menu-toggle ul,
.main-navigation.toggled ul ul {
opacity: 1;
}
@media screen and (max-width: 991px) {
.menu-toggle ul,
.main-navigation.toggled ul ul {
display: none;
position: relative;
width: 100%;
}
}
.menu-toggle ul.toggled-on,
.main-navigation.toggled ul ul.toggled-on {
display: block;
padding: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
top: 0;
}
.menu-toggle ul.toggled-on:before,
.main-navigation.toggled ul ul.toggled-on:before {
display: none;
}
@media screen and (min-width: 992px) {
.menu-toggle {
display: none !important;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation {
margin: 5em 0;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-previous .post-title,
.posts-navigation .nav-previous .post-title {
display: block;
margin-left: 70px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.comment-navigation .nav-next .post-title,
.posts-navigation .nav-next .post-title {
display: block;
margin-right: 70px;
}
.main-navigation .menu-primary-container,
.main-navigation .menu-top-right-container {
display: none;
position: relative;
top: 0;
left: 0;
right: 0;
}
.main-navigation.toggled .menu-primary-container,
.main-navigation.toggled .menu-top-right-container {
display: block;
}
@media screen and (min-width: 992px) {
.main-navigation .menu-primary-container {
display: block;
background: transparent;
position: relative;
}
}
.menu-toggle {
background: transparent;
color: #344583;
border: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
position: relative;
z-index: 100;
font-size: 24px;
font-size: 1.5rem;
}
.menu-toggle:hover {
background-color: transparent;
color: #344583;
}
.menu-toggle:active, .menu-toggle:focus {
background-color: transparent;
}
@media screen and (max-width: 991px) {
.main-navigation ul a {
padding-left: 1.25rem;
padding-top: 1.25em;
padding-bottom: 1.25em;
}
.main-navigation ul ul a {
padding-left: 2.5rem;
}
.main-navigation ul ul ul a {
padding-left: 3.75rem;
}
.main-navigation ul ul ul ul a {
padding-left: 5rem;
}
}
@media only screen and (max-width: 991px) {
.header-menu.menu-opened {
background: white !important;
position: relative;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.header-menu.menu-opened .menu-wrapper {
padding-top: 2rem;
}
.header-menu.menu-opened .menu-toggle {
color: #344583;
}
.header-menu.menu-opened .menu-toggle i:before {
content: "";
}
.header-menu.menu-opened .mobile-social-menus {
display: block;
}
.header-menu.menu-opened .mobile-social-menus div:last-child ul {
padding-bottom: 0;
}
.header-menu.menu-opened .mobile-social-menus li {
margin-top: 1.25em;
}
.header-menu.menu-opened .mobile-social-menus li:first-of-type {
margin-top: 0;
}
.header-menu.menu-opened .mobile-social-menus .theme-social-menu a:before {
margin-right: 1em;
}
.header-menu.menu-opened .mobile-social-menus .theme-social-menu a:hover {
background: transparent;
}
.header-menu.menu-opened .mobile-social-menus .menu-contacts-container, .header-menu.menu-opened .mobile-social-menus .menu-socials-container {
border-top: 1px solid #e4e4e4;
}
.header-menu.menu-opened .mobile-social-menus .menu-contacts-container ul, .header-menu.menu-opened .mobile-social-menus .menu-socials-container ul {
margin: 0;
padding: 1.25rem;
}
.header-menu.menu-opened .mobile-social-menus .menu-contacts-container ul li {
width: 100%;
border: none;
}
.header-menu.menu-opened .mobile-social-menus .menu-contacts-container ul li a {
display: block;
width: 100%;
}
.header-menu.menu-opened .mobile-social-menus .menu-contacts-container ul li a:before {
font-size: 16px;
font-size: 1rem;
}
.header-menu.menu-opened .mobile-social-menus .menu-socials-container ul {
list-style: none;
}
.header-menu.menu-opened .mobile-social-menus .menu-socials-container ul li {
margin: 1.25rem 0 0;
}
.header-menu.menu-opened .mobile-social-menus .menu-socials-container ul li:first-child {
margin-top: 0;
}
.header-menu.menu-opened .mobile-social-menus .menu-socials-container ul li a:before {
font-size: 1rem;
}
.header-menu.menu-opened .header-search {
display: block;
}
}
@media (min-width: 992px) {
.menu-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
}
.menu-wrapper .mobile-social-menus {
display: none;
}
@media (min-width: 992px) {
.menu-primary-container > ul > li:first-of-type > a,
.menu-footer-container > ul > li:first-of-type > a {
padding-left: 0;
margin-left: 0;
}
}
@media (min-width: 992px) {
.menu-primary-container > ul > li:last-of-type > a,
.menu-footer-container > ul > li:last-of-type > a {
padding-right: 0;
margin-right: 0;
}
}
@media screen and (max-width: 991px) {
.header-top-menus {
display: none;
}
}
.header-top-menus ul {
list-style: none;
}
.header-top-menus ul:after {
content: '';
display: table;
clear: both;
}
.header-top-menus ul li {
float: left;
}
.header-top-menus ul li a {
font-size: 14px;
font-size: 0.875rem;
}
.footer-menu ul {
list-style: none;
margin: 0;
padding: 1em;
}
.footer-menu ul:after {
content: '';
display: table;
clear: both;
}
.footer-menu ul li {
float: left;
}
.footer-menu ul li .menu-text {
font-size: 12px;
font-size: 0.75rem;
margin-right: 1rem;
}
.footer-menu ul li:last-child .menu-text {
margin-right: 0;
} .pagination {
font-weight: 700;
font-size: 16px;
font-size: 1rem;
margin: 100px 0 50px;
width: 100%;
}
@media screen and (max-width: 767px) {
.pagination {
margin: 50px 0 25px;
}
}
@media screen and (max-width: 991px) {
.pagination {
margin: 75px 0 30px;
}
}
.pagination .page-numbers {
display: block;
float: left;
margin: 0 0.25rem 0.5rem;
line-height: 3.125em;
text-align: center;
height: 3.125em;
width: 3.125em;
text-decoration: none;
color: #344583;
border-radius: 4px;
background: #fff;
-webkit-box-shadow: 0px 3px 5px 0px rgba(184, 188, 201, 0.35);
box-shadow: 0px 3px 5px 0px rgba(184, 188, 201, 0.35);
}
.pagination .page-numbers.current {
color: #77818c;
}
.pagination .page-numbers:first-child {
margin-left: 0;
}
.pagination a.page-numbers:hover {
text-decoration: none;
color: #ffffff;
background: #3f7bfe;
}
.pagination a.prev,
.pagination a.next {
font-size: 30px;
font-size: 1.875rem;
line-height: 1.66667em;
background: #fff;
color: #344583;
height: 1.66667em;
width: 1.66667em;
text-align: center;
overflow: hidden;
}
.pagination a.prev:before,
.pagination a.next:before {
display: block;
font-family: FontAwesome;
font-size: 18px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
height: 100%;
width: 100%;
line-height: 2.77778em;
text-align: center;
}
.pagination a.prev:hover,
.pagination a.next:hover {
background: #3f7bfe;
color: #ffffff;
text-decoration: none;
}
.pagination .prev:before {
content: "";
}
.pagination .next:before {
content: "";
}
.pagination::before, .pagination::after, .pagination .nav-links::before, .pagination .nav-links::after {
content: "";
clear: both;
display: table;
}
.post-navigation {
margin: 5em 0;
}
.post-navigation .nav-links:after {
display: table;
clear: both;
content: '';
}
.post-navigation a:hover, .post-navigation a:active, .post-navigation a:focus, .post-navigation a:visited {
text-decoration: none;
}
.post-navigation .post-title {
font-size: 20px;
font-size: 1.25rem;
color: #344583;
font-weight: 700;
font-family: "Roboto Slab", sans-serif;
}
.post-navigation .nav-text {
text-transform: uppercase;
font-weight: 700;
line-height: 1;
color: #77818c;
display: block;
font-size: 14px;
font-size: 0.875rem;
margin: 1.07143em 0 0.71429em;
}
@media (min-width: 768px) {
.post-navigation .nav-text {
margin: 2.14286em 0 1.07143em;
}
}
.post-navigation .post-thumbnail img {
display: block;
border-radius: 5px;
margin: 0 auto;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
display: inline-block;
width: 50%;
}
.post-navigation .nav-previous:hover a, .post-navigation .nav-next:hover a {
text-decoration: none;
}
.post-navigation .nav-previous:hover .post-title, .post-navigation .nav-next:hover .post-title {
color: #2256ba;
}
@media screen and (max-width: 767px) {
.post-navigation .nav-previous, .post-navigation .nav-next {
width: 100%;
margin: .875rem 0;
text-align: center;
}
}
.post-navigation .nav-previous {
float: left;
}
@media (min-width: 768px) {
.post-navigation .nav-previous {
padding-right: 10px;
text-align: left;
}
}
.post-navigation .nav-next {
float: right;
}
@media (min-width: 768px) {
.post-navigation .nav-next {
padding-left: 10px;
text-align: right;
}
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 2.65em;
margin-bottom: 1em;
}
.alignright {
display: inline;
float: right;
margin-left: 2.65em;
margin-bottom: 1em;
}
.aligncenter {
clear: both;
margin-bottom: 1em;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 5em;
font-family: "Noto Sans", sans-serif;
font-size: 14px;
font-size: 0.875rem; }
@media screen and (max-width: 991px) {
.widget {
margin: 1.5em 0 2.5em;
}
}
.widget select {
max-width: 100%;
}
.widget ol, .widget ul {
list-style: none;
margin-left: 0;
}
.widget ol ul, .widget ol ol, .widget ul ul, .widget ul ol {
margin: 0.8em 0 0 0.7em;
}
.widget .widget-title {
font-size: 18px;
font-size: 1.125rem;
font-family: "Roboto Slab", sans-serif;
margin-bottom: 1.5em;
position: relative;
}
@media (min-width: 1470px) {
.widget .widget-title {
font-size: 20px;
font-size: 1.25rem;
}
}
.widget-area .tagcloud a {
display: inline-block;
font-size: 12px;
font-size: 0.75rem;
margin: 0 0.4em 0.6em 0;
padding: 0.8em 1em;
background-color: #deeeff;
color: #77818c;
border-radius: 18px;
}
.widget-area .tagcloud a:hover {
background-color: #344583;
color: #fff;
text-decoration: none;
}
.widget_recent_comments {
color: #848484;
}
.widget_recent_comments .comment-author-link a {
color: #555555;
}
.widget-area > :last-child,
.widget > :last-child {
margin-bottom: 0;
}
.searchform .search-controls {
position: relative;
}
.searchform .search-controls button {
position: absolute;
right: 0;
top: 0;
bottom: 0;
background: transparent;
padding: 10px 16px;
color: #344583;
height: auto;
line-height: unset;
display: table-cell;
vertical-align: middle;
}
.searchform .search-controls button:hover {
color: #3f7bfe;
}
.searchform .search-controls input {
width: 100%;
margin: 0;
padding-right: 40px;
}
.widget_recent_comments ul, .widget_recent_entries ul {
list-style: none;
}
.widget_recent_comments ul li, .widget_recent_entries ul li {
padding: 0;
}
.widget_recent_comments ul li:before, .widget_recent_entries ul li:before {
display: none;
}
.widget_recent_entries ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
margin-bottom: 2em;
}
.widget_recent_entries ul li .post-date {
color: #848484;
font-size: 0.85714em;
margin-bottom: 1.25em;
}
.widget_recent_entries ul li a {
font-size: 1em;
}
.widget_calendar .calendar_wrap {
border-radius: 10px;
-webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
}
.widget_calendar .calendar_wrap table {
border-collapse: collapse;
border: none;
margin: 0;
}
.widget_calendar .calendar_wrap table tr td {
border: none;
background: white;
text-align: center;
}
.widget_calendar .calendar_wrap table tr td a {
color: #3f7bfe;
}
.widget_calendar .calendar_wrap table tr td a:hover {
color: #3f7bfe;
}
@media (min-width: 992px) {
.widget_calendar .calendar_wrap table tr td {
padding: .5em;
}
}
.widget_calendar .calendar_wrap table thead {
border-bottom: 1px solid #e4e4e4;
border-top: 1px solid #e4e4e4;
background: #deeeff;
}
.widget_calendar .calendar_wrap table thead th {
border: none;
text-align: center;
border-spacing: 0;
background: transparent;
color: #344583;
}
@media (min-width: 992px) {
.widget_calendar .calendar_wrap table thead th {
padding: 0.5em 0.5em;
}
}
.widget_calendar .calendar_wrap table tfoot {
border-top: 1px solid #e4e4e4;
}
.widget_calendar .calendar_wrap table tfoot td {
background: transparent;
color: #3f7bfe;
}
.widget_calendar .calendar_wrap table caption {
border: none;
font-size: 14px;
font-size: 0.875rem;
padding: 1.14286em;
color: #3f7bfe;
}
@media screen and (max-width: 991px) {
.widget-area {
padding-top: 2rem;
}
}
.widget-area .widget:last-child {
margin-bottom: 0;
}
.site-footer .widget-area .widget {
margin-bottom: 3.5rem;
}
.site-footer .widget-area .widget:last-child {
margin-bottom: 0;
}
.widget.widget_an_mailchimp input[type="submit"] {
float: left;
margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.widget.widget_an_mailchimp input[type="submit"] {
float: none;
}
}
.widget.widget_an_mailchimp input[type="email"] {
float: left;
max-width: 230px;
margin-right: 20px;
margin-bottom: 20px;
width: 100%;
}
@media screen and (max-width: 767px) {
.widget.widget_an_mailchimp input[type="email"] {
max-width: none;
float: none;
}
}
.widget.widget_an_mailchimp form {
margin-bottom: -20px;
}
.widget.widget_an_mailchimp form:after {
content: "";
display: table;
clear: both;
}
.icon-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: start;
align-content: flex-start;
margin-bottom: 30px;
}
.icon-text i {
margin-right: 20px;
font-size: 1.14286em;
}
.widget .alpenhouse-social-menu ul {
padding: 0;
}
.widget .alpenhouse-social-menu ul:after {
content: "";
display: table;
clear: both;
}
.widget .alpenhouse-social-menu ul li {
float: left;
margin-top: 0;
margin-right: .5em;
}
.widget .alpenhouse-social-menu ul li:last-child {
margin-right: 0;
}
@media screen and (max-width: 991px) {
.widget .alpenhouse-social-menu ul li {
width: auto !important;
margin: 0 10px;
}
.widget .alpenhouse-social-menu ul li .menu-text {
display: none;
}
.widget .alpenhouse-social-menu ul li a {
text-align: center !important;
width: 35px !important;
height: 35px !important;
}
.widget .alpenhouse-social-menu ul li a:before {
font-size: 1.325rem !important;
margin: 0 !important;
line-height: 35px !important;
}
}
.widget .alpenhouse-social-menu ul li a {
text-align: center;
}
.widget .alpenhouse-social-menu ul li a:before {
font-size: 1rem;
color: #344583;
}
.widget .alpenhouse-social-menu ul li a:hover:before {
color: #3f7bfe;
}
.widget .alpenhouse-social-menu ul li a .menu-text {
color: #221f1f;
}
@media screen and (max-width: 991px) {
.widget .theme-social-menu li {
display: block;
width: 100%;
padding: .5rem 0;
}
} .elementor-page.page-template-template-boxed .site-content {
padding-bottom: 0 !important;
}
.elementor-page.page-template-template-boxed .site-content > .wrapper {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.elementor-page.page-template-template-boxed .site-content > .wrapper .site-main .hentry {
margin-bottom: 0;
}
.blog-posts-widget-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
.blog-posts-widget-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media screen and (max-width: 991px) {
.blog-posts-widget-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.blog-posts-widget-wrapper .post {
text-align: center;
width: 31%;
-webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
border-radius: 10px;
background-color: #ffffff;
padding: 30px;
overflow: hidden;
}
@media screen and (max-width: 991px) {
.blog-posts-widget-wrapper .post {
margin-bottom: 30px;
width: 48%;
}
}
@media screen and (max-width: 767px) {
.blog-posts-widget-wrapper .post {
margin-right: 0;
width: 100%;
}
}
.blog-posts-widget-wrapper .post:last-child {
margin-right: 0;
}
.blog-posts-widget-wrapper .post .post-thumbnail-wrapper {
margin: -30px -30px 0 -30px;
}
.blog-posts-widget-wrapper .post .post-thumbnail-wrapper a {
position: relative;
display: block;
color: white;
border-radius: 0;
}
.blog-posts-widget-wrapper .post .post-thumbnail-wrapper a img {
border-radius: 0;
display: block;
width: 100%;
height: auto;
}
.blog-posts-widget-wrapper .post .post-thumbnail-wrapper a .overlay {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
opacity: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: rgba(41, 41, 41, 0.4);
-webkit-transform: scale(0.6);
transform: scale(0.6);
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.blog-posts-widget-wrapper .post .post-thumbnail-wrapper a .overlay i {
font-size: 30px;
}
.blog-posts-widget-wrapper .post .post-thumbnail-wrapper a:hover {
color: white;
}
.blog-posts-widget-wrapper .post .post-thumbnail-wrapper a:hover .overlay {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.blog-posts-widget-wrapper .post .entry-meta {
font-size: 14px;
font-size: 0.875rem;
margin-bottom: 2.14286em;
}
.blog-posts-widget-wrapper .post .entry-meta span {
margin: 0 auto;
float: none;
}
.blog-posts-widget-wrapper .post .entry-header h2 {
font-size: 20px;
font-size: 1.25rem;
margin: 1.5em 0 0.5em;
}
.blog-posts-widget-wrapper .post .entry-header h2 a {
color: #344583;
}
.blog-posts-widget-wrapper .post .entry-header h2 a:hover {
color: #3f7bfe;
}
.blog-posts-widget-wrapper .post .entry-content {
font-size: 14px;
font-size: 0.875rem;
}
.testimonials-carousel {
margin: 0;
}
.testimonials-carousel .slick-slide {
margin: 0 30px !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
height: auto;
}
.testimonials-carousel .slick-slide:focus {
outline: none;
}
.testimonials-carousel .slick-slide.type-cptp-testimonial {
height: auto;
margin-bottom: 0;
}
.testimonials-carousel .slick-slide.type-cptp-testimonial .testimonial-wrapper {
height: 100%;
}
.testimonials-carousel .slick-slide.type-cptp-testimonial .testimonial-wrapper .entry-content {
font-family: "Roboto Slab", sans-serif;
font-weight: 300;
}
.testimonials-carousel .slick-list {
margin: 0 -30px;
}
.testimonials-carousel .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.testimonials-carousel .slick-dots {
position: relative;
margin-top: 60px;
bottom: 0;
}
.testimonials-carousel .slick-dots li {
margin: 0 10px;
width: auto;
height: auto;
}
.testimonials-carousel .slick-dots li:hover button {
background: #3f7bfe;
}
.testimonials-carousel .slick-dots li button {
background: transparent;
padding: 0;
width: 8px;
height: 8px;
border-radius: 50%;
background: #deeeff;
}
.testimonials-carousel .slick-dots li button:before {
display: none;
}
.testimonials-carousel .slick-dots li.slick-active button {
background: #3f7bfe;
}
form.wpcf7-form {
max-width: 570px;
}
form.wpcf7-form label {
width: 100%;
display: block;
}
form.wpcf7-form input, form.wpcf7-form textarea {
width: 100%;
margin-top: 1em;
}
form.wpcf7-form textarea {
height: 135px;
}
form.wpcf7-form input[type="submit"] {
width: auto;
}
form.wpcf7-form .wpcf7-form-control-wrap {
width: 100%;
}
form.wpcf7-form p:last-child {
text-align: center;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button {
background-color: #3f7bfe;
font-weight: 700;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover, .elementor-widget-button .elementor-button-wrapper .elementor-button:focus {
background-color: #344583;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button.elementor-size-xs {
border-radius: 25px;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button.elementor-size-sm {
border-radius: 25px;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button.elementor-size-md {
border-radius: 25px;
padding: 1rem 1.875rem;
font-size: 0.875rem;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button.elementor-size-lg {
border-radius: 25px;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button.elementor-size-xl {
border-radius: 25px;
}
.elementor-widget-button.elementor-button-info .elementor-button-wrapper .elementor-button {
background-color: #deeeff;
color: #344583;
}
.elementor-widget-button.elementor-button-info .elementor-button-wrapper .elementor-button:hover {
background-color: #3f7bfe;
color: #fff;
}
.elementor-widget-button.elementor-button-success .elementor-button-wrapper .elementor-button {
background-color: #99da59;
}
.elementor-widget-button.elementor-button-success .elementor-button-wrapper .elementor-button:hover {
background-color: #66a825;
}
.elementor-widget-button.elementor-button-warning .elementor-button-wrapper .elementor-button {
background-color: #f1c570;
}
.elementor-widget-button.elementor-button-warning .elementor-button-wrapper .elementor-button:hover {
background-color: #e59e16;
}
.elementor-widget-button.elementor-button-danger .elementor-button-wrapper .elementor-button {
background-color: #f69999;
}
.elementor-widget-button.elementor-button-danger .elementor-button-wrapper .elementor-button:hover {
background-color: #ee3b3b;
}
.elementor-accordion .elementor-tab-title:focus {
outline: none;
}
.elementor-accordion .elementor-accordion-item {
border-left: none !important;
border-right: none !important;
}
.pricing-item {
background: white;
border-radius: 10px;
-webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
padding: 30px;
}
.pricing-item .pricing-title {
display: block;
font-size: 22px;
font-size: 1.375rem;
font-weight: 700;
text-align: center;
color: #344583;
}
.pricing-item .pricing-subtitle {
display: none;
text-align: center;
font-size: 16px;
font-size: 1rem;
font-weight: 700;
color: #3f7bfe;
margin: 10px 0;
}
.pricing-item .pricing {
margin-top: 40px;
margin-bottom: 40px;
text-align: center;
font-family: "Roboto Slab", sans-serif;
font-weight: 700;
font-size: 60px;
font-size: 3.75rem;
color: #344583;
}
.pricing-item .pricing sub {
font-size: 22px;
font-size: 1.375rem;
color: #848484;
}
.pricing-item .pricing sup {
font-size: 30px;
font-size: 1.875rem;
}
.pricing-item .pricing-options {
color: #221f1f;
font-size: 14px;
font-size: 0.875rem;
}
.pricing-item .pricing-options p {
padding: 0.85714em 0;
border-top: 1px solid #e4e4e4;
margin: 0;
}
.pricing-item .pricing-options p:last-child {
border-bottom: 1px solid #e4e4e4;
}
.pricing-item .button-wrapper {
text-align: center;
font-weight: 700;
margin-top: 30px;
}
.pricing-item.highlighted .pricing-subtitle {
display: block;
}
.elementor-widget-progress .elementor-progress-wrapper {
height: 6px;
}
.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
height: inherit;
}
.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-percentage {
position: absolute;
right: 0;
color: #221f1f;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.elementor-widget-image-carousel .elementor-slick-slider img {
border-radius: 5px;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow {
background: #221f1f;
width: 50px;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
border: none;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow:focus {
background: #221f1f;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow:focus:before {
color: white;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow:hover {
border: none;
background: #3f7bfe;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow:hover:before {
color: white;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow:before {
color: #fff;
-webkit-transition: color .5s ease;
transition: color .5s ease;
opacity: 1;
font-size: 28px;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow.slick-disabled {
opacity: 0.75;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow.slick-disabled:before {
opacity: 0.75;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow.slick-disabled:hover {
background: #221f1f;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-arrows-inside .slick-next {
right: 30px;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-arrows-inside .slick-next:before {
margin-left: 4px;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-arrows-inside .slick-prev {
left: 30px;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-arrows-inside .slick-prev:before {
margin-right: 4px;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-dots li {
margin: 0 5px;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-dots li button:before {
opacity: 1;
font-size: 9px;
color: #deeeff;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-dots li button:hover:before {
color: #3f7bfe;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-dots li.slick-active button:before {
color: #3f7bfe;
}
.elementor-widget-image-carousel .elementor-slick-slider .slick-dots-inside .slick-dots {
bottom: 30px;
}
.mpce-hotspot-img-wrapprer img {
display: block;
width: 100%;
height: auto;
}
.tooltipster-base {
border-radius: 5px !important;
}
.tooltipster-content {
padding: 20px !important;
max-width: 250px;
}
.elementor-image-gallery .gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 767px) {
.elementor-image-gallery .gallery .gallery-item {
margin-bottom: 40px !important;
}
}
.an_mailchimp_wrapper form:after {
content: "";
display: table;
clear: both;
}
.an_mailchimp_wrapper form input[type="text"] {
width: 100%;
}
.an_mailchimp_wrapper form input[type="submit"] {
float: right;
}
@media screen and (max-width: 767px) {
.an_mailchimp_wrapper form input[type="submit"] {
float: none;
}
}
.an_mailchimp_wrapper form input[type="email"] {
float: left;
max-width: 400px;
width: 100%;
}
@media screen and (max-width: 767px) {
.an_mailchimp_wrapper form input[type="email"] {
max-width: none;
float: none;
}
}
.an_mailchimp_wrapper form .notification {
color: white;
text-align: center;
}
.google-maps-builder-wrap .gmb-infobubble-container {
max-width: 250px;
height: auto !important;
padding: 20px !important;
background-color: #344583 !important;
}
.google-maps-builder-wrap .gmb-infobubble-container .google-map-tooltip img {
display: block;
margin: 0 auto;
}
.google-maps-builder-wrap .gmb-infobubble-container .google-map-tooltip .title {
margin: 15px 0;
display: block;
text-align: center;
color: #fff;
font-family: "Roboto Slab", sans-serif;
font-weight: 700;
font-size: 24px;
font-size: 1.5rem;
}
.google-maps-builder-wrap .gmb-infobubble-container .google-map-tooltip .subtitle {
display: block;
text-align: center;
color: #fff;
font-size: 14px;
font-size: 0.875rem;
}
.google-maps-builder-wrap .gmb-infobubble-container ~ div div ~ div {
border-color: #344583 transparent transparent !important;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened {
font-size: 14px;
font-size: 0.875rem;
line-height: 20px;
}
.elementor-widget-tabs .elementor-tabs-wrapper {
background: #221f1f;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
color: white;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
color: #848484;
border-right: none;
background: white;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active:hover {
background: white;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
background: #848484;
} #tribe-bar-form {
background: white;
border: 1px solid #e4e4e4;
border-radius: 4px;
padding: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
#tribe-bar-form input[type="text"] {
color: #221f1f;
border: 1px solid #e4e4e4;
background: #fff;
border-radius: 4px;
padding: 1rem;
font-style: normal;
font-size: 14px;
font-size: 0.875rem;
}
#tribe-bar-form input[type="text"]::-webkit-input-placeholder {
font-style: normal;
}
#tribe-bar-form input[type="text"]::-moz-placeholder {
font-style: normal;
}
#tribe-bar-form input[type="text"]::-ms-input-placeholder {
font-style: normal;
}
#tribe-bar-form input[type="text"]::placeholder {
font-style: normal;
}
#tribe-bar-form input[type="text"]:focus {
border: 1px solid #3a75ff;
background-color: #ffffff;
outline: none;
}
#tribe-bar-form label {
text-transform: none;
margin-bottom: 15px;
font-size: 1rem !important;
}
#tribe-bar-form .tribe-bar-filters-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
#tribe-bar-form .tribe-bar-submit {
width: 26%;
margin-left: 0;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
background: #3f7bfe;
padding: 1rem 1.875rem;
font-size: 14px;
font-size: 0.875rem;
text-transform: none;
line-height: 1.4;
border-radius: 4px;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
background: #1ebdc2;
}
#tribe-bar-form .tribe-bar-date-filter {
width: 37%;
}
#tribe-bar-form .tribe-bar-date-filter > div {
position: relative;
}
#tribe-bar-form .tribe-bar-date-filter > div:after {
display: block;
position: absolute;
bottom: 1rem;
right: 1rem;
line-height: 1;
content: "\e836";
font-size: 1rem;
font-family: "Linearicons-Free";
color: #292929;
}
#tribe-bar-form .tribe-bar-search-filter {
width: 37%;
}
#tribe-bar-form .tribe-bar-views-inner {
background: transparent;
padding: 15px;
}
#tribe-bar-form .tribe-bar-views-inner label {
padding: 0;
}
#tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-select {
width: 100%;
height: auto;
clip: unset;
position: relative;
}
#tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list {
display: none;
}
#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
right: 20% !important;
width: 80%;
}
#tribe-bar-form #tribe-bar-views {
width: 20% !important;
left: 80%;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
background: #f0f0f0;
}
.datepicker table tr td.active.active, .datepicker table tr td span.active.active {
background: #f0f0f0;
}
.datepicker table tr td.active.active:hover, .datepicker table tr td span.active.active:hover {
background: #f0f0f0;
}
.datepicker table tr td span {
line-height: 40px;
height: auto;
}
#tribe-events-bar {
margin-bottom: 40px;
}
.tribe-events-calendar thead th {
border: 1px solid #fff;
background: #292929;
}
#tribe-events-content .tribe-events-calendar td {
border: 1px solid white;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
background: white;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-thismonth {
background: #f0f0f0;
}
#tribe-events-content .tribe-events-calendar td:hover {
background: white;
}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
background: transparent;
-webkit-transition: none;
transition: none;
color: #292929;
font-size: 1rem;
}
.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
background: transparent;
color: #292929;
font-size: 1rem;
}
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-] > a {
background: transparent;
font-size: 1rem;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
padding: 20px;
}
@media screen and (max-width: 767px) {
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
padding: 5px;
}
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit], .tribe-events-button,
.tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive,
.tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
background-color: #4e7fdd;
}
#tribe-events-content .tribe-events-calendar td {
height: 200px;
}
@media screen and (max-width: 767px) {
#tribe-events-content .tribe-events-calendar td {
height: 50px;
}
}
#tribe-events-content .tribe-events-calendar td {
padding-bottom: 1em;
}
.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
padding: 20px;
}
#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper
.tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
color: #3f7bfe;
margin-bottom: 15px;
font-family: "Noto Sans", sans-serif;
}
#tribe-events-content .tribe-events-tooltip .tribe-event-duration {
margin-bottom: 15px;
}
#tribe-events-content .tribe-events-tooltip .tribe-event-duration .tribe-events-abbr {
font-size: 12px;
font-size: 0.75rem;
color: #848484;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth .tribe-events-month-event-title a {
color: #848484;
}
#tribe-events-header {
display: none;
}
.tribe-events-notices {
background: #f0f0f0;
border: none;
padding: 20px 30px;
}
.tribe-events-notices ul li {
font-size: 12px;
font-size: 0.75rem;
color: #221f1f;
}
#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
margin-bottom: 40px;
}
#tribe-events-footer {
padding: 0;
border-radius: 0 0 4px 4px;
border: 1px solid #e4e4e4;
background-color: #ffffff;
}
#tribe-events-footer .tribe-events-sub-nav {
padding: 30px;
}
#tribe-events-footer .tribe-events-sub-nav li a {
font-size: 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#tribe-events-footer .tribe-events-sub-nav li a:hover {
text-decoration: none;
}
#tribe-events-footer .tribe-events-sub-nav li a span {
display: none;
}
#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous a {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous a:hover:before {
color: inherit;
}
#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous a:before {
color: #848484;
margin-right: 15px;
content: '\e889';
font-family: "Linearicons-Free";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 30px;
font-size: 1.875rem;
}
#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next a {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next a:hover:after {
color: inherit;
}
#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next a:after {
color: #848484;
margin-left: 15px;
content: '\e88a';
font-family: "Linearicons-Free";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 30px;
font-size: 1.875rem;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit], .tribe-events-button,
.tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive,
.tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
color: white;
}
#tribe-events-content .tribe-events-calendar .mobile-active:hover,
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active,
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-],
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a,
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar td.mobile-active {
background-color: #4e7fdd !important;
}
.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
padding-top: 0;
}
.tribe-events-single .tribe-events-schedule h2 {
font-family: "Noto Sans", sans-serif;
font-size: 1rem;
color: #848484;
}
.single-tribe_events .tribe-events-single-event-title {
font-size: 2.7rem;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
font-size: 16px;
font-size: 1rem;
padding: 1rem 1.875rem;
}
.tribe-bar-mini .tribe-bar-views-inner {
padding: 10px !important;
}
#tribe-bar-form.tribe-bar-mini * {
font-size: 14px;
font-size: 0.875rem;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
line-height: 1.2;
}
.events-archive .entry-content, .events-archive .entry-header {
margin: 0 auto !important;
}
.datepicker table tr td span.active,
.datepicker table tr td.active {
color: #292929;
}
@media screen and (max-width: 1469px) {
.tribe-events-sub-nav li a {
background: transparent;
color: #292929;
}
#tribe-bar-form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
right: auto !important;
}
#tribe-bar-form .tribe-bar-filters-inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#tribe-bar-form .tribe-bar-date-filter {
width: 100%;
padding: 15px 0;
}
#tribe-bar-form .tribe-bar-search-filter {
width: 100%;
padding: 15px 0;
}
#tribe-bar-form .tribe-bar-submit {
width: 100%;
padding: 15px 0;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 100% !important;
padding: 15px 0;
}
#tribe-bar-collapse-toggle {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.tribe-bar-filters {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label {
margin-bottom: 15px;
}
.tribe-bar-collapse #tribe-bar-collapse-toggle {
width: 100%;
border-radius: 4px;
border: 1px solid #e4e4e4;
background: #fff;
}
.tribe-events-calendar thead th {
padding: 7px 5px;
}
#tribe-bar-form #tribe-bar-views {
width: 80% !important;
left: auto;
right: auto;
padding-left: 0;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
padding-left: 0 !important;
padding-right: 0 !important;
}
} .content-area {
float: left;
margin-right: 5%;
width: 68%;
}
@media screen and (max-width: 991px) {
.content-area {
width: 100%;
max-width: 768px;
margin: 0 auto;
float: none;
}
}
@media screen and (max-width: 991px) {
.site-main {
margin: 0;
padding: 0;
}
}
@media (min-width: 992px) {
.site-main {
margin: 0;
max-width: 768px;
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.site-main {
display: block;
}
}
.site-content .widget-area {
float: right;
}
@media screen and (max-width: 991px) {
.site-content .widget-area {
width: 100%;
max-width: 768px;
margin: 0 auto;
float: none;
}
}
@media (min-width: 992px) {
.site-content .widget-area {
width: 27%;
}
}
.site-footer {
clear: both;
width: 100%;
}
.content-area.no-sidebar {
width: 100%;
float: none;
}
@media screen and (max-width: 991px) {
.content-area.no-sidebar {
max-width: none;
}
}
.content-area.no-sidebar .site-main {
max-width: none;
}
.content-area.boxed {
float: none;
width: 100%;
margin: 0 auto;
max-width: 880px;
}
.content-area.boxed .site-main {
margin: 0 auto;
}
body.page-template-template-full-width .site-content .wrapper {
width: 100%;
max-width: none;
padding: 0;
}
.content-area.full-width {
width: 100%;
float: none;
}
@media screen and (max-width: 991px) {
.content-area.full-width {
max-width: none;
}
}
.content-area.full-width .site-main {
width: 100%;
max-width: none;
} .wrapper {
padding: 80px 20px 100px;
background: transparent;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) {
.wrapper {
padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 992px) {
.wrapper {
padding-left: 60px;
padding-right: 60px;
}
}
.site {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
background-color: transparent;
}
.site .site-wrapper {
overflow: hidden;
max-width: 100%;
margin-left: 0;
margin-right: 0;
background-color: transparent;
}
.site .site-wrapper .site-header {
background-color: #fff;
color: #ffffff;
}
.site .site-wrapper .site-header .wrapper {
padding-top: 0;
padding-bottom: 0;
}
.site .site-wrapper .site-header .site-header-wrapper {
position: relative;
background-position: center center;
background-size: cover;
background-color: #1c4778;
}
.site .site-wrapper .site-header .site-header-wrapper .header-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(39, 66, 127, 0.6);
}
.site .site-wrapper .site-header .header-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.site .site-wrapper .site-header .header-menu .site-branding {
position: relative;
text-align: left;
padding: 0;
margin: 0 auto 0 0;
max-width: 100%;
min-width: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.site .site-wrapper .site-header .header-menu .site-branding .custom-logo-link {
display: block;
margin: 0 1.25rem 0 0;
}
.site .site-wrapper .site-header .header-menu .site-branding .custom-logo-link img {
display: block;
}
.site .site-wrapper .site-header .header-menu .site-branding .site-title {
font-family: "Roboto Slab", sans-serif;
font-size: 24px;
font-size: 1.5rem;
color: #344583;
margin: 0;
font-weight: 700;
display: inline;
}
.site .site-wrapper .site-header .header-menu .site-branding a {
color: inherit;
text-decoration: none;
}
.site .site-wrapper .site-header .header-menu .site-branding a:hover {
text-decoration: none;
}
.site .site-wrapper .site-header .header-menu .site-branding .site-description {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.site .site-wrapper .site-header .header-menu .menu-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
@media screen and (max-width: 991px) {
.site .site-wrapper .site-header .header-menu .menu-wrapper {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 100%;
margin: 0 auto;
}
}
@media (min-width: 992px) {
.site .site-wrapper .site-header .header-menu .menu-wrapper .mobile-social-menus {
display: none;
}
}
.site .site-wrapper .site-header .page-header-custom {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
position: relative;
margin: 0 auto;
}
@media (min-width: 992px) {
.site .site-wrapper .site-header .page-header-custom {
padding-top: 70px;
padding-bottom: 70px;
}
}
@media (min-width: 1470px) {
.site .site-wrapper .site-header .page-header-custom {
padding-top: 100px;
padding-bottom: 100px;
}
}
.site .site-wrapper .site-header .page-header-custom.boxed {
max-width: 880px;
}
.site .site-wrapper .site-header .page-header-custom .custom-header-content {
margin: 0 auto;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.site .site-wrapper .site-header .page-header-custom .custom-header-content h1, .site .site-wrapper .site-header .page-header-custom .custom-header-content h2, .site .site-wrapper .site-header .page-header-custom .custom-header-content h3, .site .site-wrapper .site-header .page-header-custom .custom-header-content h4, .site .site-wrapper .site-header .page-header-custom .custom-header-content h5, .site .site-wrapper .site-header .page-header-custom .custom-header-content h6 {
color: inherit;
}
.site .site-wrapper .site-header .page-header-custom .page-header {
margin-bottom: 0;
text-align: center;
}
.site .site-wrapper .site-header .page-header-custom .page-header p.page-title {
font-size: 30px;
font-size: 1.875rem;
margin-bottom: 0;
color: #ffffff;
font-family: "Roboto Slab", sans-serif;
font-weight: 700;
word-break: break-word;
}
@media (min-width: 1470px) {
.site .site-wrapper .site-header .page-header-custom .page-header p.page-title {
font-size: 36px;
font-size: 2.25rem;
}
}
.site .site-wrapper .site-header .page-header-custom .breadcrumbs {
font-size: 12px;
font-size: 0.75rem;
}
.site .site-wrapper .site-header .page-header-custom .breadcrumbs ul {
list-style: none;
}
.site .site-wrapper .site-header .page-header-custom .breadcrumbs ul li:before {
display: none;
}
.site .site-wrapper .site-header .page-header-custom .breadcrumbs ul li:after {
font-family: FontAwesome;
content: "";
font-size: inherit;
font-size: 10px;
font-size: 0.625rem;
padding: 0 0.75rem;
}
.site .site-wrapper .site-header .page-header-custom .breadcrumbs ul li a {
color: #fff;
}
.site .site-wrapper .site-header .page-header-custom .breadcrumbs ul li a:hover {
color: #3f7bfe;
}
.site .site-wrapper .site-content {
background-color: transparent;
margin: 0 auto;
}
.site .site-wrapper .site-footer {
background-color: #ffffff;
}
.site .site-wrapper .site-footer .wrapper {
padding-top: 0;
padding-bottom: 0;
}
.site .site-wrapper .site-footer .content-bottom-widgets {
margin: 0 -2rem;
}
@media screen and (max-width: 991px) {
.site .site-wrapper .site-footer .content-bottom-widgets {
margin: 0;
}
}
.site .site-wrapper .site-footer .content-bottom-widgets .widget-area {
width: 25%;
float: left;
padding: 0 1rem;
}
@media (min-width: 1470px) {
.site .site-wrapper .site-footer .content-bottom-widgets .widget-area {
padding: 0 2rem;
}
}
@media screen and (max-width: 991px) {
.site .site-wrapper .site-footer .content-bottom-widgets .widget-area {
width: 100%;
padding: 0;
}
}
@media (min-width: 768px) {
.site .site-wrapper .content-wrapper {
margin: 0 auto;
}
} .sticky {
display: block;
}
body.search .hentry {
margin: 0 0 5em;
}
@media screen and (max-width: 991px) {
body.search .hentry {
margin: 0 0 2.5em;
}
}
.hentry:not(.page) {
margin: 0 0 5em;
}
@media screen and (max-width: 991px) {
.hentry:not(.page) {
margin: 0 0 2.5em;
}
}
.hentry:not(.page) .entry-header h2 {
margin-top: 0;
margin-bottom: 20px;
}
.hentry:not(.page) .entry-header h2 a {
color: #344583;
}
.hentry:not(.page) .entry-header h2 a:hover {
color: #3f7bfe;
text-decoration: none;
}
.hentry:not(.page) .entry-header .featured-post {
color: #3f7bfe;
font-weight: 700;
font-size: 14px;
font-size: 0.875rem;
margin-bottom: 10px;
display: block;
}
body.single .hentry {
margin-bottom: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary,
.comment-content {
line-height: 1.6;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.entry-meta {
margin-bottom: 20px;
font-size: 14px;
font-size: 0.875rem;
font-style: italic;
color: #77818c;
}
@media (min-width: 1470px) {
.entry-meta {
margin-bottom: 40px;
}
}
.entry-meta:after {
content: "";
display: table;
table-layout: fixed;
clear: both;
}
.entry-meta a {
color: #3f7bfe;
-webkit-transition: color .5s ease;
transition: color .5s ease;
}
.entry-meta a:hover {
text-decoration: underline;
}
.entry-meta a:visited, .entry-meta a:active, .entry-meta a:focus {
text-decoration: none;
}
.entry-meta i {
margin-right: .25rem;
}
.entry-meta > span {
margin-right: 0.75rem;
margin-bottom: .125em;
display: block;
float: left;
}
@media (min-width: 1470px) {
.entry-meta > span {
margin-right: 1rem;
}
}
.entry-meta > span:after {
content: '|';
font-style: normal;
margin-left: 0.75rem;
}
@media (min-width: 1470px) {
.entry-meta > span:after {
margin-left: 1rem;
}
}
.entry-meta > span:last-of-type {
margin-right: 0;
}
.entry-meta > span:last-of-type:after {
display: none;
}
.entry-header {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.entry-header .entry-title a {
color: #344583;
}
.entry-header .entry-title a:hover {
color: #3f7bfe;
text-decoration: none;
}
.entry-header .entry-title a:visited, .entry-header .entry-title a:active, .entry-header .entry-title a:focus {
text-decoration: none;
outline: none;
}
.has-post-thumbnail .post-thumbnail {
margin-bottom: 2.5rem;
margin-left: auto;
margin-right: auto;
display: block;
position: relative;
border-radius: 5px;
overflow: hidden;
}
.has-post-thumbnail .post-thumbnail img {
display: block;
margin: 0 auto;
border-radius: 5px;
}
.has-post-thumbnail .post-thumbnail:hover .thumbnail-overlay {
opacity: 1;
}
.has-post-thumbnail .post-thumbnail .thumbnail-overlay {
opacity: 0;
background: rgba(52, 69, 131, 0.6);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.has-post-thumbnail .post-thumbnail .thumbnail-overlay:before {
content: url(//hotel-evianexpress.net/wp-content/themes/alpenhouse/img/dots.png);
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
body.search .site-main .post_format-post-format-link .entry-title a:before,
body.archive .site-main .post_format-post-format-link .entry-title a:before,
body.blog .site-main .post_format-post-format-link .entry-title a:before {
content: "";
font-family: FontAwesome;
margin-right: 1rem;
}
.entry-content h2:first-child {
margin-top: 0;
}
.single-post-tags {
margin: 2.5em 0 5em;
}
.single-post-tags .tags-links a {
font-size: 12px;
font-size: 0.75rem;
display: inline-block;
margin: 0 0.4em 0.6em 0;
padding: .825em 1.28em;
border-radius: 20px;
background: #deeeff;
color: #77818c;
}
.single-post-tags .tags-links a:hover {
background: #344583;
text-decoration: none;
color: #ffffff;
}
.single-post-tags .tags-links a:first-child {
margin-left: 20px;
}
.entry-author {
padding: 30px;
border-radius: 4px;
background-color: #eff2f6;
overflow: hidden;
margin: 5em 0;
}
.entry-author .author-avatar {
width: 15%;
float: left;
}
@media screen and (max-width: 767px) {
.entry-author .author-avatar {
float: none;
width: auto;
margin-bottom: 1.5rem;
}
.entry-author .author-avatar img {
margin: 0 auto;
}
}
.entry-author .author-avatar img {
display: block;
border-radius: 50%;
}
.entry-author .author {
float: left;
width: 85%;
}
@media screen and (max-width: 767px) {
.entry-author .author {
float: none;
width: auto;
}
.entry-author .author .name {
display: block;
text-align: center;
margin-bottom: .5rem;
}
}
.entry-author .author .name {
display: block;
color: #344583;
font-family: "Roboto Slab", sans-serif;
font-weight: 700;
margin-bottom: 40px;
font-size: 16px;
font-size: 1rem;
}
a.post-thumbnail .blog-post-thumbnail-overlay {
display: none;
}
.related-posts {
width: 100%;
}
.related-posts:after {
content: "";
display: table;
table-layout: fixed;
clear: both;
}
@media screen and (max-width: 991px) {
.related-posts .related-posts-title {
margin-top: 1.2rem;
}
}
.related-posts .related-posts-title {
margin-bottom: 45px;
}
.related-posts .related-posts-wrapper {
margin: 0 -10px;
}
.related-posts .related-post {
width: 33.33333%;
padding: 0 10px;
float: left;
}
.related-posts .related-post:last-child {
margin-right: 0;
}
@media screen and (max-width: 991px) {
.related-posts .related-post {
width: 100%;
}
}
.related-posts .related-post a:hover {
text-decoration: none;
}
.related-posts .related-post a:hover .title {
color: #3f7bfe;
}
.related-posts .related-post a:active, .related-posts .related-post a:visited, .related-posts .related-post a:focus {
text-decoration: none;
}
.related-posts .related-post .entry-title {
display: block;
font-size: 16px;
font-size: 1rem;
font-family: "Roboto Slab", sans-serif;
color: #344583;
font-weight: 700;
margin-top: 2.5em;
word-wrap: break-word;
}
.related-posts .related-post .entry-title:hover {
color: #3f7bfe;
}
.related-posts .related-post .date {
margin-top: 10px;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-style: italic;
color: #77818c;
}
.related-posts .related-post img {
display: block;
max-width: 100%;
border-radius: 5px;
}
.hidden {
display: none;
}
.slick-slide:focus, .slick-slide figure:focus, .slick-slide img:focus {
outline: none;
}
.error404 .custom-header-content {
text-align: center;
}
.error404 .custom-header-content h1 {
color: #fff;
position: relative;
margin: 0;
font-size: 120px;
font-size: 7.5rem;
font-family: "Noto Sans", sans-serif;
}
.error404 .custom-header-content .error-page-search {
max-width: 570px;
margin: 30px auto;
}
.error404 .custom-header-content h2 {
margin-top: 0;
font-size: 36px;
font-size: 2.25rem;
}
.error404 .site .site-wrapper .site-header .page-header-custom {
padding-bottom: 124px;
padding-top: 124px;
}
.error404 .site .site-wrapper .site-content .wrapper {
padding: 0;
}
.error404 .site .site-wrapper .site-content {
padding: 0;
}
.comment-form-wrapper {
margin-top: 25px;
}
.single-post .related-posts {
margin: 5em 0;
}
.more-link {
margin-top: .5rem;
}
body.blog .hentry {
padding-bottom: 30px;
border-bottom: 1px solid #e4e4e4;
}
body.blog .hentry .post-thumbnail {
position: relative;
border-radius: 10px;
overflow: hidden;
}
#masonry-blog {
margin-bottom: -5em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#masonry-blog .masonry-blog-spacer {
width: 4%;
}
#masonry-blog .masonry-blog-item {
width: 48%;
}
@media screen and (max-width: 767px) {
#masonry-blog .masonry-blog-item {
width: 100%;
}
}
#masonry-blog .masonry-blog-item .hentry {
-webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
border-radius: 10px;
overflow: hidden;
margin-bottom: 30px;
}
#masonry-blog .masonry-blog-item .hentry .post-thumbnail {
border-radius: 0;
}
#masonry-blog .masonry-blog-item .hentry .post-thumbnail img {
border-radius: 0;
}
#masonry-blog .masonry-blog-item .hentry .entry-header {
margin-top: 2.5rem;
padding: 0 30px;
}
#masonry-blog .masonry-blog-item .hentry .entry-header h2 {
margin-bottom: 0.5em;
font-size: 20px;
font-size: 1.25rem;
}
#masonry-blog .masonry-blog-item .hentry .entry-header .entry-meta {
font-size: 12px;
font-size: 0.75rem;
margin-bottom: 2.5em;
}
#masonry-blog .masonry-blog-item .hentry .entry-content {
padding: 0 30px;
font-size: 14px;
font-size: 0.875rem;
}
#masonry-blog.masonry-blog-3-columns .masonry-blog-spacer {
width: 2.5%;
}
@media screen and (max-width: 991px) {
#masonry-blog.masonry-blog-3-columns .masonry-blog-spacer {
width: 4%;
}
}
#masonry-blog.masonry-blog-3-columns .masonry-blog-item {
width: 31.666666666%;
}
@media screen and (max-width: 991px) {
#masonry-blog.masonry-blog-3-columns .masonry-blog-item {
width: 48%;
}
}
@media screen and (max-width: 767px) {
#masonry-blog.masonry-blog-3-columns .masonry-blog-item {
width: 100%;
}
}
body.search article,
body.archive.category article,
body.archive.date article,
body.archive.tag article,
body.archive.author article {
padding-bottom: 30px;
border-bottom: 1px solid #e4e4e4;
margin-bottom: 5rem;
}
body.archive .entry-header .entry-title a {
color: #344583;
}
body.archive .entry-header .entry-title a:hover {
color: #3f7bfe;
text-decoration: none;
}
.entry-footer .edit-link {
margin: 2em 0;
display: inline-block;
}
body.single .entry-title {
font-size: 30px;
font-size: 1.875rem;
} .site-header-wrapper {
position: relative;
}
.site-header-wrapper img {
border-radius: 0;
}
.site-header-wrapper.full-height {
height: 85vh;
overflow: hidden;
}
.site-header-wrapper.full-height .wrapper {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.site-header-wrapper.full-height .wrapper .content-wrapper {
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.site-header-wrapper.full-height .slide-down {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
}
@media (max-width: 767px) {
.site-header-wrapper.full-height .slide-down {
bottom: 5px;
}
}
@media (min-width: 768px) {
.site-header-wrapper.full-height .slide-down {
bottom: 5px;
}
}
@media (min-width: 992px) {
.site-header-wrapper.full-height .slide-down {
bottom: 35px;
}
}
@media (min-width: 1470px) {
.site-header-wrapper.full-height .slide-down {
bottom: 55px;
}
}
.site-header-wrapper.full-height .slide-down a {
font-size: 36px;
color: #fff;
}
.site-header-wrapper.full-height .slide-down a:hover {
color: currentColor;
}
.site-header-wrapper.full-height img.back {
position: absolute;
right: 0;
left: 0;
bottom: 0;
height: auto;
min-width: 100%;
min-height: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-header-wrapper video {
position: absolute;
right: 0;
left: 0;
bottom: 0;
height: auto;
min-width: 100%;
min-height: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-header-wrapper .header-overlay {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.site-header a {
color: #354681;
text-decoration: none;
}
.site-header a .button {
color: white;
}
.site-header a:hover {
color: #3a76ff;
}
.site-header .menu-highlighted-item a:hover {
color: #fff;
}
.site-header .button {
color: white;
}
.main-slider-images, .main-slider-images-center {
position: absolute !important;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.main-slider-images.slick-dotted.slick-slider, .main-slider-images-center.slick-dotted.slick-slider {
margin-bottom: 0;
}
.main-slider-images .slider-item, .main-slider-images-center .slider-item {
display: none;
}
.main-slider-images .slider-item:first-of-type, .main-slider-images-center .slider-item:first-of-type {
height: 100%;
display: block;
}
.main-slider-images .slider-item:first-of-type img, .main-slider-images-center .slider-item:first-of-type img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.main-slider-images .slick-list, .main-slider-images-center .slick-list {
height: 100%;
}
.main-slider-images .slick-list .slick-track, .main-slider-images-center .slick-list .slick-track {
height: 100%;
}
.main-slider-images .slick-list .slick-track .slick-slide, .main-slider-images-center .slick-list .slick-track .slick-slide {
height: 100%;
}
.main-slider-images .slick-list .slick-track .slick-slide img, .main-slider-images-center .slick-list .slick-track .slick-slide img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (max-width: 991px) {
.main-slider-images-center {
padding: 0 !important;
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.main-slider-images-center {
width: 100%;
}
}
#main-slider-dots, #main-slider-fixed-dots {
z-index: 1;
position: absolute;
left: 50%;
bottom: 30px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
#main-slider-dots, #main-slider-fixed-dots {
display: none;
}
}
#main-slider-dots .slick-dots, #main-slider-fixed-dots .slick-dots {
position: relative;
bottom: auto;
width: auto;
}
#main-slider-dots .slick-dots li, #main-slider-fixed-dots .slick-dots li {
margin: 0 5px;
}
#main-slider-dots .slick-dots li button:before, #main-slider-fixed-dots .slick-dots li button:before {
opacity: 1;
font-size: 9px;
color: #deeeff;
}
#main-slider-dots .slick-dots li button:hover:before, #main-slider-fixed-dots .slick-dots li button:hover:before {
color: #3f7bfe;
}
#main-slider-dots .slick-dots li.slick-active button:before, #main-slider-fixed-dots .slick-dots li.slick-active button:before {
color: #3f7bfe;
}
#main-slider-fixed-dots {
left: 90px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
bottom: auto;
}
#main-slider-fixed-dots ul li {
display: block;
}
#main-slider-fixed-dots ul li button {
margin: 5px 0;
}
.main-slider-controls {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.site .site-wrapper .site-header .site-header-wrapper .mphb_sc_search-wrapper form:after {
display: table;
content: '';
clear: both;
}
.site .site-wrapper .site-header .site-header-wrapper .mphb_sc_search-wrapper .mphb-required-fields-tip {
display: none;
}
.site .site-wrapper .site-header .site-header-wrapper .mphb_sc_search-wrapper label {
color: #fff;
}
.site .site-wrapper .site-header .site-header-wrapper .wrapper:after {
content: '';
display: table;
clear: both;
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content:hover .slick-prev, .site .site-wrapper .site-header .site-header-wrapper .main-slider-content:hover .slick-next {
opacity: .8;
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slider-item {
display: none;
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slider-item:first-of-type {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-track .slick-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .page-header-custom {
margin: 0;
padding-top: 175px;
padding-bottom: 175px;
}
@media screen and (max-width: 767px) {
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .page-header-custom {
padding-top: 75px;
padding-bottom: 75px;
}
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-prev, .site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-next {
z-index: 10;
width: 50px;
height: 50px;
border-radius: 50%;
background: #221f1f;
text-align: center;
opacity: 0;
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-prev:hover, .site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-next:hover {
background: #3f7bfe;
opacity: 1;
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-prev:before, .site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-next:before {
line-height: 50px;
color: #fff;
opacity: 1;
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-prev {
left: 0;
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-prev:before {
font-size: 28px;
font-family: FontAwesome;
content: "";
margin-right: 4px;
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-next {
right: 0;
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-next:before {
font-size: 28px;
margin-left: 4px;
font-family: FontAwesome;
content: "";
}
.site .site-wrapper .site-header .site-header-wrapper.video-bg .page-header-custom {
padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
.site .site-wrapper .site-header .site-header-wrapper.video-bg .page-header-custom {
padding-bottom: 75px;
}
}
.site .site-wrapper .site-header .site-header-wrapper.custom-image-bg .fixed-background {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.site .site-wrapper .site-header .site-header-wrapper.custom-image-bg .page-header-custom {
padding-bottom: 240px;
padding-top: 240px;
}
@media screen and (max-width: 1280px) {
.site .site-wrapper .site-header .site-header-wrapper.custom-image-bg .page-header-custom {
padding-top: 125px;
padding-bottom: 125px;
}
}
@media screen and (max-width: 767px) {
.site .site-wrapper .site-header .site-header-wrapper.custom-image-bg .page-header-custom {
padding-top: 75px;
padding-bottom: 75px;
}
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content {
width: 100%;
float: right;
padding: 30px;
color: #fff;
}
@media (min-width: 768px) {
.site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content {
max-width: 360px;
}
}
@media (min-width: 1470px) {
.site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content {
padding: 60px 30px 55px;
}
}
.site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content h1, .site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content h2, .site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content h3, .site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content h4, .site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content h5, .site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content h6 {
color: #fff;
}
@media screen and (max-width: 767px) {
.site .site-wrapper .site-header .site-header-wrapper.aligned .wrapper {
padding: 0 !important;
}
}
.site .site-wrapper .site-header .site-header-wrapper.aligned .mphb_sc_search-wrapper .mphb_sc_search-adults {
float: left;
width: 50%;
padding-right: 10px;
}
.site .site-wrapper .site-header .site-header-wrapper.aligned .mphb_sc_search-wrapper .mphb_sc_search-children {
float: left;
width: 50%;
padding-left: 10px;
}
.site .site-wrapper .site-header .site-header-wrapper.aligned .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper {
float: left;
width: 100%;
margin: .875rem 0 0;
}
.site .site-wrapper .site-header .site-header-wrapper.aligned .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper input {
width: 100%;
}
.site .site-wrapper .wrapper {
position: relative;
}
.header-container {
width: 100%;
margin: 0 auto;
}
.header-container .header-wrapper-inner {
border-left: 1px solid #e4e4e4;
border-right: 1px solid #e4e4e4;
}
.header-container .header-wrapper-inner:after {
content: '';
display: table;
clear: both;
}
.header-top-menus {
border-bottom: 1px solid #e4e4e4;
}
.header-top-menus ul {
margin: 0;
}
.header-top-menus .menu-socials-container, .header-top-menus .menu-contacts-container {
padding: 0 20px;
}
.header-top-menus .menu-socials-container {
float: left;
border-left: 1px solid #e4e4e4;
-webkit-box-shadow: 0 1px 0 #e4e4e4;
box-shadow: 0 1px 0 #e4e4e4;
}
.header-top-menus .menu-contacts-container {
float: left;
border-right: 1px solid #e4e4e4;
}
.header-top-menus .menu-contacts-container li {
margin-left: 1.5rem;
}
.header-top-menus .menu-contacts-container li:first-child {
margin-left: 0;
}
.header-top-menus .menu-contacts-container li a {
font-weight: normal;
padding: 0;
}
.header-top-menus .menu-contacts-container li a:before {
margin-right: .625rem;
}
.header-top-menus .menu-contacts-container ul ul {
padding: .5rem 0;
top: 100%;
}
.header-top-menus .menu-contacts-container ul ul li a {
height: auto;
display: block;
width: 100%;
padding: .5rem 1rem;
}
.header-top-menus .menu-contacts-container ul ul ul {
top: 0;
}
.header-top-menus .top-right-menus {
float: right;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.menu-wrapper .header-search {
margin-left: 2rem;
}
@media screen and (max-width: 991px) {
.menu-wrapper .header-search {
display: none;
margin-left: 0;
margin-top: 3rem;
}
}
@media screen and (max-width: 767px) {
.menu-wrapper .header-search {
padding-left: 20px;
padding-right: 20px;
}
}
.wpml-list-container {
width: 100%;
}
@media (min-width: 992px) {
.wpml-list-container {
float: left;
width: auto;
border: none;
border-left: 1px solid #e4e4e4;
-webkit-box-shadow: 0 1px 0 #e4e4e4;
box-shadow: 0 1px 0 #e4e4e4;
}
}
.wpml-list-container .wpml-ls-statics-shortcode_actions {
width: auto;
}
.wpml-list-container .wpml-ls-item-legacy-dropdown.wpml-ls-current-language a,
.wpml-list-container .wpml-ls-item-legacy-dropdown-click.wpml-ls-current-language a {
padding-right: 2.5rem;
}
.wpml-list-container .wpml-ls-item-legacy-dropdown.wpml-ls-current-language a.wpml-ls-item-toggle:after,
.wpml-list-container .wpml-ls-item-legacy-dropdown-click.wpml-ls-current-language a.wpml-ls-item-toggle:after {
right: 1.325rem;
}
@media screen and (max-width: 991px) {
.wpml-list-container .wpml-ls-item-legacy-dropdown.wpml-ls-current-language a.wpml-ls-item-toggle:after,
.wpml-list-container .wpml-ls-item-legacy-dropdown-click.wpml-ls-current-language a.wpml-ls-item-toggle:after {
display: none;
}
}
.wpml-list-container .wpml-ls-legacy-dropdown a:hover,
.wpml-list-container .wpml-ls-legacy-dropdown a:focus,
.wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
background: transparent;
}
.wpml-list-container ul li {
margin-top: 0 !important;
}
.wpml-list-container ul li a {
padding: 0.5rem 1.25rem;
font-size: 14px;
font-size: 0.875rem;
border: none;
background: transparent;
line-height: 30px;
}
@media (min-width: 1470px) {
.wpml-list-container ul li a {
padding: 1rem 1.25rem;
}
}
@media screen and (max-width: 991px) {
.wpml-list-container ul li a {
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
}
}
.wpml-list-container .wpml-ls-legacy-dropdown a span, .wpml-list-container .wpml-ls-item-legacy-dropdown-click a span {
vertical-align: unset;
}
.wpml-list-container .wpml-ls-sub-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background: white;
border: 1px solid #e4e4e4;
left: -21px;
right: -1px;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
@media screen and (max-width: 991px) {
.wpml-list-container .wpml-ls-sub-menu {
position: relative;
border: none;
width: 100%;
left: auto;
right: auto;
visibility: visible !important;
}
}
.wpml-list-container .wpml-ls-legacy-list-horizontal {
padding: 0;
border: 0;
}
@media screen and (max-width: 991px) {
.wpml-list-container .wpml-ls-legacy-list-horizontal ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
}
.wpml-list-container .wpml-ls-legacy-list-horizontal ul li a {
border: none;
}
}
.wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
top: 120%;
opacity: 0;
}
@media screen and (max-width: 991px) {
.wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
opacity: 1;
top: 0;
}
}
.wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
top: 100%;
opacity: 1;
}
@media screen and (max-width: 991px) {
.wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
top: 0;
}
}
@media (max-width: 991px) {
.header-menu-container.is-sticky {
max-height: 100%;
overflow: auto;
}
}
.header-menu-container.animated-on-scroll.sticky--not-top {
position: fixed;
left: 0;
right: 0;
top: auto;
bottom: 100%;
z-index: 20;
background: #fff;
border-bottom: 1px solid #e4e4e4;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.header-menu-container.animated-on-scroll.sticky--unpinned {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .3s;
transition: .3s;
}
.header-menu-container.animated-on-scroll.sticky--pinned {
opacity: 1;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: .3s;
transition: .3s;
}
.header-menu-container.always-visible.sticky--not-top {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 20;
background: #fff;
border-bottom: 1px solid #e4e4e4;
}
.admin-bar .header-menu-container.always-visible.sticky--not-top {
top: 32px;
}
#header-menu-placeholder {
display: none;
} .site-footer .footer-top {
border-top: 1px solid #e4e4e4;
padding: 2.5em 0;
}
@media (min-width: 768px) {
.site-footer .footer-top {
padding: 3.75em 0;
}
}
.site-footer .footer-bottom {
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
background-color: #fff;
}
.site-footer .footer-bottom .wrapper-inside {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-left: 1px solid #e4e4e4;
border-right: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
.site-footer .footer-bottom .wrapper-inside {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
@media (min-width: 992px) {
.site-footer .footer-bottom .wrapper-inside {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (max-width: 991px) {
.site-footer .footer-bottom .wrapper-inside {
border: none;
}
}
.site-footer .footer-bottom .site-info {
text-align: left;
width: auto;
font-size: 12px;
font-size: 0.75rem;
margin-top: 1rem;
margin-bottom: 1rem;
}
@media (min-width: 992px) {
.site-footer .footer-bottom .site-info {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
padding-left: 20px;
}
}
@media screen and (max-width: 991px) {
.site-footer .footer-bottom .footer-menu ul {
padding-left: 0;
padding-right: 0;
}
}
@media (min-width: 992px) {
.site-footer .footer-bottom .footer-menu {
border-left: 1px solid #e4e4e4;
}
} .testimonials-wrapper .testimonial-wrapper, .testimonials-carousel .testimonial-wrapper, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper {
background-color: #ffffff;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
@media (min-width: 768px) {
.testimonials-wrapper .testimonial-wrapper, .testimonials-carousel .testimonial-wrapper, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper {
padding: 0 0 0 110px;
}
}
.testimonials-wrapper .testimonial-wrapper .rating, .testimonials-carousel .testimonial-wrapper .rating, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: .625rem;
}
.testimonials-wrapper .testimonial-wrapper .rating .star, .testimonials-carousel .testimonial-wrapper .rating .star, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .rating .star {
margin: 0 .15em;
font-size: .875rem;
color: #3f7bfe;
}
.testimonials-wrapper .testimonial-wrapper .rating .star.empty, .testimonials-carousel .testimonial-wrapper .rating .star.empty, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .rating .star.empty {
color: #e4e4e4;
}
.testimonials-wrapper .testimonial-wrapper .entry-header, .testimonials-carousel .testimonial-wrapper .entry-header, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .entry-header {
margin-top: 5px;
}
.testimonials-wrapper .testimonial-wrapper .entry-header .entry-title, .testimonials-carousel .testimonial-wrapper .entry-header .entry-title, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .entry-header .entry-title {
font-size: 1rem;
font-family: "Noto Sans", sans-serif;
margin: 0;
font-weight: 700;
}
.testimonials-wrapper .testimonial-wrapper .testimonial-subtitle, .testimonials-carousel .testimonial-wrapper .testimonial-subtitle, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .testimonial-subtitle {
display: block;
margin-top: 10px;
font-size: 12px;
font-size: 0.75rem;
color: #848484;
}
@media (min-width: 768px) {
.testimonials-wrapper .testimonial-wrapper .testimonial-thumbnail, .testimonials-carousel .testimonial-wrapper .testimonial-thumbnail, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .testimonial-thumbnail {
position: absolute;
left: 0;
top: 0;
}
}
.testimonials-wrapper .testimonial-wrapper .testimonial-thumbnail .post-thumbnail img, .testimonials-carousel .testimonial-wrapper .testimonial-thumbnail .post-thumbnail img, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .testimonial-thumbnail .post-thumbnail img {
border-radius: 50%;
width: 80px;
height: auto;
}
.single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .rating {
margin-bottom: 1.5rem;
}
.testimonials-wrapper {
overflow: hidden;
margin: 0 -0.9375em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.testimonials-wrapper .testimonial-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 767px) {
.testimonials-wrapper.columns-1 .type-cptp-testimonial {
width: 100%;
}
}
@media (min-width: 768px) {
.testimonials-wrapper.columns-1 .type-cptp-testimonial {
width: 50%;
}
}
@media (min-width: 992px) {
.testimonials-wrapper.columns-1 .type-cptp-testimonial {
width: 100%;
}
}
.testimonials-wrapper.columns-1 .type-cptp-testimonial:nth-last-of-type(-n+1) {
margin-bottom: 0;
}
@media (max-width: 767px) {
.testimonials-wrapper.columns-2 .type-cptp-testimonial {
width: 100%;
}
}
@media (min-width: 768px) {
.testimonials-wrapper.columns-2 .type-cptp-testimonial {
width: 50%;
}
}
@media (min-width: 992px) {
.testimonials-wrapper.columns-2 .type-cptp-testimonial {
width: 50%;
}
}
.testimonials-wrapper.columns-2 .type-cptp-testimonial:nth-last-of-type(-n+2) {
margin-bottom: 0;
}
@media (max-width: 767px) {
.testimonials-wrapper.columns-3 .type-cptp-testimonial {
width: 100%;
}
}
@media (min-width: 768px) {
.testimonials-wrapper.columns-3 .type-cptp-testimonial {
width: 50%;
}
}
@media (min-width: 992px) {
.testimonials-wrapper.columns-3 .type-cptp-testimonial {
width: 33.33%;
}
}
.testimonials-wrapper.columns-3 .type-cptp-testimonial:nth-last-of-type(-n+3) {
margin-bottom: 0;
}
@media (max-width: 767px) {
.testimonials-wrapper.columns-4 .type-cptp-testimonial {
width: 100%;
}
}
@media (min-width: 768px) {
.testimonials-wrapper.columns-4 .type-cptp-testimonial {
width: 50%;
}
}
@media (min-width: 992px) {
.testimonials-wrapper.columns-4 .type-cptp-testimonial {
width: 25%;
}
}
.testimonials-wrapper.columns-4 .type-cptp-testimonial:nth-last-of-type(-n+4) {
margin-bottom: 0;
}
@media (max-width: 767px) {
.testimonials-wrapper.columns-5 .type-cptp-testimonial {
width: 100%;
}
}
@media (min-width: 768px) {
.testimonials-wrapper.columns-5 .type-cptp-testimonial {
width: 50%;
}
}
@media (min-width: 992px) {
.testimonials-wrapper.columns-5 .type-cptp-testimonial {
width: 20%;
}
}
.testimonials-wrapper.columns-5 .type-cptp-testimonial:nth-last-of-type(-n+5) {
margin-bottom: 0;
}
@media (max-width: 767px) {
.testimonials-wrapper.columns-6 .type-cptp-testimonial {
width: 100%;
}
}
@media (min-width: 768px) {
.testimonials-wrapper.columns-6 .type-cptp-testimonial {
width: 50%;
}
}
@media (min-width: 992px) {
.testimonials-wrapper.columns-6 .type-cptp-testimonial {
width: 16.66%;
}
}
.testimonials-wrapper.columns-6 .type-cptp-testimonial:nth-last-of-type(-n+6) {
margin-bottom: 0;
}
@media (max-width: 767px) {
.testimonials-wrapper.columns-7 .type-cptp-testimonial {
width: 100%;
}
}
@media (min-width: 768px) {
.testimonials-wrapper.columns-7 .type-cptp-testimonial {
width: 50%;
}
}
@media (min-width: 992px) {
.testimonials-wrapper.columns-7 .type-cptp-testimonial {
width: 14.28%;
}
}
.testimonials-wrapper.columns-7 .type-cptp-testimonial:nth-last-of-type(-n+7) {
margin-bottom: 0;
}
@media (max-width: 767px) {
.testimonials-wrapper.columns-8 .type-cptp-testimonial {
width: 100%;
}
}
@media (min-width: 768px) {
.testimonials-wrapper.columns-8 .type-cptp-testimonial {
width: 50%;
}
}
@media (min-width: 992px) {
.testimonials-wrapper.columns-8 .type-cptp-testimonial {
width: 12.5%;
}
}
.testimonials-wrapper.columns-8 .type-cptp-testimonial:nth-last-of-type(-n+8) {
margin-bottom: 0;
}
@media (max-width: 767px) {
.testimonials-wrapper.columns-9 .type-cptp-testimonial {
width: 100%;
}
}
@media (min-width: 768px) {
.testimonials-wrapper.columns-9 .type-cptp-testimonial {
width: 50%;
}
}
@media (min-width: 992px) {
.testimonials-wrapper.columns-9 .type-cptp-testimonial {
width: 11.11%;
}
}
.testimonials-wrapper.columns-9 .type-cptp-testimonial:nth-last-of-type(-n+9) {
margin-bottom: 0;
}
.testimonials-wrapper .type-cptp-testimonial {
padding: 0 0.9375em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media screen and (max-width: 991px) {
.testimonials-wrapper .type-cptp-testimonial {
margin-bottom: 4rem;
}
}
.testimonials-wrapper .testimonial-wrapper .entry-content {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.testimonials-wrapper .testimonial-wrapper .entry-header {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.testimonials-wrapper .testimonial-wrapper .rating {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.testimonials-wrapper .testimonial-wrapper .testimonial-subtitle {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.testimonials-wrapper .navigation {
padding: 0 0.9375em;
}
@media (min-width: 768px) {
.single-cptp-testimonial .type-cptp-testimonial .testimonial-wrapper {
padding-left: 200px;
}
}
.single-cptp-testimonial .type-cptp-testimonial .testimonial-wrapper .entry-header {
margin-top: 0;
}
.single-cptp-testimonial .type-cptp-testimonial .testimonial-wrapper .entry-header .entry-title {
font-size: 30px;
font-size: 1.875rem;
}
.single-cptp-testimonial .type-cptp-testimonial .testimonial-wrapper .testimonial-subtitle {
margin-bottom: 1rem;
font-size: 1rem;
}
.single-cptp-testimonial .type-cptp-testimonial .testimonial-thumbnail img {
border-radius: 50%;
width: auto;
height: auto;
}
.related-portfolio {
margin: 6.25em 0 0;
}
.related-portfolio .related-portfolio-posts-wrapper {
margin: 0  -30px;
width: auto;
}
@media screen and (max-width: 767px) {
.related-portfolio .related-portfolio-posts-wrapper {
margin: 0;
}
}
.related-portfolio .type-cptp-portfolio {
padding: 0 30px;
}
@media screen and (max-width: 767px) {
.related-portfolio .type-cptp-portfolio {
padding: 0;
margin: 20px 0;
}
}
.portfolio-menu {
margin-bottom: 40px;
}
.portfolio-menu ul {
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
width: 100%;
list-style: none;
}
.portfolio-menu ul li {
margin: 5px 0 0;
}
.portfolio-menu ul li:before {
display: none;
}
.portfolio-menu ul li.current-cat a {
background: #3f7bfe;
color: #fff;
}
.portfolio-menu ul li.current-cat a:hover {
text-decoration: none;
}
.portfolio-menu ul li a {
display: block;
padding: 0.83333em 1.25em;
font-size: 12px;
font-size: 0.75rem;
background: #deeeff;
margin: 0 .5em;
color: #77818c;
text-transform: lowercase;
border-radius: 18px;
}
.portfolio-menu ul li a:hover {
color: #fff;
background: #3f7bfe;
text-decoration: none;
}
.portfolio-wrapper {
margin: -10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 767px) {
.portfolio-wrapper.columns-1 .portfolio-post-wrapper {
width: 50%;
}
}
@media (min-width: 768px) {
.portfolio-wrapper.columns-1 .portfolio-post-wrapper {
width: 100%;
}
}
@media (max-width: 767px) {
.portfolio-wrapper.columns-2 .portfolio-post-wrapper {
width: 50%;
}
}
@media (min-width: 768px) {
.portfolio-wrapper.columns-2 .portfolio-post-wrapper {
width: 50%;
}
}
@media (max-width: 767px) {
.portfolio-wrapper.columns-3 .portfolio-post-wrapper {
width: 50%;
}
}
@media (min-width: 768px) {
.portfolio-wrapper.columns-3 .portfolio-post-wrapper {
width: 33.33%;
}
}
@media (max-width: 767px) {
.portfolio-wrapper.columns-4 .portfolio-post-wrapper {
width: 50%;
}
}
@media (min-width: 768px) {
.portfolio-wrapper.columns-4 .portfolio-post-wrapper {
width: 25%;
}
}
@media (max-width: 767px) {
.portfolio-wrapper.columns-5 .portfolio-post-wrapper {
width: 50%;
}
}
@media (min-width: 768px) {
.portfolio-wrapper.columns-5 .portfolio-post-wrapper {
width: 20%;
}
}
@media (max-width: 767px) {
.portfolio-wrapper.columns-6 .portfolio-post-wrapper {
width: 50%;
}
}
@media (min-width: 768px) {
.portfolio-wrapper.columns-6 .portfolio-post-wrapper {
width: 16.66%;
}
}
@media (max-width: 767px) {
.portfolio-wrapper.columns-7 .portfolio-post-wrapper {
width: 50%;
}
}
@media (min-width: 768px) {
.portfolio-wrapper.columns-7 .portfolio-post-wrapper {
width: 14.28%;
}
}
@media (max-width: 767px) {
.portfolio-wrapper.columns-8 .portfolio-post-wrapper {
width: 50%;
}
}
@media (min-width: 768px) {
.portfolio-wrapper.columns-8 .portfolio-post-wrapper {
width: 12.5%;
}
}
@media (max-width: 767px) {
.portfolio-wrapper.columns-9 .portfolio-post-wrapper {
width: 50%;
}
}
@media (min-width: 768px) {
.portfolio-wrapper.columns-9 .portfolio-post-wrapper {
width: 11.11%;
}
}
.portfolio-wrapper .portfolio-post-wrapper {
padding: 10px;
}
.portfolio-wrapper .type-cptp-portfolio {
margin: 0;
text-align: center;
}
.portfolio-wrapper .type-cptp-portfolio:hover .portfolio-thumbnail .links {
opacity: 1;
}
.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail {
position: relative;
display: block;
overflow: hidden;
border-radius: 5px;
}
.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail img {
display: block;
}
.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail .media-type {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail .media-type .fa {
color: #fff;
opacity: 0.8;
font-size: 36px;
text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail .links {
position: absolute;
top: 10px;
right: 10px;
opacity: 0;
-webkit-transition: top .2s ease, opacity .3s ease;
transition: top .2s ease, opacity .3s ease;
}
.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail .links a {
display: inline-block;
padding: 10px;
color: #fff;
font-size: 14px;
opacity: 0.9;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail .links a:hover {
opacity: 1;
}
.portfolio-shortcode-wrapper .portfolio-wrapper {
margin: 0 -2px;
}
.portfolio-shortcode-wrapper .portfolio-wrapper .portfolio-post-wrapper {
padding: 2px;
}
body.archive .type-cptp-activity .entry-header .pricing, body.single .type-cptp-activity .entry-header .pricing, .activities-wrapper .type-cptp-activity .entry-header .pricing {
margin: 1.875em 0;
}
body.archive .type-cptp-activity .entry-header .pricing .price, body.single .type-cptp-activity .entry-header .pricing .price, .activities-wrapper .type-cptp-activity .entry-header .pricing .price {
margin-left: .625rem;
font-weight: 700;
}
body.archive .type-cptp-activity .entry-header .pricing .period, body.single .type-cptp-activity .entry-header .pricing .period, .activities-wrapper .type-cptp-activity .entry-header .pricing .period {
color: #77818c;
font-size: 14px;
font-size: 0.875rem;
}
.activities-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.activities-wrapper.columns-1 .type-cptp-activity {
width: 100%;
}
@media screen and (max-width: 767px) {
.activities-wrapper.columns-1 .type-cptp-activity {
width: 100%;
}
}
.activities-wrapper.columns-1 .type-cptp-activity:nth-last-of-type(-n+1) {
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.activities-wrapper.columns-1 .type-cptp-activity:nth-last-of-type(-n+1) {
margin-bottom: 2.5rem;
}
}
@media screen and (max-width: 767px) {
.activities-wrapper.columns-1 .type-cptp-activity:last-of-type {
margin-bottom: 0;
}
}
.activities-wrapper.columns-2 .type-cptp-activity {
width: 47%;
}
@media screen and (max-width: 767px) {
.activities-wrapper.columns-2 .type-cptp-activity {
width: 100%;
}
}
.activities-wrapper.columns-2 .type-cptp-activity:nth-last-of-type(-n+2) {
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.activities-wrapper.columns-2 .type-cptp-activity:nth-last-of-type(-n+2) {
margin-bottom: 2.5rem;
}
}
@media screen and (max-width: 767px) {
.activities-wrapper.columns-2 .type-cptp-activity:last-of-type {
margin-bottom: 0;
}
}
.activities-wrapper.columns-3 .type-cptp-activity {
width: 29.33%;
}
@media screen and (max-width: 767px) {
.activities-wrapper.columns-3 .type-cptp-activity {
width: 100%;
}
}
.activities-wrapper.columns-3 .type-cptp-activity:nth-last-of-type(-n+3) {
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.activities-wrapper.columns-3 .type-cptp-activity:nth-last-of-type(-n+3) {
margin-bottom: 2.5rem;
}
}
@media screen and (max-width: 767px) {
.activities-wrapper.columns-3 .type-cptp-activity:last-of-type {
margin-bottom: 0;
}
}
.activities-wrapper.columns-4 .type-cptp-activity {
width: 20.5%;
}
@media screen and (max-width: 767px) {
.activities-wrapper.columns-4 .type-cptp-activity {
width: 100%;
}
}
.activities-wrapper.columns-4 .type-cptp-activity:nth-last-of-type(-n+4) {
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.activities-wrapper.columns-4 .type-cptp-activity:nth-last-of-type(-n+4) {
margin-bottom: 2.5rem;
}
}
@media screen and (max-width: 767px) {
.activities-wrapper.columns-4 .type-cptp-activity:last-of-type {
margin-bottom: 0;
}
}
@media screen and (max-width: 767px) {
.activities-wrapper .type-cptp-activity {
margin-bottom: 2.5rem;
}
}
.activities-wrapper .type-cptp-activity .entry-header .entry-title {
margin-bottom: 0.41667em;
font-size: 24px;
font-size: 1.5rem;
}
.activities-wrapper .type-cptp-activity .entry-header .pricing {
margin: 0.625em 0 1.875em;
}
.activities-wrapper .type-cptp-activity .entry-content {
font-size: 14px;
font-size: 0.875rem;
}
.activities-shortcode-wrapper.list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.activities-shortcode-wrapper.list .type-cptp-activity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
border-radius: 10px;
background: #fff;
overflow: hidden;
-webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
}
.activities-shortcode-wrapper.list .type-cptp-activity .post-thumbnail {
margin: 0;
border-radius: 0;
}
@media (max-width: 767px) {
.activities-shortcode-wrapper.list .type-cptp-activity .post-thumbnail {
width: 100%;
}
}
@media (min-width: 768px) {
.activities-shortcode-wrapper.list .type-cptp-activity .post-thumbnail {
width: 50%;
}
}
.activities-shortcode-wrapper.list .type-cptp-activity .post-thumbnail img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 0;
}
.activities-shortcode-wrapper.list .type-cptp-activity .activity-summary {
position: relative;
}
@media (max-width: 767px) {
.activities-shortcode-wrapper.list .type-cptp-activity .activity-summary {
padding: 40px 20px 100px;
width: 100%;
text-align: center;
}
}
@media (min-width: 768px) {
.activities-shortcode-wrapper.list .type-cptp-activity .activity-summary {
padding: 40px 30px 100px;
width: 50%;
}
}
@media (min-width: 992px) {
.activities-shortcode-wrapper.list .type-cptp-activity .activity-summary {
padding: 40px 40px 100px;
}
}
.activities-shortcode-wrapper.list .type-cptp-activity .activity-summary .more-link {
position: absolute;
bottom: 30px;
}
@media (max-width: 767px) {
.activities-shortcode-wrapper.list .type-cptp-activity .activity-summary .more-link {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media (min-width: 768px) {
.activities-shortcode-wrapper.list .type-cptp-activity .activity-summary .more-link {
left: 40px;
-webkit-transform: none;
transform: none;
}
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-area {
margin: 5em 0 0;
}
.comments-area .comment-list {
list-style: none;
margin: 0;
}
.comments-area .comment-list .children {
list-style: none;
margin: 55px 0 0 1em;
}
.comments-area .comment-list .comment {
margin: 0 0 45px;
}
.comments-area .comment-list .comment:last-child {
margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-meta {
overflow: hidden;
padding-bottom: 2.5em;
}
.comments-area .comment-list .comment .comment-author .fn {
display: block;
padding: 1em 0 0;
font-size: 0.875em;
color: #292929;
}
.comments-area .comment-list .comment .comment-author .fn a {
color: #292929;
}
.comments-area .comment-list .comment .comment-author img {
float: left;
border-radius: 50%;
margin-right: 2em;
}
.comments-area .comment-list .comment .comment-author .says {
display: none;
}
.comments-area .comment-list .comment .comment-metadata:after {
content: '';
display: table;
clear: both;
}
.comments-area .comment-list .comment .comment-metadata a {
color: #848484;
font-size: 0.75em;
}
.comments-area .comment-list .comment .reply a:before {
font-family: FontAwesome;
content: "";
margin-right: .825rem;
}
.comments-area .comment-list .comment .reply a:hover {
text-decoration: none;
}
.comments-area .comment-respond {
margin: 5.625em 0 0;
}
.comments-area .comment-respond form {
max-width: 100%;
width: 570px;
}
.comments-area .comment-respond form label {
margin: 0 0 0.9375em;
}
.comments-area .comment-respond form input, .comments-area .comment-respond form textarea {
display: block;
width: 100%;
}
.comments-area .comment-respond form input[type="submit"] {
display: inline-block;
width: auto;
}
.comments-area .comment-respond form .form-submit {
margin-top: 2.75rem;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
font-weight: normal;
text-transform: none;
color: #221f1f;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
float: left;
width: auto;
margin-right: 20px;
margin-bottom: 10px;
}
.comments-area .comment-respond .comment-notes {
font-size: 14px;
font-size: 0.875rem;
color: #77818c;
}
.navigation.comment-navigation {
margin: 2.5rem 0;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 1em 0;
}
.wp-caption-text {
text-align: center;
font-size: 12px;
font-size: 0.75rem;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .theme-social-menu a[href*="twitter.com"], .theme-social-menu a[href*="facebook.com"], .theme-social-menu a[href*="google.com"], .theme-social-menu a[href*="plus.google.com"], .theme-social-menu a[href*="pinterest.com"], .theme-social-menu a[href*="foursquare.com"], .theme-social-menu a[href*="yahoo.com"], .theme-social-menu a[href*="skype:"], .theme-social-menu a[href*="yelp.com"], .theme-social-menu a[href*="linkedin.com"], .theme-social-menu a[href*="viadeo.com"], .theme-social-menu a[href*="xing.com"], .theme-social-menu a[href*="soundcloud.com"], .theme-social-menu a[href*="spotify.com"], .theme-social-menu a[href*="last.fm"], .theme-social-menu a[href*="youtube.com"], .theme-social-menu a[href*="vimeo.com"], .theme-social-menu a[href*="vine.com"], .theme-social-menu a[href*="flickr.com"], .theme-social-menu a[href*="500px.com"], .theme-social-menu a[href*="instagram.com"], .theme-social-menu a[href*="tumblr.com"], .theme-social-menu a[href*="reddit.com"], .theme-social-menu a[href*="dribbble.com"], .theme-social-menu a[href*="stumbleupon.com"], .theme-social-menu a[href*="digg.com"], .theme-social-menu a[href*="behance.net"], .theme-social-menu a[href*="delicious.com"], .theme-social-menu a[href*="deviantart.com"], .theme-social-menu a[href*="play.com"], .theme-social-menu a[href*="wikipedia.com"], .theme-social-menu a[href*="apple.com"], .theme-social-menu a[href*="github.com"], .theme-social-menu a[href*="github.io"], .theme-social-menu a[href*="windows.com"], .theme-social-menu a[href*="tripadvisor."], .theme-social-menu a[href*="slideshare.net"], .theme-social-menu a[href*=".rss"], .theme-social-menu a[href*="vk.com"] {
border-radius: 50%;
width: 40px;
height: 30px;
padding: 0;
text-align: center;
margin: 0;
display: block;
}
.theme-social-menu a[href*="twitter.com"]:before, .theme-social-menu a[href*="facebook.com"]:before, .theme-social-menu a[href*="google.com"]:before, .theme-social-menu a[href*="plus.google.com"]:before, .theme-social-menu a[href*="pinterest.com"]:before, .theme-social-menu a[href*="foursquare.com"]:before, .theme-social-menu a[href*="yahoo.com"]:before, .theme-social-menu a[href*="skype:"]:before, .theme-social-menu a[href*="yelp.com"]:before, .theme-social-menu a[href*="linkedin.com"]:before, .theme-social-menu a[href*="viadeo.com"]:before, .theme-social-menu a[href*="xing.com"]:before, .theme-social-menu a[href*="soundcloud.com"]:before, .theme-social-menu a[href*="spotify.com"]:before, .theme-social-menu a[href*="last.fm"]:before, .theme-social-menu a[href*="youtube.com"]:before, .theme-social-menu a[href*="vimeo.com"]:before, .theme-social-menu a[href*="vine.com"]:before, .theme-social-menu a[href*="flickr.com"]:before, .theme-social-menu a[href*="500px.com"]:before, .theme-social-menu a[href*="instagram.com"]:before, .theme-social-menu a[href*="tumblr.com"]:before, .theme-social-menu a[href*="reddit.com"]:before, .theme-social-menu a[href*="dribbble.com"]:before, .theme-social-menu a[href*="stumbleupon.com"]:before, .theme-social-menu a[href*="digg.com"]:before, .theme-social-menu a[href*="behance.net"]:before, .theme-social-menu a[href*="delicious.com"]:before, .theme-social-menu a[href*="deviantart.com"]:before, .theme-social-menu a[href*="play.com"]:before, .theme-social-menu a[href*="wikipedia.com"]:before, .theme-social-menu a[href*="apple.com"]:before, .theme-social-menu a[href*="github.com"]:before, .theme-social-menu a[href*="github.io"]:before, .theme-social-menu a[href*="windows.com"]:before, .theme-social-menu a[href*="tripadvisor."]:before, .theme-social-menu a[href*="slideshare.net"]:before, .theme-social-menu a[href*=".rss"]:before, .theme-social-menu a[href*="vk.com"]:before {
line-height: 31px;
margin-right: .5em;
}
@media screen and (min-width: 991px) {
.theme-social-menu a[href*="twitter.com"] .menu-text, .theme-social-menu a[href*="facebook.com"] .menu-text, .theme-social-menu a[href*="google.com"] .menu-text, .theme-social-menu a[href*="plus.google.com"] .menu-text, .theme-social-menu a[href*="pinterest.com"] .menu-text, .theme-social-menu a[href*="foursquare.com"] .menu-text, .theme-social-menu a[href*="yahoo.com"] .menu-text, .theme-social-menu a[href*="skype:"] .menu-text, .theme-social-menu a[href*="yelp.com"] .menu-text, .theme-social-menu a[href*="linkedin.com"] .menu-text, .theme-social-menu a[href*="viadeo.com"] .menu-text, .theme-social-menu a[href*="xing.com"] .menu-text, .theme-social-menu a[href*="soundcloud.com"] .menu-text, .theme-social-menu a[href*="spotify.com"] .menu-text, .theme-social-menu a[href*="last.fm"] .menu-text, .theme-social-menu a[href*="youtube.com"] .menu-text, .theme-social-menu a[href*="vimeo.com"] .menu-text, .theme-social-menu a[href*="vine.com"] .menu-text, .theme-social-menu a[href*="flickr.com"] .menu-text, .theme-social-menu a[href*="500px.com"] .menu-text, .theme-social-menu a[href*="instagram.com"] .menu-text, .theme-social-menu a[href*="tumblr.com"] .menu-text, .theme-social-menu a[href*="reddit.com"] .menu-text, .theme-social-menu a[href*="dribbble.com"] .menu-text, .theme-social-menu a[href*="stumbleupon.com"] .menu-text, .theme-social-menu a[href*="digg.com"] .menu-text, .theme-social-menu a[href*="behance.net"] .menu-text, .theme-social-menu a[href*="delicious.com"] .menu-text, .theme-social-menu a[href*="deviantart.com"] .menu-text, .theme-social-menu a[href*="play.com"] .menu-text, .theme-social-menu a[href*="wikipedia.com"] .menu-text, .theme-social-menu a[href*="apple.com"] .menu-text, .theme-social-menu a[href*="github.com"] .menu-text, .theme-social-menu a[href*="github.io"] .menu-text, .theme-social-menu a[href*="windows.com"] .menu-text, .theme-social-menu a[href*="tripadvisor."] .menu-text, .theme-social-menu a[href*="slideshare.net"] .menu-text, .theme-social-menu a[href*=".rss"] .menu-text, .theme-social-menu a[href*="vk.com"] .menu-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.theme-social-menu a[href*="twitter.com"]:before, .theme-social-menu a[href*="facebook.com"]:before, .theme-social-menu a[href*="google.com"]:before, .theme-social-menu a[href*="plus.google.com"]:before, .theme-social-menu a[href*="pinterest.com"]:before, .theme-social-menu a[href*="foursquare.com"]:before, .theme-social-menu a[href*="yahoo.com"]:before, .theme-social-menu a[href*="skype:"]:before, .theme-social-menu a[href*="yelp.com"]:before, .theme-social-menu a[href*="linkedin.com"]:before, .theme-social-menu a[href*="viadeo.com"]:before, .theme-social-menu a[href*="xing.com"]:before, .theme-social-menu a[href*="soundcloud.com"]:before, .theme-social-menu a[href*="spotify.com"]:before, .theme-social-menu a[href*="last.fm"]:before, .theme-social-menu a[href*="youtube.com"]:before, .theme-social-menu a[href*="vimeo.com"]:before, .theme-social-menu a[href*="vine.com"]:before, .theme-social-menu a[href*="flickr.com"]:before, .theme-social-menu a[href*="500px.com"]:before, .theme-social-menu a[href*="instagram.com"]:before, .theme-social-menu a[href*="tumblr.com"]:before, .theme-social-menu a[href*="reddit.com"]:before, .theme-social-menu a[href*="dribbble.com"]:before, .theme-social-menu a[href*="stumbleupon.com"]:before, .theme-social-menu a[href*="digg.com"]:before, .theme-social-menu a[href*="behance.net"]:before, .theme-social-menu a[href*="delicious.com"]:before, .theme-social-menu a[href*="deviantart.com"]:before, .theme-social-menu a[href*="play.com"]:before, .theme-social-menu a[href*="wikipedia.com"]:before, .theme-social-menu a[href*="apple.com"]:before, .theme-social-menu a[href*="github.com"]:before, .theme-social-menu a[href*="github.io"]:before, .theme-social-menu a[href*="windows.com"]:before, .theme-social-menu a[href*="tripadvisor."]:before, .theme-social-menu a[href*="slideshare.net"]:before, .theme-social-menu a[href*=".rss"]:before, .theme-social-menu a[href*="vk.com"]:before {
margin-right: 0;
}
}
.theme-social-menu {
padding: 0.5rem 0;
list-style: none;
}
@media (min-width: 1470px) {
.theme-social-menu {
padding: 1rem 0;
}
}
.theme-social-menu li {
margin: 0;
}
.theme-social-menu li:before {
display: none !important;
}
.theme-social-menu .sub-menu {
top: 100%;
}
.theme-social-menu .sub-menu a {
padding: 0.75rem 1.25rem;
margin: 0;
line-height: 1.4;
}
.theme-social-menu a:before {
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-indent: 0px;
display: inline-block !important;
font-size: 14px;
font-size: 0.875rem;
content: '';
}
@media screen and (min-width: 991px) {
.theme-social-menu a:before {
min-width: 0;
}
}
.theme-social-menu a {
height: 30px;
display: table-cell;
vertical-align: middle;
color: #344583;
}
@media screen and (max-width: 991px) {
.theme-social-menu a {
width: auto !important;
text-align: left !important;
}
}
.theme-social-menu a:hover {
color: #3f7bfe;
}
.theme-social-menu a:empty {
width: 1em;
}
.theme-social-menu a[href*="twitter.com"]:before {
content: "";
}
.theme-social-menu a[href*="facebook.com"]:before {
content: "";
}
.theme-social-menu a[href*="google.com"]:before {
content: "";
}
.theme-social-menu a[href*="plus.google.com"]:before {
content: "";
}
.theme-social-menu a[href*="pinterest.com"]:before {
content: "";
}
.theme-social-menu a[href*="foursquare.com"]:before {
content: "";
}
.theme-social-menu a[href*="yahoo.com"]:before {
content: "";
}
.theme-social-menu a[href*="skype:"]:before {
content: "";
}
.theme-social-menu a[href*="yelp.com"]:before {
content: "";
}
.theme-social-menu a[href*="linkedin.com"]:before {
content: "";
}
.theme-social-menu a[href*="viadeo.com"]:before {
content: "";
}
.theme-social-menu a[href*="xing.com"]:before {
content: "";
}
.theme-social-menu a[href*="soundcloud.com"]:before {
content: "";
}
.theme-social-menu a[href*="spotify.com"]:before {
content: "";
}
.theme-social-menu a[href*="last.fm"]:before {
content: "";
}
.theme-social-menu a[href*="youtube.com"]:before {
content: "";
}
.theme-social-menu a[href*="vimeo.com"]:before {
content: "";
}
.theme-social-menu a[href*="vine.com"]:before {
content: "";
}
.theme-social-menu a[href*="flickr.com"]:before {
content: "";
}
.theme-social-menu a[href*="500px.com"]:before {
content: "";
}
.theme-social-menu a[href*="instagram.com"]:before {
content: "";
}
.theme-social-menu a[href*="tumblr.com"]:before {
content: "";
}
.theme-social-menu a[href*="reddit.com"]:before {
content: "";
}
.theme-social-menu a[href*="dribbble.com"]:before {
content: "";
}
.theme-social-menu a[href*="stumbleupon.com"]:before {
content: "";
}
.theme-social-menu a[href*="digg.com"]:before {
content: "";
}
.theme-social-menu a[href*="behance.net"]:before {
content: "";
}
.theme-social-menu a[href*="delicious.com"]:before {
content: "";
}
.theme-social-menu a[href*="deviantart.com"]:before {
content: "";
}
.theme-social-menu a[href*="play.com"]:before {
content: "";
}
.theme-social-menu a[href*="wikipedia.com"]:before {
content: "";
}
.theme-social-menu a[href*="apple.com"]:before {
content: "";
}
.theme-social-menu a[href*="github.com"]:before {
content: "";
}
.theme-social-menu a[href*="github.io"]:before {
content: "";
}
.theme-social-menu a[href*="windows.com"]:before {
content: "";
}
.theme-social-menu a[href*="tripadvisor."]:before {
content: "";
}
.theme-social-menu a[href*="slideshare.net"]:before {
content: "";
}
.theme-social-menu a[href*=".rss"]:before {
content: "";
}
.theme-social-menu a[href*="vk.com"]:before {
content: "";
}
.theme-social-menu a[href*="/map"] {
margin: 0 1em;
display: inline-block;
width: auto;
height: auto;
}
@media screen and (max-width: 991px) {
.theme-social-menu a[href*="/map"] {
margin: 0;
}
}
.theme-social-menu a[href*="/map"]:hover {
background: none;
}
.theme-social-menu a[href*="/map"]:before {
margin-right: 1em;
content: "";
}
.theme-social-menu a[href*="/map"] .menu-text {
position: relative !important;
clip: auto;
width: auto;
height: auto;
}
.theme-social-menu a[href*="tel:"]:before {
margin-right: 1em;
content: "";
}
.theme-social-menu a[href*="tel:"] .menu-text {
position: relative !important;
clip: auto;
width: auto;
height: auto;
}
.theme-social-menu a[href*='mailto:']:before {
margin-right: 1em;
content: "";
}
.theme-social-menu a[href*='mailto:'] .menu-text {
position: relative !important;
clip: auto;
width: auto;
height: auto;
}
.menu-contacts-container .theme-social-menu li a .menu-text {
display: inline;
} .mphb-room-types .mphb-room-type:after, .mphb_sc_search_results-wrapper .mphb-room-type:after {
display: table;
content: '';
clear: both;
}
.mphb-room-types .mphb-room-type .mphb-flexslider, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-flexslider {
border: none;
}
.mphb-room-types .mphb-room-type img, .mphb_sc_search_results-wrapper .mphb-room-type img {
border-radius: 10px;
}
.mphb-room-types .mphb-room-type .mphb-room-type-title, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-room-type-title {
margin: 40px 0 35px;
}
.mphb-room-types .mphb-room-type .mphb-room-type-title a, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-room-type-title a {
color: #344583;
}
.mphb-room-types .mphb-room-type .mphb-room-type-title a:hover, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-room-type-title a:hover {
color: #3f7bfe;
text-decoration: none;
}
.mphb-room-types .mphb-room-type .mphb-room-type-details-title, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-room-type-details-title {
display: none;
}
.mphb-room-types .mphb-room-type .mphb-view-details-button-wrapper, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-view-details-button-wrapper {
float: left;
margin-right: 20px;
}
.mphb-room-types .mphb-room-type .mphb-view-details-button-wrapper a, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-view-details-button-wrapper a {
background: #deeeff;
color: #344583;
}
.mphb-room-types .mphb-room-type .mphb-view-details-button-wrapper a:hover, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-view-details-button-wrapper a:hover {
color: #fff;
background: #3f7bfe;
}
.mphb-room-types .mphb-room-type .mphb-regular-price, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price {
margin-bottom: 35px;
}
.mphb-room-types .mphb-room-type .mphb-to-book-btn-wrapper, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-to-book-btn-wrapper {
float: left;
}
.mphb-flexslider ul.flex-direction-nav .flex-prev, .mphb-flexslider ul.flex-direction-nav .flex-next {
background: #221f1f;
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 50px;
text-indent: 999rem;
text-shadow: none;
}
.mphb-flexslider ul.flex-direction-nav .flex-prev:hover, .mphb-flexslider ul.flex-direction-nav .flex-next:hover {
background: #3f7bfe;
}
.mphb-flexslider ul.flex-direction-nav .flex-prev:before, .mphb-flexslider ul.flex-direction-nav .flex-next:before {
text-shadow: none;
font-size: 36px;
color: white;
text-indent: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.mphb-flexslider ul.flex-direction-nav .flex-prev {
left: 30px;
}
.mphb-flexslider ul.flex-direction-nav .flex-prev:before {
content: "";
font: normal normal normal 28px FontAwesome;
margin-right: 2px;
}
.mphb-flexslider ul.flex-direction-nav .flex-next {
right: 30px;
}
.mphb-flexslider ul.flex-direction-nav .flex-next:before {
content: "";
font: normal normal normal 28px FontAwesome;
margin-left: 2px;
}
.mphb-loop-room-type-attributes, .mphb-single-room-type-attributes, .mphb-widget-room-type-attributes {
list-style: none;
margin: 45px 0;
}
.mphb-loop-room-type-attributes li, .mphb-single-room-type-attributes li, .mphb-widget-room-type-attributes li {
padding-left: 30px;
position: relative;
}
.mphb-loop-room-type-attributes li:before, .mphb-single-room-type-attributes li:before, .mphb-widget-room-type-attributes li:before {
font-family: FontAwesome;
color: #344583;
position: absolute;
left: 0;
content: "";
}
.mphb-loop-room-type-attributes li.mphb-room-type-adults-capacity, .mphb-loop-room-type-attributes li.mphb-room-type-adults, .mphb-single-room-type-attributes li.mphb-room-type-adults-capacity, .mphb-single-room-type-attributes li.mphb-room-type-adults, .mphb-widget-room-type-attributes li.mphb-room-type-adults-capacity, .mphb-widget-room-type-attributes li.mphb-room-type-adults {
display: inline-block;
}
.mphb-loop-room-type-attributes li.mphb-room-type-adults-capacity:before, .mphb-loop-room-type-attributes li.mphb-room-type-adults:before, .mphb-single-room-type-attributes li.mphb-room-type-adults-capacity:before, .mphb-single-room-type-attributes li.mphb-room-type-adults:before, .mphb-widget-room-type-attributes li.mphb-room-type-adults-capacity:before, .mphb-widget-room-type-attributes li.mphb-room-type-adults:before {
content: "";
}
.mphb-loop-room-type-attributes li.mphb-room-type-facilities:before, .mphb-single-room-type-attributes li.mphb-room-type-facilities:before, .mphb-widget-room-type-attributes li.mphb-room-type-facilities:before {
content: "";
}
.mphb-loop-room-type-attributes li.mphb-room-type-view:before, .mphb-single-room-type-attributes li.mphb-room-type-view:before, .mphb-widget-room-type-attributes li.mphb-room-type-view:before {
content: "";
}
.mphb-loop-room-type-attributes li.mphb-room-type-size:before, .mphb-single-room-type-attributes li.mphb-room-type-size:before, .mphb-widget-room-type-attributes li.mphb-room-type-size:before {
content: "";
}
.mphb-loop-room-type-attributes li.mphb-room-type-bed-type:before, .mphb-single-room-type-attributes li.mphb-room-type-bed-type:before, .mphb-widget-room-type-attributes li.mphb-room-type-bed-type:before {
content: "";
}
.mphb-loop-room-type-attributes li.mphb-room-type-categories:before, .mphb-single-room-type-attributes li.mphb-room-type-categories:before, .mphb-widget-room-type-attributes li.mphb-room-type-categories:before {
content: "";
}
.mphb-loop-room-type-attributes li.mphb-room-type-children-capacity, .mphb-single-room-type-attributes li.mphb-room-type-children-capacity, .mphb-widget-room-type-attributes li.mphb-room-type-children-capacity {
display: inline-block;
margin: 0 0 0 1.5em;
}
.mphb-loop-room-type-attributes li.mphb-room-type-children-capacity:before, .mphb-single-room-type-attributes li.mphb-room-type-children-capacity:before, .mphb-widget-room-type-attributes li.mphb-room-type-children-capacity:before {
content: "";
}
.mphb-loop-room-type-attributes .mphb-attribute-title, .mphb-single-room-type-attributes .mphb-attribute-title, .mphb-widget-room-type-attributes .mphb-attribute-title {
display: none;
}
.mphb-single-room-type-attributes li.mphb-room-type-adults-capacity {
display: block;
}
.mphb-single-room-type-attributes li.mphb-room-type-children-capacity {
display: block;
margin: 1em 0 0;
}
.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: 6.25rem;
}
.mphb-flexslider:hover .flex-direction-nav a {
opacity: 1 !important;
}
.mphb-flexslider ul.flex-direction-nav .flex-prev {
left: 30px !important;
}
.mphb-flexslider ul.flex-direction-nav .flex-next {
right: 30px !important;
}
body.single .mphb_room_type .entry-header {
display: none;
}
body.single .mphb_room_type .mphb-details-title,
body.single .mphb_room_type .mphb-calendar-title,
body.single .mphb_room_type .mphb-reservation-form-title {
font-size: 24px;
font-size: 1.5rem;
margin-top: 3em;
}
body.single .mphb_room_type img {
border-radius: 10px;
}
body.single .mphb_room_type .mphb-room-type-gallery-wrapper .gallery-item {
margin: 0 0.45em 0.05em 0;
width: auto;
max-width: none;
}
body.single .mphb_room_type .mphb-booking-form .mphb-reserve-btn-wrapper {
margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
.mphb-calendar,
.datepick-popup {
width: 100% !important;
}
}
.mphb-calendar .datepick,
.datepick-popup .datepick {
border-radius: 10px;
-webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
border: none;
overflow: hidden;
width: 533px !important;
font-size: 14px;
font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
.mphb-calendar .datepick,
.datepick-popup .datepick {
width: 100% !important;
}
}
.mphb-calendar .datepick .mphb-date-cell,
.datepick-popup .datepick .mphb-date-cell {
padding: .5rem 0;
}
.mphb-calendar .datepick .datepick-month,
.datepick-popup .datepick .datepick-month {
border: none;
}
@media (min-width: 768px) {
.mphb-calendar .datepick .datepick-month,
.datepick-popup .datepick .datepick-month {
border-right: 1px solid #e4e4e4;
}
}
.mphb-calendar .datepick .datepick-month:last-child,
.datepick-popup .datepick .datepick-month:last-child {
border: none;
}
.mphb-calendar .datepick .datepick-month .datepick-month-header,
.datepick-popup .datepick .datepick-month .datepick-month-header {
color: #221f1f;
background: transparent;
height: 45px;
padding: 0 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mphb-calendar .datepick .datepick-month .datepick-month-header:after,
.datepick-popup .datepick .datepick-month .datepick-month-header:after {
display: table;
content: '';
clear: both;
}
.mphb-calendar .datepick .datepick-month .datepick-month-header .datepick-month-year,
.datepick-popup .datepick .datepick-month .datepick-month-header .datepick-month-year {
width: 50%;
float: left;
border-radius: 0;
background: transparent;
color: inherit;
}
.mphb-calendar .datepick-nav,
.datepick-popup .datepick-nav {
background-color: #344583;
font-size: 14px;
font-size: 0.875rem;
}
.mphb-calendar .datepick-nav .datepick-cmd,
.datepick-popup .datepick-nav .datepick-cmd {
color: #deeeff;
position: relative;
padding: 15px 10px 10px;
}
.mphb-calendar .datepick-nav .datepick-cmd:hover,
.datepick-popup .datepick-nav .datepick-cmd:hover {
cursor: pointer;
background: #3f7bfe;
}
.mphb-calendar .datepick-nav .datepick-cmd.datepick-cmd-prev, .mphb-calendar .datepick-nav .datepick-cmd.datepick-cmd-next,
.datepick-popup .datepick-nav .datepick-cmd.datepick-cmd-prev,
.datepick-popup .datepick-nav .datepick-cmd.datepick-cmd-next {
overflow: hidden;
text-indent: 999rem;
}
.mphb-calendar .datepick-nav .datepick-cmd.datepick-cmd-prev:before,
.datepick-popup .datepick-nav .datepick-cmd.datepick-cmd-prev:before {
position: absolute;
left: 12px;
font-family: FontAwesome;
content: "";
text-indent: 0;
}
.mphb-calendar .datepick-nav .datepick-cmd.datepick-cmd-next:before,
.datepick-popup .datepick-nav .datepick-cmd.datepick-cmd-next:before {
position: absolute;
right: 12px;
font-family: FontAwesome;
content: "";
text-indent: 0;
}
.mphb-calendar .datepick-ctrl,
.datepick-popup .datepick-ctrl {
padding: 16px;
background: transparent;
border-top: 1px solid #e4e4e4;
font-size: 14px;
font-size: 0.875rem;
}
.mphb-calendar .datepick-ctrl a,
.datepick-popup .datepick-ctrl a {
color: #3f7bfe;
font-weight: normal;
}
.mphb-calendar .datepick-ctrl a:hover,
.datepick-popup .datepick-ctrl a:hover {
text-decoration: underline;
background: transparent;
}
.mphb-calendar .datepick-cmd-current, .mphb-calendar .datepick-cmd-today,
.datepick-popup .datepick-cmd-current,
.datepick-popup .datepick-cmd-today {
width: 40% !important;
}
.mphb-calendar .datepick-month,
.datepick-popup .datepick-month {
width: 50%;
}
@media screen and (max-width: 767px) {
.mphb-calendar .datepick-month,
.datepick-popup .datepick-month {
width: 100% !important;
}
}
.mphb-calendar .datepick-month a,
.datepick-popup .datepick-month a {
background: transparent;
}
.mphb-calendar .datepick-month td .mphb-past-date,
.datepick-popup .datepick-month td .mphb-past-date {
background: transparent !important;
color: #77818c !important;
opacity: 1 !important;
}
.mphb-calendar .datepick-month td .datepick-weekend,
.datepick-popup .datepick-month td .datepick-weekend {
background: transparent;
}
.mphb-calendar .datepick-month th, .mphb-calendar .datepick-month th a,
.datepick-popup .datepick-month th,
.datepick-popup .datepick-month th a {
background: #deeeff;
color: #344583;
border: none;
}
.mphb-calendar .datepick-month table,
.datepick-popup .datepick-month table {
margin: 0;
border: none;
table-layout: fixed;
}
.mphb-calendar .datepick-month table thead,
.datepick-popup .datepick-month table thead {
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
}
.mphb-calendar .datepick-month table thead th,
.datepick-popup .datepick-month table thead th {
padding: .5rem 0;
}
.mphb-calendar .datepick-month table tbody tr td,
.datepick-popup .datepick-month table tbody tr td {
border: none;
background: transparent;
}
.mphb-check-in-date-wrapper input[type="text"],
.mphb-check-out-date-wrapper input[type="text"],
.mphb_sc_search-check-in-date input[type="text"],
.mphb_sc_search-check-out-date input[type="text"],
.mphb_widget_search-check-in-date input[type="text"],
.mphb_widget_search-check-out-date input[type="text"] {
background-image: url(//hotel-evianexpress.net/wp-content/themes/alpenhouse/img/calendar_passive_icon.svg);
background-repeat: no-repeat;
background-position: right 1.125em top 1em;
background-size: 14px;
padding-right: 2.7em;
}
.mphb-check-in-date-wrapper input[type="text"]:active, .mphb-check-in-date-wrapper input[type="text"]:focus,
.mphb-check-out-date-wrapper input[type="text"]:active,
.mphb-check-out-date-wrapper input[type="text"]:focus,
.mphb_sc_search-check-in-date input[type="text"]:active,
.mphb_sc_search-check-in-date input[type="text"]:focus,
.mphb_sc_search-check-out-date input[type="text"]:active,
.mphb_sc_search-check-out-date input[type="text"]:focus,
.mphb_widget_search-check-in-date input[type="text"]:active,
.mphb_widget_search-check-in-date input[type="text"]:focus,
.mphb_widget_search-check-out-date input[type="text"]:active,
.mphb_widget_search-check-out-date input[type="text"]:focus {
background-image: url(//hotel-evianexpress.net/wp-content/themes/alpenhouse/img/calendar_hover_icon.svg);
}
@media screen and (max-width: 767px) {
.datepick-popup .datepick {
width: auto !important;
margin: 0 20px;
}
}
.datepick-popup .datepick-month table thead th {
background: #eff2f6;
font-size: 12px;
font-size: 0.75rem;
}
.datepick-popup .datepick-month table tbody tr td .mphb-selectable-date,
.datepick-popup .datepick-month table tbody tr td .mphb-available-date {
background: #deeeff;
}
.datepick-popup .datepick-month table tbody tr td .datepick-highlight,
.datepick-popup .datepick-month table tbody tr td .mphb-check-in-date {
background: #3f7bfe;
text-decoration: none;
color: #fff;
}
.datepick-popup .datepick-month table tbody tr td .datepick-selected {
background: #221f1f;
color: #fff;
}
.datepick-popup .datepick-month table tbody tr td .mphb-booked-date:not(.mphb-selectable-date),
.datepick-popup .datepick-month table tbody tr td .mphb-later-max-date,
.datepick-popup .datepick-month table tbody tr td .mphb-earlier-min-date,
.datepick-popup .datepick-month table tbody tr td .mphb-not-available-date:not(.mphb-selectable-date),
.datepick-popup .datepick-month table tbody tr td .mphb-past-date {
background: transparent;
opacity: 1;
text-decoration: line-through;
color: #77818c;
}
.datepick-popup .datepick-month table tbody tr td .mphb-extra-date {
background: transparent;
}
.mphb-booking-form {
max-width: 554px;
}
.mphb-booking-form:after {
display: table;
content: '';
clear: both;
}
.mphb-booking-form .mphb-children-wrapper, .mphb-booking-form .mphb-adults-wrapper, .mphb-booking-form .mphb-check-children-date-wrapper {
width: 50%;
float: left;
}
.mphb-booking-form .mphb-adults-wrapper {
padding-right: 11px;
}
.mphb-booking-form .mphb-children-wrapper,
.mphb-booking-form .mphb-check-children-date-wrapper {
padding-left: 11px;
}
.mphb-booking-form .mphb-reserve-room-section {
float: left;
width: 100%;
}
.mphb-booking-form .mphb-reserve-room-section .mphb-rooms-quantity {
display: inline-block;
margin: 0 10px;
width: auto;
}
.mphb-booking-form .mphb-reserve-btn-wrapper {
clear: both;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list {
margin: 0;
padding: 0;
list-style: none;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list li {
border-left: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
border-right: 1px solid #e4e4e4;
padding: 20px;
margin: 0;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list li:first-child {
border-top: 1px solid #e4e4e4;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list li .mphb-recommedation-item-subtotal {
width: 30%;
text-align: left;
}
@media (min-width: 992px) {
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list li .mphb-recommedation-item-subtotal {
width: 23%;
}
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list li .mphb-recommendation-item-guests {
margin-top: .825rem;
color: #77818c;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-total {
width: 100%;
padding: 20px;
border-bottom: 1px solid #e4e4e4;
border-left: 1px solid #e4e4e4;
border-right: 1px solid #e4e4e4;
font-weight: 700;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-total .mphb-recommendation-total-value {
float: right;
width: 30%;
}
@media (min-width: 992px) {
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-total .mphb-recommendation-total-value {
width: 23%;
}
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-total .mphb-tax-information {
font-weight: 400;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-tax-information {
font-size: 80%;
display: block;
}
@media (min-width: 992px) {
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-tax-information {
font-size: 100%;
}
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart {
margin-top: 100px;
margin-bottom: 50px;
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-cart-message {
margin-bottom: 1rem !important;
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-cart-total-price {
font-weight: 700;
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-cart-total-price .mphb-cart-total-price-value {
float: right;
}
.mphb_sc_search_results-wrapper .mphb-reserve-room-section {
float: left;
width: 100%;
}
.mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-quantity-wrapper select {
width: 110px;
margin-right: 30px;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button {
float: left !important;
}
.mphb_sc_checkout-wrapper .mphb-booking-details h3 {
font-size: 24px;
font-size: 1.5rem;
}
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-in-date, .mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date {
border: 1px solid #e4e4e4;
padding: 20px 20px 25px;
margin-bottom: 0;
}
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-in-date span:first-child, .mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date span:first-child {
width: 50%;
display: inline-block;
}
@media screen and (max-width: 767px) {
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-in-date span:first-child, .mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date span:first-child {
width: 100%;
}
}
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-room-details {
margin-top: 6.25rem;
}
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-room-details .mphb-adults-chooser label,
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-room-details .mphb-children-chooser label {
min-width: 100px;
display: block;
}
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-room-details .mphb-guest-name-wrapper label {
display: block;
}
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date {
border-top: none;
}
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-room-type-title {
margin-right: 1rem;
}
.mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table td, .mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table th {
border-right: none;
border-left: none;
}
.mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table td:first-child, .mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table th:first-child {
border-left: 1px solid #e4e4e4;
}
.mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table td:last-child, .mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table th:last-child {
border-right: 1px solid #e4e4e4;
}
.mphb_sc_checkout-wrapper select, .mphb_sc_checkout-wrapper input[type="text"],
.mphb_sc_checkout-wrapper input[type="email"],
.mphb_sc_checkout-wrapper textarea {
width: 100%;
max-width: 458px;
}
.mphb_sc_checkout-wrapper .mphb-services-details {
margin-top: 3.75rem;
}
.mphb_sc_checkout-wrapper .mphb-services-details ul {
margin: 0;
}
.mphb_sc_checkout-wrapper .mphb-services-details ul li label {
text-transform: none;
font-weight: normal;
font-size: 1rem;
color: #221f1f;
}
.mphb_sc_checkout-wrapper .mphb-services-details ul li label input {
margin-right: 20px;
}
.mphb_sc_checkout-wrapper .mphb-services-details ul li label em {
margin-left: 1rem;
font-style: normal;
}
.mphb_sc_checkout-wrapper .mphb-services-details ul li label em .mphb-price {
font-weight: 700;
}
.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 458px;
}
.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper p:first-of-type {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper p:nth-child(2n) {
margin-left: 20px;
}
.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper .mphb-coupon-message {
width: 100%;
margin-bottom: 0;
}
.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper label {
display: block;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper,
.mphb_sc_checkout-wrapper .mphb-checkout-terms-wrapper.mphb-checkout-section {
margin-top: 2em !important;
}
.mphb_sc_checkout-wrapper .mphb-total-price {
margin-top: 2em;
margin-bottom: 2em;
}
.mphb-required-fields-tip {
color: #77818c;
margin-bottom: 1.5em;
}
.mphb_sc_checkout-wrapper .mphb_cb_checkout_form > .mphb-checkout-section:not(:first-of-type), .mphb_sc_checkout-wrapper .mphb_sc_checkout-form > .mphb-checkout-section:not(:first-of-type) {
margin-top: 6.25rem;
}
#mphb-customer-details:after {
display: table;
content: '';
clear: both;
}
#mphb-customer-details .mphb-customer-name, #mphb-customer-details .mphb-customer-last-name,
#mphb-customer-details .mphb-customer-email, #mphb-customer-details .mphb-customer-phone {
width: 50%;
display: block;
float: left;
}
@media screen and (max-width: 767px) {
#mphb-customer-details .mphb-customer-name, #mphb-customer-details .mphb-customer-last-name,
#mphb-customer-details .mphb-customer-email, #mphb-customer-details .mphb-customer-phone {
width: 100%;
}
}
#mphb-customer-details .mphb-customer-phone, #mphb-customer-details .mphb-customer-last-name {
padding-left: 11px;
}
@media screen and (max-width: 767px) {
#mphb-customer-details .mphb-customer-phone, #mphb-customer-details .mphb-customer-last-name {
padding: 0;
}
}
#mphb-customer-details .mphb-customer-name, #mphb-customer-details .mphb-customer-email {
padding-right: 11px;
}
@media screen and (max-width: 767px) {
#mphb-customer-details .mphb-customer-name, #mphb-customer-details .mphb-customer-email {
padding: 0;
}
}
#mphb-customer-details select, #mphb-customer-details input[type="text"],
#mphb-customer-details input[type="email"],
#mphb-customer-details textarea {
max-width: none;
}
#mphb-customer-details textarea {
min-height: 160px;
}
.mphb_sc_services-wrapper .mphb-service-title {
margin-top: 40px;
}
.mphb_sc_services-wrapper .mphb-service-title a {
color: #344583;
}
.mphb_sc_services-wrapper .mphb-service-title a:hover {
color: #3f7bfe;
text-decoration: none;
}
body.single-mphb_room_service .mphb_room_service .entry-header {
display: none;
}
body.single-mphb_room_service .mphb_room_service .mphb-price-title {
float: left;
margin: 0;
font-size: 16px;
font-size: 1rem;
color: #221f1f;
font-weight: normal;
margin-right: 1rem;
line-height: 32px;
}
body.single-mphb_room_service .mphb_room_service .mphb-price-title:after {
content: ':';
}
body.single-mphb_room_service .mphb_room_service .mphb-price-wrapper .mphb-price {
font-size: 20px;
font-weight: 700;
}
.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: 4rem !important;
}
.mphb_sc_rooms-wrapper.grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -22px;
}
.mphb_sc_rooms-wrapper.grid .type-mphb_room_type {
margin-top: 0 !important;
margin-bottom: 4rem;
width: 50%;
padding: 0 22px;
}
.mphb_sc_rooms-wrapper.grid .type-mphb_room_type:nth-last-of-type(-n+2) {
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.mphb_sc_rooms-wrapper.grid .type-mphb_room_type {
width: 100%;
}
}
.mphb_sc_rooms-wrapper.grid .type-mphb_room_type .mphb-room-type-title {
font-size: 24px;
font-size: 1.5rem;
}
.mphb_sc_rooms-wrapper.grid .type-mphb_room_type .mphb-loop-room-type-attributes {
margin: 30px 0;
}
.mphb_sc_rooms-wrapper.grid .mphb-flexslider ul.flex-direction-nav .flex-prev {
left: 20px !important;
}
.mphb_sc_rooms-wrapper.grid .mphb-flexslider ul.flex-direction-nav .flex-next {
right: 20px !important;
}
.mphb_sc_rooms-wrapper.list:after, .mphb_sc_rooms-wrapper.vertical-list:after {
display: table;
content: '';
clear: both;
}
.mphb_sc_rooms-wrapper.list .accommodation-list-room-images, .mphb_sc_rooms-wrapper.vertical-list .accommodation-list-room-images {
float: left;
width: 50%;
padding-right: 20px;
}
@media screen and (max-width: 767px) {
.mphb_sc_rooms-wrapper.list .accommodation-list-room-images, .mphb_sc_rooms-wrapper.vertical-list .accommodation-list-room-images {
width: 100%;
padding-right: 0;
}
}
.mphb_sc_rooms-wrapper.list .accommodation-list-room-description, .mphb_sc_rooms-wrapper.vertical-list .accommodation-list-room-description {
width: 50%;
float: left;
padding-left: 20px;
}
@media screen and (max-width: 767px) {
.mphb_sc_rooms-wrapper.list .accommodation-list-room-description, .mphb_sc_rooms-wrapper.vertical-list .accommodation-list-room-description {
width: 100%;
padding-left: 0;
}
}
.mphb_sc_rooms-wrapper.list .accommodation-list-room-description .mphb-room-type-title, .mphb_sc_rooms-wrapper.vertical-list .accommodation-list-room-description .mphb-room-type-title {
margin-top: 0;
font-size: 24px;
font-size: 1.5rem;
margin-bottom: 0.83333em;
}
.mphb_sc_rooms-wrapper.list .accommodation-list-room-description .mphb-loop-room-type-attributes, .mphb_sc_rooms-wrapper.vertical-list .accommodation-list-room-description .mphb-loop-room-type-attributes {
margin: 30px 0;
}
.mphb_sc_rooms-wrapper.horizontal-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (min-width: 768px) {
.mphb_sc_rooms-wrapper.horizontal-list {
margin: 0 -.5rem;
}
}
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type {
margin-top: 0 !important;
margin-bottom: 2rem;
border-radius: 10px;
-webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
background: white;
padding: 0 30px 30px 30px;
overflow: hidden;
text-align: center;
font-size: 14px;
font-size: 0.875rem;
}
@media (max-width: 767px) {
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type {
width: 100%;
}
}
@media (min-width: 768px) {
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type {
width: 48%;
margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 992px) {
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type {
width: 32%;
margin-left: .66%;
margin-right: .66%;
}
}
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .post-thumbnail {
margin: 0 -30px;
border-radius: 0;
}
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .post-thumbnail img {
border-radius: 0;
}
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .entry-title {
font-size: 20px;
font-size: 1.25rem;
margin: 2em 0 1.5em;
}
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes {
margin: 1.42857em 0 0;
}
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes li {
margin: 0;
border-top: 1px solid #e4e4e4;
padding: 1rem 0;
line-height: 1;
}
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes li:last-child {
border-bottom: 1px solid #e4e4e4;
}
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes li:before {
position: relative;
margin-right: 1em;
}
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes li.mphb-room-type-adults-capacity {
border: 0;
}
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes li.mphb-room-type-children-capacity {
border: 0;
margin-left: 1.5em;
}
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes li.mphb-room-type-facilities {
line-height: inherit;
}
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-regular-price {
margin-top: 1.42857em;
margin-bottom: 0;
}
.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-view-details-button-wrapper, .mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-to-book-btn-wrapper {
float: none;
margin: 1.42857em 0 0;
}
.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #fff;
-webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
border-radius: 10px;
overflow: hidden;
}
@media screen and (max-width: 767px) {
.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type .accommodation-list-room-images .post-thumbnail {
border-radius: 0;
height: 100%;
}
.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type .accommodation-list-room-images .post-thumbnail img {
border-radius: 0;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type .accommodation-list-room-description {
padding: 40px 40px 40px 20px;
}
@media screen and (max-width: 767px) {
.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type .accommodation-list-room-description {
padding: 0 20px 10px;
}
}
.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type .accommodation-list-room-description .mphb-loop-room-type-attributes {
margin: 1rem 0;
}
.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type .accommodation-list-room-description .mphb-loop-room-type-attributes li {
font-size: 14px;
font-size: 0.875rem;
}
.widget.widget_mphb_search_availability_widget form:after {
display: table;
content: '';
clear: both;
}
.widget.widget_mphb_search_availability_widget form .mphb_widget_search-adults {
width: 50%;
float: left;
padding-right: 10px;
}
.widget.widget_mphb_search_availability_widget form .mphb_widget_search-children {
width: 50%;
float: left;
padding-left: 10px;
}
.widget.widget_mphb_search_availability_widget form .mphb_widget_search-submit-button-wrapper {
width: 100%;
float: left;
margin-top: 0.71429em;
}
.widget.widget_mphb_search_availability_widget form .mphb_widget_search-submit-button-wrapper input {
margin: 0;
}
.widget.widget_mphb_rooms_widget .mphb-widget-room-type-title {
margin: 30px 0;
}
.widget.widget_mphb_rooms_widget .mphb-widget-room-type-title a {
color: #344583;
font-family: "Roboto Slab", sans-serif;
}
.widget.widget_mphb_rooms_widget .mphb-widget-room-type-title a:hover {
text-decoration: none;
color: #3f7bfe;
}
.widget.widget_mphb_rooms_widget .mphb-widget-room-type-price {
margin: 36px 0;
}
.flex-direction-nav a {
margin-top: 0 !important;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.mphb-flexslider ul.slides {
line-height: 0;
}
.mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper {
margin-top: 2.75rem;
}
.page-header-custom .mphb_sc_search-wrapper, .mphb_sc_search-wrapper.horizontal {
margin: 40px 0;
}
.page-header-custom .mphb_sc_search-wrapper form, .mphb_sc_search-wrapper.horizontal form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
.page-header-custom .mphb_sc_search-wrapper form > p, .mphb_sc_search-wrapper.horizontal form > p {
min-width: 25%;
padding: 0 10px;
width: 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.page-header-custom .mphb_sc_search-wrapper form > p, .mphb_sc_search-wrapper.horizontal form > p {
max-width: 50%;
width: 50%;
}
}
@media (min-width: 992px) {
.page-header-custom .mphb_sc_search-wrapper form > p, .mphb_sc_search-wrapper.horizontal form > p {
width: auto;
}
}
.page-header-custom .mphb_sc_search-wrapper .mphb-required-fields-tip, .mphb_sc_search-wrapper.horizontal .mphb-required-fields-tip {
display: none;
}
.page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-check-in-date, .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-check-out-date, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-check-in-date, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-check-out-date {
max-width: 25%;
float: left;
}
@media screen and (max-width: 991px) {
.page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-check-in-date, .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-check-out-date, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-check-in-date, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-check-out-date {
max-width: 50%;
margin-right: 0;
}
}
@media screen and (max-width: 767px) {
.page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-check-in-date, .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-check-out-date, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-check-in-date, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-check-out-date {
max-width: none;
margin-right: 0;
}
}
.page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-adults, .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-children, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-adults, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-children {
min-width: 131px;
width: 50%;
}
@media (min-width: 992px) {
.page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-adults, .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-children, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-adults, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-children {
width: auto;
}
}
.page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-submit-button-wrapper {
margin-top: 0;
float: left;
min-width: 0;
max-width: 50%;
width: 100%;
}
@media (min-width: 992px) {
.page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-submit-button-wrapper {
width: auto;
min-width: 170px;
}
}
.page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper input, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-submit-button-wrapper input {
width: 100%;
}
.elementor-widget-wrap .mphb_sc_search-wrapper {
margin: 0;
}
.mphb-services-details .mphb_checkout-services-list li:after {
display: table;
content: '';
clear: both;
}
.mphb-services-details .mphb_checkout-services-list li select {
max-width: 100px;
margin: 0 1rem;
}
.mphb-services-details .mphb_checkout-services-list li label {
display: inline;
}
.mphb-checkout-terms-wrapper .mphb-terms-and-conditions-accept label {
text-transform: none;
color: #221f1f;
}
.mphb-single-room-type-gallery-wrapper {
margin-top: 2.5rem;
}
@media (min-width: 768px) {
.entry-content .mphb-single-room-type-attributes .mphb-attribute-title {
display: inline-block;
min-width: 120px;
color: #344583;
}
}
.mphb-flexslider.mphb-gallery-thumbnails-slider ul.flex-direction-nav {
display: none;
}
@media (min-width: 992px) {
.mphb-flexslider.mphb-gallery-thumbnails-slider ul.flex-direction-nav {
display: block;
}
}
.mphb-calendar.mphb-datepick {
--mphb-available-date-bg: #e4f1cb;
--mphb-available-date-color: #221f1f;
--mphb-not-available-date-bg: #ffffff;
--mphb-not-available-date-color: #221f1f;
--mphb-booked-date-bg: #f0c0c0;
--mphb-booked-date-color: #221f1f;
--mphb-out-of-season-date-bg: #ffffff;
--mphb-out-of-season-date-color: #77818c;
}
.mphb-calendar.mphb-datepick .datepick-month td .mphb-later-max-date,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-earlier-min-date,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-not-available-date,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-past-date {
background: transparent;
opacity: 1;
text-decoration: line-through;
color: #77818c;
}
.mphb-calendar.mphb-datepick .datepick-month td .mphb-available-date {
background: #e4f1cb;
color: #221f1f;
}
.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date {
background-color: #f0c0c0;
text-decoration: none;
color: #221f1f;
}
.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date.mphb-date-check-in.mphb-date-check-out {
background-color: #f0c0c0;
}
.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date.mphb-date-check-in {
background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #e4f1cb), color-stop(50%, #e4f1cb), color-stop(50%, #f0c0c0), to(#f0c0c0));
background: linear-gradient(to bottom right, #e4f1cb 0, #e4f1cb 50%, #f0c0c0 50%, #f0c0c0 100%);
}
.mphb-calendar.mphb-datepick .datepick-month td .mphb-date-check-out {
background: -webkit-gradient(linear, right bottom, left top, color-stop(0, #e4f1cb), color-stop(50%, #e4f1cb), color-stop(50%, #f0c0c0), to(#f0c0c0));
background: linear-gradient(to top left, #e4f1cb 0, #e4f1cb 50%, #f0c0c0 50%, #f0c0c0 100%);
}
.mphb-calendar.mphb-datepick .datepick-month td .mphb-out-of-season-date--check-out {
background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #e4f1cb), to(#e4f1cb));
background: linear-gradient(to bottom right, #ffffff 0, #ffffff 50%, #e4f1cb 50%, #e4f1cb 100%);
}
.mphb-calendar.mphb-datepick .datepick-month td .mphb-out-of-season-date--check-in {
background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #e4f1cb), color-stop(50%, #e4f1cb), color-stop(50%, #ffffff), to(#ffffff));
background: linear-gradient(to bottom right, #e4f1cb 0, #e4f1cb 50%, #ffffff 50%, #ffffff 100%);
color: #221f1f;
text-decoration: none;
}
.mphb-calendar.mphb-datepick .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable--check-in,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-date-check-in.mphb-mark-as-unavailable--check-out,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-date-check-in.mphb-mark-as-unavailable {
background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #f0c0c0), to(#f0c0c0));
background: linear-gradient(to bottom right, #ffffff 0, #ffffff 50%, #f0c0c0 50%, #f0c0c0 100%);
}
.mphb-calendar.mphb-datepick .datepick-month td .mphb-date-check-out.mphb-mark-as-unavailable--check-in,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-out-of-season-date--check-in.mphb-mark-as-unavailable--check-out,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-date-check-out.mphb-mark-as-unavailable {
background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #f0c0c0), color-stop(50%, #f0c0c0), color-stop(50%, #ffffff), to(#ffffff));
background: linear-gradient(to bottom right, #f0c0c0 0, #f0c0c0 50%, #ffffff 50%, #ffffff 100%);
}
.mphb-calendar.mphb-datepick .datepick-month td .mphb-unselectable-date--check-out,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-unselectable-date--check-in {
color: #77818c;
}
.mphb-calendar.mphb-datepick .datepick-month td .datepick-highlight,
.mphb-calendar.mphb-datepick .datepick-month td .datepick-selected {
background: #344583 !important;
color: #fff;
}
.mphb-calendar.mphb-datepick .datepick-month td a {
height: 100%;
}
.mphb-calendar.mphb-datepick .datepick-month td a:hover {
text-decoration: none;
}
.mphb-calendar.mphb-datepick[data-is_show_prices="1"] td > span {
min-height: 49.98px;
}
.mphb-calendar.mphb-datepick[data-is_show_prices="1"] .mphb-date-cell__price {
margin-top: .1rem;
line-height: 1;
}
.mphb-calendar.mphb-datepick[data-is_show_prices="1"] .mphb-past-date .mphb-date-cell__price,
.mphb-calendar.mphb-datepick[data-is_show_prices="1"] .mphb-not-available-date .mphb-date-cell__price {
display: none;
}
.mphb-reviews .mphbr-accommodation-rating {
margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
.mphb-reviews .mphbr-accommodation-rating .mphbr-add-review {
float: left;
margin: 1.25rem 0;
}
}
.mphb-reviews .mphbr-new-review-box {
border-color: #e4e4e4;
}
.mphb-reviews .mphbr-new-review-box + .comment-list {
margin-top: 3.125rem;
}
.mphb-reviews .mphbr-new-review-box .comment-respond {
margin-top: 0;
margin-bottom: 0;
}
.mphb-reviews .mphbr-new-review-box .comment-respond .form-submit {
margin-bottom: 0;
margin-top: 2.75rem;
}
.mphb-reviews .mphbr-new-review-box .comment-respond form {
width: 100%;
}
.mphb-reviews .mphbr-new-review-box .comment-respond form label {
margin-top: 0;
}
.mphb-reviews .mphbr-new-review-box .mphbr-rating-wrapper {
margin-bottom: 2.5rem;
}
.mphb-reviews .mphbr-new-review-box .mphbr-rating-wrapper .mphbr-rating-parameter-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 1rem;
}
.mphb-reviews .mphbr-new-review-box .mphbr-rating-wrapper .mphbr-rating-parameter-wrapper:last-child {
margin-bottom: 0;
}
.mphb-reviews .mphbr-new-review-box .mphbr-rating-wrapper .mphbr-rating-parameter-wrapper .mphbr-stars {
margin-bottom: .2rem;
}
.mphb-reviews .mphbr-new-review-box .mphbr-rating-wrapper .mphbr-rating-parameter-wrapper label {
margin: 0;
}
.mphb-reviews .comment-list .mphbr_review .comment-content p:last-child {
margin-bottom: 0;
}
.mphb-reviews .comment-list .mphbr_review .comment-body {
position: relative;
}
@media (min-width: 768px) {
.mphb-reviews .comment-list .mphbr_review .comment-body .mphbr-review-rating {
position: absolute;
top: 1.875rem;
right: 0;
-webkit-transform: translateY(-0.9375rem);
transform: translateY(-0.9375rem);
}
}
@media (max-width: 767px) {
.mphb-reviews .comment-list .mphbr_review .comment-meta {
padding-bottom: 1.25rem;
}
}
.mphb-reviews .comment-list .mphbr_review .children {
margin-top: .5em;
}
@media (min-width: 768px) {
.mphb-reviews .comment-list .mphbr_review .children {
margin-left: 4em;
}
}
.mphb-reviews .comment-list .mphbr_review .children .comment {
margin-bottom: 4rem;
}
.mphb_widget_accommodation_reviews-wrapper .comment-list .mphbr_review:last-child {
margin-bottom: 0;
}
.mphb_widget_accommodation_reviews-wrapper .comment-list .mphbr_review .comment-body .mphbr-review-rating {
position: relative;
top: initial;
-webkit-transform: none;
transform: none;
}
.mphb_widget_accommodation_reviews-wrapper .comment-list .mphbr_review .comment-author .fn {
font-size: 1em;
}
.mphb_widget_accommodation_reviews-wrapper .comment-list .mphbr_review .comment-meta {
padding-bottom: 1.25rem;
}
.mphb_sc_accommodation_reviews-wrapper {
margin: 2.5rem 0;
}
.mphb_sc_accommodation_reviews-wrapper:first-child {
margin-top: 0;
}
.mphb_sc_accommodation_reviews-wrapper .comment-list .mphbr_review {
margin-top: 2.5rem;
}
.mphb_sc_accommodation_reviews-wrapper .comment-list .mphbr_review:first-child {
margin-top: 0;
}
.mphb_sc_accommodation_reviews-wrapper .comment-list .mphbr_review .comment-body .mphbr-review-rating {
position: relative;
top: initial;
-webkit-transform: none;
transform: none;
}
.mphb_sc_accommodation_reviews-wrapper .comment-list .mphbr_review .comment-meta {
padding-bottom: 1.25rem;
}
.mphb_sc_accommodation_reviews-wrapper .comment-list .mphbr_review .comment-author .fn {
clear: both;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-2-columns-list .mphbr_review {
width: 100%;
margin-top: 2.5rem;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-2-columns-list .mphbr_review:first-child {
margin-top: 0;
}
@media (min-width: 768px) {
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-2-columns-list .mphbr_review {
width: 50%;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-2-columns-list .mphbr_review:nth-child(-n+2) {
margin-top: 0;
}
}
@media (min-width: 992px) {
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-2-columns-list .mphbr_review {
width: 50%;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-2-columns-list .mphbr_review:nth-child(-n+2) {
margin-top: 0;
}
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-3-columns-list .mphbr_review {
width: 100%;
margin-top: 2.5rem;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-3-columns-list .mphbr_review:first-child {
margin-top: 0;
}
@media (min-width: 768px) {
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-3-columns-list .mphbr_review {
width: 50%;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-3-columns-list .mphbr_review:nth-child(-n+2) {
margin-top: 0;
}
}
@media (min-width: 992px) {
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-3-columns-list .mphbr_review {
width: 33.33333%;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-3-columns-list .mphbr_review:nth-child(-n+3) {
margin-top: 0;
}
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-4-columns-list .mphbr_review {
width: 100%;
margin-top: 2.5rem;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-4-columns-list .mphbr_review:first-child {
margin-top: 0;
}
@media (min-width: 768px) {
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-4-columns-list .mphbr_review {
width: 50%;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-4-columns-list .mphbr_review:nth-child(-n+2) {
margin-top: 0;
}
}
@media (min-width: 992px) {
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-4-columns-list .mphbr_review {
width: 25%;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-4-columns-list .mphbr_review:nth-child(-n+4) {
margin-top: 0;
}
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-5-columns-list .mphbr_review {
width: 100%;
margin-top: 2.5rem;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-5-columns-list .mphbr_review:first-child {
margin-top: 0;
}
@media (min-width: 768px) {
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-5-columns-list .mphbr_review {
width: 50%;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-5-columns-list .mphbr_review:nth-child(-n+2) {
margin-top: 0;
}
}
@media (min-width: 992px) {
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-5-columns-list .mphbr_review {
width: 20%;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-5-columns-list .mphbr_review:nth-child(-n+5) {
margin-top: 0;
}
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-6-columns-list .mphbr_review {
width: 100%;
margin-top: 2.5rem;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-6-columns-list .mphbr_review:first-child {
margin-top: 0;
}
@media (min-width: 768px) {
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-6-columns-list .mphbr_review {
width: 50%;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-6-columns-list .mphbr_review:nth-child(-n+2) {
margin-top: 0;
}
}
@media (min-width: 992px) {
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-6-columns-list .mphbr_review {
width: 16.66667%;
}
.mphb_sc_accommodation_reviews-wrapper .mphbr-reviews-list.mphbr-multicolumn-list.mphbr-6-columns-list .mphbr_review:nth-child(-n+6) {
margin-top: 0;
}
}
.mphb_sc_account .mphb-account-menu {
width: 100%;
float: none;
margin-bottom: 20px;
font-size: 18px;
font-size: 1.125rem;
}
.mphb_sc_account .mphb-account-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.mphb_sc_account .mphb-account-menu ul li {
display: inline-block;
margin: 0 1em 0 0;
}
.mphb_sc_account .mphb-account-menu a {
color: #344583;
font-weight: 700;
}
.mphb_sc_account .mphb-account-menu a:hover {
color: #3f7bfe;
text-decoration: none;
}
.mphb_sc_account .mphb-account-content {
width: 100%;
float: none;
}
.mphb_sc_account .mphb-account-details-form .mphb-account-details {
margin: 0 -11px;
}
.mphb_sc_account .mphb-account-details-form .mphb-account-details:after {
display: table;
content: '';
clear: both;
}
@media (min-width: 992px) {
.mphb_sc_account .mphb-account-details-form .mphb-account-details > * {
width: 50%;
float: left;
padding: 0 11px;
}
}
.mphb_sc_account .mphb-account-details-form .mphb-account-details .mphb-customer-address1,
.mphb_sc_account .mphb-account-details-form .mphb-account-details .mphb-customer-phone {
width: 100%;
}
.mphb_sc_account .mphb-account-details-form .mphb-account-change-password {
margin-top: 10px;
padding-top: 40px;
border-top: 1px solid #e4e4e4;
}
.mphb_sc_account .mphb-account-bookings {
margin: 0;
}
.mphb_sc_account .mphb-account-bookings .booking-price {
font-weight: 600;
}
.mphb-login-form form .input {
display: block;
max-width: 458px;
}