.page-template-page-contact {
    background: #0f0f0f;
    color: #FFFFFF;
}

.contact-hero {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(/wp-content/uploads/2019/01/Expanse-Rocinante.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-hero .gradient-overlay {
    position: absolute;
    bottom: 0;
    z-index: 1;    
    width: 100%;
    height: 60vh;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.contact-hero .hero-text,
.contact-hero .contact-info-container {
    z-index: 2;
}

.contact-hero .heading {
    margin-bottom: 60px;
    margin-top: 120px;
}

.contact-info {
    margin-bottom: 20px;
}

.contact-info.address {
    margin-bottom: 60px;
}

.contact-hero .single-info {
    margin-bottom: 15px;
}

.contact-hero .title {
    text-transform: uppercase;
    color: #C3932C;
    font-size: 14px;
    /* letter-spacing: 2px; */
    margin-bottom: 20px;
    text-align: center;
}

.contact-hero .info {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    /* letter-spacing: 2px; */
    text-align: center;
}

.contact-hero .info p {
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.contact-hero .info a {
    color: white;
}

.contact-hero .col-left {
    margin-right: 30px;
}

.contact-hero .info .col-top {
    margin-bottom: 10px;
}

.contact-hero .social-buttons {
    margin-top: 20px;
}

.contact-hero a.circle-icon {
    height: 60px;
    width: 60px;
}

.contact-hero a.circle-icon i {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 20px;
}

.contact-map-directions {
    display: flex;
    height: auto;
    padding: 80px 0;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}

.map-container {
    width: 50%;
    padding-right: 32px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#map {
    height: 800px;  /* The height is 400 pixels */
    width: 80%;  /* The width is the width of the web page */
    z-index: 1;
    margin: 0 auto;
   }

.direction-button-container {
    position: absolute;
    z-index: 2;
    bottom: 25%;
}

.direction-button-container a {
    background-color: #000000;
    border: 2px solid #000000;
    padding: 15px 40px;
    -webkit-box-shadow: 0px 0px 10px 1px #ffffff38;
    box-shadow: 0px 0px 10px 1px #ffffff38;
}

.direction-button-container a:hover {
    transform: scale(1.025);
}


.get-directions-button:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-color: transparent;
}

.get-directions-button a:visited {
    color: #fff;
}

.contact-direction-container {
    width: 50%;
    display: flex;
    align-items: center;
}

.contact-directions h2 {
    font-size: 35px;
    letter-spacing: 12px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
}

.contact-directions .orange-divider {
    margin-bottom: 25px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
}

.contact-directions .arrowDownIcon {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    color: #C3932C;
}

.parking-directions p {
    clear: both;
    display: block;
    text-align: justify;
    font-size: 1.7rem;
}


.contact-directions h3 {
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 20px;
}


/* Smaller that laptop */
@media only screen and (max-width: 1690px) {
   
}


@media only screen and (max-width: 1480px) {

    .contact-directions h2 {
        font-size: 25px;
        letter-spacing: 12px;
        line-height: 40px;
    }
    .contact-direction-container {
        height: auto;
    }
  }


/* Tablet */
@media only screen and (max-width: 980px) {

    .scroll-bottom.white {
        display: none;
    }

    .contact-hero .heading {
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 36px;
        letter-spacing: 10px;
    }

    .contact-directions {
        margin: 0 auto;
    }

    .contact-directions h2 {
        font-size: 25px;
        letter-spacing: 12px;
        line-height: 40px;
    }

    .contact-map-directions {
        flex-direction: column-reverse;
        padding-top: 40px;
        padding-bottom: 0;
        
    }

    .map-container {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .contact-direction-container {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
    }

    .contact-hero .info {
        font-size: 20px;

    }

}




/* Phone */
@media only screen and (max-width: 736px) {

    }

    #map {
        width: 100%;
    }


/* Phone */
@media only screen and (max-width: 480px) {
    .social-info-buttons {
        width: 75%;
        margin: 0 auto;
    }

    .contact-hero {
        height: auto;
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .contact-info-container {
        width: 80%;
    }

    .contact-directions h2 {
        font-size: 18px;
        letter-spacing: 5px;
        line-height: 24px;
        margin-bottom: 0;
    }
    
}