/* values*/
/* button values - tbc */
.wp-f360-get-now-lockup img {
  height: auto;
  width: auto;
  max-height: 38px;
  max-width: 100%;
  display: inline-block !important;
  vertical-align: middle;
}

.wp-f360-cloud-credits {
  color: #cccccc !important;
}

.wp-f360-cloud-credits-purchase {
  color: white !important;
  border-bottom: 1px solid white !important;
  position: relative;
  top: 8px;
}

.wp-f360-get-now-border-top {
  border-top: 1px solid rgba(204, 204, 204, 0.25);
}

.wp-f360-get-now a svg {
  width: 16px;
  height: 16px;
  fill: #cccccc;
}

.wp-f360-get-now-border-bottom-dashed {
  border-bottom: 1px dashed rgba(204, 204, 204, 0.25);
  padding-bottom: 20px;
}

.wp-f360-get-now-border-bottom-solid {
  border-bottom: 1px solid rgba(204, 204, 204, 0.25);
}

.wp-f360-get-now-request-demo a {
  color: #cccccc !important;
}

.wp-f360-get-now-price {
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  .wp-f360-get-now-border-right {
    border-right: 1px solid rgba(204, 204, 204, 0.25);
  }

  .wp-f360-get-now-trial-btn {
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .wp-f360-get-now-trial-btn {
    margin-top: 20px !important;
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .wp-f360-get-now a.wd-button {
    width: 100%;
    max-width: 282px;
  }
}

/*# sourceMappingURL=get_now.css.map*/