/* Custom Social Media Icons */

.sm-custom {
	display: flex;
}

.sm-icon-custom {
	background: #86958A;
	flex: 0 0 50px;
	height: 50px;
	position: relative;
}

.sm-icon-custom:hover {
	background: #484848;
}

.sm-icon-custom + .sm-icon-custom {
	margin-left: 6px;
}

.sm-custom-img {
	bottom: 17px;
	height: 16px;
	left: 17px;
	max-width: 16px;
	min-width: 0;
	position: absolute;
	right: 17px;
	top: 17px;
	width: 16px;
}
