
.wpb_vc_owlcarousel {
  .wpb_vc_owl_slider_holder {
    margin-top: 20px;

    .wpb_vc_owlcarousel_item {
      margin-bottom: 25px;

      &:last-child {
        margin-bottom: 0;
      }

      .vc_controls.bottom-controls {
        padding: 10px;
        background: #f7f7f7;
        min-height: 40px;
        display: inline-block;
        width: 100%;
        text-align: center;
      }
      > .wpb_element_wrapper {

        padding: 0 10px 10px 10px;
        background: #F5F5F5;
        > .vc_controls {
          background: white;
          padding-top: 10px;
          margin: 0 -10px;
        }
      }

      .wpb_element_wrapper {
        div {
          div {
            margin-top: 15px;
          }
        }
      }
    }
  }

  .tab_controls {
    background: #FFFFFF;
    border-radius: 3px;
    .add_tab {
      background: #fbfbfb;
      font-weight: 600;
      cursor: pointer;
      color: #808080;
      padding: 10px 10px 10px 50px;
      margin-top: 4px;
      position: relative;
      height: 16px;
      display: block;
      border-radius: 5px;
      border: 1px solid #e0e0e0;
      .vc_icon {
        opacity: 0.6;
        background-position: -16px -16px;
        position: absolute;
        left: 20px;
        color: #808080;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
      }
    }

    margin-top: 15px;
  }
}

/*#poststuff {
  .wpb_vc_owlcarousel {
    .tab_controls {
      background: #FFFFFF;
      border-radius: 3px;
      .add_tab {
        background: #fff;
        font-weight: 600;
        cursor: pointer;
        color: #b0b4b8;
        padding: 14px 20px 14px 46px;
        margin-top: 4px;
        position: relative;
        height: 16px;
        display: block;
        .vc_icon {
          opacity: 0.6;
          background-position: -16px -16px;
          position: absolute;
          left: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
        }
      }

      margin-top: 15px;
    }
    > .vc_controls {
      opacity: 1 !important;
      filter: alpha(opacity=100) !important;
      visibility: visible;
      position: relative;
      height: 23px;
      margin: 24px 0 2px 0;
      border: 1px dotted #e6e6e6;
      border-bottom-width: 0;
    }
    > .wpb_element_wrapper {
      background: transparent;
      padding: 0;
      height: auto;
    }
  }
}

.wpb_vc_owl_slider_holder {
  .wpb_vc_owlcarousel_item {
    margin-bottom: 20px;
    .wpb_element_wrapper {
      padding: 10px;
      background: white;
      > div {
        > div {
          padding-bottom: 10px;
          border-bottom: 1px solid #ddd;
          &:last-child {
            border-bottom: none;
          }
        }
      }
    }

    .vc_controls.bottom-controls {
      padding: 5px 10px;
      background: white;
      min-height: 30px;
      text-align: center;
      border-top: 1px solid #eee;
    }
  }
}*/