/*!
Theme Name: TSG Finance
Template:   Divi
*/
* {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #001c50;
}

.et_pb_button {
    background-color: white !important;
    color: #001c50 !important;
    border-radius: 4px !important;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12) !important;
}

.et_pb_button:hover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12) !important;
    text-decoration: underline;
    color: #001c50 !important;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 0 !important;
}

.footer-widget {
    a {
        color: #001c50 !important;
    }

    color: #001c50;

    ul {
        list-style: none !important;
    }

    font-size: 16px;
}

#footer-widgets .footer-widget li:before {
    content: none;
}

#footer-widgets.clearfix {
    padding-top: 0 !important;
}

.icon-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px
}


.footer-logo {
    height: 120px;
}

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

.footer-linkedin {
    height: 55px;
}

#main-header {
    .container {
        display: flex;
        flex-direction: column;
    }

    .logo_container {
        width: 25%;
        position: inherit !important;
    }

    #et-top-navigation {
        padding-left: 0 !important;
        padding-top: 20px !important;

    }
}

.header-gold {
    color: #8d743f;
}

.about-us {
    height: 320px;
    width: 250px;
    border-radius: 50%;
    margin: 15px auto;
}

#gform_wrapper_1 {
    .gform_heading {
        display: none;
    }


    .gform-field-label {
        font-size: 16px !important;
        color: #001c50 !important;
        font-weight: 600 !important;
        justify-content: center;
        align-items: center;
    }

    .ginput_container_textarea textarea {
        max-height: 100px;
        min-block-size: unset;
    }

    #gform_fields_1 {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .gform-footer .gform_button {
        flex-grow: 1;
        background-color: white;
        color: #001c50;
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
        font-weight: 600;
        font-size: 19px;
    }

    .gform-footer .gform_button:hover {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
        color: black;
        background-color: white;
    }
}

.header-top {
    display: flex;
    color: #fff;
}

.header {
    background-color: #001c50;
    height: 45px;
}

.header a,
.header i,
.header p,
.header .col-12 {
    color: white;
    font-size: 16px;
    align-items: center;
    display: flex;
    font-weight: 700;
}

.header a:hover {
    color: #007bff;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    
    #block-3 .wp-block-image img {
        max-width: 150%;
    }
    #header-top-small {
        display: none;
    }
}

#top-menu {
    gap: 10px;

    a {
        color: #001c50;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 10px !important;
        padding-top: 10px;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 47px;
    }

    .da11y-submenu:after {
        padding-top: 8px;
    }

    a:hover {
        background-color: #f5f5f5;
    }

    .sub-menu {
        position: absolute;
        top: 40px;
        border: none;
    }

    .sub-menu a {
        color: #001c50 !important;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0;
    }
}

.our-process-login {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.ot-sdk-show-settings {
    cursor: pointer;
}

.ot-sdk-show-settings:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}

#footer-widgets {
    a:hover {
        color: #0056b3 !important;
        text-decoration: underline !important;
    }
}

#top-menu-nav {
    margin-left: 15px;
}

#nav_menu-2 {
    margin-left: 40px;
}

#menu-brown-brown-copyright-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#footer-widgets :nth-child(2) {
    margin-right: 0;
}



@media screen and (max-width: 768px) {
    #main-header .logo_container img {
        min-width: 420%;
    }

    .et_pb_column_5 {
        padding-left: 0 !important;
    }

    .et_pb_row_2 {
        width: 100% !important;
    }

    #post-590 .et_pb_section_2 {
        height: 1240px;
    }


}

html,
body {
    overflow-x: hidden;
}


@media (min-width: 981px) {
    .et_pb_gutters3 .footer-widget {
        margin-right: 0 !important;
    }

}