@charset "UTF-8"; 

/*********************************************************************************
******************** Make all your changes to style.scss **************************
**** This file will be overwritten by style.scss and your changes will be lost ****
**********************************************************************************/

@charset "UTF-8";
/** Place all your custom styles in this file. The CSS for this file will be automatically generated and enqueued at the front-end. For best-practices please refer to https://make.wordpress.org/core/handbook/coding-standards/css/ **/
/* Color Variables */
/*body {
    user-select: none;
}*/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
body {
  padding-top: 0;
}
.blue-text {
  color: #0095ff;
}
.content-list-item .blue-text {
  background: url("images/lightning-icon.svg") no-repeat center left;
  padding-left: 16px;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
a, a:hover {
  transition: all 0.25s linear;
}
a.button {
  color: #fff;
}
.content button, .content input[type="submit"], .button, #edd-purchase-button, .edd-submit, [type="submit"].edd-submit {
  text-transform: uppercase;
  background-color: #40bf80;
  padding: 15px 30px;
  border-radius: 50px;
  border-color: transparent;
  font-weight: bold;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.25s linear;
  color: #fff;
  text-decoration: none;
}
.edd-submit.button.gray, .content button, .content input[type="submit"] {
  background-color: #0095ff;
  color: #fff;
  text-decoration: none;
}
a.button:hover, .button:hover, #edd-purchase-button:hover, .edd-submit:hover, [type="submit"].edd-submit:hover {
  box-shadow: none;
  background-color: #39ac73;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
}
.content button:hover, .edd-submit.button.gray:hover, .content input[type="submit"]:hover {
  background-color: #0086e6;
  color: #fff;
}
.underline {
  border-bottom: 2px solid;
}
.center-align {
  text-align: center;
}
.highlight-name {
  color: #0095ff;
}
.container_wrap {
  overflow: hidden;
}
.pricing .post_edit, .page .post_edit {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
}
.wpsp-breadscrumbs {
  text-indent: -9999px;
  margin: 0;
  height: 0;
}
#site_title {
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Times New Roman', serif;
}
/*
#site_title {
    a:hover {
        color: $blue;
    }
}

#site_title {
    display: table;
    float: left;
}

#site_title a {
    background: url("images/beta-logo.svg") no-repeat center / contain;
    background: url("images/animated-logo.svg") no-repeat center / contain;
    width: 130px;
    height: 92px;
    display: block;
    text-indent: -9999px; //margin: 10px auto 25px;	
}

#site_title+#site_tagline {
    margin-top: 20px;
}

#site_tagline {
    float: left;
    margin-left: 2em;
    font-size: 24px;
    color: hsl(205, 100%, 50%);
    font-weight: bold;
}
*/
#site_title a {
  color: #0095ff;
}
.full-width-section {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
.grey-bg {
  background-color: #f0f0f0;
}
.blue-bg {
  background-color: #0095ff;
}
.fixed-header {
  display: none;
  background-color: #fec70a;
  background: #F3D877 linear-gradient(#F3D877, #f5df8e, #F3D877);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1em;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  z-index: 1;
  transition: opacity 1s linear;
}
.fixed-header.sticky {
  opacity: 1;
  visibility: visible;
}
.content-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}
.content, .content-column {
  padding-bottom: 26px;
}
.main-headline, .sub-headline, .hero-features {
  margin-bottom: 1em;
  margin-top: 0.618em;
}
h1.main-headline, h2.main-headline {
  font-size: 30px;
  line-height: 1.45em;
}
.sub-headline {
  font-size: 18px;
  font-weight: bold;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.hero-features {
  font-size: 18px;
}
/* Collapsible Content */
.collapsible-content-wrapper {
  margin-bottom: 15px;
}
.collapsible-heading {
  font-weight: normal !important;
  margin-bottom: 0 !important;
}
.collapsible-heading a {
  display: block;
  cursor: pointer;
  background-color: #eee;
  padding: 15px;
  color: #444;
  font-weight: bold;
}
.collapsible-heading a:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  border-left: 6px solid;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  content: "";
}
.collapsible-heading a:hover {
  background-color: #eee;
  color: #000;
}
.collapsible-heading.opened a {
  background-color: #eee;
  color: #000;
}
.collapsible-heading.opened a:before {
  border-bottom: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  margin-left: -3px;
  margin-right: 9px;
}
.collapsible-content {
  padding: 0.618em 1.618em;
  background-color: #fff;
  color: #444;
  border-bottom: 5px solid #efefef;
}
.header-menu {
  border: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 0 26px;
}
.header-menu li {
  margin-bottom: 0;
}
.header-menu li a {
  color: #003c66;
  border: none;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: transparent;
  padding: 16px 24px;
}
.header-menu li a:hover {
  background-color: transparent;
  color: #0095ff;
}
.menu-container {
  background-color: transparent;
  border-bottom: 1px solid #eee;
}
.menu-container li a {
  color: #003c66;
}
.menu-container li a:hover {
  color: #0095ff;
}
.menu-item-422 a {
  text-indent: -9999px;
  background: url('images/animated-logo.svg') no-repeat center;
}
.menu .current-menu-item > a {
  color: #0095ff;
}
.secondary-menu-container {
  border-bottom: 1px solid #0095ff;
}
.secondary-menu-container .current-menu-item > a {
  color: #0095ff;
  background-color: #fff;
}
.home {
  /*#site_title {
        margin-top: -10px;
        margin-bottom: 0;
        float: none;
        margin: 0 auto;
        a {
            width: 311px;
            height: 220px;
        }
    }
    #site_tagline {
        text-indent: -9999px;
        margin: 0 !important;
        padding: 0;
        height: 0;
    }
    */
}
.home #site_title a {
  display: block;
  text-indent: -9999px;
  background: url(images/animated-logo.svg) no-repeat center;
  background-size: contain;
  width: 200px;
  height: 142px;
  margin: auto;
}
.home #site_tagline {
  display: block;
  width: 0px;
  line-height: 1;
  height: 0px;
  text-indent: -9999px;
}
.home .post_box {
  padding: 0;
}
.pricing {
  /*#site_title {
        float: none;
        margin: 1em auto 0.618em;
        a {
            width: 311px;
            height: 220px;
        }
    }
    #site_tagline {
        text-indent: -9999px;
        margin: 0 !important;
        padding: 0;
        height: 0;
    }
     .menu-container {
        background-color: transparent;
        border-bottom: 1px solid #eee;
        li a {
            color: #003c66;
        }
        li a:hover {
            color: $blue;
        }
        .current-menu-item>a {
            color: $blue;
            background-color: #fff;
        }
    } */
}
.pricing #site_title a {
  display: block;
  text-indent: -9999px;
  background: url(images/animated-logo.svg) no-repeat center;
  background-size: contain;
  width: 200px;
  height: 142px;
  margin: auto;
}
.pricing #site_tagline {
  display: block;
  width: 0px;
  line-height: 1;
  height: 0px;
  text-indent: -9999px;
}
.pricing #site_title {
  margin-top: 100px;
}
.pricing .two-column-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.pricing .two-column-container .left-content {
  width: 438px;
  background: #f3d877 url("images/hero-shot-home.jpg") no-repeat left 75px;
  background-size: 438px auto;
  background-attachment: fixed;
  min-height: 100vh;
}
.pricing .two-column-container .hero-content {
  padding: 0 26px;
}
.pricing .two-column-container .hero-content h2 {
  font-size: 30px;
  margin-bottom: 1em;
}
.pricing .two-column-container .hero-content h2 .decounderline {
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-style: dotted;
}
.pricing .two-column-container .hero-content .pitch-note {
  font-size: 14px;
  color: #0095ff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45em;
}
.pricing .two-column-container .right-content {
  min-height: 100vh;
  width: calc(100% - 438px);
}
/* Pricing Page */
.pricing .price-table {
  width: 100%;
  margin-top: 50px;
}
.pricing .price-table tr:hover {
  background-color: #fafafa;
}
.pricing .price-table .price-table-header tr:hover, .pricing .price-table .price-table-footer tr:hover {
  background-color: transparent;
}
.pricing .edd-submit.button.blue {
  color: #0095ff;
  background-color: transparent;
  border-color: #0095ff;
  box-shadow: none;
}
.pricing .edd-submit.button.blue:hover {
  background-color: #0095ff;
  color: #fff;
}
.pricing .featured .edd-submit.button.blue {
  color: #fff;
  background-color: #0095ff;
}
.pricing .featured .edd-submit.button.blue:hover {
  background-color: #0086e6;
  color: #fff;
}
.pricing .column-plan {
  background-color: #f5f5f5;
  padding: 15px 10px 10px;
  border: 1px solid #eee;
  border-top: 5px solid #eee;
}
.pricing .column-plan:nth-child(3) {
  background-color: #eee;
  border-color: #e6e6e6;
}
.pricing .edd_download_purchase_form {
  display: table;
  margin: 0 auto;
  margin-top: 1em;
}
.pricing .column-plan.featured {
  border-top-color: #0095ff;
}
.pricing .column-plan.featured .name {
  color: #0095ff;
}
.pricing .price-table-body {
  border: 1px solid #eee;
}
.pricing .price-table-body td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}
.pricing .price-table-footer td {
  padding: 12px;
}
.pricing .price-table-body td:first-child {
  background-color: #f5f5f5;
  font-weight: bold;
  border-color: #f5f5f5;
}
.pricing .value {
  text-align: center;
  font-size: 12px;
}
.pricing .true:after {
  content: '';
  height: 16px;
  display: block;
  margin: 0 auto;
  background: url("images/checked.svg") no-repeat center / contain;
}
.pricing .name {
  font-weight: bold;
  font-size: 24px;
}
.pricing .price-duration {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}
.pricing .price-duration, .pricing .actual-price, .pricing .launch-price {
  display: inline-block;
}
.pricing .actual-price {
  font-weight: normal;
  text-decoration: line-through;
  color: #c00;
}
.pricing .launch-price {
  font-size: 16px;
}
.pricing .modular-content-faq {
  background-image: radial-gradient(white, #f0f0f0);
}
.pricing .modular-content-faq h2 {
  font-weight: bold;
  margin-bottom: 1.618em;
  font-size: 24px;
}
.pricing .modular-content-faq .modular {
  width: 75%;
  margin: 0 auto;
}
.pricing .modular-content-faq .modular p {
  margin-bottom: 1.2em;
}
/* .menu-container {
    background-color: #0095ff;
    border-bottom: none;
    li a {
        color: #fff;
    }
    li a:hover {
        opacity: 0.85;
        color: #fff;
    }
} */
.header_container .header {
  border-bottom: 1px solid rgba(0, 149, 255, 0.5);
}
.columns > .content {
  border-color: rgba(0, 149, 255, 0.5);
}
.hero-section {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.hero-section .left-content {
  width: 438px;
  background: #f3d877 url("images/hero-shot-home.jpg") no-repeat left 75px;
  background-size: 438px auto;
  background-attachment: fixed;
  min-height: 100vh;
}
.hero-section .hero-content {
  padding: 60px 50px;
}
.hero-section .hero-content h1, .hero-section .hero-content p, .hero-section .hero-content #typed-strings, .hero-section .hero-content #typed, .hero-section .hero-content .typed-cursor {
  font-size: 30px;
}
.hero-section .hero-content .typing-text {
  display: table;
  margin: 0 auto;
}
.hero-section .hero-content .pitch-note {
  font-size: 14px;
  color: #0095ff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45em;
  margin-top: 1.618em;
  text-align: center;
}
.hero-section .right-content {
  min-height: 100vh;
  width: calc(100% - 438px);
}
.hero-section .main-headline, .hero-section .sub-headline, .hero-section .hero-features {
  color: #0095ff;
}
.hero-section .main-headline {
  color: #bcc0c2;
}
.hero-section .sub-headline {
  color: #8b8d8f;
}
.hero-section a.button {
  font-size: 20px;
  display: table;
  margin: 40px auto 25px;
  box-shadow: none;
}
.hero-section .images-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.hero-section .images-wrapper .image-content {
  width: 336px;
}
.hero-section .images-wrapper-bottom {
  margin-top: -50px;
}
.hero-section .images-wrapper-top {
  margin-bottom: 1.2em;
}
.hero-section .images-wrapper-bottom {
  margin-top: 1.2em;
}
.hero-graphics-container {
  margin-bottom: 80px;
}
.feature-pitch {
  color: #000000;
  background-color: #0095ff;
}
.feature-pitch .underline {
  border-bottom: 1px solid;
}
.feature-pitch h2.main-headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  color: #fff;
  width: 40%;
  margin: 0 auto 1em;
}
.feature-pitch .pitch {
  color: #fff;
  font-size: 18px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.two-column-wrapper {
  display: flex;
  justify-content: space-between;
}
.two-column-wrapper .content-list {
  flex: 0 1 48%;
}
.content-list-wrapper {
  margin-top: 55px;
}
.content-list-wrapper .content-list h3 {
  font-weight: bold;
}
.content-list-wrapper .content-list-item {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  padding: 2.618em 2.618em 5px;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 2.618em;
}
.content-list-wrapper .content-list-item .image-wrapper {
  margin-right: 20px;
  flex: 0 0 48px;
  margin-top: 15px;
}
.content-list-wrapper .item-custom-cta {
  padding-left: 5px;
}
.content-list-wrapper .item-custom-cta .image-wrapper {
  margin-right: 5px;
  flex: 0 0 100px;
  margin-top: -5px;
}
.faq-section .two-column-wrapper {
  margin-top: 50px;
}
.faq-section .content-list {
  flex: 0 1 48%;
}
.faq-section h2.main-headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.footer_container {
  background-color: #3a3f52;
}
.site-footer {
  padding: 26px;
  color: #fff;
  text-align: center;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #0095ff;
}
.footer-menu {
  border: none;
  display: table;
  margin: 1em auto;
}
.footer-menu a {
  background-color: transparent;
  border: none;
  font-size: 12px;
  letter-spacing: normal;
}
.footer-menu a:hover {
  background-color: transparent;
}
.footer-menu .current-menu-item > a {
  background-color: transparent;
}
.landing-page .container {
  width: 1200px;
}
.landing-page .grt {
  font-size: 16px;
  line-height: 1.618em;
}
.landing-page h1, .landing-page h2, .landing-page h3, .landing-page h4, .landing-page h5, .landing-page h6 {
  font-weight: bold;
}
.edd-table, #edd_sl_license_sites, #edd_sl_license_keys, #edd_purchase_receipt_pages, #edd_user_history, #edd_purchase_receipt_products, #edd_subscription_receipt, #edd_purchase_receipt {
  border: 1px solid #eee;
  margin-bottom: 1.618em;
}
.edd-table tr, #edd_sl_license_sites tr, #edd_sl_license_keys tr, #edd_purchase_receipt_pages tr, #edd_user_history tr, #edd_purchase_receipt_products tr, #edd_subscription_receipt tr, #edd_purchase_receipt tr {
  border-bottom: 1px solid #eee;
}
.edd-table th, .edd-table td, #edd_sl_license_sites th, #edd_sl_license_sites td, #edd_sl_license_keys th, #edd_sl_license_keys td, #edd_purchase_receipt_pages th, #edd_purchase_receipt_pages td, #edd_user_history th, #edd_user_history td, #edd_purchase_receipt_products th, #edd_purchase_receipt_products td, #edd_subscription_receipt th, #edd_subscription_receipt td, #edd_purchase_receipt th, #edd_purchase_receipt td {
  padding: 10px 20px;
}
.edd-sl-manage-license-header {
  background-color: #f0f0f0;
  padding: 10px 20px;
  margin-bottom: 1em;
}
.edd-table, #edd_sl_license_sites, #edd_sl_license_keys, #edd_purchase_receipt_pages, #edd_subscription_receipt {
  width: 100%;
}
.edd-table thead, #edd_sl_license_sites thead, #edd_sl_license_keys thead, #edd_purchase_receipt_pages thead, #edd_subscription_receipt thead {
  background-color: #f0f0f0;
  text-align: left;
}
.edd_table li, #edd_sl_license_sites li, table#edd_purchase_receipt_products li {
  margin-left: 0;
}
.edd_table li a, #edd_sl_license_sites li a, table#edd_purchase_receipt_products li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
#edd_sl_license_add_site_form {
  padding: 30px 20px;
  background-color: #f0f0f0;
  margin-bottom: 1.618em;
}
#edd_sl_license_add_site_form span {
  display: block;
  margin-bottom: 1.618em;
}
#edd_sl_license_add_site_form .edd-input {
  width: 100%;
  padding: 10px;
  margin-bottom: 1.618em;
}
.advantages-section {
  background-color: #0095ff;
  color: #fff;
  font-size: 16px;
}
.advantages-section .content-wrapper {
  width: 75%;
  padding-left: 120px;
}
.advantages-section h2, .advantages-section h3, .advantages-section h4, .advantages-section h5, .advantages-section h6, .advantages-section a {
  color: #fff;
}
.advantages-section h2 {
  font-size: 30px;
  font-weight: bold;
}
.advantages-section h3 {
  font-size: 1em;
  font-weight: bold;
}
.advantages-section ul {
  list-style-type: none;
  margin-left: 0;
}
.advantages-section ul li {
  background: url("images/bg-arrow.svg") no-repeat center left;
  background-size: auto 100px;
  padding-left: 90px;
}
.advantages-section .underline {
  padding-bottom: 1px;
  border-bottom: 1px solid;
}
.page-id-164 h1.headline {
  text-align: center;
  margin-bottom: 1.618em;
}
.home .content {
  padding-bottom: 0;
}
.wpsp-video {
  background: #ebedef;
}
.wpsp-video h2 {
  font-size: 30px;
  width: 72%;
  margin: 1.618em auto;
  text-align: center;
}
.what-wpsp-does .preview-img {
  margin-top: 60px;
}
.what-wpsp-does h2 {
  font-size: 30px;
  width: 72%;
  margin: 75px auto;
  text-align: center;
}
.what-wpsp-does h3 {
  font-size: 24px;
  text-indent: -20px;
}
.what-wpsp-does p {
  font-size: 16px;
  color: #808080;
}
.what-wpsp-does ul {
  width: 45%;
  position: relative;
  list-style-type: none;
}
.what-wpsp-does ul li:before {
  content: '•';
  float: left;
  width: 20px;
  font-size: 30px;
  padding-top: 4px;
  position: relative;
  left: -20px;
}
.what-wpsp-does ul:after {
  content: '';
  width: 132px;
  height: 50px;
  background: url("images/arrow-indicator.svg") no-repeat center / contain;
  display: block;
  position: absolute;
  right: -210px;
  top: 50%;
}
.image-section .content-wrap {
  padding-bottom: 0;
}
.cta-section {
  background: #ebedef;
}
.cta-section .cta-pitch {
  font-size: 30px;
  font-weight: bold;
  width: 70%;
  margin: 1.618em auto;
  text-align: center;
  line-height: 1.45em;
}
.cta-section .images-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 45px;
  margin-bottom: 70px;
}
.cta-section .images-wrapper .image-wrapper {
  width: 22%;
}
.cta-section a.button {
  display: table;
  text-decoration: none;
  margin: 0 auto;
  font-size: 20px;
  box-shadow: none;
}
.cta-section .pricing-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cta-section .pricing-footer .content-wrap {
  padding-bottom: 0;
}
.pricing-footer .content-wrap {
  padding-bottom: 0;
}
.grecaptcha-badge {
  display: none;
}
.page-numbers {
  color: #fff;
  background-color: #0095ff;
  padding: 10px 12px;
}
.page-numbers:hover {
  background-color: #07c;
}
.page-numbers.current {
  background-color: #0086e6;
}
