/*!
Theme Name: Outgrid Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: outgrid
Version: 1.0.0
Text Domain: outgrid
*/
/* Desktop logo */
.uicore-branding img.uicore-logo {
  max-height: 50px !important;
  width: auto;
}

/* Move desktop header slightly up */
@media (min-width: 1025px) {
  .uicore-branding {
    top: -10px !important;
  }
}

/* Mobile logo */
@media (max-width: 1024px) {
  .uicore-branding img.uicore-logo {
    max-height: 37px !important;
  }
}