presscodes/maera

View on GitHub
assets/css/edd/style.css

Summary

Maintainability
Test Coverage
/**
 * 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
*/

@charset "UTF-8";

/* Icon font generated by IconMoon */
@font-face {
  font-family: 'EDD-Icons';
  src:url('fonts/EDD-Icons.eot');
  src:url('fonts/EDD-Icons.eot?#iefix') format('embedded-opentype'), url('fonts/EDD-Icons.woff') format('woff'), url('fonts/EDD-Icons.ttf') format('truetype'), url('fonts/EDD-Icons.svg#EDD-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*="edd-icon-"], [class*=" edd-icon-"] { font-family: 'EDD-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*="edd-icon-"]:before, [class*=" edd-icon-"]:before { text-decoration:inherit;display:inline-block;cursor:default;speak:none; }
.edd-icon-spinner:before {
  content: "\71";
}
.edd-icon-ok:before {
  content: "\77";
}
.edd-icon-remove:before {
  content: "\65";
}
.edd-icon-remove-circle:before {
  content: "\72";
}
.edd-icon-ok-circle:before {
  content: "\74";
}
.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_wrap {  }
#edd_checkout_cart { text-align: left; width: 100%; border: none; margin: 0 0 21px; }
#edd_checkout_cart th,
#edd_checkout_cart td { text-align: left; border: 1px solid #eee; color: #666; padding: 0.5em 1.387em; }
#edd_checkout_cart .edd_cart_header_row th { background: #fafafa; padding: 1.387em; }
#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; }
#edd_checkout_cart td img { float: left; margin: 0 8px 0 0; background: none; padding: 0; border: none; }
#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 { display:block; font-size: 120%; line-height: 1; font-weight: bold; width: 100%; margin: 0 0 21px 0; padding: 0; }
#edd_checkout_form_wrap label { font-weight: bold; display:block; position: relative; line-height: 100%; font-size: 95%; 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; }
#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input { display: inline-block; width: 70%; }
#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: 1.387em; 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: #fafafa; color: #666; padding: 0.5em 1.387em; }
#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,
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit { display: inline-block; }
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit { padding: 3px 12px; margin-bottom: 2px; }
#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 { margin: -1.387em -1.387em 21px -1.387em; 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:.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; position: absolute;  }


/* =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%; }
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;}
#edd_user_history th,
#edd_user_history td { text-align: left; padding: 3px 5px; border-bottom: 1px solid #f0f0f0; border-top: none; }
#edd_user_history th { font-weight: bold; background: #f5f5f5;}
#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; }

/* =Profile Form
-------------------------------------------------------------- */
#edd_profile_editor_form p { margin-bottom: 8px; }
#edd_profile_editor_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: 0em; }
.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 {
  border-radius: 3px;
}
.edd-submit.button:focus, input[type="submit"].edd-submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"].edd-submit:hover,
input[type="submit"].edd-submit:focus,
.edd-submit.button:hover,
.edd-submit.button:focus {
  text-decoration: none;
}

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

/** Gray (Default) */
.button,
.button:visited,
.button.gray {
  color: #333333;
  background: #f0f0f0;
  border-color: #cccccc;
}

.button:hover,
.button:focus,
.button:active,
.button.gray:hover,
.button.gray:focus,
.button.gray:active,
.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus,
.top-bar-section ul li > a.button:active,
.top-bar-section ul li > a.button.gray:hover,
.top-bar-section ul li > a.button.gray:focus,
.top-bar-section ul li > a.button.gray:active {
  color: #333333;
  background: #ebebeb;
  border-color: #adadad;
}

.button.gray:active,
.top-bar-section ul li > a.button.gray:active {
  background-image: none;
}

/** White */
.button.white,
.top-bar-section ul li > a.button.white {
  color: #333333;
  background: #ffffff;
  border-color: #cccccc;
}

.button.white:hover,
.button.white:focus,
.button.white:active,
.top-bar-section ul li > a.button.white:hover,
.top-bar-section ul li > a.button.white:focus,
.top-bar-section ul li > a.button.white:active {
  color: #333333;
  background: #ebebeb;
  border-color: #adadad;
}

.button.white:active,
.top-bar-section ul li > a.button.white:active {
  background-image: none;
}

/** Blue */
.button.blue,
.top-bar-section ul li > a.button.blue {
  color: #ffffff;
  background: #428bca;
  border-color: #357ebd;
}
.button.blue:hover,
.button.blue:focus,
.button.blue.active,
.top-bar-section ul li > a.button.blue:hover,
.top-bar-section ul li > a.button.blue:focus,
.top-bar-section ul li > a.button.blue:active,
.top-bar-section ul li > a.button.blue.active {
  color: #ffffff;
  background: #3276b1;
  border-color: #285e8e;
}
.button.blue.active,
.top-bar-section ul li > a.button.blue:active,
.top-bar-section ul li > a.button.blue.active {
  background-image: none;
}

/** Red */
.button.red,
.top-bar-section ul li > a.button.red {
  color: #ffffff;
  background: #d9534f;
  border-color: #d43f3a;
}

.button.red:hover,
.button.red:focus,
.button.red:active,
.top-bar-section ul li > a.button.red:hover,
.top-bar-section ul li > a.button.red:focus,
.top-bar-section ul li > a.button.red:active {
  color: #ffffff;
  background: #d2322d;
  border-color: #ac2925;
}

.button.red:active,
.top-bar-section ul li > a.button.red:active {
  background-image: none;
}

/** Green */
.button.green,
.top-bar-section ul li > a.button.green {
  color: #ffffff;
  background: #5cb85c;
  border-color: #4cae4c;
}

.button.green:hover,
.button.green:focus,
.button.green:active,
.top-bar-section ul li > a.button.green:hover,
.top-bar-section ul li > a.button.green:focus,
.top-bar-section ul li > a.button.green:active {
  color: #ffffff;
  background: #47a447;
  border-color: #398439;
}

.button.green:active,
.top-bar-section ul li > a.button.green:active {
  background-image: none;
}

/** Yellow */
.button.yellow,
.top-bar-section ul li > a.button.yellow {
  color: #ffffff;
  background: #f0ad4e;
  border-color: #eea236;
}

.button.yellow:hover,
.button.yellow:focus,
.button.yellow:active,
.top-bar-section ul li > a.button.yellow:hover,
.top-bar-section ul li > a.button.yellow:focus,
.top-bar-section ul li > a.button.yellow:active {
  color: #ffffff;
  background: #ed9c28;
  border-color: #d58512;
}

.button.yellow:active,
.top-bar-section ul li > a.button.yellow:active {
  background-image: none;
}

/** Orange */
.button.orange,
.top-bar-section ul li > a.button.orange {
  color: #ffffff;
  background: #ed9c28;
  border-color: #e3921e;
}

.button.orange:hover,
.button.orange:focus,
.button.orange:active,
.top-bar-section ul li > a.button.orange:hover,
.top-bar-section ul li > a.button.orange:focus,
.top-bar-section ul li > a.button.orange:active {
  color: #ffffff;
  background: #e59016;
  border-color: #d58512;
}

.button.orange:active,
.top-bar-section ul li > a.button.orange:active {
  background-image: none;
}

/** Dark Gray */
.button.dark-gray,
.top-bar-section ul li > a.button.dark-gray {
  color: #fff;
  background: #363636;
  border-color: #222;
}

.button.dark-gray:hover,
.button.dark-gray:focus,
.button.dark-gray:active,
.top-bar-section ul li > a.button.dark-gray:hover,
.top-bar-section ul li > a.button.dark-gray:focus,
.top-bar-section ul li > a.button.dark-gray:active {
  color: #fff;
  background: #333;
  border-color: #adadad;
}

.button.dark-gray:active,
.top-bar-section ul li > a.button.dark-gray:active {
  background-image: none;
}

/* =Downloads Shortcode
-------------------------------------------------------------- */
.edd_download_inner { padding: 0 8px 8px; margin: 0 0 10px; }
.edd_download_image { max-width:100%; }
.edd_download .edd_price { margin-bottom: 10px; }

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

table#edd_checkout_cart {
    width: 100%;
}

.sidebar-buy-button .button {
    width: 100%;
}

.downloads-list.grid .hentry {
    margin: 0 0 1.5em 0;
}

.downloads-list .hentry .inside {
    border: 1px solid rgba(0,0,0,.04);
}

.downloads-list .hentry .inside .download-info {
    padding: 10px;
}

.downloads-list.grid .featured-image-wrapper {
    position: relative;
}

.downloads-list.grid .featured-image-wrapper .edd_download_buy_button {
    opacity: 0;
    position: absolute;
    background: #222;
    background: rgba(0,0,0,.6);
        width: 100%;
        height: 101%;
        transition: all 150ms;
        text-align: center;
    cursor: pointer;
}

.downloads-list.grid .featured-image-wrapper .edd_download_buy_button .edd_download_purchase_form,
.downloads-list.grid .featured-image-wrapper .edd_download_buy_button .edd_purchase_submit_wrapper {
    height: 100%;
}
.downloads-list.grid .featured-image-wrapper .edd_download_buy_button a {
    text-align: center;
    position: relative;
}

.downloads-list.grid .featured-image-wrapper:hover .edd_download_buy_button {
    opacity: 1;
}

.content-primary-wrapper {
    padding-top: 2em;
}
/*EDD-Specks styles*/
table#isa-edd-specs {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

#isa-edd-specs caption {
    background: rgba(0,0,0,0.1);
    font-size: 2em;
}

#isa-edd-specs tr {
    border-bottom: 1px solid #f2f2f2;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

#isa-edd-specs tr td {
    padding: .5em;
}

#isa-edd-specs tr td:first-child {
    font-weight: 700;
}

#isa-edd-specs tr td:nth-child(2) {
    text-align: right;
}

/*Narrow checkout pages have higher conversion rates.*/
body.edd-checkout .content-wrapper {
    max-width: 700px;
    margin: auto;
}

table#edd_user_history {
    width: 100%;
}

#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input {
    width: 100%;
}

.widget_edd_cart_widget ul.edd-cart {
    list-style-type: none;
    margin-left: 0;
}

.widget_edd_cart_widget .edd-cart-number-of-items, .widget_edd_cart_widget .edd_subtotal {
    font-style: italic;
}

.widget_edd_cart_widget .edd-cart-quantity, .widget_edd_cart_widget .subtotal {
    font-weight: bold;
    font-style: normal;
}

.widget_edd_cart_widget .edd_subtotal {
    margin-top: 20px;
}
.edd-remove-from-cart.button.red { margin: 0; }

.edd-cart-item.row {
  border-bottom: 1px solid #dedede;
  padding: 5px 0;
}

a.blue { color: #428bca; }
a.blue:hover, a.blue:focus, a.blue.active { color: #3276b1; }
a.red { color: #d9534f; }
a.red:hover, a.red:focus, a.red:active { color: #d2322d; }
a.green { color: #5cb85c; }
a.green:hover, a.green:focus, a.green:active { color: #47a447; }
a.yellow { color: #f0ad4e; }
a.yellow:hover, a.yellow:focus, a.yellow:active { color: #ed9c28; }
a.orange { color: #ed9c28; }
a.orange:hover, a.orange:focus, a.orange:active { color: #e59016; }
a.dark-gray { color: #363636; }
a.dark-gray:hover, a.dark-gray:focus, a.dark-gray:active { color: #333; }

.button { border-bottom-width: 3px; }

/*----------------*/
/* Zoe - hover type */
/* https://github.com/codrops/HoverEffectIdeas */
/*----------------*/
.effect-zoe {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

.effect-zoe img {
  position: relative;
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  opacity: 0.9;
  top: 0;
  -webkit-transition: opacity 0.61s;
  transition: opacity 0.61s;
  -webkit-transition: top 0.61s;
  transition: top 0.61s;
}

.effect-zoe .content {
  top: auto;
  bottom: 0;
  background: #fff;
  color: #333;
  padding: 1em;
  height: 2.75em;
  font-size: 1.25em;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.effect-zoe .content::before,
.effect-zoe .content::after {
  pointer-events: none;
}

.effect-zoe .content,
.effect-zoe .content > a {
  position: absolute;
  left: 0;
  width: 100%;
}

/* Anchor will cover the whole item by default */
.effect-zoe .content > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.effect-zoe h5,
.effect-zoe p,
.effect-zoe div {
  margin: 0;
}

.effect-zoe h5 {
  float: left;
}

.effect-zoe p.icon-links a {
  float: right;
  font-size: 1.6em;
  margin-top: -10px;
}

.effect-zoe h5,
.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

.effect-zoe p.icon-links a span {
  width: 35px;
}
.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 7px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 26px;
}

.effect-zoe .title {
  display: inline-block;
  color: #333;
}

.effect-zoe:hover img {
  opacity: 1;
}
.effect-zoe:hover img {
  top: -2.75em;
}

.effect-zoe:hover .content,
.effect-zoe:hover h5,
.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.effect-zoe:hover h5 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

form.edd-filters-form {
  margin-bottom: 1rem !important;
}

form.edd-filters-form select {
  width: 100%;
}

.downloads-list.list .content.edd_download_buy_button {
  text-align: center;
}

.downloads-list.grid .edd_coming_soon .featured-image-wrapper .edd_download_buy_button {
  opacity: .8;
  background: rgba(255,255,255,.65);
  display: flex;
  align-items: center;
  justify-content: center;
}

.downloads-list.grid .edd_coming_soon .featured-image-wrapper:hover .edd_download_buy_button {
  opacity: 1;
}

/* Isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  padding-left: 0;
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/**** Isotope sorting & filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

#isotope-categories,
#isotope-tags {
  display: inline-block;
}

#isotope-filter {
  margin-top: 2rem;
}

#isotope-filter h5 {
  display: inline-block;
}

#isotope-filter a.active {
  font-weight: bold;
}

#isotope-sort {
  float: right;
}

#isotope-sort h5 {
  margin-right: 1rem;
  margin: 0;
}

#isotope-sort a {
  padding: 3px 10px;
  cursor: pointer;
}

#isotope-sort a:hover {
  text-decoration: none;
}

#isotope-sort a.active{
  font-weight: bold;
  padding: 1px 10px;
}

#downloads-shortcode {
  padding-top: 2rem;
}

.page-numbers {
  display: inline-block;
  padding: 0.0625rem 0.625rem 0.0625rem;
}

.page-numbers .current {
    display: block;
    color: #fff;
    border-radius: 3px;
    background: #E33100;
}

.edd_purchase_submit_wrapper,
.edd_download_buy_button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-buy-button .edd_purchase_submit_wrapper {
  display: block;
}