body.post-type-archive-finds h1.archive-title,
body.tax-finds_category h1.archive-title,
body.tax-finds_category .taxonomy-description,
body.tax-finds_collection h1.archive-title, 
body.tax-finds_collection .taxonomy-description {
	margin-bottom: 0;
}
.curated-finds {
	margin: 30px auto;
}
.curated-finds .style-grid {
	padding-bottom: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.curated-finds .style-grid img {
	display: block;
}
.curated-finds .finds-content,
.finds-content h4,
.find-term,
.shopnow-button {
	margin: 0.5em 0;
}
.finds-content h4 {
	font-size: 120%;
}
.finds-content h4 a {
	color: initial;
}
.find-term span {
	display: none;
}
.find-term.small-text {
	font-size: 11px;
	text-transform: uppercase;
}
.find-term a {
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: initial;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	line-height: 100%;
}
.curated-finds .shopnow-button {
	text-align: center;
}
.curated-finds .shopnow-button a {
	display: inline-block;
	text-decoration: underline;
}
.curated-finds .shopnow-button a:hover {
	text-decoration: none;
}
.nav-sscf {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 140%;
}
.nav-sscf.entry-nav .navigate-previous {
	width: 50%;
	float: left;
}
.nav-sscf.entry-nav .navigate-next {
	width: 50%;
	float: right;
	text-align: right;
}

.term-child-tax-wrapper {
	text-align: center;
}
.term-child-tax li {
	display: inline-block;
	margin: 0 10px;
}
.term-child-tax li.current-cat,
body.post-type-archive-finds .term-child-tax li.recent-cat {
	border-bottom: solid 1px #000;
	padding-bottom: 1px;
}
	
@media screen and (max-width: 720px) {
	.curated-finds .style-grid,
	.curated-finds .three-row {
		width: 100%;
		max-width: 100%!important;
		margin-right: auto;
		margin-left: auto;
	}
	.curated-finds .last-in-row.three-row {
		margin-right: auto;
	}
	.curated-finds .style-grid {
		margin-bottom: 40px;
	}
}

/* Carousel Widgets */

.image-finds {
	width: 1050px;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.image-finds .carousel-cell {
	width: 16.6667%;
  	counter-increment: carousel-cell;
	visibility: hidden;
}
.image-finds .carousel-cell img {
	max-width: 95%;
	margin: 0 auto;
	display: block;
}
.image-finds .carousel-cell.is-selected {
  visibility: visible;
}
.image-finds .flickity-button,
.image-finds .flickity-button:hover {
	background: transparent;
	border: none;
}
.image-finds .flickity-prev-next-button {
	width: 5%;
	height: 30px;
}
.image-finds .flickity-prev-next-button.previous {
	left: -5%;
}
.image-finds .flickity-prev-next-button.next {
	right: -5%;
}
.image-finds .flickity-button:focus {
	box-shadow: none;
}
.image-finds button.flickity-button:disabled {
	display: none;
}
@media screen and (max-width: 980px) {
	.image-finds .carousel-cell {
		width: 20%;
	}
}
@media screen and (max-width: 780px) {
	.image-finds .carousel-cell {
		width: 25%;
	}
}
@media screen and (max-width: 640px) {
	.image-finds .carousel-cell {
		width: 33.3333%;
	}
}

/* Finds Odd Even */

@media screen and (min-width: 780px) {
	.finds-oddeven {
		max-width: 780px;
	}
}
.finds-oddeven {
	max-width: 100%;
	margin: 20px auto;
}
.finds-oddeven .item {
	margin: 20px auto;
}
.finds-oddeven .item img {
	display: block;
}
.finds-oddeven .item .one-half {
	position: relative;
	float: left;
	width: 50%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	box-sizing: border-box;
}
.finds-oddeven .item .one-half.desc {
	padding-left: 3.5%;
}
.finds-oddeven .item.even .thumb {
	float: right;
}
.finds-oddeven .item.even .one-half.desc {
	padding-left: 0;
	padding-right: 3.5%;
}
.finds-oddeven .item .icon-next {
	margin-left: 7px;
}
.finds-oddeven .item .desc-content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.finds-oddeven .item h2.product-title {
	margin-top: 0;
	margin-bottom: 0.75em;
}
.finds-oddeven .item h2.product-title a {
	color: initial;
}
@media screen and (max-width: 640px) {
	.finds-oddeven .item .one-half,
	.finds-oddeven .item .one-half.first,
	.finds-oddeven .item.even .thumb {
		float: none;
		width: 400px;
		max-width: 100%;
		margin: 30px auto;
		height: auto!important;
	}
	.finds-oddeven .item .desc-content {
		text-align: center;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		top: 0;
	}
	.finds-oddeven .item .one-half.desc,
	.finds-oddeven .item.even .one-half.desc {
		padding-left: 0;
		padding-right: 0;
	}
}