.mphb_sc_availability_calendar-wrapper *, .mphb-datepick-popup *{
    box-sizing: border-box;
}

.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(//hbdemo.getmotopress.com/campterra/wp-content/plugins/motopress-hotel-booking/assets/css/../../images/loading.gif?ver=4.7.4);
    background-size: 30px;
    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
}

@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%
    }
}


.single .mphb_room_type .entry-content .mphb-details-title,.single .mphb_room_type .entry-content .mphb-calendar-title,.single .mphb_room_type .entry-content .mphb-reservation-form-title {
    margin-top: 3.75rem;
    padding-top: 4.5rem;
    border-top: 2px dashed #e9e9e9;
    margin-bottom: 1em;
    font-size: 20px;
    font-size: 1.25rem
}

.mphb-calendar .datepick {
    -webkit-box-shadow: 0 3px 10px rgba(150,150,150,.15);
    box-shadow: 0 3px 10px rgba(150,150,150,.15)
}

.datepick-popup .datepick-month-header select,.datepick-popup .datepick-month-header input,.mphb-calendar .datepick-month-header select,.mphb-calendar .datepick-month-header input {
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%
}

.datepick-popup .datepick-month-header select,.mphb-calendar .datepick-month-header select {
    padding-right: 1.7em
}

.datepick-popup .datepick-cmd-next,.datepick-popup .datepick-cmd-prev,.mphb-calendar .datepick-cmd-next,.mphb-calendar .datepick-cmd-prev {
    text-indent: 1000px;
    overflow: hidden
}

.datepick-popup .datepick-cmd-next:before,.datepick-popup .datepick-cmd-prev:before,.mphb-calendar .datepick-cmd-next:before,.mphb-calendar .datepick-cmd-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    /*font-size: .875rem;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-indent: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.datepick-popup .datepick-cmd-prev:before,.mphb-calendar .datepick-cmd-prev:before {
    right: auto;
    left: 1em
}

.datepick-popup a.datepick-cmd,.mphb-calendar a.datepick-cmd {
    padding: 0 1em;
    position: relative
}

.datepick-popup a.datepick-cmd.datepick-cmd-today,.mphb-calendar a.datepick-cmd.datepick-cmd-today {
    color: #66676d
}

.datepick-popup .datepick-cmd-next:before,.mphb-calendar .datepick-cmd-next:before {
    content: '\f30b';
    float: right
}

.datepick-popup .datepick-cmd-prev:before,.mphb-calendar .datepick-cmd-prev:before {
    content: '\f30a';
    float: left
}


.mphb-calendar .datepick,.datepick-popup .datepick {
    font-size: 90%;
    border: 0 solid #e9e9e9;
    border-radius: 0;
    width: 31.429em;
    max-width: 100%;
    font-family: inherit
}

.mphb-calendar a,.datepick-popup a {
    -webkit-box-shadow: none;
    box-shadow: none
}

.mphb-calendar .datepick-nav,.mphb-calendar .datepick-ctrl,.datepick-popup .datepick-nav,.datepick-popup .datepick-ctrl {
    font-size: inherit;
    font-weight: 400
}

.mphb-calendar .datepick-nav,.datepick-popup .datepick-nav {
    background-color: #242424;
    border-bottom: 1px solid #e9e9e9
}

.mphb-calendar .datepick-nav a,.datepick-popup .datepick-nav a {
    color: #9b9ca4
}

.mphb-calendar .datepick-nav a:hover,.datepick-popup .datepick-nav a:hover {
    background-color: #242424;
    color: #fff
}

.mphb-calendar .datepick-nav a.datepick-disabled,.datepick-popup .datepick-nav a.datepick-disabled {
    cursor: not-allowed;
    color: #9f9f9f
}

.mphb-calendar .datepick-nav a.datepick-disabled:hover,.datepick-popup .datepick-nav a.datepick-disabled:hover {
    background-color: #242424
}

.mphb-calendar .datepick-ctrl,.datepick-popup .datepick-ctrl {
    border-bottom: 1px solid #eee;
    background-color: #fff
}

.mphb-calendar .datepick-ctrl a,.datepick-popup .datepick-ctrl a {
    color: #f6af1f;
    font-weight: 700;
    width: 50%
}

.mphb-calendar .datepick-ctrl a+a,.datepick-popup .datepick-ctrl a+a {
    border-left: 1px solid #eee
}

.mphb-calendar .datepick-ctrl .datepick-cmd:hover,.datepick-popup .datepick-ctrl .datepick-cmd:hover {
    background-color: #fff;
    color: #484848
}

.mphb-calendar a.datepick-cmd,.datepick-popup a.datepick-cmd {
    height: 4rem;
    line-height: 4rem
}

.mphb-calendar a.datepick-cmd.datepick-cmd-today,.datepick-popup a.datepick-cmd.datepick-cmd-today {
    width: 40%
}

.mphb-calendar .datepick-month-header,.mphb-calendar .datepick-month-header select,.mphb-calendar .datepick-month-header input,.datepick-popup .datepick-month-header,.datepick-popup .datepick-month-header select,.datepick-popup .datepick-month-header input {
    height: 2.778em;
    background-color: #fff;
    color: #333;
    font-weight: 400;
    line-height: 2.778em;
    font-family: inherit
}

.mphb-calendar .datepick-month,.datepick-popup .datepick-month {
    width: 100%;
    border: 0 solid #dfdfdf
}

.mphb-calendar .datepick-month thead,.datepick-popup .datepick-month thead {
    border-bottom: 0
}

@media screen and (min-width: 768px) {
    .mphb-calendar .datepick-month,.datepick-popup .datepick-month {
        width:50%
    }

    .mphb-calendar .datepick-month.last,.datepick-popup .datepick-month.last {
        border-left: 0 solid #dfdfdf
    }

    .mphb-calendar .datepick-month.first,.datepick-popup .datepick-month.first {
        border-right: 0 solid #dfdfdf
    }
}

@media screen and (min-width: 48em) {
    .mphb-calendar .datepick-month+.datepick-month,.datepick-popup .datepick-month+.datepick-month {
        border-left:1px solid #e9e9e9;
        padding-right: 0
    }
}

@media screen and (min-width: 48em) {
    .mphb-calendar .datepick-month+.datepick-month .datepick-month-header,.datepick-popup .datepick-month+.datepick-month .datepick-month-header {
        margin-right:0
    }
}

.mphb-calendar .datepick-month table,.datepick-popup .datepick-month table {
    margin: 0 auto;
    width: 100%
}

.mphb-calendar .datepick-month tbody,.datepick-popup .datepick-month tbody {
    line-height: 2.1em
}

.mphb-calendar .datepick-month th,.datepick-popup .datepick-month th {
    border: none;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.48rem 0;
    text-transform: uppercase
}

.mphb-calendar .datepick-month th,.mphb-calendar .datepick-month th a,.datepick-popup .datepick-month th,.datepick-popup .datepick-month th a {
    background-color: #f2f2f2;
    color: #9b9ca4
}

.mphb-calendar .datepick-month td,.datepick-popup .datepick-month td {
    background-color: #fff;
    border: none
}

.mphb-calendar .datepick-month a,.datepick-popup .datepick-month a {
    padding: 0;
    background-color: #fff;
    color: #484848
}

.mphb-calendar .datepick-month span,.datepick-popup .datepick-month span {
    padding: 0
}

.mphb-calendar .datepick-month td span,.datepick-popup .datepick-month td span {
    color: #bcbcbc
}

.mphb-calendar .datepick-month td .datepick-weekend,.datepick-popup .datepick-month td .datepick-weekend {
    background-color: #fff
}

.mphb-calendar a,.datepick-popup a {
    -webkit-transition: .3s background,.3s color;
    transition: .3s background,.3s color
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-not-stay-in-date:not(.mphb-past-date),.mphb-calendar.mphb-datepick .datepick-month td .mphb-not-available-date,.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-not-stay-in-date:not(.mphb-past-date),.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-not-available-date {
    background-color: #fff;
    color: #9f9f9f;
    text-decoration: line-through
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-past-date,.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-past-date {
    opacity: 1;
    background-color: #fff;
    color: #bcbcbc
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-earlier-min-date,.mphb-calendar.mphb-datepick .datepick-month td .mphb-later-max-date,.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-earlier-min-date,.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-later-max-date {
    background-color: #fff;
    color: #bcbcbc;
    text-decoration: line-through;
    opacity: 1
}

.mphb-calendar.mphb-datepick .datepick-month td .datepick-selected,.datepick-popup .mphb-datepick-popup .datepick-month td .datepick-selected {
    background-color: #f6af1f;
    color: #fff
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date,.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-booked-date {
    opacity: 1
}

.datepick-popup {
    -webkit-box-shadow: 0 5px 10px rgba(150,150,150,.25);
    box-shadow: 0 5px 10px rgba(150,150,150,.25)
}

.datepick-popup .mphb-datepick-popup .datepick-month td .datepick-today {
    background-color: #fff
}

.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-booked-date:not(.mphb-selectable-date) {
    background-color: #fff;
    color: #9f9f9f;
    text-decoration: line-through
}

.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-check-in-date,.datepick-popup .mphb-datepick-popup .datepick-month td a.datepick-highlight {
    background-color: #f6af1f;
    color: #fff
}

.datepick-popup .mphb-datepick-popup.mphb-check-in-datepick .datepick-month td .mphb-not-check-in-date:not(.mphb-past-date) {
    background-color: #fff;
    color: #9f9f9f;
    text-decoration: line-through
}

.datepick-popup .mphb-datepick-popup.mphb-check-out-datepick .datepick-month td .mphb-not-check-out-date:not(.mphb-past-date) {
    background-color: #fff;
    color: #9f9f9f;
    text-decoration: line-through
}

.datepick-popup .mphb-datepick-popup.mphb-check-out-datepick .datepick-month td span.mphb-check-in-date:not(.mphb-past-date) {
    background-color: #242424;
    color: #fff;
    text-decoration: none
}

.datepick-popup {
    max-width: 100%
}

.mphb-calendar .datepick {
    border: 1px solid #e9e9e9;
    overflow: hidden
}

.datepick-cmd-current,.datepick-cmd-today {
    width: 40%;
    font-size: 14px;
    /*font-size: .875rem*/
}

.mphb-calendar.mphb-datepick {
    --mphb-available-date-bg: #f2f7e7;
    --mphb-available-date-color: #9b9ca4;
    --mphb-not-available-date-bg: #fff;
    --mphb-not-available-date-color: #9f9f9f;
    --mphb-booked-date-bg: #f6d5d5;
    --mphb-booked-date-color: #9f9f9f;
    --mphb-out-of-season-date-bg: #fff;
    --mphb-out-of-season-date-color: #9f9f9f
}

.mphb-calendar.mphb-datepick .datepick-month td a {
    text-decoration: none;
    -webkit-transition: none;
    transition: none
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-available-date {
    background-color: #f2f7e7;
    color: #9b9ca4
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date {
    background-color: #f6d5d5;
    text-decoration: none;
    color: #9f9f9f
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date.mphb-date-check-in.mphb-date-check-out {
    background-color: #f6d5d5
}

.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,#f2f7e7),color-stop(50%,#f2f7e7),color-stop(50%,#f6d5d5),to(#f6d5d5));
    background: linear-gradient(to bottom right,#f2f7e7 0,#f2f7e7 50%,#f6d5d5 50%,#f6d5d5 100%)
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-available-date.mphb-date-check-out {
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0,#f6d5d5),color-stop(50%,#f6d5d5),color-stop(50%,#f2f7e7),to(#f2f7e7));
    background: linear-gradient(to bottom right,#f6d5d5 0,#f6d5d5 50%,#f2f7e7 50%,#f2f7e7 100%)
}

.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 {
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0,#fff),color-stop(50%,#fff),color-stop(50%,#f6d5d5),to(#f6d5d5));
    background: linear-gradient(to bottom right,#fff 0,#fff 50%,#f6d5d5 50%,#f6d5d5 100%)
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-date-check-out.mphb-mark-as-unavailable,.mphb-calendar.mphb-datepick .datepick-month td .mphb-date-check-out.mphb-mark-as-unavailable--check-in {
    background: -webkit-gradient(linear,right bottom,left top,color-stop(0,#fff),color-stop(50%,#fff),color-stop(50%,#f6d5d5),to(#f6d5d5));
    background: linear-gradient(to top left,#fff 0,#fff 50%,#f6d5d5 50%,#f6d5d5 100%)
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-out-of-season-date--check-in,.mphb-calendar.mphb-datepick .datepick-month td .mphb-date-check-out.mphb-mark-as-unavailable {
    text-decoration: none
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-unselectable-date--check-in,.mphb-calendar.mphb-datepick .datepick-month td .mphb-unselectable-date--check-out {
    color: rgba(159,159,159,.5) !important
}

.mphb-calendar.mphb-datepick .datepick-month td .datepick-highlight,.mphb-calendar.mphb-datepick .datepick-month td .datepick-selected,.mphb-calendar.mphb-datepick .datepick-month td .mphb-selected-date {
    background: #f6af1f !important;
    color: #fff !important
}

.mphb-calendar.mphb-datepick[data-is_show_prices="1"] td>a,.mphb-calendar.mphb-datepick[data-is_show_prices="1"] td>span {
    line-height: 1;
    padding: .5em 0 .25em;
    min-height: 43px
}

.mphb-calendar.mphb-datepick[data-is_show_prices="1"] .mphb-date-cell__price {
    margin-top: .125em
}

.mphb-calendar.mphb-datepick[data-is_show_prices="1"] .mphb-not-available-date .mphb-date-cell__price {
    display: none
}

.mphb-calendar.mphb-datepick .datepick-ctrl {
    border-bottom: 0;
    border-top: 1px solid #eee;
    padding: 5px
}

.mphb-calendar.mphb-datepick .datepick-ctrl a {
    height: auto
}

/*.mphb-view-details-button,.button.mphb-view-details-button {
    background: 0 0;
    color: #f6af1f;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative
}*/