/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/*--SF: Misc--*/
#main{
	margin-top: 20px;
}

.sf_header_logout{
	float: right;
	color: #fff;
	padding-top: 23px;
}
.sf_header_logout p{
	display: inline-block;
	margin-right: 25px;
}
.sf_header_logout a{
	color: #fff;
	background-color:#c28f3d;
	padding: 5px 20px;
}

.sf_header_logout a:hover{
	color: #c28f3d;
	background-color:#ffffff;
	padding: 5px 20px;
}

.login form {background:#002c42 !important;}

/*--SF: Update 20-12-2018--*/
#backtoblog{
	display: none;
}


/*--SF: Temp fix--*/
.sf_config_employee #menu-item-16, .sf_config_employee #menu-item-204{
	display: none;
}