.container {
    width: 100% !important;
}

.social-feed-element {
    display: inline-block;
    background: #fff;
    /*padding: 1.5em;*/
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.social-feed-element:first-child {
    margin-top: 10px !important;
}

.social-feed-element {
    margin-top: 10px !important;
}

section.feed {padding: 0px 20px !important;}

.container {
 -moz-column-width: 25em;
 -webkit-column-width: 25em;
 -moz-column-gap: 1em;
 -webkit-column-gap: 1em;  
 column-count: 4;
 column-gap: 1em;
 -ms-column-width: 25em;
 -ms-column-gap: 1em;
}

.social-feed-element  {
 display: inline-block;
 margin:  0.25rem;
 width:  100%; 
 background:  #efefef;
}

section.feed {
    background-color: #eee;
    padding-bottom: 25px !important;
}

.social-feed-element p.social-feed-text {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0px !important;
}

.author-title {
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    font-family: "News Cycle", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.media-body .fa {
    font-size: 19px !important;
    float: right;
    padding-top: 5px;
}

.social-feed-element .media-object {
    width: 45px !important;
}

.media-body p {
    padding-bottom: 0px !important;
}

.social-feed-element .muted {float: none; display: block;}

.social-feed-element {
    border: 1px solid #c7c7c7;
    border-radius: 0px;

}

.stripe {display: none !important;}

/*
i[class*='ion-'], i[class*='fa-'] {
    color: #000 !important;
}
*/

/* ----- Responsive Layout ----- */

@media (min-width: 1200px) {
.container {
 column-count: 4;
 column-gap: 1em;
}
}

@media (max-width: 1199px) and (min-width: 992px) {
.container {
 column-count: 3;
 column-gap: 1em;
}
}

@media (max-width: 991px) and (min-width: 768px) {
.container {
 column-count: 2;
 column-gap: 1em;
}
}

@media (max-width: 767px) {
.container {
 column-count: 1;
 column-gap: 1em;
}
}













