/*--------------------------------------------------------------
## Social Media Bar
--------------------------------------------------------------*/
#sticky-social-media-bar {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 1000;
}

#sticky-social-media-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sticky-social-media-bar a {
	display: inline-block;
	color: #daae4f;
	background-color: #1f2531;
	height: 35px;
	width: 35px;
	line-height: 38px;
	border-bottom: 1px solid #daae4f;
	text-align: center;
	font-size: 17px;
}

#sticky-social-media-bar li:last-child a {
	border-bottom: 0;
}

#sticky-social-media-bar a:hover {
	color: #ffffff;
	background-color: #daae4f;
}

#sticky-social-media-bar a i {
	margin: 0;
}

@media (max-width: 767px) {
	#sticky-social-media-bar a {
		height: 40px;
		width: 40px;
		line-height: 43px;
		font-size: 18px;
	}
}