/*
Theme Name: Pro Child
Theme URL: http://tylerdevries.com
Description: Pro Child Theme
Author: Tyler DeVries
Author URL: http://tylerdevries.com
Template: pro
Version: 1.0.0
Text Domain: pro-child
*/
/*
.x-navbar {
	height: 52%;
	max-height: 52%;
}
*/

.x-navbar .x-container  {
    max-width: none !important;
	min-width: 100%
}

.x-navbar {
	height: 56px;
	max-height: 56px;
}

.x-navbar-fixed-top {
	height: 56px;
	max-height: 56px;
}


/* this removes the Category archive Title */
.x-landmark {
	display:none;
}

.menu-item.current-menu-parent.x-menu-item.x-menu-item-woocommerce {
	color: white;
}



.ubermenu-item > .ubermenu-target {
    height: 100% !important;
}
.ubermenu-item-level-0:hover > a {
  background-color: #FED517 !important; /* Your hover color */
}

.ubermenu-item-level-0 > a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px; /* Adjust horizontal padding */
}

/*
.m1s-g.x-row {
	width: 100% !important;
}
*/


footer .x-column:first-of-type {
  margin-right: 6%;
}

footer .x-column:not(:first-of-type) {
  margin-right: 2%;
}


.alignnone.wp-image-59948.size-full {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 200px;
}




body.x-navbar-fixed-top-active .x-navbar-wrap {
 height: unset !important;
}


