/*
Theme Name: Met One Custom Theme
Author: the Tiny Blue Sky team
Author URI: http://www.tinybluesky.com
Description: This is the theme that we developed especially for you. Thanks for letting us work on this project!
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* add Real Time 405 Data to top header */
/* .mo-menu-item-hide-mobile {
  display: none !important;
}

.mo-menu-item-hide-desktop {
  display: block !important;
}

@media (min-width:885px) {
  .mo-menu-item-hide-mobile {
    display: block !important;
  }

  .mo-menu-item-hide-desktop {
    display: none !important;
  }

  header .head-contact {
    flex-direction: column;
    margin-top: 6px;
  }

  header #mobile-drop-down nav#extra-nav ul {
    justify-content: flex-end;
    width: 450px;
  }

  header #mobile-drop-down nav#extra-nav ul li {
    margin-left: 15px;
  }

  header #mobile-drop-down nav#extra-nav ul li.mo-v-sm-btn a {
    background-color: #bb2e3a;
    color: #fff;
    padding: 6px;
  }

  header #mobile-drop-down nav#extra-nav ul li.mo-v-sm-btn:hover a {
    background-color: #1781c5;
  }
}

@media (min-width:1250px) {
  header .head-contact {
    flex-direction: row;
    transform: translateX(-100px);
    margin-top: -2px;
  }
} */
