.wdac-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #42a7df;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px; }
  .wdac-cat .wdac-biz {
    -ms-flex-item-align: auto;
        align-self: auto;
    width: 100%; }
    .wdac-cat .wdac-biz .wdac-biz-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 15px;
      border-bottom: 1px solid #42a7df; }
      .wdac-cat .wdac-biz .wdac-biz-top .wdac-img {
        -ms-flex-item-align: auto;
            align-self: auto; }
        .wdac-cat .wdac-biz .wdac-biz-top .wdac-img img {
          width: 90px;
          max-width: 90px; }
      .wdac-cat .wdac-biz .wdac-biz-top .wdac-name-review {
        -ms-flex-item-align: auto;
            align-self: auto; }
        .wdac-cat .wdac-biz .wdac-biz-top .wdac-name-review .wdac-biz-name {
          width: 100%; }
        .wdac-cat .wdac-biz .wdac-biz-top .wdac-name-review .wdac-review {
          width: 100%; }
          .wdac-cat .wdac-biz .wdac-biz-top .wdac-name-review .wdac-review .wdac-avg {
            color: #000; }
          .wdac-cat .wdac-biz .wdac-biz-top .wdac-name-review .wdac-review span {
            color: #42a7df; }
    .wdac-cat .wdac-biz .wdac-biz-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .wdac-cat .wdac-biz .wdac-biz-bottom div {
        padding: 15px; }
      .wdac-cat .wdac-biz .wdac-biz-bottom .wdac-testi {
        -ms-flex-item-align: center;
            align-self: center;
        border-bottom: 1px solid #42a7df;
        width: 100%; }
      .wdac-cat .wdac-biz .wdac-biz-bottom .wdac-stats {
        -ms-flex-item-align: center;
            align-self: center;
        border-bottom: 1px solid #42a7df;
        width: 100%; }
      .wdac-cat .wdac-biz .wdac-biz-bottom .wdac-more-stats {
        -ms-flex-item-align: center;
            align-self: center;
        border-bottom: 1px solid #42a7df;
        width: 100%; }
  .wdac-cat .wdac-contact {
    -ms-flex-item-align: auto;
        align-self: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .wdac-cat .wdac-contact p {
      text-align: center;
      vertical-align: middle;
      margin-bottom: 0; }
    .wdac-cat .wdac-contact .wdac-site {
      padding: 20px;
      width: 100%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      -ms-flex-item-align: center;
          align-self: center; }
      .wdac-cat .wdac-contact .wdac-site button {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        background-color: #42a7df;
        border-radius: 0;
        border-color: #42a7df; }
    .wdac-cat .wdac-contact .wdac-view {
      padding: 20px;
      width: 100%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      -ms-flex-item-align: center;
          align-self: center; }
    .wdac-cat .wdac-contact .wdac-bizcontact {
      padding: 20px;
      width: 100%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      -ms-flex-item-align: center;
          align-self: center; }

@media all and (min-width: 960px) {
  .wdac-cat .wdac-biz {
    width: 80%;
    border-right: 1px solid #42a7df; }
    .wdac-cat .wdac-biz .wdac-biz-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: 100%; }
      .wdac-cat .wdac-biz .wdac-biz-bottom .wdac-testi {
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
        -ms-flex-item-align: auto;
            align-self: auto;
        border-right: 1px solid #42a7df;
        border-bottom: none; }
      .wdac-cat .wdac-biz .wdac-biz-bottom .wdac-stats {
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
        -ms-flex-item-align: auto;
            align-self: auto;
        border-right: 1px solid #42a7df;
        border-bottom: none; }
      .wdac-cat .wdac-biz .wdac-biz-bottom .wadc-more-stats {
        -ms-flex-item-align: auto;
            align-self: auto;
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
        border-bottom: none; }
  .wdac-cat .wdac-contact {
    width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .wdac-cat .wdac-contact .wdac-site {
      border-bottom: 1px solid #42a7df; }
    .wdac-cat .wdac-contact .wdac-view {
      border-bottom: 1px solid #42a7df; } }

/*# sourceMappingURL=custom.css.map */