/*
Theme Name: Power Protection
Theme URI: http://totalwptheme.com
Description: Total WordPress child theme.
Author: hairyLemon
Template: Total
Version: 1.1
*/

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

/* Removing sign-in link from Google map */
div.login {
    display: none!important;
}
.woocommerce .woocommerce-result-count {
	display:none!important;
}