/*!
 * Theme Name: iCalibrate Enerpac Tool Center
 * Author: Chris Burns
 * Template: icalibrate
 * Author URI: https://www.burns-creative.com/
 * Version: 1.0
 */

header, #login, .preloader-background {
	
	background: #FFCC00 !important; /* Impotant set as it is set in parent-theme */
}

.header-logo img {
    height: 4em;
    margin: -0.1em auto;
}

#header-search, .btn-floating {
	
	background-color: rgba(255,255,255,0.5) !important; /* Impotant set as it is set in parent-theme */
	color: #999;
	box-shadow: none;
}

input[type=text]:focus:not([readonly]) {
    box-shadow: none;
	border-bottom: none;
}

.main-content h1 { 

	color:  rgba(0,0,0,0.8);
	
}

#login, .preloader-background  { 
	
	background-color: #FFCC00 !important; /* Impotant set as it is set in parent-theme */

}