/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


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

/*
.nava.stickya {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;
	height: 41px;
	margin: 0 auto;
	padding: 0 10px !important;
	position: fixed !important;
	top: -15px;
	width: 100%;
	z-index: 999999;
	transition: all 0.3s linear;
}
.nava.stickya > div > ul > li > a {
  color: #191919 !important;
}
.nava.stickya > div > ul > li > span {
  color: #191919 !important;
}
*/