/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* @import "animate.scss"; */
/* ==========================================================================
   Variables
   ========================================================================== */
/* colors */
/* ==========================================================================
   Mixins
   ========================================================================== */
.history-body {
  color: #ECDDC7;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  /* 		@include text-shadow(rgba(0,0,0, 0.8) 1px 1px 3px); */
}

.zone-featured-wrapper .page-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-left: 0;
  text-align: left;
}
.zone-featured-wrapper .date-display-single {
  margin-left: 0;
}
.zone-featured-wrapper .date-display-single span {
  text-align: left;
}

.block-main-menu .menu {
  width: 980px;
  margin-left: 12px;
  /* screw ie */
}
.block-main-menu .menu li {
  margin: 0 25px;
}
.block-main-menu .menu li a {
  font-size: 16pt;
}
.block-main-menu .menu li:nth-of-type(5) {
  margin-left: 150px;
}
.block-main-menu .menu li:first-child + li + li + li + li {
  margin-left: 150px;
}

/* Slides */
.slide-content {
  left: 10%;
  top: 16%;
  width: 30%;
}
.slide-content .slide-title p, .slide-content .slide-title span {
  font-size: 50px;
  line-height: 43px;
}
.slide-content .slide-body p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px;
}

.rslides_tabs {
  bottom: 20%;
  left: 10%;
}
.rslides_tabs li {
  border-radius: 10px;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.front-tour-list li .tour-venue, .tour-list li .tour-venue {
  margin-right: 40%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
}
.front-tour-list li .tour-city, .tour-list li .tour-city {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
}

.next-show-list .links {
  padding-top: 20px;
  margin: 0 auto;
  margin-top: 0;
}

.zone-footer-wrapper .skynyrd-nation {
  margin-top: 50px;
  height: 180px;
}
.zone-footer-wrapper .nation-content h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: left;
}
.zone-footer-wrapper .nation-content p {
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  line-height: 1.3rem;
}
.zone-footer-wrapper .nation-content .social-icons {
  display: block;
  border-bottom: none;
  border-right: 1px solid #ecddc7;
  float: left;
  padding-right: 20px;
  height: 58px;
}
.zone-footer-wrapper .nation-content .social-icon.sub {
  margin-left: 20px;
  margin-top: 6px;
  float: left;
  display: block;
}

.region-featured .view-news-view h2.news-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.region-featured .view-news-view .news-body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 17px;
  line-height: 1.7rem;
}
.region-featured .views-news-view a.views-more-link {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}

a.search-button {
  left: 30px;
}
