

.job-post-main h2 i,
.job-post-sidebar h2 i {
    padding-right: 10px;
}

.job-post-wrapper .single-job-post {
    background: #fff;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 30px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.job-post-wrapper .single-job-post:first-child {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.job-post-wrapper .single-job-post:last-child {
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.job-post-wrapper .single-job-post:hover {
    background: #f6f6f6;
}

.job-post-wrapper .single-job-post .job-company {
    width: 85px;
    height: 85px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f0f0f0;
    padding: 20px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.job-post-wrapper .single-job-post .job-company:hover {
    padding: 15px;
}

.job-post-wrapper .single-job-post .job-title,
.job-post-wrapper .single-job-post .job-info {
    padding-left: 20px;
}

.job-post-wrapper .single-job-post .job-title a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Varela Round', sans-serif;
    color: #333;
}

.job-post-wrapper .single-job-post .job-title a:hover {
    color: #29b2fe;
}

.job-post-wrapper .single-job-post .job-info {
    color: #666;
    text-transform: capitalize;
}

.job-post-wrapper .single-job-post .job-info i {
    padding-right: 5px;
}

.job-post-wrapper .single-job-post .job-info span.location {
    margin-left: 5px;
}

.job-post-wrapper .single-job-post .job-category {
    float: right;
}


/* Pagination */


/* Golden Jobs Sidebar */

.featured-job.widget {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.featured-job .company {
    background: #f0f0f0;
    padding: 70px 0;
    border-bottom: 1px solid #e3e3e3;
}

.featured-job .company img {
    width: 85%;
    margin: 0 auto;
    display: block;
}

.featured-job-info {
    padding: 30px 20px;
}

.featured-job-info .job-title {
    overflow: hidden;
}

.featured-job-info .job-title h5 {
    line-height: 27px;
}

.featured-job-info .job-info {
    color: #666;
    text-transform: capitalize;
}

.featured-job-info .job-info i {
    padding-right: 5px;
}

.featured-job-info .job-info span#location {
    margin-left: 5px;
}

.upload-resume {
    padding: 30px 20px;
    background: #f0f0f0;
}

.upload-resume p {
    color: #999;
}





@media all and (max-width: 580px) {
    /**************** 
		JOB POST SECTION
	****************/
     /****** Find Candidates Page *******/
     section.find-candidate form div:first-child {
        width: 100%;
    }
    section.find-candidate form div:last-child {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    section.find-candidate .candidate-wrapper .single-candidate {
        padding: 30px 15px;
    }
    section.find-candidate .candidate-wrapper .single-candidate > div {
        width: 100%;
        text-align: center;
    }
    section.find-candidate .candidate-wrapper .single-candidate .candidate-img {
        margin: 0 auto;
    }
    section.find-candidate .candidate-wrapper .single-candidate .candidate-cta {
        float: none;
        padding: 0
    }
    /****** Company Page ********/
    section#company-profile .company-profile .profile-photo {
        width: 100%;
    }
    section#company-profile .company-profile > div:first-child {
        width: 100%;
        margin-left: 0;
    }
    section#company-profile .profile-info li {
        width: 100%;
    }
    section.company-jobs .single-job-post {
        padding: 30px 15px;
    }
    section.company-jobs .single-job-post > div {
        width: 100%;
        text-align: center;
    }
    section.company-jobs .single-job-post > div:last-child {
        padding: 0;
    }
    section.company-jobs .single-job-post .job-company {
        margin: 0 auto;
    }
    section.company-jobs .single-job-post .job-title,
    section.company-jobs .single-job-post .job-info {
        padding: 0;
    }
    section.company-jobs .single-job-post .job-category {
        float: none;
    }
    /**************** 
		BLOG
	****************/
    /****** Single Blog Post ********/
    #blog-comments .comments-list .comment-replies {
        margin-left: -50px;
    }
    .job-post-wrapper .single-job-post {
        padding: 30px 15px;
    }
    .job-post-wrapper .single-job-post > div {
        width: 100%;
        text-align: center;
    }
    .job-post-wrapper .single-job-post > div:last-child {
        padding: 0;
    }
    .job-post-wrapper .single-job-post .job-company {
        margin: 0 auto;
    }
    .job-post-wrapper .single-job-post .job-title,
    .job-post-wrapper .single-job-post .job-info {
        padding: 0;
    }
    .job-post-wrapper .single-job-post .job-category {
        float: none;
    }
    section.find-candidate form div:first-child {
        width: 100%;
    }
    section.find-candidate form div:last-child {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    section.find-candidate .candidate-wrapper .single-candidate {
        padding: 30px 15px;
    }
    section.find-candidate .candidate-wrapper .single-candidate > div {
        width: 100%;
        text-align: center;
    }
    section.find-candidate .candidate-wrapper .single-candidate .candidate-img {
        margin: 0 auto;
    }
    section.find-candidate .candidate-wrapper .single-candidate .candidate-cta {
        float: none;
        padding: 0
    }
    /****** Company Page ********/
    section#company-profile .company-profile .profile-photo {
        width: 100%;
    }
    section#company-profile .company-profile > div:first-child {
        width: 100%;
        margin-left: 0;
    }
    section#company-profile .profile-info li {
        width: 100%;
    }
    section.company-jobs .single-job-post {
        padding: 30px 15px;
    }
    section.company-jobs .single-job-post > div {
        width: 100%;
        text-align: center;
    }
    section.company-jobs .single-job-post > div:last-child {
        padding: 0;
    }
    section.company-jobs .single-job-post .job-company {
        margin: 0 auto;
    }
    .job-post-wrapper .single-job-post .job-category {
        float: none;
    }
    section.company-jobs .single-job-post .job-category {
        float: none;
    }
    section.company-jobs .single-job-post .job-title,
    section.company-jobs .single-job-post .job-info {
        padding: 0;
    }
    section.company-jobs .single-job-post .job-category {
        float: none;
    }
    section.company-jobs .single-job-post {
        padding: 30px 15px;
    }
    section.company-jobs .single-job-post > div {
        width: 100%;
        text-align: center;
    }
    section.company-jobs .single-job-post > div:last-child {
        padding: 0;
    }
    section.company-jobs .single-job-post .job-company {
        margin: 0 auto;
    }
    section.company-jobs .single-job-post .job-title,
    section.company-jobs .single-job-post .job-info {
        padding: 0;
    }
    section.company-jobs .single-job-post .job-category {
        float: none;
    }
}



.job-post-wrapper .single-job-post {
    background: #fff;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 30px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.job-post-wrapper .single-job-post:first-child {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.job-post-wrapper .single-job-post:last-child {
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.job-post-wrapper .single-job-post:hover {
    background: #f6f6f6;
}

.job-post-wrapper .single-job-post .job-company {
    width: 85px;
    height: 85px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f0f0f0;
    padding: 20px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.job-post-wrapper .single-job-post .job-company:hover {
    padding: 15px;
}

.job-post-wrapper .single-job-post .job-title,
.job-post-wrapper .single-job-post .job-info {
    padding-left: 20px;
}

.job-post-wrapper .single-job-post .job-title a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}

.job-post-wrapper .single-job-post .job-title a:hover {
    color: #29b2fe;
}

.job-post-wrapper .single-job-post .job-info {
    color: #666;
    text-transform: capitalize;
}

.job-post-wrapper .single-job-post .job-info i {
    padding-right: 5px;
}

.job-post-wrapper .single-job-post .job-info span.location {
    margin-left: 5px;
}

.job-post-wrapper .single-job-post .job-category {
    float: right;
}


section#version3.search-jobs .job-post-wrapper .single-job-post {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

section#version3.search-jobs .job-post-wrapper .single-job-post:hover {
    background: #fff;
}

section.company-jobs .single-job-post {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 30px;
}

section.company-jobs .single-job-post .job-company {
    width: 85px;
    height: 85px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f0f0f0;
    padding: 20px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

section.company-jobs .single-job-post .job-company:hover {
    padding: 15px;
}

section.company-jobs .single-job-post .job-title a {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Varela Round', sans-serif;
    color: #333;
    line-height: 45px;
}

section.company-jobs .single-job-post .job-title a:hover {
    color: #29b2fe;
}

section.company-jobs .single-job-post .job-category {
    float: right;
}

@media all and (max-width: 992px) {
    section.job-header {
        text-align: center;
    }
    section.job-header .btn-blue {
        float: none !important;
        margin-top: 40px;
    }
    section#job-page .company-info .job-company {
        margin: 0 auto;
    }
    section#job-page .company-info .job-company-info {
        text-align: center;
    }
    section#job-page .job-sidebar {
        margin-top: 60px;
    }
    /****** 404 ********/
    section#page-not-found {
        background: #fff;
    }
    /****** Candidate Profile ********/
    section#candidate-profile .candidate-profile .profile-descr {
        margin-top: 60px;
    }
    section#candidate-profile .profile-info li {
        width: 49%;
    }
    /****** Company Page ********/
    section#company-profile .company-profile .profile-photo {
        width: 50%;
        margin: 0 auto;
    }
    .company-profile .profile-descr {
        text-align: center;
        margin-top: 60px;
    }
    section#company-profile2 .company-profile .profile-descr {
        margin-top: 0;
    }
    section#company-profile .profile-info li {
        width: 30%;
    }
    /****** Search Jobs ********/
    section.search-jobs .job-post-sidebar {
        margin-bottom: 80px;
    }
}