:root {
    --hello-primary-color: #d2af6d;
    --hello-primary-intensity-color: #614b2a;
    --hello-icon-family: 'FontAwesome';
}

html, body, html body * {
    --e-global-typography-primary-font-family: var(--theme-font-family);
}

.site-header {
    margin-bottom: 3rem;
    background-color: #fff;
    box-shadow: 0 5px 15px #0000000d;
}

.site-header h1.site-title {
    font-size: 25px;
}

.site-footer {
    margin-top: 3rem;
    background-color: #fff;
    box-shadow: 0 -5px 15px #0000000d;
}

.sidebar-widget {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 10px #00000014;
}
.sidebar-widget a {
    color: #333;
}

.sidebar-widget :is(ul, ol) {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-widget .wp-block-image {
    margin: 0;
}

.sidebar-widget img {
    border-radius: 10px;
}

.sidebar-widget .wp-block-latest-posts__list {
    text-align: center;
}

.sidebar-widget .wp-block-latest-posts__list img {
    height: 60px;
    margin-bottom: 10px;
}

.sidebar-widget .wp-block-latest-posts__list a {
    font-size: 17px;
    color: #000;
}

.sidebar-widget .wp-block-latest-posts__list li {
    color: #7e7e7e;
    margin: 7px 0;
}

.sidebar-widget .wp-block-heading {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.blur-loading {
    pointer-events: none;
    opacity: .5;
    transition: ease .15s;
}

.theme-comments-template {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin: 1.2rem 0;
}

.theme-comments-template .comment-list {
    padding: 0;
}

.theme-comments-template .comment-list,
.theme-comments-template .comment-list ul{
    margin: 0;
    list-style-type: none;
}

.theme-comments-template .comment-list li {
    margin-bottom: 2rem;
}

.theme-comments-template .comment-list .comment {
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 10px #0000000d;
}

.theme-comments-template .comment-list .comment:hover {
    background-color: #fff;
    box-shadow: 0 10px 40px #00000014;
}

.theme-comments-template .comment-body {
    display: flex;
    gap: 20px;
    position: relative;
}

.theme-comments-template .comment-body .comment-avatar {
    width: 80px;
}

.theme-comments-template .comment-body .comment-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.theme-comments-template .comment-block {
    width: calc(100% - 80px);
}

.theme-comments-template .comment-date {
    font-size: 13px;
    margin: 3px 0;
    color: #7e7e7e;
}

.theme-comments-template .comment-by strong {
    font-size: 17px;
    color: #333;
}

.theme-comments-template .comment-text {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 10px 0;
}

.theme-comments-template .comment-vote {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 7px;
}

.theme-comments-template .comment-vote a {
    font-size: 15px;
    color: #7e7e7e;
}

.theme-comments-template .comment-vote a i {
    color: #e53030;
}

.theme-comments-template .reply-link a {
    color: #7e7e7e;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 4px 10px;
    border-radius: 5px;
}

.theme-comments-template h3 {
    font-size: 20px;
    margin-bottom: 17px;
    color: #333;
}

.theme-comments-template form :is(textarea, input[type=text], input[type=email], input[type=url]) {
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    margin: 10px 0;
    box-shadow: 0 2px 20px #0000000d;
    outline: 0;
}

.theme-comments-template form input[type=submit] {
    border: none;
    background-color: var(--hello-primary-color);
    color: #fff;
    border-radius: 10px;
}

.theme-comments-template .comment-list .comment .comment-respond {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 10px;
    margin-top: 1.5rem;
}

.theme-comments-template .comment-list .comment .comment-respond .comment-reply-title a {
    color: #c14242;
    font-size: 15px;
    margin: 0 10px;
}

.theme-comments-template .comment .in-response {
    margin-top: 5px;
    font-size: 15px;
    color: var(--hello-primary-color);
}

.theme-comments-template .comment .approved-comment {
    display: inline-block;
    font-style: normal;
    font-size: 13px;
    background-color: #ffeebb;
    padding: 4px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.theme-comments-template #comment-nav-below {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.theme-comments-template #comment-nav-below a {
    display: inline-block;
    color: #7e7e7e;
    background-color: #f0f0f0;
    padding: 9px 15px;
    border-radius: 7px;
    font-size: 15px;
}

.theme-comments-template #comment-nav-below a:hover {
    background-color: var(--hello-primary-color);
    color: #fff;
}

.theme-comments-template .no-comments {
    margin: 20px 0;
    background-color: #fff;
    color: #e91e1e;
    border-right: 3px solid #e91e1e;
    padding: 8px 15px;
}

.single-page .page-content {
    margin-top: 1.3rem;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 7px 10px #0000000f;
}

.archive-page-header {
    margin: 2rem 0;
    text-align: center;
    min-height: 160px;
    background-color: #ffffff00;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 0.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23d79f2a' fill-opacity='0.23' fill-rule='evenodd'/%3E%3C/svg%3E");
    padding: 30px;
    border-radius: 20px;
}

.archive-page-header h1 {
    font-size: 2em;
    margin-bottom: 15px;
}

.archive-page-header h2 {
    font-size: 17px;
    font-weight: 300;
    color: #7e7e7e;
}

.archive-search-box-wrap {
    width: 55%;
    margin: 2.5rem auto 0 auto;
}

.archive-search-box-wrap form {
    display: flex;
    gap: 15px;
}

.archive-search-box-wrap form :is(input,button) {
    height: 50px;
}

.archive-search-box-wrap form input {
    border: none;
    padding: 11px 20px;
    font-size: 16px;
    color: #333;
    border-radius: 15px;
    box-shadow: 0 5px 25px #00000014;
}

.archive-search-box-wrap form button {
    padding: 14px 30px;
    font-size: 17px;
    border-radius: 15px;
    color: #fff;
    border: none;
    background-color: var(--hello-primary-color);
}

.archive-posts-list {
    margin: 4rem 0 1.5rem 0;
}

.archive-posts-list > .row {
    row-gap: 20px;
}

.archive-posts-list .post-item {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
    transition: ease .2s;
}

.archive-posts-list .post-item .post-cover img {
    height: 220px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.archive-posts-list .post-item .post-metas {
    margin: 10px 0 15px 0;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #7e7e7e;
}

.archive-posts-list .post-item .post-metas .post-categories-list span {
    display: inline-block;
    background-color: var(--hello-primary-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.archive-posts-list .post-item .post-title {
    font-size: 17px;
    margin-bottom: 15px;
    color: #333;
}

.archive-posts-list .post-item .post-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.archive-posts-list .post-item .post-excerpt {
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
    margin-bottom: 15px;
}

.archive-posts-list .post-item .post-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.archive-posts-list .post-item .post-author img {
    width: 35px;
    height: 35px;
    border-radius: 50px;
}

.archive-posts-list .post-item .post-author span {
    font-size: 14px;
    color: #7e7e7e;
}

.archive-empty {
    text-align: center;
    margin: 4rem 0;
}

.archive-empty img {
    width: 350px;
    margin-bottom: 20px;
}

.archive-empty h2 {
    font-size: 1.5em;
    font-weight: 600;
    color: #333;
}

.archive-pagination {
    text-align: center;
    margin: 3rem 0;
}

.archive-pagination :is(span, a) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 4px;
    background-color: #d9d9d9;
    min-width: 40px;
    height: 35px;
    border-radius: 7px;
    font-size: 17px;
    color: #707070;
    padding: 5px 13px;
    transition: ease .12s;
}

.archive-pagination span,
.archive-pagination :is(span, a):hover {
    color: #fff;
    background-color: var(--hello-primary-color);
}

.archive-pagination :is(span, a):hover {
    transform: scale(1.1);
}

.theme-categories-list-wrap {
    text-align: center;
    margin: 3rem 0;
}

.theme-categories-list-wrap h4 {
    font-size: 1.5em;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.theme-categories-list a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 10px;
    color: #333;
    margin: 5px;
}

.theme-categories-list a.hidden-item {
    display: none;
}

.theme-categories-list a svg {
    width: 30px;
    height: 30px;
    color: var(--hello-primary-color, #333);
}

.theme-categories-list a em {
    font-style: normal;
    border-right: 1px solid #f0f0f0;
    padding-right: 7px;
    margin-right: 2px;
}

.theme-categories-list a:hover {
    background-color: var(--hello-primary-color);
    color: #fff;
}

.theme-categories-list a:hover svg {
    color: #fff;
}

.theme-categories-list-wrap .load-more-cats {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 10px 15px;
    margin-top: 15px;
    color: #333;
    font-size: 17px;
    font-weight: 600;
}

.theme-categories-list-wrap .load-more-cats svg {
    width: 27px;
    height: 27px;
}

.archive-page-header .archive-socials {
    margin-top: 2rem;
}

.archive-page-header .archive-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #fff;
    color: #333;
    font-size: 21px;
    border-radius: 50px;
    margin: 7px;
    transition: ease .12s;
}

.archive-page-header .archive-socials a:hover {
    transform: scale(1.2);
    background-color: var(--hello-primary-color);
    color: #fff;
}

.not-found-content {
    text-align: center;
}

.not-found-content h1 {
    font-size: 1.7em;
    margin: 20px 0;
    color: #333;
}

.not-found-content h2 {
    font-size: 1.2em;
    font-weight: 300;
    color: #7e7e7e;
}

.not-found-content img {
    width: 600px;
}

#hide-header,
#hide-mobile-header {
    transition: all .4s ease;
}

.is-fixed-header {
    background-color: #fff;
    box-shadow: 0 5px 15px #0000000d;
}

@media screen and (min-width: 1024px) {
    .archive-posts-list .post-item:hover {
        transform: scale(1.1) translateY(-10px);
        box-shadow: 0 10px 30px #00000024;
    }
}

@media screen and (max-width: 767px){
    .archive-page-header {
        margin: 1rem 0;
        padding: 10px;
    }

    .archive-search-box-wrap {
        width: 100%;
        padding: 10px;
    }

    .archive-search-box-wrap form {
        flex-wrap: wrap;
    }

    .archive-search-box-wrap button {
        width: 100%;
    }

    .theme-comments-template .comment-vote {
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
    }

    .theme-comments-template .comment-list .comment {
        padding: 1rem;
    }

    .theme-comments-template .comment ul {
        padding: 0;
    }
}