.content-area-main{
    padding-bottom: 30px;
}

.container h1{
    text-align: center;
    font-weight: 600;
}

.flex-row{
    position: relative;
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
}

.widget-area{
    padding: 0 30px 30px;
    position: relative;
    margin: 0;
    width: 100%;
}

.widget-area-title{
    padding: 0 0 30px;
}

.flex-grow{
    flex: 1;
}

.search-field{
    height: 45px !important;
    border-radius: 3px 0 0 3px;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    padding: 0 10px;
}

.ux-search{
    width: 45px;
    height: 45px;
    border-radius: 0 3px 3px 0;
    background-color: #000;
    color: #fff;
    min-width: 2.5em;
    padding-left: .6em;
    padding-right: .6em;
    display: inline-block;
}

.search-field:focus{
    box-shadow: 0 0 5px #ccc;
}

.widget-posts{
    background-color: #fff;
    border: 1px solid #eee;
}

.widget-img,
.badge-inner{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.widget-title{
    padding: 20px 10px;
    border-bottom: 1px solid  #eee;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.li-posts{
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
}
.li-posts:nth-child(odd){
    background-color: #f8f8f8;
}

.container ul li a img:hover {
    text-decoration: none;
    padding: 0 !important;
}

.li-posts .li-posts-div{
    display: flex;
    align-items: center;
}

/*.li-posts .li-posts-a{*/
/*    color: #000;*/
/*    font-weight: bold;*/
/*}*/

.flex-col h5{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #444;
  text-align: center;  
}

.li-posts-div .flex-col,
.flex-col h6{
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #444;
    text-align: left;  
}

.li-posts-a:hover .flex-col{
    color: #F05D5A !important;
}

dl, ol, ul {
    margin-top: 0 !important;
    margin-bottom: 0rem !important; 
}

ol, ul {
    padding-left: 0rem !important;
}

.post-item-img a{
    text-decoration: none;
    text-align: center;
}

.post-item-img:hover{
    box-shadow: 0px 0px 9px -2px;
    transition: all 0.8s;
}

.border,
.border a{
    box-shadow: -1px 1px 1px -1px;
    transition: all 0.8s;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
}

.is-divider{
    height: 2px;
    background-color: rgba(0,0,0,0.1);
    margin: 15px 20px 15px;
    width: 100%;
    max-width: 30px;
}

.badge-circle{
    display: table;
    top: -50%;
    left: -3%;
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 45px;
    width: 45px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}

.badge-inner{
        display: table-cell;
    vertical-align: middle;
    text-align: center;
    /* width: 100%;
    height: 100%; */
    line-height: .85;
    color: #fff;
    font-weight: bolder;
    padding: 2px;
}

.ux-search{
	display: flex;
	align-items: center;
	justify-content: center;
}

.ux-search .fa-search{
	color: #fff !important;
}
