
@media (min-width: 992px) {
    .blog-layout-main {
        flex-grow: 1;
        max-width: 75% !important;
    }
    .blog-layout-aside{
        max-width: 25% !important;
    }
}

ul.list-category li:before{
    content: none;
}
.news-item {
    border: 2px solid #ededed;
    margin-bottom: 40px;
    overflow: hidden;
}

.news-item-img {
    overflow: hidden;
    margin-bottom: 50px;
    height: 250px;
    max-height: 250px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;

}

.news-item:hover .news-item-img {
    transform: scale(1.1);

}

.news-content {
    padding: 0 40px 50px 40px;
}

.news-content .tag {
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    background: #00aa55;
    display: inline-block;
    padding: 10px 19px;
    margin-bottom: 25px;
}

.news-item:hover .news-title {
    color: #00aa55;
}

.news-content--meta {
    margin-bottom: 20px;
}

.news-content--meta span {
    color: #3a3d3e;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    letter-spacing: -0.3px;
}

.news-content--meta span i {
    color: #3a3d3e;
    font-size: 14px;
    line-height: 1;
}

.news-content--list {
    margin-top: 35px;
}

.widget {
    /*border: 2px solid #ededed;*/
    /*padding: 40px;*/
    /*margin-bottom: 40px;*/
}

.widget-title-box {
    margin-bottom: 30px;
}

.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
    border-bottom: 1px solid #ededed;
    display: block;
}

.widget-title {
    color: #3a3d3e;
    font-size: 20px;
    position: relative;
    display: inline-block;
}

animate-border {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 4px;
    background: #00aa55;
    margin-right: 10px;
    top: -3px;
    animation: animborder 2s linear infinite;
}

.animate-border::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 4px;
    left: 5%;
    bottom: 0;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    animation: animborder 2s linear infinite;
}

.search-form {
    position: relative;
}

.search-form .form-control {
    /*background-color: #f8f8f8;*/
    position: relative;
    border-radius: 0;
    border: 0;
    width: 270px;
    height: 60px;
    color: #b5b5b5;
    font-size: 12px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding-left: 30px;
    display: block;
    width: 100%;
}

.search-form button {
    border: 0;
    background-color: #00aa55;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 14px;
    line-height: 60px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
}

.recent-post li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}

.left-news-area .card .card-header .post-thumbnail{
    height: 200px;
    overflow: hidden;
}
.left-news-area .card .card-header .post-thumbnail img{
    min-height: 200px;
}
.left-news-area .card .card-body.blog-details ul.blog-meta li{
    font-size: 14px;
}
