/* ********* */
/* Icon Box */
/********* */

.idw_icon_box {
  position: relative;
}

.idw_icon_box.has_border:after {
  content: "";
  display: block;
  width: 0px;
  height: 100%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #CFCFCF;
  position: absolute;
  right: 0;
  top: 0;
}

.idw_icon_box a {
  display: block;
}

.idw_icon_box a:hover {
  text-decoration: none;
}

.idw_icon_box .icon_wrapper {
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  position: relative;
  margin: 0 auto;
  display: block;
  color: #74bb3a;
}

.idw_icon_box .title_wrapper {
  text-align: center;
}
.idw_icon_box .title_wrapper h4 {
  font-size: 16px;
}

.idw_icon_box .cta_wrapper {
  background: #74bb3a;
  transition: 0.6s;
  color: #fff;
  text-align: center;
  padding: 7px 20px;
  font-weight: 400;
}

.idw_icon_box a:hover .cta_wrapper {
  background: #434343;
  transition: 0.6s;
}

.idw_icon_box a.button {
  display: inline-block;
}



/* ******** */
/* Img Box */
/******** */

.idw_img_box {
  position: relative;
  min-height: 200px;
  margin-bottom: 0 !important;
}

.idw_img_box.has_border:after {
  content: "";
  display: block;
  width: 0px;
  height: 100%;
  border-width: 0 2px 0 0;
  border-style: solid;
  border-color: #f7f7f7;
  position: absolute;
  right: 0;
  top: 0;
}

.idw_img_box a {
  display: block;
}

.idw_img_box a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=100);
  opacity: 100;
  background: rgba(0,0,0,.1);
  transition: .3s;
}

.idw_img_box:hover a:after {
  filter: alpha(opacity=0);
  opacity: 0;
}

.idw_img_box .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  text-align: center;
  text-shadow: 1px 1px 3px #444444;
  color: white;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.idw_img_box .icon_wrapper {
  font-size: 450%;
  position: relative;
  margin-bottom: 20px;
}

.idw_img_box .title_wrapper h4 {
  font-size: 110%;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
}
