/* Add here all your css styles (customizations) */
/* Page - Careers */

/*Centering form button */
.button-centered {
    float: none !important;
    margin: auto !important;
}

/* Applying padding for list elements */
ul.list-unstyled i {
    padding-right: 10px;
}

/*Page - Services */
/* Removing background color */
.team-v7 .team-v7-img:after {
    background: none;
}

/* Spam filter field */
.antispam {
    display:none;
}