@charset "UTF-8";
.blog-list + .pagination-wrap{
    border-top: 1px solid #e6e6e6;
    margin-top: 60px;
    padding-top: 40px;
}
.woocommerce-pagination ul li{
    display: inline-block;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span{
    display: block;
    height: 32px;
    line-height: 30px;
    border-radius: 20px;
    padding: 0 15px;
    min-width: 40px;
    color: #666;
    text-align: center;
    background-color: transparent;
    margin: 0;
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease-out;
}
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li .current{
    font-weight: normal;
    color: #fff;
}
.woocommerce-pagination ul li .prev::before,
.woocommerce-pagination ul li .next::before{
    line-height: 30px;
}
.blog-list--style-01 .post-item:not(:first-child){
    margin-top: 50px;
}
.post-item--style-01{
    /*.sl-wrapper .count{
        top: -4px;
    }*/
}
.post-item--style-01 .post--inner{
    display: flex;
    align-items: center;
}
.post-item--style-01 .thumb-wrap{
    flex: 0 0 42.5%;
    max-width: 370px;
}
.post-item--style-01 .post--info{
    flex: 0 0 57.5%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.post-item--style-01 .post-title{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 9px;
}
.post-item--style-01 .post-title:hover{
    color: #dd3333;
}
.post-item--style-01 .post--meta{
    color: #666;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.post-item--style-01 .cat-list{
    display: inline-block;
}
.post-item--style-01 .cat-list:after{
    content: "/";
    margin-left: 5px;
    margin-right: 3px;
}
.post-item--style-01 .cat-list a{
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.post-item--style-01 .cat-list a:hover{
    color: #dd3333;
}
.post-item--style-01 .post-date,
.post-item--style-01 .post--author{
    color: inherit;
    margin-right: 15px;
    display: inline-block;
}
.post-item--style-01 .post-date:hover,
.post-item--style-01 .post--author:hover{
    color: #dd3333;
}
.post-item--style-01 .post--footer{
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-item--style-01 .post--read-more{
    height: 44px;
    line-height: 40px;
    border: 2px solid #e6e6e6;
    background-color: transparent;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 40px;
    border-radius: 30px;
    transition: all 0.3s ease-out;
}
.post-item--style-01 .post--read-more:hover{
    background-color: #dd3333;
    border-color: #dd3333;
    color: #fff;
}
.post-item--style-01 .sl-wrapper{
    margin-left: 22px;
}
.post-item--style-01 .sl-wrapper .sl-button{
    color: #737373;
    position: relative;
}
.post-item--style-01 .sl-wrapper .sl-button:hover .count{
    background-color: #dd3333;
    color: #fff;
}
.post-item--style-01 .sl-wrapper .fa-heart-o,
.post-item--style-01 .sl-wrapper .fa-heart{
    font-family: "biolife";
}
.post-item--style-01 .sl-wrapper .fa-heart-o::before,
.post-item--style-01 .sl-wrapper .fa-heart::before{
    content: "";
    font-size: 17px;
}
.post-item--style-01 .sl-wrapper .title{
    display: none;
}
.post-item--style-01 .sl-wrapper .count,
.post-item--style-01 .comment--count{
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #888888;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -10px;
    font-size: 10px;
    font-weight: 600;
    transition: all 0.3s ease-out;
    text-align: center;
}
.post-item--style-01 .post--comment{
    position: relative;
    margin-left: 17px;
    padding-left: 15px;
}
.post-item--style-01 .post--comment .bio-icon14{
    font-size: 20px;
    color: #6f6f6f;
}
.post-item--style-01 .post--comment::before{
    content: "|";
    color: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 19px;
}
.post-item--style-01 .post--excerpt{
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
}
@media (max-width: 479px){
    .post-item--style-01 .post--inner{
        flex-wrap: wrap;
    }
    .post-item--style-01 .thumb-wrap{
        flex: 1 1 100%;
        max-width: 100%;
    }
    .post-item--style-01 .post--info{
        flex: 1 1 100%;
        max-width: 100%;
        padding: 30px 0 0 0;
    }
}
.post-item--style-03 .post--inner,
.post-item--style-02 .post--inner{
    flex-wrap: wrap;
}
.post-item--style-03 .post--info,
.post-item--style-03 .thumb-wrap,
.post-item--style-02 .post--info,
.post-item--style-02 .thumb-wrap{
    flex: 1 1 100%;
    max-width: 100%;
}
.post-item--style-03 .post--info,
.post-item--style-02 .post--info{
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}
.post-item--style-03 .post-title,
.post-item--style-02 .post-title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.post-item--style-03 .post--info{
    text-align: left;
}
.post-item--style-03 .post--footer{
    justify-content: flex-start;
}
.rtl .post-item--style-03 .post--info{
    text-align: right;
}
.rtl .post-item--style-03 .post--footer{
    justify-content: flex-end;
}
.blog-list--style-03,
.blog-list--style-02{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}
.blog-list--style-03 .blog-list--inner,
.blog-list--style-02 .blog-list--inner{
    display: flex;
    flex-wrap: wrap;
}
.blog-list--style-03 .post-item,
.blog-list--style-02 .post-item{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    flex: 0 0 100%;
    max-width: 100%;
}
.blog-list--style-03 .thumb-link img,
.blog-list--style-02 .thumb-link img{
    width: 100%;
}
.sidebar-full .blog-list--style-02 .post-item{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
@media (max-width: 1199px){
    .sidebar-full .blog-list--style-02 .post-item{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 479px){
    .sidebar-full .blog-list--style-02 .post-item{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.sidebar-left .blog-list--style-02 .post-item,
.sidebar-right .blog-list--style-02 .post-item{
    flex: 0 0 50%;
    max-width: 50%;
}
@media (max-width: 479px){
    .sidebar-left .blog-list--style-02 .post-item,
    .sidebar-right .blog-list--style-02 .post-item{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.blog-list--style-03{
    margin-bottom: -50px;
}
.blog-list--style-03 .post-item{
    padding-bottom: 50px;
}
.sidebar-full .blog-list--style-03 .post-item{
    flex: 0 0 50%;
    max-width: 50%;
}
body.rtl .post-item--style-01 .sl-wrapper{
    margin-left: 0;
    margin-right: 22px;
}
body.rtl .post-item--style-01 .post--comment{
    margin-right: 17px;
    padding-right: 15px;
    margin-left: 0;
    padding-left: 0;
}
body.rtl .post-item--style-01 .post--comment::before{
    left: auto;
    right: 0;
}
body.rtl .post-item--style-01 .sl-wrapper .count, body.rtl .post-item--style-01 .comment--count{
    right: auto;
    left: -10px;
}
body.rtl .post-item--style-01 .post-date,
body.rtl .post-item--style-01 .post--author{
    margin-right: 0;
    margin-left: 15px;
}
@media (max-width: 1199px){
    .sidebar-left .blog-list--style-03 .post-item,
    .sidebar-right .blog-list--style-03 .post-item{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 991px){
    .sidebar-full .blog-list--style-03 .post-item,
    .sidebar-left .blog-list--style-03 .post-item,
    .sidebar-right .blog-list--style-03 .post-item{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 1199px){
    .blog-page #secondary{
        margin-top: 60px;
    }
}
