/*
 Theme Name:   Highstone House
 Theme URI:    http://underscores.me/
 Description:  A child theme of Underscores Theme
 Author:       Alisons Websites
 Author URI:   https://alisonswebsites.co.uk
 Template:     alisons-websites-underscores
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../alisons-websites-underscores/style.css");

a {
color: #ea472d;
}

.footer-widget-area {
	background-color: #b6b9ba;
	color: #ffffff;
	padding: 20px;
}

h1 {
	color: #ea472d;
}

.site-main {
	max-width: 1600px;
	margin: 0 auto;
}

.site-info {
	display: none;
}

.footer-widget-area li, .widget-area li {
list-style-type: none;	
}