/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 body, button, input, textarea {
	font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
}
h1, h2, h3 {
	font-weight:bold;
	text-transform: capitalize;
}
a{
	color: #3d9cd2;
}
/*Menu*/
.secondary-navigation .menu a {font-family: "Open Sans", sans-serif;font-weight: 700;font-size: 20px;padding: .5em;}
.secondary-navigation .menu li:last-child a{
	background: #fbb442;
	color: #fff;
	border-radius:5px;
}
.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    float: right;
    width: auto;
    margin-right: 0;
}

/*Footer*/
.widget .widget-title, .widget .widgettitle{
	font-weight:bold;
	padding-bottom:.5em;
	margin-bottom:.5em;
}
.site-footer a{
	text-decoration:none;
	margin-bottom:.5em;
	display: block;
}
.site-info a{
	display: none;
}