.archive-page {
    padding: 30px 0 50px;
}
.archive-page .header .entry-title {
    border-bottom: 1px solid #ddd;
}
.archive-page article {
    /* margin-bottom: 30px; */
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
}
.archive-page article .entry-thumbnail {
    display: flex;
    margin-top: 2em;
    align-items: self-start;
}
.archive-page article .entry-thumbnail .attachment-thumb-blog {
    width: 100%;
}
.archive-page article .entry-title {
    margin-bottom: 5px;
}
.archive-page article .entry-title a,
.archive-page article .read-more a {
    text-decoration: none;
}
.archive-page article .entry-title a {
    color: #343434;
}

/* start meta */
.entry-meta,
.entry-meta .meta-author,
.entry-meta .meta-date,
.entry-meta .meta-comments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
    color: #555;
}
.entry-meta .meta-author:after,
.entry-meta .meta-date:after {
    content: '|';
    padding: 0 9px;
    color: #999;
}
.entry-meta img {
    width: auto;
    margin-inline-end: 5px;
}
.entry-meta a {
    color: #555;
    text-decoration: none;
}
.entry-meta svg {
    fill:#626262;
    margin-inline-end: 5px;
}
/* end meta */


/* start sidebar */
.sidebar-widget {
    margin-block-start: 50px;
}
.widget_search input {
    line-height: 2;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 7px 10px;
}
.rpwwt-widget li a {
    display: inline-flex;
    text-decoration: none;
    margin-bottom: 10px;
}
.rpwwt-widget ul li img {
	float: left;
    margin: .3em 0 !important;
    margin-inline-end: .75em !important;
}
.rpwwt-post-title {
    color: #2b2b2b;
    display: block;
    align-self: center;
}
.rpwwt-post-title:hover {
    color: #f46f46;
}
.rpwwt-post-comments-number, .rpwwt-post-date {
	display: inline-flex;
	font-size: 13px;
    color: #535355;
}
.rpwwt-post-date:after {
    content: '|';
    padding: 0 6px;
}
/* end sidebar */

/* start single page */
.entry-tag {
    display: flex;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    margin-top: 25px;
}
.entry-content .attachment-thumb-single {
    width: 100%;
}
.entry-content li img {
    display: block;
    margin: 15px auto;
}
.wp-block-image img {
  /*  width: 100% !important; */
    height: auto !important;
}
.wp-block-image .aligncenter>figcaption {
    text-align: center;
}
.entry-tag .tag-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.entry-tag .tag-list li {
    margin: 10px;
}
.entry-tag .tag-list a {
    text-decoration: none;
    border: 1px solid #7830a9;
    border-radius: 2px;
    padding: 0 8px;
    font-size: 13px;
}
.entry-tag .tag-list a:hover {
    color: #f46f46;
    border-color: #f46f46;
}
/* comment */
.entry-comments {
    border-top: 1px solid #f5f5f5;
    margin-top: 25px;
}
.comments .comments-list {
    list-style: none;
    padding: 0;
}
.comments .comment-body {
    margin-bottom: 20px;
}
.comments-list li {
    margin-bottom: 25px;
}
.comments .comment-author {
    display: flex;
    flex-wrap: wrap;
}
.comments .comment-author .avatar {
    margin-inline-end: 20px;
}
.comments .comment-author span {
    font-size: 17px;
    font-weight: 500;
}
.comments .comment-author p {
    margin: 0;
    font-size: 13px;
}
.comments .content p, .comments .content a {
    margin-block-start: 1em;
    margin-block-end: 1em;
    display: inline-block;
}
.comments ul.children {
    list-style: none;
}
.comment-form input:not(#submit):not(#wp-comment-cookies-consent),
.comment-form textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    min-height: calc(1.5em + 0.75rem + 2px);
    margin-top: 10px;
}
.comment-form label {
    font-size: 15px;
}
.comment-form input#submit {
    background-color: #e12c61;
    border: none;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
}
.comment-form input#submit:hover {
    background-color: #f46f46;
}
.comment-reply-title small {
    float: right;
}
.comments .comment-edit-link, .comments .comment-reply-link,
.comments .comment-reply-title a {
    text-decoration: none;
    padding-inline-start: 10px;
}
/* end single page */

/* start 404 page & contact page */
.wpcf7-form {
    padding-top: 22px;
}
.not-found .searchform input,
.wpcf7-form input:not(.wpcf7-submit),
.wpcf7-form .wpcf7-select,
.wpcf7-form textarea {
    line-height: 2;
    width: 80%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 7px 10px;
    margin: 10px 0 15px;
}
.wpcf7-form input.wpcf7-submit {
    line-height: 2;
    border: none;
    border-radius: 3px;
    padding: 10px 25px;
    background-color: #E1306C;
    color: #fff;
    cursor: pointer;
    transition: opacity .5s ease-in-out;
}
.wpcf7-form input.wpcf7-submit:hover {
    opacity: .86;
}
/* end 404 page & contact page */


/* start box */
.wp-block-uagb-info-box {
    margin-bottom: 16px;
    border-inline-start: 7px solid;
}
.wp-block-uagb-info-box .uagb-ifb-content {
    padding: 15px;
}
.wp-block-uagb-info-box .box-icon svg {
    font-size: 46px;
    margin-inline-end: 12px;
}
.info-box {
    color: #004085;
    background-color: #cce5ff;
    border-color: #98cafd;
}
.success-box {
    color: #145523;
    background-color: #d4edda;
    border-color: #7ec88f;
}
.warning-box {
    color: #333;
    background-color: #ffe8aa;
    border-color: #fbb373;
}
.error-box {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f15d6a;
}
.download-box {
    color: #0a505c;
    background-color: #d1ecf1;
    border-color: #a7cef9;
}
.note-box {
    color: #333;
    background-color: #fff3cd;
    border-color: #ffe698;
}
.gray-box {
    color: #1b1e21;
    background-color: #f5f5f5;
    border-color: #d6d6d6;
}
.shadow-box {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 5px rgba(153, 153, 153, .6);
    -moz-box-shadow: 0 0 5px rgba(153, 153, 153, .6);
    box-shadow: 0 0 5px rgba(153, 153, 153, .6)
}
/* end box */

@media (min-width: 768px) {
    .post-list {
        border-inline-end: 1px solid #ddd;
    }
    .sidebar-list {
        padding-inline-start: 25px;
    }
}

@media (max-width: 767px) {
    .archive-page article {
        margin-bottom: 30px;
    }
    .sidebar-widget .sidebar-list {
        padding: 0;
    }
}
