/*
* Styles
* 
* @package CT Social
* @subpackage CSS
*

/* ============================================================================== */
/* Browser Reset
/* ============================================================================== */

	.widget_ct_social fieldset,
	.widget_ct_social ul,
	.widget_ct_social li {	border: none; margin: 0; padding: 0; list-style: none;}

/* ============================================================================== */
/* List Styles
/* ============================================================================== */

	.widget_ct_social li { display: inline-block; margin: 0 5px 5px 0; font-size: 16px; line-height: 16px;}
		.widget_ct_social li a { display: inline-block; text-align: center; border-radius: 3px; background: #000; color: #fff; width: 36px; padding: 10px 0;}
			.widget_ct_social li a { -webkit-transition: all 0.5s ease;	-moz-transition: all 0.5s ease;	transition: all 0.5s ease;}
				.widget_ct_social li a:hover { opacity: 0.7;}
				
				.widget_ct_social li.dribbble a:hover { background-color: #ea4c89 !important;}
				.widget_ct_social li.email a:hover { background-color: #2c3e50 !important;}
				.widget_ct_social li.facebook a:hover { background-color: #3b5998 !important;}
				.widget_ct_social li.flickr a:hover { background-color: #ff0084 !important;}
				.widget_ct_social li.foursquare a:hover { background-color: #0072b1 !important;}
				.widget_ct_social li.github a:hover { background-color: #000 !important;}
				.widget_ct_social li.gplus a:hover { background-color: #dd4b39 !important;}
				.widget_ct_social li.instagram a:hover { background-color: #517fa4 !important;}
				.widget_ct_social li.linkedin a:hover { background-color: #007bb6 !important;}
				.widget_ct_social li.pinterest a:hover { background-color: #cb2027 !important;}
				.widget_ct_social li.skype a:hover { background-color: #12a5f4 !important;}
				.widget_ct_social li.twitter a:hover { background-color: #00aced !important;}
				.widget_ct_social li.youtube a:hover { background-color: #bb0000 !important;}