/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/* {	box-sizing: border-box;}.container {   width: 100%;   max-width: 1170px;   margin: auto;   padding: 0 15px;}h1, h2, h3, h4, h5, h6 {	 margin: 15px 0;}h1 {	font-size: 35px;	line-height: 45px;}h2 {	font-size: 30px;	line-height: 40px;}h3 {	font-size: 25px;	line-height: 35px;}h4 {	font-size: 22px;	line-height: 32px;}h5 {	font-size: 20px;	line-height: 30px;}h6 {	font-size: 18px;	line-height: 28px;}.content-part-area {    font-size: 16px;    line-height: 26px;    margin-top: 20px;}.content-part-area table tr td {    border: 1px solid #000;    padding: 10px;}.content-part-area table {    margin: 25px 0;    border-collapse: collapse;}.table-auto {    overflow-x: auto;}.aligncenter {    display: block;    margin: auto;}.content-part-area dl {    margin: 20px;    padding: 0;    font-family: Arial, sans-serif;    border: 1px solid #ddd;    border-radius: 5px;    background-color: #f9f9f9;}.content-part-area dt {    font-weight: bold;    margin: 10px 0 5px;    padding: 10px;    background-color: #eee;    border-bottom: 1px solid #ddd;}.content-part-area dd {    margin: 0 0 10px 20px;    padding: 10px;    border-left: 2px solid #ddd;    background-color: #fff;}.mobile-menu {    display: none;}li.menu-item-has-children:after {    position: absolute;    content: "\f107";    font: normal normal normal 14px / 1 FontAwesome;    top: 4px;    right: -14px;    color: #fff;}li.menu-item-has-children {    position: relative;}ul.sub-menu {    padding-left: 0;    position: absolute;    background: #2e3d66;    width: 150px;    left: 0;    display: none;}li.menu-item-has-children:hover ul.sub-menu {    display: block;}ul.sub-menu li {    width: 100%;    margin-right: 0 !important;}ul.sub-menu li a {    color: #fff;    width: 100%;    padding: 2px 12px;    display: block;}.logo-menu-part {    display: flex;    align-items: center;    justify-content: space-between;}
html {
	overflow-x: hidden;
}

@media screen and (max-width: 1140px) {.mobile-menu {    display: block;}ul.wp-menu {    padding-left: 0;    display: none;    position: absolute;    left: 0;    background: #2e3d66;    top: 50px;    width: 100%;    margin-top: 0;}span.toggle-menu {    float: right;    margin-top: -35px;    margin-right: 10px;}ul.sub-menu {    position: relative;    width: 100%;}li.menu-item-has-children:hover ul.sub-menu {    display: none;}}