/**
 * ScholarPointe Styles
 *
 * @package     SP
 * @subpackage  CSS
 * @copyright   Copyright (c) 2014, Pippin Williamson
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/

@charset "UTF-8";

/* Icon font generated by IconMoon */
@font-face {
  font-family: 'SP-Icons';
  src:url('fonts/SP-Icons.eot');
  src:url('fonts/SP-Icons.eot?#iefix') format('embsped-opentype'), url('fonts/SP-Icons.woff') format('woff'), url('fonts/SP-Icons.ttf') format('truetype'), url('fonts/SP-Icons.svg#SP-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*="sp-icon-"], [class*=" sp-icon-"] { font-family: 'SP-Icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; width: auto; height: auto; line-height: 1; -webkit-font-smoothing: antialiased; }
[class*="sp-icon-"]:before, [class*=" sp-icon-"]:before { text-decoration:inherit;display:inline-block;cursor:default;speak:none; }
.sp-icon-spinner:before {
  content: "\71";
}
.sp-icon-ok:before {
  content: "\77";
}
.sp-icon-remove:before {
  content: "\65";
}
.sp-icon-remove-circle:before {
  content: "\72";
}
.sp-icon-ok-circle:before {
  content: "\74";
}
.sp-icon-spin { display: inline-block; -moz-animation: sp-icon-spin 2s infinite linear; -o-animation: sp-icon-spin 2s infinite linear; -webkit-animation: sp-icon-spin 2s infinite linear; animation: sp-icon- spin 2s infinite linear;  }

.sp_fail {background-color: #E06666; color:white; margin:10px 10px 30px; padding:0px 10px 10px;}

@-moz-keyframes sp-icon-spin {
    0% { -moz-transform: rotate(0deg) }
    100% { -moz-transform: rotate(359deg) } }
@-webkit-keyframes sp-icon-spin {
    0% { -webkit-transform: rotate(0deg) }
    100% { -webkit-transform: rotate(359deg) }
}
@-o-keyframes sp-icon-spin {
    0% { -o-transform: rotate(0deg) }
    100% { -o-transform: rotate(359deg) }
}
@-ms-keyframes sp-icon-spin {
    0% { -ms-transform: rotate(0deg) }
    100% { -ms-transform: rotate(359deg) }
}
@keyframes sp-icon-spin {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(359deg) }
}

/* =Checkout Form
-------------------------------------------------------------- */
.sp_clearfix:after { display: block; visibility: hidden; float: none; clear: both; text-indent: -9999px; content: "."; }
/* Cart Contents */
#sp_checkout_cart_wrap {  }
#sp_checkout_cart { text-align: left; width: 100%; border: none; margin: 0 0 21px; }
#sp_checkout_cart th,
#sp_checkout_cart td { text-align: left; border: 1px solid #eee; color: #666; padding: 0.5em 1.387em; }
#sp_checkout_cart .sp_cart_header_row th { background: #fafafa; padding: 1.387em; }
#sp_checkout_cart .sp_cart_tax_row th,
#sp_checkout_cart .sp_cart_discount_row th { background: none; }
#sp_checkout_cart th { font-weight: bold; }
#sp_checkout_cart td { line-height: 25px; vertical-align: middle; background: #fff; }
#sp_checkout_cart th.sp_cart_item_name,
#sp_checkout_cart td.sp_cart_item_name { min-width: 120px;}
#sp_checkout_cart th.sp_cart_actions,
#sp_checkout_cart td.sp_cart_actions,
#sp_checkout_cart th:last-child,
#sp_checkout_cart td:last-child,
#sp_checkout_cart th.sp_cart_total { text-align: right; white-space: nowrap; min-width:100px; }
#sp_checkout_cart td img { float: left; margin: 0 8px 0 0; background: none; padding: 0; border: none; }
#sp_checkout_cart input.sp-item-quantity { width: 3em; padding: 2px; }
#sp_checkout_cart .sp_discount { display: inline-block; margin-left: 5px; }
.sp_discount_remove { display: inline-block; width: 10px; height: 11px; background: url( images/xit.gif ) 0 0 no-repeat; position: relative; top: 3px; }
.sp_discount_remove:hover { background-position: -10px 0; }
#sp_checkout_cart br { display: none; }
#sp_checkout_cart a.sp-cart-saving-button { font-weight: normal; text-decoration: none; }
#sp_checkout_cart .sp_cart_button_row { border: none; }
.sp_empty_cart { font-size: 1.5em; }

/* Checkout Fields */
#sp_checkout_form_wrap legend { display:block; font-size: 120%; line-height: 1; font-weight: bold; width: 100%; margin: 0 0 21px 0; padding: 0; }
#sp_checkout_form_wrap label { font-weight: bold; display:block; position: relative; line-height: 100%; font-size: 95%; margin: 0 0 5px; }
#sp_checkout_form_wrap label:after { display: block; visibility: hidden; float: none; clear: both; height: 0; text-indent: -9999px; content: "."; }
#sp_checkout_form_wrap span.sp-description { color: #666; font-size: 80%; display: block; margin: 0 0 5px; }
#sp_checkout_form_wrap input.sp-input, #sp_checkout_form_wrap textarea.sp-input { display: inline-block; width: 70%; }
#sp_checkout_form_wrap select.sp-select { display:block; width: 60%; }
#sp_checkout_form_wrap select.sp-select.sp-select-small { display:inline; width: auto; }
#sp_checkout_form_wrap input.sp-input.error, #sp_checkout_form_wrap textarea.sp-input.error { border-color: #c4554e; }
#sp_checkout_form_wrap #sp_terms_agreement label,
#sp_checkout_form_wrap #sp_tax_opt_in_fields label { display: inline-block;  width: auto; }
#sp_checkout_form_wrap p { margin: 0 0 21px; }
#sp_checkout_form_wrap span.sp-required-indicator { color: #b94a48; display: inline; }
#sp_checkout_form_wrap textarea, #sp_checkout_form_wrap input[type="text"], #sp_checkout_form_wrap input[type="email"], #sp_checkout_form_wrap input[type="password"] { padding: 4px 6px; }
#sp_checkout_form_wrap input[type="radio"] { border: none; margin-right: 5px; }
#sp_checkout_form_wrap input[type="checkbox"] { float: left; margin: 0 8px 0 0; }
#sp_checkout_form_wrap .sp-payment-icons { height: 32px; display: block; margin: 0 0 8px; }
#sp_checkout_form_wrap .sp-payment-icons span.payment-text{ border-left: 20px; max-height: 32px; width: auto; margin: 0 3px 0 0; float: left; background: none; padding: 0; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
#sp_checkout_form_wrap .sp-payment-icons img.payment-icon{ max-height: 32px; width: auto; margin: 0 3px 0 0; float: left; background: none; padding: 0; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
#sp_checkout_form_wrap #sp-payment-mode-wrap label { display: inline-block; margin: 0 20px 0 0; }
#sp_checkout_form_wrap #sp-payment-mode-wrap .sp-payment-mode-label { font-weight: bold; display: inline-block; position: relative; margin-bottom: 5px; }
#sp_checkout_form_wrap fieldset { border: 1px solid #eee; padding: 1.387em; margin: 0 0 21px 0; }
#sp_checkout_form_wrap #sp_purchase_submit,
#sp_checkout_form_wrap #sp_discount_code,
#sp_checkout_form_wrap #sp_register_account_fields { padding: 0; border: none; }
#sp_checkout_form_wrap fieldset fieldset { margin: 0; border: none; padding: 0; }
#sp_checkout_form_wrap #sp-login-account-wrap,
#sp_checkout_form_wrap #sp-new-account-wrap,
#sp_checkout_form_wrap #sp_show_discount,
#sp_checkout_form_wrap .sp-cart-adjustment,
#sp_checkout_form_wrap #sp_final_total_wrap { background: #fafafa; color: #666; padding: 0.5em 1.387em; }
#sp_checkout_form_wrap #sp-discount-code-wrap,
#sp_checkout_form_wrap #sp_final_total_wrap,
#sp_checkout_form_wrap #sp_show_discount { border: 1px solid #eee; }
#sp_checkout_form_wrap .sp-cart-adjustment { padding: 1.387em; }
#sp_checkout_form_wrap .sp-cart-adjustment input.sp-input,
#sp_checkout_form_wrap .sp-cart-adjustment input.sp-submit { display: inline-block; }
#sp_checkout_form_wrap .sp-cart-adjustment input.sp-submit { padding: 3px 12px; margin-bottom: 2px; }
#sp_checkout_form_wrap #sp-discount-error-wrap { width: 100%; display: inline-block; margin: 1em 0 0; }
#sp_checkout_form_wrap #sp-new-account-wrap,
#sp_checkout_form_wrap #sp-login-account-wrap { margin: -1.387em -1.387em 21px -1.387em; border-left: none; border-right: none; border-top: none; }
#sp_checkout_form_wrap #sp_payment_gateway_select,
#sp_checkout_form_wrap #sp_payment_method_select { margin-bottom: 21px; }
#sp_checkout_form_wrap fieldset#sp_register_fields #sp_checkout_user_info { margin-bottom: 21px; }
#sp_checkout_form_wrap fieldset#sp_register_account_fields legend { padding-top: 11px; }
#sp_checkout_form_wrap fieldset#sp_register_account_fields p.sp_register_password,
#sp_checkout_form_wrap fieldset#sp_register_account_fields p.sp_login_password { margin: 0; }
#sp_checkout_form_wrap fieldset#sp_cc_fields { border: 1px solid #f0f0f0; background: #f9f9f9; position: relative; }
#sp_checkout_form_wrap fieldset#sp_cc_fields legend { border: none; padding: 0; }
#sp_checkout_form_wrap fieldset p:last-child { margin-bottom: 0; }
#sp_checkout_form_wrap fieldset#sp_cc_fields #sp-card-number-wrap { margin-top: 5px; }
#sp_checkout_form_wrap #sp_purchase_final_total { margin:21px 0; }
#sp_checkout_form_wrap #sp_purchase_final_total p { margin: 0; }

#sp_secure_site_wrapper { padding: 4px 4px 4px 0; font-weight: bold; }
#sp_secure_site_wrapper span.padlock:before { content: '\f160';display: inline-block; -webkit-font-smoothing: antialiased; font: normal 20px/1 'dashicons'; vertical-align: top; }
#sp_checkout_form_wrap input.sp-input.card-number.valid { background-image: url(images/tick.png); background-repeat: no-repeat; background-position: 98% 50%; }
#sp_checkout_form_wrap span.exp-divider { display: inline; }
#sp_checkout_form_wrap span.card-type { position: absolute; top: -2px; right: 0; width: 43px; height: 32px; background-size: 43px 32px!important; }
#sp_checkout_form_wrap span.card-type.off { display:none; }
#sp_checkout_form_wrap span.card-type.visa { background: url( images/icons/visa.gif ) no-repeat; }
#sp_checkout_form_wrap span.card-type.mastercard { background: url( images/icons/mastercard.gif ) no-repeat; }
#sp_checkout_form_wrap span.card-type.discover { background: url( images/icons/discover.gif ) no-repeat; }
#sp_checkout_form_wrap span.card-type.amex { background: url( images/icons/americanexpress.gif ) no-repeat; }
#sp_checkout_form_wrap #sp-discount-loader, #sp_checkeout_form_wrap .sp-cart-ajax { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.large-font { font-size: 5em;}
/* =Ajax Add To Cart Button
-------------------------------------------------------------- */
.sp_purchase_submit_wrapper { position: relative; }
.sp_purchase_submit_wrapper a.sp-add-to-cart { text-decoration: none; display: none; position: relative; overflow: hidden; }
.sp_purchase_submit_wrapper a.sp-add-to-cart.sp-has-js { display: inline-block; }
.sp_purchase_submit_wrapper .sp-cart-ajax { display: none; position: relative; left: -35px; }
.sp-submit.button.sp-ajax-loading { padding-right: 30px; }
.sp-add-to-cart .sp-add-to-cart-label { opacity: 1; filter: alpha(opacity=100); }
a.sp-add-to-cart .sp-loading { position: absolute; left: 50%; top: 50%; opacity: 0; filter: alpha(opacity=0); }
a.sp-add-to-cart .sp-add-to-cart-label, a.sp-add-to-cart .sp-loading {
  -webkit-transition:.1s  opacity !important;
  -moz-transition:.1s  opacity !important;
  -ms-transition:.1s  opacity !important;
  -o-transition:.1s opacity !important;
  transition:.1s  opacity !important
 }
.sp-add-to-cart[data-sp-loading] .sp-add-to-cart-label { opacity: 0; filter: alpha(opacity=0); }
.sp-add-to-cart[data-sp-loading] .sp-loading { opacity: 1; filter: alpha(opacity=100); }
.sp-cart-added-alert { color: #567622; display: block; position: absolute;  }


/* =Theme Specific styling
-------------------------------------------------------------- */

/* Twenty Twelve */
.sp_form input.sp-input.required,
.sp_form select.sp-select.required { color: #000; }

/* =Receipt Page
-------------------------------------------------------------- */
body.sp_receipt_page { background-color: #fff; color: #141412; margin: 0; font-family: Helvetica, sans-serif; font-size: 12px; }
body.sp_receipt_page #sp_receipt_wrapper { width: 660px; margin: 0 auto; padding: 50px 0; }
body.sp_receipt_page table { display: table; width: 100%; border-bottom: 1px solid #ededed; border-collapse: collapse; border-spacing: 0; font-size: 14px; line-height: 2; margin: 0 0 20px; }
body.sp_receipt_page td, body.sp_receipt_page th { display: table-cell; text-align: left; border-top: 1px solid #ededed; padding: 6px 10px 6px 0; font-weight: normal; }
body.sp_receipt_page th { font-weight: bold; text-transform: uppercase; }
body.sp_receipt_page h3 { font-size: 22px; margin: 40px 0 5px; clear: both; display: block; font-weight: bold; }

/* =Purchase Summary Tables
-------------------------------------------------------------- */
.sp_past_orders{width: 1100px;}
table#sp_purchase_receipt_product_details { border-collapse:collapse;width: 100%;border-bottom:1px solid gray; border-left:1px solid gray; border-right:1px solid gray; margin-bottom: 20px;}
table#sp_purchase_receipt_products,table#sp_purchase_receipt { width: 100%;}
table#sp_purchase_receipt_products td,
table#sp_purchase_receipt_products th,
table#sp_purchase_receipt td,
table#sp_purchase_receipt th { text-align: left; }
table#sp_purchase_receipt .sp_receipt_payment_status.pending,
table#sp_purchase_receipt .sp_receipt_payment_status.cancelled,
table#sp_purchase_receipt .sp_receipt_payment_status.failed { color: #f73f2e; }
table#sp_purchase_receipt_products li { list-style: none; margin: 0 0 8px 10px; }
table#sp_purchase_receipt ul, table#sp_purchase_receipt_products ul.sp_purchase_receipt_files { margin: 0; padding: 0;}
table#sp_purchase_receipt li.sp_download_file { list-style: none; margin: 0 0 8px 0; }
table#sp_purchase_receipt_products .sp_purchase_receipt_product_notes { font-style: italic; }
table#sp_purchase_receipt_products .sp_purchase_receipt_product_name { font-weight: bold; }
table#sp_purchase_receipt_products .sp_bundled_product_name { font-style: italic; font-weight: bold; }
table#sp_purchase_receipt_product_details th,table#sp_purchase_receipt_product_details td {text-align: left; padding-left:10px;word-wrap:break-word;}
.sp_purchase_receipt_header {padding:10px 20px 10px 10px; background-color: #fafafa; border-top: 1px solid gray; border-left: 1px solid gray; border-right: 1px solid gray;}
.pending_payment {color:#FF8000;}
.header-content-spacing { margin-right: 75px;}
.border-left {border-left: thick gray solid;height: 100%;}
.item-name { width:30%;}
.order-data{width:17.5%;}
.sp-no-purchases { font-size: 1.5em;}

/* =Purchase History
-------------------------------------------------------------- */
#sp_user_history { text-align: left; width: 100%; border-top: 1px solid #f0f0f0; border-bottom: none;}
#sp_user_history th,
#sp_user_history td { text-align: left; padding: 3px 5px; border-bottom: 1px solid #f0f0f0; border-top: none; }
#sp_user_history th { font-weight: bold; background: #f5f5f5;}
#sp_user_history td { line-height: 25px; vertical-align: middle; }
#sp_user_history .sp_purchase_status.revoked,
#sp_user_history .sp_purchase_status.failed,
#sp_user_history .sp_purchase_status.cancelled,
#sp_user_history .sp_purchase_status.pending { color: #f73f2e; }

/* =Registration / login Form
-------------------------------------------------------------- */
#sp_register_form .sp-input,
#sp_login_form .sp-input { display: inline-block; width: 200px; }
#sp_register_form label,
#sp_login_form label { display: inline-block; width: 200px; }

/* =Profile Form
-------------------------------------------------------------- */
#sp_profile_editor_form p { margin-bottom: 8px; }
#sp_profile_editor_form label { display: inline-block; width: 200px; }

/* =Alerts
-------------------------------------------------------------- */
.sp_added_to_cart_alert { padding: 5px; font-size: 14px;  border: 1px solid #046a9e; background: #9ecce2; color: #333; margin: 8px 0;}
.sp_added_to_cart_alert a.sp_alert_checkout_link { color: #000 !important; }

/* =Purchase buttons
-------------------------------------------------------------- */
input.sp_submit_plain { background: none !important; border: none !important; padding: 0 !important; display: inline; cursor: pointer; }
.single-download .sp_download_purchase_form { margin-bottom: 1.387em; }
.sp_download_purchase_form .sp_price_options { margin: 0 0 15px; }
.sp_download_purchase_form .sp_price_options ul { margin: 0; padding: 0; list-style: none; }
.sp_download_purchase_form .sp_price_options li { display: block; padding: 0; margin: 0; }
.sp_download_purchase_form .sp_price_options span { display: inline; padding: 0; margin: 0; }

.sp-submit, #sp-purchase-button, input[type="submit"].sp-submit {
  display: inline-block;
  padding: 6px 12px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

a.button:hover {
  color: #ffffff;
}
/*.sp-submit.button:focus, input[type="submit"].sp-submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"].sp-submit:hover,
input[type="submit"].sp-submit:focus,
.sp-submit.button:hover,
.sp-submit.button:focus {
  color: #333333;
  text-decoration: none;
}

.sp-submit.button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.sp-submit.plain {
  padding: 0;
}*/

/** Gray (Default) */
/*.sp-submit.button,.sp-submit.button,.sp-submit.button:visited,.sp-submit.button,.sp-submit.button.gray {
  color: #333333;
  background: #f0f0f0;
  border-color: #cccccc;
}

.sp-submit.button:hover,
.sp-submit.button:focus,
.sp-submit.button:active,
.sp-submit.button.gray:hover,
.sp-submit.button.gray:focus,
.sp-submit.button.gray:active {
  color: #333333;
  background: #ebebeb;
  border-color: #adadad;
}

.sp-submit.button.gray:active {
  background-image: none;
}*/

/** White */
/*.sp-submit.button.white {
  color: #333333;
  background: #ffffff;
  border-color: #cccccc;
}

.sp-submit.button.white:hover,
.sp-submit.button.white:focus,
.sp-submit.button.white:active {
  color: #333333;
  background: #ebebeb;
  border-color: #adadad;
}

.sp-submit.button.white:active {
  background-image: none;
}*/

/** Blue */
/*.sp-submit.button.blue {
  color: #ffffff;
  background: #428bca;
  border-color: #357ebd;
}
.sp-submit.button.blue:hover,
.sp-submit.button.blue:focus,
.sp-submit.button.blue.active {
  color: #ffffff;
  background: #3276b1;
  border-color: #285e8e;
}
.sp-submit.button.blue.active {
  background-image: none;
}*/

/** Red */
/*.sp-submit.button.red {
  color: #ffffff;
  background: #d9534f;
  border-color: #d43f3a;
}

.sp-submit.button.red:hover,
.sp-submit.button.red:focus,
.sp-submit.button.red:active {
  color: #ffffff;
  background: #d2322d;
  border-color: #ac2925;
}

.sp-submit.button.red:active {
  background-image: none;
}*/

/** Green */
/*.sp-submit.button.green {
  color: #ffffff;
  background: #5cb85c;
  border-color: #4cae4c;
}

.sp-submit.button.green:hover,
.sp-submit.button.green:focus,
.sp-submit.button.green:active {
  color: #ffffff;
  background: #47a447;
  border-color: #398439;
}

.sp-submit.button.green:active {
  background-image: none;
}*/

/** Yellow */
/*.sp-submit.button.yellow {
  color: #ffffff;
  background: #f0ad4e;
  border-color: #eea236;
}

.sp-submit.button.yellow:hover,
.sp-submit.button.yellow:focus,
.sp-submit.button.yellow:active {
  color: #ffffff;
  background: #ed9c28;
  border-color: #d58512;
}

.sp-submit.button.yellow:active {
  background-image: none;
}*/

/** Orange */
/*.sp-submit.button.orange {
  color: #ffffff;
  background: #ed9c28;
  border-color: #e3921e;
}

.sp-submit.button.orange:hover,
.sp-submit.button.orange:focus,
.sp-submit.button.orange:active {
  color: #ffffff;
  background: #e59016;
  border-color: #d58512;
}

.sp-submit.button.orange:active {
  background-image: none;
}*/

/** Dark Gray */
/*.sp-submit.button.dark-gray {
  color: #fff;
  background: #363636;
  border-color: #222;
}

.sp-submit.button.dark-gray:hover,
.sp-submit.button.dark-gray:focus,
.sp-submit.button.dark-gray:active {
  color: #fff;
  background: #333;
  border-color: #adadad;
}

.sp-submit.button.dark-gray:active { background-image: none; }*/

/* =Downloads Shortcode
-------------------------------------------------------------- */
.sp_download_inner { padding: 0 8px 8px; margin: 0 0 10px; }
.sp_download_image { max-width:100%; }
.sp_download .sp_price { margin-bottom: 10px; }

/* =Misc styles
-------------------------------------------------------------- */
.sp-cart-ajax { margin: 0 8px 0 4px; position: relative; top: 2px; background: none; border: none; padding: 0; }
.sp-cart-number-of-items { font-style: italic; color:grey;}
.sp_subtotal { font-weight: bold; margin: 8px 0 8px 0; font-style: italic;}
.sp_purchase_tax_rate { font-size: 75%; font-style: italic; }

/* =Error styles
-------------------------------------------------------------- */
.sp_errors { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid #E6DB55; margin: 0 0 21px 0; background: #FFFFE0; color: #333; }
.sp_error { padding:10px; }
p.sp_error { margin: 0 !important; }
.missingError, .invalidError{ font-size:13px; color:#c00000; }
/* =Success Message styles
-------------------------------------------------------------- */
.sp_success { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid #b3ce89; margin: 20px 0; background: #d5eab3; color: #567622; padding: 6px 8px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7); }
