/*
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
*/

.nt-dd {font-size:14px;}
.nt-dd ul {padding-left:0px;}
.text-result {text-align: right;
    font-size: 14px;}
.nt-date-time{ 
    font-size: 14px;
    display: block;
    border-bottom: 2px solid #e8cc78;
}
.nt-heading{
font-family: "Avenir Heavy";
    font-weight: 400;
    padding-top: 5px;
    font-size: 1em;
    letter-spacing: -.01em;
    --fontSize: 20;
    --minFontSize: 20px;
    line-height: 1.2;
    margin-bottom:0px !important;
}
.text-result{text-align: center;
    font-weight: 700;
    padding-bottom: 10px;}
    
    
/* Job opening */

.bzOpeningsList {
    list-style: none;
    margin: 0;
    padding:10px 0 0;
    border-top: solid 7px #05c4d9;
    border-bottom: solid 7px #05c4d9;
}
.bzOpening {
    border-bottom: dotted 1px #05c4d9;
    padding: 0 0 10px;
    margin-bottom: 10px;
}
.bzOpening:last-child{
    border-bottom: none;
}
.bzOpening a {
    display: block;
    position: relative;
    padding-right: 100px;
}
.bzButtonApply {
    
    padding: 7px 20px;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    background: #e8cc78;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bzButtonApply:hover{
    background:#05c4d9
}
#wrapper .post-content .bzOpeningsList h2{
    font-weight: 500!important;
    font-size: 22px;
    padding-bottom: .01em;
    border-bottom: solid 1px #a66900;
    color: #a66900;
    line-height: 30px !important;
    margin:0;
    letter-spacing: 0.285px;
    display: inline-block;
}
#wrapper .post-content .bzOpeningsList a:hover h2{
    color:#196E83;
    border: none;
}
#wrapper .post-content .bzOpeningsList h3{
    font-weight: 500!important;
    font-size: 22px;
    padding-bottom: .01em;
    border-bottom: solid 1px #a66900;
    color: #a66900;
    line-height: 30px !important;
    margin:0;
    letter-spacing: 0.285px;
    display: inline-block;
}
#wrapper .post-content .bzOpeningsList a:hover h3{
    color:#196E83;
    border: none;
}
.bzMeta{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 7px 0 0 0;
    padding: 0;
}
.bzMeta li{
    margin: 0 30px 0 0;
}
.bzMeta li:last-child{
    margin: 0;
}
.bzMeta li span{
    font-size: 16px;
    font-weight: 400;
}
.bzMeta li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    margin-right: 8px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #00a178;
}
.bzLocation:before{
content: "\f3c5";
}
.bzType:before{
content: "\f017";
}
.bzDepartment:before{
content: "\f0e8";
}
.bzRemote:before{
content: "\f09e";
}