/**
Theme Name: Quiet Platforms
Author: Shannon Dunn
Author URI: http://www.juusui.com
Description: Astra child theme for Quiet Platforms
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quietplatforms-2024
Template: astra
*/


/* ---------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------- GLOBAL
------------------------------------------------------------------------------------------------------ */
/* body layout + bg */
body.ast-plain-container, 
body.ast-page-builder-template {
    background-color: #ccc;
}

.site-content .ast-container {
    padding-left: 0;
    padding-right: 0;
}

#page {
    background-color: #fff;
    margin: auto;
    max-width: 1600px;
    width: 100%;
}

/* responsive hiding */
@media (min-width: 1025px) {
    .qp-hide-desktop {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .qp-hide-tablet {
        display: none;
    }
}

@media (max-width: 767px) {
    .qp-hide-mobile {
        display: none;
    }
}

/* bullet spacing */

.site-content .elementor-widget-text-editor li {
    margin-bottom: 0.5em;
}

/* hero stingers */
.qp-hero-stinger .elementor-widget-container {
    background-color: #1e2b33;
    display: inline-block;
    padding: 0 5px;
    width: auto;
}

.qp-hero-stinger .elementor-heading-title {
    color: #e9eb89;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    width: auto;
}


/* ---------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------- HEADER
------------------------------------------------------------------------------------------------------ */
.ast-primary-header .ast-container {
    max-width: 1440px;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media (min-width: 1025px) {
	.ast-above-header-bar .site-above-header-wrap,
    .ast-primary-header .ast-container {
		max-width: 1440px;
	}
}

/* (super)+nav posiiton */
.site-header-section.ast-grid-right-section {
    align-items: flex-start;
}

@media (min-width: 1025px) and (max-width: 1225px) {
    .site-header-section.ast-grid-right-section {
        align-items: flex-end;
        flex-direction: column;
    }

    .site-header-section .ast-builder-menu {
        padding-right: 0;
    }
}

@media (min-width: 1440px) {
    .site-header-section.ast-grid-right-section {
        position: relative;
    }

    .site-header-section .ast-builder-menu {
        position: relative;
        top: 4px;
    }
}

/* logo */
.ast-site-identity {
    padding: 0;
}

.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
    width: 120px;
}

/* --------------------------------------------------------------------------------------- main nav */
.ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
    margin: 0 12px;
    padding: 10px 0 10px 0;
    position: relative;
}

.ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link::after {
    border-bottom: 2px solid #e9eb89;
    bottom: 0;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    transition: 300ms ease;
    width: 0;
}

.ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:hover::after {
    left: 0;
    width: 100%;
}

.ast-sticky-active .main-header-menu > .menu-item.current-menu-item > .menu-link, 
.ast-sticky-active .main-header-menu >.menu-item.current-menu-ancestor > .menu-link,
.main-header-bar.ast-sticky-active .main-header-menu > .menu-item.current-menu-item > .menu-link, 
.main-header-bar.ast-sticky-active .main-header-menu >.menu-item.current-menu-ancestor > .menu-link {
    color: #e9eb89;
}

.dropdown-menu-toggle .ast-icon.icon-arrow svg {
    margin-left: 5px;
    width: 8px;
}

.main-header-menu > .menu-item:not(.qp-cursor-link) > .menu-link {
    cursor: default;
}

/* --------------------------------------------------------------------------------------- mega menu */
.astra-full-megamenu-wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
}

.main-header-menu .sub-menu .menu-link:hover {
    text-decoration: underline;
}

[CLASS*="-sticky-header-active"] .ast-builder-menu-1 .main-header-menu .menu-item .sub-menu .menu-item .menu-link {
    color: #e9eb89;
}

/* custom text */
.ast-desktop .ast-mm-custom-text-content {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 0 18px;
}

.ast-desktop .ast-mm-custom-text-content a {
    color: #e9eb89;
}

.ast-desktop .ast-mm-custom-text-content a.qp-meganav-linked-text {
    color: #fff;
}

.ast-desktop .ast-mm-custom-text-content a.qp-meganav-linked-text:hover {
    color: #fff;
}

@media (max-width: 1024px) {
    .ast-mm-custom-text-content {
        display: none;
    }
}

/* resources */
@media (min-width: 1025px) {
    .qp-nav-resources .sub-menu {
        gap: 50px;
    }

    .ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item.qp-meganav-guide,
    .ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item.qp-nav-all-resources {
        flex: 1 1 auto;
    }

    .qp-nav-all-resources {
        white-space: nowrap;
    }
}

.qp-nav-all-resources .menu-link .menu-text {
    color: #e9eb89;
}

.main-header-menu .sub-menu .qp-nav-all-resources .menu-link {
    padding-bottom: 10px;
}

.main-header-menu .sub-menu .qp-nav-all-resources .qp-nav-resources-list .menu-link {
    padding-bottom: 10px;
    padding-top: 0;
}



@media (max-width: 1024px) {
    .qp-nav-all-resources .ast-icon.icon-arrow,
    .qp-nav-all-resources .ast-menu-toggle {
        display: none;
    }

    .qp-nav-all-resources .sub-menu {
        display: block !important;
        margin-top: 0 !important;
    }
}

/* highlighted */
@media (min-width: 1025px) {
    .main-header-menu .sub-menu .qp-meganav-guide .menu-link {
        font-size: 24px !important;
        padding: 10px 325px 10px 18px;
    }

    .qp-meganav-guide .ast-mm-custom-text-content {
        display: flex;
        gap: 25px;
        position: relative;
    }

    .qp-meganav-promo-img {
        display: block;
        flex: 0 0 300px;
        margin-top: -45px;
        position: relative;
    }
}

/* ---------------------------------------------------------------------------------------- supernav */
.ast-above-header-bar .site-above-header-wrap {
    max-width: 1440px;
}

.ast-above-header-bar .ast-builder-grid-row {
    border-bottom: 1px solid #67767a;
    padding-top: 12px;
    padding-bottom: 12px;
}

.qp-header-links {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 24px;
    position: relative;
}

.qp-header-links a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1em;
    position: relative;
}

.qp-header-links a:hover {
    color: #e9eb89;
}

/* -------------------------------------------------------------------------------------------- mobile */
@media (max-width: 1024px) {
    #ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-inner {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-inner {
        max-width: 100%;
        width: 100%;
    }
}

/* mobile toggle */
@media (max-width: 1024px) {
    .site-header-section.ast-grid-right-section {
        align-items: center;
    }
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding: 8px 6px;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    height: 16px;
    width: 20px;
}

/* mobile nav overlay - toggle */
.ast-mobile-popup-drawer .ast-mobile-popup-header {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
    background-color: #192023;
    color:#fff;
    font-size: 16px;
    margin: 17px 20px 24px 20px;
    padding: 7px 7px 4px 7px;
}

/* mobile nav overlay - logo */
.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element), 
.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element) {
    padding: 17px 20px 24px 20px;
}

.qp-logo-off-canvas img {
    width: 110px;
}

/* mobile nav overlay - nav */
.ast-mobile-popup-content .ast-builder-menu-mobile {
    padding: 12px 20px;
}

.ast-mobile-popup-content .main-header-menu > .menu-item {
    border-bottom: 1px;
    border-bottom-color: #67767a;
    border-bottom-style: solid;
}

.ast-header-break-point .ast-mobile-popup-content .main-navigation ul .menu-item .menu-link {
    padding: 18px 0;
}

.ast-mobile-popup-content .menu-link {
    font-size: 20px;
}

.ast-header-break-point .ast-mobile-popup-content .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
    padding: 0 0 0 25px;
}

.ast-mobile-popup-content .ast-icon svg {
    fill: #fff;
    margin-top: 25px;
}

.ast-mobile-popup-content .main-navigation ul.sub-menu {
    margin: -12px 0 12px 0;
}

@media (max-width: 1024px) {
    .ast-hfb-header .ast-builder-menu-mobile .main-header-menu.ast-nav-menu .sub-menu .menu-item .menu-link {
        font-size: 16px;
    }
}

.ast-header-break-point .ast-mobile-popup-content .main-navigation ul.sub-menu .menu-item .menu-link {
    color: #e9eb89;
    padding: 8px 0;
    position: relative;
}

.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
    display: none;
}

.ast-menu-toggle {
    border: 0 !important;
}

/* ---------------------------------------------------------------------------------------- breadcrumb */
.site-header-focus-item + .ast-breadcrumbs-wrapper,
.ast-breadcrumbs-wrapper {
    bottom: -40px;
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: absolute;
    width: 100%;
}

.ast-breadcrumbs-inner {
    margin: auto;
    max-width: 1228px;
    padding: 0 24px;
}

.trail-items li::after {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 600px) {
    .ast-breadcrumbs-wrapper {
        bottom: -50px;
    }
}

/* ---------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------- FOOTER
------------------------------------------------------------------------------------------------------ */
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row, 
.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section {
    align-items: center;
}

.site-footer a:not(.qp-button-footer) {
    color: #fff;
    text-decoration: none;
}

.site-footer .site-below-footer-wrap a {
    text-decoration: none;
}

.site-footer a:not(.qp-button-footer):hover,
.site-below-footer-wrap a:not(.qp-button-footer):hover {
    color: #e9eb89;
    text-decoration: underline;
}

/* widget titles */
.footer-widget-area .widget-title {
    margin-bottom: 8px;
}

/* button */
.qp-button-footer {
    background-color: #e9eb89;
    color: #1e2b33;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    padding: 10px 24px 12px 24px;
    position: relative;
    transition: 300ms ease;
}

.qp-button-footer:hover {
    color: #1e2b33;
    padding: 10px 28px 12px 28px;
    text-decoration: none;
}





/* ---------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------- ABOVE IS NEW
------------------------------------------------------------------------------------------------------ */




/* ---------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------ POSTS
------------------------------------------------------------------------------------------------------ */
.archive .site-content .ast-container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .archive.ast-separate-container #content .ast-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 993px), (min-width: 1025px), (min-width: 1201px) {
    .archive .ast-container {
        max-width: 100%;
    }
}

.ast-single-post .entry-content .qp-posts-archive .elementor-post__title a {
    text-decoration: none;
}

.qp-posts-thumbnail.e-con {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

@media (max-width: 767px) {
    .qp-posts-thumbnail {
        height: 0;
    }
}

@media (min-width: 768px) {
    .qp-posts-archive .elementor-post {
        align-items: center;
    }
}

/* archives */
.blog.ast-separate-container .ast-article-post,
.archive.ast-separate-container .ast-article-post {
    background-color: transparent !important;
    border-bottom: 0 !important;
    padding: 0 !important;
}

/* blog category filter */

@media (min-width: 768px) {
    .qp-blog-filter .elementor-nav-menu--main,
    .qp-blog-filter .elementor-nav-menu {
        justify-content: flex-end;
    }
}

@media (max-width: 1024px) {
    .qp-blog-filter .elementor-nav-menu--main .elementor-nav-menu a {
        padding: 0 20px 0 0;
    }
}

.qp-blog-filter a {
    color: #fff;
    transition: 500ms ease;
}

.qp-blog-filter a:hover {
    color: #e9eb89;
    text-decoration: underline;
}

.qp-blog-filter .elementor-item-active {
    color: #e9eb89;
    font-weight: 700;
}

/* blog crumb quirk */
.archive.category-blog .ast-breadcrumbs .trail-item:nth-child(4)::after,
.archive.category-blog .ast-breadcrumbs .trail-end {
    display: none;
}

/* ---------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------- BLOG + NEWS SINGLE
------------------------------------------------------------------------------------------------------ */
.single-post .site-content .ast-container,
.qp_news-template-default .site-content .ast-container,
.single-post.ast-separate-container #primary, 
.single-post.ast-separate-container.ast-left-sidebar #primary, 
.single-post.ast-separate-container.ast-right-sidebar #primary {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

.single-post .site-content .ast-container .ast-article-single,
.qp_news-template-default .site-content .ast-container .ast-article-single {
    padding: 0 !important;
}

@media (min-width: 993px) {
    .single-post.ast-separate-container #primary, 
    .single-post.ast-separate-container.ast-left-sidebar #primary, 
    .single-post.ast-separate-container.ast-right-sidebar #primary {
        margin: 0;
        padding: 0;
    }
}

/* text */
.qp-post-content h2 {
    color: #6243B6;
    margin-bottom: 25px;
    margin-top: 50px;
}

.qp-post-content h3 {
    margin-bottom: 25px;
    margin-top: 35px;
}

.qp-post-content h4 {
    margin-bottom: 5px;
}

.qp-post-content li {
    margin-bottom: 15px;
}

.qp-post-content ol {
  list-style: none;
  counter-reset: qp-blog-counter;
}

.qp-post-content ol li {
  counter-increment: qp-blog-counter;
}

.qp-post-content ol li::marker {
    content: counter(qp-blog-counter) ". ";
    font-weight: 700;
}

.qp-post-content blockquote {
    border-left: 0;
    border-top: 6px solid #aa94ed;
    font-size: 18px;
    line-height: 30px;
    margin: 60px;
    padding: 15px 0 0 0;
    font-style: normal;
}

.qp-related-posts .elementor-post .elementor-post__title {
    background-image: url(/wp-content/uploads/bullet-rsaquo-lavender.svg);
    background-position: 2px 6px;
    background-repeat: no-repeat;
    background-size: 7px auto;
    padding-left: 20px;
}

/* case study - white paper */
.qp-docpost-banner-bg {
    background-color: #6243b6;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@media (max-width: 1024px) {
    .qp-docpost-banner-bg {
        background-position: 350px center;
    }
}

@media (max-width: 768px) {
    .qp-docpost-banner-bg {
        background-image: none !important;
    }
}

/* ---------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------- FORMS + BUTTONS
------------------------------------------------------------------------------------------------------ */
/* ▞▞▞▞ form */
label,
input {
    max-width: 100%;
}

fieldset legend {
    margin-bottom: 0;
    padding: 0;
}

/* input */
input[type=email], 
input[type=number], 
input[type=password], 
input[type=reset], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea {
    color: #666;
    padding: 13.5px;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: var(--ast-comment-inputs-background);
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
}

.qp-form-on-dark {
    color: #fff;
}

/* ▞▞▞▞ gravity */
.gfield {
    margin-bottom: 24px;
}

.gform_wrapper fieldset {
    border: 0;
    padding: 0;
}

.qp-form-field-5051,
.qp-form-field-5052 {
    float: left;
    position: relative;
    width: 50%;
}

.qp-form-field-5051 {
    padding-right: 10px;
}

.qp-form-field-5052 {
    padding-left: 10px;
}

/* label */
.gfield_label {
    display: block;
    font-weight: 700;
}

.gfield_description {
    font-size: 16px;
}

.gform-theme--framework .gform-field-label > .gfield_required {
    color: #CCC600;
    font-size: 12px;
    font-weight: 400;
    padding-left: 5px;
}

.spf-phone.valid-msg.hide,
.spf-phone.error-msg.hide {
    display: none;
}

/* checkboxes */
.gchoice {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.gfield-choice-input {
    position: absolute;
    top: 3px;
}

.gchoice .gform-field-label {
    display: block;
    font-size: 16px;
    line-height: 1.125em;
    padding-left: 20px;
    position: relative;
}

/* button */
.pp-gravity-form .gform_footer input[type=button], 
.pp-gravity-form .gform_footer input[type=submit], 
.pp-gravity-form .gform_page_footer input[type=button], 
.pp-gravity-form .gform_page_footer input[type=submit],
input[type="submit"].gform_button {
    background-color: #e9eb89;
    border-radius: 0;
    color: #1e2b33;
    padding: 15px 30px;
    transition: 500ms ease;
    text-transform: uppercase;
}

.pp-gravity-form .gform_footer input[type=button]:hover, 
.pp-gravity-form .gform_footer input[type=submit]:hover, 
.pp-gravity-form .gform_page_footer input[type=button]:hover, 
.pp-gravity-form .gform_page_footer input[type=submit]:hover,
input[type="submit"].gform_button:hover {
    padding-left: 44px;
    padding-right: 44px;
}

/* errors */
.gform_validation_errors,
.gfield_validation_message {
    color: #e9eb89;
    font-size: 18px;
    font-weight: 700;
    outline: 0;
}

.gform_submission_error {
    color: #e9eb89;
    font-size: 21px;
    padding-bottom: 24px;
}

/* captcha */
.qp-form-captcha .grecaptcha-badge {
    left: 0;
    position: relative !important;
    top: 0;
}

.qp-form-captcha .gfield_label {
    display: none;
}

/* ▞▞▞▞ elementor */
.elementor-field-group {
    margin-bottom: 24px !important;
}

/* label */
.elementor-field-group > label {
    display: block;
    font-weight: 700;
    padding-bottom: 12px !important;
}

.qp-required-label,
.qp-checkbox-error,
.qp-checkbox-error-bottom,
.elementor-mark-required .elementor-field-label:after {
    color: #FC00FC;
}

.qp-checkbox-error-bottom {
    padding-top: 20px;
}

/* input */
.elementor-field-group .elementor-field-textual,
.elementor-field-group input[type=email], 
.elementor-field-group input[type=number], 
.elementor-field-group input[type=password], 
.elementor-field-group input[type=reset], 
.elementor-field-group input[type=search], 
.elementor-field-group input[type=tel], 
.elementor-field-group input[type=text], 
.elementor-field-group input[type=url], 
.elementor-field-group select, 
.elementor-field-group textarea {
    color: #666;
    padding: 13.5px;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: var(--ast-comment-inputs-background);
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

/* checkboxes */
.elementor-field-type-checkbox .elementor-field-option {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input {
    position: absolute;
    top: 3px;
}

.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label {
    display: block;
    font-size: 16px;
    line-height: 1.125em;
    padding-left: 20px;
    position: relative;
}

/* button */
.hs-form input[type="submit"] {
    padding: 10px 28px;
    transition: 500ms ease;
}

.hs-form input[type="submit"]:hover {
    padding-left: 44px;
    padding-right: 44px;
}

.qp-button-outline-light

/* ▞▞▞▞ hubspot */
.hs-form .hs-recaptcha,
.hs-form .form-columns-1,
.hs-form .form-columns-2 {
    margin-bottom: 24px;
}

/* label */
.hs-form-field > label {
    display: block;
    font-weight: 700;
    padding-bottom: 12px;
}

.hs-form-required {
    color: #FC00FC;
}

.hs-error-msg {
    color: #FC00FC;
    font-size: 16px;
}

.hs_error_rollup {
    color: #FC00FC;
    font-size: 16px;
    margin-bottom: 24px;
}

/* inputs */
.hs-form fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]),
.hs-form fieldset.form-columns-2 .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
}

/* checkboxes */
.hs-form .inputs-list {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
}

.hs-form-checkbox {
    position: relative;
}

.hs-form-checkbox-display {
    display: block;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

.hs-form-checkbox .hs-input {
    display: block;
    left: 0;
    position: absolute;
    top: 7px;
}

/* button */
.hs-form input[type="submit"] {
    padding: 10px 28px;
    transition: 500ms ease;
}

.hs-form input[type="submit"]:hover {
    padding-left: 44px;
    padding-right: 44px;
}

/* ▞▞▞▞ elementor buttons */
.elementor-button-link:hover {
    padding-left: 28px !important;
    padding-right: 28px !important;
}

/* no box buttons with angle */
.elementor-kit-14 .qp-buttonless .elementor-button,
.qp-buttonless .elementor-button {
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 7px auto;
}

body .qp-buttonless .elementor-button.elementor-size-sm {
    padding: 10px 0 10px 15px;
}

.qp-buttonless.yellow .elementor-button {
    background-image: url(/wp-content/uploads/bullet-rsaquo-yellow.svg);
}

.elementor-kit-14 .qp-buttonless.yellow .elementor-button:hover,
.qp-buttonless.yellow .elementor-button:hover {
    background-color: #e9eb89;
    color: #1e2b33;
}

.elementor-kit-14 .qp-buttonless.lavender .elementor-button,
.qp-buttonless.lavender .elementor-button {
    background-image: url(/wp-content/uploads/bullet-rsaquo-lavender.svg);
}

.elementor-kit-14 .qp-buttonless.lavender .elementor-button:hover,
.qp-buttonless.lavender .elementor-button:hover {
    background-color: #ae93f3;
    color: #fff;
}

/* button on dark */
.elementor-kit-14 .qp-button-ondark .elementor-button-link {
    background-color: transparent;
    border: 2px solid #42ffdc;
    color: #42ffdc;
    padding: 8px 22px 10px 22px;
}

.elementor-kit-14 .qp-button-ondark .elementor-button-link:hover {
    background-color: transparent;
    border: 2px solid #42ffdc;
    color: #42ffdc;
}

.elementor-kit-14 .qp-button-alt .elementor-button-link {
    background-color: transparent;
    border: 2px solid #6243B6;
    color: #6243B6;
    padding: 8px 22px 10px 22px;
}

.elementor-kit-14 .qp-button-alt .elementor-button-link:hover {
    background-color: transparent;
    border: 2px solid #6243B6;
    color: #6243B6;
}

.elementor-kit-14 .qp-button-long .elementor-button-link,
.elementor-kit-14 .qp-button-ondark.qp-button-long .elementor-button-link {
    padding-left: 40px;
    padding-right: 40px;
}

.qp-button-long .elementor-button-link:hover {
    padding-left: 44px !important;
    padding-right: 44px !important;
}

/* ---------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------- TABLES
------------------------------------------------------------------------------------------------------ */
.qp-table {
    border-collapse: collapse;
}

.qp-table th {
    background-color: #eeeeee;
}

.qp-table th,
.qp-table td {
    border: 1px solid #363636;
    text-align: left;
    vertical-align: top;
}

.qp-table ul {
    margin-top: 0;
}

/* ---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------- TIMELINE
------------------------------------------------------------------------------------------------------ */
@media (min-width: 1025px) {
    .qp-timeline-milestone-text.e-con.e-flex {
        flex-grow: 1;
        flex-shrink: 0;
    }

    .qp-timeline-milestone-text {
        background-image: url(/wp-content/uploads/timeline-circle-open.svg), url(/wp-content/uploads/timeline-circle.svg), url(/wp-content/uploads/1px-purple500.png);
        background-position: 0 8px, left 0 bottom 0, left 6px top 10px;
        background-repeat: no-repeat;
        background-size: 12px 12px, 12px 12px, 1px 100%;
        padding: 0 0 24px 24px;
    }

    .qp-timeline-milestone-text.bottom {
        background-position: left 0 bottom 0, 0 8px, left 6px top 10px;
    }

    .qp-timeline-milestone-text.twenty-eleven {
        padding-top: 240px;
    }

    .qp-timeline-milestone-text.e-con.e-flex.twenty-seventeen {
        flex-grow: 0;
    }
}

@media (max-width: 1024px) {
    .qp-timeline-milestone-text {
        background-image: url(/wp-content/uploads/timeline-circle-open.svg), url(/wp-content/uploads/timeline-circle.svg), url(/wp-content/uploads/1px-purple500.png);
        background-position: right 0 top 0, left 0 top 0, left 0 top 6px;
        background-repeat: no-repeat;
        background-size: 12px 12px, 12px 12px, 100% 1px;
        padding: 24px 24px 0 0;
    }
}



/* ---------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------ MISC GLOBAL
------------------------------------------------------------------------------------------------------ */
/* headline link */
.qp-head-link-purple.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
    color: #6243B6;
    transition: 300ms ease;
}


.qp-head-link-purple.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a:hover {
    color: #6243B680;
}

/* arrow link */
.qp-arrow-link a:hover img {
    opacity: 0.75;
    transition: 300ms ease;
}

/* headline with long dash prefix */
.qp-hdash .elementor-heading-title {
    position: relative;
}

.qp-hdash .elementor-heading-title::before {
    content: '';
    height: 1px;
    width: 40px;
    margin-right: 12px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    background-color: #6243b6;
}

.qp-hdash.qp-seafoam .elementor-heading-title::before {
    background-color: #40FFDC;
}

/* counter */
.qp-counting-stat .elementor-counter {
    font-family: 'Space Grotesk',sans-serif;
}

.qp-counting-stat .elementor-counter .elementor-counter-title {
    padding-left: 0.25em;
    padding-top: 10px;
    text-align: left;
}

.qp-counting-stat .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
    flex-grow: 0;
    font-weight: 400;
}

.qp-counting-stat .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
    font-size: 0.4em;
    font-weight: 400;
    position: relative;
    top: -0.5em;
}

/* counter */
.qp-comparison-stat .elementor-counter {
    font-family: 'Space Grotesk',sans-serif;
}

.qp-comparison-stat .elementor-counter-number-wrapper {
    align-items: baseline;
}

.qp-comparison-stat .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
    color: #ccc;
    display: flex;
    font-weight: 400;
    position: relative;
}

.qp-comparison-stat .elementor-counter-number-prefix sup {
    font-size: 0.4em;
    position: relative;
    top: 0.6em;
}

.qp-comparison-stat .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix::after {
    background-image: url(/wp-content/uploads/icon-arrow-long-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    content: '';
    position: relative;
    width: 35px;
}

.qp-comparison-stat .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
    font-size: 0.6em;
    font-weight: 400;
}

.qp-comparison-stat .elementor-counter-number-suffix sup {
    top: -0.9em;
}

/* white logos on dark background */
.qp-logos-ondark img {
    filter: invert(1);
}

/* tabs */
.qp-tabs .elementor-tabs-wrapper {
    border-bottom: 1px solid #192b33;
    display: flex;
    justify-content: stretch;
}

.qp-tabs .elementor-tabs-wrapper .elementor-tab-title {
    border-bottom: 5px solid transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    flex: 1 1 33.33%;
    padding: 30px 10px;
    text-align: center;
    transition: 500ms ease;
}

.qp-tabs .elementor-tabs-wrapper .elementor-tab-title::before,
.qp-tabs .elementor-tabs-wrapper .elementor-tab-title::after {
    border: 0 !important;
}

.qp-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom: 5px solid #6642b5;
    font-weight: 700;
}

.qp-tabs.elementor-widget-tabs .elementor-tabs-content-wrapper > .elementor-tab-content {
    border: 0 !important;
    padding: 25px 0;
}

@media (max-width: 767px) {
    .qp-tabs .elementor-tabs .elementor-tabs-wrapper {
        align-items: flex-end;
        display: flex;
    }

    .qp-tabs .elementor-tabs-wrapper .elementor-tab-title {
        padding: 10px;
    }

    .qp-tabs .elementor-tabs > .elementor-tabs-content-wrapper > .elementor-tab-title.elementor-tab-mobile-title {
        display: none;
    }
}

/* accordion */
.ast-single-post .entry-content .qp-accordion h1 a,
.ast-single-post .entry-content .qp-accordion h2 a,
.ast-single-post .entry-content .qp-accordion h3 a,
.ast-single-post .entry-content .qp-accordion h4 a {
    text-decoration: none;
}

.qp-accordion .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #6642b5 !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.elementor-widget-tabs .qp-accordion .elementor-tab-title {
    border: 0 !important;
}

.qp-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon .elementor-accordion-icon-open,
.qp-accordion .elementor-accordion-icon .elementor-accordion-icon-opened {
    display: none !important;
}

.qp-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: block;
}

.qp-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon-closed svg {
    transition: 300ms ease;
}

.qp-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed svg {
    transform: rotate(45deg);
}

/* headline image block link */
.ast-single-post .site-content a.qp-image-block-link {
    background-size: auto 100% !important;
    text-decoration: none;
    transition: 1000ms ease-out;
}

.ast-single-post .site-content a.qp-image-block-link:hover {
    background-size: auto 110% !important;
}

@media (max-width: 1024px) {
    .ast-single-post .site-content a.qp-image-block-link {
        background-size: 100% auto !important;
        text-decoration: none;
        transition: 1000ms ease-out;
    }
    
    .ast-single-post .site-content a.qp-image-block-link:hover {
        background-size: 110% auto !important;
    }
}

/* ---------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------ FULFILLMENT GUIDE
------------------------------------------------------------------------------------------------------ */
/* nav */
.qp-guide-nav-item .elementor-heading-title {
    color: #fff;
    font-size: 18px;
    line-height: 1em !important;
}

.qp-guide-nav-item .elementor-heading-title a {
    color: #fff;
    padding: 6px 0;
    text-decoration: none;
}

.qp-guide-nav-item.current .elementor-heading-title a,
.qp-guide-nav-item .elementor-heading-title a:hover {
    color: #40ffdc !important;
}

@media (min-width: 768px) {
    .qp-guide-nav-item .elementor-heading-title a span {
        background-color: #fff;
        border-radius: 20px;
        color: #161244;
        display: inline-block;
        font-weight: 700;
        padding: 6px;
        text-align: center;
        transition: inherit;
        width: 30px;
    }

    .qp-guide-nav-item.current .elementor-heading-title a span,
    .qp-guide-nav-item .elementor-heading-title a:hover span {
        background-color: #40ffdc;
    }
}

@media (max-width: 921px) {
    .qp-guide-nav-item .elementor-heading-title {
        font-size: 14px;
    }
    
    .qp-guide-nav-item .elementor-heading-title a {
        padding: 0;
    }
}

.qp-guide-sticky-nav.elementor-sticky--active .qp-sticky-hide-logo {
    display: none;
}

.qp-guide-sticky-nav.elementor-sticky--active {
    background-color: #190a76 !important;
    background-image: none !important;
}

/* icons */
.qp-guide-list-icons svg .cls-1 {
    fill: #35259a !important;
}

.qp-guide-list-icons  svg .cls-2,
.qp-guide-list-icons  svg .cls-3,
.qp-guide-list-icons  svg .cls-4,
.qp-guide-list-icons  svg .cls-5,
.qp-guide-list-icons  svg .cls-6,
.qp-guide-list-icons  svg .cls-7,
.qp-guide-list-icons  svg .cls-8,
.qp-guide-list-icons  svg .cls-9,
.qp-guide-list-icons  svg .cls-10 {
    fill: #fc00fc !important;
}

/* gating */
.qp-gate-page .site-content {
    background-color: #190a76ee;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px;
    z-index: 99;
}

@media (max-width: 767px) {
    .qp-gate-page .site-content {
        padding: 12px;
    }
}

.qp-gate-page .entry-content {
    background-color: #fff;
    border-radius: 30px;
    font-size: 36px;
    padding: 48px;
}

.qp-gate-page .gform-body {
    padding-top: 24px;
}

.qp-gate-page .gform-body label,
.qp-gate-page .gform-body .gfield_label {
    font-size: 18px;
}

.qp-gate-page .gform_submission_error {
    color: #fc00fc;
    font-size: 24px;
    padding-top: 24px;
}

/* ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- FIXES + CORRECTIONS
------------------------------------------------------------------------------------------------------ */
iframe[name="__tcfapiLocator"],
#adroll_slg {
    position: absolute;
}