body.error404 {
    background: url('../img/header-bg.png') center/cover no-repeat;
}

.header__top {
    background: #fff;
}

.error-404.not-found {
    text-align: center;
}

.inner_h1 {
    font-weight: 700;
    font-size: 285px;
    line-height: 114px;
    text-align: center;
    background: linear-gradient(180deg, #B63EF0 0%, #797CD9 55.21%, #6AB7E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.3;
    padding: 50px 0;
}

.frame_button {
    background: #9B5BE6;
    border-radius: 12px;
    margin-top: 25px;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    color: #FFFFFF;
    display: inline-block;
}

.bread {
    font-weight: 600;
    font-family: 'Raleway';
    padding: 20px 0 15px;
}

.bread a:hover {
    color: #9B5BE6;
}

.kb_title {
    color: #797CD9;
}

body.blog, body.archive, body.category, body.search {
    background: rgba(68, 68, 255, .2);
}

.post-thumbnail img {
    margin-top: 20px;
    max-width: 100%;
    height: auto;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    color: #797CD9;
}

.comment-form{
    max-width: 500px;
}

.comment-form-comment label {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #231f26;
    margin-bottom: .5rem;
}

.comment-form-comment textarea {
    background: #fefefe;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: .625rem 0 .625rem .9375rem;
    width: 100%;
    height: 120px;
}

.form-submit .submit {
    padding: 1.3125rem 0;
    background: #9b5be6;
    border: 1px solid #9b5be6;
    border-radius: 12px;
    width: 100%;
    text-align: center;
    margin-top: 1.5625rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media (any-hover: hover) {
    .form-submit .submit:hover {
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        background: #fff;
        color: #9b5be6;
    }
}