/* Feature for Visual Composer */

.w-feature {
  position: relative;
}

.w-feature-tooltip {
  display: none;
}

.w-feature-title {
  display: inline-block;
}

.w-feature-title i.type_tooltip {
  font-style: normal !important;
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted rgba(49,65,82,0.75);
}

.w-feature.align_center {
  margin: auto;
  text-align: center;
}

.w-feature.align_right {
  margin: 0 auto 0 0;
  text-align: right;
}

@media only screen and (min-width: 900px) {
  .w-feature-icon {
    display: block !important;
    font-size: 40px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 899px) {
  .w-feature-icon {
    position: absolute;
    left: 0;
    top: 6px;
  }
  .w-feature-icon + .w-feature-title {
    padding-left: 23px;
  }
}

#w-micro-tooltip {
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 100;
  padding: 5px 15px;
  border-radius: 3px;
}

#w-micro-tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, .8);
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#w-micro-tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid rgba(0, 0, 0, .8);
  top: -20px;
  bottom: auto;
}

#w-micro-tooltip.left:after {
  left: 10px;
  margin: 0;
}

#w-micro-tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
