/* Kontaktní formulář IPMHK */
.ipmhk-contact-intro {
    margin-bottom: 22px;
}

.ipmhk-contact-form-box {
    max-width: 760px;
    margin: 24px auto 36px auto;
    padding: 28px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.ipmhk-contact-form label {
    font-weight: 700;
    color: #222;
}

.ipmhk-contact-form .form-control {
    min-height: 44px;
    border-radius: 0;
    border: 1px solid #d7d7d7;
    box-shadow: none;
}

.ipmhk-contact-form textarea.form-control {
    min-height: 170px;
    resize: vertical;
}

.ipmhk-contact-form .form-control:focus {
    border-color: #f58634;
    box-shadow: 0 0 0 2px rgba(245,134,52,.12);
}

.ipmhk-contact-submit {
    padding: 11px 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.ipmhk-required {
    color: #c0392b;
}

.ipmhk-contact-help {
    margin-top: 8px;
    color: #777;
    font-size: 13px;
}

.ipmhk-contact-alert {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-left: 5px solid transparent;
    font-weight: 600;
}

.ipmhk-contact-alert p {
    margin: 0;
}

.ipmhk-contact-alert-success {
    background: #eaf8ed;
    border-left-color: #2e9d48;
    color: #1f6d32;
}

.ipmhk-contact-alert-error {
    background: #fdeeee;
    border-left-color: #c0392b;
    color: #8f2a21;
}

.ipmhk-hp {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .ipmhk-contact-form-box {
        padding: 18px;
        margin-left: 0;
        margin-right: 0;
    }
}
