From 5a1c170040fa9ac87f930228ad65c579ed9dc654 Mon Sep 17 00:00:00 2001 From: Robin Cornett Date: Fri, 4 Mar 2022 13:32:41 -0500 Subject: [PATCH] Update styles for FES 2.7 compatibility #259 --- assets/css/edd-fes.css | 98 +++- assets/css/edd-fes.min.css | 2 +- assets/css/edd-reviews.css | 4 +- assets/css/edd-reviews.min.css | 2 +- assets/less/compatibility/edd-fes.less | 87 +++- .../edd/class-frontend-submissions.php | 1 + style.css | 459 ++++++------------ style.min.css | 13 +- 8 files changed, 331 insertions(+), 335 deletions(-) diff --git a/assets/css/edd-fes.css b/assets/css/edd-fes.css index 622eb03..669e0f9 100644 --- a/assets/css/edd-fes.css +++ b/assets/css/edd-fes.css @@ -21,13 +21,85 @@ margin-bottom: 0; } .fes-vendor-menu ul a { - display: block; + display: inline-flex; + align-items: center; + gap: 4px; font-size: 1rem; color: #696969; } .fes-vendor-menu ul a:hover { color: #448FD5; } +div.fes-form .fes-el .fes-fields .fes-action-button { + background: #f5f5f5; + border: 1px solid #a2a2a2; + border-radius: 4px; + color: #696969; + padding: 0; + width: 2rem; + height: 2rem; +} +div.fes-form .fes-el .fes-fields .fes-action-button:hover, +div.fes-form .fes-el .fes-fields .fes-action-button:focus { + background: #696969; + color: #f5f5f5; +} +div.fes-form .fes-el .fes-fields .fes-url-choose-row, +div.fes-form .fes-el .fes-fields .fes-delete-row { + width: unset !important; +} +div.fes-fields, +div.fes-label { + clear: both; +} +.fes-single-variation .fes-url-group { + display: flex; + align-items: center; + gap: 8px; + flex: 1 0 auto; + flex-wrap: wrap; +} +.fes-url-group .fes-url-row { + flex: 1 0 auto; + display: inline-flex; + align-items: center; + gap: 4px; +} +label.fes-file-column, +.fes-multiple-additional-fields { + flex-basis: 100%; +} +.fes-form .fes-variations-list-multiple .fes-single-variation { + display: flex; + flex-wrap: wrap; + align-items: flex-end; + gap: 8px; + margin-bottom: 0; + border-top: 1px solid #a2a2a2; + padding: 1em 0; +} +.fes-multiple-pricing-actions { + padding-top: 1em; + border-top: 1px solid #a2a2a2; +} +.fes-multiple-additional-fields .edd-form-row { + display: flex; + flex-wrap: wrap; + gap: 12px; + align-items: flex-end; +} +.fes-multiple-additional-fields .edd-form-row__column .edd-form-group__control { + display: flex; + gap: 4px; + align-items: center; +} +.fes-multiple-additional-fields .edd-form-row__column .edd-form-group__control--is-inline { + display: inline-flex; + align-items: flex-end; +} +.fes-form .fes-el.multi_repeat .fes-fields td.fes-repeat-field:last-of-type { + min-width: 90px; +} .fes-form-fieldset { margin-bottom: 0; } @@ -181,16 +253,13 @@ fieldset.fes-submit { position: absolute; left: 0; top: 0; - -ms-flex-pack: center; - justify-content: center; - -ms-flex-align: center; - align-items: center; + justify-content: center; + align-items: center; width: 100%; cursor: pointer; } .fes-fields .fes-avatar-image-upload:hover a.close, .fes-fields .fes-feat-image-upload:hover a.close { - display: -ms-flexbox; display: flex; } .fes-fields .fes-feat-image-upload { @@ -212,10 +281,8 @@ fieldset.fes-submit { margin-right: 1rem; } .fes-login-registration-combo { - display: -ms-flexbox; display: flex; - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; } .fes-login-registration-combo form { padding: 2rem; @@ -223,13 +290,11 @@ fieldset.fes-submit { background: #fcfcfc; } .fes-login-registration-combo > div + div { - -ms-flex-order: 1; - order: 1; + order: 1; width: 48%; } .fes-login-registration-combo > div { - -ms-flex-order: 2; - order: 2; + order: 2; width: 48%; } } @@ -245,13 +310,11 @@ fieldset.fes-submit { color: #448FD5; } .fes-vendor-dashboard-wrap { - display: -ms-flexbox; display: flex; overflow: hidden; } .fes-vendor-menu { - -ms-flex-preferred-size: 16.667%; - flex-basis: 16.667%; + flex-basis: 16.667%; max-width: 16.667%; } .fes-vendor-dashboard { @@ -259,8 +322,7 @@ fieldset.fes-submit { border-left: none; min-height: 50rem; padding: 2rem; - -ms-flex-preferred-size: 83.333%; - flex-basis: 83.333%; + flex-basis: 83.333%; max-width: 83.333%; overflow-x: auto; } diff --git a/assets/css/edd-fes.min.css b/assets/css/edd-fes.min.css index 8c2bbfc..2299b2d 100644 --- a/assets/css/edd-fes.min.css +++ b/assets/css/edd-fes.min.css @@ -1 +1 @@ -#fes-submission-form-title,#fes-profile-form-title{font-size:1.75rem;font-weight:600;margin-bottom:1.62rem}.fes-vendor-contact-form{padding:2rem;border:2px solid #f4f4f4;background:#fcfcfc}.fes-vendor-contact-form fieldset{margin-bottom:0}.fes-vendor-menu ul{list-style-type:none;margin:0}.fes-vendor-menu ul li{position:relative;margin-bottom:0}.fes-vendor-menu ul a{display:block;font-size:1rem;color:#696969}.fes-vendor-menu ul a:hover{color:#448FD5}.fes-form-fieldset{margin-bottom:0}.fes-login-form,.fes-login-registration-combo form{padding:2rem;border:2px solid #f4f4f4;background:#fcfcfc}.entry-content>.fes-login-form+#fes_lost_password_link,.entry-content>.fes-login-form{width:62%;margin:0 auto 1rem auto}.entry-content>.fes-login-form+#fes_lost_password_link{display:block}.fes-el,.fes-login-form{margin-bottom:1rem}fieldset.fes-submit{margin-bottom:0}.fes-help{display:block;font-size:1rem;margin-bottom:.5rem;color:#838383}#fes-vendor-announcements{margin-bottom:1rem;line-height:1.62}#fes-vendor-store-link{margin-bottom:1rem;padding:1rem;background-color:#d9edf7;border-color:#cbe3ef;color:#31708f}#fes-vendor-store-link p{color:#31708f}.fes-vendor-comment-respond-form table:last-child{border:none;margin:0}.fes-vendor-comment-respond-form button{margin-top:1rem;margin-bottom:1rem}.fes-vendor-comment-respond-form .button{margin-right:1rem}.fes-purchase-badge{line-height:1.3;font-size:.875rem}.fes-purchase-badge.fes-purchase-badge-purchased{display:inline-block;color:#3c763d;background:#dff0d8;padding:.5rem 1rem}.fes-purchase-badge.fes-purchase-badge-not-purchased{display:inline-block;color:#a94442;background:#f2dede;padding:.5rem 1rem}.fes-comment-author-name{margin-bottom:.5rem;display:block}.fes-product-list-status-bar{margin-bottom:1rem}.edd-fes-action{display:block}#fes-product-list .edd_price{margin-bottom:0}.fes-required-indicator{color:#a94442;font-size:1.5rem;margin-left:.25rem}.fes-fields+.edd_errors{margin-top:1rem}#fes-product-list abbr{display:block}#fes-product-list .download-status{white-space:nowrap;padding:.25rem .75rem;color:#fff;font-weight:bold}#fes-product-list .draft,#fes-product-list .pending-review{background:#fca432}#fes-product-list .published{background:#5BCC5B}.fes-login-registration-notice{text-align:center}#fes-save-as-draft{margin-right:1rem}.fes-hide{display:none}.fes-url-choose-row{width:100px}.fes-avatar-image{display:block}.fes-fields .fes-avatar-image-upload,.fes-fields .fes-feat-image-upload{border:4px dashed #f5f5f5;margin-bottom:2rem;max-width:12rem;position:relative;padding:1.5rem;display:inline-block}.fes-fields .fes-avatar-image-upload .instruction-inside,.fes-fields .fes-feat-image-upload .instruction-inside{text-align:center}.fes-fields .fes-avatar-image-upload .button,.fes-fields .fes-feat-image-upload .button{font-size:.875rem;padding:.25rem .75rem;display:block}.fes-fields .fes-avatar-image-upload a.close,.fes-fields .fes-feat-image-upload a.close{background:#000;color:#a94442;display:none;font-size:4rem;height:100%;opacity:.7;position:absolute;left:0;top:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;cursor:pointer}.fes-fields .fes-avatar-image-upload:hover a.close,.fes-fields .fes-feat-image-upload:hover a.close{display:-ms-flexbox;display:flex}.fes-fields .fes-feat-image-upload{max-width:100%;display:block}.fes-fields .fes-feat-image-upload .button{display:inline-block}@media only screen and (max-width:991px){.fes-vendor-menu ul{line-height:2;margin-bottom:2rem}}@media only screen and (min-width:768px){.fes-vendor-menu ul li{display:inline-block;margin-right:1rem}.fes-login-registration-combo{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.fes-login-registration-combo form{padding:2rem;border:2px solid #f4f4f4;background:#fcfcfc}.fes-login-registration-combo>div+div{-ms-flex-order:1;order:1;width:48%}.fes-login-registration-combo>div{-ms-flex-order:2;order:2;width:48%}}@media only screen and (min-width:992px){.edd-fes-edit-download .fes-vendor-products-tab,.edd-fes-edit-order .fes-vendor-orders-tab,.fes-vendor-menu-tab.active{background:#fff}.edd-fes-edit-download .fes-vendor-products-tab a,.edd-fes-edit-order .fes-vendor-orders-tab a,.fes-vendor-menu-tab.active a{color:#448FD5}.fes-vendor-dashboard-wrap{display:-ms-flexbox;display:flex;overflow:hidden}.fes-vendor-menu{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.fes-vendor-dashboard{border:2px solid #f4f4f4;border-left:none;min-height:50rem;padding:2rem;-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%;overflow-x:auto}.fes-vendor-menu ul a{display:block;padding:1rem 2rem;margin:0}.fes-vendor-menu ul:last-child{border-bottom:2px solid #f4f4f4}.fes-vendor-menu ul li{background:#fcfcfc;border:2px solid #f4f4f4;border-right:none;border-bottom:none}.fes-vendor-menu ul li{display:block;margin-right:0}.edd-fes-edit-order .fes-vendor-orders-tab:before,.edd-fes-edit-order .fes-vendor-orders-tab:after,.edd-fes-edit-download .fes-vendor-products-tab:before,.edd-fes-edit-download .fes-vendor-products-tab:after,.fes-vendor-menu-tab.active:before,.fes-vendor-menu-tab.active:after{content:'';position:absolute;right:0;bottom:100%;width:2px;height:1000px;background:#f4f4f4}.edd-fes-edit-order .fes-vendor-orders-tab:after,.edd-fes-edit-download .fes-vendor-products-tab:after,.fes-vendor-menu-tab.active:after{top:100%;bottom:auto;height:40000px;z-index:1}}@media only screen and (min-width:1220px){.fes-login-registration-combo>div+div{width:65%}.fes-login-registration-combo>div{width:30%}} \ No newline at end of file +#fes-submission-form-title,#fes-profile-form-title{font-size:1.75rem;font-weight:600;margin-bottom:1.62rem}.fes-vendor-contact-form{padding:2rem;border:2px solid #f4f4f4;background:#fcfcfc}.fes-vendor-contact-form fieldset{margin-bottom:0}.fes-vendor-menu ul{list-style-type:none;margin:0}.fes-vendor-menu ul li{position:relative;margin-bottom:0}.fes-vendor-menu ul a{display:inline-flex;align-items:center;gap:4px;font-size:1rem;color:#696969}.fes-vendor-menu ul a:hover{color:#448FD5}div.fes-form .fes-el .fes-fields .fes-action-button{background:#f5f5f5;border:1px solid #a2a2a2;border-radius:4px;color:#696969;padding:0;width:2rem;height:2rem}div.fes-form .fes-el .fes-fields .fes-action-button:hover,div.fes-form .fes-el .fes-fields .fes-action-button:focus{background:#696969;color:#f5f5f5}div.fes-form .fes-el .fes-fields .fes-url-choose-row,div.fes-form .fes-el .fes-fields .fes-delete-row{width:unset !important}div.fes-fields,div.fes-label{clear:both}.fes-single-variation .fes-url-group{display:flex;align-items:center;gap:8px;flex:1 0 auto;flex-wrap:wrap}.fes-url-group .fes-url-row{flex:1 0 auto;display:inline-flex;align-items:center;gap:4px}label.fes-file-column,.fes-multiple-additional-fields{flex-basis:100%}.fes-form .fes-variations-list-multiple .fes-single-variation{display:flex;flex-wrap:wrap;align-items:flex-end;gap:8px;margin-bottom:0;border-top:1px solid #a2a2a2;padding:1em 0}.fes-multiple-pricing-actions{padding-top:1em;border-top:1px solid #a2a2a2}.fes-multiple-additional-fields .edd-form-row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.fes-multiple-additional-fields .edd-form-row__column .edd-form-group__control{display:flex;gap:4px;align-items:center}.fes-multiple-additional-fields .edd-form-row__column .edd-form-group__control--is-inline{display:inline-flex;align-items:flex-end}.fes-form .fes-el.multi_repeat .fes-fields td.fes-repeat-field:last-of-type{min-width:90px}.fes-form-fieldset{margin-bottom:0}.fes-login-form,.fes-login-registration-combo form{padding:2rem;border:2px solid #f4f4f4;background:#fcfcfc}.entry-content>.fes-login-form+#fes_lost_password_link,.entry-content>.fes-login-form{width:62%;margin:0 auto 1rem auto}.entry-content>.fes-login-form+#fes_lost_password_link{display:block}.fes-el,.fes-login-form{margin-bottom:1rem}fieldset.fes-submit{margin-bottom:0}.fes-help{display:block;font-size:1rem;margin-bottom:.5rem;color:#838383}#fes-vendor-announcements{margin-bottom:1rem;line-height:1.62}#fes-vendor-store-link{margin-bottom:1rem;padding:1rem;background-color:#d9edf7;border-color:#cbe3ef;color:#31708f}#fes-vendor-store-link p{color:#31708f}.fes-vendor-comment-respond-form table:last-child{border:none;margin:0}.fes-vendor-comment-respond-form button{margin-top:1rem;margin-bottom:1rem}.fes-vendor-comment-respond-form .button{margin-right:1rem}.fes-purchase-badge{line-height:1.3;font-size:.875rem}.fes-purchase-badge.fes-purchase-badge-purchased{display:inline-block;color:#3c763d;background:#dff0d8;padding:.5rem 1rem}.fes-purchase-badge.fes-purchase-badge-not-purchased{display:inline-block;color:#a94442;background:#f2dede;padding:.5rem 1rem}.fes-comment-author-name{margin-bottom:.5rem;display:block}.fes-product-list-status-bar{margin-bottom:1rem}.edd-fes-action{display:block}#fes-product-list .edd_price{margin-bottom:0}.fes-required-indicator{color:#a94442;font-size:1.5rem;margin-left:.25rem}.fes-fields+.edd_errors{margin-top:1rem}#fes-product-list abbr{display:block}#fes-product-list .download-status{white-space:nowrap;padding:.25rem .75rem;color:#fff;font-weight:bold}#fes-product-list .draft,#fes-product-list .pending-review{background:#fca432}#fes-product-list .published{background:#5BCC5B}.fes-login-registration-notice{text-align:center}#fes-save-as-draft{margin-right:1rem}.fes-hide{display:none}.fes-url-choose-row{width:100px}.fes-avatar-image{display:block}.fes-fields .fes-avatar-image-upload,.fes-fields .fes-feat-image-upload{border:4px dashed #f5f5f5;margin-bottom:2rem;max-width:12rem;position:relative;padding:1.5rem;display:inline-block}.fes-fields .fes-avatar-image-upload .instruction-inside,.fes-fields .fes-feat-image-upload .instruction-inside{text-align:center}.fes-fields .fes-avatar-image-upload .button,.fes-fields .fes-feat-image-upload .button{font-size:.875rem;padding:.25rem .75rem;display:block}.fes-fields .fes-avatar-image-upload a.close,.fes-fields .fes-feat-image-upload a.close{background:#000;color:#a94442;display:none;font-size:4rem;height:100%;opacity:.7;position:absolute;left:0;top:0;justify-content:center;align-items:center;width:100%;cursor:pointer}.fes-fields .fes-avatar-image-upload:hover a.close,.fes-fields .fes-feat-image-upload:hover a.close{display:flex}.fes-fields .fes-feat-image-upload{max-width:100%;display:block}.fes-fields .fes-feat-image-upload .button{display:inline-block}@media only screen and (max-width:991px){.fes-vendor-menu ul{line-height:2;margin-bottom:2rem}}@media only screen and (min-width:768px){.fes-vendor-menu ul li{display:inline-block;margin-right:1rem}.fes-login-registration-combo{display:flex;justify-content:space-between}.fes-login-registration-combo form{padding:2rem;border:2px solid #f4f4f4;background:#fcfcfc}.fes-login-registration-combo>div+div{order:1;width:48%}.fes-login-registration-combo>div{order:2;width:48%}}@media only screen and (min-width:992px){.edd-fes-edit-download .fes-vendor-products-tab,.edd-fes-edit-order .fes-vendor-orders-tab,.fes-vendor-menu-tab.active{background:#fff}.edd-fes-edit-download .fes-vendor-products-tab a,.edd-fes-edit-order .fes-vendor-orders-tab a,.fes-vendor-menu-tab.active a{color:#448FD5}.fes-vendor-dashboard-wrap{display:flex;overflow:hidden}.fes-vendor-menu{flex-basis:16.667%;max-width:16.667%}.fes-vendor-dashboard{border:2px solid #f4f4f4;border-left:none;min-height:50rem;padding:2rem;flex-basis:83.333%;max-width:83.333%;overflow-x:auto}.fes-vendor-menu ul a{display:block;padding:1rem 2rem;margin:0}.fes-vendor-menu ul:last-child{border-bottom:2px solid #f4f4f4}.fes-vendor-menu ul li{background:#fcfcfc;border:2px solid #f4f4f4;border-right:none;border-bottom:none}.fes-vendor-menu ul li{display:block;margin-right:0}.edd-fes-edit-order .fes-vendor-orders-tab:before,.edd-fes-edit-order .fes-vendor-orders-tab:after,.edd-fes-edit-download .fes-vendor-products-tab:before,.edd-fes-edit-download .fes-vendor-products-tab:after,.fes-vendor-menu-tab.active:before,.fes-vendor-menu-tab.active:after{content:'';position:absolute;right:0;bottom:100%;width:2px;height:1000px;background:#f4f4f4}.edd-fes-edit-order .fes-vendor-orders-tab:after,.edd-fes-edit-download .fes-vendor-products-tab:after,.fes-vendor-menu-tab.active:after{top:100%;bottom:auto;height:40000px;z-index:1}}@media only screen and (min-width:1220px){.fes-login-registration-combo>div+div{width:65%}.fes-login-registration-combo>div{width:30%}} \ No newline at end of file diff --git a/assets/css/edd-reviews.css b/assets/css/edd-reviews.css index 7ab6f27..60217da 100644 --- a/assets/css/edd-reviews.css +++ b/assets/css/edd-reviews.css @@ -11,10 +11,8 @@ display: block; } .edd-counter-container { - display: -ms-flexbox; display: flex; - -ms-flex-align: center; - align-items: center; + align-items: center; padding: 0.25rem 0; } .edd_reviews_breakdown .edd-counter-back { diff --git a/assets/css/edd-reviews.min.css b/assets/css/edd-reviews.min.css index 8e290ca..5a72432 100644 --- a/assets/css/edd-reviews.min.css +++ b/assets/css/edd-reviews.min.css @@ -1 +1 @@ -.edd-reviews-average-rating{margin-bottom:1rem}.edd_reviews_breakdown .edd-reviews-total-count{font-weight:bold;margin-bottom:.5rem}.edd_reviews_breakdown .edd-counter-front{background:#f1c40f;padding:.75rem 0;display:block}.edd-counter-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem 0}.edd_reviews_breakdown .edd-counter-back{display:block;width:100px;background:#f5f5f5}.edd_reviews_breakdown .edd-review-count{margin-left:1rem}.edd_reviews_breakdown .edd-counter-label{display:inline-block;width:70px}.edd-reviews-breakdown-ratings{margin-bottom:2rem}.dashicons-star-filled,.dashicons-star-empty{color:#f1c40f}.edd-reviews-star-rating{display:inline-block;cursor:pointer}.edd-reviews-stars-filled{position:absolute;width:0;overflow:hidden;height:20px}.edd-reviews-awaiting-moderation{font-weight:bold}.edd_review{margin:10px 0;position:relative;outline:none;list-style:none;padding:20px 0}.edd-review-meta-rating{vertical-align:middle;line-height:1;display:inline-block}.edd_review .avatar{float:left;margin-right:1rem;position:relative}.edd-review-author b{vertical-align:middle;color:#222}.edd-review-metadata{color:#a2a2a2;font-size:.875rem}.edd-review-metadata a{color:#a2a2a2}.edd-review-metadata a:hover{color:#222}.fes-vendor-dashboard .edd-reviews-vendor-feedback-item{border-bottom:2px solid #f5f5f5;padding-bottom:2rem;margin-bottom:2rem}.fes-vendor-dashboard .edd-reviews-vendor-feedback-item p:nth-child(4) strong,.fes-vendor-dashboard .edd-reviews-vendor-feedback-item p:nth-child(4) span{vertical-align:middle}.edd-reviews-vendor-feedback-item>p{margin-bottom:0;line-height:2rem}.edd-reviews-vendor-feedback-item .wp-post-image{margin-bottom:2rem}.edd-reviews-vendor-feedback-item h3 a{color:#696969}.edd-reviews-form{padding:2rem;border:2px solid #f4f4f4;background:#fcfcfc;margin-top:2rem}.edd-reviews-form .edd-reviews-review-form-submit{margin-bottom:0}.edd-reviews-rating{font-size:.875rem;margin-bottom:.5rem}.edd-reviews-rating span{vertical-align:middle}.edd-review-review-helpful .edd-review-vote p{margin-bottom:0}.edd-review-review-helpful .edd-review-vote .edd-review-voting-feedback{font-size:.875rem;margin-bottom:2rem;font-style:italic}.edd-review-review-helpful .edd-review-voting-feedback+p,.edd-review-review-helpful p{font-weight:bold;font-size:.875rem}.edd-review-review-helpful p+p{font-weight:normal}.single-download .comments-area .no-comments{display:none} \ No newline at end of file +.edd-reviews-average-rating{margin-bottom:1rem}.edd_reviews_breakdown .edd-reviews-total-count{font-weight:bold;margin-bottom:.5rem}.edd_reviews_breakdown .edd-counter-front{background:#f1c40f;padding:.75rem 0;display:block}.edd-counter-container{display:flex;align-items:center;padding:.25rem 0}.edd_reviews_breakdown .edd-counter-back{display:block;width:100px;background:#f5f5f5}.edd_reviews_breakdown .edd-review-count{margin-left:1rem}.edd_reviews_breakdown .edd-counter-label{display:inline-block;width:70px}.edd-reviews-breakdown-ratings{margin-bottom:2rem}.dashicons-star-filled,.dashicons-star-empty{color:#f1c40f}.edd-reviews-star-rating{display:inline-block;cursor:pointer}.edd-reviews-stars-filled{position:absolute;width:0;overflow:hidden;height:20px}.edd-reviews-awaiting-moderation{font-weight:bold}.edd_review{margin:10px 0;position:relative;outline:none;list-style:none;padding:20px 0}.edd-review-meta-rating{vertical-align:middle;line-height:1;display:inline-block}.edd_review .avatar{float:left;margin-right:1rem;position:relative}.edd-review-author b{vertical-align:middle;color:#222}.edd-review-metadata{color:#a2a2a2;font-size:.875rem}.edd-review-metadata a{color:#a2a2a2}.edd-review-metadata a:hover{color:#222}.fes-vendor-dashboard .edd-reviews-vendor-feedback-item{border-bottom:2px solid #f5f5f5;padding-bottom:2rem;margin-bottom:2rem}.fes-vendor-dashboard .edd-reviews-vendor-feedback-item p:nth-child(4) strong,.fes-vendor-dashboard .edd-reviews-vendor-feedback-item p:nth-child(4) span{vertical-align:middle}.edd-reviews-vendor-feedback-item>p{margin-bottom:0;line-height:2rem}.edd-reviews-vendor-feedback-item .wp-post-image{margin-bottom:2rem}.edd-reviews-vendor-feedback-item h3 a{color:#696969}.edd-reviews-form{padding:2rem;border:2px solid #f4f4f4;background:#fcfcfc;margin-top:2rem}.edd-reviews-form .edd-reviews-review-form-submit{margin-bottom:0}.edd-reviews-rating{font-size:.875rem;margin-bottom:.5rem}.edd-reviews-rating span{vertical-align:middle}.edd-review-review-helpful .edd-review-vote p{margin-bottom:0}.edd-review-review-helpful .edd-review-vote .edd-review-voting-feedback{font-size:.875rem;margin-bottom:2rem;font-style:italic}.edd-review-review-helpful .edd-review-voting-feedback+p,.edd-review-review-helpful p{font-weight:bold;font-size:.875rem}.edd-review-review-helpful p+p{font-weight:normal}.single-download .comments-area .no-comments{display:none} \ No newline at end of file diff --git a/assets/less/compatibility/edd-fes.less b/assets/less/compatibility/edd-fes.less index f683dc4..47d3219 100644 --- a/assets/less/compatibility/edd-fes.less +++ b/assets/less/compatibility/edd-fes.less @@ -40,7 +40,9 @@ } a { - display: block; + display: inline-flex; + align-items: center; + gap: 4px; font-size: 1rem; color: @account-tab-link-color; } @@ -51,6 +53,89 @@ } +div.fes-form .fes-el .fes-fields .fes-action-button { + background: @light-grey; + border: 1px solid @medium-grey; + border-radius: 4px; + color: @account-tab-link-color; + padding: 0; + width: 2rem; + height: 2rem; + + &:hover, + &:focus { + background: @account-tab-link-color; + color: @light-grey; + } +} + +div.fes-form .fes-el .fes-fields .fes-url-choose-row, +div.fes-form .fes-el .fes-fields .fes-delete-row { + width: unset !important; +} + +div.fes-fields, +div.fes-label { + clear: both; +} + +.fes-single-variation .fes-url-group { + display: flex; + align-items: center; + gap: 8px; + flex: 1 0 auto; + flex-wrap: wrap; +} + +.fes-url-group .fes-url-row { + flex: 1 0 auto; + display: inline-flex; + align-items: center; + gap: 4px; +} + +label.fes-file-column, +.fes-multiple-additional-fields { + flex-basis: 100%; +} + +.fes-form .fes-variations-list-multiple .fes-single-variation { + display: flex; + flex-wrap: wrap; + align-items: flex-end; + gap: 8px; + margin-bottom: 0; + border-top: 1px solid @medium-grey; + padding: 1em 0; +} + +.fes-multiple-pricing-actions { + padding-top: 1em; + border-top: 1px solid @medium-grey; +} + +.fes-multiple-additional-fields .edd-form-row { + display: flex; + flex-wrap: wrap; + gap: 12px; + align-items: flex-end; +} + +.fes-multiple-additional-fields .edd-form-row__column .edd-form-group__control { + display: flex; + gap: 4px; + align-items: center; +} + +.fes-multiple-additional-fields .edd-form-row__column .edd-form-group__control--is-inline { + display: inline-flex; + align-items: flex-end; +} + +.fes-form .fes-el.multi_repeat .fes-fields td.fes-repeat-field:last-of-type { + min-width: 90px; +} + .media-mixin(@break) when (@break = @screen-sm-min) { .fes-vendor-menu ul li { display: inline-block; diff --git a/includes/compatibility/edd/class-frontend-submissions.php b/includes/compatibility/edd/class-frontend-submissions.php index 978279e..fee95c3 100644 --- a/includes/compatibility/edd/class-frontend-submissions.php +++ b/includes/compatibility/edd/class-frontend-submissions.php @@ -8,6 +8,7 @@ class Themedd_EDD_Frontend_Submissions { public function __construct() { add_action( 'wp_enqueue_scripts', array( $this, 'styles' ) ); + add_filter( 'fes_custom_css_updated', '__return_true' ); add_action( 'template_redirect', array( $this, 'remove_body_classes' ) ); add_filter( 'body_class', array( $this, 'body_classes' ) ); diff --git a/style.css b/style.css index 6a6427d..c8d76a1 100644 --- a/style.css +++ b/style.css @@ -1,14 +1,3 @@ -/* -Theme Name: Themedd -Theme URI: https://themedd.com -Author: Easy Digital Downloads -Author URI: https://easydigitaldownloads.com -Description: Themedd is a simple and extensible WordPress theme that provides a solid integration with Easy Digital Downloads and its extensions. It's the perfect theme to sell your digital products. -Version: 1.0.8 -License: GNU General Public License -License URI: license.txt -Text Domain: themedd -*/ /* Normalize CSS */ html { line-height: 1.15; @@ -488,10 +477,7 @@ button, vertical-align: middle; border-radius: 0; border: 1px solid #448FD5; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; + user-select: none; outline: none; line-height: 1.5rem; } @@ -590,21 +576,41 @@ button, * Helper classes */ .genericon-rotate-90 { + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); } .genericon-rotate-180 { + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); transform: rotate(180deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); } .genericon-rotate-270 { + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -ms-transform: rotate(270deg); + -o-transform: rotate(270deg); transform: rotate(270deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); } .genericon-flip-horizontal { + -webkit-transform: scale(-1, 1); + -moz-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + -o-transform: scale(-1, 1); transform: scale(-1, 1); } .genericon-flip-vertical { + -webkit-transform: scale(1, -1); + -moz-transform: scale(1, -1); + -ms-transform: scale(1, -1); + -o-transform: scale(1, -1); transform: scale(1, -1); } /** @@ -1061,18 +1067,15 @@ button, margin-left: auto; margin-right: auto; word-wrap: break-word; - display: -ms-flexbox; display: flex; - -ms-flex-direction: column; - flex-direction: column; + flex-direction: column; } .layout-full-width #page { max-width: none; } #content { background: #fff; - -ms-flex: 1 0 auto; - flex: 1 0 auto; + flex: 1 0 auto; } #primary, #secondary { @@ -1105,8 +1108,7 @@ body .wrapper { position: relative; } .site-header-wrap { - -ms-flex-align: center; - align-items: center; + align-items: center; margin: 0 auto; max-width: 1252px; } @@ -1202,7 +1204,6 @@ a:hover { stroke: #696969; } .search-form { - display: -ms-flexbox; display: flex; } .search-form label { @@ -1229,8 +1230,7 @@ a:hover { padding: 0.5rem; } .site-header-menu .primary-menu .search-form { - -ms-flex-align: center; - align-items: center; + align-items: center; } /* Accessibility */ .says, @@ -1513,10 +1513,8 @@ article[class^="post-"] + article[class^="post-"] { .fes-product-list-pagination-container, .affwp-pagination { width: 100%; - display: -ms-flexbox; display: flex; - -ms-flex-pack: center; - justify-content: center; + justify-content: center; margin-top: 2rem; margin-bottom: 2rem; color: #696969; @@ -1651,10 +1649,8 @@ aside li { height: auto; } .gallery { - display: -ms-flexbox; display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .entry-content .gallery { margin-bottom: 4rem; @@ -1763,24 +1759,18 @@ form ul { } .row { box-sizing: border-box; - display: -ms-flexbox; display: flex; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex: 0 1 auto; + flex-direction: row; + flex-wrap: wrap; margin-right: -2rem; margin-left: -2rem; } .row.reverse { - -ms-flex-direction: row-reverse; - flex-direction: row-reverse; + flex-direction: row-reverse; } .col.reverse { - -ms-flex-direction: column-reverse; - flex-direction: column-reverse; + flex-direction: column-reverse; } .col-xs, .col-xs-1, @@ -1796,76 +1786,61 @@ form ul { .col-xs-11, .col-xs-12 { box-sizing: border-box; - -ms-flex: 0 0 auto; - flex: 0 0 auto; + flex: 0 0 auto; padding-right: 2rem; padding-left: 2rem; } .col-xs { - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-preferred-size: 0; - flex-basis: 0; + flex-grow: 1; + flex-basis: 0; max-width: 100%; } .col-xs-1 { - -ms-flex-preferred-size: 8.333%; - flex-basis: 8.333%; + flex-basis: 8.333%; max-width: 8.333%; } .col-xs-2 { - -ms-flex-preferred-size: 16.667%; - flex-basis: 16.667%; + flex-basis: 16.667%; max-width: 16.667%; } .col-xs-3 { - -ms-flex-preferred-size: 25%; - flex-basis: 25%; + flex-basis: 25%; max-width: 25%; } .col-xs-4 { - -ms-flex-preferred-size: 33.333%; - flex-basis: 33.333%; + flex-basis: 33.333%; max-width: 33.333%; } .col-xs-5 { - -ms-flex-preferred-size: 41.667%; - flex-basis: 41.667%; + flex-basis: 41.667%; max-width: 41.667%; } .col-xs-6 { - -ms-flex-preferred-size: 50%; - flex-basis: 50%; + flex-basis: 50%; max-width: 50%; } .col-xs-7 { - -ms-flex-preferred-size: 58.333%; - flex-basis: 58.333%; + flex-basis: 58.333%; max-width: 58.333%; } .col-xs-8 { - -ms-flex-preferred-size: 66.667%; - flex-basis: 66.667%; + flex-basis: 66.667%; max-width: 66.667%; } .col-xs-9 { - -ms-flex-preferred-size: 75%; - flex-basis: 75%; + flex-basis: 75%; max-width: 75%; } .col-xs-10 { - -ms-flex-preferred-size: 83.333%; - flex-basis: 83.333%; + flex-basis: 83.333%; max-width: 83.333%; } .col-xs-11 { - -ms-flex-preferred-size: 91.667%; - flex-basis: 91.667%; + flex-basis: 91.667%; max-width: 91.667%; } .col-xs-12 { - -ms-flex-preferred-size: 100%; - flex-basis: 100%; + flex-basis: 100%; max-width: 100%; } .col-xs-offset-1 { @@ -1902,47 +1877,37 @@ form ul { margin-left: 91.667%; } .start-xs { - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; text-align: start; } .center-xs { - -ms-flex-pack: center; - justify-content: center; + justify-content: center; text-align: center; } .end-xs { - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; text-align: end; } .top-xs { - -ms-flex-align: start; - align-items: flex-start; + align-items: flex-start; } .middle-xs { - -ms-flex-align: center; - align-items: center; + align-items: center; } .bottom-xs { - -ms-flex-align: end; - align-items: flex-end; + align-items: flex-end; } .around-xs { - -ms-flex-pack: distribute; - justify-content: space-around; + justify-content: space-around; } .between-xs { - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; } .first-xs { - -ms-flex-order: -1; - order: -1; + order: -1; } .last-xs { - -ms-flex-order: 1; - order: 1; + order: 1; } /* Margin and Padding */ .ph-xs-0 { @@ -2194,8 +2159,7 @@ section.account .wrapper { padding-right: 0; } .site-header-wrap { - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .main-navigation a { display: block; @@ -2222,8 +2186,7 @@ section.account .wrapper { padding-right: 2rem; } .primary-menu li.checkout { - -ms-flex-item-align: center; - align-self: center; + align-self: center; } .primary-menu li.checkout .nav-cart-text { display: none; @@ -2252,12 +2215,9 @@ section.account .wrapper { color: #a2a2a2; } #menu-toggle-wrap { - display: -ms-flexbox; display: flex; - -ms-flex-item-align: center; - align-self: center; - -ms-flex-align: inherit; - align-items: inherit; + align-self: center; + align-items: inherit; } .menu-toggle { background-color: #222; @@ -2351,7 +2311,6 @@ section.account .wrapper { padding: 0.5rem 1rem; } .secondary-navigation ul { - display: -ms-flexbox; display: flex; margin-left: -0.5rem; } @@ -2396,6 +2355,7 @@ section.account .wrapper { font-size: 1rem; opacity: 0; filter: alpha(opacity=0); + -ms-transform: translateZ(0); transform: translateZ(0); } .edd-add-to-cart .edd-loading { @@ -2427,6 +2387,14 @@ section.account .wrapper { .edd-loading-ajax.edd-loading { opacity: 1; } +@-webkit-keyframes edd-spinning { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} @keyframes edd-spinning { 0% { transform: rotate(0deg); @@ -2450,24 +2418,19 @@ a.edd-add-to-cart .edd-add-to-cart-label, color: #3c763d; } .edd_downloads_list { - display: -ms-flexbox; display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .edd_download_inner { - display: -ms-flexbox; display: flex; width: 100%; - -ms-flex-direction: column; - flex-direction: column; + flex-direction: column; position: relative; } .currency { vertical-align: top; } .edd_download { - display: -ms-flexbox; display: flex; overflow: hidden; width: 100%; @@ -2483,20 +2446,14 @@ h3.edd_download_title { } .eddDownloadMeta { font-size: 0.875rem; - display: -ms-flexbox; display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: justify; - justify-content: space-between; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; } .eddDownloadMeta > * { - display: -ms-flexbox; display: flex; - -ms-flex-align: center; - align-items: center; + align-items: center; } .eddDownloadMeta a { color: #696969; @@ -2733,14 +2690,12 @@ span.padlock { #edd_agree_to_terms { margin-top: 0.375rem; margin-right: 0.5rem; - -ms-flex-item-align: start; - align-self: flex-start; + align-self: flex-start; } #edd_show_terms + .edd-terms-agreement { margin-top: 0.5rem; } .edd-terms-agreement { - display: -ms-flexbox; display: flex; } #edd_simple_shipping_diff_address label { @@ -2946,17 +2901,14 @@ span.card-type.amex { margin-bottom: 0; } .navCart { - display: -ms-flexbox; display: flex; } .navCart-icon { position: relative; display: inline-block; vertical-align: middle; - display: -ms-inline-flexbox; display: inline-flex; - -ms-flex-align: center; - align-items: center; + align-items: center; fill: #222; } .navCart-icon + * { @@ -3113,9 +3065,7 @@ input[readonly] { vertical-align: middle; } .edd-stripe-submit-update { - -ms-flex-pack: center; - justify-content: center; - display: -ms-inline-flexbox; + justify-content: center; display: inline-flex; } .edd-stripe-submit-update .edd-loading-ajax.edd-loading { @@ -3195,7 +3145,6 @@ a.delete { } .downloadAuthor ul li, .downloadDetails ul li { - display: -ms-flexbox; display: flex; margin-bottom: 0; } @@ -3338,7 +3287,6 @@ a.delete { padding: 2rem; max-width: 1252px; margin: 0 auto; - display: -ms-flexbox; display: flex; } .subtitle { @@ -3362,15 +3310,13 @@ a.delete { padding: 2rem; } .author-info { - display: -ms-flexbox; display: flex; } .author-avatar { margin: 0 1.5rem 0 0; } .author-description { - -ms-flex: 1; - flex: 1; + flex: 1; } .page-header { padding-left: 2rem; @@ -3405,76 +3351,61 @@ a.delete { .col-sm-11, .col-sm-12 { box-sizing: border-box; - -ms-flex: 0 0 auto; - flex: 0 0 auto; + flex: 0 0 auto; padding-right: 2rem; padding-left: 2rem; } .col-sm { - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-preferred-size: 0; - flex-basis: 0; + flex-grow: 1; + flex-basis: 0; max-width: 100%; } .col-sm-1 { - -ms-flex-preferred-size: 8.333%; - flex-basis: 8.333%; + flex-basis: 8.333%; max-width: 8.333%; } .col-sm-2 { - -ms-flex-preferred-size: 16.667%; - flex-basis: 16.667%; + flex-basis: 16.667%; max-width: 16.667%; } .col-sm-3 { - -ms-flex-preferred-size: 25%; - flex-basis: 25%; + flex-basis: 25%; max-width: 25%; } .col-sm-4 { - -ms-flex-preferred-size: 33.333%; - flex-basis: 33.333%; + flex-basis: 33.333%; max-width: 33.333%; } .col-sm-5 { - -ms-flex-preferred-size: 41.667%; - flex-basis: 41.667%; + flex-basis: 41.667%; max-width: 41.667%; } .col-sm-6 { - -ms-flex-preferred-size: 50%; - flex-basis: 50%; + flex-basis: 50%; max-width: 50%; } .col-sm-7 { - -ms-flex-preferred-size: 58.333%; - flex-basis: 58.333%; + flex-basis: 58.333%; max-width: 58.333%; } .col-sm-8 { - -ms-flex-preferred-size: 66.667%; - flex-basis: 66.667%; + flex-basis: 66.667%; max-width: 66.667%; } .col-sm-9 { - -ms-flex-preferred-size: 75%; - flex-basis: 75%; + flex-basis: 75%; max-width: 75%; } .col-sm-10 { - -ms-flex-preferred-size: 83.333%; - flex-basis: 83.333%; + flex-basis: 83.333%; max-width: 83.333%; } .col-sm-11 { - -ms-flex-preferred-size: 91.667%; - flex-basis: 91.667%; + flex-basis: 91.667%; max-width: 91.667%; } .col-sm-12 { - -ms-flex-preferred-size: 100%; - flex-basis: 100%; + flex-basis: 100%; max-width: 100%; } .col-sm-offset-1 { @@ -3511,47 +3442,37 @@ a.delete { margin-left: 91.667%; } .start-sm { - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; text-align: start; } .center-sm { - -ms-flex-pack: center; - justify-content: center; + justify-content: center; text-align: center; } .end-sm { - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; text-align: end; } .top-sm { - -ms-flex-align: start; - align-items: flex-start; + align-items: flex-start; } .middle-sm { - -ms-flex-align: center; - align-items: center; + align-items: center; } .bottom-sm { - -ms-flex-align: end; - align-items: flex-end; + align-items: flex-end; } .around-sm { - -ms-flex-pack: distribute; - justify-content: space-around; + justify-content: space-around; } .between-sm { - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; } .first-sm { - -ms-flex-order: -1; - order: -1; + order: -1; } .last-sm { - -ms-flex-order: 1; - order: 1; + order: 1; } .ph-sm-0 { padding-left: 0; @@ -3701,10 +3622,8 @@ a.delete { margin-right: 1rem; } .main-navigation .primary-menu { - display: -ms-flexbox; display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; margin-left: -1rem; } .site-branding { @@ -3824,7 +3743,6 @@ a.delete { right: 0.5625em; } .navigation .nav-links { - display: -ms-flexbox; display: flex; } .nav-next { @@ -3838,8 +3756,7 @@ a.delete { } .navigation.paging-navigation .nav-links, .navigation.post-navigation .nav-links { - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; } .navigation.paging-navigation .nav-links div, .navigation.post-navigation .nav-links div { @@ -3856,11 +3773,9 @@ a.delete { display: none; } #site-header-secondary-menu { - display: -ms-flexbox; display: flex; font-size: 0.875rem; - -ms-flex-align: center; - align-items: center; + align-items: center; } #site-header-secondary-menu a { color: #696969; @@ -3890,7 +3805,6 @@ a.delete { width: 33.33333333%; } .edd-discount-code-field-wrap { - display: -ms-flexbox; display: flex; } .edd-discount-code-field-wrap #edd-discount { @@ -3941,14 +3855,11 @@ a.delete { text-align: left; } .content-wrapper { - display: -ms-flexbox; display: flex; - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; } #main { - -ms-flex: 1; - flex: 1; + flex: 1; } #secondary { padding: 0; @@ -3978,76 +3889,61 @@ a.delete { .col-md-11, .col-md-12 { box-sizing: border-box; - -ms-flex: 0 0 auto; - flex: 0 0 auto; + flex: 0 0 auto; padding-right: 2rem; padding-left: 2rem; } .col-md { - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-preferred-size: 0; - flex-basis: 0; + flex-grow: 1; + flex-basis: 0; max-width: 100%; } .col-md-1 { - -ms-flex-preferred-size: 8.333%; - flex-basis: 8.333%; + flex-basis: 8.333%; max-width: 8.333%; } .col-md-2 { - -ms-flex-preferred-size: 16.667%; - flex-basis: 16.667%; + flex-basis: 16.667%; max-width: 16.667%; } .col-md-3 { - -ms-flex-preferred-size: 25%; - flex-basis: 25%; + flex-basis: 25%; max-width: 25%; } .col-md-4 { - -ms-flex-preferred-size: 33.333%; - flex-basis: 33.333%; + flex-basis: 33.333%; max-width: 33.333%; } .col-md-5 { - -ms-flex-preferred-size: 41.667%; - flex-basis: 41.667%; + flex-basis: 41.667%; max-width: 41.667%; } .col-md-6 { - -ms-flex-preferred-size: 50%; - flex-basis: 50%; + flex-basis: 50%; max-width: 50%; } .col-md-7 { - -ms-flex-preferred-size: 58.333%; - flex-basis: 58.333%; + flex-basis: 58.333%; max-width: 58.333%; } .col-md-8 { - -ms-flex-preferred-size: 66.667%; - flex-basis: 66.667%; + flex-basis: 66.667%; max-width: 66.667%; } .col-md-9 { - -ms-flex-preferred-size: 75%; - flex-basis: 75%; + flex-basis: 75%; max-width: 75%; } .col-md-10 { - -ms-flex-preferred-size: 83.333%; - flex-basis: 83.333%; + flex-basis: 83.333%; max-width: 83.333%; } .col-md-11 { - -ms-flex-preferred-size: 91.667%; - flex-basis: 91.667%; + flex-basis: 91.667%; max-width: 91.667%; } .col-md-12 { - -ms-flex-preferred-size: 100%; - flex-basis: 100%; + flex-basis: 100%; max-width: 100%; } .col-md-offset-1 { @@ -4084,47 +3980,37 @@ a.delete { margin-left: 91.667%; } .start-md { - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; text-align: start; } .center-md { - -ms-flex-pack: center; - justify-content: center; + justify-content: center; text-align: center; } .end-md { - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; text-align: end; } .top-md { - -ms-flex-align: start; - align-items: flex-start; + align-items: flex-start; } .middle-md { - -ms-flex-align: center; - align-items: center; + align-items: center; } .bottom-md { - -ms-flex-align: end; - align-items: flex-end; + align-items: flex-end; } .around-md { - -ms-flex-pack: distribute; - justify-content: space-around; + justify-content: space-around; } .between-md { - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; } .first-md { - -ms-flex-order: -1; - order: -1; + order: -1; } .last-md { - -ms-flex-order: 1; - order: 1; + order: 1; } .ph-md-0 { padding-left: 0; @@ -4351,76 +4237,61 @@ a.delete { .col-lg-11, .col-lg-12 { box-sizing: border-box; - -ms-flex: 0 0 auto; - flex: 0 0 auto; + flex: 0 0 auto; padding-right: 2rem; padding-left: 2rem; } .col-lg { - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-preferred-size: 0; - flex-basis: 0; + flex-grow: 1; + flex-basis: 0; max-width: 100%; } .col-lg-1 { - -ms-flex-preferred-size: 8.333%; - flex-basis: 8.333%; + flex-basis: 8.333%; max-width: 8.333%; } .col-lg-2 { - -ms-flex-preferred-size: 16.667%; - flex-basis: 16.667%; + flex-basis: 16.667%; max-width: 16.667%; } .col-lg-3 { - -ms-flex-preferred-size: 25%; - flex-basis: 25%; + flex-basis: 25%; max-width: 25%; } .col-lg-4 { - -ms-flex-preferred-size: 33.333%; - flex-basis: 33.333%; + flex-basis: 33.333%; max-width: 33.333%; } .col-lg-5 { - -ms-flex-preferred-size: 41.667%; - flex-basis: 41.667%; + flex-basis: 41.667%; max-width: 41.667%; } .col-lg-6 { - -ms-flex-preferred-size: 50%; - flex-basis: 50%; + flex-basis: 50%; max-width: 50%; } .col-lg-7 { - -ms-flex-preferred-size: 58.333%; - flex-basis: 58.333%; + flex-basis: 58.333%; max-width: 58.333%; } .col-lg-8 { - -ms-flex-preferred-size: 66.667%; - flex-basis: 66.667%; + flex-basis: 66.667%; max-width: 66.667%; } .col-lg-9 { - -ms-flex-preferred-size: 75%; - flex-basis: 75%; + flex-basis: 75%; max-width: 75%; } .col-lg-10 { - -ms-flex-preferred-size: 83.333%; - flex-basis: 83.333%; + flex-basis: 83.333%; max-width: 83.333%; } .col-lg-11 { - -ms-flex-preferred-size: 91.667%; - flex-basis: 91.667%; + flex-basis: 91.667%; max-width: 91.667%; } .col-lg-12 { - -ms-flex-preferred-size: 100%; - flex-basis: 100%; + flex-basis: 100%; max-width: 100%; } .col-lg-offset-1 { @@ -4457,47 +4328,37 @@ a.delete { margin-left: 91.667%; } .start-lg { - -ms-flex-pack: start; - justify-content: flex-start; + justify-content: flex-start; text-align: start; } .center-lg { - -ms-flex-pack: center; - justify-content: center; + justify-content: center; text-align: center; } .end-lg { - -ms-flex-pack: end; - justify-content: flex-end; + justify-content: flex-end; text-align: end; } .top-lg { - -ms-flex-align: start; - align-items: flex-start; + align-items: flex-start; } .middle-lg { - -ms-flex-align: center; - align-items: center; + align-items: center; } .bottom-lg { - -ms-flex-align: end; - align-items: flex-end; + align-items: flex-end; } .around-lg { - -ms-flex-pack: distribute; - justify-content: space-around; + justify-content: space-around; } .between-lg { - -ms-flex-pack: justify; - justify-content: space-between; + justify-content: space-between; } .first-lg { - -ms-flex-order: -1; - order: -1; + order: -1; } .last-lg { - -ms-flex-order: 1; - order: 1; + order: 1; } .ph-lg-0 { padding-right: 0; diff --git a/style.min.css b/style.min.css index 78656cf..f427816 100644 --- a/style.min.css +++ b/style.min.css @@ -1,12 +1 @@ -/* -Theme Name: Themedd -Theme URI: https://themedd.com -Author: Easy Digital Downloads -Author URI: https://easydigitaldownloads.com -Description: Themedd is a simple and extensible WordPress theme that provides a solid integration with Easy Digital Downloads and its extensions. It's the perfect theme to sell your digital products. -Version: 1.0.8 -License: GNU General Public License -License URI: license.txt -Text Domain: themedd -*/ -html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}figure{margin:0}img{max-width:100%;height:auto;border:none}input[type="search"],*,*:before,*:after{box-sizing:border-box}hr{margin:2rem 0;border:0;height:0;border-bottom:1px solid #f5f5f5}.highlight{background:#f5f5f5}.aligncenter{clear:both;display:block;margin:0 auto 2rem auto}.alignleft{float:left;margin:0 2rem 2rem 0}.alignright{float:right;margin:0 0 2rem 2rem}.hide{display:none}.text-center-xs{text-align:center}.text-left-xs{text-align:left}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1219px){.hidden-md{display:none !important}}@media (min-width:1220px){.hidden-lg{display:none !important}}body{text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,button,input,select,textarea{color:#696969;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.1rem;line-height:1.5rem}.site-title{margin-bottom:0;font-size:2rem;font-weight:600;line-height:1;color:#222;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif}.site-title a,.site-title a:hover{color:#222}figcaption{color:#696969;font-size:.875rem}.site-description{font-size:1.2rem;margin-bottom:0;color:#a2a2a2;display:none}h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;color:#222;line-height:1.2;margin:0 0 1.62rem 0;font-weight:600}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.4rem}h4{font-size:1.3rem}h5{font-size:1.2rem}h6{font-size:1.1rem}.entry-content h1{margin-top:3.24rem}.entry-content h2{margin-top:3.24rem}.entry-content h3{margin-top:3.24rem}.entry-content h4{margin-top:3.24rem}.entry-content h5{margin-top:3.24rem}.entry-content h6{margin-top:3.24rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,.post-title,.entry-title{margin-top:0}code{color:#696969;word-wrap:break-word}p,figcaption{line-height:1.62}p{margin:0 0 1.62rem 0}strong{font-weight:bold}dfn,cite,em,i{font-style:italic}blockquote{border-left:4px solid #f5f5f5;padding-left:1.62rem;margin:0 0 1.62rem -1.62rem;font-style:italic}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote p{margin-bottom:1.62rem}blockquote cite,blockquote small{color:#1a1a1a;display:block;font-size:1rem;line-height:1.75}blockquote cite:before,blockquote small:before{content:"\2014\00a0"}blockquote em,blockquote i,blockquote cite{font-style:normal}blockquote>:last-child{margin-bottom:0}address{font-style:italic;margin:0 0 1.62rem}code,kbd,tt,var,samp,pre{font-family:Inconsolata, monospace}pre{border:1px solid #f5f5f5;font-size:1rem;line-height:1.3;margin:0 0 1.62rem;max-width:100%;overflow:auto;padding:1.5rem;white-space:pre;white-space:pre-wrap;word-wrap:break-word}code{padding:.125rem .25rem}abbr,acronym{cursor:help;text-decoration:none}mark,ins{background:#448FD5;color:#fff;padding:.125em .25em;text-decoration:none}big{font-size:125%}.site-footer{font-size:.875rem}h2.widget-title{font-size:1.2rem}#primary-sidebar{font-size:1rem}.custom-logo-link{display:inline-block}.custom-logo-link img{display:block}input[type="submit"],button,#submit,.button{background:#448FD5;color:#fff;cursor:pointer;display:inline-block;font-weight:500;text-align:center;vertical-align:middle;border-radius:0;border:1px solid #448FD5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;line-height:1.5rem}input[type="submit"]:hover,button:hover,#submit:hover,.button:hover{text-decoration:none;color:#fff;background:#2f83d0;border:1px solid #2f83d0}input[type="submit"],#submit,button,.button{font-size:1.1rem;padding:.75rem 1.5rem}.button-small{font-size:.875rem;padding:.5rem 1rem}.button-large{font-size:1.25rem;padding:1.25rem 2.5rem}.button-block{width:100%;display:block}.menu-item-has-children a:after,.dropdown-toggle:after,.bypostauthor>article .fn:after,.comment-reply-title small a:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:"Genericons";font-size:16px;font-style:normal;font-weight:normal;font-variant:normal;line-height:1;speak:none;text-align:center;text-decoration:inherit;text-transform:none;vertical-align:top}@font-face{font-family:"Genericons";src:url("assets/fonts/Genericons.eot?") format("embedded-opentype");font-weight:normal;font-style:normal}@font-face{font-family:"Genericons";src:url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url("assets/fonts/Genericons.ttf") format("truetype"),url("assets/fonts/Genericons.svg#Genericons") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"Genericons";src:url("assets/fonts/Genericons.svg#Genericons") format("svg")}}.genericon{font-size:16px;vertical-align:top;text-align:center;-moz-transition:color .1s ease-in 0;-webkit-transition:color .1s ease-in 0;display:inline-block;font-family:"Genericons";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}.genericon-rotate-90{transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.genericon-rotate-180{transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.genericon-rotate-270{transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.genericon-flip-horizontal{transform:scale(-1, 1)}.genericon-flip-vertical{transform:scale(1, -1)}.genericon-404:before{content:"\f423"}.genericon-activity:before{content:"\f508"}.genericon-anchor:before{content:"\f509"}.genericon-aside:before{content:"\f101"}.genericon-attachment:before{content:"\f416"}.genericon-audio:before{content:"\f109"}.genericon-bold:before{content:"\f471"}.genericon-book:before{content:"\f444"}.genericon-bug:before{content:"\f50a"}.genericon-cart:before{content:"\f447"}.genericon-category:before{content:"\f301"}.genericon-chat:before{content:"\f108"}.genericon-checkmark:before{content:"\f418"}.genericon-close:before{content:"\f405"}.genericon-close-alt:before{content:"\f406"}.genericon-cloud:before{content:"\f426"}.genericon-cloud-download:before{content:"\f440"}.genericon-cloud-upload:before{content:"\f441"}.genericon-code:before{content:"\f462"}.genericon-codepen:before{content:"\f216"}.genericon-cog:before{content:"\f445"}.genericon-collapse:before{content:"\f432"}.genericon-comment:before{content:"\f300"}.genericon-day:before{content:"\f305"}.genericon-digg:before{content:"\f221"}.genericon-document:before{content:"\f443"}.genericon-dot:before{content:"\f428"}.genericon-downarrow:before{content:"\f502"}.genericon-download:before{content:"\f50b"}.genericon-draggable:before{content:"\f436"}.genericon-dribbble:before{content:"\f201"}.genericon-dropbox:before{content:"\f225"}.genericon-dropdown:before{content:"\f433"}.genericon-dropdown-left:before{content:"\f434"}.genericon-edit:before{content:"\f411"}.genericon-ellipsis:before{content:"\f476"}.genericon-expand:before{content:"\f431"}.genericon-external:before{content:"\f442"}.genericon-facebook:before{content:"\f203"}.genericon-facebook-alt:before{content:"\f204"}.genericon-fastforward:before{content:"\f458"}.genericon-feed:before{content:"\f413"}.genericon-flag:before{content:"\f468"}.genericon-flickr:before{content:"\f211"}.genericon-foursquare:before{content:"\f226"}.genericon-fullscreen:before{content:"\f474"}.genericon-gallery:before{content:"\f103"}.genericon-github:before{content:"\f200"}.genericon-googleplus:before{content:"\f206"}.genericon-googleplus-alt:before{content:"\f218"}.genericon-handset:before{content:"\f50c"}.genericon-heart:before{content:"\f461"}.genericon-help:before{content:"\f457"}.genericon-hide:before{content:"\f404"}.genericon-hierarchy:before{content:"\f505"}.genericon-home:before{content:"\f409"}.genericon-image:before{content:"\f102"}.genericon-info:before{content:"\f455"}.genericon-instagram:before{content:"\f215"}.genericon-italic:before{content:"\f472"}.genericon-key:before{content:"\f427"}.genericon-leftarrow:before{content:"\f503"}.genericon-link:before{content:"\f107"}.genericon-linkedin:before{content:"\f207"}.genericon-linkedin-alt:before{content:"\f208"}.genericon-location:before{content:"\f417"}.genericon-lock:before{content:"\f470"}.genericon-mail:before{content:"\f410"}.genericon-maximize:before{content:"\f422"}.genericon-menu:before{content:"\f419"}.genericon-microphone:before{content:"\f50d"}.genericon-minimize:before{content:"\f421"}.genericon-minus:before{content:"\f50e"}.genericon-month:before{content:"\f307"}.genericon-move:before{content:"\f50f"}.genericon-next:before{content:"\f429"}.genericon-notice:before{content:"\f456"}.genericon-paintbrush:before{content:"\f506"}.genericon-path:before{content:"\f219"}.genericon-pause:before{content:"\f448"}.genericon-phone:before{content:"\f437"}.genericon-picture:before{content:"\f473"}.genericon-pinned:before{content:"\f308"}.genericon-pinterest:before{content:"\f209"}.genericon-pinterest-alt:before{content:"\f210"}.genericon-play:before{content:"\f452"}.genericon-plugin:before{content:"\f439"}.genericon-plus:before{content:"\f510"}.genericon-pocket:before{content:"\f224"}.genericon-polldaddy:before{content:"\f217"}.genericon-portfolio:before{content:"\f460"}.genericon-previous:before{content:"\f430"}.genericon-print:before{content:"\f469"}.genericon-quote:before{content:"\f106"}.genericon-rating-empty:before{content:"\f511"}.genericon-rating-full:before{content:"\f512"}.genericon-rating-half:before{content:"\f513"}.genericon-reddit:before{content:"\f222"}.genericon-refresh:before{content:"\f420"}.genericon-reply:before{content:"\f412"}.genericon-reply-alt:before{content:"\f466"}.genericon-reply-single:before{content:"\f467"}.genericon-rewind:before{content:"\f459"}.genericon-rightarrow:before{content:"\f501"}.genericon-search:before{content:"\f400"}.genericon-send-to-phone:before{content:"\f438"}.genericon-send-to-tablet:before{content:"\f454"}.genericon-share:before{content:"\f415"}.genericon-show:before{content:"\f403"}.genericon-shuffle:before{content:"\f514"}.genericon-sitemap:before{content:"\f507"}.genericon-skip-ahead:before{content:"\f451"}.genericon-skip-back:before{content:"\f450"}.genericon-skype:before{content:"\f220"}.genericon-spam:before{content:"\f424"}.genericon-spotify:before{content:"\f515"}.genericon-standard:before{content:"\f100"}.genericon-star:before{content:"\f408"}.genericon-status:before{content:"\f105"}.genericon-stop:before{content:"\f449"}.genericon-stumbleupon:before{content:"\f223"}.genericon-subscribe:before{content:"\f463"}.genericon-subscribed:before{content:"\f465"}.genericon-summary:before{content:"\f425"}.genericon-tablet:before{content:"\f453"}.genericon-tag:before{content:"\f302"}.genericon-time:before{content:"\f303"}.genericon-top:before{content:"\f435"}.genericon-trash:before{content:"\f407"}.genericon-tumblr:before{content:"\f214"}.genericon-twitch:before{content:"\f516"}.genericon-twitter:before{content:"\f202"}.genericon-unapprove:before{content:"\f446"}.genericon-unsubscribe:before{content:"\f464"}.genericon-unzoom:before{content:"\f401"}.genericon-uparrow:before{content:"\f500"}.genericon-user:before{content:"\f304"}.genericon-video:before{content:"\f104"}.genericon-videocamera:before{content:"\f517"}.genericon-vimeo:before{content:"\f212"}.genericon-warning:before{content:"\f414"}.genericon-website:before{content:"\f475"}.genericon-week:before{content:"\f306"}.genericon-wordpress:before{content:"\f205"}.genericon-xpost:before{content:"\f504"}.genericon-youtube:before{content:"\f213"}.genericon-zoom:before{content:"\f402"}#main{padding:1rem}#page{max-width:1480px;min-height:100%;margin-left:auto;margin-right:auto;word-wrap:break-word;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.layout-full-width #page{max-width:none}#content{background:#fff;-ms-flex:1 0 auto;flex:1 0 auto}#primary,#secondary{padding:0}.no-sidebar #primary{width:100%}.content-wrapper{max-width:1252px;margin-left:auto;margin-right:auto}.wrapper{margin-left:auto;margin-right:auto}body .wrapper{max-width:1252px}.container>.wrapper{max-width:1188px}#masthead{background-color:#fff}.site-header-main{margin:0 auto;position:relative}.site-header-wrap{-ms-flex-align:center;align-items:center;margin:0 auto;max-width:1252px}.header-image{text-align:center}.header-image a{display:block}.header-image img{display:block;margin:0 auto}.layout-full-width .header-image img{width:100%}.entry-title-primary{display:block}.entry-title-primary+.subtitle{margin-top:.5rem}#comments .comments-title span.subtitle{display:none}.subtitle{font-size:1.2rem;display:block;color:#696969;font-weight:300}.subtitle p{margin-bottom:0}.site-footer{background:#fff}.site-footer ul{margin-left:0;margin-top:0}.site-footer ul ul{margin-left:1rem}.site-footer li{list-style-type:none;margin-bottom:0}.site-footer a{color:#a2a2a2;display:inline-block}.site-footer a:hover{color:#222}.footer-widgets .widget-column{padding:1rem}.site-info{padding:2rem;text-align:center;color:#a2a2a2}.site-info p{margin-bottom:0}a{color:#448FD5;text-decoration:none;outline:0}a:hover,a:focus,a:active,a:visited{text-decoration:none;outline:0}a:hover{outline:0;color:#215b92}#mobile-menu .menu-item-search{display:block}#mobile-menu .search-form{padding:1rem}.search-submit svg *{stroke:#696969}.search-form{display:-ms-flexbox;display:flex}.search-form label{margin-bottom:0;width:100%}.search-form .search-field{border-right:none;font-size:1rem}.search-form .search-field,.search-form .search-submit{border:none;background:#f5f5f5}.search-form .search-submit{padding:.8125rem}.search-form .search-submit svg{vertical-align:inherit}.site-header-menu .search-form .search-field,.site-header-menu .search-form .search-submit{padding:.5rem}.site-header-menu .primary-menu .search-form{-ms-flex-align:center;align-items:center}.says,.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}.site .skip-link{background-color:#f1f1f1;box-shadow:0 0 1px 1px rgba(0,0,0,0.2);color:#21759b;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;left:-9999em;outline:none;padding:15px 23px 14px;text-decoration:none;text-transform:none;top:-9999em}.logged-in .site .skip-link{box-shadow:0 0 2px 2px rgba(0,0,0,0.2);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif}.site .skip-link:focus{clip:auto;height:auto;left:6px;top:7px;width:auto;z-index:100000}body,html{height:100%}body{background:#fff}dl{margin:0 0 1.62rem}dt{font-weight:700}dd{margin:0 0 1.62rem}ul,ol{list-style-type:none;padding:0}ul li img,ol li img{margin-top:1rem}.entry-content ul{list-style:disc}.entry-content ol{list-style:decimal}.entry-content ul,.entry-content ol{margin:0 0 1.62rem 2rem;line-height:1.5}.entry-content ul li,.entry-content ol li{margin-bottom:1rem}.entry-content li>ul,.entry-content li>ol{margin:1rem 0 0 2rem}.entry-content li>ul{list-style:circle}.entry-content li>ul ul{list-style:square}table,th,td{border:1px solid #f4f4f4}table{border-collapse:separate;border-spacing:0;border-width:2px 0 0 2px;margin:0 0 1.62rem;width:100%;font-size:1rem}caption,th,td{font-weight:normal;text-align:left}th{border-width:0 2px 2px 0;font-weight:600;background:#fcfcfc}td{border-width:0 2px 2px 0}th,td{padding:.5rem}.box,.comment-respond{padding:1rem;border:2px solid #f4f4f4;background:#fcfcfc}.box p:last-of-type:not(:first-child),.comment-respond p:last-of-type:not(:first-child){margin-bottom:0}.sticky{position:relative}.entry-meta,.entry-footer{font-size:1rem;color:#a2a2a2}.entry-meta a,.entry-footer a{color:#a2a2a2}.entry-meta a:hover,.entry-footer a:hover{color:#696969}figure.wp-caption{max-width:100%}figure.wp-caption.alignnone{margin:0 0 2rem 0}article[class^="post-"]+article[class^="post-"]{padding-top:2rem}.entry-title a{color:#222}.entry-title a:hover{color:#222}.site-main>article{margin-bottom:2rem}.cat-tags-links span{display:block}.author-info{padding:2rem 0;border-top:2px solid #f5f5f5;border-bottom:2px solid #f5f5f5;margin:4rem 0 2rem 0}.author-bio{font-size:1rem;font-style:italic;margin-bottom:0}.author-avatar{margin:0 0 1.5rem 0}.author-avatar img{display:block;border-radius:100%}.post-thumbnail{margin:0 0 2rem 0;display:block}.post-thumbnail .wp-post-image{display:block;margin:0 auto}#comments{padding-top:2rem}#comments ol{margin-left:0}.comment-metadata{margin-bottom:2rem}.comment-metadata,.pingback .edit-link{font-size:1rem}.comment a.url{color:#222}.comment-author{margin-bottom:.5rem}.comment-author .avatar{float:left;height:28px;margin-right:.875rem;position:relative;width:28px}.comment-metadata,.pingback .edit-link{color:#696969;font-size:.875rem;line-height:1.62}.comment-metadata{margin-bottom:2rem}.comment-list>.comment{padding-left:0}.comment-list li{list-style-type:none}#respond{margin-top:2rem;margin-bottom:2rem}.comment-reply-link,#cancel-comment-reply-link,.logged-in-as{font-size:.875rem}.entry-footer .edit-link{margin-top:1rem;display:inline-block}.comment-metadata a,.pingback .comment-edit-link,#cancel-comment-reply-link,.logged-in-as a,.comment-reply-link{color:#a2a2a2}.comment-metadata a:hover,.pingback .comment-edit-link:hover,#cancel-comment-reply-link:hover,.logged-in-as a:hover,.comment-reply-link:hover{color:#222}#cancel-comment-reply-link{float:right;color:#a2a2a2;font-weight:500}.comments-area .children{margin-top:2rem}.updated:not(.published){display:none}.edd_pagination,.edd-review-navigation,.edd-reviews-vendor-feedback-pagination,#edd_user_commissions .navigation,#edd_download_pagination,.fes-order-list-pagination-container,.fes-pagination,.fes-product-list-pagination-container,.affwp-pagination{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:2rem;margin-bottom:2rem;color:#696969}.edd_pagination .current,.edd-review-navigation .current,.edd-reviews-vendor-feedback-pagination .current,#edd_user_commissions .navigation .current,#edd_download_pagination .current,.fes-order-list-pagination-container .current,.fes-pagination .current,.fes-product-list-pagination-container .current,.affwp-pagination .current,.edd_pagination a.page-numbers,.edd-review-navigation a.page-numbers,.edd-reviews-vendor-feedback-pagination a.page-numbers,#edd_user_commissions .navigation a.page-numbers,#edd_download_pagination a.page-numbers,.fes-order-list-pagination-container a.page-numbers,.fes-pagination a.page-numbers,.fes-product-list-pagination-container a.page-numbers,.affwp-pagination a.page-numbers{color:#696969;font-size:.875rem;border:1px solid #f5f5f5}.edd_pagination .current,.edd-review-navigation .current,.edd-reviews-vendor-feedback-pagination .current,#edd_user_commissions .navigation .current,#edd_download_pagination .current,.fes-order-list-pagination-container .current,.fes-pagination .current,.fes-product-list-pagination-container .current,.affwp-pagination .current,.edd_pagination a.page-numbers,.edd-review-navigation a.page-numbers,.edd-reviews-vendor-feedback-pagination a.page-numbers,#edd_user_commissions .navigation a.page-numbers,#edd_download_pagination a.page-numbers,.fes-order-list-pagination-container a.page-numbers,.fes-pagination a.page-numbers,.fes-product-list-pagination-container a.page-numbers,.affwp-pagination a.page-numbers,.edd_pagination .dots,.edd-review-navigation .dots,.edd-reviews-vendor-feedback-pagination .dots,#edd_user_commissions .navigation .dots,#edd_download_pagination .dots,.fes-order-list-pagination-container .dots,.fes-pagination .dots,.fes-product-list-pagination-container .dots,.affwp-pagination .dots{padding:.25rem .75rem;margin-right:.5rem}.edd_pagination .current,.edd-review-navigation .current,.edd-reviews-vendor-feedback-pagination .current,#edd_user_commissions .navigation .current,#edd_download_pagination .current,.fes-order-list-pagination-container .current,.fes-pagination .current,.fes-product-list-pagination-container .current,.affwp-pagination .current,.edd_pagination a.page-numbers:hover,.edd-review-navigation a.page-numbers:hover,.edd-reviews-vendor-feedback-pagination a.page-numbers:hover,#edd_user_commissions .navigation a.page-numbers:hover,#edd_download_pagination a.page-numbers:hover,.fes-order-list-pagination-container a.page-numbers:hover,.fes-pagination a.page-numbers:hover,.fes-product-list-pagination-container a.page-numbers:hover,.affwp-pagination a.page-numbers:hover{background:#f5f5f5;border-color:#f5f5f5;color:#696969}.page-header{padding-left:1rem;padding-right:1rem}.page-header h1{margin-bottom:0}.widget{line-height:1.62}.widget li{margin-bottom:.5rem}aside li{font-size:1rem;padding:0}#primary-sidebar .widget{padding:1rem}#primary-sidebar .widget>*:last-child{margin-bottom:0}#wp-calendar td,#wp-calendar th{padding:.5rem}#wp-calendar caption{margin-bottom:.5rem}#wp-calendar th,#wp-calendar td:not( #prev ){text-align:center}#wp-calendar td#next{text-align:right}.widget_recent_entries .post-date{display:block}.gallery{margin-right:-1rem;margin-left:-1rem}.gallery figure{margin:0}.gallery-item div{margin:1rem}.carousel-open{height:auto}.gallery{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.entry-content .gallery{margin-bottom:4rem}.wp-caption-text{font-style:italic}.gallery-item{width:100%}.gallery-item img{margin:0 auto;display:block}.gallery-item .gallery-caption{margin:.5rem 0 2rem 0;text-align:center}.gallery-item a{display:block}input,textarea{padding:.8125rem;color:#696969;background:#fff;border:2px solid #f5f5f5;border-radius:0}form input,textarea{width:100%}select{border:2px solid #f5f5f5}input{display:inline-block}input:focus,textarea:focus{outline:0}input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="number"],input[type="url"],input[type="password"],textarea{-webkit-appearance:none}input[type="checkbox"],input[type="radio"]{width:auto;cursor:pointer;vertical-align:middle;margin-top:-3px}input[type="radio"]{margin-right:.5rem}fieldset{border:none;margin:0 0 2rem 0;padding:0;position:relative}#edd_purchase_form_wrap>fieldset:last-child,#edd_purchase_form_wrap>fieldset p:last-child{margin-bottom:0 !important}legend{font-size:1.5rem;float:left;margin-bottom:1rem;color:#222;width:100%}label{text-align:left;display:block;margin-bottom:.5rem;cursor:pointer}label input[type="checkbox"]{margin-right:.25rem}input[type="radio"]+label,input[type="checkbox"]+label{display:inline-block;margin:0}form ul{list-style-type:none;margin-left:0}.container{margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-2rem;margin-left:-2rem}.row.reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{box-sizing:border-box;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:2rem;padding-left:2rem}.col-xs{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xs-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xs-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xs-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xs-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.667%}.start-xs{-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-ms-flex-align:start;align-items:flex-start}.middle-xs{-ms-flex-align:center;align-items:center}.bottom-xs{-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-ms-flex-pack:justify;justify-content:space-between}.first-xs{-ms-flex-order:-1;order:-1}.last-xs{-ms-flex-order:1;order:1}.ph-xs-0{padding-left:0;padding-right:0}.ph-xs-1{padding-left:1rem;padding-right:1rem}.ph-xs-2{padding-left:2rem;padding-right:2rem}.ph-xs-3{padding-left:3rem;padding-right:3rem}.ph-xs-4{padding-left:4rem;padding-right:4rem}.ph-xs-5{padding-left:5rem;padding-right:5rem}.ph-xs-6{padding-left:6rem;padding-right:6rem}.ph-xs-7{padding-left:7rem;padding-right:7rem}.ph-xs-8{padding-left:8rem;padding-right:8rem}.ph-xs-9{padding-left:9rem;padding-right:9rem}.ph-xs-10{padding-left:10rem;padding-right:10rem}.ph-xs-11{padding-left:11rem;padding-right:11rem}.ph-xs-12{padding-left:12rem;padding-right:12rem}.pv-xs-0{padding-top:0;padding-bottom:0}.pv-xs-1{padding-top:1rem;padding-bottom:1rem}.pv-xs-2{padding-top:2rem;padding-bottom:2rem}.pv-xs-3{padding-top:3rem;padding-bottom:3rem}.pv-xs-4{padding-top:4rem;padding-bottom:4rem}.pv-xs-5{padding-top:5rem;padding-bottom:5rem}.pv-xs-6{padding-top:6rem;padding-bottom:6rem}.pv-xs-7{padding-top:7rem;padding-bottom:7rem}.pv-xs-8{padding-top:8rem;padding-bottom:8rem}.pv-xs-9{padding-top:9rem;padding-bottom:9rem}.pv-xs-10{padding-top:10rem;padding-bottom:10rem}.pv-xs-11{padding-top:11rem;padding-bottom:11rem}.pv-xs-12{padding-top:12rem;padding-bottom:12rem}.mt-xs-0{margin-top:0}.mt-xs-1{margin-top:1rem}.mt-xs-2{margin-top:2rem}.mt-xs-3{margin-top:3rem}.mt-xs-4{margin-top:4rem}.mt-xs-5{margin-top:5rem}.mt-xs-6{margin-top:6rem}.mt-xs-7{margin-top:7rem}.mt-xs-8{margin-top:8rem}.mt-xs-9{margin-top:9rem}.mt-xs-10{margin-top:10rem}.mt-xs-11{margin-top:11rem}.mt-xs-12{margin-top:12rem}.mb-xs-0{margin-bottom:0}.mb-xs-1{margin-bottom:1rem}.mb-xs-2{margin-bottom:2rem}.mb-xs-3{margin-bottom:3rem}.mb-xs-4{margin-bottom:4rem}.mb-xs-5{margin-bottom:5rem}.mb-xs-6{margin-bottom:6rem}.mb-xs-7{margin-bottom:7rem}.mb-xs-8{margin-bottom:8rem}.mb-xs-9{margin-bottom:9rem}.mb-xs-10{margin-bottom:10rem}.mb-xs-11{margin-bottom:11rem}.mb-xs-12{margin-bottom:12rem}section.account .wrapper{max-width:1188px}.account-nav{padding-left:0}.account-content{padding-right:0}.account-content table:last-child{margin-bottom:0}.account-nav ul{list-style-type:none;margin:0}.account-nav ul li{position:relative;display:block;margin-bottom:0}.account-nav ul a{display:block;font-size:1rem;color:#696969}.account-nav ul a:hover{color:#448FD5}.account-nav ul .affwp-affiliate-dashboard-tab.active,.account-nav ul .ui-tabs-active{background:#fff}.account-nav ul .affwp-affiliate-dashboard-tab.active a,.account-nav ul .ui-tabs-active a{color:#448FD5}.container .account-content,.container .account-nav{padding-right:0;padding-left:0}.account-nav{overflow:hidden}.no-js #tabs ul{display:none}.secondary-navigation ul,.main-navigation ul{list-style:none;margin:0}.primary-menu{display:none}#site-header-secondary-menu,.site-header-wrap .site-header-menu{display:none}.site-branding+.site-header-menu .main-navigation{padding-left:0;padding-right:0}.site-header-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.main-navigation a{display:block;line-height:1.5;font-size:1rem;color:#696969}.main-navigation .current-menu-item>a,.main-navigation .current_page_ancestor>a{color:#222}.main-navigation a:hover{color:#222}.main-navigation li{position:relative;margin-bottom:0}.main-navigation ul ul{display:none}.main-navigation .menu-item-has-children>a{margin:0;padding-right:2rem}.primary-menu li.checkout{-ms-flex-item-align:center;align-self:center}.primary-menu li.checkout .nav-cart-text{display:none}.navigation.paging-navigation,.navigation.post-navigation{border-top:2px solid #f5f5f5;padding:1rem 0 0 0}.page-links{margin-bottom:1rem}.page-links a{display:inline-block;padding:.25rem;line-height:1}.post-navigation .nav-links div{margin-bottom:1rem}.post-navigation a,.post-navigation span{display:block}.post-navigation .meta-nav{color:#a2a2a2}#menu-toggle-wrap{display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-ms-flex-align:inherit;align-items:inherit}.menu-toggle{background-color:#222;border:1px solid #222;border-radius:0;font-size:1rem;width:100%;padding:1rem 1.5rem;line-height:1}.menu-toggle:hover{background-color:#222;color:#fff;border:1px solid #222}.no-js .menu-toggle{display:none}.mobile-navigation ul{margin:0}#mobile-menu{overflow:hidden;max-height:0}#mobile-menu .sub-menu a{padding-left:2rem}#mobile-menu ul{display:none;list-style-type:none}#mobile-menu ul .sub-menu a{padding-left:4rem}#mobile-menu li{position:relative;margin-bottom:0}#mobile-menu a{display:block;line-height:1.5;font-size:1rem;padding:.75rem 1rem;color:#696969}.no-js #mobile-menu,.toggled-on #mobile-menu{max-height:2000px}#mobile-menu .current-menu-item>a,#mobile-menu .current_page_ancestor>a{color:#222}#mobile-menu .menu-item-has-children>a{margin:0;padding-right:1rem}.dropdown-toggle{background-color:transparent;border:0;border-radius:0;color:#222;content:"";width:48px;height:48px;padding:0;position:absolute;text-transform:none;top:0;right:0}.dropdown-toggle:hover{background-color:transparent;border:none;color:#222}.dropdown-toggle:after{content:"\f431";font-size:24px;position:relative;left:1px;width:48px}.dropdown-toggle.toggled-on:after{content:"\f432"}.secondary-navigation a{display:block;line-height:32px;padding:.5rem 1rem}.secondary-navigation ul{display:-ms-flexbox;display:flex;margin-left:-0.5rem}.secondary-navigation ul li{margin-bottom:0}.edd-submit{width:auto}.edd-cart-ajax-alert{display:none}.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-add-to-cart .edd-add-to-cart-label{opacity:1}.edd-loading,.edd-loading:after{border-radius:50%;display:block;width:1.5rem;height:1.5rem}.edd-loading{animation:edd-spinning 1.1s infinite linear;border-top:2px solid rgba(255,255,255,0.2);border-right:2px solid rgba(255,255,255,0.2);border-bottom:2px solid rgba(255,255,255,0.2);border-left:2px solid #fff;font-size:1rem;opacity:0;filter:alpha(opacity=0);transform:translateZ(0)}.edd-add-to-cart .edd-loading{position:absolute;left:50%;top:50%;margin:-0.75rem 0 0 -0.75rem}.edd-discount-loader.edd-loading,.edd-loading-ajax.edd-loading{border-top-color:rgba(0,0,0,0.2);border-right-color:rgba(0,0,0,0.2);border-bottom-color:rgba(0,0,0,0.2);border-left-color:#000}#edd-purchase-button-wrap .edd-loading-ajax.edd-loading{position:absolute;right:1rem;top:50%;margin-top:-0.75rem}#edd-purchase-button-wrap .edd-loading-ajax.edd-loading,.edd-stripe-submit-update .edd-loading-ajax.edd-loading{border-top-color:rgba(255,255,255,0.2);border-right-color:rgba(255,255,255,0.2);border-bottom-color:rgba(255,255,255,0.2);border-left-color:#fff}.edd-loading-ajax.edd-loading{opacity:1}@keyframes edd-spinning{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}a.edd-add-to-cart .edd-add-to-cart-label,.edd-loading{transition:.1s opacity !important}.edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label{opacity:0}.edd-add-to-cart[data-edd-loading] .edd-loading,.edd-discount-loader.edd-loading{opacity:1}.edd-cart-added-alert{color:#3c763d}.edd_downloads_list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.edd_download_inner{display:-ms-flexbox;display:flex;width:100%;-ms-flex-direction:column;flex-direction:column;position:relative}.currency{vertical-align:top}.edd_download{display:-ms-flexbox;display:flex;overflow:hidden;width:100%;margin-bottom:4rem;font-size:1rem}h3.edd_download_title{margin-top:0;margin-bottom:1rem}.downloadFooter{margin:auto 0 0 0}.eddDownloadMeta{font-size:.875rem;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.eddDownloadMeta>*{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.eddDownloadMeta a{color:#696969}.eddDownloadMeta a:hover{color:#222}.eddDownloadMeta-authorAvatar img{display:block;border-radius:100%}.eddDownloadMeta-authorAvatar+.eddDownloadMeta-authorName{margin-left:.5rem}.eddDownloadMeta-beforeTitle .eddDownloadMeta,.eddDownloadMeta-afterTitle .eddDownloadMeta{margin-bottom:1rem}.eddDownloadMeta-after .eddDownloadMeta{margin-top:2rem}.eddDownloadMeta-afterTitle .edd_download_title{margin-bottom:.5rem}.edd_download_title a{color:#222;font-size:1.2rem;display:block}.edd_download_title a:hover{color:#222}.edd_download_image{margin:0 0 1.5rem 0}.edd_download_image a,.edd_download_image img{display:block}.edd_price_options ul{list-style-type:none;margin:0 0 1rem 0}.edd_price_options li{padding:.25rem 0;line-height:1.62;cursor:pointer}.edd_price_options li label{padding:0;display:block;margin:0}.edd_price_options li label input{margin-right:.5rem}.entry-content .edd_price_options li{margin-bottom:0}.edd_download_buy_button{margin:auto 0 0 0}.edd_download_purchase_form{margin-top:1rem}.edd_download_full_content,.edd_download_excerpt{margin-bottom:1rem}.edd_download_full_content p,.edd_download_excerpt p{margin-bottom:0;font-size:1rem}#edd_checkout_wrap .edd_download_columns_2{width:50%}#edd_checkout_wrap .edd_download_columns_3{width:75%}#edd_checkout_wrap .edd_download_columns_4{width:auto}.slim #edd_checkout_wrap .edd_download_columns_2{width:auto}.slim #edd_checkout_wrap .edd_download_columns_3{width:auto}.widget_edd_product_details .edd_price{display:inline-block;font-size:2rem}.widget_edd_product_details .edd_download_purchase_form:first-child{margin-top:2rem}.widget_edd_product_details .edd-meta{margin:1rem 0 0 0;font-size:.875rem}span.categories,span.tags{display:block}input.edd-input.card-number.valid{background-image:url(assets/images/tick.png);background-repeat:no-repeat;background-position:98% 50%}.edd_form fieldset p{margin-bottom:1rem}.edd_cart_item_image{display:inline-block;vertical-align:middle}.edd_cart_item_image img{display:block;margin-right:1rem}.edd_cart_discount_row .edd_discount{text-align:right;display:block}#edd-discount-error-wrap{display:block;margin:1rem 0 0 0}.edd_discount_rate,.edd_discount_remove{vertical-align:middle}.edd_discount_remove{display:inline-block;width:10px;height:10px;background:url('assets/images/xit.gif') 0 0 no-repeat;position:relative}.edd_discount_remove:hover{background-position:-10px 0}.edd_cart_footer_row th{text-align:right;background:#fff}.edd_cart_footer_row .edd_cart_total{background:#fcfcfc}#edd_secure_site_wrapper{margin-bottom:1rem;padding-right:3rem;font-weight:bold}span.padlock{display:block;position:absolute;top:2rem;right:2rem}.edd-cart-ajax{color:#fff;line-height:1;margin-top:-9px;position:absolute;right:1rem;top:50%}#edd-discount{margin-bottom:1rem}#edd-discount-code-wrap,#edd_show_discount{margin-bottom:0}.edd-discount-loader.edd-loading{display:inline-block;position:relative;left:auto;vertical-align:middle;width:1.5rem;height:1.5rem}.no-sidebar.edd-empty-cart #edd_checkout_wrap{text-align:center}#edd_checkout_form_wrap span.edd-required-indicator{color:#a94442;font-size:1.5rem}#edd_discount_code{margin-bottom:2rem}#edd_profile_personal_fieldset,#edd_profile_address_fieldset,#edd_profile_password_fieldset,#edd_discount_code,#edd_checkout_user_info,#edd_register_account_fields,#edd_login_fields,#eddc_profile_paypal_fieldset,#edd_purchase_form #edd_cc_address,#edd_cc_fields,#edd_terms_agreement,#edd_simple_shipping_fields,#edd_simple_shipping_diff_address,#edd-stripe-manage-cards>fieldset,#edd_payment_mode_select{padding:1rem;border:2px solid #f4f4f4;background:#fcfcfc;position:relative}#edd_profile_personal_fieldset p:last-child,#edd_profile_address_fieldset p:last-child,#edd_profile_password_fieldset p:last-child,#edd_discount_code p:last-child,#edd_checkout_user_info p:last-child,#edd_register_account_fields p:last-child,#edd_login_fields p:last-child,#eddc_profile_paypal_fieldset p:last-child,#edd_purchase_form #edd_cc_address p:last-child,#edd_cc_fields p:last-child,#edd_terms_agreement p:last-child,#edd_simple_shipping_fields p:last-child,#edd_simple_shipping_diff_address p:last-child,#edd-stripe-manage-cards>fieldset p:last-child,#edd_payment_mode_select p:last-child{margin-bottom:.5rem}#edd_terms_agreement{margin-bottom:2rem}#edd_agree_to_terms{margin-top:.375rem;margin-right:.5rem;-ms-flex-item-align:start;align-self:flex-start}#edd_show_terms+.edd-terms-agreement{margin-top:.5rem}.edd-terms-agreement{display:-ms-flexbox;display:flex}#edd_simple_shipping_diff_address label{margin-bottom:0}#edd_purchase_form_wrap select{width:100%}#edd_purchase_form_wrap .edd-select-small{width:auto}#edd_profile_submit_wrap{margin-bottom:0}.edd-payment-mode-label{font-size:1.5rem}.edd_checkout_cart_item_title{vertical-align:middle;display:block}.edd_cart_item_image+.edd_checkout_cart_item_title{margin-top:.5rem}.edd-description{display:block;font-size:1rem;margin-bottom:.5rem;color:#838383}.edd_cart_actions{text-align:right}.edd_cart_actions .edd-item-quantity{margin-right:.5rem}#edd_final_total_wrap{text-align:center;margin-bottom:2rem}#edd-purchase-button-wrap{position:relative}#edd_final_total_wrap,#edd-purchase-button{font-size:1.5rem}#edd-purchase-button{padding:1.25rem 2.5rem}.edd_cart_header_row,.edd_cart_item{border-bottom:2px solid #f5f5f5}.edd_cart_total{text-align:right}.edd_cart_amount{font-weight:bold}#edd_checkout_cart{width:100%;text-align:left;margin-bottom:2rem}#edd_checkout_cart th{font-weight:bold}.edd-payment-icons{margin-bottom:2rem}.edd-payment-icons img{display:inline-block;margin-right:.5rem}.edd-payment-mode-label{margin-bottom:1rem;display:inline-block}.edd-gateway,.edd-gateway-option{cursor:pointer}.edd-gateway{margin-right:.5rem}.edd-gateway-option{margin-right:2rem;display:inline-block;vertical-align:middle}label[for=edds-confirm-update-default]{width:90%;vertical-align:top}span.card-type{position:absolute;top:0;right:0;width:43px;height:32px;background-size:43px 32px !important}label[for=card_number]{position:relative}span.card-type.off{display:none}span.card-type.visa{background:url(assets/images/icons/visa.gif) no-repeat}span.card-type.mastercard{background:url(assets/images/icons/mastercard.gif) no-repeat}span.card-type.discover{background:url(assets/images/icons/discover.gif) no-repeat}span.card-type.amex{background:url(assets/images/icons/americanexpress.gif) no-repeat}#edd_purchase_submit{margin-bottom:0}.edd-amazon-profile-wrapper{font-size:1rem}.edd-amazon-profile-name{font-weight:bold}.edd-amazon-logout a{cursor:pointer}.edd-amazon-fields #edd_cc_address{display:none}#edd-amazon-wallet-box,#edd-amazon-address-box{height:228px}#edd-amazon-address-box{margin-bottom:2rem}.edd-checkout-distraction-free .site-branding{margin-left:auto;margin-right:auto;text-align:center}.edd-checkout-distraction-free .site-footer .site-info{text-align:center}#edd_login_form fieldset,#edd_register_form fieldset{border:2px solid #f4f4f4;background:#fcfcfc;padding:2rem}#edd_login_form fieldset .row div,#edd_register_form fieldset .row div{padding:0}#edd_login_form legend,#edd_register_form legend{display:none}.edd-lost-password{margin-bottom:0}#edd_purchase_receipt_products ul{margin-bottom:0;font-size:1rem}#edd_purchase_receipt_products ul li{margin-bottom:0}#edd_purchase_receipt,#edd_purchase_receipt_products{text-align:left;margin-bottom:2rem;width:100%}#edd_purchase_receipt td,#edd_purchase_receipt_products td,#edd_purchase_receipt th,#edd_purchase_receipt_products th{padding:1rem}#edd_purchase_receipt tr,#edd_purchase_receipt_products tr{border-bottom:2px solid #f5f5f5}#edd_purchase_receipt tr th:first-child,#edd_purchase_receipt_products tr th:first-child,#edd_purchase_receipt tr td:first-child,#edd_purchase_receipt_products tr td:first-child{border-right:2px solid #f5f5f5}.edd_purchase_receipt_product_name{font-weight:bold;margin-bottom:1rem}.edd_purchase_receipt_files li:last-child{margin-bottom:0}.navCart{display:-ms-flexbox;display:flex}.navCart-icon{position:relative;display:inline-block;vertical-align:middle;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;fill:#222}.navCart-icon+*{margin-left:.5rem}.main-navigation .navCart{padding:.25rem 0}.edd_errors:not(.edd-alert){border:1px solid #E6DB55;margin:0 0 21px;background:#FFFFE0;color:#333;padding:1rem}p.edd_error{margin:0 !important}.edd_success:not(.edd-alert){margin-bottom:2rem;background:#dff0d8;color:#3c763d;padding:1rem}.edd-alert{margin-bottom:2rem;padding:1rem;border:2px solid transparent}.edd-alert p{padding:0}.edd-alert ul{margin-bottom:0}.edd-alert a{text-decoration:underline}.edd-alert p:last-child{margin-bottom:0}.edd-alert-error{background-color:#f2dede;border-color:#ebccd1}.edd-alert-error p,.edd-alert-error a{color:#a94442}.edd-alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.edd-alert-success p,.edd-alert-success a{color:#3c763d}.edd-alert-info{background-color:#d9edf7;border-color:#cbe3ef}.edd-alert-info p,.edd-alert-info a{color:#31708f}.edd-alert-warn{background-color:#fcf8e3;border-color:#faebcc}.edd-alert-warn p,.edd-alert-warn a{color:#8a6d3b}#edds-confirm-update-default{margin-right:.5rem}.edd_recurring_trial_total{font-weight:bold}#edd_sl_renewal_form{margin-bottom:2rem}#edd-add-license-renewal{cursor:pointer;margin-right:1rem;width:auto}#edd_sl_renewal_fields{background:#fcfcfc;border:2px solid #f4f4f4;padding:1rem}.edd-sl-renewal-actions,#edd_sl_show_renewal_form_wrap{margin-bottom:0}#edd-license-key-container-wrap{margin-bottom:1rem}#edd_sl_show_renewal_form_wrap+#edd-license-key-container-wrap{margin-top:.5rem}#edd_sl_license_add_site_form span{margin-bottom:.5rem;display:inline-block}#edd_sl_license_add_site_form .edd-input{margin-bottom:1rem}input[readonly]{background:#fcfcfc;border-color:#f4f4f4}.edd-sl-active{color:#3c763d}.edd-sl-inactive{color:gray}.edd-sl-expired{color:#a94442}.edd_sl_license_row .view-key-wrapper{position:relative}.edd_sl_license_row span .edd_sl_license_key{display:none;position:absolute;left:0;top:30px;z-index:999;border:2px solid #f5f5f5;background:#fff;padding:1rem;width:24rem;text-align:left}.edd-sl-manage-license-key,.edd-sl-manage-license-product{display:block}#edd_user_commissions_unpaid,#edd_user_commissions_paid,#edd_user_commissions_revoked{margin-bottom:2rem}#edd_user_commissions_unpaid_total,#edd_user_commissions_paid_total,#edd_user_commissions_revoked_total{font-weight:bold}#edd_commissions_export select{vertical-align:middle}.edd-stripe-submit-update{-ms-flex-pack:center;justify-content:center;display:-ms-inline-flexbox;display:inline-flex}.edd-stripe-submit-update .edd-loading-ajax.edd-loading{position:relative}.edd-stripe-card-item{border-bottom:2px solid #f5f5f5;padding-bottom:1rem;margin-bottom:1rem}.edd-stripe-card-item .card-update-form{display:none}.edd-stripe-card-item .card-brand,.edd-stripe-card-item .card-ending-label,.edd-stripe-card-item .card-last-4{font-weight:bold}.edd-stripe-card-item>span{display:block}.edd-stripe-card-item .card-meta>span{display:block}.edd-stripe-card-item .card-update-form input{margin-bottom:1rem}.edd-stripe-card-item .address_country{margin-bottom:1rem}.edd-stripe-card-item .address_country,.edd-stripe-card-item .address_state{display:block}.edd-card-selector-radio span.card-expired,a.delete{color:#a94442}#edd-stripe-add-new-cancel,.edd-stripe-cancel-update{margin-left:1rem}.card-is-default{font-style:italic}.edd-stripe-new-card label[for="card_number"]{margin-top:1rem}.edd-stripe-card-radio-item label{display:inline-block}.edd-stripe-add-new-card>label,.card-update-form>label{margin-bottom:1rem;font-size:1.5rem;color:#222}.card-update-form>label{margin-top:2rem}.edd-cart{list-style-type:none;margin-left:0}.edd-cart .edd-cart-item{margin-bottom:1.62rem}.edd-cart .edd-cart-item-title{display:block}.edd-cart .edd_total{font-weight:bold}.downloadAuthor ul,.downloadDetails ul{margin-left:0}.downloadAuthor ul li,.downloadDetails ul li{display:-ms-flexbox;display:flex;margin-bottom:0}.downloadAuthor-name,.downloadDetails-name{width:38%}.downloadAuthor-value,.downloadDetails-value{width:62%}.downloadAuthor-avatar{margin-bottom:1rem}.downloadAuthor-avatar img{display:block;border-radius:100%}.edd_purchase_tax_rate{display:block;font-size:.9375rem;margin-top:.5rem}.edd-item-quantity{width:4rem;margin-bottom:.5rem;padding:.5rem}.edd-select{vertical-align:middle}.edd-select~.button{font-size:.875rem;padding:.25rem .75rem}.edd-cs-voted{margin-bottom:0}.edd-cs-voted,.edd-cs-vote-description{font-style:italic;font-size:.875rem}.edd-cs-vote-description{margin-bottom:1rem}.edd-wl-wish-lists .edd-wish-list li::after{width:auto}@media only screen and (max-width:991px){.account-nav ul{line-height:2;margin-bottom:2rem}.no-js .main-navigation ul ul{display:block}.main-navigation.toggled .primary-menu{padding-top:1rem;padding-bottom:1rem}.main-navigation a{padding-left:2rem;padding-right:2rem}#mobile-menu ul.toggled-on{display:block}}@media only screen and (max-width:767px){.container{padding-right:1rem;padding-left:1rem}.row{margin-right:-1rem;margin-left:-1rem}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{padding-right:1rem;padding-left:1rem}.site-branding{padding:2rem 1rem}.edd_discount_link{display:block}#edd_sl_show_renewal_form{display:block}}@media only screen and (min-width:768px){.text-center-sm{text-align:center}.text-left-sm{text-align:left}h1{font-size:2.25rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.2rem}.site-description{display:block}.page-header .wrapper{max-width:1188px}#main{padding:2rem}.site-header-wrap{padding:2rem;max-width:1252px;margin:0 auto;display:-ms-flexbox;display:flex}.subtitle{font-size:1.8rem}.footer-widgets .widget-column{padding:2rem}.footer-widgets .widget{margin-bottom:4rem}.site-header-menu .search-form{margin-left:1rem;width:11rem}.site-header-menu .search-field{font-size:.875rem}.box,.comment-respond{padding:2rem}.author-info{display:-ms-flexbox;display:flex}.author-avatar{margin:0 1.5rem 0 0}.author-description{-ms-flex:1;flex:1}.page-header{padding-left:2rem;padding-right:2rem}#primary-sidebar .widget{padding:2rem}.gallery .gallery-item{width:33.33333333%}.gallery.gallery-columns-2 .gallery-item{width:50%}.gallery.gallery-columns-3 .gallery-item{width:33.33333333%}.gallery.gallery-columns-4 .gallery-item{width:25%}.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{box-sizing:border-box;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:2rem;padding-left:2rem}.col-sm{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-sm-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-sm-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-sm-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-sm-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.667%}.start-sm{-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-ms-flex-align:start;align-items:flex-start}.middle-sm{-ms-flex-align:center;align-items:center}.bottom-sm{-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-ms-flex-pack:justify;justify-content:space-between}.first-sm{-ms-flex-order:-1;order:-1}.last-sm{-ms-flex-order:1;order:1}.ph-sm-0{padding-left:0;padding-right:0}.ph-sm-1{padding-left:1rem;padding-right:1rem}.ph-sm-2{padding-left:2rem;padding-right:2rem}.ph-sm-3{padding-left:3rem;padding-right:3rem}.ph-sm-4{padding-left:4rem;padding-right:4rem}.ph-sm-5{padding-left:5rem;padding-right:5rem}.ph-sm-6{padding-left:6rem;padding-right:6rem}.ph-sm-7{padding-left:7rem;padding-right:7rem}.ph-sm-8{padding-left:8rem;padding-right:8rem}.ph-sm-9{padding-left:9rem;padding-right:9rem}.ph-sm-10{padding-left:10rem;padding-right:10rem}.ph-sm-11{padding-left:11rem;padding-right:11rem}.ph-sm-12{padding-left:12rem;padding-right:12rem}.pv-sm-0{padding-top:0;padding-bottom:0}.pv-sm-1{padding-top:1rem;padding-bottom:1rem}.pv-sm-2{padding-top:2rem;padding-bottom:2rem}.pv-sm-3{padding-top:3rem;padding-bottom:3rem}.pv-sm-4{padding-top:4rem;padding-bottom:4rem}.pv-sm-5{padding-top:5rem;padding-bottom:5rem}.pv-sm-6{padding-top:6rem;padding-bottom:6rem}.pv-sm-7{padding-top:7rem;padding-bottom:7rem}.pv-sm-8{padding-top:8rem;padding-bottom:8rem}.pv-sm-9{padding-top:9rem;padding-bottom:9rem}.pv-sm-10{padding-top:10rem;padding-bottom:10rem}.pv-sm-11{padding-top:11rem;padding-bottom:11rem}.pv-sm-12{padding-top:12rem;padding-bottom:12rem}.mb-sm-0{margin-bottom:0}.mb-sm-1{margin-bottom:1rem}.mb-sm-2{margin-bottom:2rem}.mb-sm-3{margin-bottom:3rem}.mb-sm-4{margin-bottom:4rem}.mb-sm-5{margin-bottom:5rem}.mb-sm-6{margin-bottom:6rem}.mb-sm-7{margin-bottom:7rem}.mb-sm-8{margin-bottom:8rem}.mb-sm-9{margin-bottom:9rem}.mb-sm-10{margin-bottom:10rem}.mb-sm-11{margin-bottom:11rem}.mb-sm-12{margin-bottom:12rem}.account-nav ul li{display:inline-block;margin-right:1rem}.main-navigation .primary-menu{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1rem}.site-branding{margin-right:2rem}.site-header-menu{display:block}#site-header-secondary-menu,.site-header-wrap .site-header-menu{display:block}.main-navigation .sub-menu a{padding:.375rem 1rem;color:#a2a2a2}.main-navigation .sub-menu .current-menu-item a{color:#fff;background:transparent}.main-navigation .sub-menu .current-menu-item a:hover{color:#fff;background:transparent}.site-header-menu .main-navigation{margin:0 auto;max-width:1252px;padding:0 2rem}.main-navigation li{border:0}.main-navigation a{outline-offset:-8px;padding:1rem;white-space:nowrap}.main-navigation li:hover>a{color:#222}.secondary-navigation a{padding:.5rem}.main-navigation .sub-menu li:hover>a,.main-navigation .sub-menu li.focus>a{color:#fff;background-color:transparent}.main-navigation ul ul{display:block;float:left;margin:0;position:absolute;left:-999em;opacity:0;visibility:hidden;z-index:99999;top:100%;background:#222}.main-navigation ul ul li:first-child>a{margin-top:.375rem}.main-navigation ul ul li:last-child>a{margin-bottom:.375rem}.main-navigation li:hover>ul,.main-navigation li.focus>ul{left:0;opacity:1;top:100%;visibility:visible}.main-navigation ul ul ul{top:-0.375rem;left:100%}.main-navigation ul ul li:first-child ul{top:-0.375rem}.main-navigation ul ul ul:before,.main-navigation ul ul ul:after{border:0}.main-navigation ul ul li{background:#222}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{left:100%;top:-0.375rem}.main-navigation ul ul li:first-child:hover>ul,.main-navigation ul ul li:first-child.focus>ul{top:-0.375rem}.main-navigation ul ul a{white-space:normal;width:15em;font-size:.875rem;line-height:1.5}.main-navigation .menu-item-has-children>a:after{content:"\f431";position:absolute;right:.625em;top:50%;margin-top:-8px}.main-navigation ul ul .menu-item-has-children>a{padding-right:2.0625em}.main-navigation ul ul .menu-item-has-children>a:after{transform:rotate(-90deg);top:50%;margin-top:-8px;right:.5625em}.navigation .nav-links{display:-ms-flexbox;display:flex}.nav-next{text-align:right;margin-left:auto}.navigation.paging-navigation,.navigation.post-navigation{border-top:2px solid #f5f5f5;padding:1rem 0 0 0}.navigation.paging-navigation .nav-links,.navigation.post-navigation .nav-links{-ms-flex-pack:justify;justify-content:space-between}.navigation.paging-navigation .nav-links div,.navigation.post-navigation .nav-links div{width:50%}.mobile-navigation,#menu-toggle-wrap{display:none}#mobile-menu{display:none}.dropdown-toggle{display:none}#site-header-secondary-menu{display:-ms-flexbox;display:flex;font-size:.875rem;-ms-flex-align:center;align-items:center}#site-header-secondary-menu a{color:#696969}#site-header-secondary-menu a:hover{color:#222}.edd_download{margin-bottom:0}.edd_downloads_list{margin-left:-1.5rem;margin-right:-1.5rem;margin-top:-1.5rem}.edd_download_inner{padding:1.5rem}.edd_download_columns_3 .edd_download{width:33.33333333%}.edd_download_columns_2 .edd_download,.edd_download_columns_4 .edd_download{width:50%}.edd_download_columns_5 .edd_download{width:33.33333333%}.edd-discount-code-field-wrap{display:-ms-flexbox;display:flex}.edd-discount-code-field-wrap #edd-discount{margin-bottom:0}.edd-discount-code-field-wrap .edd-apply-discount{width:auto;margin-left:.5rem}#edd_profile_personal_fieldset,#edd_profile_address_fieldset,#edd_profile_password_fieldset,#edd_checkout_user_info,#edd_register_account_fields,#edd_login_fields,#eddc_profile_paypal_fieldset,#edd_purchase_form #edd_cc_address,#edd_cc_fields,#edd_terms_agreement,#edd-stripe-manage-cards>fieldset,#edd_simple_shipping_fields,#edd_simple_shipping_diff_address,#edd_payment_mode_select{padding:2rem}#edd_discount_code{padding:1rem 2rem}#edd_register_fields #edd_register_account_fields{margin-bottom:0}#edd_checkout_cart td,#edd_checkout_cart th{padding:1rem 2rem}.navCart{margin-left:1rem}#edd_sl_renewal_fields{padding:1rem 2rem}}@media only screen and (min-width:992px){.text-center-md{text-align:center}.text-left-md{text-align:left}.content-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}#main{-ms-flex:1;flex:1}#secondary{padding:0}.wrapper .entry-content{margin:0 auto}.slim #primary{width:66.667%;margin:0 auto}.comment{padding:2rem;margin-right:-2rem}.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{box-sizing:border-box;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:2rem;padding-left:2rem}.col-md{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-md-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-md-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-md-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-md-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.667%}.start-md{-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-ms-flex-align:start;align-items:flex-start}.middle-md{-ms-flex-align:center;align-items:center}.bottom-md{-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-ms-flex-pack:justify;justify-content:space-between}.first-md{-ms-flex-order:-1;order:-1}.last-md{-ms-flex-order:1;order:1}.ph-md-0{padding-left:0;padding-right:0}.ph-md-1{padding-right:1rem;padding-left:1rem}.ph-md-2{padding-right:2rem;padding-left:2rem}.ph-md-3{padding-right:3rem;padding-left:3rem}.ph-md-4{padding-right:4rem;padding-left:4rem}.ph-md-5{padding-right:5rem;padding-left:5rem}.ph-md-6{padding-left:6rem;padding-right:6rem}.ph-md-7{padding-right:7rem;padding-left:7rem}.ph-md-8{padding-right:8rem;padding-left:8rem}.ph-md-9{padding-right:9rem;padding-left:9rem}.ph-md-10{padding-right:10rem;padding-left:10rem}.ph-md-11{padding-right:11rem;padding-left:11rem}.ph-md-12{padding-right:12rem;padding-left:12rem}.pv-md-1{padding-top:1rem;padding-bottom:1rem}.pv-md-2{padding-top:2rem;padding-bottom:2rem}.pv-md-3{padding-top:3rem;padding-bottom:3rem}.pv-md-4{padding-top:4rem;padding-bottom:4rem}.pv-md-5{padding-top:5rem;padding-bottom:5rem}.pv-md-6{padding-top:6rem;padding-bottom:6rem}.pv-md-7{padding-top:7rem;padding-bottom:7rem}.pv-md-8{padding-top:8rem;padding-bottom:8rem}.pv-md-9{padding-top:9rem;padding-bottom:9rem}.pv-md-10{padding-top:10rem;padding-bottom:10rem}.pv-md-11{padding-top:11rem;padding-bottom:11rem}.pv-md-12{padding-top:12rem;padding-bottom:12rem}.mb-md-0{margin-bottom:0}.mb-md-1{margin-bottom:1rem}.mb-md-2{margin-bottom:2rem}.mb-md-3{margin-bottom:3rem}.mb-md-4{margin-bottom:4rem}.mb-md-5{margin-bottom:5rem}.mb-md-6{margin-bottom:6rem}.mb-md-7{margin-bottom:7rem}.mb-md-8{margin-bottom:8rem}.mb-md-9{margin-bottom:9rem}.mb-md-10{margin-bottom:10rem}.mb-md-11{margin-bottom:11rem}.mb-md-12{margin-bottom:12rem}.account-content>div{border:2px solid #f4f4f4;border-left:none;min-height:50rem;padding:2rem}.account-nav{margin-bottom:0}.account-nav ul a{padding:1rem 2rem;margin:0}.account-nav ul:last-child{border-bottom:2px solid #f4f4f4}.account-nav ul li{background:#fcfcfc;border:2px solid #f4f4f4;border-right:none;border-bottom:none;margin-right:0}.account-nav ul li{display:block}.affwp-affiliate-dashboard-tab.active:before,.affwp-affiliate-dashboard-tab.active:after,.ui-tabs-active:before,.ui-tabs-active:after{content:'';position:absolute;right:0;bottom:100%;width:2px;height:1000px;background:#f4f4f4}.affwp-affiliate-dashboard-tab.active:after,.ui-tabs-active:after{top:100%;bottom:auto;height:40000px;z-index:1}.single-download .widget_edd_product_details .button{width:100%}.edd_download_columns_4 .edd_download{width:25%}.edd_download_columns_3 .edd_download{width:33.33333333%}.edd_download_columns_2 .edd_download{width:50%}#edd_purchase_form_wrap select{width:60%}}@media only screen and (min-width:1220px){.text-center-lg{text-align:center}.text-left-lg{text-align:left}th,td{padding:.5rem 1rem}.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{box-sizing:border-box;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:2rem;padding-left:2rem}.col-lg{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-lg-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-lg-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-lg-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-lg-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.667%}.start-lg{-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-ms-flex-align:start;align-items:flex-start}.middle-lg{-ms-flex-align:center;align-items:center}.bottom-lg{-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-ms-flex-pack:justify;justify-content:space-between}.first-lg{-ms-flex-order:-1;order:-1}.last-lg{-ms-flex-order:1;order:1}.ph-lg-0{padding-right:0;padding-left:0}.ph-lg-1{padding-right:1rem;padding-left:1rem}.ph-lg-2{padding-right:2rem;padding-left:2rem}.ph-lg-3{padding-right:3rem;padding-left:3rem}.ph-lg-4{padding-right:4rem;padding-left:4rem}.ph-lg-5{padding-right:5rem;padding-left:5rem}.ph-lg-6{padding-left:6rem;padding-right:6rem}.ph-lg-7{padding-right:7rem;padding-left:7rem}.ph-lg-8{padding-right:8rem;padding-left:8rem}.ph-lg-9{padding-right:9rem;padding-left:9rem}.ph-lg-10{padding-right:10rem;padding-left:10rem}.ph-lg-11{padding-right:11rem;padding-left:11rem}.ph-lg-12{padding-right:12rem;padding-left:12rem}.pv-lg-0{padding-top:0;padding-bottom:0}.pv-lg-1{padding-top:1rem;padding-bottom:1rem}.pv-lg-2{padding-top:2rem;padding-bottom:2rem}.pv-lg-3{padding-top:3rem;padding-bottom:3rem}.pv-lg-4{padding-top:4rem;padding-bottom:4rem}.pv-lg-5{padding-top:5rem;padding-bottom:5rem}.pv-lg-6{padding-top:6rem;padding-bottom:6rem}.pv-lg-7{padding-top:7rem;padding-bottom:7rem}.pv-lg-8{padding-top:8rem;padding-bottom:8rem}.pv-lg-9{padding-top:9rem;padding-bottom:9rem}.pv-lg-10{padding-top:10rem;padding-bottom:10rem}.pv-lg-11{padding-top:11rem;padding-bottom:11rem}.pv-lg-12{padding-top:12rem;padding-bottom:12rem}.mb-lg-0{margin-bottom:0}.mb-lg-1{margin-bottom:1rem}.mb-lg-2{margin-bottom:2rem}.mb-lg-3{margin-bottom:3rem}.mb-lg-4{margin-bottom:4rem}.mb-lg-5{margin-bottom:5rem}.mb-lg-6{margin-bottom:6rem}.mb-lg-7{margin-bottom:7rem}.mb-lg-8{margin-bottom:8rem}.mb-lg-9{margin-bottom:9rem}.mb-lg-10{margin-bottom:10rem}.mb-lg-11{margin-bottom:11rem}.mb-lg-12{margin-bottom:12rem}.edd_download_columns_5 .edd_download{width:20%}} \ No newline at end of file +html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}figure{margin:0}img{max-width:100%;height:auto;border:none}input[type="search"],*,*:before,*:after{box-sizing:border-box}hr{margin:2rem 0;border:0;height:0;border-bottom:1px solid #f5f5f5}.highlight{background:#f5f5f5}.aligncenter{clear:both;display:block;margin:0 auto 2rem auto}.alignleft{float:left;margin:0 2rem 2rem 0}.alignright{float:right;margin:0 0 2rem 2rem}.hide{display:none}.text-center-xs{text-align:center}.text-left-xs{text-align:left}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1219px){.hidden-md{display:none !important}}@media (min-width:1220px){.hidden-lg{display:none !important}}body{text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,button,input,select,textarea{color:#696969;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.1rem;line-height:1.5rem}.site-title{margin-bottom:0;font-size:2rem;font-weight:600;line-height:1;color:#222;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif}.site-title a,.site-title a:hover{color:#222}figcaption{color:#696969;font-size:.875rem}.site-description{font-size:1.2rem;margin-bottom:0;color:#a2a2a2;display:none}h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;color:#222;line-height:1.2;margin:0 0 1.62rem 0;font-weight:600}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.4rem}h4{font-size:1.3rem}h5{font-size:1.2rem}h6{font-size:1.1rem}.entry-content h1{margin-top:3.24rem}.entry-content h2{margin-top:3.24rem}.entry-content h3{margin-top:3.24rem}.entry-content h4{margin-top:3.24rem}.entry-content h5{margin-top:3.24rem}.entry-content h6{margin-top:3.24rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,.post-title,.entry-title{margin-top:0}code{color:#696969;word-wrap:break-word}p,figcaption{line-height:1.62}p{margin:0 0 1.62rem 0}strong{font-weight:bold}dfn,cite,em,i{font-style:italic}blockquote{border-left:4px solid #f5f5f5;padding-left:1.62rem;margin:0 0 1.62rem -1.62rem;font-style:italic}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote p{margin-bottom:1.62rem}blockquote cite,blockquote small{color:#1a1a1a;display:block;font-size:1rem;line-height:1.75}blockquote cite:before,blockquote small:before{content:"\2014\00a0"}blockquote em,blockquote i,blockquote cite{font-style:normal}blockquote>:last-child{margin-bottom:0}address{font-style:italic;margin:0 0 1.62rem}code,kbd,tt,var,samp,pre{font-family:Inconsolata, monospace}pre{border:1px solid #f5f5f5;font-size:1rem;line-height:1.3;margin:0 0 1.62rem;max-width:100%;overflow:auto;padding:1.5rem;white-space:pre;white-space:pre-wrap;word-wrap:break-word}code{padding:.125rem .25rem}abbr,acronym{cursor:help;text-decoration:none}mark,ins{background:#448FD5;color:#fff;padding:.125em .25em;text-decoration:none}big{font-size:125%}.site-footer{font-size:.875rem}h2.widget-title{font-size:1.2rem}#primary-sidebar{font-size:1rem}.custom-logo-link{display:inline-block}.custom-logo-link img{display:block}input[type="submit"],button,#submit,.button{background:#448FD5;color:#fff;cursor:pointer;display:inline-block;font-weight:500;text-align:center;vertical-align:middle;border-radius:0;border:1px solid #448FD5;user-select:none;outline:none;line-height:1.5rem}input[type="submit"]:hover,button:hover,#submit:hover,.button:hover{text-decoration:none;color:#fff;background:#2f83d0;border:1px solid #2f83d0}input[type="submit"],#submit,button,.button{font-size:1.1rem;padding:.75rem 1.5rem}.button-small{font-size:.875rem;padding:.5rem 1rem}.button-large{font-size:1.25rem;padding:1.25rem 2.5rem}.button-block{width:100%;display:block}.menu-item-has-children a:after,.dropdown-toggle:after,.bypostauthor>article .fn:after,.comment-reply-title small a:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:"Genericons";font-size:16px;font-style:normal;font-weight:normal;font-variant:normal;line-height:1;speak:none;text-align:center;text-decoration:inherit;text-transform:none;vertical-align:top}@font-face{font-family:"Genericons";src:url("assets/fonts/Genericons.eot?") format("embedded-opentype");font-weight:normal;font-style:normal}@font-face{font-family:"Genericons";src:url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url("assets/fonts/Genericons.ttf") format("truetype"),url("assets/fonts/Genericons.svg#Genericons") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"Genericons";src:url("assets/fonts/Genericons.svg#Genericons") format("svg")}}.genericon{font-size:16px;vertical-align:top;text-align:center;-moz-transition:color .1s ease-in 0;-webkit-transition:color .1s ease-in 0;display:inline-block;font-family:"Genericons";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}.genericon-rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.genericon-rotate-180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.genericon-rotate-270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.genericon-flip-horizontal{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.genericon-flip-vertical{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.genericon-404:before{content:"\f423"}.genericon-activity:before{content:"\f508"}.genericon-anchor:before{content:"\f509"}.genericon-aside:before{content:"\f101"}.genericon-attachment:before{content:"\f416"}.genericon-audio:before{content:"\f109"}.genericon-bold:before{content:"\f471"}.genericon-book:before{content:"\f444"}.genericon-bug:before{content:"\f50a"}.genericon-cart:before{content:"\f447"}.genericon-category:before{content:"\f301"}.genericon-chat:before{content:"\f108"}.genericon-checkmark:before{content:"\f418"}.genericon-close:before{content:"\f405"}.genericon-close-alt:before{content:"\f406"}.genericon-cloud:before{content:"\f426"}.genericon-cloud-download:before{content:"\f440"}.genericon-cloud-upload:before{content:"\f441"}.genericon-code:before{content:"\f462"}.genericon-codepen:before{content:"\f216"}.genericon-cog:before{content:"\f445"}.genericon-collapse:before{content:"\f432"}.genericon-comment:before{content:"\f300"}.genericon-day:before{content:"\f305"}.genericon-digg:before{content:"\f221"}.genericon-document:before{content:"\f443"}.genericon-dot:before{content:"\f428"}.genericon-downarrow:before{content:"\f502"}.genericon-download:before{content:"\f50b"}.genericon-draggable:before{content:"\f436"}.genericon-dribbble:before{content:"\f201"}.genericon-dropbox:before{content:"\f225"}.genericon-dropdown:before{content:"\f433"}.genericon-dropdown-left:before{content:"\f434"}.genericon-edit:before{content:"\f411"}.genericon-ellipsis:before{content:"\f476"}.genericon-expand:before{content:"\f431"}.genericon-external:before{content:"\f442"}.genericon-facebook:before{content:"\f203"}.genericon-facebook-alt:before{content:"\f204"}.genericon-fastforward:before{content:"\f458"}.genericon-feed:before{content:"\f413"}.genericon-flag:before{content:"\f468"}.genericon-flickr:before{content:"\f211"}.genericon-foursquare:before{content:"\f226"}.genericon-fullscreen:before{content:"\f474"}.genericon-gallery:before{content:"\f103"}.genericon-github:before{content:"\f200"}.genericon-googleplus:before{content:"\f206"}.genericon-googleplus-alt:before{content:"\f218"}.genericon-handset:before{content:"\f50c"}.genericon-heart:before{content:"\f461"}.genericon-help:before{content:"\f457"}.genericon-hide:before{content:"\f404"}.genericon-hierarchy:before{content:"\f505"}.genericon-home:before{content:"\f409"}.genericon-image:before{content:"\f102"}.genericon-info:before{content:"\f455"}.genericon-instagram:before{content:"\f215"}.genericon-italic:before{content:"\f472"}.genericon-key:before{content:"\f427"}.genericon-leftarrow:before{content:"\f503"}.genericon-link:before{content:"\f107"}.genericon-linkedin:before{content:"\f207"}.genericon-linkedin-alt:before{content:"\f208"}.genericon-location:before{content:"\f417"}.genericon-lock:before{content:"\f470"}.genericon-mail:before{content:"\f410"}.genericon-maximize:before{content:"\f422"}.genericon-menu:before{content:"\f419"}.genericon-microphone:before{content:"\f50d"}.genericon-minimize:before{content:"\f421"}.genericon-minus:before{content:"\f50e"}.genericon-month:before{content:"\f307"}.genericon-move:before{content:"\f50f"}.genericon-next:before{content:"\f429"}.genericon-notice:before{content:"\f456"}.genericon-paintbrush:before{content:"\f506"}.genericon-path:before{content:"\f219"}.genericon-pause:before{content:"\f448"}.genericon-phone:before{content:"\f437"}.genericon-picture:before{content:"\f473"}.genericon-pinned:before{content:"\f308"}.genericon-pinterest:before{content:"\f209"}.genericon-pinterest-alt:before{content:"\f210"}.genericon-play:before{content:"\f452"}.genericon-plugin:before{content:"\f439"}.genericon-plus:before{content:"\f510"}.genericon-pocket:before{content:"\f224"}.genericon-polldaddy:before{content:"\f217"}.genericon-portfolio:before{content:"\f460"}.genericon-previous:before{content:"\f430"}.genericon-print:before{content:"\f469"}.genericon-quote:before{content:"\f106"}.genericon-rating-empty:before{content:"\f511"}.genericon-rating-full:before{content:"\f512"}.genericon-rating-half:before{content:"\f513"}.genericon-reddit:before{content:"\f222"}.genericon-refresh:before{content:"\f420"}.genericon-reply:before{content:"\f412"}.genericon-reply-alt:before{content:"\f466"}.genericon-reply-single:before{content:"\f467"}.genericon-rewind:before{content:"\f459"}.genericon-rightarrow:before{content:"\f501"}.genericon-search:before{content:"\f400"}.genericon-send-to-phone:before{content:"\f438"}.genericon-send-to-tablet:before{content:"\f454"}.genericon-share:before{content:"\f415"}.genericon-show:before{content:"\f403"}.genericon-shuffle:before{content:"\f514"}.genericon-sitemap:before{content:"\f507"}.genericon-skip-ahead:before{content:"\f451"}.genericon-skip-back:before{content:"\f450"}.genericon-skype:before{content:"\f220"}.genericon-spam:before{content:"\f424"}.genericon-spotify:before{content:"\f515"}.genericon-standard:before{content:"\f100"}.genericon-star:before{content:"\f408"}.genericon-status:before{content:"\f105"}.genericon-stop:before{content:"\f449"}.genericon-stumbleupon:before{content:"\f223"}.genericon-subscribe:before{content:"\f463"}.genericon-subscribed:before{content:"\f465"}.genericon-summary:before{content:"\f425"}.genericon-tablet:before{content:"\f453"}.genericon-tag:before{content:"\f302"}.genericon-time:before{content:"\f303"}.genericon-top:before{content:"\f435"}.genericon-trash:before{content:"\f407"}.genericon-tumblr:before{content:"\f214"}.genericon-twitch:before{content:"\f516"}.genericon-twitter:before{content:"\f202"}.genericon-unapprove:before{content:"\f446"}.genericon-unsubscribe:before{content:"\f464"}.genericon-unzoom:before{content:"\f401"}.genericon-uparrow:before{content:"\f500"}.genericon-user:before{content:"\f304"}.genericon-video:before{content:"\f104"}.genericon-videocamera:before{content:"\f517"}.genericon-vimeo:before{content:"\f212"}.genericon-warning:before{content:"\f414"}.genericon-website:before{content:"\f475"}.genericon-week:before{content:"\f306"}.genericon-wordpress:before{content:"\f205"}.genericon-xpost:before{content:"\f504"}.genericon-youtube:before{content:"\f213"}.genericon-zoom:before{content:"\f402"}#main{padding:1rem}#page{max-width:1480px;min-height:100%;margin-left:auto;margin-right:auto;word-wrap:break-word;display:flex;flex-direction:column}.layout-full-width #page{max-width:none}#content{background:#fff;flex:1 0 auto}#primary,#secondary{padding:0}.no-sidebar #primary{width:100%}.content-wrapper{max-width:1252px;margin-left:auto;margin-right:auto}.wrapper{margin-left:auto;margin-right:auto}body .wrapper{max-width:1252px}.container>.wrapper{max-width:1188px}#masthead{background-color:#fff}.site-header-main{margin:0 auto;position:relative}.site-header-wrap{align-items:center;margin:0 auto;max-width:1252px}.header-image{text-align:center}.header-image a{display:block}.header-image img{display:block;margin:0 auto}.layout-full-width .header-image img{width:100%}.entry-title-primary{display:block}.entry-title-primary+.subtitle{margin-top:.5rem}#comments .comments-title span.subtitle{display:none}.subtitle{font-size:1.2rem;display:block;color:#696969;font-weight:300}.subtitle p{margin-bottom:0}.site-footer{background:#fff}.site-footer ul{margin-left:0;margin-top:0}.site-footer ul ul{margin-left:1rem}.site-footer li{list-style-type:none;margin-bottom:0}.site-footer a{color:#a2a2a2;display:inline-block}.site-footer a:hover{color:#222}.footer-widgets .widget-column{padding:1rem}.site-info{padding:2rem;text-align:center;color:#a2a2a2}.site-info p{margin-bottom:0}a{color:#448FD5;text-decoration:none;outline:0}a:hover,a:focus,a:active,a:visited{text-decoration:none;outline:0}a:hover{outline:0;color:#215b92}#mobile-menu .menu-item-search{display:block}#mobile-menu .search-form{padding:1rem}.search-submit svg *{stroke:#696969}.search-form{display:flex}.search-form label{margin-bottom:0;width:100%}.search-form .search-field{border-right:none;font-size:1rem}.search-form .search-field,.search-form .search-submit{border:none;background:#f5f5f5}.search-form .search-submit{padding:.8125rem}.search-form .search-submit svg{vertical-align:inherit}.site-header-menu .search-form .search-field,.site-header-menu .search-form .search-submit{padding:.5rem}.site-header-menu .primary-menu .search-form{align-items:center}.says,.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}.site .skip-link{background-color:#f1f1f1;box-shadow:0 0 1px 1px rgba(0,0,0,0.2);color:#21759b;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;left:-9999em;outline:none;padding:15px 23px 14px;text-decoration:none;text-transform:none;top:-9999em}.logged-in .site .skip-link{box-shadow:0 0 2px 2px rgba(0,0,0,0.2);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif}.site .skip-link:focus{clip:auto;height:auto;left:6px;top:7px;width:auto;z-index:100000}body,html{height:100%}body{background:#fff}dl{margin:0 0 1.62rem}dt{font-weight:700}dd{margin:0 0 1.62rem}ul,ol{list-style-type:none;padding:0}ul li img,ol li img{margin-top:1rem}.entry-content ul{list-style:disc}.entry-content ol{list-style:decimal}.entry-content ul,.entry-content ol{margin:0 0 1.62rem 2rem;line-height:1.5}.entry-content ul li,.entry-content ol li{margin-bottom:1rem}.entry-content li>ul,.entry-content li>ol{margin:1rem 0 0 2rem}.entry-content li>ul{list-style:circle}.entry-content li>ul ul{list-style:square}table,th,td{border:1px solid #f4f4f4}table{border-collapse:separate;border-spacing:0;border-width:2px 0 0 2px;margin:0 0 1.62rem;width:100%;font-size:1rem}caption,th,td{font-weight:normal;text-align:left}th{border-width:0 2px 2px 0;font-weight:600;background:#fcfcfc}td{border-width:0 2px 2px 0}th,td{padding:.5rem}.box,.comment-respond{padding:1rem;border:2px solid #f4f4f4;background:#fcfcfc}.box p:last-of-type:not(:first-child),.comment-respond p:last-of-type:not(:first-child){margin-bottom:0}.sticky{position:relative}.entry-meta,.entry-footer{font-size:1rem;color:#a2a2a2}.entry-meta a,.entry-footer a{color:#a2a2a2}.entry-meta a:hover,.entry-footer a:hover{color:#696969}figure.wp-caption{max-width:100%}figure.wp-caption.alignnone{margin:0 0 2rem 0}article[class^="post-"]+article[class^="post-"]{padding-top:2rem}.entry-title a{color:#222}.entry-title a:hover{color:#222}.site-main>article{margin-bottom:2rem}.cat-tags-links span{display:block}.author-info{padding:2rem 0;border-top:2px solid #f5f5f5;border-bottom:2px solid #f5f5f5;margin:4rem 0 2rem 0}.author-bio{font-size:1rem;font-style:italic;margin-bottom:0}.author-avatar{margin:0 0 1.5rem 0}.author-avatar img{display:block;border-radius:100%}.post-thumbnail{margin:0 0 2rem 0;display:block}.post-thumbnail .wp-post-image{display:block;margin:0 auto}#comments{padding-top:2rem}#comments ol{margin-left:0}.comment-metadata{margin-bottom:2rem}.comment-metadata,.pingback .edit-link{font-size:1rem}.comment a.url{color:#222}.comment-author{margin-bottom:.5rem}.comment-author .avatar{float:left;height:28px;margin-right:.875rem;position:relative;width:28px}.comment-metadata,.pingback .edit-link{color:#696969;font-size:.875rem;line-height:1.62}.comment-metadata{margin-bottom:2rem}.comment-list>.comment{padding-left:0}.comment-list li{list-style-type:none}#respond{margin-top:2rem;margin-bottom:2rem}.comment-reply-link,#cancel-comment-reply-link,.logged-in-as{font-size:.875rem}.entry-footer .edit-link{margin-top:1rem;display:inline-block}.comment-metadata a,.pingback .comment-edit-link,#cancel-comment-reply-link,.logged-in-as a,.comment-reply-link{color:#a2a2a2}.comment-metadata a:hover,.pingback .comment-edit-link:hover,#cancel-comment-reply-link:hover,.logged-in-as a:hover,.comment-reply-link:hover{color:#222}#cancel-comment-reply-link{float:right;color:#a2a2a2;font-weight:500}.comments-area .children{margin-top:2rem}.updated:not(.published){display:none}.edd_pagination,.edd-review-navigation,.edd-reviews-vendor-feedback-pagination,#edd_user_commissions .navigation,#edd_download_pagination,.fes-order-list-pagination-container,.fes-pagination,.fes-product-list-pagination-container,.affwp-pagination{width:100%;display:flex;justify-content:center;margin-top:2rem;margin-bottom:2rem;color:#696969}.edd_pagination .current,.edd-review-navigation .current,.edd-reviews-vendor-feedback-pagination .current,#edd_user_commissions .navigation .current,#edd_download_pagination .current,.fes-order-list-pagination-container .current,.fes-pagination .current,.fes-product-list-pagination-container .current,.affwp-pagination .current,.edd_pagination a.page-numbers,.edd-review-navigation a.page-numbers,.edd-reviews-vendor-feedback-pagination a.page-numbers,#edd_user_commissions .navigation a.page-numbers,#edd_download_pagination a.page-numbers,.fes-order-list-pagination-container a.page-numbers,.fes-pagination a.page-numbers,.fes-product-list-pagination-container a.page-numbers,.affwp-pagination a.page-numbers{color:#696969;font-size:.875rem;border:1px solid #f5f5f5}.edd_pagination .current,.edd-review-navigation .current,.edd-reviews-vendor-feedback-pagination .current,#edd_user_commissions .navigation .current,#edd_download_pagination .current,.fes-order-list-pagination-container .current,.fes-pagination .current,.fes-product-list-pagination-container .current,.affwp-pagination .current,.edd_pagination a.page-numbers,.edd-review-navigation a.page-numbers,.edd-reviews-vendor-feedback-pagination a.page-numbers,#edd_user_commissions .navigation a.page-numbers,#edd_download_pagination a.page-numbers,.fes-order-list-pagination-container a.page-numbers,.fes-pagination a.page-numbers,.fes-product-list-pagination-container a.page-numbers,.affwp-pagination a.page-numbers,.edd_pagination .dots,.edd-review-navigation .dots,.edd-reviews-vendor-feedback-pagination .dots,#edd_user_commissions .navigation .dots,#edd_download_pagination .dots,.fes-order-list-pagination-container .dots,.fes-pagination .dots,.fes-product-list-pagination-container .dots,.affwp-pagination .dots{padding:.25rem .75rem;margin-right:.5rem}.edd_pagination .current,.edd-review-navigation .current,.edd-reviews-vendor-feedback-pagination .current,#edd_user_commissions .navigation .current,#edd_download_pagination .current,.fes-order-list-pagination-container .current,.fes-pagination .current,.fes-product-list-pagination-container .current,.affwp-pagination .current,.edd_pagination a.page-numbers:hover,.edd-review-navigation a.page-numbers:hover,.edd-reviews-vendor-feedback-pagination a.page-numbers:hover,#edd_user_commissions .navigation a.page-numbers:hover,#edd_download_pagination a.page-numbers:hover,.fes-order-list-pagination-container a.page-numbers:hover,.fes-pagination a.page-numbers:hover,.fes-product-list-pagination-container a.page-numbers:hover,.affwp-pagination a.page-numbers:hover{background:#f5f5f5;border-color:#f5f5f5;color:#696969}.page-header{padding-left:1rem;padding-right:1rem}.page-header h1{margin-bottom:0}.widget{line-height:1.62}.widget li{margin-bottom:.5rem}aside li{font-size:1rem;padding:0}#primary-sidebar .widget{padding:1rem}#primary-sidebar .widget>*:last-child{margin-bottom:0}#wp-calendar td,#wp-calendar th{padding:.5rem}#wp-calendar caption{margin-bottom:.5rem}#wp-calendar th,#wp-calendar td:not( #prev ){text-align:center}#wp-calendar td#next{text-align:right}.widget_recent_entries .post-date{display:block}.gallery{margin-right:-1rem;margin-left:-1rem}.gallery figure{margin:0}.gallery-item div{margin:1rem}.carousel-open{height:auto}.gallery{display:flex;flex-wrap:wrap}.entry-content .gallery{margin-bottom:4rem}.wp-caption-text{font-style:italic}.gallery-item{width:100%}.gallery-item img{margin:0 auto;display:block}.gallery-item .gallery-caption{margin:.5rem 0 2rem 0;text-align:center}.gallery-item a{display:block}input,textarea{padding:.8125rem;color:#696969;background:#fff;border:2px solid #f5f5f5;border-radius:0}form input,textarea{width:100%}select{border:2px solid #f5f5f5}input{display:inline-block}input:focus,textarea:focus{outline:0}input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="number"],input[type="url"],input[type="password"],textarea{-webkit-appearance:none}input[type="checkbox"],input[type="radio"]{width:auto;cursor:pointer;vertical-align:middle;margin-top:-3px}input[type="radio"]{margin-right:.5rem}fieldset{border:none;margin:0 0 2rem 0;padding:0;position:relative}#edd_purchase_form_wrap>fieldset:last-child,#edd_purchase_form_wrap>fieldset p:last-child{margin-bottom:0 !important}legend{font-size:1.5rem;float:left;margin-bottom:1rem;color:#222;width:100%}label{text-align:left;display:block;margin-bottom:.5rem;cursor:pointer}label input[type="checkbox"]{margin-right:.25rem}input[type="radio"]+label,input[type="checkbox"]+label{display:inline-block;margin:0}form ul{list-style-type:none;margin-left:0}.container{margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:-2rem;margin-left:-2rem}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{box-sizing:border-box;flex:0 0 auto;padding-right:2rem;padding-left:2rem}.col-xs{flex-grow:1;flex-basis:0;max-width:100%}.col-xs-1{flex-basis:8.333%;max-width:8.333%}.col-xs-2{flex-basis:16.667%;max-width:16.667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.333%;max-width:33.333%}.col-xs-5{flex-basis:41.667%;max-width:41.667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.333%;max-width:58.333%}.col-xs-8{flex-basis:66.667%;max-width:66.667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.333%;max-width:83.333%}.col-xs-11{flex-basis:91.667%;max-width:91.667%}.col-xs-12{flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.667%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}.ph-xs-0{padding-left:0;padding-right:0}.ph-xs-1{padding-left:1rem;padding-right:1rem}.ph-xs-2{padding-left:2rem;padding-right:2rem}.ph-xs-3{padding-left:3rem;padding-right:3rem}.ph-xs-4{padding-left:4rem;padding-right:4rem}.ph-xs-5{padding-left:5rem;padding-right:5rem}.ph-xs-6{padding-left:6rem;padding-right:6rem}.ph-xs-7{padding-left:7rem;padding-right:7rem}.ph-xs-8{padding-left:8rem;padding-right:8rem}.ph-xs-9{padding-left:9rem;padding-right:9rem}.ph-xs-10{padding-left:10rem;padding-right:10rem}.ph-xs-11{padding-left:11rem;padding-right:11rem}.ph-xs-12{padding-left:12rem;padding-right:12rem}.pv-xs-0{padding-top:0;padding-bottom:0}.pv-xs-1{padding-top:1rem;padding-bottom:1rem}.pv-xs-2{padding-top:2rem;padding-bottom:2rem}.pv-xs-3{padding-top:3rem;padding-bottom:3rem}.pv-xs-4{padding-top:4rem;padding-bottom:4rem}.pv-xs-5{padding-top:5rem;padding-bottom:5rem}.pv-xs-6{padding-top:6rem;padding-bottom:6rem}.pv-xs-7{padding-top:7rem;padding-bottom:7rem}.pv-xs-8{padding-top:8rem;padding-bottom:8rem}.pv-xs-9{padding-top:9rem;padding-bottom:9rem}.pv-xs-10{padding-top:10rem;padding-bottom:10rem}.pv-xs-11{padding-top:11rem;padding-bottom:11rem}.pv-xs-12{padding-top:12rem;padding-bottom:12rem}.mt-xs-0{margin-top:0}.mt-xs-1{margin-top:1rem}.mt-xs-2{margin-top:2rem}.mt-xs-3{margin-top:3rem}.mt-xs-4{margin-top:4rem}.mt-xs-5{margin-top:5rem}.mt-xs-6{margin-top:6rem}.mt-xs-7{margin-top:7rem}.mt-xs-8{margin-top:8rem}.mt-xs-9{margin-top:9rem}.mt-xs-10{margin-top:10rem}.mt-xs-11{margin-top:11rem}.mt-xs-12{margin-top:12rem}.mb-xs-0{margin-bottom:0}.mb-xs-1{margin-bottom:1rem}.mb-xs-2{margin-bottom:2rem}.mb-xs-3{margin-bottom:3rem}.mb-xs-4{margin-bottom:4rem}.mb-xs-5{margin-bottom:5rem}.mb-xs-6{margin-bottom:6rem}.mb-xs-7{margin-bottom:7rem}.mb-xs-8{margin-bottom:8rem}.mb-xs-9{margin-bottom:9rem}.mb-xs-10{margin-bottom:10rem}.mb-xs-11{margin-bottom:11rem}.mb-xs-12{margin-bottom:12rem}section.account .wrapper{max-width:1188px}.account-nav{padding-left:0}.account-content{padding-right:0}.account-content table:last-child{margin-bottom:0}.account-nav ul{list-style-type:none;margin:0}.account-nav ul li{position:relative;display:block;margin-bottom:0}.account-nav ul a{display:block;font-size:1rem;color:#696969}.account-nav ul a:hover{color:#448FD5}.account-nav ul .affwp-affiliate-dashboard-tab.active,.account-nav ul .ui-tabs-active{background:#fff}.account-nav ul .affwp-affiliate-dashboard-tab.active a,.account-nav ul .ui-tabs-active a{color:#448FD5}.container .account-content,.container .account-nav{padding-right:0;padding-left:0}.account-nav{overflow:hidden}.no-js #tabs ul{display:none}.secondary-navigation ul,.main-navigation ul{list-style:none;margin:0}.primary-menu{display:none}#site-header-secondary-menu,.site-header-wrap .site-header-menu{display:none}.site-branding+.site-header-menu .main-navigation{padding-left:0;padding-right:0}.site-header-wrap{flex-wrap:wrap}.main-navigation a{display:block;line-height:1.5;font-size:1rem;color:#696969}.main-navigation .current-menu-item>a,.main-navigation .current_page_ancestor>a{color:#222}.main-navigation a:hover{color:#222}.main-navigation li{position:relative;margin-bottom:0}.main-navigation ul ul{display:none}.main-navigation .menu-item-has-children>a{margin:0;padding-right:2rem}.primary-menu li.checkout{align-self:center}.primary-menu li.checkout .nav-cart-text{display:none}.navigation.paging-navigation,.navigation.post-navigation{border-top:2px solid #f5f5f5;padding:1rem 0 0 0}.page-links{margin-bottom:1rem}.page-links a{display:inline-block;padding:.25rem;line-height:1}.post-navigation .nav-links div{margin-bottom:1rem}.post-navigation a,.post-navigation span{display:block}.post-navigation .meta-nav{color:#a2a2a2}#menu-toggle-wrap{display:flex;align-self:center;align-items:inherit}.menu-toggle{background-color:#222;border:1px solid #222;border-radius:0;font-size:1rem;width:100%;padding:1rem 1.5rem;line-height:1}.menu-toggle:hover{background-color:#222;color:#fff;border:1px solid #222}.no-js .menu-toggle{display:none}.mobile-navigation ul{margin:0}#mobile-menu{overflow:hidden;max-height:0}#mobile-menu .sub-menu a{padding-left:2rem}#mobile-menu ul{display:none;list-style-type:none}#mobile-menu ul .sub-menu a{padding-left:4rem}#mobile-menu li{position:relative;margin-bottom:0}#mobile-menu a{display:block;line-height:1.5;font-size:1rem;padding:.75rem 1rem;color:#696969}.no-js #mobile-menu,.toggled-on #mobile-menu{max-height:2000px}#mobile-menu .current-menu-item>a,#mobile-menu .current_page_ancestor>a{color:#222}#mobile-menu .menu-item-has-children>a{margin:0;padding-right:1rem}.dropdown-toggle{background-color:transparent;border:0;border-radius:0;color:#222;content:"";width:48px;height:48px;padding:0;position:absolute;text-transform:none;top:0;right:0}.dropdown-toggle:hover{background-color:transparent;border:none;color:#222}.dropdown-toggle:after{content:"\f431";font-size:24px;position:relative;left:1px;width:48px}.dropdown-toggle.toggled-on:after{content:"\f432"}.secondary-navigation a{display:block;line-height:32px;padding:.5rem 1rem}.secondary-navigation ul{display:flex;margin-left:-0.5rem}.secondary-navigation ul li{margin-bottom:0}.edd-submit{width:auto}.edd-cart-ajax-alert{display:none}.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-add-to-cart .edd-add-to-cart-label{opacity:1}.edd-loading,.edd-loading:after{border-radius:50%;display:block;width:1.5rem;height:1.5rem}.edd-loading{animation:edd-spinning 1.1s infinite linear;border-top:2px solid rgba(255,255,255,0.2);border-right:2px solid rgba(255,255,255,0.2);border-bottom:2px solid rgba(255,255,255,0.2);border-left:2px solid #fff;font-size:1rem;opacity:0;filter:alpha(opacity=0);-ms-transform:translateZ(0);transform:translateZ(0)}.edd-add-to-cart .edd-loading{position:absolute;left:50%;top:50%;margin:-0.75rem 0 0 -0.75rem}.edd-discount-loader.edd-loading,.edd-loading-ajax.edd-loading{border-top-color:rgba(0,0,0,0.2);border-right-color:rgba(0,0,0,0.2);border-bottom-color:rgba(0,0,0,0.2);border-left-color:#000}#edd-purchase-button-wrap .edd-loading-ajax.edd-loading{position:absolute;right:1rem;top:50%;margin-top:-0.75rem}#edd-purchase-button-wrap .edd-loading-ajax.edd-loading,.edd-stripe-submit-update .edd-loading-ajax.edd-loading{border-top-color:rgba(255,255,255,0.2);border-right-color:rgba(255,255,255,0.2);border-bottom-color:rgba(255,255,255,0.2);border-left-color:#fff}.edd-loading-ajax.edd-loading{opacity:1}@-webkit-keyframes edd-spinning{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes edd-spinning{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}a.edd-add-to-cart .edd-add-to-cart-label,.edd-loading{transition:.1s opacity !important}.edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label{opacity:0}.edd-add-to-cart[data-edd-loading] .edd-loading,.edd-discount-loader.edd-loading{opacity:1}.edd-cart-added-alert{color:#3c763d}.edd_downloads_list{display:flex;flex-wrap:wrap}.edd_download_inner{display:flex;width:100%;flex-direction:column;position:relative}.currency{vertical-align:top}.edd_download{display:flex;overflow:hidden;width:100%;margin-bottom:4rem;font-size:1rem}h3.edd_download_title{margin-top:0;margin-bottom:1rem}.downloadFooter{margin:auto 0 0 0}.eddDownloadMeta{font-size:.875rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.eddDownloadMeta>*{display:flex;align-items:center}.eddDownloadMeta a{color:#696969}.eddDownloadMeta a:hover{color:#222}.eddDownloadMeta-authorAvatar img{display:block;border-radius:100%}.eddDownloadMeta-authorAvatar+.eddDownloadMeta-authorName{margin-left:.5rem}.eddDownloadMeta-beforeTitle .eddDownloadMeta,.eddDownloadMeta-afterTitle .eddDownloadMeta{margin-bottom:1rem}.eddDownloadMeta-after .eddDownloadMeta{margin-top:2rem}.eddDownloadMeta-afterTitle .edd_download_title{margin-bottom:.5rem}.edd_download_title a{color:#222;font-size:1.2rem;display:block}.edd_download_title a:hover{color:#222}.edd_download_image{margin:0 0 1.5rem 0}.edd_download_image a,.edd_download_image img{display:block}.edd_price_options ul{list-style-type:none;margin:0 0 1rem 0}.edd_price_options li{padding:.25rem 0;line-height:1.62;cursor:pointer}.edd_price_options li label{padding:0;display:block;margin:0}.edd_price_options li label input{margin-right:.5rem}.entry-content .edd_price_options li{margin-bottom:0}.edd_download_buy_button{margin:auto 0 0 0}.edd_download_purchase_form{margin-top:1rem}.edd_download_full_content,.edd_download_excerpt{margin-bottom:1rem}.edd_download_full_content p,.edd_download_excerpt p{margin-bottom:0;font-size:1rem}#edd_checkout_wrap .edd_download_columns_2{width:50%}#edd_checkout_wrap .edd_download_columns_3{width:75%}#edd_checkout_wrap .edd_download_columns_4{width:auto}.slim #edd_checkout_wrap .edd_download_columns_2{width:auto}.slim #edd_checkout_wrap .edd_download_columns_3{width:auto}.widget_edd_product_details .edd_price{display:inline-block;font-size:2rem}.widget_edd_product_details .edd_download_purchase_form:first-child{margin-top:2rem}.widget_edd_product_details .edd-meta{margin:1rem 0 0 0;font-size:.875rem}span.categories,span.tags{display:block}input.edd-input.card-number.valid{background-image:url(assets/images/tick.png);background-repeat:no-repeat;background-position:98% 50%}.edd_form fieldset p{margin-bottom:1rem}.edd_cart_item_image{display:inline-block;vertical-align:middle}.edd_cart_item_image img{display:block;margin-right:1rem}.edd_cart_discount_row .edd_discount{text-align:right;display:block}#edd-discount-error-wrap{display:block;margin:1rem 0 0 0}.edd_discount_rate,.edd_discount_remove{vertical-align:middle}.edd_discount_remove{display:inline-block;width:10px;height:10px;background:url('assets/images/xit.gif') 0 0 no-repeat;position:relative}.edd_discount_remove:hover{background-position:-10px 0}.edd_cart_footer_row th{text-align:right;background:#fff}.edd_cart_footer_row .edd_cart_total{background:#fcfcfc}#edd_secure_site_wrapper{margin-bottom:1rem;padding-right:3rem;font-weight:bold}span.padlock{display:block;position:absolute;top:2rem;right:2rem}.edd-cart-ajax{color:#fff;line-height:1;margin-top:-9px;position:absolute;right:1rem;top:50%}#edd-discount{margin-bottom:1rem}#edd-discount-code-wrap,#edd_show_discount{margin-bottom:0}.edd-discount-loader.edd-loading{display:inline-block;position:relative;left:auto;vertical-align:middle;width:1.5rem;height:1.5rem}.no-sidebar.edd-empty-cart #edd_checkout_wrap{text-align:center}#edd_checkout_form_wrap span.edd-required-indicator{color:#a94442;font-size:1.5rem}#edd_discount_code{margin-bottom:2rem}#edd_profile_personal_fieldset,#edd_profile_address_fieldset,#edd_profile_password_fieldset,#edd_discount_code,#edd_checkout_user_info,#edd_register_account_fields,#edd_login_fields,#eddc_profile_paypal_fieldset,#edd_purchase_form #edd_cc_address,#edd_cc_fields,#edd_terms_agreement,#edd_simple_shipping_fields,#edd_simple_shipping_diff_address,#edd-stripe-manage-cards>fieldset,#edd_payment_mode_select{padding:1rem;border:2px solid #f4f4f4;background:#fcfcfc;position:relative}#edd_profile_personal_fieldset p:last-child,#edd_profile_address_fieldset p:last-child,#edd_profile_password_fieldset p:last-child,#edd_discount_code p:last-child,#edd_checkout_user_info p:last-child,#edd_register_account_fields p:last-child,#edd_login_fields p:last-child,#eddc_profile_paypal_fieldset p:last-child,#edd_purchase_form #edd_cc_address p:last-child,#edd_cc_fields p:last-child,#edd_terms_agreement p:last-child,#edd_simple_shipping_fields p:last-child,#edd_simple_shipping_diff_address p:last-child,#edd-stripe-manage-cards>fieldset p:last-child,#edd_payment_mode_select p:last-child{margin-bottom:.5rem}#edd_terms_agreement{margin-bottom:2rem}#edd_agree_to_terms{margin-top:.375rem;margin-right:.5rem;align-self:flex-start}#edd_show_terms+.edd-terms-agreement{margin-top:.5rem}.edd-terms-agreement{display:flex}#edd_simple_shipping_diff_address label{margin-bottom:0}#edd_purchase_form_wrap select{width:100%}#edd_purchase_form_wrap .edd-select-small{width:auto}#edd_profile_submit_wrap{margin-bottom:0}.edd-payment-mode-label{font-size:1.5rem}.edd_checkout_cart_item_title{vertical-align:middle;display:block}.edd_cart_item_image+.edd_checkout_cart_item_title{margin-top:.5rem}.edd-description{display:block;font-size:1rem;margin-bottom:.5rem;color:#838383}.edd_cart_actions{text-align:right}.edd_cart_actions .edd-item-quantity{margin-right:.5rem}#edd_final_total_wrap{text-align:center;margin-bottom:2rem}#edd-purchase-button-wrap{position:relative}#edd_final_total_wrap,#edd-purchase-button{font-size:1.5rem}#edd-purchase-button{padding:1.25rem 2.5rem}.edd_cart_header_row,.edd_cart_item{border-bottom:2px solid #f5f5f5}.edd_cart_total{text-align:right}.edd_cart_amount{font-weight:bold}#edd_checkout_cart{width:100%;text-align:left;margin-bottom:2rem}#edd_checkout_cart th{font-weight:bold}.edd-payment-icons{margin-bottom:2rem}.edd-payment-icons img{display:inline-block;margin-right:.5rem}.edd-payment-mode-label{margin-bottom:1rem;display:inline-block}.edd-gateway,.edd-gateway-option{cursor:pointer}.edd-gateway{margin-right:.5rem}.edd-gateway-option{margin-right:2rem;display:inline-block;vertical-align:middle}label[for=edds-confirm-update-default]{width:90%;vertical-align:top}span.card-type{position:absolute;top:0;right:0;width:43px;height:32px;background-size:43px 32px !important}label[for=card_number]{position:relative}span.card-type.off{display:none}span.card-type.visa{background:url(assets/images/icons/visa.gif) no-repeat}span.card-type.mastercard{background:url(assets/images/icons/mastercard.gif) no-repeat}span.card-type.discover{background:url(assets/images/icons/discover.gif) no-repeat}span.card-type.amex{background:url(assets/images/icons/americanexpress.gif) no-repeat}#edd_purchase_submit{margin-bottom:0}.edd-amazon-profile-wrapper{font-size:1rem}.edd-amazon-profile-name{font-weight:bold}.edd-amazon-logout a{cursor:pointer}.edd-amazon-fields #edd_cc_address{display:none}#edd-amazon-wallet-box,#edd-amazon-address-box{height:228px}#edd-amazon-address-box{margin-bottom:2rem}.edd-checkout-distraction-free .site-branding{margin-left:auto;margin-right:auto;text-align:center}.edd-checkout-distraction-free .site-footer .site-info{text-align:center}#edd_login_form fieldset,#edd_register_form fieldset{border:2px solid #f4f4f4;background:#fcfcfc;padding:2rem}#edd_login_form fieldset .row div,#edd_register_form fieldset .row div{padding:0}#edd_login_form legend,#edd_register_form legend{display:none}.edd-lost-password{margin-bottom:0}#edd_purchase_receipt_products ul{margin-bottom:0;font-size:1rem}#edd_purchase_receipt_products ul li{margin-bottom:0}#edd_purchase_receipt,#edd_purchase_receipt_products{text-align:left;margin-bottom:2rem;width:100%}#edd_purchase_receipt td,#edd_purchase_receipt_products td,#edd_purchase_receipt th,#edd_purchase_receipt_products th{padding:1rem}#edd_purchase_receipt tr,#edd_purchase_receipt_products tr{border-bottom:2px solid #f5f5f5}#edd_purchase_receipt tr th:first-child,#edd_purchase_receipt_products tr th:first-child,#edd_purchase_receipt tr td:first-child,#edd_purchase_receipt_products tr td:first-child{border-right:2px solid #f5f5f5}.edd_purchase_receipt_product_name{font-weight:bold;margin-bottom:1rem}.edd_purchase_receipt_files li:last-child{margin-bottom:0}.navCart{display:flex}.navCart-icon{position:relative;display:inline-block;vertical-align:middle;display:inline-flex;align-items:center;fill:#222}.navCart-icon+*{margin-left:.5rem}.main-navigation .navCart{padding:.25rem 0}.edd_errors:not(.edd-alert){border:1px solid #E6DB55;margin:0 0 21px;background:#FFFFE0;color:#333;padding:1rem}p.edd_error{margin:0 !important}.edd_success:not(.edd-alert){margin-bottom:2rem;background:#dff0d8;color:#3c763d;padding:1rem}.edd-alert{margin-bottom:2rem;padding:1rem;border:2px solid transparent}.edd-alert p{padding:0}.edd-alert ul{margin-bottom:0}.edd-alert a{text-decoration:underline}.edd-alert p:last-child{margin-bottom:0}.edd-alert-error{background-color:#f2dede;border-color:#ebccd1}.edd-alert-error p,.edd-alert-error a{color:#a94442}.edd-alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.edd-alert-success p,.edd-alert-success a{color:#3c763d}.edd-alert-info{background-color:#d9edf7;border-color:#cbe3ef}.edd-alert-info p,.edd-alert-info a{color:#31708f}.edd-alert-warn{background-color:#fcf8e3;border-color:#faebcc}.edd-alert-warn p,.edd-alert-warn a{color:#8a6d3b}#edds-confirm-update-default{margin-right:.5rem}.edd_recurring_trial_total{font-weight:bold}#edd_sl_renewal_form{margin-bottom:2rem}#edd-add-license-renewal{cursor:pointer;margin-right:1rem;width:auto}#edd_sl_renewal_fields{background:#fcfcfc;border:2px solid #f4f4f4;padding:1rem}.edd-sl-renewal-actions,#edd_sl_show_renewal_form_wrap{margin-bottom:0}#edd-license-key-container-wrap{margin-bottom:1rem}#edd_sl_show_renewal_form_wrap+#edd-license-key-container-wrap{margin-top:.5rem}#edd_sl_license_add_site_form span{margin-bottom:.5rem;display:inline-block}#edd_sl_license_add_site_form .edd-input{margin-bottom:1rem}input[readonly]{background:#fcfcfc;border-color:#f4f4f4}.edd-sl-active{color:#3c763d}.edd-sl-inactive{color:gray}.edd-sl-expired{color:#a94442}.edd_sl_license_row .view-key-wrapper{position:relative}.edd_sl_license_row span .edd_sl_license_key{display:none;position:absolute;left:0;top:30px;z-index:999;border:2px solid #f5f5f5;background:#fff;padding:1rem;width:24rem;text-align:left}.edd-sl-manage-license-key,.edd-sl-manage-license-product{display:block}#edd_user_commissions_unpaid,#edd_user_commissions_paid,#edd_user_commissions_revoked{margin-bottom:2rem}#edd_user_commissions_unpaid_total,#edd_user_commissions_paid_total,#edd_user_commissions_revoked_total{font-weight:bold}#edd_commissions_export select{vertical-align:middle}.edd-stripe-submit-update{justify-content:center;display:inline-flex}.edd-stripe-submit-update .edd-loading-ajax.edd-loading{position:relative}.edd-stripe-card-item{border-bottom:2px solid #f5f5f5;padding-bottom:1rem;margin-bottom:1rem}.edd-stripe-card-item .card-update-form{display:none}.edd-stripe-card-item .card-brand,.edd-stripe-card-item .card-ending-label,.edd-stripe-card-item .card-last-4{font-weight:bold}.edd-stripe-card-item>span{display:block}.edd-stripe-card-item .card-meta>span{display:block}.edd-stripe-card-item .card-update-form input{margin-bottom:1rem}.edd-stripe-card-item .address_country{margin-bottom:1rem}.edd-stripe-card-item .address_country,.edd-stripe-card-item .address_state{display:block}.edd-card-selector-radio span.card-expired,a.delete{color:#a94442}#edd-stripe-add-new-cancel,.edd-stripe-cancel-update{margin-left:1rem}.card-is-default{font-style:italic}.edd-stripe-new-card label[for="card_number"]{margin-top:1rem}.edd-stripe-card-radio-item label{display:inline-block}.edd-stripe-add-new-card>label,.card-update-form>label{margin-bottom:1rem;font-size:1.5rem;color:#222}.card-update-form>label{margin-top:2rem}.edd-cart{list-style-type:none;margin-left:0}.edd-cart .edd-cart-item{margin-bottom:1.62rem}.edd-cart .edd-cart-item-title{display:block}.edd-cart .edd_total{font-weight:bold}.downloadAuthor ul,.downloadDetails ul{margin-left:0}.downloadAuthor ul li,.downloadDetails ul li{display:flex;margin-bottom:0}.downloadAuthor-name,.downloadDetails-name{width:38%}.downloadAuthor-value,.downloadDetails-value{width:62%}.downloadAuthor-avatar{margin-bottom:1rem}.downloadAuthor-avatar img{display:block;border-radius:100%}.edd_purchase_tax_rate{display:block;font-size:.9375rem;margin-top:.5rem}.edd-item-quantity{width:4rem;margin-bottom:.5rem;padding:.5rem}.edd-select{vertical-align:middle}.edd-select~.button{font-size:.875rem;padding:.25rem .75rem}.edd-cs-voted{margin-bottom:0}.edd-cs-voted,.edd-cs-vote-description{font-style:italic;font-size:.875rem}.edd-cs-vote-description{margin-bottom:1rem}.edd-wl-wish-lists .edd-wish-list li::after{width:auto}@media only screen and (max-width:991px){.account-nav ul{line-height:2;margin-bottom:2rem}.no-js .main-navigation ul ul{display:block}.main-navigation.toggled .primary-menu{padding-top:1rem;padding-bottom:1rem}.main-navigation a{padding-left:2rem;padding-right:2rem}#mobile-menu ul.toggled-on{display:block}}@media only screen and (max-width:767px){.container{padding-right:1rem;padding-left:1rem}.row{margin-right:-1rem;margin-left:-1rem}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{padding-right:1rem;padding-left:1rem}.site-branding{padding:2rem 1rem}.edd_discount_link{display:block}#edd_sl_show_renewal_form{display:block}}@media only screen and (min-width:768px){.text-center-sm{text-align:center}.text-left-sm{text-align:left}h1{font-size:2.25rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.2rem}.site-description{display:block}.page-header .wrapper{max-width:1188px}#main{padding:2rem}.site-header-wrap{padding:2rem;max-width:1252px;margin:0 auto;display:flex}.subtitle{font-size:1.8rem}.footer-widgets .widget-column{padding:2rem}.footer-widgets .widget{margin-bottom:4rem}.site-header-menu .search-form{margin-left:1rem;width:11rem}.site-header-menu .search-field{font-size:.875rem}.box,.comment-respond{padding:2rem}.author-info{display:flex}.author-avatar{margin:0 1.5rem 0 0}.author-description{flex:1}.page-header{padding-left:2rem;padding-right:2rem}#primary-sidebar .widget{padding:2rem}.gallery .gallery-item{width:33.33333333%}.gallery.gallery-columns-2 .gallery-item{width:50%}.gallery.gallery-columns-3 .gallery-item{width:33.33333333%}.gallery.gallery-columns-4 .gallery-item{width:25%}.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{box-sizing:border-box;flex:0 0 auto;padding-right:2rem;padding-left:2rem}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.333%;max-width:8.333%}.col-sm-2{flex-basis:16.667%;max-width:16.667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.333%;max-width:33.333%}.col-sm-5{flex-basis:41.667%;max-width:41.667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.333%;max-width:58.333%}.col-sm-8{flex-basis:66.667%;max-width:66.667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.333%;max-width:83.333%}.col-sm-11{flex-basis:91.667%;max-width:91.667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.667%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}.ph-sm-0{padding-left:0;padding-right:0}.ph-sm-1{padding-left:1rem;padding-right:1rem}.ph-sm-2{padding-left:2rem;padding-right:2rem}.ph-sm-3{padding-left:3rem;padding-right:3rem}.ph-sm-4{padding-left:4rem;padding-right:4rem}.ph-sm-5{padding-left:5rem;padding-right:5rem}.ph-sm-6{padding-left:6rem;padding-right:6rem}.ph-sm-7{padding-left:7rem;padding-right:7rem}.ph-sm-8{padding-left:8rem;padding-right:8rem}.ph-sm-9{padding-left:9rem;padding-right:9rem}.ph-sm-10{padding-left:10rem;padding-right:10rem}.ph-sm-11{padding-left:11rem;padding-right:11rem}.ph-sm-12{padding-left:12rem;padding-right:12rem}.pv-sm-0{padding-top:0;padding-bottom:0}.pv-sm-1{padding-top:1rem;padding-bottom:1rem}.pv-sm-2{padding-top:2rem;padding-bottom:2rem}.pv-sm-3{padding-top:3rem;padding-bottom:3rem}.pv-sm-4{padding-top:4rem;padding-bottom:4rem}.pv-sm-5{padding-top:5rem;padding-bottom:5rem}.pv-sm-6{padding-top:6rem;padding-bottom:6rem}.pv-sm-7{padding-top:7rem;padding-bottom:7rem}.pv-sm-8{padding-top:8rem;padding-bottom:8rem}.pv-sm-9{padding-top:9rem;padding-bottom:9rem}.pv-sm-10{padding-top:10rem;padding-bottom:10rem}.pv-sm-11{padding-top:11rem;padding-bottom:11rem}.pv-sm-12{padding-top:12rem;padding-bottom:12rem}.mb-sm-0{margin-bottom:0}.mb-sm-1{margin-bottom:1rem}.mb-sm-2{margin-bottom:2rem}.mb-sm-3{margin-bottom:3rem}.mb-sm-4{margin-bottom:4rem}.mb-sm-5{margin-bottom:5rem}.mb-sm-6{margin-bottom:6rem}.mb-sm-7{margin-bottom:7rem}.mb-sm-8{margin-bottom:8rem}.mb-sm-9{margin-bottom:9rem}.mb-sm-10{margin-bottom:10rem}.mb-sm-11{margin-bottom:11rem}.mb-sm-12{margin-bottom:12rem}.account-nav ul li{display:inline-block;margin-right:1rem}.main-navigation .primary-menu{display:flex;flex-wrap:wrap;margin-left:-1rem}.site-branding{margin-right:2rem}.site-header-menu{display:block}#site-header-secondary-menu,.site-header-wrap .site-header-menu{display:block}.main-navigation .sub-menu a{padding:.375rem 1rem;color:#a2a2a2}.main-navigation .sub-menu .current-menu-item a{color:#fff;background:transparent}.main-navigation .sub-menu .current-menu-item a:hover{color:#fff;background:transparent}.site-header-menu .main-navigation{margin:0 auto;max-width:1252px;padding:0 2rem}.main-navigation li{border:0}.main-navigation a{outline-offset:-8px;padding:1rem;white-space:nowrap}.main-navigation li:hover>a{color:#222}.secondary-navigation a{padding:.5rem}.main-navigation .sub-menu li:hover>a,.main-navigation .sub-menu li.focus>a{color:#fff;background-color:transparent}.main-navigation ul ul{display:block;float:left;margin:0;position:absolute;left:-999em;opacity:0;visibility:hidden;z-index:99999;top:100%;background:#222}.main-navigation ul ul li:first-child>a{margin-top:.375rem}.main-navigation ul ul li:last-child>a{margin-bottom:.375rem}.main-navigation li:hover>ul,.main-navigation li.focus>ul{left:0;opacity:1;top:100%;visibility:visible}.main-navigation ul ul ul{top:-0.375rem;left:100%}.main-navigation ul ul li:first-child ul{top:-0.375rem}.main-navigation ul ul ul:before,.main-navigation ul ul ul:after{border:0}.main-navigation ul ul li{background:#222}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{left:100%;top:-0.375rem}.main-navigation ul ul li:first-child:hover>ul,.main-navigation ul ul li:first-child.focus>ul{top:-0.375rem}.main-navigation ul ul a{white-space:normal;width:15em;font-size:.875rem;line-height:1.5}.main-navigation .menu-item-has-children>a:after{content:"\f431";position:absolute;right:.625em;top:50%;margin-top:-8px}.main-navigation ul ul .menu-item-has-children>a{padding-right:2.0625em}.main-navigation ul ul .menu-item-has-children>a:after{transform:rotate(-90deg);top:50%;margin-top:-8px;right:.5625em}.navigation .nav-links{display:flex}.nav-next{text-align:right;margin-left:auto}.navigation.paging-navigation,.navigation.post-navigation{border-top:2px solid #f5f5f5;padding:1rem 0 0 0}.navigation.paging-navigation .nav-links,.navigation.post-navigation .nav-links{justify-content:space-between}.navigation.paging-navigation .nav-links div,.navigation.post-navigation .nav-links div{width:50%}.mobile-navigation,#menu-toggle-wrap{display:none}#mobile-menu{display:none}.dropdown-toggle{display:none}#site-header-secondary-menu{display:flex;font-size:.875rem;align-items:center}#site-header-secondary-menu a{color:#696969}#site-header-secondary-menu a:hover{color:#222}.edd_download{margin-bottom:0}.edd_downloads_list{margin-left:-1.5rem;margin-right:-1.5rem;margin-top:-1.5rem}.edd_download_inner{padding:1.5rem}.edd_download_columns_3 .edd_download{width:33.33333333%}.edd_download_columns_2 .edd_download,.edd_download_columns_4 .edd_download{width:50%}.edd_download_columns_5 .edd_download{width:33.33333333%}.edd-discount-code-field-wrap{display:flex}.edd-discount-code-field-wrap #edd-discount{margin-bottom:0}.edd-discount-code-field-wrap .edd-apply-discount{width:auto;margin-left:.5rem}#edd_profile_personal_fieldset,#edd_profile_address_fieldset,#edd_profile_password_fieldset,#edd_checkout_user_info,#edd_register_account_fields,#edd_login_fields,#eddc_profile_paypal_fieldset,#edd_purchase_form #edd_cc_address,#edd_cc_fields,#edd_terms_agreement,#edd-stripe-manage-cards>fieldset,#edd_simple_shipping_fields,#edd_simple_shipping_diff_address,#edd_payment_mode_select{padding:2rem}#edd_discount_code{padding:1rem 2rem}#edd_register_fields #edd_register_account_fields{margin-bottom:0}#edd_checkout_cart td,#edd_checkout_cart th{padding:1rem 2rem}.navCart{margin-left:1rem}#edd_sl_renewal_fields{padding:1rem 2rem}}@media only screen and (min-width:992px){.text-center-md{text-align:center}.text-left-md{text-align:left}.content-wrapper{display:flex;justify-content:space-between}#main{flex:1}#secondary{padding:0}.wrapper .entry-content{margin:0 auto}.slim #primary{width:66.667%;margin:0 auto}.comment{padding:2rem;margin-right:-2rem}.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{box-sizing:border-box;flex:0 0 auto;padding-right:2rem;padding-left:2rem}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.333%;max-width:8.333%}.col-md-2{flex-basis:16.667%;max-width:16.667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.333%;max-width:33.333%}.col-md-5{flex-basis:41.667%;max-width:41.667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.333%;max-width:58.333%}.col-md-8{flex-basis:66.667%;max-width:66.667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.333%;max-width:83.333%}.col-md-11{flex-basis:91.667%;max-width:91.667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.667%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}.ph-md-0{padding-left:0;padding-right:0}.ph-md-1{padding-right:1rem;padding-left:1rem}.ph-md-2{padding-right:2rem;padding-left:2rem}.ph-md-3{padding-right:3rem;padding-left:3rem}.ph-md-4{padding-right:4rem;padding-left:4rem}.ph-md-5{padding-right:5rem;padding-left:5rem}.ph-md-6{padding-left:6rem;padding-right:6rem}.ph-md-7{padding-right:7rem;padding-left:7rem}.ph-md-8{padding-right:8rem;padding-left:8rem}.ph-md-9{padding-right:9rem;padding-left:9rem}.ph-md-10{padding-right:10rem;padding-left:10rem}.ph-md-11{padding-right:11rem;padding-left:11rem}.ph-md-12{padding-right:12rem;padding-left:12rem}.pv-md-1{padding-top:1rem;padding-bottom:1rem}.pv-md-2{padding-top:2rem;padding-bottom:2rem}.pv-md-3{padding-top:3rem;padding-bottom:3rem}.pv-md-4{padding-top:4rem;padding-bottom:4rem}.pv-md-5{padding-top:5rem;padding-bottom:5rem}.pv-md-6{padding-top:6rem;padding-bottom:6rem}.pv-md-7{padding-top:7rem;padding-bottom:7rem}.pv-md-8{padding-top:8rem;padding-bottom:8rem}.pv-md-9{padding-top:9rem;padding-bottom:9rem}.pv-md-10{padding-top:10rem;padding-bottom:10rem}.pv-md-11{padding-top:11rem;padding-bottom:11rem}.pv-md-12{padding-top:12rem;padding-bottom:12rem}.mb-md-0{margin-bottom:0}.mb-md-1{margin-bottom:1rem}.mb-md-2{margin-bottom:2rem}.mb-md-3{margin-bottom:3rem}.mb-md-4{margin-bottom:4rem}.mb-md-5{margin-bottom:5rem}.mb-md-6{margin-bottom:6rem}.mb-md-7{margin-bottom:7rem}.mb-md-8{margin-bottom:8rem}.mb-md-9{margin-bottom:9rem}.mb-md-10{margin-bottom:10rem}.mb-md-11{margin-bottom:11rem}.mb-md-12{margin-bottom:12rem}.account-content>div{border:2px solid #f4f4f4;border-left:none;min-height:50rem;padding:2rem}.account-nav{margin-bottom:0}.account-nav ul a{padding:1rem 2rem;margin:0}.account-nav ul:last-child{border-bottom:2px solid #f4f4f4}.account-nav ul li{background:#fcfcfc;border:2px solid #f4f4f4;border-right:none;border-bottom:none;margin-right:0}.account-nav ul li{display:block}.affwp-affiliate-dashboard-tab.active:before,.affwp-affiliate-dashboard-tab.active:after,.ui-tabs-active:before,.ui-tabs-active:after{content:'';position:absolute;right:0;bottom:100%;width:2px;height:1000px;background:#f4f4f4}.affwp-affiliate-dashboard-tab.active:after,.ui-tabs-active:after{top:100%;bottom:auto;height:40000px;z-index:1}.single-download .widget_edd_product_details .button{width:100%}.edd_download_columns_4 .edd_download{width:25%}.edd_download_columns_3 .edd_download{width:33.33333333%}.edd_download_columns_2 .edd_download{width:50%}#edd_purchase_form_wrap select{width:60%}}@media only screen and (min-width:1220px){.text-center-lg{text-align:center}.text-left-lg{text-align:left}th,td{padding:.5rem 1rem}.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{box-sizing:border-box;flex:0 0 auto;padding-right:2rem;padding-left:2rem}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.333%;max-width:8.333%}.col-lg-2{flex-basis:16.667%;max-width:16.667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.333%;max-width:33.333%}.col-lg-5{flex-basis:41.667%;max-width:41.667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.333%;max-width:58.333%}.col-lg-8{flex-basis:66.667%;max-width:66.667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.333%;max-width:83.333%}.col-lg-11{flex-basis:91.667%;max-width:91.667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.667%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}.ph-lg-0{padding-right:0;padding-left:0}.ph-lg-1{padding-right:1rem;padding-left:1rem}.ph-lg-2{padding-right:2rem;padding-left:2rem}.ph-lg-3{padding-right:3rem;padding-left:3rem}.ph-lg-4{padding-right:4rem;padding-left:4rem}.ph-lg-5{padding-right:5rem;padding-left:5rem}.ph-lg-6{padding-left:6rem;padding-right:6rem}.ph-lg-7{padding-right:7rem;padding-left:7rem}.ph-lg-8{padding-right:8rem;padding-left:8rem}.ph-lg-9{padding-right:9rem;padding-left:9rem}.ph-lg-10{padding-right:10rem;padding-left:10rem}.ph-lg-11{padding-right:11rem;padding-left:11rem}.ph-lg-12{padding-right:12rem;padding-left:12rem}.pv-lg-0{padding-top:0;padding-bottom:0}.pv-lg-1{padding-top:1rem;padding-bottom:1rem}.pv-lg-2{padding-top:2rem;padding-bottom:2rem}.pv-lg-3{padding-top:3rem;padding-bottom:3rem}.pv-lg-4{padding-top:4rem;padding-bottom:4rem}.pv-lg-5{padding-top:5rem;padding-bottom:5rem}.pv-lg-6{padding-top:6rem;padding-bottom:6rem}.pv-lg-7{padding-top:7rem;padding-bottom:7rem}.pv-lg-8{padding-top:8rem;padding-bottom:8rem}.pv-lg-9{padding-top:9rem;padding-bottom:9rem}.pv-lg-10{padding-top:10rem;padding-bottom:10rem}.pv-lg-11{padding-top:11rem;padding-bottom:11rem}.pv-lg-12{padding-top:12rem;padding-bottom:12rem}.mb-lg-0{margin-bottom:0}.mb-lg-1{margin-bottom:1rem}.mb-lg-2{margin-bottom:2rem}.mb-lg-3{margin-bottom:3rem}.mb-lg-4{margin-bottom:4rem}.mb-lg-5{margin-bottom:5rem}.mb-lg-6{margin-bottom:6rem}.mb-lg-7{margin-bottom:7rem}.mb-lg-8{margin-bottom:8rem}.mb-lg-9{margin-bottom:9rem}.mb-lg-10{margin-bottom:10rem}.mb-lg-11{margin-bottom:11rem}.mb-lg-12{margin-bottom:12rem}.edd_download_columns_5 .edd_download{width:20%}} \ No newline at end of file