@media (max-width: 767px) { #overlay-booking-module.overlay-booking-module,
.admin-bar #overlay-booking-module.overlay-booking-module {
position: fixed !important;
inset: 0 !important;
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
width: 100% !important;
max-width: none !important;
height: 100vh !important;
min-height: 100vh !important;
margin: 0 !important;
overflow-x: hidden !important;
overflow-y: auto !important;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
z-index: 999999 !important;
box-sizing: border-box !important;
} @supports (height: 100dvh) {
#overlay-booking-module.overlay-booking-module,
.admin-bar #overlay-booking-module.overlay-booking-module {
height: 100dvh !important;
min-height: 100dvh !important;
}
}
#overlay-booking-module #single-listing-date-range {
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
#overlay-booking-module #single-listing-date-range .search-date-range-arrive,
#overlay-booking-module #single-listing-date-range .search-date-range-depart {
display: block !important;
float: none !important;
clear: both !important;
width: 100% !important;
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
left: auto !important;
right: auto !important;
box-sizing: border-box !important;
}
#overlay-booking-module #single-listing-date-range .search-date-range-arrive {
margin-top: 0 !important;
margin-bottom: 10px !important;
} #overlay-booking-module #single-listing-date-range .search-date-range-depart {
margin-top: 0 !important;
margin-bottom: 10px !important;
}
#overlay-booking-module #single-listing-date-range .search-date-range-arrive input,
#overlay-booking-module #single-listing-date-range .search-date-range-depart input {
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
box-sizing: border-box !important;
} #overlay-booking-module .search-message {
clear: both !important;
margin-top: 0 !important;
}
} .item-media .item-user-image,
.item-wrap .item-user-image,
.listing-wrap .item-user-image {
width: 36px !important;
height: 36px !important;
min-width: 36px !important;
min-height: 36px !important;
border-radius: 50% !important;
overflow: hidden !important;
line-height: 0 !important;
background: transparent !important;
}
.item-media .item-user-image > img,
.item-wrap .item-user-image > img,
.listing-wrap .item-user-image > img,
.item-user-image > img.img-responsive {
display: block !important;
width: 36px !important;
height: 36px !important;
max-width: 36px !important;
min-width: 36px !important;
border-radius: 50% !important;
object-fit: cover !important;
object-position: center !important;
overflow: hidden !important;
} .emis-public-review-form-wrap {
margin-top: 28px;
padding: 24px;
background: #fff;
border: 1px solid #e7e9ec;
border-radius: 10px;
}
.emis-review-form-title {
margin: 0 0 6px;
font-size: 20px;
}
.emis-review-form-subtitle {
margin: 0 0 20px;
color: #6f7782;
}
.emis-review-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
.emis-public-review-form label {
display: block;
margin-bottom: 7px;
font-weight: 600;
}
.emis-public-review-form .form-control {
width: 100%;
}
.emis-public-review-form small {
display: block;
margin-top: 5px;
color: #8a929b;
}
.emis-review-submit {
min-width: 170px;
}
.emis-review-moderation-note {
display: inline-block;
margin: 0 0 0 12px;
color: #8a929b;
font-size: 12px;
}
.emis-review-hp {
position: absolute !important;
left: -99999px !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}
.emis-review-message {
margin-top: 20px;
}
@media (max-width: 767px) {
.emis-public-review-form-wrap {
padding: 18px;
}
.emis-review-grid {
grid-template-columns: 1fr;
gap: 0;
}
.emis-review-submit {
display: block;
width: 100%;
}
.emis-review-moderation-note {
display: block;
margin: 10px 0 0;
text-align: center;
}
} @media (min-width: 992px) {
body.single-listing .sidebar.right-sidebar {
background: #ffffff !important;
border: 1px solid #ded8cd !important;
border-radius: 0 !important;
box-sizing: border-box !important;
padding: 10px !important;
box-shadow: 0 8px 24px rgba(26, 35, 45, 0.045) !important;
}
body.single-listing .sidebar.right-sidebar .sidebar-booking-module,
body.single-listing .sidebar.right-sidebar .sidebar-booking-module-footer {
border-radius: 0 !important;
}
} .footer-wrap.footer {
border-top: 1px solid #ded8cd !important;
background-color: #fcfbf8 !important;
} #host-section.host-section {
margin-top: 30px;
margin-bottom: 30px;
}
#host-section.host-section > .block {
position: relative;
overflow: hidden;
background: #ffffff;
border: 1px solid #e5e1d8 !important;
border-radius: 14px;
box-shadow: 0 10px 30px rgba(27, 45, 40, 0.055);
}
#host-section.host-section > .block::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: #0f594b;
z-index: 1;
}
#host-section .block-head {
padding: 28px 30px 24px !important;
background: linear-gradient(180deg, #ffffff 0%, #fdfcf9 100%);
border-bottom: 1px solid #ece8df !important;
}
#host-section .block-head .media {
display: flex;
align-items: flex-start;
}
#host-section .media-left {
min-width: 74px !important;
width: 74px;
padding-right: 18px !important;
}
#host-section .media-left .avatar,
#host-section .media-left img {
width: 58px !important;
height: 58px !important;
max-width: 58px !important;
border-radius: 50% !important;
object-fit: cover;
}
#host-section .media-left .avatar {
overflow: hidden;
border: 2px solid #ffffff;
box-shadow: 0 0 0 1px #ded8cd, 0 5px 14px rgba(20, 44, 38, 0.12);
}
#host-section .media-body {
min-width: 0;
}
#host-section .title {
margin: 2px 0 7px !important;
color: #26353d;
font-size: 22px !important;
line-height: 1.35 !important;
font-weight: 600 !important;
}
#host-section .profile-host-info {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px;
margin: 0 !important;
}
#host-section .profile-host-info > li {
margin: 0 !important;
}
#host-section .profile-host-info .super-host-flag {
display: inline-flex !important;
align-items: center;
gap: 6px;
width: auto !important;
margin: 0 !important;
padding: 5px 10px !important;
border: 1px solid #e4b94d !important;
border-radius: 999px !important;
background: #fff5cf !important;
color: #8c6200 !important;
font-size: 12px !important;
line-height: 1.15 !important;
font-weight: 600 !important;
box-shadow: 0 3px 8px rgba(190, 139, 10, 0.10) !important;
}
#host-section .profile-host-info .super-host-flag i {
margin: 0 !important;
color: #b47c00 !important;
font-size: 13px !important;
}
#host-section .emis-host-bio {
max-width: 650px !important;
margin-top: 12px !important;
padding-left: 12px;
border-left: 2px solid #d7a72b;
color: #6b747b !important;
font-size: 14px !important;
line-height: 1.65 !important;
}
#host-section .emis-host-social-icons {
margin-top: 13px !important;
gap: 7px !important;
}
#host-section .emis-host-social {
width: 30px !important;
height: 30px !important;
border-color: #dfe3e0 !important;
color: #0f594b !important;
background: #ffffff !important;
}
#host-section .emis-host-social:hover,
#host-section .emis-host-social:focus {
border-color: #0f594b !important;
background: #f1f7f5 !important;
color: #0f594b !important;
}
#host-section .block-body {
padding: 20px 30px 22px !important;
background: #fafbf9;
border: 0 !important;
}
#host-section .block-body > .row {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 0 !important;
}
#host-section .block-body > .row > [class*="col-"] {
float: none !important;
width: auto !important;
flex: 1 1 220px;
padding: 0 !important;
}
#host-section .block-body dl {
min-height: 70px;
margin: 0 !important;
padding: 14px 16px;
background: #ffffff;
border: 1px solid #e7e9e5;
border-radius: 9px;
}
#host-section .block-body dl dt {
margin-bottom: 5px;
color: #344249;
font-size: 13px;
font-weight: 600;
}
#host-section .block-body dl dd {
margin: 0;
color: #69747b;
font-size: 13px;
line-height: 1.5;
}
#host-section .block-body dl dd.text-success {
color: #67b82e !important;
font-weight: 500;
}
#host-section .block-body dl dd i {
margin-right: 6px;
}
#host-section .host-section-buttons:empty {
display: none !important;
}
@media (max-width: 767px) {
#host-section.host-section {
margin-top: 22px;
margin-bottom: 22px;
}
#host-section.host-section > .block {
border-radius: 12px;
}
#host-section .block-head {
padding: 22px 18px 19px !important;
}
#host-section .block-head .media {
align-items: flex-start;
}
#host-section .media-left {
min-width: 60px !important;
width: 60px;
max-width: 60px !important;
padding: 2px 12px 0 0 !important;
}
#host-section .media-left .avatar,
#host-section .media-left img {
width: 48px !important;
height: 48px !important;
max-width: 48px !important;
}
#host-section .title {
margin-top: 0 !important;
font-size: 18px !important;
line-height: 1.35 !important;
}
#host-section .profile-host-info .super-host-flag {
padding: 4px 9px !important;
font-size: 11px !important;
}
#host-section .emis-host-bio {
margin-top: 10px !important;
padding-left: 10px;
font-size: 13px !important;
}
#host-section .block-body {
padding: 14px 18px 18px !important;
}
#host-section .block-body > .row {
gap: 10px;
}
#host-section .block-body > .row > [class*="col-"] {
flex-basis: 100%;
}
#host-section .block-body dl {
min-height: 0;
padding: 12px 14px;
}
} .single-listing-page .booking-sidebar .list-inline.rating,
.single-experience-page .booking-sidebar .list-inline.rating,
.booking-sidebar .list-inline.rating {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 2px 4px !important;
margin: 6px 0 0 !important;
padding: 0 !important;
}
.single-listing-page .booking-sidebar .list-inline.rating > i,
.single-experience-page .booking-sidebar .list-inline.rating > i,
.booking-sidebar .list-inline.rating > i {
display: inline-block !important;
line-height: 1 !important;
}
.single-listing-page .booking-sidebar .list-inline.rating .star-text-right,
.single-experience-page .booking-sidebar .list-inline.rating .star-text-right,
.booking-sidebar .list-inline.rating .star-text-right {
flex: 0 0 100% !important;
display: block !important;
margin: 4px 0 0 !important;
padding: 0 !important;
line-height: 1.3 !important;
}
@media (max-width: 767px) {
.single-listing-page .booking-sidebar .list-inline.rating,
.single-experience-page .booking-sidebar .list-inline.rating,
.booking-sidebar .list-inline.rating {
gap: 3px 4px !important;
margin-top: 4px !important;
}
.single-listing-page .booking-sidebar .list-inline.rating .star-text-right,
.single-experience-page .booking-sidebar .list-inline.rating .star-text-right,
.booking-sidebar .list-inline.rating .star-text-right {
font-size: 13px !important;
margin-top: 5px !important;
}
}.search-type-radius, .search-radius-slider{display:none;}