/*
 Theme Name:   Hello Child
 Description:  Child theme of Hello Elementor
 Author:       Vision
 Template:     hello-elementor
 Version:      1.0.0
*/

.ehf-header #masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.fixedheader {
    background: #ffff !important;
}

.black_logo {
    display: none;
}

.fixedheader .black_logo {
    display: block;
}

.fixedheader .white_logo {
    display: none;
}

.fixedheader .header-contact-us-btn {
    background-image: linear-gradient(90deg, #6a4fff 0, #6ff6f7 100%);
    color: #fff !important;
}

.newsletter-contact-info {
    display: flex;

}

.newsletter-email {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.elementor-widget-container .ftr-tw-clrs-lnk {
    text-decoration: none !important;
    color: #6dcff6 !important;
}

.elementor-widget-container .ftr-tw-clrs-lnk:hover {
    color: #fff !important;
}

.elementor-accordion .elementor-tab-title {
    box-shadow: 0px -5px 3px 1px rgb(134 128 170 / 10%);
}

.elementor-accordion-item {
    margin-bottom: 10px;
}

.fixedheader .header-contact-us-btn {
    border-radius: 7px;
}


a.addr-clrs-lnk {
    color: #6dcff6;
    font-weight: 400;
}

a.addr-clrs-lnk:hover {
    color: #000;
}

.elementskit-navbar-nav .menu-item .ekit-menu-dropdown-toggle .elementskit-submenu-indicator::before {
    left: 2px;
    content: "";
    border: solid #94c9ff;
    border-width: 0px 3px 3px 0;
    padding: 2px;
    transform: rotate(45deg);
    top: -6px;
    position: absolute;
}

/* header link */

.fixedheader .elementor .elementor-element .elementskit-navbar-nav>li.current-menu-item>a {
    color: #090101 !important;
}

.fixedheader .elementor .elementor-element .elementskit-navbar-nav>li.current-menu-item>a:hover {
    color: #6dcff6 !important;
}

.fixedheader a.ekit-menu-nav-link {
    color: #685656 !important;
    font-weight: 600 !important;
}

.fixedheader a.ekit-menu-nav-link:hover {
    color: #6dcff6 !important;
}


.your-mobile input[type="number"] {
    width: 550px;
    border: 1px solid #ccc;
}

.contact-info input[type] {
    margin-bottom: 20px;
}


/* =============================================================== */

.awsm_job_openings-template-default {
    padding: 160px 0 30px;
    min-height: 900px;
    color: #000;
}

.entry-title {
    color: #000 !important;
}

.awsm-job-wrap .awsm-job-listing-item .awsm-job-post-title {
    line-height: 33px;
}

.single-awsm_job_openings header#masthead{
    background-color: #000;
}

.awsm_job_openings-template-default header.page-header h1 {
    font-size: 40px;
}

.awsm_job_openings-template-default .page-content {
    padding: 30px 0;
}

.awsm_job_openings-template-default .page-content .awsm-job-content {
    padding-bottom: 0;
}

.awsm_job_openings-template-default .page-content .awsm-job-form .awsm-application-form .awsm-job-form-group .awsm-application-submit-btn {
    padding: 10px 30px 10px 30px;
    border-color: #fff;
    font-size: 16px;
    border-radius: 50px;
}

.awsm_job_openings-template-default .page-content .awsm-job-content .awsm-job-specifications-container .awsm-job-specification-item  {
    margin-bottom: 15px;
}

.awsm_job_openings-template-default .page-content .awsm-job-content .awsm-job-specifications-container .awsm-job-specification-item .awsm-job-specification-label {
    font-size: 22px;
}

.awsm_job_openings-template-default .page-content .awsm-job-content .awsm-job-specifications-container .awsm-job-specification-item .awsm-job-specification-term {
    font-size: 18px;
}

.awsm_job_openings-template-default .page-content .awsm-job-content .awsm-job-specifications-container .awsm-job-specifications-row {
    padding-top: 20px;
}

.awsm_job_openings-template-default .page-content .awsm-job-content .awsm-job-entry-content ul {
    padding-bottom: 20px;
}


/* ============================================================================================ */

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

    .header-contact-us-btn {
        display: none;
    }


    .ekit_menu_responsive_tablet .elementskit-submenu-indicator {
        border: none !important;
    }
}

@media only screen and (min-width: 1024px) {
    .your-mobile input[type="number"] {
        width: 650px;
    }

    .header-contact-us {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .your-mobile input[type="number"] {
        width: 260px;
    }

    .newsletter-email {
        padding: 0px 6px;

    }

    .newsletter-contact-info {
        display: flex;
        gap: 6px;
    }

    .awsm_job_openings-template-default {
        padding: 60px 0 30px;
    }

    .awsm_job_openings-template-default header.page-header h1 {
        font-size: 25px;
    }

    .awsm_job_openings-template-default .page-content {
        padding: 15px 0;
    }
    

}

@media only screen and (max-width: 375px) {
    .newsletter-contact-info {

        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }


}