.hero-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 2rem;
  z-index: 2;
}

.hero-content-wrapper.halved {
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  bottom: auto;
}

.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero .button-col .btn {
  min-width: auto;
}

.iframe-map {
  line-height: 0;
}

.iframe-map iframe {
  width: 100%;
}

.hero .acf-map,
.hero .iframe-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .acf-map iframe {
  height: 100%;
}

.hero-contact {
  z-index: 1;
  position: relative;
}

.hero-contact .phone a {
  font-size: 24px;
}

.hero-contact-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.hero-page-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  bottom: 0;
  width: 100%;
}

@media (max-width: 767.98px) {
  .navbar .logo-wrapper {
    width: 65%;
  }
}

.navwrapper {
  background-color: #ffffff;
}

/* Hamburger */

.hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.navbar-toggler {
  border: 0 !important;
}

.navbar-toggler:focus {
  outline: 0;
}

.separator {
  display: flex;
  align-items: center;
  justify-content: center;
}

.separator:last-of-type {
  display: none;
}

.separator:last-of-type,
.navbar .dropdown-menu .separator,
.navbar-collapse.show .separator,
.navbar-collapse.collapsing .separator {
  display: none;
}

@media (max-width: 767.98px) {
  .home-hero {
    min-height: 0 !important;
    background-image: none !important;
  }
}

/* Hero CTAs */

.cta-img-wrapper img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.cta-img-wrapper:hover img,
.cta-img-wrapper:focus img {
  transform: scale(1.1);
}

.cta-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}

.cta-img-wrapper h3 {
  z-index: 1;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .cta-img-wrapper {
    min-height: 350px;
  }
}

/* Virtuoso edits */

.navwrapper.fixed-top .virtuoso + .hero-header {
  display: none !important;
}

.navwrapper .virtuoso .hero-contact {
  display: none !important;
}

.navwrapper .virtuoso .logo-left-wrapper {
  max-width: 0;
}

.navwrapper.fixed-top .virtuoso .logo-left-wrapper {
  max-width: 100%;
}
