/*
Theme Name: Chalmers & Kubeck
Theme URI: https://www.candk.com/
Version: 1.0
Description: A custom theme for Chalmers & Kubeck
Author: The WebFX Team
Author URI: https://webfx.com/
template: bb-theme
*/

#header-nav .menu>li>.sub-menu,
#employee-nav .menu>li>.sub-menu {
	border-top: 2px solid #66a7cc;
	min-width: 300px;
}

#header-nav .mega-menu>.sub-menu,
#employee-nav .mega-menu>.sub-menu {
	width: 750px !important;
	max-width: 100%;
	left: auto !important;
	right: 0 !important;
	padding: 10px 25px;
}

#header-nav .sub-menu>li,
#employee-nav .sub-menu>li {
	border-bottom: 1px solid #e3e2e3;
}

#header-nav .sub-menu a,
#employee-nav .sub-menu a {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width:767px) {
	#employee-nav .svg-container {
		display: none;
	}

	#employee-nav .menu>li>div>a {
		display: none;
	}

	#employee-nav .menu>li>.sub-menu {
		display: block !important;
	}
}

.ck-infobox .uabb-icon-wrap .uabb-icon i {
	height: 150px !important;
	width: 150px !important;
	line-height: 150px !important;
}

#home-gallery {
	position: relative;
}

#home-gallery img {
	cursor: pointer;
}

#home-gallery .slick-arrow {
	top: auto;
	bottom: -40px;
	-webkit-transform: none;
	transform: none;
}

#home-gallery .slick-prev {
	left: 20px;
}

#home-gallery .slick-next {
	left: 60px;
}

#product-category-list {
	padding: .75rem 1.25rem;
	background: #ffffff;
}

#product-category-list .list-group-item {
	border-color: #e6e6e6;
}

#product-category-list .list-group-item:last-child {
	padding: .75rem 1.25rem;
}

#product-category-list .list-group-item a {
	color: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#product-category-list .list-group-item a span:before {
	content: "\f0d8";
}

#product-category-list .list-group-item a.collapsed span:before {
	content: "\f0d7";
}

.facetwp-bb-module .facetwp-facet {
	margin: 0;
}

.facetwp-facet-location_type {
	display: flex;
	flex: 1 1 auto;

}

.facetwp-facet-location_type .facetwp-checkbox {
	padding-right: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.facetwp-facet-location_type [data-value="ck-corporate"] {
	color: #0066a5;
}

.facetwp-facet-location_type [data-value="ck-north"] {
	color: #7c868e;
}

.facetwp-facet-location_type [data-value="ck-south"] {
	color: #1ac155;
}

.facetwp-facet-proximity {
	display: flex;
	flex: 1 1 auto;
	justify-content: flex-end;
}

#facetwp-map {
	width: 100% !important;
}

.facetwp-counter,
.facetwp-map-filtering {
	display: none !important;
}

.widget_archive ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	padding: .75rem 1.25rem;
}

.widget_archive li {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px !important;
	border: 1px solid #e6e6e6;
	border-right: 0;
	border-left: 0;
	border-radius: 0;

}

.widget_archive li:first-child {
	border-top: 0;
}

.widget_archive li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.widget_archive a {
	color: inherit;
}