/**
 * IF Social Feed
 *
 */

/* --------------------------------
Main Components
-------------------------------- */
.if-socialfeed{
    background-color : #C2D8D6;
    padding-top: 10px;

}
.if-socialfeed .icon-socialmedia-black{
    float: left;
    margin-right: 10px;
}
.if-socialfeed .heading {
    clear: both;
    padding: 5px;
}

.if-socialfeed h6{
    /*float: left; */
    margin-left: 10px;
}
.if-socialfeed .carousel {
     background-color : #F2F7F7;
}

.if-socialfeed .carousel-control {
    background-image: none!important;

}
.if-socialfeed #carousel-facebook .item {
   padding :0 22px 0 35px;

}
.if-socialfeed #carousel-facebook  .carousel-inner {
    line-height:150px;

}

.if-socialfeed .desc {
    margin-bottom:15px;

}
