/*
Theme Name: Malabar Design
Description: Malabar Design theme.
Version: 1.0
Text Domain: twentysixteen
*/

.wp-block-image img {
    max-width: 100%;
	height: auto;
}

.page-clients .block-references ul {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    overflow: auto;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.page-clients .block-references li {
    max-width: 200px;
    width: 100%;
    height: 80px;
    position: relative;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-clients .block-references li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.page-clients .block-references li .ref_name {
    display: none;
}

.page-homepage .block-seo a.nobtn {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: left;
    line-height: normal;
    background: none;
    color: inherit;
    margin-top: 0;
	    border-bottom: 1px solid #FFF;
}