/*
	Theme Name: Sleek Child
	Theme URI: http://themeforest.net/item/sleek-responsive-creative-wordpress-blog-theme/9298728
	Template: sleek
	Version: 1.0
	Description: Child Theme for Sleek
	Author: Christoph Bader, CDE
	Text Domain: sleek
*/



/*------------------------------------------------------------
 * Theme customization starts here
 *------------------------------------------------------------*/


/* Remove comments from blog-list */
.loop-container .meta--comments { display: none !important; }


/* Remove comments from single post */
.article-single .meta--comments { display: none !important; }

/* Remove author from single post */
.article-single .meta--author { display: none !important; }

.dark-mode a {
    color: #799905;
}

.dark-mode .widget__title {
    color: #799905;
}

.sleek-blog--style-newspaper {
    padding: 20px;
}

@media only screen and (max-width: 1200px){
	#main-content .nano-content:before {
    content: '';
		width: 100%;
    padding-top: 200px;
    background-image: url(https://datablog.cde.unibe.ch/wp-content/uploads/LogoNeu_graugross.jpg);
    background-position: 50% 40px;
    background-repeat: no-repeat;
  }
}

