/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.page-template-search-employee .container_wrapper {
    background: rgb(37, 56, 92);
    display: flex;
    flex-flow: wrap;
    padding: 15px;
}

.page-template-search-employee .container_wrapper .row {
    max-width: 1030px;
    width: 100%;
}

.page-template-search-employee .container_wrapper .row h1 {
    color: #fff;
    font-family: "Open Sans", Sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-template-search-employee .container {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 40px;
}

 .page-template-search-employee .container_emp{
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    padding: 50px 0px;
 }

 .page-template-search-employee .container_posts {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    padding: 50px 0px;
 }
 
 .page-template-search-employee .container_emp .col-3 {
    width: 100%;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-bottom-left-radius: 3.5px;
    border-bottom-right-radius: 3.5px;
 }

  
 .page-template-search-employee .container .col-3 {
    width: 25%;
    position: relative;
    margin: 10px;
 }

 .page-template-search-employee .img-static {
    position: relative;
    z-index: 1;
    padding: 0px;
 }

 .page-template-search-employee .img-second{
    position: absolute;
    top: 0;
    z-index: 0;
    padding: 0px;
 }

 .page-template-search-employee .img-static img,
 .page-template-search-employee .img-second img {
    border-top-left-radius: 3.5px;
    border-top-right-radius: 3.5px;
 }

 .page-template-search-employee .emp-content {
    padding: 10px 22px 15px 22px;
    text-align: center;
 }

 .page-template-search-employee .emp-content a{
    color: #81a102;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-decoration: underline;
 }

 .page-template-search-employee .emp-content a:hover{
    text-decoration: none;
 }

 .page-template-search-employee p.emp-title_team {
    color: #000;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    margin: 0px;
 }

 .page-template-search-employee hr {
    width: 90%;
    background-color: #2b3f69;
    height: 2px;
 }

 .page-template-search-employee .pages-wrapper {
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e9eaec;
    text-align: center;
 }

 .page-template-search-employee .pages-wrapper a {
    color: #2b3f69;
    font-family: "Open sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
 }

 .page-template-search-employee .container_emp .col-3:hover .img-static {
    opacity: 0;
    visibility: hidden;
 }

 .page-template-search-employee .container_emp h4, 
 .page-template-search-employee .container_emp form {
    width: 100%;
}

.page-template-search-employee .container h4 {
    width: 100%;
    color: #2b3f69;
    font-size: 20px;
    font-family: "Open sans", sans-serif;
    font-weight: 700;
}

.page-template-search-employee select#cfs {
    border: 1px solid #CED4DA;
    border-radius: 4.5px;
    background: #fff;
    font-family: "Open sans", sans-serif;
}

.page-template-search-employee select#cfs:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

.page-template-search-employee .container form.search-form, .container form.search-form select {
    width: 100%;
}

.page-template-search-employee p.emp-title_team {
    text-transform: capitalize;
}


 @media screen and (max-width: 1400px) and (min-width:1025px){
    .page-template-search-employee .container_emp,
    .page-template-search-employee .container,
    .page-template-search-employee .container_posts{
        margin: 0 50px;
    }
 }

 @media screen and (max-width:1024px) and (min-width:768px){
    .page-template-search-employee .container .col-3 {
        width: 40%;
     }

    .page-template-search-employee .container_emp{
        grid-template-columns: repeat(2, 1fr);
        margin: 0 50px;
    }

    .page-template-search-employee .container{
        margin: 0 50px;
    }

    .page-template-search-employee .container_posts {
        max-width: 800px;
        margin: 0 50px;
        grid-template-columns: repeat(2, 1fr);
    }
 }

 @media screen and (max-width:767px){
    .page-template-search-employee .container .col-3 {
        width: 100%;
     }

     .page-template-search-employee .container_emp,
     .page-template-search-employee .container_posts,
     .page-template-search-employee .container{
        grid-template-columns: repeat(1, 1fr);
        margin: 0 30px;
    }
 }