/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2024 | 23:39:19 */
/* Add your CSS code here.

Genel Css Duzenlemesi

End of comment */ 
@media screen and (max-width: 480px) {
header.site-header.header-style-2 .bottom-header-part .bottom-header-wrapper .navigation-part .header-custom-button {
    flex-shrink: 0;
    display: none;
    visibility: hidden;
}
	}

header.site-header.header-style-2 .top-header-part {
    padding: 5px 0;
    background-color: #31385e;
}

a.ascendoor-button {
    cursor: pointer;
    font-size: var(--font-size-sm);
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    color: var(--white);
    background-color: #31385e;
    border-radius: 0;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    color: #31385e;
}