html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  color: #0a459d;
}

a.button {
  background-color: #17ac05;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 1rem 2rem;
}
a.button:hover, a.button:focus {
  background-color: rgb(6.9461077844, 47.9281437126, 109.0538922156);
}

.title-bar {
  background: #0a459d !important;
  padding: 0.75rem;
}
.title-bar a {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
}
.title-bar a i {
  margin-right: 0.5rem;
}
@media screen and (min-width: 640px) {
  .title-bar a {
    font-size: 1.5rem;
  }
}
.title-bar a:hover, .title-bar a:focus {
  color: rgba(255, 255, 255, 0.6);
}

.menu li {
  margin-right: 1rem;
}
.menu li:last-child {
  margin-right: 0;
}

.menu a.button {
  margin-left: 1rem;
}

header {
  padding: 2rem 0;
}
header .logo {
  padding: 1rem;
  max-height: 160px;
}
header .nav-toggle {
  all: unset;
  font-size: 2.5rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  color: #06469d;
}
header .nav-toggle:hover, header .nav-toggle:focus {
  color: #032e68;
}
header ul.menu {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
header ul.menu a {
  color: #0a459d;
}
header ul.menu a:hover, header ul.menu a:focus {
  color: #3875bb;
}

.nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.nav-wrapper nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
.nav-wrapper .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .nav-wrapper .menu li {
    font-size: 0.8rem;
  }
}
.nav-wrapper .menu li:last-child a.button {
  margin-left: 1rem;
  background-color: #0a459d;
  color: #fff;
  border-radius: 50px;
  padding: 1rem 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-wrapper .menu li:last-child a.button:hover, .nav-wrapper .menu li:last-child a.button:focus {
  background-color: rgb(6.9461077844, 47.9281437126, 109.0538922156);
}

nav[aria-label="Main navigation"] ul.menu.vertical {
  align-items: flex-start;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  margin-top: 4rem;
}
nav[aria-label="Main navigation"] ul.menu.vertical li a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  padding-left: 0;
}

.nav-wrapper {
  padding: 0;
  margin: 0;
}

.hero-section {
  position: relative;
  background: url("/wp-content/themes/crm/assets/img/hero.jpg") 50% no-repeat;
  background-size: cover;
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 6rem;
}
.hero-section .hero-section-text h2 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  z-index: 1;
  line-height: 1.1;
  font-style: italic;
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  .hero-section .hero-section-text h2 {
    font-size: 5rem;
    letter-spacing: -0.02em;
    max-width: 800px;
  }
}
.hero-section .chevron {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: auto;
  z-index: 2;
}

.sub-section h3, .sub-section h4 {
  margin: 0 auto;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  color: #0a459d;
  max-width: 60ch;
}
@media screen and (max-width: 639px) {
  .sub-section h3, .sub-section h4 {
    max-width: 90%;
    padding: 0 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.sub-section h4 {
  font-family: "Roboto", sans-serif;
  color: #0a0a0a;
  max-width: 40ch;
  font-weight: 400;
}

body.is-off-canvas-open .off-canvas {
  position: relative;
  z-index: 0;
}
body.is-off-canvas-open .off-canvas::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  transition: opacity 0.3s ease;
}
body.is-off-canvas-open .off-canvas.is-off-canvas-open {
  overflow: hidden;
}
body.is-off-canvas-open .off-canvas.is-off-canvas-open::before {
  opacity: 1;
  pointer-events: auto;
}

.off-canvas {
  z-index: 1004;
  background: #0a459d !important;
  box-shadow: none;
}
.off-canvas .menu li a {
  color: #fff;
}

.off-canvas-content {
  position: relative;
  z-index: 0;
}

.close-button {
  color: #fff !important;
  font-size: 2rem;
  right: 1rem;
  top: 1rem;
  z-index: 1006;
  position: absolute;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.services-grid .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.services-grid .card-section i {
  font-size: 2rem;
  color: #0a459d;
  margin-bottom: 0.5rem;
  display: block;
}
.services-grid h4 {
  margin: 1rem 0 0.5rem;
  color: #0a459d;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  body.page-template-template-commercial .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  color: #0a459d;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 1024px) {
  .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
    letter-spacing: -0.02em;
  }
}
.main-content h3 {
  margin-bottom: 1rem;
}
.main-content p, .main-content ul, .main-content li {
  font-family: "Roboto", sans-serif;
}
.main-content section {
  margin-bottom: 4rem;
}

footer {
  margin-top: 4rem;
  background: rgb(247.15, 247.15, 247.15);
}

.site-footer {
  padding: 6rem 0;
}
.site-footer .logo {
  height: 100px;
  width: auto;
}
.site-footer .copyright {
  text-align: center;
  font-size: 0.75rem;
  padding: 2rem 0;
}
.site-footer .menu li a {
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #0a459d;
}
.site-footer .menu li a:hover, .site-footer .menu li a:focus {
  color: #3875bb;
}
.site-footer ul.sub-menu {
  margin: 0;
}
.site-footer ul.sub-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul.sub-menu li a {
  font-size: 0.65rem;
  padding: 0.3rem 1rem;
  color: #3875bb;
}
.site-footer ul.sub-menu li a:hover, .site-footer ul.sub-menu li a:focus {
  color: #0a459d;
}
@media screen and (max-width: 39.9375em) {
  .site-footer {
    padding: 2rem 0;
  }
  .site-footer nav {
    margin-bottom: 2rem;
  }
  .site-footer .logo {
    height: 80px;
  }
}

main {
  margin-bottom: 3rem;
}

.post-content h2 {
  margin-bottom: 1rem;
}
.post-content blockquote {
  border: none;
  background: #3875bb;
  margin-top: 2rem;
  border-radius: 400px;
  padding: 2rem;
}
.post-content blockquote p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: center;
}

.recent-posts .recent-post {
  margin-bottom: 1rem;
}
.recent-posts .recent-post a h3 {
  font-size: 1rem;
  color: rgb(99.25, 99.25, 99.25);
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
.recent-posts .recent-post a h3:hover, .recent-posts .recent-post a h3:focus {
  color: #0a459d;
}
.recent-posts h2 {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05rem;
  margin-bottom: 1.5rem;
  color: #3875bb;
}

#gallery-lightbox img {
  border: 4px solid #fff;
  transition: border 0.3s ease;
}

.lightbox .lb-image {
  border: 16px solid #fff !important;
  box-sizing: border-box;
  transition: border 0.3s ease;
}

.gallery-row {
  margin-bottom: 6rem;
}
.gallery-row p {
  width: 67%;
  margin: 2rem auto;
}/*# sourceMappingURL=custom.css.map */