@media only screen and (min-width: 1000px){
header:not(.sticky) .q_logo a{height: 200px !important;visibility: visible;}
header.stick_with_left_right_menu:not(.sticky) .logo_wrapper {width: 310px !important;}
header.stick_with_left_right_menu:not(.sticky) nav.main_menu.left_side>ul > li:last-child{margin-right: 125px !important;}
header.stick_with_left_right_menu:not(.sticky) nav.main_menu.right_side>ul > li:first-child{margin-left: 125px !important;}
}