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

.header-bar {
	margin-top: 30px;
	margin-bottom: 30px;
}

.testimonials-section > .header-bar:first-child,
.about-section > .header-bar:first-child {
	margin-top: 0;
}

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

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

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

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

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

.when {
	color: inherit;
}

.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' );
}

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;
}
/*
.sales-testimonial .callout, .sales-testimonial blockquote {
    color: #8e4ac2;
}
*/
.alternating-bold {
	list-style: none;
	margin: 10px -15px;
	padding-left: 0;
}

.alternating-bold li {
	position: relative;
	padding: 5px 45px 5px 75px;
}

.alternating-bold li:before {
	content: '\f046';
	position: absolute;
	top: 5px;
	left: 45px;
	font-family: FontAwesome;
}

.alternating-bold li:nth-child( 2n ){
	background-color: #fefada;
}

.last-sentance {
    font-style: italic;
    font-weight: bold;
}

.marilyn-bq {
	border-left: 5px solid #eee;
	padding: 10px 20px;
}

.final-thoughts {
	margin: 20px -15px;
	padding: 10px 15px;
	background-color:#fefada;
	font-style: italic;
}

.sales-testimonial-callout {
	color: inherit;
	font-size: inherit;
	text-align: inherit;
}

h1.marilyn {
	font-size: 34px;
	padding-top: 10px;
	padding-bottom: 20px;
}

h1.marilyn2 {
	font-size: 34px;
	padding-top: 20px;
}

