.button {
	display: inline-block;
      margin-right: 40px;
    color: #666;
    text-decoration: none !important;
    font-size: 17px;
}
.button.is-checked {
	color: #e48f07;
}.button:focus { 
    border:none;
}
/* ---- button-group ---- */
.button-group {
    /* margin-bottom: 20px; */
    padding: 10px 0px;
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	    margin: 10px 0px;
}
.button-group:after {
	content: '';
	display: block;
	clear: both;
}
.button-group .button {
	    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
    background: none;
    border: none;
    margin-right: 3%;;
}


/* ---- isotope ---- */
.grid {
/*border: 1px solid #333;*/

}
/* ---- .element-item ---- */



.element-item {
	position: relative;
	float: left;
	width: 24.15%;
	height: 475px;
	margin: 5px;
	padding: 6px;
	/*background: rgba(136, 136, 136, 0.09);*/
	color: #262524;
}

.grid_project_product_name {
    color: #61553f;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 8px;
    font-size: 16px;
    margin-bottom: 4px;
    text-align: center;
	margin-top: 3%;
	    border-top: 1px solid #ddd !important;
   
}
.element-item a {
    text-decoration: none;
}
.grid_project_name {
      text-align: center;
    margin: 0px;
    color: #847c7c !important;
    font-size: 14px;
    font-weight: 600;
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    padding: 1% 0px 3% 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}
.text h5 {
    text-align: center;
    margin: 0px;
    color: #2C2A1F;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5% 0px;
    text-transform: uppercase;
}







@media only screen and (max-width :360px){
	.projects_page h3 {padding-left: 10px;}
.button-group {    padding-left: 6px !important;
    margin-right: 8px !important;
    margin-left: 6px !important;}