.home.title {
    text-align: center;
}
.home.title h2{
    font-size: 28px;
    color: #10153d;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
}
.home.title h3{
    font-size: 16px;
    color: #10153d;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.socialposts.home {
    margin: 10px 0 30px;
}
.socialposts.home .socialpost {
    margin-top: 60px;
}
.socialposts.home.groups .socialpost {
    margin-top: 45px;
}
.socialposts.home .blog-posts,
.socialposts.home .instagram-posts{
    display: inline-block;
    width: 310px;
    text-align: center;
    vertical-align: top;
    margin-right: 20px;
}
.socialposts.home .instagram-posts:last-of-type{
    margin-right: 0;
}
.socialposts.home span {
    display: block;
    height: 16px;
    width: 130px;
    background: #fff;
    border: 1px solid #ccc;
    color: #3e4668;
    position: absolute;
    margin-left: 90px;
    margin-top: -31px;
    padding: 34px 0 5px;
    font-weight: 700;
}
.socialposts.home span span {
    display: block;
    width: 35px;
    height: 30px;
    padding: 0;
    position: absolute;
    border: none;
    margin-left: 52px;
    margin-top: -34px;
}
.socialposts.home span.blog-img span {
    background-image: url('../images/floating_ico_blog.png');
    background-position-y: -2px!important;
}
.socialposts.home span.instagram-img span {
    background-image: url('../images/floating_ico_instagram.png');
    background-position-y: -2px!important;
}
.socialposts.home span.facebook-img span {
    background-image: url('../images/floating_ico_facebook.png');
    background-position-y: -2px!important;
}
.socialposts.home .featured-image {
    width: 310px;
    height: 310px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    overflow: hidden;
    background-size: cover!important;
}
.socialposts.home h2.title-post,
.socialposts.home h2.title-post a {
    color: #3e4668;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 18px;
    min-height: 35px;
    overflow: hidden;
    margin-bottom: 10px;
}
.socialposts.home .post-content {
    color: #000;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
}
.likes-insta,
.likes-face {
    display: -webkit-inline-box;
    margin-right: 14px;
}
.comments-insta,
.comments-face {
    display: -webkit-inline-box;
    margin-right: 0px;
}
.likes-insta:before,
.likes-face:before,
.comments-insta:before,
.comments-face:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.likes-insta:before {
    background-image: url('../images/hart.svg');
}
.comments-insta:before {
    background-image: url('../images/comment.svg');
}
.likes-face:before {
    background-image: url('../images/like.svg');
}
.comments-face:before {
    background-image: url('../images/comment.svg');
}
.socialposts.home.groups span {
    display: block;
    height: 25px;
    width: 65px;
    background: #fff;
    border: 1px solid #ccc;
    color: #3e4668;
    position: absolute;
    margin-left: 65px;
    margin-top: -16px;
    padding: 3px 0;
    font-size: 10px;
}
.socialposts.home.groups .facebook-post{
    display: inline-block;
    width: 184px;
    text-align: center;
    vertical-align: top;
    margin-right: 11px;
}
.socialposts.home.groups .facebook-post:last-of-type{
    margin-right: 0px;
}
.socialposts.home.groups .featured-image {
    width: 184px;
    height: 184px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    overflow: hidden;
    background-size: cover!important;
}
.socialposts.home.groups h2.title-post,
.socialposts.home.groups h2.title-post a {
    color: #3e4668;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 16px;
    min-height: 35px;
    overflow: hidden;
    margin-bottom: 10px;
}
.socialposts.home.groups .post-content {
    color: #000;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 30px;
    height: 80px;
    overflow: hidden;
}