/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
ol, ul {
    margin: 0 0 0 1em;
}
b, strong {
    font-weight: 500;
}

/* Menü */
.site-header .inside-header {
    justify-content: space-between;
}
@media (max-width: 768px) {
    .site-header .inside-header {
        flex-direction: row !important;
    }
}
.site-header .btn-primary:is(:hover,:focus) {
    color: var(--white-000) !important;
}
.main-navigation .menu-btn a {
    color: var(--color-black-900) !important;
    background-color: var(--color-brown-primary-005);
    border: 1px solid var(--color-brown-primary);
    padding: 0.75rem 1.75rem;
    line-height: 1.5 !important;
    font-weight: 500;
}
.main-navigation .menu-btn a:hover {
    color: var(--white-000) !important;
    background-color: var(--color-brown-primary);
    border: 1px solid var(--color-brown-primary);
}
.header-wrap .site-header {
    background: -webkit-linear-gradient(180deg,rgba(255, 255, 255, 0.95) 10%, rgba(0, 0, 0, 0) 90%);
    background: -moz-linear-gradient(180deg,rgba(255, 255, 255, 0.95) 10%, rgba(0, 0, 0, 0) 90%);
    background: linear-gradient(180deg,rgba(255, 255, 255, 0.95) 10%, rgba(0, 0, 0, 0) 90%);
}
body.at-top .header-wrap .site-header:hover {
    background: rgb(255 255 255 / 70%);
    backdrop-filter: saturate(180%) blur(20px);
}
.sticky-enabled .main-navigation.is_stuck {
    background: rgb(255 255 255 / 70%);
    backdrop-filter: saturate(180%) blur(20px);
}