/* Twitter */

.wn-wrap-tweets-carousel {
	margin-top: 56px;
	padding-bottom: 50px;
}

.wn-tweets-carousel {
	position: relative;
	border: 1px solid #e6e6e6;
	background: #fff;
	padding-bottom: 35px;
}

#wrap .wn-tweets-carousel p {
	text-align: center;
	padding: 44px 10px 0 10px;
	margin-bottom: 0px;
}

.wn-tweets-carousel .wn-twitter-error {
	text-align: center;
	padding: 50px 30px 0;
}

.wn-tweets-carousel>i {
	width: 68px;
	height: 68px;
	background: #fff;
	display: inline-block;
	text-align: center;
	font-size: 55px;
	border-radius: 50%;
	padding-top: 10px;
	padding-left: 3px;
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

#wrap .wn-tweets-carousel .socialfollow {
	display: inline-block;
	background: #fff;
	margin: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	bottom: -14px;
}

#wrap .wn-tweets-carousel .socialfollow a {
	border: none;
	width: 30px;
	height: 30px;
}

#wrap .wn-tweets-carousel .socialfollow a:hover {
	background: none !important;
}

#wrap .wn-tweets-carousel .socialfollow a:hover i:before {
	color: #222;
}

#wrap .wn-tweets-carousel .socialfollow a i:before {
	color: #818181;
}

.wn-tweets-carousel .owl-dots {
	position: absolute;
	bottom: -81px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}