/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme.
Version:            9.0.9
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.brand img{
	/* max-width:400px; */
	/* width: 300px; */
}
.header .header-main-wrapper .header_menu_wrapper .header_nav li a {
	column-gap: 5px;
	row-gap: 5px;

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .header-main-wrapper .header_menu_wrapper .header_nav .sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background: #FFF;
	margin-top: 20px;
	min-width: 200px;
}
.header .header-main-wrapper .header_menu_wrapper .header_nav .sub-menu:before {
	content: "";
	width: 100%;
	height: 30px;
	top: -30px;
	left: 0;
	position: absolute;
}
.header .header-main-wrapper .header_menu_wrapper .header_nav .sub-menu > li {
	border-bottom: 1px solid #d3d8e0;
	margin: 0;
}
.header .header-main-wrapper .header_menu_wrapper .header_nav .sub-menu > li > a {
	color: #20293a;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	text-decoration: none;
	padding: 15px 20px;
	column-gap: 30px;
	row-gap: 5px;
}


.header .header-main-wrapper .header_menu_wrapper .header_nav .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
}
.header .header-main-wrapper .header_menu_wrapper .header_nav .sub-menu .sub-menu:before {
	display: none;;
}
.header .header-main-wrapper .header_menu_wrapper .header_nav .menu-item-has-children {
	position: relative;
}
.header .header-main-wrapper .header_menu_wrapper .header_nav .menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.header .header-main-wrapper .header_menu_wrapper .header_nav .sub-menu .submenu_link_arrow_generic_svg {
	transform: rotate(-90deg);
}


@media (max-width: 1169px) {
	.header-menu-modal-mobile.shown {
		display: flex;
		flex-direction: column;
		height: calc(100% - 78px);
	}
	.header-menu-modal-mobile .header-menu-modal-mobile-wrapper {
		height: 100%;
		width: 90.26764vw;
		padding: 0;
		margin: 0 auto;
	}
	.header-menu-modal-mobile .header-menu-modal-mobile-wrapper .header_nav {
		margin: 30px 0;
	}
	.header-menu-modal-mobile .header-menu-modal-mobile-wrapper .header_nav .sub-menu {
		padding: 0 0 0 30px;
		margin-top: 30px;
		display: none;
	}
	.header-menu-modal-mobile .header-menu-modal-mobile-wrapper .header_nav .menu-item-has-children.open > .sub-menu {
		display: block;
	}
	.header-menu-modal-mobile .header-menu-cta-mobile{
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		width: 90.26764vw;
		margin: 0 auto;
		transform: none;
		padding: 20px 0;
	}

	.header_logo_wrapper {
		flex: 0 0 40%;
	}
}
@media (max-width: 767px) {
	.header_logo_wrapper {
		flex: 0 0 50%;
	}
	.header-placeholder {
		height: 70px;
	}
}