.post-page .container .body header .author .image {
   overflow: hidden;
   width: 30px;
   height: 30px;
   display: block;
   margin-right: 12px;
   border-radius: 50%;
}

.post-page .container .body header .author .image img {
    width: 100%;
}

.post-page .container .body header .author .author > span {
    font-size: 14px;
    color: #31353d;
}

.post-page .container .body header .more {
    width: 20px;
    cursor: pointer;
    justify-content: center;
    position: relative;
    align-items: flex-end;
}

.post-page .container .body header .more::after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: -10px;
}

.post-page .container .body header .more:hover .share {
    display: flex;
}

.post-page .container .body header .more .share {
    position: absolute;
    bottom: -55px;
    color: #31353d;
    background-color: white;
    width: 170px;
    box-shadow: 2px 2px 4px #a8a8a8;
    font-size: 15px;
    height: 50px;
    display: none;
    padding-left: 15px;
    align-items: center;
    justify-content: flex-start;
}

.post-page .container .body header .more .share .bx {
    font-size: 20px;
    margin-right: 10px;
}

.post-page .container .body header .more .circle {
    height: 3px;
    width: 3px;
    background-color: #31353d;
    border-radius: 50%;
    margin: 1.2px 0;
    transition: 0.2s;
}

.post-page .container .body header .more:hover .circle {
    background-color: #a06054;
}

.post-page .container .body > h1 {
    font-size: 30px;
    color: #31353d;
    display: block;
    margin: 30px 0 25px 0;
}

.post-page .container .body > p {
    font-size: 16px;
    color: #666666;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.post-page .container .body > .image {
    width: 100%;
    margin: 40px 0 25px 0;
    cursor: pointer;
}

.post-page .container .body > .image:hover .pinterest {
    display: flex!important;
}

.post-page .container .body > .image:hover .expand {
    display: flex!important;
}

.post-page .container .body > .image img {
    width: 100%;
}

.post-page .container .body > .image .pinterest {
    top: 10px!important;
    text-decoration: none;
    left: 10px;
    display: none!important;
    cursor: pointer;
    padding: 2px;
    transform: translateY(-100%)!important;
    align-items: center;
    color: white;
    background-color: #e70228;
}

.post-page .container .body > .image .pinterest .bx {
    margin-right: 5px;
    transform: translateY(10%);
}

.post-page .container .body > .image .expand {
    top: 10px;
    right: 10px;
    border-radius: 50%;
    height: 27px;
    padding-top: 3px;
    width: 27px;
    display: none;
    background-color: #ffffffbb;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.post-page .container .body > .share {
    background-color: white;
    height: 65px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin-top: 70px;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: flex-start;
}

.post-page .container .body > .share .bx {
    cursor: pointer;
}

.post-page .container .body > .share .bxl-facebook {
    margin-right: 30px;
}

.post-page .container .body > .views {
    font-size: 14px;
    color: #31353d;
}

.post-page .container .body > .views .bx {
    color: #d94f44;
    cursor: pointer;
    font-size: 20px;
}

.post-page .container .more-posts .blog-post {
    width: 45%;
}

.post-page .container .more-posts .blog-post .image {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   height: 250px;
   margin-bottom: 20px;
}

.post-page .container .more-posts .blog-post .icons {
    border-top: 1px solid #cecece;
    padding-top: 15px;
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.post-page .container .more-posts .blog-post .icons .bx {
    cursor: pointer;
    color: #d94f44;
}

.post-page .container .more-posts .blog-post .icons span .fa-eye, .post-page .container .more-posts .blog-post .icons span {
    color: #666666;
}

.post-page .container .more-posts .blog-post .icons span .fa-eye {
    margin-right: 10px;
}

.post-page .container .more-posts .blog-post-1 .image {
    background-image: url('../../../assets/images/cap1.webp');
}

.post-page .container .more-posts .blog-post-2 .image {
    background-image: url('../../../assets/images/cap2.webp');
}

.inside-the-article .container .body > .share span {
    color: #777!important;
    font-size: 12px;
}

.inside-the-article .container .body > .share span .fa-eye {
    margin-right: 5px!important;
}

.inside-the-article .container .body > .share div .bx {
    margin: 0 4px!important;
}

@media (min-width: 1000px) {
    .post-page .container .body {
        padding: 110px;
    }
    .inside-the-article .container .body {
        padding: 60px;
    }
}

@media (max-width: 750px) {
    .post-page .container .more-posts {
        margin-top: 30px!important;
    }
    .post-page .container .more-posts .blog-post-2 {
        display: none!important;
    }
    .post-page .container .more-posts .blog-post {
        width: 100%!important;
    }
}