/* 
 Theme Name:     WebSign
 Author:         California Burrito
 Author URI:     http://californiaburrito.co.nz
 Template:       Divi
 Version:        v.01
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* NAVIGATION BACKGROUND */
#main-header {
	background-size: initial;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(http://californiaburrito.co.nz/wp-content/uploads/2018/11/Nav-background-1.jpg) !important;
}

/* HIDE CART SIGN */
.et-cart-info{
	display:none !important;
}