/* FLICKR idol-widget */

.themeidol-flickr a { 
	display:block; 
	line-height:0; 
}
.themeidol-flickr .widget-content {
    margin-top: -2%;
    overflow:hidden; 
}
.themeidol-flickr .flickr_badge_image {
	float:left; 
	overflow:hidden; 
	width:23%; 
	margin: 2% 2% 0px 0; 
}

.themeidol-flickr .flickr_badge_image img { 
	width:100%; 
	height:auto; 
}
/* Flickr CSS */

.flickr_badge_image a:hover img,
.themeidol-instagram-feed li a:hover img,
.idol-widget_themeidol_site2quotes_idol-widget a:hover img {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.flickr_badge_image a img,
.themeidol-instagram-feed li a img {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
