section.social-media{

}

.nav-wrapper section.social-media{
	position: absolute;
	top: 7px;
	right: 5%;
}


section.social-media .ccm-block-social-links ul.list-inline{
	list-style:none;
	display:flex;
	justify-content:center;
}

section.social-media .ccm-block-social-links ul.list-inline li{
	margin:0 8px;
}

section.social-media i.fa-facebook:before{
	content:'\f39e';
}

section.social-media ul li a{
	color: #fff;
	  display: flex;
	  width: 35px;
	  height: 35px;
	  background: var(--third-color);
	  font-size: 1.1em;
	  transition: all 0.3s;
	  justify-content: center;
	  align-items: center;
}

section.social-media ul li a:hover{
	background:var(--second-color);
}

section.social-media .ccm-block-social-links{
}