/* @override 
	http://staging.benceproperty.com.au/wp-content/themes/bence/admin-style.css
	http://staging.benceproperty.com.au/wp-content/themes/bence/admin-style.css?ver=1.0.0 */

div.bsf-update-nag {
	display: none;
}

#login #wp-submit {
	display:inline-block;
	border-radius:3px!important;
	transition:color .15s, background-color .15s, border-color .15s;
	box-shadow:none!important;
	height:auto!important;
	text-decoration:none;
	text-shadow:none!important;
	font-weight:400!important;
	font-style:normal!important;
	color:#fff!important;
	background: rgba(65, 41, 133, 0.8) !important;
	border:0!important
}

#login input#wp-submit.button:hover {
	background: #412a85 !important;

}

#login .wp-core-ui .disabled#wp-submit, #login .wp-core-ui[disabled]#wp-submit, .wp-core-ui #login .disabled#wp-submit, .wp-core-ui #login[disabled]#wp-submit {
	opacity:.5;
	text-shadow:none!important;
	color:#fff!important;
	background: #412a85 !important
}
#login #wp-submit:focus, #login #wp-submit:hover {
	font-weight:400;
	text-decoration:none!important;
	background: #412a85 !important;
	color:#fff!important
}

.alert-blue, .alert-blue *, .alert-blue[href], .alert-blue[href]:hover, .message, .message *, .message[href], .message[href]:hover, .notice, .notice *, .notice[href], .notice[href]:hover, .notice-info, .notice-info *, .notice-info[href], .notice-info[href]:hover, .notice-warning, .notice-warning *, .notice-warning[href], .notice-warning[href]:hover, .update-nag, .update-nag *, .update-nag[href], .update-nag[href]:hover {
	color:#fff;
}

#login #backtoblog a:active, 
#login #backtoblog a:focus, 
#login #backtoblog a:hover, 
#login #nav a:active, 
#login #nav a:focus, 
#login #nav a:hover {
	text-decoration: none;
	color: #fff;
}

#login #nav a,
#login #backtoblog a {
	color: #efefef;
}


body.vc_editor div#adminmenumain {
	display: none;
}

textarea.wp-editor-area {
	display: none;
}

div#visual_composer_content {
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out 0s;
	transition: opacity .25s ease-in-out 0s;
	
}

div#visual_composer_content.showme {
	opacity: 1;
}

body.post-type-portfolio a.vc_column-delete,
body.post-type-portfolio a.vc_column-clone,
body.post-type-portfolio a.vc_column-add,
body.post-type-portfolio div.wpb_vc_column a.vc_column-edit,
body.post-type-portfolio a.set_columns,
body.post-type-portfolio a.vc_column-move,
body.post-type-portfolio span.vc_row_layouts,
body.post-type-portfolio a#vc_add-new-element,
body.post-type-portfolio div.wpb_content_element a.vc_control-btn-clone,
body.post-type-portfolio div.wpb_content_element a.vc_element-move i.vc-c-icon-dragndrop,
body.post-type-portfolio div.wpb_content_element a.vc_control-btn-delete
 {
 display: none;
}

body.post-type-portfolio div.wpb_content_element a.vc_element-move {
	pointer-events: none;
	cursor: default;
}

body.post-type-portfolio div.vc_empty-container:after {
	content: "";

}

body.post-type-portfolio div.vc_empty-container {
	pointer-events: none;
	cursor: default;
}