/* Reset */
.mashup, .mashup-content, .mashup ul, .mashup li, .mashup-toolbar ul, .mashup-toolbar li .stream p{
	background: none;
	list-style: none !important;
	padding: 0; 
	margin: 0; 
}

.mashup-toolbar .filter li a span { font-size: 22px;color: #000;display:table-cell;vertical-align:middle;text-align:center; }

.widget-social__lightbox__media__video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.widget-social__lightbox__media__video object,
.widget-social__lightbox__media__video embed,
.widget-social__lightbox__media__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.loader { position: relative;width:100%;height:100%;margin: 100px auto;padding-bottom: 100px;opacity:0.7; }
.spinner { margin: 100px auto 0;width: 70px;text-align: center; }
.spinner > div { width: 18px;height: 18px;background-color: #333;border-radius: 100%;display: inline-block;-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
.spinner .bounce1 { -webkit-animation-delay: -0.32s;animation-delay: -0.32s; }
.spinner .bounce2 { -webkit-animation-delay: -0.16s;animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.isotope .widget-social__network .widget-social__network__icon { font-size: 22px;padding-right: 5px; }

.widget-social__post a, .widget-social__network__name a, .widget-social__network__icon a {
	color: #fff !important;
}

.widget-social__post {
	word-break: normal;	
}

.profile_url {
	width: 40px;
}

.profile_url .profile_img {
	overflow: hidden;
    width: 40px;
    border-radius: 2px;
}

.profile_url .profile_img img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.widget-social__lightbox__media, .widget-social__lightbox__info {
		display: block;
	}
	
	.widget-social__lightbox__media {
		width: 100%;
	}

	.widget-social__lightbox__info {
		padding-top: 10px;
	}
	
	.widget-social__lightbox__media+.widget-social__lightbox__info {
		padding-left: 0;
	}

	.profile_url, .profile_info {
		display: inline-block;
	}

}

/* Main styles */
/* Feeds */
.mashup { color: #444; }
.mashup-content { position: relative; }

.mashup-loading {
	background: url('http://icon-park.com/imagefiles/loading7_gray.gif') no-repeat 0 0;
	height: 24px;
	font-size:0;
	position: absolute;
	top: 10px;
	right:10px;
	width:24px;
}

/* Content blocks */
.stream { overflow: visible; }
.stream .clear { clear: both; }

.stream li {
	background-color: #FFFFFF;
	border:1px solid #DDDDDD;
/*    box-shadow: 0px 0 1px 1px rgba(34, 25, 25, 0.4);*/
	box-shadow: 1px 1px 2px #DDDDDD;
	font-family: Arial, sans-serif;
    font-size: 11px;
	line-height: 1.35em;
	margin: 1px 12px 12px 1px;
    padding: 15px 0 45px 0;
	position: relative;
    width: 224px;
}

.stream li a { color: #2DB6E8; }

.stream li .inner {
	overflow: hidden;
	padding: 0 15px;
}

.stream li .section-intro {
	bottom: 0;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	left: 0;
	padding:4px 0 1px;
	position: absolute;
	z-index: 2;
	width: 100%;
}

.stream li .section-intro .icon {
	margin:0 5px 0 3px;
	position:relative;
	width: 26px;
	z-index: 3;
}

.stream li .section-intro a {
	color: #FFFFFF;
	text-decoration: underline;
}

.stream li .section-title {
	font-weight: bold;
	margin-bottom: 3px;
}
.stream li .section-title a { color: #555; }
.stream li .section-title a:hover { color: #2DB6E8; }

.stream li .section-thumb {
	float: left;
	margin-right:7px;
}
.stream li .section-thumb img {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-bottom:5px;
	max-width:190px;
}

.stream li .section-text br{ display: none; }

.stream li .section-user {
	background: url(../images/profile.png) no-repeat 0 0;
	clear:both;
	font-style: italic;
	margin: 10px 0 5px;
	padding-left: 15px;
	line-height: 12px;
}

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

/* Toolbar and Filter Icons */
.mashup-toolbar {
	margin-bottom: 15px;
	position: relative;
}

.mashup-toolbar .filter { overflow: auto; }
.mashup-toolbar .filter .link-all { border-width: 2px; }
.mashup-toolbar .filter li a {
	display: table;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin: 0 3px;
	border: 1px solid #222;
	text-align: center;
}

/* BACKGROUND COLORS */
/*RSS*/
.stream li.mashup-rss .section-intro, .filter .f-rss a:hover span { color: #FF9800; }
/*FLICKR*/
.stream li.mashup-flickr .section-intro, .filter .f-flickr a:hover span { color: #f90784; }
/*TWITTER*/
.stream li.mashup-twitter .section-intro, .filter .f-twitter a:hover span { color: #4ec2dc; }
/*FACEBOOK*/
.stream li.mashup-facebook .section-intro, .filter .f-facebook a:hover span { color: #3b5998; }
/*GOOGLE*/
.stream li.mashup-google .section-intro, .filter .f-google a:hover span { color: #2d2d2d; }
/*YOUTUBE*/
.stream li.mashup-youtube .section-intro, .filter .f-youtube a:hover span { color: #DF1F1C; }
/*PINTEREST*/
.stream li.mashup-pinterest .section-intro, .filter .f-pinterest a:hover span { color: #CB2528; }
/*INSTAGRAM*/
.stream li.mashup-instagram .section-intro, .filter .f-instagram a:hover span { color: #EB4924; }
/*TUMBLR*/
.stream li.mashup-tumblr .section-intro, .filter .f-tumblr a:hover span { color: #365472; }


/*isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

