/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.job-entry {
    padding: 20px;
    box-shadow: 0px 2px 4px 2px #00000047;
    margin-bottom: 40px;
}
.job-entry .title{
    margin-top:0px;color: #004B84;margin-bottom:0px;font-size:26px;
}
.job-entry .meta-data{
    text-align:right;
}
.job-entry .location {
    margin-bottom:0px;
    font-weight:700;
}
.job-entry .date {
    margin-bottom:0px;
}
.job-entry .job-preview {
    margin-top:20px;
}
.job-entry .learn-more {
    border: solid 1px #014b84;
    background: white;
    padding: 5px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #014b84;   
}
.job-entry .learn-more:hover {
    border: solid 1px #014b84;
    background: #014b84;
    color:#fff;
}
.align-items-center {
    display: flex;
    align-items: center;
}

.apply_now_modal .modal-dialog.modal-lg {
    max-width: 500px;
}

.apply_now_modal  #modal-hs-form {
    padding-left: 30px;
}

.fusion-modal .modal-header .modal-title {
    font-size: 20px;
}

#wpsl-search-wrap div label {
    font-size: 14px;
    margin-top: 4px;
}
#wpsl-search-btn, #wpsl-search-wrap input {
    padding: 9.5px;
}
input#wpsl-search-btn {
    background: #014b84;
    color: white;
    border: none;
    font-family: 'Open Sans';
    text-transform: uppercase !important;
    font-weight: 700;
}
a.wpsl-directions {
    display: none;
}
.gm-style-iw-chr button {
    display: none !important;
}

#product-list .product-image {
    height: 200px;
    background-size: cover;
    background-color: #e4e4e4;
}
#product-list .product {
    width: 50%;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
}

#product-list .product-inner {
    border: solid 1px;
}

#product-list .product-description {
    padding:10px;
}

#product-list .product-description h4 {
    margin:0px 0px 15px 0px;
    font-size:20px;
    color: #004B84;
}

#product-list {
    width: calc(100% - 300px);
    display: inline-block;
    vertical-align:top;
}
#product-filters {
    width:300px;
    display:inline-block;
    vertical-align:top;
}

.product-filter-categories label {
    display: block;
}

.post-content .product-filter-categories p {
    margin-bottom: 0px;
    margin-top: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
}

.product-filter-categories input[type="checkbox"] {
    margin-right: 10px;
}
#product-filters #search-label {
    font-size:14px;
}

@media screen and (max-width:768px){
    #product-filters, #product-list, #product-list .product {
        width:100%;
    }
    
}
@media screen and (max-width:650px){
    .row.align-items-center {
        display: block;
    }
    .job-entry .meta-data {
        text-align: left;
    }
}