/*
Theme Name: Lingonberry Child
Theme URI: http://www.andersnoren.se/teman/lingonberry-wordpress-theme/
Template: lingonberry
Author: Anders Norén
Author URI: http://www.andersnoren.se
Description: A clean, simple and responsive theme for bloggers. Features responsive design, retina ready assets, custom styling for all post formats, custom page templates, custom widgets (video, Flickr and Dribbble), custom accent color, editor styles and translation-ready code. Available translations: Swedish/svenska.
Tags: blog,one-column,custom-colors,custom-header,custom-menu,editor-style,featured-images,footer-widgets,post-formats,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.38.1467790868
Updated: 2016-07-06 07:41:08

*/

.header .blog-title {
	line-height: 1.25;
}

/* Trying to get the titles to display, like they do on mobile */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.post-header.hidden { display: block; }
} 

@media (max-width: 1100px) {
	.post-header.hidden { display: block; }
}

@media (max-width: 864px) {
	.post-header.hidden { display: block; }
}

@media (max-width: 800px) {
	.post-header.hidden { display: block; }
}

@media (max-width: 770px) {
	.post-header.hidden { display: block; }
}