#social {
   /* margin-bottom: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    background: #822433;
}

@media only screen and (max-width : 767px) {
    .box-social-1, .box-social-2 {
        margin-bottom: 20px;
    }
    
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .box-social-1, .box-social-2 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width : 992px) {
	.box-social-1, .box-social-2 {
        margin-bottom: 20px;
    }
}

.box-social > div {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    padding: 10px 20px 10px;
}

.box-social {
    font-size: 11px;
    line-height: 13px;
    
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.box-social img {
    margin-top: 0;
}

div.box-social img{
    width:100% !important;
    margin:0px !important;
}
div.box-social img.Emoji{
    display:none !important;
}

div.box-social .post-link{
    padding-top: 10px;
    line-height: 30px !important;
}

div.box-social .post-link img{
    width: 30px !important;
    height: auto !important;
}

div.box-social .post-link a.social-text{
    float: right;
    font-size: 1.3em;
}

.view-social-feeds .pager li > a, .view-social-feeds .pager li > span {
	
	border-radius:0px;
	color:#fff;
	background-color:#822433;
}
.view-social-feeds .pager li.pager-current, .view-social-feeds .pager li.pager-previous , .view-social-feeds .pager li.pager-next{
	color:#fff;
	background-color:#822433;
}

.view-social-feeds .pager li.pager-previous {
	margin-right: 15px;

}
.view-social-feeds .pager li.pager-next{
	margin-left: 15px;
}


@media only screen and (max-width : 991px) {
    .box-social img {
        display: none;
    }
}
