.elementor-kit-5{--e-global-color-primary:#0A0D15;--e-global-color-secondary:#191A1A;--e-global-color-text:#000000;--e-global-color-accent:#D51E0B;--e-global-color-5d46d28:#FFFFFF;--e-global-color-bd8b920:#E6EFFD;--e-global-color-65116ed:#F1F1F1;--e-global-typography-primary-font-family:"Trebuchet MS";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Trebuchet MS";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Trebuchet MS";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Trebuchet MS";--e-global-typography-accent-font-weight:500;font-family:"Trebuchet MS", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Trebuchet MS", Sans-serif;}.elementor-kit-5 h1{font-family:"Trebuchet MS", Sans-serif;}.elementor-kit-5 h2{font-family:"Trebuchet MS", Sans-serif;font-weight:700;}.elementor-kit-5 h3{font-family:"Trebuchet MS", Sans-serif;}.elementor-kit-5 h4{font-family:"Trebuchet MS", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h2{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========================================
   GadgetBD Search Toggle
   Mobile + Tablet Only
   No Animation
======================================== */

/* Search Bar - Default Hidden */
.gadgetbd-mobile-search {
    width: 100%;
    display: none;
    visibility: hidden;
    opacity: 0;
}

/* Search Bar - Open */
.gadgetbd-mobile-search.is-open {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Search Icon */
.gadgetbd-search-toggle {
    cursor: pointer;
}

/* ========================================
   Desktop Only - Hide Complete Feature
======================================== */

@media (min-width: 1025px) {

    .gadgetbd-mobile-search,
    .gadgetbd-mobile-search.is-open {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    .gadgetbd-search-toggle {
        display: none !important;
    }
}/* End custom CSS */