.cps-region-inner {
  //border: 1px solid red;
  .pane-views-exp-bu-search-search-experts {
    //border: 1px solid red;
    margin: 60px 0;

    .views-exposed-widget {
      //border: 1px solid purple;
      width: auto;
      padding: 0 !important;

      &.views-widget-filter-search_api_views_fulltext {
        //border: 1px solid yellow;
        width: 55%;

        input[type="text"] {
          height: 80px;
          width: 100%!important;
          //width: calc(100% - 81px);
          display: inline-block;
          padding: 20px 30px;
          font-size: 30px;
          background: #f2f2f4;
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
          vertical-align: top;
          font-family: 'Savoy', Georgia, serif;
          font-style: italic;
          color: #78787a;
        }
      }

      &.views-submit-button {
        .btn.form-submit {
          margin-top: 0;
          height: 80px;
          width: 80px;
          line-height: 80px;
          font-size: 36px;
          border: none;
          color: #ffffff;
          background: #ff0e00;
          text-align: center;
          position: relative;
          text-indent: -9999px;
          display: inline-block;
          vertical-align: top;

          &:after {
            content: '\f002';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-indent: 0;
            font-family: 'FontAwesome';
          }
        }
      }
    }
  }

  .qa-ask-link {
    float: right;
    margin-right: 10%;
    margin-top: 40px;
    margin-bottom: 60px;

    p {
      font-size: 16px;
      font-style: italic;
    }

    .btn.arrowed {
      padding: 10px;
      line-height: 0.9em;
      vertical-align: top;
      font-family: 'Steelfish';
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
    }
  }
  
 //Responsive Stuffs

  @media screen and (max-width:1199px) {
    .qa-ask-link {
      margin-right: 0;
    }
  }
  @media screen and (max-width:850px) {
    .pane-views-exp-bu-search-search-experts {
      .views-exposed-widget {
        &.views-widget-filter-search_api_views_fulltext {
          width: 42%;
          margin-left: 20px;
        }
      }
    }
  }
  @media screen and (max-width:680px) {
    .pane-views-exp-bu-search-search-experts {
      margin: 0 0 20px;

      .views-exposed-widget {
        &.views-widget-filter-search_api_views_fulltext {
          width: 80%;
        }
      }
    }

    .qa-ask-link {
      float: none;
      width: 100%;
      margin-top: 0;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width:550px) {
    .pane-views-exp-bu-search-search-experts {
      margin: 0 0 10px;

      .views-exposed-widget {
        &.views-widget-filter-search_api_views_fulltext {
          width: 70%;
        }
      }
    }
  }
  @media screen and (max-width:375px) {
    .pane-views-exp-bu-search-search-experts {
      .views-exposed-widget {
        &.views-widget-filter-search_api_views_fulltext {
          width: 60%;
        }
      }
    }
  }
}
