/* CSS for the homepage, Mar20 version */
#hero.home * { color: #073051; }
#hero a.button {
	padding: 18px 27px;
}
#hero a.button:not(.navybg) {
	color: white;
}
#hero a.button.navybg, #hero a.button.navybg:hover {
	color: white;
}
#hero #figjams {
	align-items: center;
	justify-content: space-between;
	max-width: 380px;
	margin: 0 auto;
}
#hero #figjams p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1em;
}
#hero #figjams span {
	margin-bottom: 4px;
}
#hero #figjams .stars, #hero #figjams .straya {
	min-width: 97px;
}
#hero #figjams .stars span {
	width: 45px;
	height: 28px;
	display: inline-block;
}
.webp #hero #figjams .stars span {
	background: transparent url('../media/figjams.webp') -5px -5px;
	background-size: 55px 78px;
}
.no-webp #hero #figjams .stars span {
	background: transparent url('../media/figjams.png') -5px -5px;
	background-size: 55px 78px;
}
#hero #figjams .straya span {
	width: 31px;
	height: 30px;
	display: inline-block;
}
.webp #hero #figjams .straya span {
	background: transparent url('../media/figjams.webp') -5px -43px;
	background-size: 55px 78px;
}
.no-webp #hero #figjams .straya span {
	background: transparent url('../media/figjams.png') -5px -43px;
	background-size: 55px 78px;
}
#hero #figjams .bcorp span {
	width: 43px;
	height: 74px;
	display: block;
	background-size: 98% auto !important;
	margin: 0 auto;
}
.webp #hero #figjams .bcorp span {
	background: transparent url('../media/B-Corp-Logo-Navy-S.webp') no-repeat center center;
}
.no-webp #hero #figjams .bcorp span {
	background: transparent url('../media/B-Corp-Logo-Navy-S.png') no-repeat center center;
}
#hero .clear {
	clear: both;
}
#hero img.centered, img.centered {
	display: block;
	margin: 0 auto;
}
#home-howitworks.flex { column-gap: 36px; }
#home-howitworks svg { max-height: 50px; }
#home-howitworks svg path { fill: #073051; }
#home-howitworks svg path[stroke="#231f20"] {
	stroke: #073051;
	fill: none; 
}
#home-howitworks h3 {
	color: #FF6772;
	margin: 18px 0;
}
#home-howitworks p:last-of-type {
	margin-bottom: 0;
}
#home-recipes.peachbg {
	background-color: #eadcc4;
}
#home-recipes #bag-lineup {
	opacity: 0;
	transition: opacity .25s ease;
}
#home-recipes .inner-wrapper > div {
	padding-bottom: 108px;
}
#home-recipes .inner-wrapper .inner img {
	max-width: 106%;
	margin-left: -130px;
	margin-top: -45px;
}
#home-recipes p {
	font-size: 20px;
}
#home-recipes a.button:first-of-type {
	margin-right: 32px;
}
#home-extras { position: relative; }
#home-media .slick-slide { outline: none; }
#home-media .media-row { padding: 20px; }
#home-media .video {
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(7,48,81,0.20);
	border-radius: 13px;
	max-height: 225px;
	max-width: 400px;
	display: inline-block;
	overflow: hidden;
}
#home-media .video img {
	max-height: 225px;
	max-width: 100%;
	display: block;
}
#home-media .video .tube, #home-media .video .tube * {
	width: 100%;
	height: 100%;
}
#home-media .quote p {
	font-family: Courier, serif;
    font-size: 17px;
    font-style: italic;
}
#home-media .quote p img {
	margin: 0 auto;
}
#home-media .quote p a.button {
	font-style: normal;
    font-family: 'Europa';
}
#home-media .quote p:last-of-type { margin-bottom: 0; }
#home-media .quote span {
	background-color: #E1F2F6;
}
#home-media .media-row #videoPlay {
	opacity: 0.75;
	position: absolute;
	z-index: 72;
	top: 13%;
    margin-left: -26px;
	transition: opacity .4s ease;
	cursor: pointer;
	width: 50px; height: 51px;
	background: url('../media/global-sprite.webp') -1px -1px;
	background-size: 205px 136px;
}
#home-media .media-row #videoPlay:hover { opacity: 1; }
#home-media #media-row-nav img {
	max-height: 26px;
	max-width: 110px;
	width: auto;
	display: inline-block;
	transition: opacity .4s ease;
}
#home-media #media-row-nav .slick-slide {
	opacity: 0.2;
	text-align: center;
}
#home-media #media-row-nav .slick-slide.slick-current { opacity: 1; }
#offtheleashtitle {
	color: #F97276;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 18px;
}
#home-offtheleash .article {
	background: #FFFFFF;
	box-shadow: 0 0 25px 0 rgba(7,48,81,0.20);
	border-radius: 8px;
}
#home-offtheleash .article .image-holder {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
	margin-bottom: 36px;
}
#home-offtheleash { padding-top: 72px; }
#home-offtheleash .article img {
	width: 100%;
	transition: opacity .25s ease;
}
#home-offtheleash .article .inner {
	padding: 0 18px;
}
#home-offtheleash .article h4 {
	margin-bottom: 12px;
}
#home-offtheleash .article h4 a, #dog-news .article h4 a, #home-offtheleash .article h2 a, #dog-news .article h2 a {
	text-decoration: none;
	color: #073051;
}
#home-offtheleash .article p, #dog-news .article p {
	font-size: 13px;
}
#home-woke { padding-top: 18px; }
#home-woke .icons {
	display: flex;
	align-items: center;
	justify-content: center;
}
#home-woke #bcorp {
	width: 55px;
	height: 78px;
	background-size: auto 100% !important;
	display: inline-block;
	margin-right: 36px;
}
.no-webp #home-woke #bcorp {
		background: transparent url('../media/B-Corp-Logo-Navy-S.png') no-repeat center center;
}
.webp #home-woke #bcorp {
		background: transparent url('../media/B-Corp-Logo-Navy-S.webp') no-repeat center center;
}

@media screen and (max-width: 67em) {
	
	#hero > .spacexxlarge:first-of-type {margin-bottom: 76px; }
	#home-howitworks > div { padding-bottom: 36px; }
	#home-howitworks > div:last-of-type { padding-bottom: 0; }
	#home-recipes { padding-bottom: 58%; }
	#home-recipes .inner-wrapper .inner { text-align: center; }
	#home-recipes .inner-wrapper .inner img {
		max-width: 100%;
		margin-left: -17%;
	}
	.no-webp #home-recipes.showbg {
		background: #eadcc4 url('../media/dog-fury-mobile.jpeg') no-repeat left 40% bottom;
		background-size: 120% auto;
	}
	.webp #home-recipes.showbg {
		background: #eadcc4 url('../media/dog-fury-mobile.webp') no-repeat left 40% bottom;
		background-size: 120% auto;
	}
	#home-recipes .inner-wrapper > div { padding-bottom: 18px; }
	#home-recipes a.button:first-of-type { margin-right: 18px; }
	.reviews .inner-really-narrow { padding: 0 3.375em; }
	.extras-bg .inner-really-narrow { padding: 0 2em; }
	.extras-bg > .spacexxxlarge:first-of-type { margin-bottom: 72px; }
	.extras-bg > .spacexxxlarge:last-of-type { margin-bottom: 234px; }
	
}

@media screen and (max-width: 50em) {
	
	#home-extras {
		padding-bottom: 34%;
	}
	.no-webp #home-extras.showbg {
		background: #eadcc4 url('../media/holding-dog-treat-mobile.jpeg') no-repeat center bottom -11%;
		background-size: 120% auto;
	}
	.webp #home-extras.showbg {
		background: #eadcc4 url('../media/holding-dog-treat-mobile.webp') no-repeat center bottom -11%;
		background-size: 120% auto;
	}
	#otl-feed {
		padding-bottom: 18px;
		padding-right: 36px;
		overflow: hidden;
	}
	#otl-feed .slick-list {
		overflow: visible;
		margin-left: -9px;
	}
	#otl-feed .slick-track {
		display: flex;
	}
	#otl-feed .article {
		margin: 0 9px;
		opacity: 0.3;
		transition: opacity .4s ease;
		float: none;
		flex: 1;
		height: auto;
	}
	#otl-feed .article.slick-current { opacity: 1; }
	.extras-bg.showbg {
		background: #F5E6D0 url('../media/bg-jerky-iggy.jpg') no-repeat bottom left;
		background-size: 100% auto;
	}
	
}

@media screen and (max-width: 20em) {
	
	#hero a.button {
		line-height: 1.4em;
		padding: 12px 27px;
	}
	#home-recipes a.button:first-of-type {
		margin-bottom: 0;
		margin-bottom: 18px;
	}
	#masthead .site-branding img, #masthead .site-branding svg {
		max-width: 92px;
		margin-top: 6px;
	}
	
}

@media screen and (min-width: 35em) and (max-width: 50em) {
	
	.extras-bg {
		background-position: bottom -50px left;
	}
	.extras-bg > .spacexxxlarge:last-of-type {
	    margin-bottom: 306px;
	}
	
}
@media screen and (min-width: 67em) {
	.no-webp #home-recipes.showbg {
		background: #eadcc4 url('../media/dog-fury.jpeg') no-repeat right -110% bottom;
		background-size: 82% auto;
	}
	.webp #home-recipes.showbg {
		background: #eadcc4 url('../media/dog-fury.webp') no-repeat right -110% bottom;
		background-size: 82% auto;
	}
}
@media screen and (min-width: 50em) {
	#home-extras {
		padding-bottom: 34%;
	}
	.no-webp #home-extras.showbg {
		background: #eadcc4 url('../media/holding-dog-treat.jpeg') no-repeat left 50% bottom -20%;
		background-size: 80% auto;
	}
	.webp #home-extras.showbg {
		background: #eadcc4 url('../media/holding-dog-treat.webp') no-repeat left 50% bottom -20%;
		background-size: 80% auto;
	}
	#home-media.inner-really-narrow {
		max-width: 620px;
		margin-left: auto;
		margin-right: auto;
	}
	#home-media .video {
		width: 400px;
		height: 225px;
		box-shadow: 0 0 40px 0 rgba(7,48,81,0.20);
	}
	#home-media .media-row #videoPlay {
		top: 24%;
		margin-left: -35px;		
		width: 70px;
		height: 73px;
	    background: url('../media/global-sprite.webp') -5px -5px;
	    background-size: 315px 210px;
	}
	#home-media .media-row { padding: 40px; }
	#home-media #media-row-nav .slick-track {
		transform: translate3d(0, 0, 0) !important;
	}
	#home-offtheleash .article .image-holder img {
		height: 220px;
		object-fit: cover;
	}
	
}
@media screen and (max-width: 50em) {
	
	.no-webp.home #hero {
		background: #e3dac1 url('../media/hero-bg-mobile2.jpeg') no-repeat center bottom;
		background-size: 100% auto;
	}
	.webp.home #hero {
		background: #e3dac1 url('../media/hero-bg-mobile2.webp') no-repeat center bottom;
		background-size: 100% auto;
	}
	.home #hero > .spacexxxlarge { margin-bottom: 244px; }
	
}
@media screen and (min-width: 50em) and (max-width: 67em) {
	
	.home #hero {
		background-position: center bottom !important; }
	
}
@media screen and (min-width: 50em) {
	
	.no-webp.home #hero {
		background: #e3dac1 url('../media/hero-bg-desktop2.jpeg') no-repeat right bottom;
		background-size: cover;
	}
	.webp.home #hero {
		background: #e3dac1 url('../media/hero-bg-desktop2.webp') no-repeat right bottom;
		background-size: cover;
	}
	.home #hero > .spacexxxlarge { margin-bottom: 300px; }
	#home-recipes .inner-wrapper .inner { max-width: 750px; }
	
	#otl-feed {
		display: grid;
		grid-gap: 36px;
		grid-template-columns: repeat(3, 1fr);
	}
	#otl-feed .article {
		flex: 1;
		margin-bottom: -36px;
	}
	
}
#scratch-patch {
	width: 100%;
	position: relative;
	padding: 0 18px;
	margin-bottom: -18px;
}
#scratch-patch .navybg {
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#scratch-patch img {
	margin-top: -38px;
	margin-bottom: -38px;
	margin-right: 18px;
}
#scratch-patch p {
	margin-bottom: 0;
	color: white;
	line-height: 1.2em;
}
#scratch-patch p a {
	color: #84D8E9;
	font-weight: bold;
}
@media screen and (min-width: 67em) {
	
	#scratch-patch p {
		line-height: 1em;
	}

	
}