/* Escribe aquí tu código CSS */
@media only screen and (min-width: 1200px) {
    .atframework_employees_widget .employee {
        width: 16%;
    }
}
body.page-template-single-employee div.single-thumb,
body.page-template-single-employee #secondary {
    display: none;
}

body.page-template-single-employee #primary {
    width: 100%;
}
.employees-area .employee-title {
      background-color: #ccc;
    } 
    .custom-logo-link img {
      width: auto;
      max-height: 130px;
    }
