/*
 Theme Name:   FC United Child Theme
 Theme URI:    http://fc-united.axiomthemes.com/
 Description:  FC United Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     fcunited
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  fcunited
*/

/* =Theme customization starts here
------------------------------------------------------------ */

body * {
    letter-spacing: 0;
}

#header-search.bg-white button {
    background-color: white;
}
#home-event.bg-transparent .sp-template-event-blocks {
    background-color: transparent !important;
}

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

.rtl .esg-entry-cover .eec > div {
    margin-left: 0 !important;
    margin-right: 0px !important;
}

.rtl .esg-entry-cover > div .eg-news-videos-element-8 {
    margin-left: 10px !important;
}

header.top_panel {
    margin-bottom: 80px;
}

footer.footer_wrap {
    margin-top: 101px;
}
.sc_layouts_title_caption,
.front_page_section_caption,
.post_item_single .post_header_single .post_title {
    font-size: 20px;
}

/* 
Single Player Page 
*/

.the-player .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.the-player * {
    box-sizing: border-box;
}

.the-player {
    margin-top: -80px;
}

.player-head {
    min-height: 500px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

.player-head .full-background {
    background: url("https://wehda.qeematechnews.com/wp-content/uploads/2023/12/Vector.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.player-head .player-image-background {
    background: url("https://wehda.qeematechnews.com/wp-content/uploads/2023/12/Vector.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.player-head .shadow-background {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 33%, #000000 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.player-head .player-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
}

.player-head .player-info .number-name {
    display: flex;
    align-items: center;
    min-width: 350px;
}

.player-head .player-info .number-name > div {
    flex: 1;
    text-align: center;
}

.player-head .player-info .number-name .number {
    color: #fff;
    text-align: right;
    font-family: Kenyan Coffee;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.player-head .player-info .number-name .seperator {
    color: #d3202b;
    font-size: 100px;
    font-weight: 200;
    font-family: system-ui;
}

.player-head .player-info .number-name .name {
    color: #fff;
    text-align: right;
    font-family: Graphik Arabic;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.player-head .player-info .number-name .name b {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

.player-head .player-info .buy a {
    border-radius: 3px;
    background: #d3202b;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-family: Graphik Arabic;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 357px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.player-head .player-info .info-tabs .info-tabs-nav {
    margin: 30px 30px 0 !important;
    display: flex !important;
    gap: 190px;
}

.player-head .player-info .info-tabs .info-tabs-nav .tab-default a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-family: Graphik Arabic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* .player-head .player-info .info-tabs .info-tabs-nav .tab-default {
    padding-bottom: 15px;
} */

.player-head .player-info .info-tabs .info-tabs-nav .tab-default.tab-active {
    border-bottom: 3px solid #d3202b;
}

.player-body .player-content {
    color: #000;
    text-align: right;
    font-family: Graphik Arabic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    background-color: #fff;
    padding: 30px 20px;
    margin: 20px 0;
}

.player-statistics .defender .first-line,
.player-statistics .defender .second-line,
.player-statistics .defender .third-line,
.player-statistics .goal-keeper .first-line,
.player-statistics .goal-keeper .second-line,
.player-statistics .goal-keeper .third-line {
    text-align: center;
    margin-bottom: 15px;
}

.player-statistics .defender .first-line,
.player-statistics .defender .second-line .right-grid {
    background-color: #fff;
    padding: 10px 0;
}

.player-statistics .defender .col-3 .first-line > .normal,
.player-statistics .defender .second-line .one-grid,
.player-statistics .defender .second-line .left-grid,
.player-statistics .goal-keeper .first-line,
.player-statistics .goal-keeper .second-line .left-grid,
.player-statistics .goal-keeper .second-line .right-grid,
.player-statistics .goal-keeper .third-line .left-grid,
.player-statistics .goal-keeper .third-line .right-grid {
    background-color: #fff;
    height: 100%;
    padding: 10px 0;
}

.player-statistics .normal {
    color: #000;
    text-align: center;
    font-family: Kenyan Coffee;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.player-statistics .normal .num {
    font-size: 60px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.player-statistics .normal .num.md {
    font-size: 48px;
}
.player-statistics .normal .num.sm {
    font-size: 30px;
}
.player-statistics .normal .num.xs {
    font-size: 15px;
}

.player-statistics .normal .num .smaller {
    font-size: 36px;
}

.player-statistics .normal .text {
    font-family: Graphik Arabic;
    font-size: 20px;
}

.player-statistics .normal .text.md {
    font-size: 15px;
}

.player-statistics .normal .text.sm {
    font-size: 11px;
}

.player-statistics .right-text .normal .num {
    text-align: right;
    padding-bottom: 7px;
}

.red-text {
    color: #d3202b !important;
    word-spacing: -5px;
}

.hr-bottom,
.bottom-percentage {
    position: relative;
}

.hr-bottom::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    /* Adjust the thickness of the border as needed */
    width: 70%;
    /* Adjust the width of the border as needed */
    background-color: #e4e4e4;
    /* Adjust the color of the border as needed */
    content: "";
}

.hr-right {
    position: relative;
    min-width: 1px;
    min-height: 100%;
}

.hr-right::after {
    position: absolute;
    bottom: 15%;
    right: -60%;
    transform: translateX(-50%);
    height: 70%;
    /* Adjust the thickness of the border as needed */
    width: 1px;
    /* Adjust the width of the border as needed */
    background-color: #e4e4e4;
    /* Adjust the color of the border as needed */
    content: "";
}

.hr-right.center::after {
    right: 50%;
}

.main-percentage {
    position: absolute;
    bottom: 0;
    right: -1px;
    height: 3px;
    /* Adjust the thickness of the border as needed */
    background-color: #d3202b;
    /* Adjust the color of the border as needed */
}

.remain-percentage {
    position: absolute;
    bottom: 0;
    left: -1px;
    height: 3px;
    /* Adjust the thickness of the border as needed */
    background-color: #e4e4e4;
    /* Adjust the color of the border as needed */
}

/* -------------------------------------
* Bar container
* ------------------------------------- */
.progress-radial {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #d3202b;
    margin: auto;
}
.progress-radial.smaller {
    width: 55px;
    height: 55px;
}

/* -------------------------------------
* Optional centered circle w/text
* ------------------------------------- */
.progress-radial .overlay {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 50%;
    margin: 3px !important;
    text-align: center;
    line-height: 140px;
}
.progress-radial .overlay.smaller {
    width: 45px;
    height: 45px;
    margin: 3px -7px !important;
    line-height: 45px;
    font-size: 20px;
}

/* Next Matches */
.page-icon-title {
    margin-top: 55px;
}

.page-icon-title p {
    color: #000;
    text-align: right;
    font-family: Graphik Arabic;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.teams-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.teams-filter .select_container {
    width: auto;
}

.teams-filter select#leage {
    border: 0.5px solid #000;
    background: rgba(245, 245, 245, 0);
    width: 200px !important;
}

.teams-filter nav a {
    text-decoration: none;
    margin: 25px;
    color: #c7c7c7;
    text-align: right;
    font-family: Graphik Arabic;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.teams-filter nav a.active {
    color: #000;
}

.next-matches {
    display: flex;
    justify-content: space-around;
    gap: 30px;
}

.next-match {
    width: 80%;
    background: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.next-match .match-head {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.next-match .match-head > div {
    flex: 1;
    text-align: center;
}

.next-match .match-head .match-head-left p {
    text-align: left;
}

.rtl .next-match .match-head .match-head-left p {
    text-align: right;
}

.next-match .match-head .match-head-right p {
    text-align: right;
}

.rtl .next-match .match-head .match-head-right p {
    text-align: left;
}

.next-match .match-head-right b,
.next-match .match-head-left b {
    color: #000;
    text-align: right;
    font-family: Graphik Arabic;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.next-match .match-head-right p,
.next-match .match-head-left p {
    color: #000;
    text-align: right;
    font-family: Graphik Arabic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.next-match .match-head-center img {
    width: 80px;
    height: 74px;
    flex-shrink: 0;
}

.next-match .match-body {
    display: flex;
    align-items: stretch;
}

.next-match .match-body > div {
    flex: 1;
    text-align: center;
}

.next-match .match-body .match-body-center {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.next-match .match-body .match-body-center .x,
.next-match .match-body .team-name {
    color: #000;
    text-align: center;
    font-family: Graphik Arabic;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.next-match .match-body .team-logo img {
    max-width: 140px;
}

.next-match .match-body .match-body-center span.time {
    background: #d3202b;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-family: Kenyan Coffee;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.next-match .match-footer {
    display: flex;
    justify-content: space-around;
}

.next-match .match-footer a {
    background-color: #d3202b;
    padding: 10px 50px;
    text-decoration: none;
    color: #fff;
    text-align: right;
    font-family: Graphik Arabic;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.months-links {
    margin: 50px 10px;
    padding: 5px;
    background: #000;
    text-align: right;
}

.months-links a {
    text-decoration: none;
    margin: 0 10px;
    padding: 5px;
    color: #a4a4a4;
    font-family: Graphik Arabic;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.months-links a.active,
.months-links a:hover {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.matches-list-container .title-month {
    background-color: #d3202b;
    display: inline-block;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-family: Graphik Arabic;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.matches-list-container .matches-list .list-match {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    background-color: #fff;
}

.matches-list-container .matches-list .list-match > div {
    flex: 1;
    text-align: center;
}

.matches-list-container .matches-list .list-match .info {
    margin-left: 10%;
    text-align: right;
}

.matches-list-container .matches-list .list-match .info > p {
    color: #000;
    text-align: right;
    font-family: Graphik Arabic;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.matches-list-container .matches-list .list-match .info > p:first-of-type {
    color: #000;
    text-align: right;
    font-family: Graphik Arabic;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.matches-list-container .matches-list .list-match .info > p:nth-of-type(2) {
    color: #000;
    text-align: right;
    font-family: Graphik Arabic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.matches-list-container .matches-list .list-match .statistics {
    margin-right: 5%;
    border: 1px solid #d3202b;
    padding: 9px 41px;
}

.matches-list-container .matches-list .list-match .statistics a {
    color: #d3202b;
    font-family: Graphik Arabic;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.matches-list-container .matches-list .list-match .team-name {
    color: #000;
    text-align: center;
    font-family: Graphik Arabic;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.matches-list-container .matches-list .list-match .result {
    color: #000;
    text-align: center;
    font-family: Kenyan Coffee;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
