/* Desktop logo selected from the WordPress Media Library. */
@media (min-width:851px){
 .dn-header .dn-logo.has-custom-logo{display:flex;width:170px;min-width:170px;height:58px;align-items:flex-start;justify-content:center;overflow:hidden}
 .dn-header .dn-logo .dn-desktop-logo-image{display:block;width:auto;max-width:170px;height:auto;max-height:58px;object-fit:contain;object-position:right center}
}
@media (min-width:851px) and (max-width:1100px){
 .dn-header .dn-logo.has-custom-logo{width:142px;min-width:142px}
 .dn-header .dn-logo .dn-desktop-logo-image{max-width:142px;max-height:52px}
}
