.small-editor iframe {
  min-height: 0 !important;
  height: 150px !important;
}
.taxonomy-categoria-productos .term-description-wrap {
  display: none;
}
#tag-description {
  display: none;
}
.btn-save-post {
  position: fixed;
  bottom: 10px;
  width: 100px;
  border-radius: 5px;
  padding: 5px 0px;
  text-align: center;
  right: 10px;
  margin: 0 auto;
  display: block;
  z-index: 1000;
  border-width: 2px;
  border-style: solid;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.btn-save-post i,
.btn-save-post span {
  display: inline-block;
  vertical-align: middle;
}
.btn-save-post i {
  font-size: 20px;
}
.btn-save-post span {
  margin-left: 10px;
}
.btn-save-post.active {
  opacity: 1;
  visibility: visible;
}
.user-tipo-editor.post-type-page .row-actions .trash {
  display: none;
}
.user-tipo-editor.post-type-page .tablenav.top,
.user-tipo-editor.post-type-page .tablenav.bottom {
  display: none;
}
.user-tipo-editor .page-title-action[href*="post_type=page"] {
  display: none;
}
.user-tipo-editor #wp-admin-bar-new-page {
  display: none;
}
.user-tipo-editor #menu-posts,
.user-tipo-editor #wp-admin-bar-new-post {
  display: none;
}
.user-tipo-editor #menu-tools {
  display: none;
}
.user-tipo-editor #menu-posts-bloques {
  display: none;
}
.user-tipo-editor #menu-comments {
  display: none;
}
.user-tipo-editor #wpbody-content .add-new-h2[href*="page=wpcf7-new"] {
  display: none;
}
.user-tipo-editor #welcome-panel {
  display: none !important;
}
.user-tipo-editor #postbox-container-2 {
  opacity: 0;
}
.user-tipo-editor #postbox-container-2.opacity {
  opacity: 1;
}
.user-tipo-editor #contact-form-editor-tabs .ui-state-default {
  display: none;
}
.user-tipo-editor #contact-form-editor-tabs #mail-panel-tab {
  display: inline-block;
}
.user-tipo-editor #contact-form-editor .ui-tabs-panel {
  display: none !important;
}
.user-tipo-editor #contact-form-editor #mail-panel {
  display: block !important;
}
.user-tipo-editor .contact-form-editor-box-mail legend {
  display: none;
}
.user-tipo-editor .contact-form-editor-box-mail .form-table tr {
  display: none;
}
.user-tipo-editor .contact-form-editor-box-mail .form-table tr:nth-child(1) {
  display: table-row;
}
.user-tipo-editor .contact-form-editor-box-mail#wpcf7-mail-2 {
  display: none !important;
}
.user-tipo-editor #toplevel_page_wpcf7 .wp-submenu-wrap {
  display: none;
}
.user-tipo-editor #the-list #user-1 {
  display: none;
}
