/**
 * You will probably want to change these
 */
.lite-offer-widget .package,
.header-bar,
.shivamonial-callout {
	background-color: #8b49b2;
	color: #ffffff;
}

.bonus-section .bonus-header,
.bonus-section .bonus-header h1,
dl.ordered > dt {
	color: #8b49b2;
}

dl.ordered > dt:before {
	background-color: #b10076;
}

.hilite,
.hilite-color {
	color: #8b49b2 !important;
}

.hilite-color2 {
	color: #b10076 !important;
}

.hilite-color3 {
	color: #673092 !important;
}

.hiliter-color4 {
	color: #0077c7 !important;
}

.hilite-color-subpackage {
	color: #b10076 !important;
}

.offer-widget .shim {
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f4e1ff 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #f4e1ff 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #f4e1ff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #f4e1ff));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #f4e1ff 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #f4e1ff 100%);
}

.when {
}

.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: #742877;
}

.cake cite {
	color: #32439b;
}

/**
 * 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' );
	color: white;
}

ul.checks > li:before,
ol.checks > li:before,
ul.circle-checks > li:before,
ol.circle-checks > li:before {
	color: #3e9100;
}

/**
 * Custom
 */
.center-checks {
	margin: 0 auto;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 25px 15px;
	max-width: 595px;
}

.center-checks > ul {
	margin: 0 auto;
	max-width: 433px;
}

.center-checks :last-child {
	margin-bottom: 0;
}

.alternating-pastels > dt {
	background-color: #5a249e;
}

.shivamonial,
.pastel-splash {
	background-color: #efe4fb;
}

.downloads-boxed,
.alternating-pastels > dd:nth-of-type( 2n + 1 ),
.alternating-pastels.alternating-pastels-invert > dd:nth-of-type( 2n ) {
	background-color: #f2efff;
}

dl.item-2-dl > dt,
.custom-date > .block {
	color: #8b49b2;
}

.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:last-child {
	margin: 1rem -1.5rem -1.5rem;
	width: auto;
}

.sleeve.best-value .lite-offer-widget-special-area:last-child {
	margin-bottom: -2.5rem;
	padding-bottom: 2.2rem;
}

.lite-offer-widget-special-area img {
	width: 60%
}

.pre-widgets + .row,
.pre-widgets + .flex-row {
	margin-top: 0;
}

.lite-offer-widget {
	height: 100%;
}

/*
 * 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;
	}
}

.faq .panel {
	border-color: #8b49b2;
}

.faq .panel-body {
	background-color: white;
}
