/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*** Font Overrides ***/

h1, h2, h3, h4, h5, h6, #logo a, .font-primary  { font-family: 'Manrope', sans-serif !important; }

/*** HEADER STYLES ***/
#logo {

}

.kc-bb-red {
    border-bottom: #B7152C solid 0.15rem;
}

.menu-container > .menu-item:hover { background-color: rgba(51, 51, 51, 0.2) }

.menu-container > .menu-item:hover::after {
    background-color: #333;
}

/*** SUB-NAV STYLES ***/

@media (min-width: 992px) {
    .page-menu-sub-menu {
        width: 175px;
    }
}

/*** TOP BAR STYLES ***/

.top-links-item > a {
    font-size: 0.80rem;
    padding: 9px 24px;
    color: #444444 !important;
}

.kc-top-bar {
    background-color: #FFFFFF;
    color: #444444 !important;
    position: relative;
    border-bottom: 1px solid #EEE;
    font-size: 13px;
}

/*** FOOTER STYLES ***/

#footer .footer-widgets-wrap {
    position: relative;
    padding: 10px 0;
}

#copyrights {
    padding-top: 10px;
}

.shape-divider-fill {
    fill: #B7152C;
    transform-origin: center;
    transform: rotateY(0deg);
}

#kc-logo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    /* margin-right: auto; */
    max-height: 100%;
}


/*** Company Listing styles ***/

.company-metadata-list {
    list-style-type: none;
}

.company-metadata-list > li {
    margin-top: 0.75em;
}

.company-metadata-list > li > span {
    font-weight: bold;
}


/*** KCGC Transaction styles ***/
.kcgc-tombstone-pic {
    border-top: #B7152C;
    border-bottom: #B7152C;
    border-style: solid;
    border-width: 0.30rem;
    border-left: none;
    border-right: none;
    margin-left: auto;
    margin-right: auto;
}