.page-template-forge-directory header#mfn-header-template, 
.single-the_forge_directory header#mfn-header-template, 
.single-the_forge_directory div#Header_wrapper {
	display: none;
}

.forge-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.forge-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forge-header-logo-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.forge-header-logo img {
    display: block;
	width: 100% !important;
	max-width: 100px !important;
	height: auto !important;
}

.forge-header-title h1 {
    font-size: 1.8rem;
    color: #3e254a; /* dark purple */
    margin: 0;
    font-weight: 700;
}

.forge-header-title p {
    margin: 5px 0 0;
    font-size: 1rem;
    font-style: italic;
    color: #aaa;
}

.forge-header .forge-logo img {
    width: 100%;
    max-width: 125px;
    margin-bottom: -10px;
}

.forge-header-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.forge-header-link:hover {
    opacity: 0.9;
}

@media (max-width: 600px) {
    .forge-header-title h1 {
		font-size: 1.4rem;
	}
}

/* Menu */
.forge-nav {
    display: flex;
}

.forge-menu {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.forge-menu li a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    transition: color 0.3s;
}

.page-template-forge-directory .menu-item-55955 a, 
nav.forge-nav li.current_page_item a, 
.forge-menu li a:hover {
	font-weight: 700;
    color: #472f51;
}

.the-forge-home-btns .mcb-column-inner a {
    display: inline-block;
    padding: 10px 25px;
    background-color: #ffffff;
    color: #472f51 !important;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
    transition: all 300ms ease 0ms;
}
.the-forge-home-btns .mcb-column-inner a:hover {
	background-color: #cdcdcd;
	transform: scale(1.05);
}

/* Toggle button */
.menu-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

.tmlf-top-pros-row {
    max-width: 760px;
    margin: 0 auto;
}
.mcb-item-column-inner i.fas {
    font-size: 50px;
    margin-bottom: 25px;
}

/* Responsive styles */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .forge-nav {
        display: none;
        position: absolute;
        top: 120px;
        right: 20px;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        padding: 15px;
        flex-direction: column;
        z-index: 99;
    }

    .forge-nav.open {
        display: flex;
    }

    .forge-menu {
        flex-direction: column;
        gap: 15px;
    }
}

@media screen and (max-width: 600px) {
	.the-forge-home-btns .mcb-column-inner a {
		font-size: 15px;
	}
}

@media screen and (max-width: 959px) {
	body.no-content-padding.page-template-forge-directory div#Content {
		padding-top: 0px !important;
	}
}