/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Réalisations */
.category-filters {
  text-align: center;
  background-color:#eaeff0;
  padding:40px 0;
}

.category-filters ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin:0;
}

.category-filters li {
  font-size:20px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  padding: 10px 16px 8px;
  transition: background 0.3s;
  line-height:1.2em;
  font-family: var(--h1_typography-font-family);
}

.category-filters li.active,
.category-filters li:hover {
  background: var(--awb-color5) !important;
  color: #fff;
}

.masonry-item {
  width: calc(33.3333% - 40px);
  margin:20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px){
  .masonry-item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 460px){
  .masonry-item {
    width: calc(100% - 40px);
  }
}

.masonry-grid{
  padding: 50px 0;
}