@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700&display=swap');
@import 'https://fonts.googleapis.com/css?family=Courgette';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i';
/* = DEFAULT STYLES = */
body {margin:0;font-size:16px;font-family: 'Work Sans', sans-serif;}

/* = DEFAULT - LINKS = */
a {text-decoration:none;font-weight:bold;transition:all ease .5s;-webkit-transition:all ease .5s;-moz-transition: all ease .5s;-o-transition:all ease .5s;}
a:hover, a:focus {text-decoration:underline;}

/* = DEFAULT - TEXT ITEMS = */
p {margin:20px 0;line-height:1.75em;}
hr {margin-top: 0; border-top-width: 1px; border-top-style: solid; opacity: .2;}

/* = DEFAULT - HEADINGS = */
h1 {font-size:32px;margin:0;font-family: 'Work Sans', sans-serif;border-bottom:2px solid;}
h2 {font-size:24px;margin:0;font-family: 'Work Sans', sans-serif;}
h3 {font-size:20px;margin:0;font-weight:bold;}

/* Buttons */
.btn {color:#fff;text-transform:uppercase;font-weight:bold;font-family: 'Work Sans', sans-serif;transition:all ease .5s;-webkit-transition:all ease .5s;-moz-transition: all ease .5s;-o-transition:all ease .5s;}
.btn:hover, .btn:focus {background:#000;color:#fff;}
.menu-button {margin-bottom:20px;text-align:  center;}

/* Top Wrapper */
.home #top-wrapper {min-height: 100vh; display: flex; flex-flow: column; justify-content: space-between;}
#top-wrapper {background: center center no-repeat;background-attachment: fixed; -webkit-background-attachment:fixed;-moz-background-attachment:fixed;-o-background-attachment:fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover; position: relative;}

/* = HEADER = */
#primary-header {position:relative;z-index:999;}
.interior-page #primary-header {padding: 110px 0;}


/* HEADER - LOGO */
.logo img:hover  {opacity:.8;}

/* = CALL TO ACTION = */
.c2a {text-align:right;font-size:26px;margin-top:20px;color:#fff;}
.tel a {font-weight:normal;}
.tel a:hover, .tel a:focus {text-decoration:none;}
.c2a .social {display:block;}
.c2a .tel {margin-right:0;}
.c2a.interior-pages {margin: 0px;}
.interior-page .tagline{display: block;}

/* = Lists = */
.main-inner ul, .banner-inner ul, .service-content ul{display: inline-block; text-align: left;}

/* = SOCIAL MEDIA LINKS = */
.social a {color:#57d0d9;}
.social a:hover {text-decoration:none;color:#fff;}

/* = NAVIGATION = */
nav {margin-top:15px;}
.navbar-default {border-radius:0px;border:0;background:transparent;text-align:center;margin-bottom: 0px;}
.navbar-default .navbar-nav > li > a {text-transform:uppercase;border-bottom:5px solid transparent;color:#fff;padding: 15px 10px 7px;font-size:16px;}
.navbar-default .navbar-nav > li:last-child > a {}
.navbar-default .navbar-nav > li > a:hover {color:#fff;background:transparent;border-bottom:5px solid #57d0d9;}
.navbar-nav li.active a {color:#fff;background:transparent;border-bottom:5px solid #57d0d9;}
.navbar-nav {list-style: none;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover {text-decoration: none;}
.navbar-fixed-top{width: 100%;}
.dropdown-menu {margin-top:-2px;background:transparent;box-shadow:none;border:none;border-radius:0px;padding:0px;}
.dropdown:hover .dropdown-menu {display: block;}
.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 {border-bottom: none; color: #333;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {color:#fff;background:transparent;border-bottom:5px solid #57d0d9;}
.navbar-toggle {background:#d75056;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {background:#57d0d9;}
.navbar-default .navbar-toggle .icon-bar {background:#fff;}
.dropdown-menu {background: rgba(255,255,255,.8);}
#nav {display: none;z-index: 1;}
.home-link, .head-directions, .head-phone{display: none;}
#primary-header {padding-top: 10px;}
.menu-mobile-drop-down-menu-container{ display:none;}
ul.navbar-nav.mobile-dropdown{display: none}
.navbar-nav>li{display: inline-block;float: none}
.navbar-nav{float: none}
/* Centering Nav */
.navbar-fixed-top .navbar .navbar-nav {display: inline-block;float: none;margin-bottom: -6px;}
.navbar-fixed-top .navbar .navbar-collapse {text-align: center;}
.interior-header .navbar .navbar-nav {display: inline-block;float: none;margin-bottom:-5px;}
.navbar-nav{padding: 0;}
.interior-header .navbar .navbar-collapse {text-align: center;}

/* = BANNER = */
#banner {padding: 20px 0;}
.banner-inner img {margin:0 auto; height: auto; }
.banner-inner {text-align:center;}
.carousel-inner {border:none;box-shadow:none;}
.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 Text */
.banner-inner span {font-family: 'Work Sans', sans-serif; display:block; color:#fff;font-size:42px;margin-top:100px; font-size: 36px; margin-top: 40px;}
.banner-inner p {color:#fff;font-size:20px;margin:30px 50px;}
.bottom-banner {width:100%;}

/* = FEATURE = */
#feature {text-align:center; padding: 50px 0;}
.feature-inner {width: 100%;}
.feature-inner a:hover, .feature-inner a:focus {text-decoration:none;}
.feature-inner span{display:block; font-family: 'Courgette', cursive;font-size:40px;color:#fff;background:#57d0d9;padding:10px 0;margin-bottom:0px;}

/* = MAIN = */
main {text-align:left;color: #000;padding: 30px 0;}
main img {margin-top: 25px;}

/* = FLOATED IMAGES = */
img.pull-left {margin:20px 20px 20px 0px;}
img.pull-right {margin:20px 0px 20px 20px;}

/* = ASIDE = */
aside {text-align:left;}
aside img {margin-top:30px;}

/* = CONTACT INFO = */
#contact-info {padding:20px 0 0;color:#999;font-size:16px;font-weight:bold;}
#contact-info h2 { font-size: 20px; font-weight: 700;  margin-bottom: 0px;color:#fff;border-bottom:2px solid #d75056;}
.contact-info {display:block;margin:10px auto;}
#contact-info .fas {font-size:16px; padding-right: 5px;}
#contact-info a {color:#fff;}
#contact-info a:hover, #contact-info a:focus {color:#57d0d9;text-decoration:none;}

/* Footer Form */
#footer-contact label {display:none;}
#footer-contact textarea {height: 88px;}
#footer-contact .gform_wrapper {margin-top: 0px;}
#footer-contact .submit-btn {margin-top: 0!important;}
#footer-contact .ginput_container {margin-bottom: 15px;}
#footer-contact .gform_body {margin-bottom: 15px; float:left; width:100%;}
#footer-contact .gform_wrapper ul.gform_fields li.gfield {padding-right: 0px; padding-left:0px; }
#footer-contact .gform_button {transition: all ease .5s; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -o-transition: all ease .5s;}
#footer-contact textarea, #footer-contact input {color: #000;display: block; width: 100%; padding: 6px 12px; font-size: 16px; line-height: 1.42857143; border-width: 1px; border-style: solid; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-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;}

/* = FOOTER = */
#primary-footer {text-align:center;background:#000;border-top:6px double #222;}
.primary-footer-inner {padding: 10px 15px;}
.sitemap .list-inline {margin-bottom:3px;}
/* = FOOTER - LINKS = */
footer a {color:#fff;font-size:12px;}
footer a:hover, footer a:focus {text-decoration:none; color:#666;}

/* = BACK TO TOP LINK = */
#top-link-block.affix-top {position: absolute; /* allows it to "slide" up into view */bottom: -82px; /* negative of the offset - height of link element */left: 10px; /* padding from the left side of the window */}
#top-link-block.affix {position: fixed; /* keeps it on the bottom once in view */bottom: 18px; /* height of link element */left: 10px; /* padding from the left side of the window */}
.back-to-top {background:#202020;border:2px solid #000;color:#fff;}
.back-to-top:hover, .back-to-top:focus {color:#fff;background:#000;border:2px solid #202020;}

/* Services Page */
#services-section {padding-bottom: 30px;}
.services-main-section {padding-bottom: 10px;}
.service h2 {font-size:30px;margin:0 0 20px 0; color:#fff; padding:10px 10px 10px 20px;background: #d75056;}
.nav-tabs {list-style: none; padding: 0; background:#fff !important;border-bottom: 1px solid transparent !important;}
.tab-content p{margin:20px;}
.tab-content h3 {margin:20px;border-bottom:5px double #d75056;}
.tabs-left > li.active > a, .tabs-left > li.active > a:focus, .tabs-left > li.active > a:hover {}
.tabs-left>li{float:none;margin-bottom:-1px;margin-right:-1px; margin-left: -1px; margin-top: -1px;}
.tabs-left>li>a {text-transform: uppercase; color:#000; font-size: 16px;}
.tabs-left>li a:hover {background:#d75056;color:#fff;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;border-left-color:transparent;}
.tabs-left>li.active>a,.tabs-left>li.active>a:focus,.tabs-left>li.active>a:hover{border-radius: 0;background:#d75056;border:2px solid #d75056; color:#fff;}
.tabs-left>li>a {padding: 10px;border-radius:0 0 0 0;margin-right:0;display:block;border: 2px solid;}

/* Gallery Page */
#gallery-section {padding-bottom: 10px;}
.gallery img {margin:20px auto;}
.gallery img:hover, .gallery img:focus {border:5px double #d75056;}
.pbWrapper > *, .pbHide .pbWrapper > .prepare {border-radius: 0 !important;}
.show.on #pbCaption {bottom: 5% !important;}

/* Menu Page */
#menu-section {padding-bottom: 30px;}

/* Contact Page */
.business-info h2 {font-size:22px;border-bottom:2px solid #57d0d9;margin-bottom:20px;}
.business-info {margin-bottom:30px;}
.business-info .fa {font-size:24px;}
.map iframe {width:100%;height: 545px;}
.business-info span {padding-right: 5px;font-size: 22px;}
.contact-main-section {padding-bottom: 10px;}
.map {margin-top: 10px;}
#contact-section {padding-bottom: 30px;}
#contact-section label {display:none;}
#contact-section .gform_wrapper {margin-top: 0px;}
#contact-section .ginput_container {margin-bottom: 15px;}
#contact-section input {margin-bottom: 15px; height: 34px;}
#contact-section .gform_footer {margin: 0; padding: 0;}
#contact-section .gform_body {margin-bottom: 0; float:left; width:100%;}
#contact-section .gfield {padding-right: 0px;}
#contact-section .gform_button {transition: all ease .5s; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -o-transition: all ease .5s;}
#contact-section textarea, #contact-section input {display: block; width: 100%; padding: 6px 12px; font-size: 16px; line-height: 1.42857143; border-width: 1px; border-style: solid; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-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-section textarea {height: 100px;}

/* = 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; text-shadow: 1px 1px 1px rgba(0,0,0,0.8);  /* CSS3 Transition Effect */-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 {text-transform: uppercase; text-decoration: none; /* CSS3 Transform Effect */-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2); text-shadow: 0px 3px 0px #ccc,0px 14px 10px rgba(0,0,0,0.15),0px 24px 2px rgba(0,0,0,0.1),0px 34px 30px rgba(0,0,0,0.1);}

/* = MEDIA QUERIES= */
@media screen and ( max-width: 1200px ) {.navbar-default .navbar-nav > li > a {font-size:12px;padding: 15px 7px 10px;}.c2a{font-size: 22px;}}
@media screen and ( max-width: 1024px ) {.feature-box h3 {font-size:13px;}}
@media screen and ( max-width: 991px ) {
.menu-mobile-drop-down-menu-container{display:block;}
.social a{color:#fff;padding-left:8px;padding-right:8px;border-right:1px solid #fff;font-size:20px;}
nav{margin-top:0;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover{border-bottom-color:transparent !important;}
#primary-header{padding-top:0;}
.c2a.interior-pages .tel,.c2a.interior-pages .tagline, .menu-main-menu-container{display:none;}
aside img{margin:20px auto;}
.col-7{width:20%;margin:20px auto;}
.feature-box h3{font-size:17px;}
.c2a{text-align:center;}
.navbar-default .navbar-nav > li > a{font-size:14px;padding:15px 10px 15px;}
.navbar .navbar-collapse{text-align:center;display:block;border-top:none;}
.interior-header img{margin:15px auto 0;max-width:400px;}
.interior-header{padding-top:0px;padding-bottom:15px;}
.banner-inner img{max-height:20vh; width: 100%; height: auto; }
.c2a{margin-top:15px;}
.banner-inner h2{margin-top:10px;}
.banner-inner p{margin:15px 0;}
#top-wrapper.top-interior .row{flex-flow:column wrap;}
span.tagline{display:none}
.navbar{min-height:0;}
ul.navbar-nav.mobile-dropdown{display: block;}
.navbar{padding-bottom:15px;display:none;position:fixed;right:0;z-index:9;left:auto;height:auto;top:100px;}
.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;}
.mobile-nav{height:100%;}
.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:5px;}
.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;}
.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;padding-left:0;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;left:0;right:0;height:50px;}
.social [class^="col-"]{display:flex;justify-content:center;align-items:center;}
.social a:not(.home-link):hover{color:#fff}
.dropdown-menu::after{display:none!important;}
.dropdown-menu{display:block;opacity:0;min-width:0;top:0;left:100px;padding-bottom:10px;width:100%;padding:10px;background:#57d0d9;z-index:-1;position:absolute;list-style:none;padding:0;}
.dropdown-menu>li>ul{left:-10px;top:-5px;}
.navbar-nav{padding:0;list-style:none}
.navbar-nav a{color:#fff;font-size:16px;}
.caret{display:inline-flex;margin-left:0;padding-bottom:20px;margin-right:20px;border:none;}
.back{text-align:center;font-size:22px;position:relative;display:block;text-align:center;}
.caret:after{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;;color:#fff;}
.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;}
}
@media screen and ( max-width: 767px ) {.interior-header .c2a {margin-bottom:50px;}.map {margin-top:20px;}.map iframe {height:auto;}img.pull-left, img.pull-right {float:none !important;margin:20px auto;}.logo img{margin:0 auto;}.nav-tabs {margin-bottom:20px;}#feature {padding: 30px 0;}.feature-inner h2 {font-size: 32px;}}
@media screen and ( max-width: 600px ) {.col-7 {width:50%;}}
@media screen and ( max-width: 414px ) {.tel {display:block;}.banner-inner h2{font-size:28px;margin-top:0;}#banner {padding-top:50px;}#banner img {max-width:80%;margin:20px auto;}.interior-header img {max-width:80%;}.feature-inner h2 {font-size: 26px;}}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {div#feature{position: absolute;left: 0; right: 0; bottom: 0;}#top-wrapper{position: relative}.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) {div#feature{position: absolute;left: 0; right: 0; bottom: 0;}#top-wrapper{position: relative}.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}}


@-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(0) translateY(0px);
	opacity: 0;
	}
100% {
	transform: translateX(-100px) translateY(15px);
	opacity: 1;
	}
}

@keyframes slide-out-right {
0% {
	transform: translateX(-100px) translateY(15px);
	opacity:1;
}
100% {
	transform: translateX(100px) translateY(0px);
	opacity: 0;
	}
}
.navbar-fixed-top{width: 58.33333333%; position: relative;}
.interior-page .navbar-fixed-top{width: 50%;left: 16.66666667%;}

a,
.tel a,
.business-info a {
	color: var(--color-1);
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:focus,
tabs-left>li.active>a:hover,
.tabs-left>li a:hover,
.tabs-left>li a:focus,
.service h2,
.navbar-toggle {
	background: var(--color-1);
}
.pbThumbs li.active a img,
.tabs-left>li>a,
#contact-info h2,
.gallery img:hover {
	border-color: var(--color-1);
}
footer a:hover, footer a:focus,
a:hover,
a:focus,
.social a,
.tel a:hover,
.tel a:focus,
.business-info a:hover,
.business-info a:focus,
#contact-info a:hover,
#contact-info a:focus {
	color: var(--color-2);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.feature-inner span,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.btn,
#contact-section .gform_button,
#footer-contact .gform_button {
	background: var(--color-2);
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.contact-inner h3, main h1,
#contact-section textarea,
#contact-section input,
#footer-contact textarea,
.social .home-link, #footer-contact input,
hr {
	border-color: var(--color-2);
}
.btn:hover,
.btn:focus,
#contact-section .gform_button:hover,
#contact-section .gform_button:focus,
#footer-contact .gform_button:hover,
#footer-contact .gform_button:focus,
#primary-footer {
	background: var(--color-3);
}
main img,
.gallery img,
.tab-pane img,
#menu-section img,
.back-to-top {
	border-color: var(--color-3);
}
.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,
#contact-info a,
#contact-info h2,
.tabs-left>li a:hover,
.tabs-left>li.active>a,
.tabs-left>li.active>a:focus,
.tabs-left>li.active>a:hover,
.service h2,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.social a:hover,
.social a:focus,
#contact-info,
.navbar-default .navbar-nav>li>a,
.c2a, footer a,
#contact-section .gform_button,
#footer-contact .gform_button {
	color: var(--color-4);
}
#contact-info,
.back-to-top,
#feature {
	background: var(--color-5);
}
.back-to-top:hover,
.back-to-top:focus,
#primary-footer {
	border-color: var(--color-5);
}
@media screen and (max-width: 991px) {
	.nav, .navbar.navbar-default {
		background: var(--color-1);
	}
	.c2a .social {
		background: var(--color-2);
	}
}
.social-icons {
  display: flex;
  align-items: center;
}
.social-icons .link {
  margin: 0 .15em;
}
#primary-header .social-icons {
  justify-content: flex-end;
}
#contact-info .fas {
  padding: 0;
}
#contact-info .social-icons {
  font-size: 16px;
}
.business-info .social-icons span {
  padding: 0;
}
.flex-row {
	display: flex;
}
/* Blog Template */
.blog-section {
  margin-bottom: 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;
}
.faq-section {
	padding: 50px 0;
}
.faq-section .sec-content {
	margin-bottom: 30px;
}
.faq-section .sec-content h2 {
	font-size: 28px;
}
.toggle-item {
	border: 2px solid var(--color-5);
	margin-bottom: 15px;
	box-shadow: 0 0 2px var(--color-5);
}
.toggle-item .toggle-heading {
	display: flex;
	cursor: pointer;
  padding: 13px 10px 13px 65px;
	position: relative;
	background-color: #f1f1f1;
}
.toggle-item .toggle-heading h3 {
	font-weight: 400;
	font-size: 18px;
}
.toggle-item .icon:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 32px;
  border-left: 15px solid var(--color-5);
  border-bottom: 25px solid rgba(0, 0, 0, 0);
  border-top: 23px solid rgba(0, 0, 0, 0);
}
.toggle-item .icon {
	transition: transform ease-in-out .4s;
	position: absolute;
  top: 0;
  left: 0px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
	bottom: 0;
	color: #fff;
	background: var(--color-5);
	font-size: 18px;
	font-weight: 900;
}
.toggle-item .icon.active .fa-plus:before {
	content: '\f068';
}
.toggle-item > .toggle-content {
	display: none;
	padding: 5px 15px;
	background-color: var(--color-5);
	color: #fff;
}
.toggle-item.active > .toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.ql-section {
	background-color: var(--color-2);
	padding: 50px 0;
}
.ql-section h2 {
	font-size: 28px;
}
.ql-section h3 {
	font-size: 22px;
	font-weight: 400;
}
.ql-section .sec-content {
	margin-bottom: 30px;
}
.ql-section .ql-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
	justify-content: center;
}
.ql-section .ql-item {
	flex: 1 1 calc(33.33% - 20px);
	background-color: #fff;
	box-shadow: 2px 4px 8px rgba(0,0,0,.25);
}
.ql-section .ql-item .image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: 50% 50%;
}
.ql-section .ql-item .content {
	padding: 20px;
}
.ql-section .ql-item .content > *:last-child {
	margin-bottom: 0;
}
.team-section	{
	padding: 50px 0;
	background-color: var(--color-2);
}
.team-section	.sec-content {
	margin-bottom: 30px;
}
.team-section	.sec-content h2 {
	font-size: 28px;
}
.team-section	.members {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
	justify-content: center;
}
.team-section	.member {
	flex: 0 1 calc(33.33% - 20px);
	background-color: #fff;
	box-shadow: 2px 4px 8px rgba(0,0,0,.25);
}
.team-section	.member .content {
	padding: 20px;
}
.team-section	.member .content > *:last-child {
	margin-bottom: 0;
}
.social .home-link {
	border-color: var(--color-4);
}
.social a {
	color: var(--color-4);
}

@media screen and (max-width: 991px) {
	.team-section .member {
		flex-basis: calc(50% - 15px);
	}
}
@media screen and (max-width: 767px) {
	.team-section .member {
		flex-basis: 100%;
		max-width: 500px;
	}
}
.social a:hover,
.social a:active,
.social a:not(.home-link):hover,
.social a:not(.home-link):focus {
	color: var(--color-3);
}
@media screen and (max-width: 991px) {
	.ql-section .ql-item {
		flex: 0 1 calc(50% - 15px);
	}
}
@media screen and (max-width: 767px) {
	.ql-section .ql-item {
		flex: 1 1 100%;
	}
}
@media screen and (max-width: 991px) {
	.row-md {
		display: block;
	}
  .row-md > .col:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
}
@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;
  }
}
.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;
  }
}
#contact-info .gform_legacy_markup_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
