.block-payment-history {
  border: 1px solid #347152;
/*padding-bottom: 15px !important;*/
}

.block-get-paid-to-post {
    cursor: pointer;
}
.start__post__content a {
  color:#ffffff;
}
.block-get-paid-to-post .desc {
    font-size: 20px;
    font-weight: 700;
    padding:10px 0px;
    margin-bottom: 10px;
    text-align: center;
}

.block-get-paid-to-post .post_type_list {
  border-top: 1px solid #ffffff6b;
  padding: 17px 0px;
}
@media screen and (max-width: 991px) {
  .block-payment-history {
    padding: 5px 0 0 !important;
  }
  .block-get-paid-to-post .desc {
    font-size: 15px;
  }
}

.block-payment-history .views-element-container .block-title {
  text-align: center !important;
  font-weight: bold;
  border: none !important;
  background: url(/modules/custom/payment_history/images/dollar-symbol.png) no-repeat left center;
  background-size: 28px;
  padding-top: 5px !important;
  display: inline-block !important;
  padding-left: 38px !important;
  padding-bottom: 0;
}

.block-payment-history .view-content {
  margin: 0;
}

.block-payment-history .eedition-block-home {
  text-align: center;
}

.block-payment-history .view-content .edition-wrp {
  background: url('/modules/custom/payment_history/images/startpost__blockbg.png') no-repeat bottom;
  background-size: cover;
  padding: 15px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  background-position: bottom left;
}

.start__post__head h2 {
  margin-top: 0;
  text-align: center;
  font-size: 19px !important;
  font-weight: bold;
  text-transform: initial;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff6b;
  margin-bottom: 15px;
}

.start__post__head h2 span {
  color: #FFDD00;
}

.start__post__content {
    display: flex;
    text-align: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff6b;
    padding-bottom: 13px;
    margin-bottom: 10px;
}
}

@media screen and (max-width: 991px) {
  .start__post__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.start__post__content .category {
  font-size: 12px;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 5px;
  line-height: 16px;
  font-weight: bold;
}

.start__post__content .friends .category {
  background: #A561FF;
}

.start__post__content .desc {
  margin: 10px;
}

.start__post__content .desc p {
  line-height: 16px !important;
}

.start__post__content .desc p span {
  font-weight: bold;
}

.start__post__content .neighbors .category {
  background: #61A0FF;
}

.start__post__content .news .category {
  background: #DC9822;
}

.start__post__content .groups .category {
  background: #3aaf61;
}

.start__post__button {
  text-align: center;
}

.start__post__button a {
  background: #fff;
  padding: 6px 13px;
  display: inline-block;
  line-height: 17px;
  border-radius: 5px;
  box-shadow: 1px 4px 5px #5d5d5d70;
  color: #00535D;
  font-weight: bold;
  font-size: 15px;
  margin: 11px 0;
}

.start__post__button a::after {
  color: #f38c0d;
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #f38c0d;
  border-bottom: 4px solid transparent;
  background-size: 18px;
  line-height: 12px;
  float: right;
  margin-top: 4px;
  transition: .4s;
  margin-left: 8px;
}

@media screen and (max-width: 991px) {
  .block-payment-history .views-element-container .form-group .view-content .views-row {
    padding-bottom: 0 !important;
  }
}


@media screen and (min-width:  991px) {
  .neighbors.block__col {
    border-top: 0;
    border-bottom: 0;
  }
}

.getpaidtopost_logo {
    background-color: #727272;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
}
