/*
Theme Name: CryptoBookz
Theme URI: https://cryptobookz.com
Author: Easy Digital Downloads
Author URI: https://easydigitaldownloads.com
Description: CryptoBookz 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 */

:root {
  --edd-blocks-light-grey: #ddd !important;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  background-color: #f7f7f7;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: "Space Mono", 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: "Space Mono", monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: rgb(255, 255, 55);
  color: #000;
}

small,
.small {
  font-size: 80% !important;
}

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: "Space Grotesk", 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: 0.35em 0.75em 0.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;
}

/* Helpers */

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 #ccc;
}

.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 {
  text-align: center;
}

.text-center-xs {
  text-align: center;
}

.text-left {
  text-align: left;
}

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

/* Typography */

body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
  color: #1a1e2a;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

::selection {
  background: #0b0f1a;
  color: #fff;
  text-shadow: none;
}

.site-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #0b0f1a;
  font-family: "Space Grotesk", sans-serif;
}

.site-title a,
.site-title a:hover {
  color: #0b0f1a;
}

.site-title a span::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url('assets/images/icon.svg');
  background-repeat: no-repeat;
  transition: all 0.125s ease-in-out;
}

.site-branding .site-title a:hover span::before {
  transform: scale(1.125);
}

figcaption {
  color: #696969;
  font-size: 0.875rem;
}

.site-description {
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #a2a2a2;
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
  color: #0b0f1a;
  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: "Space Mono", 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: 0.125rem 0.25rem;
}

abbr,
acronym {
  cursor: help;
  text-decoration: none;
}

mark,
ins {
  background: #3b82f6;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.site-footer {
  padding-top: 2rem;
  font-size: 0.875rem;
}

h2.widget-title {
  font-size: 1.2rem;

}

.site-footer h2.widget-title {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #ccc;
}

.site-footer .footer-widget li a {
  font-size: 1.25rem;
}

.site-footer .footer-widget-2 li {
  margin-bottom: 1.5rem;
}

.site-footer .footer-widget-2 li a {
  display: inline;
  line-height: 1.3;
}

#primary-sidebar {
  font-size: 1rem;
}

/* Colors */

.text-primary {
  color: #3b81f5 !important;
}

.text-secondary {
  color: #9361f5 !important;
}

.text-alternative {
  color: #05b5d4 !important;
}

.text-success {
  color: #15b47a !important;
}

.text-warning {
  color: #ffc433 !important;
}

.text-danger {
  color: #f56161 !important;
}

.text-gray {
  color: #9ca2af !important;
}

.text-light {
  color: #e9ecf0 !important;
}

/* Customizer */

.custom-logo-link {
  display: inline-block;
}

.custom-logo-link img {
  display: block;
}

/* Buttons */

input[type="submit"],
button,
#submit,
.button {
  background: #3b82f6;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  border: 1px solid #3b82f6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  line-height: 1.5rem;
  border-bottom: 5px solid rgba(0, 0, 0, 0.33) !important;
  transition: all 0.125s ease-in-out;
}

input[type="submit"]:hover,
button:hover,
#submit:hover,
.button:hover {
  text-decoration: none;
  color: #fff;
  background: #1a4fc1 !important;
  border-bottom: 5px solid rgba(0, 0, 0, 0.33) !important;
}

.button-primary {
  background: #3b81f5 !important;
  border: 1px solid #3b81f5 !important;
  border-bottom: 5px solid rgba(0, 0, 0, 0.33) !important;
}

.button-primary:hover {
  background: #2d64bd !important;
  border: 1px solid #2d64bd !important;
  border-bottom: 5px solid rgba(0, 0, 0, 0.33) !important;
}

.button-success {
  background: #15b47a !important;
  border: 1px solid #15b47a !important;
  border-bottom: 5px solid rgba(0, 0, 0, 0.33) !important;
}

.button-success:hover {
  background: #149e6c !important;
  border: 1px solid #149e6c !important;
  border-bottom: 5px solid rgba(0, 0, 0, 0.33) !important;
}

input[type="submit"],
#submit,
button,
.button {
  font-size: 1.1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
}

.button-small {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

.button-large {
  font-size: 1.25rem;
  padding: 1.25rem 2.5rem;
}

.button-block {
  width: 100%;
  display: block;
}

/* Fonts */

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

/* Structure */

#main {
  padding: 1rem;
}

#page {
  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 {
  flex: 1 0 auto;
}

#primary,
#secondary {
  padding: 0;
}

.page #primary {
  padding-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .page #primary {
    padding-bottom: 5rem;
  }
}

.no-sidebar #primary {
  width: 100%;
}

.content-wrapper {
  max-width: 1252px;
  margin-left: auto;
  margin-right: auto;
}

.edd-checkout .content-wrapper {
  max-width: 700px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

body .wrapper {
  max-width: 1252px;
}

.container>.wrapper {
  max-width: 1188px;
}

/* Header */

#masthead {
  background-color: #f7f7f7;
}

.site-header-main {
  margin: 0 auto;
  position: relative;
}

.site-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1252px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .mobile-navigation {
    position: absolute;
    top: 90px;
    left: 0;
  }
}

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

.main-menu-username a sup {
  font-weight: 300;
}

.main-menu-username a sup:empty {
  display: none !important;
}

/* Newsletter Signup Widget */

.footer-newsletter {
  padding: 3rem 1rem;
  background-color: #eee;
}

@media only screen and (min-width: 992px) {
  .footer-newsletter {
    padding: 5rem 1rem 4rem 1rem;
  }
}

.footer-newsletter-content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .footer-newsletter-content-text {
    width: 50%;
    margin: 0 1rem;
  }
}

.footer-newsletter-content-text h3 {
  margin-bottom: 0.5rem;
}

.footer-newsletter-content-text p {
  font-size: 85%;
  color: #777;
}

@media only screen and (min-width: 992px) {
  .footer-newsletter-form {
    width: 50%;
    margin: 0 1rem;
  }
}

.footer-newsletter-form form {
  position: relative;
}

.footer-newsletter-form form input[type="email"] {
  width: 100%;
  color: #444;
}

.footer-newsletter-form form input[type="email"]::placeholder {
  color: #aaa;
}

.footer-newsletter-form form button#newsletter-submit {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0.625rem 1.5rem;
  border: 0 !important;
  background-color: #ddd;
  color: #555;
}

.footer-newsletter-form form button#newsletter-submit:hover {
  background-color: #15b47a !important;
  color: #fefefe !important;
}

@media only screen and (min-width: 992px) {
  .footer-newsletter-content {
    display: flex;
    justify-content: center;
    row-gap: 1rem;
  }
}

/* Newsletter Confirmation Pages */

.page-id-58 .page-header,
.page-id-134 .page-header,
.page-id-144 .page-header,
.page-id-146 .page-header {
  display: none !important;
}

/* Footer */

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

@media only screen and (min-width: 992px) {
  .site-footer .widget li {
    padding-left: 0.5rem;
  }

  .site-footer .widget .custom-html-widget {
    padding-left: 0.5rem;
  }
}

.site-footer a {
  color: #aaa;
  display: inline-block;
}

.site-footer a:hover {
  color: #15b47a !important;
}

.footer-widgets .widget-column {
  padding: 1rem;
}

.site-info {
  padding: 2rem;
  text-align: center;
  color: #a2a2a2;
}

.site-info p {
  margin-bottom: 0;
}

.footer-social-icons {
  margin-bottom: 2rem;
}

.footer-social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0.5rem;
  line-height: 40px;
  border-radius: 100%;
  background-color: #bbb;
  border: 1px solid #ccc;
  font-size: 24px;
  color: #eee !important;
}

.footer-social-icons a:hover {
  background-color: #15b47a;
  border-color: #15b47a;
  color: #fefefe !important
}

/* Links */
a {
  color: #3b82f6;
  text-decoration: none;
  outline: 0;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  outline: 0;
}

a:hover {
  outline: 0;
  color: #215b92;
}

/* Search */

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

.error404 .page-content>p {
  text-align: center;
}

.error404 .search-form {
  max-width: 460px;
  margin: auto;
}

.search-form .search-field,
.search-form .search-submit {
  border: 1px solid #ddd;
  background: #f5f5f5;
}

.search-form .search-submit {
  padding: 0.8125rem 1.5rem;
  border-width: 1px 1px 1px 0 !important;
}

.search-form .search-submit svg {
  vertical-align: inherit;
}

.site-header-menu .search-form .search-field,
.site-header-menu .search-form .search-submit {
  padding: 0.5rem;
}

.search-form .search-submit:hover {
  background-color: #e5e5e5 !important;
}

.site-header-menu .primary-menu .search-form {
  align-items: center;
}

.site-header-menu .search-form .search-field {
  max-width: 190px;
  padding-left: 0.75rem;
  border-right: 0 !important;
  border: solid #ccc !important;
  border-width: 1px 0 1px 1px !important;
  border-radius: 4px 0 0 4px !important;
}

.site-header-menu .search-form .search-submit {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: solid #ccc !important;
  border-width: 1px 1px 1px 0 !important;
  border-radius: 0 4px 4px 0 !important;
}

/* Accessibility */
.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;
}

/* Elements */
body,
html {
  height: 100%;
}

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: 0.5rem;
}

.box,
.comment-respond {
  padding: 1rem;
  border: 1px solid #ddd;
  background: #fcfcfc;
}

.box p:last-of-type:not(:first-child),
.comment-respond p:last-of-type:not(:first-child) {
  margin-bottom: 0;
}

/* Posts and Pages */
.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: #0b0f1a;
}

.entry-title a:hover {
  color: #0b0f1a;
}

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

.single-download .content-wrapper {
  padding-bottom: 5rem;
}

.single-download .post-thumbnail {
  margin-bottom: 4rem;
}

.single-download .post-thumbnail {
  position: relative;
  width: 583px;
  height: 823px;
  margin: 0 auto 60px auto;
  padding: 90px 0 0 0;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .single-download .post-thumbnail {
    width: 480px;
    height: 678px;
    padding: 74px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .single-download .post-thumbnail {
    width: 360px;
    height: 508px;
    padding: 55px 0 0 0;
  }
}

.single-download .post-thumbnail::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  content: '';
  background-image: url('assets/images/bg-book.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  z-index: 99;
}

.single-download .post-thumbnail .wp-post-image {
  display: inline-block;
  margin: 0 auto;
  max-width: 452px;
}

@media only screen and (max-width: 768px) {
  .single-download .post-thumbnail .wp-post-image {
    max-width: 372px;
  }
}

@media only screen and (max-width: 480px) {
  .single-download .post-thumbnail .wp-post-image {
    max-width: 280px;
  }
}

.edd-product-specs h3 {
  display: none;
  font-size: 1.5rem;
  color: #888;
}

.post-thumbnail .wp-post-image {
  display: block;
  margin: 0 auto;
}

#edd-rp-single-wrapper {
  margin-top: 4rem;
}

#edd-rp-single-wrapper #edd-rp-single-header {
  margin-bottom: 2rem;
  font-weight: normal;
}

#edd-rp-single-wrapper #edd-rp-single-header::before {
  content: '\F705';
  display: inline-block;
  margin-right: 8px;
  font-family: 'bootstrap-icons';
}

#edd-rp-single-wrapper #edd-rp-single-header span {
  font-weight: 600;
}

#edd-rp-single-wrapper .edd_download_image img {
  border: 3px solid #f5f5f5;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

#edd-rp-single-wrapper .edd_download .edd_price::before {
  content: '\F5B2';
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-family: 'bootstrap-icons';
  transform: scaleX(-1);
}

#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: #0b0f1a;
}

.comment-author {
  margin-bottom: 0.5rem;
}

.comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875rem;
  position: relative;
  width: 28px;
}

.comment-metadata,
.pingback .edit-link {
  color: #696969;
  font-size: 0.875rem;
  line-height: 1.62;
}

.comment-metadata {
  margin-bottom: 2rem;
}

.comment-list>.comment {
  padding-left: 0;
}

.comment-list li {
  list-style-type: none;
}

.comment-list .comment-author img {
  width: 50px;
  height: 50px;
  margin-top: 5px;
  border: 2px solid #f5f5f5;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#respond {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-reply-link,
#cancel-comment-reply-link,
.logged-in-as {
  font-size: 0.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: #0b0f1a;
}

#cancel-comment-reply-link {
  float: right;
  color: #a2a2a2;
  font-weight: 500;
}

.comments-area .comments-title {
  font-size: 1.5rem;
  font-weight: normal;
  color: #777;
}

.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: 0.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: 0.25rem 0.75rem;
  margin-right: 0.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;
}

.edd-reviews-form {
  border: 1px solid #ddd !important;
}

#edd_checkout_form_wrap #edd_payment_mode_select {
  border: 1px solid #ddd !important;
}

.edd_wallet_deposit_form {
  margin: auto;
  max-width: 340px;
}

#edd_wallet_deposit_amount_wrapper li label {
  text-align: center;
}

.edd_wallet_deposit_form .edd_wallet_deposit_submit_wrapper {
  padding-top: 1rem;
}

.edd_wallet_deposit_form .edd_wallet_deposit_submit_wrapper .edd-wallet-deposit {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 1.125rem;
}

.page-header {
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-header h1 {
  margin-bottom: 0;
}

/* Widgets */
.widget {
  line-height: 1.62;
}

.widget li {
  margin-bottom: 0.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: 0.5rem;
}

#wp-calendar caption {
  margin-bottom: 0.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 */
.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: 0.5rem 0 2rem 0;
  text-align: center;
}

.gallery-item a {
  display: block;
}

/* Forms */
input,
textarea {
  padding: 0.8125rem;
  color: #555;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

input:focus,
textarea:focus {
  border-color: #3b82f6 !important;
}

form input,
textarea {
  width: 100%;
}

select {
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}

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: 0.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: #0b0f1a;
  width: 100%;
}

label {
  text-align: left;
  display: block;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

label input[type="checkbox"] {
  margin-right: 0.25rem;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
  display: inline-block;
  margin: 0;
}

form ul {
  list-style-type: none;
  margin-left: 0;
}

/* Grid */
.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 {
  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;
}

/* Margin and Padding */
.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-0,
.mt-xs-0 {
  margin-top: 0 !important;
}

.mt-xs-1 {
  margin-top: 1rem !important;
}

.mt-2,
.mt-2r,
.mt-xs-2 {
  margin-top: 2rem !important;
}

.mt-xs-3 {
  margin-top: 3rem !important;
}

.mt-4,
.mt-xs-4 {
  margin-top: 4rem !important;
}

.mt-xs-5 {
  margin-top: 5rem !important;
}

.mt-xs-6 {
  margin-top: 6rem !important;
}

.mt-xs-7 {
  margin-top: 7rem !important;
}

.mt-xs-8 {
  margin-top: 8rem !important;
}

.mt-xs-9 {
  margin-top: 9rem !important;
}

.mt-xs-10 {
  margin-top: 10rem !important;
}

.mt-xs-11 {
  margin-top: 11rem !important;
}

.mt-xs-12 {
  margin-top: 12rem !important;
}

.mb-0,
.mb-xs-0 {
  margin-bottom: 0 !important;
}

.mb-xs-1 {
  margin-bottom: 1rem !important;
}

.mb-xs-2 {
  margin-bottom: 2rem !important;
}

.mb-3,
.mb-xs-3 {
  margin-bottom: 3rem !important;
}

.mb-4,
.mb-xs-4 {
  margin-bottom: 4rem !important;
}

.mb-xs-5 {
  margin-bottom: 5rem !important;
}

.mb-xs-6 {
  margin-bottom: 6rem !important;
}

.mb-xs-7 {
  margin-bottom: 7rem !important;
}

.mb-xs-8 {
  margin-bottom: 8rem !important;
}

.mb-xs-9 {
  margin-bottom: 9rem !important;
}

.mb-xs-10 {
  margin-bottom: 10rem !important;
}

.mb-xs-11 {
  margin-bottom: 11rem !important;
}

.mb-xs-12 {
  margin-bottom: 12rem !important;
}

/* Account */
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: #3b82f6;
}

.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: #3b82f6;
}

.container .account-content,
.container .account-nav {
  padding-right: 0;
  padding-left: 0;
}

.account-nav {
  overflow: hidden;
}

.no-js #tabs ul {
  display: none;
}

/* Navigation */

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

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .site-header-wrap {
    padding: 0 1rem;
  }

  .site-header-wrap.on-tablet {
    padding-bottom: 3.5rem;
  }

  .site-header-wrap.on-tablet #mobile-menu li {
    display: inline-block;
  }

  .site-header-wrap.on-tablet .mobile-navigation.toggled-on {
    width: 100%;
    text-align: center;
  }
}

.main-navigation a {
  display: block;
  line-height: 1.5;
  font-size: 1.125rem;
  color: #696969;
}

.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {
  color: #0b0f1a;
}

.main-navigation a:hover {
  color: #0b0f1a;
}

.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: 0.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 {
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0;
  font-size: 2.5rem;
  width: 100%;
  padding: 0.75rem;
  line-height: 1.2;
}

.menu-toggle:hover {
  background-color: #0b0f1a;
  color: #fff;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.menu-toggle.toggled-on {
  color: #15b47a !important;
}

.no-js .menu-toggle {
  display: none;
}

.mobile-navigation {
  margin: auto;
}

.mobile-navigation ul {
  margin: 0;
}

#mobile-menu {
  overflow: hidden;
  max-height: 0;
}

#mobile-menu .navCart-icon {
  vertical-align: top;
}

#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;
  text-align: center;
}

#mobile-menu li:last-child {
  margin-bottom: 1rem;
}

#mobile-menu a {
  display: block;
  line-height: 1.5;
  font-size: 1rem;
  padding: 0.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: #0b0f1a;
}

#mobile-menu .menu-item-has-children>a {
  margin: 0;
  padding-right: 1rem;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #0b0f1a;
  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: #0b0f1a;
}

.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: 0.5rem 1rem;
}

.secondary-navigation ul {
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5rem;
}

.secondary-navigation ul li {
  margin: 0 0.25rem;
}

.secondary-navigation ul li.header-register a {
  padding: 0.325rem 1.25rem;
  border: 1px solid #555;
  border-radius: 5px;
}

/* Easy Digital Downloads */

.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: 0.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 {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  opacity: 1;
}

.edd-cart-added-alert {
  color: #3c763d;
}

.edd_downloads_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.archive .edd_downloads_list {
  justify-content: center;
}

.edd_download_inner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .edd_download_inner {
    text-align: center;
  }
}

.site-footer .edd_downloads_list {
  grid-row-gap: 0;
}

@media only screen and (max-width: 480px) {
  .site-footer {
    text-align: center;
  }
}

.site-footer #footer-bestsellers .edd_download,
.site-footer #footer-freebies .edd_download,
.site-footer .footer-featured-book .edd_download {
  margin-bottom: 0;
}

.site-footer #footer-bestsellers .edd_download .eddDownloadMeta,
.site-footer #footer-freebies .edd_download .eddDownloadMeta,
.site-footer .footer-featured-book .edd_download .eddDownloadMeta {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .site-footer .edd_downloads_list .edd_download {
    margin: auto;
  }
}

@media only screen and (min-width: 992px) {
  .site-footer .edd_download_inner {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}

.site-footer #footer-bestsellers .edd_download_title a,
.site-footer #footer-freebies .edd_download_title a {
  font-size: 1rem;
}

.site-footer #footer-bestsellers .edd_download_image,
.site-footer #footer-freebies .edd_download_image,
.site-footer .footer-featured-book .edd_download_image {
  margin-bottom: 0;
}

.site-footer #footer-bestsellers .edd_download_image img,
.site-footer #footer-freebies .edd_download_image img {
  max-width: 160px !important;
  border: solid #fefefe;
  border-width: 1px 2px 2px 1px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 480px) {
  .site-footer #footer-freebies .edd_download_image img {
    max-width: 240px !important;
  }
}

.site-footer #footer-bestsellers a,
.site-footer #footer-freebies a,
.footer-featured-book a {
  display: inline-block;
  transition: all 0.125s ease-in-out;
}

.site-footer #footer-bestsellers a:hover,
.site-footer #footer-freebies a:hover,
.footer-featured-book a:hover {
  transform: scale(1.1);
}

@media only screen and (min-width: 992px) {
  .site-footer #footer-freebies .edd_download_columns_2 .edd_download,
  .site-footer #footer-bestsellers .edd_download_columns_2 .edd_download,
  .site-footer .footer-featured-book .edd_download_columns_2 .edd_download {
    width: 100%;
  }
}

.footer-featured-book a {
  transition: all 0.125s ease-in-out;
}

.footer-featured-book a img {
  display: block;
  border: solid #fefefe;
  border-width: 2px 3px 3px 2px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.footer-featured-book h3.edd_download_title {
  margin-top: 1.5rem;
}

.footer-featured-book h3 a {
  font-size: 1.125rem;
  color: #a2a2a2;
}

.footer-featured-book h3 a:hover {
  color: #15b47a;
}

body.single-download .edd-review-meta .edd-review-meta-rating {
  margin-left: 0.5rem;
}

body.single-download .edd-reviews-review-form-rating .dashicons,
.edd-review-meta-rating .dashicons,
.edd-reviews-rating .dashicons {
  color: #ffb900;
}

.edd-review-meta-rating .dashicons {
  font-size: 16px;
  vertical-align: bottom;
}

.edd_download .edd-reviews-rating .dashicons {
  vertical-align: bottom;
  font-size: 14px;
}

.edd_download .edd-reviews-rating {
  display: none !important;
}

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

.downloadFooter:not(.edd_download_buy_button) {
  font-size: 1.25rem;
}

.downloadFooter:not(.edd_download_buy_button) del {
  font-size: 1.125rem;
  color: #444;
}

.eddDownloadMeta {
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.eddDownloadMeta>* {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.eddDownloadMeta a {
  color: #696969;
}

.eddDownloadMeta a:hover {
  color: #0b0f1a;
}

.eddDownloadMeta-authorAvatar img {
  display: block;
  border-radius: 100%;
}

.eddDownloadMeta-authorAvatar+.eddDownloadMeta-authorName {
  margin-left: 0.5rem;
}

.eddDownloadMeta-beforeTitle .eddDownloadMeta,
.eddDownloadMeta-afterTitle .eddDownloadMeta {
  margin-bottom: 1rem;
}

.eddDownloadMeta-after .eddDownloadMeta {
  margin-top: 2rem;
}

.eddDownloadMeta-afterTitle .edd_download_title {
  margin-bottom: 0.5rem;
}

.edd_download_title a {
  display: block;
  color: #0b0f1a;
  font-size: 1.2rem;
  transition: all 0.125s ease-in-out;
}

.page-home-downloads .edd_download_title a {
  font-size: 1.5rem;
}

.edd_download_title a:hover {
  color: #15b47a;
}

.page-home-downloads .eddDownloadMeta {
  display: none !important;
}

.edd_download_image {
  margin: 0 0 1.5rem 0;
}

.edd_download_image a,
.edd_download_image img {
  display: block;
}

body.archive #main .edd_download_image a {
  display: inline-block;
  max-width: 300px;
  border: 3px solid #fefefe;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.edd_price_options ul {
  list-style-type: none;
  margin: 0 0 1rem 0;
}

.edd_price_options li {
  padding: 0.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: 0.5rem;
}

.entry-content .edd_price_options li {
  margin-bottom: 0;
}

.edd_download_buy_button {
  margin: auto 0 0 0;
}

.edd_download_buy_button .edd-submit.button {
  position: relative;
  padding: 0.5rem 2.5rem !important;
  background-color: #15b47a;
  border-color: #15b47a;
  color: #fff !important;
}

.edd_download_buy_button .edd-submit.button:hover {
  background-color: #149e6c !important;
}

.edd-submit.button.blue {
  background-color: #3b82f6;
  border-color: #3b82f6;
}

.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:not(.edd_download_purchase_form) {
  font-size: 1.75rem;
}

.widget_edd_product_details:not(.edd_download_purchase_form) del {
  font-size: 1.5rem;
  color: #555;
}

.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: 0.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: #fefefe;
}

#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,
.edd-checkout-block__personal-info .edd-blocks-form {
  padding: 1rem;
  border: 2px solid #f4f4f4;
  background: #fefefe;
  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: 0.5rem;
}

#edd_terms_agreement {
  margin-bottom: 2rem;
}

#edd_agree_to_terms {
  margin-top: 0.375rem;
  margin-right: 0.5rem;
  -ms-flex-item-align: 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 {
  margin-bottom: 0;
}

#edd_purchase_form_wrap select {
  width: 100%;
}

#edd_purchase_form_wrap .edd-select-small {
  width: auto;
}

#edd_purchase_form_wrap #edd_checkout_login_register p#edd-login-account-wrap {
  text-align: center;
}

#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: 0.5rem;
}

.edd-description {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #838383;
}

.edd_cart_actions {
  text-align: right;
}

.edd_cart_actions .edd-item-quantity {
  margin-right: 0.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-blocks-form__cart .edd-blocks-cart__items,
.edd-blocks-form__cart .edd-blocks-cart__row-header {
  border-bottom: 0 !important;
}

.edd-blocks-receipt__item-details .edd-blocks__row-label {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.edd-blocks-receipt__item-details .edd-blocks__row-label::before {
  content: '\F356';
  font-family: 'bootstrap-icons';
  margin-right: 5px;
}

.edd-blocks-receipt__item-details .edd_purchase_receipt_files {
  list-style: none;
}

.edd_download_history_row .edd_download_download_files .edd_download_file a::before,
.edd-blocks-receipt__item-details .edd_purchase_receipt_files .edd_download_file a::before {
  content: '\F295';
  font-family: 'bootstrap-icons';
  margin-right: 10px;
  vertical-align: top;
}

#edd_user_history .edd_download_history_row td.edd_download_download_name {
  line-height: 48px;
}

#edd_user_history .edd_download_history_row td.edd_download_download_name:first-child {
  font-weight: 600;
}

.edd_download_history_row .edd_download_download_files .edd_download_file {
  display: inline-block;
}

.edd-blocks-receipt__item-details .edd_purchase_receipt_files .edd_download_file a {
  display: inline-block;
  transition: all 0.125s ease-in-out;
}

.edd-blocks-receipt__item-details .edd_purchase_receipt_files .edd_download_file a:hover {
  font-weight: 600;
  transform: scale(1.05);
}

.edd_download_history_row .edd_download_download_files .edd_download_file a::before {
  margin-right: 5px;
}

.edd_download_history_row .edd_download_download_files .edd_download_file a {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border: 1px solid #3b81f5;
  border-radius: 5px;
  padding: 0.25rem 0.75rem;
  transition: all 0.125s ease-in-out;
}

.edd_download_history_row .edd_download_download_files .edd_download_file a:hover {
  background-color: #3b81f5;
  color: #fff;
}

#edd-purchase-button {
  padding: 0.5rem 2.5rem;
  border-color: #15b47a;
  background-color: #15b47a;
  text-transform: uppercase;
}

#edd-purchase-button:hover {
  background-color: #159c6b !important;
}

.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;
  background: #fefefe;
}

#edd_checkout_cart th {
  font-weight: bold;
}

.edd-payment-mode-label {
  margin-bottom: 1rem;
  display: inline-block;
}

.edd-gateway,
.edd-gateway-option {
  cursor: pointer;
}

.edd-gateway {
  margin-right: 0.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_checkout_form_wrap .edd-blocks__purchase-form #edd-purchase-button-wrap {
  margin-top: 20px;
}

.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: 1px solid #ddd;
  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;
  align-items: center;
  fill: #0b0f1a;
}

.navCart-icon+* {
  margin-left: 0.5rem;
}

.main-navigation .navCart {
  padding: 0.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: 0.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: 0.5rem;
}

#edd_sl_license_add_site_form span {
  margin-bottom: 0.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: #0b0f1a;
}

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

#author-profile-header .downloadAuthor .widget-title {
  margin-bottom: 1rem;
}

.author-profile-downloads .edd_download_columns_2 {
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  .author-profile-downloads .edd_download_columns_2 .edd_download {
    width: 30% !important;
  }
}

@media only screen and (max-width: 768px) {
  .author-profile-downloads .edd_download .edd_download_image img {
    margin: auto;
  }

  .author-profile-downloads .edd_download .eddDownloadMeta {
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .author-profile-downloads .edd_downloads_list {
    grid-row-gap: 20px;
  }
}

.edd_download .button.edd-free-download i {
  vertical-align: middle;
  margin-right: 5px;
}

.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;
  margin: auto;
  border-radius: 100%;
  border: 2px solid #fefefe;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.edd_purchase_tax_rate {
  display: block;
  font-size: 0.9375rem;
  margin-top: 0.5rem;
}

.edd-item-quantity {
  width: 4rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}

.edd-select {
  vertical-align: middle;
}

.edd-select~.button {
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
}

.edd-cs-voted {
  margin-bottom: 0;
}

.edd-cs-voted,
.edd-cs-vote-description {
  font-style: italic;
  font-size: 0.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: 1.5rem 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.5rem;
  }

  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 2rem 0 2rem;
  }

  .site-header-wrap {
    padding: 2rem 1.25rem;
    max-width: 1252px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .subtitle {
    font-size: 1.5rem;
  }

  .footer-widgets .widget-column {
    padding: 2rem;
  }

  .footer-widgets .widget {
    margin-bottom: 4rem;
  }

  .site-header-menu .search-form {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .site-header-menu .search-field {
    font-size: 0.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 {
    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;
    justify-content: center;
  }

  .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: 0.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;
    font-weight: 700;
  }

  .main-navigation li:hover>a {
    color: #0b0f1a;
  }

  .secondary-navigation a {
    padding: 0.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: #0b0f1a;
  }

  .main-navigation ul ul li:first-child>a {
    margin-top: 0.375rem;
  }

  .main-navigation ul ul li:last-child>a {
    margin-bottom: 0.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: #0b0f1a;
  }

  .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: 0.875rem;
    line-height: 1.5;
  }

  .main-navigation .menu-item-has-children>a:after {
    content: "\f431";
    position: absolute;
    right: 0.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: 0.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: 1.125rem;
    align-items: center;
  }

  #site-header-secondary-menu a {
    color: #1a1f2c;
    font-weight: 700;
  }

  #site-header-secondary-menu a:hover {
    color: #0b0f1a;
  }

  .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: 0.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 {
    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: 32%;
  }

  .edd_download_columns_2 .edd_download {
    width: 50%;
  }

  #edd_purchase_form_wrap select {
    width: 60%;
  }
}

.single-download .widget_edd_product_details .button {
  width: 100%;
  background-color: #15b47a;
  border-color: #15b47a;
  color: #fff;
  text-transform: uppercase;
}

.single-download .widget_edd_product_details .button:hover {
  background-color: #149e6c !important;
  border-color: #149e6c !important;
  border-bottom-color: #15704f !important;
}

.single-download .widget_edd_product_details .edd-free-download-single i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 24px;
}

.single-download .download-title {
  font-size: 3.33rem;
  font-weight: 700;
}

@media only screen and (max-width: 480px) {
  .single-download .download-title {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 1220px) {
  .text-center-lg {
    text-align: center;
  }

  .text-left-lg {
    text-align: left;
  }

  th,
  td {
    padding: 0.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 {
    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%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .site-header-wrap .site-header-menu {
    display: none;
  }
}

/* Cart / Checkout */

body.edd-checkout #edd_checkout_wrap .edd_download_columns_3 {
  width: 100%;
}

body.edd-checkout #edd_checkout_cart {
  border: 1px solid #ddd !important;
}

body.edd-checkout #edd_checkout_cart td,
#edd_checkout_cart th {
  border: 0 !important;
}

body.edd-checkout .edd_empty_cart {
  display: block;
  text-align: center;
}

body.edd-checkout .edd_empty_cart .empty-cart-icon::before {
  content: '\F244';
  font-family: 'bootstrap-icons';
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 80px;
  margin: 0 auto;
  color: rgba(59, 130, 246, 0.75);
}

body.edd-checkout .edd_empty_cart .cart-explore-link {
  max-width: 360px;
  display: block;
  margin: 2rem auto 0 auto;
  padding: 0.75rem 2rem;
  border: 2px dashed #3b82f6;
  border-radius: 50px;
  font-size: 1.33rem;
  transition: all 0.25s ease;
}

body.edd-checkout .edd_empty_cart .cart-explore-link:hover {
  border: 2px solid #3b82f6;
  background-color: rgba(59, 130, 246, 0.1);
}

body.edd-checkout .edd_empty_cart .cart-explore-link span::before {
  content: '\F194';
  font-family: 'bootstrap-icons';
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 10px;
}

.edd_form input.edd-input.required,
.edd_form select.edd-select.required {
  color: #555 !important;
}

#edd_checkout_form_wrap input[type=email],
#edd_checkout_form_wrap input[type=password],
#edd_checkout_form_wrap input[type=tel],
#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap select,
#edd_checkout_form_wrap textarea {
  padding: 0.8125rem;
}

body.edd-checkout #edd_checkout_form_wrap #edd-email-wrap input,
body.edd-checkout #edd_checkout_form_wrap #edd-first-name-wrap input,
body.edd-checkout #edd_checkout_form_wrap #edd-last-name-wrap input,
body.edd-checkout #edd_checkout_form_wrap #edd-user-login-wrap input,
body.edd-checkout #edd_checkout_form_wrap #edd-user-pass-wrap input,
body.edd-checkout #edd_checkout_form_wrap #edd-user-pass-confirm-wrap input {
  width: 100%;
}

body.edd-checkout #edd_checkout_form_wrap #edd-email-wrap label,
body.edd-checkout #edd_checkout_form_wrap #edd-first-name-wrap label,
body.edd-checkout #edd_checkout_form_wrap #edd-last-name-wrap label {
  color: #555;
}

body.edd-checkout #edd-rp-checkout-wrapper .edd_download.edd-rp-item .edd_download_inner {
  display: block;
}

@media only screen and (min-width: 992px) {
  body.edd-checkout #edd-rp-checkout-wrapper .edd-rp-checkout.edd_download_columns_3 .edd_download {
    width: 31%;
  }
}

body.edd-checkout #edd-rp-checkout-wrapper .edd_download.edd-rp-item del {
  font-size: 95%;
  color: #999;
}

body.edd-checkout #edd-rp-checkout-wrapper .edd_download_title a {
  font-size: 1rem;
}

body.edd-checkout .edd_cart_remove_item_btn {
  position: relative;
  color: transparent;
  font-size: 0;
}

body.edd-checkout .edd_cart_item_price del {
  font-size: 95%;
  color: #999;
}

body.edd-checkout .edd_cart_remove_item_btn::before {
  content: '\F78B';
  font-family: 'bootstrap-icons';
  font-size: 1.25rem;
  color: #999;
}

body.edd-checkout .edd_cart_remove_item_btn:hover::before {
  color: #f56262;
}

#edd_discount_code .edd_discount_link {
  padding: 5px 15px !important;
  border: dashed #ddd !important;
  border-radius: 3px !important;
  border-width: 1px !important;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 480px) {
  #edd_discount_code .edd_discount_link {
    padding: 5px 10px !important;
    font-size: 0.9rem;
  }
}

#edd_discount_code .edd_discount_link:hover {
  border: dashed #3b82f6 !important;
  border-width: 1px !important;
  background-color: rgba(59, 130, 246, 0.1) !important;
  color: #3b82f6 !important;
}

@media only screen and (max-width: 480px) {
  .edd-discount-code-field-wrap {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}

.edd-discount-code-field-wrap #edd-discount {
  padding: 5px 10px !important;
}

#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount {
  border: 1px solid #ddd !important;
  background-color: #fefefe !important;
}

.edd-discount-code-field-wrap #edd-discount:focus {
  border: 1px solid #3b82f6 !important;
}

.edd-discount-code-field-wrap .edd-apply-discount {
  margin-bottom: 0 !important;
  padding-bottom: 7px !important;
  padding-top: 7px !important;
  border: 1px solid transparent !important;
  width: 50%;
}

.edd-discount-code-field-wrap .edd-apply-discount:hover {
  border: 1px solid #1a4fc1 !important;
}

#edd_payment_mode_select legend {
  margin-bottom: 2rem;
  text-align: center;
  color: #444;
}

.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option.edd-gateway-option-selected,
.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option:hover {
  background-color: #a3e2cb !important;
  border-color: #47c496 !important;
  margin-top: unset !important;
}

.wp-block-edd-checkout #edd-payment-mode-wrap label {
  transform: none !important;
}

@media only screen and (min-width: 992px) {
  .wp-block-edd-checkout #edd-payment-mode-wrap label {
    min-width: 270px;
  }
}

body.edd-checkout .edd-rp-item .edd_download_image img {
  border: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #e6e6e6 #fff #fff #e6e6e6;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.075);
}

body.edd-checkout .edd-blocks__checkout-guest.link,
body.edd-checkout .edd-blocks__checkout-register.link,
body.edd-checkout .edd-blocks__checkout-login.link {
  border: solid #15b47a !important;
  border-width: 1px !important;
  background-color: rgba(21, 180, 122, 0.1) !important;
}

body.edd-checkout .edd-blocks__checkout-guest.link:hover,
body.edd-checkout .edd-blocks__checkout-register.link:hover,
body.edd-checkout .edd-blocks__checkout-login.link:hover {
  background-color: rgba(21, 180, 122, 0.33) !important;
}

body.edd-checkout .edd-blocks__checkout-user label {
  color: #444;
}

body.edd-checkout #edd_login_fields #edd-user-login-submit {
  margin-top: 1rem;
  text-align: center;
}

body.edd-checkout #edd_login_fields #edd-user-login-submit .edd-submit {
  min-width: 50%;
  padding: 0.5rem 3.5rem;
  border-color: #3b82f6;
  background-color: #3b82f6;
  font-size: 1.125rem;
  color: #fff;
}

body.edd-checkout #edd_login_fields #edd-user-login-submit .edd-submit:hover {
  border-color: #1a4fc1;
  background-color: #1a4fc1;
}

.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=email],
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=password],
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=tel],
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=text],
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form select {
  padding: 0.8125rem !important;
}

.edd-blocks__user-details .edd-blocks__checkout-forms {
  margin-bottom: 3rem;
}

#edd_checkout_form_wrap .edd-payment-icons {
  margin: 40px 0 30px 0 !important;
  justify-content: center;
}

#edd_checkout_form_wrap .edd-payment-icons {
  margin-bottom: 2rem;
}

#edd_checkout_form_wrap .edd-payment-icons img {
  display: inline-block;
  margin-right: 0.5rem;
}

#edd_checkout_form_wrap .edd-payment-icons .payment-icon {
  margin-right: 0 !important;
}

@media only screen and (max-width: 480px) {
  #edd_checkout_form_wrap .edd-payment-icons .payment-icon {
    transform: scale(0.85);
  }
}

#edd_checkout_form_wrap .payment-icon.icon-mastercard,
#edd_checkout_form_wrap .payment-icon.icon-visa,
#edd_checkout_form_wrap .payment-icon.icon-americanexpress,
#edd_checkout_form_wrap .payment-icon.icon-discover,
#edd_checkout_form_wrap .payment-icon.icon-paypal,
#edd_checkout_form_wrap span.payment-icon:last-child {
  position: relative;
  display: inline-block;
  width: 82px;
  height: 56px;
  visibility: hidden;
  z-index: 1;
}

#edd_checkout_form_wrap .payment-icon.icon-mastercard::after,
#edd_checkout_form_wrap .payment-icon.icon-visa::after,
#edd_checkout_form_wrap .payment-icon.icon-americanexpress::after,
#edd_checkout_form_wrap .payment-icon.icon-discover::after,
#edd_checkout_form_wrap .payment-icon.icon-paypal::after,
#edd_checkout_form_wrap span.payment-icon:last-child::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  width: 83px !important;
  height: 56px !important;
  background-repeat: no-repeat;
  visibility: visible;
  z-index: 9;
}

#edd_checkout_form_wrap .payment-icon.icon-mastercard::after {
  background-image: url('assets/images/icons/mastercard.svg');
}

#edd_checkout_form_wrap .payment-icon.icon-visa::after {
  background-image: url('assets/images/icons/visa.svg');
}

#edd_checkout_form_wrap .payment-icon.icon-americanexpress::after {
  background-image: url('assets/images/icons/americanexpress.svg');
}

#edd_checkout_form_wrap .payment-icon.icon-discover::after {
  background-image: url('assets/images/icons/discover.svg');
}

#edd_checkout_form_wrap .payment-icon.icon-paypal::after {
  background-image: url('assets/images/icons/paypal.svg');
}

#edd_checkout_form_wrap span.payment-icon:last-child:after {
  background-image: url('assets/images/icons/crypto.svg');
}

#edd_checkout_form_wrap #edd-payment-mode-wrap {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  #edd_checkout_form_wrap #edd-payment-mode-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

#edd_checkout_form_wrap #edd_show_discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fefefe;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 480px) {
  #edd_checkout_form_wrap #edd_discount_code #edd_show_discount {
    padding: 8px;
    font-size: 95%;
  }
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label {
  width: 100%;
  height: 50px;
  padding: 0 !important;
  font-size: 1.125rem !important;
  text-align: center;
  line-height: 48px;
  overflow: hidden !important;
}

@media only screen and (max-width: 480px) {
  #edd_checkout_form_wrap #edd-payment-mode-wrap label {
    margin-bottom: 1.5rem;
  }
}

#edd-gateway-option-paypal_commerce,
#edd-gateway-option-edd_aurpay_gateway,
#edd-gateway-option-wallet {
  position: relative;
  border: 0 solid transparent !important;
  transition: all 0.15s ease-in-out;
}

#edd-gateway-option-paypal_commerce::after,
#edd-gateway-option-edd_aurpay_gateway::after,
#edd-gateway-option-wallet::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 !important;
  background-color: #fefefe !important;
  border: 1px solid #9ca2af !important;
  border-radius: 5px !important;
  transition: all 0.15s ease-in-out;
}

#edd-gateway-option-paypal_commerce::after {
  content: 'PayPal or Card';
}

#edd-gateway-option-edd_aurpay_gateway::after {
  content: 'Crypto Payment';
}

#edd-gateway-option-wallet::after {
  content: 'My Wallet';
}

#edd-paypal-spinner {
  text-align: center;
}

#edd-gateway-option-paypal_commerce:hover::after,
#edd-gateway-option-paypal_commerce.edd-gateway-option-selected::after,
#edd-gateway-option-edd_aurpay_gateway:hover::after,
#edd-gateway-option-edd_aurpay_gateway.edd-gateway-option-selected::after,
#edd-gateway-option-wallet:hover::after,
#edd-gateway-option-wallet.edd-gateway-option-selected::after {
  background-color: #a3e2cb !important;
  border: 1px solid #47c496 !important;
  border-radius: 5px !important;
}

body.edd-checkout #edd_checkout_form_wrap fieldset#edd_register_fields,
body.edd-checkout #edd_checkout_form_wrap fieldset#edd_login_fields {
  border: 1px solid #ddd !important;
  background-color: #fefefe !important;
}

body.edd-checkout #edd_checkout_form_wrap #cl_gdpr_message {
  display: none !important;
}

body.edd-checkout #edd_checkout_form_wrap #edd_final_total_wrap strong,
body.edd-checkout #edd_checkout_form_wrap #edd_final_total_wrap span {
  font-weight: normal !important;
}

body.edd-checkout .edd-loading-ajax.edd-loading {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 30px auto;
  text-align: center;
}

body.edd-checkout #edd-rp-items-wrapper .edd_download {
  max-width: 240px;
  margin: auto;
}

/* Blog */

body.archive #primary,
body.blog #primary,
body.single-post #primary,
body.archive #content,
body.error404 #primary {
  padding-bottom: 4rem;
}

body.blog .entry-header .entry-title a {
  transition: all 0.25s ease;
}

body.blog .entry-header .entry-title a:hover {
  color: #3b81f5;
}

body.single .entry-meta {
  margin-top: 0.75rem;
  opacity: 0.75;
}

body.single-post .entry-footer .cat-tags-links span,
body.single-post .entry-footer .cat-tags-links .post-categories {
  display: inline-block;
}

body.single-post .entry-footer .cat-tags-links .post-categories {
  margin-left: 0;
  list-style: none;
}

body.single-post .entry-footer .cat-tags-links .post-categories li {
  display: inline;
  margin: 0 0.33rem;
}

body.single-post .entry-footer .cat-tags-links .post-categories li:first-child {
  margin-left: 0.5rem;
}

body.single-post .entry-footer .cat-tags-links .post-categories li:last-child {
  margin-right: 0.75rem;
}

body.single-post .entry-footer .cat-tags-links .post-categories li a {
  text-decoration: underline;
}

body.single-post .entry-footer .tags-links a {
  margin-right: 15px;
}

body.single-post .entry-footer .tags-links a::before {
  content: '#';
  margin-right: 2px;
}

body.single-post .entry-footer .cat-tags-links .post-categories li a:hover,
body.single-post .entry-footer .tags-links a:hover {
  color: #3b81f5;
}

.rp4wp-related-posts h3::before {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 8px;
  content: '\F407';
  font-family: 'bootstrap-icons';
}

/* Page / Home */

.home .page-header {
  padding: 0;
}

.page-home-downloads {
  padding-top: 3rem;
}

@media only screen and (max-width: 480px) {
  .page-home-downloads {
    padding-top: 2rem;
  }
}

.page-home-downloads h2 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 700;
}

.page-home-downloads .lead {
  margin-bottom: 4rem;
  font-size: 1.5rem !important;
  color: #555;
}

@media only screen and (max-width: 480px) {
  .page-home-downloads .edd_downloads_list .edd_download:last-child {
    margin-bottom: 0;
  }
}

.page-home-downloads .edd_download_image a {
  display: inline-block;
  max-width: 300px;
  border-style: solid;
  border-width: 2px 3px 3px 2px;
  border-color: #e7e7e7 #fff #fff #e7e7e7;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.125s ease-in-out;
}

.page-home-downloads .edd_download_image a:hover {
  transform: scale(1.05);
}

.page-home-downloads .edd_download .edd_price {
  font-size: 1.25rem;
}

.page-home-downloads .edd_download .edd_price::before {
  display: inline-block;
  margin: 0 8px 3px 0;
  vertical-align: middle;
  content: '\F5B2';
  font-family: 'bootstrap-icons';
  transform: scaleX(-1);
}

.home-testimonials {
  padding: 4rem 0;
  border-top: 1px solid #ddd;
}

.home-testimonials-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1rem;
}

.home-testimonials-content h3 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.home-testimonials-content p {
  color: #777;
}

.home-testimonials .strong-view .wpmtst-testimonial h3 {
  color: #555;
  font-size: 1.5rem;
  font-style: italic;
}

.home-testimonials .strong-view.wpmtst-default .wpmtst-testimonial,
.home-testimonials .strong-view.wpmtst-default .wpmtst-testimonial-inner {
  border: 0 !important;
}

.home-testimonials .home-testimonials-items {
  min-height: 168px;
}

.home-testimonials .strong-view.wpmtst-default.nav-position-inside .wpmtst-testimonial-inner {
  min-height: 200px !important;
}

.home-testimonials .testimonial-content p {
  font-style: italic;
}

.home-testimonials .wpmtst-testimonial-field.testimonial-name {
  color: #8d8d8d;
}

.home-testimonials .wpmtst-testimonial-field .strong-rating-wrapper .star {
  margin-right: 5px;
}

.home-testimonials .wpmtst-testimonial-field .strong-rating-wrapper .star svg {
  width: 16px;
}

.home-testimonials .wpmslider-viewport {
  min-height: 200px;
}

.home-testimonials .readmore-page {
  margin: 0;
  padding: 0;
  border: none;
  background: none !important;
}

.home-testimonials .readmore-page a {
  display: block;
  max-width: 320px;
  margin: 20px auto 10px auto;
  padding: 10px 15px;
  border-radius: 0.5rem;
  text-transform: uppercase;
  border: 2px solid rgba(59, 129, 245, 0.5);
  transition: all 0.15s ease;
}

.home-testimonials .strong-view ul.simplePagerNav li.currentPage a {
  background: rgba(59, 130, 246, 0.15);
  color: #3b82f6;
}

.home-testimonials .strong-view ul.simplePagerNav li a:hover {
  background: rgba(59, 130, 246, 0.33);
}

.home-testimonials .readmore-page a:hover {
  background-color: rgba(59, 129, 245, 0.1);
}

.home-testimonials .strong-view .wpmslider-controls-direction {
  opacity: 0.55;
}

.home-testimonials .strong-view .wpmslider-controls-direction:hover {
  opacity: 1;
}

/* Page / Download / Book */

.single-download #primary {
  padding-bottom: 3rem;
}

@media only screen and (max-width: 480px) {
  .single-download #primary {
    padding-bottom: 0;
  }
}

.single-download .comments-area {
  display: none !important;
}

.ebook-description ul {
  list-style: none;
  margin-left: 0;
}

.button-preview {
  display: inline-block;
  padding: 0.75rem 2.5rem;
  border: 2px dashed #999;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  color: #888;
  transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 480px) {
  .button-preview {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
  }
}

.button-preview:hover {
  border-color: #3b82f6;
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}

.button-buy-desc {
  display: inline-block;
  padding: 0.5rem 3rem;
  border: 2px dashed #15b47a;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  background-color: rgba(21, 180, 122, 0.1);
  color: #15b47a;
  transition: all 0.15s ease-in-out;
}

.button-buy-desc:hover {
  border: 2px solid #15b47a;
  background-color: rgba(21, 180, 122, 0.25);
  color: #15b47a;
}

body.single-download #edd-rp-items-wrapper.edd_download_columns_3 .edd_download {
  width: 31%;
}

@media only screen and (max-width: 768px) {
  body.single-download #secondary #purchase {
    text-align: center;
  }

  body.single-download #secondary #purchase .button {
    width: 100%;
    min-width: 260px;
  }
}

@media only screen and (max-width: 480px) {
  body.single-download #edd-rp-items-wrapper.edd_download_columns_3 .edd_download {
    width: 60%;
    margin: auto;
    overflow: visible;
  }

  body.single-download #secondary #purchase .button {
    width: 100%;
  }
}

/* Page / My Account */

.edd-no-downloads {
  text-align: center;
}

.page-profile-editor {
  max-width: 540px;
  margin: 0 auto;
}

.page-profile-editor .edd_form fieldset:not(:last-child) {
  border: 1px solid #ddd !important;
}

.page-profile-editor .edd-submit,
.page-profile-editor [type=submit].edd-submit {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

/* Page / Purchases */

.page-purchases-content {
  max-width: 960px;
  margin: 0 auto;
}

/* Page / Testimonials */

.page-testimonials-content .strong-rating-wrapper .star svg {
  width: 16px;
  opacity: 0.9;
}

/* Page / Contacts */

.page-contact-content {
  max-width: 480px;
  margin: 0 auto;
}

body.logged-in .hc {
  display: none !important;
}

/* Page / Affiliate */

.page-id-16 .content-area {
  max-width: 600px;
  margin: 0 auto;
}

.page-id-16 .content-area .h-captcha {
  text-align: center;
}

.affwp-card__tooltip svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.affwp-card__header {
  margin-top: 1.5rem;
}

.affwp-card__header h3 {
  margin-bottom: 0.5rem;
}

.affwp-link-sharing__options svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.affwp-link-sharing__qrcode {
  cursor: pointer;
}

.affwp-custom-link-submit-wrap {
  margin-top: 1.75rem;
  margin-bottom: 2.5rem;
}

.affwp-affiliate-link__input {
  border: 2px solid #ddd !important;
}

@media only screen and (min-width: 992px) {
  .affwp-affiliate-link__input {
    min-width: 420px;
    margin-right: 10px;
  }
}

.affwp-affiliate-link-copy-link,
.affwp-affiliate-link-copy-link:hover {
  border-bottom: none !important;
}

.affwp-link-sharing__text {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.affwp-link-sharing__options a svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.affwp-modal__qr-code-url {
  margin-bottom: 2rem;
}

.affwp-custom-link-actions {
  margin-top: 1rem;
}

.affwp-custom-link-actions button {
  background-color: #8d8d8d;
  border-color: #8d8d8d;
  margin-right: 5px;
  padding: 0.25rem 1rem;
}

.affwp-custom-link-actions button svg {
  width: 16px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, 0.8) !important;
}

.affwp-modal.fancybox__content {
  border-radius: 1rem;
}

.affwp-modal__body,
.affwp-modal__footer {
  text-align: center;
}

.fancybox__content>.f-button.is-close-btn {
  border-bottom: none !important;
}

.form-affiliate-link {
  position: relative;
}

.form-affiliate-link .open-login-modal {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  text-align: center;
  line-height: 42px;
  text-shadow: 2px 2px 0 #fcfcfc;
}

.affiliate-link {
  max-width: 360px;
  margin: auto;
}

.affiliate-link label {
  display: block;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  color: #888;
  text-align: center;
}

.affiliate-link input[type="url"] {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  font-size: 0.925rem;
  padding: 0.5rem 0.75rem;
  text-overflow: ellipsis;
  text-align: center;
}

.affiliate-link .user-affiliate-link-unlogged,
.affiliate-link .user-affiliate-link-unlogged::selection {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  user-select: none !important;
  background: #fcfcfc !important;
  cursor: help;
}

#affiliate-textarea {
  min-height: 80px;
  margin-bottom: 1rem;
  background-color: #f4f4f4;
  font-size: 0.875rem;
  line-height: 1.2;
}

/* Affiliate Share */

.affiliate-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.affiliate-buttons button,
.affiliate-buttons a {
  padding: 2px 12px;
  background-color: #fefefe;
  color: #999;
  border: 1px solid #bbb !important;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.125s ease-in-out;
}

.affiliate-buttons button:hover,
.affiliate-buttons a:hover {
  background-color: #3b82f6 !important;
  border-color: #3b82f6 !important;
  color: #fefefe;
}

.share-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.share-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  max-width: 460px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.share-modal h4 {
  text-align: left;
}

.share-modal .social-icons a:hover {
  border-color: #3b82f6;
}

.close-modal {
  float: right;
  font-size: 32px;
  cursor: pointer;
  transition: all 0.125s ease-in-out;
}

.close-modal:hover {
  color: #f56262;
}

.social-icons a {
  display: inline-block;
  min-width: 110px;
  margin: 8px 5px;
  padding: 8px 16px;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: all 0.125s ease-in-out;
}

.social-icons a:hover {
  background-color: #3b82f6;
  color: #fefefe;
}

/* Page / Help */

.help-page .faqs {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.help-page .faqs details {
  border: 1px solid #e1e5eb;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.help-page .faqs details[open] {
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 2px 8px rgba(13, 110, 253, 0.1);
}

.help-page .faqs summary {
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 0 1.5rem;
  line-height: 3;
}

.help-page .faqs summary::-webkit-details-marker {
  display: none;
}

.help-page .faqs summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.9;
  color: #3b82f6;
  transition: transform 0.2s ease;
}

.help-page .faqs details[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.help-page .faqs p {
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Page / 404 */

.error-404 .text-404 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: #555;
  text-align: center;
  letter-spacing: 1rem;
  -webkit-text-stroke: 2px #fefefe;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 992px) {
  .error-404 .text-404 {
    font-size: 14rem;
  }
}

/* Widgets */

.home-hero-widget-area {
  padding: 40px 20px 20px 20px;
  text-align: center;
  background-color: #eee;
}

@media only screen and (min-width: 992px) {
  .home-hero-widget-area {
    padding: 40px;
  }
}

.home-hero-widget h3.widget-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.home-hero-widget-content {
  display: flex;
  justify-content: center;
  max-width: 1252px;
  margin: 0 auto;
  border-radius: 8px;
}

@media only screen and (min-width: 992px) {
  .home-hero-widget-content {
    padding: 40px 20px;
  }
}

.home-hero-widget-image {
  display: none;
}

@media only screen and (min-width: 992px) {
  .home-hero-widget-text {
    max-width: 60%;
  }

  .home-hero-widget-image {
    padding: 0 4rem;
    display: block;
  }
}

.home-hero-widget-text h1 span:first-child {
  font-size: 120%;
}

@media only screen and (min-width: 992px) {
  .home-hero-widget-text h1 span:first-child {
    font-size: 90%;
  }
}

.home-hero-widget-text h1 span:last-child {
  display: inline-block;
  margin-top: 0.5rem;
  background-color: #2a2a2a;
  font-size: 135%;
  color: #f9f9f9;
}

@media only screen and (min-width: 992px) {
  .home-hero-widget-text h1 span:last-child {
    font-size: 120%;
  }
}

.home-hero-widget-content .ebook-cover {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.home-hero-widget-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.home-hero-widget-content p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}

.home-hero-widget-content p.lead {
  font-size: 2rem !important;
}

.hero-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #15b47a;
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 5px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.33);
  transition: all 0.15s ease-in-out;
}

.hero-button:hover {
  background-color: #149e6c;
  color: #fff;
}

/* Comments form */

.single-post .h-captcha {
  margin: 0 auto 2rem auto;
}

.single-download .edd-reviews-area {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 480px) {
  .single-download .edd-reviews-area {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

.single-download .comment-form .h-captcha {
  margin: 0 auto 2rem auto;
  text-align: center;
}

#edd-free-downloads-modal .edd-free-downloads-label {
  margin-bottom: 1rem;
}

#edd-free-downloads-modal .edd-free-download-submit {
  background-color: #15b47a;
  border-color: #15b47a;
}

#edd-free-downloads-modal .edd-free-download-submit:hover {
  background-color: #158b60 !important;
  border-color: #158b60 !important;
}

/* Reviews */

.edd-reviews-area .edd-reviews-title {
  color: #1a1a1a;
}

.edd-reviews-area .edd-reviews-title::before {
  content: '\F718';
  font-family: 'bootstrap-icons';
  margin-right: 15px;
  vertical-align: middle;
}

.edd-reviews-area .edd-review-meta .avatar-48 {
  border-radius: 50%;
}

.edd-reviews-area .edd-review-metadata .avatar-32 {
  display: none !important;
}

.edd-review-review-helpful {
  opacity: 0.75;
  transition: all 0.33s ease-in-out;
}

.edd-review-review-helpful:hover {
  opacity: 1;
}

.edd-review-vote .edd-reviews-voting-buttons a {
  margin: 0 3px;
}

.edd-review-vote .edd-reviews-voting-buttons a:first-child::after {
  content: '/';
  padding-left: 5px;
  color: #888;
}

#edd-reviews-review-form-submit:disabled {
  background-color: #ccc !important;
  border-color: #ccc !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

/* Popup Maker */

.pum-theme-377 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
  border-bottom: 0 !important;
}

.pum-theme-377 .pum-content+.pum-close:hover,
.pum-theme-default-theme .pum-content+.pum-close:hover {
  background-color: #0a0e1a !important;
}

/* Add to any */

.heateor_sss_sharing_title {
  margin-bottom: 1rem;
  color: #555;
}

body.single-post .heateor_sss_sharing_container {
  margin: 3rem 0;
}

/* Contact Form 7 */

span[data-name="hcap-cf7"] .h-captcha {
  display: block;
  margin: 0 auto;
}

/* Modal Free Download wrapper */

.edd-free-downloads-modal-wrapper .edd-free-downloads-modal-close {
  line-height: 28px;
  width: 28px;
  height: 28px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#edd-login-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  display: none;
}

#edd-login-notice-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 420px;
  width: 90%;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
}

#edd-login-notice-modal h3 {
  margin-top: 0;
  font-size: 1.5em;
}

.edd-modal-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.edd-modal-buttons .button {
  padding: 10px 20px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.edd-modal-buttons .button:hover {
  background: #005a87;
}

.edd-login-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #666;
}

/* Buy Now Button */

@keyframes pump_animation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.pump-animation {
  animation-name: pump_animation;
  animation-duration: 333ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  will-change: transform;
}

/* Lightbox */

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  width: auto !important;
  border: none !important;
  border-bottom: none !important;
}

.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
  background: none !important;
  cursor: pointer;
}

/* Alerts */

.alert {
  position: relative;
  margin: 15px 0;
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  line-height: 1.5;
}

.alert.alert-info {
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
}

.alert.alert-info::before {
  content: "ℹ️";
  font-size: 18px;
  margin-right: 8px;
}

.alert.alert-warning {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
}

.alert.alert-warning::before {
  content: "⚠️";
  font-size: 18px;
  margin-right: 8px;
}

.alert.alert-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.alert.alert-success::before {
  content: "✅";
  font-size: 18px;
  margin-right: 8px;
}

.alert.alert-danger {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.alert.alert-danger::before {
  content: "⛔";
  font-size: 18px;
  margin-right: 8px;
}

/* Popups */

.popmake .popmake-title {
  line-height: normal;
}

.popmake p:empty,
.popmake br {
  display: none;
}

#popup-off-25 .off-25-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 40px;
}

#popup-off-25 .off-25-header h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #020617;
}

#popup-off-25 .off-25-header h2 span:first-child {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-right: 10px;
  text-align: center;
  border-radius: 6px;
  background: linear-gradient(135deg, #6366f1, #22d3ee);
  box-shadow: 0 8px 18px rgba(99, 102, 241, .25);
}

#popup-off-25 .off-25-header h2 span .off-25-icon {
  font-size: 20px;
}

#popup-off-25 .off-25-header .off-25-badge {
  height: 32px;
  line-height: 10px;
  padding: 10px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #c92247;
  color: #c92247;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  #popup-off-25 .off-25-header .off-25-badge {
    position: absolute;
    top: -40px;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: normal;
    overflow: hidden;
    padding: 15px 0;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: normal;
  }
}

#popup-off-25 h2 span:last-child {
  color: #2563eb;
}

#popup-off-25 .off-25-body {
  margin: 30px 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

#popup-off-25 .off-25-body strong {
  color: #0f172a;
}

#popup-off-25 .off-25-form {
  margin: 15px;
  padding: 12px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

@media only screen and (min-width: 992px) {
  #popup-off-25 .off-25-form #cbzCouponInput {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}

#popup-off-25 .off-25-form #cbzCopyStatus {
  margin-top: 10px;
  font-size: 12px;
  color: #64748b;
}

#popup-off-25 .off-25-form input[type="text"] {
  flex: 1 1 auto;
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #c7d2fe;
  background: #fff;
  color: #1e293b;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  outline: none;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  #popup-off-25 .off-25-form input[type="text"] {
    width: 100%;
  }
}

#popup-off-25 .off-25-form button {
  min-width: 120px;
  height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid #2563eb;
  background: linear-gradient(135deg, #2563eb, #22d3ee);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(37, 99, 235, .25);
  transition: all 0.33s ease-in-out;
}

@media only screen and (max-width: 480px) {
  #popup-off-25 .off-25-form button {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
}

#popup-off-25 .off-25-notice {
  margin: 15px 0;
  font-size: 12px;
  color: #94a3b8;
  text-align: center;
}

/* Free Guide Popup */

.cbz-popup {
  margin: 0 auto;
  padding: 22px;
  background: #fff;
  border: 1px solid #e6e8ef;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .08);
  color: #0f172a;
}

.cbz-popup__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(21, 180, 122, 0.1);
  border: 1px solid #15b47a;
  color: #15b47a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.cbz-popup__title {
  margin: 12px 0 6px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #020617;
}

.cbz-popup__text {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

.cbz-form {
  margin: 0;
}

.cbz-form__label {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.cbz-form__row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.cbz-form__input {
  flex: 1 1 auto;
  height: 46px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  outline: none;
  transition: box-shadow 0.15s ease, border-color .15s ease;
}

.cbz-form__input::placeholder {
  color: #94a3b8;
}

.cbz-form__input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.cbz-form__btn {
  height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid #2563eb;
  background: linear-gradient(135deg, #2563eb, #22d3ee);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(37, 99, 235, .22);
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, filter 0.15s ease-in-out;
}

.cbz-form__btn:hover {
  filter: brightness(1.02);
  box-shadow: 0 14px 28px rgba(37, 99, 235, .25);
}

.cbz-form__btn:active {
  transform: translateY(1px);
}

.cbz-form__note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 520px) {
  .cbz-form__row {
    flex-direction: column;
  }

  .cbz-form__btn {
    width: 100%;
  }
}


/* Cookie Notice */

button#euCookieAcceptWP {
  margin: 0 10px 1px 10px !important;
  border: 0 !important;
}

button#euCookieAcceptWP:hover {
  background-color: #149e6c !important;
}

/* Go to top button */

.go-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 2.5rem;
  color: rgba(151, 151, 151, 0.75);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  text-decoration: none;
}

.go-to-top.show {
  opacity: 0.75;
  visibility: visible;
}

.go-to-top:hover {
  opacity: 1;
  color: rgba(0, 123, 255, 0.9);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Copy to clipboard */

#user-affiliate-link.copied {
  animation: textShake 0.5s ease;
}

@keyframes textShake {

  0%,
  100% {
    letter-spacing: 0px;
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    letter-spacing: 0.5px;
  }

  20%,
  40%,
  60%,
  80% {
    letter-spacing: -0.5px;
  }
}

/* Utilities */

.d-block {
  display: block !important;
}

.lead {
  font-size: 1.5rem !important;
  font-weight: 300;
  line-height: 1.5;
}

.text-muted {
  color: #6c757d !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.mw-75 {
  width: 75% !important;
}

@media only screen and (min-width: 992px) {
  .mw-lg-75 {
    width: 75% !important;
  }
}

.w-100 {
  width: 100% !important;
}

.me-5px {
  margin-right: 5px !important;
}

.me-10px {
  margin-right: 10px !important;
}

.ms-5px {
  margin-left: 5px !important;
}

.ms-15px {
  margin-left: 15px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.m-1r {
  margin: 1rem !important;
}

.mx-1r {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mt-1,
.mt-1r {
  margin-top: 1rem !important;
}

.mb-1r {
  margin-bottom: 1rem !important;
}

.mb-2r {
  margin-bottom: 2rem !important;
}

.mb-3r {
  margin-bottom: 3rem !important;
}

.mb-5r {
  margin-bottom: 5rem !important;
}

.my-2r {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-3r {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@media only screen and (min-width: 992px) {
  .mw-lg-50 {
    max-width: 50% !important;
  }

  .mw-lg-75 {
    max-width: 75% !important;
  }
}

.fw-bold {
  font-weight: 700 !important;
}

.fs-125 {
  font-size: 1.25rem !important;
}

.justify-center {
  justify-content: center !important;
}

/* Browsers fixes */

@supports (-moz-appearance: none) {

  /* Firefox‑only styles here */
  .footer-social-icons a {
    line-height: 38px;
  }
}