/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/ul.wp-menu {
    margin: 0 20px;
}
img.custom-logo {
    width: 240px;
    height: auto;

}
@media screen and (max-width: 992px) {	  .mobile-menu {        display: block !important;        position: absolute;        right: 20px;        top: 45px !important;    }		    .mobile-menu i 	{		font-size:25px;	}
ul.wp-menu
{
	margin:0 20px;
}
@media screen and (max-width: 767px) {	.mobile-menu {        display: block !important;        position: absolute;        right: 20px;        top: 45px !important;    }ul.wp-menu
{
	margin:0;
}		    }
	@media screen and (max-width: 992px) {
	        body.mobile-menu {
            display: block !important;
            position: absolute;
            right: 20px;
            top: 22px !important;
        }
    body.wp-menu {
        background: #77b242;
        position: absolute;
        width: 100%;
        top: 68px !important;
        left: 0;
        z-index: 999;
        margin: 0;
    }
	}