/*!
 * WPMU DEV Hustle UI
 * Copyright 2019 Incsub (https://incsub.com)
 * Licensed under GPL v3 (http://www.gnu.org/licenses/gpl-3.0.html)
 */

.hustle-ui.hustle-displaying-in-large .hustle-social {
	padding: 20px
}
.hustle-ui.hustle-displaying-in-large .hustle-social[data-grid-desktop=inline] ul {
	min-width: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -10px;
	padding: 0
}
.hustle-ui.hustle-displaying-in-large .hustle-social[data-grid-desktop=inline] ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
	padding: 10px
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
	.hustle-ui.hustle-displaying-in-large .hustle-social[data-grid-desktop=inline] ul {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
}
.hustle-ui.hustle-displaying-in-large .hustle-social[data-grid-desktop=stacked] ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: -10px;
	padding: 0
}
.hustle-ui.hustle-displaying-in-large .hustle-social[data-grid-desktop=stacked] ul li {
	margin: 0;
	padding: 10px
}
.hustle-ui.hustle-displaying-in-small .hustle-social {
	padding: 10px
}
.hustle-ui.hustle-displaying-in-small .hustle-social[data-grid-mobiles=stacked] ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: -5px;
	padding: 0
}
.hustle-ui.hustle-displaying-in-small .hustle-social[data-grid-mobiles=stacked] ul li {
	margin: 0;
	padding: 5px
}
.hustle-ui.hustle-displaying-in-small .hustle-social[data-grid-mobiles=inline] ul {
	min-width: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -5px;
	padding: 0
}
.hustle-ui.hustle-displaying-in-small .hustle-social[data-grid-mobiles=inline] ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
	padding: 5px
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
	.hustle-ui.hustle-displaying-in-small .hustle-social[data-grid-mobiles=inline] ul {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
}
.hustle-ui .hustle-social {
	width: auto;
	max-width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0;
	border: 0
}
.hustle-ui .hustle-social li, .hustle-ui .hustle-social ul {
	border: 0;
	list-style: none
}
.hustle-ui .hustle-social li:after, .hustle-ui .hustle-social li:before, .hustle-ui .hustle-social ul:after, .hustle-ui .hustle-social ul:before {
	content: unset!important;
	display: none!important
}
.hustle-ui .hustle-social a[class*=hustle-share-] {
	display: block;
	background-image: unset;
	background-color: rgba(0, 0, 0, 0)
}
.hustle-ui .hustle-social a[class*=hustle-share-] [class*=hustle-icon-social-] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.hustle-ui .hustle-social a[class*=hustle-share-] .hustle-counter {
	display: block;
	font: 500 14px/16px "Open Sans", sans-serif;
	letter-spacing: 0
}
.hustle-ui .hustle-social a[class*=hustle-share-], .hustle-ui .hustle-social a[class*=hustle-share-]:active, .hustle-ui .hustle-social a[class*=hustle-share-]:focus, .hustle-ui .hustle-social a[class*=hustle-share-]:hover {
	border-width: 1px;
	border-style: solid;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none
}
.hustle-ui .hustle-social ul.hustle-counter--none a[class*=hustle-share-] .hustle-counter {
	display: none
}
.hustle-ui .hustle-social ul.hustle-counter--stacked a[class*=hustle-share-] {
	min-width: 30px;
	text-align: center
}
.hustle-ui .hustle-social ul.hustle-counter--stacked a[class*=hustle-share-] .hustle-counter {
	padding: 10px 4px
}
.hustle-ui .hustle-social ul.hustle-counter--inline a[class*=hustle-share-] {
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.hustle-ui .hustle-social ul.hustle-counter--inline a[class*=hustle-share-] [class*=hustle-icon-social-] {
	margin-top: -1px;
	margin-left: -1px
}
.hustle-ui .hustle-social ul.hustle-counter--inline a[class*=hustle-share-] .hustle-counter {
	padding: 0 10px
}
@-webkit-keyframes bounceUpDown {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	75% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes bounceUpDown {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	75% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes bounceDownUp {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	75% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes bounceDownUp {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	75% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes flash {
	from {
		opacity: 1;
		-khtml-opacity: 1
	}
	75% {
		opacity: 0;
		-khtml-opacity: 0
	}
	to {
		opacity: 1;
		-khtml-opacity: 1
	}
}
@keyframes flash {
	from {
		opacity: 1;
		-khtml-opacity: 1
	}
	75% {
		opacity: 0;
		-khtml-opacity: 0
	}
	to {
		opacity: 1;
		-khtml-opacity: 1
	}
}
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes zoom {
	from {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.hustle-ui .hustle-social ul.hustle-animated li a {
	-webkit-animation-duration: 250ms;
	animation-duration: 250ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.hustle-ui .hustle-social ul.hustle-animated[data-animation=bounceUpDown] li a:hover {
	-webkit-animation-name: bounceUpDown;
	animation-name: bounceUpDown
}
.hustle-ui .hustle-social ul.hustle-animated[data-animation=bounceDownUp] li a:hover {
	-webkit-animation-name: bounceDownUp;
	animation-name: bounceDownUp
}
.hustle-ui .hustle-social ul.hustle-animated[data-animation=flash] li a:hover {
	-webkit-animation-name: flash;
	animation-name: flash
}
.hustle-ui .hustle-social ul.hustle-animated[data-animation=zoom] li a:hover {
	-webkit-animation-name: zoom;
	animation-name: zoom
}
.hustle-ui .hustle-social.hustle-social--default a[class*=hustle-share-] {
	border-radius: 0!important
}
.hustle-ui .hustle-social.hustle-social--default a[class*=hustle-share-] [class*=hustle-icon-social-] {
	width: 28px;
	height: 28px
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--facebook .hustle-icon-social-facebook {
	color: #32599d
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--facebook {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--facebook {
	border-color: #32599d
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--twitter .hustle-icon-social-twitter {
	color: #1da1f2
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--twitter {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--twitter {
	border-color: #1da1f2
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--google .hustle-icon-social-google {
	color: #ef3d2c
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--google {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--google {
	border-color: #ef3d2c
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--pinterest .hustle-icon-social-pinterest {
	color: #dc0019
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--pinterest {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--pinterest {
	border-color: #dc0019
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--reddit .hustle-icon-social-reddit {
	color: #ff4500
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--reddit {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--reddit {
	border-color: #ff4500
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--linkedin .hustle-icon-social-linkedin {
	color: #0078ba
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--linkedin {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--linkedin {
	border-color: #0078ba
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--vkontakte .hustle-icon-social-vkontakte {
	color: #4a76a8
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--vkontakte {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--vkontakte {
	border-color: #4a76a8
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--500px .hustle-icon-social-500px {
	color: #000
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--500px {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--500px {
	border-color: #000
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--houzz .hustle-icon-social-houzz {
	color: #4dbc15
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--houzz {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--houzz {
	border-color: #4dbc15
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--instagram .hustle-icon-social-instagram {
	color: #ec0475
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--instagram {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--instagram {
	border-color: #ec0475
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--twitch .hustle-icon-social-twitch {
	color: #4b367c
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--twitch {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--twitch {
	border-color: #4b367c
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--youtube .hustle-icon-social-youtube {
	color: red
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--youtube {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--youtube {
	border-color: red
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--telegram .hustle-icon-social-telegram {
	color: #00ace5
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--telegram {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--telegram {
	border-color: #00ace5
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--whatsapp .hustle-icon-social-whatsapp {
	color: #00c73d
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--whatsapp {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--whatsapp {
	border-color: #00c73d
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] a.hustle-share--email .hustle-icon-social-email {
	color: #bfb45a
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul.hustle-counter--none a.hustle-share--email {
	border-color: transparent
}
.hustle-ui .hustle-social.hustle-social--default[data-custom=false] ul:not(.hustle-counter--none) a.hustle-share--email {
	border-color: #bfb45a
}
.hustle-ui .hustle-social.hustle-social--default ul.hustle-counter--none a[class*=hustle-share-] {
	font-size: 26px
}
.hustle-ui .hustle-social.hustle-social--default ul.hustle-counter--stacked a[class*=hustle-share-] {
	font-size: 16px
}
.hustle-ui .hustle-social.hustle-social--default ul.hustle-counter--stacked a[class*=hustle-share-] [class*=hustle-icon-social-] {
	margin: 0 auto
}
.hustle-ui .hustle-social.hustle-social--default ul.hustle-counter--stacked a[class*=hustle-share-] {
	font-size: 16px
}
.hustle-ui .hustle-social.hustle-social--outlined a[class*=hustle-share-] {
	border-radius: 30px!important
}
.hustle-ui .hustle-social.hustle-social--outlined a[class*=hustle-share-] [class*=hustle-icon-social-] {
	width: 28px;
	height: 28px;
	font-size: 14px
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--facebook {
	border-color: #32599d
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--facebook .hustle-icon-social-facebook {
	color: #32599d
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--twitter {
	border-color: #1da1f2
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--twitter .hustle-icon-social-twitter {
	color: #1da1f2
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--google {
	border-color: #ef3d2c
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--google .hustle-icon-social-google {
	color: #ef3d2c
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--pinterest {
	border-color: #dc0019
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--pinterest .hustle-icon-social-pinterest {
	color: #dc0019
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--reddit {
	border-color: #ff4500
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--reddit .hustle-icon-social-reddit {
	color: #ff4500
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--linkedin {
	border-color: #0078ba
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--linkedin .hustle-icon-social-linkedin {
	color: #0078ba
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--vkontakte {
	border-color: #4a76a8
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--vkontakte .hustle-icon-social-vkontakte {
	color: #4a76a8
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--500px {
	border-color: #000
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--500px .hustle-icon-social-500px {
	color: #000
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--houzz {
	border-color: #4dbc15
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--houzz .hustle-icon-social-houzz {
	color: #4dbc15
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--instagram {
	border-color: #ec0475
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--instagram .hustle-icon-social-instagram {
	color: #ec0475
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--twitch {
	border-color: #4b367c
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--twitch .hustle-icon-social-twitch {
	color: #4b367c
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--youtube {
	border-color: red
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--youtube .hustle-icon-social-youtube {
	color: red
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--telegram {
	border-color: #00ace5
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--telegram .hustle-icon-social-telegram {
	color: #00ace5
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--whatsapp {
	border-color: #00c73d
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--whatsapp .hustle-icon-social-whatsapp {
	color: #00c73d
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--email {
	border-color: #bfb45a
}
.hustle-ui .hustle-social.hustle-social--outlined[data-custom=false] a.hustle-share--email .hustle-icon-social-email {
	color: #bfb45a
}
.hustle-ui .hustle-social.hustle-social--outlined ul.hustle-counter--stacked a[class*=hustle-share-] [class*=hustle-icon-social-] {
	margin: 0 auto
}
.hustle-ui .hustle-social.hustle-social--rounded a[class*=hustle-share-] {
	border-radius: 100px!important
}
.hustle-ui .hustle-social.hustle-social--rounded a[class*=hustle-share-] [class*=hustle-icon-social-] {
	height: 60px;
	border-radius: 100px!important;
	font-size: 34px
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--facebook {
	border-color: #32599d
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--facebook .hustle-icon-social-facebook {
	background-color: #32599d;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--twitter {
	border-color: #1da1f2
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--twitter .hustle-icon-social-twitter {
	background-color: #1da1f2;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--google {
	border-color: #ef3d2c
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--google .hustle-icon-social-google {
	background-color: #ef3d2c;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--pinterest {
	border-color: #dc0019
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--pinterest .hustle-icon-social-pinterest {
	background-color: #dc0019;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--reddit {
	border-color: #ff4500
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--reddit .hustle-icon-social-reddit {
	background-color: #ff4500;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--linkedin {
	border-color: #0078ba
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--linkedin .hustle-icon-social-linkedin {
	background-color: #0078ba;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--vkontakte {
	border-color: #4a76a8
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--vkontakte .hustle-icon-social-vkontakte {
	background-color: #4a76a8;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--500px {
	border-color: #000
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--500px .hustle-icon-social-500px {
	background-color: #000;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--houzz {
	border-color: #4dbc15
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--houzz .hustle-icon-social-houzz {
	background-color: #4dbc15;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--instagram {
	border-color: #ec0475
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--instagram .hustle-icon-social-instagram {
	background-color: #ec0475;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--twitch {
	border-color: #4b367c
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--twitch .hustle-icon-social-twitch {
	background-color: #4b367c;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--youtube {
	border-color: red
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--youtube .hustle-icon-social-youtube {
	background-color: red;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--telegram {
	border-color: #00ace5
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--telegram .hustle-icon-social-telegram {
	background-color: #00ace5;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--whatsapp {
	border-color: #00c73d
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--whatsapp .hustle-icon-social-whatsapp {
	background-color: #00c73d;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--email {
	border-color: #bfb45a
}
.hustle-ui .hustle-social.hustle-social--rounded[data-custom=false] a.hustle-share--email .hustle-icon-social-email {
	background-color: #bfb45a;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--rounded ul.hustle-counter--none a[class*=hustle-share-] {
	border-width: 0
}
.hustle-ui .hustle-social.hustle-social--rounded ul.hustle-counter--none a[class*=hustle-share-] [class*=hustle-icon-social-] {
	width: 60px
}
.hustle-ui .hustle-social.hustle-social--rounded ul.hustle-counter--stacked a[class*=hustle-share-] [class*=hustle-icon-social-] {
	width: auto;
	margin-top: -1px;
	margin-right: -1px;
	margin-left: -1px
}
.hustle-ui .hustle-social.hustle-social--rounded ul.hustle-counter--inline a[class*=hustle-share-] [class*=hustle-icon-social-] {
	width: 30px;
	margin-top: -1px;
	margin-left: -1px
}
.hustle-ui .hustle-social.hustle-social--squared a[class*=hustle-share-] {
	border-radius: 0!important
}
.hustle-ui .hustle-social.hustle-social--squared a[class*=hustle-share-] [class*=hustle-icon-social-] {
	height: 30px;
	font-size: 16px
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--facebook {
	border-color: #32599d
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--facebook .hustle-icon-social-facebook {
	background-color: #32599d;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--twitter {
	border-color: #1da1f2
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--twitter .hustle-icon-social-twitter {
	background-color: #1da1f2;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--google {
	border-color: #ef3d2c
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--google .hustle-icon-social-google {
	background-color: #ef3d2c;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--pinterest {
	border-color: #dc0019
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--pinterest .hustle-icon-social-pinterest {
	background-color: #dc0019;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--reddit {
	border-color: #ff4500
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--reddit .hustle-icon-social-reddit {
	background-color: #ff4500;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--linkedin {
	border-color: #0078ba
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--linkedin .hustle-icon-social-linkedin {
	background-color: #0078ba;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--vkontakte {
	border-color: #4a76a8
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--vkontakte .hustle-icon-social-vkontakte {
	background-color: #4a76a8;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--500px {
	border-color: #000
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--500px .hustle-icon-social-500px {
	background-color: #000;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--houzz {
	border-color: #4dbc15
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--houzz .hustle-icon-social-houzz {
	background-color: #4dbc15;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--instagram {
	border-color: #ec0475
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--instagram .hustle-icon-social-instagram {
	background-color: #ec0475;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--twitch {
	border-color: #4b367c
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--twitch .hustle-icon-social-twitch {
	background-color: #4b367c;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--youtube {
	border-color: red
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--youtube .hustle-icon-social-youtube {
	background-color: red;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--telegram {
	border-color: #00ace5
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--telegram .hustle-icon-social-telegram {
	background-color: #00ace5;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--whatsapp {
	border-color: #00c73d
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--whatsapp .hustle-icon-social-whatsapp {
	background-color: #00c73d;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--email {
	border-color: #bfb45a
}
.hustle-ui .hustle-social.hustle-social--squared[data-custom=false] a.hustle-share--email .hustle-icon-social-email {
	background-color: #bfb45a;
	color: #fff
}
.hustle-ui .hustle-social.hustle-social--squared ul.hustle-counter--none a[class*=hustle-share-] {
	border-width: 0
}
.hustle-ui .hustle-social.hustle-social--squared ul.hustle-counter--none a[class*=hustle-share-] [class*=hustle-icon-social-] {
	width: 30px
}
.hustle-ui .hustle-social.hustle-social--squared ul.hustle-counter--stacked a[class*=hustle-share-] [class*=hustle-icon-social-] {
	width: auto;
	margin-top: -1px;
	margin-right: -1px;
	margin-left: -1px
}
.hustle-ui .hustle-social.hustle-social--squared ul.hustle-counter--inline a[class*=hustle-share-] [class*=hustle-icon-social-] {
	width: 30px;
	margin-top: -1px;
	margin-left: -1px
}