/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.2.1
Author:             Roots
Author URI:         https://roots.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

@media screen and (max-width: 767px) {
   .metaslider .theme-default .nivoSlider img {
      height: 100% !important;
   }

   .theme-default .nivo-controlNav .nivo-control {
      display: none !important;
   }

   .theme-default .nivo-caption {
      display: none !important;
   }

   .header .header-wrap, .header-wrap {
      top: 0 !important;
   }
   
   .metaslider .theme-default .nivoSlider {
      margin-top: 115px;
   }
}

@media screen and (max-width: 600px) {
   .metaslider .theme-default .nivoSlider {
      margin-top: 85px;
   }
}