
.atwm-main-header .container {
	justify-content: space-around;
}

.atwm-main-header-middle-area {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}

.atwm-site-logo {
	width: 30%;
}


.atwm-main-menu {
	font-size: 0.94rem;
	margin-left: 2rem;
	flex: 2 0px;
}
.atwm-main-menu > ul > li.current-menu-item a {
	color: #7FA1D4;
}
.atwm-main-menu > ul > li ul {
	display: none;
}
.atwm-main-menu > ul > li > ul {
	
	position: absolute;
	background-color: #fff;
	padding-left: 0;
	margin-left: -1rem;
	padding-right: 0;
	box-shadow: 0px 6px 10px rgba( 0,0,0,0.2);
	top: 100%;
	margin-top: 0;
}
.atwm-main-menu > ul > li:hover > ul {
	display: block;
}
.atwm-main-menu > ul > li > ul > li {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	white-space: nowrap;
	display: block;
	position: relative;
	padding-right: 0;
}
.atwm-main-menu > ul > li > ul > li.dropdown {
	padding-right: 1rem;
}

.atwm-main-menu > ul > li > ul > li > ul {
	position: absolute;
	left: 100%;
	background-color: #fff;
	padding-left: 0;
	margin-left: -1rem;
	box-shadow: 3px 3px 10px rgba( 0,0,0,0.2);
	top: -0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.atwm-main-menu > ul > li:hover > ul > li:hover > ul {
	display: block;
}
.atwm-main-menu > ul > li > ul > li > ul > li {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	white-space: nowrap;
	display: block;
	position: relative;
	padding-right: 0;
}
.atwm-main-menu a {
	text-decoration: none;
}
.atwm-main-menu a:hover {
	color: #7FA1D4 !important;
}

.atwm-main-menu > ul > li.menu-item-has-children {
	padding-right: 0.2em;
}

.atwm-main-menu .menu-arrow {
	position: absolute;
	right: 0.2em;
	top: 0.6em;
	display: block;
	width: 12px;
}
.atwm-main-menu > ul > li > .menu-arrow {
	transform: rotate(90deg);
}
.atwm-main-menu ul li ul li .menu-arrow {
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
}
.atwm-main-menu .menu-arrow svg {
	width: 100%;
	height: auto;
}
.atwm-main-menu .menu-arrow svg polyline {
	stroke: #58595B;
	stroke-width: 3;
}





.atwm-mobile-search-toggle {
	width: 32px;
	display: block;
}
.atwm-mobile-menu-hamburger {
	width: 32px;
	display: block;
	margin-left: 10px;
}
.atwm-mobile-menu-toggle svg {
	width: 100%;
	display: block;
}

.atwm-mobile-menu-toggle svg line,
.atwm-mobile-menu-toggle svg circle {
	stroke: #58595B;
	stroke-width: 2;
}


.atwm-mobile-search {
	transition: all 0.5s;
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	bottom: 100%;
	background-color: #7FA1D4;
	z-index: 1000;
	
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
}
.atwm-mobile-search.open {
	top: 0px;
	bottom: 0px;
}

.atwm-mobile-search form {
	width: 70%;
}
.atwm-mobile-search-field {
	background: none;
	border: none;
	border-bottom: solid 1px #fff;
	display: block;
	width: 100%;
}
.atwm-mobile-search-submit {
	display: block;
	background: none;
	border: none;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
	margin-top: 0.5em;
}

.atwm-mobile-search-close {
	top: 10px;
	right: 10px;
	width: 28px;
	display: block;
	position: absolute;
}
.atwm-mobile-search-close svg {
	width: 100%;
	height: auto;
	display: block;
}
.atwm-mobile-search-close svg line,
.atwm-mobile-search-close svg circle {
	stroke: #fff;
	stroke-width: 2;
}



.atwm-mobile-menu {
	transition: all 0.5s;
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	bottom: 100%;
	background-color: #7FA1D4;
	z-index: 1000;
	visibility: hidden;
}
.atwm-mobile-menu.open {
	top: 0px;
	bottom: 0px;
	visibility: visible;
}
	
	
.atwm-mobile-menu nav,
.atwm-mobile-menu .widget_nav_menu {
	overflow-y: auto;
	height: 100%;
}
.atwm-mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 1rem;
	padding-right: 2rem;
}
.atwm-mobile-menu ul {
	overflow-y: auto;
}
.atwm-mobile-menu ul li {
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	position: relative;
	display: block;
	width: 100%;
}
.atwm-mobile-menu ul li ul {
	max-height: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.atwm-mobile-menu ul li ul li {
	font-size: 0.9em;
}
.atwm-mobile-menu nav > ul,
.atwm-mobile-menu .menu-builders-container > ul {
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: 2rem;
	min-height: 100%;
}
.atwm-mobile-menu nav > ul > li,
.atwm-mobile-menu .menu-builders-container > ul > li {
	margin-top: 0;
	margin-bottom: 0;
	border-top: solid 1px #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.atwm-mobile-menu nav > ul > li:first-child,
.atwm-mobile-menu .menu-builders-container > ul > li:first-child {
	border-top: none;
}
.atwm-mobile-menu .mobile-arrow {
	position: absolute;
	right: 0.2em;
	top: 0.5em;
	display: block;
	width: 18px;
}
.atwm-mobile-menu nav ul li ul li .mobile-arrow {
	top: 0;
}
.atwm-mobile-menu .mobile-arrow svg {
	width: 100%;
	height: auto;
}
.atwm-mobile-menu .mobile-arrow svg polyline {
	stroke: #fff;
	stroke-width: 3;
}

.atwm-mobile-menu ul li.open > .mobile-arrow svg {
	transform: rotate(90deg);
}
.atwm-mobile-menu ul li.open > ul {
	max-height: 600px;
	visibility: visible;
}

.atwm-mobile-menu a {
	color: #fff;
}
.atwm-mobile-menu a:hover {
	text-decoration: none;
}

.atwm-mobile-menu-close {
	top: 10px;
	right: 10px;
	width: 28px;
	display: block;
	position: absolute;
}
.atwm-mobile-menu-close svg {
	width: 100%;
	height: auto;
	display: block;
}
.atwm-mobile-menu-close svg line,
.atwm-mobile-menu-close svg circle {
	stroke: #fff;
	stroke-width: 2;
}



.atwm-header-actions {
	margin-left: -15px;
	margin-right: -15px;
}
.atwm-header-actions > * {
	padding-left: 15px;
	padding-right: 15px;
}

.atwm-country-selector {
	position: relative;
}
.atwm-country-selector img {
	max-width: 50px;
	height: auto;
}
.atwm-country-selector ul {
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
	z-index: 2;
}
.atwm-country-selector ul li {
	margin-top: 3px;
}
.atwm-country-selector ul li.selected {
	display: none;
}
.atwm-country-selector ul li img {
	max-width: 50px;
	height: auto;
}

.atwm-country-selector-dropdown {
	position: absolute;
	width: 10px;
	display: block;
	
	left: 50%;
	transform: translateX( -50% );
	line-height: 10px;
}
.atwm-country-selector-dropdown svg {
	width: 100%;
	height: auto;
}


.atwm-language-menu {
	font-size: 0.94rem;
	margin-left: -15px;
	margin-right: -15px;
	display: none;
}
.atwm-language-menu > * {
	padding-left: 15px;
	padding-right: 15px;
}
.atwm-language-menu .selected a {
	color: #7FA1D4 !important;
}
.atwm-language-menu a:hover {
	color: #7FA1D4 !important;
}


.atwm-header-search {
	display: block;
	position: relative;
}

.atwm-header-search .atwm-header-search-form {
    visibility: hidden;
    opacity: 0;
	border: 2px solid #E6E6E6;
    top: 55px;
    padding: 20px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    background-color: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 0;	

}
.atwm-header-search.visible .atwm-header-search-form {
    top: 35px;
    visibility: visible;
    opacity: 1;
	z-index: 1001;
	padding-left: 20px;
	padding-right: 20px;
	
}
.atwm-header-search form {
	display: flex;
}

.atwm-header-search .atwm-header-search-field {
	-webkit-appearance: none;
	border: solid 1px #000;
	vertical-align: middle;
	padding: 4px 12px;
	box-sizing: border-box;
	height: 34px;
}
.atwm-header-search .atwm-header-search-submit {
	padding: 3px 16px;
	border: none;
	vertical-align: middle;
	box-sizing: border-box;
	border: solid 1px #000;
	height: 34px;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8rem;
}
.atwm-header-search-icon {
	display: inline-block;
	position: relative;
	width: 1rem;
}
.atwm-header-search-icon img {
	max-width: 100%;
}


.atwm-header-image {
	position: relative;

	display: flex;
	align-content: center;
	justify-content: center;
}
.atwm-header-image-category {
	border-bottom: solid 15px #7FA1D4;
}
.atwm-title-container {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.atwm-title-container .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.atwm-title-container h1 {
	color: #fff;
	font-weight: 600;
	font-size: 1.5rem;
	width: 80%;
	flex-shrink: 0;
	text-align: center;
}
.atwm-header-image-bg {
	width: 100%;
}
.atwm-header-image-bg img {
	width: 100%;
	height: auto;
}

.atwm-header-image-category h1 {
	font-weight: 600;
	background-color: rgba( 127, 161, 212, 0.8 );
	padding: 0.5em 1em;
	text-transform: uppercase;
	font-size: 1.2rem;
}

.atwm-header-breadcrumbs {
	padding-top: 0rem;
	padding-bottom: 0rem;
	font-size: 0.85rem;
}
.atwm-header-breadcrumbs a {
}
.atwm-header-breadcrumbs a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.atwm-header-breadcrumbs .atwm-separator {
	margin-left: 1rem;
	margin-right: 1rem;
	display: inline-block;
	width: 10px;
	vertical-align: middle
}
.atwm-header-breadcrumbs .atwm-separator svg {
	width: 100%;
	height: auto;
}
.atwm-header-breadcrumbs .atwm-separator svg polyline {
	stroke: #000;
	stroke-width: 2;
}
.atwm-header-breadcrumbs .main_color {
	color: #7FA1D4;
}