/*

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

*/

/* make logo go full width */
.x-logobar-inner .width {
	width: 100% !important;
}

/* text at the top  */
.x-topbar {
	min-height: 20px !important;
	background-color: #000 !important;
}

.x-topbar .p-info {
	margin: 5px !important;
	color: #e2e2e2 !important;
}

/* try to control the parallax */
.x-section.bg-image.parallax{
   background-size: contain !important;   
}

.x-section.bg-image.parallax{
   background-position: 50% 0px !important;
}

/* submenu */
.desktop .sub-menu {
	font-size: 13px;
	text-transform: uppercase;
}