/*
    Layout: One Column
	Theme Name: Vanilla
	Description: Vanilla is a starter shopping cart theme for Infusionsoft.
	Author: Fusetastic
	Author URI: http://www.fusetastic.com
	Version: 1.0

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
	HTML version 2

Controls fonts, colors and images.
===============================================================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic|Lora);
html {
	background-color: #3A3732;
}
body {
	color: #030303;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.45;
	font-size: 1em;
	background-color: #FFFFFF;
}
td {
	font: 1em/1.45 "Open Sans", sans-serif;
}
#wrapper {
	background-color: #fff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#wrapperCheckout {
	background-color: #fff;
}
#wrapper #header #IMAGE {
	background-color: #98886F;
}
/* NAVIGATION
===============================================================*/

#nav {
	background-color: white;
}
#nav li a {
	border-right: 1px solid #e2e2e2;
	color: #1c1c1c;
}
#nav li:last-child a {
	border-right: none;
}
#nav li a:hover {
	color: #A31E23
}
#nav a {
	text-decoration: none;
	color: #1c1c1c;
}
#nav a:hover {
	color: #A31E23;
}
@media (max-width:767px){
	#nav li a {
		border-right: none;
		border-bottom: 1px solid #e2e2e2;
	}
}
/* CONTENT / PRODUCT
===============================================================*/

.price {
	/* Price shown on product details page */
	font: 18px bold "Trebuchet MS", Tahoma, Arial, sans-serif;
}
.productName {
	/* Product name in product grid */
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.priceBold {
	/* Product price in product grid */
	font-weight: bold;
}
.productGridOneCol {
	border: 1px solid #DDDDDD;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
#productGrid a {
	color: #333;
	text-decoration: none;
}
#productGrid a:hover {
	text-decoration: underline;
}
.productGridOneCol {
}
.subscriptionPrice {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
/* CART AND CHECKOUT
===============================================================*/

.cartDiscount {
	/* Discount shown in cart */
	color: #d44;
}
.cartProduct {
	/* Product name in cart */
	font-weight: bold;
}
.removeItem {
	/* Remove item link in cart */
	color: #333;
}
.discountedPrice {
	/* Slashed price in cart */
	text-decoration: line-through;
}
.search, .promoField {
	/* Text fields for search and promo code */
	color: #999;
	border: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .productQty, .qtyField {
	/* Form fields used in checkout forms */
	border: 1px solid #999;
}
.shippingTable {
	border: 1px solid #ccc;
}
.viewCart, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .signinTable, .paymentMethodTable {
	border: 1px solid #ccc;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.promoCode th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.viewCart tr:first-child, .viewCartShort tr:first-child, .payPlan tr:first-child, .summaryCart tr:first-child, .shippingInfo tr:first-child, .billingInfo tr:first-child, .billingTable tr:first-child, .shippingTable tr:first-child, .paymentInfo tr:first-child, .signinTable tr:first-child, .paymentMethodTable tr:first-child {
    background: url("https://miraculousliving.files.keap.app/miraculousliving/miraculousliving-64f1453d-c57e-405e-a8f4-640df36cce01-v2") no-repeat center center #a31e23;
}
.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
	border-bottom: 1px solid #ccc;
	background-color: #F0F0F0;
    color: #FFFFFF;
    border: none;
    background-color: transparent;
    font-weight: normal;
}
@media (min-width: 768px){
  .viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
      font-size: 20px;
      line-height: 31px;
}
}
.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
	border-bottom: 1px solid #ccc;
}
.subtotal {
	background-color: #F0F0F0;
	font-weight: bold;
}
.financeCharge {
	font-size: 12px;
	color: #777;
}
/* UPSELLS
===============================================================*/

.upsell {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
}
#upsellContainer img {
	border: 1px solid #ccc;
}
.upsellRegPrice {
	font-style: italic;
}
/* TYPOGRAPHY
===============================================================*/

h1 {
	/* Used for product and page headers */
	color: #a31e23;
	font-family: "Lora", serif;
	font-style: italic;
	font-size: 36px;
	margin: 0 0 15px 0;
	font-weight: normal;
}
h2 {
	/* Used for product description header */
	font-family: "Lora", serif;
	color: #333;
	margin: 0 0 5px 0;
	font-weight: normal;
}
h3 {
	/* Used for product grid headline */
	color: #a31e23;
	font-family: "Lora", serif;
	font-style: italic;
	font-size: 36px;
	font-weight: normal;
}
h4 {
	color: #555;
}
.tableHeader {
	color: #555;
}
.smallHeader {
	font-size: 15px;
	font-weight: bold;
}
/* LINKS AND BUTTONS
===============================================================*/

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.newsButton, .formButton {
	background-color: #b1e1e5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: 0 1px 0 #ebfeff;
}
.buttonRight a:hover, .buttonLeft a:hover {
	color: #4e6364;
}
.searchButton, .cartButton, .codeButton, .continueButton, .upsellButton {
	background-color: #646464;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font: bold 12px Helvetica, Arial, sans-serif;
}
.searchButton:hover, .cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
/* FOOTER
===============================================================*/

#footer {
	background-color: #3A3732;
	color: #FFFFFF;
}
/* MISC
===============================================================*/

.errorMessage {
	color: #dd4949;
}
input {
	outline: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid rgba(0,0,0, 0.2);
}
input:focus {
	box-shadow: 0 0 3px rgba(100,100,100, 1);
	-webkit-box-shadow: 0 0 3px rgba(100,100,100, 1);
	-moz-box-shadow: 0 0 3px rgba(100,100,100, 1);
	border: 1px solid rgba(100,100,100, 0.8);
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 15px;
}
.large {
	font-size: 20px;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.floatright {
	float: right;
}
.floatleft {
	flaot: left;
}
a.blue {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #597db1), color-stop(100%, #3a6198));
	background-image: -webkit-linear-gradient(#597db1, #3a6198);
	background-image: -moz-linear-gradient(#597db1, #3a6198);
	background-image: linear-gradient(#597db1, #3a6198);
	background-image: -o-linear-gradient(#597db1, #3a6198);
	-pie-background: linear-gradient(#597db1, #3a6198);
	border: 1px solid #3b639b;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 1px 0 0 #7d99bf;
	-webkit-box-shadow: inset 0 1px 0 0 #7d99bf;
	-o-box-shadow: inset 0 1px 0 0 #7d99bf;
	box-shadow: inset 0 1px 0 0 #7d99bf;
	color: white;
	text-shadow: 0 1px 0 #2a4f83;
}
a.blue:hover {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #365a8c), color-stop(100%, #51719e));
	background-image: -webkit-linear-gradient(#365a8c, #51719e);
	background-image: -moz-linear-gradient(#365a8c, #51719e);
	background-image: linear-gradient(#365a8c, #51719e);
	background-image: -o-linear-gradient(#365a8c, #51719e);
	-pie-background: linear-gradient(#365a8c, #51719e);
	-moz-box-shadow: inset 0 1px 0 0 #728cb1;
	-webkit-box-shadow: inset 0 1px 0 0 #728cb1;
	-o-box-shadow: inset 0 1px 0 0 #728cb1;
	box-shadow: inset 0 1px 0 0 #728cb1;
	cursor: pointer;
}
a.button.green {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #668b46), color-stop(100%, #4a6d2c));
	background-image: -webkit-linear-gradient(#668b46, #4a6d2c);
	background-image: -moz-linear-gradient(#668b46, #4a6d2c);
	background-image: linear-gradient(#668b46, #4a6d2c);
	background-image: -o-linear-gradient(#668b46, #4a6d2c);
	-pie-background: linear-gradient(#668b46, #4a6d2c);
	border: 1px solid #4d702e;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 1px 0 0 #7fa95b;
	-webkit-box-shadow: inset 0 1px 0 0 #7fa95b;
	-o-box-shadow: inset 0 1px 0 0 #7fa95b;
	box-shadow: inset 0 1px 0 0 #7fa95b;
	color: white;
	text-shadow: 0 1px 0 #39571e;
}
a.green:hover {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #436129), color-stop(100%, #5a7641));
	background-image: -webkit-linear-gradient(#436129, #5a7641);
	background-image: -moz-linear-gradient(#436129, #5a7641);
	background-image: linear-gradient(#436129, #5a7641);
	background-image: -o-linear-gradient(#436129, #5a7641);
	-pie-background: linear-gradient(#436129, #5a7641);
	-moz-box-shadow: inset 0 1px 0 0 #739457;
	-webkit-box-shadow: inset 0 1px 0 0 #739457;
	-o-box-shadow: inset 0 1px 0 0 #739457;
	box-shadow: inset 0 1px 0 0 #739457;
	cursor: pointer;
}
a.yellow {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d1c81a), color-stop(100%, #a79f0c));
	background-image: -webkit-linear-gradient(#d1c81a, #a79f0c);
	background-image: -moz-linear-gradient(#d1c81a, #a79f0c);
	background-image: linear-gradient(#d1c81a, #a79f0c);
	background-image: -o-linear-gradient(#d1c81a, #a79f0c);
	-pie-background: linear-gradient(#d1c81a, #a79f0c);
	border: 1px solid #aca40c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 1px 0 0 #e4dc3a;
	-webkit-box-shadow: inset 0 1px 0 0 #e4dc3a;
	-o-box-shadow: inset 0 1px 0 0 #e4dc3a;
	box-shadow: inset 0 1px 0 0 #e4dc3a;
	color: white;
	text-shadow: 0 1px 0 #8a8305;
}
a.yellow:hover {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98910b), color-stop(100%, #b6ae1b));
	background-image: -webkit-linear-gradient(#98910b, #b6ae1b);
	background-image: -moz-linear-gradient(#98910b, #b6ae1b);
	background-image: linear-gradient(#98910b, #b6ae1b);
	background-image: -o-linear-gradient(#98910b, #b6ae1b);
	-pie-background: linear-gradient(#98910b, #b6ae1b);
	-moz-box-shadow: inset 0 1px 0 0 #dbd229;
	-webkit-box-shadow: inset 0 1px 0 0 #dbd229;
	-o-box-shadow: inset 0 1px 0 0 #dbd229;
	box-shadow: inset 0 1px 0 0 #dbd229;
	cursor: pointer;
}
.button {
	display: inline-block;
	font-weight: bolder;
	margin: 10px 0;
	padding: 8px 1em 9px;
	text-align: center;
	text-decoration: none;
}
#customCheckoutTop, #customCheckoutBottom {
	background: #f7f7f7;
}
/* HEADER  */

#companyLogoTopBanner {
	background-image: url("https://miraculousliving.infusionsoft.com/Download?Id=253316");
	background-size: auto 100%;
	background-position: top center;
	/*box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	padding-top: 10px;*/
}
#companyLogoTopBanner img {
	/*margin-bottom: -28px;*/
	max-width: 100%;
}
#NAVIGATION {
	margin-top: 66px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
blockquote {
    border: 0px;
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    position: relative;
    padding: 6%;
    font-size: 16px;
    font-family: "Lora", serif;
}
blockquote:before{
    content: '\201C';
    display: block;
    font-size: 92px;
    font-style: italic;
    left: -33px;
    position: absolute;
    top: 0;
    color: #a31e23;
}
