/*

Theme Name: X &ndash; 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

*/

.visually-hidden
{
    display: none !important;
}

.x-navbar .x-nav > li
{
    list-style-type: none !important;
}

.x-container,
.x-container.max,
.x-container.width
{
    width: 100% !important;
    max-width: 100% !important;
    margin: auto !important;
}