div.large-columns-5 {
	font-size:100% !important;
	width: 100% !important;
	max-width: 100% !important;
}
.box-image::after {
	
	background: none !important;
}

.redbutton {
	padding: 5px;
	border-radius: 20px;
}

.variations {
    position: relative;
    margin-left: 30px;
    /* float: right; */
}

.nav-spacing-xlarge > li {
	margin: 0px 10px !important;
}

.header-main .nav > li > a {
	line-height: 2em !important;
}

.nav-column li > a, .nav-dropdown > li > a {
	padding: 5px 20px !important;
}

#logo a:not(.stuck) {
	margin-left: -15px !important;
	margin-top: -10px !important;
}

.stuck .header-inner, .stuck .logo, .stuck .logo img {
	padding-top: 7px !important;
}

/**STACCATO CUSTOMIZATIONS**/

/*************** SIDE HEADER ***************/

#wrapper, #content, #header, .section.home-footer, .custom-product-page {transition:ease all .5s;}

.sidebar_toggle a {cursor:pointer;}

.side-header {
  width: 540px;
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  display: inherit;
  transform: translateX(-540px);
  transition: ease all .5s;
}

.side-header .widget-title {
  border-bottom: 2px solid #e02926;
  padding-bottom: 10px;
  display: block;
  text-align: center;
  margin-bottom: 0px;
}

.side-header ul ul, ul ol, ol ol, ol ul {
 margin:0 !important;
}

.shift .side-header {
  transform: translateX(0px);
  transition: ease all.5s;
  overflow: hidden;
}

.shift .side-header {
  transform:translateX(0px);
  transition:ease all.5s;
}

.home .shift .home-footer {
  max-width: 80vw;
  position: relative;
  left: 0px;
  transition: ease all .5s;
}

.shift .home-footer {
  max-width: 72vw;
  position: relative;
  left: 540px;
  transition: ease all .5s;
}
.side-header ul.sub-menu li.featured-nav-item {
  background-color: #e02926;
  padding: 10px 20px;
  text-align: center;
}

.custom-product-page {width:100%;}

.shift .custom-product-page {
  max-width: 72%;
  transform: translatex(540px);
  transition:ease all .5s;
}

.side-nav .sidebar-wrapper.ul-reset {
  overflow-y: scroll;
  max-height: 85vh;
  clip-path: inset(0px 3.45% 0px 0px);
}

.header.show-on-scroll, .header.has-transparent, .header.transparent {
  position: fixed !important;
}

.nav-column li > a, .nav-dropdown > li > a {
  white-space: nowrap;
}

.woocommerce #wrapper main {
  transition:ease all .5s;
}

.shift .row-full-width {
	padding-left: 100px;
	transition: ease all .5s;
}

.home .shift .row-full-width {
	padding-left: 0px;
	transition: ease all .5s;
}

/*.product-template-default #wrapper.shift main, .tax-product_cat #wrapper.shift main{
  position: relative;
  width: 80%;
  transform: translateX(440px);
  transition: ease all .5s;
}
*/
.post-type-archive-tribe_events #wrapper.shift main, .single-tribe_events #wrapper.shift main {
  position: relative;
  /*width: 80%;*/
  transform: translateX(240px);
  transition: ease all .5s;
}

.post-type-archive-tribe_events #wrapper.shift main, .single-tribe_events #wrapper.shift main {
  position: relative;
  width: 80%;
  transform: translateX(240px);
  transition: ease all .5s;
}


#content #tribe-events {
  max-width: 80%;
  margin: auto;
  transition: ease all .5;
}


.shift #content #tribe-events {
  max-width: 100%;
  margin: auto;
  transition: ease all .5;
}

.shift #banner-1071305246 .bg.bg-loaded {
  background-size: contain !important;
  background-position: 150px;
  background-color: #000 !important;
}

.large-text h2 {
	font-size: 1.85em;
	border-bottom: 1px solid #e02926;
	padding-bottom: 20px;
	line-height: 1em;
	border-right: transparent 80px solid;
	border-left: transparent 80px solid;
	border-top: transparent solid 0px;
}

.large-text p {
	font-size: 1.15em;
}

.section-02 p.caption {
	font-size: 13px !important;
}

.large-text h4 {
	font-size: 1.25em;
	letter-spacing: .10em;
}

.shift .img-inner.dark {
	max-width: 60%;
	transition: ease all .5s;
}

@media screen and (min-width: 849px) {
.home #wrapper.shift #content {
  margin-left: 540px;
  transition: ease all .5s;
}

#wrapper.shift #content {
  margin-left: 440px;
  transition: ease all .5s;
}

#wrapper.shift #header {
  transform: translateX(280px);
  transition: ease all .5s;
}

}
.side-header .widget {
    margin-bottom: 0px;
}



@media(max-width:849px) {
	.store-nav {
	display: none;
}
}

.store-nav ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	/* margin: 0; */
	text-align: center;
	background-color: #b12134;
	margin-top: -1px;
	max-height: 55px;
	max-width: 65%;
	margin: auto;
}

.store-nav ul li {
	flex: 1 0 auto;
	text-align: center;
	border-right: 1px solid #fff;
	border-top:0px !important;
	transition:ease all .5s;
}

.store-nav ul li a {
	color: #fff;
}

.store-nav ul li:hover {
	background-color: #000;
	color: #fff;
	transition: ease all .5s;
}

.store-nav ul li:last-child {
	border: none;
}

.store-nav .sub-menu {
	position: relative;
	top: 3px;
	z-index: 2;
	left: -1px;
	background-color: #000;
	padding: 0;
	margin: 0;
	border: none;
	min-width: 100%;
}

.store-nav ul ul.sub-menu li {
	background-color: #000;
}

.store-nav ul ul.sub-menu li:hover {
	background-color: #b12134;
	transition: ease all .5s;
}


.store-nav .toggle {
	line-height: 1;
	color: #fff !important;
}

.white-space {
	white-space: nowrap;
}

.entry-meta.clearfix {
	display: none;
}


.product-title.product_title.entry-title {
	font-family: tomorrow !important;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
	color: #b12134;
}

div.w2dc-content a, div.w2dc-content a:visited, div.w2dc-content a:focus, div.w2dc-content .w2dc-pagination > li > a, div.w2dc-content .w2dc-pagination > li > a:visited, div.w2dc-content .w2dc-pagination > li > a:focus, div.w2dc-content .w2dc-btn-default, div.w2dc-content div.w2dc-btn-default:visited, div.w2dc-content .w2dc-btn-default:focus, div.w2dc-content.w2dc-terms-menu .w2dc-categories-root a, div.w2dc-content.w2dc-terms-menu .w2dc-categories-root a:visited, div.w2dc-content.w2dc-terms-menu .w2dc-categories-root a:focus, div.w2dc-content.w2dc-terms-menu .w2dc-locations-root a, div.w2dc-content.w2dc-terms-menu .w2dc-locations-root a:visited, div.w2dc-content.w2dc-terms-menu .w2dc-locations-root a:focus {
	color: #df2727;
}

.w2dc-featured-label {
	background-color: #df2727;
}

.w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default, .w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:focus, .w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:active, .w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-focus, .w2dc-content .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover {
	border: 1px solid #df2727;
	background-color: #df2727;
}

.w2dc-content .ui-slider.ui-slider-horizontal .ui-widget-header {
	background-color: #df2727;
}

.ui-front {
	z-index: 1 !important;
}

input[type="email"], input[type="date"], input[type="search"], input[type="number"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
	max-width: 100%;
	width: 80%;
	background-color: #171717;
	color: #fff;
	}

@media(max-width:786px){
.mobile-scale .bg.bg-loaded { background-size: 210% auto !important;
}
}