.main-sidebar{
font-family:segoeuiblack, Arial, Helvetica, sans-serif;
}
.main-sidebar header{
margin-bottom:20px;
}
.sidebar-title{
    height: 60px;
    margin: 0 0;
    background-color: #6b5b95;
    text-align: center;
    color: white;
    display: table;
    width: 100%;
    font-family: segoeuiblackitalic, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.sidebar-title > span{
    display: table-cell;
    vertical-align: middle;
}
.sb-articles{
    padding:0px 20px;
    display: inline-block;
    width: 100%;
}
.main-sidebar h1{
    font-size:18px;
    margin-top:0;
    line-height: 1.4;
}
.main-sidebar .sidebar-title{
    font-size:24px;
}
.sidebar-mini-thumb img{
   /* image-crop elött
    height:70px;
    object-fit: cover;
    float:left;*/
    width: 70px;
    height:auto;
    float:left;

}
.sidebar-medium-thumb{
    margin-bottom:20px;
}
.sidebar-medium-thumb img{
    height: 145px;
    object-fit: cover;
}
.sb-articles .first{
    float: left;
    width: 66%;
    width: calc(100% - 70px);
    padding-left:20px;
    background-color: #fff;
}
.main-sidebar time{
    font-family:seguissemibolditalic, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#6B5B95;
}
.main-sidebar hr{
    width:100%;
    width: calc(100% + 20px);
    border-top: 1px solid #d0cfcf;
    float:left;
}
.main-sidebar article:last-child hr{
    border:none;
    margin-bottom: 20px;
}
#main-left-sidebar .sidebar-title img{
    width: 25px;
    display: inline-block;
    padding-bottom: 0px;
    position: relative;
    bottom: 6px;
    margin-right: 5px;
}
#main-right-sidebar .boxshadow{
    margin-bottom: 20px;
}
#main-right-sidebar .sidebar-title{
    color:#fff;
}

.tags-sidebar{
    padding: 20px;
}
.tags-sidebar h2{
    margin:0 0 20px 0;
    text-transform: uppercase;
    font-size: 24px;
}
.blog-category-row h3{
    padding:0 20px ;
}
.relatedart{
    text-transform: uppercase;
    font-size: 24px;
    padding: 0 20px;
}
.recommended .sb-articles{
    background-color: #fff;
 }
 .recommended hr{
     margin: 0 0 20px 0;
 }
 .recommended hr:last-child{
    display: none;
}
