
.footer-social-links__title {
	display: inline-block;
	color: #666666;
	font-size: 14px;
	line-height: 14px;
}

.footer-social-link {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background-color: #666666;
	border-radius: 100%;
	width: 18px;
	height: 18px;
	color: #fff !important;
	text-align: center !important;
	font-size: 10px !important;
	margin-left: 6px;
	line-height: normal!important;


}

.footer-social-link .fa-linkedin-square:before {
	content: "\f0e1";
}

.footer-social-link .fa-youtube:before {
	content: "\f16a";
}


.footer-social-link:hover{
	background-color: #000;
	text-decoration: none!important;
}

.ccm-block-social-links ul.list-inline {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.ccm-block-social-links ul.list-inline li {
	padding: 0;
	list-style-type: none;
	margin-right: 0;
	display: inline-block;
}

