/* Layout: One Column
Theme: Basic Gray

Appearance.css contains the costmetic 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);
This is the correct location for import, remove import link in layout.css when ready
*/

@import url('https://fonts.googleapis.com/css?family=Lato|Noto+Sans:400,700|Source+Sans+Pro');

body, td {
    font: 15px/1.5 'Open Sans', Helvetica, Arial, sans-serif;
    color: #222;
}

img, img a {
    border: 0 none;
}



/* 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;
}

.soldOut {
    color: #e34825;
    font-size: 14px;
    text-transform: uppercase;
}

.outOfStockText {
    color: #e34825;
}

.qtyField:disabled {
    background-color: #e8e8e8;
}

.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;
    -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 {
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
    background: -moz-linear-gradient(top, #ffffff, #dddddd);
    background: linear-gradient(to bottom, #ffffff, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
}

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

.subtotal {
    background-color: #f5f5f5;
    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;
}



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

a:hover {
    color: #0a6988;
}

.codeButton, .continueButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    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);
    background: linear-gradient(to bottom, #777777, #444444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
}

.disabledButton {
    margin-bottom: 10px;
    opacity: 0.5;
}

.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);
    background: linear-gradient(to bottom, #777777, #444444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
}

.codeButton:hover, .continueButton:hover, .upsellButton:hover {
    color: #fff;
    background: #444;
    background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#555555));
    background: -moz-linear-gradient(top, #888888, #555555);
    background: linear-gradient(to bottom, #888888, #555555);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#555555');
    text-decoration: none;
}

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



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

.errorMessage {
    color: #dd4949;
}

@media only screen and (max-width : 960px) {
    .viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td, .orderSummary td {
        border-top: none;
    }

    .viewCart tr:not(:first-child) {
        border-top: 1px solid #ddd;
    }
}

/* CUSTOM APPEARANCE
===============================================================*/

body a {color: #376FAA;}

header {width:100%; border-bottom:10px solid #0a6988;}

section, footer {max-width:960px; width:100%; margin:0 auto;}

.ewcol {display:inline-block; float:left; padding:20px; width:100%;}

.ewcol p {font-size:14px; margin-bottom:10px;}

.ewcol img {display:block; text-align:center;}

.ewcol ul {font-size:14px; margin-bottom:20px;}

.ewcol ul li {margin-bottom:5px;}

.scroll {max-width:80px; text-align:center;}

.details {max-width:420px;}

.guarantee {max-width:340px;}

.guarantee p {color:#555; font-size:12px; text-align:center;}

.guarantee .teacher {

    color: #fff;
    background: #0a6d97;
    font-size: 14px;
    padding: 20px;
    text-align: left;

}
.guarantee p {

    color: #555;
    font-size: 12px;
    text-align: center;

}

header {
  background: url('https://s3.amazonaws.com/1evolvingwisdom/InfusionSoft/Integral+Enlightenment/is-header-ie-tal-10-18.jpg');
  background-size: cover;
  padding: 40px 0 70px;
}

header img {height:auto; width:100%;}

header h1 {
  color: #0a6988;
  display: block;
  font-size: 68px;
  font-weight: 200;
  line-height: 60px;
  margin: 0 auto 30px;
  max-width: 720px;
  text-align: center;
  font-family: 'ArticulatCF','Open Sans', sans-serif;
}

header h2 {
  color: #0a6988;
  display: block;
  font-family: 'ArticulatCF','Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
}

header h6 {
  color: #0a6988;
  display: block;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0 auto 30px;
  text-align: center;
  text-transform: uppercase;
}

footer {
  box-sizing: border-box;
  clear: both;
  font-style: italic;
  padding: 0 54px;
  text-align: center;
}

.ewcol h2 {
  color: #0a6988;
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto 5px;
  text-align: center;
}

.ewcol h3 {
  color: #0a6988;
  font-weight: 600;
  text-align: center;
}

.scroll p {
  color: #666;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

img.product {
  max-width: 340px;
  width: 100%;
}

.seal {
  display: block;
  height: 120px;
  margin: 0 auto 10px;
  width: 120px;
}

.arrow-down {
  background: #0a6988;
  height: 140px;
  margin: 0 auto;
  position: relative;
  width: 10px;
}

.arrow-down::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #0a6988;
  bottom: -20px;
  content:"";
  display: block;
  height: 0;
  left: -15px;
  position: absolute;
  width: 0;
}

.continueButton {
   display: inline-block;
   outline: none;
   cursor: pointer;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   font-size: 16px;
   color: #fff;
   text-shadow: 0 1px 1px rgba(0,0,0,.3);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
   box-shadow: 0 1px 2px rgba(0,0,0,.2);
   border: solid 1px #b80000;
   background: #b80000;
   background: -webkit-gradient(linear, left top, left bottom, from(#F10F0F), to(#b80000));
   background: -moz-linear-gradient(top, #F10F0F, #b80000);
   background: linear-gradient(to bottom, #F10F0F, #b80000);
}

