/* Profile Element */
.whb-profile-image-wrap {
	float: left;
	margin-right: 20px;
}

.whb-profile-content {
	float: left;
}

.whb-profile-socials-wrap {
	margin-top: 5px;
}

.whb-profile-name {
	padding-top: 28px;
	display: block;
	color: #2f2f2f;
	font-size: 21px;
}

.whb-profile-socials-divider:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #e4e4e4;
	margin: 4px 0;
}

.whb-profile-socials-divider:after {
	content: '';
	display: inline-block;
	background: #ff6b43;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: 2px 8px 2px 4px;
}

.whb-profile-socials-dropdown-arrow i {
	font-size: 10px;
}

.whb-profile-socials-text {
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.whb-profile-socials-text:hover,
.whb-profile-socials-text:hover i {
	cursor: pointer;
	color: #ff6b43;
}

.whb-profile-socials-text i {
	font-size: 10px;
}

.whb-profile-socials-icons {
	display: block;
	border: 1px solid #e4e4e4;
	padding: 15px 17px;
	position: absolute;
	min-width: 125px;
	top: 28px;
	z-index: 9999999999;
}

.whb-profile-socials-icons.profile-socials-show {
	opacity: 1;
	visibility: visible;
}

.whb-profile-socials-icons.profile-socials-hide {
	opacity: 0;
	visibility: hidden;
}

.whb-profile-socials-icons a {
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.whb-profile-socials-icons a:hover {
	color: #ff6b43;
}