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

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

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

.hilite,
.hilite-color {
	color: #0d748d !important;
}

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

.hilite-color3 {
	color: #9a0654 !important; /* added this darker pink because it shows up better on the page */
}

.hilite-color4 {
	color: #8a288a !important;
}

.hilite-color5 {
	color: #396fb6 !important;
}

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

/* other highlight color options pink: #f34ba3 and blue #396fb6 */

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

.cake cite {
	color: #0d748d;
}

/**
 * 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: #0d748d;
}

.alternating-pastels.ordered > dt > .section-meat:before {
	color: #0d748d;
}

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

.clearfix .fraction-sm-1-3 {
	margin: 19px auto;
	padding: 0;
}

.clearfix .fraction-sm-1-3:first-child {
	margin-top: 0;
}

.clearfix .fraction-sm-1-3:last-child {
	margin-bottom: 0;
}

@media( min-width: 768px ){
	.clearfix .fraction-sm-1-3:first-child + * {
		margin-top: 0;
	}
	
	.clearfix .fraction-sm-1-3 {
		float: left;
		margin-left: 0;
		margin-right: 30px;
	}
	
	.clearfix .fraction-sm-1-3.order-sm-1 {
		float: right;
		margin-left: 30px;
		margin-right: 0;
	}
}

.lite-offer-widget .package {
	padding: 28.5px 30px;
	font-size: 30px;
}

.lite-offer-widget-description {
	padding: 19px 30px 0;
	text-align: left;
}

.lite-offer-widget-description ol,
.lite-offer-widget-description ul {
	padding-left: 30px;
}

.lite-offer-widget-description li {
	margin: 9.5px auto;
}

.lite-offer-widget .normal,
.lite-offer-widget .offer {
	font-size: 1.4rem;
	line-height: 1.3;
}

.lite-offer-widget .normal {
	margin-bottom: 4.25px;
	text-decoration: none;
}

.lite-offer-widget .price-strike {
	color: #bf0a00;
	text-decoration: line-through;
}

.lite-offer-widget .price-strike > * {
	color: #1e1e1e;
}

.lite-offer-widget .offer {
	color: inherit;
	font-weight: bold;
}

.lite-offer-widget .offer > .price {
	font-size: inherit;
	font-weight: inherit;
}

.lite-offer-widget .difference {
	margin-bottom: 28.5px;
	color: #bf0a00;
	font-size: 1.2rem;
}

.lite-offer-widget .cart-link {
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	border-color: #d08e13;
	border-radius: 6px;
	border-style: solid;
	border-width: 0 0 3px;
	padding: 0.33em 0.67em;
	background-color: #ffb731;
	color: #1e1e1e;
	font-size: 1.5rem;
	line-height: 1.33;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-decoration: none !important;
	text-transform: uppercase;
	transition-duration: 0.3s;
	transition-property: background-color, border-color, color;
}

.lite-offer-widget .cart-link:active,
.lite-offer-widget .cart-link:hover {
	border-color: #004934;
	background-color: #108866;
}

.cart-cell {
	flex: 0 0 auto;
	width: 100%;
}

.lite-offer-widget .cart-link-text {
	flex: 0 1 auto;
	padding: 9.5px 15px;
	width: auto;
}

.cathy-video-area {
	padding: 28.5px 15px;
	background-image: url( 'images/video-background.png' );
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
