.post-page {
    padding: 0 75px;
    /* position: relative; */
    display: flex;
    flex-direction: column;
}

.post-page h1 {
    font-size: 1.75rem;
    text-align: center;
}

.post-page h4 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.post-comments h4 {
    margin-bottom: 1.2em;
}

.post-info {
    color: #999;
    text-align: center;
    font-size: 14px;
}

.post-info i {
    vertical-align: middle;
}
.new-comment-footer {
    margin-bottom: 1rem;
}

.displayPostAfterComments {
    margin: 3rem 0;
}
.block .post-list {
    margin: 0 -15px;
}
.info-block .inline-block {
    margin-right: 15px;
}

.post-main-image {
    margin: 0 -75px 50px;
}

.post-content {
    margin: 0 auto;
    position: relative;
    padding: 0 200px;
    width: 100%;
}
.post-main-image img {
    width: 100%;
}
.post-sharing {
    color: #999;
}

/* social sharing */

.post-page .sharing-icons {
    margin-left: 5px;
}

.post-page .social-share i {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: none;
    color: #999;
    vertical-align: middle;
    transition: background-color .1s ease;
}

.post-page .social-share i:before {
    font-size: 18px;
    line-height: 35px;
}

.post-page .social-share:hover i {
    color: #FFF;
}

.social-share:hover .icon-facebook {
    background: #4065B4;
}

.social-share:hover .icon-telegram {
    background: #3AA8E8;
}

.social-share:hover .icon-vk {
    background: #4E759D;
}

.social-share:hover .icon-odnoklassniki {
    background: #ED812B;
}

.social-share:hover .icon-twitter {
    background: #39B9DC;
}

.social-share:hover .icon-yandex {
    background: #FF0000;
}

.social-share:hover .icon-yahoo {
    background: #400191;
}

.social-share:hover .icon-paypal {
    background: #003087;
}

.social-share:hover .icon-linkedin {
    background: #0077B5;
}

.social-share:hover .icon-pinterest {
    background: #BD081C;
}

/* comments */

.post-comments {
    margin: 100px -75px 40px;
    border: 1px solid #d2d2d2;
    padding: 25px 75px;
    background: #f4f4f4;
    position: relative;
    border-radius: 10px;
}

#post-comments .btn-submit {
    margin: 1rem auto 15px !important;
    display: block;
}

div#post-comments .innerblog-title {
    text-align: center;
    position: absolute;
    margin: 0 !important;
    left: 50%;
    transform: translate(-50%, -21px);
    top: 0;
    background: linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    width: auto;
    padding: 5px 10px 10px;
    line-height: 1;
    white-space: nowrap;
}

.comment-item {
    position: relative;
    margin: 25px 0;
    padding: 20px;
}

.comment-item {
    border: 1px solid var(--bordes);
    /* min-height: 80px; */
    background: #FFF;
    border-radius: 5px;
    position: relative;
}

.new-comment .comment-item {
    background: #FAFAFA;
}

.comment-item:before,
.comment-item:after {
    /* content: ''; */
    position: absolute;
    left: -20px;
    top: 20px;
    border: 10px solid #DDD;
    border-color: transparent #DDD transparent transparent;
}

.comment-item:after {
    border-color: transparent #FFF transparent transparent;
    left: -19px;
}

.new-comment .comment-item:after {
    border-color: transparent #FAFAFA transparent transparent;
}

.new-comment .comment-item.red-border:before {
    border-color: transparent #E27C79 transparent transparent;
}

.user-avatar {
    position: absolute;
    left: -75px;
    top: 0;
}

.avatar-img {
    width: 55px;
    height: 55px;
    background: url(../img/avatar.jpg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 100%;
    position: relative;
}

.avatar-img:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #CCC;
    border-radius: 100%;
}

.comment-date {
    font-style: italic;
    font-size: 0.9em;
    color: #C5C5C5;
    margin-left: 5px;
}

.mce-placeholder {
    position: absolute;
    top: 15px;
    color: #999;
}

.comment-item .mce-input {
    min-height: 78px;
    outline: none;
    padding: 15px;
    margin: -15px;
}

.comment-item .textarea-input {
    color: #777;
    border: 0;
    background: none;
    padding: 0;
    outline: none;
    width: 100%;
    min-height: 50px;
}

.mce-input em {
    font-style: italic;
}

div.mce-panel {
    background: none;
    border: none;
}

div.mce-panel .mce-btn-group .mce-btn {
    background: none;
}

.mce-panel .mce-ico {
    font-size: 12px;
    line-height: 1;
    width: 12px;
    height: 12px;
}

.mce-panel .mce-btn-group .mce-btn button {
    padding: 5px 5px;
    line-height: 0px;
}

.note-below-text {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: #c5c5c5;
    font-size: 12px;
    white-space: nowrap;
}

.edit-avatar {
    margin-top: -55px;
    font-size: 25px;
    color: #CCC;
}

.edit-avatar:hover {
    color: #CCC;
}

.edit-avatar i {
    background: #FFF;
    padding: 15px;
    border-radius: 100%;
}

.new-comment .red-border {
    border: 1px solid #E27C79;
}

.ajax-error {
    color: #E27C79;
    font-size: 0.9em
}

.comment-item .ajax-error {
    position: absolute;
    top: -19px;
    left: 0;
}

.grecaptcha-badge {
    margin-top: 25px;
    float: right;
}

@media (min-width: 768px) {
    .post-page:before {
        content: "1";
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        background: var(--grisclaro);
        width: 100vw;
        height: 60vh;
        z-index: -1;
    }
}

@media (max-width: 767px) {

    .new-comment-footer .input-label {
        display: none;
    }

    .new-comment-footer .inline-block {
        display: block;
        margin: 0;
        min-width: auto;
    }

    .new-comment-footer .btn {
        width: 100%;
        margin-top: 30px;
    }
}

/* since 1.5.2 */

/* sb */

.post-after-content {
    position: absolute;
    left: 0;
    /* max-width: 100px; */
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.post-after-content>.post-sharing {
    position: sticky;
    top: 135px;
    font-size: 22px;
    font-weight: bold;
    color: #272727;
    padding: 8px 12px;
    background: #fff;
}

body#module-amazzingblog-blog {
    overflow-x: hidden;
}
.amazzingblog.post-page .post-date {
    display: none;
}
.post-comments:after {
    content: "";
    width: 15px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-bottom: dashed;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 35px 0 35px;
    border-color: #f4f4f4 transparent transparent transparent;
    z-index: 2;
}

.post-comments:before {
    content: "";
    width: 15px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: calc(100% + 1px);
    transform: translateX(-50%);
    border-bottom: dashed;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 35px 0 35px;
    border-color: #d2d2d2 transparent transparent transparent;
    z-index: 1;
}

.field-wrap {
    display: flex;
    flex-direction: column;
}

.field-wrap:first-child {
    margin-bottom: 15px;
}

.new-comment textarea {
    height: 100px;
}

span.comment-date {
    display: none;
}

.comment-item .comment-info-block {
    position: absolute;
    top: -10px;
    left: 10px;
    background: #fff;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #272727;
}

form.new-comment:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1px;
    width: 100vw;
    background: #d2d2d2;
    transform: translateX(-50%);
    z-index: -1;
}

.post-page .sharing-icons {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}
.sharing-icons > a {
    margin: 0;
    padding: 10px 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-after-content>.post-sharing:after,
.post-after-content>.post-sharing:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 25px;
    background: var(--watermelon);
    height: 1px;
    transform: translateX(-50%);
}

.post-after-content>.post-sharing:before {
    top: 0;
}

.post-after-content>.post-sharing:after {
    bottom: 0;
}

.post-content em{
    font-family: inherit;
    font-style: italic;
}
