/*
Theme Name:     Custom Child Theme
Theme URI:      http://hyperlinkcode.com/blog/twenty-seventeen-child-theme/
 Template:       twentyseventeen
Version:        1.0.0
*/
/* Add Custom CSS after this line
*/





.lerror {
    background: #ffb2b2;
    color: #000;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}

#ctf{
margin-top: 63px;
}
/* Source inter font  */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.grecaptcha-badge {
    display: none !important;
}

/* @font-face {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 300;
src: local('Inter Regular'), url('assets/fonts/Inter-Regular.woff') format('woff');
}
@font-face {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: bold;
src: local('Inter Bold'), url('assets/fonts/Inter-Bold.woff') format('woff');
} */

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1250px) {
    .container {
        width: 1240px;
    }
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !Important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !Important;
}

.sprite_icon {
    position: relative
}

.sprite_icon:before {
    content: '';
    background: url(assets/img/sprite.png);
    position: absolute;
    top: 0;
    left: 0;
}

.container {
    margin: 0 auto !important;
}


p {
    margin: 0 0 10px;
    padding: 0;
}

.entry-content a img, .comment-content a img, .widget a img {
    box-shadow: none;
}

ul, ol {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 2;
    color: #070a13;
    font-weight: bold;
}

h2 {
    font-size: 18px;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    transition: 0.15s linear;
    -webkit-transition: 0.15s linear;
}

body {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #6c6c6c;
    font-weight: 300;
}

.clear {
    width: 100%;
    clear: both;
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

body {
    overflow-x: hidden;
}

/*--------------------------------------------------------------
10.0 Menu
--------------------------------------------------------------*/

#cssmenu > ul > .current-menu-item a {
    opacity: 1;
    color: #eae10b;
}


#cssmenu ul ul li:hover {
    background: #1376bc;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none;
}

#cssmenu {
    margin-top: 5px;
    float: right;
}

#cssmenu > ul > li {
    float: left;
    margin: 0;
    position: relative;
}

#cssmenu > ul > li > a {
    position: relative;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 14px;
    padding: 11px 10px;
    line-height: normal;
    display: block;
    font-weight: bold;
}

#cssmenu > ul > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12.5px;
    width: 0;
    height: 2px;
    object-fit: contain;
    background-color: #eae10b;
}


#cssmenu > ul > li a:hover, #cssmenu ul li.active a:hover, #cssmenu ul li.active a, #cssmenu ul li.has-sub.active a:hover {
    color: #eae10b;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 18px;
    right: 12.5px;
    width: 11px;
    height: 2px;
    display: block;
    background: #ffffff;
    content: '';
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 13.5px;
    right: 17px;
    display: block;
    width: 2px;
    height: 11px;
    background: #ffffff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    left: auto;
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    background-color: #15181f;
    opacity: 1;
    z-index: 99999;
    margin: 0; 
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: transparent;
    transition: all .25s ease;
}

#cssmenu ul ul li:hover {
}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu li:hover > ul > li {
    height: 30px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgb(208, 205, 205);
    width: 235px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    padding: 8px 20px;
    font-weight: 400;
    display: block;
    text-align: left;
    text-transform: capitalize;
}

#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #000;
    border-radius: 0;
    background: #eae10b;
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #fff
}

#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #fff
}

#cssmenu ul li.libold a {
    font-weight: 600 !important
}

.loadingplicon {
    display: none;
}

.main_left_side table.forloadmore {
    display: none;
}

.main_left_side div[style="opacity: 0.5;"] {
    position: relative;
}

.main_left_side div[style="opacity: 0.5;"] table.forloadmore {
    height: 70px;
    display: table;
    visibility: hidden;
}

.main_left_side div[style="opacity: 1;"] table.forloadmore {
    display: table;
}

.main_left_side div[style="opacity: 0.5;"]::before {
    content: "";
    background-image: url('assets/images/loader.gif');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 40px;
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    nav {
        width: 100%;
    }

    #services {
        display: none;
    }

    #cssmenu {
    width: 100%;
    float: left !important;
    position: relative;
    padding: 0;
    top: -50px !important;
    right: 0;
    z-index: 999;
    display: block;
    }

    #cssmenu.mobfixmenu {
        position: fixed;
    }

    #cssmenu ul {
        height: 100vh;
        display: none;
        background: #15181f;
        z-index: 999;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding-top: 90px;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 0
    }

    #cssmenu ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul li, #cssmenu li:hover > ul > li {
        height: auto
    }

    #cssmenu ul li a, #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu > ul > li {
        float: none;
        margin: 20px 0;
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: #333 !important;
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #fff;
        background: none;
        text-transform: capitalize;
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
        color: #fff
    }

    #cssmenu ul ul, #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }

    #cssmenu ul li .social_links a {
        width: 48px;
        display: inline-block;
        border-radius: 50% !important;
    }

    #cssmenu ul li.social_links {
        display: block !important;
    }

    #cssmenu ul li .social_links {
        text-align: center;
    }

    #cssmenu #head-mobile {
        display: none;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: bold
    }

    #cssmenu .button {
        position: absolute;
        right: 0;
        top: -48px;
        cursor: pointer;
        z-index: 12399994;
        width: 35px;
        height: 35px;
        border-radius: 2px;
        background-color: #dad20e;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -ms-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
    }

    #cssmenu .button.menu-opened {
        top: 30px;
        position: fixed;
        right: 15px;
    }

    #cssmenu > ul > li:last-child a {
        margin: 0 auto;
        width: auto !important;
        padding: 8px 0 0 0 !important;
    }

    #cssmenu ul li.boldli a {
        color: #01d7e1;
    }

    #cssmenu > ul > li > a {
        font-size: 22px;
        padding: 12px 40px !important;
        color: #fff;
        border: none !important;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

    #cssmenu .button:after {
        position: absolute;
        top: 18px;
        right: 0;
        left: 0;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        content: '';
        margin: 0 auto;
    }

    #cssmenu .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 12px;
        right: 0;
        display: block;
        height: 2px;
        width: 20px;
        background: #ffffff;
        content: '';
        left: 0;
        margin: 0 auto;
    }

    #cssmenu .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 17px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #cssmenu .button.menu-opened:before {
        top: 17px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}

#cssmenu ul li.active a {
    font-weight: bold;
}

#cssmenu li:hover > ul > li > ul > li {
    height: auto;
}


.main-menu {
    position: relative;
    padding: 10px 0;
    z-index: 10;
}

#cssmenu > ul > .current-menu-item a:before, #cssmenu > ul > li a:hover:before {
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/*--------------------------------------------------------------
10.0 Header
--------------------------------------------------------------*/


/* preloader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

.loadergif {
    display: block;
    position: relative;
    margin: 0 auto;
    top: 40%;
    width: 195px;
    text-align: center;
    height: inherit;
    border-radius: 50%;
    border: 3px solid transparent;
    z-index: 1001;
}

/* Loaded */

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader, .loaded .loadergif {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

/* new header css */


ul {
    list-style: none;
}

.logo {
	float: left;
    margin-top: 6px;
    position: relative;
    z-index: 9999;
}

.social_links {
    float: right;
    padding-top: 6px;
    padding-bottom: 6px;
}

.social_links a .fa {
    transition: 0.35s linear;
    -webkit-transition: 0.35s linear;
    transform: rotate(0deg);
}

.social_links a .fa:hover {
    transition: 0.35s linear;
    -webkit-transition: 0.35s linear;
    transform: rotate(360deg);
    color: #eae10b;
}

.btn {
    width: 140px;
    height: 36px;
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    border: none !important;
    color: #070a13;
}

.btn-bg {
    background-color: #eae10b;
    color: #070a13;
}

.align-center {
    text-align: center;
}

.btn-nobg {
    background: transparent;
    color: #3d3d3d;
    border-radius: 2px;
    border: solid 1px #bf9773;
}

.main-heading {
    font-size: 24px;
    line-height: 2;
    color: #070a13;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: bold;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #74868c;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #74868c;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #74868c;
}

:-moz-placeholder { /* Firefox 18- */
    color: #74868c;
}

.post-snlge .entry-content h2 {
    font-size: 24px;
    color: #070a13;
    line-height: 1.5;
    margin-bottom: 10px;
}

.btn .vc_general, .btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px;
    background: #bf9773;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn.btn-bg .vc_general:before, .btn.btn-bg:before {
    background: #ffffff;
}

.btn.btn-bg .vc_general {
    background: none !important;
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 12px;
    font-weight: bold;
    color: #070a13 !important;
}


.btn .vc_general:hover:before, .btn .vc_general:focus:before, .btn .vc_general:active:before, .btn:hover:before, .btn:focus:before, .btn:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
    width: calc(33.33333% - 20px);
    float: left;
    margin: 12px 10px;
}

p.comment-form-cookies-consent {
    width: 100%;
    clear: both;
}

#comments .form-submit {
    width: 140px;
    height: 36px;
    border-radius: 4px;
    background-color: #eae10b;
    color: #15181f;
    padding: 0;
    display: block;
    text-align: center;
    margin: 25px auto;
    position: relative;
}

#comments .form-submit:hover #submit, .newsletter_text .form-submit:hover .wpcf7-submit, .contact-form .form-submit:hover .wpcf7-submit {
    color: #15181f;
    z-index: 7;
    position: relative;
    background: none !important;
}

#comments .form-submit #submit {
    background: none;
    padding: 0;
    font-size: 12px;
    line-height: 3.2;
    text-transform: capitalize;
    width: 100%;
    color: #15181f;
    font-weight: bold;
}

#comments .form-submit:before, .newsletter_text .form-submit:before, .contact-form .form-submit:before, #pmpro_submit_span:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px;
    background: #ffffff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 1px solid #15181f;
}

#comments .form-submit:hover:before, .newsletter_text .form-submit:hover:before, .contact-form .form-submit:hover:before, #pmpro_submit_span:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

body.error404 .wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}

body.error404 .wrap input#search-form-1 {
    height: 45px;
}


/* footer */

.main-footer {
    background: #15181f;
}

.copyright-sec {
    border-top: 1px solid #545454;
    padding: 35px 0;
}

.copyright-sec p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #fff;
    line-height: normal;
}

.copyright-sec p a {
    color: #fff;
}

.copyright-sec ul {
    text-align: right;
}

.copyright-sec ul li {
    display: inline-block;
    line-height: normal;
}

.copyright-sec ul li a {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    padding-left: 48px;
    display: block;
}

.footer_menu ul li {
    display: inline-block;
    margin-top: 5px;
}

.footer_menu ul {
    text-align: left;
}
.menu-footer-menu-container {
    display: inline-block;
}
.footer_menu ul li a {
    color: #fff;
    font-size: 14px;
    padding: 10px 18px;
    display: block;
    font-weight: bold;
}

.footer_menu ul li:first-child a {
    padding-left: 0;
}

/* #cssmenu > ul > li:last-child a, .footer_menu ul li:last-child a {
    height: 36px;
    border-radius: 4px;
    width: 140px;
    text-align: center;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 0;
    margin-right: 20px;
    margin-left: 20px;
} */

.footer_menu ul li:nth-last-child(2) a, #cssmenu > ul > li:nth-last-child(2) a {
}

.footer_section {
    padding: 45px 0;
}

.social_links a {
    color: #000;
    padding: 0 0 0 12px;
} 
.social_links a svg {
    width: 20px;
    color: #000000;
    fill: #000000;
    position: relative;
    top: 2px;
}
.footer_menu ul li a:hover {
    color: #eae10b;
}

/* main */

.main-head {
    background:#000;
    height: auto;
    position: relative;
    background-size: cover;
}

/*
.main-head:after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-image: linear-gradient(to bottom, #070a13, rgba(7, 10, 19, 0));z-index: 0;}
 */

.home_header_banner .item .cat-nme .cname {
    color: #eae10b;
    line-height: 1.33;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.home_header_banner .item .cat-nme span {
    padding: 0 15px 0 0;
    position: relative;
}

.home_header_banner .item .cat-nme .cname span:before {
    content: '/';
    position: absolute;
    right: 7.5px;
    top: 0;
}

.home_header_banner .item .cat-nme .cname span:last-child:before {
    display: none;
}

.home_header_banner .item .cat-nme ul a:after {
    display: none;
}

.home_header_banner {

}

.main-head.innerheader {
    height: auto;
}

.inner_header h1 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 3;
    margin: 75px 0;
    padding-bottom: 8px;
}

.inner_header h1:after {
    content: '';
    background: #eae10b;
    width: 75px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}


.front-pge {

}

.footer-logo {
    padding: 7px 0 0 0;
}

.home_header_banner h1 {
    font-size: 32px;
    line-height: 38px;
    color: #ffffff;
    margin-bottom: 20px;
}

.home_header_banner p {
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    padding-right: 0;
}

.home_header_banner .item a {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.33;
    color: #eae10b;
    position: relative;
    margin-top: 40px;
    display: inline-block;
    z-index: 1
}

.home_header_banner .item a:after {
    content: '';
    position: absolute;
    right: -35px;
    top: 8.5px;
    width: 24px;
    height: 1px;
    border-radius: 17px;
    background-color: #eae10b;
    transition: 0.35s all;
    -webkit-transition: 0.35s all;
}

.home_header_banner .item a:hover {
    color: #fff;
}

.home_header_banner .item a:hover:after {
    right: -50px;
    transition: 0.35s all;
    -webkit-transition: 0.35s all;
    background-color: #ffffff;
}

.owl-nav {
    position: absolute;
    bottom: -102px;
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: url(assets/img/sprite.png);
    width: 18px;
    height: 15px;
    float: left;
    margin-left: 19px;
    position: relative;
}

.owl-nav button span {
    font-size: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
    top: -1px;
}

.owl-dots {
    position: absolute;
    bottom: -105px;
    left: 0;
}

.owl-carousel button.owl-dot {
    width: 20px;
    height: 4px;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin: 0 16px 0 0;
    border-radius: 1px;
}

.owl-carousel button.owl-dot.active {
    background: #eae10b;
}

.footer_top_section .widget-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    color: #070a13;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.footer_top_section {
    padding-top: 100px;
    padding-bottom: 95px;
    background: #eef2f4;
}

.footer_top_section .widget ul li {
    border-radius: 12px;
    border: solid 1px #dbe3e8;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 26px 20px;
}

.footer_top_section .widget ul li .post-date {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: normal;
    color: #b4bdc2;
    margin-top: 14px;
}

.footer_top_section .widget ul li a {
    font-weight: bold;
    color: #070a13;
    line-height: 1.56;
}

.video_thmb-widgt {
    width: 140px;
    height: 109px;
    border-radius: 6px;
    background-color: rgba(7, 10, 19, 0.24);
    overflow: hidden;
    float: left;
    margin-right: 12px;
}

.video_feed li p {
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
}

.footer_top_section .widget.video_feed ul li {
    min-height: 146px;
    padding-top: 18px;
}

.trending-players-img {
    height: 203px;
    background-size: cover;
    background-position: center center;
}

.trending-players-data {
    opacity: 0.9;
    -webkit-backdrop-filter: blur(250px);
    backdrop-filter: blur(250px);
    background-color: #070a13;
    text-align: center;
    padding: 16px 0 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.trending-players-data h2 {
    line-height: 1.11;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 6px;
}


.trending-players-meta p {
    padding: 0;
    opacity: 0.8; 
    font-size: 12px;
    line-height: 1.43;
}

.trending-players-meta .tmeta, .trending-players-meta .tstar, .trending-players-meta .tscore {
    display: block;
}

.trending-players-meta .tstar span {
    color: #eae10b;
    font-size: 11px;
    padding: 0 2px;
}

.tscore {
    width: 60px;
    height: 20px;
    opacity: 0.8;
    font-size: 10px;
    font-weight: bold;
    line-height: 2;
    color: #ffffff;
    background: #27282f;
    margin: 7px auto;
}

#trending-players, #home-header-art {
    right: -79px;
}

h2.trenplaerhead {
    text-align: right;
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-right: 90px;
    margin-bottom: 22px;
    margin-top: 122px;
}

#trending-players .owl-nav.disabled {
    display: block;
    bottom: auto;
    top: -39px;
    right: 85px;
}

.logbtn {
    height: 36px;
    background: #eae10b;
    color: #15181f;
    border-radius: 4px;
    width: 140px;
    text-align: center;
    font-size: 14px;
    padding: 9px 18px;
    line-height: normal;
    display: block;
    font-weight: bold;
    float: right;
}

ul.onmbfx {
    float: left;
}

.menu-main-menu-container {
    display: inline-block;
}

.footer_menu .logbtn {
 float: none;
    display: inline-block;
    margin-left: 20px;

}

.member_login_form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    display: none;
    z-index: 11;
    background: #fff;
    padding: 40px 70px;
    font-size: 0;
}

.login_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000ab;
    z-index: 10;
    display: none;
}

.close_login {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.member_login_form .pmpro_login_wrap h3 {
    color: #070a13;
    line-height: 2;
    font-size: 24px;
    margin-bottom: 28px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
}

.member_login_form #loginform input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background-color: #eef2f4;
    color: #74868c;
    font-size: 16px;
    padding-left: 20px;
    font-weight: 300;
    max-width: 100%;
    border: none;
    margin-bottom: 16px;
}

.member_login_form hr {
    display: none;
}

.pmpro_login_wrap .pmpro_actions_nav {
    font-size: 12px;
    font-weight: bold;
    color: #070a13;
    text-align: center;
    display: block;
    margin-top: 40px;
}

.pmpro_login_wrap .pmpro_actions_nav a {
    font-size: 12px;
    font-weight: bold;
    color: #070a13;
    text-decoration: none;
}

.entry-content a, .entry-summary a, .comment-content a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
    box-shadow: none !important;
}

.member_login_form #loginform p.login-remember {
    display: none;
}

.member_login_form #loginform p.login-submit {
    width: 140px;
    height: 36px;
    border-radius: 4px;
    background-color: #eae10b;
    margin: 12px auto 0;
}

.member_login_form #loginform p.login-submit input[type="submit"] {
    background: none;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    color: #070a13;
}

.pmpro_submit {
    text-align: center;
}

.pmpro_alert {
    color: #000;
    background: #eae10b;
}

.pmpro_lost_password_wrap {
    text-align: center;
    padding: 50px 0;
}

.pmpro_lost_password_wrap .pmpro_lost_password-fields {
    max-width: 400px;
    margin: 0 auto;
}

.pmpro_lost_password_wrap .pmpro_lost_password-fields label {
    text-align: center;
    margin-bottom: 10px;
}

.pmpro_lost_password_wrap .pmpro_lost_password-instructions {
    margin-bottom: 25px;
}

.pmpro_lost_password_wrap .pmpro_lost_password-fields #user_login {
    max-width: 100% !important;
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background-color: #eef2f4;
    color: #74868c;
    font-size: 16px;
    font-family: "Open Sans";
    padding-left: 20px;
    font-weight: 300;
    border: none;
}

.pmpro_lost_password_wrap hr {
    display: none;
}

.pmpro_lost_password_wrap p.pmpro_actions_nav {
    margin-top: 20px;
}

.member_login_form #loginform label {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

p {
    font-size: 18px;
    line-height: 1.56;
    color: #070a13;
}

body {
    background-color: #eef2f4;
}

.faq_section {
    padding: 30px 0;
}

#pmpro_levels_table thead {
    display: none;
}

tbody {
}

#pmpro_levels_table tbody tr {
    display: inline-block;
    width: 395px;
    height: 141px;
    border-radius: 12px;
    border: solid 1px #dbe3e8;
    background-color: #ffffff;
    margin: 0 15px;
    text-align: center;
    padding: 15px 0 0 0;
}

#pmpro_levels_table td:nth-child(1) {
    display: none;
}

#pmpro_levels_table tbody td {
    display: block;
    padding: 10px 0;
}

#pmpro_levels_table tbody td strong {
    font-size: 16px;
    line-height: 1.75;
    color: #070a13;
}

#pmpro_levels_table tbody td .pmpro_btn-select {
    width: 140px;
    height: 36px;
    border-radius: 4px;
    background-color: #eae10b;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    color: #070a13;
    border: none;
    padding: 10px 0;
}

#pmpro_levels_table + p.pmpro_actions_nav {
    display: none;
}

#pmpro_levels_table {
    text-align: center;
    margin-top: 30px;
}

.padding-top-60 {
    padding-top: 60px
}


#home-header-art .whitebx {
    min-height: 140px;
    background: #fff;
    border-right: 1px solid #ececec;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}

#home-header-art .whitebx p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	color: #070a13;
	padding: 12px 15px;
}

#home-header-art .whitebx p span {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.67;
    color: #cbd4da;
    text-transform: uppercase;
    position: absolute;
    bottom: 8px;
    left: 16px;
}

#home-header .owl-nav {
    bottom: 45px;
    left: 250px;
    right: 0;
}

#home-header-art .owl-nav, #home-header-art .owl-dots {
    display: none;
}

#home-header .owl-dots {
    bottom: 44px;
    left: 5%;

}

.home_header_banner p a {
    margin: 0;
    font-size: 18px !important;
    font-weight: normal !important;
}

.home_header_banner p a:after {
    display: none;
}


#pmpro_form .input, #pmpro_form select {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background-color: #eef2f4;
    color: #3c3c3c;
    font-size: 16px;
    padding-left: 20px;
    font-weight: 300;
    max-width: 100%;
    border: none;
    margin-bottom: 16px;
}

 

#pmpro_form label {
    font-weight: 500;
    font-size: 15px;
}
 .afterpayment {
    background: #eef2f4;
    padding-top: 20px;
    padding-bottom: 5px;
}
#pmpro_form .pmpro_checkout h3, .afterpayment  h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    color: #070a13;
}
.afterpayment  h3 {
	text-align:center;
}
/* #pmpro_billing_address_fields, #pmpro_payment_information_fields {
    width: 50%;
    float: left;
} */

/* #pmpro_billing_address_fields {
    padding-right: 15px;
} */

#pmpro_payment_information_fields {
    padding-left: 0;
    width: 100%;
}

.pmpro_asterisk {
    position: absolute;
    right: 0;
    top: 0;
    color: red;
}

form.pmpro_form .pmpro_checkout-fields div {
    position: relative;
}

#pmpro_pricing_fields .pmpro_checkout-h3-msg {
    background: #eae10b;
    padding: 2px 10px;
    position: relative;
    top: -4px;
}

#pmpro_pricing_fields {
    text-align: center;
}

#pmpro_pricing_fields p {
    line-height: 28px;
    color: #070a13;
}

#pmpro_pricing_fields p strong {
    color: black;
}

#pmpro_payment_information_fields #ExpirationMonth, #pmpro_payment_information_fields #ExpirationYear {
    width: 48%;
}

#pmpro_payment_information_fields #ExpirationMonth {
    width: 40%;
    margin: 0 30px 0 0;
}

#pmpro_payment_information_fields #ExpirationYear {
    margin: 0 0 0 28px;
}

.cusisotop {
    display: none;
}


.cusisotop {
}

.blog_imag1 {
    border-radius: 12px;
    border: solid 1px #dbe3e8;
    background-color: #ffffff;
    padding: 16px;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
	min-height: 170px;
    display: flex;
    align-items: center;
}

.blimg {
    width: 140px;
    height: 109px;
    border-radius: 6px;
    float: left;
    margin-right: 24px;
}

.blimg-thmb {
    width: 140px;
    height: 109px;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
}

.blog_text2 h2 span {
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 1.67;
    color: #b4bdc2;
    margin-top: 10px;
    text-transform: uppercase;
}

.blog_text2 {
    float: left;
    width: 70%;
    padding-top: 10px;
}

.blog_text2 h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    color: #070a13;
}

.featur-post .blimg, .featur-post .blimg-thmb {
    width: 216px;
    height: 168px;
    position: relative;
}

.featur-post .blog_text2 {
    width: 56%;
}

.featur-post .blimg:after {
    content: 'Features';
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 20px;
    background-color: #eae10b;
    color: #070a13;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 21.5px;
    border-radius: 5px 0 0 0;
}

.extrlicls {
    width: 147px;
    border-radius: 12px;
    background-color: #ffffff;
    position: absolute;
    z-index: 9;
    left: 0;
    display: none;
}

.select-cat {
    width: auto;
    height: 36px;
    border-radius: 100px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    color: #565d73;
    padding: 9.5px 20px;
    cursor: pointer;
    position: relative;
    top: -5px;
    padding-right: 35px;
}

.select-cat span {
    color: #070a13;
}

.extrlicls li {
    font-size: 12px;
    font-weight: 600;
    color: #565d73;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 0;
    border-bottom: 1px solid #eef2f4;
}

.blogFilters, .blogFilter {
    position: relative;
    margin-bottom: 46px;
    display: inline-block;
}

.blog_page {
    padding-top: 66px;
    padding-bottom: 120px;
}

h2.blogheading {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    color: #070a13;
    margin-right: 40px;
    text-transform: uppercase;
}

.page-template-news-page .inner_header {
    display: none;
}

.select-cat:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 13px;
    border: solid #070a13;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
}

.view-more {
    width: 140px;
    height: 36px;
    border-radius: 4px;
    background-color: #eae10b;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #070a13;
    margin: 40px auto 0;
    padding: 10px 0;
}

.prediction_box {
    border-radius: 12px;
    border: solid 1px #dbe3e8;
    background-color: #ffffff;
    padding: 23px 24px;
    margin-bottom: 28px;
}

.prediction_box h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #070a13;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.prediction_box ul li {
    border-bottom: 1px solid #ecf0f2;
    padding: 16px 0;
}

.prediction_box ul li .predictionimg {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.prediction_box ul li .predictionimg img {
    width: 100%;
    height: auto;
}

.prediction_box ul li .predictionname {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.71;
    text-transform: uppercase;
}

.player-single {
    padding: 40px 0;
}

.prediction_box ul li {
    position: relative;
}

.prediction_box ul li .predictionpercnt {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 0.89;
    color: #565d73;
    margin-top: 14px;
}

.prediction_box ul li:last-child {
    border: none;
    padding-bottom: 9px;
}

.prediction_box ul li .predictionsigned {
    font-size: 13px;
    line-height: 2;
    color: #070a13;
    padding-left: 28px;
    float: right;
    text-transform: uppercase;
}

.prediction_box ul li .predictionsigned .fa {
    color: #43d643;
    font-size: 20px;
}

.bg-white {
    border-radius: 12px;
    border: solid 1px #dbe3e8;
    background-color: #ffffff;
}

.title_meta {
    border-right: 1px solid #eef2f4;
    padding: 16px 0 12px 0;
    text-align: center;
    margin-left: -15px;
}

.title_meta h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 16px;
}

.title_meta p {
    margin: 0;
}

.title_meta .awh {
    font-size: 14px;
    line-height: 1.43;
    color: #000000;
}

.title_meta .srating div.field_type-star_rating ul.star-rating li {
    float: none;
    display: inline-block;
    color: #eae10b;
    font-size: 12.5px !important;
}

.title_meta .srating div.field_type-star_rating ul.star-rating li .fa {
    font-size: 12.5px !important;
}

.title_meta .srating div.field_type-star_rating ul.star-rating li .fa.fa-star-half-o {
    font-size: 13.5px !important;
}

.post-snlge {
    padding-top: 40px;
}

.sidebar_box {
    padding: 24px;
    padding-bottom: 0;
}

.sidebar_box h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #070a13;
    margin-bottom: 24px;
    display: inline-block;
}

.show_filter_meta {
    float: right;
    cursor: pointer;
}

.single-post-thumb {
    width: 80%;
    height: 300px;
    object-fit: contain;
    background-size: cover;
    background-position: top center;
    border-radius: 8px;
    margin: 0 auto;
}

.post-snlge .post-bottom-meta .authname {
    font-weight: 500;
    font-size: 16px;
}
.artice_meta span.authname {float: none;font-size: 17px;font-weight: 600;}

.artice_meta span.author.vcard {
    display: none;
}
.picture_credit_text { 
	font-size: 14px;
	color: #000;
	text-transform: capitalize;
	padding-top: 5px;
	width: 80%;
	margin: 5px auto;
	margin-bottom: 25px;
}

.site-main.bg-white {
    padding: 32px 24px 24px 32px;
}

.player_meta_detail {
    padding-top: 40px;
    padding-bottom: 8px;
    padding-right: 25px;
}

.lowercase {
    text-transform: lowercase;
}

.player_meta_detail li {
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #565d73;
    text-transform: capitalize;
    border-bottom: 1px solid #e6e6e6;
}

.searchandfilter ul li li .sf-count {
    font-size: 12px;
    color: #8e8e8e;
}

.player_meta_detail li span {
    float: right;
    font-weight: bold;
    color: #070a13;
}

.player_meta_detail li img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    margin-top: -3px;
}

.player_image {
    margin-left: -15px;
}

.scouting_report p {
    clear: both;
}

.scouting_report .star-rating {

}

.scouting_report .star-rating li {
    float: left;
}

.scouting_report .star-rating li {
    display: block;
    font-size: 0;
    width: 16px;
    height: 4px;
    border-radius: 8px;
    background-color: #dbe3e8;
    margin: 0 4px;
}

.scouting_report .star-rating li.empty {
    background-color: #eae10b;
}

.scouting_report .star-rating .half {
    background: linear-gradient(90deg, #eae10b 52%, #dbe3e8 50%);
}

.post-snlge .entry-content p {
    line-height: 1.56;
    color: #070a13;
    font-size: 18px;
    margin-bottom: 14px;
}


.post-snlge .post-bottom-meta {
    clear: both;
    overflow: hidden;
    padding-top: 25px;
}

.post-bottom-meta {
}

.post-bottom-meta span.authname p {
    font-size: 12px;
    font-weight: bold;
    color: #b4bdc2;
    line-height: 1.67;
    margin: 0;
}

.post-bottom-meta {
}

.post-bottom-meta .authdate p {
    font-size: 12px;
    color: #070a13;
    line-height: 2;
    margin: 0;
}

span.authname {
    float: left;
}

span.authdate {
    float: right;
}

.more_news_signle {
    margin-top: 100px;
    margin-bottom: 80px;
}

.more_news_signle .main-heading {
    text-align: center;
    margin-bottom: 40px;
}

.relatedposts ul li {
    border-top: 1px solid #ecf0f2;
    padding: 20px 24px;
    display: none
}

.relatedposts ul li .authname {
    float: none;
    font-size: 12px;
    font-weight: bold;
    color: #b4bdc2;
    line-height: 1.67;
    margin: 0;
}

.relatedposts ul li a {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    color: #070a13;
}

.relatedposts ul {
    margin: 0 -24px;
}

.load-rel-news {
    display: block;
    height: 32px;
    background-color: #eae10b;
    text-align: center;
    border-radius: 0 0 12px 12px;
    font-size: 12px;
    font-weight: bold;
    color: #070a13;
    line-height: 2.6;
}

a.load-rel-news.noposts {
    display: none;
}

.skill_li {
    margin-bottom: 24px;
    width: 100%;
    float: left;
}

.scouting_report .skill_li p {
    float: left;
    font-size: 12px;
    font-weight: 600;
    color: #070a13;
    width: 82px;
}

.skill_li .star-rating {
    position: relative;
    left: 12px;
    top: 9px;
}

.skillcount {
    font-size: 12px;
    font-weight: bold;
    float: right;
    position: relative;
    top: 2px;
}

.scouting_report {
    padding: 25px 25px;
}

.scouting_report_head {
    margin-bottom: 24px;
    clear: both;
    overflow: hidden;
}

.scouting_report_head h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #070a13;
    text-transform: uppercase;
    float: left;
}

.scouting_report_head .authdate {
    font-size: 12px;
    color: #070a13;
    line-height: 2;
}

.scouting_report p {
    font-size: 15px;
    color: #000;
    line-height: 1.71;
    margin: 0;
}

.scouting_report_content {
    padding-top: 22px;
    padding-bottom: 22px;
    overflow: hidden;
    clear: both;
}

.report_thmb-widgt {
	width: 48px;
	height: 48px;
	object-fit: contain;
	border-radius: 4px;
	background-color: #c4c4c4;
	flex: 0 0 48px;
}


.scouting_report_head-deatil {
display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.title-widgt {
margin-left: 16px;
    flex: 0 0 28%;
    max-width: 28%;
}

.report_projection-widgt {
	flex: 0 0 61%;
	max-width: 61%;
}

.report_projection-widgt h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #070a13;
}

.report_projection-widgt h3 span {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.5;
    color: #565d73;
    display: block;
    margin-bottom: 8px;
}

.title-widgt p {
    font-size: 13px;
    line-height: 1.7rem;
    color: #565d73;
    margin: 0;
}

.title-widgt h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	margin-bottom: 4px;
}

.about_ranking {
    text-align: center;
}

.padig-botom-190 {
    padding-bottom: 190px;
}

.pading-top-60 {
    padding-top: 60px;
}

.about_ranking p {
    font-size: 18px;
    line-height: 1.56;
    color: #070a13;
}

.about_ranking .wpb_text_column {
    margin-top: 28px;
    margin-bottom: 60px;
    text-align: left;
}

.about_ranking .wpb_text_column ul li {
    font-size: 18px;
    line-height: 1.56;
    color: #070a13;
}

.about_ranking .wpb_text_column ul {
    list-style-type: circle;
    margin: 30px;
}

.ranking_page {
    padding-top: 40px;
    padding-bottom: 100px;
}

.main_right_side {
    float: right;
    width: 336px;
    margin-left: 24px;
}

.main_left_side {
    float: left;
    width: 70%;
    border-radius: 12px;
    border: solid 1px #dbe3e8;
    background-color: #ffffff;
}

.ranking_head {
    padding: 24px 32px 24px 33px;
    width: 100%;
    float: left;
}

.ranking_head h2 {
    float: left;
    margin: 0;
    line-height: 1.33;
    position: relative;
    top: 5px;
}

.ranking_head .ranking_search {
    float: right;
    position: relative;
}

.ranking_head .ranking_search .sf-input-text {
    width: 260px;
    height: 36px;
    border-radius: 100px;
    background-color: #eef2f4;
    font-size: 12px;
    font-weight: 600;
    border: none;
    padding-left: 50px;
}

.ranking_head .ranking_search .sf-field-search {
    padding: 0;
}

.ranking_head .ranking_search .sf-field-submit {
    padding: 0;
}

.ranking_head .ranking_search input[type="submit"] {
    position: absolute;
    top: 10px;
    left: 20px;
    background: url(assets/img/search-icon.svg);
    font-size: 0;
    width: 16px;
    height: 16px;
    padding: 0;
}

.ranking_table {
    clear: both;
}

.ranking_table thead {
    border-bottom: 0px solid #bbb;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    color: #565d73;
    height: 20px;
    padding: 0;
    vertical-align: middle;
    background-color: #dbe3e8;
}

.ranking_table thead tr {
    height: 20px
}

.ranking_table th:first-child {
    padding-left: 12px;
    width: 23px;
}

.ranking_table th:nth-child(2) {
    padding-left: 13px;
}

.trending-players-meta .tmeta {
    color: #fff;
}

.name_img .rank-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 3px;
    float: left;
    margin-right: 12px;
    overflow: hidden;
    object-position: 11px;
    background-image: url(assets/img/img-icon.png);
    background-size: 39px;
    background-position: center;
    background-repeat: no-repeat;
}

.pname {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    color: #000000;
}

.pname span {
    display: block;
    font-size: 10px;
    color: #565d73;
    font-weight: normal;
    line-height: 1.6;
}

.rank-wid-height {
    font-size: 12px;
    line-height: 1.6;
    color: #565d73;
}

.ranking_table th {
    border: none;
    padding: 5px 3px;
    text-transform: uppercase;
}

.name_img {
    padding-left: 12px;
}

td.ranking-td {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

td.ranking-td span {
    width: 32px;
    height: 23px;
    display: block;
    margin-bottom: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.9;
    color: #565d73;
    border-radius: 2px;
    border: solid 1px #ecf0f2;
    margin: 0 0 4px 12px;
}

td.ranking-td span:first-child {
    background: #eae10b38;
}

.ranking_table td .tstar {
    font-size: 9px;
    color: #eae10b;
    text-align: center;
}

.ranking_table td span.tstar li {
    display: inline-block;
    padding: 0 1.5px 2px !important;
    float: none !important;
}

.ranking_table td span.tstar li i.fa {
    font-size: 9px;
}

.ranking_table td span.tstar ul.star-rating {
    text-align: left;
}

.ranking_table td .tscore {
    width: 56px;
    height: 12px;
    opacity: 0.8;
    font-family: Inter;
    font-size: 8px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #565d73;
    display: block;
    margin: 0px 0 0 0;
    background: #eee;
    text-align: center;
}

.ranking_table tr {
    border-bottom: 1px solid #ecf0f2;
    height: 72px;
}

td.rank_league ul li {
    display: none;
}

td.rank_league ul li:first-child, td.rank_league ul li:nth-child(2) {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
}

td.rank_league ul li .predictionimg {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 3px;
    display: block;
}

td.rank_league ul li .predictionpercnt {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    color: #565d73;
}

td.rank-position span {
    border-radius: 2px;
    border: solid 1px #ebecee;
    font-size: 12px;
    line-height: 1.6;
    color: #565d73;
    padding: 3px 6px;
}

td.rank-position {
    padding-left: 4px;
}

td.rank-position span:empty {
    display: none;
}

.item a.full_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.home_header_banner .item a.full_link:after {
    display: none;
}

.bg-black {
    border-radius: 12px;
    background-color: #070a13;
    height: 357px;
    color: #fff;
    margin-top: 0;
}

.bg-black h2 {
    color: #fff;
}

.side_about {
    border-radius: 12px;
    background-color: rgba(7, 10, 19, 0.04);
    margin-top: 24px;
    padding-bottom: 24px;
}

.side_about h2 {
    margin-bottom: 12px;
}

.side_about p {
    font-size: 14px;
    line-height: 1.57;
    color: #070a13;
    margin-bottom: 20px;
}

.side_about a {
    font-size: 12px;
    font-weight: bold;
    color: #070a13;
    border-bottom: 2px solid #eae10b;
    padding-bottom: 4px;
    position: relative;
    transition: 0.15s linear;
    -webkit-transition: 0.15s linear;
}

.main_right_side .sidebar_box {
    margin-bottom: 24px;
}

.side_about a:after {
    content: '';
    position: absolute;
    right: -24px;
    top: 2px;
    background: url(assets/img/right-balck.svg);
    width: 15px;
    height: 12px;
    transition: 0.35s linear;
    -webkit-transition: 0.35s linear;
}

.side_about a:hover {
    color: #eae10b;
}

.side_about a:hover:after {
    right: -34px;
    transition: 0.35s linear;
    -webkit-transition: 0.35s linear;
}

.ranking_table table {
    margin: 0;
}

.ranking_table tr:last-child {
    border: none;
}

.ranking_table .forloadmore tr {
    height: 32px;
    padding: 0;
    display: table-row !important;
}

.ranking_table .forloadmore tr td {
    padding: 0;
    background-color: #eae10b;
    text-align: center;
    border-radius: 0 0 12px 12px;
    font-size: 12px;
    font-weight: bold;
    color: #070a13;
    line-height: 2.6;
}

.ranking_table .forloadmore tr td a {
    display: block;
}

.ranking_table .forloadmore tr td .load-player-ranking.noposts {
    opacity: 0.4;
    background: #fff;
}

.name_img .rank-img a {
    display: block;
}

.trending-players .full-link {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 4;
}

#trending-players .owl-nav {
    bottom: auto;
    top: -41px;
    right: 98px;
}

#scouting_report_slider {
    padding-bottom: 50px;
}

#scouting_report_slider .owl-nav, #game_report_slider .owl-nav{
    bottom: 0;
    left: 0;
    height: 32px;
    background-color: #eae10b;
    text-align: center;
    border-radius: 0 0 12px 12px;
    font-size: 12px;
    font-weight: bold;
    color: #070a13;
    line-height: 2.6;
}

#scouting_report_slider .owl-nav button, #game_report_slider .owl-nav button{
    width: 100%;
    height: 100%;
    margin: 0;
    background: none;
    transform: none;
    top: 0;
}

#scouting_report_slider .owl-nav button span, #game_report_slider .owl-nav button span {
    font-size: 28px;
}

.time_img {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    margin: 25px 12px;

}

.time_img.bg-null {
    object-position: 11px;
    background: url(assets/img/placeholder3.svg);
    background-size: cover;
    background-position: center;
}

.time_date {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    color: #000000;
}

.time_text {
    font-size: 14px;
    line-height: 1.71;
    color: #000000;
    display: block;
}

.timeline_box ul li {
    position: relative;
    border-left: 1px solid #565d73;
    border-bottom: 0;
    padding: 12px 0 0;
    margin-bottom: 20px;
    min-height: 85px;
}

.time_year {
    position: absolute;
    left: -1px;
    top: 0;
    font-size: 12px;
    font-weight: bold;
    color: #565d73;
    background: #fff;
    height: 35px;
    line-height: 3;
}

.timeline_box ul li:last-child {
    border-left: 1px solid #565d73;
    padding-bottom: 0;
    margin-left: 0;
}

#scouting_report_slider .owl-nav button.disabled, #game_report_slider .owl-nav button.disabled{
    display: none;
}

.player_video_list {
    width: 343px;
    float: right;
    border-left: 1px solid #393b42;
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.player_video_list::-webkit-scrollbar {
    width: 15px;
    height: 1px;
    background-color: #fff; /* or add it to the track */
    border-radius: 0px 10px 0px 0px
}

/* Add a thumb */
.player_video_list::-webkit-scrollbar-thumb {
    background: #eae10b;
    border-radius: 0px 10px 0px 0px
}

.player_vidow_frame {
    float: left;
    padding: 24px;
    width: 56%;
}

.player_vidow_frame_box {
    width: 100%;
    height: auto;
}

.player_vidow_frame_box iframe {
    width: 100%;
    height: 265px;
}

.player_vidow_frame h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.player_video_list ul li {
    /* border-bottom: 1px solid #393b42; */
    /* padding-right: 18px; */
    /* padding-left: 18px; */
    /* padding-top: 12px; */
    /* padding-bottom: 12px; */
}

.player_video_list ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px solid #393b42;
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    line-height: 1.43;
}

.vid_count {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #393b42;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-right: 12px;
    font-size: 12px;
    float: left;
    margin-top: 3px;
    margin-bottom: 20px;
    line-height: 1.7;

}

body {
    counter-reset: my-sec-counter;
}

span.vid_count:before {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
}

.player_video_list ul li a.active {
    background-color: #393b42;
}

.player_video_list ul li a.active .vid_count {
    background: #5c5f69;
}

.signed_team_box {
    border-radius: 8px;
    background-color: #a0bfe1;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 28px;
}

.signed_team_box .signed_img img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 3px;
    float: right;
}

.signed_team_box p {
    font-weight: normal;
    font-size: 12px;
    line-height: 2;
    color: #070a13;
    display: block;
    margin: 0;
}

.signed_team_box p span {
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 7px;
}

.signed_team_box p span span {
    font-weight: bold;
}

.signed_team_box .signed_date {
    font-size: 12px;
    color: #070a13;
    line-height: 2;
    margin-top: 5px;
    font-weight: normal;
    display: none
}

.view_and_apprec {
    font-size: 10px;
    font-weight: 500;
    color: #afb4c6;
    line-height: 1.2;
    text-align: center;
}

.view_and_apprec .fa {
    padding-right: 4px;
}

.view_and_apprec span {
    display: inline-block;
    text-transform: capitalize;
}

.player_image {
    position: relative;
}

.pld-like-dislike-wrap {
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 95px;
    height: 24px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.24);
    margin: 0 !important;
    padding: 0;
}

.player_image .pld-common-wrap > a.pld-like-dislike-trigger {
    width: 100%;
    display: block;
    height: auto;
    z-index: 6;
    position: relative;
}

.player_image .pld-common-wrap > a.pld-like-dislike-trigger img {
    position: relative;
    top: 5px;
    left: 7px;
}

.player_image_box {
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: 12px 0 0 0;
    border: 3px solid #eae10b;
    outline: 5px solid #fff;
    outline-offset: -7px;
}

/* .player_image_box:after {
    content: '';
    height: 98px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
} */

.pld-like-dislike-wrap:after {
    content: 'Appreciate';
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    top: 6px;
    width: 100%;
    text-align: center;
    left: 7px;
}

.pld-like-dislike-wrap .pld-common-wrap {
    margin: 0;
    width: 100%;
}

span.player_views {
    margin-right: 35px;
    margin-left: 10px;
}

.apprcount span.pld-count-wrap {
    color: #afb4c6;
    padding: 0px 5px 0 0px;
    margin: 0 !important;
    position: relative;
    top: 1px;
    opacity: 1 !Important;
}

span.pld-count-wrap {
    opacity: 0 !Important;

}

.home_ranking_section {
    padding-top: 60px;
    padding-bottom: 57px;
}

.home_ranking_section tbody {
    background: #fff;
}

.home_ranking_section .ranking_head {
    padding: 0 0 24px 0;
}

.footer_menu {
    text-align: right;
}

.home_ranking_section .ranking_head h2 span {
    font-size: 14px;
    font-weight: bold;
    color: #565d73;
    line-height: 1.71;
    padding-left: 20px;
}

.home_ranking_section .ranking_table tr {
    display: table-row !important;
}

.side_team_ranking {
    margin-bottom: 43px;
    margin-top: 40px;
}

.side_team_ranking .ranking_head {
    padding: 0 0 24px 0;
}

.side_team_ranking .ranking_head h2 {
}

.side_team_ranking .ranking_head h2 span {
    color: #565d73;
    font-size: 14px;
    padding-left: 35px;
}

.ranking_table tbody {
    background: #fff;
}

.side_team_ranking .ranking_table {
    padding-top: 8px;
    background: #dbe3e8;
    border-radius: 12px;
    border: solid 1px #dbe3e8;
}

.side_team_ranking .ranking_table th {
    padding-top: 0;
    padding-bottom: 7px;
}

.rank-points {
    font-size: 12px;
    line-height: 1.6;
    color: #565d73;
}

.team_ranking_page .pname {
    margin-top: 5px;
    display: block;
}

.home_twitter_feed {
    border-radius: 12px;
    border: solid 1px #dbe3e8;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 26px 20px;
}

body.pmpro-login .pmpro_login_wrap {
    width: 400px;
    z-index: 11;
    background: #fff;
    padding: 40px 40px;
    margin: 0 auto 75px;
}

body.pmpro-login .pmpro_login_wrap input[type=text], body.pmpro-login .pmpro_login_wrap input[type=password] {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background-color: #eef2f4;
    color: #74868c;
    font-size: 16px;
    padding-left: 20px;
    font-weight: 300;
    border: none;
    margin-bottom: 16px;
    max-width: 100% !important;
}

body.pmpro-login .pmpro_login_wrap label {
    font-size: 14px;
    font-weight: 400 !important;
}

body.pmpro-login .pmpro_login_wrap p {
    margin: 0 !important;
}

body.pmpro-login .pmpro_login_wrap hr {
    display: none;
}

body.pmpro-login .pmpro_login_wrap p.pmpro_actions_nav {
    margin-top: 27px !important;
}

body.pmpro-login .pmpro_login_wrap .login-submit {
    width: 140px;
    height: 36px;
    border-radius: 4px;
    background-color: #eae10b;
    margin: 25px auto 0 !important;
}

body.pmpro-login .pmpro_login_wrap .login-submit #wp-submit {
    background: none;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    color: #070a13;
}

#pmpro_paypalexpress_checkout input[type="image"] {
    opacity: 0;
    height: 100%;
    width: 100%;
    top: -9px;
    position: relative;
}

#pmpro_paypalexpress_checkout {
    background: url(assets/img/paypal.png);
    width: 160px;
    height: 52px;
    background-size: cover;
    display: block;
    margin: 0 auto;
}

.pmpro-checkout #main {
    max-width: 600px;
    margin: 60px auto;
    box-shadow: 0px 0px 20px -10px #e0e0e0;
    border-radius: 10px;
    padding: 20px;
	    background: #fff;
}

.pmpro-checkout #main hr {
    display: none;
}

.pmpro_alert {
    text-align: center;
}

.margin-15 {
    margin: 0 15px;
}

.season_detail_section .ranking_table tr td {
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle;
    color: #000;
}

.season_detail_section .ranking_table .pname {
    position: relative;
    top: 7px;
}

.season_detail_section table tr td {
    min-width: 25px;
    padding: 0 15px;
}

.season_detail_section .ranking_table tr td:empty:before {
    content: '-';
}

.season_detail_section .ranking_table th:first-child {
    padding-left: 15px;
    width: auto;
}

.season_detail_section .ranking_table th {
    padding: 5px 15px;
    font-size: 12px;
}

.season_detail_section .bg-grey {
    background: #f7f9fb;
}

.season_detail_section .ranking_table tbody tr:first-child:after {
    content: 'regular seasons';
    position: absolute;
    left: 52px;
    right: 0;
    top: 31px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    color: #565d73;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.season_detail_section .ranking_table {
    position: relative;
}

.season_detail_section .ranking_table tbody:after {
    content: 'playoffs';
    left: auto;
    right: 90px;
    position: absolute;
    color: #565d73;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    top: 30px;
}

.breakdown_box h2 {
    font-size: 18px;
    color: #070a13;
    line-height: 24px;
    font-weight: bold;
    padding: 24px;
    padding-bottom: 20px;
}

.breakdown_box .ranking_table th:first-child {
    padding-left: 24px;
    width: auto;
}

.breakdown_box {
    margin-bottom: 39px;
    padding-bottom: 12px;
}

.breakdown_box .ranking_table td {
    color: #070a13;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
}

.breakdown_box .ranking_table tr {
    border: none;
    height: auto;
}

.breakdown_box .ranking_table th:nth-child(2) {
    padding-left: 24px;
}

.breakdown_box .ranking_table thead {
    border-bottom: 20px solid #fff;
}

.team_single_page {
    padding-bottom: 100px;
    padding-top: 40px;
}

.steam_img img {
    width: 28px;
    height: auto;
}

.team_snglebox .ranking_table tr td {
    padding: 0 15px;
}

.team_snglebox .ranking_table tr th:first-child {
    width: auto;
    padding-left: 24px;
}

.team_snglebox .ranking_table th:nth-child(2) {
    padding-left: 15px;
}

.team_snglebox .ranking_table th {
    padding: 0 15px;
}

.team_snglebox .team_snglebox .ranking_table tr td:first-child {
    padding-left: 24px;
}

.single-team-img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    object-fit: contain;
    border-radius: 5px;
    float: left;
    overflow: hidden;
    object-position: 11px;
    background: url(assets/img/placeholder3.svg);
    background-size: cover;
    background-position: center;
}

.single-team-detail {
    float: left;
}

.teamsignle-head {
    padding: 24px;
    width: 100%;
    margin-bottom: 40px;
    float: left;
    padding-bottom: 0;
}

.bg-white.team_snglebox {
    clear: both;
}

.single-team-detail .main-heading {
    text-transform: capitalize;
}

.single-team-ranking-details {
    width: 100%;
    float: left;
    margin: 26px -10px 32px;
    display: flex;
}

.single-team-ranking-details_box {
    background: #f7f9fb;
    border-radius: 10px;
    margin: 10px 5px;
    overflow: hidden;
    clear: both;
}

.single-team-ranking-details_box h3 {
    text-align: center;
    color: #565d73;
    font-size: 14px;
    font-weight: 500;
    margin: 16px 0;
}

.single-team-ranking-details_box h3 span {
    display: block;
    font-size: 16px;
    color: #070a13;
    font-weight: bold;
    padding-top: 12px;
    line-height: 12px;
    min-height: 24px;
}

.single-team-ranking-details_box h3 span.loading {
    position: relative;
    display: block;
    overflow: visible;
}

.single-team-ranking-details_box h3 span.loading::before {
    content: "";
    background-image: url('assets/images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 1;
}

.single-team-ranking-details-bottom {
    border-top: 1px solid #dbe3e8;
    padding: 10px 6px;
    width: 100%;
    float: left;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.single-team-ranking-details-bottom p {
    color: #565d73;
    font-size: 11px;
    margin: 0;
    line-height: 12px;
}

.single-team-ranking-details-bottom p span {
    font-weight: 600;
}

.single-team-ranking-details .col-md-4.col-sm-4 {
    padding: 0;
}

.main-heading-two {
    font-size: 14px;
    line-height: 24px;
    color: #070a13;
    margin: 0 0 20px 0;
    font-weight: bold;
    padding-top: 10px;
}

.fa-star, .social_links a .fa {
    font: normal normal normal 9px/1 FontAwesome !important;
}

.social_links a .fa {
    font-size: 18px !important;
}

td.rank-star {
    text-align: center;
}

td.rank-star .star-count {
    margin: 0 0 0 9px;
    width: 29px;
}

span.star5-count {
    background: #fbf9ce !important;
}

span.star4-count {
    background: #d1ebf3 !important;
}

span.star3-count {
    background: #fbe4ce !important;
}

tr.load td.ranking-td span:first-child:before,
.side_team_ranking tr td.ranking-td span:first-child:before,
.home_ranking_section tr td.ranking-td span:first-child:before {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
}

#team_ranking tr.load td.ranking-td span:first-child:before {
  display: none; 
}

#player_table tr.load td.ranking-td span:first-child:before {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
    font-size: 12px;
}
#player_table tr.load td.ranking-td span:first-child {
    font-size: 0;
}
.main_left_side, .side_team_ranking, .home-player-rank-section, .home-team-rank-section {
    counter-reset: my-sec-counter;
}

td.rank-star span:first-child:before {
    display: none;
}

.video-snlge .entry-content h2, .video-snlge .entry-content p:nth-child(2), .video-snlge .entry-content p:nth-child(3) {
    padding-left: 0;
}

.video-snlge .single-post-thumb {
    display: none;
}

.video-snlge .entry-content {
    margin-top: 0;
}

.video-snlge .entry-content h2 {
    margin-bottom: 30px;
    text-align: center;
}

.video-snlge iframe {
    margin: 0 auto;
    display: block;
}

.video-snlge .entry-content {
    float: none;
}

.searchandfilter h4 {
    color: #565d739e;
    font-size: 12px;
    line-height: 24px;
    padding: 0 0 5px 0;
}

.searchandfilter label {
    font-size: 16px;
    color: #070a13;
    line-height: 24px;
    padding-bottom: 8px;
}

.searchandfilter ul li li {
    padding: 0;
    position: relative;
}

.searchandfilter ul li li input {
    opacity: 0;
}

.searchandfilter ul li li:before {
    content: '';
    width: 12px;
    height: 12px;
    object-fit: contain;
    border-radius: 2px;
    border: solid 1px #dbe3e8;
    position: absolute;
    left: 1px;
    top: 8px;
}

.searchandfilter ul li li.sf-option-active:before {
    background: #eae10b;
    border-color: #eae10b;
}

.searchandfilter ul li .sf-option-active label {
    font-weight: bold;
}

.searchandfilter ul li {
    padding: 0 0 28px 0;
}

#search-filter-form-235 li.sf-field-search,
#search-filter-form-240 li.sf-field-search {
    display: none;
}

.sidebar_box_head {
    border-bottom: 1px solid #dbe3e8;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    margin-bottom: 20px;
    padding-right: 24px;
    position: relative
}

.searchandfilter ul li.sf-field-submit, .searchandfilter ul li.sf-field-resett {
    display: inline-block;
}

.searchandfilter ul li.sf-field-submit input, .searchandfilter ul li.sf-field-resett .search-filter-resett {
    height: 36px;
    background: #eae10b;
    color: #15181f;
    border-radius: 4px;
    width: 107px;
    text-align: center;
    font-size: 12px;
    padding: 11px 18px;
    line-height: normal;
    display: block;
    margin: 0 4px;
    font-weight: bold;
}

.searchandfilter ul li.sf-field-resett .search-filter-resett {
    background: #eef2f4;
    color: #565d73;
}

.team_snglebox_commit {
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
    border-top: 1px solid #dbe3e8;
    border-bottom: 12px solid #f2f3f4;
}

.team_snglebox_commit h2.main-heading span {
    font-size: 12px;
    color: #5d5f64;
    position: relative;
    left: 50px;
    line-height: 24px;
    top: -2px;
}

.team_snglebox_commit .ranking_head {
    padding-top: 10px;
    padding-bottom: 16px;
}

.team_snglebox_commit .ranking_head .main-heading {
    font-size: 18px;
}

.team_snglebox_commit .ranking_table td.ranking-td span:first-child {
    display: none;
}

.team_snglebox_commit .ranking_table td.ranking-td span {
    margin-left: 8px;
    width: 32px;
}

.team_snglebox_letter {
    border-bottom: 0;
    padding-bottom: 10px;
}

.fa {
    font-family: FontAwesome !important;
}

.show_filter_meta svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -webkit-transition: 0.35s all;
    transition: 0.35s all;
}

.show_filter_meta.active svg {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transition: 0.35s all;
    transition: 0.35s all;
}

.nomargin {
    margin-bottom: 0px !important;
    border: none;
}

.result_found {
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #070a13;
    font-weight: bold;
    text-transform: capitalize;
}

.ranking_table .result_found {
    display: none;
}

.players_rating_meta span {
	width: 55px;
	display: inline-block;
	background: #dbe3e8;
	font-size: 11.5px;
	color: #565d73;
	line-height: 20px;
	text-transform: unset;
	text-align: center;
	margin: 0 -1px;
}

.players_rating_meta span b {
    color: #000;
}

.players_rating_meta {
    text-align: center;
    padding-bottom: 12px;
    margin-top: 4px;
}

.single-team-detail {
    position: relative;
}

.single-team-detail .pld-like-dislike-wrap {
    bottom: auto;
    position: relative;
    left: auto;
    display: inline-block;
    background-color: #eef2f4;
}

.single-team-detail .main-heading {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 2;
}

.single-team-detail .view_and_apprec span.player_views {
    margin-left: 0;
    margin-right: 25px;
}

.single-team-detail .pld-like-dislike-wrap:after {
    color: #565d73;
    z-index: 0;
}

.single-team-detail .pld-like-dislike-wrap .pld-count-wrap {
    position: absolute;
}


.single-team-detail .pld-like-dislike-wrap a.pld-like-trigger {
    width: 100%;
    display: block;
    height: auto;
    z-index: 6;
    position: relative;
}

.single-team-detail .pld-like-dislike-wrap a.pld-like-trigger img {
    position: relative;
    top: 5px;
    left: 5px;
}

.ranking_table td .tscore-meta span b {
    color: #000;
}

.ranking_table td .tscore-meta span {
    margin: 0 1px;
    background: #eee;
    display: inline-block;
    padding: 0px 3px;
    text-align: left;
}

.tscore-meta {
    display: block;
    font-size: 12px;
}

.pld-like-dislike-wrap .fa-thumbs-up {
    font-size: 12px;
    position: relative;
    top: -3px;
    left: 5px;
    color: #fff;
}

.single-team-detail .pld-like-dislike-wrap .fa-thumbs-up {
    color: #474747;
}

.page-header_section {
    padding-top: 55px;
    padding-bottom: 35px;
}

#home-header-art .whitebx:hover, #home-header-art .whitebx, .extrlicls li:hover, .extrlicls li, .blog_text2 h2:hover, .blog_text2 h2, .searchandfilter ul li li:hover label, .searchandfilter ul li li label, .ranking_table tbody tr:hover, .ranking_table tbody tr, .load-player-ranking:hover, .ranking_table .forloadmore tr td:hover, .load-player-ranking, .ranking_table .forloadmore tr td, .trending-players-data {
    transition: 0.15s linear;
    -webkit-transition: 0.15s linear;
}

#home-header-art .whitebx:hover {
    border-bottom: 2px solid #333;
    background: #eee;
}

.logbtn:after, #pmpro_levels_table tbody td .pmpro_btn-select:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px;
}

/* #cssmenu > ul > li:last-child a:after, .footer_menu ul li:last-child a:after {
    background: #eae10b
} */

#pmpro_levels_table tbody td .pmpro_btn-select:after {
    background: #eef2f4
}

#pmpro_levels_table tbody td .pmpro_btn-select {
    position: relative;
    z-index: 1;
}

.logbtn {
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 0;
}

.logbtn:hover:after, #cssmenu > ul > li:last-child a:hover:after, .footer_menu ul li:last-child a:hover:after, #pmpro_levels_table tbody td .pmpro_btn-select:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.player_video_list ul li a:hover, .footer_top_section .widget ul li a:hover, .copyright-sec ul li a:hover, .blog_text2 h2:hover, .relatedposts ul li a:hover, .searchandfilter ul li li:hover label {
    color: #eae10b;
    cursor: pointer
}

.extrlicls li:hover {
    cursor: pointer;
    background: #eae10b;
    color: #fff;
}

.searchandfilter ul li.sf-field-submit input:hover {
    background: #eef2f4;
}

.searchandfilter ul li.sf-field-reset input:hover {
    background: #eae10b;
    color: #000;
}

.ranking_table tbody tr:hover {
    background: #eef2f4;
}

.name_img:hover .pname {
    color: #0067a8;
}

.load-player-ranking:hover, .ranking_table .forloadmore tr td:hover, .load-rel-news:hover, #scouting_report_slider .owl-nav button:hover {
    background: #eef2f4;
}

.footer_top_section .widget ul li:hover {
    background: #f2f5f6;
}

.trending-players:hover .trending-players-data {
    background: #525252;
    opacity: 1;
    transition: 0.15s linear;
    -webkit-transition: 0.15s linear;
}


#cssmenu > ul > li:last-child a:before, .footer_menu ul li:last-child a:before {
    display: none;
}

.single-team-detail .view_and_apprec {
    text-align: left;
}

.footer_menu ul li:last-child a {
    position: relative;
    z-index: 1;
    padding: 6px 0;
}

.footer_menu ul li:last-child a:hover {
    color: #fff;
}

.main_left_side .ranking_head {
    padding-bottom: 0;
    margin-bottom: -12px;
}

.rank-avg {
    font-size: 12px;
}

.team_snglebox_commit span.pname {
    font-size: 13px;
}

#home-header-art .activetb {
    border-bottom: 2px solid #333;
    background: #eee;
}

.side_team_ranking .ranking_table th:first-child {
    padding-left: 10px;
}

.side_team_ranking td.ranking-td span {
    margin-left: 14px;
}

.ctscore {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    position: relative;
    right: -5px;
}

.alltimecommitslider {
    width: 100%;
    float: left;
}

.trending-players-img {
    position: relative;
}

.curent-team {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #00000063;
}

.curent-team img {
    width: 40px;
}

.trending-players-img {
    position: relative;
}

.curent-team {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #00000063;
}

.curent-team img {
    width: 40px;
}

#all-time-players {
    float: left;
    width: 100%;
}

.alltimecommitslider .ranking_head {
    padding-left: 0;
}

.alltimecommitslider .trending-players .full-link {
    z-index: 1;
}

#all-time-players .owl-nav.disabled {
    display: block;
    bottom: auto;
    top: -36px;
}

.rank-wid-height .fa {
    color: #04b200;
}

.season_detail_section {
    clear: both;
}

.post-snlge.player-single .bg-white.margin-15 {
    overflow: hidden;
    clear: both;
    position: relative;
}

.post-snlge.player-single .bg-white.margin-15 .restriction_text {
    top: 0;
}

.margin-top-30 {
    margin-top: 30px;
}

.wpcf7-form-control {
    font-size: 12px;
    font-weight: 600;
    border: none !IMPORTANT;
    margin-top: 5px;
}

.wpcf7 p {
    margin: 0 0 15px 0;
}

.wpcf7 label {
    color: #565d739e;
    font-size: 12px;
    line-height: 24px;
    padding: 0 0 5px 0;
}

.wpcf7 {
    margin-bottom: 110px;
}

.wpcf7 .wpcf7-form-control.wpcf7-submit {
    height: 36px;
    background: #eae10b;
    color: #15181f;
    border-radius: 4px;
    width: 140px;
    text-align: center;
    font-size: 12px;
    padding: 11px 18px;
    line-height: normal;
    display: block;
    font-weight: bold;
}

.wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
    background: #333;
    color: #fff;
}


.inner_page {
    min-height: calc(100vh - 231px);
}

#all-time-players .owl-nav {
    bottom: auto;
    top: -35px;
}

#pmpro_user_fields, #pmpro_user_fields + .pmpro_submit {
    max-width: 500px;
    margin: 0 auto;
}

.view_and_apprec {
    display: none;
}

/* #cssmenu > ul > li:last-child a:hover, .footer_menu ul li:last-child a:hover {
    color: #000;
} */

.searchandfilter ul li .select2-container {
    width: 100% !important;
    height: 40px;
}

.searchandfilter ul li .select2-container .select2-selection--single {
    height: 40px;
    padding-top: 6px;
    font-weight: 400;
}

.searchandfilter ul li .select2-container .select2-selection--single .select2-selection__rendered {
    height: 40px;
    font-size: 14px;
}

.searchandfilter ul li .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 5px;
}

.searchandfilter > ul > li[data-sf-combobox="1"] label {
    display: inline-block;
}

.searchandfilter ul li li:first-child {
    display: none;
}

span.predictionimg.signedteam + span.predictionpercnt {
    display: none;
}

td.rank_league ul li .predictionimg.signedteam {
    width: 40px;
}

.prediction_box ul li span.predictionpercnt.signedteam {
    display: none;
}

.skill_li .skillcountavg {
    font-size: 12px;
    font-weight: 600;
    color: #070a13;
    float: left;
    margin: 2px 15px 0;
}

#player_table {
    position: relative;
}

/* .loadingplicon {

    width: 175px;
    height: 175px;
    background: url(https://i.gifer.com/EXfZ.gif);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    background-size: cover;
    display:none
} */

.searchandfilter label {
    width: 100%;
}

.sf-input-radio + .sf-label-radio {
    width: auto;
}

.searchandfilter select.sf-input-select {
    min-width: 100%;
    border-radius: 5px;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    background-image: url(assets/img/dropdown-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#trending-players .owl-dots, .home_header_banner p.link-more {
    display: none;
}

.pmpro_checkout-fields ul li, .level-detail ul li,  .afterpayment ul li {
    text-align: left;
    font-size: 15px;
    line-height: 2;
    position: relative;
    padding: 0 0 0 30px;
}

.pmpro_checkout-fields ul, .level-detail ul, .afterpayment ul {
    margin: 0 auto 20px;
    max-width: 400px;
}

.pmpro_checkout-fields ul li:before, .level-detail ul li:before, .afterpayment ul li:before {
    content: "\f00c";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font: normal normal normal 10px/1.6 FontAwesome;
    border: 1px solid green;
    border-radius: 50%;
    color: green;
}

.level-detail .vc_col-sm-6 {
    border-radius: 12px;
    border: solid 1px #dbe3e8;
    background-color: #ffffff;
    padding-top: 30px;
}

.level-detail .main-heading {
    border-bottom: 2px solid #333;
}

select[name='_sfm_classification[]'] > option:first-child, select[name='_sfm_team_classification[]'] > option:first-child, select[name='_sft_teams[]'] > option:first-child {
    display: none
}


.select2-results__option:nth-child(2), .select2-results__option:nth-child(12) {
    font-size: 17px !important;
    font-weight: 600;
    border-bottom: 1px solid #bfb8b8;
    margin-bottom: 10px;
}

.select2-results__option {
    color: #000;
    font-size: 14px;
}

#select2-_sft_teams-09-results li {
    color: #000;
    font-size: 14px;
}

.select2-results__option:nth-child(3), .select2-results__option:nth-child(4), .select2-results__option:nth-child(8) {
    font-weight: 600;
}

#home-header .item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    padding-top: 165px;
    height: 760px;
}

#home-header .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #eae10b;
}

.home_header_banner_two {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.home_header_banner_two .col-md-6, .home_header_banner_two .col-md-8 {
    z-index: 2;
}

.home_header_banner_main {
    position: relative;
}

.main-head.home-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background: none;
}

.home-team-rank-section .ranking_table tr {
    display: none !important;
}


.signed_team_box_drfted .signed_img a {
    font-weight: bold;
}

.signed_team_box .roundtext {
    display: block;
}

.signed_team_box_drfted p .signed_img span a {
    display: block;
    margin: 0 0 -5px 0;
    line-height: 1;
}

.home-team-rank-section .ranking_table tr:nth-child(-n+10) {
    display: table-row !important;
}

td.ranking-td span.rankbx1 + .rankbx1 {
    display: none;
}

.select2-container--default .select2-results > .select2-results__options li.select2-results__option:first-child {
    display: none;
}

.team_snglebox_commit .ranking_table td.ranking-td .rankbx1 + .rankbx1 {
    display: block;
}

.termsandprivacy_text {
    padding-bottom: 50px;
}

.termsandprivacy_text p b {
    color: #000;
}

.player_image_credit {
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
}

#member-profile-edit {
    margin: 0 auto 50px;
}

#member-profile-edit label {
    color: #82899e;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 5px 0;
}

#member-profile-edit input {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
    border: none;
    height: 42px;
    max-width: 100%;
}

#member-profile-edit p.lite {
    font-size: 14px;
    color: #000;
    margin-top: 15px;
}

#member-profile-edit input.pmpro_btn-submit {
    height: 36px;
    background: #eae10b;
    color: #15181f;
    border-radius: 4px;
    width: 140px;
    text-align: center;
    font-size: 12px;
    padding: 11px 18px;
    line-height: normal;
    display: inline-block;
    font-weight: bold;
}

#member-profile-edit input.pmpro_btn-submit:hover {
    color: #eef2f4;
    background: #15181f;
}

#member-profile-edit .pmpro_btn-cancel {
    height: 36px;
    background: #15181f;
    color: #eef2f4;
    border-radius: 4px;
    width: 140px;
    text-align: center;
    font-size: 12px;
    padding: 11px 18px;
    line-height: normal;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
}

#member-profile-edit .pmpro_btn-cancel:hover {
    background: #eae10b;
    color: #15181f;
}

.pmpro_logged_in_welcome_wrap {
    text-align: center;
}

.pmpro_invoice_wrap {
    padding: 0 0 50px 0;
}

.pmpro_invoice_wrap p {
    text-align: center;
}

.pmpro_billing_wrap {
    text-align: center;
}

#pmpro_account .pmpro_box h3 {
    display: none;
}

#pmpro_account #pmpro_account-membership {
    border: none;
    padding: 0;
    margin: 0;
}

#pmpro_submit_span {
    position: relative;
    height: 36px;
    background: #eae10b;
    color: #15181f;
    border-radius: 4px;
    width: 250px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    line-height: normal;
    display: block;
    font-weight: bold;
    clear: both;
    margin: 0 auto;
}

#pmpro_submit_span #pmpro_btn-submit {
    background: none;
    width: 100%;
    padding: 0;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}

#pmpro_submit_span:before {
    background: #15181f;
}

#pmpro_submit_span:hover #pmpro_btn-submit {
    color: #fff;
    z-index: 1;
    position: relative;
}

form#pmpro_form .pmpro_submit {
    clear: both;
    overflow: hidden;
}

form#pmpro_form {
}

#pmpro_payment_information_fields .pmpro_checkout-h3-msg {
    display: block;
}

#pmpro_payment_information_fields
.pmpro_checkout-h3-name {
    margin-bottom: 0;
}

#pmpro_payment_information_fields h3 {
    margin-bottom: 30px !IMPORTANT;
    text-align: center;
}

form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields label {
    color: #82899e;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 5px 0;
}

body, button, input, select, textarea {
    font-family: 'Inter', sans-serif;
}

/* restrictions css */

#member_logged_in .restriction_text, #member_logged_in .pmpro_content_message {
    display: none;
}


.pmpro_content_message {
    padding: 90px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    color: #070a13;
}

.pmpro_content_message a:link {
    height: 36px;
    background: #eae10b;
    color: #15181f;
    border-radius: 4px;
    width: 140px;
    text-align: center;
    font-size: 14px;
    padding: 9px 18px;
    line-height: normal;
    display: inline-block;
    font-weight: bold;
    border: none;
    margin-top: 25px;
    position: relative;
    z-index: 0;
}

.pmpro_content_message a:link:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px;
}

.pmpro_content_message a:link:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#member_logged_out .ranking_table {
    position: relative;
    overflow: hidden;
}

#member_logged_out .ranking_table:after {
    content: 'become a member to unlock the content';
    width: 100%;
    height: 100%;
    background: #eef2f4;
    top: 242px;
    left: 0;
    z-index: 2;
    position: absolute;
    opacity: .9;
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    padding: 50px 25px;
    text-transform: capitalize;
}

#member_logged_out #team_ranking:after, #member_logged_out #player_table:after {
    display: none;
}

.restriction_text {
    position: absolute;
    left: 0;
    top: 242px;
    text-align: center;
    width: 100%;
    background: #eef2f4d4;
    height: 100%;
    z-index: 9;
}

.restriction_text .pmpro_content_message {
    position: absolute;
    top: 15px;
    text-transform: capitalize;
    margin: 40px auto 55px;
    padding: 50px 0;
    text-align: center;
    border: 2px solid #eae10b;
    border-radius: 15px;
    width: 80%;
    background-color: hsl(200deg 24% 98%);
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    left: 0;
    right: 0;
}


#member_logged_out .post-snlge .entry-content h2 + p {
    display: block;
}

#member_logged_out .breakdown_box
.ranking_table:after {
    display: none;
}

#member_logged_out .team_snglebox .ranking_table:after {
    top: 20px;
}

#member_logged_out .home_ranking_section .ranking_table:after {
    display: none !important;
}

#member_logged_out .home_ranking_section .ranking_table .pmpro_content_message {
    top: 27%;
}

.pmpro_content_message p {
    margin: 0;
}

#member_logged_out .player_meta_detail li span, #member_logged_out .prediction_box ul li, #member_logged_out .signed_team_box p span span, #member_logged_out .signed_team_box .signed_img img, #member_logged_out .title_meta .awh, #member_logged_out .players_rating_meta span, #member_logged_out .scouting_report p, #member_logged_out .skill_li {
    filter: blur(7px);
    -webkit-filter: blur(7px);
    pointer-events: none;
}

#member_logged_out .ranking_table tbody tr, #member_logged_out .breakdown_box tbody, #member_logged_out .single-team-ranking-details_box, #member_logged_out .trending-players-data, #member_logged_out .signed_team_box_drfted .signed_img a {
    filter: blur(5px); /* Someday, sigh ... */
    -webkit-filter: blur(5px); /* Prefixed CSS3 blur filters */
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); /* IE lte 9 */
    pointer-events: none;
}

#member_logged_out .team_snglebox .ranking_table tr {
    filter: blur(5px) !important;;
    -webkit-filter: blur(5px) !important;;
    pointer-events: none;
}

#member_logged_out .home_ranking_section .ranking_table tbody tr {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    pointer-events: all;
}

#member_logged_out .ranking_table tbody tr:nth-child(1), #member_logged_out .ranking_table tbody tr:nth-child(2), #member_logged_out .ranking_table tbody tr:nth-child(3), #member_logged_out #trending-players .trending-players-data {
    filter: blur(0px);
    -webkit-filter: blur(0);
    pointer-events: all;
}

.post-snlge .entry-content {
    overflow: hidden;
    position: relative;
}

.post-snlge .entry-content .restriction_text {
    top: auto;
    text-align: center;
    position: relative;
    background: none !important;
}

.post-snlge .entry-content .restriction_text .pmpro_content_message {
    position: relative;
    transform: none;
    top: auto;
    padding: 42px 0;
}

#member_logged_out .post-snlge .entry-content p {
    display: none;
}

#member_logged_out .post-snlge .entry-content .restriction_text p {
    display: block;
}

.forie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/img/header-bg.png);
    background-size: cover;
    z-index: 9999999999999;
    text-align: center;
    padding: 60px;
    color: #fff;
    font-size: 35px;
}

.forie img {
    display: block;
    margin: 0 auto 20px;
    width: 200px;
}

.forie a {
    display: block;
    color: yellow;
    font-size: 22px;
    margin-top: 20px;
}

body.home .forie {
    display: none;
}

#pmpro_levels_table a.pmpro_btn.disabled {
    margin: 0 20px;
    color: #000;
    opacity: 1;
}

#pmpro_account .pmpro_box th {
    color: #000;
    font-size: 16px;
}

#pmpro_account .pmpro_box td.pmpro_account-membership-levelname {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

#pmpro_account .pmpro_box td.pmpro_account-membership-levelname .pmpro_actionlinks {
    font-size: 15px;
    font-weight: 500;
}

.blog_page.padding-95 .blogpostsContainers .view-more, .blog_page.padding-95 .blogpostsContainer .view-more {
    display: block;
}

.pmpro_message.pmpro_error {
    margin: 0 auto 20px;
    max-width: 400px;
    clear: both;
}

.page-id-43 .logbtn.member_login_popup, .pmpro_lost_password_wrap p.pmpro_actions_nav {
    display: none !important;
}

 



#password-lost-form-wrap .lostpassword-submit #reset-pass-submit {
    width: auto;
    height: 36px;
    border-radius: 4px;
    background-color: #eae10b;
    margin: 25px auto 0 !important;
    padding: 0 30px;
    font-size: 14px;
    font-weight: bold;
    color: #070a13;
}
.lostpassword-submit {
    text-align: center;
}
 #password-lost-form-wrap fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
#password-lost-form-wrap .som-password-sent-message + #lostpasswordform {
    display: none;
}

#password-lost-form-wrap input[type="password"].som-password-input {
    margin: 0 auto;
    height: 50px;
} 
#lostpasswordform #somfrp_user_info {
    height: 50px;
    font-size: 17px;
}
#password-lost-form-wrap fieldset  legend {
    display: none;
}

#member_logged_out .player_videos_section {
    display: none;
}

#member_logged_out .bg-black {
    height: auto;
}

.prev_ranknum {
    background: #eef2f4;
}

.trending-players-meta .tstar ul.star-rating li {
    float: none;
    display: inline-block;
    color: #eae10b;
    font-size: 11px;
    line-height: normal;
    padding: 0 2px;
}

.trending-players-meta .tstar ul.star-rating li .fa {
    font-size: 11px !important;
}

.trending-players-meta .tstar ul.star-rating {
    margin-top: -10px;
}

.ranking_table td .tstar .field_type-star_rating {
    clear: none;
    display: inline-block;
}
.player_meta_detail li a span {
    color: #dcd410;
    text-decoration: underline;
}
a.white_border.btn {
    height: 36px;
    border-radius: 4px;
    width: 140px;
    text-align: center;
    background: none;
    border: 1px solid #fff !important;
    color: #fff;
    padding: 8px 0;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}
a.white_border.btn:hover:before, a.white_border.btn:before {
    background: #eae10b;
}

a.white_border.btn:hover {
    color: #000;
}
@media (min-width: 768px) {
	.dekstop_hidden {
		display: none !important;
	}
}
@media (max-width: 767px) {
	#cssmenu  ul   li.dekstop_hidden {margin: 0 !important;}

	#cssmenu ul li.dekstop_hidden a {
		background: #dad20e;
		padding: 11px 0 !important;
	}
	#cssmenu ul li.dekstop_hidden a:hover {
		color: #000 !important;
	}
	#member_logged_out #player_table.ranking_table tbody tr.load:nth-child(-n+10) {
		display: table-row;
	}
	#member_logged_out #player_table.ranking_table tbody tr.load {
		display: none;
	}
	.mobile_hide {
		display: none !important;
	}
	.plan-row {
		display: block !important;
		margin: 0 !important;
	}
}

#search-filter-form-235 select.sf-input-select[name="_sfm_provincestate[]"] {
    padding: 0;
    height: 141px;
    -webkit-appearance: none;
    appearance: none !important;
    background: none;
}

#search-filter-form-235 select.sf-input-select[name="_sfm_provincestate[]"]>option {
    font-size: 12px;
    border-bottom: 1px solid #bbb;
    padding: 10px 10px;
}

.podcast-snlge .single-post-thumb {
    display: none;
}

.podcast-snlge  .picture_credit_text {
    display: none;
}

.podcast-snlge main#main {
    margin-bottom: 44px;
}


.podcast_page_temp {
    margin: 50px 0;
}

.podcast_page_temp h2.blogheading {
    margin-bottom: 40px;
}

.podcast_page_temp .row {
    margin: 0;
}

.podcast_page_temp .blimg {
    display: inline-block;
    width: 25%;
}

select[name="_sfm_provincestate[]"] option[value="Nove Scotia"] {
    display: none;
}

.ctr {
    margin: 0 auto;
    text-align: center;
    display: flex;
	margin-top: 31px;
	margin-bottom: 35px;
}
.ctr .subs-box * {
    font-family: 'Inter', sans-serif !important;
}
.ctr .mprs{
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
}
.ctr .subs-box {
	  display: flex; 
    border-radius: 12px;
    border: solid 1px #dbe3e8;
    background-color: #ffffff;
    margin: 0 15px;
    text-align: center;
    padding: 35px 0 20px 0;
    align-items: center;
}
.ctr .subs-box p {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.btn-select a {
    width: 150px;
    height: 40px;
    border-radius: 4px !important;
    background-color: #eae10b !important;
    margin: 0 auto;
    font-size: 14px !important;
    font-weight: bold;
    color: #070a13 !important;
    padding: 0 !important;
    border: none !important;
    line-height: 40px !important;
}
 
.plan-row .white-box {
	    max-width: 600px;
    margin: 60px auto;
    box-shadow: 0px 0px 20px -10px #e0e0e0;
    border-radius: 10px;
    padding: 20px 30px 50px;
	background-color: #fff;
}
.plan-row .white-box h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    color: #070a13;
    text-align: center;
}
.plan-row .white-box .wpb_content_element {
    margin-bottom: 0px;
}
.plan-row .white-box p {
	text-align: center;
    margin: 10px 0px;
}
.checkout-h3-msg {
    background: #eae10b;
    padding: 2px 10px;
    position: relative;
    top: -4px;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
}
.custom-form ul li input,
#loginform input[type=text], #loginform input[type=password]{
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background-color: #eef2f4;
    color: #3c3c3c;
    font-size: 16px;
    padding-left: 20px;
    font-weight: 300;
    max-width: 100%;
    border: none;
    margin-bottom: 16px;
}

.custom-form ul {
    max-width: 100%;
}
.custom-form ul li {
    padding: 0px 0px !important;
}
.custom-form ul li span {
    width: 100% !important;
    padding: 0px !important;
}
.custom-form ul li span.gfield_required {
	position: absolute;
    right: 0;
    width: auto !important;
    color: #ff5d42;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.custom-form ul li label.gfield_label,
.custom-form ul li label,
#loginform label{
	font-weight: 500;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    position: relative;
    width: 100%;
    display: block !important;
    letter-spacing: 0 !important;
}
.custom-form .ginput_container,
.custom-form ul li.gfield{
    margin-top: 0 !important;
}
.custom-form .ginput_container input{
    margin: 0 0 35px !important;
}
.custom-form ul li .ginput_container_email {
	width: 100% !important;
}
.custom-form  .gform_card_icon_container,
.custom-form .gfield_creditcard_warning_message{
    display: none;
}
.custom-form  .ginput_card_security_code_icon {
	 display: none !important;
}
.custom-form ul li .ginput_container_creditcard input {
    color: #666;
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    padding: 0.625em 0.4375em !important;
}
.gform_wrapper li.gfield.gfield_creditcard_warning {
    width: 100% !important;
    background-color: transparent !important;
    border: none !important;
}
.custom-form input[type="submit"],
.ur-submit-button,
#loginform input[type=submit]{
	background: transparent;
    display: block !important;
    text-align: center;
    font-size: 14px !important;
    color: #fff;
    margin: 0 auto !important;
    border-radius: 4px;
    padding: 0 42px !important;
    line-height: 36px !important;
}
#loginform input[type=submit]{
	background: #eae10b;
    color: #000;
}
.gform_footer:hover .gform_button{
    z-index: 1;
    position: relative;
}
.ur-button-container .ur-submit-button:before{
	background: #15181f;
}
.ur-button-container .ur-submit-button{
	color: #fff;
}
.custom-form span.pmpro_checkout-h3-msg {
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
    display: block;
    margin-bottom: 30px;
}
span.pmpro_checkout-h3-msg {
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
}
.custom-form .gform_footer,
.ur-button-container{
	display: table !important;
    margin: 0 auto !important;
    text-align: center;
    position: relative;
    padding: 0px !important;
    width: auto !important;
    background: #eae10b;
    border-radius: 4px;
}
.ur-button-container{
    margin: 10px auto 0 !important;
}
.custom-form .ginput_container_password > span > label:after,
.custom-form .ginput_container_email > span > label:after{
    content: '*';
    position: absolute;
    right: 0;
    font-size: 18px;
    color: red;
	display: block;
}
.custom-form .gform_footer:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px;
    background: #ffffff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 1px solid #15181f;
    background: #15181f;
}
.custom-form .gform_footer:hover:before{
-webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.custom-form .gfield_description.validation_message {
    margin-top: -35px !important;
    margin-bottom: 35px !important;
    padding-top: 10px !important;
}
.custom-form .gform_ajax_spinner{
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
		
}
form#loginform {
    max-width: 400px;
    margin: 0 auto;
}

.artice_meta {
    margin: -10px 0 20px;
}

.artice_meta span {
    font-size: 15px;
    color: #000;
}

.artice_meta span .fa {
    color: #eae10b;
}

.artice_meta span a {
    font-size: 17px;
    font-weight: 600;
}

@media (max-width: 768px) and (min-width:300px) {
	.ctr {
		display:block;
	}
	.ctr .subs-box {
		margin-bottom:20px;
	}
	
}
button.btn.button.ur-submit-button span.ur-front-spinner {
    position: absolute;
    right: -40px;
    top: 8px;
    opacity: 1;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}
.bottom_div_login a {
    display: inline-block;
    font-size: 17px;
    text-decoration: underline;
    margin: 0 10px;
}
/* #for-reset-password .pmpro_login_wrap #loginform, #for-reset-password .pmpro_login_wrap p.pmpro_actions_nav {
    display: none;
} */
#for-reset-password .pmpro_login_wrap {
    margin: 0 auto;
    padding: 0;
}
#password-lost-form-wrap {
    position: relative;
}

#password-lost-form-wrap .som-password-sent-message {
    background: #4ab120;
    border: none;
}

article#post-5951 .white-box.wpb_column.vc_column_container.vc_col-sm-8 {
    margin: 100px auto;
    float: none;
}
div#pmpro_cancel p {
    font-size: 24px;
    line-height: 2;
    color: #070a13;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: bold;
	display:none;
}

div#pmpro_cancel {
    text-align: center;
    padding-bottom: 70px;
}
.inner_page:has(#pmpro_cancel) h1 {
    font-size: 24px;
    line-height: 2;
    color: #070a13;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: bold;
    text-align: center;
    padding: 70px 0px 0;
} 

div#pmpro_cancel .pmpro_actionlinks .pmpro_yeslink {
    font-size: 17px;
    font-weight: 600;
    background: #eae10b;
    color: #000;
    padding: 8px 25px;
    border: none;
    position: relative;
    z-index: 0;
}

div#pmpro_cancel .pmpro_actionlinks .pmpro_yeslink:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px;
    background: #bf9773;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #fff;
}

div#pmpro_cancel .pmpro_actionlinks .pmpro_yeslink:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

div#pmpro_cancel .pmpro_actionlinks 
 .pmpro_nolink.nolink {
    color: #000;
}
/*Player card*/ 
.def-sm-box.light-green , .def-box.light-green , .over-all-box.d-desk.light-green , .over-all-box.d-mob.light-green {
    background: #cfef1c;
}

.def-sm-box.dark-green , .def-box.dark-green , .over-all-box.d-desk.dark-green , .over-all-box.d-mob.dark-green {
    background: #1ae91a;
}

.def-sm-box.darker-green , .def-box.darker-green , .over-all-box.d-desk.darker-green , .over-all-box.d-mob.darker-green{
    background: green;
}
.def-sm-box.red , .def-box.red , .over-all-box.d-desk.red , .over-all-box.d-mob.red{
    background:#cb1919;
    }
.wrap-box h4 ,
.side-name p ,
.num , .label , 
.other-details h5 ,
.description li ,
/*.side-name li ,*/

.def-box , .def-sm-box{
   font-family:  'Inter', sans-serif;

}
.wrap-box h4 {
    line-height:1;
    text-align: center;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 18px;
    color: #37363b;
}
.side-name p, .side-name li {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.4px;
    line-height: normal;
    font-weight: 300;
}
.side-name ul {
    list-style: disc;
    padding-left:20px;
}
.description.top ol {
    list-style: none;
    text-align: center;
}
.description.bottom {
    position: absolute;
    top: -110px;
    left: 200px;
}
.description.bottom  ol {
    list-style: none;
}
.side-name li span {
    display: inline-block;
    color: #cb1919;
}
.description.desk ol {
    list-style: none;
    flex-flow: wrap;
    justify-content: center;
    display: flex;
}
.side-name ul li {
    font-size: 12px;
    font-weight: 100;
}
.description.desk ol li {
    margin-right: 10px;
    line-height: 1.5em;
}
.over-all-box {
    position: absolute;
    margin: 0px auto 20px auto;
    width: 160px;
    left: 20px;
    height: 160px;
    border-radius: 50%;
    /* background: #a98d43; */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #36353a;
    top: -170px;
}
.over-all-box span {
    display: block;
    text-align: center;
}
.num{
       font-size: 70px;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 1;
    
    }
    .def-box h1{
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 1;
}
.over-all-box span , .def-box h1 {
    display: block;
    text-align: center;
    color: #0a0a0a;
}    
.over-all-box .label {
    padding:0px!important;}

.over-all-box .label , .def-box h2 {
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 0.9em;
}
.def-box.ver-def-box h2{
	  font-size: 14px;
}
.def-box.ver-def-box h1{
	  font-size: 35px;
}
.def-wrap {
    margin: 15px 0px;
}
.other-details h5 {
    font-size: 27px;
    text-align: center;
    line-height:1;
    font-weight: bold;
    color: #a88b41;
    margin-bottom: 3px;
}
h5.red {
    color: #9f1a1b!important;
}
.def-box {
    margin: 10px ;
    text-align: center;
    height: 100px;
    width: 100px;
    display: flex;
    background: #a98d43;
    justify-content: center;
    align-items: center;
}

.def-sm-box , .def-box.ver-def-box {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 5px;
/*     background: #a98d43; */
    color: #0a0a0a;
}
.single-card .def-sm-box , .single-card .def-box.ver-def-box{
	width: 100px;
	height: 100px;
}
.bx_grid .def-box.ver-def-box.darker-green {
    width: 120px;
    height: 120px;
}
.def-sm-box .sm-num {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}
.container.single-card.padd-top {
    padding-bottom: 50px;
}
.def-sm-box div {
    text-align: center;
}
.def-sm-box span{
    line-height: 1;
}
.sm-label{
 font-size: 14px;
 display: block;
}
.container.padd-top {
    padding-top: 70px;
}
.player_card-template-default {
    background: #242424;
}
.def-box h2 {
    color: #0a0a0a;
}
.heading-div {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #a98d43;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px){
    .def-sm-box {
    width: 30%!important;
}
	
.def-box {
    width: 50%!important;
}
	.bx_grid {
    width: calc(30% - 5px);
}
	.single-card    .def-box {
    width:100%!important
}
	.top-def {
    padding-left: 0px!important;

}
.def-wrap {
    margin-bottom: 50px;
}
/*.wrap-box {*/
/*    margin-bottom: 30px;*/
/*}*/
.over-all-box {  
    width: 160px;
    height:160px;
}
    }
      @media screen and (max-width: 1240px) and (min-width: 1200px) {
          
          .over-all-box {
    width: 150px;
    height: 150px;
    top: -160px;
}
          }
               .d-f {
    margin-bottom: 20px;
}
    @media screen and (max-width: 992px) and (min-width: 768px) {
        .d-f {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}
.col-sm-5 {
    width: 30%;
}
.col-sm-7 {
    width: 70%;
}
        }
        .def-wrap , .sm-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
}
.side-name {
    position: relative;
}
.sm-wrap {
	flex-wrap: wrap;
	width: calc(100% - 0px);
	gap: 10px;
}
.trans-rotate {
	color: #fff!important;
	height: 50px;
	width:50px;
	transform: rotate(-90deg);
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-def{
	padding-left:48px;
	gap: 10px;
}
.trans-rotate h2 {
    color: #fff!important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.border-top {
    border-top: 2px solid #fff;
    padding-top: 15px;
}
.bx_grid h2 {
line-height: 1;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (max-width: 992px) and (min-width: 768px){
.def-sm-box {
    width: 60px;
    height: 60px;
}
.sm-label {
    font-size: 12px;
    font-weight: 600;
}
.def-sm-box .sm-num {
    font-size: 30px;

}
}

           .d-mob{
        display:none;
        } 
        .description.top{
            display:none;
            }
@media screen and (max-width: 1250px){
    
        .d-mob{
        display:flex;
        }
                .description.top{
            display:flex;
            justify-content:center;
            }
        .d-desk{
        display:none;
        }
.description.bottom {
   display:none;
}
.over-all-box {
    position: static;

}
    }
@media screen and (max-width: 767px){
	.trans-rotate{
		transform:rotate(0deg);
	}
    .sm-wrap {
    width: calc(100% - 10px);
}

.def-wrap, .sm-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	width:100%;
    order:2;
    /*flex-direction: column-reverse;*/
}

}
.row.mr-top {
    margin: 50px 0px;
    border: 1px solid;
    padding: 0px 0px 70px 0px;
    background: #242424;
    border-radius: 10px;
}
.row.d-f.m-0 {
    padding: 5px 20px;
    background: #9f9d9d;
    border-radius: 8px 8px 0px 0px;
}
#player_card_slider .owl-nav {
    position: absolute;
    bottom: 50px;
    text-align: center;
    height: 40px;
    right: 0;
    left: 0;
    right: 0;
    background: oldlace;
}
#player_card_slider .owl-nav button.disabled {
    display:none;
    }
#player_card_slider.owl-carousel .owl-nav button.owl-next, #player_card_slider.owl-carousel .owl-nav button.owl-prev {
    background: #9f9d9d!important;
    /* display: block; */
    position: relative;
    width: 100%;
    transform: rotate(0);
    left: 0!important;
    margin-left: 0px;
    color: #fff;
    height: 100%;
    font-size: 14px;
}
.advanced_stats {
    margin: 50px 0px 50px 0px;
    padding: 0;
    background: #242424;
    border-radius: 10px;
}

.advanced_stats h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #ffffff;
    margin-bottom: 16px;
    text-transform: uppercase;
    margin-top: 0px;
    background: #9f9d9d;
    padding: 20px;
    border-radius: 10px 10px 0 0;
	    padding-bottom: 14px;
}

div#player_card_slider .owl-dots {
    display: none;
}

.advanced_stats ul {
    padding: 5px 14px;
}
.advanced_stats ul li {
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: capitalize;
    border-bottom: 1px solid #e6e6e6;
    color: #f6f6f6;
}

.advanced_stats ul li:last-child {
  margin-bottom: 0;
    border: none;
}
a.btn.btn-als {
    background: #008000;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 25px;
    color: #fff;
}
    .advanced_stats > h2 span {
        float: right;
        color: #ffffff;
    }
@media screen and (max-width: 767px){
	
	div#player_card_slider .owl-dots {
    bottom: 0;
}
}
.ordr-body .draft-ordr:last-child {
    margin-bottom: 0px!important;
    overflow: hidden;
}
.colored-bg .scouting_report_head {
    background: #eae10b;
    padding: 5px 10px;
    border-radius: 13px 13px 0px 0px;
    margin: -25px -25px  20px -25px;
}
/*.report_projection-widgt.centred-widget {*/
/*    width: 90%;*/
/*    text-align: center;*/
/*     float: none; */
/*    margin: auto;*/
/*    margin-top: 7px;*/
/*}*/
.flex-desc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.flex-desc .report_projection-widgt {
    float: left;
    margin-left: 0px;
    margin-top: 7px;
    width: 70%;
    padding-left: 30px;
}
.flex-desc .title-widgt h3{
    line-height:normal!important;
    }
@media (min-width: 992px){
    .flex-desc  .title-widgt{
        max-width:calc(30% - 70px);
        }
    }
@media (max-width: 992px){
    .flex-desc .report_projection-widgt {
    float: left;
    margin-left: 0px;
    margin-top: 7px;
    width: 100%;
    padding-left: 0px;
}
    }
    
    
    .global_search_form {
		position: absolute;
		left: -200px;
		top: 50px;
		display: none;
		background: #fff;
		padding: 8px 7px 0 7px;
		box-shadow: 0 0 10px #d1d1d1;
}
.top_search_icon {
    width: 36px;
    height: 36px;
    background: #eae10b;
    text-align: center;
    color: #000;
    border-radius: 5px;
    line-height: 36px;
    cursor:pointer;
}
.top_search_section {
    position: absolute;
    right: -40px;
    top: 5px;
}

.global_search_form h2 {
    margin: 0;
}

.global_search_form .searchandfilter ul li {
    padding: 0;
}
.global_search_form .sf-input-text {
    height: 40px;
    border-radius: 100px;
    background-color: #eef2f4;
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding-left: 50px;
}
.global_search_form .sf-field-search label{
    position:relative
    }
.global_search_form .sf-field-search label:before {
    content:'';
    position: absolute;
    top: 13px;
    left: 20px;
    background: url(assets/img/search-icon.svg);
    font-size: 0;
    width: 16px;
    height: 16px;
    padding: 0;
}
.searchpge header.page-header {
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.global_search_form.search_pages {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    background: #fff;
    padding: 14px 14px 5px;
    border-radius: 10px;  
}

@media screen and (max-width: 767px){
    .global_search_form {
    background: #fff;
    padding: 14px 10px 7px;
    left: -200px;
    width: 300px;
}
    .top_search_section {
		right: 116px;
		top: 0; 
}
.top_search_icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    background:#dad20e;
}
    }
.cntct-sec input, .cntct-sec select {
    width: 100%;
    color: #000;
    font-weight: 600;
    padding: 10px 15px;
    height: auto;
}
.cntct-sec input::placeholder {
    color: #000;
    font-weight: 700;
}
.cntct-sec .wpcf7-submit {
    margin: 0 auto;
}
.flex_form {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 10px;
}

.flex_form .flex_form_col {
    flex: 0 0 95%;
}

.flex_form .flex_form_col br {
    display: none;
}

.flex_form .wpcf7-form-control-wrap {
margin-bottom: 10px;
    display: block;
    position: relative;
}

.flex_form select.wpcf7-form-control {
    width: 100%;
    margin: 5px 0 0 0;
}

.flex_form_col_submit {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.flex_form_col_submit span.wpcf7-spinner {
    position: absolute;
    right: -184px;
    top: 5px;
    left: 0;
    margin: 0 auto;
}
.flex_form input, .flex_form select {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    height: 40px;
}
.flex_form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 99;
    bottom: -3px;
    left: 9px;
    font-size: 11px;
}
.flex_form label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.flex_form label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.form-box {
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
	gap: 10px;
}

.form-box label.full {
	flex: 0 0 100%;
	clear: both;
	width: 100%;
	max-width: 100%;
}
.form-box label.tag {
    font-size: 17px;
}
.form-box label {
	flex: 1;
}
.form-box  br {
    display: none;
}
.ProvinceState select option[disabled] {
    color: #fff;
    background: #000;
    font-size: 17px;
    padding: 20px;
}
.ProvinceState select option[disabled] {
    color: #fff;
    background: #000;
    font-size: 17px;
    padding: 20px;
}

.main-menu .container {
    width: auto;
    max-width: 1380px;
}
.main_right_side .side_team_ranking td.ranking-td {
    padding-left: 10px;
}

.player-row .rank_league ul li {
    position: relative;
}

.player-row .rank_league ul li .checkmark {
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #08be08;
}


@media (max-width: 768px) {
	.flex_form {
		width: 100%;
		display: block;
	}
	.form-box {
		display: unset;
	}
	.page-id-23589 .page-header_section {
		padding-top: 35px;
		padding-bottom: 0;
	}
	.player-row .rank_league ul li .checkmark {
		font-size: 15px; 
		top: 10px;
	}	
}



.signed_team_box p, .signed_team_box p a {
    color: var(--text-color);
}



.main_right_side table.forloadmore {
    display: block; 
    height: auto !important;
}

.main_right_side table.forloadmore * {
    display: block !important;
    width: 100%;
    border-radius: 0 0 12px 12px !important;
    border: none !important;
    padding:2px 0
}
 .offense-card-bar .progressbar-wrap .full-flex {
    flex: 0 0 100%;
    text-align: center;
}

.card_very_bottom ul {
    list-style-type: disc;
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
}