/**
 * You will probably want to change these
 */
.testimonials-section .header-bar,
.about-section .header-bar {
	background-color: #762276;
	color: #ffffff;
}

.lite-offer-widget .package {
	background-color: #aa00a2;
}

.header-bar,
.bonus-section .bonus-header,
.bonus-section .bonus-header h1,
dl.ordered > dt {
	color: #921173;
}

ol.ordered > li:before,
ul.ordered > li:before,
dl.ordered > dt:before {
	background-color: #4d0087;
}

.hilite,
.hilite-color {
	color: #540ead !important; /* #4d0087 !important; */
}

.hilite-color2 {
	color: #aa00a2 !important; /* #921173 !important; */
}

.hilite-color3 {
	color: #1f5683 !important;
}

.hilite-color4 {
	color: #0077c7 !important;
}

.offer-widget .shim {
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #d0b8ed 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #d0b8ed 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #d0b8ed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #d0b8ed));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #d0b8ed 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #d0b8ed 100%);
}

.when {
	color: #bf0a00;
}

.offer-widget .payment-plans .link a,
.full-offer-widget .payment-plans .link a,
.item-section .runtime > .duration,
.item-section .runtime > .when {
	color: #0077c7;
}

.cake q {
	color: #76246c;
}

.cake cite {
	color: #24466f;
}

/**
 * You will probably NOT want to change these
 */
.full-offer-widget header {
	background-image: url( 'images/full-offer-header.png' );
}

.full-offer-widget footer {
	background-image: url( 'images/full-offer-footer.png' );
}

ul.checks > li:before,
ol.checks > li:before,
ul.circle-checks > li:before,
ol.circle-checks > li:before {
	color: #aa00a2;
}

/**
 * Custom
 */
.center-checks {
	margin: 0 auto;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 25px 15px;
	max-width: 595px;
}

#mcont {
	overflow: hidden;
	background-image: none;
}

.center-checks > ul {
	margin: 0 auto;
	max-width: 433px;
}

.center-checks :last-child {
	margin-bottom: 0;
}

.video-testimonial-banded {
	margin: 2rem -15px;
	padding: 1rem 15px;
	max-width: none;
	width: auto;
	background-color: #efe4fb;
}

.video-testimonial-banded > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	width: 100%;
}

.video-testimonial-banded > figcaption {
	max-width: none;
	font-size: 1.37rem;
}

.shivamonial {
	background-color: #efe4fb;
}

.shivamonial-callout {
	background-color: #540ead;
}

.shipping {
	color: red;
	text-transform: uppercase;
}

.lite-offer-widget-special-area {
	padding: 1rem 1.2rem;
	background-color: #fcf7d4;
}

.lite-offer-widget-special-area.lite-offer-widget-special-area {
	margin: 1rem -1.5rem -1.5rem;
}

.sleeve.best-value .lite-offer-widget-special-area:last-child {
	margin-bottom: -2.5rem;
	padding-bottom: 2.2rem;
}

.pre-widgets + .row,
.pre-widgets + .flex-row {
	margin-top: 0;
}

.lite-offer-widget {
	height: 100%;
}

.special-instructions .title {
	font-size: 30px;
	text-transform: none;
}

/*
 * Common styles can't handle a multi-widget w/ more than 6 packages/options
 */
@media( min-width: 768px ){
	.widgets-many > .row > .sleeve {
		width: 50% !important;
	}
}

@media( min-width: 1200px ){
	.widgets-many {
		max-width: 100%;
	}
	
	.widgets-many > .row > .sleeve {
		width: 25% !important;
	}
	
	.widgets-many .items {
		font-size: 14px;
	}
}
