/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

*:focus,select:focus{
    outline: none;
}

.container {
    max-width: 1220px;
    margin: auto;
}

.tenancy-gallery {
    overflow: hidden;
    height: 80vh;
}
.gallery .swiper-slide img {
	border-radius: 24px;
}

.tenancy-gallery .swiper-slide {
    line-height: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
}

.tenancy-gallery .swiper-slide img {
	object-fit: cover;
	height: inherit;
	width: 100%;
}

.tennacy-list-gallery .swiper-slide img {
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}

.campaign-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(44, 58, 96, 0.9);
	color: white;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 500;
	z-index: 10;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.campaign-badge-details {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(44, 58, 96, 0.9);
	border-radius: 15px;
	z-index: 10;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 35px;
}

.tenancy-gallery .swiper-slide.floorplan {
	padding: 100px 0px;
}

.tenancy-gallery .swiper-slide iframe {
    line-height: 0;
    width: 100%;
    height: 100%;
}

.tenancy-loop .tenancy-gallery .swiper-slide {
    width: 100%;
	height: 256px;
}

.tenancy-loop .tenancy-gallery {
	position: relative;
}
.hero-gallery .swiper-wrapper .swiper-slide-prev::after, .hero-gallery .swiper-wrapper .swiper-slide-next::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(44 58 96 / 50%);
	z-index: 1;
}

/* .tenancy-gallery img {
    width: 100%;
    max-width: 100%;
    line-height: 0;
} */

.tenancy-gallery.hero-gallery .floorplan img {
    object-fit: contain;
}

.single-tenancies h1,
.single-tenancies h2,
.single-tenancies h3,
.single-tenancies h4,
.single-tenancies h5,
.single-tenancies h6,
.single-tenancies p {
    font-family: 'Montserrat';
}

.single-tenancy-content {
    margin-top: 40px;
    margin-bottom: 80px;
}

.tenancy-head {
    margin-bottom: 40px;
}

.single-tenancies .available h4 {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
}

.single-tenancies .available h4 span {
    color: #999999;
}

.single-tenancies .post-title {
    font-weight: bold;
    font-size: 32px;
    color: var(--jorato-main-color)
}

.single-tenancies .location {
    font-weight: 400;
    font-size: 24px;
    color: #999999;
    display: flex;
    align-items: center;
    gap: 15px;
}

.section-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 39px;
    color: var(--jorato-main-color);
    margin-bottom: 35px;
}

.tenancy-details {
    margin-bottom: 80px;
}

.detail-wrap {
    display: flex;
    gap: 70px;
}

.information {
    width: 70%;
}

.info-employee {
    width: 30%;
}
.additional-info {
	padding-top: 25px;
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.info-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C4C4C4;
}

.info-title {
    color: rgba(44, 58, 96, 0.8);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.info-value {
    color: var(--jorato-main-color);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.author-img img {
    height: 277px;
    width: 400px;
    object-fit: cover;
    border-radius: 30px;
	object-position: top;
}

.author-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--jorato-main-color);
}

.employee p {
    font-size: 16px;
    line-height: 22px;
    color: rgba(44, 58, 96, 0.4);
}

.employee .section-title {
    margin-bottom: 20px;
}

.tenancy-rental-terms {
    margin-bottom: 80px;
}

.rental-terms-list {
    display: flex;
    gap: 40px;
}

.rental-terms-column {
    flex: 1;
}

.rental-term-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C4C4C4;
}

.rental-term-key {
    color: rgba(44, 58, 96, 0.8);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.rental-term-value {
    color: var(--jorato-main-color);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

@media only screen and (max-width: 768px) {
    .rental-terms-list {
        flex-direction: column;
        gap: 0;
    }
}

.tenancy-location {
    margin-bottom: 80px;
}
.tenancy-location canvas {
	border-radius: 24px;
}

.tenancy-location #map {
    width: 100%;
    height: 640px;
    border-radius: 25px;
}

.tenancy-descriptions {
	max-width: 800px;
}

.desc-item {
    margin-bottom: 60px;
}

.desc-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--jorato-main-color);
	white-space: pre-wrap;
}

.author-detail-wrap {
    padding: 25px 20px;
}

.employ-info {
    border-radius: 30px;
    border: 1.22324px solid rgba(44, 58, 96, 0.2);
}
.employ-info.employ-info a {
	color: var(--jorato-main-color) !important;
}

.emp-det {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.emp-det.author-email {
    margin-bottom: 0;
}

.emp-det img {
    width: 25px;
    height: 25px;
}


/* slider pagination */

.tenancy-gallery {
    position: relative;
}

.pagination-slide .swiper-button-next {
    top: 50%;
}
.pagination-slide .swiper-button-prev {
    top: 50%;
}
.hero-gallery .pagination-slide .swiper-button-prev {
    left: calc((100% - (100% / 1.4)) / 2 + 30px);
}

.hero-gallery .pagination-slide .swiper-button-next {
    right: calc((100% - (100% / 1.4)) / 2 + 30px);
}
@media only screen and (max-width: 600px) {
	.hero-gallery .pagination-slide .swiper-button-prev {
		left: 10px;
	}
	.hero-gallery .pagination-slide .swiper-button-next {
		right: 10px;
	}
}
.hero-gallery .swiper-slide {
	cursor: pointer;
}


.pagination-slide .swiper-button-prev,
.pagination-slide .swiper-button-next {
    transform: translateY(-50%);
    margin-top: 0;
    background: none;
    width: 32px;
    height: 32px;
    background-color: rgba( 255, 255, 255, 0.8);
    border-radius: 100%;
	/* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	background-size: 20px 20px; */
}

.pagination-slide .swiper-button-prev:after,
.pagination-slide .swiper-button-next:after {
    font-size: 16px;
    color: var(--jorato-main-color);
}

.pagination-slide .swiper-button-prev:after {
    margin-left: -3px;
}

.pagination-slide .swiper-button-next:after {
    margin-right: -3px;
}

.slider-features {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.slide-feat-wrap {
    display: flex;
    gap: 24px;
}

.feat-item {
    background: var(--jorato-main-color);
    box-shadow: 0px 1.8px 14.4px rgba(44, 58, 96, 0.2);
    border-radius: 16px 16px 0px 0px;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 35px;
    display: flex;
    align-items: center;
    gap: 14px;
	cursor: pointer;
}

.feat-item img {
    width: 32px;
    height: 32px;
}

.feat-item.tour img {
    width: 40px;
    height: 18px;
}


/* facilities */

.tenancy-facilities {
    margin-bottom: 80px;
}

.facilities-wrap {
    text-align: center;
    display: grid;
    justify-content: center;
    gap: 80px;
    margin-top: 40px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.facility-item span {
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(44, 58, 96, 0.4);
    margin-top: 30px;
}

.facility-item img {
	max-width: 60px;
    height: 60px;
}

/* ====== Tenancy Page Template ====== */

.content_top_shortcode_wrapper {

}

.content_bottom_shortcode_wrapper {
		
}

.inline-link {
	font-weight: 700;
	color: #fff;
}
.inline-link:hover {
	color: #fff;
}

/* related tenancies */

.other-tenancies {
    display: grid;
    margin-top: 40px;
    gap: 25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.other-tenancies .tenancy-item {
    border: 1.17125px solid rgba(44, 58, 96, 0.2);
    border-radius: 32px;
}

/* .other-tenancies .tenancy-category {
    background: var(--jorato-main-color);
    border-radius: 0px 0px 32px 32px;
    color: #fff;
    padding: 15px 30px;
} */

.other-tenancies .tenancy-details {
    padding: 30px 20px 20px;
    margin-bottom: 0;
}

.other-tenancies .available .title {
    font-weight: 400;
    font-size: 16px;
}

.other-tenancies .post-title {
    font-size: 24px;
    line-height: 29px;
}

.other-tenancies .location img {
    width: 18px;
}

.other-tenancies .location {
    padding-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1.17125px solid rgba(44, 58, 96, 0.2);
}

.other-tenancies .tenancy-gallery {
    height: auto;
}

.other-tenancies .pagination-slide .swiper-button-prev,
.other-tenancies .pagination-slide .swiper-button-next {
    width: 38px;
    height: 38px;
}

.other-tenancies .pagination-slide .swiper-button-prev:after,
.other-tenancies .pagination-slide .swiper-button-next:after {
    font-size: 14px;
}

.other-tenancies .tenancy-gallery {
    border-radius: 32px;
}

.tenanfoot-wrap {
	display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    padding: 0 40px;
    margin-bottom: 20px;
}

.tenanfoot-wrap .foot-item {
    text-align: center;
}

.tenanfoot-wrap .foot-item img {
	max-width: 36px;
    max-height: 36px;
}

.tenanfoot-wrap .foot-item span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
}
.tenanfoot-wrap .foot-item .extra-padding {
	padding-top: 1px;
}


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
}


/* Modal Content/Box */


/* Modal Header */

.modal-header {
    padding: 2px 16px;
    background-color: var(--jorato-main-color);
    color: white;
}


/* Modal Body */

.modal-body {
    padding: 2px 16px;
}


/* Modal Footer */

.modal-footer {
    padding: 2px 16px;
    background-color: var(--jorato-main-color);
    color: white;
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}


/* Add Animation */

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 50%;
        opacity: 1
    }
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.gallery-grid {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    padding: 40px;
}

.gallery-item {
    line-height: 0;
}

.mobile-ver {
    display: none;
}


/* tenancy template */

.filtering {
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.filtering .facilities {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.slide-filter {
    padding-bottom: 15px;
    margin-bottom: 15px;
	min-width: 300px;
	max-width: 400px;
	padding-left: 30px;
    padding-right: 30px;
	flex: 1;
}
.slide-filter .form-group {
	justify-content: center;
    display: flex;
}

.filter-area form {
	display: flex;
    justify-content: center;
}

.filter-area button {
	height: 62px;
    border-radius: 5px;
    border: 0;
    background-color: var(--jorato-main-color);
    padding: 10px 15px;
    color: #ffffff;
    outline: none;
	padding: 16px 55px 16px 55px;
    border-radius: 24px;
	font-size: 20px;
	cursor: pointer;
}
.filter-area button:hover {
	transform: translateY(10px);
    transition-duration: 0.3s;
	color: var(--jorato-main-color);
	background-color: #fff;
	border: 1px solid var(--jorato-main-color);
}

.filtering form button:hover,
.filtering form button:focus {
    background: var(--jorato-main-color);
    color: #ffffff;
    outline: none;
}
.select-wrapper {
	width: 200px;
	margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
	background-color: #ffffff;
    border-color: #D9D9D9;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid var(--jorato-main-color);
    padding-right: 15px;
    padding-left: 16px;
}
.select-filter {
	display: flex;
	align-items: center;
}

select#location, select#type {
	background-color: #ffffff;
    border-color: #D9D9D9;
    border-radius: 18px 18px 18px 18px;
    padding: 15px 10px;
    font-size: 18px;
    border: none;
}

.hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #FFFFFF;
	line-height: 70px;
}

.tenancy-temp-hero {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.tenancy-temp-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--jorato-main-color)d6;

}

.hero-bottom-feat {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.hero-meta {
    display: flex;
    gap: 25px;
    justify-content: center;
	display:none;
}

.hero-meta-item {
    background: #FFFFFF;
    padding: 20px 40px;
    border-radius: 16px 16px 0px 0px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: var(--jorato-main-color);
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.hero-meta-item img {
	max-height: 32px;
    max-width: 32px;
}

.tenancy-loop {
    display: flex;
    row-gap: 40px;
    column-gap: 25px;
	padding: 40px 25px;
	flex-direction: row;
    flex-wrap: wrap;
}

.commercial {
	width: 100vw;
    margin-left: calc((-100vw + 100%) / 2);
    margin-right: calc((-100vw + 100%) / 2);
}
@media only screen and (max-width: 600px) {
	.commercial {
		display: none;
	}
}
.no-results {
	width: 100%;
}

.tenancy-loop.active-filter {
    margin-top: 30px;
}

.active-filters {
    margin-top: 40px;
    display: flex;
    gap: 40px;
	display: none;
}

.active-filters .active-filt-btn {
    background: var(--jorato-main-color);
    border-radius: 12px;
    padding: 8px 25px 10px;
    color: #ffffff;
    line-height: 1.6;
}

.active-filters .active-filt-btn sup {
    font-size: 50%;
}

.closeact-filt {
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
}

.tenancy-loop .tenancy-item {
    border: 1px solid rgba(44, 58, 96, 0.2);
    border-radius: 32px;
    overflow: hidden;
	max-width: 366px;
}

.tenancy-loop .tenancy-category {
    background: var(--jorato-main-color);
    border-radius: 0px 0px 32px 32px;
    color: #fff;
    padding: 25px 30px;
	width: 100%;
	white-space: nowrap;
}

.tenancy-loop .tenancy-details {
    padding: 20px 20px 5px;
    margin-bottom: 0;
}

.tenancy-loop .available .title {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}

.tenancy-loop .available .title .value {
    color: #999999;
}

.tenancy-loop .post-title, .other-tenancies .post-title {
    font-size: 24px;
    line-height: 29px;
    min-height: 58px;
    display: flex;
    align-items: center;	
}

.tenancy-loop .post-title a {
    color: var(--jorato-main-color);
}

.tenancy-loop .location img {
    width: 18px;
}

.tenancy-loop .location {
    padding-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1.17125px solid rgba(44, 58, 96, 0.2);
    color: #999999;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
}

.tenancy-loop .tenancy-gallery {
    height: auto;
    box-shadow: none;
    line-height: 0;
}

.tenancy-loop .pagination-slide .swiper-button-prev,
.tenancy-loop .pagination-slide .swiper-button-next {
    width: 38px;
    height: 38px;
}

.tenancy-loop .pagination-slide .swiper-button-prev:after,
.tenancy-loop .pagination-slide .swiper-button-next:after {
    font-size: 14px;
}

.tenancy-temp-post .tenanfoot-wrap {
    gap: 15px;
}


/* custom checkbox filter */

.facility-filt-item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.facility-filt-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #333333;
    border-radius: 4px;
}

.facility-item:hover input~.checkmark {
    border: 1px solid #333333;
    border-radius: 4px;
}

.facility-filt-item input:checked~.checkmark {
    background-color: var(--jorato-main-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.facility-filt-item input:checked~.checkmark:after {
    display: block;
}

.facility-filt-item .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* filter */

.filter-area {
	padding: 30px 20px 30px 20px;
    background: #FFFFFF;
    z-index: 9999;
	max-width: 1220px;
    margin: auto;
}
.sort-area {
    padding: 30px 20px 30px 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 327px;
    background: #FFFFFF;
    border-radius: 24px;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.filter-area .modal-header,
.sort-area .modal-header {
    height: 35px;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
    background: none;
    position: relative;
}

.filter-area .modal-header .close,
.sort-area .modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0.5;
    z-index: 9;
    color: var(--jorato-main-color);
}

.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
}


/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.the-range-slider {
	width: calc(100% - 30px);
    padding-bottom: 40px;
}

.the-range-slider .range-value {
    margin: 0;
    margin-bottom: 35px;
}

.the-range-slider .range-value input {
    width: 100%;
    background: none;
    font-size: 18px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 0 0;
    padding: 0;
    font-weight: bold;
}

.the-range-slider .range-bar {
    border: none;
    height: 2px;
    width: 82%;
    margin-left: 8px;
    margin-right: 8px;
    background: #999999;
    border-radius: 4px;
}

.the-range-slider .range-bar .ui-slider-range {
    background: var(--jorato-main-color);
}

.the-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: var(--jorato-main-color);
    height: 40px;
    width: 40px;
    cursor: pointer;
    outline: 0!important;
    top: 50%;
    transform: translateY(-50%);
}

.the-range-slider .range-bar .ui-slider-handle.max-val {
    margin-left: -37px;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #fed200;
}

#slider-range .point-val {
    min-width: 100px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
    position: absolute;
    bottom: -20px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

#slider-range .point-val.left {
	left: 15px;
    top: 31px;
}
#slider-range .point-val.right {
	right: -111px;
    top: 31px;
    left: unset;
}

.range-title {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #000000;
	text-align: center;
}

#custom-handle .icon {
    color: #fff;
    font-size: 18px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-left: -5px;
}

#custom-handle .icon.icon-right-open-big {
    margin-left: 1px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: auto;
}

body.hiddenOver {
    overflow: hidden;
    height: 100%;
}


/* pagination */
.navigation-paging {
	margin: auto;
}

.tenancy-pagination.pagination {
    margin: 80px 0;
    text-align: center;
}

.tenancy-pagination .row {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: flex-end;
}

.tenancy-pagination a {
    width: 56px;
    height: 56px;
    background: var(--jorato-main-color);
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.tenancy-pagination a span {
    color: #fff;
    line-height: 16px;
    margin-top: 4px;
}

.tenancy-pagination .btn.current {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 27px;
    line-height: 33px;
    color: var(--jorato-main-color);
    border-bottom: 2px solid #999999;
    padding: 0 30px 10px;
}


/* reserved item */

.tenancy-item {
    position: relative;
    overflow: hidden;
}

.tenancy-item .floated-link {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.tenancy-item.reserved .reserved-overlay {
    display: block !important;
    position: absolute;
    z-index: 99;
    background: var(--jorato-main-color)7d;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.reserved-btn {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    background: var(--jorato-main-color);
    border-radius: 18px;
    padding: 25px 40px;
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translateX(-50%);
}


/* sorting */

.sorting-loop {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 0;
}

.sort-item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sort-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.sort-item .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.sort-item:hover input~.checkmark {
    background-color: #ccc;
}

.sort-item input:checked~.checkmark {
    background-color: var(--jorato-main-color);
}

.sort-item .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sort-item input:checked~.checkmark:after {
    display: block;
}

.sort-item .checkmark:after {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    transform: translate(-50%, -50%);
}

.no-images-placeholder {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 306px;
}

.no-images-placeholder-image-wrapper {
	height: 306px;
}

.no-images-placeholder img {
	height: 150px;
	padding: 50px 0px;
	box-sizing: content-box;
}
.no-images-placeholder .tenancy-category {
	background: var(--jorato-main-color);
    border-radius: 0px 0px 32px 32px;
    color: #fff;
    padding: 25px 30px;
	line-height: 0;
}



@media only screen and (min-width: 800px) {
	.hero-gallery .swiper-slide {
		border-right: 10px solid var(--jorato-main-color);
		border-radius: 0 !important;
	}
}

@media only screen and (max-width: 1268px) {
	.single-tenancy-content {
		padding: 0 24px;
	}
}

@media only screen and (max-width: 1440px) {
    .tenancy-gallery {
        box-shadow: 0px 1px 8px rgba(44, 58, 96, 0.2);
    }
    .tenancy-gallery.hero-gallery img {
        object-fit: cover;
    }
    .tenancy-gallery.hero-gallery .floorplan img {
        height: 100%;
        object-fit: contain;
    }
    .tenanfoot-wrap {
        padding: 0;
        gap: 10px;
    }
}

@media only screen and (max-width: 912px) {
    .tenanfoot-wrap .foot-item span {
        font-size: 12px;
    }
	.interestlist .container {
		padding: 40px 25px;
		margin-left: 0;
	}
	.tenancy-location #map {
		height: 420px;
	}
}

@media only screen and (max-width: 767px) {
    .tenancy-gallery {
        height: 325px;
        box-shadow: 0px 1px 8px rgba(44, 58, 96, 0.2);
    }
    .tenancy-gallery img {
        height: 100%;
        object-fit: cover;
    }
    .slider-features {
        width: 90%;
        text-align: center;
    }
    .slide-feat-wrap {
        gap: 4px;
    }
    .feat-item {
        font-size: 11px;
        line-height: 13px;
        padding: 12px 22px;
        gap: 7px;
        border-radius: 8px 8px 0px 0px;
    }
    .feat-item img {
        width: 16px;
        height: 16px;
    }
    .feat-item.tour img {
        width: 24px;
        height: 11px;
    }
    .gallery-grid {
        display: grid;
        gap: 5px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 20px;
    }
    /*  */
    .sections {
        margin-bottom: 32px;
    }
    .tenancy-head {
        margin-bottom: 30px;
    }
    .single-tenancy-content {
        margin-top: 30px;
        padding: 0 24px;
    }
    .single-tenancies .available h4 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 5px;
    }
    .single-tenancies .post-title {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 5px;
        margin-top: 0;
    }
    .single-tenancies .location {
        font-size: 14px;
        line-height: 17px;
        gap: 8px;
    }
    .single-tenancies .location img {
        width: 16px;
        height: 20px;
    }
    .detail-wrap {
        display: block;
    }
    .detail-wrap .information {
        width: 100%;
    }
    .section-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .info-title,
    .info-value {
        font-size: 14px;
        line-height: 17px;
    }
    .info-item {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    /* facilites */
    .facilities-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px 40px;
    }
    .facilities-wrap img {
        width: 32px;
        height: 32px;
    }
    .facilities-wrap span {
        font-size: 18px;
        line-height: 22px;
        margin-top: 12px;
    }
    /* tenancy location */
    .tenancy-location iframe {
        height: 227px;
    }
    /* tenancy desc */
    .desc-item {
        margin-bottom: 35px;
    }
    .desc-item p {
        font-size: 14px;
    }
    /* employee */
    .employee {
        display: none;
    }
    .employee.mobile-ver {
        display: block;
    }
    .employee p {
        font-size: 14px;
        line-height: 17px;
    }
    .author-detail-wrap {
        padding-top: 15px;
    }
    .author-name {
        font-size: 21px;
        line-height: 26px;
    }
    .emp-det {
        font-size: 14px;
        line-height: 17px;
    }
    .emp-det img {
        width: 20px;
        height: 20px;
    }
    /* other tenancies */
    .other-tenancies {
        display: block;
    }
    .other-tenancies .tenancy-item {
        margin-bottom: 24px;
    }
    .other-tenancies .tenancy-details {
        padding: 24px 16px 0;
    }
    .other-tenancies .available .title {
        font-size: 14px;
        line-height: 17px;
    }
    .other-tenancies .post-title {
        font-size: 21px;
        line-height: 26px;
    }
    .other-tenancies .location {
        border: 0;
        margin-bottom: 10px;
    }
    .tenanfoot-wrap {
        padding: 0 20px;
        gap: 10px;
    }
    .tenanfoot-wrap .foot-item span {
        font-size: 16px;
    }
    /* ==== Tenancy Page Template ===== */
    .tenancy-loop {
        margin: 0;
        padding: 40px 25px;
    }
	.tenancy-related .tenancy-loop {
		padding: 20px 0px;
	}
    .tenancy-loop .tenancy-item {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 350px) {
    .tenanfoot-wrap .foot-item span {
        font-size: 13px;
    }
}

/* =============================== */
/* ======= SWIPER GENERAL ======== */
/* =============================== */

.swiper-button-disabled {
    display:none;   
}

/* =============================== */
/* ====== RELATED TENANCIES ====== */
/* =============================== */

.related-tenancies {
	display: flex;
    row-gap: 40px;
    column-gap: 25px;
    flex-direction: row;
    flex-wrap: wrap;
	max-width: 1216px;
    margin: auto;
	justify-content: left;
}

.related-tenancies {
	width: 100%;
    display: flex;
    overflow: hidden;
    gap: 25px;
}

.related-tenancies .swiper-wrapper {
    /* gap: 25px; */
}
.related-tenancies .swiper-container {
	margin-left: unset;
	margin-right: unset;
}
.related-tenancies .swiper-slide {
	width: 363px;
}
.related-tenancies .swiper-button-prev {
	left: -40px
}
/* .related-tenancies .swiper-button-next {
	right: -40px
} */
.related-tenancies .swiper-button-next:after, .related-tenancies .swiper-button-prev::after {
    color: var(--jorato-main-color);
}
.no-available-tenancies {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 350px;
	gap: 25px;
	margin: auto;
	text-align: center;
	background-color: #f0f8ff;
	border-radius: 24px;
}
.no-available-tenancies__title {
	font-size: 24px;
	font-weight: 700;
	padding: 0px 24px;
	color: var(--jorato-main-color);
}
.no-available-tenancies__text {
	font-size: 15;
	font-weight: 400;
	color: var(--jorato-main-color);
	max-width: 400px;
}
.no-available-tenancies__button-container {
	display: flex;
    gap: 20px;
	flex-wrap: wrap;
    justify-content: center;
}
.no-available-tenancies__button {
	height: 63px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	background-color: var(--jorato-main-color);
	border: unset;
	border-radius: 24px;
	padding: 16px 55px;
}

/* =============================== */
/* ==== GENERAL BUTTON STYLING === */
/* =============================== */

.tenancy-template .tenancy-temp-post a.button-link, .single-tenancy-wrap .single-tenancy-content a.button-link,  a.button-link {
	font-size: 20px;
	padding: 16px 55px 16px 55px;
	font-weight: 400;
	color: var(--jorato-main-color);
	background-color: #fff;
	margin: unset;
	border-radius: 24px;
    width: fit-content;
    text-decoration: none;
	display: block;
	text-align: center;
	height: 62px;
	transition:all .5s ease;
}
.tenancy-template .tenancy-temp-post a.button-link:hover, .single-tenancy-wrap .single-tenancy-content a.button-link:hover, a.button-link:hover {
	transform: translateY(10px);
	background-color: var(--jorato-main-color);;
	color: #fff;
	border: 1px solid #fff;
}
.tenancy-template .tenancy-temp-post a.button-link.reversed, .single-tenancy-wrap .single-tenancy-content a.button-link.reversed, a.button-link.reversed {
	background-color: var(--jorato-main-color);
	color: #fff;
}
.tenancy-template .tenancy-temp-post a.button-link.reversed:hover,.single-tenancy-wrap .single-tenancy-content a.button-link.reversed:hover, a.button-link.reversed:hover {
	transform: translateY(10px);
	background-color: #fff;
	color: var(--jorato-main-color);;
	border: 1px solid var(--jorato-main-color);
}
.tenancy-template .tenancy-temp-post a.button-outline, .single-tenancy-wrap .single-tenancy-content a.button-outline, a.button-outline {
	border: 1px solid var(--jorato-main-color);
}
.tenancy-template .tenancy-temp-post a.w100, .single-tenancy-wrap .single-tenancy-content a.w100, a.w100 {
	width: 100%;
}

/* =============================== */
/* ====== CUSTOM MULTISELECT ===== */
/* =============================== */

.multiselect-wrapper {
	cursor: pointer;
}

.multiselect-wrapper .label {
	height: 50px;
	line-height: 50px;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 18px;
}

.multiselect-visible {
	position: absolute;
	width: 200px;
    margin-left: -16px;
    padding: 16px;
    border-radius: 18px 18px 18px 18px;
    border: 2px solid var(--jorato-main-color);
    margin-top: 0px;
	z-index: 100;
	background-color: #fff;
	transition: none;
}
.multiselect-option label {
	font-size: 18px;
	padding-left: 8px;
	cursor: pointer
}
.multiselect-option input {
	accent-color: var(--jorato-main-color);
	cursor: pointer;
}

.multiselect-option {
	display: flex;
}

.multiselect-option:not(:last-child) {
	padding-bottom: 16px;
}

/* ============= ISOMETRY SHORTCODE ================== */

.isometry-wrapper {
	width: 100%;
	min-height: 400px;
}
.isometry-wrapper path {
	fill: #00ff48;
}