/* No Player data */

.no-playerdata {
    text-align: center;
    padding: 120px 100px 100px;
}

/* Comp Tabs */

.wpb_wrapper #comp-tabs {
    margin-bottom: 0;
    font-family: 'Roboto';
}

.mvp-tab-content {
    font-family: 'Roboto';
    margin-bottom: 100px !important;
}

#comp-tabs ul {
    margin: 0;
    display: flex;
    justify-content: center;
    background-color: #201b2e;
}

#comp-tabs ul li {
    list-style: none;
}

#comp-tabs ul li a {
    display: block;
    padding: 12px 40px 10px;
    color: #fff;
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease-in-out;
}

#comp-tabs ul li a.active {
    border-color: #17c64e !important;
    border-bottom: 3px solid;
    background-color: #17c64e;
    transition: all 0.25s ease;
}

#comp-tabs ul li a.active:hover {
    border-color: #17c64e !important;
}

#comp-tabs ul li a:hover {
    cursor: pointer;
    border-color: #17c64e;
    transition: all 0.25s ease;
}

#comp-tabs ul li a img, #comp-tabs ul li a span.comp-tab-name {
    z-index: 1;
    display: block;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 17px;
    line-height: 18px;
}

.row .col #comp-tabs ul li a img {
    display: none;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 50px;
    border: 3px solid #17c64e;
    max-width: 55px;
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
}

.row .col #comp-tabs ul li a:hover img {
    border-color: #1a1529;
}

/* Archive Season Year Tabs */

.archive-tab-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2c273a;
}

.row .col .archive-tab-nav-wrapper h4 {
    margin-bottom: 0;
    font-size: 16px;
    color: rgb(255 255 255 / 40%) !important;
    margin-right: 10px;
    letter-spacing: 0px;
    font-weight: 400;
}

ul.archive-tabs {
    margin: 0;
    display: flex;
    justify-content: center;
}

ul.archive-tabs li {
    list-style: none;
}

ul.archive-tabs li a {
    display: block;
    padding: 15px 20px 10px;
    color: #fff;
    text-align: center;
    border-bottom: 3px solid #18c54d;
    transition: all 0.2s ease-in-out;
}

ul.archive-tabs li a.inactive {
    border-color: transparent;
}

ul.archive-tabs li a:hover {
    cursor: pointer;
    border-color: #807e8a4d;
}

/* Top Player */


.top-player {
    padding: 85px 0 210px;
    background-size: cover !important;
    position: relative;
    background: rgb(41,85,158);
}

span.tp-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(41,85,158);
    background: linear-gradient(45deg, rgb(47 104 196) 0%, rgb(12 25 46) 100%);
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

p.number-one-fielding-pts,
p.number-one-bowling-pts,
p.number-one-batting-pts {
    text-align: right;
}

.top-player .bottom-row p:last-child {
    margin-right: 0px !important;
}

.top-player .top-row,
.top-player .bottom-row {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.row .col .top-player .top-row img {
    display: block;
    border-radius: 100%;
    height: auto;
    max-width: 180px;
    background-color: #ececec;
}

.row .col .top-player .top-row img.top-player-pos {
    background-color: transparent;
}

.top-player .top-row img.top-player-image {
    border: 5px solid #17c64e;
}

.top-player .top-row img.top-player-team {
    padding: 20px;
    margin-right: 20px;
    max-width: 180px;
    max-height: 180px;
}

span.top-player-pos {
    background-color:#17c64e;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 140px;
    font-weight: 700;
    color: #fff;
}

span.top-player-pos span {
    font-size: 30px;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    margin-bottom: -38px;
    margin-left: -20px;
    font-weight: 500;
}

.top-player .top-row .tp-details {
    margin-left: 40px;
}

.tp-details h2.top-player-name {
    color: #fff !important;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
}

.tp-details h2.top-player-name span {
    display: block;
    font-weight: bold;
    color: #17c64e;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
}

.tp-details h3 {
    color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 22px !important;
    line-height: 24px !important;
    margin-top: 22px;
    margin-bottom: 0px !important;
}

.top-player .top-row .tp-right {
    display: flex;
    margin-left: auto;
    align-self: start;
}

.top-player .bottom-row {
    border-radius: 10px;
    margin-top: 40px !important;
    transition: all 0.25s ease;
    padding: 0px !important;
}


.top-player .bottom-row a.player-table-link {
    display: block;
    text-align: center;
    padding: 13px 30px;
    border-radius: 1000px;
    background-color: #17c64e;
    color: #fff;
    width: 200px;
}

.top-player .bottom-row p,
.top-player .bottom-row p,
p.number-one-fielding-pts,
.top-player .bottom-row p.number-one-total-pts {
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 34px !important;
    line-height: 35px !important;
    margin: 0 30px;
}

.top-player .bottom-row p span {
    color: #17c64e;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0px !important;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.top-player .bottom-row p br {
    display: none;
}

.top-player .bottom-row p.number-one-total-pts {
    font-size: 50px;
    line-height: 42px;
    margin-left: 50px;
}

.top-player .bottom-row p.number-one-batting-pts {
    margin-left: auto;
}

/* Top Four Player */

.top-four-inner {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -125px;
    position: relative;
}

.top-four-player {
    display: flex;
    align-items: flex-end;
    flex: 1;
    background-color: #1a1529;
    border-radius: 10px;
    padding: 25px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 50px #1a15293d;
    min-height: 210px;
}

.top-four-player:last-child {
    margin-right: 0px;
}
.top-four-player:first-child {
    margin-left: 0px;
}

.top-four-player > div {
    flex: 1;
}

.row .col h3.top-four-name {
    color: #fff !important;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
}

.row .col h3.top-four-name span {
    display: block;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0px;
}

.tf-pos-total {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

span.tf-pos-number {
    font-weight: 700;
    font-size: 355px;
    display: block;
    line-height: 200px;
    margin-bottom: -10px;
    margin-right: 5px;
    left: -25px;
    top: 0px;
    opacity: 0.07;
    position: absolute;
    user-select: none;
    pointer-events: none;
}

.tf-team-points span {
    display: block;
    line-height: 24px;
}

span.tf-team {
    text-transform: uppercase;
    font-size: 12px;
}

span.tf-points {
    font-size: 26px;
    font-weight: 700;
    color: #17c64e;
}

.row .col .top-four-right img {
    display: block;
    margin-left: auto;
}

.row .col .top-four-right img.tf-player-img {
    width: 75%;
    background-color: #fff;
    border-radius: 100%;
    border: 4px solid #17c64e;
}

.row .col .top-four-right img.tf-team-shield {
    width: 35%;
    margin-top: 20px;
}

/* Column Headings and Table Rows */

h5.swipe-to-browse-text {
    display: none;
}

.column-headings {
    background-color: #1a1529;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: space-evenly;
    text-align: left;
}

.player-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    overflow: hidden;
    text-align: left;
    background-color: #ffffff;
    z-index: 2;
    position: relative;
    font-size: 15px;
}
.player-row:hover {
    cursor: pointer;
}

.player-table-wrapper .player-row:nth-of-type(even) {
    background-color:#efefef;
}

.column-headings > div, .player-row > div {
    flex: 1;
    padding: 12px 20px;
}

.column-headings .player-name-header,
.column-headings .player-team-header  {
    flex: 2;
}

.column-headings > div:first-child, 
.player-row > div:first-child {
    max-width: 6%;
}

.player-row > div.active-column {
    font-weight: 400;
    color: #17c64e;
    font-size: 16px;
}

.player-row > .player-name {
    display: flex;
    align-items: center;
    flex: 2;
}

.player-row > .player-name:after {
    content: "";
    width: 10px;
    height: 10px;
    background: url('../images/plus.svg') no-repeat;
    display: block;
    margin-left: auto;
    transform: rotate(0deg);
    transform-origin: center center;
    transition: all 0.5s ease-in-out;
}
.player-row.active-player > .player-name:after {
    transform: rotate(45deg);
}

.player-row > .player-team {
    flex: 2;
}

.player-row > div.more-info {
    z-index: 1;
    position: relative;
    flex-basis: 100%;
    height: 0;
    padding: 0;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 10%);
    transition: all 0.5s ease-in-out;
    background: linear-gradient( 135deg, rgba(41,85,158,1) 0%, rgba(23,45,81,1) 100%);
}

.player-row.active-player > div.more-info {
    height: 240px;
}

.player-row > div.more-info .more-info-inner {
    max-width: 100%;
    margin: 15px 35px;
}

.row .col .more-info h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff !important;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

.row .col .player-row > div.more-info img {
    width: 100%;
    border-radius: 100%;
}

.additional-stats-inner {
    display: flex;
    align-items: center;
}
.additional-stat-images {
    width: 120px;
    margin-right: 40px;
    float: left;
}
.row .col .player-row .additional-stat-images img {
    width: 50%;
    border-radius: 100%;
}

.row .col .player-row > div.more-info img:first-child {
    border: 4px solid #18c54d;
    background-color: #fff;
}

.row .col .player-row > div.more-info img:last-child {
    width: 55px;
    position: absolute;
    left: 110px;
    top: 145px;
}

.additional-stats {
    width: calc(100% - 160px);
    float: left;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.additional-stats p {
    color: #ffffff;
    line-height: 25px;
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: 600;
    padding-bottom: 25px;
}

.additional-stats span {
    font-weight: normal;
    color: #18c54d;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    display: block;
    margin-top: 5px;
}

/* Table */

.sorting-wrapper h3 {
    margin-bottom: 20px !important;
}

.mvp-table {
    display: flex;
    margin-top: 50px;
}

.sorting-wrapper {
    width: 340px;
    float: left;
}

.sorting-wrapper ul li select {
    appearance: none;
    -webkit-appearance: none;
    padding: 0px;
    box-shadow: none !important;
    font-size: 16px;
    font-family: 'Roboto';
    color: #757575;
}

.sorting-wrapper ul {
    margin: 0;
}

.sorting-wrapper ul li {
    list-style: none;
    padding: 20px 20px;
    background-color: #fff;
    margin-bottom: 20px !important;
    border-radius: 10px;
    position: relative;
    transition: all 0.25s ease;
}

.sorting-wrapper ul li:hover {
    color: #1a1529;
    box-shadow: 0px 0px 80px rgb(26 21 41 / 10%);
    z-index: 999999;
    transition: all 0.25s ease;
}

.sorting-wrapper ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/plugins/pca-mvp/images/up-cheveron.svg) !important;
    display: block;
    position: absolute;
    right: 20px;
    top: 27px;
    transform: rotate(90deg);
    opacity: 0.15;
    transition: all 0.25s ease;
    user-select: none;
    pointer-events: none;
}

.sorting-wrapper ul li:last-child:before {
    transform: rotate( 180deg);
    right: 20px;
}

li.data-filter:hover:before {
    opacity: 1;
    transition: all 0.25s ease;
}

.sorting-wrapper ul li:hover {
    cursor: pointer;
}

.player-table-wrapper {
    width: calc(100% - 310px);
    float: left;
    padding-left: 35px;
    position:relative;
}

.pt-title-bar {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.player-table-wrapper .pt-title-bar h3 {
    margin-bottom: 0 !important;
}

.pt-title-bar a.view-previous-btn {
    display: block;
    background-color: #17c64e;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    margin-left: auto;
}





/* 1500 */

@media only screen and (max-width: 1500px) {
    body .container .mvp-tab-content .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
        padding: 0 50px !important;
    }
}

/* END */

/* 1400 */

@media only screen and (max-width: 1400px) {

    .sorting-wrapper li:nth-child(4) {
        margin-right: 0px !important;
    }
    .top-four-player:last-child {
        display: none;
    }
    .top-four-player:nth-child(3) {
        margin-right: 0px;
    }
    .top-four-left {
        flex: 2 !important;
    }
    .row .col .top-four-right img.tf-player-img {
        width: 100% !important;
    }
    .row .col .top-four-right img.tf-team-shield {
        width: 55%;
        margin: auto !important;
        margin-top: 20px !important;
    }
    .top-four-right {
        flex: 1 !important;
        padding-left: 40px !important;
    }
    .top-four-player {
        min-height: 245px;
    }
    span.tf-pos-number {
        font-size: 335px;
        line-height: 220px;
    }
}

/* END */

/* 1300 */

@media only screen and (max-width: 1300px) {

    .top-player .bottom-row p.number-one-total-pts {
        margin-left: 40px;
    }

    .top-player .bottom-row a.player-table-link {
        width: 170px;
    }

    span.tf-pos-number {
        font-size: 310px;
        line-height: 205px;
    }

    .mvp-tab-content .container {
        max-width: none !important;
        width: 100% !important;
    }

    body .container .mvp-tab-content .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
        padding: 0 40px !important;
    }
    .sorting-wrapper {
        width: 100%;
        float: left;
        border-top: 1px solid #dddcdf;
        padding-top: 45px;
        border-bottom: 1px solid #dddcdf;
        padding-bottom: 35px;
        margin-bottom: 45px !important;
    }
    .mvp-table {
        display: block;
    }
    .player-table-wrapper {
        width: 100%;
        float: left;
        padding-left: 0px;
        margin-top: 20px !important;
    }
    .sorting-wrapper li:last-child {
        width: 100%;
    }
    .sorting-wrapper li {
        width: 23.5%;
        margin-right: 2% !important;
        float: left;
    }
    .sorting-wrapper ul li {
        margin-bottom: 2% !important;
    }
    .sorting-wrapper > h3 {
        font-size: 20px !important;
        line-height: 20px !important;
        letter-spacing: 0px !important;
        margin-bottom: 25px !important;
        opacity: 0.5;
    }
    .player-table-wrapper > h3 {
        font-size: 25px !important;
        line-height: 28px !important;
        letter-spacing: 0px !important;
        margin-bottom: 25px !important;
    }
    .row .col .top-player .top-row img {
        max-width: 170px;
    }
    .top-player .top-row img.top-player-team,
    span.top-player-pos {
        max-width: 170px;
        max-height: 170px;
    }
    .tp-details h3 {
        font-size: 22px !important;
        line-height: 32px !important;
        margin-bottom: 0px !important;
    }
    .tp-details h2.top-player-name span {
        display: block;
        font-weight: bold;
        color: #17c64e;
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .top-player .bottom-row p span {
        color: #17c64e;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
    }
    .row .col .top-four-right img.tf-player-img {
        border: 3px solid #17c64e !important;
    }

    .top-four-player {
        min-height: unset;
    }

}

/* END */


/* 1150 */

@media only screen and (max-width: 1150px) {
    .top-player .top-row .tp-right img.top-player-team,
    .top-player .top-row .tp-right span.top-player-pos {max-width: 130px !important;max-height: 130px !important;margin-top: 20px !important;font-size: 110px;font-weight: 500;}
    span.top-player-pos span {font-size: 23px;line-height: 30px;writing-mode: vertical-lr;transform: rotate(-180deg);margin-bottom: -35px;margin-left: -22px;font-weight: 500;}
    span.tf-pos-number {font-size: 290px;line-height: 165px;}
    .row .col .top-player .top-row img {max-width: 150px;}
}

/* END */


/* 999 */

@media only screen and (max-width: 999px) {

    .mvp-table > h3 {
        position: relative;
        float: left;
        width: 100%;
    }

    .sorting-wrapper {
        margin-bottom: 20px !important;
    }

    body h5.swipe-to-browse-text {
        display: table;
        float: right;
        font-size: 14px !important;
        line-height: 24px !important;
        background-color: #1a152914;
        color: #1a1529;
        font-weight: 500 !important;
        letter-spacing: 0px !important;
        padding: 8px 20px;
        border-radius: 100000px;
        margin-bottom: -130px !important;
        margin-top: 15px !important;
    }

    .player-table-wrapper {
        width: 100%;
        float: left;
        padding-left: 0px;
        margin-top: 20px !important;
        overflow-x: scroll;
        position: relative;
    }

    .player-table-wrapper > div {
        width: 1100px;
    }

    .row .col #comp-tabs ul li a img {
        padding: 7px;
        max-width: 50px;
    }
    #comp-tabs ul li a {
        display: block;
        padding: 25px 25px 10px;
    }
    .row .col .top-four-right img.tf-team-shield {
        width: 60px;
        margin: auto !important;
        margin-top: 15px !important;
    }
    .row .col h3.top-four-name {
        color: #fff !important;
        font-size: 18px;
        line-height: 25px;
    }
    .top-four-player {
        padding: 20px;
    }
    .top-four-inner {
        display: block;
    }
    .top-four-player:nth-child(1), .top-four-player:nth-child(2) {
        margin-bottom: 2% !important;
    }
    .top-four-player:nth-child(2), .top-four-player:nth-child(4) {
        margin-left: 2% !important;
    }
    .top-four-player:last-child {
        display: flex;
    }
    .top-four-player {
        width: 49%;
        float: left;
        margin: 0px !important;
        height: auto;
    }
    .top-four-left {
        flex: 3 !important;
    }
    .top-player .top-row .tp-details {
        margin-left: 30px;
    }
    .top-player .top-row .tp-right img.top-player-team,
    .top-player .top-row .tp-right span.top-player-pos {
        max-width: 110px !important;
        max-height: 110px !important;
        margin-top: 20px !important;
        font-size: 80px;
        line-height: 100px !important;
        font-weight: 500;
    }
    span.top-player-pos span {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: -23px;
        margin-left: -22px;
    }
    .top-player .bottom-row p,
    .top-player .bottom-row p,
    p.number-one-fielding-pts,
    .top-player .bottom-row p.number-one-total-pts {
        padding: 0;
        color: #fff;
        font-weight: bold;
        font-size: 28px !important;
        line-height: 28px !important;
        margin: 0 20px;
    }
    .top-player .bottom-row p span {
        color: #17c64e;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
    }
    .column-headings > div, .player-row > div {
        padding: 15px 20px;
        font-size: 15px;
    }
    .column-headings > div:first-child,
    .player-row > div:first-child {
        max-width: 45px !important;
        padding: 15px 0px !important;
        text-align: center;
    }
    .player-row > .player-name,
    .column-headings .player-name-header {
        display: flex;
        align-items: center;
        flex: 3;
    }
    .player-row > div:nth-child(3),
    .column-headings > div:nth-child(3) {
        flex: 2;
    }
    .column-headings > div:last-child,
    .player-row > div.active-column {
        text-align: center;
        font-size: 15px;
    }
    .top-player .bottom-row a.player-table-link {
        width: 150px;
    }
    .top-player .bottom-row p.number-one-total-pts {
        margin-left: 30px !important;
    }
    span.tf-pos-number {
        font-size: 300px;
        line-height: 185px;
    }

}

/* END */


/* 769 */

@media only screen and (max-width: 769px) {

    .player-table-wrapper > div {
        width: 900px;
    }
    .row .col .top-player .top-row img {
        max-width: 125px;
    }
    .tp-details h3 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    .tp-details h2.top-player-name {
        font-size: 25px;
        line-height: 30px;
    }
    .tp-details h2.top-player-name span {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .top-player .top-row .tp-right img.top-player-team,
    .top-player .top-row .tp-right span.top-player-pos {
        max-width: 80px !important;
        max-height: 80px !important;
        margin-top: 20px !important;
        font-size: 60px;
        line-height: 100px !important;
        font-weight: 500;
    }
    .top-player .top-row .tp-right span.top-player-pos {
        padding-left: 5px;
    }
    span.top-player-pos span {
        font-size: 15px;
        line-height: 38px;
        margin-bottom: -14px;
        margin-left: -22px;
    }
    .top-player .top-row .tp-right img.top-player-team {
        padding: 10px;
    }
    .top-player .top-row .tp-details {
        margin-left: 25px;
    }
    .top-player .bottom-row a.player-table-link {
        display: none;
    }
    .top-player .bottom-row p.number-one-total-pts {
        margin-left: 0px !important;
    }
    .top-player .bottom-row p,
    .top-player .bottom-row p,
    p.number-one-fielding-pts,
    .top-player .bottom-row p.number-one-total-pts {
        margin: 0 25px;
    }
    .top-player .top-row .tp-right img.top-player-team {
        padding: 10px;
        margin-top: 23px !important;
        margin-right: 0px;
    }
    span.top-player-pos {
        position: absolute;
        transform: scale(0.45);
        right: -30px;
        top: -25px;
    }
    #comp-tabs ul li a img,
    #comp-tabs ul li a span.comp-tab-name {
        font-size: 15px;
        line-height: 16px;
        margin-top: 10px;
    }
}

/* END */


/* 690 */

@media only screen and (max-width: 690px) {

    .top-four-right {
        flex: 1 !important;
        max-width: 110px !important;
        padding-left: 0px !important;
    }

    /*#comp-tabs ul li a span.comp-tab-name {
        display: none !important;
    }*/

    .wpb_wrapper #comp-tabs {
        background-color: #201b2e;
    }

    /*#comp-tabs ul li {
        width: 25% !important;
    }*/

    #comp-tabs ul li a {
        display: block;
        padding: 15px 25px 17px;
    }

    .wpb_wrapper #comp-tabs ul {
        width: 85%;
        margin: auto;
    }

    .row .col #comp-tabs ul li a img {
        padding: 8px;
        max-width: 55px;
    }

    body .container .mvp-tab-content .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
        padding: 0px !important;
        width: 85% !important;
    }

    .top-player .bottom-row {
        display: block;
    }

    .top-player .bottom-row {
        margin-top: 30px !important;
    }

    .row .col .top-four-right img.tf-team-shield {
        width: 50px;
        margin: auto !important;
        margin-top: 15px !important;
        margin-bottom: -5px !important;
    }
    .tf-pos-total {
        margin-top: 5px;
    }
    .sorting-wrapper {
        padding-top: 40px;
    }
    .top-four-player {
        width: 100%;
        padding: 25px;
    }
    .row .col h3.top-four-name {
        font-size: 18px;
        line-height: 25px;
    }

    span.tf-pos-number {
        font-size: 270px;
        line-height: 175px;
        left: 0px;
    }   
    .row .col h3.top-four-name span {
        font-size: 25px;
        line-height: 26px;
    }
    .top-four-player:nth-child(2), .top-four-player:nth-child(4) {
        margin-left: 0% !important;
    }
    .top-four-player:nth-child(1), .top-four-player:nth-child(2), .top-four-player:nth-child(3) {
        margin-bottom: 15px !important;
    }
    .top-four-inner {
        margin-top: -100px;
    }
    .sorting-wrapper li {
        width: 49%;
        margin-right: 2% !important;
    }
    .sorting-wrapper ul li:nth-child(2) {
        margin-right: 0px !important;
    }
    .top-player .bottom-row a.player-table-link {
        display: block;
        width: 60% !important;
        padding: 12px;
        margin: 0px !important;
        float: left;
    }
    .top-player .bottom-row p span {
        color: #17c64e;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
    }

    body .top-player .bottom-row p.number-one-total-pts {
        width: 40% !important;
        float: left;
        margin: 0px !important;
        text-align: center;
        font-size: 35px !important;
        line-height: 35px !important;
        min-height: 60px;
    }
    p.number-one-fielding-pts, p.number-one-bowling-pts, p.number-one-batting-pts {
        width: 33.3% !important;
        text-align: center !important;
        margin: 0px !important;
        float: left;
        margin-top: 50px !important;
    }
    .top-player .bottom-row:after {
        content: '';
        width: 100%;
        background-color: #ffffff1c;
        height: 1px;
        display: block;
        position: absolute;
        bottom: -85px;
    }
    .top-player {
        padding: 65px 0 165px;
    }

    
    .row .col .top-player .top-row img {
        max-width: 110px;
        border-width: 4px !important;
    }
    .top-player .top-row .tp-details {
        margin-left: 20px;
    }
    body .tp-details h2.top-player-name {
        color: #fff !important;
        font-size: 23px !important;
        line-height: 25px !important;
        letter-spacing: 0px;
    }
    .tp-details h3 {
        font-size: 15px !important;
        line-height: 18px !important;
    }
    .top-player .top-row .tp-right img.top-player-team {
        display: none;
    }
    span.top-player-pos span {
        font-size: 9px;
        line-height: 47px;
        margin-bottom: -4px;
        margin-left: -24px;
    }
    .top-player .top-row .tp-right span.top-player-pos {
        display: none !important;
    }

    .top-player .top-row:before {
        content: '';
        background-image: url(/wp-content/plugins/pca-mvp/images/1mvp.svg) !important;
        background-repeat: no-repeat;
        position: absolute;
        display: block !important;
        width: 40px;
        height: 40px;
        z-index: 9999;
        top: -5px;
        left: -5px;
        visibility: visible;
    }

    .tp-details h2.top-player-name span {
        font-size: 35px;
        line-height: 38px;
        margin-bottom: 12px;
    }
}

/* END */


/* 550 */

@media only screen and (max-width: 550px) {
    body h5.swipe-to-browse-text {
        display: table;
        float: right;
        font-size: 12px !important;
        line-height: 23px !important;
        background-color: #1a152914;
        color: #1a1529;
        font-weight: 500 !important;
        letter-spacing: -0.1px !important;
        padding: 7px 18px;
        border-radius: 100000px;
        margin-bottom: -130px !important;
        margin-top: 16px !important;
    }
    .player-table-wrapper > h3 {
        font-size: 20px !important;
        line-height: 28px !important;
        letter-spacing: -0.25px !important;
        margin-bottom: 25px !important;
    }
}
/* END */


/* 479 */

@media only screen and (max-width: 479px) {
    body .container .mvp-tab-content .container:not(.tab-container):not(.recent-post-container):not(.normal-container),
    .wpb_wrapper #comp-tabs ul {
        width: 100%;
        flex-direction: column;
    }
    #comp-tabs ul li a img, #comp-tabs ul li a span.comp-tab-name {
        margin: 10px;
    }
    .row .col .top-player .top-row img {
        max-width: 90px;
        border-width: 3px !important;
    }
    .top-player .top-row .tp-details {
        margin-left: 15px;
    }  
    body .tp-details h2.top-player-name {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .tp-details h2.top-player-name span {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 7px;
    }
    .row .col #comp-tabs ul li a img {
        padding: 8px;
        max-width: 65%;
    }
    .top-player .bottom-row p,
    .top-player .bottom-row p,
    p.number-one-fielding-pts,
    .top-player .bottom-row p.number-one-total-pts,
    body .top-player .bottom-row p.number-one-total-pts {
        font-size: 25px !important;
        line-height: 25px !important;
    }
    /*#comp-tabs ul li a {
        display: block;
        padding: 10px;
        background-color: #17c64e;
    }

    #comp-tabs ul li a.inactive {
        background-color: transparent;
    }*/

    .top-four-right {
        flex: 1 !important;
        max-width: inherit !important;
        padding-left: 40px !important;
    }
    body h5.swipe-to-browse-text {
        position: relative;
        margin-bottom: -5px !important;
        margin-top: 15px !important;
        float: left;
        padding: 7px 16px;
    }
    .player-table-wrapper > h3 {
        font-size: 25px !important;
        line-height: 26px !important;
        letter-spacing: -0.25px !important;
        margin-bottom: 25px !important;
    }
    .top-player .top-row:before {
        width: 30px;
        height: 30px;
        top: -2px;
        left: -2px;
    }
}

/* END */


/* 350 */

@media only screen and (max-width: 350px) {
    .sorting-wrapper ul li {
        list-style: none;
        padding: 15px 18px;
        font-size: 15px;
    }
    .sorting-wrapper ul li select {
        font-size: 15px;
    }
    .sorting-wrapper ul li:before {
        width: 12px;
        height: 12px;
        right: 15px;
        top: 25px;
    }
    .player-table-wrapper > h3 {
        font-size: 23px !important;
        line-height: 24px !important;
        letter-spacing: -0.25px !important;
        margin-bottom: 20px !important;
    }
}

/* END */








