/* MAIN CONTENT STYLES */

@font-face {
    font-family:'Trade Gothic LT Light';
    src: url('fonts/TradeGothicLTStd-Light.eot');
	src: url('fonts/TradeGothicLTStd-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/TradeGothicLTStd-Light.woff2') format('woff2'),
		url('fonts/TradeGothicLTStd-Light.woff') format('woff'),
		url('fonts/TradeGothicLTStd-Light.ttf') format('truetype'),
		url('fonts/TradeGothicLTStd-Light.otf') format('opentype'),
		url('fonts/TradeGothicLTStd-Light.svg#TradeGothicLTStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB02;
}

@font-face {
    font-family:'Trade Gothic LT Cn';
    src: url('fonts/TradeGothicLTStd-BdCn20.eot');
	src: url('fonts/TradeGothicLTStd-BdCn20.eot?#iefix') format('embedded-opentype'),
		url('fonts/TradeGothicLTStd-BdCn20.woff2') format('woff2'),
		url('fonts/TradeGothicLTStd-BdCn20.woff') format('woff'),
		url('fonts/TradeGothicLTStd-BdCn20.ttf') format('truetype'),
		url('fonts/TradeGothicLTStd-BdCn20.otf') format('opentype'),
		url('fonts/TradeGothicLTStd-BdCn20.svg#TradeGothicLTStd-BdCn20') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: condensed;
    unicode-range: U+0020-FB02;
}

@font-face {
    font-family:'Trade Gothic LT Std';
    src: url('fonts/TradeGothicLTStd.eot');
	src: url('fonts/TradeGothicLTStd.eot?#iefix') format('embedded-opentype'),
		url('fonts/TradeGothicLTStd.woff2') format('woff2'),
		url('fonts/TradeGothicLTStd.woff') format('woff'),
		url('fonts/TradeGothicLTStd.ttf') format('truetype'),
		url('fonts/TradeGothicLTStd.otf') format('opentype'),
		url('fonts/TradeGothicLTStd.svg#TradeGothicLTStd') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB02;
}

body
{
	font-family:'Trade Gothic LT Std';
  margin: 0 !important;
  padding: 0 !important;
}

h1, h2, h3, h4, h5
{
  font-family:'Trade Gothic LT Cn';
}

a
{
  outline:0 !important;
}

.entry-footer
{
  display: none;
}

#masthead
{
  font-family:'Trade Gothic LT Light';
  max-height: 60px;
  background: #000 !important;
  /*! padding: 20px; */
  box-sizing: border-box;
}

#masthead .site-branding
{
}

#masthead .site-branding a, #masthead .site-branding .logo, #masthead .site-branding .site-title
{
  max-height: 50px;
}

#page
{
  box-sizing: border-box;
}

#masthead .main-navigation
{
  position: relative;
  z-index: 2;
  display: inline-block !important;
  background: #000;
  transition: 1s all;
  
  margin-bottom: 20px;
}


#masthead .main-navigation .menu-toggle
{
  border: none;
  background: none;
  color: #FFF;
  position: absolute;
  top: -60px;
  right: 0;
  width: auto;
  display: inline-block !important;
  z-index: 3;
}

#masthead .main-navigation .hamburger {
    display: inline-block;
    cursor: pointer;
}

#masthead .main-navigation .bar1, #masthead .main-navigation .bar2, #masthead .main-navigation .bar3 {
    width: 35px;
    height: 5px;
    background-color: #FFF;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
#masthead .main-navigation .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
#masthead .main-navigation .change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
#masthead .main-navigation .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}



#masthead .main-navigation ul li
{
  line-height: 60px;
  transition:1s all;
}

#masthead .main-navigation ul li:hover
{
  background: #333;
}

#masthead .main-navigation li
{
  display: block; 
  text-transform: uppercase;
  margin: 0 auto;
  width: 100%;
  text-align:center;
}

#masthead .main-navigation li a
{
  color: #FFF;
}

#masthead .site-title
{
  width: auto !important;
  display: inline-block;
}

.home .entry-title
{
  display: none;
}

.site-content h1
{
  text-transform: uppercase;
  color:#FFF;
  text-align: center;
  font-size: 7vw;
  line-height: 7vw;
}

.site-content
{
  margin: 0px 0 0 0 !important;
  padding:0 !important;
  background: #111;
}

.site-main
{
  text-align: left;
}

.site-main > article
{
  margin:0 auto;
  text-align: left;
}


.moreArtists
{
	display: none;
	/*! height: 50px; */
	margin: 0 auto;
	background: #BBB;
  padding: 0vw;
	color: #111;
  font-size: 6vw;
  text-decoration: none;
  text-transform: uppercase;
	font-weight: bold;
	transition: 0.5s all;
  font-family:'Trade Gothic LT Cn';
  vertical-align: middle;
  text-align: center;
	line-height: 50px;
}

.moreArtists:first-of-type
{
	display: block;
}

.page-upcoming .moreArtists:first-of-type, .page-all-artists .moreArtists:nth-of-type(3), .page-previous-tours .moreArtists:nth-of-type(3)
{
  display: none !important;
}

.page-previous-tours #monthbox
{
  display: none !important;
}

.page-upcoming .moreArtists:nth-of-type(2)
{
  display: block !important;
}

.moreArtists:hover
{
	background:#111;
	color: #FFF !important;
}

.moreArtists:visited
{
	color: #111;
}

.page-all-artists .entry-content p, .page-previous-tours .entry-content p
{
  color:#AAA;
  padding:2vw 4vw;
  margin:3vw auto 6vw auto;
}

.page-all-artists .entry-content, .page-previous-tours .entry-content
{
  margin-bottom: 4vw;
}

.page-all-artists p a, .page-previous-tours p a
{
  color:#FFF;
}

.page-all-artists h3, .page-post-tours h3
{
  font-size: 8vw;
  padding:0 2vw;
  color: #FFF;
  margin:3vw auto;
}

.artist-list
{
  margin: 0 auto !important;
  list-style: none;
  padding: 0;
  max-height: 400px;
  width:90%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.artist-list li a
{
  text-decoration: none;
  color: #FFF;
  font-size: 4vw;
  text-align: center;
  display: block;
  padding: 1vw;
  transition:0.5s all;
}

.artist-list li a:hover
{
  background: #333 !important;
  color: #DDD !important;
}

footer
{
  background:#303030;
  position: relative;
}

ul.icon-set-lsi_widget-3 a
{
  font-size: 2rem;
}

footer #footer-sidebar1, footer #footer-sidebar4
{
  padding:6vw 0 0 0;
  max-width: 70%;
  margin: 0 auto;
}

footer #footer-sidebar4
{
  padding:0 !important;
  margin: -3vw auto !important;
}

footer #footer-sidebar1 label
{
  display: none;
}

footer #footer-sidebar1 input
{
  background: #111;
  color: #FFF !important;
  border:none;
  height: 8vw;
  border-radius: 6px;
  margin:0px auto 6px auto;
}

footer #footer-sidebar1 .widget_text
{
  color:#FFF;
  text-align: center;
}

footer #footer-sidebar1 input[type="submit"]
{
  color:#222 !important;
  background: #808285 !important;
  width: 100%;
  font-size: 4vw;
  cursor: pointer;
  transition: 0.5s all;
}

footer #footer-sidebar1 input[type="submit"]:hover
{
  color:#808285 !important;
  background: #222 !important;
  width: 100%;
  font-size: 4vw;
}

footer #footer-sidebar1 h3
{
  font-size: 7vw;
  line-height: 0vw;
}

footer #footer-sidebar1 h3, footer #footer-sidebar1 input[type="submit"]
{
  text-transform: uppercase;
  font-family:'Trade Gothic LT Cn';
}

#subfooter-sidebar
{
  background: #000;
  position: absolute;
  bottom: -12vw;
  width: 100%;
  text-align: center;
  font-size: 3vw;
  color: #AAA;
}

.mc4wp-alert
{
  position: fixed !important;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
  z-index: 10;
  margin: 10% auto !important;
  max-width: 400px;
  width:50%;
  text-align: center;
  color:#111 !important;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.6);
}

.mc4wp-alert .closeBtn a
{
  position: absolute;
  top: -10px;
  right: -10px;
  background: #111;
  display: block;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #FFF;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.6);
}

@media screen and (min-width:700px)
{
  
  .page-about .featured-img
  {
    max-width: 50%;
  }
  
  .page-about .entry-content
  {
    margin-bottom:60px;
  }
  .site-content h1
  {
  text-transform: uppercase;
  color:#FFF;
  text-align: center;
  font-size: 5vw;
    line-height: 4vw;
  background: #111;
}
  
  .page-all-artists h3, .page-previous-tours h3
{
  font-size: 4vw;
  padding:0 0vw;
  color: #FFF;
  margin:1vw auto;
}
  
  .page-all-artists .entry-content p, .page-previous-tours .entry-content p
{
  color:#AAA;
  padding:2vw 4vw;
  border:none;
  background:none !important;
  margin:0vw auto 2vw auto;
  font-size:2.2vw;
}
  
.artist-list
{
  margin: 0 auto !important;
  list-style: none;
  padding: 0;
  max-height: none;
  width:90%;
  overflow: visible;
  position: relative;
}
  
.artist-list li a
{

  font-size: 2vw;
  text-align: center;
  display: block;
  padding: 0.5vw;
  transition:0.5s all;
}
  
  footer
{
  background:#303030;
  position: relative;
  min-height: 100px;
}

ul.icon-set-lsi_widget-3 a
{
  font-size: 2rem;
  line-height: 0vw !important;
  margin: 0 !important;
  padding: 5px 0px !important;
}
  
.moreArtists
{
  font-size: 4vw;
}
  
  footer #footer-sidebar1, footer #footer-sidebar4
{
  padding: 2vw;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
  
footer #footer-sidebar1
  {
    width: 60%;
  }
  
footer #footer-sidebar1 aside
  {
    display: inline-block;
    width: calc(70% - 3px);
    vertical-align: top;
  }
  
 footer #footer-sidebar1 aside:first-of-type
  {
    width: calc(30% - 3px);
  }

footer #footer-sidebar4
{
  width: 30%;
  padding:0 !important;
  margin: 2vw auto !important;
  position: absolute;
  right: 0;
}

footer #footer-sidebar1 label
{
  display: none;
}

footer #footer-sidebar1 input
{
  background: #111;
  color: #FFF !important;
  border:none;
  height: 35px;
  border-radius: 6px;
  margin:-10px auto 15px auto;
  display: inline-block;
  vertical-align: top;
}
  
footer #footer-sidebar1 input[type="text"]
  {
    box-sizing: border-box;
    width: calc(50% - 3px);
    
  }
  
  footer #footer-sidebar1 input[type="email"]
  {
    width: calc(70% - 3px);
  }

footer #footer-sidebar1 .widget_text
{
  color:#FFF;
  text-align: left;
}

footer #footer-sidebar1 input[type="submit"]
{
  color:#222 !important;
  background: #808285 !important;
  width: calc(30% - 3px);
  font-size: 2vw;
  line-height: 2vw;
}

footer #footer-sidebar1 input[type="submit"]:hover
{
  color:#808285 !important;
  background: #222 !important;
  width: calc(30% - 3px);
  font-size: 2vw;
}

footer #footer-sidebar1 h3
{
  font-size: 2vw;
  line-height: 0vw;
}

footer #footer-sidebar1 h3, footer #footer-sidebar1 input[type="submit"]
{
  text-transform: uppercase;
  font-family:'Trade Gothic LT Cn';
}

#subfooter-sidebar
{
  background: #000;
  position: absolute;
  bottom: 0vw;
  width: 100%;
  text-align: center;
  font-size: 1.6vw;
  color: #AAA;
}
}

@media screen and (min-width:830px)
{
  #masthead
  {
    position: fixed;  
    z-index: 1;
    width:100%;
    top:0;
    line-height: 60px;
  }
  
  .home #rev_slider_1_1_forcefullwidth
  {
    margin-top:60px !important;
  }
  
  .site-content
  {
    margin-top:60px !important;
  }
  
  .home .site-content
  {
    margin-top:0 !important;
  }
  
  #masthead .main-navigation
  {
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
  }
  
  #masthead .main-navigation li
  {
    text-align:left;
    display: inline-block;
    width: auto;
  }
  
  #masthead .main-navigation a
  {
    margin: 0 10px;
  }
  
  #masthead .site-branding
  {
    width: auto !important;
    min-width: auto !important;
    display: inline-block;
    /*! line-height: 60px; */
    margin: 5px;
  }
  
    .page-all-artists h3, .page-previous-tours h3
{
  font-size: 3vw;
  padding:0 0vw;
  color: #FFF;
  margin:0vw auto;
}
  
  .page-all-artists .entry-content p, .page-previous-tours .entry-content p
{
  color:#AAA;
  padding:2vw 4vw;
  border:none;
  background:none !important;
  margin:0vw auto 2vw auto;
  font-size:1.8vw;
}
  
  .featured-btns
  {
    display: table;
    table-layout: fixed;
    width:100%;
  }
  
  .moreArtists
  {
	display: table-cell !important;
  font-size: 2.5vw;
    padding:1vw;
    line-height: 2.5vw;
  }
  
  footer
{
  background:#303030;
  position: relative;
  min-height: 100px;
}

ul.icon-set-lsi_widget-3 a
{
  font-size: 2rem;
  line-height: 0vw !important;
  margin: 0 !important;
  padding: 5px 0px !important;
}

footer #footer-sidebar1, footer #footer-sidebar4
{
  padding: 2vw;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
  
footer #footer-sidebar1
  {
    width: 60%;
    max-width: 700px;
  }
  
footer #footer-sidebar1 aside
  {
    display: inline-block;
    width: calc(70% - 3px);
    vertical-align: top;
  }
  
 footer #footer-sidebar1 aside:first-of-type
  {
    width: calc(30% - 3px);
  }

footer #footer-sidebar4
{
  width: 30%;
  padding:0 !important;
  margin: 2vw auto !important;
  position: absolute;
  right: 0;
}

footer #footer-sidebar1 label
{
  display: none;
}

footer #footer-sidebar1 input
{
  background: #111;
  color: #FFF !important;
  border:none;
  height: 45px;
  border-radius: 6px;
  margin:-10px auto 15px auto;
  display: inline-block;
  vertical-align: top;
}
  
footer #footer-sidebar1 input[type="text"]
  {
    box-sizing: border-box;
    width: calc(50% - 3px);
    
  }
  
  footer #footer-sidebar1 input[type="email"]
  {
    width: calc(70% - 3px);
  }

footer #footer-sidebar1 .widget_text
{
  color:#FFF;
  text-align: left;
}

footer #footer-sidebar1 input[type="submit"]
{
  color:#222 !important;
  background: #808285 !important;
  width: calc(30% - 3px);
  font-size: 2vw;
  line-height: 2vw;
}

footer #footer-sidebar1 input[type="submit"]:hover
{
  color:#808285 !important;
  background: #222 !important;
  width: calc(30% - 3px);
  font-size: 2vw;
}

footer #footer-sidebar1 h3
{
  font-size: 2vw;
  line-height: 0vw;
  margin: 1.4vw 0;
}

footer #footer-sidebar1 h3, footer #footer-sidebar1 input[type="submit"]
{
  text-transform: uppercase;
  font-family:'Trade Gothic LT Cn';
}

#subfooter-sidebar
{
  background: #000;
  position: absolute;
  bottom: -2vw;
  width: 100%;
  text-align: center;
  font-size: 1.3vw;
  color: #AAA;
}
}