.single {
    margin: 80px 0 50px 0;
}

.titlepost h2 {
    font-size: 30px;
    color: #353d47;
    line-height: 45px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
}



/* For newspaper */
.post-infor {
    display: flex;
    justify-content: space-between;
    margin: 3vh 0;
}

.thumnail-container {
    display: flex;
    justify-content: center;
    padding: 0px 10%;
    margin: 3%;
}

.thumnail-container img {
    max-width: 50vw !important;
}

.post-container {
    text-align: justify;
}

.display-comment-container {
    margin-top: 3vh;
}

.single-comment-body {
    display: flex;
}

.avt-comment-container {
    margin-right: 3vh;
}

.avt-comment-container img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.infor-user-comment {
    display: flex;
}

.infor-user-comment .username {
    font-weight: bolder;
    font-size: larger;
    margin-bottom: 0;
}

.comment-date {
    color: #adadad;
    font-size: medium;
    font-weight: normal;
}

.comment-reply {
    color: #adadad;
    font-size: medium;
    font-weight: normal;
}

.comment-reply a {
    text-decoration: none;
    font-style: italic;
    text-align: justify;
}

.comment-text-body p {
    text-align: justify;
}

.comment-container {
    width: 93%;
}

.post-comment {
    margin: 3vh 0 10vh 0;

}

#comment {
    width: 100%;
    border-radius: 10px;
    padding: 1vh;
}

form p {
    display: flex;
    justify-content: space-between;
}

form p.logged-in-as {
    justify-content: start;
}

#email {
    width: 48%;
    border-radius: 10px;
    padding: 1vh;
    border-width: 1px;
}

#author {
    width: 48%;
    border-radius: 10px;
    padding: 1vh;
    border-width: 1px;
}

#commentform p {
    margin: 20px 0;
}

.form-submit #submit {
    transition: ease-in all 0.5s;
    background-color: #2b2b2b;
    text-transform: uppercase;
    color: #fff;
    max-width: 200px;
    width: 100%;
    display: block;
    font-weight: bold;
    /* height: 77px;
    line-height: 77px; */
    padding: 15px 20px;
}

.form-submit #submit:hover {
    background-color: #e92f0b;
    transition: ease-in all 0.5s;
    color: #fff;
}

/*—:[POST FORMAT]—*/
.format-image .entry-content,
.format-image .entry-header,
.format-video .entry-content,
.format-video .entry-header {
    padding-left: 0;
}

.format-link .entry-content a {
    color: #333333;
}

.format-link .entry-content a:hover {
    text-decoration: none;
}

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone,
img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
    max-width: 100%;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {}

.gallery-caption {}


.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}