/*
 Theme Name:     Astra Child
 Theme URI:      https://example.com/
 Description:    A child theme for Astra based on JobFinderPortal.
 Author:         Your Name
 Author URI:     https://example.com/
 Template:       joblook
 Version:        1.0.0
*/

/* Import Astra Parent Theme Styles */
/*@import url("../astra/style.css");*/

/*search box css start here*/
.search-sec{
    background: #1A4668;padding: 2rem;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
     height: calc(3rem + 2px) !important;
     border-radius:0;
}

ul.job_listings.job-grid .job_listing {
    margin-bottom:10px;
    margin-right:10px;}