/* STORE LISTING
===================================== */

.store-filter {
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 100px;
}

.store-filter a, #filter-dropdown a {
	padding: 8px 4px;
	border-bottom: 0 none;
	font-family:  acumin-pro-condensed, sans-serif;
	font-weight: 500;
	font-size:.9em;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #999;
}

#filter-dropdown a {
	font-size: 1.1em;
	margin-top: 6px;
	display: block;
	text-align: center;
}

.store-filter a:hover, .store-filter a:focus, .store-filter a:active,
#filter-dropdown a:hover, #filter-dropdown a:focus, #filter-dropdown a:active, 
li.active a, body.leadership-resources .filter-leadership a, body.transitions-resources .filter-transitions a,
body.coaching-resources .filter-coaching a, body.personal-development-resources .filter-personal-development a {
	color: #226791;
}

.product h4 {
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 8px 0 3px;
}

.product h4 a {
	border: 0 none;
}

.product .subtitle {
	font-size: .9em;
	margin-bottom: 12px;
}

.product .tags::before {
	content: '';
	display: block;
	width: 80px;
	height: 4px;
	margin: 0 auto 12px;
	background: url("_img/bkg-horiz-separator.png") repeat-x center;
	background-size: auto 4px;
	opacity: .6;
}

.product .tags {
	font-size: .88em;
}

.product .button {
	margin-top: 16px;
}

.download .tags::before {
	margin-top: 14px;
}

.download .tags {
	margin-bottom: 16px;
}

.download p.description {
	font-size: 1.1em;
}

#featured-resources .product-image {
	max-width: 230px;
	margin: 0 auto 0 5px;
}

.product-image a {
	-webkit-transition: .3s opacity ease-in-out;
	-moz-transition: .3s opacity ease-in-out;
	-o-transition: .3s opacity ease-in-out;
	transition: .3s opacity ease-in-out;
}

.product-image a:hover {
	opacity: .7;
}

#featured-resources .product h4 {
	margin-top: 8px;
}

body.filter-page .book .product-image {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

#resources .product-image, body.filter-page .product:not(.book) .product-image {
	max-width: 175px;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.3);
	-webkit-transition: .3s box-shadow ease-in-out;
	-moz-transition: .3s box-shadow ease-in-out;
	-o-transition: .3s box-shadow ease-in-out;
	transition: .3s box-shadow ease-in-out;
}

#resources .product-image:hover {
	-webkit-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.6);
	box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.6);
}

/* PRODUCT PAGE
===================================== */

body.product-page .page-hero-inner-wrap {
	padding-bottom: 40px;
}

body.product-page .page-hero-inner-wrap p.is-big {
	margin-bottom: 12px;
}

.product-detail h2 {
	margin-bottom: 20px;
	letter-spacing: .04em;
}

.product-detail h3 {
	font-size: 1.5em;
	letter-spacing: .02em;
	margin-bottom: 15px;
}

.product-detail p {
	font-size: 1.1em;
}

.product-detail p strong {
	font-size: .85em;
	color: #999;
}

.product-detail .product-image {
	max-width: 215px;
	margin: 0 auto 30px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.3);
}

.product-detail .button.bkg-blue {
	width: 100%;
	max-width: 215px;
}

/* RESPONSIVE
===================================== */

@media only screen and (max-width: 767px) {
	.is-inset-none-mobile {
		padding: 0;
	}
	
	.store-filter a {
		padding: 8px 0;
	}
	
	.product-detail .is-65 {
		text-align: center;
	}
	
	.product {
		margin-bottom: 48px;
	}
	
	.product-image {
		max-width: 250px;
		margin: 0 auto !important;
	}
	
	#featured-resources .product h4, #books .product h4 {
		margin-top: 10px;
	}
	
	#free .product {
		max-width: 500px !important;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 650px) {
	.store-filter {
		display: none;
	}
	
	#mobile-store-filter {
		display: block !important;
	}
	
	#mobile-store-filter a {
		display: block;
		padding: 7px 4px;
		border-bottom: 0 none;
		font-family:  acumin-pro-condensed, sans-serif;
		font-weight: 500;
		font-size:.9em;
		text-transform: uppercase;
		letter-spacing: .04em;
		color: #999;
	}
}