/*
Theme Name: mebis-infoportal
Description: dynamic header, dynamic footer, content area, two dynamic sidebars one left (aside) the other right (sidebar) of the content
Author: Benjamin Bedekovic, Aniruddh Bhattacharya, HDpublish.com
Version: 1.25 | Release: 20150603.AniR.BeBe
Credits:
Bootstrap v3.0 by Twitter
No rights reserved.
*/

/*--------------------
 		Defaults
  -------------------- */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float:right;
	margin: 0 0 10px 15px;
}
.alignleft {
    float: left;
    margin: 0 15px 10px 0;
}
.wp-caption {
}
.wp-caption img {
}
.wp-caption p.wp-caption-text {
}
/* -------------------------------- Internet Explorer Fixes */

.ie7 .element {
} /* applies to IE 7 and IE 6 */
.ie6 .element {
} /* applies to IE 6 only */

/* -------------------------------- hacks.20151204 */
div.wpcf7 img.ajax-loader { display: none !important; }
.page .me-homepage-header { padding-top:30px !important; }
/*div.me-search-results {padding-left: 20px;}
li.me-search-result {float: left; margin-right: 1%; width: 32%;}
div.me-search-result-content {min-height: 268px; }*/
.me-wrapper .me-search-results .me-search-result {margin-bottom:20px;}
.me-wrapper .me-block-grid .me-search-result .me-block-inner {min-height: 400px;}

@media only screen and (min-width:992px) {
	ul.block-grid-md-3 li.me-search-result:nth-of-type(3n+1) {clear:both;}
	ul.block-grid-md-3 li.me-search-result {display:inline-block;float:left;list-style:none; padding: 0 20px 1.11111em; width: 33.3333333333%;}
}

@media only screen and (max-width:991px) {
	ul.block-grid-md-3 li.me-search-result:nth-of-type(3n+1) {clear:none;}
	ul.block-grid-sm-2 li.me-search-result:nth-of-type(2n+1) {clear:both;}
	ul.block-grid-md-3 li.me-search-result {display:inline-block;float:left;list-style:none; padding: 0 20px 1.11111em; width: 50%;}
}

@media only screen and (max-width:600px) {
	ul.block-grid-md-3 li.me-search-result:nth-of-type(3n+1) {clear:none;}
	ul.block-grid-sm-2 li.me-search-result:nth-of-type(2n+1) {clear:none;}
	ul.block-grid-md-3 li.me-search-result {display:inline-block;float:left;list-style:none; padding: 0 20px 1.11111em; width: 100%;}
}