#load-more {
    display: block;
	text-align: center;
    padding: 5px 40px;
	margin: 5px auto;
    background-color: #fff;
    border: 1px solid #34c3e0;
}

#load-more h3 {
    font-size: 1.2em;
    margin: 0;
}

.hidden {
	visibility: hidden;
	width: 0px !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
    font-size: 0px !important;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ---- button ---- */

#filters {
	display: inline-block;
	box-sizing: border-box;
}

#filters .button {
	display: inline-block;
	padding: 0.5em 1em;
	background: #fff;
	border: none;
	border-right: 2px solid #003976;
	color: #222;
	font-family: sans-serif;
	font-size: 1.2em !important;
	cursor: pointer;
}

.button.is-checked {
	font-weight: 700;
}

/* ---- button-group ---- */

.button-group:after {
	content: "";
	display: block;
	clear: both;
}

.button-group .button {
	float: left;
	border-radius: 0;
	margin-left: 0;
	margin-right: 1px;
}

#filters .button:last-child {
	border-right: none;
}

/* clear fix */
.isotope:after {
	content: "";
	display: block;
	clear: both;
}

/* ---- .element-item ---- */

.element-item {
	position: relative;
	float: left;
}

