@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');

html {
    height: 100%;


}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    height: 100%;
    padding-top: 31px;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}


p {
    color: #787575;
}

a {
    color: #E09C2A;
}

a:hover {
    color: #E09C2A;

}

.yellow {
    color: #E09C2A;
}

.black {
    color: #000;
}

.bg-yellow {
    background: #E09C2A;
}

h1, h2, h3, h4, h5, h6, .heading {
    font-family: 'Oswald', sans-serif;
}

h1 {
    font-size: 35px;
}

.bg-black {
    background: #000;
}

.mobile {
    display: none;
}


/*  Menu Bar */
.navbar-fluid {
    background: #fff;
    -webkit-transition: padding 0.2s ease;
    -moz-transition: padding 0.2s ease;
    -o-transition: padding 0.2s ease;
    transition: padding 0.2s ease;
}

.affix {
    padding-top: 0.4em !important;
    padding-bottom: 0.4em !important;
    -webkit-transition: padding 0.2s linear;
    -moz-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
    background: rgba(255, 255, 255, 0.96);
}

#top-search {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999999999999999999;
    display: none;
}


#top-search #bottom-search {
    height: 85px !important;
}

#top-search .bottom-search-icon {
    background: #333 !important;
    color: #fff !important;
    height: 86px !important;
    padding-top: 2px !important;
    border: none !important;
}

#top-search .bottom-search-icon:hover {
    background: #E09C2A !important;

}

#top-search-close {
    font-size: 45px;
    position: absolute;
    top: 10px;
    right: 130px;
    color: #8b8b8b !important;
}

#top-search-close:hover {
    text-decoration: none;
    cursor: pointer;
    color: #333 !important;
}

.logo {
    height: 67px;
    transition: height 0.2s ease;
    margin-top: 2px;
}

.affix .logo {
    height: 60px;
    transition: height 0.2s linear;
}

.affix .navbar {
    padding-top: 3px;
}

.desktop-nav li {
    padding-right: 20px;
}

.navbar li a {
    color: #222;
    font-weight: 700;
    font-size: 15px;
}

.desktop-nav li a {
    padding: 16px 0 27px 0;

}

.navbar li a:hover {
    color: #E09C2A;
}

.navbar li .active {
    color: #E09C2A !important;
    border-bottom: 5px solid #E09C2A;
padding-bottom: 23px !important;
}

.desktop-nav {
    padding-top: 8px !important;
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navbar li a i {
    color: #E09C2A;
    margin-right: 10px;
}

.navbar .burger i {
    margin-right: 0px !important;
}

.app-header .dropdown-menu {
    top: 67px !important;
    left: -195px !important;
    padding: 0px !important;
    border: 0px transparent !important;
    background-color: #E09C2A;
    width: 215px;
    color: #fff;
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
}

.app-header .team-dropdown {
    top: 79px !important;
    left: unset !important;
    right: 50px !important;
}

.affix .dropdown-menu {
    top: 51px !important;
}

.app-header .dropdown-menu a i {
    color: #333 !important;
    font-size: 14px;
}

.show > .dropdown-menu {
    max-height: 900px;
    visibility: visible;
}

.dropdown-menu {
    display: block;
    max-height: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}


.app-header .dropdown-menu .dropdown-item {
    color: #333 !important;
    font-size: 14px !important;
    padding: 15px 0 15px 20px !important;
    border-top: 0.2px solid #e0b66e;
}

.app-header .dropdown-menu .dropdown-item:first-child {
    border-top: unset !important;
}

.app-header .dropdown-menu .dropdown-item i {
    margin-right: 10px !important;
}

.app-header .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}

/* End Menu bar */

/* Home  Carousel*/
.home-banner {
    height: 70vh;
    background-image: url("https://kcwebstorage.blob.core.windows.net/storage/media/Static Images/header.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-overlay {
    background-image: url("../png/overlay.png");
    background-position: bottom;
    background-size: 100% 110px;
    background-repeat: no-repeat;

    height: 100%;
}

.home-first-carousel .news-card a {

}

.home-first-carousel img.card-image {
    border: 0px transparent;
    border-radius: 6px;
}

.news-card {
    border: 0px transparent;
    background: transparent !important;
}

.card-info {
    padding: 0 20px 0 20px;
    position: relative;
    top: -90px;
}

.card-info .card-link {
    display: block !important;
    width: 100%;
    clear: both;
    color: #fff;
    height: 60px;
    margin-bottom: 10px;
    font-size: 14px !important;
}

.card-read-more {
    background-color: #E09C2A;
    color: #333;
    width: 80px;
    padding: 8px 20px 8px 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.card-read-more:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}

.card-controls {
    position: relative;
    font-size: 30px;
    top: -35px;
    color: #333;
}

.card-controls a {
    color: #333;
    text-decoration: none;
}

.card-controls a:hover {
    color: #E09C2A;
}

.card-controls .right-btn {
    margin-left: 30px;
}

div.news-col {
    padding-bottom: 0px !important;
}

.home-first-carousel {
    margin-top: -250px;
}

.all-content {
    background-color: #E09C2A;
    color: #333;
    padding: 10px 20px 0px 40px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    display: block !important;
    position: absolute;
    right: 0px;
    top: 10px;
    right: 20px;
    height: 40px;
    text-align: center;
}

.home-first-carousel .all-content {
    background-color: #E09C2A;
    color: #333;
    padding: 10px 20px 0px 40px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    display: block !important;
    position: absolute;
    top: -20px;
    right: 60px;
    height: 40px;
    text-align: center;
}

.home-first-carousel .card-controls {
    padding-left: 0px;
}

.home-first-carousel .card-text {
    max-height: 55px;
    overflow: hidden;
    line-height: 27px;
    font-size: 18px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);

}

.all-content:hover {
    background-color: #333;
    color: #fff !important;
}


/* this CS forms the triangles */
.all-content:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    border-style: solid;
}

.all-content:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}


/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
.all-content:after {
    top: 0px;
    border-color: transparent transparent transparent #E09C2A;
    border-width: 20px;
}

.all-content:hover:after {
    border-color: transparent transparent transparent #333 !important;

}

/* this border color controlls the outside, thin border */
.all-content:before {
    top: 0px;
    border-color: transparent transparent transparent #fff;
    border-width: 20px;
}

/* End Home  Carousel*/

/* KV TV */
.kc-tv {
    background-image: url("https://kcwebstorage.blob.core.windows.net/storage/media/Static Images/kctv-header.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    box-shadow: inset 0px 0px 100px 130px #000;
}

.upcoming-match {
    width: 550px;
    background: #fff;
    border-top: 7px solid #E09C2A;
    margin: 40px 62px 40px 0;
    height: auto;
}

.upcoming-match2 {
    width: 450px;
    background: rgba(255,255,255,0.9);
    border-top: 7px solid #E09C2A;
    margin: 60px 0px 40px 0;
    height: auto;
    padding-bottom: 15px;
}

.match-id {
    color: #fff !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;

}

.mobile-team-name {
    display: none !important;
}

.upcoming-match-header {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #686868;
}

.upcoming-match-header span {
    font-weight: 400 !important;
    letter-spacing: 1px;
}

.upcoming-match2 .upcoming-match-header {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #686868;
}

.upcoming-match2 .upcoming-match-header span {
    font-weight: 400 !important;
    letter-spacing: 1px;
}

.next-match {
    width: 100%;
    clear: both;
    text-transform: uppercase;
    text-align: center;
    color: #686868;
    letter-spacing: 2px;
}

.upcoming-match2 .next-match {
    width: 100%;
    clear: both;
    text-transform: uppercase;
    text-align: center;
    color: #686868;
    letter-spacing: 2px;
}

.next-match span:first-child {
    width: 50%;
    float: left;
    padding: 15px 0 15px 0;
    border-top: 2px solid #ddd;
}

.next-match span:nth-child(2) {
    width: 50%;
    background: #E09C2A;
    float: left;
    padding: 15px 0 15px 0;
    color: #333;
}

.next-match-details {
    clear: both;
    padding: 30px 0 0 0 !important;
    text-align: center;
}

.upcoming-match2 .next-match-details {
    clear: both;
    padding: 10px 0 0px 0 !important;
    text-align: center;
}

.next-match-details .visitor {
    width: 40%;
    float: left;
    padding: 20px 0 20px 0;
}

.next-match-details .time {
    width: 20%;
    float: left;
    padding-top: 40px;
}

.upcoming-match2 .next-match-details .time {
    width: 20%;
    float: left;
    padding-top: 30px !important;
}

.next-match-details .time .actual-time {
    background: #ebebeb;
    padding: 20px 0 20px 0;
    font-weight: 700;
    color: #686868;
    line-height: 25px;
}

.next-match-details .kaizer {
    width: 40%;
    float: left;
    padding: 20px 0 20px 0;
}

.next-match-details span {
    font-weight: 700;
    color: #686868;
    padding-top: 20px;
    font-size: 13px;
    display: block;
}

.upcoming-match2 .next-match-details span {
text-transform: uppercase !important;
    color: #333 !important;
}

.next-match-bottom {
    width: 100%;
    clear: both;
    padding-top: 40px;
}

.next-match-bottom .tickets {
    width: 50%;
    float: left;
    color: #fff;
    background: #E09C2A;
    padding: 15px 0 15px 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.next-match-bottom .tickets a {
    color: #fff;
}

.next-match-bottom .all-fixtures {
    width: 50%;
    float: left;
    color: #E09C2A;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px 0 0px 0px;
}

.next-match-bottom .all-fixtures a {
    color: #E09C2A;

}

.kc-tv-videos img.img-slider-logo {
    height: unset !important;
    width: 100%;
}

.kc-tv-videos .card-.body {
    padding: 0px !important;
}

.kc-tv-videos .play {
    display: block !important;
    text-align: center;
    font-size: 60px;
    position: relative;
    top: -215px;
}

.kc-tv-videos .card-link {
    background: #000;
    width: 85%;
    float: right;
    height: 75px;
    padding: 15px 20px 0 20px;
    position: relative;
    top: -40px;
    overflow: hidden;
}

.kc-tv-videos .card-link h6 {
    line-height: 20px !important;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
}

.kc-tv-videos .card-info {
    padding: 0px !important;
}

.kc-tv-videos .card-controls {
    top: -100px !important
}

.kc-tv-videos .card-controls a {
    color: #fff;
}

.kc-tv-videos .card-controls a:hover {
    color: #E09C2A;
}

.kc-tv-videos div.card.news-card {
    height: 460px;
}

.kc-tv-videos .all-content {
    color: #333 !important;
    right: 80px;
}

.kc-tv-videos .all-content:hover {
    color: #fff !important;
}

#kctv-splide .all-content:before {
    border-color: transparent transparent transparent #000 !important;
}

#kctv-splide .splide__slide:hover {
}

#kctv-splide .play:hover {
    color: #E09C2A !important;
    cursor: pointer;

}

#kctv-splide .splide__slide:hover .card-link h6 {

}

.kc-tv-middle .modal-dialog, .kc-videos .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}


.kc-tv-middle .modal-body, .kc-videos .modal-body{
    position: relative;
    padding: 0px;
}

.kc-tv-middle .close, .kc-videos .close {
    position: absolute;
    right: -30px;
    top: -40px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.modal-open #playVideo {
    background: rgba(0, 0, 0, 0.7) !important;
}

.kc-tv-news {
    background-image: url("https://kcwebstorage.blob.core.windows.net/storage/images/home/kctvnews_bg.webp");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: left;
    height: 470px !important;
}

.kc-tv-news .card-info .card-link {
    height: 28px !important;
}

.kc-tv-middle {
    padding-bottom: 15px;
}

.news-subscribe:hover {
    background: #E09C2A !important;
}

.kc-tv-news-desktop .slider-rows {
    margin-left: 0px !important;
}

.kc-tv-news-wrapper .card-controls {
    left: -450px;
    top: -130px !important;
    width: 200px;
}

.kc-tv-news-wrapper .card-controls a {
    color: #fff !important;
}

.kc-tv-news-wrapper .card-controls a:hover {
    color: #E09C2A !important;

}

.kc-tv-news-wrapper img.card-image {
    border: 0px transparent;
    border-radius: 6px;
}

.kc-tv-news-wrapper .news-card {
    border: 0px transparent;
    background: transparent !important;
}

.shop-links .card-controls {
    top: 25px !important;
}

.shop-links .all-content {
    color: #333;
    right: 80px;
}

.shop-links .all-content {


}

.shop-links .arrow-block {
    margin-top: -40px;
    margin-left: -240px;
    width: 200px;
    z-index: 10;
}

.shop-links-container .shop-now {
    background: #E09C2A;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: 10px 50px 10px 50px;
    position: absolute;

}

.shop-links-container .shop-now:hover {
    background: #333;
    color: #fff;
}


.bottom-article {
    background-image: url("https://kcwebstorage.blob.core.windows.net/storage/media/Static Images/history.webp");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: top;
    height: 500px !important;
}


.sort-of-slim {
    font-weight: 300;
}

.sort-of-slim span {
    font-weight: 500;
}


.bottom-article-2 .row .bottom-article-block-1 {
    margin-top: -300px;
}

.bottom-article-2 .row .bottom-article-block-2 {
    background-image: url("https://kcwebstorage.blob.core.windows.net/storage/images/home/hero-video.webp");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: top;
    height: 400px;
}

.black-glass {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.bottom-article-2 .play {
    font-size: 70px !important;
    width: 100%;
    display: block;
    position: absolute;
    top: 150px;
    text-align: center;

}

.bottom-article-2 .play:hover {
    color: #E09C2A !important;
    cursor: pointer;
}


.bottom-article-2 .row {
    padding-left: 65px !important;
}

.share-article a {
    color: #E09C2A;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.share-article a:hover {
    text-decoration: none;
    color: #333;
}

.bottom-article-2 p {
    font-size: 15px;
    line-height: 30px;
}

.bottom-article-2 .card-read-more {
    padding: 10px 30px 10px 30px;
    font-size: 15px;
}

.banner-ad {
    background-image: url("../jpg/banner.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 424px;
}

.before-footer .image {
    background-image: url("../jpg/before-footer.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: top;
    height: 600px;
}


.newsletter-header {
    background-image: url("../jpg/newsletter-image.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 288px;
}

.before-footer .stuff {
    background: green;
    background: linear-gradient(180deg, #fff 75%, #000 25%);
}

.stuff-inner {
    background: #fff;
    height: 100%;
}

.before-footer .stuff #text {
    width: 400px !important;
    border-left: none;
    height: 50px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 1em;
    float: left;
    background: #f1f1f1;
    padding-left: 30px;
}

.before-footer .stuff .add-on {
    background: #000;
    padding: 8px 0 0 5px;
    color: #fff;
    font-size: 20px;
    width: 80px;
    height: 50px;
    float: left;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.before-footer .btn {
    background: #000;
    color: #fff !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-right: 0px;
    border-radius: 10px;
    padding: 12px 30px 12px 30px;
    font-weight: 700;
    font-size: 0.9em;
    margin-top: 30px;
}

#bottom-search {
    border: 0px;
    background: #f1f1f1;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    text-align: Left;
    padding: 10px 0 10px 80px;
    color: #333;
    width: 100%;
    text-transform: uppercase;
    height: 80px;
}

.before-footer form {
    width: 480px;
    margin: auto;
}

.bottom-search-icon {
    background: #b5b3b3;
    width: 90px;
    height: 80px;
    font-size: 30px;
    text-align: center;
    padding-top: 4px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    border: none !important
}

.bottom-search-icon:hover {
    background: #E09C2A !important;

}


#footer-social li {
    display: inline;
    list-style-type: none;
    margin-left: 30px;
}

#footer-social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 0px solid transparent;
    background: #E09C2A;
    color: #000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-top: 9px;
}

#footer-social li a:hover {
    background: #fff;
    border-color: #E09C2A;
    color: #000;
}

.black-shadow {

}

.footer ul {
    padding: 0px;
    margin: 0;
}

.footer ul li {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}

.footer .col-sm {
    border-right: 2px solid #ddd;
    margin-right: 10px !important;
}


.footer .col-sm:last-child {
    border: none !important
}

.footer ul li a {
    color: #8B8B8B;
}

.footer ul li a:hover {
    color: #333 !important;
}

.footer h6 {
    color: #787575;
    text-transform: uppercase;
}

.chief-line-inner {
    width: 100%;
}

.chief-line .left-line {
    width: 47%;
    height: 50px;
    float: left;
    padding-top: 11px;
}

.chief-line .middle-logo {
    width: 6%;
    text-align: center;
    height: 50px;
    float: left;
}

.chief-line .right-line {
    width: 47%;
    height: 50px;
    float: left;
    padding-top: 11px;

}

.chief-line hr {
    border: 1px solid #85754E;
}

.copy-right p {
    color: #787575;
    letter-spacing: 0.5px;
    line-height: 26px;
}

.copy-right p a {
    font-weight: bold;
    color: #787575;
}

.sponsors img {
    width: 100px;
}

/* Mobile Menu */

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.white-glass {
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}

/* Match Centre */
.html-match-center body {
    background: #fff !important;
}


.match-centre-header {
    height: 600px;
    background-image: url("../jpg/match-centre.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.mc-stats-header .date-block {
    background: #606060;
    padding: 0px 30px 0px 30px;
}

.mc-stats-header .team-block {
    background: #E09C2A;
    padding: 7px 30px 0px 30px;
}

.mc-stats-header {
    font-family: 'Oswald', sans-serif;
}

.mc-stats-main-title {
    font-size: 70px;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 310px;
}

.mc-stats-main-title span {
    font-weight: 500;
}

.mc-stats-header .day {
    line-height: 77px;
    color: #E09C2A;
    font-size: 55px;
    font-weight: 600;
}

.mc-stats-header .month-year, .mc-stats-header .league-name, .team-block {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 16px 0 0 10px;
    line-height: 25px;
    letter-spacing: 1px;
}

.team-block .col-5 {
    color: #333;
}

.mc-stats-header .league-logo img {
    width: 120px;
    text-align: center;
}

.mc-stats-header .font-weight-bolder {
    font-weight: 700 !important;
}

.mc-stats-header .kaizer img {
    width: 70px;
}

.mc-stats-header .opponent img {
    width: 70px;
}

.mc-stats-header .score {
    font-weight: 700;
    font-size: 30px;
    padding-top: 20px;
}

.mc-stats-header .team-name {
    padding-top: 10px;
}

.mc-stats-header .opponent-team-name {
    line-height: 50px;
}

.mc-stats-header .opponent-team-name .full-name {
    width: 100px;
    line-height: 25px;
    display: block;
}

.upcoming-match-tab-content {
    background: url("../png/pattern.png");

}

.upcoming-match-tab-header {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    padding: 1.8rem 0 1.8rem 0 !important;
}

.game-more-stats .upcoming-match-tab-header {
    font-size: 18px !important;
}

.upcoming-match-tab-header .nav-link {
    color: #333;
    margin: 0 60px 0 60px;
    padding: 5px 30px 5px 30px !important;
    text-align: center;
}


.upcoming-match-tab-header .nav-link:focus, .upcoming-match-tab-header .nav-link:hover {
    border-color: #333;
    background: #f1f1f1;
}

.upcoming-match-tab-header .nav-tabs .nav-link.active, .matches-tab-header .nav-item.active {
    border-color: #333 !important;
    background: #333;
    color: #fff;
}

.upcoming-match-tab-header .nav-item, .matches-tab-header .nav-item {
    border: 2px solid #333;
    color: #333;
    margin: 0 30px 0 30px;
    text-align: center;
    border-radius: 100px;
    display: unset;
    width: 200px !important;
}

.matches-tab-header .nav-item:hover {
    color: #fff;
    border-color: #fff;
}

.matches-tab-header .nav-item {
    text-decoration: none;
    padding: 5px 30px 5px 30px;
    font-family: 'Oswald', sans-serif;
}

.upcoming-match-tab-header-title, .matches-tab-header {
    border: none !important;
    font-size: 20px;
}

.upcoming-match-tab-header-title:hover {
    background: none !important;
}

.nav-tabs {
    border-bottom: 0px !important;
}

.upcoming-match-tab-content {
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px !important;
}

.upcoming-match-tab-content .tab-content {
    height: 450px;
}

.barfiller {
    width: 100%;
    height: 30px;
    background: #ffffff;
    border: 0px transparent;
    position: relative;
    margin-bottom: 20px;
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, .5);
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;

}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -30px;
    padding: 2px 4px;
    font-size: 11px;
    color: #fff;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: #333;
}

.barfiller .tip:after {
    border: solid;
    border-color: rgba(0, 0, 0, .8) transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 100%;
    z-index: 9
}

.bartitle {
    text-align: center;
    font-size: 19px;
    position: relative;
    z-index: 20;
    top: -32px;
}

.k-stats {
    color: #E09C2A !important;
    font-weight: 600;
    padding-bottom: 23px;
}

.o-stats {
    color: #fff !important;
    font-weight: 600;
}

.font-weight-bold {
    font-weight: 600;
}

.m_card {
    width: 25px;
    height: 35px;
    background: #333;
    border: 0px transparent;
    border-radius: 3px;
    margin-bottom: 15px;
}

.m_circle {
    width: 30px;
    height: 30px;
    background: #333;
    border: 0px transparent;
    border-radius: 50%;
    margin-bottom: 15px;
}

.circle-progress {
    background-color: transparent;
    margin: auto;
}

.circle-progress div span {
    background: #333;
}

.circle-progress-text {
    font-size: 20px !important;
    font-weight: 600;
    text-align: center;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 40;
    top: -115px;
}

.vertical-bar {
    -ms-transform: rotate(270deg); /* IE 9 */
    transform: rotate(270deg); /* Standard syntax */
    width: 220px;
    height: 40px;
}

#nav-attacking .bar-container .col-6 {

}

#nav-attacking .bar-container .col-6 .vertical-bar {
    position: relative;
}

.k_vertical_bar {
    left: 0px;
    top: 85px;
}

.o_vertical_bar {
    left: -60px;
    top: 85px;
}

#nav-attacking .bar-title {
    font-size: 20px;
}

.k_defensive_title {
    padding: 32.5px 0 0 0px;
}

#nav-defensive .col-8 {
    flex: 0 0 66% !important;
    max-width: 66% !important;
}

#nav-defensive .barfiller {
    border-radius: 50px !important;
}

#nav-defensive .barfiller .fill {
    border: 0px transparent;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.outer {
    width: 35px;
    height: 219px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.inner, .inner div {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.inner {
    border-top-width: 0;
    background-color: #E09C2A;
    bottom: 0;
    height: 0%;
}

.inner div {
    border-bottom-width: 0;
    top: 0;
}

.k_crosses-container {
    right: 30px;
}

.o_crosses-container {
    left: 30px;
}

#matches-nav-tab {
    text-align: center !important;
    display: block !important;
}

#matches-tabContent {
    min-height: 100px;
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button, .filter-button-mobile {
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    color: #333;
    margin: 0 10px 30px 10px;
    font-family: 'Oswald', sans-serif
}

.filter-button span, .filter-button-mobile span {
    border: 2px solid #333;
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 10px;
}

.filter-button:hover span {
    background: #f1f1f1;
}


.filter-buttons .active span {
    background: #333 !important;
    color: #fff !important;
}

.form-control:focus, .filter-button:focus, .filter-button-mobile:focus {
    box-shadow: none;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

.game-row {
    border-top: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    font-family: 'Oswald', sans-serif;
}

.game-row:first-child {
    border-top: 2px solid #9a9a9a !important;
}

.game-row:last-child {
    border-bottom: 2px solid #9a9a9a !important;
}

.game-row .team-name {
    font-size: 16px;
}

.vs {
    font-size: 25px;
    font-weight: 700;
    padding-top: 7.3px;
    line-height: 25px;
}


.final-score {
    font-size: 25px;
    font-weight: 700;
    padding-top: 25px;
    line-height: 25px;
}

.game-row .col-5 {
    flex: 0 0 45.833333333% !important;
    max-width: 45.833333333% !important;
}

.buy-tickets {
    padding-top: 23px;
}
.view-stats {
    padding-top: 26px;
}

/*.buy-tickets a {*/
/*    font-size: 15px;*/
/*    background: #E09C2A;*/
/*    color: #fff;*/
/*    border: 2px solid #E09C2A;*/
/*    border-radius: 50px;*/
/*    padding: 5px 30px 5px 30px;*/
/*}*/

.mobile-calender-btns {
    padding-top: 14px !important;
}

.buy-tickets a:hover {
    text-decoration: none !important;
}


.view-stats a {
    font-size: 15px;
    color: #333;
    border: 2px solid #333;
    border-radius: 50px;
    padding: 5px 30px 5px 30px;
}

.view-stats a:hover {
    text-decoration: none;
    color: #E09C2A;
    border-color: #E09C2A;
}

.game-row .date_venue {
    width: 63% !important;
    padding-top: 16px;
}

.game-row .chiefs {
    Width: 37% !important;
}

.game-row .game_day {
    font-size: 37px;
    font-weight: 700;
    line-height: 37px;
    width: 14% !important;
}

.game_month_year {
    width: 60% !important;
}

.game-row .game_league {
    width: 15% !important;
}

.vs span {
    color: #757373;
    font-size: 13px;
}

.game-row .game_month_year {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.game-row .game_month_year span {
    color: #757373;
    font-weight: 400;
}

.game-row .game_day, .game-row .game_month_year {
    padding-top: 5px;
}

.stats-link:hover {
    cursor: pointer;
}

.game-more-stats {
    min-height: 500px !important;
    border-top: 2px solid #9a9a9a;
    background: #f9f9f9;
}

.closed-col {
    display: none;
}

.open {
    background: #333;
    color: #fff !important;
}

.open:hover {
    background: #fff !important;
    border-color: #E09C2A !important;
    color: #E09C2A !important;
}

.open .open-col {
    display: none;
}

.open .closed-col {
    display: inline-block;
}

.yellow-card {
    background: #F7D100 !important;
}

.red-card {
    background: red !important;
}

.white-dot {
    background: #fff !important
}

.game-more-stats .upcoming-match-tab-header .nav-link {
    margin: 0 55px 0 60px !important;
}

.test-hidden {
    display: none !important;
}

.pie_progress {
    width: 63% !important;
}

.pie_progress__content {
    font-size: 20px !important;
}


.pie_progress-2 {
    width: 62% !important;
}

.meter {
    height: 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.meter div {
    display: block;
    height: 100%;
}

.progress {
    background-color: #E09C2A;
    border: none;
    border-radius: 0px !important;
    -webkit-animation: progressBar 3s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode: both;
}

@-webkit-keyframes progressBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes progressBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


.team-header {
    height: 600px;
    background-image: url("../jpg/team-header.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.reserve-team-header {
    height: 600px;
    background-image: url("../jpg/reserve-team-header.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.trophy-room-header {
    height: 600px;
    background-image: url("../jpg/trophy-room-header.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.team-header-text {
    background: #ffffff;
}

.team-header-text p {
    font-size: 16px;
    font-weight: 700;
    text-align: justify;
    line-height: 29px;
}

.player-list .player-card {
    opacity: 0.8;
}


.player-list .is-active {
    opacity: 1;
}

.player-card-inner {
    background: url("../png/pattern.png");
    border: 0px transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}

.player-card-inner img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.player-name {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0 10px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
}

.player-name span {
    font-size: 18px;
}

.games-played {
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}


.games-played span {
    display: inline-block;
    background: #333;
    width: 30px;
    height: 30px;
    border: 2px solid #E09C2A;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #E09C2A;
    padding-top: 1.5px;
}


.jersey_number {
    background: #000;
    width: 40px;
    height: 40px;
    border: 0px transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    padding-top: 4px;
    position: absolute;
    font-size: 20px !important;
    font-weight: 500;
    left: -3px;
    top: 30px;
    font-family: 'Oswald', sans-serif;
}

.player-cards-container .match-card {
    width: 20px;
    height: 30px;
    background: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin: 0 5px 0 5px;
}

.chart-item-bg {
    stroke: #ddd
}

.chart-item-0 {
    stroke: #E09C2A
}

.chart-item-1 {
    stroke: #333
}

.chart-item-2 {
    stroke: #f9f9f9
}


.view-player-button {
    display: inline-block;
    margin: 0 0 20px 0;
    background: #E09C2A;
    color: #333;
    padding: 4px 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #E09C2A;
}


.view-player-button:hover {

    text-decoration: none;
    background: #fff;
    color: #E09C2A;
}

.players-nav a {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    color: #333;
    border: 2px solid #333;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 3px 40px 5px 40px;
}


.players-nav a:hover {
    color: #fff;
    border-color: #fff;
    text-decoration: none;
}

.players-nav .active {
    background: #333;
    color: #fff;
}

.players-nav .active:hover {
    border-color: #333;
}

.article-slide-inner {

}

.article-slide-inner img {

}


.splide__slide {
    animation: anim-slide-in-down .8s cubic-bezier(.54, .01, .1, 1) forwards;
}

#main-splide .splide__arrows {
    position: relative !important;
    top: 0px !important;
}

#main-splide .splide__arrows .splide__arrow {
    background: none !important;
    opacity: 1 !important;
    font-size: 30px;
    color: #000 !important;
}

#main-splide .splide__arrows .splide__arrow--prev {
    left: 1.1em !important;
}

#main-splide .splide__arrows .splide__arrow--next {
    right: unset !important;
    left: 3em !important;
}

#kctv-splide .splide__arrows {
    margin-top: 50px;
    position: unset !important;
    clear: both !important;
}

#kctv-splide .splide__arrow {
    position: unset !important;
    float: left;
    background: none !important;
    opacity: 1 !important;
    font-size: 30px;
    color: #fff;
    justify-content: left !important;
}

#kctv-splide .all-videos {
    float: right;
    margin-right: 60px;
}

#kctv-splide .play {
    display: block !important;
    text-align: center;
    font-size: 60px;
    position: absolute;
    top: 130px;
    left: 125px;
}

#kctv-splide .card-info {
    padding: 0px !important;
    top: unset !important;
   position: absolute;
    bottom: 20px;

}

#kctv-splide .card-text {
    background: #000;
    right: 0px;
    width: 85%;
    position: relative;
    height: 65px;
    overflow: hidden;
    padding: 7px 15px 15px 15px;
    line-height: 26px;
    font-size: 15px;
    display: block;
}

#kctv-splide .card-text:hover {
cursor: pointer;
    color: #E09C2A;
}


#kctv-splide .all-content {
    right: 80px !important;
    bottom: -70px !important;
    top: unset !important;
}

.all-content:hover {
    text-decoration: none;
}

#kctv-news-splide .article-slide-inner, #kctv-news-splide img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#kctv-news-splide .card-text {
    line-height: 27px !important;
    height: 30px;
    overflow: hidden !important;
}

#kctv-news-splide .splide__arrows {
    position: absolute !important;
    left: -350px;
    bottom: -40px;

}

#kctv-news-splide .splide__arrow {
    position: unset !important;
    float: left;
    background: none !important;
    opacity: 1 !important;
    font-size: 30px;
    color: #fff;
    justify-content: left !important;
}

#shop-links-splide .splide__arrows {
    position: absolute !important;
    left: -374px;
    bottom: 0px;
}

#shop-links-splide .splide__arrow {
    position: unset !important;
    float: left;
    background: none !important;
    opacity: 1 !important;
    font-size: 30px;
    color: #333;
    justify-content: left !important;
}


.kc-shop-heading-text {
    width: 200px;
    position: absolute;
    padding: 40px 0 0 10px;
}

.kc-shop-heading-text h1 {
    line-height: 60px !important;
}

.shop-now-button {
    position: relative;
    z-index: 99;
    left: 300px;
    bottom: 250px;
}

.shop-now-button a {
    background: #E09C2A;
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    padding: 5px 40px 5px 40px;
}

.shop-now-button a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

#main-splide .article-slide-inner, #kctv-news-splide .article-slide-inner {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#kctv-news-splide .article-slide-inner {
    width: 100%;
    height: 450px;
}

#kctv-splide .article-slide-inner {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;

}

#main-splide .card-info, #kctv-news-splide .card-info {
    background-image: url("../png/fade.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 190px;
    width: 100%;
    height: 100%;
    position: unset !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-top: 250px;
}


.post-published-date {
    display: block;
    font-size: 13px;
    margin: 0px 0 20px 0;
}

#main-splide .card-info {
    padding-top: 200px !important;

}

#kctv-news-splide .card-info {
    padding-top: 330px !important;

}

#main-splide .card-info .card-link, #kctv-news-splide .card-info .card-link {
    margin-bottom: 0px !important;
}

.mobile-progress {
    background-color: #fff;
    position: relative;
    height: 25px;
    width: 100%;
}

.mobile .progress-done {
    background: #E09C2A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
}

.mobile .carousel-control-prev {
    left: -10px !important;
}

.mobile .carousel-control-next {
    right: -10px !important;
}

.pie-stats {
    font-size: 15px !important;
    width: 100%;
    margin-top: -113px;
    margin-bottom: 45px;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1100px !important;
    }
}

#loadingMessage {
    width: 100%;
    padding-top: 300px;
    text-align: center;
}

#loadingMessage img{
}

.player-cards-container .yellow-card, .player-cards-container .red-card {
    width: 25px;
    height: 35px;
    margin: 0 5px 0 5px;
    display: inline-block !important;
    border: 0px transparent;
    border-radius: 3px;
    padding-top: 5px;
}

.page-player-widget .player-details {
    padding-left: 20px !important;
    padding-right: 0px !important;
}

.page-player-widget .player-card-cont {
    padding-left: 0px !important;
}

#player-card {
    background: url("../png/pattern.png");
    border: 0px transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 318px;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 20px;
    min-height: 500px;
}

.page-player-widget .player-details .bg-white {
    background: #f5f5f5 !important;
}

#player-card .player-img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#player-card .pie-stats {
    bottom: 67px !important;
    right: 34px;
}

.player-info-dark {
    background: #ddd;
}

.player-details span {
    width: 150px;
    display: inline-block !important;
}

.player-details .w-100 {
    line-height: 29px;
    font-size: 15px;
    font-weight: bold;
}

.player-details div:first-child {
    border: 0px transparent;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.player-details div:last-child {
    border: 0px transparent;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.team-arrows .splide__arrow {
    background: #222 !important;
    border-radius: unset !important;
    color: #fff !important;
    width: 2em !important;
    height: 4em !important;
    opacity: 1 !important;
    font-size: 20px !important;
    border: 2px solid #E09C2A;
}

.team-arrows .splide__arrow:hover {
    background: #333 !important;
    color: #E09C2A !important;
}


.opponent-name {
    width: 60% !important;
}

.view-stats, .buy-tickets {
    width: 40% !important;
}

.single-player-container, .article-bg {
    background-image: url("https://kcwebstorage.blob.core.windows.net/storage/media/Static Images/article_bg.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.news-widget img {
    height: 85px !important;
    width: 100% !important;
    object-fit: cover !important;
}




.side-widgets {
    border: 0px transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.news-widget-title {
    background: #ddd;
    font-family: 'Oswald', sans-serif;
    border: 0px transparent;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    padding: 20px 20px 20px 20px !important;
}
.news-widget {
    padding-bottom: 30px !important;
}

.news-widget a {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}


.news-widget .post-title {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px !important;
    display: block;
    margin: 0px 0 10px 0 !important;
    max-height: 50px;
    overflow: hidden;
}

.news-widget .post-row {
    height: 90px;
    padding: 15px 20px 20px 20px !important;
}

.news-widget .post-row .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.post-row .featured-images {
    padding-left: 0px;
}

.news-widget .posted-on {
    font-size: 14px;
}

.digistore-widget {
    padding-bottom: 0px !important;
}

.digistore-widget .px-1 {
    padding: 20px 20px 20px 20px !important;
}

.digistore-widget img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.sidebar-shop-now {
    position: relative;
    bottom: 20px;
}

.sidebar-shop-now a {
    background: #E09C2A;
    color: #333;
    text-align: center;
    width: 170px;
    margin: auto;
    display: block !important;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    padding: 9px 0 9px 0;
    position: relative;
    top: -25px;
}

.sidebar-shop-now a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.big-stats-number {
    font-size: 30px !important;
}

.article-container {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 765px;
}

.article-title {
    background: #ddd;
    font-family: 'Oswald', sans-serif;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding: 20px 15px 20px 30px;
}

.article-body {
    padding: 13px 35px 20px 35px;
}

.article-body p {
    text-align: justify;
}

.article-body br {
    content: "";
    margin: 2em;
    display: block;
    font-size: 24%;
}

.article-body .featured-images img {
    width: 100%;

}

.article-body .info {
    font-size: 15px !important;
    font-weight: 400 !important;

}

.article-body p, .article-body .content, .article-body span {
    text-align: justify;
    font-size: 16px !important;
    font-weight: 400;
    color: #535353 !important;
    line-height: 1.65;
    font-family: 'Lato', sans-serif !important;
}

.article-body .content img {
    width: 100% !important;
    height: auto;
}

.article-body .content span {
    font-family: 'Lato', sans-serif !important;
}

/*.article-body .content br {*/
/*    display: none !important;*/
/*}*/

.article-body a {
    color: #E09C2A !important;
}


.disp-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.bottom-disp .disp-image {
    height: 600px;
}

blockquote {
    border-left: 5px solid #E09C2A;
    padding-left: 10px;
}

.article-body strong, .article-body b {
    color: #222 !important;
}

.article-bg .col-9 {
    flex: 0 0 73% !important;
    max-width: 73% !important;
    padding-right: 2rem !important;
}

.article-bg .col-3 {
    flex: 0 0 27% !important;
    max-width: 27% !important;

}



 .gallery-link {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.leading-image {
    width: 100%;
    height: 200px;
    object-fit: cover;

}

.article-image-container {
    display: block;
    width: 100%;
    height: 200px;
}


.article-heading {
    background: #f9f9f9;
    padding: 13px 15px 10px 15px;
    border-bottom: 5px solid #E09C2A;
    height: 85px;
}

.article-heading h3 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px !important;
    max-height: 50px;
    text-transform: uppercase;
    overflow: hidden;
}

.article-heading span {
    font-size: 13px;
}

.article-heading h3 a {
    color: #333 !important;
}

.article-heading h3 a:hover {
    text-decoration: none;
}

.article-category-title {
    font-size: 40px !important;
    text-transform: uppercase;
}

.article-grid .col-3:hover .article-heading {
    background: #f1f1f1 !important;
}

.article-grid .col-3:hover .article-heading a {
    color: #000 !important;
}


.article-grid .col-3:hover .article-heading .read-more {
    color: #fff !important;
    background: #333 !important;
}
.article-grid .col-3:hover .article-heading {
    border-color: #333 !important;
}
/* Test */


.page-link {
    background: #333;
    border: 0px transparent;
    margin-left: 1px;
    color: #fff !important;

}

.page-link:focus {
    box-shadow: none !important;
    border: none !important;
}

.page-link:hover {
    color: #333 !important;
}

.pagination .active {
    background: #E09C2A;
}


.article-grid .posted-on {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100px;
    color: #222;
    top: 0px;
    padding: 5px;
    font-family: 'Oswald', sans-serif;
}

.article-grid .posted-on i {
    color: #E09C2A;
}

.article-grid .col-3:hover .posted-on {
    background: #333;
    color: #fff;
}

.article-grid .col-3:hover .posted-on i {
    color: #333;
}

.article-heading .read-more {
    display: block;
    padding: 4px 5px;
    width: 100px;
    bottom: 0px;
    text-align: center;
    position: absolute;
    right: 15px;
    background: #E09C2A;
    color: #fff;
}


.search-result-image .ss-result__image {
    width: 100% !important;
    height: 120px;
    object-fit: cover;
}

.ss-result__title a {
    color: #333 !important;
}

.search-result-text mark {
    background-color: transparent !important;
    color: #E09C2A !important;
    padding: 0px !important;
}

.ss-result__link {
    background: #E09C2A !important;
    color: #fff !important;
    padding: 7px 15px;
}

.ss-result__link:hover {
    text-decoration: none;
    background: #333 !important;
}

.search-pagination li a, .search-pagination li span {
    background: #333;
    color: #fff;
    text-decoration: none;
    margin-right: 1px;
    margin-left: 1px;
    display: block;
    padding: .5rem .75rem;
    line-height: 1.25;
}

.search-pagination .active {
    background: none;
}

.search-pagination .active span {
    background: #E09C2A !important;
    color: #fff !important;
}

.gallery-link img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}


.gallery-link .posted-on {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100px;
    color: #222;
    top: 0px;
    padding: 5px;
    font-family: 'Oswald', sans-serif;
}

.gallery-info {
    background: #f1f1f1;
    border-bottom: 5px solid #E09C2A;
    height: 70px;
}

.gallery-info h3 {
    text-transform: uppercase;
    font-size: 15px !important;
    padding: 15px 0 0 20px;
    height: 35px;
    overflow: hidden;
}

.gallery-button {
    background: #E09C2A;
    color: #fff;
    position: absolute;
    padding: 4px 10px;
    right: 15px;
    bottom: 0px;
}

.gallery-button:hover {
    color: #000;
}

.gallery-link:hover .posted-on {
    background: #E09C2A;
}

.gallery-link:hover .gallery-button {
    color: #000;

}

.page-club-item .info, .page-supporters-item .info, .page-youth-academy-item .info {
    display: none !important;
}

.contact-details {
    line-height: 50px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #333 !important;
}

.contact-details a {
    font-size: 15px !important;
    font-weight: bold;
    color: #333 !important;
}

.contact-details i {
    display: inline-block;
    background: #E09C2A;
    color: #fff !important;
    width: 30px;
    height: 30px;
    line-height: 33px !important;
    text-align: center;
    font-size: 13px !important;
    margin-right: 10px;
    border: 0px transparent;
    border-radius: 50%;
}

.contact-form {
    margin-bottom: 30px;
}
.contact-form .actual-form {
    padding: 15px 35px 5px 35px !important;
}


.contact-form input {
    background: #f1f1f1;
    font-size: 15px !important;
    border: 0px transparent !important;
    border-radius: unset !important;
    padding-top: 20px;
    margin-bottom: 17px;
    width: 100%;
    padding-bottom: 20px;
}

.contact-form textarea {
    width: 100%;
    background: #f1f1f1;
    font-size: 15px !important;
    border: 0px transparent !important;
    border-radius: unset !important;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.contact-form input:focus {
    background:  #ddd !important;
}

.page-contact .article-body {
    padding-bottom: 35px !important;
}

.submit-button {
    background: #E09C2A;
color: #333;
    font-family: 'Oswald', sans-serif;
    border-radius: unset !important;
    display: block;
    margin: 30px auto 15px auto;
    width: 170px;
    padding: 9px 30px 9px 30px;
    font-size: 20px !important;
}

.submit-button:hover {
    background: #333;
    color: #fff;
}

.kc-videos .video-card {
    height: 350px;
}

.kc-videos .leading-image {
    height: 350px !important;
}

.SocialSharingButtons {
    padding: 0px 0 20px 0;
}


.SocialSharingButtons h3{
color: #333;
    font-size: 25px !important;
    padding-bottom: 10px;
}


.SocialSharingButtons .share-btn {
    box-shadow: none !important;
}

.SocialSharingButtons .share-btn {
    background: #E09C2A !important;
    color: #222 !important;
}

.SocialSharingButtons .share-btn:hover {
    background: #222 !important;
    color: #fff !important;
}

.kc-videos .play {
    font-size: 60px;
    text-align: center;
    width: 100px;
    display: block;
    left: 36%;
    top: 120px;
    position: absolute;
}

.video-card h3 {
    display: block;
    background: #000;
    color: #fff;
    font-size: 15px !important;
    width: 80%;
    position: absolute;
    height: 70px;
    bottom: 20px;
    padding: 10px 15px 15px 15px;
    text-transform: uppercase;
    line-height: 25px;
    overflow: hidden;
}

.video-card h3 a{
    color: #fff;
}

.kc-videos .play:hover {
    color: #E09C2A !important;
    cursor: pointer;
}

.video-card h3 a:hover {
    color: #E09C2A;
    text-decoration: none;
    cursor: pointer;
}

.kc-modal h2 {
    font-size: 25px !important;
    display: block;
    width: 100%;
    magin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.modal-content {
    border: 0px transparent;
}

.kc-modal .modal-header {
    background: #E09C2A !important;
    padding: 15px 0  10px 0 !important;
}

#newsletterContainer .modal-dialog {
    max-width: 350px !important;
}

.mailchimp-field {
    width: 100%;
    border: 0px transparent;
    padding: 10px;
    background: #f1f1f1;
    margin-bottom: 20px;
}

#mc-embedded-subscribe {
    margin: auto;
    display: block;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    background: #222;
    border: 0px transparent;
    font-size: 17px;
    color: #fff !important;
    padding: 8px 25px;
}


#mc-embedded-subscribe:hover {
    background: #E09C2A !important;
}

.gg-btn {
    background:  #E09C2A !important;
}


.disp-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #fff;
    width: 400px;
    background: rgba(0,0,0,0.7);
    padding: 20px 30px 20px 30px;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 30px;
    max-height: 130px;
    overflow: hidden;
}

.disp-text {
    position: absolute;
    top: 50%;
    left: 50px;
}

.disp-block-link {
    text-decoration: none !important;
}

.disp-button .card-read-more {
    font-size: 16px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    letter-spacing: 0px;
}

.filter-link-buttons {
    padding-right: 20px;
    margin-bottom: 20px;
}

.filter-link-buttons a {
color: #333;
    font-family: 'Oswald', sans-serif;
    border: 2px solid #333;
    font-size: 20px;
    display: inline-block;
    border-radius: 60px;
    padding: 7px 40px;
}

.filter-link-buttons a:hover {
text-decoration: none;
background: #333;
    color: #fff !important;
}

.no-link-desktop a, .no-link-desktop a:hover, .no-link-desktop i{
    color: #ccc !important;
}


.no-link-mobile a, .no-link-mobile a:hover, .no-link-mobile i{
    color: #333 !important;
}

img.img-slider-logo {
    height: unset !important;
}

.small-slider-text {
    font-size: 15px !important;
    padding-top: 10px;
    text-transform: uppercase;
}

.r-player {
    padding-left: 5px;
    padding-right: 5px;
}

#reserve-players-splide .splide__arrow--prev {
    left: 0px !important
}

#reserve-players-splide .splide__arrow--next {
    right: 0px !important;
}

#reserve-players-splide h6, .trophy-container h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 500 !important;
}

#reserve-players-splide  a {
    color: #222 !important;
}

.page-reserve-player .info {
    display: none !important;
}
.trophy-container img {
    width: 100%;
}

.trophy-container .col-3 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}


.page-reserve-player .featured-images {
    text-align: center !important;
    width: 50%;
    float: left;
}
.page-reserve-player .featured-images p {
    text-align: center !important;

}
.page-reserve-player .content {
    width: 50%;
    float: left;
    padding-left: 30px;
}

.page-reserve-player .article-container {
    min-height: 900px !important;
}

.youth-category-cards .col-sm {
    position: relative;
}
.banner-text {
    background: #E09C2A;
    position: absolute;
    top: 30px;
    padding: 6px 30px 6px 30px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

.players-gg-container {
    --row-height: 100px !important;
    --column-width: 100px !important;
}

.player-gallery, .player-video-gallery {
    background: rgba(255,255,255,0.92);
    border: 0px transparent;
    border-radius: 10px;
}

.page-player-widget .player-gallery, .page-player-widget .player-video-gallery {
    background: #f5f5f5 !important;
}


.player-video-gallery {
padding-left: 32px !important;
    padding-right: 32px !important;
    padding-bottom: 25px !important;
}

.player-id {
    display: block;
    position: relative;
}
.clickable-card {
    width: 100%;
    height: 100%;
    display: block;
}

.clickable-card:hover {
    text-decoration: none;
}

.clickable-card h6 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.clickable-card:hover h6 {
    text-decoration: underline;
}
.clickable-card:hover .card-read-more {
    background: #333 !important;
    color: #fff !important;
}

.trophy-count {
    position: absolute;
    left: 50px;
    text-align: center;
}

.trophy-count i {
    font-size: 50px !important;
    display: block;
}
.trophy-count span {
    color: #E09C2A;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    display: block;
    width: 100%;
    top: 8px;
}
.view-trophy {
    background: #212529;
    color: #fff;
    padding: 5px 0px 8px 0;
    margin: auto;
    width: 150px;
    display: block;
 text-align: center;
    font-size: 15px !important;
    font-family: 'Oswald', sans-serif !important;
}



.play-button icon icon-player{
color:#E09C2A!important;
}

    #playButton {
    color:#E09C2A!important;
}

.view-trophy:hover {
  background: #E09C2A;
    color: #212529 !important;
text-decoration: none !important;
}

.player-profile-close-button {
    display: block !important;
    background: #E09C2A !important;
    position: absolute;
    opacity: 1 !important;
    width: 45px;
    height: 45px;
    border: 0px transparent;
    border-radius: 50%;
    right: -15px;
    top: -15px;
}

.page-team-widget .player-img-cont {
    display: block;
    height: 280px;
    overflow: hidden;
}

.card-img {
    background:  red;
    width: 100%;
    height: 100%;
}
