<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Newspaper Child Theme
 Theme URI: 		http://tagdiv.com
 Description:  A Twenty Thirteen child theme 
 Author:       WPBeginner
 Author URI:   https://www.wpbeginner.com
 Template:     Newspaper
 Version:      1.0.0
*/
 
.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

 #td-outer-wrap{
    overflow: hidden;
    position: relative;
    z-index: 999999;
    margin: 0 auto;
}

div#execphp-9 {
    z-index: 1 !important;
    position: relative;
}
div.sticky-mobile-leadboard {
    /*top: 0 !important;*/
    bottom:0 !important;
    position: fixed;
    z-index: 2222 !important;
}
div.sticky-mobile-leadboard .widget{margin-bottom:0 !important;}
.tdc-footer-wrap {
    z-index: 22;
    position: relative;
}
</pre></body></html>