@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

5. Home
6. Listing
7. Sidebar
8. Footer


******************************/

.header {
	background: rgba(54,15,100,0.9);
}

.section_title::after {
	display: initial;
}

.sidebar_info_content a:hover {
	color: white !important;
}

/*********************************
5. Home
*********************************/

.home
{
	height: 1070px;
	overflow: hidden;
	border-bottom: solid 1px #FFFFFF;
	padding-top: 128px;
}
.listing_image
{
	height: 100%;
}
.listing_background_image_left
{
	position: absolute;
	top: 0;
	left: -406px;
	width: 405px;
	height: 100%;
	padding-top: 128px;
}
.listing_background_image_right
{
	position: absolute;
	top: 0;
	right: -406px;
	width: 405px;
	height: 100%;
	padding-top: 128px;
}
.home_container
{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.home_content
{
	padding-bottom: 52px;
	padding-left: 45px;
	padding-right: 42px;
}
.listing_title
{
	padding-left: 2px;
}
.listing_title h1
{
	font-size: 48px;
	font-weight: 500;
	color: #49237d;
	text-shadow: 2px 2px #efefef;
}
.listing_info_container
{
	display: inline-block;
	margin-top: 2px;
}
.listing_info
{
	height: 51px;
	background: #FFFFFF;
	border-radius: 5px;
	padding-left: 9px;
    padding-right: 39px;
}
.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;
    margin-right: 21px;
}
.listing_price, .listing_divider, .listing_type, .listing_status
{
    font-size: 14px;
    font-weight: 500;
    color: #4e4e4e;
}
.listing_info > div:not(:last-child)::after
{
	display: inline-block;
	content: '|';
	font-size: 14px;
    font-weight: 500;
    color: #4e4e4e;
    margin-left: 23px;
    margin-right: 23px;
}
.listing_status
{
    color: #ff005a;
}
.listing_info_button
{
	width: 182px;
	height: 58px;
	border-radius: 5px;
	-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_info_button a
{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 58px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.listing_info_button:hover
{
	background: #FFFFFF;
}
.listin_info_options > div:not(:last-child)
{
	margin-right: 10px;
}
.listing_info_button_1
{
	background: #ffb400;
}
.listing_info_button_2
{
	background: #49237d;
}

/*********************************
6. Listing
*********************************/

.remate_history_image {
	margin: 10px;
	transition: all 200ms ease;
}

.listing
{
	background: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 96px;
	border-bottom: solid 2px #e1ecf4;
}
.listing_text
{
	margin-top: 20px;
}
.accordions
{
	margin-top: 45px;
}
.accordion_container:not(:last-child)
{
	margin-bottom: 7px;
}
.accordion
{
	height: 60px;
	width: 100%;
	background: #4a2773;
	padding-left: 34px;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 60px;
	border-radius: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion:hover
{
	background: #09e729;
}
.accordion.active
{
	background: #09e729;
	color: #343a40;
}
.accordion.active:hover
{
	
}
.accordion.active:hover::after
{
	
}
.accordion div
{
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
}
.accordion::after
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 27px;
	height: 100%;
	content: '+';
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion.active::after
{
	content: 'x';
	color: #ffffff;
}
.accordion_panel
{
	padding-right: 8px;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.accordion_panel > div
{
	padding-bottom: 20px;
}
.accordion_panel p
{
	font-size: 14px;
	line-height: 2.143;
	font-weight: 500;
	padding-top: 18px;
}
.reviews
{
	margin-top: 93px;
}
.reviews_container
{
	margin-top: 52px;
}
.review:not(:last-child)
{
	margin-bottom: 45px;
}
.review_user_container
{
	width: 120px;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.review_user_container > div
{
	display: inline-block;
}
.review_user_image
{
	width: 76px;
	height: 76px;
	border-radius: 50%;
	overflow: hidden;
}
.review_user_name
{
	margin-top: 13px;
}
.review_user_name a
{
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}
.review_count
{
	margin-top: -1px;
}
.review_count a
{
	font-size: 12px;
	font-weight: 500;
	color: #ffb400;
}
.review_content
{
	width: calc(100% - 120px);
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-left: 26px;
}
.review_rating
{
    width: 49px;
    height: 35px;
    background: #ffb400;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    margin-right: 21px;
}
.review_title
{
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}
.review_text
{
	margin-top: 9px;
}
.review_text p
{
	font-size: 14px;
	font-weight: 400;
	color: #9d9d9d;
	line-height: 1.715;
}
.review_images
{
	margin-top: 24px;
}
.review_images > div
{
	margin-right: 16px;
	margin-bottom: 10px;
}
.review_image
{
	max-width: 211px;
}

/*********************************
7. Sidebar
*********************************/

.sidebar
{

}
.work_hours
{
	height: 64px;
	background: #e1ecf4;
	padding-left: 30px;
	padding-right: 49px;
}
.work_hours > div:first-child
{
	font-size: 14px;
	font-weight: 500;
	color: #8fe12e;
}
.closed
{
	color: #ff014f !important;
}
.work_hours > div:last-child
{
	font-size: 14px;
	font-weight: 500;
	color: #4e4e4e;
}
.sidebar_info
{
	padding-left: 24px;
	padding-right: 25px;
	padding-top: 41px;
	padding-bottom: 39px;
	background: #e1ecf4;
	margin-top: 19px;
}
.sidebar_info ul li:not(:last-of-type)
{
	margin-bottom: 25px;
}
.sidebar_info_icon
{
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
}
.sidebar_info_icon img
{
	vertical-align: unset !important;
}
.sidebar_info_content
{
	width: 100%;
	padding-left: 12px;
	font-size: 14px;
	font-weight: 400;
	color: #3c3a3a;
}
.sidebar_info_content span
{
	float: left;
	color: #868585;
}
.location
{
	margin-top: 19px;
	height: 434px;
}
.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);
}
.location_icon
{
	position: absolute;
	top: 23px;
	left: 27px;
	width: 52px;
	height: 35px;
	background: #49237d;
	border-radius: 5px;
	z-index: 1;
	text-align: center;
	line-height: 35px;
}
.similar_places
{
	margin-top: 63px;
}
.similar_places .section_title h1
{
	font-size: 18px;
}
.similar_places_container
{
	margin-top: 39px;
}
.similar_place
{
	width: 100%;
	margin-bottom: 30px;
}
.similar_place_title
{
	height: 53px;
	background: #e1ecf4;
	padding-left: 18px;
}
.similar_place_title a
{
	line-height: 53px;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}
.similar_place_image .location_icon
{
	top: 15px;
	left: 23px;
}
.similar_place_image .location_icon a
{
	display: block;
	width: 100%;
	height: 100%;
}
.similar_place_rating
{
	position: absolute;
	top: 15px;
	right: 17px;
	width: 49px;
    height: 35px;
    background: #ffb400;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
}

/*********************************
6. Blog
*********************************/

.blog
{
	background: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 93px;
	border-bottom: solid 2px #e1ecf4;
}
.blog_posts_container
{
	left: -15px;
	width: calc(135% + 30px);
}
.blog_post
{
	display: inline-block;
	width: calc(100% / 4);
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
.blog_post_container
{
	background: #eaf2f8;
}
.blog_post_content
{
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.blog_post_date
{
	width: 90px;
	height: 27px;
	background: #ffb400;
	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;
}