/*=====================================        STM BLOCKQUOTE         =======================================*/
.stm-block-quote-wrapper {
  display: block;
  overflow: hidden; }
  .stm-block-quote-wrapper.style_1 {
    padding: 32px 25px 25px;
    margin: 10px 0 0 0; }
    .stm-block-quote-wrapper.style_1 .stm-block-quote-icon {
      display: block;
      overflow: hidden;
      position: relative;
      text-align: center;
      margin-bottom: 7px; }
      .stm-block-quote-wrapper.style_1 .stm-block-quote-icon:before {
        content: '';
        display: block;
        width: 38%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 12px; }
      .stm-block-quote-wrapper.style_1 .stm-block-quote-icon:after {
        content: '';
        display: block;
        width: 38%;
        height: 1px;
        position: absolute;
        right: 0;
        top: 12px; }
      .stm-block-quote-wrapper.style_1 .stm-block-quote-icon i:before {
        display: block;
        font-size: 25px; }
    .stm-block-quote-wrapper.style_1 .stm-block-quote {
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 18px;
      font-style: italic;
      text-align: center;
      line-height: 30px;
      padding: 5px 0;
      letter-spacing: 0; }
  .stm-block-quote-wrapper.style_2 .stm-block-quote-icon {
    display: none; }
  .stm-block-quote-wrapper.style_2 .stm-block-quote {
    padding: 5px 5px 5px 25px;
    font-size: 14px;
    font-style: italic; }
  .stm-block-quote-wrapper.style_3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    padding: 0 13%; }
    .stm-block-quote-wrapper.style_3 .stm-block-quote-icon i:before {
      font-size: 34px; }
    .stm-block-quote-wrapper.style_3 .stm-block-quote {
      font-size: 20px;
      line-height: 30px;
      font-style: italic;
      padding-top: 10px;
      padding-left: 25px; }
      .stm-block-quote-wrapper.style_3 .stm-block-quote .author {
        padding-top: 8px;
        font-size: 15px;
        font-style: normal; }

/*=====================================        STM BLOCKQUOTE         =======================================*/
