/*
Theme Name: Dlala Real Estate
Author: Xpert Solutions
Author URI: https://xpertsolutions.qa
Description: Dlala Real Estate, the latest subsidiary of Dlala Holding has been launched to offer clients in Qatar leading edge solutions to property management and marketing.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@font-face {
	font-family: 'D-DIN-Bold.otf';
	src: url('assets/fonts/D-DIN-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'D-DINCondensed-Bold.otf';
	src: url('assets/fonts/D-DINCondensed-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'D-DINCondensed.otf';
	src: url('assets/fonts/D-DINCondensed.otf') format('opentype');
}

@font-face {
	font-family: 'seguisb.ttf';
	src: url('assets/fonts/seguisb.ttf') format('opentype');
}

@font-face {
	font-family: 'D-DIN.otf';
	src: url('assets/fonts/D-DIN.otf') format('opentype');
}

img {
	max-width: 100%;
	height: auto
}

.tf {
	text-transform: uppercase
}

.no-lv {
	display: none
}

a:hover {
	text-decoration: none !important
}

a {
	color: inherit;
	text-decoration: none !important
}

/*Nav-Button*/
.owl-nav {}

.rslides_nav {
	font-size: 0;
}

.owl-nav [class*=owl-],
.rslides_nav {
	font-family: 'simple-line-icons';
	width: 40px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	opacity: 1
}

.owl-nav [class*=owl-]:hover,
.rslides_nav:hover {
	color: #fff;
	opacity: 1;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev,
.rslides_nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.owl-carousel .owl-nav .owl-next.disabled,
.owl-carousel .owl-nav .owl-prev.disabled {
	opacity: 0.1
}

.owl-carousel .owl-nav .owl-prev {
	left: -3%;
	font-size: 0;
}

.owl-carousel .owl-nav .owl-next {
	right: -2.7%;
	font-size: 0;
}

.owl-carousel .owl-nav .owl-prev:before,
.rslides_nav.prev:before {
	content: "\e605";
	border-radius: 50% 0px 0px 50%;
}

.owl-carousel .owl-nav .owl-next:before,
.rslides_nav.next:before {
	content: "\e606";
	border-radius: 0px 50% 50% 0px;
}

.owl-carousel .owl-nav .owl-prev:before,
.rslides_nav.prev:before,
.owl-carousel .owl-nav .owl-next:before,
.rslides_nav.next:before {
	display: table;
	padding: 11px;
	margin: auto;
	font-size: 22px;
	background: #fcf7f4;
	color: #ccc;
}

.rslides_nav.prev {
	left: 5%;
}

.rslides_nav.next {
	right: 5%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: inline;
}

.owl-carousel .owl-nav .owl-prev:hover:before {
	border-radius: 50% 0px 0px 50%;
	background: #b97d19;
}

.owl-carousel .owl-nav .owl-next:hover:before {
	border-radius: 0px 50% 50% 0px;
	background: #b97d19;
}

/*HEADER SECTION*/

header#site_header {
	position: fixed;
	width: 100%;
	z-index: 9999
}

.pre_site_header {
	background: #aa7b2d;
	padding: 8px 0px;
	color: #fcf7f4
}

header#site_header.fixed .pre_site_header {
	display: none;
	transition: all .6s;
	padding: 0
}

.h-ic {
	max-height: 30px;
}

.register-top {
	font-size: 1.3rem;
	font-family: 'D-DINCondensed.otf';
	text-transform: uppercase;
}

.social-icons {
	text-align: right;
}

.social-icons a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	color: #aa7b2d;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	border: 1px solid #fff;
	transition: all .2s;
}

.social-icons a:hover {
	color: #fff;
	background-color: #aa7b2d;
	border: 1px solid #fff;
	transition: all .2s;
}
.header-top-links {
    display: flex;
    justify-content: end;
    align-items: center;
}
ul.site-lang {
    margin-bottom: 0;
    list-style: none;
}
ul.site-lang li.current-lang {
    display: none;
}
ul.site-lang .lang-item-ar {
    font-family: 'Belleza', sans-serif;
    font-weight: 500;
}
ul.site-lang li a:hover{
	color: #fff;
}
.site_header {
	background: rgba(0, 20, 39, 0.83);
	transition: all .6s;
	/*padding-top: 88px;
	padding-bottom: 18px;
	height: 135px;*/
}

/*header#site_header.fixed .site_header {
	padding-top: 50px;
	transition: all .6s;
	height: 103px;
	border-bottom: 4px solid #fff;
}*/

.navbar {
	padding: 0;
}
li.nav-item:hover ul.dropdown-menu {
	display: block
}
/*
.navbar-expand-lg .navbar-nav > li {
	min-width: 160px;
	text-align: center;
	padding: .5rem 1rem;
	transition: all .2s;
}

.navbar-nav > li.current-menu-item,
.navbar-nav > li:hover{
	background: #aa7b2d;
	font-family: 'D-DIN-Bold.otf';
	transition: all .2s;
	padding: 1rem 1.1rem;
}
ul.dropdown-menu{
	padding: 0;
}
.navbar-light .navbar-nav a.nav-link {
	color: #fcf7f4;
	padding: 0 1.6rem;
	transition: all .6s;
	text-transform: uppercase;
	position: relative
}
*/

.dropdown-toggle::after {
	position: absolute;
	top: 50%;
}

ul.dropdown-menu {
	padding: 0;
	background: rgba(0, 20, 39, 0.83);
	border: none;
	top: 100%;
}

ul.dropdown-menu a.dropdown-item {
	color: #fff;
	text-transform: uppercase;
	padding: 13px 15px;
}

.dropdown-item:hover {
	background-color: #aa7b2d;
}


a.nav-link:hover {
	color: #fcf7f4 !important;
}

.site-logo {
	margin-left: auto;
	margin-right: 0;
}

#main_banner {
	position: relative;
	height: 60vh;
	overflow: hidden;
}

.banner-text-container {
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 38%;
	display: none;
}

.site-logo img {
	max-height: 100px;
	margin-top: -70px;
	transition: all .6s;
}

header#site_header.fixed .site-logo img {
	max-height: 80px;
	margin-top: -40px;
	transition: all .6s;
}

.banner-caption {
	text-align: center;
	max-width: 60%;
	margin: auto;
	background: rgb(127, 154, 168);
	padding: 1.3rem 2rem;
	color: #fcf7f4;
	border: 4px solid;
}

.caption-block {
	font-family: 'seguisb.ttf';
	font-size: 2.4rem;
}

.banner-sub-caption {
	font-family: 'D-DIN-Bold.otf';
	font-size: 1.2rem;
}

.banner-sub-caption img {
	max-height: 40px;
}

section#featured {
	margin-top: -200px;
	position: relative;
	margin-bottom: 95px;
}

section#featured .feautured-prop {
	padding: 13px 65px;
	background: rgba(210, 205, 196, 0.72);
	z-index: 999;
	position: relative;
	padding-bottom: 65px;
}

.ft-title {
	text-align: center;
	background: #3f6684;
	max-width: 268px;
	margin: auto;
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: 'seguisb.ttf';
	font-size: 20px;
	color: #fcf7f4;
	margin-top: -31px;
	margin-bottom: 31px;
}

.feautured-prop .item {
	padding: 0 8px;
}

.feautured-prop .item figure {
	margin-bottom: 0
}

.feautured-prop .item figure img {
	height: 300px;
    width: 100%;
    object-fit: cover;
}

.feautured-prop .item figcaption {
	background: #fcf7f4;
	padding: 17px 15px;
}

.feautured-prop .item figcaption .lctn {
	font-family: 'D-DIN.otf';
	text-transform: uppercase;
	color: #4d738a;
	font-size: 13px;
}

.feautured-prop .item figcaption .p-ft {
	font-family: 'D-DIN-Bold.otf';
	font-size: 15px;
	color: #212529;
}

.feautured-prop .item figcaption .price {
	font-family: 'D-DIN-Bold.otf';
	text-transform: uppercase;
	color: #4d738a;
	font-size: 22px;
}

section#find_ur_prop {
	position: relative
}

section#find_ur_prop .find_ur_prop {
	background-image: url("assets/images/find_ur_prop.jpg");
	/* Set a specific height */
	min-height: 340px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6% 0px;
}

.facility,
.bed {
	display: flex
}

.facility {
	margin-top: 20px;
	justify-content: space-between;
}

.bed img {
	height: 20px !important;
	width: auto !important
}

.learn-more a {
	text-transform: uppercase;
	font-family: 'seguisb.ttf';
	font-size: 13px;
	text-decoration: underline;
	color: rgb(99, 100, 102);
}

.find_ur_prop_title {
	font-family: 'D-DIN-Bold.otf';
	font-size: 70px;
	color: #fcf7f4;
	line-height: 1.3;
}

.find_ur_prop_content {
	position: relative;
	z-index: 200
}

.img-overlay {
	position: absolute;
	width: 95.6%;
	height: 100%;
	top: 0;
	background: rgba(18, 59, 76, 0.76);
	z-index: 100;
}

section#find_ur_prop .img-overlay {
	width: 100% !important
}

.residential_btn {
	letter-spacing: 1px;
	background: no-repeat;
	border: none;
	font-size: 21px;
}

.btn-link {
	color: #fcf7f4;
}

.btn-link:hover {
	color: #aa7b2d;
}

.btn-link.focus,
.btn-link:focus {
	font-family: 'D-DIN-Bold.otf';
	color: #aa7b2d;
}

.accordion {
	padding-top: 30px;
}

.custom-select {
	height: calc(2.75rem + 2px);
}

.find_ur_prop_content .col {
	padding-bottom: 20px
}

.filter-btn {
	background: #fcf7f4;
	padding: 0 14px;
	font-size: 28px;
	font-weight: bold;
	border-radius: 8px;
}

.filter-search {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
	color: #fcf7f4;
}

.find_ur_prop_content .submit {
	background: none;
	color: #fff;
	border: 1px solid;
	padding: 7px 30px;
	border-radius: 20px;
	font-family: 'D-DIN-Bold.otf';
}

section#our-service .our-service {
	padding: 5rem;
	position: relative;
    background: #e3e3e3
}

section#our-service .our-service .o-sv-h {
	transition: all .6s;
	margin-bottom: 2rem;
}
section#our-service .our-service .o-sv-h a{
	height: 280px;
	display: block;
	overflow: hidden;
	position: relative;
}


.our-service .section-head {
	color: #3f6684;
    font-family: 'D-DIN-Bold.otf';
    font-size: 60px;
    text-align: center;
	margin-bottom: 2rem;
}

section#our-service .our-service figure {
	height: 280px;
	position: relative;
	overflow: hidden;
	transition: all .2s;
}
section#our-service .our-service button{
	background: #3f6684;
    position: relative;
    z-index: 100;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    text-align: center;
    margin: auto;
    margin-top: 2rem;
    display: block;
    text-transform: uppercase;
    font-family: 'D-DIN-Bold.otf';
	transform: translateY(0);
	transition: all .6s;
	cursor: pointer;
}
section#our-service .our-service button:hover{
	color: #3f6684;
	background-color: #fff;
}
section#our-service .our-service .o-sv-h:hover button{
	transform: translateY(-120px);
	transition: all .6s;
}
section#our-service .our-service figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(12 41 63 / 81%);
    z-index: 5;
}
section#our-service .our-service figure::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
	transform: translate(-50%,-50%);
    background: rgb(255 255 255 / 86%);
    z-index: 15;
	transition: all .3s;
}

section#our-service .our-service figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
    /* object-position: top; */
	transition: all .6s;
}
section#our-service .our-service .o-sv-h:hover figure{
	box-shadow: 0 0 10px #dbd8d8;
	transition: all .6s;
}

section#our-service .our-service .o-sv-h:hover figure::before {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
section#our-service .our-service .o-sv-h:hover figure::after {
	display: none;
	transition: all .3s;
}

section#our-service .our-service .o-sv-h:hover figure img {
	transform: scale(1.05);
	transition: all .6s;
}
section#our-service .sec-title {
	position: relative;
	color: #aa7b2d;
	font-family: 'D-DIN-Bold.otf';
	font-size: 23px;
	text-transform: uppercase;
}

section#our-service .our-service .o-sv-h:hover .sec-title {
	/* color: #fff; */
	/* text-shadow: 1px 0px 4px #000; */
	transition: all .6s;
}

section#our-service .secondary-content {
	color: #fff;
	transition: all .2s;
	font-size: 19px;
}
section#our-service .o-sv-h:hover .secondary-content {
	color: #000;
	transition: all .2s;
}
section#our-service .our-service .o-sv-h:hover
section#our-service .our-service .o-sv-h:hover .img-overlay {
	display: none;
	transition: all .6s
}

section#our-service figcaption {
	z-index: 100;
    position: absolute;
    text-align: center;
    padding: 0 18px;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100px;
    transform: translate(-50%, -50%);
}

/***/
section#rent-prop {
	background: #ebeae8;
	padding: 70px;
}
section#sale-prop {
	background: #dfdbd4;
	padding: 70px;
}

.rent-p {
	/*padding: 0 20px 0 0;*/
}

.rent-prop .row_1{
	--bs-gutter-y: 1.5rem;
	--bs-gutter-x: 1.5rem;
}
.rent-prop .item figcaption .lctn,
.rent-prop .details .lctn {
	font-family: 'D-DIN.otf';
	text-transform: uppercase;
	color: #4d738a;
	font-size: 13px;
}

.rent-prop .item figcaption .p-ft,
.rent-prop .details .p-ft {
	font-family: 'D-DIN-Bold.otf';
	font-size: 15px;
}

.rent-prop .item figcaption .price,
.rent-prop .details .price {
	font-family: 'D-DIN-Bold.otf';
	text-transform: uppercase;
	color: #4d738a;
	font-size: 22px;
}

.rent-prop .item figure {
	height: 200px;
	margin-bottom: 0;
	overflow: hidden;
}

.rent-prop .item figure .zoom-in {
	position: absolute;
	z-index: 300;
	width: 100%;
	height: 200px;
	top: 0;
}

.rent-prop .item figure .zoom-in:hover {
	cursor: pointer;
	background: rgba(33, 33, 33, 0.24);
}

.rent-prop .item figure .zoom-in img {
	width: 50px;
	height: auto;
	margin-left: 43%;
	margin-top: 26%;
}

.rent-prop .item {
	border: 4px solid #fcf7f4;
}

.rent-prop .item figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.rent-prop .item figcaption {
	background: #fcf7f4;
	padding: 17px 11px;
}

.rent-prop .rent-prop-desc {
	padding: 17px
}

.rent-prop .section-head {
	color: #3f6684;
	font-family: 'D-DIN-Bold.otf';
	font-size: 60px;
	line-height: 1;
}

.rent-prop .section-desc {
	font-family: 'D-DIN.otf';
	font-size: 13px;
	padding-top: 10px;
}

.rent-prop .details {
	background: #fff;
	color: #000;
	padding: 20px;
}

.rent-prop .details .lctn,
.rent-prop .details .p-ft,
.rent-prop .details .price {
	font-size: 20px;
}

.modal-content {
	border: 4px solid #fcf7f4;
}

/*PAGINATION*/
/*************/
.page-navigation {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-left: 24%
}

.page-navigation .page-item .page-link {
	background: none;
	border: none;
	color: rgb(99, 100, 102);
	padding: 0 8px;
}

.page-item.current a,
.page-item.next a {
	text-decoration: underline
}

.page-item.current a {
	color: #3f6684 !important;
	font-weight: 700;
}

/*FOOTER SECTION*/
footer#site_footer .ft-mn-s {
	/*background: #aa7b2d;*/
	color: #fff;
	/*padding: 24px 0px;*/
}

.footer-sec {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

footer#site_footer .footer-sec {
	padding: 30px;
	padding-left: 10%;
	background: #aa7b2d;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

footer#site_footer .site-branding-footer img {
	max-height: 103px;
}

.ft-mn-h {
	color: #e02079;
	text-transform: uppercase;
	font-size: 14px;
}

footer#site_footer ul.sec1 {
	list-style: none;
	padding: 0;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 3rem;
    row-gap: 1rem;
}
footer#site_footer ul.sec1 li a {
	color: #fff;
	text-decoration: none;
}
footer#site_footer ul.sec1 li a:hover {
	color: #703a0c;
}

ul.sec2 {
	list-style: none;
	font-weight: 500;
	line-height: 2;
}

footer#site_footer .footer-sec .col-lg-2 {
	flex: 0 0 13.9%;
	max-width: 13.9%;
	padding: 0
}

footer#site_footer .footer-sec .col-lg-4 {
	flex: 0 0 44.333333%;
	max-width: 44.333333%;
}

footer#site_footer .form-control {
	border-radius: 0;
	border: 3px solid #fff;
}

.ft-sr {
	font-size: 12px;
}

.form-sm {
	max-width: 100%;
	margin-top: 15px
}

.form-sm input {
	width: 64% !important;
	background: #cccccc;
	height: 44px;
}

.form-sm .input-group-append {
	width: 36%
}

.input-group-text {
	width: 78%;
	display: block;
	background: #713a0c;
	color: #fff;
	height: 44px;
	border-radius: 0;
	border: 3px solid #fff;
	border-left: 0;
	text-transform: uppercase
}

.form-control::placeholder {
	font-size: 12px;
	color: #f9f3f3
}

.cp-wr {
	width: 100%;
	display: flex;
	margin-top: 2rem;
	    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-end;
	font-size: 12px;
	text-transform: uppercase;
}

.cp-wr .footer-sec {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	justify-content: space-between;
}

.cp-wr-sc {
	font-size: 10px;
	width: 57%;
}

.cp-wr-sc img {
	max-height: 40px
}

.cp-wr-rt {
	
}

.footer-social-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'D-DIN-Bold.otf';
}

.ft-sec2 {
	text-align: center
}

.footer-sec .social-icons .fab:before {
}

.footer-sec2 {
	background: #713a0c !important;
    justify-content: center;
}


///////////////////////////////////////////////////
/*Page Our Properties*/

/** Search Properties **/
.search-properties-block {
	height: auto;
	margin: 15px 0px 15px 30px;
	align-items: center;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.search-properties-block .title-box {
	margin-right: 20px;
}

.search-properties-block .title-box h5 {
	white-space: nowrap;
	text-transform: uppercase;
	color: #7e8083;
	margin-bottom: 0px;
}

/**/
.search-properties-block .search-box {}

.search-properties-block .search-box form {
	display: flex;
	align-items: center;
	margin-right: 17px;
}

.search-properties-block .search-box .field-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.search-properties-block .search-box .form-group {
	margin: 5px 5px;
	display: none;
}

.search-properties-block .search-box .form-group.property-type {
	display: block;
}

.search-properties-block .search-box .form-group.submit-btn {
	display: block;
}

.search-properties-block .search-box .form-group.submit-btn .search-btn a {
	background: #6e7072;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 3px;
	padding: 12px 25px;
	margin-left: 10px;
}


.search-properties-block .search-box .search-btn button {
	margin-left: 15px;
	padding: 5px 20px;
}

/** Search Form **/
.bootstrap-select.btn-group .dropdown-menu li {
	font-size: 14px !important;
	margin-bottom: 0px !important;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	padding: 8px 1rem;
	color: #686a6c;
}

.bootstrap-select.btn-group .dropdown-menu li small {
	display: none;
}

.bootstrap-select.btn-group .dropdown-menu {
	padding-left: 0px !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 5px;
	color: #686a6c;
}

.search-box .search-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.search-box fieldset {
	margin-bottom: 30px;
}

.search-box fieldset h6 {
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'D-DIN-Bold.otf';
}

.search-box .search-btn button {
	border: none;
	background: #686a6c;
	color: #fff;
	padding: 8px 35px;
	font-size: 14px;
	cursor: pointer;
}

.search-box .search-btn button:hover {
	background: #780032;
	transition: all .3s;
}

.site-subpage{
	padding: 5rem 0;
    min-height: 50vh;
}

/**** Our Properties *****/
#site-container .site-subpage .our-properties {}

#site-container .site-subpage .our-properties .title-box {
	margin-bottom: 40px;
}

#site-container .site-subpage .our-properties .search-box .search-btn {
	display: table;
	margin: auto;
}

.site-subpage .entry-page-content {
	display: inline-block;
	background: #fff;
	/* padding: 0px 30px 30px; */
	margin-bottom: 30px;
	width: 100%;
}

.site-subpage .entry-page-content .entry-navigation {
	border-bottom: 1px solid rgb(127, 154, 168);
	/* float: left; */
	width: 100%;
	margin-bottom: 30px;
	padding-top: 30px;
}

.site-subpage .page-title h1 {
	font-family: 'D-DIN-Bold.otf';
	position: relative;
	color: rgb(127, 154, 168);
	margin-bottom: 15px;
	text-transform: uppercase;
}

.site-subpage .page-title h1:before {
	content: '';
	position: absolute;
	bottom: -18px;
	left: 0px;
	width: 100px;
	height: 6px;
	background: rgb(127, 154, 168);
}

site-subpage .entry-navigation .page-title {
	float: left;
}

.site-subpage .our-properties .title-box {
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #aa7b2d;
	font-family: 'D-DIN-Bold.otf';
}

.our-properties .search-box {
	margin-bottom: 30px;
	/* border-bottom: 1px solid #ccc; */
	padding-bottom: 30px;
	background-color: #fff8ed;
}

.search-box .search-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.selectpicker {
	padding: 8px 25px 8px 5px;
	width: 230px;
	color: #686a6c
}

.search-box .search-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: 'Roboto Condensed', sans-serif;
	border-color: #ccc;
	/* background: #fffcf6; */
    padding: 1rem;
    margin-bottom: 2rem;
}

.search-box .submit-buttons-block {
	display: table;
	margin: auto;
}

.search-box .submit-buttons-block [type="submit"],
.search-box .submit-buttons-block [type="reset"] {
	margin: 0px 10px;
}

[type="reset"],
[type="submit"] {
	background: none;
	color: rgb(127, 154, 168);
	padding: 10px 30px 7px;
	border: 1px solid;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #fff;
}

.property-results-block .single-div {
	margin-bottom: 30px;
}

.single-property {
	height: 100%;
	background: #eff0f1;
	box-shadow: 1px 4px 6px 1px #ccc;
}

.single-property .property-detail {
	padding: 20px;
}

.single-property .property-detail .top-row {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.single-property .property-detail h5 a {
	text-decoration: none;
	color: rgb(170 123 45);
	font-family: 'D-DIN-Bold.otf';
	text-transform: uppercase;
}

.single-property .property-detail .top-row .price {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}

.single-property .property-detail .top-row .price .tag {
	font-size: 15px;
	font-style: inherit;
}

.single-property .property-detail .mid-row {}

.single-property .property-detail ul {
	margin: 0;
	padding: 0px !important;
}

.site-subpage li {
	line-height: 22px;
	margin-bottom: 10px;
	color: #6d6d6d;
	font-size: 16px;
	list-style: none;
	display: flex;
}

.single-property .property-detail li .value {
	margin-left: auto;
	font-weight: 500;
}

span.icon.units {
	background-image: url(assets/images/units.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
	display: inline-block;
}

span.icon.price {
	background-image: url(assets/images/price.png);
}

.single-property .property-detail .icon {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

span.icon {
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	background-position: center;
	position: relative;
	display: inline-block;
}

span.icon.size {
	background-image: url(assets/images/size.png);
}

.single-property .property-detail .bottom-row {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 15px;
}

.single-property .property-detail .property-address .icon {
	margin-right: 4px;
	width: 20px;
	height: 20px;
}

/*Page Default Template*/

.content-block h4 {
	font-family: 'D-DIN-Bold.otf';
	color: rgb(170 123 45 / 81%);
}

.__link {
	color: #212529;
	text-decoration: underline;
}


/*Single Property Page*/
.single-page-property {}

.single-page-property .entry-page-content {
	display: inline-block;
	background: #fff;
	padding: 0px 30px 30px;
	margin-bottom: 30px;
	width: 100%;
	margin-top: 14rem
}

/* .single-page-property .property-gallery .rslides img {
	max-height: 550px;
	object-fit: cover;
	object-position: center;
} */

.single-page-property .property-gallery {
	margin-bottom: 40px;
	position: relative;
	clear: both;
}

.single-page-property .site-subpage .entry-page-content .entry-navigation {
	border-bottom: 1px solid #acadb0;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 30px;
}

.single-page-property .site-subpage .entry-navigation .page-title {
	float: left;
}

.single-page-property .site-subpage .entry-page-content .content-block {
	float: left;
	width: 100%;
	min-height: 300px;
}

.single-page-property .single-page-property .property-gallery {
	margin-bottom: 40px;
	position: relative;
}

.single-page-property .single-page-property .property-gallery {
	margin-bottom: 40px;
	position: relative;
}

.single-page-property .site-subpage li {
	line-height: 22px;
	margin-bottom: 10px;
}

.single-page-property .site-subpage li {
	color: #6d6d6d;
	font-size: 16px;
}

.single-page-property .property-gallery .rslides img {
	max-height: 550px;
	object-fit: contain;
	object-position: center;
	background: #fffbf3;
}

.single-page-property .fancybox-link {
	position: absolute;
	top: 30px;
	right: 30px;
}

.single-page-property .fancybox-link a {
	background: #000;
	display: flex;
	padding: 0;
	border-radius: 50%;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	width: 35px;
	height: 35px;
	opacity: 0.6;
	text-decoration: none;
}

.single-page-property .price-row {
	margin-bottom: 30px;
}

.single-page-property .details-block {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #dedede;
	padding: 30px;
	height: 100%;
	width: 100%;
}

.single-page-property .total-price {
	display: flex;
	margin: auto;
	align-items: center;
}

.site-subpage .total-price h4 {
	color: #434343;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-right: 15px;
	font-family: inherit
}

.single-page-property .total-price h2 {
	/* margin-bottom: -10px; */
	font-weight: 600 !important;
	color: rgb(127, 154, 168) !important;
}

.single-page-property .total-price .tag {
	font-weight: 500;
	margin-left: 5px;
	color: rgb(127, 154, 168);
}

.single-page-property .details-block h4 {
	font-weight: 400;
	color: #434343;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
}

.single-page-property .site-subpage .entry-page-content ul {
	padding-left: 20px;
	margin: 0;
}

.single-page-property .details-block ul {
	margin: 0;
	padding: 0px !important;
	float: left;
	width: 100%;
}

.single-page-property .site-subpage li {
	color: #6d6d6d;
	font-size: 16px;
}

.single-page-property .details-block ul li {
	float: left;
	list-style: none;
	width: 100%;
	margin-bottom: 20px !important;
}

.single-page-property .details-block ul li .icon-box {
	display: flex;
	padding: 13px;
	background: #eee;
	float: left;
	margin-right: 20px;
}

span.icon.local {
	background-image: url(assets/images/local.png);
}

.single-page-property .details-block ul li .detail h6 {
	color: #757575 !important;
	margin-top: 7px;
	font-size: 15px;
}

span.icon.category {
	background-image: url(assets/images/category.png);
}

span.icon.property-type {
	background-image: url(assets/images/property-type.png);
}

span.icon.furnished {
	background-image: url(assets/images/furnished.png);
}

.clear-h30 {
	width: 100%;
	height: 30px;
}

.site-subpage h3 {
	color: #434343;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0px 30px;
}

div.wpcf7 {
	width: 100%;
}

div.wpcf7 .form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	padding: 15px 0px;
	letter-spacing: 1px;
	min-height: calc(2.25rem + 10px);
}

div.wpcf7 .form-control::placeholder {
	color: #464a4c;
	font-size: 16.5px;
	font-weight: 400;
	padding: 15px 0px;
}

[type="reset"],
[type="submit"] {
	background: none;
	color: rgb(127, 154, 168);
	padding: 10px 30px 7px;
	border: 1px solid;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

[type="reset"]:hover,
[type="submit"]:hover {
	color: #333;
	background: #fff;
}

.wpcf7-submit:hover {
	color: #fff;
	background-color: rgb(127, 154, 168)
}

textarea.form-control {
	height: 195px;
}

/*** Properties ***/
#site-subpage .our-properties .page-banner {
	max-height: 300px;
}

#site-subpage .our-properties .search-box {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

.search-box .submit-buttons-block {
	display: table;
	margin: auto;
}

.search-box .submit-buttons-block [type="submit"],
.search-box .submit-buttons-block [type="reset"] {
	margin: 0px 10px;
}


.property-results-block .single-div {
	margin-bottom: 30px;
}

.single-property {
	height: 100%;
	background: #eff0f1;
	box-shadow: 1px 4px 6px 1px #ccc;
}

.single-property .featured-image {
	height: 250px;
	overflow: hidden;
	position: relative;
}

.single-property .featured-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.single-property .featured-image .label {
	position: absolute;
	bottom: 10px;
	right: 0px;
	background: #7f9aa7;
	color: #fff;
	padding: 3px 13px 1px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}

/**/
.single-property .property-detail {
	padding: 20px;
}

.single-property .property-detail h5 {
	font-size: 22px;
}

.single-property .property-detail h5>a {
	text-decoration: none;
}

.single-property .property-detail .tag {
	font-style: normal;
	font-size: 12px;
}

.single-property .property-detail .top-row {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.single-property .property-detail .mid-row {}

.single-property .property-detail .bottom-row {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 15px;
}

.single-property .property-detail .top-row .price {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}

.single-property .property-detail .top-row .price .tag {
	font-size: 15px;
}

.single-property .property-detail ul {
	margin: 0;
	padding: 0px !important;
}

.single-property .property-detail li {
	list-style: none;
	display: flex;
}

.single-property .property-detail li .var {}

.single-property .property-detail li .value {
	margin-left: auto;
	font-weight: 500;
}

.single-property .property-detail .icon {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.single-property .property-detail .property-address .icon {
	margin-right: 4px;
}

.rslides_nav.next:before,
.rslides_nav.prev:before {
	background: none;
}


/** MotoPress Booking **************/
.mphb_sc_rooms-wrapper,
.mphb_sc_search_results-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.mphb_sc_rooms-wrapper .mphb-room-type,
.mphb_sc_search_results-wrapper .mphb-room-type {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: calc(33.333333% - 30px);
	padding-right: 15px;
	padding-left: 15px;
	height: 100%;
	background: #eff0f1;
	box-shadow: 1px 4px 6px 1px #ccc;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px !important;
}

.mphb_sc_rooms-wrapper .mphb-room-type .post-thumbnail,
.mphb_sc_search_results-wrapper .mphb-room-type .post-thumbnail {
	height: 300px;
	overflow: hidden;
	position: relative;
	width: calc(100% - -30px);
	margin-left: -15px;
}

.mphb_sc_rooms-wrapper .mphb-room-type h2.mphb-room-type-title,
.mphb_sc_search_results-wrapper .mphb-room-type h2.mphb-room-type-title {
	font-size: 22px;
}

.mphb_sc_rooms-wrapper .mphb-room-type h2.mphb-room-type-title>a,
.mphb_sc_search_results-wrapper .mphb-room-type h2.mphb-room-type-title>a {
	color: rgb(170 123 45);
	font-family: 'D-DIN-Bold.otf';
	text-transform: uppercase;
}

.mphb-room-type .mphb-room-type-details-title,
.mphb_sc_search_results-wrapper .mphb-room-type-details-title {
	display: none;
}

.mphb-room-type .mphb-loop-room-type-attributes,
.mphb_sc_search_results-wrapper .mphb-loop-room-type-attributes {
	padding: 0;
}

.mphb-room-type .mphb-loop-room-type-attributes li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-size: 14px;
	justify-content: space-between;
}

.mphb-room-type .mphb-loop-room-type-attributes li .mphb-attribute-value a {
	pointer-events: none;
}

.mphb-room-type .mphb-view-details-button {
	border-bottom: 1px dotted #747474;
}

.mphb_sc_search_results-wrapper .mphb-reserve-room-section {
	margin-bottom: 20px;
}

.mphb-reserve-room-section .mphb-button {
	background: none;
	color: rgb(127, 154, 168);
	padding: 10px 30px 7px;
	border: 1px solid;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 12px;
}

/**/
.mphb_sc_search_results-wrapper .mphb_sc_search_results-info,
.mphb_sc_search_results-wrapper .mphb-recommendation-title,
.mphb_sc_search_results-wrapper .mphb-recommendation,
.mphb_sc_search_results-wrapper .mphb-reservation-cart {
	width: 100%
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart {
	margin-bottom: 0;
}

.mphb-recommendation-details-list {
	padding: 0;
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-total {
	float: left;
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button {
	float: left;
	clear: left;
	margin-bottom: 30px;
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-confirm-reservation {
	float: left;
	clear: left;
}

/** Single Post**/
.mphb_room_type .entry-header {
	display: none
}

.mphb-single-room-type-attributes {
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mphb-single-room-type-attributes li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	width: 45%;
	justify-content: space-between
}

.mphb-single-room-type-attributes li .mphb-attribute-title {}

.mphb-single-room-type-attributes li .mphb-attribute-value {}

.mphb-single-room-type-attributes li .mphb-attribute-value a {
	pointer-events: none;
}

.single-mphb_room_type .entry-content h2 {
	font-size: 1.5rem;
}

.mphb-reservation-form-title {
	margin-top: 20px
}

/*Calendar*/
.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: normal normal normal 1rem/1 FontAwesome;
	font-size: 16px;
	font-size: 1rem;
	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;
	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 .datepick-cmd-next:before,
.mphb-calendar .datepick-cmd-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	float: right;
}

.datepick-popup .datepick-cmd-prev:before,
.mphb-calendar .datepick-cmd-prev:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d9";
	float: left;
}

.mphb-calendar .datepick,
.datepick-popup .datepick {
	font-size: .875;
	border: 0 solid;
	border-radius: 0;
	width: 31.429em;
	max-width: 100%;
	font-family: inherit;
}

.mphb-calendar a,
.datepick-popup a {
	-moz-box-shadow: none;
	-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: #fff;
	border: 1px solid #e0e1e5;
}

.mphb-calendar .datepick-nav a,
.datepick-popup .datepick-nav a {
	color: #333;
}

.mphb-calendar .datepick-nav a:hover,
.datepick-popup .datepick-nav a:hover {
	background-color: #f4f4f4;
	color: #333;
}

.mphb-calendar .datepick-nav a.datepick-disabled,
.datepick-popup .datepick-nav a.datepick-disabled {
	cursor: not-allowed;
	color: #d0d0d0;
}

.mphb-calendar .datepick-nav a.datepick-disabled:hover,
.datepick-popup .datepick-nav a.datepick-disabled:hover {
	background-color: #fff;
}

.mphb-calendar .datepick-ctrl,
.datepick-popup .datepick-ctrl {
	border-left: 1px solid #e0e1e5;
	border-right: 1px solid #e0e1e5;
	border-bottom: 1px solid #e0e1e5;
	background-color: #fff;
}

.mphb-calendar .datepick-ctrl a,
.datepick-popup .datepick-ctrl a {
	color: #333;
}

.mphb-calendar .datepick-ctrl .datepick-cmd:hover,
.datepick-popup .datepick-ctrl .datepick-cmd:hover {
	background-color: #fff;
	color: #01bea0;
}

.mphb-calendar a.datepick-cmd,
.datepick-popup a.datepick-cmd {
	height: auto;
	line-height: 2.714em;
}

.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: auto;
	background-color: #fff;
	color: #333;
	font-weight: 400;
	line-height: 2.714em;
	font-family: inherit;
}

.mphb-calendar .datepick-month-header select,
.datepick-popup .datepick-month-header select {
	background-position: right .35em top 1em;
}

@media screen and (min-width:48em) {

	.mphb-calendar .datepick-month-row,
	.datepick-popup .datepick-month-row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.mphb-calendar .datepick-month,
.datepick-popup .datepick-month {
	width: 100%;
	border: 0 solid #e0e1e5;
	border-bottom: 1px solid #e0e1e5;
	border-right: 1px solid #e0e1e5;
	border-left: 1px solid #e0e1e5;
}

@media screen and (min-width:48em) {

	.mphb-calendar .datepick-month,
	.datepick-popup .datepick-month {
		width: 50%
	}

	.mphb-calendar .datepick-month.last,
	.datepick-popup .datepick-month.last {
		border-left: 0 solid #e0e1e5;
	}

	.mphb-calendar .datepick-month.first,
	.datepick-popup .datepick-month.first {
		margin-right: 1px;
	}
}

@media screen and (min-width:48em) {

	.mphb-calendar .datepick-month+.datepick-month,
	.datepick-popup .datepick-month+.datepick-month {
		border-left: 1px solid #e0e1e5;
		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: 1px solid #f4f4f4;
	font-size: .75;
	font-weight: 400;
	padding: .5em 0;
}

.mphb-calendar .datepick-month th,
.mphb-calendar .datepick-month th a,
.datepick-popup .datepick-month th,
.datepick-popup .datepick-month th a {
	background-color: #f4f4f4;
	color: #666;
}

.mphb-calendar .datepick-month td,
.datepick-popup .datepick-month td {
	background-color: #f4f4f4;
	border: 1px solid #fff;
}

.mphb-calendar .datepick-month a,
.datepick-popup .datepick-month a {
	padding: 0;
	background-color: #fff;
	color: #333;
}

.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: #c4c4c4;
}

.mphb-calendar .datepick-month td .datepick-weekend,
.datepick-popup .datepick-month td .datepick-weekend {
	background-color: #fff;
}

.mphb-calendar a,
.datepick-popup a {
	-moz-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-available-date {
	background-color: #d7f4c0;
	color: #333;
}

.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: #666;
	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: #f4f4f4;
	color: #c4c4c4;
}

.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: #666;
	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: #333;
	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 {
	-moz-box-shadow: 0 4px 8px rgba(51, 51, 51, .15);
	-webkit-box-shadow: 0 4px 8px rgba(51, 51, 51, .15);
	box-shadow: 0 4px 8px rgba(51, 51, 51, .15);
}

.datepick-popup .mphb-datepick-popup .datepick-month td .datepick-today {
	background-color: #fff;
	font-weight: 700;
	color: #333;
}

.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-booked-date:not(.mphb-selectable-date) {
	background-color: #fff;
	color: #666;
	text-decoration: line-through;
}

.datepick-popup .mphb-datepick-popup .datepick-month td a.datepick-highlight {
	background-color: #333;
	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: #666;
	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: #666;
	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: #666;
	color: #fff;
	text-decoration: none;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date {
	background-color: #fad2d2;
	color: #333;
	text-decoration: none;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date.mphb-date-check-in.mphb-date-check-out {
	background-color: #fad2d2;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date.mphb-date-check-in {
	background: linear-gradient(to bottom right, #d7f4c0 0%, #d7f4c0 50%, #fad2d2 50%, #fad2d2 100%);
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-available-date.mphb-date-check-out {
	background: linear-gradient(to bottom right, #fad2d2 0%, #fad2d2 50%, #d7f4c0 50%, #d7f4c0 100%);
}

/***/
.mphb_sc_checkout-form {}

.mphb_sc_checkout-form h3 {
	line-height: 1.21429;
	margin-bottom: 20px;
	text-align: left;
	text-transform: none;
	position: relative;
	padding-top: 10px;
}

.mphb_sc_checkout-form h3::before {
	content: '';
	position: absolute;
	top: 0;
	height: 1px;
	width: 30px;
	background: rgb(127, 154, 168)
}

.mphb_sc_checkout-form h4 {
	font-family: inherit;
	color: inherit;
}

.mphb-room-details {
	border-top: 1px solid #e0e0e0;
	margin-top: 4em;
	padding-top: 3em;
}

.mphb-booking-form input[type=text],
.mphb-booking-form select,
.mphb_sc_checkout-form input[type=text],
.mphb_sc_checkout-form input[type=email],
.mphb_sc_checkout-form select,
.mphb_sc_checkout-form textarea {
	border: 1px solid #e3e3e3;
	border-radius: 0;
	padding: 1.075rem 1.5rem 1.075rem 1rem;
	font-size: 14px;
	font-size: .875rem;
	width: 100%;
	height: 3.125rem;
	max-width: 400px;
	background: #fafafa;
}

.mphb-booking-form select,
.mphb_sc_checkout-form select {
	border: 1px solid #e3e3e3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(//hbdemo.getmotopress.com/mountainview/wp-content/themes/mountainview/images/dropdown_passive.svg);
	background-repeat: no-repeat;
	background-position: right 1.43em top 1.5em;
	background-size: 0.6rem;
	overflow: auto;
	height: 3.125rem;
	padding: 0.5rem 1.5rem;
}

.mphb_sc_checkout-form textarea {
	height: auto;
}

.mphb_sc_checkout-form input[type=text],
.mphb_sc_checkout-form select {
	width: 100%;
	max-width: 400px;
}

.mphb_sc_checkout-form label {
	display: block;
	margin-bottom: 5px;
}

.mphb_checkout-services-list,
.mphb_sc_checkout-services-list {
	padding: 0;
}

.mphb_sc_checkout-form table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1.75em 0 1.75em;
	width: 100%;
	max-width: 760px;
}

.mphb_sc_checkout-form table td,
.mphb_sc_checkout-form table th {
	border: 1px solid #e3e3e3;
	padding: 1.25em 1.75em;
}

.mphb_sc_checkout-form .mphb-price-breakdown .mphb-table-price-column {
	width: 33%;
	text-align: right;
}

input[type=text].mphb-datepick.is-datepick {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(//hbdemo.getmotopress.com/mountainview/wp-content/themes/mountainview/css/../images/calendar_passive.svg);
	background-repeat: no-repeat;
	background-position: right 1.43em top 1.2em;
	background-size: 0.875rem;
	padding-right: 3em;
}


/****************/
.calculate {
	background: #aa7b2d;
	width: 153px;
	color: rgb(127, 154, 168);
	padding: 10px 30px 7px;
	border: 1px solid;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

.contact-wrapper {
    margin: 4rem 0;
}
.contact-wrapper .post-title {
    font-size: 2rem;
    color: #3f6684;
    line-height: 1;
    font-family: 'D-DIN.otf';
}
.contact-wrapper .contact-form {
    margin-top: 3rem;
    padding: 2rem;
    /* border: 2px solid #7f9aa8; */
	box-shadow: 0px 0px 30px #e7e7e7;
}
.contact-wrapper .contact-form .form-control,.contact-wrapper .contact-form .form-control::placeholder {
    text-transform: uppercase;
    color: #7f9aa8;
    font-size: 15px;
}
.contact-wrapper .social-icons{
	text-align: left;
    margin-top: 1rem;
}
.contact-wrapper .social-icons a {
    background: #3f6684;
    width: 40px;
    height: 40px;
    color: #ffff;
    font-size: 20px;
    line-height: 34px;
    border: 2px solid;
}
.contact-det {
    margin-top: 3rem;
    font-size: 20px;
    font-weight: 400;
	color: #3f6684;
}

.contact-det a{
	display: inline-block;
    margin-top: 1rem;
    font-size: 17px;
	color: #3f6684;
}


/** New Updates ***/
:root{
	--color-gold: #aa7a2d;
	--color-blue: #001427;
}

.site_header {
    background: rgba(0, 20, 39, 0.83);
    transition: all .6s;
    padding: 10px 0;
}
.site_header .brand_logo{
	display: inline-block;
}
.site_header .brand_logo img{
	max-height: 6.5rem;
}
.site_header .fixed-menu .brand_logo img {
    max-height: 4.5rem;
}
.site_header .main-menu .navbar-nav{
	margin-left: auto;
	display: flex;
    align-items: center;
    gap: 2rem;
}
.site_header .navbar-nav li{
	list-style: none;
}
.site_header .navbar-nav li a{
	color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: .5px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    padding: 10px 12px;
}
.site_header .navbar-nav li:hover > a{
	color: var(--color-gold);
}
.site_header .navbar-nav li.current-menu-item > a{
	background: var(--color-gold);
}
.site_header .navbar-nav li.current-menu-item:hover > a{
	color: white;
}

.site_header .menu-item-has-children {
  position: relative;
}
.site_header li.menu-item-has-children > a::after {
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  margin-left: 6px;
  opacity: 0.6;
  transition: all 0.15s ease;
}
.site_header li.menu-item-has-children:hover > a::after {
}
.site_header .menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(1rem) translateX(-50%);
  background-color: #ffffff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  min-width: 23rem;
  padding: 1rem;
  transition: all 0.15s ease;
  opacity: 0;
  visibility: hidden;
}
.site_header .menu-item-has-children > .sub-menu a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: all 0.15s ease;
	color: #001427;
}
.site_header .menu-item-has-children > .sub-menu .menu-item-has-children > a::after {
  content: "\f054";
}
.site_header .menu-item-has-children > .sub-menu a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.site_header .menu-item-has-children > .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateY(1rem);
  background-color: #ffffff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  min-width: 18rem;
  padding: 1rem;
  transition: all 0.15s ease;
  opacity: 0;
  visibility: hidden;
}
.site_header .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  /* transform: translateY(0) translateX(-50%); */
}
.site_header .menu-item-has-children:hover > .sub-menu .sub-menu {
  transform: translate(0);
}

/****************/

.form_wrapper {
    margin-top: 5rem;
	padding: 3rem;
    box-shadow: 0 0 40px #e9e6e6;
}
.single_section {
    margin-top: 4rem;
}
.form_wrapper .main_title {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 200;
    color: #aa7b2d;
    text-transform: uppercase; 
    width: fit-content;
    margin: auto;
    border-bottom: 1px solid;
}

.form_wrapper .section_title{
	font-size: 1.4rem;
    border-bottom: 1px solid;
    width: max-content;
    color: #713a0c;
    font-weight: 300;
    text-transform: uppercase;
	margin-bottom: 3rem;
}
.form_wrapper .section_title p{
	margin-bottom: 0;
}
.form_wrapper .form-row {
    margin-bottom: 1rem;
}
.form_wrapper .form-row label {
    font-weight: 500;
}
.form_wrapper select.form-control {
    background: #f9fbff;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><polyline points="1,1 5,5 9,1" stroke="black" stroke-width="2" fill="none"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 15px 15px !important;
}
.form_wrapper div.wpcf7 .form-control{
	background: #f9fbff;
	margin-top: 15px;
	padding: 15px;
	box-shadow: none;
}
.acceptance span {
    margin-left: 0;
    font-size: 1.2rem;
    font-weight: 500;
}

.wpcf7 form.invalid .wpcf7-response-output {
    margin: 0;
    border: none;
    padding: 0;
    color: red;
}

.row.row_ser{
	--bs-gutter-x: 4.5rem;
	margin-top: 4rem;
}
.feautured_img{
	position: relative;
}
.feautured_img img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}
.service_details h2 {
    font-size: 30px;
	font-family: 'd-din-bold.otf';
}
.service_details p {
	margin-top: 1rem;
    font-size: 18px;
    font-weight: 200;
    color: #000000;
}
@media (min-width: 1700px) {
	.cp-wr-sc {
		width: 58.2%
	}

	.rent-prop .item figure .zoom-in img {
		margin-left: 44%;
		margin-top: 21%;
	}

	.ft-sr {
		font-size: 13.7px;
	}
}

@media (min-width: 2000px) {

	.rent-prop .item figure .zoom-in img {
		margin-left: 46%;
		margin-top: 19%;
	}

	.ft-sr {
		font-size: 16.4px;
	}

	.cp-wr-sc {
		width: 60%
	}

	.form-sm input,
	.input-group-text {
		height: 47px;
	}
}

@media (min-width: 1200px) {
	.custom-container {
		max-width: 1340px;
	}

	.custom-container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 576px) {
	.no-mv {
		display: none;
	}

	.no-lv {
		display: inherit
	}

	header#site_header {
		position: relative
	}

	.social-icons {
		text-align: center;
	}

	.site_header {
		padding: 10px 10px;
	}

	.site-logo img {
		margin-top: 0
	}

	.site-logo {
		margin-right: auto;
		margin-left: 30px
	}

	.navbar {
		width: 100%
	}

	.navbar-light .navbar-toggler {
		margin-right: 0;
		margin-left: auto;
		border: 1px solid #fff;
	}

	/*.navbar-collapse {
		text-align: center;
		background: #fff;
		border: 1px solid;
		margin-left: 50px;
	}*/

	.navbar-light .navbar-nav a.nav-link {
		color: #000;
	}

	.navbar-light .navbar-nav a.nav-link:hover {
		background: #3f6684
	}

	section#featured {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.banner-caption {
		max-width: 85%;
		background: rgba(127, 154, 168, 0.68);
	}

	.banner-text-container {
		top: 6%
	}

	.caption-block {
		font-size: 17px;
	}

	.owl-carousel .owl-nav .owl-prev {
		left: -13%;
	}

	.owl-carousel .owl-nav .owl-next {
		right: -11.7%;
	}

	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-prev,
	.rslides_nav {
		top: 36%
	}
	
}

/*****Updated******/
@media (max-width: 992px){
	header#site_header{
		
	}
	.site_header .brand_logo img {
		max-height: 4rem;
	}
	.navbar-toggler-icon{
		filter: brightness(0) invert(1);
		border-color: white;
	}

	#main_banner{
		height: auto;
        padding-top: 46px;
	}
	section#featured {
		margin-top: -1px;
		margin-bottom: 0;
	}

	section#featured .feautured-prop{
		padding-bottom: 25px;
	}
	.feautured-prop .item figure img{
		height: 150px;
	}
	.feautured-prop .item {
		padding: 0;
	}

	.owl-carousel .owl-nav .owl-prev {
		left: -40px;
	}
	.owl-carousel .owl-nav .owl-prev:before, .rslides_nav.prev:before, .owl-carousel .owl-nav .owl-next:before, .rslides_nav.next:before{
		padding: 10px;
	}
	.owl-carousel .owl-nav .owl-next {
		right: -40px;
	}

	section#our-service .our-service{
		padding: 3rem;
	}
	section#our-service .our-service .row_1{
		justify-content: center;
	}

	section#rent-prop,
	section#sale-prop{
		padding: 3rem;
	}

	.footer-sec .ft-sec2 {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	.site-subpage .entry-page-content{
		min-height: 340px;
	}

	.single-page-property .entry-page-content{
		padding: 0 0 30px;
		margin-top: 9rem;
	}

	.contact-wrapper .form-block{
		margin-bottom: 3rem;
	}

	.search-box .search-fields{
		
	}
	.search-box fieldset{
		width: calc(50% - 7px);
	}
	.search-box fieldset .selectpicker{
		width: 100%;
	}
}

@media (max-width: 576px){
	header#site_header{
		height: 130px;
		position: fixed;
	}
	.site_header {
    	background: #1c3b54;
	}

	#main_banner{
		padding-top: 130px;
	}
	.feautured-prop .item figure img {
        height: 200px;
    }
	section#featured .feautured-prop {
        padding-bottom: 50px;
    }

	.find_ur_prop_title,
	.our-service .section-head,
	.rent-prop .section-head{
		font-size: 40px;
		margin-bottom: 1rem;
		text-align: left;
	}
	.rent-prop .section-head{
		margin-bottom: 0;
	}
	.rent-prop .rent-prop-desc {
		padding-bottom: 0;
	}
	section#find_ur_prop .find_ur_prop{
		padding: 1.5rem 1rem;
		min-height: auto;
	}
	
	section#our-service .our-service .o-sv-h:last-child{
		margin-bottom: 0;
	}
	section#our-service .our-service,
	section#rent-prop, 
	section#sale-prop {
        padding: 1.5rem;
    }
	section#rent-prop .container-fluid, 
	section#sale-prop .container-fluid{
		padding-left: 0;
		padding-right: 0;
	}
}