/*  General >>>  */
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.img-responsive {
  display: block;
  height: auto;
}
.nba_mock_help {
  font-size: 12px;
  float: left;
  margin-top: 15px;
  font-weight: bold;
}
.clearfix {
  clear: both;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.oh {
  overflow: hidden;
}
.iframe-center {
  margin: 0 auto;
  display: block;
}
.pager {
  width: 100%;
  display: inline-block;
  list-style: none;
  margin: 0;
  text-align: center;
}
.pager li {
  display: inline-block;
}
.pager li a {
  display: inline-block;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
/*  <<<  General  */
/*  Elements  >>>  */
.content table td,
.content table th {
  padding: 5px 10px;
}
table {
  border-top: 1px solid rgba(51, 51, 51, 0.12);
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}
table tr.odd {
  background-color: #fff;
}
table tr.even {
  background-color: #f2f2f2;
}
table tr th,
table tr td {
  padding: 5px 10px;
}
table tr td {
  border-top: none !important;
  border-left: 1px solid rgba(51, 51, 51, 0.12);
  border-right: 1px solid rgba(51, 51, 51, 0.12);
}
.nba-mock-draft .filters .filter-item-year label,
.nba-draft-trades .filters .filter-item-year label,
.ranking-wrapper .filters .filter-item-year label {
  display: none;
}
.nba-mock-draft .filters .filter-item-year select,
.nba-draft-trades .filters .filter-item-year select,
.ranking-wrapper .filters .filter-item-year select {
  height: 25px;
  padding: 0 17px 0 5px;
  margin-bottom: 0;
  border-radius: 6px;
  border: 2px solid #ccc;
  font-weight: bold;
  color: #780e10;
  text-align: center;
  line-height: 21px;
  background-position: center right;
  position: absolute;
  top: 7px;
  right: 1px;
  font-size: 17px;
}
.ncaa-ranking .filters .filter-item-year select {
  top: 3px;
}
.search-table tr th a {
  color: #ffff;
  text-decoration: none;
}
.search-table-wrapper table tr th,
.ranking-wrapper table tr th {
  border-left: 1px solid #fff;
  background-color: #780e10;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.search-table-wrapper table tr th:first-child,
.ranking-wrapper table tr th:first-child {
  border-left: none;
}
.search-table-wrapper table tr th.position,
.ranking-wrapper table tr th.position {
  width: 40px;
}
.search-table-wrapper table tr th.name,
.ranking-wrapper table tr th.name {
  width: 130px;
}
.search-table-wrapper table tr th.height,
.ranking-wrapper table tr th.height,
.search-table-wrapper table tr th.weight,
.ranking-wrapper table tr th.weight {
  width: 30px;
}
.search-table-wrapper table tr th.teamposition,
.ranking-wrapper table tr th.teamposition {
  width: 46px;
}
.search-table-wrapper table tr th.team,
.ranking-wrapper table tr th.team {
  width: 110px;
}
.search-table-wrapper table tr th.team,
.ranking-wrapper table tr th.team {
  width: 110px;
}
.search-table-wrapper table tr th.name,
.ranking-wrapper table tr th.name,
.search-table-wrapper table tr th.comment,
.ranking-wrapper table tr th.comment {
  text-align: left;
}
.search-table-wrapper table tbody td,
.ranking-wrapper table tbody td {
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .search-table-wrapper table tbody td.position,
  .ranking-wrapper table tbody td.position {
    font-size: 27px;
  }
}
.search-table-wrapper table tbody td.teamposition,
.ranking-wrapper table tbody td.teamposition {
  font-weight: 600;
}
.search-table-wrapper table tbody td.name,
.ranking-wrapper table tbody td.name {
  text-align: left;
}
.search-table-wrapper table tbody td.name img,
.ranking-wrapper table tbody td.name img {
  float: left;
  margin-right: 5px;
}
.search-table-wrapper table tbody td.name a,
.ranking-wrapper table tbody td.name a {
  display: block;
}
.search-table-wrapper table tbody td.name a span,
.ranking-wrapper table tbody td.name a span {
  display: block;
}
@media screen and (min-width: 768px) {
  .search-table-wrapper table tbody td.name a span,
  .ranking-wrapper table tbody td.name a span {
    padding: 0;
  }
}
.search-table-wrapper table tbody td.comment,
.ranking-wrapper table tbody td.comment {
  text-align: left;
}
.dataTables_wrapper .dataTables_info {
  display: none;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper {
    width: 100% !important;
    overflow-x: auto;
  }
}
.sof-tablepress thead th {
  position: relative;
}
.sof-tablepress thead th.rank {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
}
.sof-tablepress .sorting:after,
.sof-tablepress .sorting_asc:after,
.sof-tablepress .sorting_desc:after {
  font-family: TablePress;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 6px;
  margin: auto;
  height: 14px;
  line-height: 1;
}
.sof-tablepress .sorting_asc:after {
  content: "\f0d8";
  padding: 0 0 2px;
}
.sof-tablepress .sorting_desc:after {
  content: "\f0d7";
}
.sof-tablepress .sorting:after {
  content: "\f0dc";
}
/*  <<<   Elements  */
.content .list-related-content {
  list-style: none;
  margin-left: 0;
}
.content .list-related-content li {
  padding: 7px 15px;
}
.content .list-related-content li:nth-child(odd) {
  background: #fff;
}
.content .list-related-content li a {
  text-decoration: underline;
}
.content .list-related-content li a:hover,
.content .list-related-content li a:active {
  text-decoration: none;
}
#main .vc_custom_1563997126122 {
  background: transparent !important;
  background-color: transparent !important;
}
#main .vc_custom_1563997126122 .view-content .item-list ul {
  border: 1px solid rgba(51, 51, 51, 0.12);
  margin-left: 0;
  list-style: none;
}
#main .vc_custom_1563997126122 .view-content .item-list ul li {
  display: block;
  padding: 7px 15px;
}
#main .vc_custom_1563997126122 .view-content .item-list ul li.views-row-odd {
  background: #fff;
}
#main .vc_custom_1563997126122 .view-content .item-list ul li.views-row-even {
  background: #f2f2f2;
}
#main .vc_custom_1563997145020 {
  padding-left: 15px !important;
}
#main .vc_custom_1564755455319 .news p {
  color: #ffffff;
  margin-bottom: 20px;
}
#main .vc_custom_1564755455319 .news a {
  color: #ffffff;
  text-decoration: none;
}
.vc_grid-filter {
  margin-left: 0px;
  padding-bottom: 15px;
  text-align: left;
}
.vc_grid-filter li {
  cursor: pointer;
  display: inline-block;
  background: 0 0;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  margin: 0;
  border: 1px solid rgba(235, 235, 235, 0.8);
  border-collapse: collapse;
  font-size: 13px;
  padding: 2px 7px;
  margin: 0 -2px;
  background-color: #ebebeb;
  position: relative;
  z-index: 1;
  background: #fff;
}
.vc_grid-filter li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.vc_grid-filter li:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.vc_grid-filter li.vc_active {
  color: #666;
  background: #ebebeb;
}
.vc_grid-filter li.vc_active a {
  color: #666666;
}
.vc_grid-filter li:hover {
  background: #ebebeb;
}
.vc_grid-filter li a {
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  outline: 0;
  padding: 0;
  text-decoration: none;
  color: #222222;
}
.vc_grid-filter li a:hover,
.vc_grid-filter li a:active {
  color: #666666;
}
.page-content-articles .wpsp-load-more,
.page-content-blogs .wpsp-load-more {
  margin-bottom: 2em;
  text-align: center;
}
.page-content-articles .wpsp-load-more .page-numbers,
.page-content-blogs .wpsp-load-more .page-numbers {
  font-size: 14px;
  line-height: 18px;
  color: #222;
  position: relative;
  display: inline-block;
  padding: 1px 8px;
  margin: 0 6px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.page-content-articles .wpsp-load-more .page-numbers:after,
.page-content-blogs .wpsp-load-more .page-numbers:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: #790d0d;
  opacity: 0;
}
.page-content-articles .wpsp-load-more a.page-numbers:hover:after,
.page-content-blogs .wpsp-load-more a.page-numbers:hover:after,
.page-content-articles .wpsp-load-more a.page-numbers:active:after,
.page-content-blogs .wpsp-load-more a.page-numbers:active:after {
  opacity: 1;
}
.page-content-articles .wpsp-load-more span.page-numbers.current:after,
.page-content-blogs .wpsp-load-more span.page-numbers.current:after {
  opacity: 1;
}
.table-default thead th {
  position: relative;
  border-top: 1px solid transparent;
  border-left: 1px solid #fff;
  background-color: #780e10;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 5px 10px;
}
.table-default tbody tr.odd {
  background-color: #fff;
}
.table-default tbody tr.even {
  background-color: #f2f2f2;
}
.table-default tbody tr td {
  text-align: center;
  font-weight: 400;
  font-size: 10px;
}
.content .list-personal-info {
  list-style: none;
  margin-left: 0;
}
.content .list-personal-info li {
  margin-bottom: 10px;
}
.content .list-personal-info li:last-child {
  margin-bottom: 0;
}
.content .list-personal-info h4 {
  margin-bottom: 0;
}
/*  Page  >>>  */
.nba-ranking-intl,
.nba-ranking-pos {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 2px solid rgba(51, 51, 51, 0.12);
}
.nba-ranking-intl .table-hm tr th.name,
.nba-ranking-pos .table-hm tr th.name {
  width: auto;
}
.nba-ranking-intl .table-hm tr th.team,
.nba-ranking-pos .table-hm tr th.team,
.nba-ranking-intl .table-hm tr th.class,
.nba-ranking-pos .table-hm tr th.class {
  width: 110px;
}
.nba-ranking-intl .table-hm tr td.name a span,
.nba-ranking-pos .table-hm tr td.name a span {
  display: inline-block;
  padding: 10px 5px 10px 0;
}
.high-school-ranking .filters,
.intl-ranking .filters,
.ncaa-ranking .filters {
  margin-bottom: 15px;
}
.high-school-ranking table tr th.class,
.intl-ranking table tr th.class,
.ncaa-ranking table tr th.class {
  width: 110px;
}
.high-school-ranking table tr th.name,
.intl-ranking table tr th.name,
.ncaa-ranking table tr th.name {
  width: auto;
}
.high-school-ranking table tbody tr td.name a span,
.intl-ranking table tbody tr td.name a span,
.ncaa-ranking table tbody tr td.name a span {
  display: inline-block;
  padding: 10px 5px 10px 0;
}
.ranking-nav {
  display: block;
  margin-left: 0;
  list-style: none;
  text-align: right;
}
.ranking-nav li {
  display: inline-block;
  padding: 0 15px;
}
.ranking-nav li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 990px) {
  .nba-big-board-rankings .filters .filter-item-year select {
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 991px) {
  .big-board-table th.position {
    width: 20px;
  }
  .big-board-table th.change {
    width: 50px;
  }
  .big-board-table th.name {
    width: auto;
  }
  .big-board-table th.class {
    width: 50px;
  }
}
/*  NBA Draft Trades  */
.nbadraft-trades-wrapper {
  clear: both;
}
.nba-draft-trades .filters {
  float: none;
  width: 100%;
  margin-bottom: 15px;
}
.nba-draft-trades .filters .updated {
  float: left;
}
.nba-draft-trades .filters .filter-item-year select {
  top: 0;
  height: 25px;
  position: relative;
}
/* Positional Ranking >>> */
.filter-item-position ul {
  list-style: none;
  margin: 0 !important;
  width: 100%;
  display: inline-block;
}
.filter-item-position ul li {
  display: inline-block;
}
.filter-item-position ul li:first-child a {
  padding-left: 0;
}
.filter-item-position ul li:last-child a {
  padding-right: 0;
  border-right: 0;
}
.filter-item-position a {
  font-weight: bold;
  padding: 0 12px 0 10px;
  border-right: 2px solid #cccccc;
}
.filter-item-position a.active {
  text-decoration: none;
  color: #ccc;
}
/*  <<< Positional Ranking */
.intl-ranking .filters .filter-item-year select {
  top: 0;
  height: 25px;
  position: relative;
}
.div-table {
  display: table;
}
.div-table .div-table-body {
  display: table-row-group;
}
.div-table .div-table-row {
  display: table-row;
}
.div-table .div-table-cell {
  display: table-cell;
  padding: 3px 10px;
}
.player-attributes-table {
  width: 100%;
}
.player-attributes-table .div-table-row .div-table-cell {
  font-size: 13px;
  letter-spacing: -0.5px;
  border-bottom: 1px solid #999;
}
.player-attributes-table .div-table-row:first-child .div-table-cell {
  border-top: 1px solid #999;
}
.player-attributes-table .attribute-name {
  width: 50px;
  font-weight: bold;
  text-align: right;
}
.player-attributes-table .attribute-boxes {
  width: auto;
}
.player-attributes-table .attribute-value {
  width: 15px;
  font-weight: bold;
  text-align: center;
}
.player-attributes-table .boxes {
  width: 100%;
  min-width: 100px;
}
.player-attributes-table .boxes .box {
  float: left;
  display: block;
  width: 9%;
  margin-right: 1%;
  height: 10px;
  background: #780e10;
}
.player-info {
  margin-top: 5px;
  margin-bottom: 35px;
}
.player-info .div-table-cell {
  font-size: 12px;
}
.player-info .div-table-cell.attribute-name {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  font-weight: bold;
}
.player-info .div-table-cell .attribute-value {
  width: 50%;
  font-weight: bold;
}
.btn.btn-add-to-my-mock-pool {
  display: block;
  background: #780e10;
  color: #fff;
  text-decoration: none;
  width: 210px;
  height: 36px;
  text-align: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-add-to-my-mock-pool:hover,
.btn.btn-add-to-my-mock-pool:active {
  background: rgba(120, 14, 16, 0.5);
}
.btn.btn-ineligible,
.btn.btn-in-my-pool,
.btn.btn-in-my-mock {
  background: #ff6735;
  display: block;
  color: #fff;
  text-decoration: none;
  width: 210px;
  height: 36px;
  text-align: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: bold;
}
.player-attributes {
  overflow: hidden;
}
ul#news_results_wrap li a {
  text-decoration: none !important;
}
.player-profile {
  padding-top: 5px;
  padding-bottom: 30px;
  overflow: hidden;
}
.player-profile .player-image {
  min-height: 1px;
}
.player-profile .player-team {
  overflow: hidden;
  width: 100%;
  font-weight: bold;
  line-height: 45px;
}
.player-profile .player-team .player-item {
  min-height: 30px;
}
.player-profile .player-team img {
  width: 45px;
  float: left;
  margin-right: 5px;
  overflow: hidden;
}
.player-profile .player-team .team-title {
  padding-right: 5px;
  border-right: 2px solid #000;
}
.player-profile .player-team .team-class-of {
  padding-left: 5px;
}
.player-profile .player-name {
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 5px;
  font-weight: bold;
}
.player-profile .player-weight {
  padding-right: 5px;
  border-right: 2px solid #000;
}
.player-profile .player-position {
  padding-left: 5px;
}
.player-profile .player-subtitle {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
}
.player-profile .col1,
.player-profile .col2,
.player-profile .col3 {
  float: left;
}
.player-profile .col1 {
  width: 13%;
  padding-right: 2%;
}
.player-profile .col2 {
  padding-right: 2%;
}
.player-profile .col2 {
  width: 40%;
}
.player-profile .col3 {
  width: 43%;
}
@media screen and (max-width: 1180px) {
  .player-profile .col2 {
    width: 35%;
  }
  .player-profile .col3 {
    width: 48%;
  }
}
@media screen and (max-width: 845px) {
  .player-profile .col1 {
    width: 20%;
    padding-right: 0;
  }
  .player-profile .col2 {
    width: 80%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .player-profile .col3 {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .player-profile .col1 {
    width: 100%;
  }
  .player-profile .col2 {
    width: 100%;
  }
  .player-profile .col3 {
    width: 100%;
  }
}
.player-profile .attributes-total {
  padding: 10px 0;
  font-weight: bold;
}
.player-profile .attributes-total .div-table-cell .big-board {
  text-align: center;
}
.player-profile .attributes-total .div-table-cell .big-board .label,
.player-profile .attributes-total .div-table-cell .mock-year .label {
  background: #780e10;
  color: #fff;
  float: left;
  padding: 2px 5px;
}
.player-profile .attributes-total .div-table-cell .big-board .value,
.player-profile .attributes-total .div-table-cell .mock-year .value {
  float: left;
  min-width: 20px;
  color: #780e10;
  text-align: center;
}
.player-profile .attributes-total .div-table-cell .overall .label {
  float: right;
  padding: 2px 5px;
}
.player-profile .attributes-total .div-table-cell .overall .value {
  float: right;
}
.player-profile .attributes-total .div-table-cell .value {
  font-size: 20px;
  line-height: 21px;
  letter-spacing: -1px;
}
.player-total-table .div-table-cell {
  padding: 0;
}
.player-total-table.div-table-flex .div-table-row {
  display: flex;
  justify-content: space-between;
}
.player-total-table.div-table-flex .div-table-cell {
  font-size: 14px !important;
}
.player-total-table.div-table-flex .value {
  padding-left: 5px;
}
@media screen and (min-width: 1180px) and (max-width: 1300px) {
  .player-total-table .label {
    font-size: 12px;
  }
  .player-total-table .value {
    font-size: 16px;
  }
}
.link-mock-year {
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 1200px) {
  .nba-mock-draft .col-6 {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .nba-mock-draft .col-9 {
    float: left;
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .nba-mock-draft .col-3 {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .nba-mock-draft .col-1 .nba_mock_consensus_table,
  .nba-mock-draft .col-2 .nba_mock_consensus_table {
    width: 99%;
  }
}
@media screen and (min-width: 1200px) {
  .nba-mock-draft .col-1 .nba_mock_consensus_table {
    margin-right: 1%;
  }
}
@media screen and (min-width: 1200px) {
  .nba-mock-draft .col-2 .nba_mock_consensus_table {
    margin-left: 1%;
  }
}
.nba-mock-draft .title {
  float: left;
}
.nba-mock-draft .filters {
  margin-bottom: 0;
  float: left;
  margin-top: 12px;
  margin-left: 25px;
}
.nba-mock-draft .filters .filter-item-year select.filter-year {
  position: relative;
  top: auto;
  right: auto;
}
.nba-mock-draft .updated {
  clear: both;
}
.nba-mock-draft.nba-mock-draft-comments .nba-mock-comment-view .player-picture {
  width: 120px;
}
.nba-mock-draft.nba-mock-draft-comments .nba-mock-comment-view .player-data {
  width: auto;
  text-align: left;
  vertical-align: top;
}
.nba-mock-draft.nba-mock-draft-comments .nba-mock-comment-view .nba-mock-comment-view-player-data {
  width: 100%;
  background-color: #780e10;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
}
.nba-mock-draft.nba-mock-draft-comments .nba-mock-comment-view .nba-mock-comment-view-player-data p {
  margin: 0;
}
.nba-mock-draft.nba-mock-draft-comments .nba-mock-comment-view .nba-mock-comment-view-player-data * {
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.nba-mock-draft.nba-mock-draft-comments .nba-mock-comment-view .nba-mock-comment-view-player-data img.team-logo {
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-image: initial;
}
.nba-mock-draft.nba-mock-draft-comments .nba-mock-comment-view .nba-mock-comment-view-player-comment-wrapper {
  font-size: 13px;
}
.nba-mock-draft.nba-mock-draft-comments .nba-mock-comment-view .nba-mock-comment-view-player-comment-wrapper textarea {
  width: 100%;
}
.nba-mock-instant-analysis {
  width: 100%;
}
.nba-mock-instant-analysis .nba-mock-instant-analysis-content {
  width: 100%;
}
.nba-mock-instant-analysis .nba-mock-draft-header {
  position: relative;
}
.nba-mock-instant-analysis .filters {
  margin-top: 12px;
  margin-left: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.nba-mock-instant-analysis .filters .filter-item-year select.filter-year {
  position: relative;
  height: 25px;
  padding: 0 17px 0 5px;
  margin-bottom: 0;
  border-radius: 6px;
  border: 2px solid #ccc;
  font-weight: bold;
  color: #780e10;
  text-align: center;
  line-height: 21px;
  background-position: center right;
  top: auto;
  right: 0;
  font-size: 17px;
}
.nba-mock-instant-analysis .filters label {
  display: none;
}
.nba-mock-instant-analysis .instant-analysis {
  width: 100%;
}
.nba-mock-instant-analysis .instant-analysis .player-comments {
  vertical-align: top;
}
.nba-mock-instant-analysis .instant-analysis .player-comments h3 {
  font-size: 16px;
  color: #780e10;
}
.nba-mock-instant-analysis .instant-analysis .player-comments h3 a {
  color: #000000;
}
.nba-mock-instant-analysis .instant-analysis .player-picture {
  width: 105px;
}
.nba-mock-comment-edit-button {
  border: none;
  background: no-repeat;
  color: #780e10;
  text-decoration: underline;
  font-weight: bold;
}
.scores {
  float: right;
}
.scores p {
  text-align: right;
}
.scores .score-list {
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  margin-top: 15px;
}
.scores .score-list li {
  float: left;
  font-size: 21px;
}
.scores .score-list li:first-child {
  padding-right: 10px;
  border-right: 3px solid #000;
}
.scores .score-list li:last-child {
  padding-left: 10px;
}
.nba-mock-draft-content {
  clear: both;
  /*overflow: hidden;*/
}
.nba_mock_consensus_table {
  margin-right: 0;
  width: 100%;
}
.nba_mock_consensus_table tr th {
  border-left: 1px solid #fff;
  background-color: #780e10;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.nba_mock_consensus_table tr th:first-child {
  border-left: none;
}
.nba_mock_consensus_table tr th.position {
  width: 40px;
}
.nba_mock_consensus_table tr th.name {
  width: 130px;
}
.nba_mock_consensus_table tr th.height,
.nba_mock_consensus_table tr th.weight {
  width: 30px;
}
.nba_mock_consensus_table tr th.teamposition {
  width: 46px;
}
.nba_mock_consensus_table tr th.team {
  width: 110px;
}
.nba_mock_consensus_table tr th.team {
  width: 110px;
}
.nba-mock-draft-comments table tr th,
#nba_consensus_mock1 table tr th,
#nba_consensus_mock2 table tr th {
  border-left: 1px solid #fff;
  background-color: #780e10;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.nba-mock-draft-comments table tr th:first-child,
#nba_consensus_mock1 table tr th:first-child,
#nba_consensus_mock2 table tr th:first-child {
  border-left: none;
}
.nba-mock-draft-comments table tr th.position,
#nba_consensus_mock1 table tr th.position,
#nba_consensus_mock2 table tr th.position {
  width: 40px;
}
.nba-mock-draft-comments table tr th.name,
#nba_consensus_mock1 table tr th.name,
#nba_consensus_mock2 table tr th.name {
  width: 130px;
}
.nba-mock-draft-comments table tr th.height,
#nba_consensus_mock1 table tr th.height,
#nba_consensus_mock2 table tr th.height,
.nba-mock-draft-comments table tr th.weight,
#nba_consensus_mock1 table tr th.weight,
#nba_consensus_mock2 table tr th.weight {
  width: 30px;
}
.nba-mock-draft-comments table tr th.teamposition,
#nba_consensus_mock1 table tr th.teamposition,
#nba_consensus_mock2 table tr th.teamposition {
  width: 46px;
}
.nba-mock-draft-comments table tr th.team,
#nba_consensus_mock1 table tr th.team,
#nba_consensus_mock2 table tr th.team {
  width: 110px;
}
.nba-mock-draft-comments table tr th.team,
#nba_consensus_mock1 table tr th.team,
#nba_consensus_mock2 table tr th.team {
  width: 110px;
}
.nba-mock-draft-comments table tbody td,
#nba_consensus_mock1 table tbody td,
#nba_consensus_mock2 table tbody td {
  text-align: center;
  font-weight: 400;
  font-size: 10px;
}
.nba-mock-draft-comments table tbody td.position,
#nba_consensus_mock1 table tbody td.position,
#nba_consensus_mock2 table tbody td.position {
  font-size: 27px;
}
.nba-mock-draft-comments table tbody td.teamposition,
#nba_consensus_mock1 table tbody td.teamposition,
#nba_consensus_mock2 table tbody td.teamposition {
  font-weight: 600;
}
.nba-mock-draft-comments table tbody td.team,
#nba_consensus_mock1 table tbody td.team,
#nba_consensus_mock2 table tbody td.team {
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  padding-right: 5px;
  line-height: 25px;
}
.nba-mock-draft-comments table tbody td.team .team-logo,
#nba_consensus_mock1 table tbody td.team .team-logo,
#nba_consensus_mock2 table tbody td.team .team-logo {
  float: left;
  max-width: 30px;
  height: auto;
  margin-right: 5px;
}
.nba-mock-draft-comments table tbody td.name,
#nba_consensus_mock1 table tbody td.name,
#nba_consensus_mock2 table tbody td.name {
  text-align: left;
}
.nba-mock-draft-comments table tbody td.name img,
#nba_consensus_mock1 table tbody td.name img,
#nba_consensus_mock2 table tbody td.name img {
  float: left;
  margin-right: 5px;
}
.nba-mock-draft-comments table tbody td.name a,
#nba_consensus_mock1 table tbody td.name a,
#nba_consensus_mock2 table tbody td.name a {
  display: block;
}
.nba-mock-draft-comments table tbody td.name a span,
#nba_consensus_mock1 table tbody td.name a span,
#nba_consensus_mock2 table tbody td.name a span {
  display: block;
}
.nba-mock-draft-comments table tbody td.player,
#nba_consensus_mock1 table tbody td.player,
#nba_consensus_mock2 table tbody td.player {
  text-align: left;
  font-weight: bold;
}
.nba-mock-draft-comments table tbody td.school,
#nba_consensus_mock1 table tbody td.school,
#nba_consensus_mock2 table tbody td.school {
  text-align: left;
}
#nba_mock_draft,
#nba_mock_pool {
  float: left;
}
#nba_mock_draft {
  width: 75%;
}
#nba_mock_draft #nba_mock_part1,
#nba_mock_draft #nba_mock_part2 {
  width: 49%;
}
#nba_mock_draft #nba_mock_part1 {
  float: left;
}
#nba_mock_draft #nba_mock_part2 {
  float: right;
}
#nba_mock_pool {
  width: 25%;
  float: right;
  padding: 0;
  margin: 0;
}
#nba_mock_part1,
#nba_mock_part2,
#nba_mock_draft {
  float: left;
  padding: 0;
}
#nba_mock_pool {
  float: right;
  padding: 0;
  margin: 0;
}
#nba_mock_draft td,
#nba_mock_pool td {
  height: 30px;
  font-size: 10px;
}
#nba_mock_teams1_datatable,
#nba_mock_players1_datatable,
#nba_mock_teams2_datatable,
#nba_mock_players2_datatable {
  float: left;
  margin: 0;
  padding: 0;
}
#nba_mock_pool_datatable thead th,
.nba_mock_players_datatable thead th,
.nba_mock_teams_datatable thead th {
  border-left: 1px solid #fff;
  background-color: #780e10;
  color: #fff;
  font-weight: 600;
}
#nba_mock_pool_datatable thead th a,
.nba_mock_players_datatable thead th a,
.nba_mock_teams_datatable thead th a {
  color: #fff;
  text-decoration: none;
}
#nba_mock_pool_datatable tr.even,
.nba_mock_players_datatable tr.even,
.nba_mock_teams_datatable tr.even,
#nba_mock_pool_datatable tr.yui-dt-even,
.nba_mock_players_datatable tr.yui-dt-even,
.nba_mock_teams_datatable tr.yui-dt-even {
  background-color: #f2f2f2;
}
#nba_mock_pool_datatable tr.odd,
.nba_mock_players_datatable tr.odd,
.nba_mock_teams_datatable tr.odd,
#nba_mock_pool_datatable tr.yui-dt-odd,
.nba_mock_players_datatable tr.yui-dt-odd,
.nba_mock_teams_datatable tr.yui-dt-odd {
  background-color: #fff;
}
.yui-dt .yuimenu {
  font-size: 93%;
  line-height: 1.5;
}
.yui-dt .yuimenu .bd {
  border: solid 1px #808080;
  background-color: #fff;
}
.yui-dt .yuimenu ul {
  margin: 0;
  padding: 3px 0;
  border-width: 1px 0 0 0;
  border-color: #ccc;
  border-style: solid;
}
.yui-dt .yuimenu ul.first-of-type {
  border-width: 0;
}
.yui-dt .yuimenu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.yui-dt .yuimenu ul li a:hover,
.yui-dt .yuimenu ul li a:active {
  cursor: pointer;
  color: #790e0e;
  background-color: #f2f2f2;
}
.yui-dt .yuimenuitemlabel {
  padding: 0 20px;
  color: #000;
  text-decoration: none;
  cursor: default;
}
.yui-skin-sam #nba_mock_teams1_datatable .yui-dt-bd table,
.yui-skin-sam #nba_mock_teams2_datatable .yui-dt-bd table {
  border-right: none;
}
.yui-skin-sam .yui-dt-liner {
  margin: 0;
  padding: 2px 3px 2px 3px;
}
.yui-dt-hd {
  display: none;
}
.nba_mock_teams_datatable .wpcf-logo {
  width: 25px;
}
.tab-consensus {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  margin: 0 auto 1px !important;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: left;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  color: transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 0px;
}
.tab-consensus li {
  float: left;
  margin: 0;
  padding: 0;
}
.tab-consensus li a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  display: block;
  margin-top: 20px;
  padding: 8px 20px 6px;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background: #f8f8f8;
  -webkit-box-shadow: 4px 8px 16px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 8px 16px 2px rgba(0, 0, 0, 0.2);
  border: 0 solid #000;
  -webkit-transition: padding 0.3s ease, margin 0.3s ease, background-color 0.3s, box-shadow 3s;
  -webkit-transition: padding 0.3s ease, margin 0.3s ease, background-color 0.3s, -webkit-box-shadow 3s;
  transition: padding 0.3s ease, margin 0.3s ease, background-color 0.3s, -webkit-box-shadow 3s;
  transition: padding 0.3s ease, margin 0.3s ease, background-color 0.3s, box-shadow 3s;
  transition: padding 0.3s ease, margin 0.3s ease, background-color 0.3s, box-shadow 3s, -webkit-box-shadow 3s;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  font-weight: 700;
  font-size: 18px;
}
.tab-consensus li.current a,
.tab-consensus li:hover a,
.tab-consensus li:active a {
  margin-top: 12px;
  padding: 12px 20px 10px;
  z-index: 4;
  outline: 0;
  color: #ffffff;
  background: #790e0e;
  border-top-left-radius: 5px;
}
.tab-consensus li:first-child {
  z-index: 3;
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
}
@media screen and (max-width: 767px) {
  .mock-draft-table thead tr th.team {
    height: 25px !important;
    line-height: 25px !important;
  }
}
.list-news .item-news {
  overflow: hidden;
}
.list-news .item-news .blog-content {
  overflow: hidden;
  padding: 0;
  display: flex !important;
  flex-flow: row wrap;
}
.list-news .item-news .col {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.list-news .item-news .col.col-1 {
  width: 14%;
  text-align: center;
}
.list-news .item-news .col.col-2 {
  width: 66%;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.list-news .item-news .col.col-3 {
  width: 20%;
}
.list-news .item-news h3 {
  font-weight: normal;
  margin-bottom: 0;
}
.list-news .item-news a {
  color: #790d0d;
  text-decoration: underline;
}
.list-news .item-news a:hover,
.list-news .item-news a:active {
  text-decoration: none;
}
.list-news .item-news:nth-child(odd) {
  background: #f2f2f2;
}
.list-news .item-news:nth-child(even) {
  background: #fff;
}
#bbpress-forums ul.bbp-topics {
  border-top: 0;
}
#bbpress-forums ul.bbp-topics .bbp-header {
  background-color: #780e10;
  color: #fff;
}
#bbpress-forums ul.bbp-topics .bbp-header a {
  color: #fff;
}
#bbpress-forums .bbp-reply-header {
  background-color: #780e10 !important;
}
#bbpress-forums .bbp-reply-header .bbp-meta {
  color: #fff;
}
#bbpress-forums .bbp-reply-header .bbp-meta a {
  color: #fff;
}
/*  <<<  Page */
.nba-player-rupp .wp-show-posts-columns {
  margin-left: -2em;
}
.nba-player-rupp .wp-show-posts-columns .wp-show-posts-inner {
  margin: 0 0 2em 2em;
}
.nba-player-rupp .wp-show-posts-main {
  margin-top: 10px;
  margin-bottom: 10px;
}
.facet-sidebar .widget-search-sidebar .facet-widget-title h2 {
  font-size: 27px;
  color: #790e0e;
}
.facet-sidebar .widget-search-sidebar .facet-widget-content ul {
  margin-left: 15px;
  list-style-type: disc;
}
.facet-sidebar .widget-search-sidebar .facet-widget-content ul li a {
  color: #000;
  display: block;
  padding-bottom: 5px;
}
.clear-widget {
  margin-bottom: 10px;
}
/*  Custom  >>>  */
.filters {
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}
/*  <<<  Custom */
/*# sourceMappingURL=main.css.map */