/*
Theme Name: GT3Themes - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: gt3themes
*/

/*
 * Note: Parent styles and Google Fonts are now loaded via wp_enqueue_style()
 * in functions.php for better performance (non-blocking, preconnect hints)
 */

/* ============================================================
   CSS CUSTOM PROPERTIES - Centralized color and icon management
   ============================================================ */
:root {
    /* Primary colors */
    --gt3-color-primary: #5F42E5;
    --gt3-color-primary-dark: #5d2ff6;
    --gt3-color-secondary: #1B1D2F;
    --gt3-color-accent: #C9F8FC;

    /* Text colors */
    --gt3-color-text-dark: #1B1D2F;
    --gt3-color-text-light: #ffffff;
    --gt3-color-text-muted: #555555;

    /* UI colors */
    --gt3-color-border: #E6D9FF;
    --gt3-color-border-light: rgba(44, 46, 59, 0.2);
    --gt3-color-bg-light: #F6FAFC;
    --gt3-color-sale-strike: #B7C1FF;

    /* Button colors */
    --gt3-btn-dark-bg: #141526;
    --gt3-btn-light-bg: #d6faff;

    /* SVG icons as CSS variables */
    --gt3-icon-checkmark: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.350821 4.84032C-0.0731572 4.49168 -0.119242 3.88236 0.247515 3.47932C0.614271 3.07627 1.25523 3.03247 1.67921 3.38111L4.51072 5.71833L10.2686 0.280884C10.6661 -0.0951443 11.309 -0.093319 11.7045 0.284535C12.1001 0.662389 12.0982 1.27353 11.7007 1.64956L5.27342 7.71932C4.90052 8.07271 4.29797 8.09754 3.89319 7.76459L0.350821 4.84069Z'/%3E%3C/svg%3E");
    --gt3-icon-arrow-down: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.346832 0.360107L5.34683 5.17535M5.34683 5.17535L5.53868 5.36011M5.34683 5.17535L10.3468 0.360107M5.34683 5.17535L5.15499 5.36011' stroke='%231B1D2F' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ============================================================
   EDD SALE PRICE STYLES (moved from inline PHP)
   ============================================================ */
.edd-regular-price {
    color: var(--gt3-color-primary);
}

.edd-regular-price--strikethrough {
    text-decoration: line-through;
    color: var(--gt3-color-sale-strike);
    margin-right: 8px;
}

/* ============================================================
   EDD PRODUCT BUTTONS (moved from inline PHP)
   ============================================================ */
.edd-custom-buttons-wrap {
    display: flex;
    gap: 15px;
    margin-top: 0;
}

.edd-live-preview-btn,
.edd-buy-envato-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 40px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.edd-live-preview-btn {
    background: var(--gt3-btn-dark-bg);
    color: var(--gt3-color-text-light);
}

.edd-live-preview-btn:hover {
    background: var(--gt3-color-primary);
    color: var(--gt3-color-text-light);
}

.edd-buy-envato-btn {
    background: var(--gt3-btn-light-bg);
    color: var(--gt3-color-text-dark);
}

.edd-buy-envato-btn:hover {
    background: var(--gt3-color-primary);
    color: var(--gt3-color-text-light);
}

/* ============================================================
   GENERAL STYLES
   ============================================================ */
body.elementor-page .site_wrapper .container.container-sidebar_none {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.gt3-page-title_wrapper {
    margin-top: -84px;
}

aside>.widget,
.edd-archive-wrap .edd-sidebar {
    background: transparent;
    border: 1px solid #E6D9FF;
    border-radius: 30px;
}

.gt3-page-title_wrapper .gt3-page-title {
    border-radius: 60px;
    height: auto !important;
    padding: 115px 0 5px !important;
    background-color: transparent !important;
}

.gt3-page-title_wrapper:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 59.1%), linear-gradient(90deg, #F7F7FD -6.71%, #F7F9FD 51.11%, #DFECF9 110.05%);
    position: absolute;
    left: 0;
    width: 100%;
    top: -84px;
    height: 35vh;
    content: '';
    border-radius: 60px 60px 0 0;
    z-index: 0;
}

body.privacy-policy #main_content,
body.edd-checkout #main_content {
    font-family: "IBM Plex Mono", sans-serif;
    padding-bottom: 60px;
}

body.privacy-policy #main_content p strong {
    font-family: "Geist", sans-serif;
    font-size: 18px;
}

.elementor-icon-list-items .elementor-icon-list-item::before {
    display: none;
}

.checked-list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: "Geist Mono", monospace;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.gt3-btn-border-gradient .elementor-button-content-wrapper{
	padding: 18px 20px;
	background: #1B1D2F;
	border-radius: 60px;
}

.gt3-btn-border-gradient:hover .elementor-button-content-wrapper {
	background: transparent;
}

.gt3-benefits-card {
	max-width: 309px;
}

.checked-list ul li::before {
    top: 0.5em;
    width: 12px;
    height: 8px;
    background-color: currentColor;
    mask: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.350821 4.84032C-0.0731572 4.49168 -0.119242 3.88236 0.247515 3.47932C0.614271 3.07627 1.25523 3.03247 1.67921 3.38111L4.51072 5.71833L10.2686 0.280884C10.6661 -0.0951443 11.309 -0.093319 11.7045 0.284535C12.1001 0.662389 12.0982 1.27353 11.7007 1.64956L5.27342 7.71932C4.90052 8.07271 4.29797 8.09754 3.89319 7.76459L0.350821 4.84069Z'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.350821 4.84032C-0.0731572 4.49168 -0.119242 3.88236 0.247515 3.47932C0.614271 3.07627 1.25523 3.03247 1.67921 3.38111L4.51072 5.71833L10.2686 0.280884C10.6661 -0.0951443 11.309 -0.093319 11.7045 0.284535C12.1001 0.662389 12.0982 1.27353 11.7007 1.64956L5.27342 7.71932C4.90052 8.07271 4.29797 8.09754 3.89319 7.76459L0.350821 4.84069Z'/%3E%3C/svg%3E") no-repeat center / contain;
    border-radius: 0;
}


.elementor-testimonial-wrapper .elementor-testimonial-content {
    margin-block-end: 35px;
}

.elementor-heading-title,
.elementor-testimonial-wrapper .elementor-testimonial-name,
.e-n-accordion-item-title-text,
.geist-text,
.elementor-image-box-title,
.elementor-testimonial-wrapper .elementor-testimonial-content,
.label-title,
.gt3-scrolling-text-element,
.price-box-amount,
.elementor-icon-box-title,
.accordion-wrapper .elementor-tab-title a,
.page_title h1,
.edd_downloads_list .edd_download_title,
.edd-blocks-form__cart #edd_checkout_cart,
.edd-blocks-form__cart .edd_checkout_cart_item_title,
#edd_checkout_form_wrap legend,
#edd_checkout_form_wrap label,
.edd-sales-block > span {
    font-family: "Geist", sans-serif;
}

.gt3-page-title__content .breadcrumbs,
.gt3-page-title__content .gt3-breadcrumbs {
    font-size: 16px;
    line-height: 1.2;
    font-family: "IBM Plex Mono", Sans-serif;
    color: #1B1D2F;
}

.gt3-page-title__content .page_title {
    max-width: 682px;
}

.gt3-page-title__content .page_title h1 {
    font-size: 40px !important;
    line-height: 1.2em !important;
    font-weight: 600;
}

.gt3-page-title__content .breadcrumbs a,
.gt3-page-title__content .gt3-breadcrumbs a{
    color: #1B1D2F;
}

.gt3-page-title__content .gt3_breadcrumb a:not(:hover),
.gt3-page-title__content .gt3_breadcrumb .gt3_pagination_delimiter,
.gt3-page-title__content .gt3_breadcrumb .current {
    color: #1B1D2F !important;
}

.elementor-button:hover .elementor-button-icon svg path,
.elementor-button .elementor-button-icon svg path {
    stroke: currentcolor;
}

.edd-blocks-form__cart .edd-blocks-cart__row .edd_cart_item_image {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.edd-blocks-form__cart .edd-blocks-cart__row .edd_cart_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edd-blocks-form__cart .edd_checkout_cart_item_title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -.03em;
}

body {
    padding: 16px 32px;
    line-height: 1.55em;
}

.geist-mono-text,
.elementor-testimonial-wrapper .elementor-testimonial-job,
.elementor-testimonial-job,
.wp-block-edd-checkout {
    font-family: "Geist Mono", monospace;
}

.elementor-testimonial-name {
    margin-bottom: 8px;
}

.main_wrapper>.container.container-sidebar_none>.row {
    padding-bottom: 0;
}

.testimonial-grid {
    display: block;
    columns: 4;
    column-gap: 32px;
}

.elementor-button-icon svg {
    width: .8em;
}

.elementor-button .elementor-button-icon {
    margin-left: 8px;
}

.process-card .elementor-icon-box-wrapper .elementor-icon-box-title {
    margin-bottom: 24px !important;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(44, 46, 59, 0.2);
}


.process-card-purple .elementor-icon-box-wrapper .elementor-icon-box-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.process-card-purple .elementor-icon-wrapper svg path {
    fill: var(--e-global-color-secondary-custom-color);
}


.process-card .elementor-widget-icon-box .elementor-icon-box-icon svg path {
    fill: var(--e-global-color-theme-custom-color);
}

.process-card-purple .elementor-widget-icon-box .elementor-icon-box-icon svg path {
    fill: #C9F8FC;
}


.highlight {
    background: linear-gradient(to bottom, #ffffff 43%, #c9f8fc 15%, #c9f8fc 80%, #ffffff 60%);

    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 0.1em;
}

.accordion-wrapper.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    font-size: 42px !important;
    width: 42px !important;
}

.accordion-wrapper.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 100%;
}

.accordion-wrapper.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    display: flex;
    align-items: center;
}


.back_to_top_container #back_to_top {
    color: var(--e-global-color-secondary-custom-color);
}

.back_to_top_container #back_to_top.show:hover {
    background: var(--e-global-color-secondary-custom-color);
    border-color: var(--e-global-color-secondary-custom-color);
}

.subscribe-form .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.subscribe-form .mc4wp-form-fields label {
    margin: 0;
}

.subscribe-form-input {
    width: 100%;
    margin: 0;
}

.subscribe-form-input input[type=email] {
    font-size: 18px;
    line-height: 1.2;
    color: var(--e-global-color-secondary-custom-color) !important;
    height: 58px;
    background-color: #24263C;
    padding: 0 150px 0 30px;
    border-radius: 100px;
    margin: 0;
    border: none !important;
}

.subscribe-form-button {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 2;
    margin: 0;
}

.subscribe-form-button input[type="submit"] {
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #000;
    background-color: #C9F8FC;
    padding: 18px;
    border-radius: 60px;
}

.subscribe-form-button input[type="submit"]:hover {
    background-color: var(--e-global-color-theme-custom-color);
    color: #F2F2F2;
}

.subscribe-form-terms {
    width: 100%;
    margin: 0;
    padding: 20px 0 0 8px !important;
}

.subscribe-form-terms label {
    display: flex;
    align-items: flex-start;
    font-weight: normal;
}

.subscribe-form-checkbox {
    flex-shrink: 0;
    position: relative;
    margin-top: 3px;
}

.subscribe-form-terms input[type=checkbox] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0;
}

.subscribe-form-terms input[type=checkbox]+span {
    display: block;
    background-color: #24263C;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 3px;
    position: relative;
}

.subscribe-form-terms input[type=checkbox]+span::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    opacity: 0;
    transform: rotate(45deg);
}

.subscribe-form-terms input[type="checkbox"]:checked+span {
    background-color: #C9F8FC;
}

.subscribe-form-terms input[type="checkbox"]:checked+span::before {
    opacity: 1;
}

.subscribe-form-terms label {
    color: var(--e-global-color-secondary-custom-color);
}

.subscribe-form-terms label,
.subscribe-form .mc4wp-response,
#respond #commentform p[class*=comment-form-]>label,
#respond #commentform p.logged-in-as{
    font-family: "Geist Mono", monospace;
    font-size: 14px;
    line-height: 1.72;
    font-weight: normal;
}

.subscribe-form .mc4wp-response {
    color: #fff;
    padding-top: 20px;
}

.edd_downloads_list {
    gap: 64px;
}

.edd-blocks__downloads.edd-blocks__columns {
    padding: 64px !important;
    grid-template-columns: repeat(2, 1fr) !important;
}

.edd-blocks__columns .edd-blocks__download {
    padding: 0 !important;
}

.edd_downloads_list .edd_download_image,
.edd-blocks__download-image-link {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 50px -10px rgba(5, 20, 45, 0.25);
}

.edd_downloads_list .edd_download_image img,
.edd-blocks__download-image-link img {
    display: block;
    width: 100%;
}

.edd_downloads_list .edd_download_title {
    font-size: 20px !important;
}

.edd_downloads_list .edd-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 8px;
    text-transform: uppercase;
    border-radius: 30px;
}

.edd_downloads_list .edd-badge.edd-badge-Hot {
    color: #fff;
    background-color: #E54252;
}

.edd_downloads_list .edd-badge.edd-badge-New {
    color: #C9F8FC;
    background-color: var(--e-global-color-theme-custom-color);
}

.edd_downloads_list .edd-badge.edd-badge-Trending {
    color: #fff;
    background-color: #22C55E;
}

.edd_downloads_list .edd-badge {
    float: left;
    margin-right: 8px;
}

.edd_downloads_list .edd-badge + .edd_download_title {
    display: block;
    overflow: hidden;
}

.edd_downloads_list .edd_download_title,
.edd-blocks__download-header h3 {
    line-height: 1.2 !important;
    letter-spacing: -.03em !important;
}

.edd_downloads_list .edd_download_title a,
.edd-blocks__download-header h3 a {
    color: var(--e-global-color-theme-header-font-color);
}

.edd_downloads_list .edd_purchase_submit_wrapper,
.edd_purchase_submit_wrapper {
    margin-top: 14px;
}

.edd_downloads_list .edd-submit.button.blue {
    display: none !important;
}

/* .edd-submit.button.blue,
.wp-block-edd-buy-button .edd-submit {
    background: var(--e-global-color-theme-header-font-color) !important;
    color: #F2F2F2;
    border: none !important;
    padding: 18px;
    border-radius: 60px !important;
} */


#edd-purchase-button,
.edd-submit,
[type=submit].edd-submit {
    font-family: "IBM Plex Mono", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    background: var(--e-global-color-theme-header-font-color) !important;
    color: #F2F2F2 !important;
    border: none !important;
    padding: 18px;
    outline: none !important;
    border-radius: 60px !important;
}


#edd-purchase-button:hover,
.edd-submit:hover,
[type=submit].edd-submit:hover {
    background: #C9F8FC !important;
    color: #000 !important;
}

.wp-block-edd-checkout {
    color: var(--e-global-color-theme-header-font-color);
}

.edd-alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.edd-alert-success,
.edd-alert-error {
    border-radius: .25rem;
}

.edd-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#edd_checkout_form_wrap fieldset {
    position: relative;
    margin-top: 50px;
    padding-top: 80px;
	border-radius: 30px;
}

#edd_checkout_form_wrap legend {
    position: absolute;
    /*top: 50px;
    left: 32px;*/
    top: 40px;
    left: 1.3em;
	font-weight: 600;
}

.edd-blocks-form__cart #edd_checkout_cart {
    margin: 0;
}


.edd-blocks-form__cart .edd-blocks-cart__items,
.edd-blocks-form__cart .edd-blocks-cart__row-header {
    border-color: #E6D9FF !important;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
.select,
textarea {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    height: 46px;
    color: var(--e-global-color-theme-header-font-color) !important;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #E6D9FF !important;
    padding: 0 24px !important;
}

.select {
    display: block;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;

    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.346832 0.360107L5.34683 5.17535M5.34683 5.17535L5.53868 5.36011M5.34683 5.17535L10.3468 0.360107M5.34683 5.17535L5.15499 5.36011' stroke='%231B1D2F' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 14px 7px;
}

label {
    font-family: "Geist", sans-serif;
    font-weight: 600;
    letter-spacing: -.03em;
    color: var(--e-global-color-theme-header-font-color);
}

.login-menu-wrapper .login-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    min-height: 48px;
    background: #fff !important;
    border-radius: 100px 0 0 100px;
}

.gt3-header-buttons .gt3-header-cart{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    min-height: 48px;
    min-width: 69px;
    border-left: 1px solid #DDE1E3;
    border-radius: 0 100px 100px 0;
}

.elementor-button .elementor-button-icon {
    transition: transform .2s;
}

.elementor-button:hover .elementor-button-icon {
    transform: rotate(45deg);
}

.gt3-text-container {
	max-width: 650px !important;
	margin-left: auto !important;
}

.gt3-header-buttons .gt3-header-cart .gt3-cart-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Geist Mono", monospace;
    font-size: 14px;
    line-height: 1.2;
    color: var(--e-global-color-theme-header-font-color);
}

.gt3-header-buttons .gt3-header-cart .gt3-cart-link .gt3-cart-icon {
    width: 16px;
    height: 18px;
}


.login-menu-wrapper .dashicons {
    flex-shrink: 0;
    width: 16px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C5.79987 0 4 1.8488 4 4.1087C4 6.3686 5.79987 8.21739 8 8.21739C10.2001 8.21739 12 6.3686 12 4.1087C12 1.8488 10.2001 0 8 0ZM8 1.56522C9.3766 1.56522 10.4762 2.6947 10.4762 4.1087C10.4762 5.52269 9.3766 6.65217 8 6.65217C6.6234 6.65217 5.52381 5.52269 5.52381 4.1087C5.52381 2.6947 6.6234 1.56522 8 1.56522ZM8 8.6087C3.56906 8.6087 0 12.4934 0 17.2174C2.02033e-05 17.4249 0.0802986 17.624 0.223179 17.7708C0.36606 17.9175 0.559841 18 0.761905 18H15.2381C15.4402 18 15.6339 17.9175 15.7768 17.7708C15.9197 17.624 16 17.4249 16 17.2174C16 12.4934 12.4309 8.6087 8 8.6087ZM8 10.1739C11.3204 10.1739 14.0436 12.8941 14.4048 16.4348H1.59524C1.95639 12.8941 4.67962 10.1739 8 10.1739Z' fill='%235F42E5'/%3E%3C/svg%3E%0A") no-repeat;
    background-size: cover;
}

.login-menu-wrapper .dashicons.dashicons-admin-users:before {
    display: none;
}

.login-menu-wrapper .login-menu-button,
.login-menu-wrapper .login-menu-button:hover {
    color: var(--e-global-color-theme-header-font-color);
    background: none;
}

.login-menu-wrapper .login-submenu {
    position: absolute;
    padding-top: 20px;
    transition: visibility .25s,opacity .25s,transform .25s,-webkit-transform .25s;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    display: block !important;
}

.login-menu-wrapper:hover .login-submenu {
    transform: translate(0);
    visibility: visible;
    opacity: 1;
}

.login-menu-wrapper .login-submenu a {
    display: inline-block;
    color: var(--e-global-color-theme-header-font-color);
    width: 140px;
    border: none !important;
    padding: 10px 20px !important;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

#edd_checkout_form_wrap .edd-description,
.edd-no-purchases {
    font-family: "IBM Plex Mono", sans-serif;
    color: var(--e-global-color-theme-content-color);
}

.edd-blocks-form__cart .edd-blocks-cart__row-header .edd_cart_item_name,
.edd-blocks-form__cart .edd-blocks-cart__row-header .edd_cart_item_price,
#edd_profile_editor_form legend,
#edd_login_form legend {
    font-family: "Geist Mono", monospace;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--e-global-color-theme-content-color);
    font-weight: 500;
}

.edd-blocks-form__cart .edd-blocks-cart__row-header,
.edd-blocks-form__cart .edd-blocks-cart__row,
.edd-blocks-form__cart .edd_cart_footer_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.edd-blocks-form__cart .edd_cart_item_price {
    font-weight: 600;
}

.edd_form p{
    margin-bottom: 0;
}

.edd-login-remember label {
    font-weight: normal;
    letter-spacing: 0;
    color: var(--e-global-color-theme-content-color);
}

.edd-logged-out,
.edd_form {
    font-family: "IBM Plex Mono", sans-serif;
}

.edd-lost-password,
.edd-login-remember label {
    font-family: "Geist Mono", monospace;
}

.edd-alert-error,
.edd-login-submit {
    grid-column: 1 / -1;
}


@media only screen and (min-width: 1024px) {
    .gt3-page-title__content {
        max-width: 1000px;
    }
}

@media (min-width: 1024px) {
    .back_to_top_container {
        right: 60px;
        bottom: 60px;
    }
}

@media (max-width: 1023px) {

    body {
        padding: 16px;
    }

    .subscribe-form-input input[type=email] {
        font-size: 16px;
        padding-left: 16px;
    }

    .edd-blocks-form__cart .edd_checkout_cart_item_title {
        font-size: 16px;
    }

    .gt3-page-title_wrapper .gt3-page-title {
        border-radius: 32px;
    }
    .gt3-page-title_wrapper:before {
        border-radius: 32px 32px 0 0;
    }
}

.popup-login-modal h3 {
    margin-bottom: 24px;
}

#popup-login-form input,
#popup-login-form input[type=text] {
    background: #fff;
    margin-bottom: 24px;
}

#popup-reset-form input[type=text] {
    margin-bottom: 24px;
}

#popup-reset-form .popup-login-footer {
    padding-top: 10px;
}

#popup-login-form button,
#popup-reset-form button {
    background: var(--e-global-color-theme-header-font-color);
    color: #F2F2F2;
    padding: 18px;
    width: 100%;
}

.popup-close {
    top: 20px;
    right: 20px;
}


/* Form */
.edd_form fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    border: none;
    margin: 0;
    padding: 0;
}

#edd_profile_editor_form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#edd_profile_editor_form p {
    margin-bottom: 0;
}

#edd_profile_editor_form p label,
body .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-blocks-form__group>label {
    margin-bottom: 10px !important;
}

#edd_profile_editor_form legend {
    margin-bottom: 24px;
}

.latest-post-section {
    padding-top: 100px;
    padding-bottom: 40px;
}

.latest-post-section .section-subtitle {
    font-family: "Geist Mono", monospace;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    color: var(--e-global-color-theme-content-color);
}

.latest-post-section .wp-block-heading {
    margin-bottom: 64px;
}

/* Sidebar */
.edd-sale-price-wrap {
    font-family: "Geist", sans-serif;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: -.03em;
    font-weight: 600;
}

.edd-item-terms ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0;
}

.edd-item-terms ul li{
    display: flex;
    position: relative;
    gap: 8px;
}

.edd-item-terms ul li::before {
    content: '';
    flex-shrink: 0;
    margin-top: 9px;
    width: 12px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.350821 4.84032C-0.0731572 4.49168 -0.119242 3.88236 0.247515 3.47932C0.614271 3.07627 1.25523 3.03247 1.67921 3.38111L4.51072 5.71833L10.2686 0.280884C10.6661 -0.0951443 11.309 -0.0933189 11.7045 0.284535C12.1001 0.662389 12.0982 1.27353 11.7007 1.64956L5.27342 7.71932C4.90052 8.07271 4.29797 8.09754 3.89319 7.76459L0.350821 4.84069V4.84032Z' fill='%23555555'/%3E%3C/svg%3E%0A") no-repeat center center;
    background-size: cover;
}

.edd-sale-price-wrap {
    font-weight: 600;
}

.edd-sale-price-wrap .edd-sale-price {
    color: var(--e-global-color-theme-custom-color) !important;
}

.edd-custom-buttons-wrap {
    margin-top: 0 !important;
}

.edd-custom-buttons-wrap .edd-default-buy-btn {
    width: 50%;
}

.edd-custom-buttons-wrap .edd_download_purchase_form .edd-submit.button.blue {
    width: 100%;
}


.edd-custom-buttons-wrap .edd-live-preview-btn,
.edd-custom-buttons-wrap .edd-buy-envato-btn {
    width: 50%;
    padding: 13px !important;
}

.edd-custom-buttons-wrap .edd-live-preview-btn {
    color: #ffffff !important;
}


.edd-custom-buttons-wrap .edd-live-preview-btn,
.edd-custom-buttons-wrap .edd-buy-envato-btn,
.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary {
    font-family: "IBM Plex Mono", sans-serif !important;
    font-size: 16px !important;
    text-align: center;
}

.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary {
    padding: 16px 20px !important;
    border: none !important;
    border-radius: 100px !important;
}

.edd-custom-buttons-wrap .edd_download_purchase_form .edd-submit.button.blue,
.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary,
#edd_discount_code .edd-button-secondary  {
    background: #C9F8FC !important;
    color: var(--e-global-color-theme-header-font-color) !important;
}

#edd_discount_code .edd-button-secondary {
    padding: 15px 20px !important;
    border: none !important;
}

.edd-custom-buttons-wrap .edd-live-preview-btn:hover,
.edd-custom-buttons-wrap .edd-buy-envato-btn:hover,
.edd-custom-buttons-wrap .edd_download_purchase_form .edd-submit.button.blue:hover,
.edd-submit.button.blue:hover,
.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary:hover,
#edd_discount_code .edd-button-secondary:hover {
    background: var(--e-global-color-theme-custom-color) !important;
    color: #fff !important;
}

.edd-custom-buttons-wrap .edd_download_purchase_form,
.edd-custom-buttons-wrap .edd_purchase_submit_wrapper {
    margin: 0 !important;
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit {
    padding: 15px;
}

.edd-sales-block. > span {
    font-family: "Geist", sans-serif;
}

.edd-sales-block > span + span {
    font-family: "IBM Plex Mono", sans-serif;
}


.edd-rating-block > span {
    font-family: "IBM Plex Mono", sans-serif;
    font-size: 16px !important;
    color: var(--e-global-color-theme-header-font-color) !important;
}

.edd-rating-block-count {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-block-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
    min-width: 26px;
    background-color: var(--e-global-color-theme-custom-color);
    border-radius: 40px;
}

.wp-block-group__inner-container {
    font-size: 16px;
    line-height: 1.62;
    font-family: "IBM Plex Mono", sans-serif;
    color: var(--e-global-color-theme-content-color);
}

.sidebar-group-item + .edd-rating-block {
    margin-top: 24px;
}

.edd-sales-block + .sidebar-group-item {
    border-top: 1px solid rgba(44, 46, 59, 0.2);
    margin-top: 24px;
}

.edd-rating-block + .edd-sales-block {
    margin-top: 25px;
}

.sidebar-group-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(44, 46, 59, 0.2);
}

.sidebar-group-item:empty {
    padding: 0;
    border: none;
}

.sidebar-group-review {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sidebar-group-review .edd-rating-block{
    padding-top: 24px;
}

.sidebar-group-review .edd-sales-block {
    padding-bottom: 24px;
}

.sidebar-group-item:first-child {
    padding-top: 0;
}

.sidebar-group-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-group-title {
    display: block;
    color: var(--e-global-color-theme-header-font-color);
    margin-bottom: 8px;
    font-weight: 600;
    font-family: "IBM Plex Mono", sans-serif;
}

.sidebar-group-item {
    font-family: "IBM Plex Mono", sans-serif;
}

.edd-acf-item {
    font-family: "IBM Plex Mono", sans-serif;
}

.edd-acf-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.edd-acf-item > span + span {
    color: var(--e-global-color-theme-header-font-color);
    text-align: right;
}

.edd-tags-cloud {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.edd-tag-pill,
.edd-sidebar span:nth-of-type(2) ~ li a {
    font-family: "Geist", sans-serif;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    padding: 2px 14px;
    color: var(--e-global-color-theme-header-font-color) !important;
    text-transform: lowercase;
    background: rgba(44, 46, 59, 0.08);
    border-radius: 40px;
}

.edd-tag-pill:hover,
.edd-sidebar span:nth-of-type(2) ~ li a:hover {
    background: rgba(44, 46, 59, 0.16);
}

.edd-acf-item.acf-description {
    display: block;
    height: 78px;
    overflow: hidden;
}

.edd-acf-item.acf-description.open {
    height: 100%;
}

.sidebar-group-item .toggle-btn {
    display: inline-block;
    position: relative;
    margin-top: 8px;
    padding-right: 25px;
}

.sidebar-group-item .toggle-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 6px;
    margin-top: -3px;
    background: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.347656 0.360168L5.34766 5.17541M5.34766 5.17541L5.5395 5.36017M5.34766 5.17541L10.3477 0.360168M5.34766 5.17541L5.15581 5.36017M5.39799 5.18361V4.77448' stroke='%235F42E5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center center;
    background-size: cover;
    transform: translateX(-50%);
}

.edd-acf-item.acf-description.open + .toggle-btn::before {
    transform: translateX(-50%) rotate(180deg);
}

.edd-share-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.edd-share-wrap .sidebar-group-title {
    margin: 0;
}

.edd-share-list {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
}

.edd-share-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.edd-share-list li a svg {
    fill: var(--e-global-color-theme-content-color);
}

.edd-share-list li a:hover svg{
    fill: var(--e-global-color-theme-custom-color);
}

ol.commentlist li .commentava {
    width: 46px;
    height: 46px;
}

.comment_author_says {
    font-family: "Geist", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.03em;
    font-weight: 600;
}

.comment_author_says a {
    color: var(--e-global-color-theme-header-font-color) !important;
}

.comment_info .listing_meta {
    font-family: "Geist Mono", monospace;
    font-weight: 400;
}

.comment_info {
    display: flex;
    flex-direction: column;
    padding-left: 56px;
}

#comments > .container h2,
#comments > .container .gt3-comments-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
}

#comments > .container .gt3-comments-title,
#respond .comment-reply-title {
    letter-spacing: -0.03em;
    color: var(--header_font_color);
}

#comments h2,
#comments .gt3-comments-title,
#respond .comment-reply-title {
    font-family: "Geist", sans-serif;
}

.comment_content,
p.comment-notes {
    font-family: "IBM Plex Mono", sans-serif;
}

p.comment-notes {
    font-size: 16px;
}

#comments ol.commentlist ul.children .stand_comment {
    padding-bottom: 32px;
    padding-top: 0;
}

#respond textarea {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

#respond #commentform .span6 {
    margin-bottom: 16px;
}

.row [class*=span] {
    padding-right: 10px;
}

#respond p.form-submit button {
    font-size: 16px;
    font-weight: normal;
    padding: 14px 16px;
    color: #F2F2F2;
    background: #1B1D2F !important;
}

#respond p.form-submit button:hover {
    color: var(--e-global-color-theme-header-font-color);
    background: #C9F8FC !important;
}

.comment-reply-link {
    font-family: "IBM Plex Mono", sans-serif;
    font-size: 16px;
    text-decoration: none !important;
    font-weight: normal;
}

#respond h2#reply-title,
#respond .comment-reply-title {
    font-size: 22px !important;
}

.comment-respond,
.popup-login-modal,
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form,
.edd-blocks-form__cart #edd_checkout_cart  {
    background: #F6FAFC !important;
    border: 1px solid #E6D9FF !important;
}

.comment-respond {
    padding: 50px 32px;
}

.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form,
.edd-blocks-form__cart #edd_checkout_cart,
.popup-login-modal {
    padding: 50px 32px !important;
    border-radius: 30px;
}

.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form {
    padding-top: 100px !important;
    position: relative;
}

.edd-blocks__checkout-forms--inline {
    position: static !important;
    padding: 0 0 20px !important;
    justify-content: flex-start !important;
}
/* Sidebar */

@media screen and (max-width: 1023px) {

    .edd_form fieldset {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    .site_wrapper .row.sidebar_right .span4 {
        width: 33.4%;
    }
}

body.single-download .blog_content .wp-block-image {
    border-radius: 30px;
    overflow: hidden;
}

body.single-download .blog_content .wp-block-image img {
    border-radius: inherit;
}

.single.single-download .site_wrapper {
    overflow: unset;
}

body.single-download .blog_content .edd_download_purchase_form {
    display: none !important;
}

.login-menu-wrapper .login-submenu {
    color: var(--e-global-color-theme-header-font-color);
    width: 180px;
    border: none !important;
    padding: 10px 20px !important;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin-top: 20px;
}
.login-menu-wrapper .login-submenu:before {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px;
    content: '';
}
.login-menu-wrapper .login-submenu a {
    color: inherit;
    width: unset;
    padding: 4px 0 !important;
    background: unset;
    box-shadow: none;
    border-radius: unset;
    display: block;
    font-size: 16px;
    line-height: 1.65;
    font-family: "IBM Plex Mono", sans-serif;
}
.login-menu-wrapper .login-submenu a:hover {
    color: var(--theme_color);
}

.edd-archive-wrap {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 1430px;
    padding: 60px 30px 100px 30px;
    align-items: flex-start;
    gap: 30px;
}

.edd-archive-wrap .edd-sidebar {
    width: 25%;
    flex-shrink: 0;
    padding: 31px 32px 29px 32px;
}

.edd-archive-wrap .edd-catalogue {
    width: 75%;
}

.edd-archive-wrap .edd-sidebar > span {
    display: block;
    color: var(--e-global-color-theme-header-font-color);
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.62;
    font-family: "IBM Plex Mono", sans-serif;
}

.edd-archive-wrap .edd-sidebar li {
    list-style: none;
}

.edd-archive-wrap .edd-sidebar li ul {
    margin: 0;
}

.edd-sidebar span:nth-of-type(1) ~ li a {
    font-size: 16px;
    line-height: 1.62;
    font-family: "IBM Plex Mono", sans-serif;
    color: var(--content_color);
    transition: all 300ms;
}

.edd-sidebar li > a:hover,
.edd-sidebar li.current-cat > a {
    color: var(--header_font_color) !important;
}

.edd-sidebar span:nth-of-type(2) ~ li {
    display: inline-block;
}

.edd-sidebar span:nth-of-type(2) {
    border-top: 1px solid rgba(44, 46, 59, 0.2);
    margin-top: 24px;
    padding-top: 24px;
}

.edd-sidebar span:nth-of-type(2) ~ li a {
    display: block;
    margin: 0 0px 8px 0;
    font-size: 11px;
    line-height: 20px;
    font-family: "Geist", sans-serif;
}

.content-container.span8,
.sidebar-container.span4 {
    padding-left: 16px;
    padding-right: 16px;
}

.edd-catalogue .edd-products-grid {
    display: grid;
    gap: 32px;
}

.edd-catalogue .edd-products-grid .edd-product-item .edd_download_purchase_form {
    display: none !important;
}

.edd-catalogue .edd-products-grid .edd-product-item img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 50px -10px rgba(5, 20, 45, 0.25);
    width: 100%;
    height: auto;
}

.edd-catalogue .edd-products-grid .edd-product-item h2 {
    line-height: 1.2;
    letter-spacing: -.03em;
    font-size: 20px;
    font-family: "Geist", sans-serif;
}

.wp-block-edd-checkout {
    padding-top: 60px;
}


@media (min-width: 768px) {
    .edd-catalogue .edd-products-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (min-width: 1200px) {
    .edd-catalogue .edd-products-grid {
        grid-template-columns: repeat(3,1fr);
    }
}

main.edd-catalogue h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.03em;
    font-family: "Geist", sans-serif;
    margin-bottom: 23px;
    margin-top: -8px;
}

@media (max-width: 1024px) {
    .edd-archive-wrap .edd-sidebar {
        width: 35% !important;
    }
    .edd-archive-wrap .edd-catalogue {
        width: 65% !important;
    }
}

@media (max-width: 768px) {
    .edd-archive-wrap .edd-sidebar,
    .edd-archive-wrap .edd-catalogue {
        width: 100% !important;
    }
    .edd-archive-wrap {
        flex-direction: column-reverse;
    }
}

#edd_sl_license_keys,
table#edd_purchase_receipt,
table#edd_purchase_receipt_products,
table#edd_sl_license_sites,
.edd_sl_table,
.edd_sl_form {
    margin-bottom: 50px;
}

h3 + table {
    margin-top: -10px;
}

.edd_sl_table,
.edd_sl_form,
.edd-sl-manage-license-header,
.edd-sl-manage-license-details,
.edd_errors {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 1370px;
}

.edd-manage-license-back {
    margin-bottom: 30px;
}

@media (min-width: 1430px) {
    .edd-manage-license-back {
        margin-left: calc((100% - 1370px) / 2);
    }
	#edd_sl_license_add_site_form .edd-input {
        max-width: 49%;
        margin-right: 51%;
    }
}

.edd-success .gt3_breadcrumb {
    display: none;
}

#edd_sl_license_add_site_form .edd-input {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*  Tags hidden  */
.edd-sidebar li.tag-hidden {
    display: none !important;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.tags-toggle-wrap  {
    margin-top: 8px;
}

.show-more-tags-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--gt3-color-primary);
    font-family: "IBM Plex Mono", Sans-serif;
}

.show-more-tags-btn:after {
    width: 11px;
    height: 6px;
    background: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.347656 0.360168L5.34766 5.17541M5.34766 5.17541L5.5395 5.36017M5.34766 5.17541L10.3477 0.360168M5.34766 5.17541L5.15581 5.36017M5.39799 5.18361V4.77448' stroke='%235F42E5' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center center;
    background-size: cover;
    transform: rotate(180deg);
    content: '';
    margin-left: 7px;
    margin-top: 2px;
}

.show-more-tags-btn[data-state="closed"]:after {
    transform: rotate(0deg);
}

.archive .site_wrapper:before,
.edd-js:not(.single) .wpda-header-builder + .site_wrapper:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 59.1%), linear-gradient(90deg, #F7F7FD -6.71%, #F7F9FD 51.11%, #DFECF9 110.05%);
    position: absolute;
    left: 0;
    width: 100%;
    top: -134px;
    height: 35vh;
    content: '';
    border-radius: 60px 60px 0 0;
    z-index: -1;
}

@media (max-width: 1023px) {

    .archive .site_wrapper:before,
    .edd-js:not(.single) .wpda-header-builder + .site_wrapper:before {
        border-radius: 32px 32px 0 0;
    }
}

.wpda-header-builder + .gt3-page-title_wrapper {
    position: relative;
}

.wpda-header-builder + .gt3-page-title_wrapper:before {
    top: 0;
}

.content-container {
    font-family: "IBM Plex Mono", monospace;
}

.edd_errors {
    padding: 10px 20px;
}

.elementor-widget-gt3-core-infinite-scrolling-text .gt3-scrolling-text-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}

