.social-list {
	.social-list__items{
		@include grid-indent(7px, 'padding', '.menu-item');
	}
	.menu-item {
		margin: 0;
		&::before {
			display: none;
		}
		> a {
			display: block;
			text-decoration: none;
			text-align: center;

			&:hover {
				text-decoration: none;
			}
			&:focus {}

			&[href*="codepen.io"]::before         { content: '\f1cb'; }
			&[href*="digg.com"]::before           { content: '\f1a6'; }
			&[href*="dribbble.com"]::before       { content: '\f17d'; }
			&[href*="dropbox.com"]::before        { content: '\f16b'; }
			&[href*="flickr.com"]::before         { content: '\f16e'; }
			&[href*="github.com"]::before         { content: '\f09b'; }
			&[href*="linkedin.com"]::before       { content: '\f0e1'; }
			&[href*="pinterest.com"]::before      { content: '\f0d2'; }
			&[href*="getpocket.com"]::before      { content: '\f265'; }
			&[href*="reddit.com"]::before         { content: '\f1a1'; }
			&[href*="skype.com"]::before,
			&[href*="skype:"]::before             { content: '\f17e'; }
			&[href*="stumbleupon.com"]::before    { content: '\f1a4'; }
			&[href*="tumblr.com"]::before         { content: '\f173'; }
			&[href*="vimeo.com"]::before          { content: '\f27d'; }
			&[href*="wordpress.org"]::before,
			&[href*="wordpress.com"]::before      { content: '\f19a'; }
			&[href*="youtube.com"]::before        { content: '\f167'; }
			&[href*="amazon.com"]::before         { content: '\f270'; }
			&[href*="tripadvisor"]::before        { content: '\f262'; }
			&[href*="ycombinator.com"]::before    { content: '\f23b'; }
			&[href*="xing.com"]::before           { content: '\f168'; }
			&[href*="yahoo."]::before             { content: '\f19e'; }
			&[href*="vine.co"]::before            { content: '\f1ca'; }
			&[href*="weibo.com"]::before          { content: '\f18a'; }
			&[href*="trello.com"]::before         { content: '\f181'; }
			&[href*="steampowered.com"]::before   { content: '\f1b6'; }
			&[href*="soundcloud.com"]::before     { content: '\f1be'; }
			&[href*="spotify.com"]::before        { content: '\f1bc'; }
			&[href*="stackexchange.com"]::before  { content: '\f18d'; }
			&[href*="stackoverflow.com"]::before  { content: '\f16c'; }
			&[href*="slideshare.net"]::before     { content: '\f1e7'; }
			&[href*="slack.com"]::before          { content: '\f198'; }
			&[href*="skyatlas.com"]::before       { content: '\f216'; }
			&[href*="last.fm"]::before            { content: '\f202'; }
			&[href*="jsfiddle.net"]::before       { content: '\f1cc'; }
			&[href*="behance.net"]::before        { content: '\f1b4'; }
			&[href*="bitbucket.org"]::before      { content: '\f171'; }
			&[href*="codepen.io"]::before         { content: '\f1cb'; }
			&[href*="codiepie.com"]::before       { content: '\f284'; }
			&[href*="connectdevelop.com"]::before { content: '\f20e'; }
			&[href*="dashcube.com"]::before       { content: '\f210'; }
			&[href*="contao.org"]::before         { content: '\f26d'; }
			&[href*="delicious.com"]::before      { content: '\f1a5'; }
			&[href*="deviantart.com"]::before     { content: '\f1bd'; }
			&[href*="vk.com"]::before             { content: '\f189'; }

			&[href*="facebook.com"]::before       { content: '\eb82'; }
			&[href*="twitter.com"]::before        { content: '\eb98'; }
			&[href*="plus.google.com"]::before    { content: '\eb86'; }
			&[href*="instagram.com"]::before      { content: '\eb87'; }

			&::before {
				@include linear-icon();
				@include font-size(0.86);
				display: block;
				line-height: 1.5em;
				margin: auto;

				.social-list--text & {
					display: none;
				}
			}

			&[href*="facebook.com"]::before,
			&[href*="twitter.com"]::before,
			&[href*="plus.google.com"]::before,
			&[href*="instagram.com"]::before {
				@include nucleo-mini-icon;
			}
		}
	}
	&--widget {
		a {	}
	}
}

