/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1739398960
Updated: 2025-02-12 22:22:40

*/


/* --------------------------- Custom CSS for the Expandable Search --------------------------- */
.expandable-search-wrapper {
    position: relative;
    display: inline-block;
}

#searchToggle {
    z-index: 2;
    background-color: #15BDEF;
    padding: 10px;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius:  0px;
}

#searchToggle i {
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
}

#expandableSearchForm {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease;
    z-index: 20;
    white-space: nowrap;
    background: #e2e2e2;
    padding: 0;
}

#expandableSearchForm input {
    width: 420px;
    padding: 10px 15px;
    border: none;
    display: block;
    outline: 1px solid #000;
    outline-offset: -1px;
    border-radius: 0px;
}

#expandableSearchForm.expanded {
    width: 420px;
    padding: 0;
}
/* ===== END of Custom CSS for the Expandable Search ===== */


/* --------------------------- Primary banner header background color for laptop and below --------------------------- */
@media screen and (max-width: 1440px) {
   .primary-banner-header {
    background-color: rgba(0, 0, 0, 0.4) !important;
    }
}
/* ===== END of Primary banner header background color for laptop and below ===== */


/* --------------------------- Breadcrumbs --------------------------- */
.breadcrumb-container.theme1 ol {
    padding: 0px;
    margin: 0px;
}

.breadcrumb-container.theme1 li a {
    line-height: 20px !important;
    padding: 0;
    margin: 0 5px 0 0;
}

.breadcrumb-container span.separator {
    margin: 0 5px;
}
/* ===== END Breadcrumbs ===== */


ul.sub-menu {
    margin-left: 4em !important; 
}

ul.sub-menu li a {
    font-size: 18px !important;
}
/* --------------------------- Page Content --------------------------- 

#page-content-container p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300 !important;
}*/
 
/* Add margin to content ul and li tags */
.e-con-inner ul, .e-con-inner ol {
    margin: 1.5em 0 2em;
}

.e-con-inner li {
    margin: .5em 0
}

/* Remove margin from primary menu ul tag (within e-con-inner) */
ul.elementor-nav-menu { 
    margin: 0 !important
}

#page-content-container a.quick-link {
    background-color: #15BDEF;
    font-size: 16px;
    font-weight: 900;
    color: #000 !important;
    display: inline-block;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #15BDEF;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 45px 10px 45px;
    margin: 15px 0 25px;
    text-decoration: none;
}

#page-content-container a.quick-link:hover {
    background-color: #fff;
    color: #000;
    border-color: #000000;
    transition-duration: 1000;
}

/* ===== END Page Content ===== */


/* Level One sub page CTA button */
a.dynamic-btn {
    background-color: #15BDEF;
    font-size: 16px;
    font-weight: 900;
    color: #000 !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #15BDEF;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 45px 10px 45px;
}
a.dynamic-btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #000000;
    transition-duration: 1000;
}
/* ===== END Level One sub page CTA button ===== */

/* --------------------------- Bottom Menu - This menu is located below the content of each page and shows child pages, external links, and downloadable files --------------------------- */

.page-bottom-menu-nav ul {
    padding: 0;
    margin: 0;
}

.page-bottom-menu-nav li {
    border-style: solid;
    border-color: #15BDEF;
    border-width: 2px 2px 2px 10px;
    margin-bottom: 10px;
    list-style: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    padding: 15px;
}

.page-bottom-menu-nav li:hover {
    background-color: #15BDEF;
}

.page-bottom-menu-nav a {
    color: #000 !important;
    display: inline-block;
    width: 100%;
}

.page-bottom-menu-nav i {
    float: right;
    color: #000;
    font-size: 23px;
}

.page-bottom-menu-nav li:hover i, .page-bottom-menu-nav a:hover {
    color: #000 !important;
}

.page-bottom-menu-nav table {
    font-size: inherit !important;
    margin: 0;
}

.page-bottom-menu-nav td {
    vertical-align: middle;
    background-color: transparent !important;
    padding: 0;
    border: none;
}



@media only screen and (min-width: 520px) {
    .page-bottom-menu-nav li {
        font-size: 18px;
        padding: 15px;
    }
}

@media only screen and (max-width: 1440px) {
    .page-bottom-menu-nav {
        padding: 0 2em;
    }
}


/* ===== END This menu is at the bottom of each page and shows child pages, external links, and downloadable files ===== */