/*
 Theme Name:   Radcliffe-2 Child Theme
 Description:  Radcliffe-2 theme customised for STDSCT
 Author:       Shaun Jones
 Template:     Radcliffe2
 Version:      1.0.0
*/

.child-socials-menu{
	flex: 0 1 auto;
	text-align:center;
}

.child-socials-menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

.child-socials-menu li{
	display:inline-block;
	mmargin:0
}

.child-socials-menu a{
	color: #222;
	padding:0.5em;
}

.child-socials-menu a:hover{
	text-decoration:none;
	color:#ca2017
}

.child-socials-menu .menu a[href*="facebook"]::before {
	font-family: "Font Awesome 5 Brands";
    content: "\f082";
    font-weight: 900;
}

.child-socials-menu .menu a[href*="facebook"] span{
	display:none;
}

.child-socials-menu .menu a[href*="twitter"]::before {
	font-family: "Font Awesome 5 Brands";
    content: "\f099";
	font-weight: 900;
}

.child-socials-menu .menu a[href*="twitter"] span{
	display:none;
}

.child-socials-menu .menu a[href*="instagram"]::before {
	font-family: "Font Awesome 5 Brands";
    content: "\f16d";
	font-weight: 900;
}

.child-socials-menu .menu a[href*="instagram"] span{
	display:none;
}