/*
Theme Name: Rookie Child
Template: rookie
Description: A custom child theme for Rookie
Author: Mahmoud Gomaa
Version: 1.0.0
*/

/* Add your custom styles below this line */

@font-face {
    font-family: 'Cairo';
    src: url('/wp-content/Themes/rookie-child/assets/fonts/cairo/Cairo-VariableFont_slnt,wght.ttf') format('woff2'),
         url('/wp-content/Themes/rookie-child/assets/fonts/cairo/Cairo-VariableFont_slnt,wght.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
    
}

body {
    font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 684;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

body{
    background-color: #111;
}
#menu-primary-menu li a:hover {
    background: #000;
    color: #6ed624;
}
#menu-primary-menu a {
    background: #6ed624;
    color: #000;
}
.site-header{
    background-image: url("/wp-content/themes/rookie-child/assets/cropped-Gemini_Generated_Image_aeyqd4aeyqd4aeyq.png");
}

.teamsData {
    overflow: auto;
    padding-top: 20px;
}

.allData {
    border: 1px solid #222;
    border-radius: 20px;
    margin-bottom: 10px;
    box-shadow: #333 2px 1px;
    padding: 10px;
    background: #2d2b2b;
}

.topData {
    overflow: auto;
    text-align: center;
}

.topData .date {
    float: right;
}

.allData .matchStatus {
    float: left;
}

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

.teamCntnr {
    text-align: center;
    padding-top: 2px;
    background: #343131;
}

.teams.teamA {
    float: right;
    width: 40%;
}

.MResult {
    width: 20%;
    float: right;
}

.teams.teamB {
    float: right;
    width: 40%;
}

.time {
    display: block;
}


.widget-area p:empty, .widget-area br {
    display: none;
    /*margin: 0;*/
    padding: 0;
    
}
.widget-area p{
    margin-bottom:0 !important;
}
