.wcfm-admin-menu-head {
	background: #f1f1f1;
	padding: 0 2px 0 2px !important;
	height: 32px !important;
}

.wcfm-admin-menu span {
	font-size: 15px;
	padding: 0 4px 0 2px !important;
}

#wcfmu_message a {
	font-weight: 600;
	color: #FF1A00;
	margin-left: 10px;
  font-size: 15px;
  text-decoration: none;
}

#wcfmu_message a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.wcfm_setting_help_box {
	background: #fff;
	border-left: 4px solid #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	margin: 5px 1px 2px;
	padding: 1px 12px;
	border-left-color: #46b450;
}

.wcfm_admin_message_wrapper {
	float: right;
	width: 30%;
}

.wcfm_admin_message {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 2px 1px #555;
	box-shadow: 0px 1px 1px #555;
	padding: 10px;
	margin-bottom: 10px;
}

.wcfm_admin_help_docs a, .wcfm_admin_support_docs a {
	text-decoration: none;
	color: #D15600;
	font-weight: 600;
}

.wcfm_admin_support_docs a {
	color: #FF0084;
}

.wcfm_admin_help_docs a:hover, .wcfm_admin_support_docs a:hover {
	text-decoration: underline;
}

.wcfm_admin_message p {
	padding: 5px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #555;
}

.wcfm_admin_message ul li {
}

.wcfm_admin_message .primary {
	background: #00897b;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 6px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #00897b;
	text-decoration: none;
	font-weight: 800;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 2px 1px #555;
	box-shadow: 0px 2px 1px #555;
	text-align: center;
	display: block;
}

.wcfm_admin_message .primary:hover {
	border: 1px solid #000000;
  background: #000000; 
}

@media only screen and (max-width: 782px) {
	#wpadminbar #wp-admin-bar-wcfm-menu {
    display: block;
    position: static;
  }
  
  .wcfm-admin-menu-head { 
  	padding: 6px 2px 6px 2px !important;
  }
}