/*
CTC Separate Stylesheet
Updated: 2026-04-24 02:55:55
*/

.nf-form-content .nf-field-element .ninja-forms-field:not(select) {
 
    border-radius: 0px !important;
}

.nf-form-content label {
    font-size: 14px !important;
}

.et_pb_text_inner p {
    font-size: 14px !important;
}

.home-main-cta-button {
    width: auto !important;
    margin-right: 10px !important;
}

/* Ninja Forms form ID 1: hide front-end title */
#nf-form-title-1 {
    display: none !important;
}

 

label#nf-label-field-51 {
    display: block !important;
}
#nf-field-51-wrap label#nf-label-field-51 {
     
    line-height: 24px !important;
}
.container { 
    max-width: 100% !important;
}

@media (min-width: 981px) {
    .logo_container #logo {
        max-height: 100%;
    }
}

@media (max-width: 980px) {
    .logo_container #logo {
        max-height: 80%;
    }
}

.faq-top-tab-section .faq-tabs {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.faq-top-tab-section .faq-tabs a {
    text-decoration: none;
    font-size: 14px;
    background: #BC0D25;
    color: #ffffff;
    padding: 8px;
    border-radius: 10px;
}

.footer-widget .wp-block-image {
    width: 150px;
    height: auto;
}

.footer-widget .wp-block-image .wp-element-caption {
    display: none;
}

.bbhb-footer-social-wrap {
    background: #f9f9f5;
    padding: 40px 0;
}

.bbhb-footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 40px;
}

.bbhb-social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.bbhb-social-link:hover,
.bbhb-social-link:focus {
    color: #000;
    opacity: 0.7;
    text-decoration: none;
}

.bbhb-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bbhb-social-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.bbhb-social-icon--truth {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.02em;
    font-family: Arial, Helvetica, sans-serif;
}

.bbhb-social-handle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#et-footer-nav .bottom-nav {
    text-align: center;
}

#footer-bottom >.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .bbhb-footer-social {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .bbhb-footer-social-wrap .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}