.editable .editbutton, .editable .pluginbutton {
	display: none!important;
}
.editable > :first-child {
	display: none!important;
}
.wfw_post_thumbnail .editable > :first-child {
	display: block!important;
}
#editing .wfw_slate_breadcrumb, #editing .wfw_slate_title .editable, #editing .wfw_blogpost_title, 
#editing .wfw_blog_contact, #editing .wfw_blog_summary, #editing .wfw_blog_content .editable, 
#editing .wfw_post_keywords .editable, #editing .wfw_post_summary .editable, #editing .wfw_post_thumbnail .editable, 
#editing .wfw_post_title .editable, #editing .wfw_post_author .editable, #editing .wfw_post_category .editable, 
#editing .wfw_post_contact .editable {
	position: relative!important;
	display: inline-block;
}
#editing .wfw_blog_content, #editing .wfw_blog_summary, #editing .wfw_post_summary, #editing .wfw_post_keywords {
	width: 100%;
}


#blog_editing .wfw_blog_content .editable
{
margin-top:20px;
}

#editing .wfw_post_title .editable{
	width: 50%;
}
#editing .wfw_blog_links, #blog_editing .wfw_blog_links {
	position: relative;
	display: block;
}
#editing #blog_links {
	margin-top: 10px;
}
.editable {
    position:relative;
	display: block!important;
	min-height: 22px;
}

.wfw_blog_title .editable, .wfw_blogpost_title .editable
{
display:block;
max-width:65%;
}

.editable-buttons {
	display: block;
	position: relative;
	border: 1px dashed #666;
	width: 100%;
	min-height: 22px;
	padding-top: 4px;
}
.editable:before {
    content:'';
    position:absolute;
	display:block;
    opacity:1;
	border: 1px dashed #666;
	/* min-height: 16px; */
    /* transition: all 0.5s; */
    /* -webkit-transition: all 0.5s; */
    width:1px; height:1px;
    bottom:0; right:0;
    width:100%;
	height:100%;
    top:0; 
	left:0;
    /* background:rgba(0,0,0,0.2); */
	background:transparent;
	cursor: hand; cursor: pointer;
}
.editable:hover:before {
    background:rgba(0,0,0,0.2);
    opacity:1;
    width:100%; 
	height:100%;
    top:0; left:0;
}
.editable:after {
    position:absolute;
	display: block;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.editable:after {
	/* content: "Click to Edit"; */
	content:  url('/editor/buttons/tinder_flame_16.png');
    color:#FE622B;
	font-size: 14px;
	font-weight: bold;
    top:2px;
	left:2px;
    padding:0;
    text-align:right;
    background:transparent;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.editable:hover:after {
    opacity:1;
}
