/*
Theme Name: Slate Child
description: Mongan Painting - Slate
Template: slate-parent
Version: 1.0.0
Text Domain: slate-child
Author: BCW
*/
.address p {
	display: inline;
}
.header-second-location {
	padding: 0 4px 0 12px;
}
.footer-second-location {
	display: flex;
	padding-top: 10px;
}
.contact-page-info .footer-second-location {
	justify-content: center;
	font-size: 22px;
	line-height: 1.75em;
}
.navbar-default .navbar-collapse {
	padding: 0px;
}
.main-content {
	padding: 0 20px;
}
/* FAQ */
#faq-section {
	padding: 0 0 50px;
}
#faq-section h1 {
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
#faq-section h2 {
	padding: 5px;
	border: none;
}
.faq-info {
	color: #fff;
	background-color: var(--color-2);
}
.faq-toggle {
	box-shadow: #000 0 0 10px 0;
	font-size: calc(16px + (21 - 16) * ((100vw - 300px) / (2000 - 300)));
	border: 1px solid #000;
	padding: 10px 20px 10px 10px;
	position: relative;
	margin: 10px 0;
	color: #333;
}
.faq-toggle:hover {
	cursor: pointer;
	color: #fff;
	background: var(--color-2);
	text-decoration: none;
}
#faq-section h2 a:hover {
	color: #fff;
}
.faq-toggle .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.faq-toggle .icon span {
	transition: all .25s linear;
	font-weight: bold;
}
.faq-toggle.active .icon span {
	transform: rotate(180deg);
	transition: all .25s ease;
}
.faq-info {
	display: none;
}
.navbar-default .navbar-nav li>a {
	font-size: 14.5px;
}
.navbar-default .dropdown-menu>li>a:hover,
.navbar-default .dropdown-menu>li>a:focus {
	background: rgb(0, 0, 0, .85);
	color: #fff;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: var(--color-2);
	outline: 0;
}
.featured-video {
	margin: 20px 0;
	height: 400px;
	border: 5px solid;
	border-color: var(--color-2);
}
.featured-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.testimonial-control span {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.testimonial-control.left, .testimonial-control.right {
	background-image: none;
	color: var(--color-2);
}
#carousel-slider-1 img {
	max-width: 60%;
}
.testimonial-row {
	background-color: #fff;
	padding: 50px 0;
}
.services-section .service {
	flex-wrap: wrap;
	align-items: center;
}
.services-section .service > .col {
	flex: 1 1 50%;
	max-width: 50%;
}
.services-section .service:nth-child(even) {
	flex-direction: row-reverse;
}
.services-section .service .owl-carousel .owl-nav .owl-prev,
.services-section .service .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 32px;
	text-shadow: 0 0 4px #fff;
}
.services-section .service .owl-carousel .owl-nav .owl-prev {
	left: 15px;
}
.services-section .service .owl-carousel .owl-nav .owl-next {
	right: 15px;
}
.services-section .service .content-col {
	padding: 30px;
}
.services-section .service .content-col h2 {
	margin-bottom: 20px;
}
.services-section .service .image-col {
	align-self: stretch;
}
.services-section .service .image-col .owl-carousel,
.services-section .service .image-col .owl-stage-outer,
.services-section .service .image-col .owl-stage,
.services-section .service .image-col .owl-item,
.services-section .service .image-col .item {
	height: 100%;
}
.services-section .service .image-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
@media screen and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
		color: #fff;
	}
	.navbar-default .navbar-nav>li>a:hover {
		color: #fff;
	}
	.services-section .service > .col {
		flex: 1 1 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.quote-form {
		display: inline;
	}
	.contact-maps {
		flex-direction: column;
		align-items: center;
	}
}
