.artlicleBox{
    background: #fff;
    margin-bottom: 25px;
    padding: 3px;
    padding-right:6px;
}

.article_title {
    color: #18a7ff;
    height: 35px;
    margin: 5px 1px;
    margin-top:10px;
}
.read_more{ 
        color: #fff;
    background-color: #18a7ff;
    border-color: #18a7ff;
    margin: 10px 0px;
}
.articleBody {
    padding: 0px 5px;
}
.pagiWrap{
    margin: 20px 0px;
    text-align: center;
}

.sidebar-links ul li {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: block;
}

.sidebar-links ul li a {
    display: inline-block;
    color: #575757;
    font-size: 16px;
    position: relative;
    z-index: 0;
    text-decoration: none;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    transition: color 75ms linear;
}
.sidebar-links ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    border-radius: 0 4px 4px 0;
    background-color: #ee7460;
    transition: width .1s linear;
}
.sidebar-links ul li a:hover{
    color: #18a7ff;
    text-decoration: none;
}
.active{
    color: #18a7ff !important;
}
.blog_body{
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
}
.post-title{
    font-size: 24px;
    color: #18a7ff;
    padding-bottom: 10px;
}
.is-circular {
    border-radius: 100%;
    width: 70px;
    height: 70px;
}

.posts-archive .post .img-thumbnail {
    margin-top: 10px;
}

.blog-full-width .post .img-thumbnail {
    margin-bottom: 20px;
    /*width: 100%;*/
    /*max-height: 500px;*/
}
.img-thumbnail img:hover, .img-thumbnail:hover {
    opacity: .9;
}
.img-thumbnail {
    background: #f8f7f3;
    padding: 5px;
}
.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #eceae4;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.card-head{
    color: #18a7ff;
}
.widget{
    margin-bottom: 30px;
}
.t-small{
    margin-top: 10px;
    text-align: center;
    line-height: 1.5;
}

.widget-blog-content{
    line-height: 1.2;
    margin: 10px 0px;
}

.widget-blog-content a{
    color: #000;
    font-size: 17px;
}
.widget-blog-content a:hover{
    color: #18a7ff;
    text-decoration: none;
}
.clearfix{
    margin-bottom: 20px;
}
.blog_body_a{
    display: block;
    text-align: center;
}

