/* 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;
}
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;
}
.container,
.iw-container {
    width: auto !important;
}
.job-detail-content,
.gj-employer-content,
.gj-candidate-detail.default .candidate-main-content {
    font-size: 16px;
}
body .entry-content .gj-thankyou-page,
body .entry-content .gj-login,
body .entry-content .gj-register {
    width: 100%;
    max-width: none;
}
@media only screen and (min-width: 768px) {
    .container,
    .iw-container {
        margin: 0 calc(10% + 60px);
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .container,
    .iw-container {
        padding: 1em;
    }
}
@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;
    }
}