section#chir_collection {
    background: #Fff;
}
.page-header {
    text-align: center;
    padding: 20px 0 !important;
    margin: 0 0 10px 0 !important;
    border: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f1f2f4;
}
.blog-cat-list ul.cat-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
}
.blog-cat-list ul.cat-list li:first-child {
    margin-left: 0;
}
.blog-cat-list ul.cat-list li {
    display: inline-block;
    margin: 0 25px;
}
.blog-cat-list ul.cat-list a:hover, .blog-cat-list ul.cat-list a.active {
    color: #555;
}
.blog-cat-list ul.cat-list a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: #555;
    display: inline-block;
}
.line-hover.line-white.active:after{
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
}
.hentry {
    margin: 0 0 1.5em;
}
.post-thumbnail {
    position: relative;
    display: block;
    height: 230px;
    overflow: hidden;
}
img {
    height: auto;
    max-width: 100%;
}
.entry-title {
    font-size: 40px;
    font-size: 2rem;
    font-weight: 400;
    margin: 15px 0 20px 0;
    height: 38px;
    overflow: hidden;
}

.entry-summary {
    color: #7c7c80;
}
.entry-summary {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 2;
    max-height: 4em;
    overflow: hidden;
}
.entry-summary p {
    margin-bottom: 0;
}
.line-hover:after{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #23232c;
}
.line-hover.read-more{
    position: relative;
    display: inline-block;
}
.line-hover:hover:after{
    left: 0;
    width: 100%;
    background-color: #23232c;
}
.widget-title {
    font-size: 20px;
    font-family: "Sofia Pro",Poppins,sans-serif;
    font-weight: 300;
    color: #23232c;
    margin: 0 0 30px 0;
}
.popular-posts-widget .popular-post {
    margin-bottom: 20px;
}
.popular-posts-widget .widget-thumb {
    overflow: hidden;
    width: 43%;
    margin-right: 5%;
    display: inline-block;
}
.popular-posts-widget h4 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.69231;
    float: right;
    width: 52%;
}
.popular-posts-widget h4 a {
    color: #23232c;
}
.popular-posts-widget .entry-date {
    font-size: 10px;
    color: #bfbfc8;
    font-weight: 600;
    display: block;
}
.widget {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #f1f2f4;
}
.social-links-widget a {
    font-size: 14px;
    color: #909097;
    font-weight: 400;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 10px 10px 0;
    border: 1px solid #f1f2f4;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.paginator {
    text-align: center;
    color: #b0b0b0;
    padding: 20px 0;
}

.paginator span, .paginator a {
    color: #000;
}

.paginator span.currentPage {
    background: #e7e7e7;
    position: relative;
    padding: 3px 10px;
    margin: 0 3px;
    display: inline-block;
}

.paginator > a {
    display: inline-block;
    position: relative;
    padding: 3px 10px;
    margin: 0 3px;
    border: 1px solid transparent;
    color: #000;
}

.paginator > a:hover {
    background: #e7e7e7;
}

.paginator .labelPages, .paginator .titlePages {
    display: none;
}
.td-module-thumb a:last-child::before {
    opacity: 0.6;
}
.td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    height: 70%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.single_blog_post_box{
    border: 1px solid #ededed;
    box-shadow: -5px 5px 0 #f0f0f0;
    padding: 6px;
}
.blog_post_heading h2 a{
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
}
.blog_post_heading h2 a:hover{
    color: #00a651;
}
.blog_post_heading{
    height: 90px;
    overflow: hidden;
    padding: 0 5px 0;
    border-bottom: 1px solid #ddd;
}
.blog_post_content{
    padding: 10px 10px 0;
    height: 100px;
    overflow: hidden;
}
.article_item{
    margin-bottom: 30px;
    padding: 0 10px;
}
.blog_post_content p{
    height: 60px;
    overflow: hidden;
}
.blog_post_content ul li i {
    color: #00a651;
}
.blog_post_content ul{
    list-style: none;
}
.sing_right_widget>h2{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.category_right{
    list-style: none;
}
.category_right li{
    margin-bottom: 20px;
}
.category_right li a{
    color: #333;
    text-decoration: none;
    font-size: 15px;
}
.category_right li a i{
    color: #333;
    margin-right: 15px;
}
.category_right li a:hover{
    color: #00a651;
}
.category_right li a i:hover{
    color: #00a651;
}
.social-links-widget a:hover{
    color: #00a651;
}