/*
Theme Name: Cashmere Child
description: Client Theme - Cashmere
Template: cashmere-parent
Version: 1.0.0
Text Domain: cashmere-child
Author: BCW
*/
.header-inner {
	width: 1350px;
	max-width: 100%;
}
.logo img {
	width: 300px;
}
/* Map and Hours */
#locate-us {
	background: rgba(255, 255, 255, .6);
	box-shadow: 0 0 5px #000;
	position: relative;
}
.map iframe {
	display: block;
}
.hours-container-inner {
	padding: 50px 100px;
}
.hours {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hours li {
	border-bottom: 1px solid #999;
	padding: 5px 0;
	text-align: left;
}
.hours span {
	float: right;
}
/* Social Media */
#social {
	background: rgba(255, 255, 255, .9);
	text-align: center;
}
.social-media-icon {
	display: inline-block;
	font-size: 60px;
	padding: 20px;
}
.social-media-icon a {
	font-weight: normal;
	color: #000
}
.social-media-icon a:hover {
	color: var(--color-1);
}
/* Contact Info */
#contact-info {
	background: var(--color-2);
	padding: 10px 0px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.contact-info {
	display: inline-block;
}
.contact-info:not(:last-of-type):after {
	content: '';
	height: 20px;
	width: 2px;
	background: #fff;
	display: inline-block;
	position: relative;
	margin: 5px 15px -4px;
}
#contact-info a {
	color: #fff;
}
#contact-info a:hover, #contact-info a:focus {
	color: var(--color-1);
}
/* Footer */
footer {
	text-align: center;
	padding: 10px 0px;
	background: var(--color-1);
}
.footer-inner {}
.sitemap .list-inline {
	margin-bottom: 0;
}
footer a {
	color: #000;
}
footer a:hover, footer a:focus {
	color: #fff;
}
.static-banner-image img {
	width: 100%;
	height: auto;
}
.social-media-icon .fab {
	line-height: unset;
}
#testimonials {
	margin-top: 50px;
	background: rgba(255, 255, 255, .9);
	padding: 40px 0;
	text-align: center;
}
#testimonials .test-subtitle {
	font-size: 18px;
}
.hours-container-inner h2, .testimonials-inner h2 {
	font-size: 2.2em;
}
#contact-page-form input.gform_button:hover {
	background: var(--color-2);
}
legend {
	color: #000;
}
span.company-address a {
	color: #000;
}
span.company-address a:hover {
	color: var(--color-1);
}
.page-id-76 .locate-us-inner .map {
	display: none;
}
.page-id-76 .hours-container-inner {
	margin: 0 auto;
	width: 1000px;
	max-width: 100%;
}
.brands-section {
	text-align: center;
	margin-bottom: 50px;
}
.brands-section h2 {
	font-size: 30px;
	border-bottom: 3px solid #000;
}
.brands-section .brand {
	width: auto;
	border: none;
}
.owl-stage{
	  display: flex;
  align-items: center;
  justify-content: center;
}

.brands-no-scroll {display: flex; justify-content: center;}
.brands-no-scroll .image {width:165px;}

.headicons {margin-left:15px;}

/*Capella Gallery*/
.gallery.flex-display {
	padding: 0 25px;
}
.gallery.flex-display .flex-col:nth-of-type(even) {
	padding: 0 5px;
}
.gallery-img {
	margin: 0 0 5px 0;
	position: relative;
	transition: all .5s linear;
	overflow: hidden;
}
.gallery-section {
	padding-bottom: 30px;
}
.gallery-img a {
	z-index: 15;
}
.gallery-img:hover img {
	transform: scale(1.3);
	transition: all .3s linear;
}
.gallery-img img {
	transition: all .3s linear;
}
.navbar-nav>li {
	padding: 10px 10px;
}
.navbar-default li.active a {
	background-color: var(--color-1);
}
@media screen and (max-width:1349px){
    .navbar-nav>li {padding: 10px 4px;}
    .navbar-default .navbar-nav > li > a { font-size: 1.2vw;}
}



