/* Layout: One Column
Theme: Basic Gray

Appearance.css contains the cosmetic properties for your order 
form, such as fonts, colors, background images and borders.

NOTE: There are additional classes that are not listed here 
because they currently have no attributes. You can locate 
these by downloading and using Firebug.
===============================================================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic|Lora);

body, td {
	color: #222;
	background-color: #3A3732;
	color: #030303;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.45;
	font-size: 1em;
	background-color: #FFFFFF;
}
	
img, img a {
    border: 0 none;
	}

	
#header #IMAGE{
    /*background-color: #98886F;*/
    background-color: #7EB181;
}
#companyLogoTopBanner{
    /*background-image: url("https://miraculousliving.infusionsoft.com/Download?Id=253316");*/
    background-image: url("https://miraculousliving.infusionsoft.com/Download?Id=785823");
    background-size: auto 100%;
    background-position: top center;
}

/* PRODUCT GRID
===============================================================*/

.priceBold {
	/* Price subtotal on bottom right of product grid */
	font-weight: bold;
	}

.discountedPrice {
	text-decoration: line-through;
	}

.totalPrice {
	/* Subtotal label on bottom left of product grid */
	font-weight: bold;
	}

.optionChosen {
	font-style: italic;
	color: #999;
	font-size: 14px;
	}

.updateCart {
	/* Link to update quantity */
	font-size: 10px;
	}

.promoField {
    /* Text fields for promo code */
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 13px;
	}



/* FORMS
===============================================================*/

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .qtyField, .optionsDrop  {
	/* Form fields used in checkout forms */
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 13px;
	color: #222;
	}

.checkoutDone, .checkoutTopDone, .checkoutBottomDone {
	/* Form fields used on confirmation page */
    font-size: 13px;
	color: #222;
	}

.viewCart, .shippingTable, .billingTable, .paymentMethodTable, .shipMethodTable, .payplanTable, .orderSummary {
	outline: 1px solid  #ddd;
    border-collapse: collapse;
	}
	
.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th, .shipMethodTable th, .payplanTable th, .orderSummary th {
	border-bottom: 1px solid #ccc;
    background-color: #F0F0F0;
    }


.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td, .orderSummary td {
	border-top: 1px solid  #ddd;
	}

.subtotal {
    background-color: #F0F0F0;
    font-weight: bold;
}

.cartDiscount {
    /* Discount text */
	color: #f00;
    }

.paymentDate, .paymentAmount, .financeDate, .financeAmount { /* Shown in payplan pay schedule box */
	font-size: 12px;
	}

.payplanSummaryHeader { /* Header for payplan pay schedule box */
	font-size: 12px;
	font-weight: bold;
	}

#footer{
	position: relative;
    margin: 0px;
    padding: 30px 0px;
    width: calc(100% - 50px);
    /* height: 50px; */
    clear: both;
}
#footer .footerAgreement {
	color: #030303;
	background-color: #F0F0F0;
	border: solid 1px #CCCCCC;
	margin-top: 100px !important;
}
#footer .footerAgreement h3 {
	display: block;
	color: #A51C22;
	text-align: center;
	font-size: 20px;
}
#footer #CUSTOM_HTML li:before{
    content:'';
  display:none;
}

/* UPSELLS
===============================================================*/

#upsellContainer {
  	overflow: hidden;
	}

.upsell {
	background-color: #fcfbe9;
	border: 1px solid #f1edb4;
	}

.upsellRegPrice {
	font-style: italic;
	}

.upsellPrice {
	color: #ff0000;
	}
	
.upsell img {
	border: 1px solid #ddd;
	}



/* TYPOGRAPHY
===============================================================*/

h1 {
    /* Used for product names */
	font-size: 16px;
	}

h2 {
    /* Used for upsell product names */
    font-size: 16px;
    }

h3 {
    /* Used for upsell headline */
    font-size: 15px;
	font-weight: normal;
    color: #555;
	text-transform: uppercase;	
	}



/* LINKS AND BUTTONS
===============================================================*/

a {
	color: #1675a2;
	}

a:hover {
	color: #1675a2;
	}

.codeButton, .continueButton  {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	    background-color: #646464;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font: bold 12px Helvetica, Arial, sans-serif;
    }
	
.upsellButton  {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	border: solid 1px #666;
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
	background: -moz-linear-gradient(top,  #777777,  #444444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
    }

.codeButton:hover, .continueButton:hover, .upsellButton:hover {
	    background-color: #ccc;
    color: #333;
    text-decoration: none;
	}

.codeButton:active, .continueButton:active, .upsellButton:active {
	position: relative; 
	top: 1px;
    }

/* CUSTOM HTML CONTENT FORMATTING
===============================================================*/

#CUSTOM_HTML ul, #CUSTOM_HTML ol {
	padding: 0 0 0 30px;
	list-style: none;
	position: relative;
	counter-reset: ordered-list;
}
#CUSTOM_HTML ul.large-list, #CUSTOM_HTML ol.large-list {
	padding: 0 0 0 40px;
}
#CUSTOM_HTML li {
	margin: 0 0 10px;
}
#CUSTOM_HTML ul.list-large, #CUSTOM_HTML ol.list-large {
	padding: 0 0 0 40px;
}
#CUSTOM_HTML ol.list-large li, #CUSTOM_HTML ul.list-large li {
	margin: 0 0 15px 0;
	font-size: 1.3em;
}
#CUSTOM_HTML ul li:before, #CUSTOM_HTML ol li:before {
	font-family: "Lora", serif;
}
#CUSTOM_HTML ol li:before, #CUSTOM_HTML ul li:before {
	position: absolute;
	left: -6px;
	display: block;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background: #811519;
	color: white;
	height: 30px;
	width: 30px;
	border-radius: 30px;
}
#CUSTOM_HTML ul li:before {
	content: "\203A";
}
#CUSTOM_HTML ol li:before {
	content: counter(ordered-list, decimal);
	counter-increment: ordered-list;
}

/* MISC
===============================================================*/

.errorMessage {
	color: #dd4949;
}
