/* ARTISTS STYLES */

#wrapper
{
  margin: 0 auto;
  text-align: center;
}

.entry-content
{
  margin: 6px auto 0px auto;
  padding: 0px !important;
  text-align: center;
}

article.artists
{
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 50%;
  margin: -3.5px -4px;
  display: inline-block;
  text-align: center;
  transition:0.4s all;
  position: relative;
  overflow: hidden;
  border:1px solid #DDD;
}

article.artists:hover
{
  color: #FFF !important;
  border:1px solid #DDD;
}


article.artists:hover h4
{
  color:#FFF;
}



article.artists section
{
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: -100% !important;
  overflow: hidden;
  background-size:cover;
  background-position: center center;
  position:relative;
}

article.artists .artist-header
{
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 33%;
  background:rgba(0,0,0,0.7);
  transition:0.4s all linear;
}

article.artists:hover .artist-header
{
  height: 100%;
  padding-top:33%;
}

article.artists a
{
  color: #FFF;
  outline:0;
}

article.artists .artist-header h4
{
  text-transform: uppercase;
  font-family:'Trade Gothic LT Cn';
  font-size: 3.5vw;
  line-height: 1.4vw;
  transition:0.4s all linear;
  margin-top:10px;
}

article.artists:hover .artist-header h4
{
  font-size: 4.3vw;
}

article.artists:hover .artist-header .aDate
{
  font-size: 2.8vw;
}

article.artists:hover .artist-header .country
{
  margin: auto calc(50% - 1.5vw) ;
  bottom:16vw;
  
}

.aDate
{
  height: 40px;
  line-height: 3.0vw;
  margin: -2.4vw auto 0px auto;
  font-size: 2.6vw;
  transition:0.4s all linear;
  font-family:'Trade Gothic LT Light';
}

.country
{
  width: 4vw;
  margin: 5px;
  display: block;
  position: absolute;
  margin: auto calc(50% - 1.5vw) ;
  bottom:0vw;
  transition:0.4s all linear;
}

section.post-entry
{
	/*! margin-top: 20px; */
}

#filters
  {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-family:'Trade Gothic LT Light' !important;
    padding: 1vw 0;
    background: #333;
  }
  
  #filters div, #filters h3
  {
    display: inline-block;
    
    vertical-align: top;
  }

  
  #filters h3
  {
    font-size:1.8rem;
    margin: 5px 2rem;
    display: inline-block;
  }
  
  #filters #genrebox, #filters #monthbox
  {
    margin: 2px 10px;
    display: block;
  }
  
  #filters label
  {
    font-size:1.2rem;
    text-transform: uppercase;
    font-family:'Trade Gothic LT Cn' !important;
    margin-right:0;
    display: inline-block;
    vertical-align:middle;
    margin: 4px 8px;
  }
  
  #filters .selectbox 
  {
   width: 70%;
   height: 34px;
   overflow: hidden;
   background: #CCC;
   border: 1px solid #333;
    border-radius: 7px;
   }
  
  
  
  #filters select
  {
    text-transform: lowercase;
    font-family:'Trade Gothic LT Light' !important;
    background: #CCC;
    padding: 0.5vw 1vw;
    border-radius: 5px;
    background: transparent;
   width: 108%;
   font-size: 16px;
   line-height: 1;
   border: none !important;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   color: #111;
   /*! color: rgba(0,0,0,0); */
   /*! text-shadow: 0 0 0 #FFF; */
  }
  
  #filters select option
  {
    padding: 0.25vw 0.5vw;
    color: #111 !important;
   /*! color: rgba(0,0,0,0); */
   /*! text-shadow: 0 0 0 #FFF; */
    border: none !important;
  }



@media (min-width: 600px) {
  
  article.artists
{
  width: 33%;
  box-sizing: border-box;
  padding-bottom: 33%;
  margin: -3.5px -4px;
  display: inline-block;
  text-align: center;
  transition:0.4s all;
  position: relative;
  overflow: hidden;
  border:1px solid #DDD;
}
  
  article.artists .artist-header h4
{
  text-transform: uppercase;
  font-family:'Trade Gothic LT Cn';
  font-size: 2.0vw;
  line-height: 1.4vw;
  transition:0.4s all linear;
  margin-top:10px;
}

article.artists:hover .artist-header h4
{
  font-size: 2.6vw;
}

article.artists:hover .artist-header .aDate
{
  font-size: 2.0vw;
}

article.artists:hover .artist-header .country
{
  margin: auto calc(50% - 1vw) ;
  bottom:8vw;
}

.aDate
{
  height: 40px;
  line-height: 5.2vw;
  margin: -3.4vw auto 0px auto;
  font-size: 2.0vw;
  transition:0.4s all linear;
}

.country
{
  width: 3vw;
  display: block;
  position: absolute;
  margin: auto calc(50% - 1vw) ;
  bottom:0vw;
  transition:0.4s all linear;
}
  
  .artist-list
  {
    -webkit-columns: 100px 2; /* Chrome, Safari, Opera */
    -moz-columns: 100px 2; /* Firefox */
    columns: 100px 2;

  }
  
  #filters #genrebox, #filters #monthbox
  {
    margin: 8px 0px;
    display: inline-block;
  }
  
  #filters .selectbox 
  {
   width: 58%;
   }
  
  
  
  #filters select
  {
   width: 120%;
    
  }
  
}
@media (min-width: 830px) {
  
  article.artists
{
  width: 25%;
  box-sizing: border-box;
  padding-bottom: 25%;
  margin: -3.5px -3px;
  display: inline-block;
  text-align: center;
  transition:0.4s all;
  position: relative;
  overflow: hidden;
  border:1px solid #DDD;
}
  
  article.artists .artist-header h4
{
  text-transform: uppercase;
  font-family:'Trade Gothic LT Cn';
  font-size: 2.0vw;
  line-height: 1.4vw;
  transition:0.4s all linear;
  margin-top:10px;
}

article.artists:hover .artist-header h4
{
  font-size: 2.4vw;
}

article.artists:hover .artist-header .aDate
{
  font-size: 1.3vw;
}

article.artists:hover .artist-header .country
{
  margin: auto calc(50% - 1vw) ;
  bottom:6vw;
  width: 3vw;
}

.aDate
{
  height: 40px;
  line-height: 4.5vw;
  margin: -3.4vw auto 0px auto;
  font-size: 1.6vw;
  transition:0.4s all linear;
}

.country
{
  width: 2vw;
  margin: auto calc(50% - 1vw) ;
  display: block;
  position: absolute;
  bottom:0vw;
  transition:0.4s all linear;
}
  
  .artist-list
  {
    -webkit-columns: 100px 3; /* Chrome, Safari, Opera */
    -moz-columns: 100px 3; /* Firefox */
    columns: 100px 3;

  }
  
  .artist-list li
  {
    font-size: 1.8rem;
  }
  
  #filters
  {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-family:'Trade Gothic LT Light' !important;
    padding: 1vw 0;
    background: #333;
    margin-bottom: 3.5px;
  }
  
  #filters div, #filters h3
  {
    display: inline-block;
    
    vertical-align: top;
  }

  
  #filters h3
  {
    font-size:2rem;
    margin: -5px 2rem;
  }
  
  #filters #genrebox, #filters #monthbox
  {
    margin: 2px 10px;
  }
  
  #filters label
  {
    font-size:1.2rem;
    text-transform: uppercase;
    font-family:'Trade Gothic LT Cn' !important;
    margin-right:0;
    display: inline-block;
    vertical-align:middle;
    margin: 4px 8px;
  }
  
  #filters .selectbox 
  {
   width: 160px;
   height: 34px;
   overflow: hidden;
   border: 1px solid #333;
    border-radius: 7px;
   }
  
  
  
  #filters select
  {

    padding: 0.5vw 1vw;
    width: 180px;

  }
  
  #filters select option
  {
    padding: 0.25vw 0.5vw;
    outline: none !important;
  }

}

