.social-media .link,
.contact-social .link {
	margin: 0 .15em;
}
.contact-social {
	display: flex;
}
.contact-page-info .contact-social {
	display: flex;
	justify-content: center;
}
/* = DEFAULT STYLES = */
body {
	margin: 0;
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	color: #000;
}
/* = DEFAULT - LINKS = */
a {
	text-decoration: none;
	font-weight: bold;
	transition: all ease .5s;
}
a:hover, a:focus {
	text-decoration: underline;
	transition: all ease .5s;
}
/* = DEFAULT - TEXT ITEMS = */
p {
	margin: 20px 0;
	line-height: 1.75em;
}
/* = DEFAULT - HEADINGS = */
h1 {
	font-size: 36px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
h2 {
	font-size: 24px;
	margin: 0;
	font-weight: bold;
	border-bottom: 2px solid #d1bf69;
}
/* For Thank You Page */
h2.message {
	font-size: 50px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
h3 {
	font-size: 20px;
	margin: 0;
	font-weight: bold;
}
/* = FLOATED IMAGES = */
img.pull-left {
	margin: 20px 20px 20px 0px;
}
img.pull-right {
	margin: 20px 0px 20px 20px;
}
/* = ASIDE = */
aside {
	text-align: left;
}
/* = Lists = */
.main-inner ul, .service ul {
	display: inline-block;
	text-align: left;
}
/* = DEFAULT - Custom Bootstrap = */
#contact-section, #gallery-section, #menu-section, #services-section {
	padding: 0 0 50px;
	background: #f1f1f1;
}
#about-section, main, .main-section {
	padding: 50px 0;
	background: #f1f1f1;
}
#menu-section img, #menu-section img {
	border-width: 5px;
	border-style: solid;
}
.container {
	margin: 0 auto;
}
hr {
	border-top: 2px solid var(--color-5);
	margin-bottom: 30px;
}
/* Buttons */
.btn {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	transition: all ease .5s;
}
.btn:hover, .btn:focus {
	background: #666;
	color: #fff;
	transition: all ease .5s;
}
.menu-button {
	text-align: center;
	margin: 20px auto;
}
/* = HEADER = */
#top-wrapper {
	transition: all 0.4s ease;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
}
#primary-header {
	padding: 10px 0;
	background: #fff;
}
/* HEADER - LOGO */
.logo img {
	margin-top: 5px;
}
.logo img:hover {
	opacity: .8;
}
/* = CALL TO ACTION = */
#c2a {
	font-size: 16px;
	color: #999;
	background: #fff;
}
.c2a-inner {
	border-bottom: 2px solid #d1bf69;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
.address {
	display: inline-block;
	padding-top: 5px;
	margin: 0px 10px;
}
.c2a-inner a {
	font-weight: normal;
	color: #999;
}
.c2a-inner a:hover, .c2a-inner a:focus {
	text-decoration: none;
}
/* = SOCIAL MEDIA LINKS = */
.social-media {
	text-align: left;
	font-size: 22px;
}
/* = NAVIGATION = */
.navbar-fixed-top {
	background: #eee;
}
.navbar-default {
	border-radius: 0px;
	border: 0;
	background: transparent;
	text-align: center;
	margin-bottom: 0;
	float: right;
}
.navbar-default .navbar-nav li>a {
	font-size: 15px;
	text-transform: uppercase;
	padding: 20px 10px;
	color: #999;
	border-bottom: 3px solid transparent;
	transition: all ease .5s;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background: transparent;
	padding: 20px 10px 8px;
	border-bottom: 3px solid #d1bf69;
	transition: all ease .5s;
}
.nav li.active>a {
	color: #000139;
	padding: 15px 10px 8px;
	border-bottom: 3px solid #d1bf69;
	transition: all ease .5s;
	background: transparent;
}
.dropdown-menu {
	margin-top: -2px;
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0px;
	padding: 0px;
}
.dropdown:hover .dropdown-menu {
	display: block;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {}
.navbar-default .dropdown-menu>li>a {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar-default .dropdown-menu>li>a:hover, .navbar-default .dropdown-menu>li>a:focus {
	background: #f1f1f1;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	padding: 20px 10px 8px;
	border-bottom: 3px solid #d1bf69;
	transition: all ease .5s;
	background: transparent;
}
#nav {
	display: none;
	z-index: 1;
}
.home-link, .head-directions, .head-phone {
	display: none;
}
.social, .menu-mobile-drop-down-menu-container {
	display: none;
}
.navbar {
	display: block;
	list-style: none;
}
.navbar li {
	list-style: none;
}
.navbar li a {
	list-style: none;
	text-decoration: none;
}
/* = BANNER = */
.carousel-control {
	z-index: 9;
}
.carousel-inner {
	border: none;
	box-shadow: none;
}
.carousel-inner img, .banner-inner img {
	width: 100%;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}
/* Carousel Caption */
.carousel-caption {
	opacity: 0.8;
	bottom: 0;
	padding: 20px;
	left: 7.5%;
	right: 7.5%;
}
.carousel-caption span {
	text-shadow: none;
	font-weight: bold;
	font-size: 32px;
	border: 0;
	color: #fff;
}
.carousel-control {
	z-index: 5;
}
/* = MAIN = */
main img {
	margin: 10px auto;
}
/* Interior Page Styles */
.main-inner h1 {
	text-align: center;
}
.main-inner h2 {
	text-transform: uppercase;
}
.main-inner h3 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
/* Services Page */
.panel-default {
	font-size: 1em;
	border-radius: 0;
	background: none;
}
.panel-default>.panel-heading {
	border-radius: 0;
	border-bottom: 3px solid #d1bf69;
}
.panel-heading>h2 {
	margin: .25rem 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
}
.panel-body {
	font-size: 16px;
	background: #fff;
}
.panel img.pull-left, .panel img.pull-right {}
/* Gallery */
.gallery img {
	margin: 20px auto;
	width: 100%;
}
/* Contact Page */
.map iframe {
	width: 100%;
	height: 300px;
	margin-top: 30px;
}
.form-heading {
	margin-bottom: 20px;
	margin-top: 20px;
}
.contact-page-info {
	text-align: center;
	font-weight: bold;
}
.contact-page-info h2 {
	font-size: 32px;
	margin-top: 30px;
	border: 0;
}
.contact-page-info p {
	font-size: 22px;
}
.contact-page-info a:hover, .contact-page-info a:focus {
	text-decoration: none;
}
.contact-page-form #gform_wrapper_1 textarea {
	height: 90px;
}
.contact-page-form form input.gform_button {
	transition: all ease .5s;
	color: #fff;
	text-transform: uppercase;
}
.contact-page-form form label {
	display: none !important;
}
.contact-page-form .gform_wrapper input,
.contact-page-form .gform_wrapper textarea {
	width: 100% !important;
	padding: 6px 12px;
	font-size: 16px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-page-form .gform_wrapper textarea {
	height: 75px;
}
.contact-page-form .gform_wrapper input.gform_button:hover,
#contact-info form input.gform_button:focus {
	background: #666;
}
/* = CONTACT INFO = */
#contact-info {
	background: var(--color-5);
	padding: 40px 0px;
}
#contact-info h3 {
	margin-bottom: 20px;
	border-bottom: 2px solid #d1bf69;
	font-size: 22px;
	text-transform: uppercase;
}
.contact-info {
	display: block;
	font-size: 18px;
	margin: 20px 0;
	font-weight: bold;
}
.contact-info .fa {
	color: #d1bf69;
}
#contact-info a:hover, #contact-info a:focus {
	text-decoration: none;
}
.contact-social {
	font-size: 28px;
}
#contact-info form input.gform_button {
	transition: all ease .5s;
	color: #fff;
	text-transform: uppercase;
}
#contact-info form label {
	display: none;
}
#contact-info form input, #contact-info form textarea {
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px !important;
}
#contact-info form .submit-btn {
	padding-right: 15px !important;
}
#contact-info form textarea {
	height: 88px;
}
#contact-info form input.gform_button:hover, #contact-info input.gform_button:focus {
	background: #666;
}
/* Hours */
#contact-info .hours {
	list-style: none;
	padding: 0;
}
#contact-info .hours li {
	display: block;
	padding: 5px 0;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	font-size: 16px;
}
#contact-info .hours li span {
	float: right;
}
/* = FOOTER = */
#primary-footer {
	text-align: center;
	border-top: 3px solid #d1bf69;
	font-size: 12px;
}
.primary-footer-inner {
	padding: 10px 15px;
}
/* = FOOTER - LINKS = */
footer a {
	color: #999;
}
footer a:hover, footer a:focus {
	text-decoration: none;
}
/* = BACK TO TOP LINK = */
#top-link-block.affix-top {
	position: absolute;
	bottom: -82px;
	left: 10px;
}
#top-link-block.affix {
	position: fixed;
	bottom: 18px;
	left: 10px;
}
.back-to-top {
	color: #fff;
	border: 0;
}
.back-to-top:hover, .back-to-top:focus {
	color: #fff;
}
/* = SITEMAP PAGE = */
ul.sitemap-page {
	margin: 20px auto;
	display: block;
	max-width: 500px;
	float: none;
	padding: 0;
}
ul.sitemap-page li {
	list-style: none;
}
ul.sitemap-page li a {
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
	text-align: center;
	font-size: 36px;
	line-height: 55px;
	display: block;
}
ul.sitemap-page li a:hover, ul.sitemap-page li a:focus {
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
/* = MEDIA QUERIES= */
@media screen and (max-width: 1200px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
		padding: 15px 5px 8px;
	}
	.accreditations img {
		height: 80px;
	}
}
@media screen and (max-width: 992px) {
	#c2a {
		font-size: 12px;
	}
	.logo img {
		margin: 0 auto;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
		padding: 15px 10px 8px;
	}
	#contact-info h3 {
		margin-top: 20px;
	}
	.navbar-default {
		float: none;
	}
	.carousel-caption span {
		font-size: 24px;
	}
	.feature-inner .feature-box {
		margin: 10px auto;
	}
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		margin-bottom: -5px;
	}
	img.pull-left {
		float: none !important;
		margin: 0 auto;
	}
	img.pull-right {
		float: none !important;
		margin: 0 auto;
	}
}
@media screen and (max-width: 991px) {
	#primary-header {
		padding-top: 30px;
	}
	.navbar .navbar-collapse {
		text-align: center;
	}
	.dropdown-toggle::after {
		display: none !important;
	}
	ul.sub-menu {
		display: block;
		opacity: 0;
		min-width: 0;
		top: 0;
		left: -20px;
		padding-bottom: 10px;
		width: 100%;
		padding: 10px;
		z-index: -1;
		position: absolute;
		list-style: none;
		padding: 0;
	}
	.sub-menu>li>ul {
		left: -10px;
		top: -5px;
	}
	.navbar {
		min-height: 0;
	}
	ul.nav-list {
		padding: 0;
		list-style: none
	}
	ul.nav-list a {
		color: #fff;
		font-size: 16px;
	}
	.carousel-inner {
		z-index: 3;
	}
	.menu-main-menu-container {
		display: none;
	}
	.menu-mobile-drop-down-menu-container {
		display: block;
	}
	#c2a {
		display: none;
	}
	.social a {
		color: #fff;
		padding-left: 8px;
		padding-right: 8px;
		border-right: 1px solid #fff;
		font-size: 20px;
	}
	.nav.sticky {
		top: 0 !important;
	}
	.nav {
		position: absolute;
		top: 100%;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
	}
	.navbar {
		display: none;
		position: fixed;
		right: 0;
		z-index: 9;
	}
	.navbar.sticky {
		top: 50px !important;
		position: fixed;
	}
	.navbar-nav>li {
		display: block;
		float: none;
	}
	.navbar-nav>li a {
		color: #fff;
		display: block;
		padding: 5px 20px;
	}
	#nav {
		display: block;
		z-index: 25
	}
	.mobile-nav {
		height: 100%;
	}
	.nav li.active>a {
		color: #fff;
	}
	.mobile-list {
		list-style: none;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-around;
		padding: 0;
		height: 100%;
		margin-bottom: 0;
	}
	.menu-mobile-menu-container {
		height: 100%;
	}
	.nav-toggler {
		position: relative;
		text-align: center;
		color: #fff;
		font-weight: 600;
		width: 55px;
		transition: all ease-in-out .3s;
		display: flex;
		flex-flow: row-reverse nowrap;
		align-items: center;
		cursor: pointer;
		padding: 10px 10px;
	}
	.nav-toggler .toggle-more {
		transform: rotate3d(1, 0, 0, 0deg);
		float: left;
		opacity: 1;
	}
	.nav-toggler .toggle-less {
		opacity: 0;
	}
	.nav-toggler .toggle-text {
		width: 40px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.nav-toggler .toggle-text, .nav-toggler span {
		transition: all ease-in-out .3s;
	}
	.nav-toggler span {
		color: #fff;
		font-size: 14px;
		line-height: 1;
		position: absolute;
		top: 2px;
		right: 0px;
	}
	.nav-toggler.active .toggle-more {
		transform: rotate3d(1, 0, 0, 180deg);
		float: left;
		opacity: 0;
	}
	.nav-toggler.active .toggle-less {
		transform: none;
		float: left;
		opacity: 1;
	}
	.nav-toggler.active span {
		transform: rotate3d(1, 0, 0, 180deg);
	}
	.mobile-list a {
		color: #fff;
		padding: 5px 10px;
	}
	.navbar-nav {
		padding-left: 0;
	}
	.navbar-collapse {
		display: block;
		border-top: none;
	}
	.top-wrapper {
		margin-bottom: 50px;
	}
	.social .home-link {
		margin-left: 0;
		padding-left: 8px;
	}
	.social .social-text {
		display: inline-block;
		padding-left: 5px;
	}
	.social .home-link {
		display: inline-block;
		float: left;
		width: 50px;
	}
	.social a:not(.home-link) {
		border-right: none;
		font-size: 14px;
		line-height: 2em;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
	}
	.social a:not(.home-link):not(.head-directions):not(.head-phone) {
		display: none;
	}
	.c2a .social {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 11;
	}
	.social .row {
		width: 100%;
	}
	.nav {
		position: fixed;
		top: 50px;
	}
	.social [class^="col-"] {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.navbar {
		display: none;
		left: auto;
		height: auto;
		top: 100px;
	}
	nav {
		margin-top: 0;
	}
	.c2a.interior-pages .tel, .c2a.interior-pages .tagline {
		display: none;
	}
	.c2a.interior-pages .tel, .c2a.interior-pages .tagline {
		display: none;
	}
	.navbar .navbar-collapse {
		margin: 0;
	}
	.navbar-nav>li a {
		padding: 15px 20px;
		position: relative
	}
	.navbar-default .navbar-nav>li>a {
		display: flex;
		justify-content: center;
		align-items: center
	}
	.caret {
		border: none;
		height: 15px;
		width: 15px;
		position: relative;
		margin-right: 10px;
		font-size: 22px;
	}
	.back {
		text-align: center;
		font-size: 22px;
		position: relative;
		display: block;
		text-align: center;
	}
	.back::after {
		content: "\f077";
		cursor: pointer;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		z-index: 999;
		color: #fff;
		left: 50%;
	}
	.slide-in-right {
		animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		z-index: 9999 !important;
		border: 1px solid #fff;
	}
	.slide-out-right {
		animation: slide-out-right 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		z-index: -999 !important;
		border: 1px solid #fff;
	}
	.caret::after {
		content: "\f053";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	#top-wrapper {
		position: static;
	}
}
@media screen and (max-width: 767px) {
	.navbar .navbar-collapse {
		margin-left: 15px;
		margin-right: 15px;
	}
	.social-media {
		text-align: center;
	}
	.c2a-inner {
		text-align: center;
	}
	.address {}
	.logo img {
		margin: 0 auto;
	}
	.dropdown-menu {
		visibility: visible;
		position: relative;
		width: 100%;
		float: none !important;
		text-align: center;
		display: block;
	}
	.contact-page-form {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.carousel-caption span {
		font-size: 16px;
	}
	.address {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.carousel-caption {
		display: none;
	}
	#main-feature1 .feature-box h3 {
		font-size: 15px;
		margin-top: 25%;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.navbar.navbar-default {
		right: 20px
	}
	.slide-in-right {
		opacity: 1 !important;
		transition: all ease 1s
	}
	.slide-in-out {
		opacity: 0 !important;
		transition: all ease-out 1s;
	}
	.back {
		cursor: pointer
	}
	ul.sub-menu {
		transition: all ease 1s
	}
}
@supports (-ms-accelerator:true) {
	.navbar.navbar-default {
		right: 20px;
	}
	.slide-in-right {
		opacity: 1 !important;
		transition: all ease-in 1s
	}
	.slide-in-out {
		opacity: 0 !important;
		transition: all ease-out 1s;
	}
	.back {
		cursor: pointer
	}
	ul.sub-menu {
		transition: all ease 1s
	}
}
/*Annimations*/
@-webkit-keyframes move_fade_down {
	2 0% {
		-webkit-transform: translate(0, 0);
		opacity: 1
	}
	50% {
		-webkit-transform: translate(0, 5px) scale(.95);
		opacity: .75
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1
	}
}
@keyframes move_fade_down {
	0% {
		transform: translate(0, 0);
		opacity: 1
	}
	50% {
		transform: translate(0, 5px) scale(.9);
		opacity: .75
	}
	100% {
		transform: translate(0, 0);
		opacity: 1
	}
}
@-webkit-keyframes move_fade_side {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 1
	}
	50% {
		-webkit-transform: translate(5px, 0) scale(.95);
		opacity: .75
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1
	}
}
@keyframes move_fade_side {
	0% {
		transform: translate(0, 0);
		opacity: 1
	}
	50% {
		transform: translate(5px, 0) scale(.9);
		opacity: .75
	}
	100% {
		transform: translate(0, 0);
		opacity: 1
	}
}
@keyframes slide-in-right {
	0% {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
	100% {
		transform: translateX(0px) translateY(15px);
		opacity: 1;
	}
}
@keyframes slide-out-right {
	0% {
		transform: translateX(-20px) translateY(15px);
		opacity: 1;
	}
	100% {
		transform: translateX(100px) translateY(0px);
		opacity: 0;
	}
}
#top-wrapper {
	position: relative;
}
body {
	margin-top: 0;
}
h1,
h2,
h3,
#contact-section a,
#contact-info a,
footer a:hover,
footer a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: var(--color-1);
}
.carousel-caption {}
.carousel-caption:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-1);
	opacity: .85;
	z-index: -1;
}
.panel-default>.panel-heading,
.back-to-top:hover,
.back-to-top:focus,
.carousel-caption,
#contact-info form input.gform_button,
.contact-page-form form input.gform_button,
.btn {
	background: var(--color-1);
}
.gallery img {
	border: 5px solid var(--color-1);
}
.nav li.active>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.panel-default>.panel-heading {
	border-bottom: 3px solid;
}
.c2a-inner,
h2,
#contact-info h3 {
	border-bottom: 2px solid;
}
#primary-footer {
	border-top: 3px solid;
}
#services-section img,
.gallery img:hover,
main img,
main img:hover {
	border: 5px solid;
}
.panel-default>.panel-heading,
.pbThumbs li.active a img,
.nav li.active>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.panel-default>.panel-heading,
.c2a-inner,
h2,
#contact-info h3,
#primary-footer,
#services-section img,
.gallery img:hover,
main img,
main img:hover {
	border-color: var(--color-2);
}
a,
.c2a-inner a:hover,
.c2a-inner a:focus,
.feature-inner .icon .fa,
main.interior-pages ul li:before,
.contact-page-info a:hover,
.contact-page-info a:focus,
.contact-page-info .fa,
.contact-info .fa,
#contact-info a:hover,
#contact-info a:focus,
ul.sitemap-page li a,
#contact-section a:hover,
#contact-section a:focus,
#menu-section img {
	color: var(--color-2);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.feature-inner .feature-box:hover .icon,
.feature-inner .feature-box:focus .icon,
.back-to-top,
.contact-page-form .gform_wrapper input.gform_button:hover,
#contact-info form input.gform_button:focus,
.c2a .social, .nav.sticky, ul.sub-menu {
	background-color: var(--color-2);
}
footer a, .navbar-default .navbar-nav li>a, .c2a-inner a {
	color: var(--color-3);
}
#contact-info form input.gform_button:hover,
#contact-info input.gform_button:focus,
#contact-info form input.gform_button:focus,
.btn:hover, .btn:focus {
	background: var(--color-3);
}
/*Media Styles*/
@media screen and (max-width:991px) {
	.home .navbar,
	.nav,
	.navbar,
	#nav {
		background-color: var(--color-1);
	}
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a {
		color: var(--color-4);
	}
}
.flex-row {
	display: flex;
}
/* Blog Template */
.blog-section {
	margin-bottom: 0px;
	margin-top: 50px;
}
.blog-section .blog-inner {
	align-items: center;
}
.blog-section .blogs-row {
	justify-content: flex-end;
}
.blog-section .blogs-col {
	flex: 0 0 75%;
	margin-right: 30px;
}
.blog-section .sidebar-col {
	flex: 0 1 25%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.blog-section .blog {
	margin-bottom: 30px;
}
.blog-section .blog:nth-child(odd) {
	background-color: #eee;
}
.blog-section .blog:nth-child(odd) .image-col {
	order: 1;
	margin-right: 0;
}
.blog-section .blog .image-col {
	flex: 0 0 25%;
}
.blog-section .blog .content-col {
	padding: 12px;
	flex: 1 1 auto;
}
.blog-section .blog h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.blog-section .blog a {
	color: #000;
	font-weight: 400;
}
.blog-section .blog a:hover, .blog-section .blog a:focus {
	text-decoration: none;
}
.blog-section .blog .read-more-text {
	font-weight: 700;
	transition: all ease .3s;
}
.blog-section .sidebar {
	text-align: center;
	border: 2px solid;
}
.blog-section .sidebar .screen-reader-text {
	display: none;
}
.blog-section .sidebar .search-form {
	display: inline-flex;
	width: auto;
	position: relative;
	margin: 15px 10px;
}
.blog-section .sidebar .search-form button {
	position: absolute;
	right: 0;
	top: 0;
}
.blog-section .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-section .sidebar li {
	padding: 15px 0;
}
.blog-section .sidebar li:not(:last-child) {
	border-bottom: 1px solid;
}
.blog-section .sidebar h2 {
	border-bottom: none;
	margin-top: 8px;
	font-size: 22px;
}
.blog-section .sidebar a:hover, .blog-section .sidebar a:focus {
	text-decoration: none;
}
.blog-section .pagination {
	display: flex;
	margin: 0 0 20px;
	text-align: center;
	justify-content: center;
}
.blog-section .pagination .page-numbers {
	flex: 0 0 auto;
	padding: 6px 10px;
	color: #fff;
	transition: all ease .3s;
	margin-bottom: 5px;
	display: block;
	min-width: 2em;
}
.blog-section .pagination .page-numbers:not(:last-child) {
	border-right-width: 1px;
	border-right-style: solid;
}
.blog-section .pagination .page-numbers:not(:first-child) {
	border-left-width: 1px;
	border-left-style: solid;
}
.blog-section .pagination .page-numbers.dots {
	padding: 6px;
}
.blog-section .pagination .page-numbers:hover, .blog-section .pagination .page-numbers:focus {
	text-decoration: none;
}
.blog-section .blog .date {
	font-size: .9em;
	font-style: italic;
	margin-bottom: 10px;
	color: #666;
}
.main-section.single {
	margin: 50px 0;
}
.main-section.single .image.pull-left {
	max-width: 400px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.main-section.single .date {
	margin: 5px 0;
	font-size: .9em;
	color: #666;
}
/* Home Page Features */
.feature-section {
	padding: 50px 0;
}
.feature-section .features {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
}
.feature-section .feature {
	flex: 1 1 calc(33.33% - 20px);
}
.feature-section .feature .inner {
	border: 5px solid #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	transition: all ease-in-out 0.3s;
	display: block;
	position: relative;
}
.feature-section .feature .image img {
	width: 100%;
}
.feature-section .feature a {
	display: block;
}
.feature-section .feature a:hover .inner,
.feature-section .feature a:focus .inner {
	transform: scale(1.05);
}
.feature-section .feature .heading {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 8px;
	color: #fff;
	background-color: var(--color-1);
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.review-section {
	padding: 50px 0;
	background-color: var(--color-6);
	text-align: center;
}
.review-section .author {
	text-align: center;
}
.review-section .owl-carousel {
	position: relative;
	max-width: calc(100% - 90px);
	margin: 0 auto;
}
.review-section .owl-stage {
	display: flex;
	align-items: center;
}
.review-section .owl-carousel .owl-nav {
	font-size: 32px;
}
.review-section .owl-carousel .owl-nav .owl-prev,
.review-section .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: calc(50% - 10px);
	transform: translateY(-50%);
}
.review-section .owl-carousel .owl-nav .owl-prev {
	left: -45px;
}
.review-section .owl-carousel .owl-nav .owl-next {
	right: -45px;
}
.review-section .owl-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: .25em;
}
.review-section .owl-carousel .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: transparent;
	margin-top: 20px;
	border: 2px solid var(--color-1);
	box-sizing: content-box;
}
.review-section .owl-carousel .owl-dot.active {
	border-color: var(--color-1);
	background-color: var(--color-1);
}
.review-section .item p:first-child {
	margin-top: 0;
}
#contact-info form input.gform_button {
	margin-right: 0;
}
#contact-info .gform_legacy_markup_wrapper .gform_footer {
	margin-top: 0;
	padding-top: 0;
}
#contact-info .gform_legacy_markup_wrapper ul li.gfield.gfield--type-captcha {
	margin: 0;
}
.sec-content {
	margin-bottom: 50px;
}
.sec-content h2 {
	font-size: 32px;
}
.team-section {
	background-color: #fff;
	padding: 50px 0;
}
.team-section .content {
	margin-bottom: 30px;
}
.team-section .members {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 75px;
}
.team-section .member {
	flex: 0 1 calc(50% - 50px);
	min-width: min(100%, 300px);
}
.team-section .member .image {
	margin-bottom: 30px;
}
.team-section .member .image img {
	width: 100%;
	border: 5px solid var(--color-2);;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}
.team-section .member .heading {
	font-size: 25px;
	color: var(--color-1);
	letter-spacing: 2.5px;
	margin-bottom: 5px;
}
.team-section .member .title {
	letter-spacing: 2px;
	font-weight: 700;
}
.team-section .member .content {
	margin-top: 30px;
	margin-bottom: 0;
}
.team-section .member .content p:last-child {
	margin-bottom: 0;
}
.brands-section {
	background-color: var(--color-6);
	padding: 85px 0;
}
.services-section .service .image {
	float: left;
	margin: 0 20px 5px 0;
	width: 300px;
}
.services-section .service .image img {
	width: 100%;
}
.services-section .service:nth-child(even) .image {
	float: right;
	margin: 0 0 10px 20px;
}
.services-section .service p:first-child {
	margin-top: 0;
}
.services-section .service p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	.row-md {
		display: block;
	}
	.row-md>.col:nth-child(n) {
		margin-left: 0;
		margin-right: 0;
	}
	#contact-info .contact-social {
		margin-bottom: 20px;
	}
	.team-section .members {
		column-gap: 50px;
		row-gap: 50px;
	}
	.team-section .member {
		flex-basis: calc(50% - 25px);
	}
}
@media screen and (max-width: 767px) {
	.row-sm {
		display: block;
	}
	.row-sm>.col:nth-child(n) {
		margin-left: 0;
		margin-right: 0;
	}
	.blog-section .blogs {
		max-width: 500px;
		margin: 0 auto;
	}
	.blog-section .blog:nth-child(odd) .image-col {
		order: 0;
	}
	.main-section.single .image.pull-left {
		float: none !important;
		margin: 0 auto 20px;
	}
	.feature-section .feature {
		flex-basis: 100%;
	}
	.feature-section .feature .inner {
		max-width: 450px;
		margin: 0 auto;
	}
	.review-section .owl-carousel {
		max-width: 100%;
	}
	.review-section .owl-carousel .owl-nav {
		display: none;
	}
	.team-section .member {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 549px) {
	.services-section .service:nth-child(n) .image {
		float: none;
		margin: 0 0 20px;
	}
}
.blog-section .blog a:hover .read-more-text,
.blog-section .blog a:focus .read-more-text {
	color: var(--color-1);
}
.blog-section .pagination .page-numbers {
	background-color: var(--color-1);
}
.blog-section .blog .read-more-text {
	color: var(--color-2);
}
.blog-section .sidebar,
.blog-section .sidebar li:not(:last-child),
.blog-section .pagination .page-numbers {
	border-color: var(--color-2);
}
.blog-section .pagination .page-numbers.current,
.blog-section .pagination a.page-numbers:hover,
.blog-section .pagination a.page-numbers:focus {
	background-color: var(--color-2);
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.pull-right,
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.pull-left,
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
	.pull-left,
	.alignleft {
		float: none !important;
		margin: 20px auto;
	}
	.pull-right,
	.alignright {
		float: none !important;
		margin: 20px auto;
	}
}
