@charset "UTF-8";
.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: rgb(255, 0, 0);
}

.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;
}
:dir(rtl) .cptui-support #support .question:before {
  content: "\f141";
  margin-left: 0;
  margin-right: -25px;
}
.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%;
}
:dir(rtl) .cptui_post_import,
:dir(rtl) .cptui_tax_import {
  direction: ltr;
}

.cptui_post_type_get_code,
.cptui_tax_get_code {
  height: 300px;
  resize: vertical;
}
:dir(rtl) .cptui_post_type_get_code,
:dir(rtl) .cptui_tax_get_code {
  direction: ltr;
}

.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;
  -moz-box-sizing: border-box;
  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);
}

.cptui-pro-callout {
  background: linear-gradient(135deg, #2271b1 0%, #6a3fa0 100%);
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  color: #fff;
  margin: 24px 0 32px;
  padding: 32px 36px;
}
.cptui-pro-callout__header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.cptui-pro-callout__title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 12px;
}
.cptui-pro-callout__tagline {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 20px;
  max-width: 720px;
  opacity: 0.92;
}
.cptui-pro-callout__cta {
  margin: 0;
}
.cptui-pro-callout__cta .button-primary.button-hero {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  color: #2271b1;
  font-weight: 600;
  text-shadow: none;
}
.cptui-pro-callout__cta .button-primary.button-hero:hover, .cptui-pro-callout__cta .button-primary.button-hero:focus {
  background: #f6f7f7;
  border-color: #f6f7f7;
  color: #135e96;
}
.cptui-pro-callout__features {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
.cptui-pro-callout__feature {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  margin: 0;
  padding: 16px 18px;
}
.cptui-pro-callout__feature-title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
}
.cptui-pro-callout__feature-desc {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  opacity: 0.92;
}
@media screen and (max-width: 768px) {
  .cptui-pro-callout {
    padding: 24px 20px;
  }
  .cptui-pro-callout__title {
    font-size: 24px;
  }
  .cptui-pro-callout__features {
    grid-template-columns: 1fr;
  }
}

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

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

.cptui-intro-devblock {
  display: flex;
  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;
}
:dir(rtl) .wdspromos {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}

.cptui-promo-hero,
.cptui-promo-card,
.cptui-promo-secondary,
.cptui-promo-remove-ads {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.cptui-promo-hero {
  background: #fff;
  border: 1px solid #dcdcde;
  border-left: 4px solid #534AB7;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 16px 0;
  padding: 18px;
}
.cptui-promo-hero__badge {
  background: #534AB7;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 3px 9px;
  text-transform: uppercase;
}
.cptui-promo-hero__title {
  color: #1d2327;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  margin: 12px 0 14px;
}
.cptui-promo-hero__tagline {
  color: #50575e;
  font-size: 12.5px;
  line-height: 1.5;
  margin: 0 0 14px;
}
.cptui-promo-hero__features {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.cptui-promo-hero__features li {
  color: #1d2327;
  font-size: 12.5px;
  line-height: 1.45;
  margin: 0 0 10px;
  padding-left: 24px;
  position: relative;
}
.cptui-promo-hero__features li::before {
  background: #EEEDFE;
  border-radius: 50%;
  color: #534AB7;
  content: "✓";
  font-size: 10px;
  font-weight: 700;
  height: 16px;
  left: 0;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 16px;
}
.cptui-promo-hero__features li:last-child {
  margin-bottom: 0;
}
.cptui-promo-hero__feature-title {
  display: block;
  font-weight: 600;
}
.cptui-promo-hero__feature-detail {
  color: #50575e;
  display: block;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 2px;
}
.cptui-promo-hero__guarantee {
  background: #EEEDFE;
  border-radius: 4px;
  color: #423a8f;
  font-size: 11px;
  font-weight: 600;
  margin: 14px 0;
  padding: 7px 10px;
  text-align: center;
}
.cptui-promo-hero__cta {
  background: #534AB7;
  border: 1px solid #534AB7;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s, border-color 0.15s;
  width: 100%;
}
.cptui-promo-hero__cta:hover, .cptui-promo-hero__cta:focus {
  background: #3F36A0;
  border-color: #3F36A0;
  color: #fff;
}
.cptui-promo-hero__cta:focus {
  box-shadow: 0 0 0 2px rgba(83, 74, 183, 0.35);
  outline: none;
}

.cptui-promo-secondary {
  margin: 24px 0;
}
.cptui-promo-secondary__heading {
  border-top: 1px solid #c3c4c7;
  color: #1d2327;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 14px;
  padding-top: 14px;
  text-transform: uppercase;
}
.cptui-promo-secondary__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cptui-promo-secondary--about {
  margin-bottom: 30px;
}
.cptui-promo-secondary--about .cptui-promo-secondary__list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
}
.cptui-promo-secondary--about .cptui-promo-card {
  flex: 1 1 220px;
}

.cptui-promo-card {
  background: #fff;
  border: 1px solid #c3c4c7;
  border-left: 3px solid #2271b1;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px 14px;
}
.cptui-promo-card__title {
  color: #1d2327;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 6px;
}
.cptui-promo-card__tagline {
  color: #2c3338;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 8px;
}
.cptui-promo-card__cta {
  color: #2271b1;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.cptui-promo-card__cta:hover, .cptui-promo-card__cta:focus {
  color: #135e96;
  text-decoration: underline;
}

.cptui-promo-remove-ads {
  margin: 18px 0 0;
  text-align: center;
}
.cptui-promo-remove-ads a {
  color: #646970;
  font-size: 11px;
  text-decoration: underline;
}
.cptui-promo-remove-ads a:hover, .cptui-promo-remove-ads a:focus {
  color: #1d2327;
}

.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;
}

.dashicon-picker-container {
  position: absolute;
  width: 220px;
  height: 252px;
  font-size: 14px;
  background-color: #fff;
  box-shadow: -1px 2px 5px 3px rgba(0, 0, 0, 0.41);
  overflow: hidden;
  padding: 5px;
  box-sizing: border-box;
}
.dashicon-picker-container ul {
  margin: 0 0 10px;
  padding: 0;
}
.dashicon-picker-container ul .dashicons {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.dashicon-picker-container ul li {
  display: inline-block;
  margin: 5px;
  float: left;
}
.dashicon-picker-container ul li a {
  display: block;
  text-decoration: none;
  color: #373737;
  padding: 5px 5px;
  border: 1px solid #dfdfdf;
}
.dashicon-picker-container ul li a:hover {
  border-color: #999;
  background: #efefef;
}

.dashicon-picker-control {
  height: 32px;
}
.dashicon-picker-control a {
  padding: 5px;
  text-decoration: none;
  line-height: 32px;
  width: 25px;
}
.dashicon-picker-control a span {
  display: inline;
  vertical-align: middle;
}
.dashicon-picker-control input {
  font-size: 12px;
  width: 140px;
}

.cptui-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 10;
  transition: 0.25s all ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.cptui-back-to-top.show {
  opacity: 1;
  visibility: visible;
}

@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;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .cptui-table #description {
    width: 100%;
  }
  .cptui-promo-secondary--about .cptui-promo-secondary__list {
    flex-direction: column;
  }
  .cptui-table td.outer {
    width: 100%;
  }
  #cptui_debug_info_email {
    width: 100%;
  }
}

/*# sourceMappingURL=cptui-styles.css.map */
