.posttypesui, .taxonomiesui {
  width: calc(100% - 300px);
}

.posttypesui .cptui-section:first-child, .taxonomiesui .cptui-section:first-child {
  margin-top: 30px;
}

.posttypesui .postbox-container, .taxonomiesui .postbox-container {
  width: 100%;
}

.posttypesui .postbox .toggle-indicator:before, .taxonomiesui .postbox .toggle-indicator:before {
  content: "\f142";
  display: inline-block;
  font: normal 20px/1 dashicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}

.posttypesui .postbox.closed .handlediv .toggle-indicator::before, .taxonomiesui .postbox.closed .handlediv .toggle-indicator::before {
  content: "\f140";
}

.posttypesui .postbox .hndle, .taxonomiesui .postbox .hndle {
  cursor: pointer;
}

.posttypesui .required, .taxonomiesui .required {
  color: red;
}

.cptui-table td.outer {
  vertical-align: top;
  width: 50%;
}

.cptui-table input[type="text"] {
  width: 75%;
}

.cptui-table .question:hover {
  cursor: pointer;
}

.cptui-table th p {
  font-weight: 400;
  font-size: 12px;
}

.cptui-table .cptui-slug-details {
  margin-top: 15px;
}

.cptui-table #slugchanged, .cptui-table #slugexists {
  color: red;
  font-weight: bold;
}

.cptui-table #slugchanged.hidemessage, .cptui-table #slugexists.hidemessage {
  display: none;
}

.cptui-support #support .question {
  font-size: 18px;
  font-weight: bold;
}

.cptui-support #support .question:before {
  content: "\f139";
  display: inline-block;
  font: normal 25px/1 'dashicons';
  margin-left: -25px;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}

.cptui-support #support .question.active:before {
  content: "\f140";
}

.cptui-support #support .answer {
  margin: 10px 0 0 20px;
}

.cptui-support #support ol li {
  list-style: none;
}

.cptui-support #support li {
  position: relative;
}

.cptui-field-description {
  font-style: italic;
}

#cptui_select_post_type,
#cptui_select_taxonomy {
  margin-top: 15px;
}

.cptui_post_import,
.cptui_tax_import {
  height: 200px;
  margin-bottom: 10px;
  resize: vertical;
  width: 100%;
}

.cptui_post_type_get_code,
.cptui_tax_get_code {
  height: 300px;
  resize: vertical;
}

.about-wrap .cptui-feature {
  overflow: visible !important;
  *zoom: 1;
}

.about-wrap .cptui-feature:before, .about-wrap .cptui-feature:after {
  content: " ";
  display: table;
}

.about-wrap .cptui-feature:after {
  clear: both;
}

.about-wrap h3 + .cptui-feature {
  margin-top: 0;
}

.about-wrap .changelog h2 {
  text-align: center;
}

.about-wrap .feature-rest div {
  width: 50% !important;
  padding-right: 100px;
  box-sizing: border-box;
  margin: 0 !important;
}

.about-wrap .feature-rest div.last-feature {
  padding-left: 100px;
  padding-right: 0;
}

.about-wrap .feature-rest div.icon {
  width: 0 !important;
  padding: 0;
  margin: 0;
}

.about-wrap .feature-rest div.icon:before {
  font-weight: normal;
  width: 100%;
  font-size: 170px;
  line-height: 125px;
  color: #9c5d90;
  display: inline-block;
  position: relative;
  text-align: center;
  speak: none;
  margin: 0 0 0 -100px;
  content: "\e01d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about-wrap .about-integrations {
  background: #fff;
  margin: 20px 0;
  padding: 1px 20px 10px;
}

.about-wrap .changelog h4 {
  line-height: 1.4;
}

.about-wrap .cptui-about-text {
  margin-bottom: 1em !important;
  margin-right: 0;
  max-width: calc(100% - 173px);
}

.email-octopus-form-row input:-ms-input-placeholder {
  color: #cccccc;
}

.email-octopus-form-row input::placeholder {
  color: #cccccc;
}

.email-octopus-form-row-hp {
  visibility: hidden;
}

.cptui-intro-devblock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.cptui-help {
  color: #424242;
  margin-left: 4px;
  opacity: 0.5;
  text-decoration: none;
  width: 16px;
}

fieldset .cptui-help {
  position: relative;
  top: 4px;
}

.cptui-help:hover {
  color: #0074a2;
  opacity: 1;
}

.cptui-help:focus {
  box-shadow: none;
}

#menu_icon_preview {
  float: right;
  padding-left: 8px;
}

#menu_icon_preview img {
  display: block;
  height: 20px;
  width: 20px;
}

.visuallyhidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cptui-spacer {
  display: block;
  margin-top: 25px;
}

.email-octopus-form-wrapper {
  background: #fff;
  margin-bottom: 10px;
  padding: 20px;
}

.email-octopus-form-wrapper label {
  margin-bottom: 10px;
}

.wdsoctosignup h2 {
  text-align: left;
}

.wdspromos {
  float: right;
  margin-left: 20px;
  margin-top: 10px;
  width: 275px;
}

.wdspromos-about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 20px 0;
}

.wdspromos-about a:nth-child(1) {
  -ms-flex-order: 0;
  order: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.wdspromos-about a:nth-child(2) {
  -ms-flex-order: 0;
  order: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.wdspromos-about a:nth-child(3) {
  -ms-flex-order: 0;
  order: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.wdspromos-about p {
  padding: 0 5px;
}

.wdspromos-about p:nth-child(1) {
  padding-left: 0;
}

.wdspromos-about p:nth-child(4) {
  padding-right: 0;
}

.no-js #cptui_choose_icon {
  display: none;
}

.cptui-listings th {
  font-weight: bold;
}

.cptui-listings .post-type-listing th {
  width: 16.66667%;
}

.cptui-listings .taxonomy-listing th {
  width: 20%;
}

#poststuff {
  min-width: 463px;
}

@media screen and (min-width: 769px) {
  .cptui-badge {
    margin-top: -42px;
    height: 173px;
    width: 173px;
    color: #fafafa;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    background: url(../images/cptui-icon-173x173.png) no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .cptui-table #description {
    width: 100%;
  }
  .wdspromos-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wdspromos-about p {
    margin: 5px auto;
  }
  .wdspromos-about p:nth-child(1) {
    padding-left: 5px;
  }
  .wdspromos-about p:nth-child(4) {
    padding-right: 5px;
  }
  .cptui-table td.outer {
    width: 100%;
  }
  #cptui_debug_info_email {
    width: 100%;
  }
}
