@font-face {
	font-family: 'fontello';
	src: url('/wp-content/plugins/simple-social-icons/font/fontello_78492063.eot');
	src: url('/wp-content/plugins/simple-social-icons/font/fontello_78492063.eot#iefix') format('embedded-opentype'),
       url('/wp-content/plugins/simple-social-icons/font/fontello_78492063.woff') format('woff'),
       url('/wp-content/plugins/simple-social-icons/font/fontello_78492063.ttf') format('truetype'),
       url('/wp-content/plugins/simple-social-icons/font/fontello_78492063.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/wp-content/plugins/simple-social-icons/font/fontello_11995952.svg') format('svg');
  }
}
*/

.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons ul {
	margin: 0;
	padding: 0;
}

.simple-social-icons ul li {
	background: none !important;
	border: none !important;
	float: left;
	list-style-type: none !important;
	margin: 0 6px 12px !important;
	padding: 0 !important;
}

.simple-social-icons ul li a {
	border: none !important;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	font-family: 'fontello';
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	line-height: 1em;
	speak: none;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	width: 1em;
}

.simple-social-icons ul.aligncenter {
	text-align: center;
}

.simple-social-icons ul.aligncenter li {
	display: inline-block;
	float: none;
}

/* Fallback: fontello files are missing from the static export; use Genericons instead */
.simple-social-icons ul li {
	position: relative;
	float: left;
	width: 36px;
	height: 36px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: -9999px;
	word-wrap: normal;
}

.simple-social-icons ul li a {
	display: none;
}

.simple-social-icons ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Genericons';
	font-size: 18px;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	line-height: 1;
	speak: none;
	text-align: center;
	text-indent: 0;
	text-decoration: none !important;
	text-transform: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #999999;
	border-radius: 3px;
	color: #ffffff;
}

.simple-social-icons ul li:hover:before {
	background-color: #666666;
	color: #ffffff;
}

.simple-social-icons ul li.social-facebook:before {
	content: '\f204' !important;
}

.simple-social-icons ul li.social-instagram:before {
	content: '\f215' !important;
}

.simple-social-icons ul li.social-pinterest:before {
	content: '\f209' !important;
}

.simple-social-icons ul li.social-twitter:before {
	content: '\f202' !important;
}