/*
Theme Name: Guy Hepner
Theme URI: http://www.guyhepner.com/
Author: Milk & Pixels
Author URI: http://www.milkandpixels.com/
Description: A customized, responsive theme with Shopkeeper as a Foundation for WordPress & Woocommerce.
Version: 1.0
*/

div.product .tob_bar_shop {
	margin-top: 0;
}

.product_content_wrapper {
	margin-top: 0;
}

#field_1_1, #field_1_3, #field_1_5 {
  display: none;
}

.shop-row {
  margin-bottom: 45px;
}

.widget .wp-post-image {
  float: left;
  width: 75px;
  margin-right: 10px;
}

.widget.image-list li {
  border-bottom: 1px solid rgba(102,102,102,0.15);
  overflow: hidden;
  padding-bottom: 10px;
}

.widget.image-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.related-artists {
  margin: 30px 0;
}

.related-artists .slick-dots {
  bottom: -40px;
}

.feature-title {
	font-size: 76px;
	text-transform: uppercase;
	text-align: center;
	padding: 30px 0 0;
}

.row.feature-headline {
	background-color: #efefef;
	font-size: 42px;
	line-height: 60px;
	padding: 70px 3% !important;
	text-align: center;
	color: #000;
	margin: 0 0 80px;
}

.center-me {
	margin: 0 auto;
}

.no-padding {
	padding: 0;
}

.row.introduction p {
	color: #000;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	margin: 0 0 80px;
}

.collection-list > .row {
	margin: 0 0 60px;
}

.button.bold {
	font-weight: 700;
	font-size: 21px !important;
}

@media only screen and (max-width: 63.9375em) {
	.feature-title {
		font-size: 36px;
	}
	
	.row.feature-headline {
		font-size: 32px;
		line-height: 40px;
	}
	
	.row.introduction p {
		font-size: 18px;
		line-height: 24px;
	}

	.collection-list > .row {
		margin: 0 0 30px;
	}
	
	.mobile-padding {
		margin: 0;
	}
}