.social-feed-container-Wrapper {
	float: left;
    width: 100%;
	margin-bottom: 25px;
}

.social-feed-container{
	float: left;
    width: 100%;
    position: relative;
}

/* Plugin styles */
.social-feed-element.hidden{
   
}
.social-feed-element .pull-left{
    float:left;
    margin-right: 10px;
}
.social-feed-element .pull-right {
    margin-left: 10px;
}
.social-feed-element img, .flickrelement img {
    width: 100%;
    width: auto\9;
    height: auto;
    border: 0;  
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.social-feed-element .attachment {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;

}
a.read-button{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Link styles */
.social-feed-element a {
    color: #3a4424 !important;
    text-decoration: none;
	
}
.social-feed-element a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.social-feed-element a:hover,
.social-feed-element a:active {
    outline: 0;
    color: #005580;
    text-decoration: underline;
}

/* Text styles */
.social-feed-element small {
    font-size: 85%;
}
.social-feed-element strong {
    font-weight: bold;
}
.social-feed-element em {
    font-style: italic;
}
.social-feed-element p {
    margin: 0 0 10px;
}
.social-feed-element .media-body > p{
    margin-bottom:4px;
    min-height:20px;
}
.media-body {
    padding-top: 15px;
}
.social-feed-element p.social-feed-text {
    margin: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
     word-wrap: break-word;
	 float: left;
	 width: 100%;
}
.text-wrapper-box{
	 float: left;
	 width: 100%;
}

.ytTitleWrap .media-body{
	padding-left:10px;
	color:#232323;
}
.ytTitle{
	margin-bottom:15px;
	font-size:18px;
}
.flickrsocial{
	/*height: auto !important;*/
}
/* Message styles 
.social-feed-element,
.social-feed-element .media-body {
    overflow: hidden;
    zoom: 1;
    overflow: visible;
    max-width: 100%;
    display:block;
}
*/
.social-feed-element .media-body .social-network-icon{
    margin-top: -3px;
    margin-right:5px;
    width:16px;
}
.social-feed-element .media-body div{
    color:#333;
    line-height: 20px;
	padding-top: 15px;
}

.social-feed-element .media-object {
    display: block;
    width:30px;
    border-radius:50%;
	float: left;
}
.social-feed-element .media-title {
	float: left;
	padding-top: 8px;
padding-left: 10px;
}
.social-feed-element .media-heading {
    margin: 0 0 5px;
}
.social-feed-element .media-list {
    margin-left: 0;
    list-style: none;
}

.social-feed-element .muted {
    color: #999;
}
.social-feed-element a.muted:hover,
.social-feed-element a.muted:focus {
    color: #808080;
}

.social-feed-element,
.ytWrap, .flickrelement{
    -webkit-box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.2);
            box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.2);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    margin:-1px;
    margin-top:25px;
    background-color: #fff;
    color: #333;
    text-align:left;
    font-size: 14px;
    line-height: 16px;
	width: 24%;
    float:left;
}
.social-feed-container .social-feed-element, .flickrelement{

}
.social-feed-element:hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(10, 10, 10, 0.4);
            box-shadow: 0 0 20px 0 rgba(10, 10, 10, 0.4);
}

.social-feed-element .content, .ytTitleWrap{
    padding:15px;
}
.social-feed-element {
	border: 1px solid #ccc;
}
.social-feed-element .social-network-icon{
    opacity:0.7;
}

.social-feed-element .author-title{
    color: #444;
    line-height: 1.5em;
}
.tumblrTitleWrap{
	    padding: 15px;
    background: #fff;
    position: relative;
}

.tx-pb-social .pb-list-item.tumblrelements .text {
    position: relative;
    color: #FFFFFF;
    background: none;
    padding: 0;
     height: auto;
    /* right: 0px; */
    /* bottom: 0px; */
    /* left: 0px; */
     overflow: hidden;
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
    width: auto;
    word-break: break-word;
    color: #232323;
    margin-left: 34px;
    display: block;
    margin-top: -4px;
    min-height: 24px;
}
.social-feed-element .fa{
	display:none;
}
.backgroundImg {
    width: 100%;
	float: left;
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (max-width: 823px) {
	.social-feed-element, .ytWrap, .flickrelement{
		width: 49%;
	}
}

@media screen and (max-width: 563px) {
	.social-feed-element, .ytWrap, .flickrelement{
		width: 100%;
	}
}
