.aapc-social-icons {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
}
.aapc-social-icons li {
	display: inline-block;
	margin-bottom: 0.25em;
	text-align: center;
}
.aapc-social-icons li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	transition: all 0.5s;
}
.aapc-social-icons.show-icon-labels {
	justify-content: flex-start;
}
.aapc-social-icons.icon-list-left {
	justify-content: flex-start;
}
.aapc-social-icons.icon-list-center {
	justify-content: center;
}
.aapc-social-icons.icon-list-right {
	justify-content: flex-end;
}
.aapc-social-icons.icon-round li a,
.aapc-social-icons.icon-round li span {
	border-radius: 50%;
}
.aapc-social-icons.icon-square-round li > a,
.aapc-social-icons.icon-square-round li > span {
	border-radius: 25%;
}
.aapc-social-icons.icon-square-round.show-icon-labels li > a,
.aapc-social-icons.icon-square-round.show-icon-labels li > span {
	border-radius: 4px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.aapc-social-icons.icon-outline li a {
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
}
.aapc-social-icons.icon-outline-rounded li a {
	border-radius: 4px;
	border-width: 2px;
	border-style: solid;
}

.aapc-social-icons li span.socicon {
	display: inline-block;
	line-height: 1;
}
.aapc-social-icons .aapc-social-icon-label {
	margin-left: 5px;
	font-size: 0.9em;
}

@font-face {
	font-family: 'Socicon';
	src: url('https://www.skinnytaste.com/wp-content/plugins/aapc-social-icons/assets/social-icons/font/socicon.eot');
	src: url('https://www.skinnytaste.com/wp-content/plugins/aapc-social-icons/assets/social-icons/font/socicon.eot#iefix') format('embedded-opentype'),
		url('https://www.skinnytaste.com/wp-content/plugins/aapc-social-icons/assets/social-icons/font/socicon.woff2') format('woff2'),
		url('https://www.skinnytaste.com/wp-content/plugins/aapc-social-icons/assets/social-icons/font/socicon.woff') format('woff'),
		url('https://www.skinnytaste.com/wp-content/plugins/aapc-social-icons/assets/social-icons/font/socicon.ttf') format('truetype'),
		url('https://www.skinnytaste.com/wp-content/plugins/aapc-social-icons/assets/social-icons/font/socicon.svg#socicon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="socicon-"]:before, [class*=" socicon-"]:before {
  font-family: "Socicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-amazon:before { content: '\f270'; }
.socicon-basket:before { content: '\e800'; }
.socicon-bloglovin:before { content: '\e855'; }
.socicon-etsy:before { content: '\f2d7'; }
.socicon-facebook:before { content: '\f09a'; }
.socicon-heart:before { content: '\e802'; }
.socicon-heart_open:before { content: '\e803'; }
.socicon-instagram:before { content: '\f16d'; }
.socicon-linkedin:before { content: '\f0e1'; }
.socicon-mail:before { content: '\e801'; }
.socicon-phone:before { content: '\e804'; }
.socicon-pinterest:before { content: '\f231'; }
.socicon-podcast:before { content: '\f2ce'; }
.socicon-rss:before { content: '\f09e'; }
.socicon-smackeral:before { content: '\e93a'; }
.socicon-snapchat:before { content: '\f2ac'; }
.socicon-tiktok:before { content: '\e950'; }
.socicon-twitter:before { content: '\f099'; }
.socicon-youtube:before { content: '\f167'; }
.socicon-youtube_play:before { content: '\f16a'; }
.socicon-yummly:before { content: '\e957'; }