html {
    scroll-behavior: smooth !important;
}
body{
    background-size:120px 179px !important;
}

span.the_icon_span {
    float: right;
    /* transition: all 0.5s ease-in-out !important; */
    margin-left: 6.1px;
}

.pages .a-page, .pages .pages .this-page {
    padding: 8px 15px;
 }

 /* Tags */
 ul.s-cloud a {
 display: inline-block;
    margin: 6px;
    background-color: #c00;
    color: #fff;
    padding: 4px 6px;
    white-space: nowrap;
    overflow-y: hidden;
    font-family: cabin,sans-serif !important;
    font-size: 16px !important;
    text-transform: capitalize;
    font-weight: 700;
    
}

main.posts-list {
    background: #fff;
}

/* COMMENT */
div#comment-form {
    background: #fff;
}
div#comment-form h4 {
    text-align: center;
    font-size: 35px;
}

.comment-table {
    width: 100%;
    position: relative;
    height: auto;
    /* margin: 9px; */
    padding-bottom: 17px;
}

.comment-name {
    margin-bottom: 10px;
}
button#submit{
display: inline-block;
    padding: 8px 30px;
    font-size: 18px;
    line-height: 20px;
    box-shadow: none;
    background-color: transparent;
    font-family: inherit;
    font-weight: 700;
    text-shadow: 0.3px 0.3px 0.3px #999;
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
}

button#submit:hover{
    background-color: #000;
    color: #fff;
    cursor: pointer;
    text-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,.4);
}

/* IMAGE THUMBNAIL */
/* .post_img img {
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: 0px 0px 5px 3px #333;
} */

/* .post_img {
    width: auto;
    width: 100%;
    display: flex;
    justify-content: center;
} */

main.posts-list img {
    border: 3px solid;
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    box-shadow: 0px 0px 5px 3px #333;
}

.comment_text > p {
    font-size: large;
    margin: 5px;
    text-transform: capitalize;
}

.comment_meta {
    font-size: small;
}

@media(max-width:940px){
.result{
    margin-top: 62px !important;
}
}

@media (max-width: 640px){
#main-wrapper {
    padding: 10px;
}}