
body:not(.wp-admin) {
	background: linear-gradient(180deg, rgba(123, 97, 255, .24) 3.65%, rgba(244, 244, 244, 0) 50%, rgba(123, 97, 255, .24) 88.35%), #fff;
}

body.open_menu {
	overflow: hidden !important;
	touch-action: none !important;
	-ms-touch-action: none !important;
}

.mob_img img {
	position: absolute;
	left: -30px;
	right: 0;
	width: calc(100% + 60px);
	max-width: none !important;
	top: -320px;
	object-fit: cover;
	object-position: top right;
}

@media (max-width: 500px) {
	.mob_img img {
		top: -231px;
	}
}

.post-container {
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.post-container article {
	width: 33.33%;
	height: auto;
	padding: 0 15px;
	margin-bottom: 30px;
}

.post-container article>div {
	box-shadow: 0px 1px 4px rgba(0, 0, 0, .13);
	background: #fff;
	backdrop-filter: blur(8px);
	border-radius: 12px;
	padding: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.post-container .latest_title {
	width: 100%;
	text-align: center;
	margin: 20px 0 50px 0;
	font-family: "Rebrand", Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
	color: #0e0622;
	letter-spacing: -.03em;
}

.post-container article.hide {
	display: none;
}

.post-container article .post-image {
	width: 100%;
	height: auto;
	display: block;
}

.post-container article .post-image2 {
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	backdrop-filter: blur(8px);
	border-radius: 12px;
	height: auto;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, .13));
}

.post-container article .post-image2:after {
	content: "";
	display: block;
	padding-top: 62%;
}

.post-container article .post-details {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.post-container article .post-details .post-title {
	width: 100%;
	height: auto;
	display: block;
}

.post-container article .post-details .post-title2 {
	width: 100%;
	height: auto;
	display: block;
	font-family: "Lexend", Sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #0e0622;
	margin: 0;
	margin-bottom: 7px;
}

.post-container article .post-details .post-content {
	display: none;
	font-family: "Lexend", Sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #666;
}

.post-container article .post-details .post-cat-date {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 25px;
}

.post-container article .post-details .post-cat-date .post-cat a {
	width: auto;
	height: auto;
	display: inline-block;
	font-family: "Lexend", Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #0e0622;
	opacity: .7;
}

.post-container article .post-details .post-cat-date .post-date {
	width: auto;
	height: auto;
	display: inline-block;
	font-family: "Lexend", Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #6a3db8;
}

.post-container article:first-child {
	width: 100%;
	height: auto;
}

.post-container article:first-child>div {
	flex-direction: row;
}

.post-container article:first-child .post-image {
	width: 51%;
}

.post-container article:first-child .post-image2 {
	width: 100%;
}

.post-container article:first-child .post-details {
	width: 49%;
	padding: 44px 22px 0px 50px;
	flex-direction: column-reverse !important;
	justify-content: space-between;
}

.post-container article:first-child .post-details .post-content {
	display: block;
	margin-top: 30px;
}

.post-container article:first-child .post-details .post-title2 {
	font-size: 40px;
	line-height: 44px;
	letter-spacing: -.03em;
	margin-bottom: 0;
	font-weight: 700;
	font-family: "Rebrand", sans-serif;
}

.post-container article:first-child .post-details .post-cat-date {
	margin-bottom: 0;
}

.post-container article:first-child .post-details .post-cat-date .post-cat a {
	font-size: 16px;
	line-height: 16px;
}

.post-container article:first-child .post-details .post-cat-date .post-date {
	font-size: 16px;
	line-height: 16px;
}

.post-container article:first-child .post-details .post-cat-date .post-dot:after {
	font-size: 16px;
	line-height: 16px;
}

.cat_top_nav {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.cat_top_nav h1 {
	margin: 0;
	font-size: 40px;
	line-height: 44px;
	color: #0e0622;
	font-weight: 700;
	font-family: "Rebrand", sans-serif;
}

.cat_top_nav .cat_nav {
	padding-left: 50px;
}

.cat_top_nav .cat_nav .selected {
	display: none;
	background: #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 13%);
	backdrop-filter: blur(8px);
	border-radius: 12px;
	width: 320px;
	padding: 11px 20px;
	position: relative;
	transition: all .6s;
}

.cat_top_nav .cat_nav .selected.open {
	transition: all .1s;
}

.cat_top_nav .cat_nav .selected img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}

.cat_top_nav .cat_nav .selected.open img {
	transform: translateY(-50%) scale(-1);
}

.cat_top_nav .cat_nav .selected span {
	font-family: "Lexend";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #666;
}

.cat_top_nav .cat_nav ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0 -20px;
}

.cat_top_nav .cat_nav ul li {
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 0 20px;
}

.cat_top_nav .cat_nav ul li a {
	color: #666;
	font-size: 16px;
	line-height: 21px;
	font-family: "Lexend";
	transition: all .3s;
}

.cat_top_nav .cat_nav ul li a:hover {
	color: #0e0622;
}

.cat_top_nav .cat_nav ul li.active a {
	font-weight: 600;
	color: #0e0622;
}

.load_more {
	text-align: center;
	margin-top: 20px;
}

.load_more a {
	font-family: "Lexend";
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #6a3db8 !important;
}

@media screen and (max-width: 1150px) {
	.post-container article:first-child .post-details {
		padding-top: 0;
	}
}

@media screen and (max-width: 1050px) {
	.post-container article:first-child .post-image {
		width: 50%;
	}
	
	.post-container article:first-child .post-details {
		width: 50%;
		padding-top: 0;
	}
	
	.post-container article:first-child .post-details .post-content {
		margin-top: 15px;
	}
	
	.post-container article:first-child .post-details .post-title2 {
		font-size: 36px;
		line-height: 48px;
	}
	
	.post-container article {
		width: 50%;
	}
	
	.cat_top_nav .cat_nav ul {
		margin: 0 -10px;
	}
	
	.cat_top_nav .cat_nav ul li {
		padding: 0 10px;
	}
}

@media screen and (min-width: 992px) {
	.cat_top_nav .cat_nav ul {
		display: flex !important;
	}
}

@media screen and (max-width: 991px) {
	.cat_top_nav {
		justify-content: space-between;
	}
	
	.cat_top_nav .cat_nav .selected {
		display: block;
	}
	
	.cat_top_nav .cat_nav .selected.open {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.cat_top_nav .cat_nav {
		position: relative;
		padding-left: 0;
	}
	
	.cat_top_nav .cat_nav ul {
		display: none;
		position: absolute;
		z-index: 1;
		background: #fff;
		width: 100%;
		left: 0;
		top: 44px;
		right: 0;
		padding: 8px 0;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 13%);
		backdrop-filter: blur(8px);
		border-radius: 0 0 12px 12px;
		margin: 0;
	}
	
	.cat_top_nav .cat_nav ul li {
		margin: 8px 0;
		padding: 0 20px;
	}
	
	.post-container .latest_title {
		display: none;
	}
	
	.post-container article:first-child .post-details .post-content {
		display: none;
	}
	
	.post-container article:first-child>div {
		flex-direction: column;
	}
	
	.post-container article:first-child {
		width: 50%;
	}
	
	.post-container article:first-child .post-image {
		width: 100%;
	}
	
	.post-container article:first-child .post-details {
		width: 100%;
		padding: 0;
		flex-direction: column !important;
	}
	
	.post-container article:first-child .post-details .post-title2 {
		font-weight: 400;
		font-size: 20px;
		font-family: "Lexend", Sans-serif;
		line-height: 24px;
	}
	
	.post-container article:first-child .post-details .post-cat-date {
		margin-top: 10px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 767px) {
	.cat_top_nav {
		flex-direction: column;
	}
	
	.cat_top_nav .cat_nav {
		width: 100%;
	}
	
	.cat_top_nav h1 {
		margin-bottom: 20px;
	}
	
	.cat_top_nav .cat_nav .selected {
		width: 100%;
	}
	
	.post-container {
		margin: 0;
	}
	
	.post-container article {
		width: 100% !important;
		padding: 0;
	}
	
	.post-container article .post-image {
		width: 100%;
	}
	
	.post-container article:first-child {
		flex-direction: column;
	}
	
	.post-container article:first-child .post-image {
		width: 100%;
	}
	
	.post-container article:first-child .post-details {
		width: 100%;
		padding: 0;
	}
	
	.post-container article .post-details .post-cat-date .post-date, .post-container article:first-child .post-details .post-cat-date .post-date, .post-container article:first-child .post-details .post-cat-date .post-cat, .post-container article .post-details .post-cat-date .post-cat a {
		font-size: 14px;
		line-height: 21px;
	}
	
	.post-container article .post-details .post-title2, .post-container article:first-child .post-details .post-title2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 0;
	}
}

.post_archive .post-container .latest_title {
	margin-top: 50px;
}

.post_archive .post-container article:first-child {
	display: flex;
	align-items: center;
	width: 55%;
	margin-bottom: 0;
}

.post_archive .post-container article:first-child>div {
	flex-direction: column;
	width: 100%;
}

.post_archive .post-container article:first-child .post-image {
	width: 100%;
}

.post_archive .post-container  .cat_top_nav {
	display: none;
}

.post_archive .post-container article:first-child .post-details .post-title2 {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	font-family: "Lexend", Sans-serif;
}

.post_archive .post-container article:first-child .post-details .post-cat-date {
	margin-bottom: 25px;
}

.post_archive .post-container article:first-child .post-details {
	width: 100%;
	padding: 0;
	flex-direction: column !important;
	justify-content: space-between;
}

.post_archive .post-container .cat_details .cat_description {
	margin-top: 20px;
	font-family: "Lexend", Sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #666;
}

.post_archive .post-container .cat_details .cat_name {
	font-family: "Rebrand", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: -.03em;
	color: #0e0622;
	margin: 0;
}

.post_archive .post-container .cat_details {
	flex-direction: column;
	display: flex;
	justify-content: center;
	width: 45%;
	height: auto;
	box-shadow: none;
	border-radius: 0;
	backdrop-filter: none;
	background: transparent;
	padding: 0;
	padding-left: 60px;
}

.post_archive .cat_top_nav .cat_nav {
	padding-left: 0;
}

@media screen and (max-width: 991px) {
	.post_archive>.cat_top_nav {
		display: none;
	}
	
	.post_archive .post-container  .cat_top_nav {
		display: flex;
		order: -1;
		width: 100%;
		padding: 0 15px;
	}
	
	.post_archive .post-container .cat_details {
		order: -1;
		width: 100%;
		padding: 0 15px;
		margin-bottom: 50px;
		text-align: center;
	}
	
	.post_archive .post-container article:first-child {
		margin-bottom: 30px;
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.post_archive .post-container  .cat_top_nav {
		padding: 0;
	}
}

.post_author .post-container article:first-child {
	display: none;
}

.page_404_title {
	max-width: 462px;
	margin: auto;
	text-align: center;
	padding: 90px 20px 100px 20px;
}

.page_404_title  h1 {
	color: #0e0622;
	font-family: "Rebrand", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: -.05em;
	margin: 0;
	margin-top: -35px;
}

.page_404_title .text {
	color: #6a3db8;
	font-family: "Lexend", Sans-serif;
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	margin-top: 10px;
}

.page_404_title  img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.page_404_title {
		padding: 90px 20px 50px 20px;
	}
}

.leadin-preview-wrapper h4 {
	font-size: 18px;
}

.leadin-preview-wrapper p {
	font-size: 14px;
}

@media all and (max-width: 768px) {
	.leadinModal.leadinModal-theme-default.leadinModal-v3 .clearfix-image, .leadinModal.leadinModal-theme-default.leadinModal-v3 .clearfix-image-description {
		clear: unset;
	}
}

/***Apartment post css***/
.main-city-container {
	position: relative;
	padding-bottom: 50px;
}

.main-city-container .city-title {
	display: block;
	font: 600 30px/45px "Work Sans";
	color: #3f3a41;
	margin-bottom: 40px;
}

.main-city-container .city-arrows {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	user-select: none;
}

.main-city-container .slick-prev {
	width: 40px;
	height: 40px;
	background: #fff;
	background: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-4ddb2a0/getflex.com/wp-content/uploads/2021/02/arr-left.svg") 13px center/10px 20px no-repeat !important;
	border: 1px solid rgba(63, 58, 65, .2);
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	outline: none !important;
	-webkit-tap-highlight-color: transparent !important;
	font-size: 0;
	position: absolute;
	top: -85px;
	right: 50px;
}

.main-city-container .slick-prev:hover {
	background: transparent;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	transform: none !important;
	transition: none !important;
}

.main-city-container .slick-prev.slick-disabled {
	opacity: .5;
	cursor: initial;
	border: 1px solid rgba(63, 58, 65, .4);
}

.main-city-container .slick-next {
	width: 40px;
	height: 40px;
	background: #fff;
	background: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-4ddb2a0/getflex.com/wp-content/uploads/2021/02/arr-right.svg") 15px center/10px 20px no-repeat !important;
	border: 1px solid rgba(63, 58, 65, .2);
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	outline: none !important;
	-webkit-tap-highlight-color: transparent !important;
	font-size: 0;
	position: absolute;
	top: -85px;
	right: 0;
}

.main-city-container .slick-next:hover {
	background: transparent;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	transform: none !important;
	transition: none !important;
}

.main-city-container .slick-next.slick-disabled {
	opacity: .5;
	cursor: initial;
	border: 1px solid rgba(63, 58, 65, .4);
}

.city-container {}

/*
.city-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}*/
.apt-post-container {}

.apt-post-container .slick-list {
	margin: 0 -15px;
}

.apt-post-container article {
	/*width: 310px;
    min-width: 310px;
    height: auto;
    margin-right: 30px;
    display: inline-block;*/
	margin: 0 15px;
}

.apt-post-container article .post-link {
	display: block;
}

.apt-post-container article .post-image {
	width: 100%;
	height: 310px;
	border-radius: 12px;
	overflow: hidden;
}

.apt-post-container article .post-image-inner {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: .7s;
}

.apt-post-container article .post-image:hover .post-image-inner, .apt-post-container article .post-image:focus .post-image-inner {
	transform: scale(1.2);
	transition: .7s;
}

.apt-post-container article .post-details {
	width: 100%;
	height: auto;
	padding-top: 10px;
}

.apt-post-container article .post-details .post-title {
	width: 100%;
	height: auto;
	font: 500 20px/30px "Work Sans";
	color: #3f3a41;
}

.apt-post-container article .post-details .post-address {
	font: normal 16px/24px "Work Sans";
	color: #3f3a41;
}

@media screen and (max-width: 991px) {
	.main-city-container {
		position: relative;
		padding-bottom: 30px;
	}
	
	.city-container {
		overflow-x: scroll;
		scrollbar-width: none;
		-ms-overflow-style: none;
		padding-bottom: 20px;
	}
	
	.city-container::-webkit-scrollbar {
		width: 0 !important;
		height: 0 !important;
		display: none !important;
	}
	
	.apt-post-container {
		width: 100%;
		height: auto;
		margin-bottom: 40px;
		display: flex;
	}
	
	.apt-post-container article {
		width: 310px;
		min-width: 310px;
		height: auto;
		margin-right: 30px;
		display: inline-block;
		margin-left: 0;
	}
	
	.main-city-container .city-arrows {
		display: none;
	}
	
	.main-city-container .slick-prev, .main-city-container .slick-next {
		display: none !important;
	}
	
	.apt-post-container {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 500px) {
	.main-city-container {
		padding-bottom: 20px;
	}
	
	.city-container {
		padding-bottom: 20px;
	}
	
	.main-city-container .city-title {
		margin-bottom: 20px;
	}
	
	.apt-post-container article {
		width: 240px;
		min-width: 240px;
		margin-right: 20px;
	}
	
	.apt-post-container article .post-image {
		height: 240px;
	}
	
	.apt-post-container article .post-details .post-title {
		font: 500 18px/22px "Work Sans";
	}
	
	.apt-post-container article .post-details .post-address {
		font: normal 14px/21px "Work Sans";
	}
}

/*City single page css*/
.city-post-container {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.city-post-container article {
	width: 100%;
	height: auto;
	padding: 30px 0;
	border-top: 1px solid rgba(63, 58, 65, .15);
}

.city-post-container article .post-link {
	display: flex;
}

.city-post-container article .post-image {
	width: 200px;
	height: 200px;
	border-radius: 12px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.city-post-container article .post-image .flexsimple {
	width: auto;
	height: 27px;
	padding: 0 12px;
	display: flex;
	align-items: center;
	font: 600 11px/16px "Work Sans";
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #3f3a41;
	background: #fff;
	border-radius: 22px;
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.city-post-container article .post-image .flexfree {
	width: auto;
	height: 27px;
	padding: 0 12px;
	display: flex;
	align-items: center;
	font: 600 11px/16px "Work Sans";
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #fff;
	background: #6446a4;
	border-radius: 22px;
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.city-post-container article .post-image .flexsimple img {
	margin-right: 7px;
}

.city-post-container article .post-image .flexfree img {
	margin-right: 7px;
}

.city-post-container article .post-details {
	width: calc(100% - 200px);
	height: auto;
	padding-left: 20px;
}

.city-post-container article .post-details .post-title {
	width: 100%;
	height: auto;
	font: 500 20px/28px "Work Sans";
	color: #3f3a41;
}

.city-post-container article .post-details .post-price {
	width: 100%;
	height: auto;
	font: 400 18px/25px "Work Sans";
	color: #3f3a41;
}

.city-post-container article .post-details .post-address {
	font: normal 14px/20px "Work Sans";
	color: #3f3a41;
}

.city-post-container article .post-details .post-line {
	width: 30px;
	height: 1.5px;
	background: rgba(63, 58, 65, .15);
	margin: 15px 0;
}

.city-post-container article .post-details .post-excerpt {
	font: normal 14px/20px "Work Sans";
	color: rgba(63, 58, 65, .7);
}

.city-list-container .city-title {
	font: 600 30px/45px "Work Sans";
	color: #5c4197;
	margin-bottom: 10px;
	display: block;
	padding-left: 40px;
	background: url("https://cdn-iledobg.nitrocdn.com/nUMJQupotEobUubTntJIMQWffnOrMPdx/assets/images/optimized/rev-4ddb2a0/getflex.com/wp-content/uploads/2021/02/loaction2.svg") left center/30px 30px no-repeat;
}

.city-list-container .city-title:hover {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	.city-post-container article {}
	
	.city-post-container article:nth-child(1) {
		border-top: none;
		padding-top: 0 !important;
	}
	
	.city-col2 .elementor-element {
		width: 100% !important;
		top: initial !important;
	}
}

@media screen and (max-width: 500px) {
	.city-post-container {
		margin-bottom: 0;
	}
	
	.city-post-container article {
		width: 100%;
		min-width: initial;
		margin-right: 0 !important;
	}
	
	.city-post-container article:nth-child(1) {}
	
	.city-post-container article .post-link {
		flex-direction: column;
	}
	
	.city-post-container article .post-image {
		width: 100%;
		height: 250px;
	}
	
	.city-post-container article .post-details {
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
	}
	
	.city-list-container .city-title {
		font: 600 24px/36px "Work Sans";
	}
}

/*Apartment single page*/
.property-type-text {
	font: 600 11px/16px "Work Sans";
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #fff;
	background: #6446a4;
	border-radius: 22px;
	display: inline-block;
	padding: 5px 12px;
}

/*Google map*/
#map {
	width: 100%;
	height: calc(100vh - 110px);
}

@media (max-width: 991px) {
	#map {
		height: 645px;
	}
}

/* Menu Nav */
.elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover {
	background-color: transparent !important;
}
