/*
Theme Name:         TVSeriesKijken
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.5.2
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        TVSeriesKijken

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


@media (max-width: 1080px) { 
  body{
    padding-top: 70px !important;
  }
  
  section#tsk-tv-show-banner,
  section#tsk-tv-show-banner.readmore-expanded:before{
 background: #f4f4f4 !important;
 color: #444444 !important; 
}

.tsk-top-list-item.tsk-bg-black:before {
    background: rgba(255, 255, 255, 1) !important;
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(255, 255, 255, 1)),color-stop(100%,rgba(255, 255, 255, 1))) !important;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0,rgba(255, 255, 255, 1)) !important;
    transition: all .3s ease-in-out !important;
}

}

section#tsk-tv-show-banner,
section#tsk-tv-show-banner.readmore-expanded:before{
 background: #f4f4f4 !important;
 color: #444444 !important; 
}