/*chitiettin*/
.title-page-new{
    color: #000;
    margin: 20px 0 15px;
    font-size: 25px;
}
.dat-user {
    color: #777;
    font-style: italic;
}
.dat-user i.fa-user {
    padding-left: 10px;
}
@media(max-width: 767px){
    .title-page-new {
        font-size: 18px;
    }
}

/*social-icons*/
.social-icons a{
    display: inline-block;
    margin-right: 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color:#fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin-top: 25px;
}
.social-icons a.face{
    background: #3a589d;
}
.social-icons a.instagram{
    background: #e80c26;
}
.social-icons a.twitter{
    background: #2478ba;
}
.social-icons a.gooogle{
    background: #dd4e31
}
.social-icons a.email{
    background: #111;
}
.social-icons a.linkedin{
    background: #0072b7;
}
/*End social-icons*/
.title-new-related {
    margin: 40px 0 30px;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    line-height: 1.3;
    color: #09b060;
    width: 100%;
    text-transform: uppercase;
}
.title-new-related:before {
    position: absolute;
    content: '';
    width: 5px;
    left: 0;
    height: 21px;
    top: calc(50% - 10.5px);
    background: #ed1c24;
}

.related{
    margin-bottom: 30px;
}
.related .related-content{
    padding: 0;
}
.related-content .new-item{
    margin: 0 0 20px;
}
/*End chitiettin*/
