/*

Theme Name: Bencis

Author: Pixel2Code

Author URI: http://pixel2code.nl/

Description: Wordpress theme for Bencis.

Version: 1.0

Text Domain: BEN

*/

.otgs-development-site-front-end {
    display: none;
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}

.selected-filters ul li {
    display: inline-block;
    margin-right: 20px;
}
.image-text-info-module p a{
    display: inline-block;
    vertical-align: top;
}
@media only screen and (max-width: 860px) {
    .team-module .item{
        width: 48.13433%;
        margin-right: auto;
    }
    .team-module .item:nth-child(3n+3){
        margin-right: auto;
    }
    .team-module .item:nth-child(even){
        float: right;
    }
}
@media only screen and (max-width: 576px) {
    .team-module .item{
        width: 100%;
    }
}