h1, h2, h3 {
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  margin-top: 0;
  color: #1d3338;
}

h1 {
  font-weight: 600;
  font-size: 36px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 70px;
  }
}

h2, h3 {
  font-weight: 600;
}

h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 46px;
  }
}

h3 {
  font-size: 26px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

p, p span {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #272727;
  margin-top: 0;
}

p a {
  color: #27B077;
  text-decoration: none;
  transition: color 0.3s ease;
}
p a:not(.button):hover {
  color: #1d3338;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #27B077;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 3px;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 22px 0px;
}
.button:hover {
  background-color: #1e865b;
}
.button--ghost-primary {
  background-color: transparent;
  border: solid #27B077 2px;
  border: solid #FFF 2px;
}
.button--ghost-primary:hover {
  background-color: #264249;
}
.button--download:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  background-image: url(/wp-content/themes/acfsc/assets/img/download.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  filter: invert(100%) sepia(60%) saturate(156%) hue-rotate(77deg) brightness(109%) contrast(101%);
}
.button--with-icon {
  padding: 9px 30px;
}
.button--with-icon span, .button--with-icon svg {
  display: inline-block;
  vertical-align: middle;
}
.button--with-icon svg {
  width: 30px;
  height: 30px;
  margin-right: 7px;
}
.button--with-icon svg g {
  fill: #FFFFFF;
}
.button--large {
  padding: 15px 30px;
  font-size: 18px;
}

.text-link {
  font-family: "Cabin", sans-serif;
  color: #27B077;
  text-decoration: none;
}
body {
  background-color: #f8f8f8;
  margin: 0;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}

body.edd-checkout .header {
  position: static;
}
body.edd-checkout .header__burger, body.edd-checkout .header__nav-wrap {
  display: none;
}

body.menu-open .header__nav-wrap {
  display: flex;
}

.header {
  background-color: #1d3338;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 20px 0;
}
.header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__burger {
  border: 0;
  background: transparent;
  padding: 0;
}
.header__burger svg path {
  fill: #FFFFFF;
}
@media (min-width: 768px) {
  .header__burger {
    display: none;
  }
}
.header__menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  border: 0;
  background: transparent;
  padding: 0;
}
@media (min-width: 768px) {
  .header__menu-close {
    display: none;
  }
}
.header__menu-close svg path {
  fill: #FFFFFF;
}
@media (max-width: 767.99px) {
  .header__nav-wrap {
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1d3338;
    padding: 100px 24px 0 24px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .header__nav-wrap {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .header__cta {
    margin-left: 30px;
  }
}
.header .menu-primary-nav-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header .menu-primary-nav-container ul {
    flex-direction: row;
  }
}
.header .menu-primary-nav-container ul li {
  margin-left: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .header .menu-primary-nav-container ul li {
    margin-left: 25px;
    margin-bottom: 0;
  }
}
.header .menu-primary-nav-container ul li:first-child {
  margin-left: 0;
}
.header .menu-primary-nav-container ul li a {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #272727;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .header .menu-primary-nav-container ul li a {
    font-size: 18px;
    text-align: left;
    display: inline;
  }
}
.header .menu-primary-nav-container ul li a:hover {
  color: #27B077;
}

.logo {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo:hover .logo__acf-logo {
  fill: #27B077;
}
.logo:hover .logo__text {
  color: #27B077;
}
.logo:hover .acfsc-logo__shape {
  transform: rotate(180deg);
}
.logo:hover .acfsc-logo__icon {
  transform: rotate(-3deg);
}
.logo__acf-logo {
  height: 35px;
  fill: #FFFFFF;
  transition: fill 0.3s ease;
}
.logo__text {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 10px;
  text-decoration: none;
  color: #FFFFFF;
  transition: color 0.3s ease;
}

.acfsc-logo {
  position: relative;
  width: 35px;
  height: 35px;
  margin-top: -6px;
  margin-right: 2px;
}
.acfsc-logo__shape {
  position: absolute;
  width: 42px;
  height: 42px;
  transform: rotate(173deg);
  transition: transform 0.3s ease;
}
.acfsc-logo__shape path {
  fill: #27B077;
}
.acfsc-logo__icon {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 4px;
  left: 11px;
  transition: transform 0.3s ease;
}
.acfsc-logo__icon path {
  fill: #1d3338;
}

.hero {
  background: #1d3338;
  padding: 44px 0 60px 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
  margin-bottom: 26px;
}
@media (min-width: 1440px) {
  .hero {
    padding: 44px 0 80px 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
    margin-bottom: 35px;
  }
}
.hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1440px) {
  .hero__inner {
    flex-direction: row;
  }
}
.hero__content {
  max-width: 600px;
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .hero__content {
    margin-bottom: 0;
  }
}
.hero__content p, .hero__content h1 {
  color: #FFFFFF;
}
.hero__content > * {
  margin: 0 0 25px;
}
.hero__content > *:last-child {
  margin: 0;
}
.hero__feature {
  background: #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  max-width: 600px;
}
@media (min-width: 1024px) {
  .hero__feature {
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .hero__feature {
    max-width: none;
  }
}
.hero__feature-video {
  box-shadow: #000 10px 9px 25px;
  max-width: 100%;
}
@media (max-width: 767.99px) {
  .hero__feature-video {
    height: auto;
  }
}
@media (min-width: 1440px) {
  .hero__feature-video {
    max-width: none;
  }
}
.hero__tagline {
  display: block;
  font-size: 20px;
}
.hero__actions {
  display: flex;
}
.hero__actions .button + .button {
  margin-left: 20px;
}

.features {
  margin-bottom: 10px;
}
.features__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .features {
    margin-bottom: 66px;
  }
}

.blocks {
  display: grid;
  grid-gap: 20px 0;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 1024px) {
  .blocks {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
}

.block {
  display: flex;
}
.block__icon {
  width: 60px;
  padding-right: 16px;
}
.block__icon svg path {
  stroke: #1d3338;
}
.block__icon--icon-field-repeater svg path {
  fill: #1d3338;
  stroke: none;
}
.block__pro-only-title span {
  line-height: 1;
}
.block__pro-only-title:after {
  content: "Pro";
  display: inline-block;
  font-size: 10px;
  font-family: "Cabin", sans-serif;
  vertical-align: middle;
  background-color: #27B077;
  color: #FFFFFF;
  padding: 5px;
  margin-left: 7px;
  border-radius: 5px;
}
.block__text {
  flex: 1;
}

.intro {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .intro {
    margin-bottom: 66px;
  }
}
.intro__inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
}
.intro p {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro p {
    font-size: 22px;
  }
}
.intro p:last-of-type {
  margin-bottom: 0;
}

.image-text__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
.image-text + .pricing {
  margin-top: 60px;
}

.image-text-row {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.image-text-row__image img {
  border-radius: 5px;
}
.image-text-row:nth-child(even) {
  flex-direction: row-reverse;
}
.image-text-row:nth-child(even) .image-text-row__content {
  padding-right: 80px;
}
.image-text-row:nth-child(odd) .image-text-row__content {
  padding-left: 80px;
}
.image-text-row:last-child {
  margin-bottom: 0;
}

.pricing {
  background: #1d3338;
  padding: 50px 0 60px;
  clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  .pricing {
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
    padding: 70px 0 60px;
  }
}
.pricing__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
.pricing__header {
  margin-bottom: 38px;
}
.pricing__header h1 span, .pricing__header h2 span {
  font-family: "Oswald", sans-serif;
  color: #27B077;
  font-weight: 700;
}
.pricing__header > * {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}

.price-comparison {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  .price-comparison {
    flex-direction: row;
  }
}

.price-card {
  position: relative;
  flex: 1;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 5px;
  max-width: 350px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px;
}
.price-card:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .price-card {
    width: auto;
    flex-direction: row;
    margin: 0 5px;
  }
}
@media (min-width: 1024px) {
  .price-card {
    margin: 0 20px;
  }
}
.price-card > * {
  margin-bottom: 20px;
}
.price-card > *:last-child {
  margin-bottom: 0;
}
.price-card--scaled {
  padding-top: 40px;
  padding-bottom: 40px;
}
.price-card--scaled .price-card__cta {
  background-color: #27B077;
}
.price-card--scaled .price-card__cta:hover {
  background-color: #1d3338;
}
.price-card--scaled .price-card__secondary-cta {
  color: #27B077;
}
.price-card--scaled .price-card__secondary-cta:hover {
  color: #1d3338;
}
.price-card__tag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #229b69;
  color: #FFF;
  padding: 3px 10px;
  border-radius: 0 0 0 5px;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
}
.price-card__name {
  font-family: "Cabin", sans-serif;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.price-card__price {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}
.price-card__frequency {
  color: #808080;
  font-family: "Cabin", sans-serif;
}
.price-card__points {
  padding-left: 20px;
}
.price-card__points > li {
  font-family: "Cabin", sans-serif;
  color: #272727;
  margin-bottom: 10px;
}
.price-card__points > li:last-child {
  margin-bottom: 0;
}
.price-card__disclaimer svg path {
  fill: #1d3338;
}
.price-card__disclaimer svg, .price-card__disclaimer span {
  display: inline-block;
  vertical-align: middle;
}
.price-card__disclaimer span {
  font-family: "Cabin", sans-serif;
  color: #272727;
}
.price-card__disclaimer a {
  color: #27B077;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Cabin", sans-serif;
}
.price-card__disclaimer a:hover {
  color: #1d3338;
}
.price-card__ctas {
  display: flex;
  flex-direction: column;
}
.price-card__cta {
  margin-bottom: 20px;
  background-color: #1d3338;
}
.price-card__cta:hover {
  background-color: #27B077;
}
.price-card__secondary-cta {
  font-family: "Cabin", sans-serif;
  color: #1d3338;
  text-decoration: none;
  text-align: center;
  transition: color 0.3s ease;
}
.price-card__secondary-cta:hover {
  color: #27B077;
}

body.edd-checkout .footer {
  position: static;
}
body.edd-checkout .footer .menu-footer-menu-container {
  display: none;
}

.footer {
  border-top: solid #e0e0e0 1px;
  padding: 50px 0;
  justify-content: space-between;
}
.footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer__inner {
    flex-direction: row;
  }
}
.footer__copyright {
  font-size: 14px;
  color: #272727;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer__copyright {
    margin-bottom: 0;
  }
}
.footer__copyright .logo {
  margin-bottom: 14px;
}
.footer__copyright .logo__acf-logo {
  fill: #272727;
}
.footer__copyright .logo__text {
  color: #272727;
}
.footer .menu-footer-menu-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.footer .menu-footer-menu-container ul li {
  margin-left: 15px;
}
.footer .menu-footer-menu-container ul li:first-child {
  margin-left: 0;
}
.footer .menu-footer-menu-container ul li a {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #272727;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px;
  color: #272727;
}
.footer .menu-footer-menu-container ul li a:hover {
  color: #27B077;
}
.footer p {
  margin: 0;
}

.page-template-template-features main {
  padding-top: 26px;
}
@media (min-width: 1024px) {
  .page-template-template-features main {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.page-template-template-pricing .pricing {
  clip-path: none;
  padding-top: 26px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .page-template-template-pricing .pricing {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.edd_purchase_100 .edd-submit.button {
  display: block;
  background-color: #27B077;
  color: #FFFFFF;
  border: 0;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.edd_purchase_100 .edd-submit.button:hover {
  border: 0;
  background-color: #1d3338;
}
.edd_purchase_100#edd_purchase_100-3 .edd-submit.button {
  background-color: #1d3338;
}
.edd_purchase_100#edd_purchase_100-3 .edd-submit.button:hover {
  border: 0;
  background-color: #27B077;
}

.parent-pageid-92 main > a,
body.edd-purchase-history main > a,
body.edd-success main > a {
  font-family: "Cabin", sans-serif;
  color: #27B077;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-top: 6px;
  display: inline-block;
}
.parent-pageid-92 main > a:hover,
body.edd-purchase-history main > a:hover,
body.edd-success main > a:hover {
  color: #1d3338;
}
.parent-pageid-92 main > h1,
body.edd-purchase-history main > h1,
body.edd-success main > h1 {
  font-size: 50px;
  margin: 80px 0 0;
}
.parent-pageid-92 main .wp-block-edd-confirmation,
body.edd-purchase-history main .wp-block-edd-confirmation,
body.edd-success main .wp-block-edd-confirmation {
  padding: 24px;
  margin: 40px 0;
  background: white;
  border-radius: 5px;
  box-shadow: #e5e5e5 1px 1px 12px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .parent-pageid-92 main .wp-block-edd-confirmation,
  body.edd-purchase-history main .wp-block-edd-confirmation,
  body.edd-success main .wp-block-edd-confirmation {
    padding: 66px 80px;
    margin: 80px auto 80px;
  }
}
.parent-pageid-92 main .edd-blocks-receipt__items,
body.edd-purchase-history main .edd-blocks-receipt__items,
body.edd-success main .edd-blocks-receipt__items {
  padding: 0;
  border: 0;
}
.parent-pageid-92 main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-details .edd-blocks__row-label,
body.edd-purchase-history main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-details .edd-blocks__row-label,
body.edd-success main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-details .edd-blocks__row-label {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.parent-pageid-92 main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-details .edd_purchase_receipt_files,
body.edd-purchase-history main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-details .edd_purchase_receipt_files,
body.edd-success main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-details .edd_purchase_receipt_files {
  list-style-type: none;
  padding: 0;
}
.parent-pageid-92 main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-details .edd_purchase_receipt_files .edd_download_file .edd_download_file_link,
body.edd-purchase-history main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-details .edd_purchase_receipt_files .edd_download_file .edd_download_file_link,
body.edd-success main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-details .edd_purchase_receipt_files .edd_download_file .edd_download_file_link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #27B077;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 3px;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 22px 0px;
  padding: 15px 30px;
  font-size: 18px;
}
.parent-pageid-92 main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-details .edd_purchase_receipt_files .edd_download_file .edd_download_file_link:hover,
body.edd-purchase-history main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-details .edd_purchase_receipt_files .edd_download_file .edd_download_file_link:hover,
body.edd-success main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-details .edd_purchase_receipt_files .edd_download_file .edd_download_file_link:hover {
  background-color: #1e865b;
}
.parent-pageid-92 main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-price,
body.edd-purchase-history main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-price,
body.edd-success main .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-price {
  font-family: "Cabin", sans-serif;
}
.parent-pageid-92 main .edd-blocks-receipt__totals,
body.edd-purchase-history main .edd-blocks-receipt__totals,
body.edd-success main .edd-blocks-receipt__totals {
  padding: 0;
  border: 0;
}
.parent-pageid-92 main .edd-blocks-receipt__totals .edd-blocks__row,
body.edd-purchase-history main .edd-blocks-receipt__totals .edd-blocks__row,
body.edd-success main .edd-blocks-receipt__totals .edd-blocks__row {
  padding: 12px 0;
}
.parent-pageid-92 main .edd-blocks-receipt__totals .edd-blocks__row .edd-blocks__row-label, .parent-pageid-92 main .edd-blocks-receipt__totals .edd-blocks__row .edd-blocks__row-value, .parent-pageid-92 main .edd-blocks-receipt__totals .edd-blocks__row .edd-blocks__row-sublabel,
body.edd-purchase-history main .edd-blocks-receipt__totals .edd-blocks__row .edd-blocks__row-label,
body.edd-purchase-history main .edd-blocks-receipt__totals .edd-blocks__row .edd-blocks__row-value,
body.edd-purchase-history main .edd-blocks-receipt__totals .edd-blocks__row .edd-blocks__row-sublabel,
body.edd-success main .edd-blocks-receipt__totals .edd-blocks__row .edd-blocks__row-label,
body.edd-success main .edd-blocks-receipt__totals .edd-blocks__row .edd-blocks__row-value,
body.edd-success main .edd-blocks-receipt__totals .edd-blocks__row .edd-blocks__row-sublabel {
  font-family: "Cabin", sans-serif;
}
.parent-pageid-92 main .edd-blocks__confirmation-details,
body.edd-purchase-history main .edd-blocks__confirmation-details,
body.edd-success main .edd-blocks__confirmation-details {
  display: none;
}
.parent-pageid-92 main #edd_subscription_receipt,
body.edd-purchase-history main #edd_subscription_receipt,
body.edd-success main #edd_subscription_receipt {
  width: 100%;
}
.parent-pageid-92 main #edd_subscription_receipt tr th,
body.edd-purchase-history main #edd_subscription_receipt tr th,
body.edd-success main #edd_subscription_receipt tr th {
  text-align: left;
  font-family: "Cabin", sans-serif;
}
.parent-pageid-92 main #edd_subscription_receipt tr td,
body.edd-purchase-history main #edd_subscription_receipt tr td,
body.edd-success main #edd_subscription_receipt tr td {
  font-family: "Cabin", sans-serif;
}
.parent-pageid-92 main .edd-blocks__orders-grid,
body.edd-purchase-history main .edd-blocks__orders-grid,
body.edd-success main .edd-blocks__orders-grid {
  display: flex;
  flex-direction: column;
}
.parent-pageid-92 main .edd-blocks__orders-grid .edd-blocks-orders__order,
body.edd-purchase-history main .edd-blocks__orders-grid .edd-blocks-orders__order,
body.edd-success main .edd-blocks__orders-grid .edd-blocks-orders__order {
  font-family: "Cabin", sans-serif;
}
.parent-pageid-92 main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-blocks-orders__order-details a,
.parent-pageid-92 main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-blocks-orders__order-downloads-link a,
body.edd-purchase-history main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-blocks-orders__order-details a,
body.edd-purchase-history main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-blocks-orders__order-downloads-link a,
body.edd-success main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-blocks-orders__order-details a,
body.edd-success main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-blocks-orders__order-downloads-link a {
  color: #27B077;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Cabin", sans-serif;
}
.parent-pageid-92 main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-blocks-orders__order-details a:hover,
.parent-pageid-92 main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-blocks-orders__order-downloads-link a:hover,
body.edd-purchase-history main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-blocks-orders__order-details a:hover,
body.edd-purchase-history main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-blocks-orders__order-downloads-link a:hover,
body.edd-success main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-blocks-orders__order-details a:hover,
body.edd-success main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-blocks-orders__order-downloads-link a:hover {
  color: #1d3338;
}
.parent-pageid-92 main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-software-licensing__order,
body.edd-purchase-history main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-software-licensing__order,
body.edd-success main .edd-blocks__orders-grid .edd-blocks-orders__order .edd-software-licensing__order {
  display: none;
}

.edd_sl_license_key {
  background-color: #e6e6e6;
  padding: 5px 8px;
  border-radius: 5px;
}

.edd_download_file_link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  background-image: url(/wp-content/themes/acfsc/assets/img/download.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  filter: invert(100%) sepia(60%) saturate(156%) hue-rotate(77deg) brightness(109%) contrast(101%);
}

body.edd-success main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 24px 80px;
}

.page-id-16 .header__inner,
.page-id-16 .footer__inner,
.page-id-183 .header__inner,
.page-id-183 .footer__inner,
.parent-pageid-92 .header__inner,
.parent-pageid-92 .footer__inner,
.page-id-92 .header__inner,
.page-id-92 .footer__inner,
body.edd-success .header__inner,
body.edd-success .footer__inner,
.edd-purchase-history .header__inner,
.edd-purchase-history .footer__inner {
  max-width: 1100px;
}

.asfcs-login {
  padding-left: 24px;
  padding-right: 24px;
}
.asfcs-login__inner {
  padding: 24px;
  margin: 40px 0;
  background: white;
  border-radius: 5px;
  box-shadow: #e5e5e5 1px 1px 12px;
  box-sizing: border-box;
  max-width: 1100px;
}
@media (min-width: 1024px) {
  .asfcs-login__inner {
    padding: 66px 80px;
    margin: 80px auto 80px;
  }
}
.asfcs-login h1 {
  font-size: 32px;
}
@media (min-width: 768px) {
  .asfcs-login h1 {
    font-size: 50px;
  }
}
.asfcs-login .edd_error a {
  color: #272727;
  text-decoration: underline;
}
.asfcs-login .edd_error a:hover {
  text-decoration: none;
}
.asfcs-login .edd-lost-password {
  margin: 0;
}
.asfcs-login #edd_login_form fieldset {
  padding: 0;
}
.asfcs-login #edd_login_form fieldset legend {
  display: none;
}
.asfcs-login #edd_login_form label {
  font-family: "Cabin", sans-serif;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
.asfcs-login #edd_login_form input[type=text], .asfcs-login #edd_login_form input[type=password] {
  border: 0;
  height: 40px;
  padding: 0 12px;
  border-radius: 5px;
  outline: solid #e5e5e5 2px;
  width: 100%;
  max-width: 300px;
}
.asfcs-login #edd_login_form input[type=text]:focus, .asfcs-login #edd_login_form input[type=password]:focus {
  outline: solid #1d3338 2px;
}
.asfcs-login #edd_login_form #edd_login_submit {
  display: inline-block;
  padding: 10px 20px;
  background-color: #27B077;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 3px;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 22px 0px;
  width: 100%;
}
.asfcs-login #edd_login_form #edd_login_submit:hover {
  background-color: #1e865b;
}
@media (min-width: 768px) {
  .asfcs-login #edd_login_form #edd_login_submit {
    width: auto;
  }
}

.edd-checkout .wp-block-edd-checkout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.edd-checkout .wp-block-edd-checkout > p {
  width: 100%;
}
.edd-checkout body.edd-checkout .header__inner {
  max-width: 1100px;
}
.edd-checkout body.edd-checkout .footer__inner {
  display: none;
}
.edd-checkout body.edd-checkout .header__nav-wrap {
  display: none;
}
@media (min-width: 768px) {
  .edd-checkout body.edd-checkout .header__inner {
    justify-content: center;
  }
}
.edd-checkout .wp-block-edd-checkout .edd-loading-ajax.edd-loading {
  display: inline-block;
}
@media (min-width: 1024px) {
  .edd-checkout .wp-block-edd-checkout .edd-blocks-form {
    position: sticky;
  }
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart {
  width: 100%;
}
@media (min-width: 1024px) {
  .edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart {
    width: auto;
    flex: 1;
    margin-left: 70px;
    order: 3;
  }
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart .edd-blocks-cart__row-header {
  display: none;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart #edd_checkout_cart {
  position: sticky;
  top: 0;
  left: 0;
  border: 0;
  background: #FFF;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 16px 40px -8px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart #edd_checkout_cart .edd_cart_item_name {
  gap: initial;
  padding-left: 70px;
  position: relative;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart #edd_checkout_cart .edd_cart_item_name .acfsc-logo {
  position: absolute;
  width: 60px;
  height: 60px;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart #edd_checkout_cart .edd_cart_item_name .acfsc-logo__shape {
  width: 60px;
  height: 60px;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart #edd_checkout_cart .edd_cart_item_name .acfsc-logo__icon {
  width: 31px;
  height: 31px;
  top: 6px;
  left: 15px;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart #edd_checkout_cart .edd_cart_item_name .edd_checkout_cart_item_title {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart #edd_checkout_cart .edd_cart_item_name .eddr-notice em {
  font-style: normal;
  font-size: 16px;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart #edd_checkout_cart .edd_cart_actions {
  display: none;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart .edd-blocks-cart__row-item {
  display: flex;
  flex-direction: row;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart .edd-blocks-cart__row-item .edd_cart_item_price {
  flex: auto !important;
  font-family: "Cabin", sans-serif;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__cart .edd-blocks-cart__row .edd_cart_total {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__purchase {
  width: 100%;
}
@media (min-width: 1024px) {
  .edd-checkout .wp-block-edd-checkout .edd-blocks-form__purchase {
    width: 600px;
  }
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__purchase > .edd-blocks__checkout-user,
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__purchase > #edd_payment_mode_select_wrap,
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__purchase > #edd_purchase_form_wrap {
  margin-bottom: 40px;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__purchase .edd-blocks-form {
  margin-bottom: 40px;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__purchase #edd_purchase_submit .edd-submit {
  display: inline-block;
  padding: 15px 30px;
  background-color: #1d3338;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 3px;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 22px 0px;
  font-size: 18px;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__purchase #edd_purchase_submit .edd-submit:hover {
  background-color: #0c1416;
}
.edd-checkout .wp-block-edd-checkout .edd-blocks-form__purchase #edd_cc_address {
  margin-bottom: 40px;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form, .edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-do-validate {
  border: 0;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form legend, .edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-do-validate legend {
  font-family: "Cabin", sans-serif;
  color: #1d3338;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-label, .edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-do-validate .edd-label {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form {
  padding: 20px 0 0;
  border: 0;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-description {
  display: none;
  font-size: 12px;
  margin-top: 5px;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=text], .edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=email], .edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form select {
  border: 0;
  height: 40px;
  padding: 0 12px;
  border-radius: 5px;
  outline: solid #e5e5e5 2px;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=text]:focus, .edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=email]:focus, .edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form select:focus {
  outline: solid #1d3338 2px;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-do-validate {
  padding: 11px 0 0;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form .edd-do-validate legend {
  margin: 0;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form #edd_payment_mode_select {
  padding: 0;
  border: 0;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form #edd_payment_mode_select legend {
  font-family: "Oswald", sans-serif;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form #edd_payment_mode_select #edd-payment-mode-wrap .edd-gateway-option {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 3px;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 22px 0px;
  color: #1d3338;
  border: solid #1d3338 2px;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form #edd_payment_mode_select #edd-payment-mode-wrap .edd-gateway-option-selected {
  background-color: #1d3338;
  color: #FFF;
}
.edd-checkout .wp-block-edd-checkout #edd_purchase_form #edd_secure_site_wrapper {
  font-family: "Cabin", sans-serif;
}

.menu-account-menu-container .menu {
  padding: 0;
  margin: 60px 0 30px;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}
.menu-account-menu-container .menu > li {
  margin-right: 20px;
}
.menu-account-menu-container .menu > li a {
  color: #27B077;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Cabin", sans-serif;
  padding-right: 20px;
  border-right: solid #d3d3d3 1px;
}
.menu-account-menu-container .menu > li a:hover {
  color: #1d3338;
}
.menu-account-menu-container .menu > li:last-child {
  margin-right: 0;
}
.menu-account-menu-container .menu > li:last-child a {
  padding-right: 0;
  border: 0;
}

.acfsc-account {
  padding-left: 24px;
  padding-right: 24px;
}
.acfsc-account__logout {
  text-align: right;
  margin-bottom: 10px;
}
.acfsc-account__logout-link {
  color: #27B077;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Cabin", sans-serif;
}
.acfsc-account__logout-link:hover {
  color: #1d3338;
}
.acfsc-account__inner {
  padding: 24px;
  margin: 40px 0;
  background: white;
  border-radius: 5px;
  box-shadow: #e5e5e5 1px 1px 12px;
  box-sizing: border-box;
  max-width: 1100px;
}
@media (min-width: 1024px) {
  .acfsc-account__inner {
    padding: 66px 80px;
    margin: 80px auto 80px;
  }
}
.acfsc-account__inner > h1 {
  font-size: 40px;
}

.acfsc-license-summary {
  font-family: "Cabin", sans-serif;
  margin-bottom: 40px;
}
.acfsc-license-summary__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .acfsc-license-summary__row {
    flex-direction: row;
    align-items: center;
  }
}
.acfsc-license-summary__row:last-child {
  border-bottom: 0;
}
.acfsc-license-summary__label {
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .acfsc-license-summary__label {
    width: 120px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .acfsc-license-summary__value {
    padding: 8px 0;
  }
}
.acfsc-license-summary__value--gray {
  background-color: #e6e6e6;
  border-radius: 5px;
  padding: 6px 8px;
}
.acfsc-license-summary__value--green {
  background-color: #27B077;
  border-radius: 5px;
  padding: 6px 8px;
  color: #FFF;
}

@media (max-width: 767.99px) {
  .ascfsc-manage-subs {
    overflow: scroll;
  }
}
.ascfsc-manage-subs--update {
  overflow: auto;
}
.ascfsc-manage-subs--update > * {
  margin-bottom: 30px;
}
.ascfsc-manage-subs > h2 {
  font-size: 30px;
}
.ascfsc-manage-subs > h3 {
  font-size: 22px;
}
.ascfsc-manage-subs > a {
  color: #27B077;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Cabin", sans-serif;
  display: inline-block;
  margin-bottom: 30px;
}
.ascfsc-manage-subs > a:hover {
  color: #1d3338;
}
.ascfsc-manage-subs #edd_user_history {
  font-family: "Cabin", sans-serif;
  border: 0;
  min-width: 800px;
}
.ascfsc-manage-subs #edd_user_history th:first-child, .ascfsc-manage-subs #edd_user_history td:first-child, .ascfsc-manage-subs #edd_user_history th:nth-child(2), .ascfsc-manage-subs #edd_user_history td:nth-child(2) {
  display: none;
}
.ascfsc-manage-subs #edd_user_history th, .ascfsc-manage-subs #edd_user_history td {
  padding: 9px 15px;
}
.ascfsc-manage-subs #edd_user_history a {
  color: #27B077;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Cabin", sans-serif;
}
.ascfsc-manage-subs #edd_user_history a:hover {
  color: #1d3338;
}
.ascfsc-manage-subs #edd_user_history a:not(.edd_subscription_invoice) + a {
  padding-left: 10px;
  margin-left: 10px;
  border-left: solid 1px #d3d3d3;
}
.ascfsc-manage-subs #edd_user_history .edd_subscription_invoice {
  display: none;
}

#edd-recurring-form fieldset {
  padding: 0 2px;
  border: 0;
}
#edd-recurring-form fieldset legend {
  font-family: "Cabin", sans-serif;
  color: #1d3338;
}
#edd-recurring-form fieldset #edd_secure_site_wrapper {
  font-family: "Cabin", sans-serif;
}
#edd-recurring-form fieldset .edd-stripe-new-card .edd-label {
  font-family: "Cabin", sans-serif;
}
#edd-recurring-form fieldset .edd-stripe-new-card > * {
  margin-bottom: 24px;
}
#edd-recurring-form fieldset .edd-stripe-new-card #edd-stripe-card-element-wrapper {
  border: 0;
  height: 40px;
  padding: 0 12px;
  border-radius: 5px;
  outline: solid #e5e5e5 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  box-sizing: border-box;
}
#edd-recurring-form fieldset .edd-stripe-new-card #edd-stripe-card-element-wrapper #edd-stripe-card-element {
  width: 100%;
  padding: 0;
}
#edd-recurring-form fieldset input[type=text], #edd-recurring-form fieldset select {
  border: 0;
  height: 40px;
  padding: 0 12px;
  border-radius: 5px;
  outline: solid #e5e5e5 2px;
}
#edd-recurring-form fieldset input[type=text]:focus, #edd-recurring-form fieldset select:focus {
  outline: solid #1d3338 2px;
}
#edd-recurring-form fieldset.cc-address > p {
  margin-bottom: 30px;
}
#edd-recurring-form fieldset.cc-address > p:last-of-type {
  margin-bottom: 0;
}
#edd-recurring-form #edd-recurring-update-submit {
  display: inline-block;
  padding: 10px 20px;
  background-color: #27B077;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 3px;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 22px 0px;
  border: 0;
}
#edd-recurring-form #edd-recurring-update-submit:hover {
  background-color: #1e865b;
}

/*# sourceMappingURL=style.css.map */
