.button_text_color_hover {
  color: #fff;
}
.g5plus-feature-box .feature-thumbnail {
  position: relative;
}
.g5plus-feature-box .play-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.g5plus-feature-box .play-video i {
  height: 40px;
  font-size: 30px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}
.g5plus-feature-box .captions {
  margin-bottom: 20px;
}
.g5plus-feature-box img {
  width: 100%;
  height: auto;
}
.g5plus-feature-box .title {
  display: inline-block;
}
.g5plus-feature-box .title i {
  font-size: 26px;
  margin-right: 9px;
  color: #ffa60a;
}
.g5plus-feature-box .title img {
  height: 26px;
  width: 26px;
  margin-right: 9px;
}
.g5plus-feature-box .title h3 {
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.g5plus-feature-box .title h3 a {
  color: #000;
}
.g5plus-feature-box .title h3 a:hover {
  color: #ffa60a;
}
.g5plus-feature-box a.read-more-feature {
  border: 2px solid #000;
  padding: 5px 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: capitalize;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #000;
}
.g5plus-feature-box a.read-more-feature:hover {
  background-color: #000;
  color: #fff;
}
