/**
 * Hide Team Section
 * Completely hides team section from all pages
 */

.team-area,
.team-section,
section.team-area,
.team-item,
.team-member {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}



