/* PAGINATION */
.blog-paggination .results {
    margin-top: 1em;
    text-align: center;
}
.ybc-blog-wrapper-blog-list.loadmore .blog-paggination{
    display:none;
}

.blog-paggination .links {
    display: flex;
    justify-content: center;
}
.blog-paggination b,
.blog-paggination a {
    line-height: 1;
    display: inline-block;
    margin-right: .3em;
    padding: .5em .75em;
    border: 1px solid #2C302B;
    border-radius: 3px;
}
.blog-paggination b,
.blog-paggination a:hover {
    background-color: #2C302B;
    color: #fff;
}
.blog-paggination a:hover {
    text-decoration: none;
}

/* ------------------------- */
/* SINGOLO POST ------------ */

.blog_description a {
    text-decoration: underline;
}
.blog_description img {
    max-width: 100%;
    height: auto;
}

/* SOCIAL SHARE */
.blog-extra-facebook-share a {
    color: #fff;
    display: flex;
    padding: .5em 1em;
    border-radius: 3px;
}
.blog-extra-facebook-share a:hover {
    text-decoration: none;
}
.blog-extra-facebook-share .facebook a {
    background-color: #1877f2;
}
.blog-extra-facebook-share .twitter a {
    background-color: rgb(29, 155, 240);
}
.blog-extra-facebook-share .pinterest a {
    background-color: rgb(230, 0, 35);
}
.blog-extra-facebook-share .linkedin a {
    background-color: rgb(10, 102, 194);
}
.blog-extra-facebook-share .tumblr a {
    background-color: #333;
}

/* Rating */
.ybc_blog_review {
    display: flex;
}
.ybc_blog_review .star.star_on_3:after,
.ybc_blog_review .star.star_on_4:after,
.ybc_blog_review .star.star_on_5:after,
.ybc_blog_review .star.star_on_1:after,
.ybc_blog_review .star.star_on_2:after,
.ybc_blog_review .star.star_on_6:after,
.ybc_blog_review .star.star_on_7:after {
    content: "\f123";
}
.ybc_blog_review .star:nth-child(n+6) {
    display: none;
}

.blog_rating_box .star {
    color: #f9b002;
    float: left;
    line-height: 16px;
    margin: 0 3px;
    cursor: pointer;
}
.page_home .star,
.page_blog .star,
.ybc-blog .star {
    margin: 0 1px;
}
.blog_rating_wrapper .star {
    color: #f9b002;
    margin: 0 1px;
}
/*
.page_home .star::after,
.page_blog .star::after,
.ybc-blog .star::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 12.443' style='enable-background:new 0 0 13 12.44264' xml:space='preserve'%3E%3Cpath d='m12.334 4.168-3.55-.518L7.197.433a.778.778 0 0 0-1.394 0L4.216 3.65l-3.55.518a.778.778 0 0 0-.43 1.326l2.568 2.503-.607 3.536a.777.777 0 0 0 1.127.819l3.176-1.67 3.176 1.67a.778.778 0 0 0 1.127-.82l-.607-3.535 2.568-2.503a.778.778 0 0 0-.43-1.326zm-3.39 3.42.576 3.364L6.5 9.365l-3.02 1.587.576-3.363L1.61 5.208l3.378-.491L6.5 1.655l1.511 3.062 3.378.49L8.944 7.59z' style='fill:%23f9b002'/%3E%3C/svg%3E");
}
.ybc-blog .star.star_on::after,
.page_blog .star.star_on::after,
.page_home .star::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 12.443' style='enable-background:new 0 0 13 12.44264' xml:space='preserve'%3E%3Cpath d='m12.334 4.168-3.55-.518L7.197.433a.778.778 0 0 0-1.394 0L4.216 3.65l-3.55.518a.778.778 0 0 0-.43 1.326l2.568 2.503-.607 3.536a.777.777 0 0 0 1.127.819l3.176-1.67 3.176 1.67a.778.778 0 0 0 1.127-.82l-.607-3.535 2.568-2.503a.778.778 0 0 0-.43-1.326z' style='fill:%23f9b002'/%3E%3C/svg%3E");
}
.ybc_blog_review .star::before,
.blog_rating_box .star::before{
    display: none!important;
}*/
.ybc-blog-panel .star {
    display: inline-block;
    margin: 0;
}
.ybc-blog-comment-info .ybc-blog-latest-toolbar .star {
    margin-left: 0;
    margin-right: 5px;
}