/*
Theme Name: GAMING TE
Theme URI: https://thetrafficexchangescript.com/
Description: Theme redesigned by IngaOz for GamingTE.online
Version: 3.0
Author: Josh Abbott
*/

@charset "utf-8";

/* Main font settings */
body {
    font-size: 18px;
    font-weight: 400;
    color: #fda1da;
    background-color: #000000;
}

/* Add heading colors */
h1, h2, h3, h4, h5, h6 {
    color: #fda1da;
}

/* Update link colors */
a {
    color: #37aef3;
    text-decoration: none;
}

a:hover {
color: #66f6ff;
    text-decoration: underline overline #66f6ff;
    text-shadow: 0 0 5px #66f6ff, 0 0 10px #66f6ff, 0 0 15px #66f6ff;
}

/* Main styles for the top level of the main menu */
.lfm_menu_bar {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#be58ce+19,fda1da+49,be58ce+82 */
    background: linear-gradient(to bottom, #be58ce 19%,#fda1da 49%,#be58ce 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 0 0 45px;
    margin-bottom: 20px; /* If your menu bar is overlapping the page content, increase the margin here */
}

@media (max-width: 991.98px) {
    /* Mobile view settings for the top level navigation */
    .lfm_menu_bar {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
}

/* Site logo styles */
.lfm_menu_logo {
    max-height: 40px;
}

@media (min-width: 992px) {
    .lfm_menu_logo {
        margin-right: 20px;
    }
}

/* Desktop View Settings */
@media (min-width: 992px) {
    body {
        margin: 0;
        background-color: #000000; /* Sets the main background color */
    }
    
    #headerwrapper {
        /* Set the header image sizes here and inside #header */
        width: 1300px;
        height: 150px;
        margin-right: auto;
        margin-left: auto;
        clear: both;
        background-color: #000000;
    }
    
    #header {
        background-image: url(images/gamingheader.gif); /* Sets the header image */
        background-repeat: no-repeat;
        background-color: #000000;
        width: 1300px;
        height: 150px;
    }
    
    #footer {
        background-image: url(images/gamingfooter.gif); /* Sets the footer image */
        background-repeat: no-repeat;
        width: 1300px;
        height: 100px;
        /*background-color: #000000;*/
    }
    
    #footerwrapper {
        background-color: #000000;
    }
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
    /* Sets the navigation tabs for the top level */
    font-size: 18px;
    color: #5f3469;
    font-weight: 700;
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link {
    /* Changes the colors when a tab is opened */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#353535+0,1063a3+0,37aef3+50,050837+100,353535+100 */
    background: linear-gradient(to bottom, #353535 0%,#1063a3 0%,#37aef3 50%,#050837 100%,#353535 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #FFF;
    font-weight: 700;
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
    /* Hover style when a tab is not opened */
    background-color: #86f7fb;
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:hover {
    /* Hover style when a tab is opened */
    background-color: #FFFFFF;
}

@media (min-width: 992px) {
    /* Desktop view settings for the top level navigation tabs */
    .lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
        margin: 0px 3px;
        padding: 6px 15px;
        border: 1px solid rgba(255,255,255,0);
        border-radius: 5px;
        position: relative;
    }
    
    .lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link,
    .lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
        border: 1px solid #DDDDDD;
    }
    
    .lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:after {
        /* Fills in the gap between an opened tab and the bottom of the bar */
        content: "";
        background-color: transparent;
        width: calc(100% + 2px);
        height: 14px;
        position: absolute;
        bottom: -10px;
        left: -1px;
        border: 1px solid transparent;
        border-top: none;
    }
}

@media (max-width: 991.98px) {
    /* Mobile view settings for the top level navigation tabs */
    .lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
        padding: 8px 15px;
        text-align: left;
    }
    
    .lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link {
        /* Returns to the original colors when a tab is closed in mobile */
        color: #FFFFFF;
        background-color: #000000;
    }
    
    .lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link:hover {
        /* Returns to the original hover effect when closed in mobile  */
        color: #670c8d;
        background-color: #86f7fb;
    }
    
    /* Adds an arrow in mobile view */
    .lfm_menu_bar .navbar-nav > .nav-item > .nav-link:after {
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        color: #ffffff;
        transform: rotate(-90deg);
        position: absolute;
        right: 1.25rem;
        transition: all 0.1s ease-out;
    }
    .lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:after {
        color: navy;
        transform: rotate(0deg);
    }
    .lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link:after {
        color: #FFFFFF;
        transform: rotate(-90deg);
    }
}

/* Main styles for the second level of the main menu */
.lfm_menu_tab {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#353535+0,1063a3+0,37aef3+50,050837+100,353535+100 */
    background: linear-gradient(to bottom, #353535 0%,#1063a3 0%,#37aef3 50%,#050837 100%,#353535 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
    font-weight: 700;
    border: 1px solid #000000;
}

li.lfm_tab_opened .lfm_menu_tab {
    display: flex;
}

@media (max-width: 991.98px) {
    /* Mobile view settings for the second level navigation */
    .lfm_menu_tab {
        background-color: #EEEEEE;
        position: relative;
        flex-direction: column;
        top: 0;
        padding: 5px 0;
    }
    li.lfm_tab_closed .lfm_menu_tab {
        display: none;
    }
}

.lfm_menu_tab > li > a {
    /* Sets the navigation links for the second level */
    font-size: 18px;
    padding: 0 20px;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.lfm_menu_tab > li > a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#be58ce+19,fda1da+49,be58ce+82 */
    background: linear-gradient(to bottom, #be58ce 19%,#fda1da 49%,#be58ce 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #FFFFFF;
}

.lfm_menu_tab .dropdown-menu a {
    /* Sets the navigation links for the third level */
    font-size: 18px;
    padding: 0 20px;
    line-height: 32px;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    background-color: #000000;
}

.lfm_menu_tab .dropdown-menu a:hover {
    background-color: #670c8d;
}

/* Add this CSS code to your stylesheet OUTSIDE of any media queries */

/* Style for the stats bar */
.gaming-stats-bar {
    background: linear-gradient(45deg, #1a0d1f 0%, #0d0612 25%, #0a1530 50%, #0d1a1f 75%, #1a0d1f 100%);
    background-size: 400% 400%;
    animation: gradientShift 8s ease infinite;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    padding: 8px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    box-shadow: 0 -3px 15px rgba(190, 88, 206, 0.6), 0 -1px 5px rgba(0, 0, 0, 0.9);
    z-index: 9999;
    border-top: 2px solid #fda1da;
    border-bottom: 1px solid #37aef3;
}

/* Gradient animation */
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Ensure body has bottom padding to prevent content overlap */
body.has-gaming-stats {
    padding-bottom: 70px !important;
}

/* Container to display stats horizontally */
.gaming-stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    flex-wrap: nowrap;
}

/* Styling each stat block with animation */
.gaming-stat-block {
    padding: 4px 8px;
    flex: 1;
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin: 0 2px;
    border-radius: 4px;
    min-width: 0; /* Allow flex items to shrink */
}

.gaming-stat-block p {
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
    transition: all 0.3s;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1), 0 0 8px rgba(255, 255, 255, 0.3);
    font-weight: 700;
}

.gaming-stat-block .stat-number {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(45deg, #66f6ff, #37aef3, #fda1da);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
    text-shadow: none;
    line-height: 1.1;
    filter: drop-shadow(0 0 10px #66f6ff) drop-shadow(2px 2px 4px rgba(0, 0, 0, 1)) drop-shadow(0 0 15px rgba(255, 255, 255, 0.2));
}

/* Hover effect: Glow and scale */
.gaming-stat-block:hover {
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    box-shadow: inset 0 0 10px rgba(102, 246, 255, 0.2);
}

.gaming-stat-block:hover p {
    color: #fda1da;
    text-shadow: 0 0 8px #fda1da, 2px 2px 4px rgba(0, 0, 0, 1);
}

.gaming-stat-block:hover .stat-number {
    transform: scale(1.15);
    filter: drop-shadow(0 0 15px #66f6ff) drop-shadow(0 0 25px #37aef3) drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
}

/* Subtle glow animation for numbers */
@keyframes subtleGlow {
    0% { filter: drop-shadow(0 0 8px #66f6ff) drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8)); }
    50% { filter: drop-shadow(0 0 12px #66f6ff) drop-shadow(0 0 16px #37aef3) drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8)); }
    100% { filter: drop-shadow(0 0 8px #66f6ff) drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8)); }
}

.gaming-stat-block .stat-number {
    animation: subtleGlow 4s infinite alternate;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .gaming-stat-block p {
        font-size: 11px;
    }
    
    .gaming-stat-block .stat-number {
        font-size: 15px;
    }
    
    .gaming-stats-container {
        padding: 0 5px;
    }
    
    .gaming-stat-block {
        padding: 3px 4px;
        margin: 0 1px;
    }
}

@media (max-width: 480px) {
    .gaming-stat-block p {
        font-size: 10px;
    }
    
    .gaming-stat-block .stat-number {
        font-size: 13px;
    }
}

/* Ensure stats bar doesn't interfere with existing elements */
.gaming-stats-bar * {
    box-sizing: border-box;
}

@media (max-width: 991.98px) {
    /* Mobile view settings for the second level navigation links */
    .lfm_menu_tab > li > a {
        padding-left: 40px;
        line-height: 36px;
        width: 100%;
    }
        
        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .gaming-stat-block p {
                font-size: 9px;
            }
            
            .gaming-stat-block .stat-number {
                font-size: 12px;
            }
            
            .gaming-stats-container {
                padding: 0 5px;
            }
            
            .gaming-stat-block {
                padding: 3px 4px;
                margin: 0 1px;
            }
        }
        
        @media (max-width: 480px) {
            .gaming-stat-block p {
                font-size: 8px;
            }
            
            .gaming-stat-block .stat-number {
                font-size: 11px;
            }
        }
        
        /* Ensure stats bar doesn't interfere with existing elements */
        .gaming-stats-bar * {
            box-sizing: border-box;
        }
    
    /* Mobile view settings for the third level navigation links */
    .lfm_menu_tab .dropdown-menu a {
        padding-left: 50px;
    }
}

/* Icon settings */
.far, .fas {
    margin-right: 3px;
}

.feedicon {
    color: #3097D1;
    font-size: 20px;
    margin-right: 5px;
}

/* Profile picture sizes */
.profilepic_small {
    width: 40px;
    height: 40px;
}

.profilepic_med {
    width: 75px;
    height: 75px;
}

.profilepic_large {
    width: 200px;
    height: 200px;
}

/* Various styles */
.buttonlink {
    /* This class defines <a> tag links that look like buttons */
    cursor: pointer;
    background-color: #000000;
    border-radius: 2px;
    border: 1px solid #002175;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: arial;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 7px;
    margin: 2px 1px 2px 1px;
    text-decoration: none;
}

.buttonlink:hover {
    /* This controls the button links when you hover over them */
    color: #FFFFFF;
    background-color: #3385FF;
    text-decoration: none;
}

.infobar {
    /* This class defines sections that span the entire page width */
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    background-color: #555555;
}

.infobar h2 {
    color: #FFFFFF;
}

.vcenter {
    /* This is a class that can be used in Bootstrap rows to vertically center the content */
    display: flex;
    align-items: center;
}

/* Text styles */
.lfm_title {
    font-family: "Arial";
    color: #fda1da;
    font-size: 32px;
}

.lfm_descr {
    font-family: "Arial";
    color: #fda1da;
    font-size: 18px;
}

.lfm_descr_bold {
    font-family: "Arial";
    color: #fda1da;
    font-size: 18px;
    font-weight: 700;
}