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

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

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

.hilite,
.hilite-color {
	color: #418ae5 !important;
}

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

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

.hilite-color4 {
	color: #10439b !important;
}

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

.widgets > .flex-row .sleeve,
.widgets > .row .sleeve {
	display: block;
}

.lite-offer-widget .title:first-child {
	margin-top: 0;
}

.offer-widget .description {
	display: none;
}

.lite-offer-widget .description {
	margin: 1rem auto;
	font-size: 0.8rem;
	text-align: left;
}

.offer-widget .description:first-child,
.lite-offer-widget .description:first-child {
	margin-top: 0;
}

.offer-widget .description > *,
.lite-offer-widget .description > * {
	margin: 0.8rem auto;
}

.offer-widget .description > :first-child,
.lite-offer-widget .description > :first-child {
	margin-top: 0;
}

.offer-widget .description > :last-child,
.lite-offer-widget .description > :last-child {
	margin-bottom: 0;
}

.or-bar {
	color: #bf0a00;
	font-size: 1rem;
	text-align: center;
}

dl.alternating-pastels.ordered {
	padding-left: 0;
}

dl.alternating-pastels > dt {
	background-color: #418ae5 !important;
	color: white;
}

dl.alternating-pastels.ordered > dt:before {
	display: none;
}

dl.alternating-pastels.ordered > dt > :first-child {
	position: relative;
	padding-left: 3rem;
}

dl.alternating-pastels.ordered > dt > :first-child:before {
	counter-increment: dl-counter;
	content: counter(dl-counter);
	position: absolute;
	display: block;
	top: 0;
	left: 1.5rem;
	margin-left: -.8em;
	border-radius: 50%;
	width: 1.6em;
	height: 1.6em;
	background-color: white;
	color: #418ae5;
	line-height: 1.6;
	text-align: center;
}

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