/* CTA button in nav */
li.nav-cta > a {
    border: 2px solid #f5c24f;
    cursor: pointer;
    padding: .7em !important;
}

li.nav-cta > a:hover {
    background: #f5c24f;
}

.et_mobile_menu li.nav-cta > a {
    border: 2px solid #f5c24f;
}

#et-secondary-nav .menu-item-has-children > a:first-child:after, #top-menu .menu-item-has-children > a:first-child:after {
display: none;
}

/* contact form 7 */
@media (min-width: 981px) {
    .wpcf7-form {
        width: 80%;
    }
    .wpcf7-form.fancybox-content {
        max-width: 500px;
    }
}

.wpcf7-form p {
    margin-bottom: 1.5rem;
    padding-bottom: 0;
}

.wpcf7-form label {
    color: #404040;
    font-weight: bold;
    padding-bottom: 6px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wpcf7-form label br {
    display: none;
}

.wpcf7-form input:not(.wpcf7-submit) {
    border: 2px solid #c9c9c9 !important; /* override divi */
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    min-height: 36px;
    min-width: 50px;
    padding: 0 0.4em;
    vertical-align: middle;
    width: 100%;
}

.wpcf7-form input[type="submit"] {
    background-color: #5a5a5a;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 36px;
    letter-spacing: 0.01em;
    line-height: 36px;
    margin-right: 0;
    overflow: hidden;
    padding: 0 18px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}

.fancybox-container {
    z-index: 99999 !important; /* override fancybox */
}

.wpcf7-form #mce-responses > div {
    margin: 1em 0 1em;
    padding: 0.2em 1em;
}

.wpcf7-form #mce-responses #mce-error-response {
    border: 2px solid #ff0000;
}

.wpcf7-form #mce-responses #mce-success-response {
    border: 2px solid #398f14;
}