/* Variables */

:root {

    --wdtRadius_Zero: 0;
    --wdtRadius_Part: 2.5em;
    --wdtRadius_Full: 50%;

    --wdtRadius_1X: 5px;
    --wdtRadius_2X: 10px;
    --wdtRadius_3X: 20px;

    --wdtButton_size: clamp(0.875rem, 0.8606rem + 0.0641vw, 0.9375rem); /* Min-14 & Max-15 */

    --wdtLetterSpacing_1X: 1px;
    --wdtLetterSpacing_2X: 2px;
    --wdtLetterSpacing_3X: 3px;
    
    --AD-Letter-Spacing: clamp(0rem, -0.0242rem + 0.1077vw, 0.105rem);
    --AD-Letter-Spacing_2px: clamp(0rem, -0.0288rem + 0.1282vw, 0.125rem);

    --wdtInputPadding: 16px 20px;

    /*12px 24px 13px -- 14px 30px 15px */
    --wdtPadding_Btn: clamp(0.75rem, 0.7212rem + 0.1282vw, 0.875rem) /* Min-12 & Max-14 */
                      clamp(1.5rem, 1.4135rem + 0.3846vw, 1.875rem) /* Min-24 & Max-30 */
                      clamp(0.8125rem, 0.7837rem + 0.1282vw, 0.9375rem); /* Min-13 & Max-15 */
    --wdtPadding_MiniBtn: 12px 20px;
    --wdtPadding_MaxiBtn: 18px 40px;

    --wdtBaseTransition: all 0.3s linear 0s;
    --wdtAltTransition: all 0.35s ease-in-out 0s;
    --wdt-Ad-Transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);

}


/* Typography - Defaults */

    /* Base */
    body, button, input, textarea, select, optgroup { font-family: var(--wdtFontTypo_Base); font-size: var(--wdtFontSize_Base); 
        font-weight: var(--wdtFontWeight_Base); letter-spacing: 0; line-height: var(--wdtLineHeight_Base); text-transform: none; }

    input[type="submit"], input[type="reset"], input[type="button"], button[type="button"], [role="button"], button, .button, a.button, 
    .wdt-button, .elementor-button.wdt-elementor-button, .yith-wcwl-add-to-wishlist a, .yith-wcqv-button, .wdt-wcsg-button { 
        line-height: var(--wdtLineHeight_Alt); }


    /* Headings */
    h1 { font-size: var(--wdtFontSize_H1); }
    h2 { font-size: var(--wdtFontSize_H2); }
    h3 { font-size: var(--wdtFontSize_H3); }
    h4 { font-size: var(--wdtFontSize_H4); }
    h5 { font-size: var(--wdtFontSize_H5); }
    h6 { font-size: var(--wdtFontSize_H6); }

    h1, h2, h3, h4, h5, h6 { font-family: var(--wdtFontTypo_Alt); font-weight: var(--wdtFontWeight_Alt); 
        letter-spacing: 0; line-height: var(--wdtLineHeight_Alt); text-transform: capitalize; }


    /* Menu */
        
    .no-header-menu ul li a { color: var(--wdtHeadAltColor);}
    .wdt-header-menu .wdt-primary-nav li a { color: var(--wdtAccentTxtColor); }
    .wdt-header-menu .wdt-primary-nav > li > a { color: var(--wdtLinkColor); }
    .wdt-header-menu li a { font-family: var(--wdtFontTypo_Alt); font-weight: var(--wdtFontWeight_Base); }
    .wdt-header-menu ul li ul li > a { font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Base); }


    /* Breadcrumb */
    .main-title-section h1 { font-family: var(--wdtFontTypo_Alt); }
    .breadcrumb { font-family: var(--wdtFontTypo_Base); }
    .main-title-section-wrapper > .main-title-section-bg:after { background-color: transparent; 
        background-image: -webkit-linear-gradient(to bottom, transparent 50%, var(--wdtBodyBGColor) 100%); 
        background-image: linear-gradient(to bottom, transparent 50%, var(--wdtBodyBGColor) 100%); }


    /* Footer */
    div.footer-widgets .widgettitle, #footer .widgettitle { font-family: var(--wdtFontTypo_Alt); }
    #footer, .footer-copyright, div.footer-widgets .widget { font-family: var(--wdtFontTypo_Base); }



/* Base Colors - Defaults */

    body, .layout-boxed .inner-wrapper { background-color: var(--wdtBodyBGColor); }

    .wdt-custom-tertiary-bg-color { background-color: var(--wdtTertiaryColor); }


    /* Base */
    body { color: var(--wdtBodyTxtColor); }


    /* Links */
    a { color: var(--wdtLinkColor); }
    a:hover { color: var(--wdtLinkHoverColor); }


    /* Headings */
    h1, h2, h3, h4, h5, h6 { color: var(--wdtHeadAltColor); }

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: var(--wdtLinkHoverColor); }

    /* Footer */
    .wdt-no-footer-builder-content.footer-copyright:before, .footer-copyright:before { background-color: var(--wdtTertiaryColor); }

    #footer .widgettitle, div.footer-widgets .widgettitle { color: var(--wdtHeadAltColor); }

    #footer, div.footer-widgets .widget, .footer-copyright { color: var(--wdtBodyTxtColor); }
    .footer-copyright { color: var(--wdtBodyTxtColor); }

    #footer a.wdt-button {color: var(--wdtAccentTxtColor) !important; }

    #footer a:not(.button):not(.elementor-button), .footer-widgets a:not(.button):not(.elementor-button) { color: var(--wdtLinkColor); }

    #footer a:not(.button):not(.elementor-button):hover, .footer-widgets a:not(.button):not(.elementor-button):hover { color: var(--wdtLinkHoverColor); }

    #footer .wdt-dark-bg a, #footer .wdt-dark-bg .footer-widgets a:not(.button):not(.elementor-button), 
    #footer .wdt-dark-bg a:not(.button):not(.elementor-button) { color: var(--wdtAccentTxtColor); }

    #footer .wdt-light-bg a, #footer .wdt-dark-bg .footer-widgets a:not(.button):not(.elementor-button), 
    #footer .wdt-light-bg a:not(.button):not(.elementor-button) { color:#ffffff; }
    #footer .wdt-light-bg a:hover,#footer .wdt-light-bg a:not(.button):not(.elementor-button):hover  { color: var(--wdtPrimaryColor);}

    .wdt-dark-bg.elementor-widget-text-editor, .wdt-dark-bg.elementor-widget-text-editor p,
    .wdt-dark-bg .elementor-widget-text-editor, .wdt-dark-bg .elementor-widget-text-editor p { 
        color: var(--wdtBodyTxtColor) !important; }

    #footer .wdt-dark-bg a:hover, #footer .wdt-dark-bg .footer-widgets a:not(.button):not(.elementor-button):hover,
    #footer .wdt-dark-bg a:not(.button):not(.elementor-button):hover { color: var(--wdtPrimaryColor); }
    #footer .wdt-dark-bg a:is(.wdt-button):not(.elementor-button):hover { color: var(--wdtSecondaryColor); }


/*=== Header with fixed section ===*/

@media (min-width: 1281px) {
    section.wdt-header-with-fixed-section > .elementor-container { height: calc(100vh - var(--header-height)); }

    /* Demo Flex Banner */
    .wdt-fit-height-flex-banner .wdt-flex-banner-options .wdt-flex-banner-option { height: calc(100vh - calc(var(--header-height) + 40px)); }
}


/*==== Fixed Footer Style ====*/

@media (min-width: 1281px) {

    body.wdt-fixed-footer-enabled #header-wrapper { z-index: 2; }
    body.wdt-fixed-footer-enabled #main { z-index: 1; position: relative; background-color: var(--wdtBodyBGColor); margin-bottom: var(--footer-height); }
    body.wdt-fixed-footer-enabled #main:before { content: ""; position: absolute; 
        background: var(--wdtBodyBGColor); top: -50vw; left: 0; right: 0; bottom: 0; z-index: -1; }
    body.wdt-fixed-footer-enabled #main ~ #footer { position: fixed; left: 0; right: 0; top: auto; bottom: 0; z-index: 0; height: var(--footer-height); }

    /*=== Body-Background Image ===*/

    body.wdt-fixed-footer-enabled > .wrapper,
    body.wdt-fixed-footer-enabled > .wrapper > .inner-wrapper,
    body.wdt-fixed-footer-enabled > .wrapper > .inner-wrapper > #main,
    body.wdt-fixed-footer-enabled > .wrapper > .inner-wrapper > #main:before { background: inherit; }
}

/** 
    Custom CSS for EDD (Easy Digital Downloads) plugin
*/

    .wdt__downloads_main_wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 130px; }
    .wdt__downloads_main_wrapper .download-content-aside { width: calc(100% - 480px); }
    .wdt__downloads_main_wrapper .download-content-sidebar-aside { width: 400px; }

    .wdt__downloads_main_wrapper .download-content-aside .download-image-wrap { margin-bottom: clamp(2rem, 1.7404rem + 1.1538vw, 3.125rem); /* Min-32 & Max-50 */ }
    .wdt__downloads_main_wrapper .download-image img { -webkit-border-radius: var(--wdtRadius_3X); border-radius: var(--wdtRadius_3X);
        border: 1px solid var(--wdtBorderColor); }

    .wdt__downloads_main_wrapper .download-content-aside .download-content-wrap .download-button-wrap { 
        margin-top: clamp(1.75rem, 1.5769rem + 0.7692vw, 2.5rem); /* Min-28px & Max-40px */ 
        padding-top: clamp(1.75rem, 1.5769rem + 0.7692vw, 2.5rem); /* Min-28px & Max-40px */ 
        border-top: 1px solid var(--wdtBorderColor); }
    .wdt__downloads_main_wrapper .download-content-aside .download-content-wrap .download-button-wrap form { margin: 0px; }

    .wdt__downloads_main_wrapper .edd-submit.button { font-size: var(--wdtButton_size, 1rem); margin: 0px; width: fit-content;
        padding: var(--wdtPadding_Btn, 0.7em 1.5em); font-family: var(--wdtFontTypo_Alt); 
        line-height: normal; text-transform: capitalize; background-color: var(--wdtPrimaryColor); 
        color: var(--wdtAccentTxtColor); border-color: var(--wdtPrimaryColor); transition: var(--wdt-Ad-Transition);}
    
    .wdt__downloads_main_wrapper .edd-submit.button.blue.active, 
    .wdt__downloads_main_wrapper .edd-submit.button.blue:focus, 
    .wdt__downloads_main_wrapper .edd-submit.button.blue:hover { background-color: color-mix(in srgb, var(--wdtSecondaryColor) 70%, #fff 15%); 
        color: var(--wdtAccentTxtColor); border-color: color-mix(in srgb, var(--wdtSecondaryColor) 70%, #fff 15%); }

    .wdt__downloads_main_wrapper .download-content-sidebar-aside .download-sidebar-wrapper { -webkit-border-radius: var(--wdtRadius_3X); 
        border-radius: var(--wdtRadius_3X); padding: 40px; background: var(--wdtTertiaryColor); border: 1px solid var(--wdtBorderColor); }

    .download-sidebar-wrapper .download-tag-list .wdt-tag-list { padding: 0px; width: auto; margin: -5px; }
    .download-sidebar-wrapper .download-tag-list .wdt-tag-item { list-style: none; padding: 0; margin: 0; display: inline-block; }
    .download-sidebar-wrapper .download-tag-list .wdt-tag-item a { display: inline-block;
        padding: 8px 16px; font-size: var(--wdtFontSize_Ext) !important; margin: 5px; font-weight: var(--wdtFontWeight_Base); 
        line-height: normal; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: none !important; box-shadow: none !important;
        background: rgba(var(--wdtHeadAltColorRgb),0.15); color: var(--wdtAccentTxtColor) !important; }

    .download-sidebar-wrapper .download-tag-list .wdt-tag-item a:hover,
    .download-sidebar-wrapper .download-tag-list .wdt-tag-item a:focus { background: var(--wdtPrimaryColor); }

    .download-content-sidebar-aside .download-sidebar-wrapper > div:not(:last-child) { margin-bottom: 40px; }

    .download-sidebar-wrapper .download-details-title,
    .download-sidebar-wrapper .download-pdt-title,
    .download-sidebar-wrapper .download-categories-title { margin: 0 0 20px; }

    .download-pdt-list .wdt-pdt-list { margin: 0; padding: 0; list-style: none; }
    .download-pdt-list .wdt-pdt-list li.wdt-pdt-item { margin: 0; padding: 0; list-style: none; }
    .download-pdt-list .wdt-pdt-list li.wdt-pdt-item:not(:last-child) { margin-bottom: 7px; }
    .download-pdt-list .wdt-pdt-list li.wdt-pdt-item .wdt-pdt-label { color: var(--wdtAccentTxtColor); padding-right: 0.3em; }


    .download-details-purcahse-box .wdt-product-price-value { font-size: var(--wdtFontSize_H4); line-height: 1; font-weight: var(--wdtFontWeight_Ext); letter-spacing: -0.05em; color: var(--wdtAccentTxtColor); }
    .download-details-purcahse-box .download-details-product-purchase { margin-top: 14px; }
    .download-details-purcahse-box .download-details-product-purchase .edd-submit.button { width: 100%; margin: 0px; position: relative; }

    .edd-loading { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 30px; height: 30px; }

    @keyframes edd-spinning {
        0% { transform: translate(-50%, -50%) rotate(0deg) }
        to { transform: translate(-50%, -50%) rotate(450deg) }
    }

    .edd-cart-added-alert { position: relative; width: 100%; 
        padding: 10px 20px; line-height: 1; margin-top: 10px; background-color: color-mix(in srgb, currentColor 30%, #fff); 
        border: 1px solid currentColor; border-radius: 10px; display: flex; align-items: center; gap: 6px; }

    @media only screen and (min-width:1281px) and (max-width:1540px) { 
        .wdt__downloads_main_wrapper { margin: 0 0 100px; } 

        .wdt__downloads_main_wrapper .download-content-aside { width: calc(100% - 420px); }
        .wdt__downloads_main_wrapper .download-content-sidebar-aside { width: 350px; }
        .wdt__downloads_main_wrapper .download-content-sidebar-aside .download-sidebar-wrapper { padding: 30px; }
    }
    @media only screen and (min-width:1025px) and (max-width:1280px) { 
        .wdt__downloads_main_wrapper { margin: 0 0 80px; } 

        .wdt__downloads_main_wrapper .download-content-aside { width: calc(100% - 400px); }
        .wdt__downloads_main_wrapper .download-content-sidebar-aside { width: 350px; }
        .wdt__downloads_main_wrapper .download-content-sidebar-aside .download-sidebar-wrapper { padding: 30px; }
    }
    @media only screen and (min-width:768px) and (max-width:1024px) { 
        .wdt__downloads_main_wrapper { margin: 0 0 70px; } 

        .wdt__downloads_main_wrapper .download-content-aside { width: calc(100% - 340px); }
        .wdt__downloads_main_wrapper .download-content-sidebar-aside { width: 300px; }
        .wdt__downloads_main_wrapper .download-content-sidebar-aside .download-sidebar-wrapper { padding: 30px 20px; }
    }
    @media only screen and (min-width:480px) and (max-width:767px) { 
        .wdt__downloads_main_wrapper { margin: 0 0 60px; } 

        .wdt__downloads_main_wrapper .download-content-aside { width: 100%; margin-bottom: 80px; }
        .wdt__downloads_main_wrapper .download-content-sidebar-aside { width: 100%; }
        .wdt__downloads_main_wrapper .download-content-sidebar-aside .download-sidebar-wrapper { padding: 40px; }
    }
    @media only screen and (max-width: 479px) { 
        .wdt__downloads_main_wrapper { margin: 0 0 50px; } 

        .wdt__downloads_main_wrapper .download-content-aside { width: 100%; margin-bottom: 60px; }
        .wdt__downloads_main_wrapper .download-content-sidebar-aside { width: 100%; }
        .wdt__downloads_main_wrapper .download-content-sidebar-aside .download-sidebar-wrapper { padding: 30px; }
    }



    /*--------------------------------------------------------------
        Heading Size - Default-Value
    --------------------------------------------------------------*/

    .elementor-widget-text-editor .elementor-widget-container h1, div h1,
    .wdt-heading-holder h1.wdt-heading-title-wrapper .wdt-heading-title { font-size: clamp(2rem, 1.4231rem + 2.5641vw, 4.5rem); /* Min-32 & Max-72 */  }
    .elementor-widget-text-editor .elementor-widget-container h2, div h2,
    .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title { font-size: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem); /* Min-30 & Max-60 */  }
    .elementor-widget-text-editor .elementor-widget-container h3, div h3,
    .wdt-heading-holder h3.wdt-heading-title-wrapper .wdt-heading-title { font-size: clamp(1.75rem, 1.5481rem + 0.8974vw, 2.625rem); /* Min-28 & Max-42 */  }
    .elementor-widget-text-editor .elementor-widget-container h4, div h4,
    .wdt-heading-holder h4.wdt-heading-title-wrapper .wdt-heading-title { font-size: clamp(1.5rem, 1.4135rem + 0.3846vw, 1.875rem); /* Min-24 & Max-30 */ }
    .elementor-widget-text-editor .elementor-widget-container h5, div h5,
    .wdt-heading-holder h5.wdt-heading-title-wrapper .wdt-heading-title { font-size: clamp(1.375rem, 1.3462rem + 0.1282vw, 1.5rem); /* Min-20 & Max-24 */ }
    .elementor-widget-text-editor .elementor-widget-container h6, div h6,
    .wdt-heading-holder h6.wdt-heading-title-wrapper .wdt-heading-title { font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem); /* Min-18 & Max-18 */ }