.us-blog-category-row {
    margin-bottom: 30px;
}
.us-blog-category-small {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 20px;
}

.us-column-list {
    background-color: #FFF;
    border-radius: 0px 0px 1px 1px;
    margin-bottom: 20px;
}

.info-sidebar .us-column-list {
    background-color: #f3f5fb;
}

.us-column-item {
    padding: 15px;
    border-bottom: 1px solid #fbfbfb;
    position: relative;
    z-index: 1;
}

.info-sidebar .us-column-item {
    border-bottom: 0;
}

.us-column-link {
    display: block;
    color: #666;
    transition: color .15s ease;
}

.us-column-link:hover {
    color: #71BE00;
    text-decoration: underline;
}

.us-blog-search {
    background-color: #FFF;
    border-radius: 0px 0px 1px 1px;
    margin-bottom: 20px;
}

.us-blog-search-title {
    color: #FFF;
    font-weight: 300;
    padding: 15px;
    background-color: #666;
}

.blog-input-group {
    padding: 15px;
    position: relative;
    z-index: 1
}

.us-blog-search-input[type="text"] {
    color: #C7C7C7;
    font-weight: 300;
    padding: 13px 35px 13px 10px;
    background-color: #F9F9F9;
    border: 1px solid #EEE;
    border-right: none;
}

.us-blog-search-input[type="text"]:-ms-input-placeholder {
    color: #C7C7C7;
    font-weight: 300;
}

.us-blog-search-input[type="text"]::-ms-input-placeholder {
    color: #C7C7C7;
    font-weight: 300;
}

.us-blog-search-input[type="text"]::placeholder {
    color: #C7C7C7;
    font-weight: 300;
}

.us-blog-search-btn {
    color: #DEDEDE;
    font-size: 20px;
    padding: 13px 10px 12px 10px;
    background-color: #F9F9F9;
    border: none;
    border-right: 1px solid #EEE;
    position: absolute;
    right: 16px;
    top: 16px;
    transition: color .15s ease;
    z-index: 2
}

.us-blog-search-btn:hover {
    color: #71BE00;
}

.us-blog-category-left .us-owl-nav {
    bottom: 44%;
}

.us-blog-category-left .us-owl-nav button.us-owl-prev {
    left: 9.2%;
}

.us-blog-category-left .us-owl-nav button.us-owl-next {
    left: 84.8%;
}

.us-blog-category-cont .us-news-block {
    width: 48%;
    margin-bottom: 30px;
}

.us-pagination-cont {
    background-color: #FFF;
    padding: 26px 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.03);
    transition: box-shadow .15s ease .05s;
}

.us-pagination-cont:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.blog-no-comments {
    padding: 10px 30px;
}

.us-blog-categories-toggle {
    position: absolute;
    top: 0;
    line-height: 50px;
    right: 0;
    width: 30px;
    text-align: center;
}

.us-blog-categories-toggle i {
    font-size: 10px;
    transition: transform .3s ease
}

.us-blog-categories-toggle.clicked i {
    transform: rotate(180deg)
}

.us-blog-subcategories {
    background: #fbfbfb;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    margin-top: 15px;
}

.us-blog-subcategories .us-column-item:not(:last-child) {
    border-bottom: 1px solid #f5f5f5
}

.us-blog-subcategories a {
    font-size: 13px;
    margin-left: 6px;
}

.us-blog-article-row .us-item {
    margin-bottom: 30px;
}

.us-admin-answer .us-admin-answer-title {
    margin: -10px 0 20px;
}



/*blog post*/


.us-blog-post-cont-top {
    margin-bottom: 15px;
}

.us-blog-post-img {
    margin-bottom: 15px;
}

.us-blog-post-img img,
.us-blog-post-gallery-item img {
    width: 100%;
}

.us-blog-post-text {
    color: #5C5C5C;
    font-size: 14px;
    line-height: 21px;
}

.us-blog-post-text p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #484848;
}

.us-blog-post-cont .us-page-main-title {
    margin-bottom: 33px;
}

.us-blog-post-gallery-item {
    border-radius: 1px;
    cursor: pointer;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.03);
    position: relative;
    display: block;
}

.us-blog-post-gallery-overlay {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: background .15s ease .05s;
}

.us-blog-post-gallery-item:hover .us-blog-post-gallery-overlay {
    background: rgba(255, 255, 255, 0.36);
}
.us-blog-post-info {
    padding: 16px 0;
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
}

.us-blog-post-info-list {
    margin-left: 15px;
}

.us-blog-post-info-item {
    color: #898989;
    font-size: 13px;
}

.us-blog-post-info-item:not(:last-child) {
    margin-right: 25px;
}

.us-blog-post-info-item i {
    color: #71BE00;
    font-size: 18px;
}

.us-blog-post-info-item span {
    margin-left: 8px;
}

.us-reviews-blog {
    padding-top: 20px;
}

.us-reviews-blog .us-review-block {
    margin-right: 15px;
}

.us-news-block-inner {
    margin-bottom: 30px
}

.us-reviews-blog .pagination {
    padding: 30px 0 0;
}
/**/

