/* min-width */
@media screen and (max-width: 1024px) {
	
  /* PAGE STYLING _____________________________________________________________________________________ */

.artists {
  width: 632px;
  float: left; 
}

.rightcol {
  float: left; width: 316px;
}

a:link {color: #5fa91e; text-decoration: none; font-weight: 700;} a:visited {color: #5fa91e;} a:hover {text-decoration: underline;}

/*_____*/

.item-page-feature-artist li {
 margin: 0 0 0 20px;
}

.item-page-feature-artist {
  float: left;
  width: 632px;
 padding: 0 20px 20px 0;
}

.item-page-feature-artist .pull-left {
  padding: 0 0 20px 0;
  height: 538px;
  overflow: hidden;
}

.item-page-feature-artist .pull-left img {
	display: block;
}

.item-page-feature-artist h2 {
  float: left; width: 632px;
  padding: 10px 0 30px 0;
  font-family: 'Rokkitt', serif; font-weight: 400; font-size: 1.3em;
}

.item-page-feature-artist span.styleWords {
   font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 700; font-size: 1em;
}

.item-page-feature-artist h3 {
  padding: 20px 0 15px 0;
  font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 700; font-size: 2em;
}

.item-page-feature-artist h4 {
  padding: 0 0 20px 0;
  font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 300; font-size: 2.5em;
}



.item-page-feature-artist li {
  padding: 0 0 0 20px;
}
  
.item-page-feature-artist p {
  padding: 0 0 20px 0;
  font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 400; font-size: 0.9em;
}

}

@media screen and (max-width: 480px) {
	
	

	  /* PAGE STYLING _____________________________________________________________________________________ */

	.artists {
	  width: 296px;
	  float: left; 
	}

	.rightcol {
	  display: none;
	}

	a:link {color: #5fa91e; text-decoration: none; font-weight: 700;} a:visited {color: #5fa91e;} a:hover {text-decoration: underline;}

	/*_____*/

	.item-page-feature-artist li {
	 margin: 0 0 0 20px;
	}

	.item-page-feature-artist {
	  float: left;
	  width: 296px;
	 padding: 0 12px 20px 12px;
	}

	.item-page-feature-artist .pull-left {
	  padding: 0 0 20px 0;
	  height: 296px;
	  overflow: hidden;
	}

	.item-page-feature-artist .pull-left img {
		width: 296px;
		height: auto;
	}

	.item-page-feature-artist h2 {
	  float: left; width: 256px;
	  padding: 10px 20px 30px 20px;
	  font-family: 'Rokkitt', serif; font-weight: 400; font-size: 1.3em;
	}

	.item-page-feature-artist span.styleWords {
	   font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 700; font-size: 1em;
	}

	.item-page-feature-artist h3 {
	  padding: 20px 20px 15px 0;
	  font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 700; font-size: 2em;
	}

	.item-page-feature-artist h4 {
	  padding: 0 0 20px 0;
	  font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 300; font-size: 2.5em;
	}



	.item-page-feature-artist li {
	  padding: 0 0 0 20px;
	}

	.item-page-feature-artist p {
	  padding: 0 0 20px 0;
	  font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 400; font-size: 0.9em;
	}
	
	
	
}