footer.entry-footer.default-max-width {
    display: none;
}

.nido-logo-left-up{
    display: none;
}

header.entry-header,
.hamburger-menu,
.under-menu,
.footer-color{
    display: none;
}

/* .site-main > *:last-child {
    margin: 84px 0 0 0;
} */
body.custom-background {
    background: #F0EFE7;
}

main#main {
    padding: 60px 0 0 0;
}

.thankyou-msg .main {
    margin: 0; 
    font-size: 24px;
    color: #3E3E3E;
    font-weight: bold;
}

.nido-logo-left-up img{
    margin: auto;
    margin-top: 88px;
    width: 108px;
    display: block;
    position: inherit;
}


.thankyou-msg {
    text-align: center;
}

.thankyou-msg .sub{
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #000;
}

#menu-btn-check ~ .menu-btn span, #menu-btn-check ~ .menu-btn span::before, #menu-btn-check ~ .menu-btn span::after {
    background-color: #000000;
}

.menu-btn {
    cursor: pointer;
    position: fixed;
    top: 31px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width: 480px){
    .nido-logo-left-up {
        width: auto;
        height: 100px;
        margin: 0;
        position: relative;
    }
    .site-main > *:last-child {
        margin: 0;
    }
}