/* Help Page */
div.kp-ifree-help .wp-badge {
  border: none;
  background: url(../images/icon-256.png) right no-repeat;
  background-size: 110px 110px;
  box-shadow: none;
  height: auto;
}
.about-wrap.kp-ifree-help [class$="-col"] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-wrap [class$="-col"] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kp-ifree-help [class$="-col"] .col {
  flex: 1;
  align-self: flex-start;
}
.kp-ifree-help .col {
  margin-top: 40px;
}
.kp-ifree-help.about-wrap [class$="-col"] .col + .col {
  margin-left: 0;
}
.kp-ifree-help.about-wrap .help-section[class$="-col"] .col + .col {
  margin-left: 20px;
}
div.kp-ifree-help .headline-feature.feature-video {
  position: relative;
  margin: 40px 0;
  padding-bottom: 56.25%;
  width: 100%;
  max-width: 100%;
  height: 0;
  text-align: center;
}
div.kp-ifree-help .headline-feature.feature-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.kp-ifree-help .feature-section .kp-ifree-feature {
  background-color: #fff;
  padding: 20px 20px;
  border: 1px solid #ddd;
}
div.kp-ifree-help .feature-section .kp-ifree-feature h3 {
  font-size: 16px;
  margin-top: 18px;
}

div.kp-ifree-help .feature-section i.kp-ifree-font-icon {
  font-size: 30px;
  display: block;
  color: #52b3d9;
}
div.kp-ifree-help .kp-ifree-pro-features .feature-section span.dashicons {
  font-size: 22px;
  color: #fff;
  background-color: #52b3d9;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  margin-right: 10px;
}
div.kp-ifree-help .kp-ifree-pro-features .feature-section {
  margin-bottom: 40px;
  margin-left: -2%;
}
div.kp-ifree-help .kp-ifree-pro-features .feature-section .kp-ifree-feature h3 {
  margin-top: 0;
}
div.kp-ifree-help .kp-ifree-pro-features .feature-section .kp-ifree-feature p {
  margin-bottom: 0;
}
div.kp-ifree-help .kp-ifree-pro-features .feature-section .kp-ifree-feature {
  box-shadow: 0 0 10px 0 #dddddd;
  margin: 4px;
  border: 0 solid;
}
div.kp-ifree-help .kp-ifree-pro-features .feature-section.three-col .col {
  min-width: 31.3%;
  max-width: 31.3%;
  margin-top: 20px;
  padding-left: 2%;
}
div.kp-ifree-help .kp-ifree-pro-features .kp-ifree-pro-subtitle {
  font-size: 1.2em;
  margin-bottom: 26px;
}

div.kp-ifree-help .kp-ifree-upgrade-sticky-footer {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: calc(100% - 195px);
  z-index: 9;
  margin-left: -25px;
  text-align: center;
  border: 1px solid #dfdfdf;
  padding: 15px 0;
  border-bottom: none;
}
div.kp-ifree-help .kp-ifree-pro-features h2 {
  font-size: 2.5em;
  font-weight: 400;
}
div.kp-ifree-help .kp-ifree-upgrade-sticky-footer h3 {
  margin-top: 17px;
  margin-bottom: 20px;
}

div.kp-ifree-help .kp-ifree-upgrade-sticky-footer a.button {
  margin: 0 8px;
}

/* From Raju */
.hayat-readonly {
  filter: invert(1);
}

.hayat-readonly:hover:after {
  content: "This option is available in the Pro Version only.";
  position: absolute;
  top: 0;
  width: 95%;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #2196f3;
}

.pro_only {
  filter: invert(1);
}

.pro_only:hover:after {
  content: "Pro Only";
  position: absolute;
  top: 0;
  width: 95%;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #2196f3;
}
.h5vp_video_player .csf--sibling.csf--button {
  padding: 5px !important;
}
.h5vp_video_player .csf-title h4 {
  font-size: 16px !important;
}
