.transition, .post--style-05 .post-title,
.post--style-04 .post-title,
.post--style-03 .post-title,
.post--style-01 .post-title, .post .post--readmore:after{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.relative, .post--style-05 .post--thumb-wrap,
.post--style-04 .post--thumb-wrap,
.post--style-03 .post--thumb-wrap,
.post--style-01 .post--thumb-wrap, .post--style-02 .post-thumb{
    position: relative;
    overflow: hidden;
}
.ovic-twitter--style-01 .row-item:not(:last-child) .tweet.rows-space-0,
.ovic-twitter--style-01 .row-item:not(:last-child) .tweet:not([class*=" rows-space-"]),
.row-item:not(:last-child) .product--style-08.rows-space-0,
.row-item:not(:last-child) .product--style-08:not([class*=" rows-space-"]),
.row-item:not(:last-child) .product--style-02.rows-space-0,
.row-item:not(:last-child) .product--style-02:not([class*=" rows-space-"]),
.row-item:not(:last-child) .post--style-02.rows-space-0,
.row-item:not(:last-child) .post--style-02:not([class*=" rows-space-"]){
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.ovic-twitter--style-01 .row-item:not(:last-child) .tweet,
.row-item:not(:last-child) .product--style-08,
.row-item:not(:last-child) .product--style-02,
.row-item:not(:last-child) .post--style-02{
    border-bottom: 1px solid #e6e6e6;
}
.ovic-twitter--style-01 .row-item:not(:last-child) .rows-space-5,
.row-item:not(:last-child) .product--style-08.rows-space-5,
.row-item:not(:last-child) .product--style-02.rows-space-5,
.row-item:not(:last-child) .post--style-02.rows-space-5{
    padding-bottom: 5px;
}
.ovic-twitter--style-01 .row-item:not(:last-child) .rows-space-10,
.row-item:not(:last-child) .product--style-08.rows-space-10,
.row-item:not(:last-child) .product--style-02.rows-space-10,
.row-item:not(:last-child) .post--style-02.rows-space-10{
    padding-bottom: 10px;
}
.ovic-twitter--style-01 .row-item:not(:last-child) .rows-space-15,
.row-item:not(:last-child) .product--style-08.rows-space-15,
.row-item:not(:last-child) .product--style-02.rows-space-15,
.row-item:not(:last-child) .post--style-02.rows-space-15{
    padding-bottom: 15px;
}
.ovic-twitter--style-01 .row-item:not(:last-child) .rows-space-25,
.row-item:not(:last-child) .product--style-08.rows-space-25,
.row-item:not(:last-child) .product--style-02.rows-space-25,
.row-item:not(:last-child) .post--style-02.rows-space-25{
    padding-bottom: 25px;
}
.ovic-twitter--style-01 .row-item:not(:last-child) .rows-space-30,
.row-item:not(:last-child) .product--style-08.rows-space-30,
.row-item:not(:last-child) .product--style-02.rows-space-30,
.row-item:not(:last-child) .post--style-02.rows-space-30{
    padding-bottom: 30px;
}
.ovic-twitter--style-01 .row-item:not(:last-child) .rows-space-35,
.row-item:not(:last-child) .product--style-08.rows-space-35,
.row-item:not(:last-child) .product--style-02.rows-space-35,
.row-item:not(:last-child) .post--style-02.rows-space-35{
    padding-bottom: 35px;
}
.ovic-twitter--style-01 .row-item:not(:last-child) .rows-space-40,
.row-item:not(:last-child) .product--style-08.rows-space-40,
.row-item:not(:last-child) .product--style-02.rows-space-40,
.row-item:not(:last-child) .post--style-02.rows-space-40{
    padding-bottom: 40px;
}
.ovic-twitter--style-01 .row-item:not(:last-child) .rows-space-45,
.row-item:not(:last-child) .product--style-08.rows-space-45,
.row-item:not(:last-child) .product--style-02.rows-space-45,
.row-item:not(:last-child) .post--style-02.rows-space-45{
    padding-bottom: 45px;
}
.ovic-twitter--style-01 .row-item:not(:last-child) .rows-space-50,
.row-item:not(:last-child) .product--style-08.rows-space-50,
.row-item:not(:last-child) .product--style-02.rows-space-50,
.row-item:not(:last-child) .post--style-02.rows-space-50{
    padding-bottom: 50px;
}
.ovic-twitter--style-01 .row-item:not(:last-child) .rows-space-60,
.row-item:not(:last-child) .product--style-08.rows-space-60,
.row-item:not(:last-child) .product--style-02.rows-space-60,
.row-item:not(:last-child) .post--style-02.rows-space-60{
    padding-bottom: 60px;
}
.el-flex, .post--style-02 .post--inner{
    display: flex;
    max-width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}
.post-meta a,
.post-title a{
    color: inherit;
}
.thumb-link{
    display: block;
}
.post .post--readmore{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #90bf2a;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
.post .post--readmore:after{
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    content: "";
    color: inherit;
    transform: scale(0, 1);
}
.post .post--readmore:hover:after{
    transform: scale(1, 1);
}
.post--style-02 .post-thumb{
    flex: 0 0 100px;
}
.post--style-02 .post-info{
    flex: 1 1 auto;
    max-width: 100%;
    padding-left: 10px;
}
.post--style-02 .post-title{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin: 0;
}
.post--style-02 .post-meta{
    color: #666;
    font-size: 13px;
    margin-top: 5px;
}
.post--style-02 .post-meta .comment{
    margin-left: 20px;
}
.post--style-05,
.post--style-04,
.post--style-03,
.post--style-01{
    text-align: center;
}
.post--style-05 .post-title,
.post--style-04 .post-title,
.post--style-03 .post-title,
.post--style-01 .post-title{
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 10px;
}
.post--style-05 .post-title:hover,
.post--style-04 .post-title:hover,
.post--style-03 .post-title:hover,
.post--style-01 .post-title:hover{
    color: #90bf2a;
}
.post--style-05 .post--author-label,
.post--style-04 .post--author-label,
.post--style-03 .post--author-label,
.post--style-01 .post--author-label{
    color: #666;
}
.post--style-05 .post--author:hover .post--author-name,
.post--style-04 .post--author:hover .post--author-name,
.post--style-03 .post--author:hover .post--author-name,
.post--style-01 .post--author:hover .post--author-name{
    color: #90bf2a;
}
.post--style-05 .post--time,
.post--style-04 .post--time,
.post--style-03 .post--time,
.post--style-01 .post--time{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 64px;
    height: 64px;
    background-color: #90bf2a;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.post--style-05 .post--time .day,
.post--style-04 .post--time .day,
.post--style-03 .post--time .day,
.post--style-01 .post--time .day{
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.post--style-05 .post--time .month,
.post--style-04 .post--time .month,
.post--style-03 .post--time .month,
.post--style-01 .post--time .month{
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    line-height: 20px;
}
.post--style-05 .post--excerpt,
.post--style-04 .post--excerpt,
.post--style-03 .post--excerpt,
.post--style-01 .post--excerpt{
    color: #666;
    line-height: 24px;
}
.post--style-05 .post--footer,
.post--style-04 .post--footer,
.post--style-03 .post--footer,
.post--style-01 .post--footer{
    border-top: 1px solid #e6e6e6;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 16px;
    padding-top: 23px;
    padding-bottom: 40px;
}
.post--style-01{
    background-color: #fff;
}
.post--style-01 .post--author{
    display: inline-block;
}
.post--style-01 .post--comment{
    position: relative;
    font-size: 17px;
    color: #858585;
    top: 2px;
}
.post--style-01 .sl-wrapper .count,
.post--style-01 .post--comment-count{
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 17px;
    background-color: #888888;
    color: #fff;
    line-height: 17px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
}
.post--style-01 .sl-wrapper{
    display: inline-block;
    position: relative;
}
.post--style-01 .sl-wrapper .title{
    display: none;
}
.post--style-01 .sl-wrapper .count{
    background-color: #90bf2a;
    top: -4px;
}
.post--style-01 .sl-wrapper:after{
    width: 1px;
    height: 11px;
    background-color: #e6e6e6;
    content: "";
    position: absolute;
    top: 6px;
}
.post--style-01 .post--author{
    font-size: 14px;
}
.post--style-01 .post--author:not(:hover) .post--author-name{
    color: #222;
}
.post--style-05 .post-meta,
.post--style-04 .post-meta,
.post--style-03 .post-meta{
    display: flex;
    align-items: center;
    justify-content: center;
}
.post--style-05 .post-meta > *,
.post--style-04 .post-meta > *,
.post--style-03 .post-meta > *{
    flex: 0 0 auto;
}
.post--style-05 .post--author,
.post--style-04 .post--author,
.post--style-03 .post--author{
    text-transform: capitalize;
    font-size: 15px;
    color: #222;
}
.post--style-05 .post--author img,
.post--style-04 .post--author img,
.post--style-03 .post--author img{
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}
.post--style-05 .post--comment,
.post--style-04 .post--comment,
.post--style-03 .post--comment{
    font-size: 14px;
    margin-left: 40px;
    color: #666;
}
.post--style-05 .post--comment .bio-icon31,
.post--style-04 .post--comment .bio-icon31,
.post--style-03 .post--comment .bio-icon31{
    font-size: 18px;
    color: #e73c1c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.post--style-05 .sl-wrapper,
.post--style-04 .sl-wrapper,
.post--style-03 .sl-wrapper{
    margin-left: 10px;
}
.post--style-05 .sl-wrapper .sl-button,
.post--style-04 .sl-wrapper .sl-button,
.post--style-03 .sl-wrapper .sl-button{
    display: flex;
}
.post--style-05 .sl-wrapper .sl-button .icon,
.post--style-04 .sl-wrapper .sl-button .icon,
.post--style-03 .sl-wrapper .sl-button .icon{
    order: 5;
    margin-left: 5px;
}
.post--style-05 .sl-wrapper .title,
.post--style-04 .sl-wrapper .title,
.post--style-03 .sl-wrapper .title{
    display: none;
}
.post--style-05 .post--share,
.post--style-04 .post--share,
.post--style-03 .post--share{
    margin-left: 10px;
    color: #666;
}
.post--style-05 .post--share a,
.post--style-04 .post--share a,
.post--style-03 .post--share a{
    color: inherit;
}
.post--style-05 .post-title,
.post--style-04 .post-title,
.post--style-03 .post-title{
    margin-top: 8px;
    margin-bottom: 13px;
}
.post--style-05 .post--footer,
.post--style-04 .post--footer,
.post--style-03 .post--footer{
    padding: 0;
    border-top: none;
    margin-top: 10px;
}
.post--style-03 .post-title{
    color: #222;
}
.post--style-03 .post--time{
    width: 50px;
    height: 50px;
}
.post--style-03 .post--time .day{
    font-size: 14px;
    line-height: 14px;
}
.post--style-03 .post--time .month{
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-top: 2px;
}
.post--style-04{
    text-align: left;
}
.post--style-04 .post-meta{
    justify-content: flex-start;
}
.post--style-04 .post--footer{
    margin-left: 0;
    margin-right: 0;
}
.post--style-04 .post--readmore{
    margin-top: 6px;
}
.post--style-04 .post--readmore:after{
    transform-origin: top left;
}
.post--style-04 .post-title{
    margin-top: 12px;
    margin-bottom: 17px;
}
.post--style-05{
    text-align: left;
}
.post--style-05 .post-title{
    margin-top: 15px;
}
.post--style-05 .post--footer{
    margin-left: 0;
    margin-right: 0;
}
.post--style-05 .post-meta{
    justify-content: flex-end;
}
.post--style-05 .post--readmore:after{
    transform-origin: top left;
}
.post--style-05 .post-meta--inner{
    border-bottom: 2px solid #e6e6e6;
    padding-left: 20px;
    margin-top: 10px;
}
.post--style-05 .post-meta--inner > *{
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}
.post--style-05 .post-meta--inner > *:not(:first-child){
    margin-left: 10px;
}
.post--style-05 .post--time{
    width: 53px;
    height: 53px;
}
.post--style-05 .post--time .day{
    font-size: 14px;
    line-height: 14px;
}
.post--style-05 .post--time .month{
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    margin-top: 6px;
}
.post--style-06 .post--thumb-wrap{
    position: relative;
    margin-bottom: 31px;
    overflow: hidden;
}
.post--style-06 .post--time{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    padding: 5px 15px;
    text-transform: uppercase;
}
.post--style-06 .post-title{
    font-size: 20px;
    color: #222;
    margin-bottom: 14px;
}
.post--style-06 .post-title a{
    display: inline-block;
}
.post--style-06 .post--excerpt{
    font-size: 15px;
    color: #858585;
    line-height: 24px;
}
.post--style-07 .post--thumb-wrap{
    position: relative;
    overflow: hidden;
}
.post--style-07 .post-title{
    font-size: 20px;
    color: #222;
    margin-top: 32px;
    margin-bottom: 0;
}
.post--style-07 .post--excerpt{
    font-size: 14px;
    color: #6f6f6f;
    margin-top: 10px;
}
.post--style-08 .post--inner{
    display: flex;
    align-items: center;
}
.post--style-08 .post-info,
.post--style-08 .post--thumb-wrap{
    flex: 1 1 50%;
    max-width: 50%;
}
.post--style-08 .post-info{
    padding-left: 85px;
}
.post--style-08 .post-title{
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
}
.post--style-08 .post-title:hover{
    color: #49a010;
}
.post--style-08 .post-date{
    color: #49a010;
}
.post--style-08 .post--excerpt{
    color: #858585;
    font-size: 15px;
    margin-top: 30px;
    font-weight: 400;
}
.post--style-08 .post--readmore{
    margin-top: 37px;
}
.post--style-08 .post--readmore:after{
    transform-origin: top left;
}
.ovic-blog .row-item:nth-child(even) .post--style-08 .post--thumb-wrap{
    order: 9;
}
.ovic-blog .row-item:nth-child(even) .post--style-08 .post-info{
    padding-left: 0;
    padding-right: 85px;
}
.post--style-10 .post--thumb-wrap,
.post--style-09 .post--thumb-wrap{
    overflow: hidden;
}
.post--style-10 .post-title,
.post--style-09 .post-title{
    font-size: 24px;
    color: #222;
    position: relative;
    padding-bottom: 22px;
    transition: all 0.3s ease-out;
    margin-bottom: 25px;
}
.post--style-10 .post-title:after,
.post--style-09 .post-title:after{
    width: 91px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-position: 0 -128px;
}
.post--style-10 .post-title:hover,
.post--style-09 .post-title:hover{
    color: #f65f73;
}
.post--style-10 .post-meta,
.post--style-09 .post-meta{
    color: #999999;
}
.post--style-10 .post-meta > *:not(:first-child),
.post--style-09 .post-meta > *:not(:first-child){
    margin-left: 20px;
}
@media (max-width: 991px){
    .post--style-10 .post-meta > *:not(:first-child),
    .post--style-09 .post-meta > *:not(:first-child){
        margin-left: 10px;
    }
}
.post--style-10 .post-meta > * > i,
.post--style-09 .post-meta > * > i{
    margin-right: 6px;
}
.post--style-10 .post-meta a:hover,
.post--style-09 .post-meta a:hover{
    color: #f65f73;
}
.post--style-10 .post--excerpt,
.post--style-09 .post--excerpt{
    color: #666;
    margin-top: 11px;
}
.post--style-10 .post--categories,
.post--style-09 .post--categories{
    position: absolute;
    top: -11px;
    left: 30px;
    background-color: #82aa42;
    line-height: 23px;
    padding-left: 15px;
    padding-right: 15px;
}
.post--style-10 .post--categories a,
.post--style-09 .post--categories a{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease-out;
}
.post--style-10 .post--footer,
.post--style-09 .post--footer{
    margin-top: 25px;
}
.post--style-10 .post--footer .post--readmore,
.post--style-09 .post--footer .post--readmore{
    font-weight: bold;
    color: #fff;
    background-color: #f65f73;
    border: 2px solid #f65f73;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    margin-top: 0;
    border-radius: 30px;
    transition: all 0.3s ease-out;
}
.post--style-10 .post--footer .post--readmore:after,
.post--style-09 .post--footer .post--readmore:after{
    display: none;
}
.post--style-10 .post--footer .post--readmore:hover,
.post--style-09 .post--footer .post--readmore:hover{
    background-color: transparent;
    color: #f65f73;
}
.post--style-10 .post--footer .post--share-buttons,
.post--style-09 .post--footer .post--share-buttons{
    display: inline-block;
    margin-left: 16px;
}
.post--style-10 .post--footer .post--share-buttons .text,
.post--style-09 .post--footer .post--share-buttons .text{
    display: none;
}
.post--style-10 .post--footer .post--share-buttons a,
.post--style-09 .post--footer .post--share-buttons a{
    color: #8f8f93;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.3s ease-out;
}
.post--style-10 .post--footer .post--share-buttons a:hover,
.post--style-09 .post--footer .post--share-buttons a:hover{
    color: #f65f73;
}
@media (max-width: 767px){
    .post--style-10 .post--footer .post--share-buttons a,
    .post--style-09 .post--footer .post--share-buttons a{
        margin-left: 5px;
        margin-right: 5px;
    }
}
.post--style-09 .post-info{
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    background-color: #f7f8fa;
    margin-top: -60px;
    padding: 30px;
}
.post--style-10 .post--thumb-wrap{
    position: relative;
}
.post--style-10 .post--categories{
    top: 10px;
    left: 10px;
}
.post--style-10 .post-info{
    margin-top: 26px;
}
.post--style-11{
    padding: 1px 0;
}
.post--style-11 .post--inner{
    display: flex;
    align-items: center;
    border: 1px solid #ebebeb;
}
.post--style-11 .post--thumb-wrap{
    flex: 0 0 48.5%;
    max-width: 330px;
}
.post--style-11 .post--thumb-wrap .post-thumb{
    overflow: hidden;
}
.post--style-11 .post-info{
    flex: 1 1 auto;
    padding-left: 40px;
    padding-right: 20px;
}
.post--style-11 .post-title{
    font-size: 24px;
    color: #111;
    margin-bottom: 9px;
}
.post--style-11 .post-meta{
    color: #a4a4a4;
    font-style: italic;
    margin-bottom: 38px;
}
.post--style-11 .post-meta .post--author-name{
    color: #111;
}
.post--style-11 .post--excerpt{
    color: #888;
}
.post--style-11 .post--readmore{
    font-size: 14px;
    color: #222;
    margin-top: 30px;
    font-weight: 400;
    padding-bottom: 6px;
    text-transform: none;
}
.post--style-11 .post--readmore:after{
    transform: scale(1, 1);
    border-color: #f7aa23;
    border-width: 2px;
    transform-origin: top left;
    bottom: 0;
}
.post--style-11 .post--readmore:hover:after{
    transform: scale(0, 1);
}
.post--style-12 .post--inner{
    display: flex;
    align-items: flex-start;
}
.post--style-12 .post--thumb-wrap{
    flex: 0 0 40%;
    max-width: 270px;
}
.post--style-12 .post-thumb{
    position: relative;
    overflow: hidden;
}
.post--style-12 .post--categories{
    background-color: #eb6199;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 15px;
}
.post--style-12 .post--categories a{
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    display: inline-block;
}
.post--style-12 .post--categories a:hover{
    text-decoration: underline;
    color: #fff;
}
.post--style-12 .post-info{
    flex: 1 1 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.post--style-12 .post-title{
    font-size: 24px;
    line-height: 32px;
    font-style: italic;
    color: #111;
    font-family: Lora;
    font-weight: 400;
    margin-bottom: 10px;
}
.post--style-12 .post-title:hover{
    color: #eb6199;
}
.post--style-12 .post-meta{
    color: #888;
}
.post--style-12 .post-meta .post--author-name{
    color: #111;
}
.post--style-12 .post-meta .post--author-name:hover{
    color: #eb6199;
}
.post--style-12 .post--comment::before{
    content: "|";
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}
.post--style-13 .post--inner{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}
.post--style-13 .post-thumb img{
    border-radius: 5px;
}
.post--style-13 .post--thumb-wrap{
    position: relative;
}
.post--style-13 .post--time{
    background-color: #5b83e8;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    bottom: -30px;
    text-align: center;
    padding-top: 11px;
}
.post--style-13 .post--time .day{
    font-size: 24px;
    font-family: Rubik;
    font-weight: 500;
    display: block;
}
.post--style-13 .post--time .month{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    display: block;
}
.post--style-13 .post--categories{
    color: #888;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: all 0.3s ease-out;
}
.post--style-13 .post-title{
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    color: #222;
    line-height: 34px;
    margin-bottom: 12px;
    transition: all 0.3s ease-out;
}
.post--style-13 .post-title:hover{
    color: #5b83e8;
}
.post--style-13 .post-info{
    margin-top: 35px;
}
.post--style-13 .post--author{
    color: #222222;
    transition: all 0.3s ease-out;
}
.post--style-13 .post--author:hover{
    color: #5b83e8;
}
.post--style-13 .post--author-label{
    color: #888;
}
.post--style-14 .post--inner{
    display: flex;
    align-items: flex-start;
}
.post--style-14 .post-thumb{
    flex: 0 0 auto;
    max-width: 80px;
}
.post--style-14 .post-info{
    flex: 1 1 auto;
    padding-left: 10px;
}
.post--style-14 .post-title{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    margin-top: -3px;
    transition: all 0.3s ease-out;
    line-height: 22px;
}
.post--style-14 .post-title:hover{
    color: #e73918;
}
.post--style-14 .post-meta{
    color: #888888;
}
.post--style-14 .post-meta a{
    color: inherit;
    transition: all 0.3s ease-out;
}
.post--style-14 .post-meta a.post-date:hover{
    color: #e73918;
}
.post--style-14 .post-meta a.post--author:hover .post--author-name{
    color: #e73918;
}
.post--style-14 .post--author-name{
    color: #222222;
    font-weight: 500;
    text-transform: capitalize;
}
.widget.ovic-blog .post:not(:first-child){
    margin-top: 25px;
}
@media (max-width: 1199px){
    .post--style-13 .post-title{
        font-size: 18px;
        line-height: 26px;
    }
    .post--style-13 .post--categories{
        font-weight: 500;
    }
    .post--style-13 .post--inner{
        padding: 20px;
    }
}
@media (max-width: 991px){
    .post--style-08 .post-info{
        padding-left: 30px;
    }
    .post--style-08 .post--readmore{
        display: none;
    }
    .ovic-blog .row-item:nth-child(even) .post--style-08 .post-info{
        padding-left: 0;
        padding-right: 30px;
    }
    .post--style-09 .post-info{
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: -40px;
    }
    .post--style-09 .post--categories{
        left: 20px;
    }
}
@media (max-width: 479px){
    .post--style-11 .post--inner,
    .post--style-08 .post--inner{
        flex-wrap: wrap;
    }
    .post--style-11 .post--thumb-wrap,
    .post--style-11 .post-info,
    .post--style-08 .post--thumb-wrap,
    .post--style-08 .post-info{
        flex: 1 1 100%;
        max-width: 100%;
    }
    .post--style-11 .post-info,
    .post--style-08 .post-info{
        padding-left: 0;
        padding-top: 20px;
    }
    .post--style-11 .post--inner{
        padding: 10px;
    }
    .post--style-12 .post--inner{
        flex-wrap: wrap;
    }
    .post--style-12 .post-info,
    .post--style-12 .post--thumb-wrap{
        flex: 1 1 100%;
        max-width: 100%;
    }
    .post--style-12 .post-info{
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}
body:not(.rtl) .post--style-01 .post--comment{
    margin-left: 11px;
    padding-right: 10px;
}
body:not(.rtl) .post--style-01 .sl-wrapper{
    padding-right: 13px;
    margin-left: 23px;
}
body:not(.rtl) .post--style-01 .sl-wrapper:after{
    right: -6px;
}
body.rtl .post--style-01 .sl-wrapper{
    padding-left: 13px;
    margin-right: 23px;
}
body.rtl .post--style-01 .sl-wrapper:after{
    left: -6px;
}
body.rtl .post--style-01 .post--comment{
    margin-right: 11px;
    padding-left: 10px;
}
body.rtl .post--style-01 .sl-wrapper .count{
    right: auto;
    left: 0;
    top: -4px;
}
body.rtl .post--style-01 .post--comment-count{
    right: auto;
    left: 0;
    top: 0;
}
body.rtl .post--style-05 .post--time, body.rtl .post--style-04 .post--time, body.rtl .post--style-03 .post--time, body.rtl .post--style-01 .post--time{
    left: auto;
    right: 10px;
}
body.rtl .post--style-05 .post--comment, body.rtl .post--style-04 .post--comment, body.rtl .post--style-03 .post--comment{
    margin-left: 0;
    margin-right: 40px;
}
body.rtl .post--style-05 .sl-wrapper, body.rtl .post--style-04 .sl-wrapper, body.rtl .post--style-03 .sl-wrapper,
body.rtl .post--style-05 .post--share, body.rtl .post--style-04 .post--share, body.rtl .post--style-03 .post--share{
    margin-left: 0;
    margin-right: 10px;
}
body.rtl .post--style-05 .post--author img, body.rtl .post--style-04 .post--author img, body.rtl .post--style-03 .post--author img{
    margin-right: 0;
    margin-left: 8px;
}
body.rtl .post--style-04{
    text-align: right;
}
body.rtl .post--style-05{
    text-align: right;
}
body.rtl .post--style-02 .post-info{
    padding-left: 0;
    padding-right: 10px;
}
body.rtl .post--style-06 .post--time{
    right: auto;
    left: 0;
}
body.rtl .post--style-08 .post-info{
    padding-left: 0;
    padding-right: 85px;
}
body.rtl .post--style-10 .post--categories, body.rtl .post--style-09 .post--categories{
    right: 30px;
    left: auto;
}
body.rtl .post--style-10 .post-meta > * > i, body.rtl .post--style-09 .post-meta > * > i{
    margin-left: 6px;
    margin-right: 0;
}
body.rtl .post--style-10 .post-meta > *:not(:first-child), body.rtl .post--style-09 .post-meta > *:not(:first-child){
    margin-left: 0;
    margin-right: 20px;
}
body.rtl .post--style-11 .post-thumb{
    overflow: hidden;
}
body.rtl .post--style-05 .post--comment .bio-icon31, body.rtl .post--style-04 .post--comment .bio-icon31, body.rtl .post--style-03 .post--comment .bio-icon31{
    margin-left: 0;
    margin-right: 4px;
}
body.rtl .post--style-05 .sl-wrapper .sl-button .icon, body.rtl .post--style-04 .sl-wrapper .sl-button .icon, body.rtl .post--style-03 .sl-wrapper .sl-button .icon{
    margin-left: 0;
    margin-right: 5px;
}
