/*      Contact       */
#contact-map,
#contact-wrapper {
    float: left;
    width: 100%;
}

#contact-wrapper {
    box-sizing: border-box;
    margin-top: 20px;
}

.contact-form,
.contact-address {
    float: left;
    width: 50%;
}

.contact-address {
    padding-left: 30px;
    box-sizing: border-box;
}

#contact-wrapper .title-box-lh {
    color: #415201;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.contact-address ul.info-lh {
    margin-top: 20px;
    float: left;
}

.contact-address ul.info-lh li {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.contact-address ul.info-lh li span {
    color: #333e48;
    font-size: 15px;
}

.entry-content .info-lh a {
    display: inline-block;
    width: auto;
    color: #415201;
}

#content .wpcf7-form p {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.wpcf7-form label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.wpcf7-form * {
    box-sizing: border-box;
}

.wpcf7-form input.wpcf7-text {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 0px 10px;
}

#content .wpcf7-form .wpcf7-form-control-wrap {
    float: left;
    margin: 0;
    width: 100%;
}

.wpcf7-form textarea.wpcf7-textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 10px;
}

.wpcf7-form .wpcf7-submit {
    background: #415201 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    float: right;
    padding: 10px 30px;
    transition: 0.3s;
}

.wpcf7-form .wpcf7-submit:hover {
    cursor: pointer;
    background: #8EA92C;
}

div.wpcf7-response-output {
    border: none;
}

@media only screen and (max-width: 767px) {

    .contact-form,
    .contact-address {
        width: 100%;
        padding: 0;
    }

    #contact-wrapper .title-box-lh {
        font-size: 24px;
    }

    #contact-map iframe {
        height: 300px
    }
}