/*********************************
6. Listing
*********************************/

.listing
{
	background: #FFFFFF;
	padding-top: 94px;
	padding-bottom: 96px;
	border-bottom: solid 2px #e1ecf4;
}
.listing_text
{
	margin-top: 52px;
}
.accordions
{
	margin-top: 45px;
}
.accordion_container:not(:last-child)
{
	margin-bottom: 7px;
}
.accordion
{
	height: 60px;
	width: 100%;
	background: #ffb400;
	padding-left: 34px;
	cursor: pointer;
	color: #000000;
	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: #ffa54b;
}
.accordion.active
{
	background: #ffa54b;
	color: #161d4a;
}
.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: #000000;
	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: '-';
	color: #161d4a;
}
.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:#d2b6aa;
	/* background: #e1ecf4; */
	padding-left: 30px;
	padding-right: 49px;
}
.work_hours > div:first-child
{
	font-size: 14px;
	font-weight: 500;
	color:#000;
	/* color: #8fe12e; */
}
.closed
{
	color: #ff014f;
}
.opened
{
	color: #8fe12e;
}
.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; */
	background: #d2b6aa;
	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
{
	padding-left: 12px;
	font-size: 14px;
	font-weight: 400;
	color: #9d9d9d;
}
.sidebar_info_content span
{
	color: #000000;
}