/* Contact page */

.brochure-page.contact-page .left-brochure {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    max-width: 755px;
    width: 59%;
}
.main .contact-page .left-brochure > * {
    margin-left: 20px;
    margin-right: 20px;
}
.main .contact-page .left-brochure .top-img {
    width: 100%;
    display: block;
    margin: 0 0 40px;
}
.main .contact-page .left-brochure h2 {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 30px;
}
.contact-page .contact-box {
    background: #FFF;
    padding: 20px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 35px;
}
.contact-page .contact-box h4 {
    font-family: canada-type-gibson;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
    color: #294b58;
    margin: 0 0 2px;
    text-align: center;
}
.contact-page .contact-box .col {
    width: 60%;
    float: left;
}
.contact-page .contact-box .col:last-child {
    width: 40%;
}
.contact-page .contact-box .phone {
    font-family: proxima-nova;
    font-weight: 400;
    color: #294b58;
    display: block;
    margin: 10px 0 0;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    padding-left: 34px;
    padding-right: 5px;
    background: url('../images/phone-icon-small.png') no-repeat left center;
}
.contact-page .contact-box .phone a {
    color: #294b58;
    font-weight: 700;
}
.contact-page .contact-details p {
    margin-bottom: 25px;
}
.contact-page .contact-details p span {
    font-weight: 700;
}
.contact-page .contact-details p:last-child {
    margin-bottom: 0;
}
.contact-page .contact-details a {
    color: #FFF;
    text-decoration: underline;
}
.brochure-page.contact-page #brochure-request-form .field {
    margin-bottom: 20px;
}
.brochure-page.contact-page #brochure-request-form h4 {
    margin-bottom: 15px;
}
.brochure-page.contact-page #brochure-request-form .field label {
    margin-bottom: 8px;
    display: block;
}
.main .contact-page #brochure-request-form {
    width: 41%;
    max-width: 505px;
}
.brochure-page.contact-page .left-brochure:after {
    display: none;
}
.brochure-page.contact-page #brochure-request-form .field textarea.input-field {
    height: 275px;
}
.brochure-page.contact-page .right-content .send-btn {
    background: #ff9433 url(https://newzealandtrails.com/themes/nzt/images/right-white-arrow.png) no-repeat 97% center;
    padding-right: 45px;
}
.main .contact-page #map {
    margin-bottom: 80px;
    height: 420px;
    width: 100%;
}
@media only screen and (max-width: 1270px) {
    .brochure-page.contact-page .left-brochure, .main .contact-page #brochure-request-form {
        width: 100%;
        max-width: 100%;
    }
    .brochure-page.contact-page .left-brochure {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
    .main .contact-page .left-brochure > * {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .main .contact-page .left-brochure h2 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .main .contact-page .left-brochure p {
        font-size: 20px;
        line-height: 24px;
    }
    .contact-page .contact-box {
        padding: 15px;
    }
    .contact-page .contact-box .col, .contact-page .contact-box .col:last-child {
        width: 100%;
        float: none;
    }
    .contact-page .contact-box .phone {
        font-size: 20px;
        line-height: 24px;
        background-size: 24px auto;
        background-position: top left;
    }
    .contact-page .contact-box .phone a, .contact-page .contact-details a {
        display: inline-block;
    }
    .brochure-page.contact-page #brochure-request-form .field textarea.input-field {
        height: 220px;
    }
    .main .contact-page #map {
        height: 325px;
        margin-bottom: 40px;
    }
    .contact-page .contact-box h4 {
        text-align: left;
    }
}
