File "vc_welcome.less"

Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/js_composer/assets/less/pages/vc_welcome.less
File size: 3.26 KB
MIME-type: text/plain
Charset: utf-8

.vc-page-welcome {
  .wp-badge {
    background-image: url(../vc/logo/wpb-logo-white.svg);
    background-color: @vc_main_color;
  }
  .twitter-share-button {
    margin-left: 3px;
    vertical-align: top;
  }
  h4 a {
    text-decoration: none;
  }
  img {
    border: none;
  }
  img.vc-img-center {
    display: block;
    margin: 35px auto 0;
  }
  img.vc-featured-img {
    margin: 0;
    float: left;
    width: 48%;
  }

  .vc_welcome-feature {
    background: #fff;
    margin: 20px 0;
    padding: 1px 20px 10px;
  }
  .vc-feature-text {
    float: right;
    width: 48%;

    h3 {
      margin: 0 0 0.6em;
    }

    ul {
      padding: 0 0 0 15px;
      list-style: disc;
      line-height: 1.5;
      font-size: 16px;
    }
  }
  .vc_feature-section-teaser {
    overflow: hidden;
    padding: 0 0 40px;
  }
  .feature-section, .vc_feature-section-teaser {
    padding-bottom: 15px;
    padding-top: 20px;
  }

  .vc-thank-you {
    color: #777;
  }

  .wp-badge {
    background-size: 72px;
    background-position: center 30px;
  }

  .vc-feature-info-text {
    font-size: 14px;
    font-weight: 500;
    color: #6e6e6e;

    a {
      color: @vc_main_color;
      text-decoration: none;
      border: none;

      &:hover {
        color: @vc_main_color_hover;
      }
    }
  }

  .vc-feature-btn {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 16px 36px;
    background: @vc_main_color;
    border: none;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    word-wrap: break-word;
    text-decoration: none;
    transition-property: color, background, border, opacity, transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;

    &:hover,
    &:focus {
      background-color: @vc_main_color_hover;
      text-decoration: none;
    }
  }

  .vc-feature-activation-section {
    margin: 20px 0 0;
  }
}

#wpfooter {
  display: none;
}

#wpbody-content {
  padding-bottom: 25px;
}

.vc_row {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_row:before,
.vc_row:after {
  content: " ";
  display: table;
}

.vc_row:after {
  clear: both;
}

.vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[dir="rtl"] .vc_rtl-columns-reverse {
  .vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
    float: right;
  }
}

.vc_col-xs-12 {
  width: 100%;
}

.vc_col-xs-11 {
  width: 91.66666667%;
}

.vc_col-xs-10 {
  width: 83.33333333%;
}

.vc_col-xs-9 {
  width: 75%;
}

.vc_col-xs-8 {
  width: 66.66666667%;
}

.vc_col-xs-7 {
  width: 58.33333333%;
}

.vc_col-xs-6 {
  width: 50%;
}

.vc_col-xs-5 {
  width: 41.66666667%;
}

.vc_col-xs-4 {
  width: 33.33333333%;
}

.vc_col-xs-3 {
  width: 25%;
}

.vc_col-xs-2 {
  width: 16.66666667%;
}

.vc_col-xs-1 {
  width: 8.33333333%;
}