/*! Primary plugin stylesheet. * @since 1.0.0 * @package Copy Nav Menu Items */
@-webkit-keyframes cnmi-spinning {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@keyframes cnmi-spinning {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
.cnmi-button {
  position: relative;
}
.cnmi-button::after {
  opacity: 0;
}
.cnmi-button.cnmi-clicked[disabled] > span {
  opacity: 0.25;
}
.cnmi-button.cnmi-clicked[disabled]::after {
  -webkit-animation: cnmi-spinning 1s linear 0s infinite normal none;
  animation: cnmi-spinning 1s linear 0s infinite normal none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid transparent;
  bottom: 50%;
  content: " ";
  display: block;
  height: 24px;
  margin: 12px -12px -12px 12px;
  position: absolute;
  right: 50%;
  width: 24px;
  z-index: 2;
  border-color: rgba(50, 55, 60, 0.25);
  border-top-color: #32373c;
  opacity: 1;
}
.cnmi-clear {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.cnmi-hidden {
  display: none;
}

#poststuff #cnmi-primary-wrapper #advanced-sortables {
  margin-top: -1px;
}
#poststuff #cnmi-primary-wrapper #advanced-sortables .cnmi-meta-box {
  margin-top: 1px;
}
#poststuff .cnmi-meta-box.cnmi-borderless .handlediv {
  margin-bottom: -1px;
}
#poststuff .cnmi-meta-box.cnmi-borderless .hndle,
#poststuff .cnmi-meta-box.cnmi-borderless .postbox-header {
  border-bottom-width: 0;
}
#poststuff .cnmi-meta-box:not(.cnmi-borderless) .hndle,
#poststuff .cnmi-meta-box:not(.cnmi-borderless) .postbox-header, #poststuff .cnmi-meta-box.closed .hndle,
#poststuff .cnmi-meta-box.closed .postbox-header {
  border-bottom-width: 2px;
}
#poststuff .cnmi-meta-box-locked .handlediv {
  display: none;
}
#poststuff .cnmi-meta-box .inside {
  margin: 0;
  padding: 0;
}

.cnmi-nav {
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  line-height: 1.25em;
  margin-bottom: 10px;
}
@media (min-width: 783px) {
  .cnmi-nav {
    margin-top: 36px;
  }
}
.cnmi-nav .cnmi-nav-title {
  border-radius: 4px 4px 0 0;
  font-size: 23px;
  font-weight: 600;
  padding: 10px 13px 12px;
}
@media (max-width: 782px) {
  .cnmi-nav .cnmi-nav-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cnmi-nav .cnmi-nav-title h1 {
  color: inherit;
  font-weight: 300;
  padding: 0;
}
.cnmi-nav .cnmi-nav-title h1 .cnmi-buttons {
  display: block;
  float: right;
  margin: -4px -8px -8px 0;
  padding: 3px;
}
.cnmi-nav .cnmi-nav-title h1 .cnmi-buttons a {
  font-weight: 600;
  margin: 3px;
}
.cnmi-nav .cnmi-tab-wrapper {
  font-size: 14px;
}
.cnmi-nav .cnmi-tab-wrapper a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  -o-transition: color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
@media (min-width: 783px) {
  .cnmi-nav .cnmi-tab-wrapper a {
    padding: 8px 13px 10px;
  }
}
@media (max-width: 782px) {
  .cnmi-nav .cnmi-tab-wrapper a {
    padding: 13px 13px 15px;
  }
}
.cnmi-nav .cnmi-tab-wrapper a.cnmi-tab-active::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 6px solid #f1f1f1;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  height: 12px;
  width: 12px;
  margin-top: -6px;
  bottom: 0;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  z-index: 1;
}

body.rtl .cnmi-nav .cnmi-nav-title h1 .cnmi-buttons {
  float: left;
  margin-left: -6px;
  margin-right: 0;
}

.menu-item.cnmi-prepared-menu-item .menu-item-handle {
  max-width: 403px;
}
.menu-item.cnmi-prepared-menu-item .menu-item-settings {
  max-width: 413px;
}
.menu-item.cnmi-prepared-menu-item.nmc-prepared-menu-item .menu-item-handle {
  max-width: 434px;
}
.menu-item.cnmi-prepared-menu-item.nmc-prepared-menu-item .menu-item-settings {
  max-width: 444px;
}
.menu-item .cnmi-copy {
  -o-transition: color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #72777c;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: -10px 0 -10px -15px;
  position: relative;
  text-align: center;
  width: 36px;
}
.menu-item .cnmi-copy:hover {
  color: #23282d;
}

#menu-to-edit.cnmi-copying .menu-item .cnmi-copy {
  cursor: default;
  opacity: 0.5;
}
#menu-to-edit.cnmi-copying .menu-item .cnmi-copy:hover {
  color: #72777c;
}
#menu-to-edit.cnmi-copying .menu-item .cnmi-copy.cnmi-copying {
  opacity: 1;
}
#menu-to-edit.cnmi-copying .menu-item .cnmi-copy.cnmi-copying::before {
  display: none;
}
#menu-to-edit.cnmi-copying .menu-item .cnmi-copy.cnmi-copying:after {
  -webkit-animation: cnmi-spinning 1s linear 0s infinite normal none;
  animation: cnmi-spinning 1s linear 0s infinite normal none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid transparent;
  bottom: 50%;
  content: " ";
  display: block;
  height: 24px;
  margin: 12px -12px -12px 12px;
  position: absolute;
  right: 50%;
  width: 24px;
  z-index: 2;
  border-color: rgba(114, 119, 124, 0.25);
  border-bottom-color: #72777c;
}

body.rtl .menu-item .cnmi-copy {
  margin-left: 0;
  margin-right: -15px;
}

.cnmi-field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media (max-width: 782px) {
  .cnmi-field {
    font-size: 16px;
  }
  .cnmi-field li,
.cnmi-field p {
    font-size: 16px;
  }
}
.cnmi-field:not(:last-child) {
  border-bottom: 1px solid #e6e8ea;
}
.cnmi-field-actions {
  margin: 0 -2px;
}
.cnmi-field-actions:first-child {
  margin-top: -2px;
}
.cnmi-field-actions:last-child {
  margin-bottom: -2px;
}
.cnmi-field-actions > .cnmi-button {
  margin: 2px;
}
.cnmi-field-actions > label {
  float: left;
  padding: 5px 8px 2px 2px;
}
.cnmi-field-label, .cnmi-field-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.cnmi-field-label {
  padding: 15px 12px;
}
.cnmi-field-input {
  padding: 12px;
}
.cnmi-field-input input:not([type=checkbox]):not([type=radio]),
.cnmi-field-input select,
.cnmi-field-input textarea {
  display: block;
  margin: 0;
  width: 100%;
}
.cnmi-field-input input:not([type=checkbox]):not([type=radio]).cnmi-error,
.cnmi-field-input select.cnmi-error,
.cnmi-field-input textarea.cnmi-error {
  border-radius: 4px 4px 0 0;
  border: 1px solid #dc3232;
}
.cnmi-field-input input:not([type=checkbox]):not([type=radio]).cnmi-rtl,
.cnmi-field-input textarea.cnmi-rtl {
  text-align: right;
}
.cnmi-field-input select.cnmi-rtl {
  direction: rtl;
}
.cnmi-field-input textarea {
  resize: vertical;
}
.cnmi-field-input div.cnmi-error {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  background: #dc3232;
  border: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-top: -1px;
  padding: 6px 8px;
}
.cnmi-field-input .cnmi-description:not(:first-child) {
  padding-top: 3px;
}
.cnmi-field label {
  display: block;
}
.cnmi-field .cnmi-description {
  color: #666;
}
.cnmi-field .cnmi-required {
  color: #dc3232;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 0.8em;
}

@media (min-width: 601px) {
  #cnmi-primary-wrapper .cnmi-field-label {
    float: left;
    max-width: 240px;
    padding-right: 0;
    width: 25%;
  }
}
@media (max-width: 600px) {
  #cnmi-primary-wrapper .cnmi-field-label {
    margin-bottom: -6px;
    padding-bottom: 0;
    padding-top: 12px;
  }
}

#side-sortables .cnmi-field-label {
  font-size: 16px;
  margin-bottom: -6px;
  padding-bottom: 0;
  padding-top: 12px;
}
@media (min-width: 783px) {
  #side-sortables .cnmi-field-label .cnmi-description {
    font-size: 13px;
  }
}

@media (min-width: 601px) {
  body.rtl #cnmi-primary-wrapper .cnmi-field-label {
    float: right;
    padding-left: 0;
    padding-right: 12px;
  }
}
body.rtl #cnmi-primary-wrapper .cnmi-field-input input:not([type=checkbox]):not([type=radio]).cnmi-rtl,
body.rtl #cnmi-primary-wrapper .cnmi-field-input textarea.cnmi-rtl {
  text-align: left;
}
body.rtl #cnmi-primary-wrapper .cnmi-field-input select.cnmi-rtl {
  direction: ltr;
}

.cnmi-field-checkbox.cnmi-confirmation {
  color: #dc3232;
}
.cnmi-field-checkbox.cnmi-confirmation .cnmi-description {
  color: #dc3232;
}
.cnmi-field-checkbox > .cnmi-field-input .cnmi-description {
  padding-bottom: 3px;
  padding-top: 3px;
}

.cnmi-field-html.cnmi-field-linked {
  -o-transition: background 200ms ease-in-out, color 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out;
}
.cnmi-field-html.cnmi-field-linked:hover {
  background: #f1f1f1;
  color: #000;
}
.cnmi-field-html.cnmi-field-linked > a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.cnmi-field-html img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.cnmi-field-html img.cnmi-banner-wide {
  display: none;
}
.cnmi-field-html p {
  margin-top: 0;
}
.cnmi-field-html p:last-child {
  margin-bottom: 0;
}

@media (min-width: 851px) {
  #cnmi-primary-wrapper .cnmi-field-html img.cnmi-banner-tall {
    display: none;
  }
  #cnmi-primary-wrapper .cnmi-field-html img.cnmi-banner-wide {
    display: inherit;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  .cnmi-field-html img.cnmi-banner-tall {
    display: none;
  }
  .cnmi-field-html img.cnmi-banner-wide {
    display: inherit;
  }
}
/*! Plugin color schemes. * @since 1.0.0 * @package Copy Nav Menu Items */
body .cnmi-nav-title {
  background: #23282d;
  color: #fff;
}
body .cnmi-tab-wrapper {
  background: #32373c;
}
body .cnmi-tab-wrapper a {
  color: #b4b9be;
}
body .cnmi-tab-wrapper a:hover {
  color: #00b9eb;
}
body .cnmi-tab-wrapper a.cnmi-tab-active, body .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #0073aa;
  color: #fff;
}
body #poststuff .cnmi-meta-box .hndle,
body #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #0073aa;
}
body .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #0073aa !important;
  border-color: #0073aa !important;
  color: #fff !important;
}
body .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body > .noatice {
  border-color: #32373c;
}
body > .noatice .noatice-message {
  background: #32373c;
  color: #b4b9be;
}

body.admin-color-light .cnmi-nav-title {
  background: #e5e5e5;
  color: #333;
}
body.admin-color-light .cnmi-tab-wrapper {
  background: #fff;
}
body.admin-color-light .cnmi-tab-wrapper a {
  color: #686868;
}
body.admin-color-light .cnmi-tab-wrapper a:hover {
  color: #04a4cc;
}
body.admin-color-light .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-light .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #888;
  color: #fff;
}
body.admin-color-light #poststuff .cnmi-meta-box .hndle,
body.admin-color-light #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #888;
}
body.admin-color-light .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #888 !important;
  border-color: #888 !important;
  color: #fff !important;
}
body.admin-color-light .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-light > .noatice {
  border-color: #fff;
}
body.admin-color-light > .noatice .noatice-message {
  background: #fff;
  color: #686868;
}

body.admin-color-blue .cnmi-nav-title {
  background: #52accc;
  color: #fff;
}
body.admin-color-blue .cnmi-tab-wrapper {
  background: #4796b3;
}
body.admin-color-blue .cnmi-tab-wrapper a {
  color: #e2ecf1;
}
body.admin-color-blue .cnmi-tab-wrapper a:hover {
  color: #fff;
}
body.admin-color-blue .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-blue .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #096484;
  color: #fff;
}
body.admin-color-blue #poststuff .cnmi-meta-box .hndle,
body.admin-color-blue #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #096484;
}
body.admin-color-blue .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #096484 !important;
  border-color: #096484 !important;
  color: #fff !important;
}
body.admin-color-blue .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-blue > .noatice {
  border-color: #4796b3;
}
body.admin-color-blue > .noatice .noatice-message {
  background: #4796b3;
  color: #e2ecf1;
}

body.admin-color-coffee .cnmi-nav-title {
  background: #59524c;
  color: #fff;
}
body.admin-color-coffee .cnmi-tab-wrapper {
  background: #46403c;
}
body.admin-color-coffee .cnmi-tab-wrapper a {
  color: #cdcbc9;
}
body.admin-color-coffee .cnmi-tab-wrapper a:hover {
  color: #c7a589;
}
body.admin-color-coffee .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-coffee .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #c7a589;
  color: #fff;
}
body.admin-color-coffee #poststuff .cnmi-meta-box .hndle,
body.admin-color-coffee #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #c7a589;
}
body.admin-color-coffee .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #c7a589 !important;
  border-color: #c7a589 !important;
  color: #fff !important;
}
body.admin-color-coffee .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-coffee > .noatice {
  border-color: #46403c;
}
body.admin-color-coffee > .noatice .noatice-message {
  background: #46403c;
  color: #cdcbc9;
}

body.admin-color-ectoplasm .cnmi-nav-title {
  background: #523f6d;
  color: #fff;
}
body.admin-color-ectoplasm .cnmi-tab-wrapper {
  background: #413256;
}
body.admin-color-ectoplasm .cnmi-tab-wrapper a {
  color: #cbc5d3;
}
body.admin-color-ectoplasm .cnmi-tab-wrapper a:hover {
  color: #a3b745;
}
body.admin-color-ectoplasm .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-ectoplasm .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #a3b745;
  color: #fff;
}
body.admin-color-ectoplasm #poststuff .cnmi-meta-box .hndle,
body.admin-color-ectoplasm #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #a3b745;
}
body.admin-color-ectoplasm .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #a3b745 !important;
  border-color: #a3b745 !important;
  color: #fff !important;
}
body.admin-color-ectoplasm .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-ectoplasm > .noatice {
  border-color: #413256;
}
body.admin-color-ectoplasm > .noatice .noatice-message {
  background: #413256;
  color: #cbc5d3;
}

body.admin-color-midnight .cnmi-nav-title {
  background: #363b3f;
  color: #fff;
}
body.admin-color-midnight .cnmi-tab-wrapper {
  background: #26292c;
}
body.admin-color-midnight .cnmi-tab-wrapper a {
  color: #c3c4c5;
}
body.admin-color-midnight .cnmi-tab-wrapper a:hover {
  color: #e14d43;
}
body.admin-color-midnight .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-midnight .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #e14d43;
  color: #fff;
}
body.admin-color-midnight #poststuff .cnmi-meta-box .hndle,
body.admin-color-midnight #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #e14d43;
}
body.admin-color-midnight .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #e14d43 !important;
  border-color: #e14d43 !important;
  color: #fff !important;
}
body.admin-color-midnight .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-midnight > .noatice {
  border-color: #26292c;
}
body.admin-color-midnight > .noatice .noatice-message {
  background: #26292c;
  color: #c3c4c5;
}

body.admin-color-modern .cnmi-nav-title {
  background: #1e1e1e;
  color: #fff;
}
body.admin-color-modern .cnmi-tab-wrapper {
  background: #0c0c0c;
}
body.admin-color-modern .cnmi-tab-wrapper a {
  color: #bcbcbc;
}
body.admin-color-modern .cnmi-tab-wrapper a:hover {
  color: #33f078;
}
body.admin-color-modern .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-modern .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #3858e9;
  color: #fff;
}
body.admin-color-modern #poststuff .cnmi-meta-box .hndle,
body.admin-color-modern #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #3858e9;
}
body.admin-color-modern .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #3858e9 !important;
  border-color: #3858e9 !important;
  color: #fff !important;
}
body.admin-color-modern .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-modern > .noatice {
  border-color: #0c0c0c;
}
body.admin-color-modern > .noatice .noatice-message {
  background: #0c0c0c;
  color: #bcbcbc;
}

body.admin-color-ocean .cnmi-nav-title {
  background: #738e96;
  color: #fff;
}
body.admin-color-ocean .cnmi-tab-wrapper {
  background: #627c83;
}
body.admin-color-ocean .cnmi-tab-wrapper a {
  color: #d5dde0;
}
body.admin-color-ocean .cnmi-tab-wrapper a:hover {
  color: #9ebaa0;
}
body.admin-color-ocean .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-ocean .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #9ebaa0;
  color: #fff;
}
body.admin-color-ocean #poststuff .cnmi-meta-box .hndle,
body.admin-color-ocean #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #9ebaa0;
}
body.admin-color-ocean .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #9ebaa0 !important;
  border-color: #9ebaa0 !important;
  color: #fff !important;
}
body.admin-color-ocean .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-ocean > .noatice {
  border-color: #627c83;
}
body.admin-color-ocean > .noatice .noatice-message {
  background: #627c83;
  color: #d5dde0;
}

body.admin-color-sunrise .cnmi-nav-title {
  background: #cf4944;
  color: #fff;
}
body.admin-color-sunrise .cnmi-tab-wrapper {
  background: #be3631;
}
body.admin-color-sunrise .cnmi-tab-wrapper a {
  color: #f1c8c7;
}
body.admin-color-sunrise .cnmi-tab-wrapper a:hover {
  color: #f7e3d3;
}
body.admin-color-sunrise .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-sunrise .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #dd823b;
  color: #fff;
}
body.admin-color-sunrise #poststuff .cnmi-meta-box .hndle,
body.admin-color-sunrise #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #dd823b;
}
body.admin-color-sunrise .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #dd823b !important;
  border-color: #dd823b !important;
  color: #fff !important;
}
body.admin-color-sunrise .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-sunrise > .noatice {
  border-color: #be3631;
}
body.admin-color-sunrise > .noatice .noatice-message {
  background: #be3631;
  color: #f1c8c7;
}

body.admin-color-80s-kid .cnmi-nav-title {
  background: #0c4da1;
  color: #fff;
}
body.admin-color-80s-kid .cnmi-tab-wrapper {
  background: #0a3d80;
}
body.admin-color-80s-kid .cnmi-tab-wrapper a {
  color: #b6cae3;
}
body.admin-color-80s-kid .cnmi-tab-wrapper a:hover {
  color: #ed5793;
}
body.admin-color-80s-kid .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-80s-kid .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #ed5793;
  color: #fff;
}
body.admin-color-80s-kid #poststuff .cnmi-meta-box .hndle,
body.admin-color-80s-kid #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #ed5793;
}
body.admin-color-80s-kid .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #ed5793 !important;
  border-color: #ed5793 !important;
  color: #fff !important;
}
body.admin-color-80s-kid .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-80s-kid > .noatice {
  border-color: #0a3d80;
}
body.admin-color-80s-kid > .noatice .noatice-message {
  background: #0a3d80;
  color: #b6cae3;
}

body.admin-color-adderley .cnmi-nav-title {
  background: #216bce;
  color: #fff;
}
body.admin-color-adderley .cnmi-tab-wrapper {
  background: #1c5baf;
}
body.admin-color-adderley .cnmi-tab-wrapper a {
  color: #bcd3f0;
}
body.admin-color-adderley .cnmi-tab-wrapper a:hover {
  color: #fff;
}
body.admin-color-adderley .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-adderley .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #1730e5;
  color: #fff;
}
body.admin-color-adderley #poststuff .cnmi-meta-box .hndle,
body.admin-color-adderley #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #1730e5;
}
body.admin-color-adderley .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #1730e5 !important;
  border-color: #1730e5 !important;
  color: #fff !important;
}
body.admin-color-adderley .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-adderley > .noatice {
  border-color: #1c5baf;
}
body.admin-color-adderley > .noatice .noatice-message {
  background: #1c5baf;
  color: #bcd3f0;
}

body.admin-color-aubergine .cnmi-nav-title {
  background: #5c5b73;
  color: #fff;
}
body.admin-color-aubergine .cnmi-tab-wrapper {
  background: #4c4b5f;
}
body.admin-color-aubergine .cnmi-tab-wrapper a {
  color: #ceced5;
}
body.admin-color-aubergine .cnmi-tab-wrapper a:hover {
  color: #da9b49;
}
body.admin-color-aubergine .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-aubergine .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #da9b49;
  color: #fff;
}
body.admin-color-aubergine #poststuff .cnmi-meta-box .hndle,
body.admin-color-aubergine #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #da9b49;
}
body.admin-color-aubergine .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #da9b49 !important;
  border-color: #da9b49 !important;
  color: #fff !important;
}
body.admin-color-aubergine .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-aubergine > .noatice {
  border-color: #4c4b5f;
}
body.admin-color-aubergine > .noatice .noatice-message {
  background: #4c4b5f;
  color: #ceced5;
}

body.admin-color-contrast-blue .cnmi-nav-title {
  background: #a5cde8;
  color: #151923;
}
body.admin-color-contrast-blue .cnmi-tab-wrapper {
  background: #b5d3e8;
}
body.admin-color-contrast-blue .cnmi-tab-wrapper a {
  color: #151923;
}
body.admin-color-contrast-blue .cnmi-tab-wrapper a:hover {
  color: #000;
}
body.admin-color-contrast-blue .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-contrast-blue .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #dae9f3;
  color: #151923;
}
body.admin-color-contrast-blue #poststuff .cnmi-meta-box .hndle,
body.admin-color-contrast-blue #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #dae9f3;
}
body.admin-color-contrast-blue .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #dae9f3 !important;
  border-color: #dae9f3 !important;
  color: #151923 !important;
}
body.admin-color-contrast-blue .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(21, 25, 35, 0.25);
  border-top-color: #151923;
}
body.admin-color-contrast-blue > .noatice {
  border-color: #b5d3e8;
}
body.admin-color-contrast-blue > .noatice .noatice-message {
  background: #b5d3e8;
  color: #151923;
}

body.admin-color-cruise .cnmi-nav-title {
  background: #36395c;
  color: #fff;
}
body.admin-color-cruise .cnmi-tab-wrapper {
  background: #292b46;
}
body.admin-color-cruise .cnmi-tab-wrapper a {
  color: #c3c4ce;
}
body.admin-color-cruise .cnmi-tab-wrapper a:hover {
  color: #8bbc9f;
}
body.admin-color-cruise .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-cruise .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #8bbc9f;
  color: #fff;
}
body.admin-color-cruise #poststuff .cnmi-meta-box .hndle,
body.admin-color-cruise #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #8bbc9f;
}
body.admin-color-cruise .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #8bbc9f !important;
  border-color: #8bbc9f !important;
  color: #fff !important;
}
body.admin-color-cruise .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-cruise > .noatice {
  border-color: #292b46;
}
body.admin-color-cruise > .noatice .noatice-message {
  background: #292b46;
  color: #c3c4ce;
}

body.admin-color-flat .cnmi-nav-title {
  background: #2c3e50;
  color: #fff;
}
body.admin-color-flat .cnmi-tab-wrapper {
  background: #1f2c39;
}
body.admin-color-flat .cnmi-tab-wrapper a {
  color: #c0c5cb;
}
body.admin-color-flat .cnmi-tab-wrapper a:hover {
  color: #1abc9c;
}
body.admin-color-flat .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-flat .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #1abc9c;
  color: #fff;
}
body.admin-color-flat #poststuff .cnmi-meta-box .hndle,
body.admin-color-flat #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #1abc9c;
}
body.admin-color-flat .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #1abc9c !important;
  border-color: #1abc9c !important;
  color: #fff !important;
}
body.admin-color-flat .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-flat > .noatice {
  border-color: #1f2c39;
}
body.admin-color-flat > .noatice .noatice-message {
  background: #1f2c39;
  color: #c0c5cb;
}

body.admin-color-kirk .cnmi-nav-title {
  background: #5f1b29;
  color: #fff;
}
body.admin-color-kirk .cnmi-tab-wrapper {
  background: #340f18;
}
body.admin-color-kirk .cnmi-tab-wrapper a {
  color: #cfbbbf;
}
body.admin-color-kirk .cnmi-tab-wrapper a:hover {
  color: #bd3854;
}
body.admin-color-kirk .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-kirk .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #bd3854;
  color: #fff;
}
body.admin-color-kirk #poststuff .cnmi-meta-box .hndle,
body.admin-color-kirk #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #bd3854;
}
body.admin-color-kirk .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #bd3854 !important;
  border-color: #bd3854 !important;
  color: #fff !important;
}
body.admin-color-kirk .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-kirk > .noatice {
  border-color: #340f18;
}
body.admin-color-kirk > .noatice .noatice-message {
  background: #340f18;
  color: #cfbbbf;
}

body.admin-color-lawn .cnmi-nav-title {
  background: #1e2a29;
  color: #fff;
}
body.admin-color-lawn .cnmi-tab-wrapper {
  background: #0f1515;
}
body.admin-color-lawn .cnmi-tab-wrapper a {
  color: #bcbfbf;
}
body.admin-color-lawn .cnmi-tab-wrapper a:hover {
  color: #a7b145;
}
body.admin-color-lawn .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-lawn .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #a7b145;
  color: #fff;
}
body.admin-color-lawn #poststuff .cnmi-meta-box .hndle,
body.admin-color-lawn #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #a7b145;
}
body.admin-color-lawn .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #a7b145 !important;
  border-color: #a7b145 !important;
  color: #fff !important;
}
body.admin-color-lawn .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-lawn > .noatice {
  border-color: #0f1515;
}
body.admin-color-lawn > .noatice .noatice-message {
  background: #0f1515;
  color: #bcbfbf;
}

body.admin-color-primary .cnmi-nav-title {
  background: #35395c;
  color: #fff;
}
body.admin-color-primary .cnmi-tab-wrapper {
  background: #282b45;
}
body.admin-color-primary .cnmi-tab-wrapper a {
  color: #c2c4ce;
}
body.admin-color-primary .cnmi-tab-wrapper a:hover {
  color: #d8b230;
}
body.admin-color-primary .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-primary .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #d8b230;
  color: #fff;
}
body.admin-color-primary #poststuff .cnmi-meta-box .hndle,
body.admin-color-primary #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #d8b230;
}
body.admin-color-primary .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #d8b230 !important;
  border-color: #d8b230 !important;
  color: #fff !important;
}
body.admin-color-primary .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-primary > .noatice {
  border-color: #282b45;
}
body.admin-color-primary > .noatice .noatice-message {
  background: #282b45;
  color: #c2c4ce;
}

body.admin-color-seashore .cnmi-nav-title {
  background: #e1dbc5;
  color: #533c30;
}
body.admin-color-seashore .cnmi-tab-wrapper {
  background: #d5cdad;
}
body.admin-color-seashore .cnmi-tab-wrapper a {
  color: #7e6c5d;
}
body.admin-color-seashore .cnmi-tab-wrapper a:hover {
  color: #456a7f;
}
body.admin-color-seashore .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-seashore .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #456a7f;
  color: #f8f6f1;
}
body.admin-color-seashore #poststuff .cnmi-meta-box .hndle,
body.admin-color-seashore #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #456a7f;
}
body.admin-color-seashore .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #456a7f !important;
  border-color: #456a7f !important;
  color: #f8f6f1 !important;
}
body.admin-color-seashore .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(248, 246, 241, 0.25);
  border-top-color: #f8f6f1;
}
body.admin-color-seashore > .noatice {
  border-color: #d5cdad;
}
body.admin-color-seashore > .noatice .noatice-message {
  background: #d5cdad;
  color: #7e6c5d;
}

body.admin-color-vinyard .cnmi-nav-title {
  background: #462b36;
  color: #fff;
}
body.admin-color-vinyard .cnmi-tab-wrapper {
  background: #301d25;
}
body.admin-color-vinyard .cnmi-tab-wrapper a {
  color: #c8bfc3;
}
body.admin-color-vinyard .cnmi-tab-wrapper a:hover {
  color: #dcb034;
}
body.admin-color-vinyard .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-vinyard .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #dcb034;
  color: #fff;
}
body.admin-color-vinyard #poststuff .cnmi-meta-box .hndle,
body.admin-color-vinyard #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #dcb034;
}
body.admin-color-vinyard .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #dcb034 !important;
  border-color: #dcb034 !important;
  color: #fff !important;
}
body.admin-color-vinyard .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-vinyard > .noatice {
  border-color: #301d25;
}
body.admin-color-vinyard > .noatice .noatice-message {
  background: #301d25;
  color: #c8bfc3;
}

body.admin-color-bbp-evergreen .cnmi-nav-title {
  background: #446950;
  color: #fff;
}
body.admin-color-bbp-evergreen .cnmi-tab-wrapper {
  background: #36533f;
}
body.admin-color-bbp-evergreen .cnmi-tab-wrapper a {
  color: #c6d2ca;
}
body.admin-color-bbp-evergreen .cnmi-tab-wrapper a:hover {
  color: #56b274;
}
body.admin-color-bbp-evergreen .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-bbp-evergreen .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #56b274;
  color: #fff;
}
body.admin-color-bbp-evergreen #poststuff .cnmi-meta-box .hndle,
body.admin-color-bbp-evergreen #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #56b274;
}
body.admin-color-bbp-evergreen .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #56b274 !important;
  border-color: #56b274 !important;
  color: #fff !important;
}
body.admin-color-bbp-evergreen .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-bbp-evergreen > .noatice {
  border-color: #36533f;
}
body.admin-color-bbp-evergreen > .noatice .noatice-message {
  background: #36533f;
  color: #c6d2ca;
}

body.admin-color-bbp-mint .cnmi-nav-title {
  background: #5fb37c;
  color: #fff;
}
body.admin-color-bbp-mint .cnmi-tab-wrapper {
  background: #4ca26a;
}
body.admin-color-bbp-mint .cnmi-tab-wrapper a {
  color: #cfe8d7;
}
body.admin-color-bbp-mint .cnmi-tab-wrapper a:hover {
  color: #4f6d59;
}
body.admin-color-bbp-mint .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-bbp-mint .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #4f6d59;
  color: #fff;
}
body.admin-color-bbp-mint #poststuff .cnmi-meta-box .hndle,
body.admin-color-bbp-mint #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #4f6d59;
}
body.admin-color-bbp-mint .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #4f6d59 !important;
  border-color: #4f6d59 !important;
  color: #fff !important;
}
body.admin-color-bbp-mint .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-bbp-mint > .noatice {
  border-color: #4ca26a;
}
body.admin-color-bbp-mint > .noatice .noatice-message {
  background: #4ca26a;
  color: #cfe8d7;
}

body.admin-color-godaddy .cnmi-nav-title {
  background: #333;
  color: #fff;
}
body.admin-color-godaddy .cnmi-tab-wrapper {
  background: #212121;
}
body.admin-color-godaddy .cnmi-tab-wrapper a {
  color: #c2c2c2;
}
body.admin-color-godaddy .cnmi-tab-wrapper a:hover {
  color: #77c043;
}
body.admin-color-godaddy .cnmi-tab-wrapper a.cnmi-tab-active, body.admin-color-godaddy .cnmi-tab-wrapper a.cnmi-tab-active-no-arrow {
  background: #008a32;
  color: #fff;
}
body.admin-color-godaddy #poststuff .cnmi-meta-box .hndle,
body.admin-color-godaddy #poststuff .cnmi-meta-box .postbox-header {
  border-bottom-color: #008a32;
}
body.admin-color-godaddy .cnmi-button.button-primary.cnmi-clicked[disabled] {
  background: #008a32 !important;
  border-color: #008a32 !important;
  color: #fff !important;
}
body.admin-color-godaddy .cnmi-button.button-primary.cnmi-clicked[disabled]::after {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}
body.admin-color-godaddy > .noatice {
  border-color: #212121;
}
body.admin-color-godaddy > .noatice .noatice-message {
  background: #212121;
  color: #c2c2c2;
}