.skt-social-icons-wrapper, .skt-social-icons-wrapper a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center
}
.skt-social-icons-wrapper a {
	padding: 15px;
	border-radius: 4px;
	color: #fff;
	background-color: #337de0;
	font-size: 30px;
	-webkit-transition: all .3s;
	transition: all .3s
}
a.skt-social-icon:hover {
	position: relative;
	z-index: 1;
	color: #fff;
	background-color: #282828;
}
a.skt-social-icon:after, a.skt-social-icon:before {
	border-radius: inherit
}
.skt-social-icons-wrapper a.elementor-social-icon-label {
	color: #d30c5c
}
.skt-social-icon:not(:last-child) {
	margin-right: 2px
}
.skt-social-icon i {
	position: relative;
	display: initial;
	width: 1em;
	height: 1em
}
.skt-social-icon-label {
	margin: 0 0 0 10px;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 1
}
.elementor-social-icon-label .skt-social-icon-label {
	margin-left: 0
}
.elementor-element-edit-mode .skt-social-icon-sticky {
	z-index: 9999
}
.skt-social-icons:not(.elementor-element-edit-mode) .skt-social-icon-sticky {
	position: fixed
}
.skt-social-icon-separator {
	margin-right: 10px
}
.skt-separator--stroke .skt-social-icon-separator {
	width: 1px;
	height: 1em;
	background: #d30c5c
}
.skt-separator--custom .skt-social-icon-separator {
	color: #d30c5c;
	font-size: 24px
}
.skt-social-icon-separator:last-child {
	display: none
}
/** Widgets: site-logo, social-icons **/