body {
	/* padding-top: 131px; */
}

.btn-light:hover{
	background-color: var(--site5) !important;
	border-color:var(--site5) !important;
	color:#fff;
  }
.info h2{
	font-size: 1.6rem;
}


@media (min-width: 1200px) {
	body {
		/* padding-top: 250px; */
	}
}


#map {
	height: 800px;
}

@media (max-width: 991px) {
	#map {
		display: none;
	}
}


/**/

#results.row{
	width: 100%;
	max-width: 1500px;
	margin:auto;
	gap:10px;
}
#results.row::after{
	content: '';
  flex-grow: 1000000000;
}
.col-lg-4{
	flex: 1 1 340px;
	background-color: #ffffffb0;
	border:1px solid #ccc;
	margin-bottom: 75px;
	max-width: unset;
	min-height: 475px;
}

.business-promo {
	display: block;
	margin: 20px 0 10px;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.business-promo h2{
	font-weight: 900;
	color:var(--site5);
	margin-bottom: 0;
}
.business-promo .primary {
	position: relative;
	display: block !important;
}
.business-promo hr{
	width: 100%;
	border-width: 2px;
}
.business-promo .info{
	min-height: 60px;
	padding-block-start: 1rem;
}
.business-promo .primary .info {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: .75rem;
	color: #fff;
	background: rgba(0,0,0,0.7);
}

.business-promo .primary .info h3 {
	font-size: 1.3rem;
	margin: 0;
}

.business-promo a {
	color: inherit;
	text-decoration: none;
}

.business-promo .pic {
	width: 100%;
	padding-bottom: 59.25%;
	overflow: hidden;
	position: relative;
}

.business-promo .pic img {
	min-width: 100%;
	min-height: 100%;
	
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.business-promo .details {
	padding: .75rem 0;
	color: var(--text);
	margin-bottom: 1.9rem;
}
.business-promo .details em{
	color: var(--site5);
}
.btn.btn-light{
	position: absolute;
	left:30px;
	bottom:-20px;
	border-radius: 100vw;
	padding-inline: 2rem;
	border:1px solid #ccc;
}
.btn.btn-light:hover{
	background-color: #1a7ab3;
	border-color: #1a7ab3;
	color:#fff;
}
@media (min-width: 992px) {
	.business-promo .details {
		display: flex;
		flex-direction: column;
	}

	.business-promo .details > div {
		flex-shrink: 0;
		flex-grow: 1;
		margin-bottom: 5px;
	}
}
@media (max-width: 991px) {
	.business-promo .details:after {
		clear: both;
		display: block;
		content: '';
	}

	.business-promo .details > div {
		float: right;
		margin-right: 10px;
	}
	.business-promo .details > div:first-child {
		width: 80%;
		margin-right: 0;
	}
	.business-promo .details em  {
		font-size: 20px;
		padding: 3px 0 0 0;
	}
}

.business-promo .details a {
	color: inherit;
}

@media (max-width: 991px) {
	.business-promo .details a span {
		display: none;
	}
}


/**/

.business-sub-categories {
	padding: 30px 0;
}

.business-sub-categories a {
	display: block;
	margin-bottom: 1rem;
	background: #f1f1f1;
	border-right: 3px solid #c27c38;
	color: #c27c38;
	font-size: 1.2rem;
	padding: .75rem;
}

/**/
#filters input[type=checkbox]{
position: relative;
margin-left: 5px;
}
#filters input[type=checkbox]:checked::after{
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background-color: var(--site5);
	opacity: 1;
	z-index: 1;
}
#filters input[type=checkbox]:checked::before{
	content: '';
	position: absolute;
	left: 3px;
	top: 2px;
	width: 6px;
	height: 9px;
	border: solid white;
	border-width: 0 2px 2px 0;
	background-color: var(--site5);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}
#filters input[type=checkbox]::after {
	background-color: #fff;
	border:1px solid var(--site5);
  }
#filters-toggle {
	display: none;
}

@media (max-width: 991px) {
	#filters-toggle {
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}
	#filters {
		display: none;
	}
}

/**/
.welcome{
	padding: 1rem 0;
	border-bottom: 1px solid rgba(var(--site5RGB), 0.5);
}
#filters h3{
	font-size: 1.5rem;
	font-weight: 900;
	color:var(--site3);
	margin-bottom: 0.75rem;
}
#filters hr{
	border-top: 1px solid rgba(var(--site5RGB), 0.5);
}
.categories .category {
	border: 0;
}
#filters .form-control{
	border-color: var(--site3);
}
#filters label{
	color:var(--site3);
}
.categories .category label {
	display: inline-flex;
	align-items: center;
    cursor: pointer;
    width: auto;
    font-size: 1rem;
    margin: 0;
	margin-bottom: 1rem;
}

.categories .category label > span:first-child {
	padding: 0;
    width: auto;
	display: inline;
    vertical-align: middle;
    padding: 0;
}

.categories .category label > span {
	display: inline;
	margin-inline:0.2rem;
	padding: 0;
}
.categories .category label > span:last-child{
	margin-right: 0.3rem;color:var(--site3);font-weight: 500;font-size: 1.05rem;
}
.categories .category label img{
	filter:invert(0.6) sepia(1) hue-rotate(350deg);height: 42px;
}
@media (min-width: 992px) {
	.col-md-2{
		border-left:1px solid rgba(var(--site5RGB), 0.5);
	}
	.categories-select-holder {
		position: relative;
		text-align: left;
	}

	.categories-select-holder select {
		position: absolute;
		top: -94px;
		background: rgba(0,0,0,0.95);
		color: #fff;
		left: 0;
		border: 0;
		padding: 8px;
	}
	
	[dir="ltr"] .categories-select-holder select {
		left: auto;
		right: 0;
	}
}

@media (max-width:1360px){
	.categories .category label img{
	  height: 30px;
	}
  }
@media (min-width:991px) and (max-width:1250px) {
	.categories .category label img {
		display: none;
	}
}