/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/


.x-btn-navbar:not(.collapsed) {
	position: relative;

}
	.x-btn-navbar:not(.collapsed):after {
		content: "\f00d";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		background: #476481;
		color: #fff;
		font-family: "FontAwesome";
		display: flex;
		align-items: center;
		justify-content: center;
	}