/* Layout: One Column
Theme: Basic Gray

Layout.css contains the layout properties for your order form, 
including width, height, margin, padding, position, float, 
display and text-align.

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,400italic);
/* The above link needs to be moved to appearance.css */

* {
    margin: 0;
    padding: 0;
}

#wrapper {
    /* Wraps around everything and sets the total width of the order form */
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#header {
    /* The top area that contains your banner or logo */
    width: 960px;
}

#content {
    /* Content wrapper */
    position: relative;
    width: 960px;
    margin: 0 auto;
}



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

.productImage {
    /* Image in the product grid */
    margin: 8px 0 10px 0;
    border: 1px solid #eee;
}

.price {
    /* Price in the right column of the product grid */
    display: block;
}

.productDescription {
    /* Paragraph for short product description */
    margin-bottom: 13px;
}

.optionsDrop {
    /* Dropdown for product options */
    padding: 4px 4px 4px 6px;
    margin-bottom: 13px;
    width: 200px;
}

.subscriptionPlan {
    display: block;
}

.qtyField {
    /* Quantity field in product grid */
    padding: 4px 4px 4px 6px;
    width: 30px;
    display: block;
    text-align: right;
    margin: 0 auto;
    margin-bottom: 5px;
}



/* HTML AREAS (Insert custom HTML by going to the HTML area tab)
===============================================================*/

#topCustomHTML {
    /* HTML area below header image. */
    margin: 35px 0 15px 0;
}

#middleCustomHTML {
    /* HTML area below product grid. */
    margin: 35px 0 60px 0;
    clear: both;
}

#bottomCustomHTML {
    /* This is your footer. */
    width: 960px;
    margin: 40px auto 20px auto;
    padding: 15px;
    text-align: center;
    clear: both;
}



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

input {
    margin: 0 0 7px 0;
}

.paymentLabel {
    /* Labels for payment method table */
    display: block;
}

.choosePlan {
    /* Radio buttons used to choose pay plan or shipping option */
    margin-right: 5px;
}



/* Form fields and labels
---------------------------------------------*/

.checkout, .checkoutDone {
    /* Form fields used in checkout forms */
    padding: 4px 4px 4px 6px;
    margin: 0;
    width: 200px;
}

.checkoutBottom, .checkoutBottomDone {
    /* Provides bottom padding for last form field in a form */
    padding: 4px 4px 4px 6px;
    margin: 0 0 20px 0;
    width: 200px;
}

.checkoutTop, .checkoutTopDone {
    /* Provides top padding for first form field in a form */
    padding: 4px 4px 4px 6px;
    margin: 10px 0 0 0;
    width: 200px;
}

.checkoutLabel {
    /* Checkout form label */
    padding: 0 0 -3px 0;
    margin: 0 0 -3px 0;
}

.checkoutShort, .promoField {
    /* Smaller form field */
    padding: 4px;
    margin: 0;
    width: 125px;
}

.promoLabel {
    padding-top: 3px;
}

.checkoutShortest {
    /* Even smaller form field */
    padding: 5px;
    margin: 0;
    width: 70px;
}

.addressTableInfo {
    margin-bottom: 0px;
}

.paymentIcon {
    /* Credit card, pay pal and check icons in payment information table */
    margin: 0 7px -5px 4px;
}



/* Tables
---------------------------------------------*/

.viewCart {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 30px 0;
    float: left;
    border-radius: 4px;
}

.viewCart th, .billingTable th, .shippingTable th, .shipMethodTable th, .paymentMethodTable th, .payplanTable th, .orderSummary th {
    padding: 10px 10px 10px 15px;
    text-align: left;
}

.viewCart td, .shipMethodTable td, .paymentMethodTable td, .payplanTable td, .orderSummary td {
    padding: 10px 10px 10px 15px;
    vertical-align: top;
}

.billingTable td, .shippingTable td {
    padding: 8px 0 0 15px;
    vertical-align: top;
}

.billingTable {
    /* Table for entering billing address */
    width: 470px;
    border-collapse: collapse;
    margin: 0 20px 20px 0;
    text-align: left;
    float: left;
    height: 500px;
}

.shippingTable {
    /* Table for entering shipping address */
    width: 470px;
    border-collapse: collapse;
    margin: 0 0 20px 0;
    text-align: left;
    float: right;
    height: 500px;
}

.orderSummary {
    /* Table for order form summary */
    position: relative;
    width: 470px;
    border-collapse: collapse;
    margin-bottom: 20px;
    text-align: left;
    float: right;
    clear: right;
}

.shipMethodTable {
    /* Table for shipping options */
    width: 470px;
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: left;
    float: left;
    clear: left;
}

.payplanTable {
    /* Table for choosing pay plan */
    width: 470px;
    border-collapse: collapse;
    margin-bottom: 20px;
    text-align: left;
    float: left;
}

#shipPaymentContainer {
    width: 470px;
    float: left;
}

.tableOption { /**/
    /* Paragraph for shipping or pay plan option */
    margin: 0 0 11px 0;
}

.payplanSummary { /* Box that shows payment schedule for payment plan */
    background-color: #fff;
    width: 200px;
    margin: -12px 0 15px 0;
}

.paymentDate { /* Date shown in .paypanSummary box */
    width: 100px;
    display: inline-block;
    border-bottom: 1px dashed #ddd;
}

.paymentAmount { /* Payment amount shown in .paypanSummary box */
    width: 65px;
    text-align: right;
    display: inline-block;
    border-bottom: 1px dashed #ddd;
}

.financeDate { /* Finance charge label shown in .paypanSummary box */
    color: #777;
    font-style: italic;
    width: 100px;
    display: inline-block;
}

.financeAmount { /* Finance charge amount shown in .paypanSummary box */
    color: #777;
    font-style: italic;
    width: 65px;
    text-align: right;
    display: inline-block;
}

.promoCode {
    /* Table for promo code field */
    width: 453px;
    border-collapse: collapse;
    margin-left: 15px;
}

.promoCode td {
    height: 30px;
}

.paymentMethodTable {
    /* Table for entering payment method */
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0 20px 0;
    text-align: left;
    float: right;
}

td.pay1 {
    /* First column in .paymentMethodTable */
    width: 220px;
    padding-bottom: 20px;
}

td.pay2 {
    /* First column in .paymentMethodTable */
    width: 231px;
    padding-bottom: 20px;
}

td.pay3 {
    /* First column in .paymentMethodTable */
    width: 186px;
    padding-bottom: 20px;
}

td.pay4 {
    /* First column in .paymentMethodTable */
    width: 314px;
    padding-bottom: 20px;
}

td.rightAlign {
    text-align: right;
    vertical-align: top;
    padding-top: 10px;
    height: 20px;
}

th.rightAlign {
    text-align: right;
}

th.rightAlignTop {
    text-align: right;
    vertical-align: top;
    padding-top: 20px;
    width: 150px;
}

td.rightAlignTop {
    text-align: right;
    padding-top: 20px;
    width: 150px;
    height: 20px;
}

td.rightAlignBottom {
    text-align: right;
    vertical-align: top;
    padding: 10px 10px 20px 0;
    width: 150px;
}

th.leftAlign {
    text-align: left;
    height: 15px;
}

td.leftAlign {
    text-align: left;
}

td.centerAlign, th.centerAlign {
    text-align: center;
}

td .rightCell {
    text-align: right;
}

.productCell {
    width: 80%; !important
}

.qtyCell {
    width: 10%; !important
}

.priceCell {
    width: 10%; !important
}

.checkoutLinks {
    /* Container for 'Checkout' and 'Continue Shopping' buttons */
    width: 350px;
    height: 30px;
    margin: 0 0 40px;
    text-align: right;
    float: right;
    clear: both;
}

.checkoutWithPayPalLink {
    cursor: pointer;
    display: inline-block;
    margin: 10px 0 0 10px;
    padding: 3px 0;
}

.checkoutWithPayPalImg {
    display: block;
    margin: 0 0 -9px;
}

.payPalDescription {
    width: 400px;
}

.switchPaymentSelectionLink {
    padding-bottom: 25px;
    cursor: pointer;
}

.paymentIcon {
    margin: 15px 7px -5px 4px;
}



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

#upsellContainer {
    /* Contains all upsells */
    width: 960px;
    margin-bottom: 60px;
    clear: both;
}

.upsell {
    /* Box that contains single upsell */
    width: 100%;
    float: left;
    margin: 0 10px 20px 0;
    padding: 10px 10px 12px 15px;
    box-sizing: border-box;
}

.upsellImage {
    float: left;
    margin: 6px 15px 0 0;
}

.upsellItem {
    /* Product name */
    font-weight: bold;
    margin-right: 10px;
}

.upsellAdd {
    /* Add to cart button for upsells */
    float: right;
    margin: 7px 7px 0 0;
}

.upsellPrice {
    margin-left: 9px;
}



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

h1 {
    /* Used for product names */
    margin: 2px 0 2px 0;
}

h2 {
    /* Used for upsell product names */
    margin-right: 10px;
    display: inline;
}

#upsellContainer h2 {
    /* Used for upsell product names */
    margin: 5px 12px 0 0;
    display: inline-block;
}

h3 {
    /* Used for upsell headline */
    margin: 0 0 5px 0;
    padding-bottom: 3px;
}



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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.codeButton {
    padding: 3px 15px 3px 15px;
    margin: 0 0 0 15px;
    cursor: pointer;
}

.continueButton {
    padding: 3px 15px 3px 15px;
    margin: 10px 0 0 10px;
    cursor: pointer;
}

.upsellButton {
    margin: 0 0 0 1px;
    padding: 1px 8px 2px 8px;
    cursor: pointer;
}

/* PAYPAL LIGHTBOX
===============================================================*/

.payPalLightboxIcon {
    float: right;
    padding: 20px;
}

.payPalMessage {
    padding: 55px 30px 0;
}

.closePayPalLightbox {
    margin-right: 30px;
    margin-top: 50px;
    float: right;
}

.payPalGo {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("https://www.paypalobjects.com/en_US/i/pui/core/btn_bg_sprite.gif") repeat-x scroll left 17.5% #FFA822;
    border-color: #D5BD98 #935E0D #935E0D #D5BD98;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 30px;
    margin-top: 10px;
    padding: 1px;
}


/* CUSTOM ADDITIONS
===============================================================*/
html, body {
    font-weight: 400;
    font-family: proxima-nova,sans-serif;
    font-size: 20px;
    line-height: 1.5;
    height: 100%;
}

td {
  font-family: proxima-nova,sans-serif;
}

#mainContent {
    padding: 0;
  
    /*
    margin-top: 90px;
    background: url('http://speed.netprofitexplosion.com/wp-content/uploads/ff-bg-img.jpg') no-repeat;
    background-size: cover !important;
    border-bottom: 1px solid #222;
    */
}

#mainContent p {
    margin: 1rem 1rem 0 1rem;
    font-weight: 300;
    line-height: 1.6;
}

#mainContent ul {
    margin: 1rem 2rem;
    padding: 0 2rem;
}

#mainContent li {
    margin-bottom: 1rem;
    font-weight: 300;
}

#mainContent h1 {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

#mainHeader {
    color:#ffffff!important;
    padding: 3rem 0 1rem;
    background-size: cover !important;
    background-position: center;
    width: 100%;
}

#mainHeader p {
    margin: 1rem auto;
    max-width: 960px;
}

#mainHeader h1 {
    margin: 2rem auto .5rem;
    max-width: 900px;
}

.headerSection {
    background-color: #FFF;
    padding: 0;
    margin: 0 auto;
    max-width: 960px;
    font-weight: 100;
}

.headerSection h2 {
    width: 100%;
    margin: 0 0 1rem;
    font-weight: bold;
    background-color: #39A8DF;
    color: #FFF;
    font-size: 1.5rem;
    display: block;
    text-align: center;
    padding: .5rem 0;
}

.green {
     color: rgb(41, 120, 60);
}

.headerSection.darkblue {
    padding: 0;
}

.headerSection.darkblue h2 {
    background-color: #102932;
    padding: 1.5rem 0;
    margin: 0;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
}

.container {
    width: 960px;
    margin: 0 auto;
}

#header {
    width: 100%;
}

#companyLogoTopBanner img {
    width: 279px;
}

#eventLoc {
    position: absolute;
    top: 22px;
    right: 2%;
    text-transform: uppercase;
    font-family: bree,sans-serif;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.1;
}

.checkoutLinks {
    margin-bottom: 3rem;
}

#footer {
    background-color: #201E3E;
    padding: 50px 0;
    color: #5E5E5E;
}

#mainFooter {
    padding: .5rem 0;
}

#navFooter {
    padding: .5rem 0;
    text-transform: uppercase;
}

#navFooter a {
    color: inherit;
}

#authLogo {
    margin: .5rem 0;
}

.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: none;
    font-size: 1.5rem;
    padding-bottom: 0;
}

.viewCart, .shippingTable, .billingTable, .paymentMethodTable, .shipMethodTable, .payplanTable, .orderSummary {
    outline: none;
    background: #F6F6F6;
    border-radius: 0;
    box-shadow: 0 8px 6px -6px #CCC;
    border: 1px solid #CCC;
}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td, .orderSummary td {
    border-top: 0;
}

.subtotal {
    background-color: transparent;
    border-top: 1px solid #CCC;
}

.btn-first-priority,
.continueButton,
.codeButton {
    text-indent: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    background: #1DBC3B;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 13px 18px;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 600;
    border: none;
    display: inline-block;
    text-decoration: none;
}

.btn-first-priority:hover, .btn-second-priority:hover, .btn-third-priority:hover,
.continueButton:hover,
.codeButton:hover {
    background: #24D13D;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none;
    text-decoration: none;
}

.btn-first-priority:hover a, .btn-second-priority:hover a, .btn-third-priority:hover a,
.continueButton:hover a,
.codeButton:hover a {
    text-decoration: none;
}

.continueButton {
    background-color: #1DBC3B;
    border-color: #1DBC3B;
    font-size: 16px;
    padding: 14px 30px;
}

.continueButton:hover {
    background-color: #24D13D;
    border-color: #24D13D;
}

.smaller-button,
.codeButton {
    padding: 4px 18px;
}

.blue {
    color: #00B7FF;
}

.white {
    color: #FFF;
}

.red {
  color: #a83d33;
}

.orange {
  color: #f0623a;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.smaller {
    font-size: .8em;
}

.right {
  text-align: right;
}

.triangle {
  position: relative;
  top: 50px;
  width:124px;
  height: 63px;
  left: 44%;
  margin:0px;
  padding:0px;
}

.paymentMethodTable {
  margin-top:0px!important;
}

.reportContainer {
  width: 90%;
  margin: 0 auto;
}

.reportImage {
  float: right;
  padding: 0 2%;
  width: 20%;
}

.reportImage img {
  max-width: 250px;
}

.reportDesc {
  float: left;
  padding: 3rem 1%;
  width: 70%;
}

.clear {
  clear: both;
}

.fixed_call {
    position: fixed;
    bottom: -5px;
    right: 20px;
    background: #F6EB24 !important;
    border: 3px solid #2B3380 !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #040707;
    font-weight: 700;
    font-size: 1.2rem !important;
    box-shadow: 3px 3px 5px rgba(35, 31, 32, 0.2);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#231F20');
    width: auto;
    padding: .25rem 1rem !important;
    z-index: 999;
}

.testimonialSection { 
  background-color: #FFF;
  padding: 1rem 0;
}

.testimonial {
  width: 90%;
  margin: 1rem auto;
}

.testImage {
  float: left;
  padding: 0 2%;
  width: 24%;
  text-align: center;
}

.testImage img {
  border-radius:50%;
  border: 3px solid #39A8DF;
  max-width: 90%;
}

.testDesc {
  float: left;
  padding: 1rem 1%;
  width: 70%;
}

#mainContent .testDesc p {
  margin: 0;
}

#billingNotice {
  margin: 0 !important;
}

#countdownBar {
  position: fixed;
  bottom: 0;
  min-height: 50px;
  padding: 5px;
  width: 100%;
  background: #FD8A49;
  background: -webkit-linear-gradient(left, #FD8A49 , #EB5233);
  background: -o-linear-gradient(right, #FD8A49, #EB5233);
  background: -moz-linear-gradient(right, #FD8A49, #EB5233);
  background: linear-gradient(to right, #FD8A49 , #EB5233);
  display: none;
  letter-spacing: .1rem;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
}

#countdownBar div {
  display: inline-block;
  margin-right: .5rem;
}

#countdownBar span {
  font-weight: 100;
  font-size: 20px;
}

#countdownBar h5 {
  display: inline-block;
  margin-right: 1rem;
  line-height: 50px;
  font-size: 20px;
  vertical-align: top;
}

#IMAGE {
  position: absolute;
  top: 0;
  width: 100%;
}

#IMAGE #companyLogoTopBanner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5rem 0;
}

#IMAGE #companyLogoTopBanner img {
  max-width: 250px;
}

.orderSummary tr:last-child {
  /*display: none;*/
}

.errorMessage {
  border: 1px solid #dd4949;
  max-width: 960px;
  margin: 1rem auto;
  padding: 1rem 2rem;
  box-sizing: border-box;
  background-color: #FFE3E3;
  font-weight: bold;
  text-align: center;
}

/* RESPONSIVE FORMATTING
===============================================================*/

@media only screen and (max-width:960px){
  html, body {
    font-size: 18px;
    line-height:1.2;
  }
  
  h1, td {
    font-size: 12px;
    margin-bottom:0px;
    padding-bottom:5px;
  }
  
  .container {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  
  #companyLogoTopBanner img {
    width: 200px;
    margin-left: 1rem;
  }
  
  #mainContent {
    margin-top: 0;
  }
  
  #mainContent h1 {
    font-size:1.6rem;
  }
  
  #eventLoc {
    font-size: 1.2rem;
  }
  
  #content {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .viewCart, .shippingTable, .billingTable, .paymentMethodTable, .shipMethodTable, .payplanTable, .orderSummary {
    width: 100%;
    position: relative;
    margin: 1rem auto;
    float: none;
  }
  
  .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 {
    font-size: 1rem;
    padding:10px 0 10px 10px!important;
  }
  
  #paymentSelection td {
    display: inline-block;
  }
  
  td.rightAlignTop {
    width: auto;
    max-width: 125px;
  }
  
  .checkoutTop, .checkoutTopDone, .checkout, .checkoutDone, .checkoutBottom, .checkoutBottomDone {
    width: 90%;
    max-width: 200px;
  }
  
  .container p {
    text-align:center!important;
  }
  
  .continueButton  {
    width:100%!important;
    margin:0px!important;
  }
  
  .checkoutLinks {
    text-align:left;
    width:90%;
    float: left;
  }
  
  .viewCart th.rightAlign,
  .viewCart th.centerAlign,
  .viewCart td.rightAlign,
  .viewCart td.centerAlign,
  .viewCart p {
    text-align:left;
  }
  
  .qtyCell{
    text-align:center!important;
  }
  
  .reportImage,
  .reportDesc {
    float: none;
    margin: 1rem auto;
    padding: 0;
    width: 100%;
  }
  
  .reportImage {
    max-width: 200px;
    text-align: center;
  }
  
  .testImage,
  .testDesc {
    float: none;
    margin: 1rem auto;
    padding: 0;
    width: 100%;
  }
  
  .testImage {
    max-width: 200px;
    text-align: center;
  }
  
  #footer {
    padding-bottom: 60px;
  }
  
  .fixed_call {
    width: 100%;
    padding: .25rem 0 !important;
    left: 0;
    text-align: center;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0;
  }
}

@media only screen and (max-width:570px){
  #countdownBar h5 {
    display: block;
    font-size:16px;
    line-height: 2;
  }
  
  .mobile_hide {
    display: none;
  }
}/* PAYPAL SMARTBUTTONS===============================================================*/.checkoutButtonList { /* Container for the checkout links and PayPal smart payment buttons, if the smart payment buttons are present */ float: right; clear: both; padding-right: 30px;}.checkoutPaypalSmartPaymentButtons { /* Container for the PayPal smart payment buttons */ float: right; clear: both;}.payPalOption td { /* PayPal option in the Payment Information */ width: 220px;}.payPalOption td div { /* Container for the PayPal smart payment buttons in the PayPal option in the Payment Information */ clear: both; float: left;}#payPalButtons { /* PayPal initial order form page when multiple payment option */ background-color: #ffffff; padding: 16px;}#payPalOptionButtons { /* Container for the PayPal smart payment buttons */ float: right; clear: both; width: 220px;}
