

/* Generic CSS */
body {
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 400;
	  font-style: normal;
	background-color: #ffffff;
	color:#4e4031;
}

img {
	max-width: 100%;
	height: auto;
}
a {
	display: inline-block;
	color: #4e4031;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
a:hover,
a:focus {
	color: #4e4031;
	outline: none;
	text-decoration: none;
}

/* Reveal */
.reveal-expand,
.reveal {
	visibility: hidden;
	opacity: 0;
}
.img-reveal {
	visibility: hidden;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/* Z-Indexes */
.z-index--1 {
	z-index: -1;
}
.z-index-1 {
	z-index: 1;
}
.z-index-10 {
	z-index: 10;
}

/* Header */
#header {
	z-index: 999999999999;
}

/* Logo */
.custom-logo {
	height: 85px;
	width: auto;
	position: relative;
	z-index: 10;
}

/* Main Menu */
#main-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 125px;
	height: 100vh;
	left: 0;
	bottom: 0;
	padding: 10px;
	z-index: 9;
}
#logo-menu {
	position: absolute;
	left: 15px;
	top: 15px;
	height: 85px;
}
#menu-btn .menu-line {
	display: block;
	position: relative;
	background: #4e4031;
	width: 55px;
	height: 2px;
	mix-blend-mode: difference;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#menu-btn .menu-line.mid {
	margin: 5px 0;
}
#site-navigation {
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	padding: 25px 25px 25px 125px;
	align-items: center;
	z-index: 0;
	background-image: linear-gradient(to right, #d9d6d3, transparent);
}
#main-menu-wrapper {
	left: -100vw;
	opacity: 0;
	top: 0;
}
#site-navigation ul li {
	width: 100%;
	font-size: 25px;
	line-height: 30px;
	margin: 10px 0;
}
#menu-btn {
	width: 55px;
	height: 16px;
	cursor: pointer;
	z-index: 10;
}
#menu-btn:hover .menu-line.top,
#menu-btn.menu-open .menu-line.top {
	transform: rotate(15deg);
}
#menu-btn:hover .menu-line.mid,
#menu-btn.menu-open .menu-line.mid {
	opacity: 0;
}
#menu-btn:hover .menu-line.bot,
#menu-btn.menu-open .menu-line.bot {
	transform: rotate(-15deg) translate(3px, -13px);
}
#menu-main-menu li a {
	position: relative;
}
#menu-main-menu li a::before {
	content: " ";
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -2.5px;
	background-color: #4e4031;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#menu-main-menu li:hover a::before,
#menu-main-menu li.current_page_item a::before,
#menu-main-menu li.current-menu-item a::before {
	width: 100%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

/* ---- Custom Theme CSS ---- */

/* Font CSS */
.work-font,
#menu-footer-menu li a {
	font-family: "Montserrat", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 400;
	  font-style: normal;
}
.didot-font {
	font-family: "Quicksand", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 400;
	  font-style: normal;
}
.single-area #blog-content p,
.single-area #blog-content li{
	font-size: 18px;
	line-height: 25px;
}

/* Font Weights */
.font-600 {
	font-weight: 400;
}

/* Font Shadow */
.text-shadow {
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

/* Colors */
.black-text,
#menu-footer-menu li a,
#tabs .nav-link:focus,
#tabs .nav-link:hover,
#tabs-areas .nav-link:focus,
#tabs-areas .nav-link:hover,
#terms .nav-link:focus,
#terms .nav-link:hover {
	color: #4e4031;
}
.beige-color {
	color: #d9d6d3;
}
.white-text {
	color: #fff;
}

/* Background Colors */
.beige-bg,
.units-title-swiper .swiper-slide-thumb-active span,
.units-title-swiper .swiper-slide:hover span,
#contact_form .wpforms-field-required:not(ul),
#contact_form ul li {
	background-color: #d9d6d3;
}
.transparent-bg,
#tabs .nav-link.active,
#tabs-areas .nav-link.active,
#terms .nav-link.active {
	background-color: transparent;
}
.green-bg {
	background-color: #547b46;
}
.red-bg {
	background-color: #D73F3F;
}
.blue-bg {
	background-color: #4e4031;
}

/* Margins */
.lg-y-margin {
	margin-top: 250px;
	margin-bottom: 250px;
}
.md-y-margin {
	margin-top: 200px;
	margin-bottom: 200px;
}
.md-y-margin-withlogo {
	margin-top: 200px;
	margin-bottom: 115px;
}
.y-margin {
	margin-top: 100px;
	margin-bottom: 100px;
}
.sm-y-margin {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* Paddings */
.padding-menu{
	padding-left: 125px;
}
.lg-y-padding {
	padding-top: 250px;
	padding-bottom: 250px;
}
.md-y-padding {
	padding-top: 200px;
	padding-bottom: 200px;
}
.y-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.sm-y-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}
.x-padding {
	padding-left: 100px;
	padding-right: 100px;
}
.sm-x-padding {
	padding-left: 50px;
	padding-right: 50px;
}

/* Widths */
.max-w-50 {
	max-width: 50%;
}

/* Heights */
.min-height-800 {
	min-height: 800px;
}
.min-height-450 {
	min-height: 450px;
}

/* Centered Images */
.centered-img img {
	position: absolute;
	max-width: unset;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	object-fit: cover;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	z-index: -1;
}
/* Arrows */
.arrow-button{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.top-left-arrow:hover svg{
	transform: rotate(180deg);
}
.bottom-right-arrow:hover svg{
	transform: rotate(0deg);
}
/* Home Page */
.link_text {
	font-size: 30px;
}
#header {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/* Help Section */
.help_title_wrapper {
	margin-bottom: 70px;
}
.help_link_a {
	cursor: pointer;
}

/* Help Section */
.help-img {
	height: 650px;
}
.help-img:hover img {
	transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

/* Footer */
#menu-footer-menu {
	list-style: none;
	margin-right: 50px;
}
#menu-footer-menu li a {
	font-size: 24px;
	margin-bottom: 15px;
}

/* Project Page */
#project-left,
#project-archive,
.content-padding {
	padding-left: 125px;
	padding-right: 35px;
}
#project-hero::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .15);
	z-index: 0;
}
#project-right {
	border-left: 2px solid #d9d6d3;
}
.project-swiper-pagination .swiper-button-next,
.project-swiper-pagination .swiper-button-prev {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.project-swiper-pagination .swiper-button-next::after,
.project-swiper-pagination .swiper-button-prev::after,
.modal-swiper .swiper-button-next::after,
.modal-swiper .swiper-button-prev::after,
.units-title-swiper .swiper-button-next::after,
.units-title-swiper .swiper-button-prev::after,
#wpforms-form-290 button[type="submit"]:focus::after {
	display: none;
}
.project-swiper-pagination {
	margin-top: -30px;
	z-index: 2;
}
.project-swiper-pagination .swiper-button-next,
.project-swiper-pagination .swiper-button-prev,
.modal-swiper .swiper-button-next,
.modal-swiper .swiper-button-prev {
	width: 20px;
	height: 20px;
	margin: 0 15px;
}
.units-title-swiper {
	padding: 0 30px;
	overflow: hidden;
}
.units-title-swiper .swiper-button-prev,
.units-title-swiper .swiper-button-next {
	width: 15px;
	z-index: 2;
}
.units-title-swiper .swiper-button-prev {
	left: 0;
	right: unset;
}
.units-title-swiper .swiper-button-next {
	right: 0;
	left: unset;
}
.project-item .project-info-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.project-item .project-info-wrapper p.medium-text {
	height: 0;
	padding-top: 0;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.project-item:hover .project-info-wrapper p.medium-text {
	height: 35px;
	padding-top: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

/* Button Read More */
.area-btn-text,
.related-area-btn-text {
	display: inline-flex;
	width: 50px;
	text-align: center;
	line-height: 17.5px;
}
.area-post-link svg {
	transform: rotate(180deg);
}

/* Project Left */
.units-title-swiper span {
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.availability > span {
	width: 200px;
}
.available {
	border: 2px solid #547b46;#D73F3F
}
.sold {
	border: 2px solid #D73F3F;
}
.p-brochure-link a,
.p-meeting-link a {
	width: 250px;
	font-size: 15px;
	line-height: 20px;
}

/* Project Modal Gallery */
#modal-gallery {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 9999999999;
}
.close-modal {
	width: 50px;
	height: 50px;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	top: 25px;
	right: 25px;
	z-index: 2;
}
.modal-swiper .swiper-button-prev,
.modal-swiper .swiper-button-next {
	top: calc(50% - 10px);
}
.modal-swiper .swiper-button-prev {
	left: 0;
}
.modal-swiper .swiper-button-next {
	right: 0;
}

/* Projects Archive */
.project-image-wrapper {
	height: 500px;
	padding-bottom: 80px;
}
.project-item-link a {
	width: 30px;
}
.availability-circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.page-numbers {
	display: flex;
	list-style: none;
	align-items: center;
}
.page-numbers li > a,
.page-numbers li > span{
	padding: 10px 20px;
}
.page-numbers li {
	margin-right: 30px;
	font-size: 30px;
	font-weight: 600;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.page-numbers li:hover {
	background-color: #d9d6d3;
}
.page-numbers.current {
	background-color: #d9d6d3;
}
.projects_navigation{
	width: 15px;
}

/* Availability Page */
/* .unit-status {
	min-width: 85px;
} */
/* Contact Page */
#contact_form-field_1-container {
	padding: 0;
}
#contact_form .wpforms-field-required:not(ul),
#contact_form ul li {
	padding: 15px;
	height: auto;
	border: 0;
	border-radius: 0;
}
#contact_form ul li {
	margin-right: 15px;
}
#contact_form ul li:last-child {
	margin-right: 0;
}
#contact_form-field_7-container legend {
	margin-bottom: 30px;
	font-weight: normal;
}
#contact_form-field_7 input[type="checkbox"]::before {
	margin-top: -2.5px;
	border-radius: 0;
	border: 4px solid #ffffff;
	background-color: #d9d6d3;
}
#contact_form textarea {
	min-height: 200px;
}
#contact_form-field_7 input[type="checkbox"]:checked::after {
	border-left: 4px solid #4e4031;
	border-bottom: 4px solid #4e4031;
	transform: translate(2px, 2px) scale(0.5) rotate(-45deg);
}
#contact_form input[type="email"],
#contact_form input[type="tel"],
#contact_form input[type="text"],
#contact_form textarea,
#contact_form input[type="checkbox"]::before,
#contact_form input[type="checkbox"]::before,
#contact_form div.wpforms-container div.wpforms-uploader{
	border: 4px solid #fff;
	background: #d9d6d3;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#contact_form div.wpforms-container-full input[type="checkbox"]:checked::after {
	top: 0px;
	left: 1px;
}
#contact_form input[type="email"]:focus,
#contact_form input[type="tel"]:focus,
#contact_form input[type="text"]:focus,
#contact_form textarea:focus,
#contact_form-field_7 input[type="checkbox"]:focus::before,
#contact_form-field_7 input[type="checkbox"]:checked::before {
	border: 4px solid #4e4031;
	box-shadow: 0 0 0 1px #4e4031,0px 1px 2px rgba(0,0,0,0.15);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#contact_form .wpforms-submit-container {
	text-align: center;
	padding-top: 0;
	margin-top: 30px;
}
#contact_form .wpforms-submit,
#contact_form .wpforms-submit:hover,
#contact_form .wpforms-submit:focus {
	color: #4e4031;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-right: 40px;
	box-shadow: none;
	background: transparent;
	border: 0;
	border-radius: 0;
}
#contact_form .wpforms-submit::before {
	content: " ";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 7.5px;
	right: 0px;
	background: url("/wp-content/themes/Mia-Properties/media/form_arrow.svg") center center/contain no-repeat scroll;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#contact_form .wpforms-submit:hover::before {
	transform: rotate(180deg);
}
/* Blog Archive */
.blog-category {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.blog-category::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.75);
	opacity: 1;
	z-index: -1;
}

/* Blog Category Archive */
#about-hero::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #4e4031;
	top: 0;
	opacity: 0.3;
	z-index: 2;
}
#about-hero .container {
	z-index: 9;
	position: relative;
}
#about-hero img {
	z-index: 1;
}
#about-title h2 {
	max-width: 800px;
}
.tab-pane .col-12 .area-post,
.blog-category .blog-category-articles,
.category-article,
#about-pages .row .about-page {
	border-bottom: 1px solid #4e4031;
}
.tab-pane .col-12:last-child .area-post,
.blog-category .blog-category-articles:last-child,
.category-article:last-child,
#about-pages .row:last-child .about-page {
	border-bottom: none;
}



#blog-content h2, #blog-content h3, #blog-content h4 {
	margin: 20px 0;
}

/*gdpr*/
.wpforms-field-gdpr-checkbox .wpforms-field-label-inline {
	padding-top: 2px;
}
/*cokies*/
body #cookie-notice {
	max-width: 300px;
	min-width: unset;
	left: 20px;
	bottom: 20px;
}
body #cn-notice-buttons {
	margin-top: 20px;
}
body #cn-close-notice {
	top: 15px;
}
body #cookie-notice .cn-button:not(.cn-button-custom) {
	border-radius: 0;
	box-shadow: none;
	border: none;
}
body #cn-more-info {
	background: none !important;
}
/*social*/
.colpurights {
	padding-right: 50px;
}

/*safari svgs fix*/
.project-item-link svg{
	height: 30px;
}

#contact_form div.wpforms-container div.wpforms-uploader{
	border: none;
	border-radius: 0;
}
.units a {
	display: block;
}
body #cookie-notice {
	z-index: 99999999999;
}
.wpforms-smart-phone-field {
	min-height: 57px;
}

/* Pop Up - Coming Soon */
#wpforms-1172 {
	position: relative;
	max-width: 500px;
	width: 100%;
	overflow: hidden;
	margin-top: 0;
	//z-index: 999999999999 !important;
}
#wpforms-1172 .wpforms-container .wpforms-field {
	padding: 10px 0;
}
#wpforms-1172 input {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	font-family: "Work Sans",sans-serif;
	color: #212529;
}
#wpforms-1172 .wpforms-smart-phone-field {
	min-height: 44px;
}
#wpforms-1172-field_4-container {
	padding-top: 0;
}
#wpforms-1172 .wpforms-submit-container {
	justify-content: start;
	display: flex;
	width: 100%;
}
#wpforms-submit-1172,
#wpforms-confirmation-1172 a {
	background-color: #4e4031;
	border-radius: 0;
	padding: 15px 45px;
	height: auto;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Work Sans",sans-serif;
	margin-left: auto;
	margin-right: auto;
	box-shadow: none;
	left: 0;
}
#wpforms-1172 input[type="text"]::placeholder,
#wpforms-1172 input[type="tel"]::placeholder,
#wpforms-1172 input[type="email"]::placeholder {
	color: #212529;
	opacity: 1;
}
.spu-close-top_right {
	right: 10px;
	top: 12.5px;
}
#spu-1179 .spu-container {
	background-color: rgba(255,255,255,.8);
}
#wpforms-confirmation-1172 {
	text-align: center;
	background-color: #d9d6d3;
	border: 0;
}


/* Language Phone */
#wpforms-form-1172 {
	position: relative;
	//z-index: 9999999999999;
}
#iti-0__country-listbox,
#wpforms-1172 .iti__selected-flag,
body .iti__flag-container,
div.wpforms-container .wpforms-form .iti__flag-container,
div.wpforms-container-full .wpforms-form .iti__flag-container, {
	//z-index: 999999999999999 !important;
}

/* Floating Contact Us */
#floating-contact {
	right: 50px;
	bottom: 50px;
	z-index: 2;
}