#page-wrap_header, #page-wrap_navi, .page-wrap_content, #page-wrap_subscribe {
	min-width: 0 !important;
}

.page-template-_bookpromo-cumulative .page-wrap_book_cta .buy.autographed h2 {
	font-size: 1.75em;
}

/* Uprising stripe payment area */
.asp_product_item {
max-width: 600px;
background: rgba(0,0,0,0.25);
border: 1px solid rgba(255,255,255,0.1) !important;
padding: 40px !important;
margin: 0 auto 40px auto !important;
text-align: center;
}
.asp_product_name {
float: none !important;
line-height: 1.5em !important;
margin-bottom: 15px;
}
.asp_product_description {
display: none; /* Prevent name repetition */
}
.asp_price_amount {
color: #eebf00;
font-size: 1.25em;
}
.asp_product_buy_btn.blue {
height: auto !important;
font-family: 'futura-pt', Arial, Helvetica, sans-serif !important;
font-weight: 700;
font-size: 1.75em;
text-transform: uppercase !important;
background: #eebf00 !important;
-webkit-appearance: none;
border-radius: 0;
border: none;
box-shadow: none !important;
text-shadow: none !important;
padding: 30px !important;
}
.asp_product_buy_btn.blue span {
color: #282828 !important;
}
.asp_product_buy_btn.blue:hover {
background: #fff !important;
}
.widget.widget_buybook label {
display: block !important;
}

// Create class for fixing video display issue - use where needed
.disable-dwfitvids .fluid-width-video-wrapper {
padding-top: 0 !important;
position: static !important;
}

/* Alert Banner (added here due to cache stomping on new additions)
....................................................................... */
.alert {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
box-shadow: 0 0 3px rgba(0,0,0,0.33);
background: #eebf00;
padding: 15px 0;
z-index: 998;
}
.alert_content {
display: flex;
align-items: center;
}
.alert_left {
flex-shrink: 0;
}
.alert_middle {
padding: 0 3%;
}
.alert_right {
flex-shrink: 0;
text-align: right;
}
.alert_left img {
max-width: 175px;
}
.alert h3 {
margin: 0 0 5px 0;
}
.alert p {
font-size: 0.9em;
line-height: 1.5em;
margin: 0;
}
.alert a.cta {
color: #fff;
background: #282828;
}
.alert a.cta:hover {
color: #282828;
background: #fff;
}
.alert_close {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
}
@media screen and (max-width: 767px) {
	.alert_content {
	display: block;
	}
	.alert_middle {
	padding: 0 0 5px 0;
	}
	.alert_right {
	text-align: left;
	}
}
@media screen and (max-width: 767px) {
	.alert_left {
	display: none;
	}
	.alert_middle p {
	font-size: 0.8em;
	}
	.alert a.cta {
	font-size: 0.95em;
	}
	.alert_right {
	background: url(img/grow_yellow.png) 100% 50% no-repeat;
	background-size: contain;
	}
}


/* Temp fixes - remove when cache clears */
h2.underline span {
padding: 0 0 3px 2px;
}
@media screen and (min-width: 1130px) {
	.blog_showcase:before {
	right: calc(89vw + 11px);
	}
	.blog_showcase:after {
	left: calc(89vw + 11px);
	}
}
@media screen and (min-width: 1460px) {
	.blog_showcase:before {
	right: 1300px;
	width: calc((100vw - 1300px) / 2);
	}
	.blog_showcase:after {
	left: 1300px;
	width: calc((100vw - 1300px) / 2);
	}
}

.span4.home_service.col6 {
margin-right: 0;
}


