/*
Theme Name: oychicago
Author: oychicago
*/

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

.label {
    color: #000 !important;
	font-size:100% !important;
}
.logo img {
    width: 270px;
    height: auto;
}
body header
{
	background:#fff !important;
}
.header-oychicago-inner {
    background: #fff;
    border-radius: 0px !important;
}
@media screen and (max-width: 1025px) {
    .mobile-menu {
        display: block !important;
        position: absolute;
        right: 20px;
        top: 16px !important;
        color: #000 !important;
    }
}