/* 
Theme Name: St Martins Housing
Version: 1.0 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://woocommerce.com 
Template: storefront 
*/  

/* --------------- Theme customization starts here ----------------- */
.widget .widget-title {
	color: #041e41 !important;
	font-weight: 500 !important;
	font-size: 24px;
	line-height: 32px;
}
h1, h2, h3, h4, h5, h6, body, button, input, textarea {
	font-family: 'Montserrat', sans-serif;	
}
.woocommerce-info {
	background-color: #069746 !important;
}
.site-footer {
	color:#041e41 !important;
}
.site-footer:p {
	font-size: 14px;
}
.site-footer a {
	text-decoration: none;
	color: #041e41 !important;
}
.masthead_navigation__primary_menu>li.current-menu-item>a {
    border-bottom-color: #069746;
}
/* Styling of Shop Page Text Areas */
h1.shop-intro {
	color: #069746;
	font-weight: 500;
}
/* End of Styling of Shop Page Text Areas */
.diginews {
	background-color: #041e41;
}
.site-header ul.menu li.current-menu-item > a {
    color: #069746;
}
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    font-weight: 600;
}
.storefront-primary-navigation {
	background-color: #fff !important;
	border-bottom: 2px solid #069746;
}
/* Footer Styling From Original Site */
.footer_footer_legal {
	text-align: center;
}
/* .ma-footer-text {
	border-top: 1px solid #069746;
} */
/* End of Footer Styling From Original Site */