.c8-testimonial li {
  float: left;
  width: 23%;
  max-width: 300px;
  list-style: none;
  margin-bottom: 25px!important;
  display: inline-block;
  overflow: hidden;
  margin-left: 0!important;
  margin-right: 10px!important;
}
.c8-testimonial li:first-child {
  margin-left: 0;
}
.c8-testimonial li img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.c8-testimonial li .c8-overlay {
  position: relative;
}
.c8-testimonial li .c8-overlay a {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.c8-testimonial li .c8-overlay .overlay {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.c8-testimonial li .c8-overlay .overlay a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.c8-testimonial li .c8-overlay .overlay a span.overlay-btn {
  position: absolute;
  padding: 8px 0;
  background: #333;
  color: #FFF;
  text-align: center;
  top: 0;
  left: 0;
  margin-top: -100px;
  -webkit-transition: margin-top 0.3s linear, color 0.2s linear;
  -moz-transition: margin-top 0.3s linear, color 0.2s linear;
  -o-transition: margin-top 0.3s linear, color 0.2s linear;
  -ms-transition: margin-top 0.3s linear, color 0.2s linear;
  transition: margin-top 0.3s linear, color 0.2s linear;
  width: 100%;
  height: auto;
  display: inline-block;
  z-index: 2002;
  opacity: 0.8;
}
.c8-testimonial li .c8-overlay .overlay.active {
  background: rgba(17, 146, 211, 0.65098);
  display: block;
  opacity: 100;
}
.c8-testimonial li .c8-caption {
  display: block;
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-top: none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -8px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.c8-entry-title {
  font-size: 35px;
  font-weight: 700;
}
.c8-entry-meta {
  font-size: 25px;
  font-weight: 600;
  margin-top: 25px;
}
.c8-entry-meta:before {
  content: "\f122";
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-size: 15px;
  font-family: "dashicons";
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
}
.c8-entry-meta:after {
  transform: rotate(180deg);
  content: "\f122";
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-size: 15px;
  font-family: "dashicons";
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
}
.c8-image {
  float: left;
  width: 30%;
  margin-top: 45px;
}
.c8-context {
  float: left;
  clear: right;
  margin-bottom: 30px;
}
.c8-left {
  width: 65%;
  margin-left: 10px;
  margin-bottom: 30px;
  float: left;
}
.c8-excerpt {
  display: inline-block;
  padding: 0 2px 23px;
  font-size: 14px;
}
.c8-entry-header,
.c8-entry-content,
.c8-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px;
  position: relative;
  clear: both;
}
@media only screen and (min-width: 520px) and (max-width: 959px) {
  .c8-testimonial li {
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 520px) {
  .c8-testimonial li {
    width: 100%;
  }
}
