.cfct-module-loop {
  overflow: hidden;
  margin-bottom: 40px;
}
.cfct-module-loop.no-margin {
  margin: 0;
}
.cfct-module-loop.col-3 article {
  width: 32%;
  float: left;
  overflow: hidden;
}
.cfct-module-loop.col-3 article + article {
  margin-left: 2%;
}
.cfct-module-loop.col-3 img {
  float: none;
  width: 100%;
  margin: 0 0 10px 0;
}
.cfct-module-loop a {
  overflow: hidden;
}
.cfct-module-loop img {
  float: left;
  width: 32%;
  z-index: 1;
  height: auto;
  max-height: 139px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  margin: 0 2% 2% 0;
}
.cfct-module-loop .entry-title {
  margin: 0 0 10px 0;
}
.cfct-module-loop .entry-title .type {
  display: none;
}
.cfct-module-loop .entry-title a {
  font-size: 20px;
  color: #191919;
  font-weight: bold;
}
.cfct-module-loop .content {
  font-size: 14px;
  line-height: 18px;
  color: #191919;
}
.cfct-module-loop .content p {
  margin: 0;
}
.cfct-module-loop .post-meta {
  display: none;
}
