/* --------------------------------- PAGE FOOTER --------------------------------- */

/* --------------------------------- Footer Global --------------------------------- */

.footer-contact-info {
    font-size: 14px;
    line-height: 23px;
}

.footer-contact-info + .footer-contact-info {
    margin-top: 9px;
}

.site-footer-custom .vc_wp_custommenu li a {
    font-size: 14px;
    line-height: 23px;
}

.site-footer-custom .vc_wp_custommenu li+li {
    margin-top: 8px;
}

.site-footer-custom .ct-heading-tag a {
    color: #fff;
}

.site-footer-custom .ct-heading-tag a:active, .site-footer-custom .ct-heading-tag a:focus, .site-footer-custom .ct-heading-tag a:hover {
    color: #e84545;
}

.site-footer-custom .label-new a {
    position: relative;
}

.site-footer-custom .label-new a::after {
    content: "new";
    padding-left: 20px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #FF3D2E;
    position: absolute;
    top: -3px;
    left: 100%;
}

.site-footer-custom .ct-heading-tag.label-new a::after {
    top: -1px;
}

.site-footer-custom .ct-heading-tag {
    margin-bottom: 25px !important;
}

@media (max-width: 767px) {
    .site-footer-custom .ct-social1.text-center {
        text-align: left !important;
    }
}



/* --------------------------------- Get Response --------------------------------- */

.getresponse-footer {
    margin-top: -7px;
}

.getresponse-footer .wpcf7-acceptance .wpcf7-list-item span, .getresponse-footer p {
    font-size: 10px;
    line-height: 13px;
    color: #ADADAD;
}

.getresponse-footer p {
    margin-bottom: 10px;
    padding-left: 24px;
}

.getresponse-footer .wpcf7-acceptance .wpcf7-list-item {
    margin-left: -24px !important;
}

.getresponse-footer .wpcf7-acceptance .wpcf7-list-item span a, .getresponse-footer p a {
    color: inherit;
}

.getresponse-footer .wpcf7-acceptance .wpcf7-list-item span a:hover,
.getresponse-footer .wpcf7-acceptance .wpcf7-list-item span a:focus,
.getresponse-footer .wpcf7-acceptance .wpcf7-list-item span a:active,
.getresponse-footer p a:hover,
.getresponse-footer p a:focus,
.getresponse-footer p a:active {
    color: #fff;
}

.getresponse-footer input[type=checkbox] {
    margin-right: 12px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    opacity: 0;
}

.getresponse-footer input[type=checkbox] + span.checked {
    top: 7px !important;
    left: 3px !important;
    width: 6px !important;
    height: 6px !important;
    background: transparent !important;
}

.getresponse-footer input[type=checkbox] + span.checked.active {
    background: rgba(255, 255, 255, 0.6) !important;
}

.getresponse-footer input[type=checkbox] + span.checked::before {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
}

.getresponse-footer input[type="email"] {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #2E3758;
    padding: 0;
    height: 40px;
    color: #ADADAD;
}

.getresponse-footer input[type=submit] {
    margin-top: 15px;
    background-color: rgba(255, 255, 255, 0.6) !important;
    border: 2px solid #FFFFFF;
    line-height: 31px;
    padding: 0 25px;
    color: #151835;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.025em;
}

.getresponse-footer input[type=submit]:disabled {
    opacity: .6;
}

.getresponse-footer .wpcf7-form-control-wrap[class*="acceptance"] {
    margin-bottom: 0;
}

.getresponse-footer .wpcf7-list-item .wpcf7-list-item-label {
    padding-top: 4px;
}