/*
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.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.image1 {
    position: relative; 
	top: 11px;
	left: 3px;
}


@media(max-width:975px){
	.logo-img {
		display: none !important;
	}
    .image1 {
        display: none !important; 
    }
    .image2 {
        display: block !important; 
    }
}
