/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront for Vipps stark: Vipps demo site
Author: WPH
Author URI: https://www.wp-hosting.no 
Template: storefront 
Text Domain:  storefront

*/

.home.page-template-template-fullwidth .site-header{
	margin-bottom: 0 !important;
}

.header-widget-region{
	background-color: #333333;
}
.header-widget-region .widget{
	padding: 0.5em 0;
}
.header-widget-region p {
	color: white;
	margin: 0;
	text-align: center;
	
}


/* Footer */
.site-footer .widget_nav_menu li{
	padding-left: 0;
}
.site-footer .widget_nav_menu li:before{
	display:none;
}

.entry-content ol{
	margin-left: 1.5em;
}

.woocommerce-MyAccount-navigation a{
	color: #333333;
}

.site-footer{
	font-size: 15px;
}
.site-footer p{
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.site-footer{
		padding-bottom: 5.04em;
	}
	.storefront-footer-info-wrapper{
		display: flex;
		justify-content: space-between;
		align-items: end;
	}
	.site-footer .site-info{
		padding: 0;
		text-align: right;
	}
}