/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.1.0
Text Domain: uncode
*/
@import url("sass/style.css");

/*Due to PHP upgrades without review some styles broke, these are the minor fixes. Build this back into SASS when reviewing PHP shift*/

/* Menu PHP change fix */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	margin-right:70%;
}

.lines-button .lines,
.lines-button .lines::before,
.lines-button .lines::after{
	background:#fff;
}

/* Header PHP change fix */
.row.desktop_banner {
	margin-top:130px;
}

.row.mobile_banner {
	margin-top:110px;
}
