body{
    background: black;
    color: white;
    font-weight: 500;
}

ul{
    text-decoration: none;
}

a{
    color: white;
    text-decoration: none;
}

.entry-header{
    display: none;
}

.main-navigation{
    display: flex;
    justify-content: right;
    padding: 1em 0;
}

.scrim{
    background-color: black !important;
}

.kb-form-loading{
    background: rgba(255, 255, 255, 0) !important;
}

#menu-menu-1{
    display: flex;
    gap: 22px;
    justify-content: center;
    margin-top: 13px;
}

#primary-menu {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    gap: 1em;
    list-style: none;
    margin: 0;
    padding-right: 17px;
}

.current-menu-item a {
    color: white;
}

.login{
    text-transform: uppercase;
}

.site-main{
    min-height: 85vh;
}

.homepage__bg{
    background: url('/wp-content/themes/dark_theme/images/bg.jpg') no-repeat center;
    background-size: cover;
    min-height: 100vh;
}

.login-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 192px;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.login-form{
    display: none;
    text-align: center;
}

.login-form label{
    display: block;
}

.info{
    font-size: 15px;
    text-align: center;
}

.login-btn, #wp-submit {
    background: transparent;
    border: 1px solid white;
    color: white;
    font-weight: 500;
    padding: 10px 40px;
    transition: 1s;
}

.login-btn:hover, #wp-submit:hover{
    background: black;
    border: 1px solid black;
    box-shadow: 0 0 5px black;
    transition: 1s;
}


.pogrzeb__header{
    background: url('/wp-content/themes/dark_theme/images/bg_pogrzeb.jpg') no-repeat center;
    background-size: cover;
    min-height: 25vh;
    position: relative;
    margin-bottom: 50px !important;
}

.pogrzeb__header::after{
    content: '';
    background: url(/wp-content/themes/dark_theme/images/ornament.png) no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100px;
    z-index: 999;
    position: absolute;
    bottom: -40px;
}

@media (max-width:500px){
    .pogrzeb__header::after{
        background-size: cover;
    }
    .homepage__bg h1{
        font-size: 34px !important;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.pogrzeb__title{
    font-size: 30px;
    text-align: center;
    margin: 1em 0 2em;
    padding: 1em 0;
      padding-top: 1em;
    padding-top: 76px;
    display: none !important;
}

footer {
    text-align: center;
    padding: 1em 0;
}

.post-password-form{
margin: auto;
text-align: center;
}

.entry-content{
    max-width: 1300px;
    margin: auto;
    margin-top: 80px;
}

.single-pogrzeby header .pogrzeb__header, .home .pogrzeb__header{
    display: none;
}

.single-pogrzeby .pogrzeb__title{
    font-size: 25px;
    text-align: center;
    margin: 1em 0 2em;
    padding: 1em 0;
      padding-top: 1em;
}

.wpmapblockrender{
    /*max-width: 425px;*/
}

.info-box-link{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.error-404{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 57%;
}

.homeBtn{
    border: 1px solid #fff;
    padding: 8px;
    margin-top: 34px !important;
    display: block;
    max-width: 145px;
    text-align: center;
    margin: auto;
}

.homepage__bg h1{
    font-family: 'Courgette', cursive;
    font-size: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
}

.site-footer {
    display: none;
}

.home .site-footer {
    display: block;
}