/*

 Theme Name:     Divi-child

 Theme URI:      https://www.elegantthemes.com/gallery/divi/

 Description:    Divi Child Theme

 Author:         Elegant Themes

 Author URI:     https://www.elegantthemes.com

 Template:       divi

 Version:        1.0.0

*/

 

 

/* =Theme customization starts here

------------------------------------------------------- */

.filter{
  padding-bottom:20px;
  padding-top:20px;
  width: 100% !important;
 
 
}

.filter button:hover{
  text-decoration: underline;
}

.filter, .filter button {
font-family: din-condensed, sans-serif;
font-style: normal;
font-weight: 300;
 background-color:#FFF;
border: none;
font-size: 28px;
color:#666;
text-transform: uppercase;
text-align: center;
}

.grid{
  margin-left:10%;
  margin-right:10%;
  
}
.grid-item { 
  float: right;
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  
}
.grid-item--width2 { width: 50%; 
}