/*
  Theme Name: One Source Mobility Custom Theme
  Theme URI: https://netguava.com
  Version: 1.0
  Description: Custom Theme for One Source Mobility
  Author: Netguava
  Author URI: https://netguava.com
  template: bb-theme
*/

.osm-page-header-logo img {
  transition: width 300ms ease-in-out;
}

.osm-page-header-menu .fl-module-content {
  transition: margin 300ms ease-in-out;
}

.osm-page-header-contact-btn {
  transition: margin 300ms ease-in-out;
}

.fl-theme-builder-header-sticky .fl-row-content-wrap {
  min-height: 0 !important;
}

.fl-theme-builder-header-sticky .osm-page-header-logo img {
  width: 70px;
}

.fl-theme-builder-header-sticky .osm-page-header-menu .fl-module-content {
  margin-top: 0;
  margin-bottom: 0;
}

.fl-theme-builder-header-sticky .osm-page-header-contact-btn {
  margin-top: 0;
  margin-bottom: 0;
}