/* = DEFAULT STYLES = */
body,
html {
  margin: 0;
  font-size: 16px;
}
iframe {
  max-width: 100%;
}
/* = DEFAULT - LINKS = */
a {
  text-decoration: none;
  font-weight: bold;
  color: #9c9c9c;
}
a:focus,
a:hover {
  text-decoration: underline;
  color: #1a266d;
}
/* = DEFAULT - TEXT ITEMS = */
p {
  margin: 20px 0;
  line-height: 1.75em;
}
/* = DEFAULT - HEADINGS = */
h1 {
  font-size: 34px;
  margin: 0;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}
h2 {
  font-size: 26px;
  margin: 20px auto 0;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}
h3 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}
/* Buttons */
.btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.menu-button {
  text-align: center;
  margin: 20px auto;
}
/* = HEADER = */
header {
  border-bottom: 8px solid #1a266d;
  padding: 15px 0;
  background: #fff;
}
.logo img:focus,
.logo img:hover {
  opacity: 0.8;
}
/* = CALL TO ACTION = */
.c2a {
  text-align: right;
  font-weight: bold;
}
.tagline {
  display: block;
  font-size: 20px;
  font-style: italic;
}
.tel {
  display: block;
  font-size: 26px;
}
address {
  display: block;
  margin-bottom: 0;
}
.email {
  display: block;
}
.c2a a:focus,
.c2a a:hover {
  text-decoration: none;
}
/* = SOCIAL MEDIA LINKS = */
.social {
  display: none;
}
/* = NAVIGATION = */
nav {
  position: relative;
  z-index: 2;
}
.navbar-default {
  border-radius: 0;
  border: 0;
  background: transparent;
  text-align: center;
}
.navbar-default li>a:hover {
  color: #fff;
  text-decoration: none;
}
.dropdown-menu {
  margin-top: -2px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
#nav {
  display: none;
  z-index: 1;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  text-decoration: none;
}
.menu-mobile-drop-down-menu-container {
  display: none;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  margin-bottom: -5px;
  list-style: none;
}
.navbar-nav>li {
  float: left;
}
.navbar-default .navbar-nav>li>a {
  font-size: 18px;
  padding: 15px 25px;
}
.navbar .navbar-collapse {
  margin-top: 15px;
  text-align: center;
}
/* = BANNER = */
#banner {
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
#banner img {
  width: 100%;
  height: auto;
}
.carousel-indicators .active {
  background: #fff;
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.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 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}
/* = FEATURE = */
#feature {
  background: #e6e6e6;
  padding: 30px 0;
}
#feature a:focus,
#feature a:hover {
  text-decoration: none;
}
.feature-box {
  position: relative;
  border: 5px solid #fff;
  box-shadow: 0 0 25px #000;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
}
.feature-box img {
  width: 100%;
}
.feature-box .feature-heading {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  bottom: 20px;
  padding: 10px 0;
  transition: all 1s ease;
}
.feature-box:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
/* Gallery Page */
.gallery img {
  margin: 20px auto;
}
.gallery img:focus,
.gallery img:hover {
  opacity: 0.6;
}
/* = MAIN = */
main {
  text-align: left;
  color: #000;
  padding: 50px 0;
}
.main-inner {
  padding-top: 25px;
}
/* = SECTION = */
main img {
  border: 5px solid #9c9c9c;
  margin: 20px auto;
}
/* = Lists = */
.main-inner ul,
.service ul {
  display: inline-block;
  text-align: left;
}
/* = FLOATED IMAGES = */
.aligncenter {
  display: block;
  margin: 0 auto;
}
img.pull-left,
.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
img.pull-right,
.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
.service img {
  margin: 20px 20px 20px 0;
}
/* = ASIDE = */
aside {
  text-align: left;
}
/* CONTACT PAGE */
.contactform-bg {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border-radius: 0;
}
.jumbotron-sm {
  padding: 24px 0;
  background: #1A266D;
  border-radius: 0 !important;
  font-weight: bold;
  border: 3px solid transparent;
  margin: 0 0 4%;
  text-align: center;
}
.jumbotron-sm h2 {
  font-weight: bold;
  color: #fff;
  background: none;
  border: 0;
  margin-bottom: 10px;
}
.jumbotron-sm a {
  color: #fff;
}
.jumbotron-sm a:focus,
.jumbotron-sm a:hover {
  text-decoration: none;
  color: #9c9c9c;
}
.jumbotron-sm h4 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.location-container {
  background: #1A266D;
  padding: 3em 1em;
  margin: 1em auto;
  font-weight: bold;
  border: 3px solid transparent;
}
span.company-heading {
  font-size: 24px;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
}
span.company-address {
  font-size: 18px;
  text-align: center;
  display: block;
  color: #fff;
  width: 100%;
}
span.company-address a {
  font-size: 18px;
  text-align: center;
  display: block;
  color: #fff;
}
span.company-address a:hover {
  color: #9c9c9c;
  text-decoration: none;
}
legend {
  font-size: 26px;
  color: #fff;
  text-align: center;
  display: block;
  border-bottom: 1px solid transparent;
  font-weight: bold;
  width: 100%;
}
.googlemap-container {
  position: relative;
  max-width: none;
  margin: 0 auto;
}
.googlemap-container embed,
.googlemap-container iframe,
.googlemap-container object {
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  border: 3px solid #1A266D;
}
.googlemap-container p {
  margin: 0;
}
#contact-page-form input,
#contact-page-form textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
  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 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-page-form textarea {
  max-height: 75px;
  height: 75px;
}
#contact-page-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
#contact-page-form .gform_button {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
}
#contact-page-form label {
  color: #fff;
}
#contact-page-form .gform_button:focus,
#contact-page-form .gform_button:hover {
  background: #fff;
  color: #000;
}
/* Bottom Feature */
#bottom-feature {
  background: url("../images/bottom-feature-background.jpg") no-repeat top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -o-background-attachment: fixed;
  padding: 30px 0;
}
#footer-contact .gform_button {
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.carousel-indicators .active {
  background: #fff;
}
#footer-contact li.gfield {
  margin-top: 0px !important;
  margin-bottom: 20px;
}
#footer-contact {
  margin-top: 0;
}
#footer-contact label {
  display: none;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
#footer-contact input,
#footer-contact textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  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 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#footer-contact textarea {
  height: 84px;
}
#footer-contact .gform_button:focus,
#footer-contact .gform_button:hover {
  color: #fff;
}
#bottom-feature h2 {
  font-weight: bold;
  background: #1a266d;
  font-size: 28px;
  text-align: center;
  padding: 10px;
  color: #fff;
  margin-bottom: 30px;
  border: 0;
}
/* = CONTACT INFO = */
#contact-info {
  background: #9c9c9c;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}
.contact-info {
  display: inline-block;
  color: #fff;
}
.spacer {
  margin: 0 5px;
}
#contact-info a {
  color: #fff;
}
#contact-info a:focus,
#contact-info a:hover {
  text-decoration: none;
  color: #ccc;
}
/* = FOOTER = */
footer {
  text-align: center;
  background: #1a266d;
  padding: 15px 0;
}
.sitemap .list-inline {
  margin-bottom: 5px;
}
/* = FOOTER - LINKS = */
footer a {
  color: #fff;
}
footer a:focus,
footer a:hover {
  color: #ccc;
  text-decoration: none;
}
/* = Menu Page = */
#menu-section {
  padding-bottom: 50px;
}
/* = SITEMAP PAGE = */
ul.sitemap-page {
  margin: 20px auto;
  display: block;
  max-width: 500px;
  float: none;
  padding-left: 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 {
  color: #000;
  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: 0 3px 0 #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);
}
.social-icons {
  display: inline-flex;
  column-gap: 8px;
  justify-content: flex-end;
}
.contact-info-inner .social-icons .link:not(:last-child):after {
  content: '|';
  margin-left: 8px;
  color: #333;
}
.location-container .social-icons {
  display: flex;
  justify-content: center;
}
.location-container .social-icons .link {
  flex: 0 1 0;
}
/* = MEDIA QUERIES= */
@media screen and (max-width: 991px) {
  .dropdown-toggle::after {
    display: none !important;
  }
  .navbar-default .navbar-nav>li>a {
    padding: 10px;
  }
  .navbar-nav>li a {
    padding: 15px 20px;
    position: relative;
  }
  .tagline {
    font-size: 18px;
  }
  .logo {
    padding-top: 25px;
  }
  .feature-box h3 {
    font-size: 16px;
  }
  #banner {
    margin: 0;
  }
  .navbar {
    min-height: 0;
  }
  header .logo {
    width: 100%;
  }
  header .logo img {
    margin: auto;
  }
  header {
    border: none;
  }
  .menu-main-menu-container {
    display: none;
  }
  .menu-mobile-drop-down-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 {
    position: absolute;
    top: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #525252;
  }
  .navbar {
    display: none;
    position: fixed;
    right: 0;
    background: #525252;
    z-index: 9;
  }
  .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 0.3s;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    cursor: pointer;
    padding: 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 0.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;
  }
  .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-color: var(--color-1);
    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;
  }
  #primary-header {
    padding-top: 0;
  }
  .c2a.interior-pages .tagline,
  .c2a.interior-pages .tel {
    display: none;
  }
  .c2a.interior-pages .tagline,
  .c2a.interior-pages .tel {
    display: none;
  }
  .dropdown .dropdown-menu {
    position: relative;
    display: block;
    float: none !important;
    visibility: visible;
    width: 100%;
    text-align: center;
    left: 0;
  }
  .nav-toggler {
    padding: 0 10px;
    height: 1em;
  }
  .nav-toggler span {
    font-size: 16px;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #bottom-feature {
    background-attachment: scroll;
  }
  .carousel-inner {
    z-index: 1;
  }
  .navbar .navbar-collapse {
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar .navbar-nav {
    display: block;
    margin-bottom: 0;
  }
  .logo img {
    margin: 20px auto;
  }
  img.pull-left,
  .alignleft {
    float: none !important;
    margin: 20px auto;
  }
  img.pull-right,
  .alignright {
    float: none !important;
    margin: 20px auto;
  }
  .c2a {
    text-align: center;
  }
  .contact-info {
    display: block;
  }
  .spacer {
    display: none;
  }
  .logo {
    padding-top: 5px;
  }
  .feature-box h3 {
    font-size: 20px;
  }
  .feature-box {
    margin: 10px auto;
    max-width: 300px;
  }
  .list-inline>li {
    display: block;
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 366px) {
  .jumbotron-sm a {
    display: inherit;
  }
}
@media screen and (max-width: 320px) {
  address {
    font-size: 14px;
  }
}
header {
  border-bottom: 8px solid;
}
.carousel-indicators li {
  border: 4px solid;
}
.carousel-indicators .active {
  border: 2px solid;
}
.gallery img,
.service img,
#menu-section img,
main img {
  border: 5px solid;
}
h1, h2 {
  border-bottom: 2px solid;
}
nav:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .7;
  z-index: -1;
}
#bottom-feature {
  background-image: var(--bg-image);
}
.c2a,
i,
a:hover,
a:focus,
h1,
h2 {
  color: var(--color-1);
}
.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,
.feature-box h3,
footer,
.btn:hover,
.btn:focus,
.location-container,
.contactform-bg,
.jumbotron-sm,
#bottom-feature h2,
#footer-contact .gform_button:hover,
#footer-contact .gform_button:focus,
.nav li.active a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-toggle,
.feature-box .feature-heading,
.carousel-indicators li,
.social,
nav:after {
  background-color: var(--color-1);
}
header,
.carousel-indicators li,
.carousel-indicators .active {
  border-color: var(--color-1);
}
.gallery img,
.service img,
#menu-section img,
main img {
  border-color: var(--color-2);
}
#contact-page-form .gform_button,
#footer-contact .gform_button,
#contact-info,
.btn {
  background-color: var(--color-2);
}
span.company-address a:hover,
a,
.jumbotron-sm a:hover,
.jumbotron-sm a:focus,
.social a:not(.home-link):hover {
  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,
.navbar-default .navbar-nav>li>a:hover,
.feature-box h3,
.contact-info,
.nav li.active a,
#contact-info a,
footer a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.btn:hover,
.btn:focus,
.navbar-default .navbar-nav>.open>a:hover,
.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 {
  color: var(--color-3);
}
.carousel-indicators .active {
  background-color: var(--color-3);
}
footer a:hover,
footer a:focus,
#contact-info a:hover,
.social i {
  color: var(--color-4);
}
h1, h2 {
  border-color: var(--color-4);
}
/* Blog */
.flex-row {
  display: flex;
}
.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 1 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;
}
.toggle-item {
	//border: 2px solid var(--color-1);
	margin-bottom: 12px;
	//box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	cursor: pointer;
	background-color: var(--color-4);;
}
.toggle-item .toggle-heading h3 {
	font-size: 20px;
}
.toggle-item .icon {
	transition: transform ease-in-out .4s;
	line-height: 1;
}
.toggle-item > .toggle-content {
	display: none;
	border-top: 1px solid var(--color-2);
	padding: 5px 15px;
	background-color: var(--color-3);
}
.toggle-item.active > .toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(90deg);
}
.faq-section {
	background-color: var(--color-2);
	padding: 50px 0;
}
.faq-section .content h2 {
	border-color: var(--color-2);
}
.faq-section .content {
	margin-bottom: 30px;
}
.faq-section .toggle-content p {
	line-height: 1.5;
}
.review-section {
	background-color: var(--color-4);
	padding: 50px 0;
	text-align: center;
}
.review-section h2 {
	color: var(--color-1);
	margin-bottom: 0;
}
.review-section .reviews .heading {
	font-style: italic;
}
.review-section .owl-carousel {
	max-width: calc(100% - 150px);
	margin: 0 auto;
}
.review-section .owl-carousel .owl-nav {
	font-size: 42px;
	color: var(--color-1);
}
.review-section .owl-carousel .owl-nav button.owl-prev,
.review-section .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.review-section .owl-carousel .owl-nav button.owl-prev {
	left: -75px;
}
.review-section .owl-carousel .owl-nav button.owl-next {
	right: -75px;
}
.review-section .owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	column-gap: .5em;
	margin-top: 20px;
}
.review-section .owl-carousel .owl-dots .owl-dot {
	border: 1px solid var(--color-1);
	border-radius: 50%;
	width: 14px;
	height: 14px;
}
.review-section .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--color-1);
}
@media screen and (max-width: 767px) {
	.review-section .owl-carousel {
		max-width: 100%;
	}
	.review-section .owl-carousel .owl-nav {
		display: none;
	}
}
/* === Media Queries === */
@media screen and (max-width: 991px) {
  .flex-row.row-md {
    display: block;
  }
  .flex-row.row-md>.col:nth-child(n) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .flex-row.row-sm {
    display: block;
  }
  .flex-row.row-sm>.col:nth-child(n) {
    margin-left: auto;
    margin-right: auto;
  }
  .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);
}
.gfield {
  margin-bottom: 16px;
}
.gfield.hidden_label label {
  display: none;
}
.contactform-bg {
  padding-bottom: 35px;
  margin-bottom: 0;
}
.contactform-bg label {
  margin-bottom: 12px;
}
.contactform-bg .gform_fields {
  margin: 20px 0 30px;
}
.contact-row {
  display: flex;
  flex-wrap: wrap;
}
.contact-row .contact-col {
  display: flex;
  flex-direction: column;
}
.contact-row .col {
  flex: 1 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
}
.contact-row .contact-col .googlemap-container {
  flex: 1 0 auto;
  width: 100%;
}
.contact-row .contact-col .googlemap-container iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.location-container {
  margin-bottom: 0;
  width: 100%;
}
