
/*--

Modules are the reusable, modular parts of our design. They are the callouts, the sidebar sections, the product lists and so on.

--*/

/* Main Navigation   ========================================================
============================================================================= */

body,
.main-nav {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-link {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-decoration: none;

  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 100;
  width: 160px;
  height: 160px;
  margin: 0 0 0 -80px;
}
@media only screen and (min-width: 768px) {
  .home-link {
    top: 5px;
    width: 155px;
    height: 145px;
    margin: 0 0 0 -384px;
  }
}
@media only screen and (min-width: 1015px) {
  .home-link {
    margin: 0 0 0 -499px;
  }
}

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background-color: #39535B;
  z-index: 1;
  overflow: auto;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav ul {
  margin: 0;
  padding: 0;
}

.main-nav a {
  font-family: "Kreon", serif;
  font-size: 1.375em;
  font-weight: 400;
  display: block;
  padding: 15px 10px;
  color: #fff;
  border-bottom: 1px solid RGBA(255, 255, 255, .2);

  background: rgb(78,112,124);
  background: -moz-linear-gradient(top, rgba(78,112,124,1) 0%, rgba(58,84,93,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(78,112,124,1)), color-stop(100%, rgba(58,84,93,1)));
  background: -webkit-linear-gradient(top, rgba(78,112,124,1) 0%, rgba(58,84,93,1) 100%);
  background: -o-linear-gradient(top, rgba(78,112,124,1) 0%, rgba(58,84,93,1) 100%);
  background: -ms-linear-gradient(top, rgba(78,112,124,1) 0%, rgba(58,84,93,1) 100%);
  background: linear-gradient(to bottom, rgba(78,112,124,1) 0%, rgba(58,84,93,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e707c', endColorstr='#3a545d', GradientType=0 );
}

.main-nav a:hover,
.main-nav a:active,
.main-nav .active a {
  color: #719FB6;
  background: rgba(0, 0, 0, 0.43);
  border-bottom: 1px solid #719FB6;
}

.template-home .main-nav a:hover,
.template-home .main-nav a:active,
.template-home .main-nav .active a {
  color: #719FB6;
  background: rgba(255, 255, 255, 0.15); 
  border-bottom: 1px solid #719FB6;
}

.promoted-ad {
  display: none;
}

/* Header mobile menu button */
.mobile-menu-button {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  float: left;
  height: 50px;
  width: 50px;
  overflow: hidden;
  cursor: pointer;
  text-indent: -999em;
  border: none;
  outline: none;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.25), 0 1px 1px 1px rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.25), 0 1px 1px 1px rgba(255,255,255,0.25);
  box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.25), 0 1px 1px 1px rgba(255,255,255,0.25);
  background: rgb(78,112,124);
  background: -moz-linear-gradient(top, rgba(78,112,124,1) 0%, rgba(58,84,93,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(78,112,124,1)), color-stop(100%, rgba(58,84,93,1)));
  background: -webkit-linear-gradient(top, rgba(78,112,124,1) 0%, rgba(58,84,93,1) 100%);
  background: -o-linear-gradient(top, rgba(78,112,124,1) 0%, rgba(58,84,93,1) 100%);
  background: -ms-linear-gradient(top, rgba(78,112,124,1) 0%, rgba(58,84,93,1) 100%);
  background: linear-gradient(to bottom, rgba(78,112,124,1) 0%, rgba(58,84,93,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e707c', endColorstr='#3a545d', GradientType=0 );
}

.mobile-menu-button:before {
  content: '';
  background: url(../img/icon-menu.png) transparent no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Recent Tour Summery Article List =========================================
============================================================================= */

.recent-tours > .month {
  padding: 20px 0;
  border-bottom: 1px solid #719fb6;
}

.recent-tours > .month > article {
  position: relative;
  border-bottom: 1px dashed #719fb6;
  min-height: 100px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.recent-tours > .month > article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.recent-tours .day {
  position: absolute;
  margin-top: 10px;
  left: 0;
  width: 75px;
  font-size: 3.938em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: .55em;
}

.recent-tours .day .day-of-week {
  font-size: .55em;
  color: #A0A0A0;
}

.recent-tours .tour-info {
  padding-left: 100px;
}

.tour-info h3 {
  margin: 0;
  color: white;
  font-size: 1em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: normal;
}

.recent-tours .tour-info p {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
}

.recent-tours .tour-info .location {
  color: #A0A0A0;
}

.recent-tours .tickets {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 46px;
  background: url(../img/icon-ticket.png) transparent no-repeat left top;
  height: 22px;
}

.recent-tours .tickets:hover,
.ticket:active {
  background-position: left bottom;
}

.recent-tours .more-tour-dates {
  display: block;
  width: 75%;
  max-width: 265px;
  margin: 20px auto;
  padding: 10px 30px 10px 15px;
  font-size: 1.05em;
  font-weight: bold;
  background: black;
  border-radius: 5px;
  text-transform: uppercase;
  position: relative;
}

.recent-tours .more-tour-dates:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -8px;
  border-top: 8px solid transparent;
  border-left: 14px solid #719fb6;
  border-bottom: 8px solid transparent;
}

.recent-tours .more-tour-dates:hover:after {
  border-left-color: #8B0B1F;
}

/* Media ====================================================================
============================================================================= */


/*-- various possible class names for the responsive video wrapper --*/

.video,
.video-container,
.videoWrapper  {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

.video iframe,
.video object,
.video embed,
.video-container iframe,
.video-container object,
.video-container embed, 
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Social Media Links  ====================================================== 
============================================================================= */
.social {
  margin: 0;
  padding: 0;
  text-align: center;
}

.social li {
  display: inline-block;
  margin: 0 5px;
  list-style: none;
  text-align: center;
}

.social li a {
  display: inline-block;
  height: 27px;
  min-width: 33px;
  opacity: .5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social li img {
  height: 100%;
  width: auto;
}

.social li a:hover,
.social li a:active {
  opacity: 1;
}

.legal {
  margin: 0;
  padding: 15px 0 0 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .social {float: left; text-align: left;}
  .legal {float: right; padding: 10px 0 0 0; text-align: right;}
}

/* Photo Gallery  ====================================================== 
============================================================================= */
.photo-gallery {
  margin: 20px 0;
}
.photo-gallery-iframe {
  width: 100%;
  border: none;
}
.photo-gallery-nav {
  width: 100%;
  padding: 10px 0;
  overflow-y: scroll;
  font-size: 14px;
}
.photo-gallery-nav h2 {
  color: #E9E9E9;
  border-bottom: 1px solid #4E4E4E ;
  margin: 0 0 10px 0
}
.photo-gallery-nav a {
  color:#E9E9E9; 
  display: block;
  padding: 5px 10px;
  line-height: 1.4em;
}
.photo-gallery-nav a .venue {
  color:#A0A0A0;
  display: block;
}
.photo-gallery-nav a:hover,
.photo-gallery-nav a:hover .venue{
  color: #719fb6; 
}
.photo-gallery-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.photo-gallery-nav li {
  width: 50%;
  float: left;
}
.photo-gallery-nav .is-active {
  background-color: rgba(255,255,255,.15);
  color: #719fb6; 
}
.photo-gallery-nav .is-active .venue {
  color: #719fb6; 
}

/* Inner Page Sub-head ====================================================== 
============================================================================= */

.page-subhead-player {
  border-top: 8px solid #719fb6;
  background-color: rgba(34,100,157, 0.25);
  -webkit-box-shadow: 0 15px 60px 0 rgba(0,0,0,0.75);
  box-shadow: 0 15px 60px 0 rgba(0,0,0,0.75);
}
.page-subhead-title {
  opacity: 0.65;
  display: none;
  margin-right: 10px; 
}
.page-subhead-title img {
 width: 100%;
 display: block;
 margin: 25px 0 20px 0; 
}
.page-subhead-music-player {
  height: 50px;
  background: #161819;
  color: #ccc;
}



.pageList {
  display: block;
  font-size: 15px;
  margin: 25px 0;
  padding: 0;
  text-align: center;
}
.pageList li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pageList a {
  display: inline-block;
  font-weight: bold;
  padding: 2px 10px;
  margin: 0 2px;
}
.pageList a.active {
  background: #719fb6;
  color: #000;
  border-radius: 15px;
}

.media-collection {
  margin: 30px 0;
  text-align: center;
}
.media-collection img {
  max-width: 100%;
}
.media-collection-item {
  display: inline-block;
  line-height: 1.33;
  padding: 13px;
  /*text-align: left;*/
}
.media-caption {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin: 9px 0;
}
.media-caption2 {
  display: block;
  font-size: 13px;
  margin: 9px 0;
}
@media only screen and (min-width: 480px) {
  .media-collection-item {
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 49%;
  }
}
@media only screen and (min-width: 600px) {
  .media-collection-item {
    width: 32%;
  }
}
@media only screen and (min-width: 768px) {
  .media-collection-item {
    width: 24%;
  }
}
@media only screen and (min-width: 960px) {
  .media-collection-item {
    width: 19%;
  }
}
.collection-layout-fluid .media-collection-item {
  width: auto;
}


#mfMaster {
  width: 0;
  height: 0;
  visibility: hidden;
}
.album-detail {
  font-size: 13px;
}
.album-detail > section:nth-of-type(1) {
  background: #151515;
  color: #fff;
  margin: 0 0 30px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.album-detail .album-cover-image {
  text-align: center;
}
.track-list ol {
  margin: 0;
  padding: 0;
}
.track-list li,
.track-list h4 {
  display: block;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0,0,0,0.7);
  border-top: 1px solid rgba(255,255,255,0.066);
}
.track-list h4 {
  font-size: 11px;
  padding: 4px 13px;
  background: rgba(255,255,255,0.05);
  text-transform: uppercase;
}
.track-list li a,
.dvd-list li {
  display: block;
  padding: 2px 11px;
  color: rgba(255,255,255,0.6);
}
.track-list li a:hover {
  background: #000;
  color: #fff;
}
.blue-btn {
  display: block;
  font-weight: bold;
  padding: 7px 15px;
  background: rgb(20,122,255);
  color: #fff;
  text-align: center;
}
.blue-btn:hover {
  background: #8B0B1F;
  color: #fff;
}
.mf-song-link {
  background-image: url(../img/speaker.png);
  background-position: 96% 8px;
  background-repeat: no-repeat;
}
.track-list .mf-song-link:hover {
  background-image: url(../img/speaker.png);
  background-position: 96% 8px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 600px) {
  .album-detail > section {
    float: left;
    width: 50%;
  }
  .album-detail > section:nth-of-type(2) {
    padding: 0 15px 0 30px;
  }
}

.gallery-image-detail {
  padding: 15px;
  text-align: center;
}
.gallery-image-detail img {
  max-width: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.gallery-image-collection .media-collection-item {
  padding: 7px;
}
.galleriffic {
  margin: 20px;
}
.galleriffic img {
  max-width: 100%;
  max-height: 100%;
}
body div.galleriffic div.gal_main {
  float: none;
  width: 100%;
}
body div.galleriffic div.slideshow span.image-wrapper {
  right: 0;
}
body div.galleriffic div.slideshow a.advance-link {
  width: 100%;
}
div.galleriffic div.slideshow span.image-wrapper img {
  box-shadow: 0 10px 50px rgba(0,0,0,0.75);
}
body div.galleriffic span.image-caption {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
}


/* Special BG for Tour page only ============================================ 
============================================================================= */
[data-resource-id="3"] .presentation-content {
  background: #FDF7EB;
  color: #191717;
}


/* Tableing Page ============================================================ 
============================================================================= */
.table-organization {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #719FB6;
}
  
  

