.widget-area {
  .widget {
    margin-bottom: 54px;

    &-title {
      @include font-size(25);

      font-family: $font__secondary;
      font-weight: bold;
      line-height: 1em;
      color: #3c3c3c;
      padding-bottom: 15px;
      border-bottom: 1px solid $color__background-hr;
    }

    &.widget_search {
      .widget-title {
        border-bottom: 0;
      }
    }
  }

  .buzzo-subscribe {
    background-color: #f1f2f2;
    padding: 25px 30px 30px;

    .title {
      font-family: $font__secondary;
      color:  #3c3c3c;
      @include font-size(25);
      font-weight: bold;
      line-height: 30px / 25px * 1em;
      margin-bottom: 9px;
    }

    .message {
      @include font-size(12);
      line-height: 22 / 12 * 1em;
      color: #b2b2b2;
      margin-bottom: 24px;
    }

    .form-fields {
      position: relative;

      input[type="email"] {
        width: 100%;
        height: 50px;
        padding: 0 50px 0 20px;
        background-color: #fff;
        border: 0;
        outline: 0;
      }

      button {
        position: absolute;
        height: 50px;
        top: 0;
        right: 20px;
        color: #b2b2b2;
        background: none;
        border: 0;
        outline: 0;
      }
    }
  }
}

.content-bottom {
  margin-top: 120px;

  .widget {
    margin-top: 60px;
  }

  .buzzo-subscribe {
    @extend %clear;
    background-color: #f1f2f2;
    background-image: url(images/newsletter.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 54px 110px 62px;

    .title {
      color:  #3c3c3c;
      @include font-size(20);
      font-weight: 600;
      line-height: 1em;
      width: 50%;
      float: left;
      margin-top: 14px;
      text-transform: uppercase;
    }

    .message {
      display: none;
    }

    .form-fields {
      position: relative;
      width: 50%;
      float: right;

      input[type="email"] {
        width: 100%;
        padding: 0 50px 10px 0;
        background-color: transparent;
        border: 0;
        outline: 0;
        border-bottom: 1px solid #bdbebe;
        @include font-size(12);
      }

      button {
        position: absolute;
        top: 0;
        right: 20px;
        background: none;
        border: 0;
        outline: 0;
      }
    }
  }
}

.panel-grid-cell {
  .widget {
    margin-bottom: 0 !important;
  }
}
