/*
Theme Name: Slate Child
description: Client Theme - Slate
Template: slate-parent
Version: 1.0.0
Text Domain: slate-child
Author: BCW
*/

.numicon {
	color: #000 !important;
}

.hours {
	font-size: 20px;
}

.name {
	font-weight: bold;
	margin-right: 10px;
}

.logo img {
	width: 225px;
}

.page-id-59 .owl-stage-outer {
	display: flex;
	justify-content: center;
	align-items: center;
}

:root {
	--min: min(360px, 100%);
	--cgap: 6px;
	--smargin: 75px;
}

#service-sections2 .service-sections {
	margin: var(--smargin) 0;
}

#service-sections2 .container {
	width: 1570px;
	max-width: 100%;
}
#service-sections2 .service-section .service {
	background-color: var(--color-5);
	margin: 0;
	flex-wrap: wrap;
	border-bottom: var(--cgap) solid #fff;
}
#service-sections2 .service-section .service:last-child {
	margin-bottom: 0;
}
#service-sections2 .service-section .service:nth-child(even) {
	flex-direction: row-reverse;
	background-color: var(--color-6);
}
#service-sections2 .service-section .service:nth-child(even) .image-col,
#service-sections2 .service-section .service:nth-child(even) .content-col {
	border: none;
}
#service-sections2 .service-section .service .image-col {
	flex: 1 1 50%;
	position: relative;
	border-right: calc(var(--cgap) / 2) solid #fff;
}
#service-sections2 .service-section .service .content-col {
	flex: 1 1 50%;
	padding: 50px;
	align-self: center;
	border-left: calc(var(--cgap) / 2) solid #fff;
}
#service-sections2 .service-section .service .content-col p:last-child {
	margin-bottom: 0;
}
#service-sections2 .service-section .service.img-cover .image-col .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#service-sections2 .service-section .service.img-cover .image-col .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
#service-sections2 .service-section:nth-child(even) .service {
	background-color: var(--color-6);
	flex-direction: row-reverse;
}
#service-sections2 .service-section:nth-child(even) .service .image-col {
	border-right: none;
	border-left: calc(var(--cgap) / 2) solid #fff;
}
#service-sections2 .service-section:nth-child(even) .service .content-col {
	border-left: none;
	border-right: calc(var(--cgap) / 2) solid #fff;
}
#service-sections2 .service-section:nth-child(even) .service:nth-child(even) {
	background-color: var(--color-5);
	flex-direction: row;
}
#service-sections2 .service-section:nth-child(even) .service:nth-child(even) .image-col,
#service-sections2 .service-section:nth-child(even) .service:nth-child(even) .content-col {
	border: none;
}


.toggle-nav {
	justify-content: center;
	width: fit-content;
	margin: 0 auto var(--smargin);
	column-gap: var(--cgap);
	flex-wrap: wrap;
	row-gap: var(--cgap);
}
.toggle-nav .nav-item {
	background-color: var(--color-6);
	color: #252525;
	padding: .5em 1.5em;
	min-width: 270px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	transition: all ease .3s;
	border-bottom: 2px solid var(--color-6);
}
.toggle-nav .nav-item.active {
	border-color: var(--color-3);
}
.toggle-nav .nav-item:nth-child(even) {
	background-color: var(--color-5);
	border-color: var(--color-5);
}
.toggle-nav .nav-item.active:nth-child(even) {
	border-color: var(--color-3);
}
.toggle-nav .nav-item:hover {
	border-color: var(--color-3);
}
.toggle-nav .nav-item.active:hover {
	border-color: var(--color-3);
}
.toggle-section {
	display: none;
}
.toggle-section.active {
	display: block;
}
.toggle-section .section-heading {
	text-align: center;
	background: var(--color-6);
	margin: 0 0 var(--cgap);
	padding: 10px 0;
	font-weight: 700;
}
.toggle-section:nth-child(even) .section-heading {
	background-color: var(--color-5);
}

.page-id-57 #services-section,
.page-id-57 .main-inner hr {
	display: none;
}

.adaraimg {
	border: none !important;
}

.adaragal .gallery-section .images {
	display: flex;
	column-gap: 6px;
}
.adaragal {
	margin: 75px 0;
}
.adaragal .gallery img {
	object-fit: cover;
}

.gallery-sections-inner {
	width: 1200px;
	max-width: 100%;
}

.flexctr {
	display: flex;
	justify-content: center;
}

.contact-section-inner .row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
}

.contact-page-info h2 {
	font-size: 31px;
}
.brands-section h2 {
	margin-bottom: 20px;
}
@media screen and (max-width:991px) {
	#service-sections2 .service-section .service .image-col {
		display: block;
	}
	#primary-header {
		padding-top: 115px;
	}
	.navbar-default .navbar-nav>li>a {
		color: #fff;
	}
	.navbar-default .navbar-nav>li>a:hover {
		color: var(--color-3);
	}
	.social a {
		color: #000;
	}
}