@media only screen and (max-width: 480px) {

    html, body, div, span, h6, a, img, ul, li, footer, header, menu, nav { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
    footer, header, menu, nav { display: block; }
    .menu2 {display: flex;}
    ul { list-style: none; }
    table { border-collapse: collapse; border-spacing: 0; }

    html { 
        font-size: 100%; 
        -ms-text-size-adjust: none; 
        -webkit-text-size-adjust: none; 
    }

    body { 
        font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
        font-size: 14px; 
        line-height: 1.6; 
        background: #f7f7f7; 
        word-wrap: break-word; 
    }

    .clearfix { display: flex; }

    /* Container Setup */
    .container { 
        width: 100%; 
        margin: 0 auto; 
        position: relative; 
        display: block;
    }

    .inner-container { 
        width: 100%; 
        margin: 0 auto; 
        position: relative; 
        display: block;
    }

    .subheader {
        background: #f3f3f3;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .outer-container {
        margin: 0 auto;
        box-shadow: none;
        display: block;
    }

    .language-toggle {
        max-width: 60px;
        width: 100%;
        position: relative;
        z-index: 999999;
        margin-left: 10px;
        text-align: center;
    }

    .lang-container {
        width: 60px;
        position: relative;
        vertical-align: top;
        margin-top: -5px;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
    }

    .lang-change {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 2px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .lang-select {
        background: #eee;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
    }

    .lang-select li {
        list-style-type: none;
        clear: both
    }

    .lang-select li a {
        float: left;
        clear: both;
        padding: 8px 0;
        width: 100%;
        text-align: center;
    }

    .lang-select li a:hover {
        background-color: #ffe000;
        color: #000
    }


    .top-bar {
        background: #af0000;

        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .row [class*='col-']:first-child {
        margin: 0;
    }

    .clearfix { display: block; }

    .custom-header-banner {
        margin-top: 20px;
        margin-left: 0;
        margin-bottom: 20px;
        text-align: center;
        align-items: center;
        display: block;
    }

    .custom-header-banner img{
        display: block;
        width: 100%;
        height: auto;
    }

    .main-nav-container { background: #2a2a2a; display: none;}
    .main-nav { text-transform: uppercase; }
    .main-nav li { float: left; position: relative; font-weight: 700; }
    .main-nav li:hover { background: #af0000; }
    .main-nav li:hover > a { color: #fff; }
    .main-nav li a { display: block; color: #fff; padding: 10px 20px; border-left: 1px solid rgba(255, 255, 255, 0.1); }
    .main-nav li:first-child a, .main-nav { border: none; }
    .main-nav ul li:hover > ul { display: block; background: #2a2a2a; z-index: 9999; }
    .main-nav ul ul { display: none; position: absolute; }
    .main-nav ul ul li { width: 16em; }
    .main-nav ul ul ul { left: 100%; top: 0; }



    /***** Header - News Ticker Top *****/

    .ticker-top { font-size: 11px; height: 35px; display: none;}
    .ticker-title-top { padding: 0 10px 0 20px; display: none;}
    #ticker-loop-top { height: 35px; overflow: hidden; display: none;}
    .ticker-item-top a, .ticker-item-top a:hover { display: block; color: #fff; display: none;}

    /***** Header - News Ticker Bottom *****/

    .ticker-bottom { font-size: 12px; height: 35px; width: 100%; display: none;}
    .ticker-title-bottom { padding: 0 20px; display: none;}
    #ticker-loop-bottom { height: 35px; overflow: hidden; display: none;}
    .ticker-item-bottom { padding: 0 20px; display: none;}
    .ticker-item-bottom a, .ticker-item-bottom a:hover { display: block; color: #2a2a2a; display: none;}

    /***** Header - News Ticker Global *****/

    .ticker-title { float: left; font-weight: 700; color: #fff; line-height: 35px; background: #af0000; text-align: center; text-transform: uppercase; display: none;}
    .ticker-title .fa { margin-left: 10px; display: none;}
    .ticker-item { line-height: 34px; margin-bottom: 10px; display: none;}
    .ticker-item-date, .ticker-item-cat .fa { margin-right: 5px; display: none;}
    .ticker-item-cat { margin-left: 5px; text-transform: uppercase; display: none;}
    .wide-layout { padding: 0 20px 0 0; }
    .wide-layout { color: #fff; }
    .ticker-item a { color: #fff; display: none;}



    /* Columns */
    .row [class*='col-']:first-child { margin: 0; }
    [class*='col-'] { 
        float: left; 
        margin-left: 2.5%; 
        overflow: hidden; 
    }
    .col-1-1 { width: 100%; }
    .col-1-2 { width: 100% }
    .col-1-3 { width: 100%; }
    .col-2-3 { width: 100%;}
    .col-1-4 { width: 100% }

    /* Typography */
    h1 { font-size: 32px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 14px; }
    h1, h2, h3, h4, h5, h6 { 
        font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
        color: white; 
        line-height: 1.3; 
        font-weight: 700; 
    }

    b, strong { font-weight: bold; }
    i, em { font-style: italic; }
    a { color: #000; text-decoration: none; }
    a:hover { color: #e64946; }

    /* Preformatted and Code Blocks */
    pre, code { 
        font-family: "Consolas", Courier New, Courier, monospace; 
        color: #000; 
        background: #f5f5f5; 
        border: 1px solid #ebebeb; 
        padding: 1.25rem; 
        margin-bottom: 1.25rem;
    }
    pre { white-space: pre-wrap; }

    /* Blockquote */
    blockquote { 
        font-size: 0.9375rem; 
        line-height: 1.6; 
        font-style: italic; 
        color: #666; 
        padding: 15px; 
        border-left: 5px solid #e64946; 
        background: #f5f5f5; 
    }

    /* Lists */
    /*ol { list-style: decimal; margin: 0 0 1.25rem 2.5rem; }
    ol ol { margin-left: 2.5rem; } */

    /* Clearfix */
    .clear { clear: both; }
    .clearfix:after { 
        content: ""; 
        display: block; 
        clear: both; 
    }

    /* Header */
    .header { background: #af0000; width: 100%;}
    .logo { padding: 20px; align-items: center; text-align: center;}
    .header-title { font-size: 32px; line-height: 1; }
    .header-tagline { 
        font-size: 14px; 
        color: #e64946; 
        padding-top: 10px; 
        border-top: 1px solid #e5e5e5; 
    }

    .header-image {align-items: center; text-align: center;}

    .header-image img {align-items: center; text-align: center;}

    .site-header {
        background: #af0000;
        width: 100%; 
        margin: 0 auto; 
        position: block; 
    }

    .header-bar-content {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .header-bar-content-2 {
        overflow: visible;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .header-bar-top-right{
        text-align: right;
        float: right;
        display: flex;
        align-content: right;
    }

    /* Header Navigation */
    .navbar { text-transform: uppercase; background: #2a2a2a; }
    .navbar li { 
        float: left; 
        position: relative; 
        font-size: 11px; 
        font-weight: 700; 
    }
    .navbar li:hover { background: #e64946; }
    .navbar li a { 
        display: flex; 
        color: #fff; 
        padding: 10px 20px; 
        border-left: 1px solid rgba(255, 255, 255, 0.1); 
    }
    .navbar li:first-child a { border: none; }

    .cta-buttons {
        float: right;
        font-size: 12px;
        margin: 6px 10px 0;
        justify-content: right;
        height: 20px;
        width: 100%;
        flex-direction: row;
    }
    
    .bet-now-btn {
        background: none repeat scroll 0 0 #ffcd00;
        border-radius: 3px;
        color: #2a2a2a;
        margin-right: 10px;
        padding: 0 25px;
        height: 22px;
        display: inline-block;
        text-align: center;
    }
    
    .cta-buttons .bet-now-btn:hover {
        background: #e9bb00;
    }
    
    .register-btn {
        background: none repeat scroll 0 0 #ffcd00;
        border-radius: 3px;
        color: #2a2a2a;
        margin-right: 10px;
        padding: 0 25px;
        height: 22px;
    }
    
    .cta-buttons .register-btn:hover {
        background: none repeat scroll 0 0 #e9bb00;
        color: #2a2a2a;
    }

    /* Footer */

    .footer-nav li a { color: #fff; padding: 10px 20px; }
    .footer-nav li:hover { background: #2a2a2a; }

    /* Social Icons */
    .social-icons ul { list-style-type: none; text-align: center; width: 100%; display: block;}
    .social-icons ul li { display: inline-block; }
    .social-icons ul { -webkit-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out; transition: 0.25s ease-out; }
    .social-icons li a { 
        -webkit-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out; transition: 0.25s ease-out;
    }
    .social-icons li a:hover { background: #2a2a2a; }
    .social-icons a {
        color: white;
    }

    /* Social Icons */
    .social-icons2 ul { list-style-type: none; text-align: center; width: 100%; display: inline-block;}
    .social-icons2 ul li { display: flex; }
    .social-icons2 ul { -webkit-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out; transition: 0.25s ease-out;}
    .social-icons2 li a { 
        -webkit-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out; transition: 0.25s ease-out;
    }
    .social-icons2 li a:hover { background: #2a2a2a; }
    .social-icons2 a {
         color: white;
    }

    /* Footer */
    .footer { 
        font-size: 13px; 
        font-size: 0.8125rem; 
        color: #fff; 
        padding: 25px 20px 0;
        background: #2a2a2a; 
        width: 100%; 
        margin: 0 auto; 
        position: relative; 
        display: block;
    }
    .footer a, .footer a:hover { color: #f7f7f7; }

    .footer-area { width: 100%; margin-left: 1.81%; }

    .widget-col-1 { width: auto; top: 15px; right: 10px; bottom: auto; }

    .footer-widget { margin-bottom: 0px; display: block;}

    .footer-widget-title { font-size: 14px; font-size: 0.875rem; }

    .footer-widgets { width: 100%; }

    .footer-widget table, .footer-widget td, .footer-widget th { border-color: #2a2a2a; }
    .footer-widget th { color: #fff; background: rgba(255, 255, 255, 0.1); }

    .widget, .footer-widget { margin-bottom: 25px; overflow: hidden; }
    .widget-title { margin-bottom: 20px; margin-bottom: 1.25rem; text-transform: uppercase; }
    .widget-layout1 .widget-title { font-size: 16px; font-size: 1rem; padding-bottom: 5px; border-bottom: 3px solid #af0000; }
    .widget-layout1 .footer-widget-title { font-size: 14px; font-size: 0.875rem; }
    .widget-layout1 .widget-title.footer-widget-title, .widget-layout1 .widget-title.footer-widget-title a { color: #fff; }
    .widget-layout2 .widget-title, .widget-layout4 .widget-title-inner { font-size: 14px; font-size: 0.875rem; font-weight: 700; color: #fff; padding: 10px 15px; background: #af0000; }
    .widget-layout2 .widget-title a, .widget-layout4 .widget-title-inner a { color: #fff; }
    .widget-layout3 .widget-title { font-size: 14px; font-size: 0.875rem; color: #000; padding: 10px 25px 10px 15px; border-left: 10px solid #af0000; background: #f5f5f5; }
    .widget-layout3 .widget-title a { color: #000; }
    .widget-layout3 .footer-widget-title { padding: 0 0 5px 0; border-bottom: 3px solid #af0000; border-left: none; background: none; }
    .widget-layout3 .widget-title.footer-widget-title, .widget-layout3 .widget-title.footer-widget-title a { color: #fff; background: none; }
    .widget-layout4 .widget-title { background: #af0000; background: rgba(230, 73, 70, 0.6); }
    .widget-layout4 .widget-title-inner { display: inline-block; }
    .widget-layout4 .footer-widget-title { background: #af0000; }

    .footer-nav { background: #af0000; text-transform: uppercase; padding-right: 25px; padding-left: 25px; margin-left: -25px; display: none;}
    .footer-nav li { float: left; position: relative; font-size: 11px; }
    .footer-nav li:hover { background: #2a2a2a; }
    .footer-nav li a { display: block; color: #fff; line-height: 1; padding: 10px 20px; }
    .footer-nav ul { float: right; }
    .footer-nav ul li:hover > ul { display: block; background: #2a2a2a; z-index: 9999; }
    .footer-nav ul ul { display: none; position: absolute; }
    .footer-nav ul ul li { width: 16em; }
    .footer-nav ul ul ul { left: 100%; top: 0; }

    .footer a, .footer a:hover { color: #f7f7f7; }
    .copyright-container {padding: 10px 0; border-top: 3px solid rgba(255, 255, 255, 0.3); background: #2a2a2a; width: 100%; padding-right: 25px; padding-left: 25px; margin-left: -25px;}
    .copyright { font-size: 12px; font-size: 0.75rem; color: #999; }
    .copyright a, .copyright a:hover { color: #fff; }

    .header { background: #af0000; }
    .wrapper, #mobile .slider-layout4 .slider-caption { background: #fcfcfc; }
    .breadcrumb, .entry-meta, .subheading-top, .loop-item, .loop-ad, .sitemap-list > li, .sitemap-list .children li, .custom-posts-item, .posts-large-item, .posts-list-item, .posts-grid-widget-more, #mobile .posts-grid-item, #mobile .posts-digest-wrap, #mobile .posts-digest-item, #mobile .posts-focus-item, .category-column-item, .user-item, .widget_archive li, .widget_categories li, .widget_pages li a, .widget_meta li, .widget_nav_menu .menu > li, .widget_rss li, .widget_recent_entries li, .recentcomments, .wpcf7-form, .box, table, td, th, pre, code { border-color: #2a2a2a; }
    #mobile .posts-stacked-overlay-small { border-color: #2a2a2a; }
    .widget-layout4 .widget-title { background: #af0000; background: rgba(175, 0, 0, 0.6); }
    .preheader, .wide-layout .subheader, .main-nav li:hover, .footer-nav, .slicknav_menu, .slicknav_btn, .slicknav_nav .slicknav_item:hover, .slicknav_nav a:hover, .back-to-top, .subheading, .entry-tags .fa, .entry-tags li:hover, .widget-layout2 .widget-title, .widget-layout4 .widget-title-inner, .widget-layout4 .footer-widget-title, #mobile .flex-control-paging li a.flex-active, .image-caption, .carousel-layout1 .carousel-caption, .tab-button.active, .tab-button.active:hover, .footer-widget .tab-button.active, .social-widget li:hover a, .footer-widget .social-widget li a, .footer-widget .author-bio-widget, .tagcloud a:hover, .widget .tagcloud a:hover, .footer-widget .tagcloud a:hover, .posts-stacked-meta, .page-numbers:hover, .loop-pagination .current, .comments-pagination .current, .pagelink, a:hover .pagelink, input[type=submit], #respond #cancel-comment-reply-link, #infinite-handle span { background: #af0000; }
    blockquote, .category-desc, .widget-layout1 .widget-title, .widget-layout3 .widget-title, #mobile .slider-caption, .carousel-layout1, .spotlight-widget, .author-bio-widget, .author-bio-title, .author-bio-image-frame, .video-widget, .tab-buttons, .bypostauthor .comment-meta, textarea:hover, input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover { border-color: #af0000; }
    .dropcap, .carousel-layout1 .flex-direction-nav a, .carousel-layout2 .carousel-caption, .posts-digest-small-category, .posts-lineup-more { color: #af0000; }
    .ticker-title {display: none;}

    .social-nav { display: flex; justify-content: center;}
    .social-nav ul { text-align: center; display: block; box-sizing: content-box;}
    .social-nav li a { display: block; min-width: 35px; font-size: 16px; line-height: 35px; text-align: center; }
    .social-nav li a:hover { background: #2a2a2a; }

    .social-nav-top .fa-social, .social-nav-top li:hover .fa-mh-social { color: #fff; display: block;}

    .loop-layout1 { float: left; margin-right: 20px; }

    .lang-change .tpl-arw-lang {
        background: url("https://jim.dafamedia.com/sample-wp/wp-content/themes/html5blank-child/images/arr-up-down.png") no-repeat;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 8px;
        height: 8px;
    }

    .menu-social-container {
        background-color: #404040;
        display: flex;
        justify-content: center;
        padding: 10px;
    }

    .icon {
        width: 60px;
        height: 60px;
        background-color: #af0000;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 60px;
        font-size: 20px;
        margin: 0 5px;
    }

    .menu-games-container ul li {
        border-bottom: 1px dotted #999;
        padding-bottom: 1px;
        margin-bottom: 1px;
    }

    .games_archive {
        margin-top: 10px;
        border: none;
        margin-left: -8px;
        margin-right: 0px;
    }

    .select-date {
        background-color: #af0000;
        border-radius: 0px;
        font-size: 12px;
        padding: 5px;
        color: white;
        border: 1px solid #af0000;
    }

    .social-icons .icon:hover {
        color: white;
    }

    .social-icons .icon:hover a {
        color: black;
    }

    .social-icons {
        margin-left: 0px;
        margin-right: 0px;
    }


    .footer-widget h6 {
        margin-left: 0px;
    }






    * Full-width slider container */
    .slider-container {
        width: 100%;
        margin-left: 10px;
        margin-left: 10px;
    }

    /* bxSlider list styling */
    .bxslider {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* Each slide item styling */
    .bxslider .slide-item {
        position: relative;
        overflow: hidden;
    }

    /* Image styling */
    .bxslider .slide-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    /* Caption styling */
    .slider-caption {
        
        bottom: 0;
        position: relative;
        background-color: rgba(42, 42, 42, 1); 
        color: white;
        padding: 15px;
        padding-left: -15px;
        width: 100%;
        margin: 0 auto;
    }

    .slider-caption h3 {
        margin-right: 5px;
        margin-left: 5px;
        font-size: 18px;
        font-weight: bold;
    }

    .slider-caption h3 a {
        color: white;
        text-decoration: none;
    }

    .slider-caption h3 a:hover {
        text-decoration: underline;
    }

    .slider-caption p {
        margin: 10px 0 0;
        font-size: 16px;
    }







    /* Left Column */
    .left-column {
        width: 100%;
        display: flex;
        order: 1;
    }

    /* Right Column */
    .right-column {
        width: 100%;
        display: flex;
        margin-top: 20px;
        order: 2;
    }

    /* Spotlight Post */
    .spotlight-post {
        background-color: #2a2a2a;
        padding: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .spotlight-post img {
        width: 100%;
    }

    .spotlight-post h2 {
        font-size: 1.8em;
        margin: 15px 0;
        color: white;
    }

    .spotlight-post p {
        color: white;
        font-size: 14px;
    }

    /* Small Posts Wrapper */
    .small-posts-wrapper {
        display: block;
        gap: 20px;
    }

    /* Small Post Block */
    .small-post {
        background-color: #ffffff;

        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }

    .small-post img {
        width: 100%;
        height: 240px;
        width: 326;
    }

    .small-post h3 {
        font-size: 1.2em;
        color: #000;
        margin: 10px 0;
        text-align: left;
    }

    .small-post p {
        font-size: 14px;
        color: black;
        text-align: left;
    }

    /* Ad Widget Block */
    .ad-widget-block {
        text-align: center;
    }

    .ad-widget-block img {
        width: 100%;
    }

    /* Link Styles for Ads */
    .ad-widget-block a {
        display: block;
    }

    .container-2 {
        display: block;
        width: 100%;
        margin-top: 20px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .bx-wrapper{
        border: 0;
    }

    .container-1 {
        display: flex;
        width: 100%;
        margin: 0 auto;
    }

    .container-3 {
        display: block;
        flex-direction: row;
        width: 100%;
        background-color: white;
        margin-right: 0;
        margin-left: 0;

    }




    .recent-articles {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

    /* Individual article styling */
    .article {
        display: flex;
        padding-bottom: 5px;
        align-items: stretch;
        margin-top: 10px;
    }

    /* Article image styling */
    .article-image {
        overflow: hidden;
        width: 80px;
        height: 60px;
        margin-right: 15px;
        object-fit: cover;
    }

    .article-image img {
        width: 80px;
        height: 60px;
        display: block;

    }

    /* Article content styling */
    .article-content {
        width: 80%;
        flex: 2;
        display: flex;
        flex-direction: column;
    }

    .article-title {
        font-size: 14px;
        font-weight: bold;
        color: black;
        margin: 0;
    }

    .article-title a {
        text-decoration: none;
        color: inherit;
    }

    .article-title a:hover {
        color: #d50000; /* Change color on hover */
    }

    .article-meta {
        font-size: 10px;
        color: #888;
        margin-top: 5px;
        margin-bottom: -5px;
    }

    .article-excerpt {
        font-weight: 400;
        color: black;
        line-height: 1.6;
        padding-top: -10px;
        display: none;
    }

    .big-article-excerpt {
        font-weight: 400;
        color: black;
        line-height: 1.6;
        padding-top: -10px;
    }
    

    /* Add spacing at the bottom */
    .recent-articles .article:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .container-body {
        margin: 0;
    }


    /* Articles Post */
    .articles-post {
        background-color: white;
        padding: 5px;
        overflow: hidden;
        position: relative;
    }

    .articles-post img {
        width: 100%;
        position: relative;
    }

    .articles-post h2 {
        font-size: 1.8em;
        margin: 15px 0;
        color: black;
    }

    .articles-post p {
        color: black;
        font-size: 14px;
    }




    /* Sidebar Block */
    .articles_page_sidebar {
        text-align: center;
    }

    .articles_page_sidebar img {
        width: 100%;
    }

    /* Link Styles for Ads */
    .articles_page_sidebar a {
        display: block;
    }

    .articles-post h2,
    .articles-post p,
    .article-title,
    .article-excerpt {
        color: black !important;
    }

    .page-title { 
        font-size: 24px; 
        font-size: 1.5rem; 
        padding: 10px 20px; 
        padding-right: 20px;
        margin-bottom: -40px;
        margin-right: -20px;
        background: #f5f5f5;
        color: black;
    }

    .single_post_sidebar img{
        width: 100%;
    }

    .single_post_sidebar {
        text-align: center;
    }

    .single_post_sidebar a {
        display: block;
    }

    .post-navigation {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        background-color: #f5f5f5;
        padding: 10px;
    }

    .previous-post, .next-post {
        font-size: 16px;
        color: black;
    }

    .previous-post a, .next-post a {
        text-decoration: none;
        color: black;
    }

    .previous-post a:hover, .next-post a:hover {
        color: #af0000;
    }

    .articles_page_sidebar img{
        width: 100%;
    }

    .articles_page_sidebar {
        text-align: center;
    }

    .articles_page_sidebar a {
        display: block;
    }

    .after-post-banner {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .breadcrumb a {
        color: #666;
        text-decoration: none;
        font-weight: bold;
    }

    .breadcrumb a:hover {
        color: #d50000;
    }

    .breadcrumb span {
        color: #666;
    }

    .date-pagehome {
        color: #717171;
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 10px;
        align-items: left;
        text-align: left;
        vertical-align: baseline;
    }

    .date-pagehome i {
        color: #666;
        margin-right: 5px;
    }

    .date:hover {
        color: #d50000;
    }

    .author-date-pagehome {
        width: 100%;
        margin-bottom: 10px;
        justify-content: left;
        vertical-align: baseline;
        align-items: left;
        margin-right: 5px;
        text-align: left;
    }

    .ticker-content {
        display: flex;
        width: 80%;
        flex-direction: column;
        padding-left: 10px;
        display: none;
    }

    .ticker-item-title {
        font-size: 12px;
        color: black;
        transition: color 0.3s;
        display: none;
    }

    .header-ticker {
        display: flex;
        width: 100%;
        display: none;
    }


    @keyframes ticker-fade {
        0% {
            opacity: 0;
            transform: translate(10px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .game-link {
        text-decoration: none;
        position: relative;
        display: inline-block;
        padding-bottom: -10px;

    }

    .game-link li {
        padding-bottom: -10px;
        margin-bottom: -10px;
    }

    .game-link ul {
        padding-bottom: -10px;
        margin-bottom: -10px;
    }

    .game-link a {
        padding-bottom: -10px;
        margin-bottom: -10px;
    }

    .game-link li a {
        padding-bottom: -10px;
        margin-bottom: -10px;
    }

    .menu-games-container a {
        display: block;
        text-decoration: none;
        border-bottom: 1px dotted #888;
        width: 100%;
        padding: 5px 0;
    }

    .menu-games-container {
        width: 100%;
    }

    .fa-twitter.icon::before {
        display: none;
    }

    .fa-facebook.icon::before {
        display: none;
    }

    .fa-youtube.icon::before {
        display: none;
    }

    .menu-footer-menu-container {
        align-items: right;
        text-align: right;
        display: block;
        padding: 5px;
    }

    .menu-footer-menu-container a {
        padding: 10px;
    }

    .menu-footer-menu-container a:hover {
        background-color: #2a2a2a;
    }

   .social-nav .menu2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
   }

   .social-nav .menu2 li a{
    font-size: 1.5em;
    text-decoration: none;
    transition: color 0.3s ease;
   }

   .social-nav .menu2 li a:hover {
    color: #2a2a2a;
   }

   .menu-items-has-children > ul {
    display: none;
    position: absolute;
    background-color: #af0000;
   }

   .menu-items-has-children:hover > ul {
    display: block;
   }
   
   .mobile-menu {
    background-color: #af0000;
    display: none;
   }

   .mobile-menu.visible {
    background-color: #af0000;
    display: block;
   }

   .mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
   }

   .mobile-menu-list li {
    margin: 10px 0;
   }

   .mobile-menu-list a {
    color: #e5e5e5;
    text-decoration: none;
    font-size: 10px;
   }

   .hamburger-menu {
    background-color: #af0000;
    position: relative;
    display: block;
    justify-content: flex-end;
    content: " ";
   }

   .hamburger-menu .menu-items {
    display: none;
   }

   .hamburger-menu .menu-items.open {
    display: block;
   }

   .menu-toggle {
    display: flex;
    border: none;
    font-size: 20px;
    gap: 5px;
    background-color: #af0000;
   }

   .icon i {
    font-size: 20px;
    gap: 5px;
   }

   .icon2 i {
    font-size: 14px;
    gap: 5px;
    background-color: #af0000;
    color: white;
    border: none;
    margin-top: 5px;
    margin-right: 5px;
   }

   .hamburger-menu a {
    color: white;
    padding: auto;
    text-decoration: none;
    font-size: 14px;
    display: block;
   }

   .hamburger-menu a.icon2 {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
   }

   .active {
    background-color: #af0000;
    color: white;
   }

   nav#mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #af0000;
    top: 50px;
    left: 0;
    width: 20%;
   }

   nav#mobile-menu.visible {
    display: flex;
   }

   .menu-items {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
   }

   .menu-items.open {
    display: flex;
   }

   .menu-items a {
    padding: 10px 15px;
   }

   .slick-dots li {
    width: 20px;
    height: 20px;
    }

    .slick-dots li a {
        font-size: 12px;
        line-height: 15pt;
    }

    .slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em; line-height: 1.125em; cursor: pointer; margin: 5px 5px 6px; text-decoration: none; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #222;}
    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em; }
    .slicknav_menu { font-size: 16px; font-size: 1rem; box-sizing: border-box; background: #4c4c4c; padding: 5px;}
    .slicknav_menu * { box-sizing: border-box; width: 100%;}
    .slicknav_menu .slicknav_menutxt { display: block; line-height: 1.188em; float: left; color: #fff; font-weight: bold; text-shadow: 0 1px 3px #000; }
    .slicknav_menu .slicknav_icon { float: left; margin: 0 5px !important; width: fit-content !important;}
    .slicknav_menu .slicknav_no-text { margin: 0; }
    .slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; background-color: #fff; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
    .slicknav_menu:before, .slicknav_menu:after { content: " "; display: table !important; }
    .slicknav_menu:after { clear: both; }
    .slicknav_nav { clear: both; color: #fff; margin: 0; padding: 0; font-size: 0.875em; list-style: none; overflow: hidden; top: 130px; position: relative;}
    .slicknav_nav ul { display: block; list-style: none; overflow: hidden; padding: 0; margin: 0 0 0 20px; }
    .slicknav_nav li { display: block; }
    .slicknav_nav a { display: block; padding: 5px 10px; margin: 2px 5px; text-decoration: none; color: #fff; }
    .slicknav_nav a:hover { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #ccc; color: #222; }
    .slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
    .slicknav_nav .slicknav_item { cursor: pointer; }
    .slicknav_nav .slicknav_item a { display: inline; padding: 0; margin: 0; }
    .slicknav_nav .slicknav_row { display: block; padding: 5px 10px; margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #ccc; color: #fff; }
    .slicknav_nav .slicknav_txtnode { margin-left: 15px; }
    .slicknav_nav .slicknav_parent-link a { display: inline; padding: 0; margin: 0; }
    .slicknav_brand { float: left; color: #fff; font-size: 18px; line-height: 30px; padding: 7px 12px; height: 44px; }
    .slicknav_btn { background: #af0000; display: flex !important; justify-content: end; align-items: center; }
    .slicknav_menu { padding: 0; border-bottom: 1px solid #2a2a2a; background: #af0000; }
    .slicknav_menu .slicknav_menutxt { text-shadow: none; width: fit-content !important;}
    .slicknav_menu .slicknav_icon-bar { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
    .slicknav_nav { font-size: 16px; font-size: 1rem; font-weight: 600; margin-bottom: 20px; top: 0; z-index: 999; display: none; transform: translateY(0); transition: transform 0.5s; }
    .slicknav_nav.visible { display: block; animation: slideInFromTop 0.5s forwards;}
    .slicknav_nav.closing {animation: slideOutToTop 0.5s forwards;}
    .slicknav_nav ul { padding: 20px 0 0 15px; margin: 0; border-top: 1px solid #2a2a2a; }
    .slicknav_nav ul ul { border: 0; padding: 0 0 0 15px; }
    .slicknav_nav .slicknav_item:hover, .slicknav_nav a:hover { color: #fff; background: #af0000; }

    .js #menu {
        display: none;
    }
    
    .js .slicknav_menu {
        display: block;
    }

    .post-thumbnail img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .post-thumbnail a{
        width: 100%;
        height: auto;
        object-fit: hidden;
        display: block;

    }

    .post-thumbnail {
        width: 100%;
        height: auto;
        object-fit: hidden;
        display: block;

    }

    .post-thumbnail element{
        width: 100%;
        display: block;

    }

    .attachment-post-thumbnail, .size-post-thumbnail, .wp-post-image {
        width: 100%;
    }

    @keyframes slideInFromTop {
        from {
            transform: translateY(-100%);
        }
        to {
            transform: translateY(0);
        }
    }

    @keyframes slideOutToTop {
        from {
            transform: translateY(0);
        }
        to {
            transform: translateY(-100%);
        }
    }

    .header-mobile-nav {
        display: block;
    }
}