.wpcf7-response-output{
    border: none !important;
    border-bottom: 2px solid #3496dd !important;
}

.wpcf7-spinner {
    width: 24px !important;
}

.wpcf7-spinner::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0 !important;
    background-color: #3496dd;
    transition: background-color .35s ease;
}

.wpcf7-submit {
    cursor: pointer !important; /* When pressing form submit button we want your cusor to show pointer */
}

.team-members-wrap.inline_classic .member-wrap .member-info::before {
    display: none !important; /* We never want to show to overlay on team member photos */
}
.team-members-wrap.inline_classic .member-wrap .social {
    display: none !important; /* Don't show the social overlay on hover for team memver */
}

.a-btn {
    background-image: linear-gradient(to right, transparent 50%, #124469 50%) !important; /* Make home page button blue-ish */
}

.contacts-info-wrap.info_with_form input[type="submit"] {
    background-image: linear-gradient(to right, transparent 50%, #124469 50%) !important;
}

.right-menu .f-right {
    display: none !important;
}

#footer .footer-bottom-wrap {
    padding-top: 5px !important;    
}

#footer.modern .footer-bottom-wrap .copyright { /* Change text color footer home page */
    color: #124469 !important;
}
.vc_images_carousel {
    height: 100% !important;
}
.modern-slider {
    max-height: 85vh !important;
}

@media only screen and (max-width: 767px) {
    .adress-list {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .team-member {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}