/*
 Theme Name:   Duff Outdoor
 Theme URI:    https://github.com/traderinteractive/wss-wp-theme-bobcat-parent
 Description:  Bobcat Child Theme
 Author:       Commercial Web Services
 Author URI:   http://commercialwebservices.com
 Template:     wp-theme-bobcat-parent
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bobcat-child
*/

#bobcat-logo {
  margin: 0 auto;
  width: 185px;
  padding: 25px 10px 0 10px;
  fill: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}

.header__logo-image {
  display: block;
  margin: auto;
  width: auto;
  max-width: 200px;
  max-height: 60px;
  height: auto;
  opacity: 1;
}

.header__logo-link {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.dealer-footer__logo-1 {
  width: 35%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .header__logo-image-2 {
    max-width: 80% !important;
  }
}

@media (min-width: 768px) {
  .header__logo-image {
    max-width: 100%;
    max-height: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .header {
    height: 130px;
  }
  .header__logo {
    max-width: 300px;
    float: left;
    height: 138px;
    padding-top: 5px;
  }
}
