/* Frontend editor
----------------------------------------------------- */


#frontend_editor { display: none; height:auto; background-color:#f0f0f0; border:1px solid #c4c4c4; padding: 30px;}

#frontend_editor_inner{ }

#frontend_editor #frontend_editor_post_title_label { font-size:18px; color:#222222; display:block; margin:0 0 8px; }
#frontend_editor #frontend_editor_post_title { font-size:18px; color:#222222; display:block; margin:0 0 20px; border:1px solid #c4c4c4; background-color:#ffffff; }

#frontend_editor .wp-editor-wrap select.sc_selector { line-height:28px; margin-left:4px; background: #fafafa;  color: #222; vertical-align: top; border-radius: 3px; -webkit-border-radius: 3px; display: inline-block; text-decoration: none; font-size: 13px; line-height: 26px; height: 28px; padding: 0 10px 1px; cursor: pointer; border: 1px solid #ccc; white-space: nowrap; -webkit-appearance: none; 

-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;

	-webkit-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
	   -moz-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
	        box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08); }

#frontend_editor .wp-editor-wrap textarea { min-height:300px; font-size:12px; line-height:16px; border:1px solid #c4c4c4; background-color:#ffffff; }

#frontend_editor #frontend_editor_post_excerpt_label { font-size:18px; color:#222222; display:block; margin:20px 0 8px; }
#frontend_editor #frontend_editor_post_excerpt { font-size:14px; line-height:18px; color:#222222; display:block; margin:0 0 20px; border:1px solid #c4c4c4; background-color:#ffffff; }
