/*
 Theme Name:   Bigslam Child
 Theme URI:    http://demo.goodlayers.com/bigslam
 Description:  Goodlayers Bigslam Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     bigslam
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  bigslam-child

 START YOUR CHILD THEME CSS HERE
*/

.home .sp-template-event-list .bigslam-sp-event-featured-top .bigslam-sp-event-featured-title {
    position: relative;
    height: 103px;
}

.home .sp-template-event-list .bigslam-sp-event-featured-top .bigslam-sp-event-featured-title .bigslam-sp-event-featured-title-left {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}

.home .sp-template-event-list .bigslam-sp-event-featured-top .bigslam-sp-event-featured-title .bigslam-sp-event-featured-title-left .bigslam-sp-team-name {
    font-size: 50px!important;
}

.home .sp-template-event-list .bigslam-sp-event-featured-top .bigslam-sp-event-featured-title .bigslam-sp-event-result {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    line-height: 1;
    opacity: 0;
}

.home .sp-template-event-list .bigslam-sp-event-featured-top .bigslam-sp-event-featured-title .bigslam-sp-event-result a{
    display: inline-block;
    width: 100%;
}

.home .sp-template-event-list .bigslam-sp-event-featured-top .bigslam-sp-event-featured-title .bigslam-sp-event-featured-title-right{
    display: none;
}

.home .sp-template-event-list .bigslam-sp-event-featured-list .bigslam-sp-event-featured-title{
    position: relative;
}

.home .sp-template-event-list .bigslam-sp-event-featured-list .bigslam-sp-event-featured-title .bigslam-sp-team-name{
    font-size: 20px!important;
}

.home .sp-template-event-list .bigslam-sp-event-featured-list .bigslam-sp-event-featured-title .bigslam-sp-event-result{
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
    width: 100%;
}

.home .sp-template-event-list .bigslam-sp-event-featured-list .bigslam-sp-event-featured-title .bigslam-sp-event-result a{
    display: inline-block;
    width: 100%;
    opacity: 0;
}

@media only screen and (max-width: 1250px) {
    .home .sp-template-event-list .bigslam-sp-event-featured-top .bigslam-sp-event-featured-title {
        height: 72px;
    }

    .home .sp-template-event-list .bigslam-sp-event-featured-top .bigslam-sp-event-featured-title .bigslam-sp-event-featured-title-left .bigslam-sp-team-name {
        font-size: 32px!important;
    }

    .home .sp-template-event-list .bigslam-sp-event-featured-top .bigslam-sp-event-featured-title .bigslam-sp-event-result {
        line-height: 1.2;
    }
}