.tm-browser {
  position: relative;
  border: 6px #fff solid;
  border-top-width: 24px;
  border-radius: 8px;
  background: #fff;
}
.tm-browser::before {
  content: "\2022\2022\2022";
  position: absolute;
  top: -20px;
  left: 2px;
  line-height: 17px;
  font-size: 17px;
  font-family: ProximaNova, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #c3c3c3;
  letter-spacing: 2px;
}
.tm-preview-modal {
  height: 100%;
  background: #f8f8f8;
  padding-left: 15px;
  padding-right: 15px;
}
.tm-preview-modal-header {
  min-height: 90px;
}
@media (min-width: 960px) {
  .tm-preview-modal {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .tm-preview-modal {
    padding-left: 50px;
    padding-right: 50px;
  }
  .tm-preview-modal-header {
    min-height: 120px;
  }
}
@media (min-width: 2200px) {
  .tm-preview-modal {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.uk-preview-icons {
  width: 460px;
  height: 28px;
}
.uk-preview-style {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15), 0 1px 6px rgba(0, 0, 0, 0.1);
}
.uk-active > .uk-preview-style,
.uk-preview-style:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.25), 0 1px 6px rgba(0, 0, 0, 0.1);
}

.tm-responsive-iframe {
  position: relative;
  width: 1280px;
  height: 800px;
  box-shadow: 3px 3px 40px 0 rgba(0, 0, 0, 0.06);
  transition: 0.3s ease-out;
  transition-property: width, height;
}

.tm-preview-iframe {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
  box-shadow: 3px 3px 40px 0 rgba(0, 0, 0, 0.06);
  transition: 0.3s ease-out;
  transition-property: width, height;
}
@media (min-width: 1200px) {
  .tm-preview-iframe {
    height: calc(100vh - 120px);
  }
}
.tm-preview-size-phone-portrait {
  width: 375px;
  height: 812px;
}
.tm-preview-size-tablet-portrait {
  width: 768px;
  height: 1024px;
}
[class*="tm-preview-size"] {
  max-height: calc(100vh - 90px);
}
@media (min-width: 1200px) {
  [class*="tm-preview-size"] {
    max-height: calc(100vh - 120px);
  }
}
.tm-preview-iframe > *, .tm-responsive-iframe > * {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"] {
  width: 16px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
  margin-top: 0;
}
.gform_wrapper label.gfield_label {
  font-size: 12px;
  font-weight: 400;
}
.gform_wrapper .description,
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_description,
.gform_wrapper .gfield_radio li label,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: 1em;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: 500;
}
.gform_legacy_markup_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 5px 8px;
}
.gform_legacy_markup_wrapper,
.gform_legacy_markup_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  input[type="text"],
.gform_legacy_markup_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  select {
  margin-bottom: 0;
}
.gform_legacy_markup_wrapper li.hidden_label input {
  margin-top: 0;
}
.tm-demo-button-large .uk-input:hover {
  border: 1px solid #8468d2;
}
.tm-demo-button-large .uk-input:focus {
  border: 2px solid #8468d2;
  padding: 0 19px !important;
}
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  padding: 8px 15px !important;
}
.tm-nav-item {
  margin-left: 35px;
}
.tm-subnav-icon {
  margin-left: -4px;
}
.tm-demo-email {
  border-radius: 500px;
}
.uk-subnav a.uk-active {
  color: @subnav-item-active-color;
}
a.mobile-icon {
  margin-right: 10px;
}
.top-link {
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
&.hide {
  visibility: hidden;
  opacity: 0;
}
.page-id-239 .start {
  display: none;
}
.tm-browser {
  position: relative;
  border: 6px #fff solid;
  border-top-width: 24px;
}
@media (min-width: 960px) {
  .tm-hero-image-container > div > .uk-tile {
    background-image: none !important;
  }
}

.tm-border-rounded .tm-tile-background > div > .uk-tile,
.tm-border-rounded div.uk-position-cover,
.tm-border-rounded img,
.tm-border-rounded li.el-item,
.tm-border-rounded video {
  border-radius: 16px !important;
}
.tm-image-card,
.tm-theme-card {
  box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.2, 0.5, 0.3, 1);
}
@media (min-width: 960px) {
  .tm-theme-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.12);
  }
}
.tm-section-muted-gradient {
  background-image: linear-gradient(3deg, rgba(217, 222, 235, 0.4) 40%, #fff);
}
.tm-section-muted-gradient-inv {
  background-image: linear-gradient(183deg, rgba(217, 222, 235, 0.4) 40%, #fff);
}
.tm-section-soap-gradient-inv {
  background-image: linear-gradient(183deg, #fdfbf7 50%, #fff);
}
.tm-background-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.95));
}
.uk-subnav-pill > .uk-active > a {
  border-bottom-color: #f8f8f8;
}
.uk-subnav-pill > * > :first-child {
  border-bottom-color: #eee;
}
@media (max-width: 639px) {
  .home .hero-browser {
    padding: 8vh 30px 8vh;
  }
  .homeHero .uk-section-small {
    padding-top: 60px !important;
  }
}
.tm-section-hero > div {
  min-height: 500px;
}
@media (min-width: 1600px) {
  .tm-section-hero > div {
    min-height: 660px;
  }
}
@media (max-width: 959px) {
  .tm-post-hero > div {
    min-height: 0 !important;
    height: auto !important;
  }
}
.tm-label-changelog {
  width: 90px;
  margin-top: 3px;
}
.uk-lightbox-iframe {
  height: calc(100vh - 120px);
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.tm-examplesa>divnot: (.el-link) {
  box-shadow: 4px 0 8px 0 rgb(48 50 59 / 10%);
  -webkit-box-shadow: 4px 0 8px 0 rgb(48 50 59 / 10%);
}
.tm-box-decoration-default::before,
.tm-box-decoration-primary::before,
.tm-box-decoration-secondary::before,
.tm-theme-gallery .uk-position-cover,
.tm-theme-gallery a,
.tm-theme-gallery img,
.tm-theme-gallery .uk-inline-clip {
  border-radius: 16px;
}
.bg-pattern1 {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%237bd5b2' fill-opacity='0.8'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 300px;
  height: 200px;
  background-size: 30px;
  top: -22px;
  left: -42px;
  z-index: 0;
}
.bg-pattern2 {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffc954' fill-opacity='0.8' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  width: 200px;
  height: 300px;
  background-size: 10px;
  bottom: -60px;
  right: -60px;
  z-index: 0;
}
.uk-nav-sub a {
  margin: 5px 0;
}
@media (min-width: 960px) {
  .product-cards a:focus,
  .product-cards a:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.product-cards a,
.product-cards a:focus,
.product-cards a:hover {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tm-panel-image-shadow img {
  box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.12);
}
.tm-slideshow-dotnav .uk-position-bottom-right {
  right: -25px;
  bottom: 10px;
}
.tm-pricing-table tr td:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.tm-pricing-table th {
  text-align: center;
}
.uk-accordion-title::before {
  float: left;
}

@media (min-width: 960px) {
  .tm-background-right-3-5 {
    background: linear-gradient(
      270deg,
      #fdfbf7 0,
      #fdfbf7 60%,
      #fff 60%,
      #fff 100%
    );
  }
  .tm-background-left-3-5 {
    background: linear-gradient(
      90deg,
      #fdfbf7 0,
      #fdfbf7 60%,
      #fff 60%,
      #fff 100%
    );
  }
}
@media (max-width: 959px) {
  .tm-background-right-3-5 {
    background: linear-gradient(180deg, #fdfbf7 0, #fff 100%);
  }
}
.tm-header .uk-sticky-fixed {
  z-index: 981;
}
@media (min-width: 960px) {
  .cta-button,
  .demo-button {
    margin-left: -80px;
  }
}
#tm-mobile .uk-modal-dialog {
  padding-top: 45px;
}
#footerLogo div {
  max-width: 150px;
}
.tm-section-soap-gradient {
  background-image: linear-gradient(3deg, #fdfbf7 50%, #fff);
}
.tm-hero-primary .uk-container-expand-right {
  padding-right: 0;
  max-width: calc(50% + (1400px / 2));
}
.uk-heading-line {
  line-height: 1.15em;
}
#faq-bar ul {
  background-color: #8468d2;
  padding: 25px;
}
#faq-bar a {
  color: #fff;
}
.uk-accordion-space .uk-accordion-content {
  margin-top: 15px;
  margin-left: 43.594px;
}
@media only screen and (min-width: 1200px) {
  .tm-hero-primary {
    padding-top: 0;
  }
  .tm-hero-primary .el-column .uk-tile {
    min-height: 762px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .tm-hero-primary {
    padding-top: 10px;
  }
  .tm-hero-primary .el-column .uk-tile {
    min-height: 582px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .tm-hero-primary {
    padding-top: 20px;
  }
  .tm-hero-primary .el-column .uk-tile {
    min-height: 452px;
  }
}
@media only screen and (max-width: 639px) {
  .tm-hero-primary {
    padding-top: 30px;
  }
  .tm-hero-primary .el-column .uk-tile {
    min-height: 0;
  }
}
.tm-page-container {
  overflow: hidden;
}
.pricing-cards .uk-card {
  border-top: 8px solid #37393e;
  border-radius: 0 0 1rem 1rem;
}
.pricing-cards div div:not(:first-child):not(:last-child) .uk-card {
  border-top: 8px solid #8468d2;
}
.pricing-cards div div:last-child .uk-card {
  border-top: 8px solid #91d9bd;
}
.pricing-cards div div:last-child .uk-card:hover .uk-link-heading {
  color: #91d9bd !important;
}
.pricing-cards .uk-first-column .uk-card {
  border-top: 8px solid #eb8d78 !important;
}
.pricing-cards .uk-first-column .uk-card:hover .uk-link-heading {
  color: #eb8d78 !important;
}

.wp-block-separator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0px;
}
