﻿@font-face {
  font-family: "Futura Bk BT";
  src: url("font/FuturaBook.woff") format('woff');
}
@font-face {
  font-family: "Futura Md BT";
  src: url("font/FuturaMedium.woff") format('woff');
}
body {
  margin: 0;
  padding: 0;
  font-family: "Futura Bk BT", Arial, san-serif;
  color: #352b28;
  background: url("../Images/woods-bg.jpg") center center no-repeat fixed;
  background-size: cover;
  background-attachment: fixed !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Futura Md BT", Arial, san-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
}
a {
  font-family: "Futura Md BT", Arial, san-serif;
  color: #4a3c37;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.clear {
  clear: both;
}
/* NAVIGATION MENU */
.top-menu {
  width: 100%;
  height: 75px;
  background: #352b28;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.top-menu a {
  color: #FFF;
  text-decoration: none;
}
#logo {
  display: block;
  width: 220px;
  height: 55px;
  background: url("../Images/aw_logo.png") top left no-repeat;
  background-size: contain;
  margin: 10px auto;
}
#logo span {
  display: block;
  height: 100%;
  font-family: "Futura Md BT", Arial, san-serif;
  font-size: large;
  text-transform: uppercase;
  position: relative;
  top: 15px;
  left: 95px;
  width: 180px;
}
.nav {
  list-style: none;
  display: block;
  margin: auto;
  width: 100%;
  height: 55px;
  position: fixed;
  top: 75px;
  z-index: 99;
  background: #4a3c37;
  text-align: center;
  padding: 0;
}
.nav li {
  display: inline-block;
  float: left;
  position: relative;
  right: 10px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: small;
  line-height: none;
  text-align: center;
}
.nav a {
  display: block;
  vertical-align: middle;
  position: relative;
  top: 10px;
}
.nav-divider {
  display: block;
  clear: both;
}
.nav-wrapper {
  width: 255px;
  margin: auto;
  text-align: center;
  padding: 0;
}
/* FOOTER */
.footer {
  width: 100%;
  height: 50px;
  background: #c2835e;
  color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
.footer a {
  color: #fff !important;
}
.footer p {
  display: none;
}
.social-links {
  z-index: 9999;
  list-style: none;
  width: 210px;
  height: 100%;
  margin: 3px auto;
  padding: 0;
}
.social-links li a {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin: 5px;
}
#facebook {
  background: url('../Images/Social/facebook.png');
}
#facebook:hover {
  background: url('../Images/Social/facebook2.png');
}
#twitter {
  background: url('../Images/Social/twitter.png');
}
#twitter:hover {
  background: url('../Images/Social/twitter2.png');
}
#youtube {
  background: url('../Images/Social/youtube.png');
}
#youtube:hover {
  background: url('../Images/Social/youtube2.png');
}
#instagram {
  background: url('../Images/Social/instagram.png');
}
#instagram:hover {
  background: url('../Images/Social/instagram2.png');
}
#itunes {
  background: url('../Images/Social/itunes.png');
}
#itunes:hover {
  background: url('../Images/Social/itunes2.png');
}
/* HOME PAGE */
#top-banner {
  width: 100%;
}
.view-all {
  float: right;
  text-align: right;
  text-transform: capitalize;
}
.home-video {
  width: 100%;
  height: 220px;
}
/* WRAPPERS */
.content-wrapper {
  width: 90%;
  z-index: 88;
  margin: 150px auto 80px;
}
.frame-wrapper {
  padding: 15px;
  max-width: 300px !important;
}
.frame-wrapper img,
.frame-wrapper iframe {
  width: 90% !important;
  margin: 10px auto !important;
}
.show-item,
.music-item,
.news-item,
.merch-item {
  background: rgba(255, 255, 255, 0.8) !important;
}
/* SHOWS */
.show-date {
  display: block;
  width: 40px;
  height: 100%;
  float: left;
  background: #c2835e;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  margin-right: 5px;
  font-size: medium;
  margin-bottom: 80px;
}
.show-day {
  font-size: large;
}
.show-item {
  width: 100%;
  min-height: 40px;
  max-height: 120px;
  background: rgba(194, 131, 94, 0.05);
  margin: 10px 5px;
  -moz-box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
}
.show-location {
  margin: 5px 0 0;
  padding: 5px 0;
  font-size: large;
}
.show-venue {
  margin-top: 5px;
  font-size: smaller;
}
.ticket-icon {
  width: 35px;
  height: 35px;
  background: url(../Images/ticket-icon.png) center no-repeat;
  background-size: contain;
  float: right;
  margin: 10px;
}
.ticket-icon:hover {
  cursor: pointer;
  background: url(../Images/ticket-icon2.png) center no-repeat;
  background-size: contain;
}
.shows-browse {
  width: 80%;
  margin: auto;
  padding: 10px;
  z-index: 9999;
}
.shows-browse a {
  color: #c2835e !important;
}
.next {
  float: right;
}
/* MUSIC */
.music-item {
  display: block;
  width: 90%;
  padding: 10px;
  margin: 5px;
  -moz-box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  text-align: center;
}
.music-art {
  width: 100%;
  min-height: 230px;
  margin-bottom: 15px;
}
.music-player {
  width: 100%;
  height: 20px;
  margin-bottom: 15px;
}
.download-links {
  display: block;
  width: 110px;
  margin: auto;
}
.download-itunes,
.download-amazon {
  display: block;
  width: 45px;
  height: 45px;
  background: #555;
  margin: 5px;
  float: left;
}
.download-itunes {
  background: url("../Images/itunes-icon.png");
}
.download-itunes:hover {
  background: url("../Images/itunes-icon2.png");
}
.download-amazon {
  background: url("../Images/amazon-icon.png");
}
.download-amazon:hover {
  background: url("../Images/amazon-icon2.png");
}
/* VIDEOS */
.video-thumb {
  margin-top: 5px;
}
#video-player {
  width: 100%;
  height: 220px;
}
.bx-caption {
  display: none !important;
}
/* NEWS */
.news-item {
  width: 85%;
  padding: 15px;
  background: rgba(194, 131, 94, 0.05);
  margin: 15px auto;
  -moz-box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
}
.news-title,
.show-title {
  color: #c2835e;
}
.news-details {
  font-size: x-small;
}
.news-date {
  margin-top: -10px;
  font-size: smaller;
}
.news-link {
  float: right;
}
/* PHOTO GALLERY */
.instagram-img {
  display: inline-block;
  width: 30%;
  height: 30%;
  margin: 1%;
  -moz-box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  z-index: 889;
}
#load-more {
  width: 150px;
  margin: 10px auto 50px;
  display: block;
  color: #fff;
  background: #352b28;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  font-size: larger;
}
/* MERCH */
.merch-item {
  -moz-box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  display: inline-block;
  width: 42%;
  margin: 1%;
  padding: 10px 5px 5px 5px;
  text-align: center;
}
.merch-item img {
  width: 95%;
  margin: auto;
}
.merch-title,
.merch-item h4 {
  color: #c2835e;
}
.center-text {
  text-align: center;
}
@media screen and (orientation: landscape) {
  .top-menu,
  .footer {
    display: none !important;
  }
  .content-wrapper {
    width: 90%;
    z-index: 88;
    margin: 15px auto;
  }
}
/* ONE SHEET & PUBLICITY PHOTOS */
.download-button {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  display: block;
  color: #fff;
  background: #352b28;
  margin: 5px;
  font-size: small;
}
.pub-item {
  -moz-box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  box-shadow: 0 0 2px rgba(53, 43, 40, 0.5);
  display: inline-block;
  width: 40%;
  margin: 1%;
  padding: 10px 5px 5px;
  text-align: center;
  min-width: 120px;
  background: rgba(255, 255, 255, 0.6);
}
.pub-item img {
  width: 92%;
  margin: auto;
}
.share_links {
  float: right;
}
/*# sourceMappingURL=Mobile.css.map */