@import "bourbon";

@mixin opensans {
  font-family: 'Open Sans', sans-serif;
}

@mixin clearfix {
  &:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
}

$white: #fff;
$black: #000;
[class*='tve_two_set'] {
  @include clearfix();
}
body {
  #tve_two_set {
    @include opensans();
    text-shadow: none;
    a {
      color: inherit;
    }
    h2 {
      @include opensans();
      color: #333333;
      font-weight: 600;
      font-size: 40px;
      line-height: 45px;
    }
    h3 {
      @include opensans();
      color: #fff;
      font-weight: 400;
      font-size: 18px;
    }
    h4 {
      @include opensans();
      color: $white;
      font-weight: 300;
      font-size: 34px;
    }
    h5 {
      @include opensans();
      color: #333333;
      font-weight: 300;
      font-size: 30px;
    }
    h6 {
      @include opensans();
      color: $white;
      font-weight: 300;
      font-size: 26px;
    }
    p {
      @include opensans();
      text-shadow: none;
      font-size: 16px;
      margin-bottom: 20px;
    }
    ul.thrv_wrapper, ol.thrv_wrapper {
      font-size: 16px;
      margin-left: 20px;
      padding-left: 0;
      text-align: left;
      li {
        @include opensans();
        color: #333333;
        font-weight: 300;
        font-size: inherit;
      }
    }
    h1, h2, h3, h4, h5, h6 {
      text-shadow: none;
      line-height: 1.5em;
      letter-spacing: normal;
    }
    .tve_btn.tve_btn1 {
      @include opensans();
      border-radius: 9px;
      box-shadow: 0 0 3px 0 rgba($black, .3),
      1px 1px 0 0 rgba($white, .3) inset;
      font-weight: 400;
      &.tve_normalBtn {
        font-size: 42px;
        line-height: 50px !important;
        a {
          padding: 25px 20px;
        }
      }
      &:hover {
        box-shadow: 0 0 3px 0 rgba($black, .3),
        7px 7px 21px 0 rgba($white, .22) inset;
      }
      &:active, &:focus {
        box-shadow: none;
      }
    }
    .thrv_lead_generation {
      &.tve_white {
        button {
          color: $white;
        }
      }
      &.thrv_lead_generation_vertical {
        input[type="text"], input[type="email"] {
          padding: 18px 10px !important;
          margin-bottom: 15px;
        }
        button {
          padding: 16px 10px;
        }
      }
      .tve_lg_input_container {
        button {
          text-shadow: none;
        }
      }
      button {
        @include opensans();
        border-radius: 9px;
        box-shadow: 0 0 3px 0 rgba($black, .3),
        1px 1px 0 0 rgba($white, .3) inset;
        &:hover {
          box-shadow: 0 0 3px 0 rgba($black, .3),
          7px 7px 21px 0 rgba($white, .22) inset;
        }
        &:active, &:focus {
          box-shadow: none;
        }
        font-weight: 600;
        font-size: 28px;
      }
      input[type="text"], input[type="email"] {
        @include opensans();
        border-radius: 0;
        border: 2px solid #dddddd;
        background: #fcfcfc;
        color: #666666;
        font-size: 19px;
        font-weight: 400;
        height: auto;
        line-height: 27px;
        margin-top: 0;
        padding: 16px 10px !important;
        &:hover {
          background: #f3f1f1;
          border-width: 2px;
        }
        &:active, &:focus {
          background: $white;
          border-width: 2px;
          color: #333333;
        }
      }
    }
    /*
      screen filler
    */
    .thrv-leads-screen-filler {
      .tve-screen-filler-close {
        border-radius: 50%;
        background: #cccccc;
        color: #fff;
        display: block;
        font-weight: 700;
        height: 25px;
        line-height: 22px;
        position: absolute;
        top: 30px;
        right: 30px;
        text-align: center;
        width: 25px;
      }
      .tve-line-header {
        border-left: 1px solid #e8e8e8;
        font-weight: 300;
        padding-left: 30px;
        .bold_text {
          font-weight: 600;
        }
      }
      .tve_editor_main_content {
        max-width: 1100px;
        padding-top: 50px;
      }
      .tve_sep1 {
        border-top: 1px solid #e8e8e8;
        background-image: none;
      }
      .thrv_lead_generation_container {
        .tve_lg_input_container {
          .thrv_icon {
            top: 40%;
          }
        }
      }
      //screen filler v1
      &.tve_two_set_v1 {
        .thrv_lead_generation_container {
          button {
            font-size: 42px;
          }
        }
      }
      //screen filler v2
      &.tve_two_set_v2 {
        .tve_editor_main_content {
          .thrv_lead_generation_container {
            button {
              font-weight: 400;
            }
          }
        }
      }
      //screen filler v3
      &.tve_two_set_v3 {
        .thrv_lead_generation_vertical {
          button {
            font-size: 32px;
          }
        }
        .tve_sep2 {
          background: url('images/set2_separator.png') top center no-repeat;
          background-size: 100%;
          height: 16px;
        }
        .wp-caption-text {
          background: none;
          color: #999;
          font-style: normal;
          font-size: 17px;
          font-weight: 600;
          margin-bottom: 0;
          text-indent: 0;
        }
        h6 {
          font-weight: 400;
          .bold_text {
            font-weight: 600;
          }
        }
      }
    }
    //post footer
    .thrv-leads-form-box {
      border-style: solid;
      border-width: 5px;
      h2 {
        color: #333333;
        font-size: 32px;
        font-weight: 400;
        line-height: 32px;
        .bold_text {
          font-weight: 600;
        }
      }
      p {
        color: #666;
        font-size: 18px;
        font-weight: 400;
      }
      .thrv_lead_generation {
        &.thrv_lead_generation_horizontal {
          &.tve_3 {
            .tve_lg_input_container {
              width: 38%;
              &:last-of-type {
                width: 24%;
              }
            }
          }
          input[type='text'], input[type="email"] {
            font-size: 16px;
            line-height: 20px;
            padding: 15px 10px !important;
          }
          button {
            border-radius: 3px;
            font-size: 22px;
            font-weight: 600;
          }
        }
      }
    }
    //slide in
    .thrv-leads-slide-in {
      box-shadow: 0 17px 32px 0 rgba($black, .52);
      background: #ebebeb;
      border: 8px solid #fff;
      max-width: 542px;
      padding: 40px;
      .tve-leads-close {
        background: #fff;
        border: 0;
        color: #333333;
        font-weight: 700;
        font-size: 15px;
        line-height: 15px;
        top: -4px;
        right: -4px;
      }
      h2 {
        font-size: 48px;
        font-weight: 700;
      }
      h6 {
        color: #333;
        font-size: 18px;
        font-weight: 600;
        .underline_text {
          color: #78ac49;
        }
      }
      .tve_ul {
        &.tve_ul1 {
          font-size: 16px;
          list-style-type: none;
          li {
            color: #333;
            font-size: inherit;
            list-style-image: none !important;
            font-weight: 400;
            padding-left: 25px;
            position: relative;
            &:before {
              font-family: 'tve-leads-two-set-icons';
              position: absolute;
              top: 0;
              left: 0;
            }
          }
        }
      }
      .thrv_lead_generation {
        &.thrv_lead_generation_vertical {
          input[type='text'], input[type="email"] {
            margin-bottom: 10px;
            padding: 11px 10px !important;
          }
          button {
            font-size: 20px;
            font-weight: 600;
            padding: 13px 10px;
          }
        }
      }
    }
    //screen filler
    .tve-leads-lightbox {
      .tve-leads-screen-filler {
        .tve_p_lb_content {
          border: 9px solid rgba($white, .27);
          background-clip: padding-box;
          max-width: 1180px;
          .tve_p_lb_close {
            background: #cccccc;
            border: 0;
            top: 11px;
            right: 11px;
          }
          .thrv_lead_generation {
            &.thrv_lead_generation_vertical {
              input[type='text'], input[type="email"] {
                margin-bottom: 14px;
              }
              button {
                font-weight: 400;
              }
            }
          }
          .tve_sep1 {
            border-top-color: #e8e8e8;
            background-image: none;
          }
          .tve_p_lb_inner {
            // max-height: 750px;
          }
          #tve_editor {
            .tve_p_lb_control {
              padding: 35px 20px;
            }
          }
        }
        h2 {
          color: #78ac49;
          font-size: 60px;
          font-weight: 600;
        }
        h3 {
          color: #333333;
          font-size: 48px;
          font-weight: 400;
        }
        h6 {
          color: #999999;
          font-size: 26px;
          font-weight: 400;
        }
      }
    }
    //ribbon
    .thrv-ribbon {
      box-shadow: 0 1px 5px 0 rgba($black, .3);
      border-bottom: 1px solid $white;
      overflow: hidden;
      padding: 0;
      .tve_colm {
        overflow: hidden;
      }
      .thrv_content_container_shortcode {
        margin-bottom: 0;
        margin-top: 5px;
      }
      .thrv_contentbox_shortcode {
        padding: 0 1px;
        .tve_cb6 {
          border-width: 0 !important;
        }
      }
      .tve_cb6 {
        position: relative;
        .tve_cb_cnt {
          position: relative;
          z-index: 3;
        }
        &:after {
          @include transform(translateY(-50%));
          border-width: 50px;
          border-style: solid;
          border-color: inherit;
          border-top-color: transparent;
          border-bottom-color: transparent;
          border-right-color: transparent;
          content: '';
          display: block;
          height: 0;
          margin: auto 0;
          position: absolute;
          right: -80px;
          top: 50%;
          width: 0;
          z-index: 0;
        }
        &:before {
          @include transform(rotate(45deg));
          background: inherit;
          content: '';
          display: block;
          height: 80px;
          margin-top: -40px;
          position: absolute;
          right: 0;
          top: 50%;
          width: 80px;
          z-index: 1;
        }
      }
      .thrv_lead_generation {
        &.thrv_lead_generation_horizontal {
          &.tve_3 {
            .tve_lg_3 {
              width: 40%;
              &:last-of-type {
                width: 20%;
              }
            }
          }
        }
        input[type='text'], input[type="email"] {
          border: 0;
          color: #cccccc;
          font-size: 15px;
          line-height: 19px;
          padding: 10px !important;
          &:active, &:focus {
            color: #333333;
          }
        }
        button {
          border-radius: 0;
          box-shadow: none;
          font-size: 15px;
          padding: 8px 10px;
          &:hover {
            opacity: .8;
          }
        }
      }
      .tve-ribbon-close {
        right: auto;
        left: 0;
      }
    }
    //widget
    .thrv-leads-widget {
      background-repeat: no-repeat;
      background-size: cover;
      padding: 15px;
      .tve_btn {
        min-width: 100%;
      }
      .thrv_lead_generation {
        &.thrv_lead_generation_vertical {
          input[type='text'], input[type="email"] {
            font-size: 16px;
            line-height: 23px;
            margin-bottom: 12px;
            padding: 16px 10px !important;
          }
          button {
            font-size: 24px;
            padding: 12px 10px;
          }
        }
      }
      .tve_cb5 {
        position: relative;
        &:after {
          @include transform(rotate(45deg));
          background: inherit;
          content: '';
          display: block;
          height: 10px;
          margin: 0 auto;
          position: absolute;
          bottom: -5px;
          left: 0;
          right: 0;
          width: 10px;
        }
        &.tve_cb {
          border: 0;
        }
      }
    }
  }
  //widget 1
  #tve_two_set {
    .thrv-leads-widget {
      &.tve_two_set_v1 {
        border-width: 5px;
        border-style: solid;
        h5 {
          .bold_text {
            color: #669933;
            font-weight: 600;
          }
        }
        p {
          color: #666666;
          font-weight: 400;
        }
      }
    }
    //widget2 {
    .thrv-leads-widget {
      &.tve_two_set_v2 {
        border-width: 0;
        .thrv_lead_generation {
          &.thrv_lead_generation_vertical {
            input[type='text'], input[type="email"] {
              margin-bottom: 7px;
            }
            button {
              font-size: 22px;
              padding: 14px 10px;
            }
          }
        }
        p {
          color: #fff;
          font-weight: 400;
        }
        .thrv_icon {
          border-radius: 100px;
          border: 9px solid;
          background: #f7f7f7;
          .tve_sc_icon {
            border-radius: 91px;
            font-size: 110px;
            height: 110px;
            padding: 22px;
            width: 110px;
          }
        }
      }
    }
    //widget 3
    .thrv-leads-widget {
      &.tve_two_set_v3 {
        border-width: 0;
        .thrv_lead_generation {
          &.thrv_lead_generation_vertical {
            input[type='text'], input[type="email"] {
              margin-bottom: 9px;
            }
            button {
              font-size: 18px;
              margin-bottom: 10px;
              padding: 13px 10px;
            }
          }
        }
        p {
          color: #cccccc;
          font-weight: 400;
        }
        .tve_cb5 {
          &:after {
            left: 30px;
            right: auto;
          }
        }
      }
    }
  }
  //lightbox v1
  #tve_two_set {
    .tve-leads-lightbox {
      &.tve_two_set_v1 {
        .tve_p_lb_content {
          border-radius: 0;
          border: 10px solid rgba($white, .4);
          background-clip: padding-box;
          padding: 0 !important;
          h2 {
            .bold_text {
              color: #669933;
            }
          }
          .tve_p_lb_inner {
            //max-height: 600px;
            #tve_editor {
              .tve_sep1 {
                border-top: 1px solid #e8e8e8;
                background-image: none;
                margin-left: -42px;
                margin-right: -42px;
                width: auto;
              }
              .tve_p_lb_control {
                padding: 60px 40px 30px;
              }
            }
          }
          .tve_p_lb_close {
            background: #cccccc;
            border: 0;
            top: 14px;
            right: 10px;
          }
        }
      }
      //lightbox v2 + lightbox v3 + lightbox v4
      &.tve_two_set_v2, &.tve_two_set_v3, &.tve_two_set_v4, &.tve_two_set_v5 {
        h2 {
          color: $white;
        }
        .tve_p_lb_content {
          border-radius: 0;
          #tve_editor {
            .tve_p_lb_control {
              padding: 1px;
            }
          }
          .tve_p_lb_inner {
            border: 1px solid #dddddd;
            // max-height: 600px;
            padding: 0 40px;
          }
          .tve_p_lb_close {
            box-shadow: 2px 0 5px 0 rgba($black, .42);
            background: $white;
            color: #333333;
            font-weight: 700;
            font-size: 20px;
            height: 30px;
            line-height: 25px;
            width: 30px;
          }
        }
        .thrv_contentbox_shortcode {
          padding: 0;
        }
        .tve_cb5 {
          position: relative;
          &.tve_white.tve_cb {
            border: 0;
          }
          &:after {
            @include transform(rotate(45deg));
            background: inherit;
            content: '';
            display: block;
            height: 10px;
            margin: 0 auto;
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            width: 10px;
          }
        }
      }
      //lightbox v2
      &.tve_two_set_v2 {
        .tve_p_lb_content {
          padding: 10px !important;
        }
        h2 {
          .bold_text {
            color: #669933;
          }
        }
      }
      //lightbox v3
      &.tve_two_set_v3 {
        .tve_p_lb_content {
          background: #ebebeb;
        }
      }
      //lightbox v5
      &.tve_two_set_v5 {
        h2 {
          .bold_text {
            color: #669933;
            font-weight: 600;
          }
        }
        #tve_editor {
          .thrv_wrapper {
            .tve_sep2 {
              background: url('images/set2_divider.png') top center no-repeat;
              background-size: 100%;
              height: 15px;
            }
          }
        }
      }
      //lightbox v3 + lightbox v4 + lightbox v5
      &.tve_two_set_v3, &.tve_two_set_v4, &.tve_two_set_v5 {
        .tve_p_lb_content {
          border: 10px solid $white;
          padding: 0 !important;
          h2 {
            font-weight: 300;
          }
          .tve_p_lb_close {
            top: -20px;
            right: -20px;
          }
        }
      }
      //lightbox v6
      &.tve_two_set_v6 {
        .tve_p_lb_content {
          border-radius: 9px;
          h3 {
            font-weight: 600;
            font-size: 28px;
          }
          .tve_p_lb_close {
            border: 0;
            background: #cccccc;
            font-weight: 700;
            top: 10px;
            right: 10px;
          }
          .thrv_lead_generation {
            &.thrv_lead_generation_vertical {
              input[type='text'], input[type="email"] {
                margin-bottom: 10px;
              }
            }
          }
          #tve_editor {
            .tve_p_lb_control {
              padding: 50px 15px 35px;
            }
          }
        }
      }
    }
    //multistep
    [class*='tve_two_set_vms'] {
      .tve_p_lb_close {
        background: #cccccc;
        border: 0;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        top: 11px;
        right: 11px;
      }
      h2 {
        font-size: 60px;
        font-weight: 400;
        .bold_text {
          color: #b94545;
          font-weight: 600;
        }
      }
      p {
        color: #999999;
        font-size: 26px;
        line-height: 32px;
      }
      .tve_p_lb_background {
        .tve_p_lb_content {
          max-width: 1170px;
        }
      }
      .tve_p_lb_content {
        border-radius: 0;
        border: 9px solid rgba($white, .4);
        background: #fff;
        background-clip: padding-box;
        padding: 0 !important;
        #tve_editor {
          .tve_p_lb_control {
            padding: 50px 30px 30px 30px;
          }
        }
      }
      #tve_editor {
        .thrv_lead_generation {
          &.thrv_lead_generation_vertical {
            button {
              font-size: 42px;
              font-weight: 400;
              padding: 20px 10px;
            }
          }
          .thrv_lead_generation_container {
            .tve_lg_input_container {
              .thrv_icon {
                top: 40%;
              }
            }
          }
        }
      }
    }
  }
  //ribbon
  .tve-leads-ribbon {
    .tve_two_set {
      .tve-ribbon-content {
        max-width: 100%;
      }
    }
  }
  //slide in
  #tve_editor {
    .thrv-leads-slide-in {
      &.tve_two_set {
        .tve_ul {
          &.tve_ul1 {
            li {
              &:before {
                content: '\f058' !important;
              }
            }
          }
        }
      }
    }
  }

}

@font-face {
  font-family: 'tve-leads-two-set-icons';
  src: url('fonts/two_set/two_set_icons.eot?7u0fk');
  src: url('fonts/two_set/two_set_icons.eot?#iefix7u0fk') format('embedded-opentype'),
  url('fonts/two_set/two_set_icons.woff?7u0fk') format('woff'),
  url('fonts/two_set/two_set_icons.ttf?7u0fk') format('truetype'),
  url('fonts/two_set/two_set_icons.svg?7u0fk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="two-set"], [class*=" two-set"] {
  color: inherit;
  font-family: 'tve-leads-two-set-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.two-set-mail:before {
  content: "\f03c";
}

.two-set-airplane:before {
  content: "\f1d8";
}

.two-set-lock:before {
  content: "\e600";
}

.two-set-user:before {
  content: "\e971";
}

.two-set-envelope:before {
  content: "\e601";
}

$color-pallete: 'blue' #23648c #32617d #1d5374 #2ea2cc #2a97be #4cafd3 #2ea2cc #4cafd3,
'black' #333333 #222222 #262626 #333333 #262626 #5a5a5a #333333 #5a5a5a,
'green' #6e9d43 #68953f #5b8338 #6e9d43 #5b8338 #84bd50 #669933 #619231,
'white' #999999 #868282 #7f7f7f #999999 #7f7f7f #fff #e8e8e8 #fff,
'orange' #e3a216 #d39715 #bd8712 #e3a216 #bd8712 #e0ab39 #e3a216 #e0ab39,
'purple' #745488 #654977 #604671 #745488 #604671 #9d64c0 #745488 #9d64c0,
'red' #870c0c #740909 #700a0a #870c0c #700a0a #d04242 #870c0c #d04242,
'teal' #489789 #40877a #3c7e72 #489789 #3c7e72 #61d2be #489789 #61d2be;

@each $color in $color-pallete {
  [class*='tve_two_set'] {
    .tve_btn.tve_btn1.tve_#{nth($color, 1)} {
      background: nth($color, 2);
      border: 1px solid nth($color, 3);
      &:hover {
        background: nth($color, 2);
        border: 1px solid nth($color, 3);
      }
      &:active, &:focus {
        background: nth($color, 4);
        border-color: nth($color, 4);
      }
    }
    &.thrv-leads-screen-filler.tve_#{nth($color, 1)} {
      background: nth($color, 7);
    }
    &.thrv-leads-form-box.tve_#{nth($color, 1)} {
      background: nth($color, 7);
      border-color: nth($color, 8);
    }
    .thrv_lead_generation.tve_#{nth($color, 1)} {
      .thrv_lead_generation_container {
        input[type='text'], input[type="email"] {
          &:hover {
            border-color: rgba(nth($color, 2), .35);
          }
          &:active, &:focus {
            border-color: nth($color, 2);
          }
        }
        .tve_lg_input_container {
          button {
            background: nth($color, 2);
            border: 1px solid nth($color, 3);
            &:active, &:focus {
              background: nth($color, 4);
              border-color: nth($color, 4);
            }
          }
        }
      }
    }
    &.thrv-ribbon.tve_#{nth($color, 1)} {
      background: nth($color, 5);
    }
    &.thrv-ribbon {
      .thrv_contentbox_shortcode {
        .tve_cb6.tve_#{nth($color, 1)} {
          background: nth($color, 6);
          border-color: nth($color, 7);
        }
      }
    }
    &.tve-leads-lightbox {
      .thrv_contentbox_shortcode {
        .tve_cb5.tve_#{nth($color, 1)} {
          background: nth($color, 2);
        }
      }
    }
  }
  .thrv-leads-widget {
    &.tve_two_set_v1 {
      &.tve_#{nth($color, 1)} {
        background: nth($color, 7);
        border-color: nth($color, 8);
      }
    }
    &.tve_two_set_v2 {
      &.tve_#{nth($color, 1)} {
        background: nth($color, 8);
        .thrv_icon {
          border-color: nth($color, 9);
        }
      }
    }
    .thrv_contentbox_shortcode {
      .tve_cb {
        &.tve_cb5.tve_#{nth($color, 1)} {
          background: nth($color, 8);
        }
      }
    }
  }
  .thrv-leads-slide-in {
    &.tve_two_set {
      .tve_ul1.tve_#{nth($color, 1)} {
        li {
          &:before {
            color: nth($color, 7);
          }
        }
      }
    }
  }
}

@import '_responsive';

@media only screen and (max-width: 1300px) {
  body {
    #tve_two_set {
      .tve_two_set_vms_step1 {
        .tve_btn.tve_btn1.tve_normalBtn {
          font-size: 20px;
          line-height: 25px !important;
        }
        .settwo_ms_heading {
          font-size: 40px !important;
        }
        .settwo_ms_paragraph {
          font-size: 18px !important;
        }
        .tve_oth {
          .tve_image_caption {
            margin: 0 auto;
            max-width: 160px;
          }
        }
      }
      .tve_two_set_vms_step2 {
        .tve_btn.tve_btn1.tve_normalBtn {
          font-size: 20px;
          line-height: 25px !important;
        }
        .settwo_ms_heading {
          font-size: 40px !important;
        }
        .settwo_ms_paragraph {
          font-size: 18px !important;
        }
      }
      .tve-ribbon-content {
        .thrv_lead_generation.thrv_lead_generation_horizontal {
          &.tve_3 {
            .tve_lg_3 {
              width: 33.33%;
              &:last-of-type {
                width: 33.33%;
              }
            }
          }
        }
        .tve_cb6 {
          &:before, &:after {
            display: none !important;
          }
        }
      }
    }
  }
}

@media only screen and (max-width: 1080px) {
  #tve_two_set {
    .tve_two_set_vms_step1 {
      .settwo_ms_paragraph {
        margin-bottom: 15px !important;
      }
    }
    .tve_two_set_vms_step2 {
      .settwo_ms_paragraph {
        margin-bottom: 15px !important;
      }
      #tve_editor {
        .thrv_lead_generation.thrv_lead_generation_vertical {
          .tve_lg_submit {
            button {
              font-size: 20px;
              padding: 10px;
            }
          }
        }
      }
    }
  }
  [class*='tve_two_set'] {
    .tve-screen-filler-content {
      padding: 20px;
      h3.rft {
        font-size: 25px !important;
      }
    }
  }
}

@media only screen and (max-width: 940px) {
  body {
    #tve_two_set {
      .tve-screen-filler-content {
        h2.rft {
          line-height: 35px !important;
        }
        .tve_foc {
          .tve_image_caption {
            max-width: 100px;
          }
        }
        .tve_oth {
          .tve_image_caption {
            margin-top: 10px !important;
            max-width: 200px;
          }
        }
      }
      .tve-ribbon-content {
        .thrv_lead_generation.thrv_lead_generation_horizontal {
          &.tve_3 {
            .tve_lg_3 {
              width: 50%;
              &:last-of-type {
                width: 98%;
              }
            }
          }
        }
      }
    }
    .tve_two_set_v2 {
      .product_image.tve_image {
        max-width: 100px;
      }
    }
  }
}

@media only screen and (max-width: 774px) {
  body {
    #tve_two_set {
      .thrv-leads-screen-filler {
        &.tve_two_set_v1 {
          h3.rft {
            line-height: 30px !important;
          }
          .thrv_lead_generation_container button {
            font-size: 20px;
          }
        }
      }
      .tve_two_set_v1 {
        &.tve-leads-lightbox {
          .tve_p_lb_content {
            .tve_p_lb_inner {
              #tve_editor {
                .tve_p_lb_control {
                  padding: 20px;
                }
              }
            }
          }
        }
      }
      .tve-leads-lightbox {
        &.tve_two_set_v2, &.tve_two_set_v3, &.tve_two_set_v4, &.tve_two_set_v5 {
          .tve_p_lb_content {
            .tve_p_lb_inner {
              padding: 0 10px;
            }
          }
        }
      }
    }
    .tve_two_set {
      .tve-ribbon-content {
        .thrv_content_container_shortcode .tve_content_inner {
          margin: 0 auto;
          float: none;
        }
        .thrv_lead_generation {
          display: table;
          float: none;
          margin: 0 auto;
        }
      }
    }
  }
}
