@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700&display=swap');
/* = 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;}

/* = DEFAULT - HEADINGS = */
h1 {margin:0;text-align: center;font-size:28px;font-family: 'Merriweather', serif;}
h2 {margin:0;font-size:24px;font-family: 'Merriweather', serif;}
h3 {margin:0;font-size:20px;font-family: 'Merriweather', serif;}

/* = Lists = */
.main-inner ul, #services-section .tab-content ul {display: inline-block; text-align: left;}

/* = DEFAULT - Custom Bootstrap = */
.container {margin:0 auto;}

/* Buttons */
.menu-button {text-align:center;margin:20px auto;}
.btn {color:#fff;text-transform: uppercase;font-weight:bold;}
.btn:hover, .btn:focus {color:#fff;}

/* = HEADER = */
#primary-header {padding:20px 0;}
.primary-header-inner .row {display: flex; align-items: center;}

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

/* = CALL TO ACTION = */
span.email{display: inline-block}
.social-icons{font-size: 1.30em;display: inline-block; padding-left: 5px}
.c2a {font-family: 'Merriweather', serif;font-size:16px;text-align:right;}
.tel {display:block;font-size:28px;}
.tel a:hover, .tel a:focus {text-decoration: none;}
address {font-weight:bold;display:block;margin:10px 0;}
.email .fa {display:block;font-size: 20px;}
.email a:hover, .email a:focus {text-decoration:none;}
.tagline {text-align:center;font-family: 'Merriweather', serif;font-size:22px;font-style:italic;font-weight: bold;}
.social .fa {font-size: 30px;}
.social {display: none;}

/* = NAVIGATION = */
#nav {display: none;z-index: 3;}
.menu-dropdown-mobile-menu-container{ display:none; }
nav {font-family: 'Merriweather', serif;}
.navbar-default {margin-bottom: 0;border-radius:0px;border:0;background:transparent;text-align:center;}
.navbar-default .navbar-nav > li > a {color:#fff;text-transform: uppercase;font-weight:bold;padding:20px 24px;font-size:18px;}
.navbar-default .navbar-nav > li:last-child > a {}
.navbar-default .navbar-nav > li > a:hover {background:#000;color:#fff;}
.nav li.active a {background:#000;color:#fff;}
.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 {}
.navbar-default .dropdown-menu > li > a:hover {}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background:#000;color:#fff;}
.navbar-default .navbar-nav>li>a:focus {background:#000;color:#fff;}
nav ul {list-style: none;}
nav li a:hover {text-decoration: none;}
.navbar-default .navbar-toggle .icon-bar {background:#fff;}
.dropdown-menu {margin-top:-2px;background:transparent;box-shadow:none;border:none;border-radius:0px;padding:0px;}
.dropdown:hover .dropdown-menu {display: block;}
/* Centering Nav */
.navbar .navbar-nav {display: inline-block;float: none;margin-bottom:-6px;}
.navbar .navbar-collapse {text-align: center;}
.menu-main-menu-container {padding: 22px 0;}

/* = FEATURE = */
.feature-box-inner .feat-head {border-bottom:2px solid #fff;margin-bottom:10px;font-size:20px;font-family: 'Merriweather', serif;display: block;}
.feature-box-inner {color:#fff;padding:20px;position: relative;z-index:2;}
.feature-box:hover .feature-box-inner, .feature-box:focus .feature-box-inner {background:#000;}
#feature {padding:50px 0 50px;background-repeat: no-repeat;background-position: top;background-attachment: fixed;background-size: cover;}
#feature .flex-col{padding:0 10px;}
.feature-inner {margin-top:15%;}
.feature-inner a:hover, .feature-inner a:focus {text-decoration: none;}
.feature-box {text-align:center;overflow: hidden;position: relative;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
.feature-box img {width:100%;position: relative;transition: all ease .5s;-webkit-transition: all ease .5s;-moz-transition: all ease .5s;-o-transition: all ease .5s;}
.feature-box:hover img, .feature-box:focus img {transform: scale(1.2);transition: all ease .5s;-webkit-transition: all ease .5s;-moz-transition: all ease .5s;-o-transition: all ease .5s;}
.feature-box:hover .feature-box-inner, .feature-box:focus .feature-box-inner {transition: all ease .5s;-webkit-transition: all ease .5s;-moz-transition: all ease .5s;-o-transition: all ease .5s;}


/* = MAIN = */
main {color: #252525;font-size: 16px;text-align:left;padding-top:50px;}
main img {margin-top: 20px;}
.interior-pages main {background: #fff;}

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

/* Gallery Feature */
#gallery-feature h2 {width: 100%; font-size:40px;color:#fff;text-shadow:1px 1px 3px #252525;margin-bottom:50px;text-align: center;}
#gallery-feature img {-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);transition: all ease .5s;-webkit-transition: all ease .5s;-moz-transition: all ease .5s;-o-transition: all ease .5s;margin:10px auto;}
#gallery-feature {background-repeat: no-repeat!important; background-position: center center!important; background-size:cover!important;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-attachment: fixed!important;-webkit-background-attachment:fixed!important;-moz-background-attachment:fixed!important;-o-background-attachment:fixed!important;padding:50px 0!important;}
#gallery-feature img:hover, #gallery-feature img:focus {transform: scale(1.1);transition: all ease .5s;-webkit-transition: all ease .5s;-moz-transition: all ease .5s;-o-transition: all ease .5s;}
.gallery-feature-inner .flex-col{padding:0 10px;}

/* Bottom Feature */
#bottom-feature h2 {font-size:24px;color:#fff;margin-bottom:30px;padding:15px 10px;text-align: center;}
#bottom-feature {font-family: 'Merriweather', serif;text-align:center;padding:30px 0;}
.interior-pages #bottom-feature{margin-top: 50px;}
/* Footer Form */
#footer-contact label{ display:none; }
#footer-contact .gform_wrapper {margin-top: 0;}
#footer-contact textarea, #footer-contact input{font-size: 16px;color: #555;background-color: #fff;border: 1px solid #ccc;display: block;width: 100%;height: 34px;padding: 6px 12px;line-height: 1.42857143;background-image: none;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; }
#footer-contact textarea{ height: 75px;  }
#footer-contact li.gfield{ margin-top: 0px; }
#footer-contact ul.gform_fields li.gfield{ padding-right: 0px;}
#footer-contact input#gform_submit_button_1{text-transform: uppercase; font-weight: bold; width: 100%; border-radius: 3px; color: #fff;}

/* Bottom Contact Information */
#bottom-contact-info {font-family: 'Merriweather', serif!important;color:#fff!important;padding:50px 0!important;background-repeat: no-repeat!important; background-position:center center!important; background-size:cover!important;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-attachment: fixed!important;-webkit-background-attachment:fixed!important;-moz-background-attachment:fixed!important;-o-background-attachment:fixed!important;font-weight:bold!important;}
#bottom-contact-info .contact-info {font-size:20px;display:block;margin:10px auto;}
#bottom-contact-info .contact-info:nth-of-type(3){display: inline-block}
#bottom-contact-info span.contact-info.social-icons{display: inline-block}
.information {padding:20px;text-align:center;background:rgba(0,0,0,.8);border:4px solid #000;}
.information a {color:#fff;}
.information a:hover, .information a:focus {text-decoration: none;}
#bottom-contact-info .business-name {font-size:24px;}
#bottom-contact-info img {margin-top:50px;}
#bottom-contact-info img:hover, #bottom-contact-info img:focus {opacity:.8;}

/* = FOOTER = */
#primary-footer {font-family: 'Merriweather', serif;text-align:center;}
footer li a {text-transform: uppercase;}
.primary-footer-inner {padding: 10px 15px;}
.sitemap .list-inline{margin-bottom:3px;}
/* = FOOTER - LINKS = */
footer a {font-size:11px;}
footer a:hover, footer a:focus {text-decoration:none;}

/* = 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 */}

/* = SITEMAP PAGE = */
.sitemap {text-align: center;}
ul.sitemap-page {text-align:center;padding:0;font-family: 'Merriweather', serif;margin-top:30px;}
ul.sitemap-page li { list-style: none;}
ul.sitemap-page li a {font-size: 24px; 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;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);}

/* Services Page - Tabs*/
.tab-content {color:#fff;padding:20px;}
.tab-content span.service-heading {display:block; font-size:22px; font-family: 'Merriweather', serif;}
.nav-tabs li a {text-transform: uppercase;border:0;font-family: 'Merriweather', serif;color:#fff;font-size:16px;}
.nav-tabs li a:hover, .nav-tabs li a:focus {border:0;color: #fff;}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {border:0;outline:none;color: #fff;}

/* Gallery */
.gallery img {margin: 10px 0;}

/* Contact Page */
.contact-page-info {font-size:20px;font-family: 'Merriweather', serif;text-align:center;}
#contact {text-align:center;}
.contact-page-info h2 {margin-top:30px;}
.business-info {font-size: 26px;font-family: 'Merriweather', serif;}
.business-info span.contact-name {display:block; font-size: 30px;margin-bottom: 18px;}

/* Thank You Page */
.thank-you{text-align: center; padding-bottom: 20px;display: block;}
.error404 main {padding-bottom: 50px; text-align: center;}


/* = MEDIA QUERIES= */
@media screen and ( max-width: 1200px ) {.feature-box-inner {font-size:13px;}}
@media screen and ( max-width: 1024px ) {.c2a {font-size:14px;}}
@media screen and ( max-width: 991px ) {
/* Mobile Nav Styles */
.feature-box .feat-head{font-size:16px;}
.logo img{margin:0 auto;width:50%;}
.feature-box{margin:10px auto;}
#bottom-contact-info img{margin:20px auto;}
img.pull-left, img.pull-right{float:none !important;margin:20px auto;}
.tagline{margin-top:30px;}
.nav-tabs li a{font-size:12px;}
.feature-box{margin:10px auto;max-width:300px;}
.navbar{min-height:0;}
.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;background:#a17d4b;z-index:-1;position:absolute;list-style:none;padding:0;}
.sub-menu>li>ul{left:-10px;top:-5px;}
ul.nav-list{padding:0;list-style:none}
ul.nav-list a{color:#fff;font-size:16px;}
.caret{border:none;height:15px;width:15px;position:relative;margin-left:10px;margin-top:-3px;font-size:22px;}
.back{text-align:center;font-size:22px;position:relative;display:block;text-align:center;}
.caret::after{content:"\f105";font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;top:50%;left:50%;z-index:999;transform:translate(-50%,-50%);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;}
.navbar-nav>li a{padding:15px 20px;position:relative}
.caret{position:absolute;left:-4px;margin-left:0;top:42%}
.caret:after{content:'\f053';}
.tagline{display:none;}
.menu-main-menu-container{display:none;}
.menu-dropdown-mobile-menu-container{display:block;}
.navbar .navbar-collapse{padding-bottom:15px;}
header .c2a{display:none;}
header .logo{margin-top:100px;}
.social a{color:#fff;padding-left:8px;padding-right:8px;border-right:1px solid #fff;font-size:20px;}
nav .nav.sticky{top:0!important;}
.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{font-size:18px;text-transform:uppercase;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:16px;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;}
.social{position:fixed!important;top:0;left:0;right:0;background:#333;height:50px;padding:0;display:flex;align-items:center;justify-content:center;z-index:11;}
.social .row{width:100%;}
nav .nav{position:fixed;top:50px;left:0;right:0;height: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;}
#primary-header{padding-top:0;}
.c2a.interior-pages .tel, .c2a.interior-pages .tagline{display:none;}
.dropdown .dropdown-menu{position:relative;display:block;float:none !important;visibility:visible;width:100%;text-align:center;left:0;}
}

@media screen and ( max-width: 767px ) {.logo img{margin:20px auto;width: 80%;}.contact-info {display:block;}.spacer {display:none;} .feature-box .feat-head {font-size:20px;} .list-inline>li {display:block;padding:10px;}.contact-info {display:block;}.spacer {display:none;}.c2a {margin-top:15px;}.gallery img{margin: 10px auto;}.gallery h2{text-align:center;}.nav-tabs>li{float: none;}.nav-tabs>li>a{margin-right:0;}}
@media screen and ( max-width: 600px ) {h1 {font-size:26px;}}
@media screen and ( max-width: 425px ) {#bottom-contact-info .contact-info {font-size:14px;}.nav-tabs li a {font-size:14px;}.business-info{font-size:20px;}.business-info a{font-size:18px;}}
@media screen and ( max-width: 320px ) {.nav-tabs li a {font-size:12px;}}

/*IE Media*/
@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}}

@-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;
	}
}
nav.sticky{position: relative;}
@media screen and (max-width:991px){nav.sticky{position: static;}}
.feature-box-inner .feat-head {
	border-bottom: 4px;
}
#gallery-feature img {
	border: 5px solid;
}
h1, .tab-content span.service-heading {
	border-bottom: 4px double;
}
nav {
	border-top: 3px solid;
}
.gallery img,
.service img,
#menu-section img,
main img, #services-section img, .map iframe {
	border: 5px solid;
}
.business-name {
	border-bottom: 4px double;
}
.carousel-indicators li {
	border: 4px solid;
}
.carousel-indicators .active {
	border: 2px solid;
}
.gallery img:hover {
	border: 5px solid;
}

.c2a,
i,
a:hover,
a:focus,
h1,
h2, address a, .email .fa:hover, .email .fa:focus, .tel a:hover,
.tel a:focus, ul.sitemap-page li a:hover, ul.sitemap-page li a:focus,
#contact .business-info .fa:hover, #contact .business-info .fa:focus, .social-icons i:hover {
	color: var(--color-1);
}
nav,
footer,
.btn:hover,
.btn:focus,
.carousel-indicators li, .feature-box-inner, #bottom-feature h2,
#footer-contact .gform_button, #primary-footer, .tab-content,
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus, .social {
	background: var(--color-1);
}
.carousel-indicators li,
.carousel-indicators .active,
.gallery img:hover {
  border-color: var(--color-1);
}
span.company-address a:hover,
a,
.jumbotron-sm a:hover,
.jumbotron-sm a:focus, address a:hover, address a:focus,
.social-icons i, .email .fa, .tel a, .tel i, .back-to-top:hover .fa,
.back-to-top:focus .fa, footer a, .contact-info .fab:hover, .contact-info .fab:focus,
.contact-info .fa:hover, .contact-info .fa:focus, .information a:hover,
.information a:focus, ul.sitemap-page li a, #contact .business-info .fa,
#bottom-contact-info .social-icons a:hover,
#bottom-contact-info .social-icons a:focus {
	color: 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,
.navbar-default .navbar-nav>li>a:focus, #contact-page-form .gform_button,
#contact-info,
.btn,
#footer-contact .gform_button:hover,
#footer-contact .gform_button:focus, .back-to-top,
.feature-box:hover .feature-box-inner, .feature-box:focus .feature-box-inner,
.nav-tabs li a, #nav, .nav-tabs li a:hover, .nav-tabs li a:focus {
	background: var(--color-2);
}
nav,
.gallery img,
.service img,
#menu-section img,
main img, #services-section img, .map iframe,
.business-name {
  border-color: var(--color-2);
}
.back-to-top .fa, .social a:hover, .social a:focus {
	color: var(--color-3);
}
.carousel-indicators .active, #bottom-feature,
.back-to-top:hover, .back-to-top:focus {
	background: var(--color-3);
}
.feature-box-inner .feat-head,
#gallery-feature img,
h1, .tab-content span.service-heading {
  border-color: var(--color-3);
}
.feature-box .feat-head,
.contact-info,
#contact-info a, .contact-info .fab,
.contact-info .fa, footer a:hover,
footer a:focus,
#contact-info a:hover, .social i, #nav a:hover, #nav a:focus,
#bottom-contact-info .social-icons a {
	color: var(--color-4);
}
.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,
.navbar-default .navbar-nav>li>a:hover {
  color: var(--color-5);
}
#bottom-contact-info {
	background-image: var(--footer-bg);
}
@media screen and (max-width:991px) {
	.navbar {
		background: var(--color-2);
	}
}
#footer-contact .gform_legacy_markup_wrapper .gform_footer {
  margin-top: 3px;
  padding: 0;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons .link {
  margin: 0 .15em;
}
#bottom-contact-info span.contact-info.social-icons {
  display: flex;
}
#primary-header .social-icons {
  justify-content: flex-end;
}
.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;
}
@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;
  }
}
