/* 
 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 --------------------------- */ 


.fishpac #top-header , .fishpac .et-fixed-header#top-header{background:#6297ac;}
.rainpac #top-header, .rainpac .et-fixed-header#top-header {background:#035ba6;}
.flexitank #top-header, .flexitank .et-fixed-header#top-header {background:#e87b38;}
.solar #top-header, .solar .et-fixed-header#top-header {background:#e87b38;}




@media only screen and ( max-width: 767px ) {
.hideonmobile{
display:none !important;
}
}

@media only screen and ( min-width: 767px ) {
.hideondesktop{
display:none !important;
}
}
