.flex {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.postsig {
	display: none;
}
.postsigmanual {
	margin: 15px 0;
	clear: both;
}
.postsigmanual img {
	display: inline;
	max-width: 100%;
}
.editthis {
	text-align: center;
	text-transform: uppercase;
}
.ssfade {
	opacity: 0;
}

/* Favorite Items */

.faveitemswrapper {
  	border: solid 1px #DFD5D3;
  	padding: 20px 0 10px 0;
  	margin: 40px auto 20px auto;
}
.faveitemswrapper h3.widgettitle {
	margin-top: -1.5em;
}
.faveitemswrapper h3.widgettitle span {
	background-color: #FFF;
	padding: 0 20px;
}
.favorite-items .carousel-cell {
  	width: 100%;
  	min-height: 150px;
}
.favorite-items .flickity-prev-next-button {
	display: none;
}
.favorite-items-nav {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 40px;
}
.favorite-items-nav li {
	display: inline-block;
	margin: 0 20px;
}
.favorite-items-nav li a {
	cursor: pointer;
	display: inline-block;
	padding-bottom: 5px;
	color: initial;
}
.favorite-items-nav li a:hover {
	color: initial;
}
.favorite-items-nav li a.active {
	border-bottom: solid 2px #f3d5cf;
}
.smp-title {
    font-family: 'Pathfinder', sans-serif;
    font-weight: normal;
	font-size: 1.075em;
	text-align: left;
    line-height: 1.5em;
    position: relative;
    border-bottom-width: 2px;
    border-bottom-style: solid;
	border-color: #f2e1de;
	color: #fff;
	text-transform: lowercase;
}
.smp-title span {
    position: relative;
    padding: 10px 15px;
    display: inline-block;
}
.themebg {
	background-color: #f3d5cf;
}

/* Slider */

.vertical-carousel {
	display: none;
}
.vertical-carousel.show {
	display: block;
	margin-bottom: 70px;
}
.vertical-carousel .carousel-cell {
	width: 31.8333%;
	margin: 0.75%;
  	counter-increment: carousel-cell;
	text-align: center;
	float: left;
	position: relative;
}
.vertical-carousel .carousel-cell .item img {
	display: block;
}
.vertical-carousel .carousel-cell .entry-header {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	background-color: #f2e1de;
	color: #777;
	text-align: center;
	padding: 5%;
	box-sizing: border-box;
	-ms-transition: opacity 500ms ease;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
	opacity: 1;
}
.vertical-carousel .carousel-cell .item:hover .entry-header {
	opacity: 0;
}
.vertical-carousel .carousel-cell .entry-header h3 {
	margin: 0;
	font-size: 1.15em;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 155%;
}
.vertical-carousel .flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	margin: 0 6px;
}

@media screen and (max-width: 980px) {
	.vertical-carousel .carousel-cell {
		width: 48.5%;
	}
}

/* Press Page */

.press-block .one-third {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.press-block .one-third p {
	margin: 5px 0;
}
.press-block .press-logo {
	margin-bottom: 30px;
	min-height: 125px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

/* Gallery Page */

.gallery-block .item img {
	display: block;
	margin: 0 auto;
}
.gallery-block .item {
	margin-top: 17px;
	margin-bottom: 17px;
}
.pagination .tabs-title {
    font-family: 'Pathfinder', sans-serif;
	font-size: 1.275em;
	font-weight: 600;
}
.pagination ul.tabs-title li {
	margin: 0 3px;
}
.pagination ul.tabs-title li a,
.pagination .tabs-title li.active a {
	border-bottom: 0;
	background-color: #f2e1de;
	color: #777;
}
.pagination ul.tabs-title li a:hover,
.pagination .tabs-title li.active a {
	background-color: #f3d5cf;
	color: #fff;
}

/* Shop Tabs New */

body.post-type-archive-shoptabs h1.archive-title {
	display: none;
}
.ui-widget-content,
.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget.ui-widget-content {
	border: 0;
	background: transparent;
	color: #333;
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
}
.ui-widget-header {
	text-align: center;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 0.5em 0;
	margin: 0 1em 20px 1em;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: initial;
}
.ui-state-default a {
	border-bottom: solid 2px #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited  {
	border-bottom: solid 2px #000;
}
.ui-tabs .ui-tabs-panel {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ui-tabs .ui-tabs-nav li {
	float: none;
	display: inline-block;
}
li:focus {
    outline: none!important;
}

@media screen and (min-width: 1024px) {
	.menu-mobile-only {
		display: none!important;
	}
}