/*
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
*/
.fusion-portfolio-content-wrapper {
  background: #e6e6e6;
  display: flex;
  flex-direction: column;
}
.fusion-portfolio-content-wrapper .fusion-image-wrapper {
  height: 60%;
}
.fusion-portfolio-content-wrapper .fusion-portfolio-content {
  padding: 1rem 1.5rem 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  height: 100%;
}
.fusion-portfolio-content-wrapper .fusion-portfolio-content h2.fusion-post-title a {
  color: #26abe2;
}
.fusion-portfolio-content-wrapper .fusion-portfolio-content .fusion-post-content {
  display: flex;
  gap: 15px;
  flex-direction: column;
  height: 100%;
}
.fusion-portfolio-content-wrapper .fusion-portfolio-content .fusion-post-content .portfolio-meta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  align-items: end;
  margin-top: auto;
}
.fusion-portfolio-content-wrapper .fusion-portfolio-content .fusion-post-content .portfolio-meta-grid .portfolio-meta-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fusion-portfolio-content-wrapper .fusion-portfolio-content .fusion-post-content .portfolio-meta-grid .portfolio-meta-left .portfolio-meta-item img.portfolio-icon {
  width: 30px;
  height: 28px;
  margin-right: 6px;
  vertical-align: middle;
}
.fusion-portfolio-content-wrapper .fusion-portfolio-content .fusion-post-content .portfolio-meta-grid .portfolio-meta-right {
  width: 38px;
  height: 38px;
}
.fusion-portfolio-content-wrapper .fusion-portfolio-content .fusion-post-content .portfolio-meta-grid .portfolio-meta-right a.portfolio-arrow-link {
  position: relative;
  top: 4px;
  width: 38px;
  height: 38px;
}
.fusion-portfolio-content-wrapper .fusion-portfolio-content .fusion-post-content .portfolio-meta-grid .portfolio-meta-right a.portfolio-arrow-link svg {
  width: 38px;
  height: 38px;
  fill: #333132;
  transition: fill 0.3s ease;
}
.fusion-portfolio-content-wrapper .fusion-portfolio-content .fusion-post-content .portfolio-meta-grid .portfolio-meta-right a.portfolio-arrow-link svg:hover {
  fill: #26abe2;
}

.similar-projects .portfolio-meta-grid {
  display: none !important;
}

.fusion-column-wrapper .fusion-filters {
  border: none;
}
.fusion-column-wrapper .fusion-filters .fusion-filter {
  margin-bottom: 10px;
}
.fusion-column-wrapper .fusion-filters .fusion-filter:nth-child(-n+2) {
  font-size: 1.2em;
}
.fusion-column-wrapper .fusion-filters .fusion-filter:nth-child(3) {
  clear: left;
}
.fusion-column-wrapper .fusion-filters .fusion-filter.fusion-active a {
  border-top: none;
  border-bottom: 3px solid;
}

.pmb-0 p {
  margin-bottom: 0 !important;
}

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