/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.g3_weather{ width: 150px; margin: 0 auto; float: right; margin-left: 70px;}




#site-logo img {
	position: absolute;
	vertical-align: middle;
	height: 154px;
	top: -48px;
	left: 5px;
}

.threehigh{ height: 100px;}


@media screen and (max-width: 767px) {
   #site-logo img {
	position: absolute;
	vertical-align: middle;
	height: 54px;
	top: 3px;
	left: 5px;
}
}