@font-face {
    font-family: 'ipt-icomoon';
    src:    url('../fonts/ipt-icomoon.eot?sd6v33');
    src:    url('../fonts/ipt-icomoon.eot?sd6v33#iefix') format('embedded-opentype'),
        url('../fonts/ipt-icomoon.ttf?sd6v33') format('truetype'),
        url('../fonts/ipt-icomoon.woff?sd6v33') format('woff'),
        url('../fonts/ipt-icomoon.svg?sd6v33#ipt-icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.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: 'ssi-icomoon';
	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;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

body [class^="ipt-icomoon-"], body [class*=" ipt-icomoon-"],
body [data-ipt-icomoon] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ipt-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[data-ipt-icomoon]:before {
	content: attr(data-ipt-icomoon);
}
body i[class^="ipt-icomoon-"], body i[class*=" ipt-icomoon-"],
body i[data-ipt-icomoon] {
	font-style: normal;
}

.ipt-icomoon-facebook2:before {
    content: "\e027";
}
.ipt-icomoon-googleplus:before {
    content: "\e023";
}
.ipt-icomoon-youtube3:before {
    content: "\e1a6";
}
.ipt-icomoon-linkedin:before {
    content: "\f0e1";
}
