.jobylon-job-cover {
    display: block !important;
    height: 220px;
}

.jobylon-job-descr {
    display: block !important;  
}

.jobylon-job-excerpt,
.jobylon-job-details {
    display: none;
}


.jobylon-job {
    width: 31%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.09), 0 2px 12px 0 rgba(0,0,0,0.05);
    transition: 0.2s linear;
    margin-bottom: 20px;
    min-height: 360px;

}

@media (max-width: 980px) {

.jobylon-job {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}

}

@media (max-width: 750px) {

.jobylon-job {
    width: 100%;
    float: none;
}

}


.jobylon-job-title {
    color: #ee4050 !important;
    margin-top: 10px !important;
    cursor: default !important;
    font-size: 13px !important;
    padding: 10px 8px !important;
    font-weight: bold;
    line-height: 1.5;
}


.jobylon-apply-btn {
    margin-bottom: 20px !important;
    background: #ee4050 !important;
    border-radius: 500px !important;
    font-weight: bold;
    font-size: 14px !important;
    padding: 1px 20px !important;
}

.jobylon-hide {
    display: none;
}

.jobylon-job:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 2px 18px 0 rgba(0,0,0,0.2);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}

.jobylon-powered-by {
    display: none;
}

.jobylon-apply-btn:hover {
    background: #ee4050 !important;
}