/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 28 2020 | 10:45:49 */
.job_app_apply input{
  cursor:pointer;
  border: 1px solid transparent !important;
  transition: all 0.3s linear;
}
.in-sec-blurb .et_pb_column {
  min-height: 530px;
}
.job_app_apply input:hover {
    background: #ffffff !important;
    color: #5723fd;
    border: 1px solid #5723fd ;
}
@media (max-width: 767px){
.single-post .post-meta {
    justify-content: initial;
    margin: 0 0 70px 0;
}
  .post-left-content .social-media{
    position: absolute;
    top: 1.5%;
    border: none !important;
    left: 6%;
  }
}