/* Base */
.body-content-area .right-bar .pesquisa-form-area {

}

.body-content-area .right-bar .read-more-area {
    margin-top: 30px;
}

/* Read More Right List*/
.read-more-right-list {
    width: 100%;
}

.read-more-right-list .title-area {

}

.read-more-right-list .title-area h2 {
    margin: 0px;
    font-size: 19px;
    font-weight: 700;
    color: #111;
}

.read-more-right-list .title-area h2 svg {
    color: var(--color_font_title);
    margin-right: 8px;
}

.read-more-right-list .posts-list-area {
    margin-top: 12px;
}

.read-more-right-list .posts-list-area article {
    margin-top: 16px;
}

.read-more-right-list .posts-list-area article a {
    display: flex;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.read-more-right-list .posts-list-area article a .img-area {
    width: 80px;
    height: 80px;
    background-color: #e6e6e6;
}

.read-more-right-list .posts-list-area article a .img-area .img-resizable {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.read-more-right-list .posts-list-area article a .img-area .img-resizable img {
    transition: 0.5s all;
}

.read-more-right-list .posts-list-area article a .post-infos {
    width: calc(100% - 90px);
    padding-left: 10px;
}

.read-more-right-list .posts-list-area article a .post-infos .post-details {
    font-size: 14px;
    color: #a8a8a8;
}

.read-more-right-list .posts-list-area article a .post-infos .post-details .category-tag {
    font-weight: bold;
}

.read-more-right-list .posts-list-area article a .post-infos .post-details .data-tag {
    font-size: 12px;
}

.read-more-right-list .posts-list-area article a .post-infos .post-title {
    width: 100%;
}

.read-more-right-list .posts-list-area article a .post-infos .post-title h3 {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    color: inherit !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
}

/* Share Page Grid */
.share-page-grid-area {
    margin-top: 30px;
}

.share-page-grid-area .share-page-grid {

}

.share-page-grid-area .share-page-grid .title-area {

}

.share-page-grid-area .share-page-grid .title-area h2 {
    margin: 0px;
    font-size: 19px;
    font-weight: 700;
    color: #111;
}

.share-page-grid-area .share-page-grid .title-area h2 svg {
    color: var(--color_font_title);
    margin-right: 8px;
}

.share-page-grid-area .share-page-grid .social-network-list {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.share-page-grid-area .share-page-grid .social-network-list li {
    display: inline-block;
}

.share-page-grid-area .share-page-grid .social-network-list li a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: 3px;
    margin-right: 3px;
}

.share-page-grid-area .share-page-grid .social-network-list li a i {
    margin: auto;
    color: white;
}

.social-btn-share {
    width: 35px;
    height: 35px;
    background-color: #f0f0f0;
    color: #323232 !important;
}

.social-btn-share:hover {
    background-color: #cccccc;
    color: black !important;
}

.btn-facebook-style {
    background-color: #3b5998;
}

.btn-facebook-style:hover {
    background-color: #5b7cbd;
}

.btn-facebook-style svg {
    color: white;
}

.btn-instagram-style {
    background-color: #6f4f42;
}

.btn-instagram-style:hover {
    background-color: #a4776a;
}

.btn-instagram-style svg {
    color: white;
}

.btn-twitter-style {
    background-color: #44c1f5;
}

.btn-twitter-style:hover {
    background-color: #69cbfc;
}

.btn-twitter-style svg {
    color: white;
}

.btn-whatsapp-style {
    background-color: #42A64B;
}

.btn-whatsapp-style:hover {
    background-color: #64d76e;
}

.btn-whatsapp-style svg {
    color: white;
}

.btn-pinterest-style {
    background-color: #bd081c;
    color: white;
}

.btn-pinterest-style:hover {
    background-color: #ee2339;
}

.btn-pinterest-style svg {
    color: white;
}

.btn-linkedin-style {
    background-color: #0077b5;
}

.btn-linkedin-style:hover {
    background-color: #1690da;
}

.btn-linkedin-style svg {
    color: white;
}

.btn-email-style {
    background-color: #282828;
}

.btn-email-style:hover {
    background-color: #424242;
}

.btn-email-style svg {
    color: white;
}

/* Até 900px */
@media (max-width: 900px) {
    .body-content-area .right-bar {
        display: none;
    }
}