@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

5. Home
6. Blog


******************************/

.section_title::after {
	display: unset;
}

/*********************************
5. Home
*********************************/

.home
{
	height: 200px;
	overflow: hidden;
}
.home_container
{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.home_content
{
	padding-bottom: 10px;
	text-align: center;
}
.home_title
{
	font-size: 48px;
	font-weight: 500;
	color: #FFFFFF;
}

/*********************************
5. Listings
*********************************/

.listings
{
	background: #FFFFFF;
	/*padding-top: 128px;*/
}
.listings_content
{
	padding-top: 20px;
	padding-left: 52px;
	padding-right: 52px;
}
.search_form
{
	display: block;
}
.search_form > div > div:first-child
{
	width: calc((100% - 18px) * 0.62);
	margin-right: 18px;
}
.search_form > div > div:last-child
{
	width: calc((100% - 18px) * 0.38);
}
.search_input
{
	display: block;
	width: 100%;
	height: 57px;
	border: solid 1px #e1ecf4;
	outline: none;
	padding-left: 27px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
.search_input::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #b9b9b9 !important;
}
.search_input:-moz-placeholder
{
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #b9b9b9 !important;
}
.search_input::-moz-placeholder
{
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #b9b9b9 !important;
}
.search_input:-ms-input-placeholder
{
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #b9b9b9 !important;
}
.search_input::input-placeholder
{
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #b9b9b9 !important;
}
.search_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 196px;
	height: 57px;
	border: none;
	outline: none;
	background: #ffb400;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.listing_filter
{
	margin-top: 20px;
}
.listing_filter_container
{
	margin-top: 30px;
}
.listing_checkbox
{
	width: 25%;
	margin-bottom: 16px;
}
.listing_checkbox label
{
	display: block;
	position: relative;
	cursor: pointer;
	padding-left: 39px;
	line-height: 26px;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.listing_checkbox input
{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark
{
	position: absolute;
	top: 0;
	left: 0;
	height: 26px;
	width: 26px;
	border: solid 1px #cad8e2;
	border-radius: 5px;
	background-color: transparent;
}
.checkmark::after
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background: #00ff15;
	border-radius: 50%;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.listing_checkbox input:checked ~ .checkmark::after
{
	visibility: visible;
	opacity: 1;
}
.listing_checkbox:hover .checkmark::after
{
	visibility: visible;
	opacity: 0.5;
}
.results_container
{
	margin-top: 34px;
	padding-right: 65px;
}
.results
{
	width: calc(100% + 38px);
	left: -19px;
	margin-top: 30px;
}
.result
{
	width: 50%;
	margin-bottom: 37px;
	padding-left: 19px;
	padding-right: 19px;
}
.listing
{
	background: #fdfdfd;
}
.listing_icon
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 52px;
	height: 35px;
	background: #9a07e6;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
}
.listing_icon a
{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
}
.listing_title_container
{
	padding-left: 23px;
	padding-top: 22px;
	padding-bottom: 16px;
	padding-right: 34px;
	border-bottom: solid 1px #FFFFFF;
}
.listing_title
{
	margin-left: -1px;
}
.listing_title a
{
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	line-height: 1.2;
}
.listing_info
{
	margin-top: 5px;
}
.listing_rating
{
	width: 49px;
	height: 35px;
	background: #ffb400;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
}
.listing_price,
.listing_divider,
.listing_type,
.listing_status
{
	font-size: 14px;
	font-weight: 500;
	color: #4e4e4e;
}
.listing_status
{
	color: #ff005a;
}
.listing_testimonial
{
	padding-left: 22px;
	padding-top: 22px;
	padding-bottom: 28px;
	padding-right: 15px;
}
.testimonial_image
{
	width: 41px;
	height: 41px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.testimonial_text
{
	padding-left: 8px;
}
.testimonial_text p
{
	font-size: 14px;
	font-weight: 400;
	color: #9d9d9d;
	line-height: 1.715;
}
.listings_map
{
	height: 100%;
	padding-bottom: 37px;
}
.map
{
	width: 100%;
	height: 100%;
}
.google_map
{
	width: 100%;
	height: 100%;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}


/*********************************
6. Blog
*********************************/

.blog
{
	background: #FFFFFF;
	padding-bottom: 93px;
	border-bottom: solid 2px #e1ecf4;
}
.blog_posts_container
{
	left: -15px;
	width: calc(100% + 30px);
}
.blog_post
{
	width: calc(100% / 3);
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 39px;
}
.blog_post_container
{
	background: #eedfff;
}
.blog_post_content
{
	padding: 20px;
}
.blog_post_date
{
	width: 90px;
	height: 27px;
	background: #3b1563;
	border-radius: 5px;
}
.blog_post_date a
{
	display: block;
	height: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 27px;
}
.blog_post_date a:hover
{
	color: #FFFFFF !important;
}
.blog_post_title
{
	margin-top: 6px;
}
.blog_post_title h3 a
{
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	line-height: 1.5;
}
.blog_post_tags
{
	margin-top: -6px;
}
.blog_post_tags ul li:not(:last-of-type)::after
{
	display: inline-block;
	content: ',';
	margin-right: 3px;
}
.blog_post_tags ul li a
{
	font-size: 12px;
	font-weight: 400;
	color: #9d9d9d;
	line-height: 1.2;
}
.blog_post_text
{
	margin-top: 23px;
}
.blog_posts_more
{
	margin-top: 55px;
}
.load_more_button
{
	width: 156px;
	height: 56px;
}
.load_more_button:hover
{
	background: #ffb400;
	box-shadow: 0px 23px 45px rgba(0,0,0,0.25);
}
.load_more_button a
{
	line-height: 56px;
}
.load_more_button:hover a
{
	color: #FFFFFF !important;
}
