/* OVERRIDE CSS TWENTY-NINETEEN THEME*/

.gj-widget-collapse .gj-widget-title-collapse{
    font-size: 21px;
    line-height: 31px;
}
.gj-location-search .pinpoint-btn{
    font-size: 16px;
}
.gj-input-checkbox [type="checkbox"]:not(:checked) + label, .gj-input-checkbox [type="checkbox"]:checked + label,
.gj-more-filter-btn button{
    font-size: 16px;
}
.gj-more-filter-btn button{
    background: none !important;
    font-family: inherit;
}
button.gj-btn-primary:hover{
    border-color: #111;
}
.gj-form-search-keyword .input-group-btn button{
    top: 6px;
}
.gj-form-search-keyword .input-group-btn button i{
    font-size: 18px;
}
.gj-default-sorting select{
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: transparent;
    color: #333333;
    font-weight: 500;
    border: 1px solid #ECE8EB;
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    font-size: 16px;
}
.gj-default-sorting select option{
    padding: 8px 0;
}
h1:not(.site-title):before, h2:before{
    display: none !important;
}
.gj-dashboard-main table td, .gj-dashboard-main table th{
    border: none !important;
}
a:focus{
    outline: none !important;
    text-decoration: none !important;
}
.gj-candidates.gj-listing .candidate-info{
    display: inline-block;
    width: calc(100% - 120px);
    padding-left: 32px !important;
}
h3.widget-title{
    font-size: 21px;
    line-height: 31px;
}
.widget ul li{
    list-style-type: none;
}
.job-detail.default .post-social-share a{
    background: #6979F8;
    color: #fff;
}
.avatar{
    border-radius: 5px !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus{
    outline: none !important;
}
.tagcloud a{
    font-size: 16px !important;
}
h3, .h3{
    font-size: 24px !important;
}
body .sidebar-jobs .widget ul li {
    border: none;
    margin-top: 10px !important;
    padding: 0;
}
.gj-more-filter-btn button {
    line-height: inherit !important;
}
.container,
.iw-container {
    width: auto !important;
    max-width: 700px;
    padding-left: 2em;
    padding-right: 2em;
}
.job-detail .widget ul li,
.gj-candidate-detail .widget ul li,
.gj-employer-detail .widget ul li {
    border: none;
}
a, a:hover, a:focus {
    text-decoration: none;
}
.job-detail-content,
.gj-employer-content,
.gj-candidate-detail.default .candidate-main-content {
    font-size: 16px;
}
@media screen and (min-width: 48em) {
    .container,
    .iw-container {
        max-width: 1000px;
        padding-left: 3em;
        padding-right: 3em;
    }
}
@media only screen and (min-width: 992px) {
    .gj-jobs-page .col-md-3 .widget-area, .gj-employers-page .col-md-3 .widget-area, .gj-candidates-page .col-md-3 .widget-area, .gj-job-taxonomy-page .col-md-3 .widget-area {
        padding: 0 !important;
        border: none;
    }
}