/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

/* Screen Traders */

.btn2 {
  min-width: 0!important;
}

.traders-table .mob {
  display: none;
}

.traders-table_head {
  border-bottom: 1px solid #C14949;
  margin-top: 20px;
}

.traders-table_item1 {
  width: 38%;
  padding-left: 23px;
}

.traders-table_item2 {
  width: 17%;
}

.traders-table_item3 {
  width: 20%;
}

.traders-table_item4 {
  width: 10%;
}

.traders-table_head-item {
  color: #404040;
  font-size: 16px;
  line-height: 31px;
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.traders-table_head-item.traders-table_item1 {
  padding-left: 32px;
}

.traders-table_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 110px);
}

.traders-table_item {
  padding-left: 10px;
  padding-right: 16px;
}

.traders-table_list-item.top1, .traders-table_list-item.top2, .traders-table_list-item.top3 {
  background: linear-gradient(180deg, #FFF8F8 0%, #F7FFF8 100%);
}

.traders-table_list-item:last-child {
  border-bottom: 0;
}

.traders-table_list-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 11px;
  padding-bottom: 7px;
}

.traders-table_list-item.top1 .traders-table_list-item_count {
  background: linear-gradient(140deg, #FFE060 36.63%, #F4B071 103.83%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.traders-table_list-item.top2 .traders-table_list-item_count {
  background: linear-gradient(143deg, #E2E2E2 12.15%, #828282 147.4%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.traders-table_list-item.top3 .traders-table_list-item_count {
  background: linear-gradient(326deg, #704B37 6.03%, #FFBF9B 93.22%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.traders-table_list-item_count {
  position: absolute;
  top: 11px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  width: 27px;
  height: 27px;
  z-index: 1;
}

.traders-table_list-item_person {
  display: flex;
  flex-wrap: wrap;
}

.traders-table_list-item_info {
  display: flex;
  flex-direction: column;
  width: calc(100% - 53px);
  padding-left: 7px;
}

.traders-table_list-item_photo {
  border-radius: 100%;
  width: 53px;
  height: 53px;
}

.traders-table_list-item_name:hover {
  color: #c14949;
}

.traders-table_list-item_name {
  display: block;
  color: #1D262F;
  word-break: break-word;
  font-size: 16px;
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 120%;
  transition: all .3s;
  margin-bottom: 10px;
}

.traders-table_list-item_rating {
  display: inline-flex;
  flex-wrap: wrap;
  color: #1D262F;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.traders-table_list-item_status.type1 {
  background: #33A7B5;
}

.traders-table_list-item_status.type2 {
  background: #AEAEAE;
}

.traders-table_list-item_status.type3 {
  background: #C14949;
}

.traders-table_list-item_status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: -2px -2px 4px 0 rgba(255, 255, 255, 0.25) inset;
  border-radius: 3px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: pre;
  letter-spacing: 0.84px;
  line-height: 200%;
  height: 27px;
  padding: 0 8px;
}

.traders-table_list-item_status p {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.traders-table_list-item_spec {
  color: #1D262F;
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  margin-left: 10px;
}

.traders-table_list-item_reviews {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.traders-table_list-item_reviews:hover span {
  text-decoration: none;
}

.traders-table_list-item_reviews span {
  color: #1D262F;
  text-decoration: underline;
}

.traders-table_list-item_reviews:before {
  content: '';
  background: url(../../images/traders-message-icon.svg) no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  margin-right: 8px;
}

.pagin-load {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 20px;
}

/* Screen Seo */
.screen-seo {
  margin-top: 60px;
}

.screen-seo h1, .screen-seo h2, .screen-seo h3, .screen-seo h4 {
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal!important;
  margin: 26px 0;
  color: #404040;
}

.screen-seo h1 {
  font-size: 28px;
  margin-bottom: 32px;
}

.screen-seo p {
  line-height: 31px;
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  color: #404040;
  margin-bottom: 27px;
}

.screen-seo blockquote {
  border-left: 4px solid #c14949;
  margin: 30px 0;
  padding-left: 1em;
}

.screen-seo blockquote p {
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
}

.screen-seo a {
  line-height: 31px;
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  color: #00AEEF;
}

.screen-seo a:hover {
  line-height: 31px;
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  color: #006b91;
}

.screen-seo ul,
.screen-seo ol {
  padding-left: 1rem;
  margin-left: 1rem;
}

.screen-seo ul li,
.screen-seo ol li {
  line-height: 26px;
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  color: #404040;
}

.screen-seo ul {
  list-style: disc;
}

/* Page Traders Tax */

.traders-tax_title {
  margin-bottom: 24px;
  font-weight: normal!important;
}

.traders-tax_desc p {
  line-height: 170%;
  color: #404040;
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
}

@media (max-width: 767px) {
  .pagin-load {
    flex-direction: column;
    margin-top: 24px;
  }

  .screen-traders {
    margin: 0 -12px;
  }

  .traders-table .desk {
    display: none;
  }

  .traders-table .mob {
    display: flex;
    width: fit-content;
  }

  .traders-table {
    border-bottom: 1px solid #E8E8E8;
  }

  .traders-table_head {
    display: none;
  }

  .traders-table_block {
    width: calc(100% - 88px);
  }

  .traders-table_item1 {
    padding-left: 9px;
  }

  .traders-table_item2, .traders-table_item3 {
    display: none;
  }

  .traders-table_list-item.top1, .traders-table_list-item.top2, .traders-table_list-item.top3 {
    background: linear-gradient(180deg, #F8FFF9 0%, #FFF9F9 100%);
    border-color: #999;
  }

  .traders-table_list-item {
    align-items: normal;
    border-color: #E8E8E8;
    padding: 9px 7px 11px 8px;
  }

  .traders-table_list-item_count {
    top: 5px;
    left: 8px;
    background: white;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  }

  .traders-table_list-item_photo {
    margin-top: 4px;
  }

  .traders-table_list-item_info {
    padding-left: 12px;
    padding-right: 18px;
  }

  .traders-table_list-item_person {
    width: 100%;
  }

  .traders-table_list-item_title {
    display: flex;
    flex-wrap: wrap;
  }

  .traders-table_list-item_name {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    max-width: calc(55% - 10px);
    margin-right: 10px;
    margin-bottom: 0;
  }

  .traders-table_list-item_status {
    box-shadow: -1px -1px 1px 0 rgba(255, 255, 255, 0.25) inset;
    border-radius: 0;
    font-size: 10px;
    max-width: 45%;
    height: 15px;
    padding: 0 8px;
    margin-top: 5px;
  }

  .traders-table_list-item_spec {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-left: 0;
  }

  .traders-table_list-item_reviews span {
    font-size: 14px;
  }

  .traders-table_list-item_btn-wr {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    min-width: 0!important;
  }

  .traders-table_list-item_rating {
    padding-right: 5px;
  }

  .traders-table_list-item_reviews {
    margin-top: -10px;
    margin-left: auto;
  }

  .traders-tax_title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .traders-tax_desc {
    font-size: 16px;
  }
}

@media (max-width: 399px) {
  .traders-table_list-item_status {
    font-size: 10px;
  }
}

.traders-table_list-item_rating .list-ratings {
  display: flex;
  margin-right: 6px;
}

@media(max-width: 480px) {
  .traders-table_list-item_rating:before {
    content: '';
    background: url(../../images/rating-star-full.svg) no-repeat;
    background-size: 100%;
    width: 21px;
    height: 21px;
  }
}

#wpdcom .avatar {
    width: 56px;
    height: 56px;
    max-width: 56px;
    border-radius: 100%;
    border: 1px solid #cccccc;
    padding: 2px;
    background-color: #ffffff;
    vertical-align: middle;
    text-align: center;
    float: none;
}
