.cxhub-cf-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 680px;
    margin: 0 0 34px 0;
    padding: 0;
    font-family: inherit;
    color: #171717;
}

.cxhub-cf-heading {
    margin: 0 0 22px;
}

.cxhub-cf-heading h2 {
    margin: 0 0 7px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    color: #171717;
}

.cxhub-cf-heading p {
    margin: 0;
    max-width: 650px;
    color: #666;
    font-size: 14px;
    line-height: 1.55;
}

.cxhub-cf-field {
    margin: 0 0 17px;
}

.cxhub-cf-field label {
    display: block;
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    color: #252525;
}

.cxhub-cf-field label span {
    color: #cf1f25;
}

.cxhub-cf-field input,
.cxhub-cf-field select,
.cxhub-cf-field textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    background: #fff;
    color: #171717;
    padding: 10px 11px;
    font: inherit;
    font-size: 14px;
    line-height: 1.4;
    outline: none;
}

.cxhub-cf-field input,
.cxhub-cf-field select {
    min-height: 42px;
}

.cxhub-cf-field textarea {
    min-height: 160px;
    resize: vertical;
}

.cxhub-cf-field input:focus,
.cxhub-cf-field select:focus,
.cxhub-cf-field textarea:focus {
    border-color: #555;
    box-shadow: 0 0 0 1px #555;
}

.cxhub-cf-submit {
    display: inline-block;
    appearance: none;
    border: 0;
    border-radius: 2px;
    background: #cf1f25;
    color: #fff;
    padding: 11px 19px;
    font: inherit;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    cursor: pointer;
}

.cxhub-cf-submit:hover,
.cxhub-cf-submit:focus {
    background: #aa171c;
    color: #fff;
}

.cxhub-cf-privacy {
    margin: 9px 0 0;
    color: #888;
    font-size: 11px;
    line-height: 1.4;
}

.cxhub-cf-notice {
    margin: 0 0 18px;
    padding: 10px 12px;
    border-left: 3px solid;
    background: #f7f7f7;
    font-size: 13px;
    line-height: 1.45;
}

.cxhub-cf-notice.success {
    border-color: #2c7a3f;
}

.cxhub-cf-notice.error {
    border-color: #cf1f25;
}

.cxhub-cf-hp {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 700px) {
    .cxhub-cf-wrap {
        max-width: none;
        margin-top: 0;
    }

    .cxhub-cf-heading h2 {
        font-size: 26px;
    }
}
