.widget.c-brands.c-brands-template-2 .widget-item-wrapper {
  padding: 60px 40px;
}
.widget.c-brands.c-brands-template-2 .widget-item-picture {
  padding-top: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition-property: opacity, filter;
  -moz-transition-property: opacity, filter;
  -ms-transition-property: opacity, filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.widget.c-brands.c-brands-template-2 .widget-item-picture:hover {
  opacity: 1 !important;
}
.widget.c-brands.c-brands-template-2 .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-brands.c-brands-template-2 .widget-footer-button:hover, .widget.c-brands.c-brands-template-2 .widget-footer-button:focus, .widget.c-brands.c-brands-template-2 .widget-footer-button:active {
  color: #fff !important;
}
.widget.c-brands.c-brands-template-2[data-background=true] {
  padding-top: 75px;
  padding-bottom: 75px;
}
.widget.c-brands.c-brands-template-2[data-theme=light] {
  background-color: #f8f9fb;
}
.widget.c-brands.c-brands-template-2[data-theme=dark] {
  background-color: #000;
}
.widget.c-brands.c-brands-template-2[data-theme=dark] .widget-title,
.widget.c-brands.c-brands-template-2[data-theme=dark] .widget-description {
  color: #fff !important;
}
.widget.c-brands.c-brands-template-2[data-theme=dark] .widget-footer-button {
  color: #fff !important;
}
.widget.c-brands.c-brands-template-2[data-filter=true] .widget-item-picture {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.widget.c-brands.c-brands-template-2[data-filter=true] .widget-item-picture:hover {
  -webkit-filter: none;
  filter: none;
}
@media all and (max-width: 1024px) {
  .widget.c-brands.c-brands-template-2 .widget-item-wrapper {
    padding: 20px;
  }
}
@media all and (max-width: 600px) {
  .widget.c-brands.c-brands-template-2 .widget-item-wrapper {
    padding: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
