/* P2.3-A Products Center-only WPBakery lite CSS trial. */
.vc_row:before,
.vc_row:after,
.vc_column-inner:before,
.vc_column-inner:after {
  content: " ";
  display: table;
}

.vc_row:after,
.vc_column-inner:after {
  clear: both;
}

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

.vc_column_container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.vc_col-sm-3,
.vc_col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.vc_column_container.vc_col-sm-3,
.vc_column_container.vc_col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}

.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.wpb_content_element {
  margin-bottom: 35px;
}

#content .wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
  margin-bottom: 0;
}

.wpb_single_image a {
  border: 0;
  outline: 0;
}

.wpb_single_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.wpb_single_image .vc_single_image-wrapper,
.wpb_single_image .vc_figure {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.wpb_single_image .vc_figure {
  margin: 0;
}

.cat-feature .vc_figure,
.cat-feature .vc_single_image-wrapper,
.cat-feature .vc_single_image-img {
  width: 100%;
}

.wpb_single_image.vc_align_center {
  text-align: center;
}

.wpb_single_image.vc_align_left {
  text-align: left;
}

.wpb_single_image.vc_align_right {
  text-align: right;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
  border-radius: 0;
  box-shadow: none;
  padding: 6px;
  border: 0;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border_grey {
  background-color: #ebebeb;
}

.vc_row.vc_row-flex {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.vc_row.vc_row-flex:before,
.vc_row.vc_row-flex:after {
  display: none;
}

.vc_row.vc_row-flex > .vc_column_container {
  display: flex;
}

.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.vc_row.vc_row-o-equal-height > .vc_column_container {
  align-items: stretch;
}

@media (min-width: 768px) {
  .vc_col-sm-3,
  .vc_col-sm-6 {
    float: left;
  }

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

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

@media (max-width: 767px) {
  .vc_row {
    margin-left: 0;
    margin-right: 0;
  }

  .vc_col-sm-3,
  .vc_col-sm-6 {
    width: 100%;
    float: none;
  }
}
