/*!
Theme Name: CPF Capital
Template:   twentytwentyfive
*/

body {
    background-repeat: no-repeat;
    font-size: 16px;
    background-position: center !important;
    background-size: cover !important;
}


h4 {
    color: #AAAAAA;
    font-weight: bold;
}

.contains {
    height: 100vh;
}

.phone {
    text-decoration: none;
    color: #ffffff;
}

.phone:hover {
    cursor: pointer;
}

.nav-link {
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #ffffff !important;
}

.nav-link.active {
    background-color: #444;
}

.nav-link:hover {
    background-color: #333333;
}

@media (max-width: 768px) {
    #header .navi {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
}

.transparent-div {
    background-color: transparent;
    min-height: 525px
}

@media (max-width: 768px) {
    .transparent-div {
        min-height: 250px;
    }
}

.contents-block {
    padding: 10px;
}

.contents-inner {
    border: solid 1px rgb(232, 232, 232);
    padding: 25px;
}

.title-strip {
    background-color: #2C567A;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 15px;
    margin-top: -15px;
    margin-bottom: 15px;
}

.contents-inner .home-img {
    border: solid 1px #2C567A;
    margin: 19px;
}

.btn-borrow {
    width: 100%;
    justify-content: center;
    cursor: pointer;
    color: rgb(65, 65, 65);
    background: linear-gradient(rgb(255, 255, 255) 0px, rgb(209, 209, 209) 100%);
    border: 1px solid rgb(175, 175, 175);
    padding: 15px;
}

.btn-signup {
    justify-content: center;
    cursor: pointer;
    color: rgb(65, 65, 65);
    background: linear-gradient(rgb(255, 255, 255) 0px, rgb(209, 209, 209) 100%);
    border: 1px solid rgb(175, 175, 175);
}

.about-title {
    font-size: 16px;
    font-weight: bold;
}

.payment {
    font-size: 12px;
}

.footer {
    color: #ffffff;
    background-color: rgba(0, 0, 0, .50);
    padding: 20px 20px;
}

.footer a {
    color: #ffffff;
    text-decoration: underline;
}

.footer a:hover {
    text-decoration: none;
}

.wp-block-image.size-full {
    display: flex;
}

.phone a {
    text-decoration: none;
}

.agent-list {}

.about-us-row {
    align-items: baseline !important;
}

* {
    border-color: rgba(0, 0, 0, 0.175);
}

.payment-option-note {
    max-width: fit-content !important;
}

.cpf-title-group {
    width: 100%;
}

#gform_wrapper_1 {
    width: 100%;

    #gform_submit_button_1 {
        color: white;
        background-color: #6c757d;

    }
}

.main-nav-container {
    a {
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; 
        text-decoration: none;
        outline: 0px !important;
        outline: none !important;
    }

    .current-menu-item a {
        background-color: #444;
    }

    a:hover {
        background-color: rgb(68, 68, 68);
    }

    li:focus, li:focus-visible, li:active {
        outline: 0px !important;
        outline: none !important;
    }
}

.cookie-menu {
    a {
        font-size: 16px;
    }

    li.ot-sdk-show-settings {
        font-size: 16px;
        text-decoration: underline;
        cursor: pointer;
    }

    li.ot-sdk-show-settings:hover {
        text-decoration: none;
    }
}

.wp-block-navigation__responsive-container {
    background-color: #285079e6 !important;
}

@media only screen and (max-width: 768px) {
    body .is-layout-grid.wp-block-group {
        display: block;
    }

    .wp-block-group {
        display: block !important;
    }
}

header.wp-block-template-part {
    position: sticky;
    top: 0;
    z-index: 1;
}

.borrower-login {
    width: 100%;
    padding-left: 0 !important; 
}