@charset "UTF-8";
/*
Theme Name: Independent Analytics
Theme URI: https://independentwp.com
Author: Ben Sibley
Author URI: https://independentwp.com
Description: This is the theme made for the Independent Analytics marketing website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shift
Tested up to: 7.0
Requires PHP: 5.4

Independent Analytics WordPress Theme, Copyright 2026 Independent Insights LLC
Independent Analytics WordPress Theme is distributed under the terms of the GNU GPL
*/
@font-face {
  font-family: "Gravita Geo";
  src: url("assets/webfont/gravitageo-bold.woff2") format("woff2"), url("assets/webfont/gravitageo-bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Gravita Hum";
  src: url("assets/webfont/gravitahum-regular.woff2") format("woff2"), url("assets/webfont/gravitahum-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gravita Hum";
  src: url("assets/webfont/gravitahumitalic-regular.woff2") format("woff2"), url("assets/webfont/gravitahumitalic-regular.woff") format("woff");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gravita Hum";
  src: url("assets/webfont/gravitahum-bold.woff2") format("woff2"), url("assets/webfont/gravitahum-bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  height: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-family: "Proxima Nova", "Gravita Hum", sans-serif;
  line-height: 1.5;
  background: #fff;
  color: #18141F;
  -webkit-font-smoothing: subpixel-antialiased;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

body,
input,
button {
  font-family: "Gravita Hum", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gravita Geo", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

h1 {
  font-size: 28px;
  line-height: 1.334;
}

h2 {
  font-size: 21px;
  line-height: 1.334;
}

h3 {
  font-size: 18px;
  line-height: 1.4;
}

h4, h5, h6 {
  font-size: 1em;
  line-height: 1.5;
}

p {
  margin: 24px 0;
}

a {
  color: #5123a0;
}
a:link, a:visited {
  color: #5123a0;
}
a:hover, a:active, a:focus {
  color: #6C46AE;
}

ul,
ol {
  font-size: 1em;
  padding: 0;
  margin: 24px;
}
ul ul, ul ol,
ol ul,
ol ol {
  margin: 0 24px;
}

ul ul,
ol ol,
ul ol,
ol ul,
li li {
  font-size: 1em;
}

pre {
  word-wrap: break-word;
  background: #ECE9F2;
  white-space: pre-wrap;
  padding: 12px;
}

code {
  background: #ECE9F2;
  padding: 0 3px;
}

pre code {
  padding: 0;
}

blockquote {
  margin: 24px 24px 24px 0;
  padding: 1px 24px;
  background-color: #F7F5FA;
  border: solid 2px #5123a0;
  border-radius: 5px;
}
blockquote cite {
  display: block;
  text-align: right;
}

hr {
  margin: 24px 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 24px 0;
}

td,
th {
  padding: 12px;
  border: solid 1px #18141F;
}

.wp-block-table {
  margin: 0;
}
.wp-block-table thead,
.wp-block-table tfoot {
  background: #ECE9F2;
}
.wp-block-table td,
.wp-block-table th {
  border-color: #DEDAE6;
}
.wp-block-table figcaption {
  font-size: 12px;
  margin: -18px 0 0 0;
  color: #18141F;
  text-align: center;
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table.is-style-stripes thead {
  background: none;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #DEDAE6;
}

.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}

.alignright {
  float: right;
  margin: 0 0 24px 24px;
}

.aligncenter {
  text-align: center;
  margin: 24px auto;
  display: block;
}

.alignnone {
  margin: 24px 0;
}

img,
.alignright,
.alignleft,
.aligncenter,
.alignnone,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.wp-block-image {
  max-width: 100%;
  height: auto;
}
img figcaption,
.alignright figcaption,
.alignleft figcaption,
.aligncenter figcaption,
.alignnone figcaption,
.size-auto figcaption,
.size-full figcaption,
.size-large figcaption,
.size-medium figcaption,
.size-thumbnail figcaption,
.wp-block-image figcaption {
  font-size: 12px;
  margin: 3px 0 0 0;
  color: #18141F;
  text-align: center;
}

.wp-caption-text,
.gallery-caption,
.wp-caption-dd {
  font-size: 12px;
  margin: 3px 0 0 0;
  color: #18141F;
  text-align: center;
}

.wp-block-social-links a {
  color: #fff;
}

.wp-block-group.alignwide,
.wp-block-group .alignwide,
.wp-block-group.alignfull,
.wp-block-group .alignfull {
  line-height: 1.5;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
input[type=tel],
input[type=url],
textarea {
  font-size: 12px;
  width: 100%;
  font-family: "Gravita Hum", sans-serif;
  padding: 10px 12px;
  max-width: 500px;
  min-height: 42px;
  background: #ECE9F2;
  color: #18141F;
  border: solid 1px #DEDAE6;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.2s, border-color 0.2s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
  background: white;
  border-color: #C5C2CC;
}

textarea {
  max-width: 500px;
  overflow: auto;
}

input[type=submit] {
  font-size: 12px;
  font-family: "Gravita Hum", sans-serif;
  padding: 12px;
  color: white;
  background: #5123a0;
  border: none;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.2s;
}
input[type=submit]:hover {
  cursor: pointer;
}
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
  border-color: #5123a0;
}

input[type=search] {
  padding-right: 3px;
}

::-webkit-input-placeholder {
  color: #6D6A73;
}

:-moz-placeholder {
  color: #6D6A73;
}

::-moz-placeholder {
  color: #6D6A73;
}

:-ms-input-placeholder {
  color: #6D6A73;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

@media all and (min-width: 600px) {
  blockquote {
    position: relative;
    width: 110%;
    left: -5%;
  }
}
@media all and (min-width: 800px) {
  h1 {
    font-size: 2.375em;
    line-height: 1.342;
  }
  h2 {
    font-size: 1.75em;
    line-height: 1.357;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.143;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.333;
  }
  h5, h6 {
    font-size: 1em;
    line-height: 1.5;
  }
}
.button {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  color: #fff;
  background-color: #5123a0;
  border-radius: 3px;
  transition: background-color 0.1s;
}
.button:link, .button:visited {
  color: #fff;
}
.button:hover, .button:active, .button:focus {
  background-color: #6C46AE;
}
.button.orange {
  background-color: #F69D0A;
}
.button.orange:hover, .button.orange:active, .button.orange:focus {
  background-color: #FFA826;
}

.global-buy-button {
  display: inline-block;
  padding: 11px 28px 13px;
  color: #fff;
  background-color: #5123a0;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.1s;
}
.global-buy-button:link, .global-buy-button:visited {
  color: #fff;
}
.global-buy-button:hover, .global-buy-button:active, .global-buy-button:focus {
  background-color: #6C46AE;
}

.secondary-button {
  text-decoration: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
  }
}
.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.skip-content {
  position: absolute;
  top: -100%;
  width: 100%;
  left: 0;
  display: block;
  text-align: center;
  color: white !important;
  z-index: 99;
  padding: 24px;
  background: #18141F;
  transition: top 0.2s ease-in-out;
}
.skip-content:focus {
  top: 0;
  outline: none;
}

.admin-bar .skip-content:focus {
  top: 32px;
}

.overflow-container {
  position: relative;
  height: auto;
  min-height: 100%;
}

.loop-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.max-width {
  margin: 0 auto;
}
.max-width:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.max-width.main-max-width {
  min-height: calc(100vh - 150px);
}

.main-max-width {
  overflow: hidden;
}

.page-template-default .main,
.single-post .main,
.blog .main,
.archive.category .main,
.search-results .main,
.page-template-pro-guide .main,
.error404 .main {
  margin: 24px auto 60px;
  max-width: 900px;
  padding: 24px 0;
  width: 100%;
}

@media all and (min-width: 900px) {
  .page-template-default .single-post .main,
  .blog .main,
  .archive.category .main,
  .search-results .main,
  .error404 .main {
    padding: 0 48px;
  }
}
.site-header {
  padding: 6px 24px 0;
  background-color: #fff;
  border-bottom: solid 1px #DEDAE6;
}
.site-header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.site-header .max-width {
  max-width: 1300px;
}

.title-container {
  display: inline-block;
  padding: 18px 36px 18px 0;
}

.site-title {
  display: inline-block;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
}

.custom-logo {
  width: auto;
  height: 36px;
}

.top-bar {
  background: #FFF3C9;
  font-size: 15px;
}
.top-bar.summer-sale .max-width, .top-bar.black-friday .max-width {
  justify-content: center;
}
.top-bar .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  padding: 8px 12px;
}
.top-bar a {
  text-decoration: none;
}
.top-bar a:hover, .top-bar a:active, .top-bar a:focus {
  text-decoration: underline;
}
.top-bar .bold {
  font-weight: 700;
  margin-right: 2px;
}
.top-bar .social-icons {
  display: flex;
  margin-left: auto;
  margin-right: 0;
  font-size: 21px;
  line-height: 0;
}
.top-bar .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  width: 26px;
  height: 26px;
  border: solid 1px #5123a0;
  border-radius: 50%;
  text-decoration: none;
}
.top-bar .social-icons a:hover, .top-bar .social-icons a:active, .top-bar .social-icons a:focus {
  color: #fff;
  background-color: #5123a0;
}
.top-bar .social-icons i {
  font-size: 14px;
}

.account-links {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.account-links ul {
  margin: 0;
  list-style: none;
}
.account-links a {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 5px;
  transition: background-color 0.2s;
}
.account-links a.login {
  margin-bottom: 8px;
  border: solid 1px #5123a0;
  background-color: #fff;
  color: #5123a0;
}
.account-links a.login:hover, .account-links a.login:active, .account-links a.login:focus {
  background-color: #6C46AE;
  color: #fff;
}
.account-links a.buy-button, .account-links a.upgrade-to-pro {
  margin-bottom: 24px;
  border: solid 1px #F69D0A;
}
.account-links a.buy-button i, .account-links a.upgrade-to-pro i {
  margin-right: 2px;
}
.account-links a.buy-button.pro, .account-links a.upgrade-to-pro.pro {
  background-color: #5123a0;
  border-color: #5123a0;
}
.account-links a.buy-button.pro:hover, .account-links a.buy-button.pro:active, .account-links a.buy-button.pro:focus, .account-links a.upgrade-to-pro.pro:hover, .account-links a.upgrade-to-pro.pro:active, .account-links a.upgrade-to-pro.pro:focus {
  background-color: #6C46AE;
  border-color: #6C46AE;
}
.account-links a.upgrade-to-pro {
  margin-bottom: 0;
  padding: 11px 14px;
}

.page-template-freemius-account .account-links {
  display: none;
}

@media all and (min-width: 600px) {
  .top-bar .max-width {
    padding: 8px 24px;
  }
}
@media all and (min-width: 900px) {
  .admin-bar .site-header {
    top: 32px;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 109;
    padding: 6px 48px 0;
  }
  .site-header .max-width {
    display: flex;
    align-items: center;
  }
  .title-container {
    flex-shrink: 0;
  }
  .custom-logo {
    width: 200px;
  }
  .account-links li {
    display: inline-block;
  }
  .account-links a {
    display: none;
  }
  .account-links a.login {
    margin: 0 4px 0 0;
  }
  .account-links a.buy-button {
    margin: 0;
  }
}
@media all and (min-width: 1050px) {
  .account-links a.login {
    display: inline-block;
  }
}
@media all and (min-width: 1175px) {
  .account-links a.buy-button {
    display: inline-block;
  }
}
@media all and (min-width: 1348px) {
  .top-bar .max-width {
    padding: 8px 0;
  }
}
.menu-primary-container {
  text-align: center;
  padding: 0;
}
.menu-primary-container .menu-inner-container {
  padding: 0;
}

.menu-primary-container {
  max-height: 0;
  margin: 0;
  overflow: hidden;
}
.menu-primary-container .menu-inner-container {
  position: relative;
  min-height: 24px;
}
.menu-primary-container.open {
  max-height: none;
}

.toggle-navigation {
  position: relative;
  float: right;
  margin: 0 -24px 0 0;
  padding: 24px 32px 24px 24px;
  font-size: 1em;
  line-height: 1.5;
  background: none;
  border: none;
  cursor: pointer;
}
.toggle-navigation:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 16px;
  width: 40px;
  height: 39px;
  border: solid 1px #5123a0;
  border-radius: 3px;
  visibility: hidden;
}
.toggle-navigation:hover svg g, .toggle-navigation:active svg g, .toggle-navigation:focus svg g, .toggle-navigation.open svg g {
  fill: #5123a0;
}
.toggle-navigation:focus {
  outline: none;
}
.toggle-navigation:focus:after, .toggle-navigation.open:after {
  visibility: visible;
}
.toggle-navigation svg {
  display: inline-block;
  vertical-align: middle;
}
.toggle-navigation svg g {
  fill: #5123a0;
}

.toggle-dropdown {
  top: 0;
  font-size: 1em;
  padding: 3px 6px;
  margin: 0;
  border: none;
  background: none;
}
.toggle-dropdown i {
  transition: top 0.2s;
  top: 0;
  right: 0;
}
.toggle-dropdown:hover {
  cursor: pointer;
}

.menu-primary ul {
  margin: 0;
  list-style: none;
}
.menu-primary ul ul {
  max-height: 0;
  overflow: hidden;
  margin-left: 24px;
}
.menu-primary ul ul li:first-child {
  margin-top: 12px;
}
.menu-primary ul ul li:last-child {
  margin-bottom: 0;
}
.menu-primary .open > ul {
  max-height: none;
}
.menu-primary li {
  margin-bottom: 12px;
}
.menu-primary li.current-menu-item > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-ancestor > a {
  font-weight: 700;
}
.menu-primary li.menu-item-has-children > a {
  display: none;
}
.menu-primary li.current-menu-item > a {
  color: #5123a0;
}
.menu-primary li.current-menu-item > a svg {
  fill: #5123a0;
}
.menu-primary li.current-menu-item > a svg g {
  fill: #5123a0;
}
.menu-primary li a {
  position: relative;
  color: #18141F;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.15s;
}
.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus {
  color: #5123a0;
}

.menu-primary-items > li > a:hover i, .menu-primary-items > li > a:active i, .menu-primary-items > li > a:focus i {
  transform: rotate(180deg);
}
.menu-primary-items .sub-menu {
  padding: 0 24px;
  max-height: none;
  margin: 0;
}
.menu-primary-items .sub-menu li {
  margin-bottom: 12px;
}
.menu-primary-items .sub-menu i {
  font-size: 13px;
  margin-left: 2px;
}
.menu-primary-items ul a {
  margin-left: 0;
}
.menu-primary-items .mega-menu {
  padding: 12px 12px 0 12px;
  text-align: center;
  margin: 0;
}
.menu-primary-items .mega-menu .icon-container {
  position: relative;
  top: 5px;
  left: -2px;
  margin-right: 4px;
}
.menu-primary-items .mega-menu .icon-container svg {
  height: 20px;
  width: auto;
}
.menu-primary-items .menu-feature {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 7px 12px 7px 34px;
  border-radius: 12px;
  margin-bottom: 4px;
}
.menu-primary-items .menu-feature.current .feature-name, .menu-primary-items .menu-feature:hover .feature-name {
  color: #5123a0;
}
.menu-primary-items .menu-feature.current svg, .menu-primary-items .menu-feature:hover svg {
  fill: #5123a0;
}
.menu-primary-items .menu-feature.current svg g,
.menu-primary-items .menu-feature.current svg path, .menu-primary-items .menu-feature:hover svg g,
.menu-primary-items .menu-feature:hover svg path {
  fill: #5123a0;
}
.menu-primary-items .menu-feature a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  font-size: 0;
}
.menu-primary-items .menu-feature svg {
  fill: #18141F;
}
.menu-primary-items .menu-feature svg g,
.menu-primary-items .menu-feature svg path {
  fill: #18141F;
}
.menu-primary-items .menu-feature .pro-label {
  font-size: 10px;
  color: #5123a0;
  margin-left: 4px;
  align-self: flex-start;
}
.menu-primary-items .feature-name {
  display: flex;
  align-items: center;
}
.menu-primary-items .feature-description {
  display: none;
  font-size: 14px;
}

@media all and (min-width: 900px) {
  .toggle-navigation {
    display: none;
  }
  .toggle-dropdown {
    font-size: 14px;
    padding: 0;
    margin-left: 3px;
    vertical-align: middle;
  }
  .menu-primary-container {
    position: relative;
    max-height: none;
    overflow: visible;
    height: 60px;
    z-index: 9;
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-align: left;
    padding: 0;
  }
  .menu-primary .open > ul {
    opacity: 1;
    visibility: visible;
    top: calc(100% - 2px);
  }
  .menu-primary a {
    position: relative;
    font-size: 0.75em;
    line-height: 1.5;
  }
  .menu-primary a:before {
    display: none;
  }
  .menu-primary li {
    display: inline-block;
    margin: 0 0 12px 0;
  }
  .menu-primary li:hover > button i {
    top: 2px;
  }
  .menu-primary li:first-child {
    margin-top: 18px;
  }
  .menu-primary li:last-child {
    margin-bottom: 18px;
  }
  .menu-primary li.menu-item-has-children {
    position: relative;
  }
  .menu-primary li.menu-item-has-children > a {
    display: inline;
  }
  .menu-primary li.menu-item-has-children > a:hover:after, .menu-primary li.menu-item-has-children > a:active:after, .menu-primary li.menu-item-has-children > a:focus:after {
    content: "";
    position: absolute;
    width: calc(100% + 24px);
    height: 36px;
    top: 100%;
    left: 0;
  }
  .menu-primary li.menu-item-has-children > a:hover ~ ul, .menu-primary li.menu-item-has-children > a:active ~ ul, .menu-primary li.menu-item-has-children > a:focus ~ ul {
    top: 51px !important;
    opacity: 1;
    visibility: visible;
  }
  .menu-primary li.menu-item-has-children > a:hover ~ ul .features, .menu-primary li.menu-item-has-children > a:active ~ ul .features, .menu-primary li.menu-item-has-children > a:focus ~ ul .features {
    visibility: visible;
    opacity: 1;
  }
  .menu-primary li.menu-item-has-children > a:hover + button i, .menu-primary li.menu-item-has-children > a:active + button i, .menu-primary li.menu-item-has-children > a:focus + button i {
    top: 2px;
  }
  .menu-primary li.menu-item-has-children ul li {
    display: list-item;
  }
  .menu-primary li.menu-item-has-children:hover > a {
    color: #5123a0;
  }
  .menu-primary li.menu-item-has-children:hover > a i {
    transform: rotate(180deg);
  }
  .menu-primary li a {
    margin: 0 12px 0 0;
  }
  .menu-primary li ul .menu-item-has-children:hover button i, .menu-primary li ul .menu-item-has-children:active button i {
    right: -2px;
    top: 0;
  }
  .menu-primary li ul .menu-item-has-children button i {
    transition: right 0.2s ease;
    margin-left: 3px;
  }
  .menu-primary li ul .menu-item-has-children > a:before {
    top: 0;
    bottom: 0;
    left: 100%;
    height: 100%;
    width: 36px;
  }
  .menu-primary li ul .menu-item-has-children > a:hover ~ ul, .menu-primary li ul .menu-item-has-children > a:active ~ ul, .menu-primary li ul .menu-item-has-children > a:focus ~ ul {
    opacity: 1;
    visibility: visible;
    top: -12px;
    left: 100%;
  }
  .menu-primary li ul .menu-item-has-children > a:hover + button i, .menu-primary li ul .menu-item-has-children > a:active + button i, .menu-primary li ul .menu-item-has-children > a:focus + button i {
    top: 0;
    right: -2px;
  }
  .menu-primary ul ul {
    position: absolute;
    z-index: 19;
    top: calc(100% + 4px);
    max-height: none;
    overflow: visible;
    background: white;
    margin-left: 0;
    padding: 0 12px 18px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: solid 2px #DEDAE6;
    min-width: 5em;
    transition: opacity 0.2s, visibility 0.2s, top 0.2s, left 0.2s;
  }
  .menu-primary ul ul:hover, .menu-primary ul ul.focused {
    opacity: 1;
    visibility: visible;
    top: calc(100% - 2px);
  }
  .menu-primary ul ul li {
    white-space: nowrap;
    margin: 0 10px 6px 0;
  }
  .menu-primary ul ul a {
    width: 100%;
  }
  .menu-primary .sub-menu {
    top: 55px;
    left: -24px;
    padding: 0 24px 18px;
    box-shadow: none;
    border: solid 2px #DEDAE6;
    text-align: left;
  }
  .menu-primary .sub-menu:hover {
    top: 51px;
  }
  .menu-primary .sub-menu:hover .features {
    visibility: visible;
    opacity: 1;
  }
  .menu-primary .mega-menu {
    width: 814px;
    left: auto;
    right: -48vw;
    text-align: left;
    padding: 12px;
    border-radius: 0 0 12px 12px;
  }
  .menu-primary .mega-menu .icon-container {
    position: absolute;
    top: 12px;
    left: 6px;
    margin-right: 0;
  }
  .menu-primary .mega-menu .feature-description {
    display: block;
  }
  .menu-primary .mega-menu .feature-name {
    font-weight: 700;
  }
  .menu-primary .mega-menu .all-features {
    width: 100%;
    padding: 12px;
  }
  .menu-primary .mega-menu .all-features a {
    color: #5123a0;
  }
  .menu-primary .mega-menu .all-features a:hover, .menu-primary .mega-menu .all-features a:active, .menu-primary .mega-menu .all-features a:focus {
    color: #6C46AE;
    text-decoration: underline;
  }
  .menu-primary .menu-features {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .menu-primary .menu-feature {
    display: block;
    width: 33%;
  }
  .menu-primary .menu-feature.current, .menu-primary .menu-feature:hover {
    background-color: #F7F5FA;
  }
  .menu-primary .menu-feature.current .feature-name, .menu-primary .menu-feature:hover .feature-name {
    color: #18141F;
  }
  .menu-primary .menu-feature:last-child {
    margin-right: auto;
  }
  .menu-primary ul ul.focused:not(:hover) {
    opacity: 0;
    visibility: hidden;
    top: 100%;
  }
}
@media all and (min-width: 1000px) {
  .menu-primary li a {
    margin: 0 18px 0 0;
  }
}
@media all and (min-width: 1150px) {
  .menu-primary .mega-menu {
    right: auto;
    left: -48px;
  }
}
.entry {
  background-color: #fff;
}

.page-template-default,
.blog,
.single,
.archive.category,
.page-template-pro-guide {
  background-color: #F7F5FA;
}
.page-template-default .entry,
.blog .entry,
.single .entry,
.archive.category .entry,
.page-template-pro-guide .entry {
  border-radius: 5px;
  border: solid 1px #DEDAE6;
}

@media all and (min-width: 900px) {
  .single-post .entry,
  .page-template-default .entry {
    padding: 24px 60px;
  }
}
.featured-image {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.featured-image > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}
.featured-image > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.featured-image > a:focus:after {
  opacity: 0.2;
}
.featured-image > img,
.featured-image > a > img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.post-header {
  margin: 24px 0;
}

.post-title {
  margin-bottom: 12px;
  text-align: center;
  text-wrap: balance;
}
.post-title a {
  color: #18141F;
  text-decoration: none;
}
.post-title a:link, .post-title a:visited {
  color: #18141F;
}
.post-title a:hover, .post-title a:active, .post-title a:focus {
  color: #6D6A73;
}

.post-content {
  margin: 24px 0;
}
.post-content h2 {
  margin: 36px 0 24px;
}
.post-content p, .post-content ul, .post-content ol {
  font-size: 18px;
}
.post-content p.has-background, .post-content ul.has-background, .post-content ol.has-background {
  padding: 1.25em;
}
.post-content li {
  margin-bottom: 2px;
}
.post-content code {
  font-size: 18px;
}
.post-content strong,
.post-content b {
  font-weight: 700;
}
.post-content pre {
  font-size: 1rem;
  background-color: #363040;
  color: #fff;
}
.post-content iframe {
  max-width: 100%;
}
.post-content .wp-block-image {
  margin: 0;
}
.post-content .wp-block-image img {
  border: solid 18px #f4f4f4;
}
.post-content .wp-block-image figcaption {
  font-size: 16px;
}
.post-content .wp-block-image.alignfull,
.post-content .wp-block-cover {
  position: relative;
  left: -4.75%;
  width: 109.5%;
  max-width: none;
}
.post-content .wp-block-quote.is-large {
  padding-left: 0;
  border-left: none;
  margin: 24px;
}
.post-content .wp-block-embed {
  margin: 24px 0;
}
.post-content .wp-block-embed.is-provider-plugin-directory iframe {
  width: 100%;
}
.post-content .wp-block-code code {
  background: none;
}
.post-content .wp-block-buttons {
  margin: 24px 0;
}
.post-content .wp-block-buttons a:hover {
  color: #fff;
}
.post-content .wp-block-button a {
  text-decoration: none;
  color: #fff;
}
.post-content .wp-block-button a:link, .post-content .wp-block-button a:visited, .post-content .wp-block-button a:hover, .post-content .wp-block-button a:active, .post-content .wp-block-button a:focus {
  color: #fff;
}
.post-content .wp-block-button a {
  background-color: #5123a0;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.1s;
}
.post-content .wp-block-button a:hover {
  background-color: #6C46AE;
}
.post-content .intro-paragraph {
  font-size: 1.75em;
  margin: 1em 0;
}
.post-content .novashare-ctt {
  background-color: #EDFAFF;
  padding-right: 12px;
}
.post-content .brand-colors {
  margin: 1.5em 0;
}
.post-content .brand-colors p {
  margin: 0;
}
.post-content .nf-form-content input,
.post-content .nf-form-content textarea {
  border: solid 1px #DEDAE6 !important;
  background-color: #F7F5FA !important;
  border-radius: 5px !important;
}
.post-content .nf-form-content input:focus,
.post-content .nf-form-content textarea:focus {
  border-color: #5123a0 !important;
}
.post-content .nf-form-content input[type=submit] {
  border-radius: 3px !important;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #5123a0 !important;
  border: none !important;
}
.post-content .nf-form-content input[type=submit]:hover {
  color: #fff !important;
  background-color: #6C46AE !important;
}
.post-content .nf-form-content .checkbox-container label {
  cursor: pointer !important;
}
.post-content .nf-form-cont .nf-form-content textarea {
  color: #1a1a1a;
  font-size: 18px;
}
.post-content .nf-field-description {
  font-size: 16px;
}
.post-content .nf-field-description p {
  font-size: 16px;
  margin: -6px 0 12px !important;
}
.post-content #nf-label-field-21 {
  font-weight: 400;
}

.download-shortcode {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 24px 24px 24px;
  border: solid 1px #DEDAE6;
}
.download-shortcode p {
  margin: 0;
}
.download-shortcode .title {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 24px;
}
.download-shortcode .learn-more {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 4px;
  background: #5123a0;
  margin-right: 12px;
  color: #fff;
  text-decoration: none;
}
.download-shortcode .learn-more:link, .download-shortcode .learn-more:visited {
  color: #fff;
}
.download-shortcode .learn-more:hover, .download-shortcode .learn-more:active, .download-shortcode .learn-more:focus {
  color: #fff;
  background: #6C46AE;
}
.download-shortcode .open-download-popup {
  text-decoration: none;
  display: inline-block;
  padding: 8px 18px 8px 16px;
  border-radius: 4px;
  border: solid 1px #5123a0;
}
.download-shortcode .open-download-popup:hover, .download-shortcode .open-download-popup:active, .download-shortcode .open-download-popup:focus {
  color: #fff;
  background: #5123a0;
}
.download-shortcode .open-download-popup:hover i, .download-shortcode .open-download-popup:active i, .download-shortcode .open-download-popup:focus i {
  color: #fff;
}
.download-shortcode i {
  color: #5123a0;
  margin-right: 4px;
}

.comparison-table-container .legend {
  padding: 6px 0 0 12px;
}

.comparison-table {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #DEDAE6;
  border-radius: 5px 5px 0 0;
}
.comparison-table .row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.comparison-table .row.table-header {
  font-weight: 700;
  background-color: #5123a0;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.comparison-table .row.table-header div:first-child {
  border-radius: 4px 0 0 0;
}
.comparison-table .row.table-header div:last-child {
  border-radius: 0 4px 0 0;
}
.comparison-table .row.table-footer {
  background-color: #363040;
  color: #fff;
}
.comparison-table .row div {
  width: 20%;
  border: solid 1px #DEDAE6;
  padding: 12px;
  min-width: 142px;
}
.comparison-table .row div:first-child {
  width: 100%;
  width: 40%;
}
.comparison-table .row .price {
  font-weight: 700;
}

.author-bio {
  display: flex;
  padding: 12px;
  margin: 24px 0 0;
  border-radius: 5px;
  border: solid 1px #DEDAE6;
  border-bottom-width: 3px;
  background-color: #F8F5FC;
}
.author-bio .author-avatar {
  flex-shrink: 0;
  margin-right: 24px;
}
.author-bio img {
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
.author-bio .author-name {
  font-size: 16px;
  font-family: "Gravita Geo", sans-serif;
}
.author-bio .author-description {
  font-size: 14px;
  margin: 12px 0 6px;
}

.single-post .featured-image {
  margin-bottom: 24px;
}
.single-post .post-header,
.single-post .post-content {
  padding: 0 24px;
}
.single-post .post-header {
  margin-top: 0;
}
.single-post article {
  margin: 0 auto;
  max-width: 700px;
}

@media all and (min-width: 600px) {
  .post-title {
    font-size: 1.75em;
    line-height: 1.357;
  }
}
@media all and (min-width: 600px) {
  .post-content p.has-background, .post-content ul.has-background, .post-content ol.has-background {
    padding: 1.25em 1.75em;
  }
}
@media all and (min-width: 800px) {
  .post-title {
    font-size: 2.375em;
    line-height: 1.342;
  }
  .single-post .post-header,
  .single-post .post-content {
    padding: 0 48px;
  }
}
@media all and (min-width: 900px) {
  .post-title {
    font-size: 1.75em;
    line-height: 1.357;
  }
  .wp-block-image.alignfull,
  .wp-block-cover {
    left: -7.8%;
    width: 115.6%;
  }
  .wp-block-image.alignwide {
    position: relative;
    left: -4%;
    width: 108%;
    max-width: none;
  }
  .single-post .featured-image img {
    border-radius: 5px;
  }
  .single-post .post-header,
  .single-post .post-content {
    padding: 0;
  }
  .single-post .post-title {
    font-size: 2.375em;
    line-height: 1.342;
  }
}
@media all and (min-width: 1100px) {
  .post-title {
    font-size: 2.375em;
    line-height: 1.342;
  }
  .single-post .post-title {
    font-size: 3.1875em;
    line-height: 1.342;
    position: relative;
    width: calc(100% + 48px);
    left: -24px;
  }
}
.blog-header {
  margin: 36px auto 42px;
  text-align: center;
}
.blog-header p {
  margin: 0;
}

.blog #main,
.single-post #main,
.archive.category #main {
  max-width: none;
  padding: 0 24px;
}
.blog .loop-container,
.single-post .loop-container,
.archive.category .loop-container {
  margin: 0 auto;
  max-width: 1000px;
}

.blog .entry,
.archive.category .entry,
.search-results .entry {
  margin-bottom: 24px;
}
.blog .post-content,
.archive.category .post-content,
.search-results .post-content {
  padding: 0 24px;
}

.post-meta {
  display: flex;
  justify-content: center;
}
.post-meta > div {
  font-size: 14px;
  margin-right: 10px;
}
.post-meta > div:last-child {
  margin-right: 0;
}
.post-meta a {
  text-decoration: none;
}
.post-meta a:hover, .post-meta a:active, .post-meta a:focus {
  text-decoration: underline;
}
.post-meta i {
  color: #5123a0;
}

@media all and (min-width: 800px) {
  .blog .entry article,
  .archive.category .entry article {
    display: flex;
  }
  .blog .featured-image,
  .archive.category .featured-image {
    width: 40%;
    height: auto;
    padding-bottom: 0;
    max-width: 350px;
    max-height: 350px;
    border-right: solid 1px #DEDAE6;
  }
  .blog .featured-image img,
  .archive.category .featured-image img {
    border-radius: 4px 0 0 4px;
    transition: opacity 0.1s;
  }
  .blog .featured-image a:hover img, .blog .featured-image a:active img, .blog .featured-image a:focus img,
  .archive.category .featured-image a:hover img,
  .archive.category .featured-image a:active img,
  .archive.category .featured-image a:focus img {
    opacity: 0.8;
  }
  .blog .content,
  .archive.category .content {
    width: 80%;
  }
  .blog .post-header .post-title,
  .archive.category .post-header .post-title {
    font-size: 28px;
    text-align: left;
    text-wrap: auto;
    padding: 0 24px;
  }
  .blog .post-header .post-meta,
  .archive.category .post-header .post-meta {
    text-align: left;
    padding: 10px 24px 14px;
    padding: 0 24px;
  }
  .blog .post-meta,
  .archive.category .post-meta {
    justify-content: flex-start;
  }
  .blog .post-content,
  .archive.category .post-content {
    margin: 0 0 12px;
  }
  .blog .post-content p,
  .archive.category .post-content p {
    font-size: 18px;
    margin: 24px 0;
  }
}
@media all and (min-width: 1000px) {
  .blog .featured-image,
  .archive.category .featured-image {
    width: 30%;
  }
}
.blog .archive-header,
.category .archive-header {
  max-width: 1000px;
}

.archive-header {
  padding: 24px;
  margin: 0 auto 24px;
  background-color: #fff;
  border: solid 1px #DEDAE6;
  border-radius: 5px;
  border-bottom-width: 3px;
}
.archive-header h1 {
  font-size: 1em;
  line-height: 1.5;
}

.blog .pagination,
.archive.category .pagination,
.search-results .pagination {
  max-width: 1000px;
}

.pagination {
  background: #fff;
  text-align: center;
  clear: both;
  padding: 24px;
  margin: 0 auto 48px;
  border: solid 1px #DEDAE6;
  border-bottom-width: 3px;
  border-radius: 5px;
}
.pagination .prev,
.pagination .next {
  position: relative;
}
.pagination .prev {
  float: left;
  margin-left: 0;
  padding-left: 10px;
}
.pagination .prev:before {
  content: "«";
  position: absolute;
  left: 0;
}
.pagination .next {
  float: right;
  margin-right: 0;
  padding-right: 10px;
}
.pagination .next:after {
  content: "»";
  position: absolute;
  right: 0;
}
.pagination a {
  text-decoration: none;
}
.pagination a:hover, .pagination a:active, .pagination a:focus {
  text-decoration: underline;
}
.pagination a,
.pagination span {
  margin: 0 12px;
}
.pagination a.current,
.pagination span.current {
  font-weight: 700;
  display: inline-block;
  width: 24px;
  text-align: center;
  height: 24px;
  border-radius: 12px;
  background-color: #5123a0;
  color: #fff;
}

.global-search {
  position: relative;
  z-index: 9;
  padding-bottom: 24px;
}
.global-search.open {
  padding-bottom: 64px;
}
.global-search.open .search-form {
  display: flex;
}
.global-search .global-search-button {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #18141F;
  line-height: 1;
  border: none;
  background: none;
  padding: 6px;
  cursor: pointer;
}
.global-search .global-search-button i {
  font-size: 18px;
}
.global-search .search-form {
  display: none;
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
.global-search .search-form input {
  font-size: 1em;
  line-height: 1;
  min-height: 0;
}
.global-search .search-form .search-field {
  width: 240px;
  padding: 0 0 0 12px;
  border-radius: 3px 0 0 3px;
  background-color: #fff;
  border-color: #DEDAE6;
  border-right: none;
}
.global-search .search-form .search-submit {
  background-color: #5123a0;
  border-radius: 0 3px 3px 0;
}
.global-search .search-form .search-submit:hover, .global-search .search-form .search-submit:active, .global-search .search-form .search-submit:focus {
  background-color: #6C46AE;
}

.global-search-results {
  margin: 0 auto;
}
.global-search-results .search-form {
  margin: -12px 0 48px 0;
  display: flex;
}
.global-search-results .search-form input {
  font-size: 18px;
}
.global-search-results .search-form .search-field {
  padding: 12px 18px 12px 24px;
  border: solid 1px #DEDAE6;
  border-radius: 48px 0 0 48px;
  max-width: none;
}
.global-search-results .search-form .search-field:focus {
  border-color: #5123a0;
  background-color: #fff;
}
.global-search-results .search-form .search-submit {
  padding: 12px 24px 12px 18px;
  background-color: #5123a0;
  border-radius: 0 48px 48px 0;
}
.global-search-results .search-form .search-submit:hover, .global-search-results .search-form .search-submit:active, .global-search-results .search-form .search-submit:focus {
  background-color: #6C46AE;
}
.global-search-results .page-type-title {
  font-family: "Gravita Geo", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 12px;
}
.global-search-results .post-header .post-title {
  padding: 0 0 2px 0;
  text-wrap: auto;
  border-bottom: none;
}
.global-search-results .post-header .post-title .category {
  font-size: 16px;
  padding: 6px 12px;
  background-color: #F7F5FA;
  border-radius: 24px;
  white-space: nowrap;
}
.global-search-results .fa-star,
.global-search-results .fa-wand-magic-sparkles {
  color: #F69D0A;
}
.global-search-results .fa-star {
  font-weight: 900;
}
.global-search-results .fa-file-alt,
.global-search-results .fa-circle-play {
  color: #5123a0;
}
.global-search-results .fa-pen-to-square {
  color: #36B366;
}
.global-search-results .more-link-wrapper {
  display: none;
}
.global-search-results .excerpt {
  font-size: 16px;
  margin: 4px 0 36px;
}

.search-tip {
  font-size: 16px !important;
  margin: -18px 0 32px;
  padding: 12px 26px 12px 54px;
  border-radius: 5px;
  border: solid 2px #EFE8FA;
}
.search-tip:before {
  content: "\f0eb";
}
.search-tip a {
  color: #5123a0;
}
.search-tip a:hover, .search-tip a:active, .search-tip a:focus {
  text-decoration: underline;
}
.search-tip p {
  margin: 0;
}

.no-results {
  background: none;
  border: solid 1px #DEDAE6;
  border-radius: 5px;
}
.no-results:before {
  content: "\f071";
  font-weight: 700;
}
.no-results a {
  color: #5123a0;
  text-decoration: underline;
}

@media all and (min-width: 900px) {
  .global-search {
    padding-bottom: 0;
    margin-top: 0;
  }
  .global-search.open {
    padding-bottom: 0;
  }
  .global-search .search-form {
    top: 54px;
    left: auto;
    right: -130px;
    transform: none;
  }
  .search-results .loop-container.global-search-results {
    width: 100%;
    order: 1;
    max-width: 760px;
  }
}
@media all and (min-width: 1100px) {
  .global-search.open .global-search-button {
    color: #5123a0;
  }
  .global-search .search-form {
    top: -5px;
    left: -5px;
  }
  .global-search .search-form .search-field {
    padding: 0 0 0 39px;
  }
  .account-links {
    transition: opacity 0.2s, transform 0.2s;
  }
  .account-links.search-open {
    opacity: 0;
    transform: translateX(-4px);
  }
}
@media all and (min-width: 1280px) {
  .account-links.search-open {
    opacity: 1;
    transform: translateX(0);
  }
}
.site-footer {
  padding: 24px;
  background: #18141F;
  color: #DEDAE6;
}
.site-footer .inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-footer .inner > div {
  width: 100%;
  margin-bottom: 12px;
}
.site-footer ul {
  list-style: none;
  margin: 1.5em 0;
}
.site-footer li {
  margin-bottom: 12px;
  font-size: 18px;
}
.site-footer a {
  text-decoration: none;
  color: #DEDAE6;
}
.site-footer a:link, .site-footer a:visited {
  color: #DEDAE6;
}
.site-footer a:hover, .site-footer a:active, .site-footer a:focus {
  text-decoration: underline;
  color: #fff;
}
.site-footer .copyright {
  margin-top: 24px;
}
.site-footer .copyright img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.site-footer .title {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 8px;
  color: #DEDAE6;
  border-bottom: dotted 2px #9A95A6;
}
.site-footer .social-icons {
  display: flex;
  margin: 12px 0 18px;
}
.site-footer .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  border: solid 1px #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 6px;
}
.site-footer .privacy-policy {
  text-decoration: none;
  margin: 0 6px;
}
.site-footer .privacy-policy:hover, .site-footer .privacy-policy:active, .site-footer .privacy-policy:focus {
  text-decoration: underline;
}

@media all and (min-width: 900px) {
  .site-footer {
    padding: 48px;
  }
  .site-footer .inner > div {
    width: 27%;
    margin-bottom: 0;
  }
  .site-footer .inner > .copyright {
    width: 100%;
    text-align: center;
    margin-top: 48px;
  }
  .site-footer .inner > .copyright p {
    margin: 6px 0;
  }
  .site-footer .social-icons {
    justify-content: center;
  }
}
.page-id-7456 .top-bar,
.page-id-7456 .menu-primary,
.page-id-7456 .toggle-navigation,
.page-id-7456 .account-links,
.page-id-7456 .global-search {
  display: none;
}

.error404 .post-title {
  text-align: left;
}
.error404 .search-form {
  display: flex;
}
.error404 .search-form .search-field {
  border-radius: 5px 0 0 5px;
}
.error404 .search-form .search-field:focus {
  border-color: #5123a0;
}
.error404 .search-form .search-submit {
  border-radius: 0 5px 5px 0;
  margin-left: -1px;
}
.error404 .search-form .search-submit:hover, .error404 .search-form .search-submit:active, .error404 .search-form .search-submit:focus {
  background-color: #6C46AE;
}

.page-template-freemius-account {
  background: #5123a0;
}
.page-template-freemius-account .site-header {
  position: fixed;
  width: 100%;
}
.page-template-freemius-account .site-footer {
  display: none;
}

#fs_dashboard_container {
  top: 138px;
}

.admin-bar #fs_dashboard_container {
  top: 184px;
}

@media all and (min-width: 783px) {
  .admin-bar #fs_dashboard_container {
    top: 170px;
  }
}
.page-template-affiliate-program {
  background-color: #F7F5FA;
}
.page-template-affiliate-program .affiliate-heading {
  text-align: center;
}
.page-template-affiliate-program .buttons {
  margin-bottom: 18px;
}
.page-template-affiliate-program .affiliate-program-description .inner {
  padding-top: 0;
}
.page-template-affiliate-program .entry {
  max-width: 860px;
  margin: 0 auto;
  padding: 12px 24px;
  border: solid 1px #DEDAE6;
  border-radius: 5px;
}
.page-template-affiliate-program .commissions-list {
  list-style: none;
  margin-left: 0;
}

@media all and (min-width: 800px) {
  .page-template-affiliate-program .page-section .button {
    font-size: 18px;
    padding: 12px 24px;
  }
  .page-template-affiliate-program .entry {
    padding: 24px 48px;
  }
}
.page-template-email-course .site-header {
  display: none;
}
.page-template-email-course .false-header {
  padding: 24px;
  text-align: center;
  border-bottom: solid 1px #DEDAE6;
  background-color: #fff;
}
.page-template-email-course .email-course-container {
  margin: 0 auto;
  max-width: 960px;
}
.page-template-email-course .heading-section {
  text-align: center;
  margin: 24px 0 12px;
  padding: 24px;
}
.page-template-email-course .sub-heading {
  display: block;
  font-size: 21px;
}
.page-template-email-course .sub-heading .emphasized {
  font-weight: 700;
}
.page-template-email-course .signup-form {
  margin: 0 auto;
  max-width: 660px;
  background-color: #fff;
  border: solid 1px #DEDAE6;
  border-radius: 5px;
}
.page-template-email-course .signup-form #mc_embed_signup form {
  margin: 24px 36px;
}
.page-template-email-course .signup-form #mc_embed_signup form .mc-field-group {
  padding-bottom: 12px;
}
.page-template-email-course .signup-form #mc_embed_signup form input {
  max-width: none;
  font-size: 16px;
}
.page-template-email-course .signup-form .indicates-required {
  display: none;
}
.page-template-email-course .signup-form #mc-embedded-subscribe {
  height: 42px;
  margin-top: 18px;
  background-color: #5123a0;
}
.page-template-email-course .signup-form #mc-embedded-subscribe:hover, .page-template-email-course .signup-form #mc-embedded-subscribe:active, .page-template-email-course .signup-form #mc-embedded-subscribe:focus {
  background-color: #6C46AE;
}
.page-template-email-course .social-proof {
  display: inline-block;
  margin-top: 24px;
  padding: 7px 18px 9px;
  border-radius: 5px;
  font-size: 21px;
  background-color: #FFE599;
}
.page-template-email-course .note {
  margin: 0 auto 48px;
  text-align: center;
  padding: 18px 48px;
  font-size: 18px;
  color: #6D6A73;
}

.page-template-features .page-header.page-section {
  border-bottom: solid 1px #DEDAE6;
}
.page-template-features .all-features .inner {
  max-width: 1300px;
}
.page-template-features .entry {
  border: none;
  border-radius: 0;
}
.page-template-features .features:after {
  display: none;
}
.page-template-features .all-features h3 {
  margin: 0 auto 24px;
  font-size: 28px;
  font-weight: 700;
}

.product-feature {
  margin-bottom: 36px;
  position: relative;
  z-index: 3;
  width: 100%;
}
.product-feature .feature-title {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
}
.product-feature .feature-image {
  background: #fff;
  border: solid 2px #DEDAE6;
  border-radius: 5px;
  overflow: hidden;
}
.product-feature .feature-image .background-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  background-size: cover;
  background-position: top;
}
.product-feature .feature-image .background-image.icon {
  background-size: contain;
  background-repeat: no-repeat;
}
.product-feature .feature-description {
  margin: 12px 0;
}
.product-feature .pro-label {
  font-size: 12px;
  margin-left: 4px;
  color: #5123a0;
  align-self: baseline;
}

.page-template-features .intro {
  padding-bottom: 0;
}

@media all and (min-width: 650px) {
  .product-features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-feature {
    width: calc(50% - 12px);
  }
}
@media all and (min-width: 900px) {
  .page-template-features .section.intro {
    padding: 48px 72px;
  }
}
@media all and (min-width: 1100px) {
  .product-feature {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .product-feature .feature-text {
    padding-left: 18px;
  }
  .product-feature .feature-description {
    display: block;
    font-size: 14px;
    margin: 12px 0;
  }
  .product-feature .feature-link {
    font-size: 14px;
  }
  .product-feature .feature-image {
    height: 168px;
    width: 240px;
    flex-shrink: 0;
  }
}
@media all and (min-width: 1100px) {
  .page-template-features .all-features.section {
    padding: 48px 24px;
  }
}
@media all and (min-width: 1200px) {
  .product-feature .feature-title {
    font-size: 21px;
  }
  .product-feature .feature-image {
    height: 192px;
    width: 288px;
  }
}
.page-template-integrations .page-section .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.page-template-integrations .intro {
  background-color: #fff;
  text-align: center;
  border-bottom: solid 1px #DEDAE6;
}
.page-template-integrations .intro h1 {
  color: #18141F;
}
.page-template-integrations .intro .subtitle {
  margin-top: 6px;
}
.page-template-integrations .intro .subtitle p {
  color: #6D6A73;
  margin: 0;
}
.page-template-integrations .integrations {
  background-color: #F7F5FA;
}
.page-template-integrations .integrations a i {
  font-size: 14px;
}
.page-template-integrations .integrations-list {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0;
  list-style: none;
  justify-content: space-between;
}
.page-template-integrations .integrations-list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 49%;
  padding: 24px;
  margin-bottom: 12px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #DEDAE6;
  border-bottom-width: 3px;
  border-radius: 5px;
  transition: border-color 0.2s;
}
.page-template-integrations .integrations-list li:hover {
  border-color: #5123a0;
}
.page-template-integrations .integrations-list li img {
  line-height: 0;
  margin-bottom: 12px;
  max-height: 84px;
  max-width: 144px;
}
.page-template-integrations .integrations-list li span {
  width: 100%;
}
.page-template-integrations .integrations-list li a {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  opacity: 0;
}
.page-template-integrations .integration-category p a {
  text-decoration: none;
}

@media all and (min-width: 800px) {
  .page-template-integrations .integrations-list li {
    width: 32%;
  }
}
@media all and (min-width: 900px) {
  .page-template-integrations .intro {
    padding-bottom: 12px;
  }
  .page-template-integrations .page-section h1 {
    font-size: 51px;
  }
  .page-template-integrations .page-section .subtitle {
    font-size: 21px;
  }
  .page-template-integrations .page-section .inner {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1100px) {
  .page-template-integrations .integrations-list {
    justify-content: flex-start;
  }
  .page-template-integrations .integrations-list li {
    width: 24%;
    margin-right: 1.333%;
  }
  .page-template-integrations .integrations-list li:nth-child(4n) {
    margin-right: 0;
  }
}
.page-template-plugin-integration .intro {
  background-color: #fff;
  color: #18141F;
  padding: 48px;
}
.page-template-plugin-integration .intro .inner {
  max-width: 1000px;
  padding: 0;
}
.page-template-plugin-integration .intro .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.page-template-plugin-integration .intro .icons.woocommerce img:first-child, .page-template-plugin-integration .intro .icons.ws-form img:first-child, .page-template-plugin-integration .intro .icons.jetformbuilder img:first-child {
  max-width: 84px;
}
.page-template-plugin-integration .intro .icons.ninja-forms img:first-child {
  max-width: 76px;
}
.page-template-plugin-integration .intro .icons img {
  max-width: 60px;
  max-height: 60px;
}
.page-template-plugin-integration .intro .icons i {
  font-size: 21px;
  margin: 0 8px;
}
.page-template-plugin-integration .intro .text {
  text-align: center;
}
.page-template-plugin-integration .intro h1 {
  line-height: 1.2;
}
.page-template-plugin-integration .intro .subtitle p {
  margin: 6px 0 0;
  color: #6D6A73;
}
.page-template-plugin-integration .intro .buy-button-container {
  margin: 36px 0;
}
.page-template-plugin-integration .intro .global-buy-button {
  padding: 11px 18px 13px;
}
.page-template-plugin-integration .intro .secondary-button {
  color: #5123a0;
  border-bottom: dashed 1px #5123a0;
  margin-left: 12px;
}
.page-template-plugin-integration .intro .secondary-button:hover, .page-template-plugin-integration .intro .secondary-button:active, .page-template-plugin-integration .intro .secondary-button:focus {
  color: #6C46AE;
  border-bottom-style: solid;
}
.page-template-plugin-integration .intro .ratings {
  margin-top: 24px;
}
.page-template-plugin-integration .intro .ratings i {
  color: #F69D0A;
}
.page-template-plugin-integration .what-is-ia {
  margin: 36px auto 0;
  max-width: 600px;
  padding: 18px 24px 0;
  font-size: 14px;
  border: solid 1px #DEDAE6;
  border-radius: 5px;
  border-bottom-width: 3px;
}
.page-template-plugin-integration .what-is-ia .title {
  font-weight: 700;
}
.page-template-plugin-integration .what-is-ia p {
  margin: 8px 0 16px;
}
.page-template-plugin-integration .what-is-ia a {
  color: #5123a0;
}
.page-template-plugin-integration .what-is-ia a:hover, .page-template-plugin-integration .what-is-ia a:active, .page-template-plugin-integration .what-is-ia a:focus {
  color: #6C46AE;
  text-decoration: underline;
}
.page-template-plugin-integration .integration-features {
  padding: 48px 0 24px;
  background-color: #F7F5FA;
  border-top: solid 1px #DEDAE6;
}
.page-template-plugin-integration .integration-features .inner {
  max-width: 700px;
  padding: 0;
}
.page-template-plugin-integration .integration-features .heading-container {
  text-align: left;
}
.page-template-plugin-integration .integration-feature {
  margin: 36px 0;
}
.page-template-plugin-integration .integration-feature:last-child {
  margin-bottom: 0;
}
.page-template-plugin-integration .integration-feature .inner {
  flex-wrap: wrap;
}
.page-template-plugin-integration .integration-feature .sub-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #5123a0;
  text-transform: uppercase;
}
.page-template-plugin-integration .integration-feature .image {
  width: 100%;
  padding: 24px;
  background-color: #EFE8FA;
  max-width: none;
  border: solid 1px #DEDAE6;
  border-radius: 12px;
  border-bottom-width: 3px;
}
.page-template-plugin-integration .integration-feature .image:after {
  display: none;
}
.page-template-plugin-integration .integration-feature .image img {
  border-radius: 5px;
  border: solid 1px #DEDAE6;
}
.page-template-plugin-integration .easy-setup {
  background-color: #F7F5FA;
  padding-top: 0;
}
.page-template-plugin-integration .easy-setup .inner {
  padding-top: 24px;
}
.page-template-plugin-integration .easy-setup .text {
  margin: 0 auto;
  padding: 24px 24px 12px;
  max-width: 700px;
  background-color: #fff;
  border: solid 1px #DEDAE6;
  border-radius: 5px;
  border-bottom-width: 3px;
}
.page-template-plugin-integration .easy-setup a {
  color: #5123a0;
}
.page-template-plugin-integration .easy-setup a:hover, .page-template-plugin-integration .easy-setup a:active, .page-template-plugin-integration .easy-setup a:focus {
  color: #6C46AE;
  text-decoration: underline;
}
.page-template-plugin-integration .cta-integration .text-link {
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.1s;
  text-decoration: none;
}
.page-template-plugin-integration .cta-integration .text-link:hover, .page-template-plugin-integration .cta-integration .text-link:active, .page-template-plugin-integration .cta-integration .text-link:focus {
  opacity: 1;
  text-decoration: underline;
}

@media all and (min-width: 900px) {
  .page-template-plugin-integration .intro h1 {
    font-size: 51px;
  }
  .page-template-plugin-integration .intro .subtitle {
    font-size: 24px;
  }
  .page-template-plugin-integration .integration-features .heading-container h2 {
    font-size: 28px;
  }
}
.page-template-pricing .menu-primary,
.page-template-pricing .toggle-navigation,
.page-template-pricing .account-links,
.page-template-pricing .global-search,
.page-template-pricing-black-friday .menu-primary,
.page-template-pricing-black-friday .toggle-navigation,
.page-template-pricing-black-friday .account-links,
.page-template-pricing-black-friday .global-search,
.page-template-pricing-summer .menu-primary,
.page-template-pricing-summer .toggle-navigation,
.page-template-pricing-summer .account-links,
.page-template-pricing-summer .global-search {
  display: none;
}
.page-template-pricing .intro.page-section,
.page-template-pricing-black-friday .intro.page-section,
.page-template-pricing-summer .intro.page-section {
  background-color: #F7F5FA;
  text-align: center;
}
.page-template-pricing .intro.page-section .inner,
.page-template-pricing-black-friday .intro.page-section .inner,
.page-template-pricing-summer .intro.page-section .inner {
  padding-bottom: 0;
}
.page-template-pricing .subtitle p,
.page-template-pricing-black-friday .subtitle p,
.page-template-pricing-summer .subtitle p {
  display: inline-block;
  font-size: 21px;
  margin: 0;
  padding: 4px 14px;
  color: #363040;
}
.page-template-pricing .faqs,
.page-template-pricing-black-friday .faqs,
.page-template-pricing-summer .faqs {
  padding-top: 0;
}
.page-template-pricing .entry,
.page-template-pricing-black-friday .entry,
.page-template-pricing-summer .entry {
  border: none;
  border-radius: 0;
}
.page-template-pricing .faqs.page-section,
.page-template-pricing-black-friday .faqs.page-section,
.page-template-pricing-summer .faqs.page-section {
  border-top: solid 1px #DEDAE6;
}

.pricing.page-section {
  background: #F7F5FA;
}
.pricing.page-section .inner {
  max-width: 1170px;
  flex-wrap: wrap;
}
.pricing.page-section .customer-reviews {
  background: none;
}

.pricing-table-container {
  background-color: #fff;
  padding: 0 12px;
  border: solid 1px #DEDAE6;
  border-bottom-width: 3px;
  border-radius: 12px;
}

.pricing-table .button {
  width: 100%;
  text-align: center;
  padding-left: 20px;
}
.pricing-table .button i {
  margin-right: 6px;
}

.pricing .discount {
  font-size: 18px;
  background: #fff;
  padding: 1px 24px;
  margin-top: 24px;
  border: solid 2px #DEDAE6;
  border-radius: 3px;
}
.pricing .discount h3 {
  font-size: 21px;
  font-weight: 900;
  margin: 24px 0;
}
.pricing .discount span {
  font-weight: 900;
}
.pricing .discount a {
  border-bottom: dotted 1px #5123a0;
  text-decoration-color: #5123a0;
  text-decoration: none;
}
.pricing .discount a:hover, .pricing .discount a:active, .pricing .discount a:focus {
  border-bottom: none;
  text-decoration: underline;
}
.pricing .heading .top {
  display: flex;
  justify-content: space-between;
}

.pricing-toggle {
  text-align: center;
}

.subscription-period {
  display: inline-block;
  margin: 0 auto 24px;
  border-radius: 5px;
}
.subscription-period button {
  font-size: 16px;
  margin: 0;
  padding: 5px 12px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.subscription-period button:hover, .subscription-period button:active {
  background-color: #EFE8FA;
}
.subscription-period .selected {
  background-color: #5123a0;
  border-color: #5123a0;
  color: #fff;
}
.subscription-period .selected:hover, .subscription-period .selected:active, .subscription-period .selected:focus {
  background-color: #5123a0;
}

.money-back-guarantee {
  position: relative;
  z-index: 9;
  padding: 48px 24px;
  margin: 24px auto;
}
.money-back-guarantee:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -999px;
  right: -999px;
  background-color: #ECE9F2;
  z-index: -1;
}
.money-back-guarantee .left h3 {
  font-size: 38px;
}
.money-back-guarantee .credit-cards {
  max-height: 36px;
  margin-bottom: 24px;
}
.money-back-guarantee .guarantee-stamp {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px 5px 10px;
  margin-bottom: 12px;
  background-color: #fff;
  border: solid 1px #DEDAE6;
  border-radius: 24px;
  font-size: 14px;
}
.money-back-guarantee .guarantee-stamp .icon-container {
  display: inline;
  margin: 0;
  padding: 0;
  opacity: 1;
  background: none;
  line-height: 1;
}
.money-back-guarantee .guarantee-stamp .icon-container svg {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 3px;
}
.money-back-guarantee .right {
  padding: 24px 32px;
  background-color: #fff;
  border: solid 1px #DEDAE6;
  border-radius: 18px;
}
.money-back-guarantee .right h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6D6A73;
}
.money-back-guarantee .right .signoff {
  display: flex;
  align-items: center;
  padding-top: 24px;
  border-top: solid 1px #DEDAE6;
}
.money-back-guarantee .right .signoff img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
}
.money-back-guarantee .right .signoff .title {
  display: block;
  line-height: 1;
  color: #6D6A73;
}

.pricing-table {
  display: flex;
  flex-wrap: wrap;
}
.pricing-table .row {
  width: 100%;
  display: flex;
  font-size: 18px;
  padding: 11px 0;
  border-bottom: solid 1px #ECE9F2;
}
.pricing-table .row > div {
  width: 24%;
  flex-shrink: 0;
}
.pricing-table .row > div:not(:first-child) {
  text-align: center;
  flex-shrink: 1;
}
.pricing-table .row > div:last-child {
  display: none;
}
.pricing-table .row .feature-link {
  position: relative;
  border-bottom: dotted 1px #DEDAE6;
  margin-left: 12px;
}
.pricing-table .row .feature-link:hover, .pricing-table .row .feature-link:active, .pricing-table .row .feature-link:focus {
  text-decoration: underline;
  text-decoration-color: #5123a0;
  border-bottom: none;
}
.pricing-table .row .feature-link:hover:after, .pricing-table .row .feature-link:active:after, .pricing-table .row .feature-link:focus:after {
  color: #5123a0;
}
.pricing-table .row .feature-link:after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  position: absolute;
  margin-left: 6px;
  margin-top: 8px;
  font-weight: 900;
  color: transparent;
}
.pricing-table .row .icon-container {
  display: inline;
  background: none;
  margin: 0;
  padding: 0;
  opacity: 1;
}
.pricing-table .row .icon-container svg {
  position: relative;
  top: 2px;
  max-width: 20px;
  max-height: 20px;
  height: auto;
}
.pricing-table .number-of-sites,
.pricing-table .number-of-pageviews {
  display: none;
}
.pricing-table .feature-row {
  display: flex;
  align-items: center;
}
.pricing-table .feature-row > div:first-child {
  position: relative;
  width: 100%;
  text-align: center;
}
.pricing-table .feature-row > div:first-child svg {
  top: 0;
  fill: #18141F;
}
.pricing-table .feature-row > div:first-child svg g {
  fill: #18141F;
}
.pricing-table .feature-row > div:not(:first-child) {
  display: none;
}
.pricing-table .feature-row > div:last-child svg {
  max-width: 21px;
  max-height: 21px;
}
.pricing-table .plan-row {
  flex-direction: column;
}
.pricing-table .plan-row:first-child {
  border-bottom: none;
}
.pricing-table .plan-row > div {
  width: 100%;
  margin-bottom: 12px;
}
.pricing-table .plan-row .plan-name {
  margin: 0 auto;
}
.pricing-table .plan-header {
  text-align: center;
  border: solid 1px #DEDAE6;
  border-bottom-width: 3px;
  border-radius: 5px;
}
.pricing-table .plan-header > div {
  padding-bottom: 6px;
}
.pricing-table .plan-name,
.pricing-table .plan-domains {
  font-size: 16px;
}
.pricing-table .plan-name {
  padding: 4px 8px;
  background-color: #F7F5FA;
  border-radius: 5px 5px 0 0;
}
.pricing-table .plan-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 38px;
  font-weight: 700;
}
.pricing-table .plan-price .period {
  font-weight: 400;
  font-size: 18px;
}
.pricing-table .plan-price .annual {
  display: inline;
}
.pricing-table .plan-price .monthly,
.pricing-table .plan-price .lifetime {
  display: none;
}
.pricing-table .button {
  width: auto;
  padding: 8px 16px;
  margin: 12px 0;
  background-color: #5123a0;
  transition: background-color 0.1s;
  border: none;
}
.pricing-table .button:hover, .pricing-table .button:active, .pricing-table .button:focus {
  background-color: #6C46AE;
}
.pricing-table .column-title {
  display: none;
  font-weight: 700;
  align-self: flex-end;
}
.pricing-table .fa-circle-check {
  color: #36B366;
  font-size: 21px;
}
.pricing-table .fa-circle-xmark {
  color: #D93B29;
  font-size: 21px;
}
.pricing-table .buy-button-row {
  display: none;
  border-bottom: none;
}
.pricing-table .buy-button-row > div:last-child {
  display: none;
}
.pricing-table .buy-button-row .button {
  margin: 0;
}
.pricing-table .feature-name {
  border-bottom: dotted 2px #DEDAE6;
  margin-left: 12px;
}
.pricing-table .feature-name.ecommerce-analytics {
  margin-left: 9px;
}
.pricing-table .feature-name:hover {
  cursor: help;
}
.pricing-table .feature-name:hover ~ .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-6px) transformX(-50%);
}
.pricing-table .tooltip {
  position: absolute;
  z-index: 3;
  bottom: calc(100% + 6px);
  left: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  font-size: 16px;
  padding: 8px 12px;
  background-color: #18141F;
  color: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s, visibility 0.1s, transform 0.1s;
}
.pricing-table .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 24px;
  left: 142px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #18141F;
}

@media all and (min-width: 850px) {
  .pricing-table-container {
    padding: 36px 12px 0;
  }
  .pricing.page-section .inner {
    padding-top: 24px;
  }
  .pricing-table .plan-row {
    flex-direction: row;
  }
  .pricing-table .plan-row > div {
    width: 100%;
    margin-bottom: 0;
  }
  .pricing-table .plan-row .plan-header {
    margin: 0 6px;
  }
  .pricing-table .plan-row .column-title {
    width: 24%;
  }
  .pricing-table .plan-row .pricing-toggle {
    position: relative;
    top: -32px;
    height: calc(100% + 32px);
  }
}
@media all and (min-width: 900px) {
  .money-back-guarantee {
    display: flex;
    justify-content: space-between;
  }
  .money-back-guarantee > div {
    width: calc(50% - 12px);
  }
  .money-back-guarantee .credit-cards {
    margin: 12px 0 0;
  }
}
@media all and (min-width: 1100px) {
  .pricing.page-section {
    padding-top: 0;
  }
  .pricing.page-section .inner {
    padding: 0 48px 48px 48px;
  }
  .pricing.page-section .review-carousel {
    min-height: 440px;
  }
  .page-template-pricing .site-header,
  .page-template-pricing-black-friday .site-header,
  .page-template-pricing-summer .site-header {
    position: static;
  }
  .pricing .discount {
    margin-top: 48px;
  }
  .pricing-table-container {
    padding: 36px 36px 12px;
  }
  .pricing-toggle {
    padding: 18px 18px 12px;
  }
  .pricing-table .plan-name,
  .pricing-table .plan-domains {
    font-size: 14px;
  }
  .pricing-table .plan-price {
    font-size: 32px;
  }
  .pricing-table .column-title {
    display: block;
    font-size: 21px;
  }
  .pricing-table .number-of-sites,
  .pricing-table .number-of-pageviews {
    display: flex;
  }
  .pricing-table .row > div:first-child {
    width: 24%;
  }
  .pricing-table .row > div:last-child {
    display: block;
  }
  .pricing-table .feature-row > div:first-child {
    width: 24%;
    text-align: left;
  }
  .pricing-table .feature-row > div:not(:first-child) {
    display: block;
  }
  .pricing-table .plan-row > div {
    width: 20%;
  }
  .pricing-table .feature-name:hover ~ .tooltip {
    transform: translateY(-6px);
  }
  .pricing-table .tooltip {
    left: 12px;
    transform: none;
  }
  .pricing-table .tooltip:after {
    left: 24px;
  }
  .pricing-table .buy-button-row {
    display: flex;
  }
  .pricing-table .buy-button-row > div:first-child {
    display: block;
  }
  .money-back-guarantee {
    padding: 72px 24px;
  }
}
@media all and (min-width: 1300px) {
  .pricing-table .plan-name,
  .pricing-table .plan-domains {
    font-size: 16px;
  }
  .pricing-table .plan-price {
    font-size: 38px;
  }
}
.page-template-pricing-black-friday .flipdown,
.page-template-pricing-summer .flipdown {
  text-align: center;
  margin: 12px auto 36px;
}
.page-template-pricing-black-friday .end-date,
.page-template-pricing-summer .end-date {
  margin: -12px 0 0;
}
.page-template-pricing-black-friday .end-date s,
.page-template-pricing-summer .end-date s {
  color: #D93B29;
}
.page-template-pricing-black-friday .plan-header:last-child .full-price,
.page-template-pricing-summer .plan-header:last-child .full-price {
  display: none !important;
}
.page-template-pricing-black-friday .plan-price,
.page-template-pricing-summer .plan-price {
  flex-wrap: wrap;
}
.page-template-pricing-black-friday .plan-price .annual,
.page-template-pricing-summer .plan-price .annual {
  display: flex;
}
.page-template-pricing-black-friday .full-price,
.page-template-pricing-summer .full-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  font-size: 28px;
  width: 100%;
  color: #9A95A6;
}
.page-template-pricing-black-friday .full-price.lifetime:after,
.page-template-pricing-summer .full-price.lifetime:after {
  left: 70px;
  right: 75px;
  top: 22px;
}
.page-template-pricing-black-friday .full-price:after,
.page-template-pricing-summer .full-price:after {
  content: "";
  position: absolute;
  left: 52px;
  top: 24px;
  right: 52px;
  height: 2px;
  background-color: #D93B29;
  transform: rotate(6deg);
}

.page-template-pro-guide .main {
  overflow: visible;
}
.page-template-pro-guide .menu-primary,
.page-template-pro-guide .toggle-navigation,
.page-template-pro-guide .account-links ul,
.page-template-pro-guide .global-search {
  display: none;
}
.page-template-pro-guide .toggle-toc {
  position: fixed;
  bottom: 12px;
  z-index: 19;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  border-radius: 5px;
  background-color: #ECE9F2;
  color: #18141F;
  transition: background-color 0.1s;
}
.page-template-pro-guide .toggle-toc:hover, .page-template-pro-guide .toggle-toc:active, .page-template-pro-guide .toggle-toc:focus {
  background-color: #F7F5FA;
}
.page-template-pro-guide .entry {
  overflow: hidden;
}
.page-template-pro-guide .post-header {
  text-align: center;
}
.page-template-pro-guide .sub-title {
  font-size: 24px;
  color: #9A95A6;
}
.page-template-pro-guide .post-content h2 {
  position: relative;
  z-index: 1;
  padding: 21px 0;
  color: #fff;
}
.page-template-pro-guide .post-content h2:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -60px;
  bottom: 0;
  left: -60px;
  background-color: #5123a0;
  border-bottom: solid 4px #EFE8FA;
}
.page-template-pro-guide .table-of-contents {
  display: none;
  position: fixed;
  z-index: 9;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1100px;
  max-height: calc(100vh - 72px);
  overflow-y: scroll;
  border: solid 1px #DEDAE6;
  background-color: #fff;
  border-radius: 5px;
}
.page-template-pro-guide .table-of-contents.show {
  display: block;
}
.page-template-pro-guide .table-of-contents .lwptoc {
  margin: 0;
}
.page-template-pro-guide .table-of-contents .lwptoc_header {
  display: none;
}
.page-template-pro-guide .table-of-contents .lwptoc_i {
  background-color: #fff;
  padding: 24px 36px;
  border-radius: 5px;
}
.page-template-pro-guide .table-of-contents .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item {
  margin: 0 7px;
}
.page-template-pro-guide .table-of-contents .lwptoc_itemWrap .lwptoc_itemWrap {
  margin: 0;
}
.page-template-pro-guide .table-of-contents .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > a .lwptoc_item_label {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 700;
}
.page-template-pro-guide .table-of-contents .lwptoc_item {
  font-size: 16px;
  margin: 0 0 12px;
  line-height: 1.3;
}
.page-template-pro-guide .table-of-contents a {
  color: #5123a0 !important;
}

@media all and (min-width: 900px) {
  .page-template-pro-guide .toggle-toc {
    position: absolute;
    bottom: auto;
  }
  .page-template-pro-guide .post-content {
    margin-left: 60px;
    margin-right: 60px;
  }
  .page-template-pro-guide .post-content h2 {
    font-size: 32px;
  }
  .page-template-pro-guide .table-of-contents {
    top: 85px;
    max-height: calc(100vh - 100px);
  }
  .page-template-pro-guide .table-of-contents .lwptoc_items > .lwptoc_itemWrap {
    display: flex;
  }
  .page-template-pro-guide.admin-bar .table-of-contents {
    top: 117px;
    max-height: calc(100vh - 132px);
  }
}
@media all and (min-width: 1000px) {
  .page-template-pro-guide .post-content h2:before {
    content: "\f07a";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    z-index: 1;
    top: 0;
    right: -60px;
    bottom: 0;
    color: #fff;
    padding: 19px 42px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .page-template-pro-guide .post-content h2.get-emails:before {
    content: "\e4e8";
  }
  .page-template-pro-guide .post-content h2.boost-affiliate:before {
    content: "\f0c1";
  }
  .page-template-pro-guide .post-content h2.conclusion::before {
    display: none;
  }
}
.reviews-board {
  background-color: #F7F5FA;
}

.community-reviews {
  display: flex;
  flex-wrap: wrap;
}
.community-reviews .column {
  display: contents;
}

.community-review {
  font-size: 14px;
  width: 100%;
  background-color: #fff;
  border: solid 1px #DEDAE6;
  border-bottom-width: 3px;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 12px;
}
.community-review .review-header {
  display: flex;
  align-items: center;
}
.community-review .author-avatar {
  width: 48px;
  height: 48px;
  margin-right: 6px;
  border-radius: 50%;
  line-height: 0;
}
.community-review .review-author a:hover span:first-child, .community-review .review-author a:active span:first-child, .community-review .review-author a:focus span:first-child {
  color: #5123a0;
}
.community-review .review-author span {
  display: block;
}
.community-review .review-author-name {
  font-weight: 700;
}
.community-review .review-subject {
  position: relative;
  z-index: 3;
}
.community-review .review-subject p {
  font-size: 16px;
  font-weight: 700;
  margin: 18px 0;
}
.community-review .review-quote {
  position: relative;
  z-index: 2;
}
.community-review .review-quote p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  margin: 18px 0 24px;
}
.community-review .review-quote .quotation-mark {
  position: absolute;
  z-index: -1;
  color: #F7F5FA;
  font-size: 140px;
  line-height: 0;
}
.community-review .review-quote .quotation-mark.left {
  top: 36px;
  left: -20px;
}
.community-review .review-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.community-review .review-footer {
  display: flex;
  justify-content: space-between;
}
.community-review .review-rating i {
  font-size: 16px;
  color: #F69D0A;
}
.community-review .review-source {
  margin-left: auto;
}
.community-review .review-source i {
  font-size: 21px;
}
.community-review .review-source img {
  max-height: 32px;
  max-width: 60px;
}
.community-review .review-source .verified-customer {
  display: flex;
  align-items: center;
  color: #36B366;
}
.community-review .review-source .verified-customer i {
  font-weight: 700;
}
.community-review .review-source .verified-customer span {
  margin: -2px 0 0 4px;
}

@media all and (min-width: 800px) {
  .community-reviews {
    justify-content: space-between;
  }
  .community-review {
    width: calc(50% - 6px);
  }
  .community-review iframe {
    display: none;
  }
}
@media all and (min-width: 1100px) {
  .community-reviews .column {
    display: block;
    width: calc(33% - 3px);
  }
  .community-review {
    width: 100%;
  }
  .community-review iframe {
    display: block;
  }
}
.contact-us {
  background-color: #fff;
}
.contact-us .inner {
  padding: 0 24px 48px;
}
.contact-us .title {
  font-weight: 700;
  font-size: 18px;
}
.contact-us .inner-container {
  border: solid 1px #DEDAE6;
  border-radius: 5px;
  border-bottom-width: 3px;
  padding: 24px;
  max-width: 700px;
  margin: 0 auto;
  background-color: #F7F5FA;
}
.contact-us .inner-container p {
  margin: 18px 0 0;
}

.cta {
  background-color: #5123a0;
  color: #fff;
  text-align: center;
}
.cta .heading {
  font-family: "Gravita Geo", sans-serif;
  font-size: 21px;
  font-weight: 700;
}
.cta .button {
  display: inline-block;
  font-size: 18px;
  padding: 14px 18px;
  color: #fff;
  border-radius: 3px;
  background-color: #F69D0A;
  transition: background-color 0.1s;
}
.cta .button:hover, .cta .button:active, .cta .button:focus {
  background-color: #FFA826;
}
.cta .button i {
  margin-right: 4px;
}
.cta .note {
  margin-bottom: 0;
}

.empathize {
  background-color: #F7F5FA;
}
.empathize.purple {
  background-color: #5123a0;
  color: #fff;
}
.empathize.purple .global-buy-button {
  background-color: #fff;
  color: #5123a0;
}
.empathize .trust-points {
  margin-top: 24px;
}
.empathize .trust-point {
  margin-bottom: 12px;
}
.empathize .trust-point:last-child {
  margin-bottom: 0;
}
.empathize .trust-point i {
  margin-right: 2px;
}
.empathize .trust-point .fa-star {
  color: #F69D0A;
}

@media all and (min-width: 800px) {
  .empathize .inner-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1100px;
  }
  .empathize .text {
    width: 70%;
    padding-right: 36px;
  }
  .empathize .trust-points {
    margin-top: 0;
    flex-shrink: 0;
  }
}
.faqs {
  background-color: #fff;
}

.faqs.section .section-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 6px 0 36px;
}
.faqs.section .section-title p {
  font-size: 18px;
  margin: 6px 0 0;
}
.faqs.section .section-title h2 {
  font-weight: 900;
}

.faq-list {
  width: 100%;
  max-width: 700px;
  list-style: none;
  margin: 0 auto;
  font-size: 18px;
}

.faq {
  position: relative;
  width: 100%;
  padding: 14px 18px 17px;
  margin-top: -1px;
  border: solid 1px #DEDAE6;
}
.faq:first-child {
  border-radius: 5px 5px 0 0;
}
.faq:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom-width: 3px;
}
.faq:hover .question {
  color: #5123a0;
}
.faq.open {
  border: solid 1px #DEDAE6;
  border-bottom-width: 3px;
  border-radius: 5px;
}
.faq.open .question {
  color: #5123a0;
}
.faq.open + .faq {
  border-top: none;
}
.faq .question-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
}
.faq .answer p {
  margin: 24px 0 12px;
}
.faq .answer a {
  position: relative;
  z-index: 9;
  color: #5123a0;
  text-decoration: underline;
}
.faq i {
  font-size: 21px;
  transition: color 0.2s;
}
.faq.open .answer {
  max-height: none;
}
.faq.open i {
  transform: rotate(180deg);
}

.faq-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  opacity: 0;
}
.faq-toggle:hover ~ div i {
  color: #5123a0;
}

@media all and (min-width: 900px) {
  .faqs .section-title {
    margin-bottom: 60px;
  }
  .faqs .section-title h2 {
    font-size: 38px;
  }
}
.features-gallery {
  background-color: #fff;
}
.features-gallery .clickable-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.features-gallery .clickable-features .feature-name {
  display: inline-flex;
  margin: 0 10px 8px;
}
.features-gallery .clickable-features a {
  position: relative;
  font-size: 18px;
  display: inline-flex;
  text-decoration: none;
  color: #18141F;
}
.features-gallery .clickable-features a:hover, .features-gallery .clickable-features a:active, .features-gallery .clickable-features a:focus {
  color: #5123a0;
}
.features-gallery .clickable-features a:hover .name, .features-gallery .clickable-features a:active .name, .features-gallery .clickable-features a:focus .name {
  text-decoration: underline;
  border-bottom-color: transparent;
}
.features-gallery .clickable-features a.current {
  font-weight: 700;
  color: #5123a0;
}
.features-gallery .clickable-features a.current .name {
  text-decoration: underline;
  border-bottom: none;
}
.features-gallery .clickable-features a .name {
  border-bottom: dashed 1px #DEDAE6;
}
.features-gallery .clickable-features .pro-label {
  font-size: 10px;
  color: #5123a0;
  margin: 4px 0 0 4px;
  align-self: center;
}
.features-gallery .feature-image-container {
  display: none;
  position: relative;
  max-width: 900px;
  max-height: 640px;
  margin: 24px auto 0;
  border: solid 1px #DEDAE6;
  border-bottom-width: 2px;
  border-radius: 12px;
  overflow: hidden;
}
.features-gallery .feature-image-container.current {
  display: block;
}
.features-gallery .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  background-color: #1F1A28;
  text-align: center;
}
.features-gallery .caption a {
  color: #fff;
  text-decoration: underline;
}
.features-gallery .caption a:link, .features-gallery .caption a:visited {
  color: #fff;
}
.features-gallery .buy-button-container {
  margin-top: 24px;
  text-align: center;
}
.features-gallery .buy-button-container .secondary-button {
  color: #5123a0;
  border-bottom: dashed 1px #5123a0;
  margin-left: 12px;
}
.features-gallery .buy-button-container .secondary-button:hover, .features-gallery .buy-button-container .secondary-button:active, .features-gallery .buy-button-container .secondary-button:focus {
  color: #6C46AE;
  border-bottom-style: solid;
}

@media all and (min-width: 1100px) {
  .features-gallery .gallery-container {
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .features-gallery .clickable-features {
    display: block;
    margin: 0 36px 0 0;
    text-align: left;
    flex-shrink: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    min-width: 258px;
  }
  .features-gallery .clickable-features a {
    display: flex;
    width: 100%;
    padding: 8px 18px 11px;
  }
  .features-gallery .clickable-features a:hover .name, .features-gallery .clickable-features a:active .name, .features-gallery .clickable-features a:focus .name {
    text-decoration: none;
  }
  .features-gallery .clickable-features a.current {
    background-color: #F7F5FA;
  }
  .features-gallery .clickable-features a.current .name {
    text-decoration: none;
  }
  .features-gallery .clickable-features a .name {
    border-bottom: none;
  }
  .features-gallery .clickable-features .feature-name {
    display: flex;
    margin: 0;
    border: solid 1px #DEDAE6;
    border-top: none;
  }
  .features-gallery .clickable-features .feature-name:first-child {
    border-top: solid 1px #DEDAE6;
    border-radius: 12px 12px 0 0;
  }
  .features-gallery .clickable-features .feature-name:first-child a {
    border-radius: 12px 12px 0 0;
  }
  .features-gallery .clickable-features .feature-name:last-child {
    border-bottom-width: 3px;
    border-radius: 0 0 12px 12px;
  }
  .features-gallery .clickable-features .feature-name:last-child a {
    border-radius: 0 0 12px 12px;
  }
  .features-gallery .feature-image-container {
    margin-top: 0;
  }
}
.feature-testimonial {
  background-color: #fff;
}
.feature-testimonial .inner {
  padding: 0 24px 48px !important;
}
.feature-testimonial .customer-testimonial {
  margin: 0 auto;
  max-width: 700px;
}
.feature-testimonial .customer-testimonial .review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature-testimonial .customer-testimonial .review-title {
  font-weight: 700;
}
.feature-testimonial .customer-testimonial .review-footer {
  align-items: center;
}
.feature-testimonial .customer-testimonial .customer-avatar {
  position: static;
}
.feature-testimonial .customer-testimonial .customer {
  margin: 0 auto 0 8px;
}
.feature-testimonial .customer-testimonial .verified-customer {
  align-self: flex-end;
}

.get-started {
  background-color: #F7F5FA;
}
.get-started .plan {
  text-align: center;
}
.get-started .step {
  max-width: 500px;
  margin: 0 auto 24px;
}
.get-started .count {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 12px;
  font-size: 38px;
  width: 60px;
  height: 60px;
  background-color: #EFE8FA;
  border-radius: 50%;
  line-height: 0;
  color: #5123a0;
}
.get-started .count span {
  position: relative;
  top: -3px;
}
.get-started .title {
  font-weight: 700;
  margin-bottom: 12px;
}
.get-started .buy-button-container {
  text-align: center;
  margin-top: 36px;
}

@media all and (min-width: 800px) {
  .get-started .plan {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1050px;
  }
  .get-started .step {
    width: calc(33% - 12px);
  }
  .get-started .count {
    width: 84px;
    height: 84px;
    font-size: 51px;
  }
  .get-started .count span {
    top: -5px;
  }
  .get-started .title {
    font-size: 21px;
  }
  .get-started .buy-button-container {
    margin-top: 24px;
  }
}
.guide {
  background-color: #F7F5FA;
}
.guide .container {
  padding: 24px;
  background-color: #fff;
  border: solid 1px #DEDAE6;
  border-radius: 5px;
  border-bottom-width: 3px;
}
.guide .description {
  font-size: 18px;
  margin: 24px 0 36px;
}
.guide a {
  display: inline-block;
  font-size: 18px;
}
.guide .image {
  position: relative;
  padding: 36px;
  margin-bottom: 24px;
  background-color: #5123a0;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
}
.guide .image.video {
  padding: 0;
  background: none;
}
.guide .image svg {
  max-width: 100%;
  max-height: 200px;
  fill: #fff;
}
.guide .image svg path {
  fill: #fff;
}
.guide .image .default {
  display: none;
}
.guide .image .overlay-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.1s;
}
.guide .image .overlay-link:hover, .guide .image .overlay-link:active, .guide .image .overlay-link:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.guide .image .overlay-link:hover i, .guide .image .overlay-link:active i, .guide .image .overlay-link:focus i {
  font-size: 120px;
}
.guide .image .overlay-link i {
  font-size: 100px;
  color: #fff;
  transition: font-size 0.1s;
}
.guide .image .overlay-link span {
  display: none;
}

@media all and (min-width: 900px) {
  .guide > .inner {
    padding-top: 24px;
  }
  .guide .container {
    padding: 24px;
  }
  .guide .inner-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
  }
  .guide .text,
  .guide .image {
    width: 50%;
  }
  .guide .text {
    padding-left: 36px;
  }
  .guide .image {
    max-width: 576px;
    margin-bottom: 0;
  }
}
.integrations-list.page-section {
  background-color: #fff;
}
.integrations-list.page-section .inner {
  border-top: solid 1px #DEDAE6;
}
.integrations-list.page-section h2 {
  text-align: center;
  margin-bottom: 24px;
}
.integrations-list.page-section .inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1100px;
}
.integrations-list.page-section .integration {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 6px;
  margin: 0 9px 9px 0;
  border: solid 1px #DEDAE6;
  border-bottom-width: 3px;
  border-radius: 8px;
}
.integrations-list.page-section .integration img {
  max-width: 41px;
  max-height: 41px;
}
.integrations-list.page-section .all-integrations {
  margin-top: 24px;
  text-decoration: none;
}
.integrations-list.page-section .all-integrations:hover, .integrations-list.page-section .all-integrations:active, .integrations-list.page-section .all-integrations:focus {
  text-decoration: underline;
}

@media all and (min-width: 900px) {
  .integrations-list .inner {
    padding-top: 24px;
  }
}
.more-info {
  margin: 48px auto 0;
  padding: 24px;
  text-align: center;
  max-width: 760px;
  background: #FFF3C9;
}
.more-info .title {
  font-size: 21px;
  font-family: "Gravita Geo", sans-serif;
  font-weight: 700;
}
.more-info p {
  font-size: 18px;
}

.optin-download-plugin {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 119;
  background-color: rgba(0, 0, 0, 0.8);
}
.optin-download-plugin.show {
  display: block;
}
.optin-download-plugin .modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.optin-download-plugin .inner {
  position: absolute;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  border-radius: 7px;
}
.optin-download-plugin .top {
  padding: 24px;
}
.optin-download-plugin .bottom {
  padding: 24px;
  background-color: #F7F5FA;
  border-radius: 0 0 7px 7px;
}
.optin-download-plugin .title {
  font-family: "Gravita Geo", sans-serif;
  font-size: 28px;
  font-size: 21px;
}
.optin-download-plugin .sub-title {
  font-size: 18px;
  font-size: 16px;
}
.optin-download-plugin .close-button {
  position: absolute;
  top: -18px;
  right: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: solid 1px #DEDAE6;
  border-radius: 50%;
  color: #18141F;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.1s;
}
.optin-download-plugin .close-button:hover, .optin-download-plugin .close-button:active, .optin-download-plugin .close-button:focus {
  background-color: #33126B;
  color: #fff;
}
.optin-download-plugin .close-button i {
  margin-right: -1px;
}
.optin-download-plugin .mc4wp-form-fields {
  margin: 24px auto 0;
}
.optin-download-plugin .mc4wp-form-fields .name-input,
.optin-download-plugin .mc4wp-form-fields .email-input,
.optin-download-plugin .mc4wp-form-fields .submit-button {
  font-family: "Gravita Hum", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  max-width: none;
  padding: 12px 18px;
  margin-bottom: 8px;
  border: solid 1px #C5C2CC;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.optin-download-plugin .mc4wp-form-fields .name-input:focus,
.optin-download-plugin .mc4wp-form-fields .email-input:focus,
.optin-download-plugin .mc4wp-form-fields .submit-button:focus {
  background-color: #fff;
  border-color: #5123a0;
}
.optin-download-plugin .mc4wp-form-fields .submit-button {
  background-color: #5123a0;
  border-color: #5123a0;
  transition: background-color 0.1s;
}
.optin-download-plugin .mc4wp-form-fields .submit-button:hover, .optin-download-plugin .mc4wp-form-fields .submit-button:active, .optin-download-plugin .mc4wp-form-fields .submit-button:focus {
  background-color: #6C46AE;
  outline: none;
}
.optin-download-plugin .checkbox-container {
  width: 100%;
  margin-bottom: 18px;
}
.optin-download-plugin .checkbox-container label {
  cursor: pointer;
}
.optin-download-plugin .checkbox-container a {
  color: #18141F;
  text-decoration: none;
}
.optin-download-plugin .checkbox-container a:link, .optin-download-plugin .checkbox-container a:visited {
  color: #18141F;
}
.optin-download-plugin .checkbox-container a:hover, .optin-download-plugin .checkbox-container a:active, .optin-download-plugin .checkbox-container a:focus {
  color: #5123a0;
  text-decoration: underline;
}
.optin-download-plugin .benefits {
  margin: 12px 0 0;
}
.optin-download-plugin .benefits span {
  display: inline-block;
  margin: 0 6px;
}
.optin-download-plugin .benefits i {
  color: #36B366;
}
.optin-download-plugin .mc4wp-error {
  color: #D93B29;
}
.optin-download-plugin .mc4wp-success {
  font-size: 16px;
  margin-top: 18px;
  padding: 10px 12px;
  background-color: #E3FCED;
  border-radius: 5px;
  color: #18141F;
}
.optin-download-plugin .mc4wp-success p {
  margin: 0;
}
.optin-download-plugin .optin-features {
  display: none;
  text-align: left;
  border-right: solid 2px #ECE9F2;
}
.optin-download-plugin .optin-features svg {
  position: relative;
  top: 3px;
  height: 16px;
  width: auto;
  margin-right: 2px;
  fill: #5123a0;
}
.optin-download-plugin .optin-features svg g,
.optin-download-plugin .optin-features svg path {
  fill: #5123a0;
}
.optin-download-plugin .optin-features div {
  margin-bottom: 12px;
}
.optin-download-plugin .optin-features-title {
  font-size: 21px;
  font-weight: 700;
}
.optin-download-plugin .optin-review {
  text-align: left;
}
.optin-download-plugin .optin-review i {
  color: #F69D0A;
}
.optin-download-plugin .optin-review .review-author {
  display: flex;
  align-items: center;
}
.optin-download-plugin .optin-review .reviewer {
  font-weight: 700;
}
.optin-download-plugin .optin-review .reviewer-website {
  display: block;
  margin-top: -3px;
  color: #9A95A6;
}
.optin-download-plugin .optin-review img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 6px;
  line-height: 0;
}

.post-content .mc4wp-form {
  padding: 12px 18px;
  background-color: #F7F5FA;
  border: solid 1px #DEDAE6;
  border-radius: 5px;
}
.post-content .mc4wp-form .mc4wp-form-fields {
  display: flex;
  flex-wrap: wrap;
}
.post-content .mc4wp-form input {
  font-size: 16px;
  padding: 9px 12px 11px;
  margin: 0 0 6px 0;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: none;
  transition: border-color 0.1s;
}
.post-content .mc4wp-form input:focus {
  border-color: #5123a0;
}
.post-content .mc4wp-form input[type=submit] {
  background-color: #5123a0;
  transition: background-color 0.1s;
}
.post-content .mc4wp-form input[type=submit]:hover, .post-content .mc4wp-form input[type=submit]:active, .post-content .mc4wp-form input[type=submit]:focus {
  background-color: #6C46AE;
}
.post-content .mc4wp-form .mc4wp-response p {
  margin: 0;
}

@media all and (min-width: 600px) {
  .optin-download-plugin .top,
  .optin-download-plugin .bottom {
    padding: 24px 48px;
  }
}
@media all and (min-width: 700px) {
  .optin-download-plugin .title {
    font-size: 38px;
  }
  .optin-download-plugin .sub-title {
    font-size: 21px;
  }
  .optin-download-plugin .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .optin-download-plugin .mc4wp-form-fields .name-input,
  .optin-download-plugin .mc4wp-form-fields .email-input,
  .optin-download-plugin .mc4wp-form-fields .submit-button {
    font-size: 16px;
    width: 33%;
  }
  .optin-download-plugin .mc4wp-form-fields .name-input {
    border-radius: 5px 0 0 5px;
  }
  .optin-download-plugin .mc4wp-form-fields .name-input:focus {
    position: relative;
  }
  .optin-download-plugin .mc4wp-form-fields .email-input {
    border-radius: 0;
    margin-left: -1px;
  }
  .optin-download-plugin .mc4wp-form-fields .submit-button {
    border-radius: 0 5px 5px 0;
  }
  .optin-download-plugin .mc4wp-success {
    font-size: 16px;
  }
  .post-content .mc4wp-form .mc4wp-form-fields {
    flex-wrap: nowrap;
  }
  .post-content .mc4wp-form input {
    margin: 0 4px 0 0;
  }
  .post-content .mc4wp-form input[type=submit] {
    width: auto;
  }
}
@media all and (min-width: 900px) {
  .optin-download-plugin .top {
    padding: 36px 60px;
  }
  .optin-download-plugin .bottom {
    display: flex;
    justify-content: space-between;
    padding: 36px 84px 48px;
  }
  .optin-download-plugin .optin-features {
    display: block;
    flex-shrink: 0;
    width: 35%;
  }
  .optin-download-plugin .optin-review {
    width: 60%;
  }
}
.other-features {
  background-color: #fff;
}

.other-feature {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px;
  border: solid 2px #DEDAE6;
  border-radius: 3px;
  margin-bottom: 24px;
}
.other-feature:hover {
  border-color: #5123a0;
}
.other-feature .icon {
  margin-right: 24px;
}
.other-feature svg {
  width: auto;
  height: 48px;
  fill: #5123a0;
}
.other-feature svg g,
.other-feature svg path {
  fill: #5123a0;
}
.other-feature svg.default {
  display: none;
}
.other-feature .title {
  font-size: 21px;
  font-family: "Gravita Geo", sans-serif;
  font-weight: 700;
}
.other-feature .description {
  font-size: 18px;
}
.other-feature .overlay-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  font-size: 0;
}

@media all and (min-width: 1100px) {
  .other-features-container {
    display: flex;
    flex-wrap: wrap;
    margin: 48px 0 24px;
  }
  .other-feature {
    width: calc(50% - 12px);
  }
  .other-feature:nth-child(odd) {
    margin-right: 24px;
  }
}
.page-header {
  text-align: center;
  background-color: #fff;
}
.page-header .inner-container {
  margin: 0 auto;
  max-width: 900px;
}
.page-header .overline {
  display: inline-flex;
  align-items: center;
  padding: 5px 18px 7px;
  border-radius: 24px;
  background-color: #F7F5FA;
  color: #5123a0;
}
.page-header .overline .icon-container {
  line-height: 0;
}
.page-header .overline svg {
  height: 16px;
  width: auto;
  margin-right: 6px;
  fill: #5123a0;
}
.page-header .overline svg g,
.page-header .overline svg path {
  fill: #5123a0;
}
.page-header .title {
  line-height: 1.177;
}
.page-header .subtitle {
  margin: 6px 0 0 0;
  font-size: 16px;
}
.page-header .buy-button-container {
  margin: 24px 0;
}
.page-header .buy-button-container .secondary-button {
  color: #5123a0;
  border-bottom: dashed 1px #5123a0;
  margin-left: 12px;
}
.page-header .buy-button-container .secondary-button:hover, .page-header .buy-button-container .secondary-button:active, .page-header .buy-button-container .secondary-button:focus {
  color: #6C46AE;
  border-bottom-style: solid;
}
.page-header .feature-icons {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.page-header .feature-icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 110px;
  font-size: 14px;
  margin-bottom: 12px;
}
.page-header .feature-icon .icon-container {
  display: block;
  padding: 12px;
  background-color: #F7F5FA;
  border-radius: 12px;
  margin-bottom: 4px;
  line-height: 0;
}
.page-header .feature-icon svg {
  width: 36px;
  height: 36px;
  fill: #5123a0;
}
.page-header .feature-icon svg g,
.page-header .feature-icon svg path {
  fill: #5123a0;
}
.page-header .feature-icon a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  font-size: 0;
}
.page-header .feature-icon a:hover ~ span {
  color: #5123a0;
  text-decoration: underline;
}
.page-header .feature-name {
  width: 100%;
  line-height: 1.333;
}
.page-header .ratings i {
  color: #F69D0A;
}
.page-header .image-container {
  max-width: 1000px;
  max-height: 660px;
  overflow: hidden;
  margin: 24px auto 0;
  border: solid 1px #DEDAE6;
  border-radius: 12px;
  border-bottom-width: 3px;
  line-height: 0;
}

.page-template-feature-simple .image-container {
  display: none;
}

@media all and (min-width: 700px) {
  .page-header .buy-button-container {
    margin: 30px 0 36px;
  }
}
@media all and (min-width: 800px) {
  .page-header .subtitle {
    font-size: 18px;
  }
}
@media all and (min-width: 900px) {
  .page-header .feature-icons {
    margin-bottom: 24px;
  }
  .page-header .feature-icon {
    font-size: 16px;
    width: 100px;
    margin-bottom: 0;
  }
  .page-header .ratings {
    font-size: 16px;
  }
  .page-header .image-container {
    margin: 36px auto 0;
  }
}
@media all and (min-width: 1000px) {
  .page-header .title {
    font-size: 51px;
  }
  .page-header .subtitle {
    font-size: 24px;
    margin-top: 12px;
  }
  .page-header .global-buy-button {
    font-size: 21px;
    padding: 14px 32px 17px;
  }
  .page-header .ratings {
    margin-top: 36px;
  }
}
@media all and (min-width: 1200px) {
  .page-header .feature-icon svg {
    width: 36px;
    height: 36px;
  }
}
.page-section > .inner {
  padding: 24px;
  max-width: 1396px;
  margin: 0 auto;
  width: 100%;
}
.page-section .heading-container {
  text-align: center;
  margin-bottom: 24px;
}
.page-section .heading-container .sub-heading {
  font-size: 18px;
  margin-top: 3px;
}

.page-section.reviews {
  position: relative;
  background-color: #fff;
}

@media all and (min-width: 900px) {
  .page-section > .inner {
    padding: 48px;
  }
  .page-section .heading-container {
    margin-bottom: 36px;
  }
  .page-section .heading-container .heading {
    font-size: 38px;
  }
  .page-section .heading-container .sub-heading {
    font-size: 21px;
  }
}
.private {
  background-color: #fff;
}
.private .privacy-feature {
  text-align: center;
  margin-bottom: 24px;
}
.private .privacy-feature .icon-container {
  display: inline-block;
  background-color: #F7F5FA;
  padding: 18px;
  margin-bottom: 6px;
  line-height: 0;
  border-radius: 50%;
}
.private .privacy-feature svg {
  width: 60px;
  height: auto;
  fill: #5123a0;
}
.private .privacy-feature svg g,
.private .privacy-feature svg path {
  fill: #5123a0;
}
.private .privacy-feature .caption {
  max-width: 210px;
  margin: 0 auto;
}
.private .privacy-description {
  font-size: 14px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

@media all and (min-width: 600px) {
  .private .privacy-features {
    display: flex;
    justify-content: center;
    margin: 48px 0 0;
  }
  .private .privacy-feature {
    width: 30%;
    margin-bottom: 0;
  }
}
@media all and (min-width: 800px) {
  .private .privacy-features {
    margin: 36px auto 24px;
    max-width: 1100px;
  }
  .private .privacy-feature svg {
    width: 72px;
  }
  .private .privacy-feature .caption {
    font-size: 18px;
  }
}
@media all and (min-width: 1100px) {
  .private .privacy-feature {
    padding: 24px;
  }
  .private .privacy-feature svg {
    width: 84px;
  }
}
.customer-reviews {
  background-color: #fff;
}
.customer-reviews .reviews {
  margin-top: 48px;
}
.customer-reviews .more-reviews {
  margin-top: 24px;
  text-align: center;
}
.customer-reviews .more-reviews a {
  color: #5123a0;
}
.customer-reviews .more-reviews a:hover, .customer-reviews .more-reviews a:active, .customer-reviews .more-reviews a:focus {
  color: #6C46AE;
}

.customer-testimonial {
  position: relative;
  padding: 24px 36px;
  border: solid 1px #DEDAE6;
  border-bottom-width: 3px;
  border-radius: 5px;
  margin-bottom: 36px;
  background-color: #fff;
}
.customer-testimonial .fa-star {
  font-size: 18px;
  color: #F69D0A;
  margin-right: 2px;
}
.customer-testimonial .review-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.customer-testimonial .name {
  font-weight: 700;
}
.customer-testimonial .verified-customer {
  color: #36B366;
  text-align: right;
}
.customer-testimonial .customer-avatar {
  position: absolute;
  top: -30px;
  left: -15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1px #DEDAE6;
  border-bottom-width: 2px;
}

.private + .customer-reviews .inner {
  padding: 0 24px 24px;
}

@media all and (min-width: 900px) {
  .customer-reviews .reviews {
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
    max-width: 1200px;
  }
  .customer-reviews .customer-testimonial {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
  .customer-reviews .review-footer {
    width: 100%;
  }
  .private + .customer-reviews .inner {
    padding: 0 24px 48px;
  }
}
.customer-reviews {
  width: 100%;
}
.customer-reviews .section-title h2 {
  text-align: center;
  font-weight: 900;
  margin: 36px 0;
}

.review-carousel {
  width: 100%;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.review-carousel .visible {
  position: relative;
  overflow: hidden;
}
.review-carousel .visible .customer-review:first-child, .review-carousel .visible .customer-review:nth-child(3), .review-carousel .visible .customer-review:nth-child(4), .review-carousel .visible .customer-review:nth-child(5) {
  transform: translateX(-100%);
}
.review-carousel .visible .customer-review:nth-child(2) {
  position: relative;
  transform: translateX(0);
}
.review-carousel .hidden .customer-review {
  display: none;
}
.review-carousel .navigation {
  width: 100%;
  z-index: 9;
  text-align: center;
}
.review-carousel .navigation button {
  margin: 0;
  padding: 18px 23px;
  font-size: 16px;
  color: #5123a0;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #DEDAE6;
  border-bottom-width: 3px;
  cursor: pointer;
  transition: color 0.1s, background-color 0.1s, border-color 0.1s;
}
.review-carousel .navigation button:hover, .review-carousel .navigation button:active {
  background-color: #5123a0;
  color: #fff;
  border-color: #5123a0;
}
.review-carousel .navigation button.prev {
  margin-right: 18px;
}

.customer-review {
  position: absolute;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 12px;
}
.customer-review .container {
  background: #fff;
  border: solid 1px #DEDAE6;
  border-bottom-width: 3px;
  border-radius: 5px;
  padding: 24px;
}
.customer-review .title {
  font-family: "Gravita Geo", sans-serif;
  font-weight: 700;
}
.customer-review .review-content {
  margin: 18px 0;
}
.customer-review .customer {
  display: flex;
  align-items: center;
}
.customer-review .avatar {
  line-height: 0;
}
.customer-review .avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 6px;
}
.customer-review .rating {
  font-size: 18px;
}
.customer-review .rating i {
  color: #F69D0A;
  margin-right: 2px;
}
.customer-review .review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.customer-review .source {
  line-height: 1;
}
.customer-review .source i {
  font-size: 24px;
}
.customer-review .source.freemius {
  font-size: 14px;
  color: #36B366;
}
.customer-review .source.freemius i {
  font-size: 16px;
}
.customer-review .source .verified {
  margin-left: 2px;
}

.testimonial-shortcode .customer-review {
  display: block;
  position: static;
  width: 100%;
}

@media all and (min-width: 900px) {
  .customer-reviews .section-title h2 {
    font-size: 38px;
  }
  .testimonial-shortcode .customer-review .title,
  .testimonial-shortcode .customer-review .review-content,
  .testimonial-shortcode .customer-review .name {
    font-size: 18px;
  }
  .testimonial-shortcode .customer-review .source.freemius {
    font-size: 16px;
  }
  .testimonial-shortcode .customer-review .avatar img {
    width: 48px;
    height: 48px;
  }
}
@media all and (min-width: 1100px) {
  .page-template-homepage .review-carousel {
    min-height: 436px;
  }
  .review-carousel {
    min-height: 400px;
  }
  .review-carousel .visible {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .review-carousel .visible .customer-review:first-child {
    transform: translateX(-100%);
  }
  .review-carousel .visible .customer-review:nth-child(2) {
    position: absolute;
    transform: translateX(0);
  }
  .review-carousel .visible .customer-review:nth-child(3) {
    transform: translateX(100%);
  }
  .review-carousel .visible .customer-review:nth-child(4) {
    transform: translateX(200%);
  }
  .review-carousel .visible .customer-review:last-child {
    transform: translateX(300%);
  }
  .review-carousel .navigation {
    position: absolute;
    top: 160px;
  }
  .review-carousel .navigation button {
    position: absolute;
  }
  .review-carousel .navigation button.prev {
    right: calc(100% - 24px);
    margin-right: 0;
  }
  .review-carousel .navigation button.next {
    left: calc(100% - 24px);
  }
  .customer-review {
    transform: translateX(0);
    width: 33.33%;
    transition: transform 0.3s;
  }
}
@media all and (min-width: 1300px) {
  .review-carousel .navigation button.prev {
    right: 100%;
  }
  .review-carousel .navigation button.next {
    left: 100%;
  }
}
.social-proof {
  background-color: #fff;
}
.social-proof .inner-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.social-proof .influencer-quote {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-image: url("img/paul-charlton-graphic.png");
  background-size: cover;
  color: #fff;
  padding: 18px 32px 24px;
  border-radius: 12px;
  min-height: 380px;
  font-size: 18px;
}
.social-proof .influencer-quote:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border-radius: 12px;
  border: solid 2px #EFE8FA;
}
.social-proof .influencer-quote:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 12px;
  background: #5123A0;
  background: linear-gradient(180deg, rgba(81, 35, 160, 0) 0%, rgba(81, 35, 160, 0) 20%, rgba(81, 35, 160, 0.9) 70%, rgb(81, 35, 160) 100%);
}
.social-proof .text {
  position: relative;
  z-index: 2;
}
.social-proof p {
  margin: 12px 0;
}
.social-proof .source {
  font-weight: 700;
}
.social-proof .source a {
  color: #fff;
}
.social-proof .source a:hover, .social-proof .source a:active, .social-proof .source a:focus {
  color: #F7F5FA;
}
.social-proof .trust-title {
  font-weight: 700;
  font-size: 24px;
  font-family: "Gravita Geo", sans-serif;
  margin-bottom: 24px;
}
.social-proof .trust-points {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  margin-top: 24px;
}
.social-proof .trust-points i {
  margin-right: 2px;
}
.social-proof .trust-points .fa-star {
  color: #F69D0A;
}
.social-proof .trust-point {
  margin: 12px 0;
}
.social-proof .trust-point a {
  font-size: 16px;
  color: #5123a0;
}
.social-proof .trust-point a:hover, .social-proof .trust-point a:active, .social-proof .trust-point a:focus {
  color: #6C46AE;
}

@media all and (min-width: 800px) {
  .social-proof .inner {
    padding-top: 12px;
  }
  .social-proof .inner-container {
    flex-wrap: nowrap;
  }
  .social-proof .influencer-quote {
    width: 55%;
    flex-shrink: 0;
  }
  .social-proof .trust-points {
    margin-top: 0;
    padding-left: 24px;
  }
}
@media all and (min-width: 1100px) {
  .social-proof .trust-title {
    font-size: 28px;
  }
  .social-proof .trust-points {
    font-size: 21px;
  }
  .social-proof .trust-point:last-child {
    margin-top: 18px;
  }
  .social-proof .trust-point a {
    font-size: 18px;
  }
}
.stakes {
  background-color: #F7F5FA;
}
.stakes .inner-container {
  margin: 0 auto;
  max-width: 1000px;
}
.stakes .title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Gravita Geo", sans-serif;
}
.stakes .description {
  margin: 12px 0;
}

@media all and (min-width: 600px) {
  .stakes .inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .stakes .text-container {
    width: 70%;
    padding-right: 24px;
  }
  .stakes .description {
    margin-bottom: 0;
  }
}
@media all and (min-width: 900px) {
  .stakes .inner {
    padding: 36px;
  }
  .stakes .text-container {
    padding-right: 36px;
  }
  .stakes .description {
    font-size: 18px;
  }
}
.sub-features {
  background-color: #fff;
}
.sub-features .heading-container {
  padding: 24px 24px 0;
  margin-bottom: 0;
}
.sub-features .heading {
  font-size: 28px;
}

.sub-feature {
  padding: 24px;
  background-color: #fff;
}
.sub-feature:nth-child(even) {
  background-color: #F7F5FA;
}
.sub-feature .inner {
  max-width: 1300px;
  margin: 0 auto;
}
.sub-feature .text,
.sub-feature .image {
  margin: 0 auto;
  max-width: 600px;
}
.sub-feature .sub-title {
  display: inline-block;
  padding: 7px 15px;
  background: #EFE8FA;
  color: #5123a0;
  font-family: "Gravita Geo", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 48px;
}
.sub-feature .title {
  font-family: "Gravita Geo", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
.sub-feature .description {
  font-size: 18px;
}
.sub-feature .description .buy-button {
  display: inline-block;
  padding: 6px 16px 8px;
  margin-bottom: 24px;
  border: solid 1px #5123a0;
  border-radius: 3px;
  text-decoration: none;
}
.sub-feature .description .buy-button:hover, .sub-feature .description .buy-button:active, .sub-feature .description .buy-button:focus {
  color: #fff;
  background-color: #5123a0;
}
.sub-feature .additional-tip {
  display: flex;
  padding: 24px;
  background-color: #EFE8FA;
  border-radius: 6px;
}
.sub-feature .additional-tip .tip-title {
  font-family: "Gravita Geo", sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
.sub-feature .additional-tip .tip-icon {
  margin-right: 18px;
}
.sub-feature .additional-tip svg {
  width: 60px;
  height: auto;
  fill: #5123a0;
}
.sub-feature .additional-tip svg path {
  fill: #5123a0;
}
.sub-feature .selling-points {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
}
.sub-feature .selling-point {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 12px;
}
.sub-feature .selling-point:nth-child(odd) {
  padding-right: 12px;
}
.sub-feature .selling-point svg {
  width: auto;
  height: 18px;
  margin-right: 6px;
}
.sub-feature .image {
  position: relative;
  z-index: 1;
  line-height: 0;
  margin: 24px auto;
}
.sub-feature .image.zoom {
  border-radius: 7px;
  border: solid 1px #DEDAE6;
  border-bottom-width: 5px;
}
.sub-feature .image:not(.zoom) {
  text-align: center;
}
.sub-feature .image:not(.zoom) img {
  max-height: 400px;
}
.sub-feature img {
  line-height: 0;
  border-radius: 4px;
}
.sub-feature .enlarge-note {
  display: block;
  position: absolute;
  top: calc(100% + 32px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  text-align: center;
}

@media all and (min-width: 500px) {
  .sub-feature .selling-point {
    width: 50%;
  }
}
@media all and (min-width: 600px) {
  .sub-feature {
    padding: 36px 48px;
  }
}
@media all and (min-width: 800px) {
  .sub-features .heading {
    font-size: 38px;
  }
}
@media all and (min-width: 900px) {
  .sub-features .heading-container {
    padding: 48px 60px 0;
    margin-bottom: 0;
  }
  .sub-features .heading {
    margin: 0 auto;
    max-width: 860px;
  }
  .sub-feature:nth-child(even) .text {
    order: 2;
    padding: 0 0 0 24px;
  }
  .sub-feature:nth-child(even) .image {
    order: 1;
  }
  .sub-feature .inner {
    display: flex;
    align-items: center;
  }
  .sub-feature .text,
  .sub-feature .image {
    max-width: none;
    margin: 0;
  }
  .sub-feature .text {
    width: 46%;
    padding-right: 24px;
  }
  .sub-feature .image {
    width: 54%;
  }
}
@media all and (min-width: 1100px) {
  .sub-features .heading-container .heading {
    font-size: 51px;
  }
  .sub-feature {
    padding: 60px 60px 72px;
  }
  .sub-feature:nth-child(even) .text {
    padding: 0 0 0 48px;
  }
  .sub-feature .text {
    padding-right: 48px;
  }
  .sub-feature .title {
    font-size: 32px;
  }
  .sub-feature .description {
    font-size: 21px;
  }
  .sub-feature .selling-point {
    margin-bottom: 18px;
  }
  .sub-feature .selling-point svg {
    height: 24px;
  }
}
@media all and (min-width: 1400px) {
  .sub-feature .selling-point {
    font-size: 21px;
  }
}
.return-changelog,
.post-navigation {
  margin: 24px;
  font-size: 18px;
}
.return-changelog a,
.post-navigation a {
  text-decoration: none;
}
.return-changelog a:hover, .return-changelog a:active, .return-changelog a:focus,
.post-navigation a:hover,
.post-navigation a:active,
.post-navigation a:focus {
  text-decoration: underline;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
}
.post-navigation .previous {
  margin-right: auto;
}
.post-navigation .next {
  margin-left: auto;
}

.post-type-archive-changelog,
.single-changelog {
  background-color: #F7F5FA;
}
.post-type-archive-changelog .main,
.single-changelog .main {
  float: none;
  margin: 24px auto;
}
.post-type-archive-changelog .archive-header,
.single-changelog .archive-header {
  padding: 0;
  margin-bottom: 24px;
  background: none;
  text-align: center;
  border: none;
}
.post-type-archive-changelog h1,
.single-changelog h1 {
  font-size: 28px;
}
.post-type-archive-changelog h1 i,
.single-changelog h1 i {
  display: none;
}
.post-type-archive-changelog .entry,
.single-changelog .entry {
  border: solid 1px #DEDAE6;
  border-radius: 16px;
  border-bottom-width: 3px;
  margin: 0 auto 24px;
  margin: 0 18px 24px;
  max-width: 820px;
}
.post-type-archive-changelog .post-header,
.single-changelog .post-header {
  text-align: center;
  padding: 0 24px;
}
.post-type-archive-changelog .post-title,
.single-changelog .post-title {
  margin-bottom: 6px;
}
.post-type-archive-changelog .version,
.single-changelog .version {
  display: inline-block;
  font-size: 18px;
  padding: 1px 12px 3px;
  background-color: #EFE8FA;
  border-radius: 24px;
}
.post-type-archive-changelog .date,
.single-changelog .date {
  font-size: 18px;
}
.post-type-archive-changelog .featured-image,
.single-changelog .featured-image {
  position: static;
  height: auto;
  padding-bottom: 0;
  border-top: solid 1px #DEDAE6;
  border-bottom: solid 1px #DEDAE6;
}
.post-type-archive-changelog .featured-image > a,
.single-changelog .featured-image > a {
  display: block;
  position: static;
}
.post-type-archive-changelog .featured-image > a:after,
.single-changelog .featured-image > a:after {
  display: none;
}
.post-type-archive-changelog .featured-image img,
.single-changelog .featured-image img {
  position: static;
  width: 100%;
  height: auto;
}
.post-type-archive-changelog .changelog-updates span,
.single-changelog .changelog-updates span {
  font-size: 18px;
}
.post-type-archive-changelog .changelog-updates .pro-label,
.single-changelog .changelog-updates .pro-label {
  display: inline-block;
  font-size: 16px;
  margin-left: 4px;
  margin-bottom: 0;
  padding: 2px 12px 3px;
  color: #5123a0;
  background-color: #EFE8FA;
  border-radius: 24px;
}
.post-type-archive-changelog .short-description,
.single-changelog .short-description {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.post-type-archive-changelog .short-description .icon,
.single-changelog .short-description .icon {
  margin-right: 8px;
}
.post-type-archive-changelog .short-description .icon.enhancement svg,
.single-changelog .short-description .icon.enhancement svg {
  fill: #F69D0A;
}
.post-type-archive-changelog .short-description .icon.enhancement svg g,
.post-type-archive-changelog .short-description .icon.enhancement svg path,
.single-changelog .short-description .icon.enhancement svg g,
.single-changelog .short-description .icon.enhancement svg path {
  fill: #F69D0A;
}
.post-type-archive-changelog .short-description .icon.fix svg,
.single-changelog .short-description .icon.fix svg {
  fill: #D93B29;
}
.post-type-archive-changelog .short-description .icon.fix svg g,
.post-type-archive-changelog .short-description .icon.fix svg path,
.single-changelog .short-description .icon.fix svg g,
.single-changelog .short-description .icon.fix svg path {
  fill: #D93B29;
}
.post-type-archive-changelog .short-description .icon svg,
.single-changelog .short-description .icon svg {
  width: 18px;
  height: auto;
  fill: #36B366;
}
.post-type-archive-changelog .short-description .icon svg g,
.post-type-archive-changelog .short-description .icon svg path,
.single-changelog .short-description .icon svg g,
.single-changelog .short-description .icon svg path {
  fill: #36B366;
}
.post-type-archive-changelog .pagination,
.single-changelog .pagination {
  max-width: 820px;
}

@media all and (min-width: 600px) {
  .post-type-archive-changelog .changelog-updates span,
  .single-changelog .changelog-updates span {
    font-size: 21px;
  }
  .post-type-archive-changelog .changelog-updates p,
  .single-changelog .changelog-updates p {
    margin: 18px 0;
  }
  .post-type-archive-changelog .long-description,
  .single-changelog .long-description {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 900px) {
  .post-type-archive-changelog .return-changelog,
  .post-type-archive-changelog .post-navigation,
  .single-changelog .return-changelog,
  .single-changelog .post-navigation {
    margin: 24px auto;
    max-width: 820px;
  }
  .post-type-archive-changelog .archive-header,
  .single-changelog .archive-header {
    margin-bottom: 36px;
  }
  .post-type-archive-changelog .entry,
  .single-changelog .entry {
    margin: 0 auto 24px;
  }
  .post-type-archive-changelog .post-header,
  .single-changelog .post-header {
    padding: 12px 48px;
  }
  .post-type-archive-changelog h1,
  .single-changelog h1 {
    font-size: 38px;
  }
  .post-type-archive-changelog .post-title,
  .single-changelog .post-title {
    font-size: 38px;
  }
  .post-type-archive-changelog .post-content,
  .single-changelog .post-content {
    margin: 36px 72px;
  }
  .post-type-archive-changelog .short-description .icon,
  .single-changelog .short-description .icon {
    position: absolute;
    top: 1px;
    right: calc(100% + 12px);
    margin-right: 0;
  }
}
.post-type-archive-kb_article {
  background: #5123a0;
  padding-bottom: 12px;
}
.post-type-archive-kb_article .entry {
  border: none;
  border-radius: 0;
}
.post-type-archive-kb_article .sales-page-container .inner {
  max-width: 1100px;
}
.post-type-archive-kb_article.search {
  background: #fff;
}
.post-type-archive-kb_article .intro.page-section {
  background: #5123a0;
  color: #fff;
  text-align: center;
}
.post-type-archive-kb_article .intro.page-section .inner {
  padding: 48px 24px 60px;
}
.post-type-archive-kb_article .intro.page-section .subtitle {
  color: #DEDAE6;
}
.post-type-archive-kb_article .intro.page-section .subtitle p {
  margin: 0;
}
.post-type-archive-kb_article .search.page-section {
  padding: 0 24px;
  background-color: #F7F5FA;
}
.post-type-archive-kb_article .search.page-section .inner {
  padding-bottom: 12px;
}
.post-type-archive-kb_article .search.page-section form {
  margin-top: -56px;
}
.post-type-archive-kb_article .page-section.categories {
  background-color: #F7F5FA;
}
.post-type-archive-kb_article .page-section.contact {
  padding-top: 0;
  background-color: #F7F5FA;
}
.post-type-archive-kb_article .page-section.contact .inner {
  max-width: 1000px;
}
.post-type-archive-kb_article .page-section.contact .get-in-touch {
  width: 100%;
  background: #FFF8D6;
  padding: 24px;
  text-align: center;
}
.post-type-archive-kb_article .page-section.contact .get-in-touch h2 {
  font-size: 24px;
}
.post-type-archive-kb_article .page-section.contact .get-in-touch a {
  text-decoration: underline;
}
.post-type-archive-kb_article .more-info {
  margin-top: 0;
}

.search-form.knowledgebase {
  display: flex;
  width: 100%;
  margin: -30px auto 0;
  max-width: 740px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}
.search-form.knowledgebase label {
  width: 100%;
}
.search-form.knowledgebase .search-field {
  background: #fff;
  border-radius: 36px 0 0 36px;
  border: solid 2px #121130;
  border-right: none;
  max-width: none;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 12px 24px;
  max-width: none;
  width: 100%;
  transition: border-color 0.2s;
}
.search-form.knowledgebase .search-field:focus {
  border-color: #5123a0;
  background-color: #fff;
}
.search-form.knowledgebase .search-field:focus ~ input {
  border-color: #5123a0;
}
.search-form.knowledgebase .search-submit {
  border: solid 2px #121130;
  border-left: none;
  border-radius: 0 36px 36px 0;
  font-size: 18px;
  padding: 12px 24px;
  font-weight: 700;
  background-color: #FF9900;
  transition: background-color 0.2s, border-color 0.2s;
}
.search-form.knowledgebase .search-submit:hover {
  background-color: #FFA826;
}
.search-form.knowledgebase .categories.page-section .inner {
  max-width: 1100px;
}

.kb-category-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.kb-category-grid .category {
  margin-bottom: 24px;
  width: 100%;
  background-color: #fff;
  padding: 24px 32px;
  border: solid 1px #DEDAE6;
  border-bottom-width: 3px;
  border-radius: 5px;
}
.kb-category-grid .category.getting-started li:first-child:before {
  position: relative;
  top: -1px;
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  color: #F69D0A;
  margin-right: 6px;
  margin-left: -22px;
  font-weight: 900;
  font-size: 14px;
}
.kb-category-grid .category.pro {
  position: relative;
}
.kb-category-grid .category.pro:after {
  content: "PRO";
  position: absolute;
  background-color: #5123a0;
  top: 24px;
  right: 24px;
  left: auto;
  bottom: auto;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
}
.kb-category-grid .category.pro h2,
.kb-category-grid .category.pro ul {
  position: relative;
  z-index: 1;
}
.kb-category-grid .category h2 {
  position: relative;
  font-size: 21px;
  font-weight: 900;
}
.kb-category-grid .category h2 a:hover, .kb-category-grid .category h2 a:active, .kb-category-grid .category h2 a:focus {
  text-decoration: none;
}
.kb-category-grid .category h2 a:hover i, .kb-category-grid .category h2 a:active i, .kb-category-grid .category h2 a:focus i {
  margin-left: 14px;
}
.kb-category-grid .category h2 i {
  margin-left: 10px;
  transition: margin-left 0.1s;
}
.kb-category-grid .category ul {
  margin: 24px 0 0;
  list-style: none;
}
.kb-category-grid .category li {
  font-size: 16px;
  margin-bottom: 12px;
}
.kb-category-grid .category li:last-child {
  margin-top: 24px;
}
.kb-category-grid .category li:last-child a {
  display: flex;
  align-items: center;
  color: #5123a0;
}
.kb-category-grid .category li:last-child a:hover {
  text-decoration: none;
}
.kb-category-grid .category li:last-child a:hover:after {
  margin-left: 6px;
}
.kb-category-grid .category li:last-child a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 4px;
  transition: margin-left 0.1s;
}
.kb-category-grid .category a {
  color: #18141F;
  text-decoration: none;
}
.kb-category-grid .category a:link, .kb-category-grid .category a:visited {
  color: #18141F;
}
.kb-category-grid .category a:hover, .kb-category-grid .category a:active, .kb-category-grid .category a:focus {
  text-decoration: underline;
  color: #5123a0;
}

.did-you-know,
.kb-pro-notice,
.search-tip,
.no-results {
  position: relative;
  font-size: 18px !important;
  padding: 20px 26px 20px 54px;
  background: #f7f5fa;
}
.did-you-know:before,
.kb-pro-notice:before,
.search-tip:before,
.no-results:before {
  content: "\f059";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 16px;
  left: 16px;
  color: #5123a0;
  font-size: 26px;
}

.kb-pro-notice {
  padding-left: 50px;
}
.kb-pro-notice:before {
  content: "\f005";
  font-size: 22px;
  top: 17px;
}

@media all and (min-width: 700px) {
  .kb-category-grid .category {
    width: calc(50% - 12px);
  }
}
@media all and (min-width: 900px) {
  .post-type-archive-kb_article .intro.page-section .inner {
    padding: 60px 48px 72px;
  }
  .post-type-archive-kb_article .search.page-section {
    padding: 0 72px;
  }
  .post-type-archive-kb_article .search.page-section form {
    margin-top: -80px;
  }
  .post-type-archive-kb_article .categories.page-section .inner {
    padding: 18px 48px 0;
  }
}
@media all and (min-width: 1100px) {
  .post-type-archive-kb_article .intro.page-section .inner {
    padding: 72px 48px 96px;
  }
  .post-type-archive-kb_article .kb-category-grid .category {
    width: calc(33.33% - 12px);
  }
  .post-type-archive-kb_article .kb-category-grid .category:last-child {
    margin-right: auto;
    margin-left: 19px;
  }
}
@media all and (min-width: 1200px) {
  .post-type-archive-kb_article .categories.page-section .inner {
    padding: 18px 0 0;
  }
}
.single-kb_article {
  background-color: #fff;
}
.single-kb_article .main-max-width {
  max-width: 1300px;
  padding: 0 24px;
}
.single-kb_article .main {
  width: 100%;
  float: none;
  margin: 24px auto;
}
.single-kb_article .entry {
  border: none;
  border-radius: 0;
}
.single-kb_article .entry .post-title {
  text-align: left;
}
.single-kb_article .entry .post-content a {
  color: #5123a0;
  font-style: normal;
}
.single-kb_article .entry .post-content a:hover, .single-kb_article .entry .post-content a:active, .single-kb_article .entry .post-content a:focus {
  color: #6C46AE;
  text-decoration-color: #6C46AE;
}
.single-kb_article .entry .post-content h2 {
  margin: 36px 0 24px;
}
.single-kb_article .entry .post-content strong,
.single-kb_article .entry .post-content b {
  font-weight: 900;
}
.single-kb_article .entry .post-content .novashare-ctt {
  background-color: #EDFAFF;
  padding-right: 12px;
}
.single-kb_article .entry .post-content pre {
  font-size: 1rem;
  background-color: #363040;
  color: #fff;
}
.single-kb_article .entry .post-content .wp-block-button a {
  background-color: #5123a0;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.1s;
}
.single-kb_article .entry .post-content .wp-block-button a:hover {
  background-color: #6C46AE;
}
.single-kb_article h2 {
  border-bottom: solid 2px #DEDAE6;
  padding-bottom: 16px;
  margin: 1.5em 0 1em;
}
.single-kb_article .wp-block-image img,
.single-kb_article .wp-block-embed {
  width: 100%;
  border: solid 18px #f4f4f4;
}
.single-kb_article .wp-block-embed:first-child {
  border: none;
}

.breadcrumbs span {
  color: #9A95A6;
}

.kb-widget {
  padding: 24px;
  border: solid 2px #DEDAE6;
  margin-bottom: 24px;
  font-size: 18px;
  border-radius: 6px;
}
.kb-widget.search form {
  position: relative;
  box-shadow: none;
  margin: 0;
}
.kb-widget.search .fas {
  position: absolute;
  top: 16px;
  right: 13px;
  color: #999;
  font-size: 21px;
}
.kb-widget.search .search-field {
  border: solid 1px #DEDAE6;
  background-color: #F7F5FA;
  border-radius: 36px;
  transition: background-color 0.1s, border-color 0.1s;
  /* Hide the "X" added by Chrome & IE */
}
.kb-widget.search .search-field:active, .kb-widget.search .search-field:focus {
  background-color: #fff;
  border-color: #5123a0;
}
.kb-widget.search .search-field::-ms-clear, .kb-widget.search .search-field::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.kb-widget.search .search-field::-webkit-search-decoration, .kb-widget.search .search-field::-webkit-search-cancel-button, .kb-widget.search .search-field::-webkit-search-results-button, .kb-widget.search .search-field::-webkit-search-results-decoration {
  display: none;
}
.kb-widget.categories ul {
  margin: 24px 0;
  list-style: none;
}
.kb-widget.categories li {
  margin-bottom: 8px;
}
.kb-widget.categories li.first-pro:before {
  content: "Pro";
  display: block;
  font-family: "Gravita Geo", sans-serif;
  font-weight: 700;
  margin: 18px 0 12px;
  padding-bottom: 6px;
  border-bottom: solid 1px #DEDAE6;
}
.kb-widget.categories li.current a {
  font-weight: 700;
  color: #5123a0;
}
.kb-widget .title {
  font-size: 21px;
  font-family: "Gravita Geo", sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
}

.kb-related-articles {
  margin-top: 24px;
  padding: 24px;
  border-top: solid 3px #ccc;
}
.kb-related-articles .title {
  font-weight: 900;
  font-size: 21px;
  margin-bottom: 6px;
}
.kb-related-articles ul {
  margin: 0;
  list-style: none;
  font-size: 18px;
}
.kb-related-articles li {
  margin: 18px 0;
}
.kb-related-articles li a {
  color: #18141F;
  text-decoration: none;
}
.kb-related-articles li a:link, .kb-related-articles li a:visited {
  color: #18141F;
}
.kb-related-articles li a:hover, .kb-related-articles li a:active, .kb-related-articles li a:focus {
  color: #6C46AE;
  text-decoration: underline;
}

.kb-sidebar {
  width: 100%;
  padding: 0 24px;
  order: 2;
}
.kb-sidebar a {
  color: #18141F;
  text-decoration: none;
}
.kb-sidebar a:link, .kb-sidebar a:visited {
  color: #18141F;
}
.kb-sidebar a:hover, .kb-sidebar a:active, .kb-sidebar a:focus {
  color: #6C46AE;
}

@media all and (min-width: 900px) {
  .single-kb_article .main-max-width {
    padding: 0 72px;
    max-width: 1444px;
  }
  .single-kb_article .main {
    margin: 36px auto;
  }
  .single-kb_article .entry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .single-kb_article .entry article {
    width: 65%;
    order: 2;
  }
  .single-kb_article .entry .post-header {
    margin: 0 0 36px;
  }
  .single-kb_article .entry .post-content {
    max-width: 700px;
    margin: 0;
  }
  .single-kb_article .entry .post-content p,
  .single-kb_article .entry .post-content ul,
  .single-kb_article .entry .post-content ol {
    font-size: 21px;
  }
  .breadcrumbs {
    margin-bottom: 24px;
  }
  .kb-sidebar {
    width: 30%;
    order: 1;
    padding: 0;
  }
  .kb-related-articles {
    display: flex;
    justify-content: space-between;
    width: 100%;
    order: 3;
    padding: 24px 0 0 0;
  }
  .kb-related-articles ul {
    width: 65%;
  }
  .kb-related-articles .title {
    font-size: 28px;
  }
}
.tax-kb_article_category .main-max-width {
  max-width: 1300px;
}
.tax-kb_article_category .main {
  width: 100%;
  max-width: none;
  float: none;
  margin: 48px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tax-kb_article_category .loop-container {
  padding: 0 24px;
}
.tax-kb_article_category .loop-container {
  width: 100%;
  order: 1;
}
.tax-kb_article_category .entry {
  margin: 18px 0;
}
.tax-kb_article_category .post-header,
.tax-kb_article_category .post-content {
  margin: 0;
}
.tax-kb_article_category .post-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-family: "Gravita Hum";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.333;
  padding-bottom: 18px;
  margin-bottom: 0;
  border-bottom: solid 1px #E6E6E6;
  text-wrap: auto;
  text-align: left;
}
.tax-kb_article_category .post-title a {
  margin-right: 6px;
  max-width: calc(100% - 35px);
}
.tax-kb_article_category .post-title a:hover, .tax-kb_article_category .post-title a:active, .tax-kb_article_category .post-title a:focus {
  color: #5123a0;
  text-decoration: underline;
}
.tax-kb_article_category .post-title .category {
  display: none;
  margin-top: 4px;
  font-size: 16px;
  padding: 6px 12px;
  background-color: #F7F5FA;
  border-radius: 24px;
  white-space: nowrap;
}
.tax-kb_article_category .post-title i {
  margin-right: 10px;
  margin-bottom: -5px;
}
.tax-kb_article_category .pagination {
  order: 3;
  width: 100%;
  margin-right: 24px;
  margin-left: 24px;
}

.search.tax-kb_article_category .post-title .category {
  display: inline-block;
}

.kb-category-archive-heading {
  margin-bottom: 24px;
}

.kb-related-articles li {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.333;
  padding-bottom: 18px;
  margin-bottom: 0;
  border-bottom: solid 1px #E6E6E6;
}
.kb-related-articles li i {
  margin-right: 10px;
}
.kb-related-articles li a:hover, .kb-related-articles li a:active, .kb-related-articles li a:focus {
  color: #5123a0;
  text-decoration: underline;
}

@media all and (min-width: 900px) {
  .tax-kb_article_category .main-max-width {
    padding: 0 72px;
    max-width: 1444px;
  }
  .tax-kb_article_category .loop-container,
  .tax-kb_article_category .kb-sidebar {
    padding: 0;
  }
  .tax-kb_article_category .loop-container {
    width: 65%;
    order: 2;
  }
  .tax-kb_article_category .post-title {
    font-size: 21px;
    line-height: 1.143;
  }
  .tax-kb_article_category .pagination {
    margin: 24px auto;
    max-width: none;
  }
  .kb-category-archive-heading {
    margin-bottom: 48px;
  }
  .kb-related-articles li {
    font-size: 21px;
    line-height: 1.143;
  }
}
@media all and (min-width: 1100px) {
  .tax-kb_article_category .post-title {
    flex-wrap: nowrap;
  }
  .tax-kb_article_category .post-title .category {
    margin-left: auto;
    margin-top: 0;
  }
}
.single-video,
.post-type-archive-video {
  background-color: #F7F5FA;
}
.single-video .main,
.post-type-archive-video .main {
  float: none;
  margin: 1.5em;
}
.single-video .loop-container,
.post-type-archive-video .loop-container {
  max-width: 640px;
  margin: 0 auto;
}
.single-video .video-archive-header,
.post-type-archive-video .video-archive-header {
  text-align: center;
  margin: 24px 0 36px;
}
.single-video .video-archive-header p,
.post-type-archive-video .video-archive-header p {
  font-size: 18px;
  margin: 6px 0 0;
}
.single-video .entry.video,
.post-type-archive-video .entry.video {
  margin: 0 auto 24px;
  padding: 0 24px;
  border: solid 1px #DEDAE6;
  border-radius: 5px;
  border-bottom-width: 3px;
}
.single-video .post-header,
.post-type-archive-video .post-header {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.single-video .post-title,
.post-type-archive-video .post-title {
  font-size: 24px;
  line-height: 1.333;
  margin-bottom: 0;
  text-wrap: auto;
}
.single-video .video-post-meta,
.post-type-archive-video .video-post-meta {
  display: flex;
  margin: 0 0 12px;
  font-size: 14px;
}
.single-video .video-post-meta span,
.post-type-archive-video .video-post-meta span {
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
}
.single-video .video-post-meta i,
.post-type-archive-video .video-post-meta i {
  font-size: 13px;
  margin: 3px 4px 0 0;
  color: #5123a0;
}
.single-video .video-post-meta .share-buttons,
.post-type-archive-video .video-post-meta .share-buttons {
  margin-left: auto;
}
.single-video .post-content p,
.single-video .post-content ol,
.single-video .post-content ul,
.post-type-archive-video .post-content p,
.post-type-archive-video .post-content ol,
.post-type-archive-video .post-content ul {
  font-size: 16px;
}
.single-video .video-container,
.post-type-archive-video .video-container {
  margin-bottom: 18px;
  border: solid 2px #363040;
  border-radius: 5px;
  overflow: hidden;
}
.single-video .transcript,
.post-type-archive-video .transcript {
  margin: 24px 0;
  padding: 10px 12px 14px;
  background-color: #F7F5FA;
  border: solid 1px #DEDAE6;
  border-radius: 5px;
}
.single-video .transcript-header,
.post-type-archive-video .transcript-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.single-video .transcript-header .toggle-icon,
.post-type-archive-video .transcript-header .toggle-icon {
  font-size: 18px;
}
.single-video .transcript-heading,
.post-type-archive-video .transcript-heading {
  font-size: 18px;
  margin: 0;
}
.single-video .transcript-body p,
.post-type-archive-video .transcript-body p {
  margin: 24px 0;
}
.single-video .transcript-body p:first-child,
.post-type-archive-video .transcript-body p:first-child {
  margin-top: 12px;
}
.single-video .post-navigation,
.post-type-archive-video .post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
  line-height: 1.333;
}
.single-video .post-navigation a,
.post-type-archive-video .post-navigation a {
  width: 48%;
}
.single-video .post-navigation .next,
.post-type-archive-video .post-navigation .next {
  text-align: right;
}
.single-video .videos-page-ad,
.post-type-archive-video .videos-page-ad {
  background-color: #FFF3C9;
  padding: 24px;
  margin: 24px 0;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #DEDAE6;
}
.single-video .videos-page-ad .title,
.post-type-archive-video .videos-page-ad .title {
  font-size: 21px;
  font-family: "Gravita Geo", sans-serif;
}
.single-video .videos-page-ad a,
.post-type-archive-video .videos-page-ad a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background-color: #5123a0;
  border-radius: 50%;
  margin: 0 4px;
  transition: filter 0.1s;
}
.single-video .videos-page-ad a i,
.post-type-archive-video .videos-page-ad a i {
  margin-top: 2px;
}
.single-video .videos-page-ad a:hover, .single-video .videos-page-ad a:active, .single-video .videos-page-ad a:focus,
.post-type-archive-video .videos-page-ad a:hover,
.post-type-archive-video .videos-page-ad a:active,
.post-type-archive-video .videos-page-ad a:focus {
  filter: brightness(1.4);
}
.single-video .videos-page-ad a.twitter,
.post-type-archive-video .videos-page-ad a.twitter {
  background: #0f1419;
}
.single-video .videos-page-ad a.facebook,
.post-type-archive-video .videos-page-ad a.facebook {
  background: #1877f2;
}
.single-video .videos-page-ad a.linkedin,
.post-type-archive-video .videos-page-ad a.linkedin {
  background: #0a66c2;
}
.single-video .videos-page-ad a.reddit,
.post-type-archive-video .videos-page-ad a.reddit {
  background: #ff4500;
}
.single-video .videos-page-ad a.bluesky,
.post-type-archive-video .videos-page-ad a.bluesky {
  background: #0085ff;
}
.single-video .videos-page-ad a.youtube,
.post-type-archive-video .videos-page-ad a.youtube {
  background: #FF0000;
}

@media all and (min-width: 900px) {
  .single-video .main,
  .post-type-archive-video .main {
    margin: 1.5em auto;
  }
  .single-video .entry.video,
  .post-type-archive-video .entry.video {
    padding: 12px 36px;
  }
}
