/*
 Theme Name:   Nerf Child
 Theme URI:    http://wordpress.com
 Description:  Nerf Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     nerf
 Version:      1.0.0
 Text Domain:  nerf-child
*/

.widget-socials .social.list-inline {
	display: flex;
}
.social.list-inline li a svg {
	width: 20px;
  	height: 16px;
	fill: #fff;
	transition: all .3s ease;
}
.social.list-inline li a:hover svg {
	fill: #c29f7b;
}