@charset "UTF-8";
/**
 * Easy Digital Downloads Styles
 *
 * @package     EDD
 * @subpackage  CSS
 * @copyright   Copyright (c) 2014, Pippin Williamson
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.col-edd-5 {
  width: 100%;
}

#site-content.edd-download-single-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.edd-download-single-white {
  padding-top: 40px;
  background-color: #fff;
}
.edd-download-single-white .edd-download-img img {
  border: 1px solid #eee;
}

.edd-download-single-details {
  margin-top: 40px;
}
.edd-download-single-details #edd_download_pagination {
  display: none;
}

.edd-apply-discount {
  margin-top: 10px;
}

.edd-download-single-title {
  line-height: 1em;
  text-transform: uppercase;
}

.edd-add-to-cart.text {
  background-color: transparent;
}

.edd-downloads-wrap {
  opacity: 0;
  margin-bottom: 60px;
}
.edd-downloads-wrap .edd_download_buy_button {
  padding: 12px 15px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: #fff;
}
.edd-downloads-wrap .edd_download_purchase_form {
  margin-bottom: 0 !important;
}
.edd-downloads-wrap .edd-download-item .edd-download-price {
  position: relative;
  padding: 20px;
  height: 20px;
  text-align: right;
  margin-bottom: -40px;
}
.edd-downloads-wrap #edd_download_pagination {
  position: absolute;
  right: 0;
  bottom: -60px;
}

#edd_checkout_login_register {
  background-color: #fff;
}
#edd_checkout_login_register #edd-login-account-wrap {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  border-bottom: 1px solid #eee;
}
#edd_checkout_login_register #edd_register_account_fields legend {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

#edd_login_fields #edd-new-account-wrap {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  border-bottom: 1px solid #eee;
}

.edd-single-price {
  font-size: 32px;
  margin-bottom: 20px;
}

.edd-signle-download-buy {
  margin-top: 20px;
}

.edd_download_title {
  padding: 10px;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #5b5b5b;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  border-style: solid;
}
.edd_download_title a {
  font-weight: normal;
}

.edd-download-excerpt,
.edd-download-full-content {
  padding: 10px;
  background-color: #fff;
  border-color: #f8f8f8;
  border-width: 1px 0;
  border-style: solid;
  margin: -1px 0;
}
.edd-download-excerpt p:last-child,
.edd-download-full-content p:last-child {
  margin-bottom: 0;
}

#edd_login_form fieldset,
#edd_profile_editor_form fieldset {
  background-color: #fff;
  padding: 15px;
  margin: 0 0 20px;
}
#edd_login_form legend,
#edd_profile_editor_form legend {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
#edd_login_form .edd-input,
#edd_profile_editor_form .edd-input {
  margin-bottom: 15px;
}
#edd_login_form .select-wrapper,
#edd_profile_editor_form .select-wrapper {
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 15px;
}
#edd_login_form p,
#edd_profile_editor_form p {
  margin-bottom: 0;
}
#edd_login_form label,
#edd_profile_editor_form label {
  display: block;
  width: 100%;
}
#edd_login_form .edd-lost-password,
#edd_profile_editor_form .edd-lost-password {
  margin-top: 5px;
}
#edd_login_form #edd_profile_submit_wrap,
#edd_profile_editor_form #edd_profile_submit_wrap {
  margin-top: 10px;
}

#edd_download_history_pagination,
#edd_download_pagination {
  float: right;
  padding: 0 15px;
  margin-bottom: 20px;
}
#edd_download_history_pagination:after, #edd_download_history_pagination:before,
#edd_download_pagination:after,
#edd_download_pagination:before {
  content: " ";
  display: table;
}
#edd_download_history_pagination:after,
#edd_download_pagination:after {
  clear: both;
}
#edd_download_history_pagination a,
#edd_download_history_pagination span,
#edd_download_pagination a,
#edd_download_pagination span {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  background-color: #fff;
  color: #777;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #f0f1f5;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#edd_download_history_pagination a:last-child,
#edd_download_history_pagination span:last-child,
#edd_download_pagination a:last-child,
#edd_download_pagination span:last-child {
  border-right-width: 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
#edd_download_history_pagination a:first-child,
#edd_download_history_pagination span:first-child,
#edd_download_pagination a:first-child,
#edd_download_pagination span:first-child {
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
#edd_download_history_pagination a:hover,
#edd_download_history_pagination span:hover,
#edd_download_pagination a:hover,
#edd_download_pagination span:hover {
  color: #fff;
}
#edd_download_history_pagination a.prev,
#edd_download_history_pagination a.next,
#edd_download_pagination a.prev,
#edd_download_pagination a.next {
  position: relative;
  text-indent: -99999em;
  width: 32px;
}
#edd_download_history_pagination a.prev:before,
#edd_download_history_pagination a.next:before,
#edd_download_pagination a.prev:before,
#edd_download_pagination a.next:before {
  content: "\f104";
  position: absolute;
  text-indent: 0;
  width: 100%;
  text-align: center;
  left: 1px;
  font-size: 18px;
  top: 50%;
  margin-top: -9px;
}
#edd_download_history_pagination a.next:before,
#edd_download_pagination a.next:before {
  content: "\f105";
}
#edd_download_history_pagination span.current,
#edd_download_pagination span.current {
  color: #fff;
}

.edd-download-img img {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.edd-download-img img:hover {
  opacity: 0.7;
}

/*Widgets*/
.widget_edd_categories_tags_widget ul {
  background-color: #fff;
  margin: 0 0 20px;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.widget_edd_categories_tags_widget ul li:last-child a {
  border-bottom-width: 0;
}
.widget_edd_categories_tags_widget ul a {
  padding: 10px 35px 10px 15px;
  border-bottom: 1px solid #f0f1f5;
  display: block;
  font-weight: normal;
}

.edd-cart-number-of-items {
  padding: 7px 15px;
  background-color: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f1f5;
}

.edd-cart {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  background-color: #fff;
}
.edd-cart li {
  padding: 10px 15px;
  margin: 0;
  border-bottom: 1px solid #f0f1f5;
}
.edd-cart .edd_checkout {
  padding: 0;
}
.edd-cart .edd_checkout a {
  display: block;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.widget_edd_product_details h3 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f5;
  margin-bottom: 0;
}
.widget_edd_product_details .edd-meta,
.widget_edd_product_details .edd_download_purchase_form {
  padding: 10px 15px;
  background-color: #fff;
}
.widget_edd_product_details .edd_download_purchase_form {
  border-bottom: 1px solid #f0f1f5;
}

.ts-white-bg #edd_download_pagination a,
.ts-white-bg #edd_download_pagination span {
  border-width: 1px 1px 1px 0;
}
.ts-white-bg #edd_download_pagination a:first-child,
.ts-white-bg #edd_download_pagination span:first-child {
  border-left-width: 1px;
}
.ts-white-bg .edd-download-excerpt,
.ts-white-bg .edd-download-full-content,
.ts-white-bg .edd-downloads-wrap .edd_download_buy_button,
.ts-white-bg .edd_download_title {
  background-color: #f7f7f7;
}
.ts-white-bg .widget_edd_product_details .edd-meta,
.ts-white-bg .widget_edd_cart_widget .edd-cart-number-of-items,
.ts-white-bg .widget_edd_product_details .edd_download_purchase_form,
.ts-white-bg .widget_edd_product_details h3,
.ts-white-bg .widget_edd_cart_widget .edd-cart li {
  padding-left: 0;
  padding-right: 0;
}
.ts-white-bg .widget_edd_categories_tags_widget ul a {
  padding-left: 0;
  padding-right: 20px;
}

[class*="edd-icon-"], [class*=" edd-icon-"] {
  font-family: 'FontAwesome';
  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*="edd-icon-"]:before, [class*=" edd-icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  cursor: default;
  speak: none;
}

.edd-icon-spinner:before {
  font-family: 'slupyblog';
  content: "\e603";
}

.edd-icon-ok:before {
  content: "\f00c";
}

.edd-icon-remove:before {
  content: "\f00d";
}

.edd-icon-remove-circle:before {
  content: "\f05c";
}

.edd-icon-ok-circle:before {
  content: "\f05d";
}

.edd-icon-spin {
  display: inline-block;
  -moz-animation: edd-icon-spin 2s infinite linear;
  -o-animation: edd-icon-spin 2s infinite linear;
  -webkit-animation: edd-icon-spin 2s infinite linear;
  animation: edd-icon- spin 2s infinite linear;
}

@-moz-keyframes edd-icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes edd-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes edd-icon-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes edd-icon-spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes edd-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* =Checkout Form
-------------------------------------------------------------- */
.edd_clearfix:after {
  display: block;
  visibility: hidden;
  float: none;
  clear: both;
  text-indent: -9999px;
  content: ".";
}

/* Cart Contents */
#edd_checkout_cart {
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  border: none;
  margin: 0 0 30px;
  border-width: 4px 0 0 0;
  border-style: solid;
}

.container-boxed #edd_checkout_cart,
.ts-white-bg #edd_checkout_cart {
  background-color: #eee;
}

#edd_checkout_cart th,
#edd_checkout_cart td {
  text-align: left;
  border: 0;
  color: #666;
  padding: 0.5em 15px;
}

#edd_checkout_cart .edd_cart_header_row th {
  font-size: 16px;
  line-height: 16px;
  border: 0;
  padding: 15px 12px;
  background-color: #fff;
  text-transform: uppercase;
}

#edd_checkout_cart .edd_cart_tax_row th,
#edd_checkout_cart .edd_cart_discount_row th {
  background: none;
}

#edd_checkout_cart th {
  font-weight: bold;
}

#edd_checkout_cart td {
  line-height: 25px;
  vertical-align: middle;
  background: #fff;
}

#edd_checkout_cart th.edd_cart_actions,
#edd_checkout_cart td.edd_cart_actions,
#edd_checkout_cart th:last-child,
#edd_checkout_cart td:last-child,
#edd_checkout_cart th.edd_cart_total {
  text-align: right;
  background-color: #fff;
}

#edd_checkout_cart td img {
  float: left;
  margin: 0 8px 0 0;
  background: none;
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
  max-width: 40px;
}

#edd_checkout_cart input.edd-item-quantity {
  width: 3em;
  padding: 2px;
}

#edd_checkout_cart .edd_discount {
  display: inline-block;
  margin-left: 5px;
}

.edd_discount_remove {
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url(images/xit.gif) 0 0 no-repeat;
  position: relative;
  top: 3px;
}

.edd_discount_remove:hover {
  background-position: -10px 0;
}

#edd_checkout_cart br {
  display: none;
}

#edd_checkout_cart a.edd-cart-saving-button {
  font-weight: normal;
  text-decoration: none;
}

/* Checkout Fields */
#edd_checkout_form_wrap legend {
  color: #333;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 -16px 10px;
  border: 1px solid #f0f1f5;
  padding: 15px;
  width: 100%;
  width: calc(100% + 32px);
  display: block;
  background-color: #fff;
}

#edd_checkout_user_info {
  background-color: #fff;
}


#edd_checkout_user_info legend:before,
#edd_checkout_user_info legend:after {
  content: " ";
  display: table;
}

#edd_checkout_user_info legend:after {
  clear: both;
}

#edd_checkout_user_info > span {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}

#edd_checkout_form_wrap label {
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 5px;
}

#edd_checkout_form_wrap label:after {
  display: block;
  visibility: hidden;
  float: none;
  clear: both;
  height: 0;
  text-indent: -9999px;
  content: ".";
}

#edd_checkout_form_wrap span.edd-description {
  color: #666;
  font-size: 80%;
  display: block;
  margin: 0 0 5px;
}

input.edd-input,
textarea.edd-input {
  display: inline-block;
  width: 100%;
  height: 38px;
  line-height: 16px;
  padding: 11px 7px;
  border: 1px solid #e9eaed;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
input.edd-input:focus,
textarea.edd-input:focus {
  border-color: #c9c9c9;
}

#edd_checkout_form_wrap select.edd-select {
  display: block;
  width: 60%;
}

#edd_checkout_form_wrap select.edd-select.edd-select-small {
  display: inline;
  width: auto;
}

#edd_checkout_form_wrap input.edd-input.error, #edd_checkout_form_wrap textarea.edd-input.error {
  border-color: #c4554e;
}

#edd_checkout_form_wrap #edd_terms_agreement label,
#edd_checkout_form_wrap #edd_tax_opt_in_fields label {
  display: inline-block;
  width: auto;
}

#edd_checkout_form_wrap p {
  margin: 0 0 21px;
}

#edd_checkout_form_wrap span.edd-required-indicator {
  color: #b94a48;
  display: inline;
}

#edd_checkout_form_wrap textarea, #edd_checkout_form_wrap input[type="text"], #edd_checkout_form_wrap input[type="email"], #edd_checkout_form_wrap input[type="password"] {
  padding: 4px 6px;
}

#edd_checkout_form_wrap input[type="radio"] {
  border: none;
  margin-right: 5px;
}

#edd_checkout_form_wrap input[type="checkbox"] {
  float: left;
  margin: 0 8px 0 0;
}

#edd_checkout_form_wrap .edd-payment-icons {
  height: 32px;
  display: block;
  margin: 0 0 8px;
}

#edd_checkout_form_wrap .edd-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;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label {
  display: inline-block;
  margin: 0 20px 0 0;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label {
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

#edd_checkout_form_wrap fieldset {
  border: 1px solid #eee;
  padding: 15px;
  margin: 0 0 21px 0;
}

#edd_checkout_form_wrap #edd_purchase_submit,
#edd_checkout_form_wrap #edd_discount_code,
#edd_checkout_form_wrap #edd_register_account_fields {
  padding: 0;
  border: none;
}

#edd_checkout_form_wrap fieldset fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap,
#edd_checkout_form_wrap #edd_show_discount,
#edd_checkout_form_wrap .edd-cart-adjustment,
#edd_checkout_form_wrap #edd_final_total_wrap {
  background-color: #fff;
  color: #666;
  padding: 15px;
}

#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount {
  border: 1px solid #eee;
}

#edd_checkout_form_wrap .edd-cart-adjustment {
  padding: 1.387em;
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input {
  display: inline-block;
}

#edd_checkout_form_wrap #edd-discount-error-wrap {
  width: 100%;
  display: inline-block;
  margin: 1em 0 0;
}

#edd_checkout_form_wrap #edd-new-account-wrap,
#edd_checkout_form_wrap #edd-login-account-wrap {
  border-left: none;
  border-right: none;
  border-top: none;
}

#edd_checkout_form_wrap #edd_payment_mode_select {
  margin-bottom: 21px;
}

#edd_checkout_form_wrap fieldset#edd_register_fields #edd_checkout_user_info {
  margin-bottom: 21px;
}

#edd_checkout_form_wrap fieldset#edd_register_account_fields legend {
  padding-top: 11px;
}

#edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_register_password,
#edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_login_password {
  margin: 0;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields {
  border: 1px solid #f0f0f0;
  background: #f9f9f9;
  position: relative;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields legend {
  border: none;
  padding: 0;
}

#edd_checkout_form_wrap fieldset p:last-child {
  margin-bottom: 0;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields #edd-card-number-wrap {
  margin-top: 5px;
}

#edd_checkout_form_wrap #edd_purchase_final_total {
  margin: 21px 0;
}

#edd_checkout_form_wrap #edd_purchase_final_total p {
  margin: 0;
}

#edd_secure_site_wrapper {
  padding: 4px 4px 4px 0;
  font-weight: bold;
}

#edd_secure_site_wrapper span.padlock:before {
  content: '\f160';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 20px/1 'dashicons';
  vertical-align: top;
}

#edd_checkout_form_wrap input.edd-input.card-number.valid {
  background-image: url(images/tick.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

#edd_checkout_form_wrap span.exp-divider {
  display: inline;
}

#edd_checkout_form_wrap span.card-type {
  position: absolute;
  top: -2px;
  right: 0;
  width: 43px;
  height: 32px;
  background-size: 43px 32px !important;
}

#edd_checkout_form_wrap span.card-type.off {
  display: none;
}

#edd_checkout_form_wrap span.card-type.visa {
  background: url(images/icons/visa.gif) no-repeat;
}

#edd_checkout_form_wrap span.card-type.mastercard {
  background: url(images/icons/mastercard.gif) no-repeat;
}

#edd_checkout_form_wrap span.card-type.discover {
  background: url(images/icons/discover.gif) no-repeat;
}

#edd_checkout_form_wrap span.card-type.amex {
  background: url(images/icons/americanexpress.gif) no-repeat;
}

#edd_checkout_form_wrap #edd-discount-loader, #edd_checkeout_form_wrap .edd-cart-ajax {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* =Ajax Add To Cart Button
-------------------------------------------------------------- */
.edd_purchase_submit_wrapper {
  position: relative;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart {
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
  display: inline-block;
}

.edd_purchase_submit_wrapper .edd-cart-ajax {
  display: none;
  position: relative;
  left: -35px;
}

.edd-submit.button.edd-ajax-loading {
  padding-right: 30px;
}

.edd-add-to-cart .edd-add-to-cart-label {
  opacity: 1;
  filter: alpha(opacity=100);
}

a.edd-add-to-cart .edd-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}

a.edd-add-to-cart .edd-add-to-cart-label, a.edd-add-to-cart .edd-loading {
  -webkit-transition: .1s  opacity !important;
  -moz-transition: .1s  opacity !important;
  -ms-transition: .1s  opacity !important;
  -o-transition: .1s opacity !important;
  transition: 0.1s opacity !important;
}

.edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label {
  opacity: 0;
  filter: alpha(opacity=0);
}

.edd-add-to-cart[data-edd-loading] .edd-loading {
  opacity: 1;
  filter: alpha(opacity=100);
}

.edd-cart-added-alert {
  color: #567622;
  display: block;
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 0.1px;
}

/* =Theme Specific styling
-------------------------------------------------------------- */
/* Twenty Twelve */
.edd_form input.edd-input.required,
.edd_form select.edd-select.required {
  color: #000;
}

/* =Receipt Page
-------------------------------------------------------------- */
body.edd_receipt_page {
  background-color: #fff;
  color:   #141412;
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
}

body.edd_receipt_page #edd_receipt_wrapper {
  width: 660px;
  margin: 0 auto;
  padding: 50px 0;
}

body.edd_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.edd_receipt_page td, body.edd_receipt_page th {
  display: table-cell;
  text-align: left;
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  font-weight: normal;
}

body.edd_receipt_page th {
  font-weight: bold;
  text-transform: uppercase;
}

body.edd_receipt_page h3 {
  font-size: 22px;
  margin: 40px 0 5px;
  clear: both;
  display: block;
  font-weight: bold;
}

/* =Purchase Summary Tables
-------------------------------------------------------------- */
table#edd_purchase_receipt_products,
table#edd_purchase_receipt {
  width: 100%;
  background-color: #fff;
}
table#edd_purchase_receipt_products thead th,
table#edd_purchase_receipt thead th {
  text-transform: uppercase;
  font-size: 16px;
}

table#edd_purchase_receipt_products td,
table#edd_purchase_receipt_products th,
table#edd_purchase_receipt td,
table#edd_purchase_receipt th {
  text-align: left;
}

table#edd_purchase_receipt .edd_receipt_payment_status.pending,
table#edd_purchase_receipt .edd_receipt_payment_status.cancelled,
table#edd_purchase_receipt .edd_receipt_payment_status.revoked,
table#edd_purchase_receipt .edd_receipt_payment_status.failed {
  color: #f73f2e;
}

table#edd_purchase_receipt_products li {
  list-style: none;
  margin: 0 0 8px 10px;
}

table#edd_purchase_receipt ul, table#edd_purchase_receipt_products ul.edd_purchase_receipt_files {
  margin: 0;
  padding: 0;
}

table#edd_purchase_receipt li.edd_download_file {
  list-style: none;
  margin: 0 0 8px 0;
}

table#edd_purchase_receipt_products .edd_purchase_receipt_product_notes {
  font-style: italic;
}

table#edd_purchase_receipt_products .edd_purchase_receipt_product_name {
  font-weight: bold;
}

table#edd_purchase_receipt_products .edd_bundled_product_name {
  font-style: italic;
  font-weight: bold;
}

/* =Purchase History
-------------------------------------------------------------- */
#edd_user_history {
  text-align: left;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  border-bottom: none;
  background-color: #fff;
}
#edd_user_history thead th {
  font-size: 16px;
  text-transform: uppercase;
}

#edd_user_history th,
#edd_user_history td {
  text-align: left;
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
  border-top: none;
}

#edd_user_history th {
  font-weight: bold;
  background: #fff;
}

#edd_user_history td {
  line-height: 25px;
  vertical-align: middle;
}

#edd_user_history .edd_purchase_status.revoked,
#edd_user_history .edd_purchase_status.failed,
#edd_user_history .edd_purchase_status.cancelled,
#edd_user_history .edd_purchase_status.pending {
  color: #f73f2e;
}

/* =Registration / login Form
-------------------------------------------------------------- */
#edd_register_form .edd-input,
#edd_login_form .edd-input {
  display: inline-block;
  width: 200px;
}

#edd_register_form label,
#edd_login_form label {
  display: inline-block;
  width: 200px;
}

/* =Alerts
-------------------------------------------------------------- */
.edd_added_to_cart_alert {
  padding: 5px;
  font-size: 14px;
  border: 1px solid #046a9e;
  background: #9ecce2;
  color: #333;
  margin: 8px 0;
}

.edd_added_to_cart_alert a.edd_alert_checkout_link {
  color: #000 !important;
}

/* =Purchase buttons
-------------------------------------------------------------- */
input.edd_submit_plain {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  display: inline;
  cursor: pointer;
}

.single-download .edd_download_purchase_form {
  margin-bottom: 1.387em;
}

.edd_download_purchase_form .edd_price_options {
  margin: 0 0 15px;
}

.edd_download_purchase_form .edd_price_options ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.edd_download_purchase_form .edd_price_options li {
  display: block;
  padding: 0;
  margin: 0;
}

.edd_download_purchase_form .edd_price_options span {
  display: inline;
  padding: 0;
  margin: 0;
}

.edd-submit, #edd-purchase-button,
input[type="submit"].edd-submit {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -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;
}

.edd-submit.button:focus, input[type="submit"].edd-submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.edd-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);
}

.edd-submit.plain {
  padding: 0;
}

/* =Downloads Shortcode
-------------------------------------------------------------- */
.edd_download_inner {
  margin: 0 0 30px;
}

.edd_download_image {
  max-width: 100%;
}

.edd_download .edd_price {
  font-size: 21px;
  font-weight: bold;
  color: #252525;
}

/* =Misc styles
-------------------------------------------------------------- */
.edd-cart-ajax {
  margin: 0 8px 0 4px;
  position: relative;
  top: 2px;
  background: none;
  border: none;
  padding: 0;
}

.edd-cart-number-of-items {
  font-style: italic;
  color: grey;
}

.edd_subtotal {
  font-weight: bold;
  margin: 8px 0 8px 0;
  font-style: italic;
}

.edd_purchase_tax_rate {
  font-size: 75%;
  font-style: italic;
}

/* =Error styles
-------------------------------------------------------------- */
.edd_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;
}

.edd_error {
  padding: 10px;
}

p.edd_error {
  margin: 0 !important;
}

/* =Success Message styles
-------------------------------------------------------------- */
.edd_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);
}
