/**
 * You will probably want to change these
 */
.lite-offer-widget .package,
.testimonials-section .header-bar,
.about-section .header-bar {
	background-color: #1e68a5;
	color: #ffffff;
}

.header-bar,
.bonus-section .bonus-header,
.bonus-section .bonus-header h1,
dl.ordered > dt {
	color: #1e68a5;
}

ol.ordered > li:before,
ul.ordered > li:before,
dl.ordered > dt:before {
	background-color: #5c9dd1;
}

.hilite,
.hilite-color {
	color: #1e68a5 !important;
}

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

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

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

.offer-widget .shim,
.lite-offer-widget > .lite-offer-widget-body {
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #b7d8f4 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #b7d8f4 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #b7d8f4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #b7d8f4));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #b7d8f4 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #b7d8f4 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: #302db3;
}

.cake cite {
	color: #4d4bbd;
}

/**
 * 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: #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: #1e68a5;
}

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