.hero-content-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 2rem;
}

.hero-content-wrapper.halved {
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
    bottom: auto;
}

.hero-header,
.wrapper-navbar {
    z-index: 999;
    position: relative;
}

.hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.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: 1em;
    padding-bottom: 1em;
    background-color: gray;
}

/* 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;
    }
}