/*
 Theme Name:   Master Template 2.0 Child Theme
 Theme URI:    http://www.qburst.com/
 Description:  Master template 2.0 child theme 
 Author:       Qburst
 Author URI:   
 Template:     mastertemplatetwo
 Version:      1.0.0
*/

header.splash-header .mt_navigation_wrapper {
	flex-wrap: nowrap;
}

header.splash-header .mt_navigation_wrapper .logo_wrap {
	width: auto;
	flex-shrink: 0;
}

header.splash-header .mt_navigation_wrapper .header_right {
	width: auto;
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (min-width: 992px) {
	header.splash-header .mt_navigation_wrapper .header_right {
		width: auto;
	}

	header.splash-header .mt_navigation_wrapper .header_right nav {
		display: block !important;
		margin-right: 0;
	}

	header.splash-header .mt_navigation_wrapper .header_right nav ul.header-menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		white-space: nowrap;
	}
}

header.splash-header .mt_navigation_wrapper .header_right .mt_menu_toggle .mt_menu_1,
header.splash-header .mt_navigation_wrapper .header_right .mt_menu_toggle .mt_menu_2,
header.splash-header .mt_navigation_wrapper .header_right .mt_menu_toggle .mt_menu_3 {
	border-bottom-color: #ffffff;
}

.mt_two_column_layout .mt_col_img.mt_col_img_dual {
	display: flex;
}

.mt_two_column_layout .mt_col_img.mt_col_img_dual img {
	width: 50%;
}
