/*
Theme Name: Sin21 Premade 31 (Project Slider)
Theme URI: http://sin21.org
Description: This is a premade base theme created by Sin21 Designs. 
This theme is not to be used or redistributed without the explicit permission of Carol L.
Version: 1.0
Author: Carol L. (admin@sin21.org)
Author URI: http://sin21.org
*/

Looking for the main stylesheet? No problem! Look in the CSS folder!

/* Social Navigation
---------------------------- */

.social-nav {
	display:inline-block; 
}

.social-nav ul {
	margin:0 auto!important; 
	padding:0!important; 
	overflow: visible; 
	list-style:none;
}

.social-nav ul li {
	margin:0;  
	margin-right:0; 
	padding:0;  
	float:left;
}

.social-nav a {
	display: block;
	position: relative; 
	margin-right:8px;
	padding:0 3px;
	font-weight:400; 
	font-size:13px;
	color:#fff; 
	line-height:12px;
}
 

.social-nav a:hover,
.social-nav a:focus {
	color: #43A386;
}

.social-nav ul li:last-child,
.social-nav ul li:last-child:after {
	margin-right:0; 
	content:'';
}

.social-nav a[href*='facebook.com']:before {
	content: '\f09a';
}

.social-nav a[href*='plus.google.com']:before {
	content: '\f0d5';
}

.social-nav a[href*='instagram.com']:before {
	content: '\f16d';
}
.social-nav a[href*='tumblr.com']:before {
	content: '\f173';
}

.social-nav a[href*='twitter.com']:before {
	content: '\f099';
}

.social-nav a[href*='youtube.com']:before {
	content: '\f16a';
}

.social-nav a[href*='mailto:']:before,
.social-nav a[href$='/contact/']:before,
.social-nav a[href$='/contact']:before {
	content: '\f0e0';
}

.social-nav a[href*='rss']:before,
.social-nav a[href*='feed=']:before,
.social-nav a[href$='/feed/']:before,
.social-nav a[href$='/feed']:before {
	content: '\f09e';
}

.social-nav a[href*='flickr.com']:before {
	content: '\f16e';
}

.social-nav a[href*='pinterest.com']:before {
	content: '\f231';
}

.social-nav a[href*='spotify.com']:before {
	content: '\f1bc';
}

.social-nav a[href*='vimeo.com']:before {
	content: '\f194';
}