::selection {
    color: #000;
    background: none;
}
::-moz-selection {
    color: #000;
    background: none;
}
.header-top ::selection, .site-content ::selection {
    color: #fff;
    background-color: #a38c5d;
}
.header-top ::-moz-selection, .site-content ::-moz-selection {
    color: #fff;
    background-color: #a38c5d;
}
body {
    /*font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;*/
	
	min-height: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5 {
	font-family: 'Bona Nova', serif;
	font-optical-sizing: auto;
    /* font-family: 'EB Garamond', serif; */
    font-weight: 500;
}
a {
    color: #000;
    transition: all .2s;
    -webkit-transition: all .2s;
}
a:hover {
    color: #d7b155;
    text-decoration: none;
}
input[type="text"], input[type="email"], input[type="password"], select, textarea {
    width: 100%;
    padding: 9px 10px;
    outline: none;
    border-width: 1px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #b68c2b;
}
input[type="submit"], button, .btn, .button {
    display: inline-block;
    padding: 10px 40px;
    border: none;
    border-radius: 0;
    background-color: #b68c2b;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition: background-color .2s;
    -webkit-transition: background-color .2s;
}
a.button:hover, input[type="submit"]:hover, button:hover, .btn:hover {
    background-color: #d7b155;
    color: #fff;
}
input.mphb-datepick {
    /*background: url(../images/calendar.svg) no-repeat right 10px center;*/
    background: url('data:image/svg+xml,<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.8 1.6H12V0H10.4V1.6H4V0H2.4V1.6H1.6C0.712 1.6 0 2.32 0 3.2V14.4C0 14.8243 0.168571 15.2313 0.468629 15.5314C0.768687 15.8314 1.17565 16 1.6 16H12.8C13.2243 16 13.6313 15.8314 13.9314 15.5314C14.2314 15.2313 14.4 14.8243 14.4 14.4V3.2C14.4 2.77565 14.2314 2.36869 13.9314 2.06863C13.6313 1.76857 13.2243 1.6 12.8 1.6ZM12.8 14.4H1.6V6.4H12.8V14.4ZM12.8 4.8H1.6V3.2H12.8V4.8Z" fill="%23455D58"/></svg>') no-repeat right 10px center;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 32px;
    /*background: url(../images/angle_down.svg) no-repeat right 10px center;*/
    background: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.41 0L6 4.59L10.59 0L12 1.42L6 7.42L0 1.42L1.41 0Z" fill="%23455D58"/></svg>') no-repeat right 10px center;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
table {
    width: 100%;
}
table th, table td {
    padding: 10px;
    border: 1px solid #000;
}
table th, b, strong {
    font-weight: 600;
}
.header-top {
    background: #a38c5d;
}
.header-top p {
    margin-bottom: 0;
}
.header-top a, .header-top i {
    color: #fff;
}
.header-top a:hover {
    color: #d7b155;
}
.header-top i {
    vertical-align: middle;
}
.header-top ul.language-chooser li {
    display: inline-block;
    margin-right: 10px;
}
.header-top ul.language-chooser li:last-child {
    margin-right: 0;
}
.header-top ul.language-chooser li.active a {
    border-bottom: 1px solid #fff;
    pointer-events: none;
}
.primary-menu ul > li {
    display: inline-block;
    position: relative;
    line-height: 100px;
    margin-right: 20px;
}
.primary-menu ul > li a {
    font-weight: 600;
}
.primary-menu ul li.current-menu-item > a, .primary-menu ul li.current-menu-parent > a {
    color: #d7b155;
}
.primary-menu ul > li:last-child {
    margin-right: 0;
}
.primary-menu ul li.book-now > a {
    padding: 10px 20px;
    background-color: #b68c2b;
    color: #fff;
}
.primary-menu ul li.book-now > a:hover {
    background-color: #d7b155;
}
.primary-menu ul li.book-now > a > i {
    transform: rotate(45deg);
}
.primary-menu ul > li .sub-menu > li {
    display: block;
    margin-right: 0;
    line-height: normal;
}
.primary-menu ul > li .sub-menu > li a {
    display: block;
    padding: 8px 20px;
    color: #000;
    font-weight: 500;
    text-transform: none;
}
.primary-menu ul > li .sub-menu > li.current-menu-item a, .primary-menu ul > li .sub-menu > li a:hover {
    color: #d7b155;
}
ul.mobile-menu {
    display: none;
    position: fixed;
    top: 136px;
    right: 0;
    width: 80vw;
    height: calc(100vh - 138px);
    padding: 10px 0;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    z-index: 99;
}
ul.mobile-menu > li {
    display: block;
    margin-right: 0;
    line-height: normal;
    text-align: left;
}
ul.mobile-menu li > a {
    display: block;
    padding: 10px 20px;
}
ul.mobile-menu li.book-now > a {
    margin: 15px 20px;
    text-align: center;
}
ul.mobile-menu li:not(.book-now) > a > i {
    float: right;
}
ul.mobile-menu li > a > i.active {
    transform: rotate(180deg);
}
ul.mobile-menu li .sub-menu {
    display: none;
    padding-left: 20px;
}
ul.mobile-menu li .sub-menu.expanded {
    display: block;
}
.menu-toggle {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    top: calc(50% - 14px);
}
.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 28px;
    height: 2px;
    background: #d7b155;
}
.menu-toggle span:before {
    content: '';
    top: -12px;
    transition: transform .25s;
    -webkit-transition: transform .25s;
}
.menu-toggle span:after {
    content: '';
    top: 12px;
    transition: transform .25s;
    -webkit-transition: transform .25s;
}
#menu-toggle:checked ~ .menu-toggle span {
    height: 0;
}
#menu-toggle:checked ~ .menu-toggle span:before {
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#menu-toggle:checked ~ .menu-toggle span:after {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#menu-toggle:checked ~ ul.mobile-menu {
    display: block;
    animation: mobileMenu .2s;
    -webkit-animation: mobileMenu .2s;
    -moz-animation: mobileMenu .2s;
}
.site-logo img {
    max-height: 100px;
}
.site-content {
    min-height: 380px;
}

.home-slider {
    position: relative;
    height: calc(100vh - 186px);
	min-height: 500px;
}
.home-slider .slide {
    height: calc(100vh - 186px);
	min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}
.home .site-title {
    position: absolute;
    top: 40%;
	transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.home .site-title h1 {
    font-size: 100px;
    font-weight: 600;
    text-shadow: 0 0 25px #000;
}
.home .site-title h5 {
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 0 25px #000;
}
.home .mphb_sc_search-wrapper {
    position: relative;
    margin-top: -60px;
	margin-bottom: 0;
    z-index: 1;
}
.home .mphb_sc_search-wrapper form {
    padding: 35px 25px 50px;
    background-color: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.home .mphb_sc_search-wrapper p {
    margin-bottom: 5px;
    text-align: left;
}
.home .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper, .home .mphb_sc_search-wrapper label {
    margin-bottom: 0;
}
.home section:nth-child(2n) {
    background-color: #f9f7f3;
}
.home section:not(:first-child) h1 {
    color: #b68c2b;
}
.home .mphb-room-type {
    padding: 1rem;
}
.home .mphb-room-type .mphb-room-type-title {
	font-size: 1.75rem;
}
.home .mphb-loop-room-type-attributes li:not(.mphb-room-type-view, .mphb-room-type-size, .mphb-room-type-bed-type) {
    display: none;
}
.home .mphb-regular-price > strong, .single-mphb_room_type .mphb-regular-price > strong {
    display: none;
}
.home .mphb-regular-price .mphb-price, .single-mphb_room_type .mphb-regular-price .mphb-price {
    font-size: 40px;
    line-height: 45px;
}
.home .amenities-services i {
    font-size: 40px;
    color: #b68c2b;
}
.home .news article > a {
	overflow: hidden;
	position: relative;
	display: block;
	padding-bottom: 56.25%;
	border-radius: 0.25rem;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.home .news article > a img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
    object-fit: cover;
}
.home .news article h3 {
	font-size: 1.5rem;
}
.home .news article .entry-meta {
	font-size: .85rem;
}
.blog article:not(:first-child) {
    margin-top: 40px;
}
.blog article img {
    max-height: 480px;
    object-fit: cover;
}
.post-categories, .post-categories li {
    display: inline-block;
}
.page-title {
    background-image: linear-gradient(#a38c5d, #efca7e);
}
.post-title {
    position: relative;
    padding: 200px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.post-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.post-title .container {
    position: relative;
    z-index: 1;
}
.post-title .post-categories li a {
    padding: 0 5px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.post-title .post-categories li a:hover {
    color: #d7b155;
}
.post-title .entry-meta {
    font-size: 18px;
    letter-spacing: 1px;
}
.single-post .entry-content ul {
    list-style: disc;
    margin-bottom: 20px;
    padding-left: 17px;
}

.related-posts article > a {
	overflow: hidden;
	position: relative;
	display: block;
	padding-bottom: 56.25%;
	border-radius: 0.25rem;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.related-posts article > a img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
    object-fit: cover;
}
.related-posts article h3 {
	font-size: 1.5rem;
}

main .widget:not(:first-child) {
    margin-top: 30px;
}
.widget_search input[type="text"] {
    width: calc(100% - 110px);
}
.widget_search input[type="submit"] {
    float: right;
    padding: 10px 20px;
}
.widget_recent_entries li {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.widget_recent_entries .post-thumbnail {
    float: left;
    max-width: 100px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 150px);
    left: 25px;
    padding: 10px!important;
    background-color: #fff;
    font-size: 20px;
    line-height: 20px;
    opacity: 0;
    transition: opacity .2s;
}
.owl-carousel:hover .owl-nav button {
    opacity: .7;
}
.owl-carousel .owl-nav button:hover {
    opacity: 1;
}
.owl-carousel .owl-nav button:before {
    font-family: 'FontAwesome';
    content: '\f060';
}
.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 25px;
}
.owl-carousel .owl-nav button.owl-next:before {
    content: '\f061';
}
.owl-carousel .owl-nav button span {
    display: none;
}
.owl-carousel .owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: rgba(255,255,255,.7);
    border-radius: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.owl-carousel .owl-dots .owl-dot.active {
    width: 15px;
    height: 15px;
    background-color: rgba(255,255,255,.9);
    border: 3px solid rgba(215,177,85,.5);
}
#colophon {
    background-image: linear-gradient(#a38c5d, #efca7e);
}
#colophon p {
    margin-bottom: 0;
}
#colophon a, #colophon i {
    color: #fff!important;
}
#colophon .footer-logo img {
	max-height: 125px;
	filter: grayscale(1) brightness(0) invert(1);
}
#colophon .social-link a {
	font-size: 1.5rem;
}
#colophon .social-link a:not(:first-child) {
    margin-left: 15px;
}
.scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, .1);
    font-size: 20px;
    cursor: pointer;
}
.scroll-top:hover {
    background-color: #a38c5d;
}
.scroll-top.active {
    display: block;
    animation: scrollTop .5s;
    -webkit-animation: scrollTop .5s;
    -moz-animation: scrollTop .5s;
}
.wpcf7-form-control.error, .mphb-login-form .input.error {
    border-bottom: 2px solid #dc3232;
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-spinner {
    vertical-align: middle;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 auto;
}
.grecaptcha-badge {
    visibility: hidden;
}
.datepick {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    max-width: 100%;
}
.datepick *, .datepick a {
    color: inherit;
}
.datepick .datepick-nav {
    background: none;
}
.datepick .datepick-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.datepick .datepick-nav a.datepick-disabled {
    color: #fff;
    opacity: .3;
}
.datepick .datepick-cmd-today {
    flex: 1 0 auto;
    font-size: 16px;
    font-weight: 600;
}
.datepick .datepick-cmd-today:hover, .datepick .datepick-ctrl > a:hover {
    background: none;
    color: #d7b155;
}
.datepick .datepick-cmd-next, .datepick .datepick-cmd-prev {
    width: 22px;
    height: 22px;
    padding: 0;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 0;
}
.datepick .datepick-cmd-next:not(.datepick-disabled):hover, .datepick .datepick-cmd-prev:not(.datepick-disabled):hover {
    background-color: #d7b155;
}
.datepick .datepick-cmd-next:before, .datepick .datepick-cmd-prev:before {
    display: block;
    content: '\f053';
    font-family: 'FontAwesome';
    font-size: 10px;
    line-height: 22px;
}
.datepick .datepick-cmd-next:before {
    content: '\f054';
    padding-left: 2px;
}
.datepick .datepick-month-row {
    display: flex;
    align-items: center;
}
.datepick .datepick-month {
    border: none;
    width: 100%;
    max-width: 250px;
}
.datepick .datepick-month.first {
    margin-right: 10px;
}
.datepick .datepick-month .datepick-month-header {
    display: flex;
    justify-content: center;
    background: none;
    font-size: 16px;
    font-weight: 600;
}
.datepick .datepick-month .datepick-month-header select {
    padding-right: 20px;
    margin-right: 15px;
    background-color: transparent;
    background-size: 10px;
    background-position: right 5px center;
    font-weight: 600;
    color: inherit;
}
.datepick .datepick-month .datepick-month-header select:last-child {
    margin-right: 0;
}
.datepick .datepick-month table {
    border-collapse: separate;
    border-spacing: 4px;
    table-layout: fixed;
}
.datepick .datepick-month table th, .datepick .datepick-month table td {
    background: none;
    border: none;
    font-size: 16px;
    color: inherit;
}
.datepick .datepick-month table td .mphb-date-cell {
    height: 100%;
    padding: 0;
    background: #f7f7f7;
    line-height: 30px;
    color: inherit;
}
.datepick .datepick-month table td span.mphb-date-cell {
    opacity: .5;
}
.datepick .datepick-month table td .mphb-extra-date {
    background: none;
}
.datepick .datepick-month table td .mphb-check-in-date, .datepick .datepick-month table td .mphb-selected-date, .datepick .datepick-month table td .datepick-selected, .datepick .datepick-month table td .datepick-highlight {
    background-color: #b68c2b;
    color: #fff;
}
.datepick .datepick-ctrl {
    background: none;
    margin-top: 10px;
}
.datepick .datepick-ctrl > a {
    font-weight: 600;
    text-transform: uppercase;
}
.mphb-datepick[data-is_show_prices="1"] .datepick-month table td .mphb-date-cell {
    min-height: 38px;
    line-height: normal;
}
.mphb_widget_search-form .mphb-required-fields-tip, .mphb_sc_search-form .mphb-required-fields-tip, .mphb-booking-form .mphb-required-fields-tip {
    display: none!important;
}
.mphb_widget_search-form input[type="submit"], .mphb-booking-form input[type="submit"] {
    width: 100%;
}
.mphb-room-type-details-title, .mphb-details-title, .mphb-reservation-form-title {
    display: none;
}
.mphb-room-type-images {
    margin-bottom: 25px;
}
.mphb-loop-room-type-attributes {
    margin-bottom: 15px;
}
.mphb-loop-room-type-attributes li, .mphb-single-room-type-attributes li {
    padding: 5px 0;
}
.mphb-loop-room-type-attributes li:before, .mphb-single-room-type-attributes li:before {
    display: inline-block;
    width: 23px;
    margin-right: 10px;
    content: '\f05a';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #b68c2b;
}
li.mphb-room-type-adults-capacity:before {
    content: '\f007';
}
li.mphb-room-type-children-capacity:before {
    content: '\f1ae';
}
li.mphb-room-type-facilities:before {
    content: '\f005';
}
li.mphb-room-type-view:before {
    content: '\f06e';
}
li.mphb-room-type-size:before {
    content: '\f1b2';
}
li.mphb-room-type-bed-type:before {
    content: '\f236';
}
.mphb-room-type-facilities a {
    pointer-events: none;
}
.mphb-rooms-quantity {
    width: auto;
}
.mphb-flexslider.mphb-gallery-slider.mphb-gallery-main-slider {
    border: none;
}
.mphb-flexslider.mphb-gallery-slider.mphb-gallery-main-slider .flex-viewport {
	border-radius: 0.25rem;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	transition: none!important;
}
.mphb-room-type-images .mphb-flexslider.mphb-gallery-thumbnails-slider {
    border: none;
    margin-top: 25px;
}
.pagination {
    margin-top: 40px;
    justify-content: center;
}
.pagination .nav-links > a, .pagination .nav-links > span {
    display: inline-block;
    padding: 0 14px;
    font-size: 18px;
    line-height: 35px;
}
.pagination .nav-links .current {
    background-color: #a38c5d;
    color: #fff;
}
.pagination .nav-links .prev {
    padding-left: 0;
}
.pagination .nav-links .next {
    padding-right: 0;
}
.mphb-recommendation {
    margin-bottom: 10px;
}
.mphb-recommendation-total-title, .mphb-cart-total-price-title {
    font-weight: 600;
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart {
    margin-bottom: 20px;
}
.mphb_sc_checkout-wrapper .mphb-login-form-wrap {
    margin-bottom: 30px;
}
.mphb_cb_checkout_form > .mphb-checkout-section:not(:first-of-type), .mphb_sc_checkout-form > .mphb-checkout-section:not(:first-of-type) {
    margin-top: 30px;
}
.mphb_sc_checkout-service-adults, .mphb_checkout-service-adults {
    width: auto;
    margin: 0 5px;
}
.mphb-reserve-rooms-details > .mphb-room-details:not(:first-of-type) {
    margin-top: 10px;
}
.mphb-price-breakdown-rate, .mphb-price-breakdown-services {
    display: none;
}
.mphb-payment-messages, .mphb-data-success {
    padding: 15px 20px;
    background-color: #d4edda;
    color: #000;
}
.mphb-errors-wrapper, .mphb-data-incorrect, .mphb-coupon-message {
    padding: 15px 20px;
    background-color: #fff3cd;
    color: #a38c5d;
}
.mphb-payment-messages > p, .mphb-errors-wrapper > p, .mphb-data-incorrect > p, .mphb-coupon-message > p {
    margin-bottom: 0;
}
.mphb-errors-wrapper br {
    display: none;
}
.mphb_sc_booking_confirmation .mphb-payment-messages {
    margin-bottom: 20px;
}
.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details > li span.value {
    font-weight: 600;
}
.mphb-payment-instructions {
    margin-top: 30px;
}
.single-mphb_room_type .mphb-errors-wrapper {
    margin-bottom: 10px;
}
.single-mphb_room_type .mphb-reserve-room-section {
    margin-bottom: 20px;
}
.mphb-room-type-gallery-wrapper .gallery-item {
	margin: 0;
}
.single-mphb_room_type .mphb-room-type-gallery-wrapper .gallery-item {
    margin: 10px 10px 0 0;
	width: calc(33.33% - 10px)!important;
}
.mphb_sc_account .mphb-account-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #000;
    font-weight: 500;
    text-transform: uppercase;
}
.mphb_sc_account .mphb-account-menu li:last-child {
    border-bottom: none;
}
.mphb_sc_account .mphb-account-bookings {
    text-align: center;
}
.error404 h1 {
    font-size: 60px;
}
.error404 footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.terms-conditions > div:not(:first-child) {
    margin-top: 10px;
}
.terms-conditions .title {
    margin-bottom: 0;
    cursor: pointer;
}
.terms-conditions .title:after {
    float: right;
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 28px;
    opacity: .5;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.terms-conditions .title:hover:after, .terms-conditions .title.active:after {
    opacity: 1;
}
.terms-conditions .title.active:after {
    content: '\f078';
}
.terms-conditions .content {
    display: none;
    margin-top: 20px;
}
.terms-conditions .content > p:last-child {
    margin-bottom: 0;
}

.home-hero-slider .uagb-slider-container:after {
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    background-color: rgba(0, 0, 0, .4);
	content: '';
    z-index: 1;
}
.home-hero-slider .uagb-slider-container .uagb-slides {
	overflow: hidden;
    position: relative;
    height: calc(100vh - 186px);
	min-height: 500px;
}
.home-hero-slider .uagb-slider-container .swiper-content,
.home-hero-slider .uagb-slider-container .uagb-slides .swiper-slide .wp-block-image {
	margin: 0;
	padding: 0!important;
	width: 100%;
	height: 100%;
}
.home-hero-slider .uagb-slider-container .uagb-slides .swiper-slide .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-hero-slider .hero-title {
    position: absolute!important;
    top: 40%;
	transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.home-hero-slider .hero-title h1 {
    font-size: 84px;
    font-weight: 400;
	color: #fff!important;
    text-shadow: 0 0 25px #000;
}
.home-hero-slider .hero-title p {
	font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
	color: #fff!important;
    text-shadow: 0 0 25px #000;
}

.about-slider.owl-carousel .owl-item .wp-block-image {
	margin: 0;
}
.about-slider.owl-carousel .owl-dots {
	position: absolute!important;
}

.home-about-slider .wp-block-image {
	margin: 0;
}
.home-about-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: rgba(255,255,255,.7);
    border-radius: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.home-about-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background-color: rgba(255,255,255,.9);
    border: 3px solid rgba(215,177,85,.5);
}


.about-slider.owl-carousel .owl-stage-outer,
.mphb_sc_rooms-wrapper.owl-carousel .owl-item img {
	border-radius: 0.25rem;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

@media (min-width: 768px) {
	.home-hero-slider .uagb-slider-container .uagb-slides,
	.home-slider, .home-slider .slide {
		height: calc(100vh - 136px);
	}
    .home .mphb_sc_search-wrapper {
		margin-top: -203px;
		margin-bottom: 50px;
        text-align: center;
    }
    .home .mphb_sc_search-wrapper form {
        display: inline-block;
    }
    .home .mphb_sc_search-wrapper p {
        display: inline-block;
        margin-bottom: 0;
    }
    .page-template-rooms-listing .mphb-loop-room-type-attributes {
        columns: 2;
    }
    .mphb-customer-details {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mphb-customer-details > p {
        width: 49%;
    }
    .mphb-customer-details .mphb-customer-details-title, .mphb-customer-details .mphb-required-fields-tip, .mphb-customer-details .mphb-customer-country, .mphb-customer-details .mphb-customer-note {
        width: 100%;
    }
    body:not(.logged-in) .mphb_sc_account .mphb-account-content {
        width: 50%;
        float: none;
        margin: 0 auto;
    }
    .mphb_sc_booking_confirmation .mphb-booking-details-section.payment .mphb-booking-details > li {
        margin-bottom: 0;
    }
}
/* @media (min-width: 768px) and (max-width: 991px) { */
    /* .home .news img { */
        /* height: 220px; */
    /* } */
    /* .related-posts img { */
        /* height: 140px; */
    /* } */
/* } */
@media (min-width: 992px) {
	.home #masthead {
		background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 10%));
	}
    .home .header-top {
        background: transparent;
    }
	.home .site-logo img {
		margin-top: -35px;
		max-height: 125px;
	}
    .home .primary-menu li a {
        color: #fff;
    }
    .home .primary-menu li:not(.book-now) a:hover {
        color: #d7b155;
    }
    .home header {
        position: absolute;
        z-index: 10;
        width: 100%;
    }
    .primary-menu ul > li .sub-menu {
        display: none;
        position: absolute;
        top: 70px;
        min-width: 200px;
        padding: 10px 0;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        z-index: 99;
    }
    .primary-menu ul > li:hover .sub-menu {
        display: block;
        animation: subMenu .2s;
        -webkit-animation: subMenu .2s;
        -moz-animation: subMenu .2s;
    }
    .wpcf7 form .wpcf7-response-output {
        max-width: calc(50% - 15px);
    }
	
	.home-hero-slider .uagb-slider-container .uagb-slides,
	.home-slider, .home-slider .slide {
		height: 100vh;
	}
	.home .mphb_sc_search-wrapper form {
		padding: 35px 80px 50px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .site-logo img {
        margin-top: 10px;
    }
	.home .site-logo img {
        margin-top: -20px;
    }
    /* .home .news img { */
        /* height: 300px; */
    /* } */
    /* .related-posts img { */
        /* height: 190px; */
    /* } */
}
@media (min-width: 1200px) {
    .mphb_sc_checkout-wrapper {
        max-width: 1000px;
        margin: 0 auto;
    }
    /* .home .news img { */
        /* height: 440px; */
    /* } */
    /* .related-posts img { */
        /* height: 290px; */
    /* } */
	.mphb_sc_rooms-wrapper.owl-carousel {
		margin-left: auto;
		margin-right: auto;
		max-width: 1280px;
	}
}
@media (min-width: 1340px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}
@media (max-width: 991px) {
    body.mobile-menu-open {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    body.mobile-menu-open:after {
        content: '';
        position: absolute;
        top: 136px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        z-index: 1;
    }
	.home-hero-slider .hero-title h1,
    .home .site-title h1 {
        font-size: 64px;
    }
    .site-logo img {
        max-height: 80px;
        margin: 0;
    }
	
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
		opacity: .7;
	}
}
@media (max-width: 767px) {
	.home-hero-slider .hero-title h1,
    .home .site-title h1 {
        font-size: 48px;
		font-weight: 500;
    }
    .home .mphb_sc_search-wrapper input[type="submit"] {
        width: 100%;
    }
    /* .home .news img { */
        /* max-height: 300px; */
    /* } */
    .post-title {
        padding: 100px 0;
    }
    .mphb_sc_account .mphb-account-menu {
        margin-bottom: 20px;
    }
    .related-posts .row > div:not(:first-child) {
        margin-top: 20px;
    }
}
@media (max-width: 575px) {
	.home-hero-slider .uagb-slider-container .uagb-slides,
	.home-slider, .home-slider .slide {
		height: calc(100vh - 210px);
	}
    body.mobile-menu-open:after, ul.mobile-menu {
        top: 160px;
    }
    ul.mobile-menu {
        height: calc(100vh - 162px);
    }
    .mphb-rooms-added .mphb-confirm-reservation {
        display: block;
        margin-top: 5px;
    }
}

@keyframes subMenu {
	0% {
        opacity: 0;
        top: 200px;
	}
	100% {
        opacity: 1;
        top: 70px;
	}
}
@keyframes mobileMenu {
	0% {
        opacity: 0;
        right: -80vw;
	}
	100% {
        opacity: 1;
        right: 0;
	}
}
@keyframes scrollTop {
	0% {
        opacity: 0;
        bottom: -100px;
	}
	100% {
        opacity: 1;
        bottom: 20px;
	}
}