/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/

main ul.menu li.menu-item--active-trail.item-level-0  a

{
    color: #1f252e;
    text-shadow: 0 0 4px #fff;
    border-bottom: 5px solid #64c396;
}

.file--application-pdf {
    background-image: url(../../../files/core/themes/classy/images/icons/application-pdf.png)!important;
}

.file {
    display: inline-block !important;
    min-height: 16px !important;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}
.logo img {
    max-width: 220px;
    width: 100%;
    height: 70px;
}

@media(max-width:991px){
	.logo img {
    height: 60px;
}
	.mobile-menu{
		top: 20px;
	}
	body .wp-menu{
		top:78px;
	}
}