/**
 * 365events.com
 */

header .logo, .global-header .logo {
    background-image: url(./logo-365events.png?2);
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center;
    width: 213px;
    height: 50px;
    top: 30px;
}

.is-site-mobile .global-header .logo,
header .logo {
    width: 127px;
    height: 34px;
}

@media (max-width:767px) {
    .is-site-mobile .global-header .logo,
    header .logo{
        width: 127px;
        height: 34px;
    }
}
