/* ==========================================
   DARK CONTACT FORM
   ========================================== */

.dark-contact-form {
    width: 100%;
    max-width: 475px;
    margin: 0;
    padding: 0;
    color: #ffffff !important;
    font-family: inherit;
    box-sizing: border-box;
}

.dark-contact-form *,
.dark-contact-form *::before,
.dark-contact-form *::after {
    box-sizing: border-box;
}


/* ==========================================
   FORCE FORM TEXT / LABELS WHITE
   ========================================== */

.dark-contact-form label,
.dark-contact-form .contact-field label,
.dark-contact-form p,
.dark-contact-form .contact-form-notice {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}


/* ==========================================
   FIELD CONTAINERS
   ========================================== */

.dark-contact-form .contact-field {
    display: block;
    width: 100%;
    margin: 0 0 22px 0;
    padding: 0;
}


/* ==========================================
   LABELS
   ========================================== */

.dark-contact-form .contact-field label {
    display: block !important;
    width: 100%;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}


/* ==========================================
   INPUTS
   ========================================== */

.dark-contact-form input[type="text"],
.dark-contact-form input[type="email"],
.dark-contact-form textarea {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 10px 12px !important;

    background: #14171c !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    border: 1px solid #ffffff !important;
    border-radius: 4px !important;

    font-family: inherit !important;
    font-size: 16px !important;

    outline: none !important;
    box-shadow: none !important;
}


/* Input heights */

.dark-contact-form input[type="text"],
.dark-contact-form input[type="email"] {
    height: 46px !important;
}


/* Message box */

.dark-contact-form textarea {
    min-height: 180px !important;
    resize: vertical;
    line-height: 1.4 !important;
}


/* Placeholder */

.dark-contact-form input::placeholder,
.dark-contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
}


/* Focus */

.dark-contact-form input[type="text"]:focus,
.dark-contact-form input[type="email"]:focus,
.dark-contact-form textarea:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 1px #c28a43 !important;
}


/* ==========================================
   NOTICE TEXT
   ========================================== */

.dark-contact-form .contact-form-notice {
    display: block;
    width: 100%;

    margin: 0 0 28px 0 !important;
    padding: 0 !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
}


/* ==========================================
   SUBMIT BUTTON
   ========================================== */

.dark-contact-form .contact-submit {
    display: inline-block !important;

    margin: 0 !important;
    padding: 14px 22px !important;

    min-width: 0;
    height: auto;

    background: #32373c !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    border: none !important;
    border-radius: 0 !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    cursor: pointer;
    box-shadow: none !important;
}

.dark-contact-form .contact-submit:hover {
    background: #444a50 !important;
}


/* ==========================================
   SUCCESS / ERROR
   ========================================== */

.contact-success,
.contact-error {
    width: 100%;
    max-width: 475px;

    margin: 0 0 20px 0;
    padding: 12px 14px;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    border: 1px solid #ffffff;
    background: transparent;

    box-sizing: border-box;
}


/* ==========================================
   HONEYPOT
   COMPLETELY HIDE "LEAVE THIS FIELD EMPTY"
   ========================================== */

form.dark-contact-form .contact-honeypot {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;

    position: absolute !important;
    left: -99999px !important;
    top: -99999px !important;

    width: 0 !important;
    height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
    pointer-events: none !important;
}

form.dark-contact-form .contact-honeypot label,
form.dark-contact-form .contact-honeypot input {
    display: none !important;
    visibility: hidden !important;
}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 600px) {

    .dark-contact-form {
        max-width: 100%;
    }

}


/* ==========================================
   BROWSER AUTOFILL
   Black text on autofilled fields
   ========================================== */

.dark-contact-form input:-webkit-autofill,
.dark-contact-form input:-webkit-autofill:hover,
.dark-contact-form input:-webkit-autofill:focus,
.dark-contact-form input:-webkit-autofill:active {
    -webkit-text-fill-color: #000000 !important;
    color: #000000 !important;
    caret-color: #000000 !important;
}

.dark-contact-form input:autofill,
.dark-contact-form input:autofill:hover,
.dark-contact-form input:autofill:focus {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    caret-color: #000000 !important;
}

/* ==========================================
   LIGHT CONTACT FORM
   ========================================== */

.light-contact-form {
    width: 100%;
    max-width: 475px;
    margin: 0;
    padding: 0;
    color: #14171c !important;
    font-family: inherit;
    box-sizing: border-box;
}

.light-contact-form *,
.light-contact-form *::before,
.light-contact-form *::after {
    box-sizing: border-box;
}


/* FIELD CONTAINERS */

.light-contact-form .contact-field {
    display: block;
    width: 100%;
    margin: 0 0 22px 0;
    padding: 0;
}


/* LABELS */

.light-contact-form label,
.light-contact-form .contact-field label {
    display: block !important;
    width: 100%;

    margin: 0 0 10px 0 !important;
    padding: 0 !important;

    color: #14171c !important;
    -webkit-text-fill-color: #14171c !important;

    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}


/* INPUTS */

.light-contact-form input[type="text"],
.light-contact-form input[type="email"],
.light-contact-form textarea {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 10px 12px !important;

    background: #ffffff !important;

    color: #14171c !important;
    -webkit-text-fill-color: #14171c !important;

    border: 1px solid #14171c !important;
    border-radius: 4px !important;

    font-family: inherit !important;
    font-size: 16px !important;

    outline: none !important;
    box-shadow: none !important;
}


/* INPUT HEIGHT */

.light-contact-form input[type="text"],
.light-contact-form input[type="email"] {
    height: 46px !important;
}


/* MESSAGE BOX */

.light-contact-form textarea {
    min-height: 180px !important;
    resize: vertical;
    line-height: 1.4 !important;
}


/* FOCUS */

.light-contact-form input[type="text"]:focus,
.light-contact-form input[type="email"]:focus,
.light-contact-form textarea:focus {
    border-color: #14171c !important;
    box-shadow: 0 0 0 1px #c28a43 !important;
}


/* NOTICE */

.light-contact-form .contact-form-notice {
    display: block;
    width: 100%;

    margin: 0 0 28px 0 !important;
    padding: 0 !important;

    color: #14171c !important;
    -webkit-text-fill-color: #14171c !important;

    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
}


/* SUBMIT BUTTON */

.light-contact-form .contact-submit {
    display: inline-block !important;

    margin: 0 !important;
    padding: 14px 22px !important;

    background: #32373c !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    border: none !important;
    border-radius: 0 !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    cursor: pointer;
    box-shadow: none !important;
}

.light-contact-form .contact-submit:hover {
    background: #444a50 !important;
}


/* HIDE HONEYPOT */

.light-contact-form .contact-honeypot,
.light-contact-form .contact-honeypot label,
.light-contact-form .contact-honeypot input {
    display: none !important;
    visibility: hidden !important;
}


/* SUCCESS / ERROR */

.light-contact-wrap .contact-success,
.light-contact-wrap .contact-error {
    width: 100%;
    max-width: 475px;

    margin: 0 0 20px 0;
    padding: 12px 14px;

    color: #14171c !important;
    -webkit-text-fill-color: #14171c !important;

    background: transparent;
    border: 1px solid #14171c;

    box-sizing: border-box;
}


/* AUTOFILL */

.light-contact-form input:-webkit-autofill,
.light-contact-form input:-webkit-autofill:hover,
.light-contact-form input:-webkit-autofill:focus,
.light-contact-form input:-webkit-autofill:active {
    -webkit-text-fill-color: #000000 !important;
    color: #000000 !important;
    caret-color: #000000 !important;
}


/* MOBILE */

@media (max-width: 600px) {

    .light-contact-form {
        max-width: 100%;
    }

}