/*  Share and Social Button */
.wn-header-social-icon i {
	vertical-align: middle;
	font-size: 24px;
}

.header-social-icons a,
.header-social-icons i {
	display: block;
}

.whb-social {
	position: relative;
}

#wn-social-modal-icon,
#wn-social-slide-icon,
#wn-social-dropdown-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.main-slide-toggle {
	display: none;
}

#header-social-modal,
#header-share-modal {
	display: none;
}

#header-social-modal h3,
#header-share-modal h3 {
	margin: 0;
	color: #fff;
	font-size: 40px;
	line-height: 150px;
}

#header-social-modal .col-md-6,
#header-share-modal .col-md-6 {
	position: relative;
	height: 150px;
}

#header-social-modal .socialfollow,
#header-share-modal .socialfollow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

#header-social-modal .socialfollow a,
#header-share-modal .socialfollow a {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0;
}

#header-social-modal .socialfollow a:hover,
#header-share-modal .socialfollow a:hover {
	background: #fff;
}

#header-social-modal .socialfollow a i,
#header-share-modal .socialfollow a i {
	color: #fff;
}

#header-social-modal .socialfollow a:hover i,
#header-share-modal .socialfollow a:hover i {
	color: #437df9;
}

.header-social-simple-wrap,
.header-share-simple-wrap {
	height: 100%;
	display: -webkit-inline-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-inline-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-inline-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-inline-flex;
	/* NEW - Chrome */
	display: inline-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.header-social-simple-wrap a,
.header-share-simple-wrap a {
	display: inline-block;
	padding: 8px;
}

.header-social-simple-wrap a i,
.header-share-simple-wrap a i {
	color: #444;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.main-slide-toggle .col-md-6 {
		padding: 0;
	}

	#header-social-modal h3,
	#header-share-modal h3 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 480px) {
	.main-slide-toggle {
		height: auto;
		height: 140px;
	}

	.main-slide-toggle .col-md-6 {
		width: 100%;
	}

	#header-social-modal h3,
	#header-share-modal h3 {
		font-size: 26px;
		line-height: 70px;
	}

	#header-social-modal .col-md-6,
	#header-share-modal .col-md-6 {
		height: 70px;
	}

	#header-social-modal .socialfollow,
	#header-share-modal .socialfollow {
		top: 5px;
		transform: inherit;
		right: inherit;
	}
}


@media only screen and (max-width: 320px) {

	#header-social-modal .socialfollow a,
	#header-share-modal .socialfollow a {
		width: 30px;
		height: 30px;
		padding: 3px;
	}

	#header-social-modal .socialfollow a i,
	#header-share-modal .socialfollow a i {
		font-size: 14px;
	}
}

/* Social Full */
body .mfp-ready.mfp-bg.full-social {
	opacity: 1;
	background: #437df9;
}

.full-social button.mfp-close {
	top: 5%;
	z-index: 999999;
	background: #fff;
	right: 1%;
	color: #000;
}

.header-social-full-wrap.white-popup {
	max-width: inherit;
	background: transparent
}

.header-social-full-wrap {
	margin: 0 auto;
	max-width: 50%;
	width: 100%;
	text-align: center;
}

.header-social-full-wrap .header-social-icons {
	display: inline-block;
}

.header-social-full-wrap .header-social-icons a {
	color: #ffffff;
	font-size: 25px;
	padding: 5px 10px;
}

#header-social-modal .header-social-icons a i {
	color: #000000;
}

#header-social-modal .socialfollow {
	width: 100%;
	max-width: 50%;
	margin: 0 auto;
}

#webnus-header-builder #header-social-modal .col-md-6 {
	width: 90%;
}

/* Social dropdown */
#header-social-dropdown-wrap {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	background: #fff;
	z-index: 9;
}

#header-social-dropdown-wrap {
	width: 40px;
	border-top: 1px solid #e8e8e8;
	top: 58px;
}

#header-social-dropdown-wrap i {
	width: 40px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	background-color: #fff;
	border-style: solid;
	border-color: #f0f0f0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#header-social-dropdown-wrap a {
	color: #545454;
}

/* Social Modal */
#header-social-modal .header-social-content,
.header-social-content>.col-md-6,
#header-social-modal {
	height: 100%;
}

/* Social Network Hover */
.header-social-icons a {
	transition: all 0.25s;
}

.whb-social-grow a:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.whb-social-shrink a:hover {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.whb-social-rotate a:hover {
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

@-webkit-keyframes swing {
	15% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}

	30% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}

	65% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}

	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes swing {
	15% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}

	30% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}

	65% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}

	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.whb-social-swing a:hover {
	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.whb-social-btt a:hover i {
	margin-top: -20px;
}

.whb-social-btt a i {
	transition: all 0.3s;
}