/* Variables
-------------------------------------------------------------- */
/* Colors */
/* Front Page Colors */
/* Fonts */
/* Weights */
/* Mix-Ins */
@-webkit-keyframes sectionstripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 26px 13px;
  }
}
@-moz-keyframes sectionstripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 26px 13px;
  }
}
@-o-keyframes sectionstripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 26px 13px;
  }
}
@keyframes sectionstripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 26px 13px;
  }
}
@-webkit-keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 12px;
  }
}
@-moz-keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 12px;
  }
}
@-o-keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 12px;
  }
}
@keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 12px;
  }
}
/* From retina.less
 * A helper mixin for applying high-resolution background images (http://www.retinajs.com)
 * Append @2x to the end of your retina version. ex: /images/my_image@2x.png
 */
/* Retina image helper mixing that allows you to specify different images for different device widths */
@media print {
  body * {
    overflow: visible !important;
  }
  #masthead,
  #access,
  #secondary,
  #colophon,
  .wp-post-image,
  #tribe-events-footer,
  .tribe-events-back {
    display: none;
  }
  .wrapper,
  #primary,
  #tribe-events-pg-template {
    max-width: 100%;
    width: 100%;
  }
  #main:before,
  #main > .wrapper:before {
    background: none;
  }
  .tribe-events-event-meta .tribe-events-meta-group,
  .tribe-events-event-meta .column {
    float: none;
    width: 100%;
    padding: 0;
  }
  .single-tribe_events .tribe-events-meta-group .tribe-events-venue-map {
    width: 60%;
    margin: 50px auto;
    display: none;
  }
  .single-tribe_events .tribe-events-event-meta {
    border: none;
  }
  .tribe-events-meta-group-gmap {
    display: none;
  }
}
