.grecaptcha-badge {
    display: none;
}

.fa.fa-linkedin {
    mask-image: url(../images/fa-linkedin.svg);
    width: 24px;
    height: auto;
    font-size: 0;
    background: #fff;
    background-position: 50% 50%;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    transition: background .3s ease;
}

.fa.fa-clock-o {
    mask-image: url(../images/fa-clock-o.svg);
    width: 24px;
    height: auto;
    font-size: 0;
    background: #fff;
    background-position: 50% 50%;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    transition: background .3s ease;
    background: #949191;
}

.fa.fa-linkedin:hover {
    background: rgba(255, 255, 255, 0.85);
}

.fa.fa-clock-o::before,
.fa.fa-linkedin::before {
    content: none;
    display: none;
}

/* nav */

header .social-mobile {
    display: none;
}

@media (max-width:991px) {
    #site-header-wrap.header-layout3 .site-header-main {
        background: #fff !important;
    }

    #main-menu-mobile .btn-nav-mobile::before,
    #main-menu-mobile .btn-nav-mobile::after,
    #main-menu-mobile .btn-nav-mobile span {
        background-color: #333 !important;
    }
}

/* nav */

/* footer */

footer.site-footer {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

footer.site-footer .top-footer {
    background: #fff;
}

footer .contact-info ul li i {
    color: #cd1719;
}

footer.site-footer .top-footer .footer-widget-title {
    color: #333;
}

footer.site-footer .top-footer-logo img {
    max-width: 210px;
}

footer.site-footer .top-footer ul.menu li a::before,
footer.site-footer .top-footer a,
footer.site-footer .top-footer {
    color: #949191;
    transition: color .3s ease;
}

footer.site-footer .top-footer ul.menu li a:hover::before,
footer.site-footer .top-footer a:hover {
    color: #cd1719;
}

/* footer */

/* cf7 */

.ct-contact-form-default.form-newsletter .wpcf7-form .row {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 999px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.ct-contact-form-default.form-newsletter .wpcf7-form .row {
    margin: 0 !important;
}

.ct-contact-form-default.form-newsletter .wpcf7-form>.row {
    margin-bottom: 16px !important;
}

.ct-contact-form-default.form-newsletter .wpcf7-form-control-wrap,
.ct-contact-form-default.form-newsletter .wpcf7-form p {
    margin: 0 !important;
}

.ct-contact-form-default.form-newsletter .wpcf7-form .col-12 {
    padding: 0 !important;
}

.ct-contact-form-default.form-newsletter .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0;
}

.ct-contact-form-default.form-newsletter .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    border-radius: 9999px;
}

.wpcf7-form {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
}

/* cf7 */
/* other */

.wpcf7-form .wpcf7-form-control.wpcf7-acceptance {
    background: transparent !important;
}