.letterToggle{
  display: inline-block;
  margin: .2em;
  padding: .6em;
}
.letterToggle:hover{
  cursor: pointer;
  background-color: #EEE;
}
.letterToggle.active{
  color: #fff;
  background-color: #010c2d;
}
.btnWrap{
  display: inline-block;
  background-color: #010c2d;
  color: #fff;
}
.btnWrap button{
  background-color: #010c2d;
  color: #fff;
  border: none;
}
.btnWrap i{
  float: none;
}

.artistGridCell{
  display: inline-block;
  margin: 1%;
  max-width:300px; 
  width: 23%;
  height: 120px;
  position: relative;
}
.prodArtists .artistGridCell{
  width: 18%;
}
.artistGridCell em{
  display: block;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.artistGridCell h3{
  margin: .4em 0 0;
}
.artistGridCell .info{
  color: #fff;
  position: absolute;
  z-index: 5;
  padding: .3em;
}
.artistGridCell .info span{
  color: #ffcb00; 
}
.artistGridCell .artistImgThumb{
  width: 100%;
  height: 120px;
  /*border-radius:5px;*/
  overflow: hidden;
  text-align: center;
  position: absolute;
  z-index: 4;
  background-color: #000;
  top: 0px;
}
.artistGridCell a, .artistGridCell a:visited{
  color: #ffcb00;
}
.artistGridCell .artistImgThumb img{
  max-height: 100%;
  margin: 0px auto;
}
.artistMain{
  /*padding-top: 10px;*/
  opacity: 1;
  position: relative;
}
.artistsMain{
  padding: 0 1em 1em 1em;
}
.artistsMain slideshow{
  margin: 0 -1em;
  display: block; 
}
.artistsMain input{
  padding-right: 1em;
}
.artistsMain .btnWrap button{
  font-size: 1em;
  padding: 0 .5em;
}
.artistsMain .clearFind{
  margin-left: -2em;
}
.artistsMain .clearFind i{
  color: #000;
  float: none;
  position: relative;
}
.artistsMain h1.hero.inline{
  display: inline-block;
  margin: .4rem 0 0 0;
}
.artistsMain form.findArtists{
  display: inline-block;
  font-size: 1.3rem;
}
.artistsMain form.findArtists button i{
  position: relative;
  margin: .2rem 0 .2rem .8rem;
}
.artistsMain .headerWrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.artistMain .heroImage{
  width: 100%;
  display: inline-block;
  background-color: #f4f4f4;
  height: auto;
  box-shadow: 0 0 16px rgba(0,0,0,.3) inset;
}
.artistMain .heroImage img{
  max-width: 100%;
  min-height: 400px;
  max-height: 800px;
}
.artistMain .nameWrap{
  color: #fff;
  background-color: #000;
  vertical-align: top;
  width: 100%;
  padding: 10px;
}
.artistMain ul.social{
  font-size: 1.6em;
  display: inline-block;
  background-color: #FFF;
  padding: 10px;
  width: 100%;
}
.artistMain ul.social a{
  color: #000;
  font-size: .7em;
}
.artistmain ul.social li a:hover{
  color: #ffcb00; 
}
ul.featureList{
  padding: .5em;
}
li.product {
  vertical-align: top;
  padding: 5px;
}
li.product h3{
  margin: 0;
}
.artistMain .shareThis{
  font-weight: 100;
  font-size: 1.4em;
  font-style: italic;
  color: #000;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  border-top:1px solid #000;
  text-align: center;
}
.artistMain p.quote{
  font-style: italic;
}
.artistMain p{
  padding: 1% 2%;
  margin: .5em 0;
}

.artistMain .shareThis i{
  margin: 2px 4px 0 2px;
}
.artistStats{
  display: inline-block;
  width: 30%;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 8;
  box-shadow: 10px 0 16px rgba(0,0,0,.3);
}
.artistStats.noImg{
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 99%;
  box-shadow: none;
  right: 0;
}
.artistStats.noImg .shareThis{
  text-align: left;
  padding: 10px 0 10px 1%;
}
.artistStats.noImg .nameWrap{
  padding: 10px 0 10px 1%;
}
.artistStats.noImg .media{
  display: none;
}
.artistStats.noImg ul.social{
  padding: 10px 0 10px 1%;
}
.artistStats h1{
  color: #fff;
  margin: 5px 0;
  line-height: 36px;
}
.artistStats h2{
  font-style: italic;
   margin: 5px 0;
   font-weight: 500;
}
.artistStats h3{
   margin: 5px 0;
}
.artistStats h3 a, .artistStats h3 a:visited{
  color: #ffcb00;
}
.media{
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  width: 100%;
}
.vidThumb:hover, .imgThumb:hover{
  cursor: pointer;
}
.vidThumb i{
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0px;
  color: #fff;
  padding: 15px 20px;
  font-size: 30px;
}
.vidThumb, .imgThumb{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  margin-right: 5px;
  margin-top: 5px;
  float: left;
}
.vidThumb img, .imgThumb img{
  max-height: 100%;
}
#artistBg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-filter: blur(4px);
}
