.post_item article {
    border: 1px solid #ddd;
    padding: 15px 5px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
    background-color: #fff;
}

.first_A {
    position: relative;
    width: 100%;
    height: 200px;
    flex: 0 0 200px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
}

.first_A img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
}

h3.title-section-page a {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #404040;
    transition: 0.3s;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

span.s_category {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.post_item article p{
    font-size: 14px;
}

a.readmore.btn.btn-success.pull-left {
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    background-color: #0086f0;
    border: 1px solid #0086f0;
    padding: 10px 10px;
    height: 38px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

a.readmore.btn.btn-success.pull-left:hover {
    background: transparent;
    color: #0086f0;
}

.widget-title {
    font-size: 16px;
    margin-bottom: 10px;
}


.single-pp-wrapper {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
    background-color: #fff;
    display: flex;
    align-items: center;
}

.popular-post-img img {
    width: 120px;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid #ddd;
}

.popular-post-img {
    margin-left: 10px;
}

.popular-post-content h5 a {
    font-size: 14px;
} 
.popular-post-content p {
    margin-top: 10px;
} 

.widget-search form {
    display: flex;
    align-items: center;
}
.widget-search button {
    font-size: 15px;
    background: #0086f0;
    height: 45px;
    width: 40px;
    color: #fff;
}

nav.pagination.introfx.clearfix {
    font-size: 16px;
}

.col-lg-9.col-md-8.col-sm-12.padding-top50 {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
}

.full-area-thumb img {
    border-radius: 6px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.full-area-blog-post h4 {
    font-size: 16px;
}

.col-md-12.col-xs-12.content-news-blog.pull-right p {
    font-size: 14px;
}

.comment {
    font-size: 14px;
}

.comment input {
    display: flex;
    width: 100%;
    border: 1px solid #ddd;
    min-height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.comment textarea {
    display: flex;
    width: 100%;
    border: 1px solid #ddd;
    min-height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

.comment input[type=checkbox] {
    font-size: 20px;
    width: 20px;
}


.comment button#submit {
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    background-color: #0086f0;
    border: 1px solid #0086f0;
    padding: 10px 10px;
    height: 40px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}


.comment button#submit:hover {
    background: transparent;
    color: #0086f0;
}
ul.comments-like .pull-right {
    margin-left: 15px;
}