/* Reset */
.mashup-content img, .mashup-toolbar img { width: auto; margin: 0; }
.mashup-content a, .mashup-content a:hover, .mashup-content a:active, 
.mashup-toolbar a, .mashup-toolbar a:hover, .mashup-toolbar a:active { background-image: none; position: initial; }

.mashup .mashup-stream {
	width: 100%;
	min-height: 100px !important;
}

.mashup .mashup-stream, .mashup .mashup-item {
	padding: 0; 
	margin: 0; 
	list-style: none!important;
	background: none;
    margin: 0 auto;
}

/* Main styles */
/* Feeds */
.mashup {
    color: #444;
    list-style: none outside none;
    margin: 0;
    min-height: 150px;
	position: relative;
}
.mashup-content {
	position: relative;
	padding: 0;
}
.mashup-loading {
	background: url(//cdn.omniupdate.com/ou-mashup/v2.0/images/mashup-loading.gif) no-repeat 0 0;
	position: absolute;
	width: 100%;
    height: 100%;
    background-position: center 50px;
    z-index: 99999;
}
.mashup-toolbar .mashup-loading {
	right: 10px;
	left: auto;
}
.mashup-stream p {
	margin: 0;
	padding: 0;
}
.mashup-stream .mashup-item a {
	color: #107896;
}


.mashup-stream .mashup-item {
    font-size: 14px;
  	position: relative;
	font-family: Arial, sans-serif;
	line-height: 1.35em;
	float: left;
}

.mashup-stream .mashup-item .wrapper {
	background-color: #FFFFFF;
  	position: relative;
    /*padding: 15px 0 45px 0;*/
	margin: 0 5px 10px 5px;
	word-wrap: break-word;

	-webkit-box-shadow: 0 1px 2px 1px rgba(34, 25, 25, 0.3);
	-moz-box-shadow: 0 1px 2px 1px rgba(34, 25, 25, 0.3);
	box-shadow: 0 1px 2px 1px rgba(34, 25, 25, 0.3);
}

.mashup-stream .mashup-item img {
	width:100%;
	display: inline !important;
}

.mashup-stream .mashup-item .inner {
	overflow: hidden;
	padding: 15px;
}
.mashup-stream .mashup-item .icon {
	height: 2.7em;
    width: auto;
	display: inline-block;
}
.mashup-stream .mashup-item .icon img {
	height: 100%;
	width: auto;
}
.mashup-stream .mashup-item .section-intro {
	display: block;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	z-index: 2;
	height: 2.7em;
}

.mashup-stream .mashup-item .clear {
	clear: both;
}

/* Content blocks */

.mashup-stream .mashup-item .section-intro a,
.mashup-stream .mashup-item .section-intro span {
	margin-left: 3px;
}
.mashup-stream .mashup-item .section-intro a {
	text-decoration: underline;
	color: #fff;
}
.mashup-stream .mashup-item .section-title {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
.mashup-stream .mashup-item .section-title a {
	color: #555;
}
.mashup-stream .mashup-item .section-title a:hover {
	color: #2DB6E8;
}
.mashup-stream .mashup-item .section-thumb {
	float: left;
	margin: 0 7px 0 0;
	width: 100%;
	margin-bottom:3px;
	
}
.mashup-stream .mashup-item .section-thumb img {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
}
.mashup-stream .mashup-item .section-text {
	display: block;
}
.mashup-stream .mashup-item .section-text br {
	display: none;
}
.mashup-stream .mashup-item .section-user {
	clear: both;
	display: block;
	font-style: italic;
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 5px 0 0 15px;
	line-height: 12px;
	background: url(//cdn.omniupdate.com/ou-mashup/v2.0/images/profile.png) no-repeat 0 5px;
}

.mashup-stream .mashup-item.mashup-error {
	color: #990000;
}

.mashup-stream .mashup-item a:hover,
.mashup-stream .mashup-item a:focus {
	text-decoration: underline !important;
}

/* Toolbar */
.mashup-toolbar {
	padding: 0 5px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 10px 0 19px 0;
}
/* Filter */
.mashup-toolbar .mashup-filters {
	padding: 0;
	margin: 0 0 15px 0;
}
.mashup-toolbar .mashup-filters li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	text-indent: 0px;
}
.mashup-toolbar .mashup-filters li::before { content: ""; display:none; }
.mashup-toolbar .mashup-filters .mashup-filter-all {
	font-weight: bold;
	color: #213A50;
}
.mashup-toolbar .mashup-filters li a {
	padding: 5px;
	margin: 0 2px 2px 0;
	display: block;
	float: left;
	outline: 0;
	line-height: 0;
	border-radius: 50%;
}
.mashup-toolbar .mashup-filters li.mashup-filter-icon img {
	box-shadow: rgba(100,100,100,0.6) 0px 0px 6px;
}

/* Hover States */
.mashup-toolbar .mashup-filters li.mashup-filter-icon a {
	background-color: rgba(100,100,100,0.1);
}
.mashup-toolbar .mashup-filters li a:hover,
.mashup-toolbar .mashup-filters li a:focus {
	background-color: rgba(100,100,100,0.3);
}
.mashup-toolbar .mashup-filters li a:active {
	background-color: rgba(100,100,100,0.5);
}

.mashup-toolbar .mashup-filters li a.iso-active {
	background-color: rgba(100,100,100,0.2);
}
.mashup-toolbar .mashup-filters li a.iso-active:hover,
.mashup-toolbar .mashup-filters li a.iso-active:focus {
	background-color: rgba(100,100,100,0.4);
}
.mashup-toolbar .mashup-filters li a.iso-active:active {
	background-color: rgba(100,100,100,0.6);
}

.mashup-toolbar .mashup-filters li img {
	margin: 0;
	height: 30px;
	border-radius: 50%;
}

.mashup-toolbar .mashup-filter-groups {
	line-height: 22px;
	height: 40px;
	margin: 0 0 2px 0;
}
.mashup-toolbar .mashup-filters { float: left; }
.mashup-toolbar .mashup-filter-dropdown { float: right; }
.mashup-toolbar .mashup-filters,
.mashup-toolbar .mashup-filter-dropdown { width: 100%; }
@media screen and (min-width: 40em) {
	.mashup-toolbar .mashup-filters,
	.mashup-toolbar .mashup-filter-dropdown { width: 50%; }
}

/* feeds network specific styles */
.mashup-stream .mashup-item.mashup-rss .section-intro {
	background-color: #ff6600;
}
.mashup-stream .mashup-item.mashup-twitter .section-intro{
	background-color: #00aced;
}
.mashup-stream .mashup-item.mashup-facebook .section-intro {
	background-color: #3b5998;
}
.mashup-stream .mashup-item.mashup-googleplus .section-intro {
	background-color: #dd4b39;
}
.mashup-stream .mashup-item.mashup-blog .section-intro {
	background-color: #0389c8;
}
.mashup-stream .mashup-item.mashup-youtube .section-intro {
	background-color: #bb0000;
}
.mashup-stream .mashup-item.mashup-pinterest .section-intro {
	background-color: #cb2027;
}
.mashup-stream .mashup-item.mashup-instagram .section-intro {
	background-color: #517fa4;
}
.mashup-stream .mashup-item.mashup-tumblr .section-intro {
	background-color: #32506d;
}
.mashup-stream .mashup-item.mashup-flickr .section-intro {
	background-color: #ff0084;
}
.mashup-stream .mashup-item.mashup-delicious .section-intro {
	background-color: #3271CB;
}

/* .mashup-content a:focus {outline: initial !important;} */
.mashup-hidden { opacity: 0; }
.visuallyhidden { 
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; width: 1px; 
	margin: -1px; padding: 0; border: 0; 
}
.mashup-no-items {
	padding-left: 12px !important;
}