/*
Theme Name:     Ziggy Marley
Theme URI:      http://ziggymarley.com
Description:    Ziggy Marley customized theme (Child theme for the Voice Theme)
Author:         Meks
Author URI:     http://mekshq.com
Template:       voice
Version:        0.1.0
*/

/**
 * Overrides
 */
@media screen and (min-width: 480px) {
  .bit-event {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  [class*='bit-'] {
      padding: 0;
  }
}
@media only screen and (min-width: 670px) and (max-width: 1023px) {
  [class*='bit-'] {
      padding: 0;
  }
}

@media only screen and (min-width: 670px) and (max-width: 1023px) {
  [class*='bit-'] {
      padding: 0;
  }
}

@media only screen and (max-width: 1023px) {
  [class*='bit-'] {
      padding: 0;
  }
}
  [class*='bit-'] {
      padding: 0;
  }


.bit-offers.bit-button .bit-offers-text {
  float: none !important;
}
[class*=bit-]:last-of-type {
    float: none !important;
}
.bit-top-track-button {
  float: right !important;
}