@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;
	clear: both;
}
#search-wrap {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

#search-list-content {
}

.listing-card {
	display: block;
	float: left;
	width: 32%;
	margin-bottom: 20px;
	position: relative;
	margin-right: 1%;
}
.listing-card:nth-of-type(3n) {
	margin-right: 0;
}
.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.5);
	color: #FFF;
	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 {
	position: relative;
	padding: 10px;
	background: #FFF;
	border-radius: 0 0 3px 3px;
	min-height: 225px;
}
.stars i {
	color: #FFB414;
}
.info-name {

}
.info-name a {
}
.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;
}
#search-sidebar {
	list-style: none;
	float: left;
	width: 300px;
}
.cat-header {
	font-size: 1.4em;
	display: block;
}
#search-sidebar {
/*
	background: #FFF;
	border-radius: 3px;
	padding: 10px;
*/
}
#search-sidebar li {
	position: relative;
}
#search-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#search-sidebar h3 {
	margin: 10px 0;
    font-weight:bold;
}
#search-sidebar ul li ul {
	margin: 10px 0;
}
#search-sidebar ul li a {
	padding: 3px 10px 3px 20px;
	display: block;
}

#search-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){
	#search-wrap {
		width: 90%;
		margin: 0 auto;
	}
	.listing-card {
		width: 100%;
	}
}
@media(max-width:820px){
	#search-sidebar {
		width: 100%;
		padding: 0;
	}
	#search-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;
	}
}
@media(max-width:768px){
	#search-wrap {
		min-width: 300px;
	}
}
@media(max-width:420px){
	#search-wrap {
		min-width: 300px;
	}
	.provider-count {
		display: none;
	}
	.provider-count-mobile {
		display: inline;
	}
	.info-tags span.provider-tag:not(:first-child) {
		display: none;
	}
}
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;
}

h3 {
	font-size:18px;
}

.card-reading-time {
	position: absolute;
	right:10px;
	bottom:0px;
	font-size:11px;
	margin: 10px 0px 10px;
}
.card-reading-time a {
	color:#fff;
}
.card-reading-time:hover {
	color:#fff;
}
.btn-outline {
	cursor:pointer;
	display: inline-block;
	border-radius: 5px!important;
	padding: 10px 25px;
	background: #FF6E40;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 34px;
	margin: 0px 0px 20px;
}
.btn-outline:hover {
	color: #fff;
}