/**
 * 01. Base
 *     01. 01. Header
 *     01. 02. Sticky
 *     01. 03. Header Buttons
 *     01. 04. Navigation
 *     01. 05. Wrapper
 *     01. 06. Content
 *     01. 07. Section
 *     01. 08. Footer
 *     01. 09. Copyright
 *     01. 10. Show All Options
 *     01. 11. Search Input
 *     01. 12. Metabox
 *     01. 13. Comment Metabox
 *     01. 14. Help Tooltip
 * 02. Themes
 *     02. 01. Theme Dark
 *     02. 02. Theme Light
 * 03. Fields
 *     03. 01. Field
 *     03. 02. Field: accordion
 *     03. 03. Field: background
 *     03. 04. Field: backup
 *     03. 05. Field: border, spacing, column, dimensions
 *     03. 06. Field: button_set
 *     03. 07. Field: checkbox, radio
 *     03. 08. Field: code_editor
 *     03. 09. Field: color
 *     03. 10. Field: color_group
 *     03. 11. Field: fieldset
 *     03. 12. Field: date
 *     03. 13. Field: gallery
 *     03. 14. Field: group
 *     03. 15. Field: icon
 *     03. 16. Field: image_select
 *     03. 17. Field: link_color
 *     03. 18. Field: map
 *     03. 19. Field: media
 *     03. 20. Field: palette
 *     03. 21. Field: repeater
 *     03. 22. Field: select
 *     03. 23. Field: slider
 *     03. 24. Field: sortable
 *     03. 25. Field: sorter
 *     03. 26. Field: spinner
 *     03. 27. Field: switcher
 *     03. 28. Field: tabbed
 *     03. 29. Field: text
 *     03. 30. Field: textarea
 *     03. 31. Field: typography
 *     03. 32. Field: upload
 *     03. 33. Field: wp_editor
 *     03. 34. Field: heading
 *     03. 35. Field: subheading
 *     03. 36. Field: submessage
 *     03. 37. Field: notice
 *     03. 38. Field: number
 *     03. 39. Field: others
 * 04. Widget
 * 05. Customizer
 * 06. Taxonomy
 * 07. Profile
 * 08. Modal
 *     08. 01. Shortcode Modal
 *     08. 02. Gutenberg Modal
 *     08. 03. Icon Modal
 * 09. Helper
 * 11. Responsive
 * 12. Others
 *
 * ---------------------------------------------------------
 *
 */
/**
 * 01. Base
 */
.text-center {
  text-align: center;
}
.spwps {
  position: relative;
}
.spwps label {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.spwps-ab-icon {
  top: 2px;
}

#screen-meta-links + .spwps-options {
  margin-top: 40px;
}

.spwps-options {
  margin-top: 20px;
  margin-right: 20px;
}

/**
 * 01. 01. Header
 */
.spwps-header {
  position: relative;
}

.spwps-header-inner {
  padding: 25px;
}
h1.spwps-options-page-title {
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  padding: 18px 0 0;
  line-height: 29px;
}
.wpsp-settings-page .spwps-header-inner h1 {
  float: left;
  margin: 0;
  font-size: 22px;
  color: #444;
  font-weight: 600;
  line-height: 35px;
}

/**
 * 01. 02. Sticky
 */
.spwps-sticky .spwps-header-inner {
  position: fixed;
  z-index: 99999;
  top: 32px;
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.125);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.125);
}

/**
 * 01. 03. Header Buttons
 */
.spwps-buttons {
  float: right;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.spwps-buttons .button {
  margin: 0 2px;
  line-height: 26px;
}
.wpsp-settings-page .spwps-buttons .button {
  border-radius: 0;
}
.wpsp-settings-page .spwps-buttons .button.spwps-warning-primary {
  box-shadow: 0 3px 0 #a5212e !important;
}
.wpsp-settings-page .spwps-buttons .button.spwps-warning-primary:hover,
.wpsp-settings-page .spwps-buttons .button.spwps-warning-primary:focus {
  box-shadow: 0 3px 0 #82121d !important;
}
.wpsp-settings-page .spwps-buttons .button.spwps-save {
  box-shadow: 0 3px 0 #016394 !important;
}
.wpsp-settings-page .spwps-buttons .button.spwps-save:hover,
.wpsp-settings-page .spwps-buttons .button.spwps-save:focus {
  box-shadow: 0 3px 0 #014c71 !important;
}
.wpsp-settings-page .spwps-buttons .button.spwps-reset-section {
  border-color: #888;
  background: #888;
  box-shadow: 0 3px 0 #666 !important;
  color: #fff;
}
.wpsp-settings-page .spwps-buttons .button.spwps-reset-section:hover,
.wpsp-settings-page .spwps-buttons .button.spwps-reset-section:focus {
  border-color: #6b6a6a;
  background: #6b6a6a;
  box-shadow: 0 3px 0 #4a4949 !important;
}
.spwps-buttons .button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.spwps-buttons .spwps-save {
  min-width: 72px;
}

.spwps-header-left {
  float: left;
}

.spwps-header-right {
  float: right;
}

/**
 * 01. 04. Navigation
 */
.spwps-nav {
  display: block;
  position: relative;
  z-index: 10;
  float: left;
  width: 225px;
}
.wpsp-shortcode-options .spwps-nav {
  position: inherit;
  float: none;
  width: 100%;
  background: #f1f1f1;
  -webkit-box-shadow: inset 3px -1px 1px -1px rgba(0,0,0,.04);
  -moz-box-shadow: inset 3px -1px 1px -1px rgba(0,0,0,.04);
  box-shadow: inset 3px -1px 1px -1px rgba(0,0,0,.04);
}
.spwps-nav ul {
  clear: left;
  margin: 0;
  list-style-type: none;
}
.spwps-nav ul li {
  margin-bottom: 0;
}
.wpsp-shortcode-options .spwps-nav ul li {
  display: inline-block;
}
.spwps-nav ul li a {
  font-size: 13px;
  position: relative;
  display: block;
  padding: 14px 12px;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.spwps-nav ul li a:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.spwps-nav ul li .spwps-arrow:after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 9px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.spwps-nav ul li.spwps-tab-active .spwps-arrow:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.spwps-nav ul li.spwps-tab-active ul {
  display: block;
}
.spwps-nav ul ul {
  display: none;
  position: relative;
}
.spwps-nav ul ul li a {
  font-size: 12px;
  padding: 12px 14px 12px 24px;
}
.spwps-nav .spwps-tab-icon {
  width: 20px;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
}
.wpsp-shortcode-options .spwps-nav .spwps-tab-icon {
  width: 15px;;
}
.spwps-nav .spwps-label-error {
  margin-left: 4px;
  vertical-align: top;
}

.spwps-nav-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 225px;
}

/**
 * 01. 05. Wrapper
 */
.spwps-wrapper {
  position: relative;
}

/**
 * 01. 06. Content
 */
.spwps-content {
  position: relative;
  margin-left: 225px;
  background-color: #fff;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.wpsp-shortcode-options .spwps-content {
  margin-left: 0;
}

/**
 * 01. 07. Section
 */
.spwps-sections {
  float: left;
  width: 100%;
}

.spwps-section {
  display: none;
}

.spwps-section-title {
  display: none;
  padding: 20px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.spwps-section-title h3 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.spwps-section-title .spwps-section-icon {
  margin-right: 5px;
}

/**
 * 01. 09. Copyright
 */
.spwps-copyright {
  float: left;
  margin-top: 5px;
}

/**
 * 01. 10. Show All Options
 */
.spwps-search-all .spwps-nav-background,
.spwps-search-all .spwps-nav,
.spwps-show-all .spwps-nav-background,
.spwps-show-all .spwps-nav {
  display: none;
}
.spwps-search-all .spwps-content,
.spwps-show-all .spwps-content {
  margin-left: 0;
}
.spwps-search-all .spwps-section-title,
.spwps-search-all .spwps-section,
.spwps-show-all .spwps-section-title,
.spwps-show-all .spwps-section {
  display: block !important;
}

.spwps-search-all .spwps-section-title {
  display: none !important;
}

.spwps-expand-all {
  float: left;
  padding: 0 8px;
  margin-right: 4px;
  z-index: 1;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
  user-select: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.spwps-expand-all span {
  font-size: 11px;
  vertical-align: middle;
}

/**
 * 01. 11. Search Input
 */
.spwps-search {
  float: left;
}
.spwps-search input {
  margin: 0 2px 0 0;
  border: none;
  font-size: 12px;
  line-height: 30px;
  min-height: 30px;
  text-align: inherit;
  padding: 0 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.spwps-search input:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.spwps-saving .spwps-buttons,
.spwps-saving .spwps-content {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

/**
 * 01. 12. Metabox
 */
.spwps-metabox {
  margin: -6px -12px -12px -12px;
}
.spwps-metabox .spwps-section-title {
  padding: 20px;
}

.block-editor-page .spwps-metabox {
  margin: -6px -14px -14px -14px;
}

.block-editor-editor-skeleton__content .spwps-metabox {
  border-left: 1px solid #e2e4e7;
  border-right: 1px solid #e2e4e7;
}

.spwps-restore-wrapper {
  position: relative;
  z-index: 1000000;
  text-align: right;
  padding: 10px;
  border-top: 1px solid #eee;
}
.spwps-restore-wrapper .spwps-button-cancel,
.spwps-restore-wrapper input {
  display: none;
}
.spwps-restore-wrapper span {
  -webkit-user-select: none;
  user-select: none;
}
.spwps-restore-wrapper input:checked ~ .spwps-button-restore {
  display: none;
}
.spwps-restore-wrapper input:checked ~ .spwps-button-cancel {
  display: inline-block;
}

#side-sortables .spwps-section-title {
  padding: 12px;
}
#side-sortables .spwps-field {
  padding: 12px;
}
#side-sortables .spwps-field .spwps-title {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
#side-sortables .spwps-field .spwps-fieldset {
  float: none;
  width: 100%;
}
#side-sortables .spwps-notice {
  padding: 12px;
}

/**
 * 01. 13. Comment Metabox
 */
.spwps-comment-metabox {
  margin: -6px -12px -12px -12px;
}
.spwps-comment-metabox .spwps-section-title {
  padding: 20px;
}

/**
 * 01. 14. Help Tooltip
 */
.spwps-tooltip {
  position: absolute;
  z-index: 5000001;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  padding: 6px 12px;
  max-width: 200px;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/**
 * 02. Themes
 */
/**
 * 02. 01. Theme Dark
 */
.spwps-theme-dark .spwps-header-inner {
  background-color: #050505;
}
.spwps-theme-dark .spwps-header-inner h1 {
  color: #fff;
}
.spwps-theme-dark .spwps-header-inner h1 small {
  color: #555;
}
.spwps-theme-dark .spwps-expand-all {
  color: #999;
  background-color: #222;
}
.spwps-theme-dark .spwps-expand-all:hover {
  color: #fff;
  background-color: #333;
}
.spwps-theme-dark .spwps-search input {
  color: #fff;
  background-color: #222;
}
.spwps-theme-dark .spwps-search:focus {
  background-color: #444;
}
.spwps-theme-dark .spwps-search::-webkit-input-placeholder {
  color: #666;
}
.spwps-theme-dark .spwps-nav ul li a {
  color: #999;
  background-color: #222;
  border-bottom: 1px solid #2f2f2f;
}
.wpsp-shortcode-options .spwps-theme-dark .spwps-nav ul li a{
  background-color: #a46497;
  border-top: 1px solid #a46497;
  font-size: 13px;
  padding: 16px 15px;
  line-height: 1.4;
  border-bottom: 1px solid #ddd;
  color: #fff;
  border-right: 1px solid #e2e2e1;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: -1px;
}
.spwps-theme-dark .spwps-nav ul li a:hover {
  color: #fff;
}
.wpsp-shortcode-options .spwps-theme-dark .spwps-nav ul li .spwps-section-active {
  border-bottom: 1px solid transparent;
  border-top: 1px solid #96588a;
  background-color: #fff;
  box-shadow: 0 3px 0 0 #96588a inset;
  color: #000;
}
.wpsp-shortcode-options .spwps-nav ul li .spwps-section-active i {
  color: #96588a;
}
.spwps-theme-dark .spwps-nav ul ul li a {
  background-color: #191919;
  border-bottom: 1px solid #2f2f2f;
}
.spwps-theme-dark .spwps-nav ul ul li .spwps-section-active {
  background-color: #101010;
}
.spwps-theme-dark .spwps-nav ul ul:before {
  background-color: rgba(34, 34, 34, 0.75);
}
.spwps-theme-dark .spwps-nav-background {
  background-color: #222;
}
.wpsp-shortcode-options .spwps-theme-dark .spwps-nav-background {
  background-color: transparent;
  position: relative;
}

/**
 * 02. 02. Theme Light
 */
.spwps-theme-light .spwps-container {
  border: 1px solid #e5e5e5;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
}
.wpsp-settings-page.spwps-theme-light .spwps-container {
  border: 1px solid #cecece;
}
.spwps-theme-light .spwps-header-inner {
  background-color: #f2f2f2;
  border-bottom: 1px solid #cecece;
  padding: 22px 28px;
}
.spwps-theme-light .spwps-expand-all {
  color: #999;
  background-color: #fff;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.spwps-theme-light .spwps-expand-all:hover {
  color: #555;
}
.spwps-theme-light .spwps-search input {
  color: #555;
  background-color: #fff;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.spwps-theme-light .spwps-search input::-webkit-input-placeholder {
  color: #bbb;
}
.spwps-theme-light .spwps-nav ul li a {
  text-transform: uppercase;
  font-weight: 600;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cecece;
  background-color: #efefef;
  margin-bottom: 0;
  color: #464646;
  padding: 15px 15px;
}
.spwps-theme-light .spwps-nav ul li .spwps-section-active {
  box-shadow: 3px 0 0 0 #a46497 inset;
  background-color: #fff;
  color: #a46497;
  margin-right: -1px;
}
.spwps-theme-light .spwps-nav ul ul li a {
  background-color: #eee;
  border-bottom: 1px solid #e5e5e5;
}
.spwps-theme-light .spwps-nav-background {
  background-color: #ddd;
  border-right: 1px solid #cecece;
}

/**
 * 03. Fields
 */
.spwps-field {
  position: relative;
  padding: 22px 30px;
}
.spwps-field p:first-child {
  margin-top: 0;
}
.spwps-field p:last-child {
  margin-bottom: 0;
}
.spwps-field:after, .spwps-field:before {
  content: " ";
  display: table;
}
.spwps-field:after {
  clear: both;
}
.spwps-field h4 {
  margin-top: 0;
}
.spwps-field .spwps-title {
  position: relative;
  width: 25%;
  float: left;
}
.spwps-field .spwps-title h4 {
  margin: 0;
  color: #23282d;
}
.spwps-field .spwps-fieldset {
  float: right;
  width: calc(75% - 20px);
}

.spwps-pseudo-field {
  padding: 0 5px 0 0 !important;
  display: inline-block;
}
.spwps-pseudo-field + .spwps-pseudo-field {
  border: 0;
}
.spwps-pseudo-field pre {
  display: none;
}

/**
 * 03. 02. Field: accordion
 */
.spwps-field-accordion .spwps-accordion-item {
  position: relative;
  margin-bottom: 5px;
}
.spwps-field-accordion .spwps-accordion-item h4 {
  font-size: 1em;
}
.spwps-field-accordion .spwps-accordion-title {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 15px;
  min-height: 0;
  font-size: 100%;
  user-select: none;
  border: 1px solid #ccd0d4;
  background-color: #fafafa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  transition: border-color .15s;
}
.spwps-field-accordion .spwps-accordion-title:active, .spwps-field-accordion .spwps-accordion-title:hover, .spwps-field-accordion .spwps-accordion-title:focus {
  outline: none;
  border-color: #999;
}
.spwps-field-accordion .spwps-accordion-icon {
  width: 14px;
  text-align: center;
}
.spwps-field-accordion .spwps--icon {
  width: 20px;
  text-align: center;
  margin-right: 2px;
}
.spwps-field-accordion .spwps-accordion-content {
  display: none;
  padding: 0;
  border: 1px solid #ccd0d4;
  border-top: none;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.spwps-field-accordion .spwps-accordion-content > .spwps-field {
  padding: 15px;
}
.spwps-field-accordion .spwps-accordion-open {
  display: block;
}

/**
 * 03. 03. Field: background
 */
.spwps-field-background .spwps-field {
  border: 0 !important;
  padding: 0;
  margin-bottom: 6px;
  margin-right: 6px;
}
.spwps-field-background .spwps--title {
  color: #777;
  font-size: 12px;
}
.spwps-field-background .spwps--background-colors {
  display: flex;
}
.spwps-field-background .spwps--background-attributes {
  display: flex;
  flex-wrap: wrap;
}
.spwps-field-background .spwps--background-attributes select {
  min-width: 100%;
  margin: 0;
}
.spwps-field-background .spwps--background-attributes .spwps-field {
  flex: 1;
}
.spwps-field-background .spwps--attributes-hidden {
  display: none;
}

/**
 * 03. 04. Field: backup
 */
.spwps-field-backup textarea {
  width: 100%;
  min-height: 200px;
  margin-bottom: 5px;
}
.spwps-field-backup small {
  display: inline-block;
  margin: 5px;
}
.spwps-field-backup hr {
  margin: 20px 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

/**
 * 03. 05. Field: border, spacing, column, dimensions
 */
.spwps-field-border .spwps--inputs,
.spwps-field-spacing .spwps--inputs,
.spwps-field-column .spwps--inputs,
.spwps-field-dimensions .spwps--inputs {
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.spwps-field-border .spwps--input,
.spwps-field-spacing .spwps--input,
.spwps-field-column .spwps--input,
.spwps-field-dimensions .spwps--input {
  display: flex;
  padding-right: 6px;
  padding-bottom: 4px;
  box-sizing: border-box;
}
.spwps-field-border .spwps--input select,
.spwps-field-spacing .spwps--input select,
.spwps-field-column .spwps--input select,
.spwps-field-dimensions .spwps--input select {
  margin: 0;
}
.spwps-field-border .spwps--input input,
.spwps-field-spacing .spwps--input input,
.spwps-field-column .spwps--input input,
.spwps-field-dimensions .spwps--input input {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 65px;
  max-width: 100%;
  text-align: center;
}
.spwps-field-border .spwps--color,
.spwps-field-spacing .spwps--color,
.spwps-field-column .spwps--color,
.spwps-field-dimensions .spwps--color {
  float: left;
}
.spwps-field-border .spwps--label,
.spwps-field-spacing .spwps--label,
.spwps-field-column .spwps--label,
.spwps-field-dimensions .spwps--label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  user-select: none;
  min-width: 20px;
  max-width: 100%;
  padding: 0 4px;
  font-size: 12px;
  text-align: center;
  color: #555;
  border: 1px solid #7B776C;
  background-color: #f5f5f5;
}
.spwps-field-border .spwps--icon,
.spwps-field-spacing .spwps--icon,
.spwps-field-column .spwps--icon,
.spwps-field-dimensions .spwps--icon {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.spwps-field-border .spwps--icon + input,
.spwps-field-spacing .spwps--icon + input,
.spwps-field-column .spwps--icon + input,
.spwps-field-dimensions .spwps--icon + input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.spwps-field-border .spwps--unit,
.spwps-field-spacing .spwps--unit,
.spwps-field-column .spwps--unit,
.spwps-field-dimensions .spwps--unit {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.spwps-field-border .spwps--is-unit,
.spwps-field-spacing .spwps--is-unit,
.spwps-field-column .spwps--is-unit,
.spwps-field-dimensions .spwps--is-unit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.spwps-field-border .spwps--color .spwps--title {
  margin-top: -18px;
}

/**
 * 03. 06. Field: button_set
 */
.spwps-field-button_set .spwps--buttons {
  display: inline-block;
}
.spwps-field-button_set.wpsp-nav-arrow-icons .spwps--button {
  padding: 7px 0;
}
.spwps-field-button_set .spwps--button {
  position: relative;
  z-index: 1;
  float: left;
  cursor: pointer;
  padding: 7px 14px;
  min-width: 40px;
  text-align: center;
  color: #555;
  border: 1px solid #cccccc;
  background-color: #f7f7f7;
  user-select: none;
  -webkit-user-select: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.spwps-field-button_set .spwps--button:first-child {
  border-radius: 4px 0 0 4px;
}
.spwps-field-button_set .spwps--button:last-child {
  border-radius: 0 4px 4px 0;
}
.spwps-field-button_set .spwps--button:not(:first-child) {
  margin-left: -1px;
}
.spwps-field-button_set .spwps--button:hover {
  background-color: #eee;
}
.spwps-field-button_set .spwps--active:hover,
.spwps-field-button_set .spwps--active {
  z-index: 2;
  color: #fff;
  border-color: #006799;
  background-color: #0085ba;
}
.spwps-field-button_set input {
  display: none;
}
.spwps-field-button_set.product-rating-alignment .spwps--button {
  padding: 7px 4px;
}

/**
 * 03. 07. Field: checkbox, radio
 */
.spwps-field-checkbox ul,
.spwps-field-radio ul {
  margin: 0;
  padding: 0 1px;
  list-style-type: none;
  overflow-y: auto;
  max-height: 305px;
}
.spwps-field-checkbox ul ul,
.spwps-field-radio ul ul {
  max-height: none;
}
.spwps-field-checkbox .spwps--inline-list li,
.spwps-field-radio .spwps--inline-list li {
  display: inline-block;
  margin-right: 15px;
}
.spwps-field-checkbox input[type="radio"]:checked:before,
.spwps-field-radio input[type="radio"]:checked:before {
  line-height: 10px;
}
.spwps-field-checkbox .spwps-checker,
.spwps-field-radio .spwps-checker {
  cursor: pointer;
}

/**
 * 03. 08. Field: code_editor
 */
.spwps-field-code_editor .CodeMirror {
  width: 100%;
  height: 400px;
}
.spwps-field-code_editor .cm-s-default {
  border: 1px solid #ccd0d4;
}
.spwps-field-code_editor textarea {
  width: 100%;
  height: 400px;
}

/**
 * 03. 09. Field: color
 */
.spwps-field-color > input {
  opacity: 0.75;
  width: 115px;
  max-width: 100%;
}

/**
 * 03. 10. Field: color_group
 */
.spwps-field-color_group .spwps--left {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.spwps-field-color_group .spwps--title {
  color: #999;
  margin-bottom: 5px;
}

/**
 * 03. 11. Field: fieldset
 */
.spwps-field-fieldset .spwps-fieldset-content {
  border: 1px solid #ccd0d4;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.spwps-field-fieldset .spwps-fieldset-content > .spwps-field {
  padding: 15px;
}
.spwps-field-fieldset .spwps-field-subheading {
  font-size: 13px;
}

/**
 * 03. 12. Field: date
 */
.spwps-field-date input {
  margin: 0;
}
.spwps-field-date .spwps--to {
  margin-left: 7px;
}

.spwps-datepicker-wrapper {
  margin-top: 5px;
  width: auto;
  background-color: #fff;
  z-index: 9999999 !important;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.spwps-datepicker-wrapper * {
  float: none;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.spwps-datepicker-wrapper .ui-widget-header,
.spwps-datepicker-wrapper .ui-datepicker-header {
  color: #fff;
  background: #00a0d2;
}
.spwps-datepicker-wrapper .ui-datepicker-header .ui-state-hover {
  cursor: pointer;
}
.spwps-datepicker-wrapper .ui-datepicker-title {
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.spwps-datepicker-wrapper .ui-datepicker-prev,
.spwps-datepicker-wrapper .ui-datepicker-next {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  text-align: center;
  width: 41px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.spwps-datepicker-wrapper .ui-datepicker-next span,
.spwps-datepicker-wrapper .ui-datepicker-prev span {
  display: none;
}
.spwps-datepicker-wrapper .ui-datepicker-prev {
  float: left;
}
.spwps-datepicker-wrapper .ui-datepicker-next {
  float: right;
}
.spwps-datepicker-wrapper .ui-datepicker-prev:before {
  content: '\f053';
}
.spwps-datepicker-wrapper .ui-datepicker-next:before {
  content: '\f054';
}
.spwps-datepicker-wrapper .ui-datepicker-prev-hover,
.spwps-datepicker-wrapper .ui-datepicker-next-hover {
  opacity: 0.75;
}
.spwps-datepicker-wrapper tbody .ui-datepicker-week-col {
  background-color: #f7f7f7;
}
.spwps-datepicker-wrapper .ui-datepicker-buttonpane {
  padding: 10px;
  text-align: center;
  background-color: #f7f7f7;
}
.spwps-datepicker-wrapper .ui-datepicker-buttonpane button {
  cursor: pointer;
  margin: 0 5px;
  padding: 7px 14px;
  border: 1px solid #eee;
  background-color: #fff;
}
.spwps-datepicker-wrapper select {
  margin: 0 4px;
}
.spwps-datepicker-wrapper select option {
  color: #555;
}
.spwps-datepicker-wrapper table {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}
.spwps-datepicker-wrapper thead {
  color: #fff;
  background: #32373c;
}
.spwps-datepicker-wrapper th {
  text-align: center;
  padding: 7px;
  border: 1px solid #444;
}
.spwps-datepicker-wrapper td {
  text-align: center;
  border: 1px solid #f4f4f4;
}
.spwps-datepicker-wrapper td.ui-datepicker-other-month {
  border: transparent;
}
.spwps-datepicker-wrapper td .ui-state-default {
  color: #555;
  width: auto;
  display: block;
  padding: 6px 12px;
}
.spwps-datepicker-wrapper td .ui-state-active,
.spwps-datepicker-wrapper td .ui-state-hover {
  color: #fff;
  background-color: #0073aa;
}
.spwps-datepicker-wrapper td.ui-state-disabled .ui-state-default {
  opacity: 0.5;
}

/**
 * 03. 13. Field: gallery
 */
.spwps-field-gallery input {
  display: none;
}
.spwps-field-gallery ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.spwps-field-gallery ul li {
  display: inline-block;
  position: relative;
  padding: 4px;
  margin: 0 5px 10px 0;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.spwps-field-gallery ul li img {
  max-height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.spwps-field-gallery .button {
  margin-right: 5px;
  margin-bottom: 5px;
}

/**
 * 03. 14. Field: group
 */
.spwps-field-group .spwps-cloneable-hidden {
  display: none !important;
}
.spwps-field-group .spwps-cloneable-wrapper {
  position: relative;
}
.spwps-field-group .spwps-cloneable-item {
  display: none;
  position: relative;
  margin-bottom: 5px;
}
.spwps-field-group .spwps-cloneable-item h4 {
  font-size: 1em;
}
.spwps-field-group .ui-accordion .spwps-cloneable-item {
  display: block;
}
.spwps-field-group .spwps-cloneable-content {
  border: 1px solid #ccd0d4;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.spwps-field-group .spwps-cloneable-content > .spwps-field {
  padding: 15px;
}
.spwps-field-group .spwps-cloneable-title {
  display: block;
  cursor: pointer;
  position: relative;
  user-select: none;
  margin: 0;
  padding: 15px 65px 15px 10px;
  min-height: 0;
  font-size: 100%;
  border: 1px solid #ccd0d4;
  background-color: #fafafa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  transition: border-color .15s;
}
.spwps-field-group .spwps-cloneable-title:active, .spwps-field-group .spwps-cloneable-title:hover, .spwps-field-group .spwps-cloneable-title:focus {
  border-color: #999;
  outline: none;
}
.spwps-field-group .spwps-cloneable-helper {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1;
  font-size: 14px;
  line-height: 1em;
}
.spwps-field-group .spwps-cloneable-helper i {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  color: #999;
}
.spwps-field-group .spwps-cloneable-helper i:hover {
  color: #555;
}
.spwps-field-group .spwps-cloneable-content {
  padding: 0;
  border-top: 0;
}
.spwps-field-group .spwps-cloneable-title-prefix,
.spwps-field-group .spwps-cloneable-title-number {
  margin-right: 5px;
}
.spwps-field-group .spwps-cloneable-alert {
  display: none;
  margin-bottom: 5px;
  padding: 10px 20px;
  color: #a94442;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
}
.spwps-field-group .widget-placeholder {
  margin-bottom: 10px;
  border: 1px dashed #f1c40f;
  background-color: #fffae4;
}
.spwps-field-group .spwps-cloneable-header-icon {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 17px;
  text-indent: 0;
  vertical-align: text-top;
}
.spwps-field-group .spwps-cloneable-placeholder {
  background-color: #ddd;
  margin-top: 4px;
  width: 100px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
}

/**
 * 03. 15. Field: icon
 */
.spwps-field-icon input {
  display: none;
}
.spwps-field-icon .button {
  margin-right: 5px;
}
.spwps-field-icon .spwps-icon-preview i {
  display: inline-block;
  font-size: 16px;
  width: 30px;
  height: 28px;
  line-height: 28px;
  margin-right: 5px;
  text-align: center;
  vertical-align: top;
  color: #555;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * 03. 16. Field: image_select
 */
.spwps-field-image_select .wpsp-image-name {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
}
.spwps-field-image_select .spwps--image {
  cursor: pointer;
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 5px 5px 0;
  vertical-align: bottom;
  border: 2px solid transparent;
  background-color: #fff;
  user-select: none;
  -webkit-user-select: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.spwps-field-image_select .spwps--image:before {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  content: "\f00c";
  width: 16px;
  height: 16px;
  line-height: 14px;
  opacity: 0;
  color: #fff;
  background-color: #3aa225;
  transition: opacity .2s;
}
.spwps-field-image_select .spwps--active:before {
  opacity: 1;
}
.spwps-field-image_select .spwps--active img {
  opacity: 1;
  outline: 2px solid #3aa225;
  outline-offset: -2px;
}
.spwps-field-image_select img {
  vertical-align: top;
}
.spwps-field-image_select input {
  display: none;
}

/**
 * 03. 17. Field: link_color
 */
.spwps-field-link_color .spwps--left {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.spwps-field-link_color .spwps--title {
  color: #777;
  margin-bottom: 5px;
}

/**
 * 03. 18. Field: map
 */
.spwps-field-map input {
  width: 100%;
}
.spwps-field-map input[type="text"].ui-autocomplete-loading {
  background-position-x: calc(100% - 5px);
}
.spwps-field-map .spwps--map-search + .spwps--map-osm-wrap {
  margin-top: 10px;
}
.spwps-field-map .spwps--map-osm-wrap {
  position: relative;
  padding: 5px;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.spwps-field-map .spwps--map-osm {
  position: relative;
  z-index: 1;
  min-height: 250px;
}
.spwps-field-map .spwps--map-inputs {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.spwps-field-map .spwps--map-input {
  flex: 1;
}
.spwps-field-map .spwps--map-input:last-child {
  padding-left: 10px;
}
.spwps-field-map label {
  display: block;
  color: #777;
  font-size: 12px;
  margin: 0 0 2px 0;
}

.spwps-map-ui-autocomplate {
  z-index: 999999;
  border-radius: 4px;
  overflow: hidden;
}

/**
 * 03. 19. Field: media
 */
.spwps-field-media .spwps--placeholder {
  display: flex;
}
.spwps-field-media .spwps--placeholder input {
  width: 100%;
  margin: 0;
}
.spwps-field-media .button {
  margin-left: 5px;
}
.spwps-field-media .hidden + .button {
  margin-left: 0;
}
.spwps-field-media .spwps--preview {
  position: relative;
}
.spwps-field-media .spwps--preview .fa-times {
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 4px;
  font-size: 14px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #dd3333;
  opacity: 0.8;
  transition: all .2s;
}
.spwps-field-media .spwps--preview .fa-times:hover {
  opacity: 1;
}
.spwps-field-media .spwps--preview .fa-times:focus {
  box-shadow: none;
}

/**
 * 03. 20. Field: palette
 */
.spwps-field-palette .spwps--palette {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #ddd;
  margin-right: 10px;
  margin-bottom: 10px;
  user-select: none;
  -webkit-user-select: none;
  transition: all .2s;
}
.spwps-field-palette .spwps--palette span {
  vertical-align: middle;
  display: inline-block;
  width: 22px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-indent: -999px;
}
.spwps-field-palette .spwps--palette:before {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 10px;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  content: "\f00c";
  width: 16px;
  height: 16px;
  line-height: 14px;
  opacity: 0;
  color: #fff;
  background-color: #222;
  transition: opacity .2s;
}
.spwps-field-palette .spwps--active {
  border-color: #222;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.spwps-field-palette .spwps--active:before {
  opacity: 1;
}
.spwps-field-palette input {
  display: none;
}

/**
 * 03. 21. Field: repeater
 */
.spwps-field-repeater .spwps-field-text input {
  width: 100%;
}
.spwps-field-repeater .spwps-repeater-hidden {
  display: none !important;
}
.spwps-field-repeater .spwps-repeater-wrapper .spwps-repeater-item {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #eee;
}
.spwps-field-repeater .spwps-repeater-wrapper .spwps-repeater-item h4 {
  font-size: 1em;
}
.spwps-field-repeater .spwps-repeater-content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
}
.spwps-field-repeater .spwps-repeater-content > .spwps-field {
  padding: 15px;
}
.spwps-field-repeater .spwps-repeater-helper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  border-left: 1px solid #eee;
  background-color: #f7f7f7;
}
.spwps-field-repeater .spwps-repeater-helper i {
  display: inline-block;
  cursor: pointer;
  color: #999;
  padding: 5px;
}
.spwps-field-repeater .spwps-repeater-helper i:hover {
  color: #555;
}
.spwps-field-repeater .spwps-repeater-helper-inner {
  width: 75px;
}
.spwps-field-repeater .spwps-repeater-alert {
  display: none;
  margin-bottom: 5px;
  padding: 10px 20px;
  color: #a94442;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
}
.spwps-field-repeater .widget-placeholder {
  height: 50px;
  margin-bottom: 3px;
  border: 1px dashed #f1c40f;
  background-color: #fffae4;
}
.spwps-field-repeater .ui-sortable-helper {
  height: 50px !important;
  overflow: hidden !important;
  border-color: #ccc !important;
  background-color: #eee !important;
  opacity: 0.5;
}
.spwps-field-repeater .ui-sortable-helper .spwps-repeater-helper,
.spwps-field-repeater .ui-sortable-helper .spwps-repeater-content {
  display: none;
}

/**
 * 03. 22. Field: select
 */
.spwps-field-select .spwps-fieldset {
  min-height: 30px;
}
.spwps-field-select .spwps-chosen {
  display: none;
}
.spwps-field-select select {
  max-width: 100%;
  margin: 0;
}
.spwps-field-select .chosen-container.chosen-container-multi {
  max-width: 450px;
}

/**
 * 03. 23. Field: slider
 */
.spwps-field-slider .spwps--wrap {
  display: flex;
  align-items: center;
}
.spwps-field-slider .spwps--input {
  display: flex;
}
.spwps-field-slider .spwps--unit {
  display: flex;
  justify-content: center;
  flex-direction: column;
  user-select: none;
  padding: 0 6px;
  font-size: 11px;
  line-height: 1;
  border-radius: 0 4px 4px 0;
  color: #555;
  border: 1px solid #7e8993;
  border-left: 0;
  background-color: #f5f5f5;
}
.spwps-field-slider .spwps-slider-ui {
  margin-right: 15px;
}
.spwps-field-slider input[type=number] {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 50px;
  text-align: center;
}
.spwps-field-slider .spwps--is-unit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.spwps-field-slider .ui-slider {
  position: relative;
  width: 100%;
  height: 3px;
  border: none;
  background: #ddd;
  border-radius: 2px;
}
.spwps-field-slider .ui-slider-range {
  height: 3px;
  border: none;
  background: #333;
  border-radius: 2px;
}
.spwps-field-slider .ui-slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  top: -7px;
  margin-left: -8px;
  border: none;
  background: #333;
  border-radius: 2px;
}
.spwps-field-slider .ui-state-active,
.spwps-field-slider .ui-slider-handle:hover {
  cursor: pointer;
  background: #111;
}

/**
 * 03. 24. Field: sortable
 */
.spwps-field-sortable .spwps-field-text input {
  width: 100%;
  max-width: 100%;
}
.spwps-field-sortable .spwps--sortable .spwps--sortable-item {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #eee;
}
.spwps-field-sortable .spwps--sortable .spwps--sortable-item h4 {
  font-size: 1em;
}
.spwps-field-sortable .spwps--sortable-content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
}
.spwps-field-sortable .spwps--sortable-content > .spwps-field {
  padding: 15px;
}
.spwps-field-sortable .spwps--sortable-helper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  border-left: 1px solid #eee;
  background-color: #f7f7f7;
}
.spwps-field-sortable .spwps--sortable-helper i {
  display: inline-block;
  cursor: pointer;
  width: 50px;
  color: #555;
}
.spwps-field-sortable .spwps--sortable-helper i:hover {
  opacity: 0.5;
}
.spwps-field-sortable .widget-placeholder {
  height: 50px;
  margin-bottom: 3px;
  border: 1px dashed #f1c40f;
  background-color: #fffae4;
}
.spwps-field-sortable .ui-sortable-helper {
  height: 50px !important;
  overflow: hidden !important;
  border-color: #ccc !important;
  background-color: #eee !important;
  opacity: 0.5;
}
.spwps-field-sortable .ui-sortable-helper .spwps--sortable-helper,
.spwps-field-sortable .ui-sortable-helper .spwps--sortable-content {
  display: none;
}

/**
 * 03. 25. Field: sorter
 */
.spwps-field-sorter .ui-sortable-placeholder {
  height: 20px;
  border: 1px dashed #f1c40f;
  background-color: #fffae4;
}
.spwps-field-sorter .spwps-modules {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.spwps-field-sorter .spwps-modules:first-child {
  padding-right: 15px;
}
.spwps-field-sorter .spwps-modules:last-child {
  padding-left: 15px;
}
.spwps-field-sorter .spwps-disabled,
.spwps-field-sorter .spwps-enabled {
  padding: 5px 15px;
  border: 1px dashed #ddd;
  background-color: #fff;
}
.spwps-field-sorter .spwps-disabled li {
  -moz-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  opacity: 0.5;
}
.spwps-field-sorter .spwps-disabled .ui-sortable-helper {
  opacity: 1;
}
.spwps-field-sorter .spwps-sorter-title {
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  border: 1px dashed #ddd;
  border-bottom: none;
  background-color: #f8f8f8;
  text-transform: uppercase;
}
.spwps-field-sorter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 62px;
}
.spwps-field-sorter ul li {
  margin: 10px 0;
  padding: 10px 15px;
  cursor: move;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  -moz-transition: border-color 0.15s;
  -o-transition: border-color 0.15s;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
.spwps-field-sorter ul li:hover {
  border-color: #bbb;
}

/**
 * 03. 26. Field: spinner
 */
.spwps-field-spinner .spwps--spin {
  display: flex;
}
.spwps-field-spinner .ui-spinner {
  display: flex;
}
.spwps-field-spinner .ui-button-text-only, .spwps-field-spinner .ui-button-icon-only  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-width: 20px;
  padding: 0 4px;
  color: #555;
  border: 1px solid #7e8993;
  background-color: #f5f5f5;
}
.spwps-field-spinner .ui-button {
  cursor: pointer;
}
.spwps-field-spinner .ui-button:hover {
  background-color: #e7e7e7;
}
.spwps-field-spinner .ui-button:active {
  background-color: #ddd;
}
.spwps-field-spinner .ui-button:before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
}
.spwps-field-spinner .ui-spinner-down {
  order: 1;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.spwps-field-spinner .ui-spinner-down:before {
  content: "\f0d9";
}
.spwps-field-spinner .ui-spinner-input {
  order: 2;
}
.spwps-field-spinner .spwps--unit {
  order: 3;
  border-left: 0;
  user-select: none;
}
.spwps-field-spinner .ui-spinner-up {
  order: 4;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.spwps-field-spinner .ui-spinner-up:before {
  content: "\f0da";
}
.spwps-field-spinner input {
  position: relative;
  z-index: 1;
  width: 50px;
  text-align: center;
  margin: 0;
  padding: 0 8px;
  border-radius: 0;
}
.spwps-field-spinner .ui-button-text {
  display: none;
}

/**
 * 03. 27. Field: switcher
 */
.spwps-field-switcher .spwps--switcher {
  float: left;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 26px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: #ed6f6f;
  user-select: none;
  -webkit-user-select: none;
}
.spwps-field-switcher .spwps--ball {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 18px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .1s;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.spwps-field-switcher .spwps--on,
.spwps-field-switcher .spwps--off {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-right: 28px;
  opacity: 0;
  transition: all .1s;
}
.spwps-field-switcher .spwps--off {
  padding-right: 0;
  padding-left: 28px;
  opacity: 1;
}
.spwps-field-switcher .spwps--active {
  background: #4fb845;
}
.spwps-field-switcher .spwps--active .spwps--on {
  opacity: 1;
}
.spwps-field-switcher .spwps--active .spwps--off {
  opacity: 0;
}
.spwps-field-switcher .spwps--active .spwps--ball {
  left: 100%;
  margin-left: -28px;
}
.spwps-field-switcher .spwps--label {
  float: left;
  margin-top: 4px;
  margin-left: 8px;
  font-weight: 400;
  color: #999;
}
.spwps-field-switcher input {
  display: none;
}

/**
 * 03. 28. Field: tabbed
 */
.spwps-field-tabbed .spwps-tabbed-section {
  border: 1px solid #ccd0d4;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.spwps-field-tabbed .spwps-tabbed-section > .spwps-field {
  padding: 15px;
}
.spwps-field-tabbed .spwps-tabbed-nav .spwps--icon {
  padding-right: 5px;
}
.spwps-field-tabbed .spwps-tabbed-nav a {
  display: inline-block;
  padding: 12px 15px;
  margin-top: 1px;
  margin-right: 5px;
  margin-bottom: -1px;
  position: relative;
  text-decoration: none;
  color: #444;
  font-weight: 600;
  border: 1px solid #ccd0d4;
  background-color: #f3f3f3;
  transition: all .2s;
}
.spwps-field-tabbed .spwps-tabbed-nav a:hover {
  background-color: #f9f9f9;
}
.spwps-field-tabbed .spwps-tabbed-nav a.spwps-tabbed-active {
  background-color: #fff;
  border-bottom-color: #fff;
}
.spwps-field-tabbed .spwps-tabbed-nav a:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * 03. 29. Field: text
 */
.spwps-field-text input {
  width: 100%;
  max-width: 300px;
  margin: 0;
}

/**
 * 03. 30. Field: textarea
 */
.spwps-field-textarea textarea {
  width: 100%;
  max-width: 100%;
  min-height: 125px;
}
.spwps-field-textarea .spwps-shortcode-button {
  margin-bottom: 10px;
  margin-right: 5px;
}

/**
 * 03. 31. Field: typography
 */
.spwps--block-font-color {
  display: inline-block;
}
.spwps-field-typography textarea,
.spwps-field-typography select {
  min-width: 100%;
  margin: 0;
}
.spwps-field-typography .spwps--title {
  color: #777;
  margin: 0 0 2px 0;
  font-size: 12px;
}
.spwps-field-typography .spwps--title small {
  vertical-align: top;
}
.spwps-field-typography .spwps--blocks {
  display: flex;
  flex-wrap: wrap;
}
.spwps-field-typography .spwps--block {
  flex: 1;
  padding-right: 6px;
  padding-bottom: 6px;
}
.spwps-field-typography .spwps--input {
  margin: 0;
  min-width: 100%;
}
.spwps-field-typography .spwps--input-wrap {
  position: relative;
}
.spwps-field-typography .spwps--unit {
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 4px;
  bottom: 4px;
  padding: 2px 6px;
  color: #666;
  font-size: 11px;
  line-height: 1;
  border-radius: 2px;
  background: #eee;
  user-select: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.spwps-field-typography .spwps--preview {
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  color: #222;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 2.5px;
  user-select: none;
  -webkit-user-select: none;
  transition: background-color .2s, border-color .2s;
}
.spwps-field-typography .spwps--block-preview {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  max-width: 100%;
}
.spwps-field-typography .spwps--black-background {
  border-color: #000;
  background-color: #000;
}
.spwps-field-typography .spwps--toggle {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #999;
}
.spwps-field-typography .spwps--block-extra-styles {
  margin-top: 5px;
}

/**
 * 03. 32. Field: upload
 */
.spwps-field-upload input {
  width: 100%;
  margin: 0;
}
.spwps-field-upload .spwps--wrap {
  display: flex;
}
.spwps-field-upload .button {
  margin-left: 5px;
}

/**
 * 03. 33. Field: wp_editor
 */
.spwps-field-wp_editor .spwps-wp-editor {
  float: left;
  width: 100%;
}
.spwps-field-wp_editor .mce-toolbar-grp {
  border: none;
}
.spwps-field-wp_editor .mce-btn.mce-active button,
.spwps-field-wp_editor .mce-btn.mce-active:hover button,
.spwps-field-wp_editor .mce-btn.mce-active i,
.spwps-field-wp_editor .mce-btn.mce-active:hover i {
  color: #23282d;
}
.spwps-field-wp_editor .wp-media-buttons {
  position: relative;
  z-index: 2;
}
.spwps-field-wp_editor .wp-editor-tabs {
  position: relative;
  z-index: 1;
}
.spwps-field-wp_editor .spwps-no-tinymce {
  border: 1px solid #e5e5e5;
}
.spwps-field-wp_editor .spwps-no-quicktags .wp-media-buttons {
  float: none;
  display: block;
}
.spwps-field-wp_editor .spwps-no-quicktags .mce-tinymce {
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
.spwps-field-wp_editor textarea {
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-shadow: none;
}

/**
 * 03. 34. Field: heading
 */
.spwps-field-heading {
  font-size: 1.5em;
  font-weight: bold;
  color: #23282d;
  background-color: #f5f5f5;
}

/**
 * 03. 35. Field: subheading
 */
.spwps-field-subheading {
  font-size: 14px;
  font-weight: bold;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #23282d;
  background-color: #f7f7f7;
}

/**
 * 03. 36. Field: submessage
 */
.spwps-field-submessage {
  padding: 0 !important;
  border: 0 !important;
}
.spwps-field-submessage + .spwps-field {
  border-top: 0 !important;
}

.spwps-submessage {
  font-size: 12px;
  padding: 17px 30px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.spwps-submessage-success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}

.spwps-submessage-info {
  color: #31708f;
  border-color: #bce8f1;
  background-color: #d9edf7;
}

.spwps-submessage-warning {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3;
}

.spwps-submessage-danger {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}

.spwps-submessage-normal {
  color: #23282d;
  border-color: #eee;
  background-color: #f7f7f7;
}

/**
 * 03. 37. Field: notice
 */
.spwps-field-notice {
  background-color: #f7f7f7;
}

.spwps-notice {
  padding: 12px;
  background-color: #fff;
  border-left-style: solid;
  border-left-width: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.spwps-notice-success {
  border-color: #46b450;
}

.spwps-notice-info {
  border-color: #339fd4;
}

.spwps-notice-warning {
  border-color: #ffbc00;
}

.spwps-notice-danger {
  border-color: #dc3232;
}

.spwps-notice-normal {
  border-color: #222;
}

/**
 * 03. 38. Field: number
 */
.spwps-field-number input {
  width: 100%;
  margin: 0;
}
.spwps-field-number .spwps--wrap {
  position: relative;
  float: left;
  width: 100px;
}
.spwps-field-number .spwps--unit {
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 4px;
  bottom: 4px;
  padding: 2px 6px;
  color: #666;
  font-size: 11px;
  line-height: 1;
  border-radius: 2px;
  background: #eee;
  user-select: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/**
 * 03. 39. others
 */
.spwps-help {
  cursor: help;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 13px;
  color: #aaa;
}
.spwps-help .spwps-help-text {
  display: none;
}

.spwps-image-preview {
  display: inline-block;
  position: relative;
  padding: 4px;
  min-width: 44px;
  min-height: 22px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.spwps-image-preview img {
  max-height: 90px;
  display: inline-block;
  vertical-align: middle;
}

.spwps-field-custom .spwps-field {
  padding: 0;
}

.spwps-field .chosen-container-single .chosen-single {
  height: 28px;
  line-height: 26px;
}
.spwps-field .chosen-container-single .chosen-single abbr {
  top: 0;
  right: 20px;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  height: 100%;
  width: 18px;
  color: #aaa;
  text-align: center;
  background: none;
}
.spwps-field .chosen-container-single .chosen-single abbr:before {
  content: "\f00d";
}
.spwps-field .chosen-container-single .chosen-single abbr:hover {
  color: #555;
}
.spwps-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  height: 100%;
  width: 18px;
  color: #aaa;
  text-align: center;
  background: none;
}
.spwps-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\f00d";
  display: inline-block;
  padding-top: 3px;
}
.spwps-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  color: #555;
}
.spwps-field .chosen-container-single .chosen-single div b {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  color: #aaa;
  background: none;
}
.spwps-field .chosen-container-single .chosen-single div b:before {
  content: "\f107";
}
.spwps-field .chosen-container-single .chosen-single div b:hover {
  color: #555;
}
.spwps-field .chosen-container-multi .chosen-choices li.search-choice-placeholder {
  border: 1px dashed #aaa;
  margin: 3px 5px 3px 0;
}
.spwps-field .chosen-container-multi .ui-sortable li.search-choice span {
  cursor: move;
}
.spwps-field .chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "\f106";
}
.spwps-field .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 40px;
}
.spwps-field .chosen-container-single .chosen-search input[type="text"] {
  background: none;
}
.spwps-field .chosen-container-single .chosen-search:before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 11px;
  content: "\f002";
  position: absolute;
  right: 12px;
  top: 10px;
  color: #aaa;
}
.spwps-field .wp-picker-container {
  display: inline-block;
}
.spwps-field .wp-picker-container .wp-color-result.button {
  margin-bottom: 0;
}
.spwps-field .spwps--transparent-wrap {
  display: none;
  position: relative;
  top: -1px;
  width: 235px;
  padding: 9px 10px;
  border: 1px solid #dfdfdf;
  border-top: none;
  background-color: #fff;
}
.spwps-field .wp-picker-active .spwps--transparent-wrap {
  display: block;
}
.spwps-field .spwps--transparent-slider {
  position: absolute;
  width: 190px;
  margin-left: 2px;
  height: 18px;
}
.spwps-field .spwps--transparent-slider .ui-slider-handle {
  position: absolute;
  top: -3px;
  bottom: -3px;
  z-index: 5;
  border-color: #aaa;
  border-style: solid;
  border-width: 4px 3px;
  width: 10px;
  height: 16px;
  margin: 0 -5px;
  background: none;
  cursor: ew-resize;
  opacity: 0.9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.spwps-field .spwps--transparent-slider .ui-slider-handle:before {
  content: " ";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -3px;
  bottom: -3px;
  border: 2px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.spwps-field .spwps--transparent-offset {
  height: 18px;
  width: 200px;
  background: url(../images/checkerboard.png) repeat-y center left scroll #fff;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.spwps-field .spwps--transparent-text {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 30px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #999;
}
.spwps-field .spwps--transparent-button {
  cursor: pointer;
  user-select: none;
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  border-radius: 2px;
  padding: 3px 7px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0.2px;
  color: #777;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  transition: background-color .2s, border-color .2s, color .2s;
}
.spwps-field .spwps--transparent-active .wp-color-result {
  background-image: url(../images/checkerboard.png);
  background-size: 135px;
  background-position: center left;
  background-color: transparent !important;
}
.spwps-field .spwps--transparent-active .spwps--transparent-button {
  color: #fff;
  border-color: #3ea032;
  background-color: #4fb845;
}
.spwps-field .spwps--transparent-active .fa:before {
  content: "\f205";
}

/**
 * 04. Widget
 */
.spwps-widgets > .spwps-field {
  position: relative;
  top: -1px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 12px 15px;
}
.spwps-widgets > .spwps-field .spwps-field {
  margin-left: 0;
  margin-right: 0;
}
.spwps-widgets > .spwps-field .spwps-title {
  float: none;
  width: 100%;
  margin-bottom: 5px;
}
.spwps-widgets > .spwps-field .spwps-fieldset {
  float: none;
  width: 100%;
}
.spwps-widgets .spwps-field-text input {
  width: 100%;
}
.spwps-widgets .spwps-field-notice .spwps-notice {
  padding: 15px;
}

.control-section .spwps-widgets > .spwps-field {
  margin-right: -10px;
  margin-left: -10px;
  padding: 10px 12px;
}

/**
 * 05. Widget
 */
.control-section .spwps-field {
  padding: 0;
}
.control-section .spwps-field .spwps-title {
  float: none;
  width: 100%;
  margin-bottom: 6px;
}
.control-section .spwps-field .spwps-title h4 {
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: inherit;
}
.control-section .spwps-field .spwps-fieldset {
  float: none;
  width: 100%;
}
.control-section .spwps-help {
  top: -5px;
  right: -5px;
}
.control-section .spwps-field-select select {
  width: 100%;
}
.control-section .spwps-field-heading {
  color: inherit;
  font-size: 14px;
  line-height: 1em;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
}
.control-section .spwps-field-subheading {
  color: inherit;
  font-size: 11px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 10px 15px;
}
.control-section .spwps-text-subtitle {
  margin-top: 4px;
  font-size: 12px;
}
.control-section .spwps-field-submessage .spwps-submessage {
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
}
.control-section .spwps-fieldset .spwps-field-submessage .spwps-submessage,
.control-section .spwps-fieldset .spwps-field-heading,
.control-section .spwps-fieldset .spwps-field-subheading {
  margin-left: 0;
  margin-right: 0;
}
.control-section .spwps-field-date .spwps--to {
  margin-left: 0;
}
.control-section .spwps-field-sorter ul li {
  padding: 5px;
}
.control-section .spwps-field-sorter .spwps-modules {
  float: none;
  width: 100%;
}
.control-section .spwps-field-sorter .spwps-modules:first-child {
  padding-right: 0;
  padding-bottom: 15px;
}
.control-section .spwps-field-background .spwps--background-attributes {
  flex-direction: column;
}
.control-section .spwps-field-spacing input,
.control-section .spwps-field-column input {
  width: 90px;
}
.control-section .spwps-field-border .spwps--input {
  flex: 1 50%;
}
.control-section .spwps-field-border input,
.control-section .spwps-field-border select {
  width: 100%;
}
.control-section .spwps-field-spinner input {
  width: 50px;
}
.control-section .spwps-field-number .spwps--wrap {
  width: 100%;
}
.control-section .spwps-field-backup .spwps-export-data {
  display: none;
}
.control-section .spwps-field-fieldset .spwps-fieldset-content {
  border-color: #e5e5e5;
}
.control-section .spwps-field-fieldset .spwps-field {
  padding: 10px;
}
.control-section .spwps-field-fieldset .spwps-field .spwps-title {
  margin-bottom: 5px;
}
.control-section .spwps-field-fieldset .spwps-field h4 {
  font-size: 12px;
}
.control-section .spwps-field-group .spwps-field,
.control-section .spwps-field-tabbed .spwps-field,
.control-section .spwps-field-sortable .spwps-field,
.control-section .spwps-field-repeater .spwps-field,
.control-section .spwps-field-accordion .spwps-field {
  padding: 10px;
}
.control-section .spwps-field-group .spwps-field .spwps-title,
.control-section .spwps-field-tabbed .spwps-field .spwps-title,
.control-section .spwps-field-sortable .spwps-field .spwps-title,
.control-section .spwps-field-repeater .spwps-field .spwps-title,
.control-section .spwps-field-accordion .spwps-field .spwps-title {
  margin-bottom: 5px;
}
.control-section .spwps-field-group .spwps-field h4,
.control-section .spwps-field-tabbed .spwps-field h4,
.control-section .spwps-field-sortable .spwps-field h4,
.control-section .spwps-field-repeater .spwps-field h4,
.control-section .spwps-field-accordion .spwps-field h4 {
  font-size: 12px;
}
.control-section .spwps-dependency-control.hidden {
  display: none !important;
}

/**
 * 06. Taxonomy
 */
.spwps-taxonomy > .spwps-field {
  border-top: none !important;
}
.spwps-taxonomy > .spwps-field-heading {
  font-size: 1.1em;
  padding: 20px !important;
  border: 1px solid #ddd;
}
.spwps-taxonomy > .spwps-field-subheading {
  font-size: 12px;
  padding: 15px !important;
  border: 1px solid #ddd;
}
.spwps-taxonomy > .spwps-field-submessage .spwps-submessage {
  padding: 15px;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}
.spwps-taxonomy > .spwps-field-notice {
  background-color: transparent;
}
.spwps-taxonomy .spwps-section-title {
  display: block;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.spwps-taxonomy-add-fields > .spwps-field {
  padding: 8px 0;
}
.spwps-taxonomy-add-fields > .spwps-field > .spwps-title {
  float: none;
  width: 100%;
  padding: 2px 2px 4px 0;
}
.spwps-taxonomy-add-fields > .spwps-field > .spwps-title h4 {
  font-size: 12px;
  font-weight: normal;
}
.spwps-taxonomy-add-fields > .spwps-field > .spwps-fieldset {
  float: none;
  width: 100%;
}
.spwps-taxonomy-add-fields > .spwps-field > .spwps-fieldset > .spwps-help {
  right: -5px;
}
.spwps-taxonomy-add-fields + p.submit {
  margin-top: 0;
}

.spwps-taxonomy-edit-fields > .spwps-field {
  padding: 20px 0;
}
.spwps-taxonomy-edit-fields > .spwps-field > .spwps-title {
  width: 200px;
}
.spwps-taxonomy-edit-fields > .spwps-field > .spwps-title h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
}
.spwps-taxonomy-edit-fields > .spwps-field > .spwps-fieldset {
  width: calc(100% - 220px);
}
.spwps-taxonomy-edit-fields > .spwps-field > .spwps-fieldset > .spwps-help {
  top: -5px;
  right: -5px;
}
.spwps-taxonomy-edit-fields > .spwps-field-submessage {
  margin: 20px 0;
}
.spwps-taxonomy-edit-fields > .spwps-field-subheading,
.spwps-taxonomy-edit-fields > .spwps-field-heading {
  margin: 20px 0;
  border: 1px solid #ddd;
}

/**
 * 06. Profile
 */
.spwps-profile > h2 > .fa {
  padding-right: 7px;
}
.spwps-profile > .spwps-field {
  max-width: 800px;
  padding: 15px 0;
  border-top: none !important;
}
.spwps-profile > .spwps-field > .spwps-title {
  width: 200px;
}
.spwps-profile > .spwps-field > .spwps-title h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
}
.spwps-profile > .spwps-field > .spwps-fieldset {
  width: calc(100% - 220px);
}
.spwps-profile > .spwps-field > .spwps-fieldset > .spwps-help {
  top: -15px;
  right: -5px;
}
.spwps-profile > .spwps-field-heading {
  font-size: 1.1em;
}
.spwps-profile > .spwps-field-subheading {
  font-size: 12px;
}
.spwps-profile > .spwps-field-subheading,
.spwps-profile > .spwps-field-heading {
  margin: 10px 0;
  padding: 15px !important;
  border: 1px solid #ddd;
}
.spwps-profile > .spwps-field-submessage {
  margin: 20px 0;
}
.spwps-profile > .spwps-field-submessage .spwps-submessage {
  padding: 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}
.spwps-profile > .spwps-field-notice {
  background-color: transparent;
}

/**
 * 08. Modal
 */
.spwps-modal {
  display: none;
  position: fixed;
  z-index: 100101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spwps-modal-icon {
  z-index: 100102;
}

.spwps-modal-table {
  display: table;
  width: 100%;
  height: 100%;
}

.spwps-modal-table-cell {
  display: table-cell;
  vertical-align: middle;
  margin: 100px 0;
}

.spwps-modal-inner {
  position: relative;
  z-index: 10;
  width: 760px;
  height: 750px;
  margin: 0 auto;
  background-color: #fff;
}

.spwps-modal-content {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 595px;
}
.spwps-modal-content .spwps-shortcode-button {
  display: none;
}
.spwps-modal-content .spwps-field {
  padding: 15px 30px 15px 15px;
}
.spwps-modal-content a:active, .spwps-modal-content a:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.spwps-modal-content h4 {
  font-size: 13px;
}
.spwps-modal-content h4 small {
  font-style: italic;
  font-weight: 400;
  color: #aaa;
}

.spwps-modal-title {
  position: relative;
  background-color: #fcfcfc;
  border-bottom: 1px solid #ddd;
  height: 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  padding: 0 36px 0 16px;
}

.spwps-modal-header {
  width: 100%;
  padding: 14px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
}
.spwps-modal-header select {
  display: block;
  width: 250px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1;
  height: 30px;
  min-height: 30px;
  background-color: #fff;
}

.spwps-modal-close {
  color: #666;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
}
.spwps-modal-close:before {
  font: normal 20px/36px dashicons;
  content: "\f158";
  vertical-align: top;
  width: 36px;
  height: 36px;
}
.spwps-modal-close:hover {
  opacity: 0.5;
}

.spwps-modal-insert-wrapper {
  text-align: center;
  width: 100%;
  padding: 15px 0;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
}

.spwps-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

/**
 * 08. 01. Shortcode Modal
 */
.spwps--repeatable {
  padding: 15px 15px 0 15px;
}

.spwps--repeat-button-block {
  text-align: center;
  padding-bottom: 15px;
}

.spwps--repeat-shortcode {
  position: relative;
  margin-bottom: 15px;
  border: 1px dashed #ddd;
}
.spwps--repeat-shortcode:first-child .spwps-repeat-remove {
  display: none;
}
.spwps--repeat-shortcode .spwps-repeat-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background-color: #e14d43;
  opacity: 0.5;
}
.spwps--repeat-shortcode .spwps-repeat-remove:hover {
  opacity: 1;
}

.spwps-shortcode-single .spwps-modal-inner {
  height: 750px;
}
.spwps-shortcode-single .spwps-modal-content {
  height: 652px;
}

.elementor-editor-active .spwps-shortcode-button {
  margin-left: 5px;
}
.elementor-editor-active .spwps-modal .hidden {
  display: none !important;
}

/**
 * 08. 02. Gutenberg Modal
 */
.spwps-shortcode-block {
  text-align: center;
  padding: 14px;
  font-size: 13px;
  background-color: #f5f5f5;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.spwps-shortcode-block .button {
  margin: 10px 0;
}

/**
 * 08. 03. Icon Modal
 */
.spwps-modal-icon .spwps-icon-title {
  padding: 15px 0;
  margin: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #eee;
  background-color: #f7f7f7;
}
.spwps-modal-icon .spwps-icon-search {
  width: 50%;
  height: 40px;
  line-height: 40px;
}
.spwps-modal-icon i {
  cursor: pointer;
  display: inline-block;
  margin: 4px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #555;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.spwps-modal-icon i:hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}
.spwps-modal-icon .spwps-modal-content {
  padding: 10px;
  height: 618px;
}
.spwps-modal-icon .spwps-text-error {
  padding: 10px;
}

.spwps-modal-loading {
  display: none;
  position: absolute;
  left: 15px;
  top: 15px;
}

.spwps-loading {
  position: relative;
  width: 20px;
  height: 20px;
  background: #ccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.spwps-loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  content: "";
  margin-top: -2px;
  margin-left: -2px;
  background-color: white;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: spwpsLoader;
  -webkit-animation-name: spwpsLoader;
  animation-name: spwpsLoader;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

@-moz-keyframes spwpsLoader {
  0% {
    -moz-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    transform: rotate(0deg) translateX(-6px) rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    transform: rotate(360deg) translateX(-6px) rotate(-360deg);
  }
}
@-webkit-keyframes spwpsLoader {
  0% {
    -webkit-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    transform: rotate(0deg) translateX(-6px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    transform: rotate(360deg) translateX(-6px) rotate(-360deg);
  }
}
@keyframes spwpsLoader {
  0% {
    -moz-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    -ms-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    -webkit-transform: rotate(0deg) translateX(-6px) rotate(0deg);
    transform: rotate(0deg) translateX(-6px) rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    -ms-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    -webkit-transform: rotate(360deg) translateX(-6px) rotate(-360deg);
    transform: rotate(360deg) translateX(-6px) rotate(-360deg);
  }
}
/**
 * 08. Helper
 */
.spwps-text-subtitle {
  margin-top: 4px;
  font-weight: 400;
  color: #999;
  font-style: italic;
}

.spwps-text-desc {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 10px;
  font-weight: 400;
  color: #999;
}

.spwps-text-success {
  color: #2b542c;
}

.spwps-text-error {
  color: #d02c21;
}

.spwps-text-info {
  color: #31708f;
}

.spwps-text-warning {
  color: #ffb900;
}

.spwps-text-muted {
  color: #aaa;
}

.spwps-text-left {
  text-align: left;
}

.spwps-text-center {
  text-align: center;
}

.spwps-text-right {
  text-align: right;
}

.spwps-block-left {
  float: left;
}

.spwps-block-right {
  float: right;
}

.spwps-full-width {
  width: 100%;
}

.spwps-full-half {
  width: 50%;
}

.spwps-table {
  width: 100%;
  display: table;
}

.spwps-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.spwps-table-expanded {
  width: 100%;
}

.spwps-nowrap {
  white-space: nowrap;
}

.spwps-text-highlight {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.spwps-text-highlight-gray {
  padding: 2px 4px;
  font-size: 90%;
  background-color: #f0f0f0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.spwps-hidden {
  display: none;
}

.spwps-hide {
  display: none !important;
}

.spwps-show {
  display: block !important;
}

.spwps-opacity {
  opacity: 0.5;
}

.spwps-warning-primary {
  color: #fff !important;
  border-color: #dc3545 !important;
  background: #dc3545 !important;
}
.spwps-warning-primary:hover, .spwps-warning-primary:focus {
  border-color: #bd2130 !important;
  background: #bd2130 !important;
}
.spwps-warning-primary:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #bd2130 !important;
}
.spwps-warning-primary:active {
  border-color: #bd2130 !important;
  background: #bd2130 !important;
}

.spwps-form-result {
  display: none;
  float: left;
  padding: 0 8px;
  margin-right: 4px;
  font-size: 11px;
  line-height: 28px;
  user-select: none;
  border-radius: 2px;
}

.spwps-form-show {
  display: block;
}

.spwps-form-success {
  color: #fff;
  background-color: #46b450;
}

.spwps-form-warning {
  color: #8a6d3b;
  background-color: #faebcc;
}

.spwps-label-error {
  position: relative;
  top: -2px;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  height: 10px;
  width: 10px;
  padding: 1px;
  font-style: normal;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  background-color: #e10000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.spwps-no-option {
  padding: 30px;
}

.spwps-input-number {
  -moz-appearance: textfield;
}

.spwps-input-number::-webkit-inner-spin-button,
.spwps-input-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/**
 * 11. Responsive
 */
@media only screen and (max-width: 1200px) {
  .spwps-metabox .spwps-field .spwps-title {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .spwps-metabox .spwps-field .spwps-fieldset {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 782px) {
  .spwps-header-inner {
    text-align: center;
  }
  .spwps-header-inner h1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .spwps-form-result {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .spwps-search,
  .spwps-header-right,
  .spwps-header-left {
    width: 100%;
  }

  .spwps-search {
    text-align: center;
    margin-bottom: 15px;
  }

  .spwps-buttons {
    float: none;
  }

  .spwps-copyright {
    float: none;
    margin-top: 10px;
  }

  .spwps-nav,
  .spwps-expand-all,
  .spwps-reset-section,
  .spwps-nav-background {
    display: none !important;
  }

  .spwps-content {
    margin-left: 0;
  }

  .spwps-section-title,
  .spwps-section {
    display: block !important;
  }

  .spwps-field .spwps-title {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .spwps-field .spwps-fieldset {
    float: none;
    width: 100%;
  }

  .spwps-modal-inner {
    width: 350px;
    height: 400px;
  }

  .spwps-modal-content {
    height: 237px;
  }

  .spwps-icon-dialog .spwps-modal-inner {
    width: 305px;
    height: 380px;
  }
  .spwps-icon-dialog .spwps-modal-content {
    height: 267px;
  }

  .spwps-modal-icon .spwps-modal-inner {
    width: 330px;
    height: 385px;
  }
  .spwps-modal-icon .spwps-modal-content {
    height: 252px;
  }

  .spwps-profile > .spwps-field > .spwps-title,
  .spwps-taxonomy-edit-fields > .spwps-field > .spwps-title {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .spwps-profile > .spwps-field > .spwps-fieldset,
  .spwps-taxonomy-edit-fields > .spwps-field > .spwps-fieldset {
    float: none;
    width: 100%;
  }
}
/**
 * Chosen JS Styles
 */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
  height: 25px;
  min-height: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 6px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

/*ShortCode Area*/
.wpsp-shortcode-options .wpspro_shortcode{
	display: inline-flex;
	width: 100%;
	background-color: #fffafe;
}
.wpspro_shortcode .wpspro-col-lg-3 {
	border-right: 1px solid #dddddd;
	width: 33.33%;
}
.wpspro_shortcode .wpspro-col-lg-3 .wpspro_shortcode_content{
	padding: 42px 16px;
}

.wpspro_shortcode .wpspro-col-lg-3:last-child .wpspro_shortcode_content{
	padding-bottom: 0;
}

.wpspro_shortcode .wpspro-col-lg-3:last-child {
	border-right: none;
}

.wpspro_shortcode .wpspro-col-lg-3 .wpspro-shortcode-title {
	font-weight: 500;
	font-size: 17px !important;
	padding-top: 0 !important;
	color: #4c5158;
}

.wpspro_shortcode .wpspro-col-lg-3 p {
	margin-top: 2px;
	color: #4c5158;
}

.wpspro_shortcode .wpspro-col-lg-3 .tmce-editor-btn {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.wpspro_shortcode .wpspro-col-lg-3 textarea {
	border-color: transparent;
	box-shadow: none;
	background-color: rgba(164, 100, 151, 0.10);
	padding: 8px 6px;
	resize: none;
	text-align: center;
	width: 100%;
}
.wpspro_shortcode .wpspro-col-lg-3 .spsc-code{
	background-color: #f6ebf3;
	padding: 10px 10px;
	display: inline-block;
}
.wpspro_shortcode .wpspro-col-lg-3 .selectable{
	-webkit-touch-callout: all; /* iOS Safari */
	-webkit-user-select: all; /* Safari */
	-khtml-user-select: all; /* Konqueror HTML */
	-moz-user-select: all; /* Firefox */
	-ms-user-select: all; /* Internet Explorer/Edge */
	user-select: all; /* Chrome and Opera */

}
.wpspro_shortcode_divider {
	height: 20px;
	background: #f1f1f1;
	border-top: 1px solid #dddddd;
}
.js #sp_wps_shortcode_options.postbox .postbox-header,
.js #sp_wps_shortcode_options.postbox .handlediv,
.js #sp_wps_shortcode_options.postbox .hndle {
	display: none;
}
.wpsp-shortcode-options .sp-wpsp-mbf-banner {
	background-color: #624575;
	background: linear-gradient(-45deg, #a46497, #624575);
	padding: 21px 28px;
	overflow: hidden;
}
.wpsp-shortcode-options .sp-wpsp-mbf-logo {
	float: left;
}
.wpsp-shortcode-options .sp-wpsp-mbf-logo img {
	display: block;
	width: 196px;
}
.wpsp-shortcode-options .sp-wpsp-mbf-short-links {
	float: right;
	line-height: 30px;
}
.wpsp-shortcode-options .sp-wpsp-mbf-short-links a {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}
.wpsp-shortcode-options .sp-wpsp-mbf-short-links a i.fa {
	margin-right: 3px;
}
#sp_wps_shortcode_options.postbox {
	border: 1px solid #dddddd;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.post-type-sp_wps_shortcodes .misc-pub-section:not(.misc-pub-post-status) {
	display: none;
}

/*
More Plugins
*/
.about-wrap .plugin-section .three-col .col {
	background: #ffffff;
}
.about-wrap .plugin-section .three-col .col .sp-wpsp-plugin {
	border: 1px solid #ddd;
}
.about-wrap .plugin-section .three-col .col .sp-wpsp-plugin .sp-wpsp-plugin-content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px
}
.about-wrap .plugin-section .three-col .col .sp-wpsp-plugin .sp-wpsp-plugin-content h3 {
	margin-top: 20px;
	margin-bottom: 8px;
	font-weight: 500;
	line-height: 23px;
}
.about-wrap .plugin-section .three-col .col .sp-wpsp-plugin .sp-wpsp-plugin-content p {
	margin-top: 0;
}
.about-wrap .plugin-section .sp-plugin-section-title h2 {
	font-size: 2.2em;
	color: #32373c;
	font-weight: 400;
}
.about-wrap .plugin-section .sp-plugin-section-title h4 {
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	color: #555d66;
	margin-top: 15px;
	margin-bottom: 40px;
}

/*--------------------------------------------------------
 Help Page
--------------------------------------------------------*/
div.sp-wpsp-help .feature-section .sp-wpsp-feature {
	background-color: #fff;
	padding: 20px 20px;
	border: 1px solid #ddd;
}
div.sp-wpsp-help .feature-section .sp-wpsp-feature h3 {
	font-size: 16px;
	margin-top: 18px;
}
div.sp-wpsp-help .feature-section i.sp-font {
	font-size: 30px;
	display: block;
	color: #a46497;
}
div.sp-wpsp-help.about-wrap h1 {
	font-size: 2.6em;
}
div.sp-wpsp-help .headline-feature.feature-video {
    position: relative;
    margin: 40px 0;
    padding-bottom: 56.25%;
    width: 100%;
    max-width: 100%;
    height: 0;
    text-align: center;
}
div.sp-wpsp-help .headline-feature.feature-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.sp-wpsp-help.about-wrap .wp-badge {
	background: url(../images/logo.png);
	background-repeat: no-repeat;
	box-shadow: none;
	background-position: top right;
}

.about-wrap.sp-wpsp-help [class$="-col"] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-wrap [class$="-col"] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sp-wpsp-help   [class$="-col"] .col {
    flex: 1;
    align-self: flex-start;
}
.sp-wpsp-help  .col {
    margin-top: 40px;
}
.sp-wpsp-help.about-wrap [class$="-col"] .col+.col {
    margin-left: 20px;
}
@media screen and (max-width: 782px){
    div.sp-wpsp-help.about-wrap  .three-col .col {
        min-width: 48%!important;
        max-width: 48%!important;
        margin-left: 0!important;
    }
    .wpsp-shortcode-options .wpspro_shortcode{
      display: block;
    }
    .wpspro_shortcode .wpspro-col-lg-3 {
      width: 100%;
      display: block;
      border-bottom: 1px solid #ddd;
      padding-bottom: 15px;
      border-right: none;
  }

}
@media (max-width: 500px) {
    div.sp-wpsp-help.about-wrap  .wp-badge {
        background-position-x: center;
    }
    div.sp-wpsp-help.about-wrap .three-col .col {
        min-width: 100%!important;
        max-width: 100%!important;
    }
}
