
/*****************************
    GENERAL STYLE
*****************************/
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700');
/* RESET CSS */
body{
	position: relative;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
a:hover,a:focus{
	text-decoration: none;
}
a:focus{
	outline: 0;
}
/* TYPOGRAPHY */
p,
a{
	color: #676767;
}
.single_direcotry_post p{
	font-size: 14px;
	line-height: 26px;
}
/*p{
    font-size: 14px;
    line-height: 26px;
    color: #676767;
    font-weight: 500;
}*/
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	font-weight: 500;
	padding: 0;
	color: #333;
}

/* HELPER CLASSES */
.no-padding{
	padding: 0;
}
.no-margin{
	margin: 0;
}
.padding-left0{
	padding-left: 0;
}
.ltr{
	text-align: right;
}
.rtl{
	text-align: left;
}
.br_0{
	border-right: none!important;
}
.bt1{
	border-top: 1px solid #e4e4e4;
}
.v_middle{
	display: inline-block;
	vertical-align: middle;
	margin-right: -3px;
	float: none;
}
.directory_wrapper input:focus,
.days_time button{
	outline: 0;
	box-shadow: 0 0 0;
}

/* button style*/
/*.directory_btn{
	line-height: 40px;
	background: #00bcd4;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:  0 2px 6px rgba(0,0,0,0.10);
	-moz-box-shadow:  0 2px 6px rgba(0,0,0,0.10);
	box-shadow:  0 2px 6px rgba(0,0,0,0.10);
	border: 0;
	font-family: 'Roboto',sans-serif;
	padding: 0 14px;
}*/
.directory_btn span.fa{
	margin-right: 11px;
}
/*.directory_btn.btn_bordered{
	border: 2px solid #00bcd4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333333;
	background: transparent;
}*/

/* HOME PAGE AREA CSS */
.directory_search_area{
	background-image: url("../images/home_page_bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.directory_search_area:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	background: rgba(27,38,39,0.8);
	top: 0;
}
.directory_main_content_area {
	padding: 200px 0;
}
.directory_search_area .menu_area .navbar-header{
	margin-top: 9px;
}
.directory_search_area .menu_area .navbar-default {
	background: none;
	border: 0;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}
.directory_search_area .menu_area .navbar-nav{
	float: right;
}
.directory_search_area .menu_area .navbar-nav>li>a {
	line-height: 42px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding-top: 25px;
	padding-bottom: 25px;
}
.directory_main_content_area .search_area > .title_area {
	text-align: center;
	padding-bottom: 48px;
}
.directory_main_content_area .search_area > .title_area h2.title {
	color: #fff;
	font-size: 48px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	padding-bottom: 12px;
}
.directory_main_content_area .search_area > .title_area p.sub_title{
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
.listing-img-container{
	text-align: center;
}
.directory_main_content_area .submit_btn {
	display: inline-block;
	width: 6%;
}
.directory_main_content_area .single_search_field{
	float: left;
	position: relative;
}
.directory_main_content_area .single_search_field span:hover {
	color: #00bcd4;
}
.directory_main_content_area .single_search_field > span.fa {
	position: absolute;
	right: 20px;
	font-size: 18px;
	color: #898989;
	transition: 0.3s;
	cursor: pointer;
	z-index: 11;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.directory_main_content_area .search_form_wrapper {
	position: relative;
}
.directory_main_content_area .single_search_field input:focus,
.directory_main_content_area .submit_btn button {
	-webkit-box-shadow:  0 0 0;
	-moz-box-shadow:  0 0 0;
	box-shadow:  0 0 0;
	outline: 0;
}
.directory_main_content_area .single_search_field input{
	line-height: 60px;
	padding:0 20px;
	width: 100%;
	font-size: 20px;
	font-family: 'Roboto',sans-serif;
	border: 0;
}
.directory_main_content_area .single_search_field.search_query,
.directory_custom_suggestion{
	width: 45%;
	position: relative;
}
.directory_main_content_area .single_search_field.search_query input{
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}

.directory_main_content_area .single_search_field.search_query:before,
.directory_main_content_area .single_search_field.search_category:before,
.select2-selection--single:before{
	position: absolute;
	content: '';
	width: 1px;
	height: 40px;
	background: #cecece;
	right: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search_location .select2-selection--single:before{
	display: none;
}
.directory_main_content_area .single_search_field.search_location {
	width: 25%;
}
.directory_main_content_area .submit_btn button {
	line-height: 49px;
	/*padding: 0 40px;*/
	border: 0;
	font-size: 18px;
	width: 100%;
	color: #ffffff;
	box-shadow: 0 0 0;
	border-radius: 0 3px 3px 0;
}
.directory_main_content_area .single_search_field.search_category{
	width: 24%;
}
.directory_home_category_area ul.categories li {
	display: inline-block;
	margin: 10px;
	background: rgba(255,255,255,0.13);
	width: 150px;
}
.directory_home_category_area ul.categories li a{
	padding: 27px 0;
	display: block;
}
.directory_home_category_area ul.categories li span{
	color: #e0e0e0;
	font-size: 24px;
}
.directory_home_category_area {
	text-align: center;
	margin-top: 49px;
}
.directory_home_category_area ul.categories li > a p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	padding-top: 9px;
}
.directory_home_category_area > p {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 18px;
}
.v_hide{
	visibility: hidden;
	opacity: 0;
}
.directory_home_category_area > span{
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
	line-height: 32px;
	font-weight: 400;
	color: #fff;
}
.directory_custom_suggestion {
	background: #fff;
	padding: 10px 0;
	position: absolute;
	width: 54.6%;
}
.directory_custom_suggestion ul li{
	padding: 5px 20px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.directory_custom_suggestion ul li:hover{
	background: #00bcd4;
}
.directory_custom_suggestion ul li:hover span.fa,
.directory_custom_suggestion ul li:hover span.sug{
	color: #fff;
}
.directory_custom_suggestion ul li > span.fa{
	color: #3a3a3a;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 18px;
	margin-right: 10px;
}
.directory_custom_suggestion ul li span.sug{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	font-weight: 400;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #3a3a3a;
}
/*  */
.directory_container{
	padding: 0 15px;
	width: 100%;
}
.directory_title{
	padding-top: 33px;
	padding-bottom: 22px;
}
.directory_title h1{
	color: #333333;
	font-weight: 300;
	font-size: 30px;
	line-height: 80px;
}
.article_content ul li{
	display: inline-block;
}
.stars li i {
	color: #ea5c09;
	font-size: 14px;
}
.single_direcotry_post figure{
	position: relative;
}
.single_direcotry_post figcaption {
	text-align: center;
	background: rgba(69, 72, 72, 0.9);
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: 0.3s;
	color: #fff;
	padding: 25px 30px;
	visibility: hidden;
}
.single_direcotry_post {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.10);
}
.single_direcotry_post:hover  figcaption{
	opacity: 1;
	visibility: visible;
}
.single_direcotry_post figcaption p {
	color: #fff;
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	margin: 0;
}
.post_img_wrapper img{
	width: 100%;
}
.single_direcotry_post .content_upper{
	text-align: center;
}

.content_upper p{
	color: #676767;
	font-family: 'Roboto',sans-serif;
	margin: 0;
}
.stars,
.directory_review_info,
.br-theme-css-stars{
	display: inline-block;
	vertical-align: middle;
}
.stars li{
	display: inline-block;
}
.directory_review_info .rating {
	color: #ea5c09;
	font-weight: 600;
	margin-right: 4px;
	margin-left: 6px;
}
.directory_review_info .rating_num{
	color: #666;
	font-family: 'Roboto',sans-serif;
}
.article_content {
	padding: 17px 22px;
}
.article_content .directory_edit_btn{
	margin-bottom: 15px;
}
.article_content ul li .info_title {
	display: inline-block;
	width: 83px;
	font-weight: 400;
	margin: 0;
	font-family: 'Roboto',sans-serif;
	color: #676767;
	line-height: 33px;
}
.article_content .stars li i{
	font-size: 14px;
}
.article_content .general_info ul li> span {
	font-family: 'Roboto',sans-serif;
	color: #333;
	font-size: 14px;
	display: inline-block;
	line-height: 30px;
}
.general_info ul li{
	display: block;
}
.directory_tag {
	display: inline-block;
	background: #f0f0f0;
	padding: 4px 10px;
	border-radius: 3px;
	margin: 0;
	font-family: 'Roboto',sans-serif;
}
.read_more_area{
	text-align: center;
}
.read_more_area .read_more {
	line-height: 36px;
	display: inline-block;
	padding: 0 15px;
	border-radius: 2px;
	background: #fff;
	transition: 0.3s;
	font-family: 'Roboto', sans-serif;
}
.read_more_area{
	margin-top: 22px;
}

.general_info {
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
	margin-top: 19px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e6e6e6;
}
/*.general_info ul li:first-child{

}*/
.directory_tag span.fa{
	margin-right: 6px;
}
/*.directory_wrapper{
	background: #f3f3f3;
}*/
.add_listing_title,
.add_listing_form_wrapper{
	background: #f9f9f9;
}
.single_direcotry_post{
	margin-bottom: 30px;
}
/*---------------*/
.navigation.pagination{
	text-align: center;
	display: block;
}

.navigation.pagination .nav-links  {
	margin-right: 1px;
	display: inline-block;
}
.navigation.pagination .nav-links  a,
.navigation.pagination .nav-links  .current{
	padding: 0;
	line-height: 38px;
	background: transparent;
	width: 40px;
	display: inline-block;
	border: 1px solid #ddd;
	border-color: #d8d8d8;
	border-radius: 3px;
	transition: 0.3s;
	color: #666666;
	text-align: center;
}

.navigation.pagination .nav-links  a:hover,
.navigation.pagination .nav-links  .current{
	background: #efefef;
	/*color: #fff;*/
	/*box-shadow: 0 2px 6px rgba(0,0,0,0.15);*/
}
.pagination-area .nav-links .prev{
	margin-right: 16px;
}
.pagination-area .nav-links .next{
	margin-left: 16px;
}
/*------------*/

.directory_wrapper .pagination_area .pagination li.prev{
	margin-right: 16px;
}
.directory_wrapper .pagination_area .pagination li.next{
	margin-left: 16px;
}
.header_form_wrapper {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.10);
	padding: 17px 30px;
	margin-bottom: 30px;
}
.directory_field{
	display: inline-block;
}
.directory_field + .directory_field{
	margin-left: 37px;
}
.directory_search_field {
	display: inline-block;
	width: 25%;
}
.directory_search_field input{
	line-height: 41px;
	padding:0 20px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	width: 100%;
	font-family: 'Roboto',sans-serif;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.directory_search_field+.directory_search_field{
	margin-left: 20px;
}
.header_form_wrapper .directory_btn span.fa{
	margin-right: 0;
}
.header_form_wrapper > form {
	display: inline-block;
	width: 90%;
}
.header_form_wrapper .sorting {
	float: right;
	overflow: hidden;
	margin-top: 6px;
}
.sorting select{
	line-height: 35px;
	height: 35px;
	width: 100%;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.sorting select{
	color: #333;
}

.sorting select:focus{
	outline: 0;
}
.directory_field input{
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
}
.header_form_wrapper .directory_field input:focus,
.header_form_wrapper .directory_field input:active{
	outline: 0;
}
.header_form_wrapper .directory_btn {
	line-height: 42px;
	background: #00bcd4;
	color: #fff;
	border: none;
	margin-left: 10px;
	padding: 0 20px;
	border-radius: 3px;
}

/* DIRECTORY DETAIL PAGER WRAPPER */
.listing_detail {
	padding: 35px 35px 30px;
	text-align: left;
}
.about_detail p{
	font-family: 'Roboto', sans-serif;
	color: #676767;
	margin-bottom: 33px;
	line-height: 26px;
}
/*.listing_title h2{
	color: #00bcd4;
	line-height: 30px;
	font-size: 30px;
	font-family: 'Roboto',sans-serif;
}*/
.listing_title p {
	color: #676767;
	padding-top: 13px;
	margin-bottom: 15px;
}
.directory_tags{
	padding-top: 18px;
}
.about_detail{
	padding-top: 39px;
}
.director_social_wrap p{
	display: inline-block;
	margin: 0;
	font-family: 'Roboto',sans-serif;
}
.director_social_wrap ul li{
	display: inline-block;
	line-height: 36px;
	text-align: center;
	margin-right: 8px;
	width: 38px;
}
.director_social_wrap ul li a{
	display: block;
	border: 1px solid #ddd;
	color: #333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.director_social_wrap ul{
	display: inline-block;
	margin-left: 14px;
}
.single_listing_info,
.opening_hours,
.directory_contact_area,
.review_form,
.client_reviews,
.directory_user_area,
.categorized_listings,
.latest_reviews,
.add_listing_form_wrapper{
	box-shadow: 0 2px 5px rgba(0,0,0,0.10);
	margin-bottom: 30px;
}

.single_listing_info{
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}
.directory_are_title h4 span {
	background: #dcdcdc;
	display: inline-block;
	line-height: 42px;
	width: 43px;
	margin-right: 10px;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.opening_hours,
.directory_contact_area,
.review_form,
.directory_user_area,
.categorized_listings
/*.directory_wrapper .widget*/{
	background: #fff;
	padding: 20px 30px;
}
.directory_are_title{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.directory_open_hours>ul li,
.directory_contact_area > ul li{
	overflow: hidden;
	font-family: 'Roboto',sans-serif;
	line-height: 30px;
}
.directory_open_hours ul li .time{
	float: right;
	color: #676767;
}
.directory_open_hours ul li .day{
	float: left;
	color: #333333;
}
.directory_open_hours {
	margin-bottom: 20px;
}
.directory_contact_area ul li .info_title {
	color: #333;
	width: calc(100% - 72%);
	display: inline-block;
}
.directory_contact_area ul li .info{
	color: #676767;
}
.directory_contact_area .director_social_wrap p {
	color: #333;
	width: calc(100% - 76%);
}
.directory_contact_area .director_social_wrap{
	margin-top: 12px;
}
.directory_contact_area .directory_btn {
	margin-top: 20px;
}

/* Map area css*/
#map{
	width: 100%;
	height: 300px;
}
.infoWindowWrap {
	padding: 20px;
}
.gm-style .gm-style-iw{
	width: 200px!important;
}

/* rating area css */
.directory_field{
	width: 100%;
	background: #f2f2f2;
	border: 0;
	line-height: 43px;
	font-family: "Roboto",sans-serif;
	color: #888888;
	font-size: 14px;
	padding: 0 20px!important;
	margin-bottom: 20px;
}
#wp-listing_content-wrap{
	margin-bottom: 20px;
}
.add_listing_form_wrapper .select2-container--default .select2-selection--single{
	background: #f2f2f2;
	border: none;
}
.add_listing_form_wrapper .select2-selection{
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 10px 15px;
}
.add_listing_form_wrapper .select2-container--default.select2-container--focus .select2-selection--single{
	border: none!important;
}
.review_form .directory_field[type='text']{
	width: 248px;
}
textarea.directory_field{
	height: 95px;
	line-height: 26px;
	padding-top: 10px;
}
.directory_field:focus{
	-webkit-box-shadow: 0;
	outline: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}
.rating_label {
	font-size: 14px;
	margin: 0;
	font-family: 'Roboto',sans-serif;
}
.review_form .directory_btn{
	margin-top: 0;
}
.current_rating ul{
	margin-bottom: 0;
}
#map{
	margin-bottom: 30px;
}
.rating {
	text-align: initial;
	float: none;
	margin-left: 11px;
}
.reviewer i,
.reviewer_avatar span{
	font-size: 24px;
	line-height: 38px;
	color: #fff;
	vertical-align: middle;
	width: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 10px;
	border-radius: 50%;
	background: #ccc;
}
.review_top {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
}
.review_content p {
	color: #676767;
	font-family: 'Roboto',sans-serif;
	margin: 0;
}
.reviewer{
	display: inline-block;
}
.reviewer p,
.review_time{
	display: inline-block;
	margin: 0;
	font-family: 'Roboto',sans-serif;
	vertical-align: middle;
}
.reviewer p{
	font-size: 16px;
	font-weight: 300;
}
.review_time {
	color: #838383;
	font-size: 14px;
	margin-left: 10px;
}
.review_top .stars{
	float: right;
}
.review_top .stars li i{
	line-height: 43px;
}
.review_content{
	padding-top: 25px;
	padding-bottom: 3px;
}
.single_review{
	padding: 25px 30px 30px;
	border-bottom: 1px solid #e1e1e1;
}
.client_reviews {
	background: #fff;
}
.related_listing_title p {
	font-size: 24px;
	font-weight: 300;
	background-color: #f5f5f5;
	position: relative;
	z-index: 1;
	padding-right: 20px;
	display: inline-block;
	margin: 0;
	font-family: 'Roboto',sans-serif;
}
.related_listing_title {
	position: relative;
	margin-bottom: 24px;
}
.related_listing_title:before{
	position: absolute;
	height: 1px;
	content: '';
	top: 50%;
	width: 100%;
	background: #c5c5c5;
}
.related_listings {
	padding-top: 55px;
}

/* sidebar css */
/*.directory_user_area_form > .directory_btn{
	line-height: 45px;
	width: 131px;
	border: 2px solid #00bcd4;
}*/
.directory_user_area_form{
	text-align: center;
}
.directory_user_area_form .directory_btn.btn_bordered{
	margin-right: 32px;
}
.directory_user_area_form .directory_field{
	margin-left: 0;
	margin-bottom: 30px;
}
.directory_user_area_form form > .directory_btn{
	width: 150px;
}
.directory_user_area_form form{
	margin-top: 28px;
}
.listings li .left_img {
	display: inline-block;
	height: 90px;
	vertical-align: middle;
	width: 90px;
}
.listings li .left_img img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.right_content {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 94px);
	padding-left: 9px;
}
.right_content .stars{
	display: block;
}
/*.cate_title h4 {
	color: #00bcd4;
	font-weight: 300;
	font-family: 'Roboto',sans-serif;
}*/
.right_content p.directory_tag {
	margin-bottom: 11px;
}
.right_content .cate_title{
	margin-bottom: 10px;
}
.listings > li+li{
	margin-top: 40px;
}
.categorized_listings{
	padding: 30px;
}
.latest_reviews {
	background: #fff;

}
.latest_reviews .directory_are_title{
	padding: 30px 30px 0;
	border-bottom:0;
}
.latest_reviews .directory_are_title h4{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 25px;
}
.latest_reviews>ul>li {
	display: block;
	padding: 20px 30px;
}
.latest_reviews>ul>li:first-child{
	padding-top: 5px;
}
.latest_reviews>ul>li + li{
	border-top: 1px solid #e1e1e1;
}
.latest_rev_info .stars {
	display: block;
	margin-top: 6px;
}
.latest_rev_info {
	width: calc(100% - 54px);
	vertical-align: middle;
	display: inline-block;
}
.directory_wrapper{
	text-align: left;
}
.directory_wrapper ul{
	padding-left: 0;
	margin-left: 0;
}
.directory_wrapper .widget ul li{
	margin-left: 0;
}
.directory_wrapper ul li:before{
	display: none;
}
.latest_reviews{
	text-align: left;
}
.latest_reviews .reviewer_avatar{
	display: inline-block;
}
.latest_reviews .directory_title h4{
	padding-bottom: 20px;
}
.latest_rev_info a{
	font-size: 16px;
	line-height: 26px;
}


/* message form css */
.msg_form_btn{
	text-align: center;
	margin-bottom: 40px;
}
.msg_form_btn .directory_btn{
	margin-top: 0;
}



/* Add listing page */
.add_listing_title h2{
	font-size: 30px;
	line-height: 80px;
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
	color: #333333;
}
.add_listing_title {
	text-align: center;
	padding: 18px 0;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.10);
	box-shadow: 0 1px 4px rgba(0,0,0,0.10);
	margin-bottom: 48px;
}
.add_listing_form_wrapper {
	padding: 54px 42px 35px;
}
.add_listing_form_wrapper .directory_field{
	margin-bottom: 30px;
}
#always_open[type='radio'],
#particular_open[type='radio']{
	position: absolute;
	visibility: hidden;
}
.single_radio label span{
	height: 12px;
	position: relative;
	width: 12px;
	vertical-align: middle;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #676767;
}
.single_radio label p {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	color: #676767;
	font-weight: 400;
}
.single_radio input[type='radio']:checked + label span:before{
	opacity: 1;
	visibility: visible;
}
.single_radio input[type='radio']:checked + label span{
	border-color: #00bcd4;
}

.single_radio label span:before{
	content: '';
	height: 6px;
	visibility: hidden;
	opacity: 0;
	width: 6px;
	background: #00bcd4;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.listing_form_field_title{
	font-size: 16px;
	font-family: 'Roboto',sans-serif;
	color: #333333;
	font-weight: 400;
	margin-bottom: 16px;
}
.open_hours_data {
	display: inline-block;
	vertical-align: top;
}
.days>p,
.days_time p{
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.day_selection .single_checkbox {
	display: inline-block;
	margin-right: 8px;
}
.single_checkbox input[type='checkbox']{
	visibility: hidden;
	position: absolute;
}
.day_selection {
	background: #f5f5f5;
	min-width: 405px;
	display: inline-block;
	padding: 38px 30px;
	margin-top: 38px;
	margin-left: 11px;
}
.single_checkbox label {
	line-height: 38px;
	width: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #676767;
	font-weight: 400;
	cursor: pointer;
	font-size: 12px;
	border: 1px solid #cdcdcd;
	border-radius: 50%;
	box-shadow: inset 0px 0px 22px rgba(0,188,212,0.15);
}
.single_checkbox label.active {
	background: #00bcd4;
	color: #fff;
}
.single_checkbox label.selected{
	background: #00bcd4;
	color: #fff;
}
.days_time input[type='text'] {
	width: 148px;
	line-height: 42px;
	border: 0;
	font-family: 'Roboto',sans-serif;
	padding: 0 10px;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	margin-right: 20px;
}
.days_time label{
	font-size: 14px;
	color: #676767;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.day_selection_btn button{
	line-height: 35px;
	padding: 0 23px;
	border: 0;
	background: #00bcd4;
	color: #fff;
	font-family: 'Roboto',sans-serif;
	border-radius: 2px;
}
.day_selection .days {
	margin-bottom: 20px;
}
.single_selection{
	display: inline-block;
}
.single_selection label{
	display: block;
}
.days_time > span {
	color: #00bcd4;
	text-transform: lowercase;
	font-weight: 600;
	margin-right: 15px;
}
#close{
	opacity: 0;
	position: absolute;
	visibility: hidden;
}
#close+label span.cs{
	height: 16px;
	width:16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ddd;
	display: inline-block;
	position: relative;
	margin-right: 8px;
}
#close + label span.cs:before{
	content: '\f00c';
	position: absolute;
	color: #fff;
	font-size: 12px;
	top: 50%;
	left: 50%;
	font-family: 'FontAwesome',sans-serif;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
}
#close:checked + label span.cs{
	background: #00bcd4;
}
#close:checked + label span.cs:before{
	opacity: 1;
	visibility: visible;
}
#close + label span{
	display: inline-block;
	vertical-align: middle;
}
.day_selection_btn{
	margin-top: 20px;
}
.wickedpicker__controls__control-up:before,
.wickedpicker__controls__control-down:after{
	font-family:'FontAwesome',sans-serif;
}
.wickedpicker__controls__control-up:before{
	content: '\f077';
}
.wickedpicker__controls__control-down:after{
	content: '\f078';
}
.day_selection_btn button{
	width: 85px;
	line-height: 40px;
}
.directory_drag_drop label{
	font-weight: 400;
	font-family: 'Roboto',sans-serif;
	color: #333;
}
.btn_wrap{
	text-align: center;
	margin-top: 80px;
}
.listing_submit_btn{
	line-height: 50px;
	width: 171px;
	background: #00bcd4;
	border: 0;
	color: #fff;
	-webkit-border-radius: 3px;
	font-family: 'Roboto',sans-serif;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
select.directory_field{
	height: 43px;
}
.expandable_fields{
	position: relative;
}
.expandable_fields input{
	width: calc(100% - 80px);
}
.expandable_fields button {
	position: absolute;
	background: #00bcd4;
	font-size: 12px;
	color: #fff;
	line-height: 41px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px;
	border: 0;
	right: 0;
}
.expandable_fields button span{
	margin-left: 8px;
}
.expandable_fields button:focus{
	outline: 0;
}
.expandable_field_wrap .directory_field{
	margin-left: 0;
}
.directory_drag_drop input[type='file']{
	visibility: hidden;
	opacity: 0;
	position: absolute;
}
.directory_drag_drop{
	background: #f5f5f5;
	text-align: center;
	padding: 58px 0;
	border: 0;
}
.directory_drag_drop p{
	color: #919090;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
}
.directory_drag_drop span.fa{
	font-size: 36px;
	color: #c1c1c1;
	display: block;
}
.directory_drag_drop p span{
	color: #00bcd4;
}
.dz-preview {
	display: inline-block;
}
.dz-progress{
	display: none!important;
}

/* Dashboard Page css */
.dashboard_wrapper{
	background: #ffffff;
}
.dashboard_wrapper .single_direcotry_post .content_upper{
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 13px;
}
.db_btn_area{
	text-align: center;
	margin-top: 15px;
}
.db_btn_area .btn {
	width: 110px;
	margin: 5px;
}
.db_btn_area button {
	width: 95px;
	line-height: 35px;
	text-align: center;
	border: 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Roboto',sans-serif;
	color: #fff;
	display: inline-block;
}
.db_btn_area button.directory_edit_btn{
	background: #00bcd4;
	padding:0;/*added*/
}
.db_btn_area button.directory_remove_btn{
	background: #ff4030;
	padding:0;/*added*/

}
.dashboard_wrapper .single_direcotry_post .content_upper .post_title a{
	font-size: 18px;
}
.dashboard_nav .nav_button {
	float: right;
	margin-top: 10px;
}
.tab-content.row {
	margin-top: 46px;
}
.dashboard_nav .nav_button button{
	padding: 0 24px;
}
.dashboard_nav .nav_button button.red{
	background: #ff4030;
}
.dashboard_nav .nav-tabs{
	display: inline-block;
	border-bottom: 0;
}
.dashboard_wrapper .nav-tabs>li>a{
	padding: 17px 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-border-radius: 0;
	margin: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #e0e0e0;
	position: relative;
}
.dashboard_wrapper .nav-tabs>li>a:before{
	content: '';
	height: 4px;
	width: 100%;
	background: #00bcd4;
	left: 0;
	top: 0;
	opacity: 1;
	visibility: hidden;
	position: absolute;
}

.dashboard_wrapper .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
}
.dashboard_wrapper .nav-tabs>li.active>a:before,
.dashboard_wrapper .nav-tabs>li.active>a:focus:before,
.dashboard_wrapper .nav-tabs>li.active>a:hover:before{
	opacity: 1;
	visibility: visible;
}
.dashboard_wrapper .single_direcotry_post{
	background: #f5f5f5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 0;
}
.dashboard_wrapper .single_direcotry_post:hover{
	background: #fff;
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,0.10);
	box-shadow: 0 4px 10px rgba(0,0,0,0.10);
}
.choose_btn input[type='file']{
	position: absolute;
	opacity: 1;
	visibility: hidden;
}
.choose_btn > label{
	line-height: 38px;
	padding: 0 37px;
	display: inline-block;
	background: #00bcd4;
	color: #fff;
	cursor: pointer;
	margin-bottom: 0;
}
.user_img .cross{
	line-height: 36px;
	width: 36px;
	display: inline-block;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #ff4030;
}
.user_pro_img_area {
	background: #f5f5f5;
	padding: 10px
}
.user_img{
	position: relative;
}
.user_img .cross{
	top: 0;
	right: 0;
}
.user_img .cross,
.user_img .choose_btn{
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.user_img:hover .cross,
.user_img:hover .choose_btn{
	opacity: 1;
	visibility: visible;
}
.user_img .choose_btn{
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.user_img img{
	width: 100%;
}
.user_pro_img_area .directory_btn{
	margin-top: 30px;
	width: 100%;
	line-height: 50px;
}
.user_info_wrap .directory_btn{
	margin-top: 30px;
	padding: 0 43px;
	line-height: 50px;
}
.user_info_wrap label {
	font-weight: 500;
	color: #333;
	font-family: 'Roboto',sans-serif;
	margin-bottom: 12px;
}
.user_info_wrap .directory_field{
	margin-bottom: 25px;
}
#favorite .db_btn_area button {
	width: auto;
	padding: 0 20px;
}

/* Register page css */
.directory_register_form_wrap{
	background: #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.10);
	padding: 65px 30px;
}
.directory_register_form_wrap .directory_field{
	margin-left: 0;
}
.directory_regi_btn{
	text-align: center;
	margin-top: 30px;
}
.directory_regi_btn button{
	line-height: 50px;
	border: 0;
	box-shadow: 0 0 0;
	padding: 0 61px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-family: 'Roboto',sans-serif;
}
.profile_title h4{
	padding-bottom:25px;
}
.profile_title h4{
	color: #00bcd4;
}


/*  font awesome star */
.br-theme-css-stars .br-widget {
	white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
	text-decoration: none;
	width: 18px;
	float: left;
	font-size: 18px;
	/* margin-right: 5px; */
}
.br-theme-css-stars .br-widget a:after {
	content: "\2605";
	color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
	color: #ea5c09;
}
.br-theme-css-stars .br-widget a.br-selected:after {
	color: #ea5c09;
}
.br-theme-css-stars .br-widget .br-current-rating {
	display: none;
}
.br-theme-css-stars .br-readonly a {
	cursor: default;
}
@media print {
	.br-theme-css-stars .br-widget a:after {
		content: "\2606";
		color: black;
	}
	.br-theme-css-stars .br-widget a.br-active:after,
	.br-theme-css-stars .br-widget a.br-selected:after {
		content: "\2605";
		color: black;
	}
}

/*Registraion Form*/

.directory_register_form_wrap{
	background: #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.10);
	padding: 65px 30px;
}
.directory_register_form_wrap .directory_field{
	margin-left: 0;
}
.directory_regi_btn{
	text-align: center;
	margin-top: 30px;
}

/**/
.br-theme-css-stars-static ul li{
	margin: 0;
	padding: 0;
}
.directory_wrapper ul li:before{
	list-style: none;

}
.post-date{
	display: block;
}
/*.directory_regi_btn button{
	line-height: 50px;
	border: 0;
	box-shadow: 0 0 0;
	padding: 0 61px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-family: 'Roboto',sans-serif;
	background: #00bcd4;
}*/

.current_rating .rating_label,
.update_rating .rating_label{
	min-width: 120px;
	font-size: 15px;
}
.current_rating{
	margin-bottom: 10px;
}
.update_rating{
	margin-bottom: 20px;
}
.update_rating .br-theme-css-stars .br-widget a{
	font-size: 16px;
	width: 16px;
}

/* FOR STATIC STARS*/
span.rate_disable:before{
	content: "\2605";
	color: #d2d2d2;
}
.br-theme-css-stars-static{
	display: inline-block;
}
.br-theme-css-stars-static ul{
	margin-left: 0;
	margin-bottom: 0;
}
.directory_tags{
	margin-left: 0;
}
.br-theme-css-stars-static ul li{
	display: inline-block;
}
span.rate_active:before {
	content: "\2605";
	color: #e96656;
}
.cor-wrap{
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #ededed;
}
.cor-wrap input,
.cor-wrap label{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.cor-wrap input[type='checkbox']{
	margin: 0;
}
.cor-wrap label{
	width: calc(100% - 30px);
	margin-left: 10px;
}
.lat_btn_wrap{
	text-align: center;
}
.map_wrapper{
	margin-top: 30px;
}
.listing-img-container .single_attachment{
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 0 16px 15px 0;
}
#_listing_gallery .add_listing_form_wrapper{
	padding: 52px 0;
}

.hide-if-no-js{
	text-align: center;
	margin-top: 20px;
}
.btn_wrap.list_submit{
	text-align: center;
}
.btn_wrap.list_submit .btn{
	display: inline-block;
}
/*
========================================
ADMIN SIDE STYLE
========================================
*/


/*
========================================
ADMIN SIDE STYLE
========================================
*/

.single_attachment {
	display: inline-block;
	width: 250px;
	height: 200px;
	margin: 0 20px 20px 0;
	position: relative;
}
span.remove_image {
	cursor: pointer;
	position: absolute;
	color: #ff0000;
	top: -15px;
	right: -2px;
	font-size: 35px;
}
.hide-it{
	display: none;
}

.client_reviews{
	text-align: left;
}
#gmap {
	width:100%;
	height:300px;
	z-index:50;
	margin-bottom: 30px;
	margin-top: 30px;
}
.map_wrapper{
	position: relative;
}
#floating-panel {
	position: absolute;
	top: 5px;
	right: 7px;
	z-index: 51;
	padding: 5px 5px 5px 10px;
	text-align: center;
	font-family: 'Roboto','sans-serif';
	line-height: 30px;
}

/*Info window*/

.map_info_window {
	text-align: center;
}
.map_info_window h3 {
	font-weight: 400;
	font-size: 25px;
}
/* Map area css front end map. NEEDS TO change to gmap later*/
#map{
	width: 100%;
	height: 300px;
}
.infoWindowWrap {
	padding: 20px;
}
/*.gm-style .gm-style-iw{
	width: 200px!important;
}*/


/*Style  for social field*/
.atbdp_social_field_wrapper select{
	width : 100%;
	height:45px;
}
/*.atbdp_social_field_wrapper input.directory_field {
	width:80%;
}*/

span.removeSocialField.dashicons.dashicons-trash {
	color: #ff8282;
	font-size: 32px;
	line-height: 47px;
	cursor: pointer;
}
span.adl-move-icon.dashicons.dashicons-move {
	font-size: 32px;
	line-height: 45px;
	height: auto;
	width: auto;
	margin-left: 10px;
	cursor: move;
	color: #888888;
}
.plus-sign {
	font-weight:900;
	padding-right:5px;
}
.single_attachment {
	display: inline-block;
	width: 250px;
    height: 200px;
    margin: 0 20px 20px 0;
    position: relative;
}
span.remove_image {
    cursor: pointer;
    position: absolute;
    color: #ff0000;
    top: -15px;
    right: -2px;
    font-size: 35px;
}

.atbdp-warning {
	color: #001fff;
}

/*Ajax loading */
.atbdp_ajax_loading {
	background: url("../images/spinner-2x.gif") no-repeat center center;
	padding-left: 10px;
	display: inline-block;
	background-size: cover;
	min-height: 35px;
	min-width: 35px;
}

/* select 2 customize */
.select2-container .select2-search--inline .select2-search__field{
	margin-top: 0!important;
}
.single_search_field  .select2-container--default .select2-selection--single{
	border-radius: 0!important;
	height: 60px;
}
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single{
	border: none!important;
}
.single_search_field .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 60px;
}
.single_search_field .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.directory_btn.btn{
	display: inline-block!important;
}
.directory_btn.btn + .directory_btn{
	margin-left: 10px;
}
@media (max-width: 991px)   {
	.single_search_field{
		width: 100%!important;
		margin-bottom: 10px;
		border-radius: 4px;
	}
	.select2-container--default .select2-selection--single{
		border-radius: 4px!important;
	}
	.directory_main_content_area .submit_btn{
		display: block;
		width: 100%;
		text-align: center;

	}
	.directory_main_content_area .submit_btn button{
		border-radius: 4px;
	}
}
@media (max-width: 479px){
	.add_listing_form_wrapper{
		padding: 54px 20px;
	}
	.btn_wrap.list_submit{
		margin-top: 10px;
	}
}
@media (min-width: 380px ) and (max-width: 992px){
	.article_content .directory_edit_btn{
		margin-bottom:0;
	}
}
.add_listing_form_wrapper{

}
/*Business hour extension widget fix*/
.widget .directory_open_hours {
	padding: 10px 30px;
	background: #fff;
}

/* business hour plugin extension */
.business-hour-title {
	margin-top: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ededed;
}
.business-hour-title p {
	margin-top: 5px;
}