/*
Theme Name: Flat Child
Theme URI: https://www.eskimobob.com/
Author: Tomas Guinan
Author URI: https://www.eskimobob.com
Template: flat
Version: 1.7.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, orange, white, white, dark, light, two-columns, responsive-layout, left-sidebar, custom-background, custom-colors, custom-menu, editor-style, post-formats, custom-colors, translation-ready,featured-images, threaded-comments, translation-ready,photoblogging
Text Domain: flat-child
*/

/* Display only mobile logo and hide site title */

@media screen and (max-width: 1199px){
.site-title img { display: none; }
.site-title span { display: none; }
}

/* Display only main logo and hide site title */

@media screen and (min-width: 1200px){
.mobile-logo img { display: none; }
.site-title span { display: none; }
}

/* Background color */

body.custom-background {
	background-color: #BED8F2;
}

/* Background fix on old android browser */

@media (max-width:1199px){
	body.custom-background {
		background-size: auto !important;
		background-attachment: scroll !important; 
	}
}