@charset "utf-8";
/* CSS Document */

body{
/*
	background-color:#f6f6f6;
	color:#484848;
	font-family: 'Lato', sans-serif;
	font-size:1em;
*/
}
content{
	position:relative;
	display: block;
	padding-left:0 !important;
	padding-right:0 !important;
	padding-top:135px;
	max-width:1280px;
	margin:auto;
}

a{
    color:#383838;
}

::-webkit-scrollbar {
    width: 8px;
	height:8px;
	background-color:white;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.3); 
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
	box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,255,255,0.8); 
}
.fauxButton {
	text-align: center;
	border-radius: 5px;
	clear: both;
	display: block;
	width: 200px;
	margin: 0 auto 20px;
	padding: 10px;
	color: #FFF;
	background-color: #FF6E40;
	font-size: 1.5em;
}
.fauxButton:hover {
	color: #FFF;
}
.page-title {
	font-size: 35px;
	font-family:'Montserrat',sans-serif;
	font-weight: 500;
}
#directory-wrap {
	max-width: 1200px;
	margin: 0 auto;
}
#directory-list-content {
	margin-left: 320px;
}

.listing-card {
	display: block;
	float: left;
	width: 430px;
	margin-bottom: 20px;
	position: relative;
}
.listing-card:nth-of-type(odd) {
	margin-right: 20px;
}
.card-header {
	height: 250px;
	padding: 10px;
	position: relative;
	border-radius: 3px 3px 0 0;
}
.card-info {
	padding: 5px 10px;
	border-radius: 3px;
}
.card-enquiry {
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	position: absolute;
	z-index: 10;
	cursor: help;
	top: 10px;
	left: 10px;
}
.card-enquiry:hover {
	background: rgba(180, 180, 180, 0.5);
	color: #FFF;
}
.card-featured {
	float: right;
	background: #FF6E40;
	color: #FFF;
}
.card-details {
	
}
.provider-avatar {
	position: absolute;
	bottom: 10px;
	background: #FFF;
	border-radius: 3px;
	width: 110px;
	height: 110px;
	margin-right: 10px;
	background-position: center;
    box-sizing:border-box;
    border:1px solid #383838;
}
.provider-info {
	padding: 10px;
	background: #FFF;
	border-radius: 0 0 3px 3px;
}
.stars i {
	color: #FFB414;
}
.info-name {
}
.info-name a {
	font-size: 1.2em;
}
.info-rating {
	margin-bottom: 10px;
}
.info-desc {
	margin-bottom: 10px;
	min-height: 60px;
}
.info-tags {
}
.info-address {
}
.provider-details .address {
	display: block;
	margin-bottom: 10px;
	min-height: 30px;
}
.provider-details .phone, .provider-details .url {
	float: left;
	width: 50%;
}
.provider-tag, .provider-count, .provider-count-mobile {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	border-radius: 3px;
	border: 2px solid #AAA;
}
.provider-tag-hide, .provider-count-hide, .provider-count-mobile-hide {
	display: inline-block;
	padding: 7px 14px;
	margin-right: 5px;
}
#directory-sidebar {
	list-style: none;
	float: left;
	width: 300px;
}
.cat-header {
	font-size: 1.4em;
	display: block;
}
#directory-sidebar {
/*
	background: #FFF;
	border-radius: 3px;
	padding: 10px;
*/
}
#directory-sidebar li {
	position: relative;
}
#directory-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#directory-sidebar h3 {
	margin: 10px 0;
    font-weight:bold;
}
#directory-sidebar ul li ul {
	margin: 10px 0;
}
#directory-sidebar ul li a {
	padding: 3px 10px 3px 20px;
	display: block;
}

#directory-sidebar ul li a:hover{
    color:#484848;
}

a#sidebar-burger {
	display: none;
}
#nav-sidebar {
	margin: 0;
}
.provider-count-mobile {
	display: none;
}
@media(max-width:1200px){
	#directory-wrap {
		width: 90%;
		margin: 0 auto;
	}
	.listing-card {
		width: 100%;
	}
	#directory-wrap.professional-listing .professional-adds{
		width: 100%;
	} 
	#directory-wrap.professional-listing .professional-adds iframe{
		max-width: 100%;
	}
	#directory-wrap.professional-listing .professional-adds .img_ad {
		max-width: 100%;
		width: 100%;
	}
}
@media(max-width:820px){
	#directory-sidebar {
		width: 100%;
		padding: 0;
	}
	#directory-list-content {
		margin: 0;
	}
	a#sidebar-burger {
		background: #FFF;
		padding: 10px;
		margin-top:10px;
		margin-bottom: 20px;
		border-radius: 3px;
		color: #333;
		font-size: 1.5em;
		display: block;
	}
	#sidebar-burger i {
		float: right;
		line-height: 1.5em;
	}
	#nav-sidebar {
		border-radius: 3px;
		height: 300px;
		overflow: scroll;
		background: #FFF;
		padding: 10px;
		margin: -15px 0 0 0;
		position: absolute;
		width: 100%;
		z-index: 30;
		-webkit-box-shadow: 0 8px 6px -6px #AAA;
		   -moz-box-shadow: 0 8px 6px -6px #AAA;
				box-shadow: 0 8px 6px -6px #AAA;
				display: none;
	}
	.professional-listing .page-title{
		font-size: 30px;
		margin-bottom: 10px;
	}
	#directory-wrap.professional-listing .professional-list-div{
		margin-left: 0;
	}
	#directory-wrap.professional-listing .professional-adds{
		height: auto;
	}
}
@media(max-width:768px){
	#directory-wrap {
		min-width: 300px;
	}
}
@media(max-width:420px){
	#directory-wrap {
		min-width: 300px;
	}
	.provider-count {
		display: none;
	}
	.provider-count-mobile {
		display: inline;
	}
	.info-tags span.provider-tag:not(:first-child) {
		display: none;
	}
	.professional-listing .page-title{
		font-size: 25px;
	}
}
input#filter_provider {
	width: 100%;
	border: none;
	background: #FFF;
	padding: 10px;
	border-radius: 3px;
}
#search_result_container {
	position: relative;
}
ul#search_result {
	border-radius: 3px;
	background: #FFF;
	padding: 10px;
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	z-index: 10;
	-webkit-box-shadow: 0 8px 6px -6px #AAA;
	   -moz-box-shadow: 0 8px 6px -6px #AAA;
			box-shadow: 0 8px 6px -6px #AAA;
}
ul#search_result li a {
	padding: 3px;
}
#search_all a {
	background: #FF6E40;
	color: #FFF;
	text-align: center;
	font-size: 1.5em;
	border-radius: 3px;
	margin-top: 20px;
}

#search_all a:hover{
    color:#fff;
}

.seo_content{
    position:relative;
    display: block;
    width:100%;
    max-width:1280px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:40px;
    z-index:-1;
}
.design-content-link{
	    z-index: 1;	
		clear: both;
}
.design-content-link a{
	color: #FF6E40;
}
.seo_content h1,.seo_content h2{
    position:relative;
    display:block;
    font-weight:500;
    font-family:'Montserrat',sans-serif;
}
#listing-waypoint {
	height: 10px;
	clear: both;
}
.professional-listing .page-title{
	float: left;
}
.professional-listing #directory-list{
	width: 100%;
	clear: both;
}
.professional-listing .professional-adds{
	height:90px;
	width:768px;
	margin: auto;
	margin-bottom: 20px;
}
.professional-listing .professional-list-div{
	margin-left: 320px;
	
}


