/*blog details*/

.article-details {
    font-size: 14px;
}
.article-details .article-ratings-social-share {
    display: none;
}
.com-content.view-article #sp-main-body {
    padding: 75px 0px;
}
.com-content.view-article #sp-main-body .article-media-wrapper {
    margin: 0px;
}
.com_content.com-content.view-article.layout-blog .sp-page-title {
    display: none;
}
.com-content.view-article #sp-main-body .article-details-intro {
    background-image: none !IMPORTANT;
    background-color: inherit;
    padding: 0px 0px 50px 0px;
}
.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 38px !IMPORTANT;
    color: #000;
}
.article-details .article-info {
    color: #000 !IMPORTANT;
}
.com-content.view-article #sp-main-body .article-info>span a {
    color: #000;
}
.com-content.view-article #sp-main-body .article-media-wrapper img {
    border-radius: 0px !IMPORTANT;
}
.com-content.view-article #sp-main-body .article-body {
    max-width: 100% !IMPORTANT;
}
@media(max-width:991px){
.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 26px !IMPORTANT;
  }}
  

/*blog listing*/

body.com-content.view-category #sp-main-body>.container {
    /* max-width: 1140px; */
    width: inherit !IMPORTANT;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-weight: 600;
    font-size: 24px !IMPORTANT;
    line-height: 1.5 !IMPORTANT;
}
@media(Max-width:991px){
.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 20px !IMPORTANT;
    line-height: 1.5 !IMPORTANT;
}
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    border-radius: 0px !IMPORTANT;
}
.com_content.com-content.view-category.layout-blog .col-md-8 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100% !IMPORTANT;
}


/*search*/

div#sp-search input#mod-finder-searchword128 {
    width: 23% !IMPORTANT;
    border-radius: 0px !IMPORTANT;
}
div#sp-search button.btn.btn-primary {
    border-radius: 0px !IMPORTANT;
}
div#sp-search .awesomplete {
    margin-top: 50px !IMPORTANT;
    border-radius: 0px !IMPORTANT;
}
div#sp-search {
    text-align: center;
    margin: auto;
    margin-top: 50px;
    margin-bottom: -40px;
}
@media(max-width:991px){
    
div#sp-search {
    width: 100%;
}
}
h4.result-title a {
    font-size: 20px;
    color: #000;
}
.com_content.com-content.view-article.layout-blog div#sp-search {
    display: none;
}
