/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.tableOdds{
	height: 800px !important;
    overflow-y: scroll !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.backgroundOddsPage > div:nth-child(4){
	height: 800px !important;
    overflow-y: scroll !important;
}

}

.absolute-footer{
    display: none;
}

#footer .ux-menu-link__link{
    color: #fff !important;
    /* border-top: 1px solid #585858; */
    /* border-bottom: none; */
}

#footer .ux-menu-link__link:nth-child(1){
    /* border-top: none; */
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.social-icons{
    display: flex;
    justify-content: center;
    gap: 5px;
}

.menu-main-mobile .btn-show button{
    padding: 0 15px;
    margin: 0;
    /* font-size: 25px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.menu-main-mobile .btn-show button i{
    font-size: 24px;
}

.header-bottom-nav.mobile-nav{
    justify-content: right;
}

.header-bottom-nav.mobile-nav .content-menu-mobile{
    position: absolute;
    top: 40px;
    width: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ededed;
    padding: 5px;
    display: none;
}   
.embed-odds-bookmarker .w-full {
    height: 100%;
}
div#page-breadcrumbs {
    padding-top: 15px;
}

aside .widget-title{
    text-align: center;
}

.right-box{
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

/*  */
/*  */
.widget-area .embed-ranking .ranking-list .ranking-table .ranking-table-head .team,
.widget-area .embed-ranking .ranking-list .ranking-table .ranking-table-body-list .team{
    display: none !important;
}

body .embed-ranking .ranking-title-widget,
body .embed-fixture .fixture-title-widget{
    background-color: #000000;
    font-weight: bold;
}

.widget-area .ranking-table-body-list .name span{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

.widget-area .ranking-table-body-list .name img{
    display: none;
}

.blog-archive .box-vertical {
    display: flex;
}
.blog-archive .box-vertical .box-image {
    width: 25% !important;
}
.blog-archive .box-vertical .box-text {
    padding-top: 0;
    padding-left: 0;
    order: -1;
}
.blog-archive .box-vertical .box-text .from_the_blog_excerpt {
    display: none;
}
.blog-archive .post-item .col-inner {
    background: transparent;
    border-radius: 0;
    border: 0;
}
.archive-date {
    font-size: 14px;
    color: #666;
}
.widget-area .archive-date {
    display: none;
}
.archive-page-header .saboxplugin-wrap {
    text-align: left;
}