/*----Grid View-----*/
.cwp-post {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.102218));
	margin: 10px 0px;
	overflow: hidden;
	transition: 300ms;
}

.cwp-post:hover {
	filter: none;
}

.cwp-post-thumbnail {
	height: 220px;
	width: 100%;
	position: relative;
}

.cwp-post .cwp-post-thumbnail img {
	height: 100%;
	object-fit: cover;
	transition: 300ms;
	width: 100%;
}

/*-------List View------*/
.list-view .cwp-col-12 {
	width: 100% !important;
}

.list-view .cwp-post {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.list-view .cwp-post-thumbnail {
	width: 30%;
	min-height: 160px;
	height: 185px;
}

.list-view .cwp-post-content-container {
	width: 70%;
}

.list-view .cwp-post-content {
	padding: 30px 20px;
}

.list-view .cwp-post-content h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.list-view ul.cwp-post-terms {
	padding: 20px 20px 0 20px;
}

.cwp-promoted-post {
	border: 1px solid #ddbb2a;
	border-radius: 4px;
	color: #ddbb2a;
	cursor: default;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 2px 5px;
	position: relative;
	top: -2px;
}

.cwp-post-content {
	padding: 15px;
}

.cwp-post-content h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cwp-post-content p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 0 0;
}

.cwp-post-terms {
	align-items: center;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 15px 15px 10px;
}

.cwp-post-terms li {
	margin: 0 5px 5px 0;
}

.cwp-post-terms li a {
	display: block;
	font-size: 12px;
	background: #f6f6f6;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 8px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 210px;
	line-height: 10px;
	color: #343A40;
}

/*---Save button-------*/
.cwp-archive-save {
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0) 94%) repeat scroll 0 0;
	bottom: 0;
	padding: 15px 14px 5px 14px;
	width: 100%;
}

.cwp-archive-save .cwp-single-save-btns.cwp-single-widget {
	float: right;
	color: #fff;
}

span.cwp-main.cwp-save-post svg:nth-child(2) {
	display: none;
}

span.cwp-main.cwp-saved-post svg:first-child {
	display: none;
}

.cwp-single-save-btns.cwp-single-widget span.cwp-main,
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
	cursor: pointer;
}
.cwp-post-boosted {
	padding: 1px 10px;
	position: absolute;
	top: 15px;
	left: 15px;
	background: #FFBB00;
	border-radius: 12px;
	color: #000000;
	font-weight: 500;
	font-size: 13px;
}

.realestate-blog-post-loop-style1 {
    height: 360px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}
.real-estate-blogs-slider.style2 .slick-slide .realestate-blog-post-loop-style1 {
    width: auto !important;
}
.rel-classic-blog-post-img a {
    width: 100%;
}
.rel-classic-blog-post-img img {
    width: auto;
}
.re-classic-blog-post-content {
    padding: 16px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000002e;
    display: flex;
    transition: 300ms;
    flex-direction: column;
    justify-content: end;
    align-items: start;
}
.text-heading-blog {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 600;
    color: white !important;
    margin-bottom: 4px;
}
.re-classic-blog-post-content p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    color: #DEE4EB;
    line-height: 24px;
    margin-bottom: 8px;
}
.re-classic-btnlink {
    background-color: #0A4BE3;
    padding: 7px 15px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Inter';
    color: palegoldenrod;
}

/*----Grid View-----*/
.cwp-post {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.102218));
	margin: 10px 0px;
	overflow: hidden;
	transition: 300ms;
}

.cwp-post:hover {
	filter: none;
}

.cwp-post-thumbnail {
	height: 220px;
	width: 100%;
	position: relative;
}

.cwp-post .cwp-post-thumbnail img {
	height: 100%;
	object-fit: cover;
	transition: 300ms;
	width: 100%;
}

/*-------List View------*/
.list-view .cwp-col-12 {
	width: 100% !important;
}

.list-view .cwp-post {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.list-view .cwp-post-thumbnail {
	width: 30%;
	min-height: 160px;
	height: 185px;
}

.list-view .cwp-post-content-container {
	width: 70%;
}

.list-view .cwp-post-content {
	padding: 30px 20px;
}

.list-view .cwp-post-content h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.list-view ul.cwp-post-terms {
	padding: 20px 20px 0 20px;
}

.cwp-promoted-post {
	border: 1px solid #ddbb2a;
	border-radius: 4px;
	color: #ddbb2a;
	cursor: default;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 2px 5px;
	position: relative;
	top: -2px;
}

.cwp-post-content {
	padding: 15px;
}

.cwp-post-content h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cwp-post-content p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 0 0;
}

.cwp-post-terms {
	align-items: center;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 15px 15px 10px;
}

.cwp-post-terms li {
	margin: 0 5px 5px 0;
}

.cwp-post-terms li a {
	display: block;
	font-size: 12px;
	background: #f6f6f6;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 8px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 210px;
	line-height: 10px;
	color: #343A40;
}

/*---Save button-------*/
.cwp-archive-save {
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0) 94%) repeat scroll 0 0;
	bottom: 0;
	padding: 15px 14px 5px 14px;
	width: 100%;
}

.cwp-archive-save .cwp-single-save-btns.cwp-single-widget {
	float: right;
	color: #fff;
}

span.cwp-main.cwp-save-post svg:nth-child(2) {
	display: none;
}

span.cwp-main.cwp-saved-post svg:first-child {
	display: none;
}

.cwp-single-save-btns.cwp-single-widget span.cwp-main,
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
	cursor: pointer;
}
.cwp-post-boosted {
	padding: 1px 10px;
	position: absolute;
	top: 15px;
	left: 15px;
	background: #FFBB00;
	border-radius: 12px;
	color: #000000;
	font-weight: 500;
	font-size: 13px;
}

.loop-style1.realestate-item .real-listings-post-item {
    border-radius: 8px;
    background: #ffffff;
    position: relative;
    transition: 300ms;
}

.loop-style1.realestate-item {
    transition: 300ms;
    overflow: hidden;
    border-radius: 10px;
}

.realestate-dropdown-items.realestate-social-share ul {
    display: flex;
}

.loop-style1.realestate-item:hover {
    box-shadow: -7px 2px 17px 0px #00000017;
}

.realestate-item.loop-style1.loop-classic .real-listings-post-content .post-location {
    margin-left: -5px;
    margin-top: -1px;
    margin-bottom: 13px;
}

.realestate-item.loop-style1.loop-classic .real-listings-post-thumbnail .post-for span {
    top: 19px;
}

.realestate-item.loop-style1.loop-classic .real-listings-post-content h2 {
    margin-top: 9px;
}

.realestate-item.loop-style1.loop-classic .real-listings-post-content .for-sale {
    padding-top: 2px;
    text-transform: capitalize;
}

.realestate-item.loop-style1.loop-classic .real-listings-post-content {
    padding: 16px 16px;
}

.loop-style1.realestate-item:hover {
    border-radius: 4px;
}

.loop-style1.realestate-item:hover .real-listings-post-content {
    border-color: #fff0;
}

.realestate-item.loop-style1.loop-classic .real-listings-post-thumbnail .slick-slide>div,
.realestate-item.loop-style1.loop-classic .real-listings-post-thumbnail {
    height: 234px;
}
.post-img.loop-style1-grid-slider.slick-initialized{
    height: 234px;
}
.loop-style1.realestate-item .real-listings-post-thumbnail .slick-slide>div,
.loop-style1.realestate-item .real-listings-post-thumbnail {
    position: relative;
    height: 234px;
    overflow: hidden;
}

.loop-style1.realestate-item .real-listings-post-thumbnail img {
    height: 234px;
    object-fit: cover;
    width: 100%;
}

.loop-style1 .post-rating {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.loop-style1 .realestate-save-posts {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    z-index: 999;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    border-radius: 50%;
    line-height: 27px;
    transition: 300ms;
    font-size: 16px;
}

.loop-style1 .realestate-save-posts:hover {
    background: #BC7635;
    color: #ffffff;
}

.real-listings-post-item-header-photos {
    display: none;
}

.loop-style1 .real-listings-post-item-header-photos.slick-initialized {
    display: block;
}

.loop-style1.realestate-item .real-listings-post-thumbnail .slick-dots {
    position: absolute;
    bottom: 14px;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: normal;
    padding: 0;
    margin: 0;
    list-style: none;
}

.loop-style1.realestate-item .real-listings-post-thumbnail .slick-dots button {
    width: 6px;
    height: 6px;
    background: #E3E3E3;
    border-radius: 50%;
    padding: 0;
    border: unset;
    font-size: 0;
}

.loop-style1.realestate-item .real-listings-post-thumbnail .slick-dots .slick-active button {
    background: #fff;
    transform: scale(1.3);
}

.loop-style1.realestate-item .real-listings-post-thumbnail .slick-dots li {
    width: auto;
    height: auto;
    padding: 0 4px;
}

.loop-style1.realestate-item .real-listings-post-thumbnail .post-for span {
    position: absolute;
    font-family: Urbanist;
    font-size: 12px;
    text-align: center;
    background: #F8BB18;
    z-index: 99;
    border-radius: 4px;
    font-weight: 500;
    color: #000000;
    left: 16px;
    top: 19px;
    padding: 3px 9px;
    line-height: 20px;
}

.loop-style1.realestate-item .real-listings-post-thumbnail .post-for.buy span {
    background: #fff;
}

.loop-style1.realestate-item .real-listings-post-thumbnail .post-price span {
    padding: 7px 17px;
    border-radius: 62px;
    background: #ffffff;
    color: #070026;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 14px;
    transition: 300ms;
    left: 15px;
}

.loop-style1.realestate-item .real-listings-post-item:hover .post-price span {
    box-shadow: 0 0 0px 4px #ffffff;
}

.loop-style1.realestate-item .real-listings-post-thumbnail .post-author-img {
    width: 62px;
    border-radius: 31px;
    position: absolute;
    bottom: -25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 300ms;
    right: 14px;
}

.loop-style1.realestate-item:hover .real-listings-post-thumbnail .post-author-img {
    bottom: -23%;
}

.loop-style1.realestate-item .real-listings-post-thumbnail .post-author-img .post-rating .rating-icon {
    margin-right: 4px;
}

.loop-style1.realestate-item .real-listings-post-thumbnail .post-author-img img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ffffff
}

.loop-style1.realestate-item .real-listings-post-thumbnail .post-author-img .post-rating {
    border-radius: 3.5px;
    border: 1px solid #EFEFEF;
    background: #ffffff;
    padding: 3px 6px;
    color: #1F1B30;
    text-align: center;
    font-family: Urbanist;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    margin: auto;
    margin-top: 7px;
}

.loop-style1.realestate-item .real-listings-post-content {
    padding: 20px 16px 17px 15px;
    background: #ffffff;
    border: 1px solid #CBCBCB;
    border-radius: 0 0 10px 10px;
    position: relative;
    border-top: 0;
}

.loop-style1.realestate-item .real-listings-post-content .post-price span {
    font-size: 24px;
    font-weight: 700;
    color: #070026;
    line-height: 25px;
}

.loop-style1.realestate-item .real-listings-post-content .post-location span {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #EC6075;
    font-family: Urbanist;
}

.loop-style1.realestate-item .real-listings-post-content .post-location span img {
    margin-right: 5px;
}

.loop-style1.realestate-item .real-listings-post-content h2 {
    font-size: 16px;
    color: #080127;
    font-family: Urbanist;
    max-width: 100%;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    line-height: 21px;
}

.loop-style1.realestate-item .real-listings-post-content .post-details ul li i {
    color: #141B34;
}

.loop-style1.realestate-item .real-listings-post-content h2:hover {
    color: #BC7635;
}

.loop-style1 .post-rating {
    height: 26px;
    border: 1px solid #EFEFEF;
    background: #ffffff;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F1B30;
    font-family: Urbanist;
    font-size: 12px;
    font-weight: 500;
    gap: 0 3px;
    padding: 0 4px;
    margin-bottom: 2px;
    border-radius: 50px !important;
}

.loop-style1.realestate-item .real-listings-post-content .post-location {
    margin-bottom: 10px;
}

.loop-style1.realestate-item .real-listings-post-content .post-location a {
    color: #0A0A0A;
    font-family: Urbanist;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
}

.post-img.loop-style1-grid-slider img {
    height: auto;
}

.loop-style1.realestate-item .real-listings-post-content .post-details ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    padding-top: 5px;
    border: unset;
}

.realestate-item .real-listings-post-content .post-details ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 0 7px;
    color: #717171;
    background: #F5F5F5;
    padding: 4px 9px;
    border-radius: 50px;
    line-height: 13px;
    height: 32px;
}

/* archive styles  */

.loop-style1 .realestate-post-quick-actions {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}


.loop-style1 .realestate-post-quick-actions a {
    width: calc(100% - 66px);
    text-align: center;
    font-size: 16px;
    transition: 300ms;
    font-weight: 400;
    padding: 9px 7px;
    color: #070026;
    border-radius: 4px;
    border: 1px solid #070026;
}

.loop-style1 .realestate-post-quick-actions.active a {
    width: calc(100% / 2 - 3px);
}

.loop-style1 .realestate-post-quick-actions a:hover {
    background: #070026;
    color: #ffffff;
}

.loop-style1 .realestate-post-quick-actions .realestate-whatsapp {
    display: flex;
    background-color: #00A884;
    align-items: center;
    justify-content: center;
    width: 61px;
    color: #fff0;
    gap: 0;
    border:1px solid  #00A884 !important;
    font-size: 0;
}

.loop-style1 .realestate-post-quick-actions .realestate-whatsapp i {
    color: #fff;
}

.loop-style1 .realestate-post-quick-actions.active .realestate-whatsapp {
    display: flex;
    background-color: #00A884;
    align-items: center;
    width: calc(100% / 2 - 3px) !important;
    color: #ffffff;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
}

.loop-style1 .realestate-post-quick-actions .realestate-whatsapp i {
    font-size: 24px;
}


.loop-style1 .realestate-post-quick-actions .realestate-whatsapp:hover {
    background-color: #fff;
    color: #00A884;
    border: 1px solid #00A884 !important;
} 
.loop-style1 .realestate-post-quick-actions .realestate-whatsapp:hover i { 
    color: #00A884;
}
.loop-style1 .realestate-post-hidden-menus {
    position: absolute;
    top: 18px;
    right: 15px;
}

.loop-style1 .realestate-post-hidden-menus>i {
    color: #CBCBCB;
    font-size: 17px;
}

.loop-style1 .realestate-post-hidden-menus:hover>i {
    color: #BC7635;
    cursor: pointer;
}

.loop-style1 .realestate-post-hidden-menus ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: 300ms;
    right: -4px;
    border-radius: 4px;
    background: #F5F5F5;
    padding: 0 4px;
}

.loop-style1 .realestate-post-hidden-menus:hover ul {
    opacity: 1;
    visibility: visible;
}

.loop-style1.realestate-item .real-listings-post-content .realestate-post-hidden-menus ul li {
    min-width: 116px;
    padding: 6px 11px;
}

.loop-style1.realestate-item .realestate-post-hidden-menus ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.loop-style1.realestate-item .real-listings-post-content ul li p {
    color: #717171;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.loop-style1.realestate-item .real-listings-post-content .realestate-post-hidden-menus ul li a {
    display: block;
}

.loop-style1.realestate-item .real-listings-post-content ul li p:hover {
    color: #BC7635;
}

.realestate-dropdown-items.realestate-social-share {
    position: absolute;
    opacity: 0;
    transition: 300ms;
    transform: translatey(-10px) scale(0.9);
}

.loop-style1.realestate-item .real-listings-post-content ul li:hover .realestate-dropdown-items {
    transform: translate(-22px, 0px) scale(1);
    opacity: 1;
}

.loop-style1.realestate-item .real-listings-post-content ul {
    list-style: none;
}

.loop-style1 .realestate-post-hidden-menus:hover ul {
    opacity: 1;
    visibility: visible;
}

.realestate-dropdown-items.realestate-social-share li {
    min-width: auto !important;
}


.loop-style1 .cwp-archive-container.gallery [data-photos="not-have-photots"] {
    display: none;
}

.loop-style1.realestate-item .realestate-post-hidden-menus ul li {
    border: unset !important;
}

.loop-style1 .list-view .realestate-item .real-listings-post-thumbnail a img {
    height: 272px;
}

.loop-style1.realestate-item .real-listings-post-thumbnail .post-for.rent span {
    background: #ffffff;
}

/*.post-img.loop-style1-grid-slider:not(.slick-initialized) {*/
/*    display: none;*/
/*}*/

.real-listings-post-thumbnail img {
    transition: 300ms;
}

.realestate-item.loop-style1.style3 .post-price span {
    color: #4081FF !important;
}

.realestate-item.loop-style1.style3 .real-listings-post-content .post-location span img {
    filter: brightness(0.5);
}

.realestate-item.loop-style1.style3 .real-listings-post-content .post-details ul li {
    border-radius: 50px ! IMPORTANT;
}

.realestate-item.loop-style1.style3 .real-listings-post-content .post-location span {
    color: #EC6075 !important;
}

.loop-style1.realestate-item:hover .loop-style1-grid-slider:not(.slick-initialized) img,
.loop-style1.realestate-item:hover .real-listings-post-thumbnail .slick-active img {
    transform: scale(1.1);
}

.realestate-item.loop-style1.style3 p {
    color: #080127;
}
.realestate-list .realestate-post-quick-actions a {
    width: calc(100% / 2 - 3px) ! IMPORTANT;
}
.realestate-list .loop-style1 .realestate-post-quick-actions .realestate-whatsapp {
    display: flex;
    background-color: #00A884;
    align-items: center;
    width: calc(100% / 2 - 3px) !important;
    color: #ffffff !important;
    justify-content: center;
    gap: 10px;
    font-size: 16px !important;
}
.realestate-list .loop-style1 .realestate-post-quick-actions .realestate-whatsapp:hover{
    color:  #00A884 !important;
    background-color:#fff;
}
/*----Grid View-----*/
.cwp-post {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.102218));
	margin: 10px 0px;
	overflow: hidden;
	transition: 300ms;
}

.cwp-post:hover {
	filter: none;
}

.cwp-post-thumbnail {
	height: 220px;
	width: 100%;
	position: relative;
}

.cwp-post .cwp-post-thumbnail img {
	height: 100%;
	object-fit: cover;
	transition: 300ms;
	width: 100%;
}

/*-------List View------*/
.list-view .cwp-col-12 {
	width: 100% !important;
}

.list-view .cwp-post {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.list-view .cwp-post-thumbnail {
	width: 30%;
	min-height: 160px;
	height: 185px;
}

.list-view .cwp-post-content-container {
	width: 70%;
}

.list-view .cwp-post-content {
	padding: 30px 20px;
}

.list-view .cwp-post-content h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.list-view ul.cwp-post-terms {
	padding: 20px 20px 0 20px;
}

.cwp-promoted-post {
	border: 1px solid #ddbb2a;
	border-radius: 4px;
	color: #ddbb2a;
	cursor: default;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 2px 5px;
	position: relative;
	top: -2px;
}

.cwp-post-content {
	padding: 15px;
}

.cwp-post-content h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cwp-post-content p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 0 0;
}

.cwp-post-terms {
	align-items: center;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 15px 15px 10px;
}

.cwp-post-terms li {
	margin: 0 5px 5px 0;
}

.cwp-post-terms li a {
	display: block;
	font-size: 12px;
	background: #f6f6f6;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 8px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 210px;
	line-height: 10px;
	color: #343A40;
}

/*---Save button-------*/
.cwp-archive-save {
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0) 94%) repeat scroll 0 0;
	bottom: 0;
	padding: 15px 14px 5px 14px;
	width: 100%;
}

.cwp-archive-save .cwp-single-save-btns.cwp-single-widget {
	float: right;
	color: #fff;
}

span.cwp-main.cwp-save-post svg:nth-child(2) {
	display: none;
}

span.cwp-main.cwp-saved-post svg:first-child {
	display: none;
}

.cwp-single-save-btns.cwp-single-widget span.cwp-main,
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
	cursor: pointer;
}
.cwp-post-boosted {
	padding: 1px 10px;
	position: absolute;
	top: 15px;
	left: 15px;
	background: #FFBB00;
	border-radius: 12px;
	color: #000000;
	font-weight: 500;
	font-size: 13px;
}
.agents-for-pro{
    display: none;
}

.re-agents-post-item {
    min-height: 335px;
    border-radius: 8px;
    border: 1px solid #CACACA;
    background: #FFF;
    text-align: center;
    margin: 15px;
    transition: 0.3s;
    overflow: hidden;
}

.re-agents-post-item {
    margin: 14px;
    margin-left: 3px;
    margin-right: 25px;
}

.re-agents-post-item .re-agents-post-head {
    border-radius: 5px 5px 0px 0px;
    background: #070026;
    padding: 8px 0;
}
.re-agents-post-item .re-agents-post-head .heading {
    color: #ffffff;
    gap: 10px;
    line-height: 25px;
    display: flex;
    justify-content: center;
}
.re-agents-post-item .re-agents-post-details {
    padding: 12px 26px 24px 26px;
    display: flex;
    flex-direction: column;
}
.re-agents-post-item .re-agents-post-details {
    gap: 12px 0;
}
.re-agents-post-item .re-agents-img {
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}
.re-agents-post-item .re-agents-img span.agents-profile {
    border-radius: 96px;
    border: 1px solid #BEBEBE;
    background: lightgray;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.re-agents-post-item .re-agents-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.re-agents-post-item .re-agents-post-details .re-agent-name h4 a{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'inter';
    color: #070026;
    margin: 0 0 0 0;
}

.re-agents-post-item .re-agents-post-details .re-agent-name p {
    color: #72809D;
    font-size: 12px;
        margin-bottom: 0px;
}
.re-agents-post-item .re-agent-location a {
    color: #73777D;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.re-agents-post-item .re-agent-location a span {
    color: #EF4444;
    margin-right: 5px;
}
.re-agents-post-item .re-agent-more-details a {
    color: #73777D;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}

.re-agents-post-item .re-agent-call-back a {
       display: inline-block;
    color: #070026;
    border: 1px solid #070026;
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    line-height: 18px;
    border-radius: 4px;
    padding: 14px 4px;
    transition: 300ms;
}
.re-agents-post-item .re-agent-call-back a:hover {
    background: #1F193B;
    color: #ffffff;
}



/*----Grid View-----*/
.cwp-post {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.102218));
	margin: 10px 0px;
	overflow: hidden;
	transition: 300ms;
}

.cwp-post:hover {
	filter: none;
}

.cwp-post-thumbnail {
	height: 220px;
	width: 100%;
	position: relative;
}

.cwp-post .cwp-post-thumbnail img {
	height: 100%;
	object-fit: cover;
	transition: 300ms;
	width: 100%;
}

/*-------List View------*/
.list-view .cwp-col-12 {
	width: 100% !important;
}

.list-view .cwp-post {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.list-view .cwp-post-thumbnail {
	width: 30%;
	min-height: 160px;
	height: 185px;
}

.list-view .cwp-post-content-container {
	width: 70%;
}

.list-view .cwp-post-content {
	padding: 30px 20px;
}

.list-view .cwp-post-content h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.list-view ul.cwp-post-terms {
	padding: 20px 20px 0 20px;
}

.cwp-promoted-post {
	border: 1px solid #ddbb2a;
	border-radius: 4px;
	color: #ddbb2a;
	cursor: default;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 2px 5px;
	position: relative;
	top: -2px;
}

.cwp-post-content {
	padding: 15px;
}

.cwp-post-content h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cwp-post-content p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 0 0;
}

.cwp-post-terms {
	align-items: center;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 15px 15px 10px;
}

.cwp-post-terms li {
	margin: 0 5px 5px 0;
}

.cwp-post-terms li a {
	display: block;
	font-size: 12px;
	background: #f6f6f6;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 8px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 210px;
	line-height: 10px;
	color: #343A40;
}

/*---Save button-------*/
.cwp-archive-save {
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0) 94%) repeat scroll 0 0;
	bottom: 0;
	padding: 15px 14px 5px 14px;
	width: 100%;
}

.cwp-archive-save .cwp-single-save-btns.cwp-single-widget {
	float: right;
	color: #fff;
}

span.cwp-main.cwp-save-post svg:nth-child(2) {
	display: none;
}

span.cwp-main.cwp-saved-post svg:first-child {
	display: none;
}

.cwp-single-save-btns.cwp-single-widget span.cwp-main,
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
	cursor: pointer;
}
.cwp-post-boosted {
	padding: 1px 10px;
	position: absolute;
	top: 15px;
	left: 15px;
	background: #FFBB00;
	border-radius: 12px;
	color: #000000;
	font-weight: 500;
	font-size: 13px;
}