.blog-image {
    margin-bottom: 30px;
    float: left;
    /*margin: 0 20px 15px 0;*/
    overflow: hidden; }
@media (max-width: 991px) {
    .blog-image {
        float: none;
        margin-right: 0; } }
.blog-image a {
    display: block;
    position: relative; }
.blog-image a:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
.blog-image a:hover:after {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
.blog-image a:after {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    position: absolute;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
.blog-image a img {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
@media (max-width: 991px) {
    .blog-image a img {
        width: 100%; } }

#homepage-blog {
    margin-bottom: 15px; }
#homepage-blog .title_block:after {
    display: none; }
#homepage-blog .date-added {
    background: #dbb879;
    display: inline-block;
    color: #fff;
    padding: 3px 11px 4px;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 16px; }
#homepage-blog h5 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333333;
    font-family: "Ubuntu", sans-serif; }
#homepage-blog h5 a {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #333333;
    font-size: 16px;
    line-height: 20px; }
#homepage-blog h5 a:hover {
    color: #dbb879; }
#homepage-blog .post-descr {
    margin-bottom: 14px; }
#homepage-blog .commentcount {
    text-transform: uppercase;
    margin-bottom: 15px; }
#homepage-blog .commentcount i {
    color: #b4b4b4;
    margin-right: 4px; }
#homepage-blog .commentcount a {
    color: #dbb879;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
#homepage-blog .commentcount a:hover {
    color: #333; }
#homepage-blog .btn {
    background: #fff;
    border: 1px solid #e7e7e6;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 29px;
    color: #888888;
    font-weight: 300;
    z-index: 1;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
#homepage-blog .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background: #dbb879;
    content: "";
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1; }
/*#homepage-blog .btn:hover {*/
/*    border-color: #dbb879;*/
/*    color: #fff; }*/
/*#homepage-blog .btn:hover:before {*/
/*    -moz-transform: scale(1, 1);*/
/*    -ms-transform: scale(1, 1);*/
/*    -o-transform: scale(1, 1);*/
/*    -webkit-transform: scale(1, 1);*/
/*    transform: scale(1, 1);*/
/*    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);*/
/*    opacity: 1; }*/
#homepage-blog li {
    margin-bottom: 15px;
    overflow: hidden;}
@media (min-width: 992px) {
    #homepage-blog li.first-in-line {
        clear: left; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #homepage-blog li {
        width: 50%;
        float: left; } }
@media (min-width: 768px) and (max-width: 991px) {
    #homepage-blog li.first-item-of-tablet-line {
        clear: left; } }
@media only screen and (max-width: 767px) {
    #homepage-blog li.first-item-of-mobile-line {
        clear: left; } }



#homepage-blog .title_block{
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

#homepage-blog .post-descr {
    font-size: 14px;
}

#module-smartblog-category .title_block_exclusive {
    font-size: 28px;
}

#homepage-blog .btn:hover {
    color: #f4b816;
}

.read-more:hover {
    color: #f4b816;
}

#homepage-blog .btn:focus {
    box-shadow: unset;
}

#module-smartblog-category .pagination  {
    gap: 10px;
}