/**
 *
 * 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 Settings
 *     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, 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. 34. Field: heading
 *     03. 35. Field: subheading
 *     03. 36. Field: submessage
 *     03. 37. Field: notice
 *     03. 38. Field: number
 *     03. 39. Field: link
 *     03. 40. Field: others
 * 04. Widget
 * 05. Customizer
 * 06. Taxonomy
 * 07. Profile
 * 08. Nav Menu
 * 09. Modal
 *     09. 01. Shortcode Modal
 *     09. 02. Gutenberg Modal
 *     09. 03. Icon Modal
 * 10. Helper
 * 11. Welcome Page
 * 12. Responsive
 * 13. Others
 *
 * ---------------------------------------------------------
 *
 */
/**
 * 01. Base
 */
.spf {
	position: relative;
}

.spf label {
	padding: 0;
	margin: 0;
	display: inline-block;
}

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

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

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

.spf-field select,
td.shortcode.column-shortcode input,
.spf-field input:not([type="checkbox"]):not([type="radio"]) {
    min-height: 30px;
    line-height: 2;
}

td.shortcode.column-shortcode input {
	line-height: 1;
}

.spf-field input::-webkit-outer-spin-button,
.spf-field input::-webkit-inner-spin-button {
    height: 30px;
    line-height: 2;
}

.spf-field-column input.spf-input-number,
.sptp_responsive_columns input.spf-input-number {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.spf-field-slider input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

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

.spf-header-inner {
	padding: 25px;
	transition: box-shadow .3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.spf-header-inner .clear {
	display: none;
}

.spf-header-inner h1 {
	float: left;
	font-size: 1.5em;
	line-height: 26px;
	font-weight: 600;
	margin: 0;
}

.spf-header-inner h1 small {
	font-size: 11px;
	font-weight: 500;
}

/**
 * 01. 02. Sticky
 */
.spf-sticky .spf-header-inner {
	position: fixed;
	z-index: 99;
	top: 32px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/**
 * 01. 03. Header Buttons
 */
.spf-buttons {
	float: right;
}

.spf-buttons .button {
	margin: 0 2px;
	line-height: 26px;
}

.spf-buttons .button:focus {
	outline: none !important;
	box-shadow: none !important;
}

.spf-buttons .spf-save {
	min-width: 72px;
}

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

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

/**
 * 01. 04. Navigation
 */
.spf-nav {
	display: block;
	position: relative;
	z-index: 10;
	float: left;
}

.spf-nav ul {
	clear: left;
	margin: 0;
	list-style-type: none;
}

.spf-nav ul li {
	margin-bottom: 0;
	border-right: 1px solid #fff;
}

.spf-nav li:last-of-type {
	border-right: 1px solid #e2e2e1;
}

.sptp-option-settings .spf-nav ul li {
	border-right: 1px solid #ccc;
}

.sptp-option-settings .spf-nav ul li.spf-tab-expanded {
	border-color: #fff;
}

.spf-nav ul li a {
	font-size: 13px;
	position: relative;
	display: block;
	padding: 14px 12px;
	text-decoration: none;
	transition-property: color, background;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

.spf-nav ul li a:focus {
	outline: none;
	box-shadow: none;
}

.spf-nav ul li .spf-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;
}

.spf-nav ul li.spf-tab-expanded .spf-arrow:after {
	transform: rotate(90deg);
}

.spf-nav ul li.spf-tab-expanded ul {
	display: block;
}

.spf-nav ul ul {
	display: none;
	position: relative;
}

.spf-nav ul ul li a {
	font-size: 12px;
	padding: 12px 14px 12px 24px;
}

.spf-nav .spf-tab-icon {
	width: 20px;
	margin-right: 5px;
	font-size: 13px;
	text-align: center;
}

.spf-nav .spf-label-error {
	margin-left: 4px;
	vertical-align: top;
}

.spf-nav-normal {
	width: 225px;
}

.sptp_member_page_team_settings .spf-nav-normal {
	max-width: 225px;
	width: 100%;
}

.spf-nav-normal+.spf-content {
	margin-left: 225px;
}

.spf-nav-inline {
	width: 100%;
}

.spf-nav-inline ul li {
	display: inline-block;
	vertical-align: top;
}

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

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

/**
 * 01. 06. Content
 */
.spf-content {
	position: relative;
	background-color: #fff;
}

/**
 * 01. 07. Section
 */
.spf-sections {
	float: left;
	width: 100%;
	background-color: #fff;
}

.spf-section-title {
	display: none;
	padding: 20px 30px;
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.spf-section-title h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.spf-section-title .spf-section-icon {
	margin-right: 5px;
}

/**
 * 01. 08. Footer
 */
.spf-footer {
	padding: 20px;
	font-size: 11px;
}

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

/**
 * 01. 10. Show All Settings
 */
.spf-search-all .spf-nav-background,
.spf-search-all .spf-nav,
.spf-show-all .spf-nav-background,
.spf-show-all .spf-nav {
	display: none;
}

.spf-search-all .spf-content,
.spf-show-all .spf-content {
	margin-left: 0;
}

.spf-search-all .spf-section-title,
.spf-search-all .spf-section,
.spf-show-all .spf-section-title,
.spf-show-all .spf-section {
	display: block !important;
}

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

.spf-expand-all {
	float: left;
	padding: 0 8px;
	margin-right: 4px;
	z-index: 1;
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
	user-select: none;
	border-radius: 2px;
	transition: all .2s;
}

.spf-expand-all span {
	font-size: 11px;
	vertical-align: middle;
}

/**
 * 01. 11. Search Input
 */
.spf-search {
	float: left;
}

.spf-search input {
	margin: 0 2px 0 0;
	border: none;
	font-size: 12px;
	line-height: 30px;
	min-height: 30px;
	text-align: inherit;
	padding: 0 10px;
	border-radius: 2px;
	box-shadow: none;
}

.spf-search input:focus {
	box-shadow: none;
}

.spf-saving .spf-content {
	cursor: default;
	pointer-events: none;
	opacity: 0.5;
}

/**
 * 01. 12. Metabox
 */
.spf-metabox {
	margin: -6px -12px -12px -12px;
}

.spf-metabox .spf-field {
	padding: 20px;
}

.post-type-sptp_generator .spf-metabox .spf-field {
	padding: 20px 30px;
}

.spf-metabox .spf-section-title {
	padding: 20px;
}

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

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

.spf-sections-reset {
	float: left;
	width: 100%;
	text-align: right;
	border-top: 1px solid #eee;
}

.spf-sections-reset .spf-button-cancel,
.spf-sections-reset input {
	display: none;
}

.spf-sections-reset label {
	padding: 10px;
}

.spf-sections-reset span {
	-webkit-user-select: none;
	user-select: none;
}

.spf-sections-reset input:checked~.spf-button-reset {
	display: none;
}

.spf-sections-reset input:checked~.spf-button-cancel {
	display: inline-block;
}

#side-sortables .spf-section-title {
	padding: 12px;
}

#side-sortables .spf-field {
	padding: 10px 15px;
}

#side-sortables .spf-field .spf-title {
	float: none;
	width: 100%;
	margin-bottom: 6px;
}

#side-sortables .spf-field .spf-fieldset {
	float: none;
	width: 100%;
}

#side-sortables .spf-field-text input {
	width: 100%;
}

#side-sortables .spf-notice {
	padding: 10px 15px;
}

/**
 * 01. 13. Comment Metabox
 */
.spf-comment-metabox {
	margin: -6px -12px -12px -12px;
}

.spf-comment-metabox .spf-field {
	padding: 20px;
}

.spf-comment-metabox .spf-section-title {
	padding: 20px;
}

/**
 * 01. 14. Help Tooltip
 */
.spf-tooltip {
	position: absolute;
	z-index: 5000001;
	text-align: left;
	text-decoration: none;
	max-width: 250px;
	background-color: rgba(12, 25, 36, 1);
	border-radius: 4px;
	padding: 14px 20px;
	color: #94b2c1;
	font-size: 14px;
	line-height: 20px;
	margin-left: 10px;
}

.spf-tooltip .spf-open-live-demo,
.spf-tooltip .spf-open-docs {
	margin-top: 10px;
	display: inline-block;
	line-height: 34px;
	background-color: #1d81f9;
	border-radius: 3px;
	padding: 0 12px;
	font-size: 11px;
	text-transform: capitalize;
	text-decoration: none;
	color: #fff;
	margin-bottom: 6px;
	font-weight: 500;
}

.spf-tooltip .spf-open-live-demo {
	background-color: transparent;
	border: 2px solid #1d81f9;
	line-height: 32px;
	color: #1d81f9;
}

.spf-tooltip .spf-open-docs:hover,
.spf-tooltip .spf-open-live-demo:hover {
	background-color: #226DE5;
	border-color: #226DE5;
	color: #ffffff;
}

.spf-tooltip .spf-info-label {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	/* text-transform: capitalize; */
	margin-bottom: 10px;
}

.spf-tooltip .spf-info-label.img {
	margin-bottom: 0;
}

.spf-tooltip .spf-open-docs {
	margin-right: 10px;
}

.spf-field-subheading .spf-title {
	width: 100%;
}

.sptp-admin-bg.spf-field::after,
.sptp-admin-bg.spf-field::before,
.sptp-admin-bg .clear,
.spf-help-text.spf-support {
	display: none;
}

.spf-tooltip.support-tooltip {
	max-width: 300px;
}

.spf-tooltip.support-tooltip a.spf-open-docs {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 8px 8px 8px 8px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 13px;
	line-height: 20px;
}

.spf-tooltip.support-tooltip a.spf-open-docs.support {
	margin-bottom: 10px;
	background: #fff;
	color: #000;
}

.spf-tooltip.support-tooltip a.spf-open-docs.support:hover {
	background: #f5f5f5;
}

.spf-tooltip.support-tooltip a.spf-open-docs.feature-request {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	text-transform: none;
	margin-top: 0;
}

.spf-tooltip.support-tooltip a.spf-open-docs.feature-request:hover {
	background: #fff;
	color: #000;
	border: 2px solid #fff;
}

.sptp-admin-bg .support {
	position: relative;
}

.sptp-admin-bg .support::before {
	content: '';
	width: 100%;
	height: 50px;
	position: absolute;
	top: 80%;
	z-index: 10;
	cursor: pointer;
}

.spf-tooltip.support-tooltip .spf-info-label {
	text-transform: none;
}

.spf-tooltip .info-button a:nth-child(1):is(.spf-open-live-demo) {
	background-color: #1d81f9;
	color: #fff;
}

.spf-tooltip .info-button a:nth-child(1):is(.spf-open-live-demo):hover {
	background-color: #226DE5;
}

.spf-tooltip .spf-img-tag {
	margin-bottom: 6px;
	/* min-width: 240px; */
}

.spf-tooltip .spf-img-tag img {
	width: 100%;
}

.spf-help.title-info img {
	vertical-align: middle;
}

.sptp-admin-bg .spf-support-area {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.spf-tooltip:not(.support-tooltip):before {
	content: '';
	width: 0;
	position: absolute;
	height: 0;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid rgba(12, 25, 36, .95);
	left: -10px;
	top: calc(50% - 7px);
}

/**
 * 02. Themes
 */
/**
 * 02. 01. Theme Dark
 */
.spf-theme-dark .spf-header-inner {
	background-color: #050505;
}

.spf-theme-dark .spf-header-inner h1 {
	color: #fff;
}

.spf-theme-dark .spf-header-inner h1 small {
	color: #555;
}

.spf-theme-dark .spf-expand-all {
	color: #999;
	background-color: #222;
}

.spf-theme-dark .spf-expand-all:hover {
	color: #fff;
	background-color: #333;
}

.spf-theme-dark .spf-search input {
	color: #fff;
	background-color: #222;
}

.spf-theme-dark .spf-search:focus {
	background-color: #444;
}

.spf-theme-dark .spf-search::-webkit-input-placeholder {
	color: #666;
}

.spf-theme-dark .spf-nav ul li a {
	color: #999;
	border-color: #2f2f2f;
	background-color: #222;
}

.spf-theme-dark .spf-nav ul li a:hover {
	color: #fff;
}

.spf-theme-dark .spf-nav ul li .spf-active {
	color: #fff;
	background-color: #111;
}

.spf-theme-dark .spf-nav ul ul li a {
	border-color: #2f2f2f;
	background-color: #191919;
}

.spf-theme-dark .spf-nav ul ul li .spf-active {
	background-color: #101010;
}

.spf-theme-dark .spf-nav ul ul:before {
	background-color: rgba(34, 34, 34, 0.75);
}

.spf-theme-dark .spf-nav>ul>li:last-child>a {
	border: none;
}

.spf-theme-dark .spf-nav-normal ul li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.spf-theme-dark .spf-nav-normal ul li .spf-active:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	height: 0;
	width: 0;
	pointer-events: none;
	border: solid transparent;
	border-right-color: #fff;
	border-width: 4px;
	margin-top: -4px;
}

.spf-theme-dark .spf-nav-inline {
	background-color: #222;
}

.spf-theme-dark .spf-nav-inline ul li a {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
}

.spf-theme-dark .spf-nav-inline ul li .spf-active:after {
	content: " ";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 0;
	width: 0;
	pointer-events: none;
	border: solid transparent;
	border-bottom-color: #fff;
	border-width: 4px;
	margin-left: -4px;
}

.spf-theme-dark .spf-nav-background {
	background-color: #222;
}

.spf-theme-dark .spf-footer {
	color: #555;
	background-color: #050505;
}

/**
 * 02. 02. Theme Light
 */
.spf-theme-light .spf-container {
	border: 1px solid #ccd0d4;
}

.spf-theme-light .spf-header-inner {
	border-bottom: 1px solid #ccd0d4;
	background-color: #f5f5f5;
	background: linear-gradient(#fefefe, #f5f5f5);
}

.spf-theme-light .spf-header-inner h1 small {
	color: #999;
}

.spf-theme-light .spf-expand-all {
	color: #999;
	background-color: #eee;
}

.spf-theme-light .spf-expand-all:hover {
	color: #555;
}

.spf-theme-light .spf-search input {
	color: #555;
	background-color: #eee;
}

.spf-theme-light .spf-search input::-webkit-input-placeholder {
	color: #999;
}

.spf-theme-light .spf-nav ul li a {
	font-weight: 500;
	color: #444;
	background-color: #f5f5f5;
}

.spf-theme-light .spf-nav ul li a:hover {
	color: #111;
	background-color: #fff;
}

.spf-theme-light .spf-nav ul li .spf-active {
	color: #111;
	background-color: #fff;
}

.spf-theme-light .spf-nav ul ul li a {
	background-color: #eee;
}

.spf-theme-light .spf-nav-normal>ul {
	margin-right: -1px;
	margin-bottom: -1px;
}

.spf-theme-light .spf-nav-normal>ul li a {
	border-bottom: 1px solid #ccd0d4;
	/* border-right: 1px solid #ccd0d4; */
}

.spf-theme-light .spf-nav-normal>ul li .spf-active {
	border-right-color: #fff;
}

.spf-theme-light .spf-nav-inline {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ccd0d4;
}

.spf-theme-light .spf-nav-inline>ul {
	margin-bottom: -1px;
}

.spf-theme-light .spf-nav-inline>ul li a {
	text-align: center;
	border-right: 1px solid #ccd0d4;
	border-bottom: 1px solid #ccd0d4;
}

.spf-theme-light .spf-nav-inline>ul li .spf-active {
	border-bottom-color: #fff;
}

.spf-theme-light .spf-nav-inline>ul ul {
	display: none !important;
}

.spf-theme-light .spf-nav-inline .spf-arrow:after {
	display: none;
}

.spf-theme-light .spf-nav-background {
	background-color: #f5f5f5;
	border-right: 1px solid #ccd0d4;
}

.spf-theme-light .spf-footer {
	color: #555;
	border-top: 1px solid #ccd0d4;
	background-color: #f5f5f5;
	background: linear-gradient(#fafafa, #f5f5f5);
}

/**
 * 03. Fields
 */
.spf-field {
	position: relative;
	padding: 30px;
}

.spf-field p:first-child {
	margin-top: 0;
}

.spf-field p:last-child {
	margin-bottom: 0;
	margin-top: 5px;
}

.spf-field:after,
.spf-field:before {
	content: " ";
	display: table;
}

.spf-field:after {
	clear: both;
}

.spf-field h4 {
	margin-top: 0;
}

.spf-field .spf-title {
	position: relative;
	width: 20%;
	float: left;
}

.spf-field .spf-title h4 {
	margin: 0;
	color: #23282d;
}

.spf-field .spf-fieldset {
	float: right;
	width: calc(80% - 20px);
}

.spf-pseudo-field {
	padding: 0 5px 0 0 !important;
	display: inline-block;
}

.spf-pseudo-field+.spf-pseudo-field {
	border: 0;
}

.spf-pseudo-field pre {
	display: none;
}

/**
 * 03. 02. Field: accordion
 */
.spf-field-accordion .spf-accordion-item {
	position: relative;
	margin-bottom: 5px;
}

.spf-field-accordion .spf-accordion-item:last-child {
	margin-bottom: 0;
}

.spf-field-accordion .spf-accordion-item h4 {
	font-size: 1em;
}

.spf-field-accordion .spf-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;
}

.spf-field-accordion .spf-accordion-title:active,
.spf-field-accordion .spf-accordion-title:hover,
.spf-field-accordion .spf-accordion-title:focus {
	outline: none;
	border-color: #999;
}

.spf-field-accordion .spf-accordion-title .spf--icon {
	width: 20px;
	text-align: center;
	margin-right: 2px;
}

.spf-field-accordion .spf-accordion-icon {
	width: 16px;
	text-align: center;
}

.spf-field-accordion .spf-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);
}

.spf-field-accordion .spf-accordion-content>.spf-field {
	padding: 15px;
}

.spf-field-accordion .spf-accordion-open {
	display: block;
}

/**
 * 03. 03. Field: background
 */
.spf-field-background .spf-field {
	border: 0 !important;
	padding: 0;
	margin-bottom: 6px;
	margin-right: 6px;
}

.spf-field-background .spf--title {
	color: #777;
	font-size: 12px;
}

.spf-field-background .spf--background-colors {
	display: flex;
	flex-wrap: wrap;
}

.spf-field-background .spf--background-attributes {
	display: flex;
	flex-wrap: wrap;
}

.spf-field-background .spf--background-attributes select {
	min-width: 100%;
	margin: 0;
}

.spf-field-background .spf--background-attributes .spf-field {
	flex: 1;
}

.spf-field-background .spf--attributes-hidden {
	display: none;
}

/**
 * 03. 04. Field: backup
 */
.spf-field-backup textarea {
	width: 100%;
	min-height: 200px;
	margin-bottom: 5px;
}

.spf-field-backup small {
	display: inline-block;
	margin: 5px;
}

.spf-field-backup hr {
	margin: 20px 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}

/**
 * 03. 05. Field: border, spacing, dimensions
 */
/* ShapedPlugin */
.spf-field-column .spf--inputs,
.spf-field-box_shadow .spf--inputs,
.spf-field-border .spf--inputs,
.spf-field-spacing .spf--inputs,
.spf-field-dimensions .spf--inputs {
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.spf-field-box_shadow .spf--input,
.spf-field-column .spf--input,
.spf-field-border .spf--input,
.spf-field-spacing .spf--input,
.spf-field-dimensions .spf--input {
	display: flex;
	padding-right: 6px;
	padding-bottom: 4px;
	box-sizing: border-box;
}

.spf-field-box_shadow .spf--input select,
.spf-field-border .spf--input select,
.spf-field-spacing .spf--input select,
.spf-field-dimensions .spf--input select {
	margin: 0;
}

.spf-field-box_shadow .spf--input input,
.spf-field-column .spf--input input,
.spf-field-border .spf--input input,
.spf-field-spacing .spf--input input,
.spf-field-dimensions .spf--input input {
	position: relative;
	z-index: 1;
	margin: 0;
	width: 60px;
	max-width: 100%;
	text-align: center;
	padding-right: 0;
}

.spf-field-box_shadow .spf--color,
.spf-field-border .spf--color,
.spf-field-spacing .spf--color,
.spf-field-dimensions .spf--color {
	float: left;
}

.spf-field-box_shadow .spf--label,
.spf-field-column .spf--label,
.spf-field-border .spf--label,
.spf-field-spacing .spf--label,
.spf-field-dimensions .spf--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;
}

.spf-field-box_shadow .spf--icon,
.spf-field-column .spf--icon,
.spf-field-border .spf--icon,
.spf-field-spacing .spf--icon,
.spf-field-dimensions .spf--icon {
	border-right: 0;
	border-radius: 4px 0 0 4px;
}

.spf-field-box_shadow .spf--icon+input,
.spf-field-column .spf--icon+input,
.spf-field-border .spf--icon+input,
.spf-field-spacing .spf--icon+input,
.spf-field-dimensions .spf--icon+input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.spf-field-box_shadow .spf--unit,
.spf-field-border .spf--unit,
.spf-field-spacing .spf--unit,
.spf-field-dimensions .spf--unit {
	border-left: 0;
	border-radius: 0 4px 4px 0;
}

.spf-field-box_shadow .spf--is-unit,
.spf-field-border .spf--is-unit,
.spf-field-spacing .spf--is-unit,
.spf-field-dimensions .spf--is-unit {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.spf-field-box_shadow .spf--inputs div:first-of-type input,
.spf-field-box_shadow .spf--inputs div:nth-of-type(2) input {
	width: 70px;
}

/**
 * 03. 06. Field: button_set
 */
.spf-field-button_set .spf--buttons {
	display: inline-block;
}

.spf-field-button_set .spf--button {
	position: relative;
	z-index: 1;
	float: left;
	cursor: pointer;
	padding: 10px 14px;
	min-width: 40px;
	text-align: center;
	color: #555;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	user-select: none;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.spf-field-button_set .spf--button:first-child {
	border-radius: 4px 0 0 4px;
}

.spf-field-button_set .spf--button:last-child {
	border-radius: 0 4px 4px 0;
}

.spf-field-button_set .spf--button:not(:first-child) {
	margin-left: -1px;
}

.spf-field-button_set .spf--button:hover {
	background-color: #eee;
}

.spf-field-button_set .spf--active:hover,
.spf-field-button_set .spf--active {
	z-index: 2;
	color: #fff;
	border-color: #1A74E4;
	background-color: #1A74E4;
}

.spf-field-button_set input {
	display: none;
}

/**
 * 03. 07. Field: checkbox, radio
 */
.spf-field-checkbox ul,
.spf-field-radio ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow-y: auto;
	max-height: 305px;
}

.spf-field-checkbox ul li,
.spf-field-radio ul li {
	margin-bottom: 6px;
}

.spf-field-checkbox ul ul,
.spf-field-radio ul ul {
	max-height: none;
}

.spf-field-checkbox ul ul li,
.spf-field-radio ul ul li {
	margin-left: 8px;
}

.spf-field-checkbox ul ul li:first-child,
.spf-field-radio ul ul li:first-child {
	margin-left: 0;
}

.spf-field-checkbox input,
.spf-field-radio input {
	margin: 0 1px;
}

.spf-field-checkbox .spf--inline-list li,
.spf-field-radio .spf--inline-list li {
	display: inline-block;
	margin-right: 15px;
}

.spf-field-checkbox .spf--text,
.spf-field-radio .spf--text {
	margin-left: 5px;
	vertical-align: middle;
}

.spf-field-checkbox .spf-checker,
.spf-field-radio .spf-checker {
	cursor: pointer;
}

/**
 * 03. 08. Field: code_editor
 */
.spf-field-code_editor .CodeMirror {
	width: 100%;
	height: 400px;
}

.spf-field-code_editor .cm-s-default {
	border: 1px solid #ccd0d4;
}

.spf-field-code_editor textarea {
	width: 100%;
	height: 400px;
}

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

.spf-field-color .button.wp-picker-clear {
	padding: 0 8px;
	margin-left: 6px;
	line-height: 2.54545455;
	min-height: 30px;
}

/**
 * 03. 10. Field: color_group
 */
.spf-field-color_group .spf--left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.spf-field-color_group .spf--title {
	color: #999;
	margin-bottom: 5px;
}

/**
 * 03. 11. Field: fieldset
 */
.spf-field-fieldset .spf-fieldset-content {
	border: 1px solid #ccd0d4;
	background-color: #fff;
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); */
}

.spf-field-fieldset .spf-field-subheading {
	font-size: 13px;
}

@media screen and (min-width: 1200px) {

	.spf-field.spf-field-text.sptp_job_title,
	.spf-field.spf-field-text.sptp_custom_url {
		width: 43%;
		float: left;
		z-index: 99;
	}

	.spf-field.spf-field-checkbox.sptp_custom_url,
	.spf-field.spf-field-text.sptp_job_degree {
		width: 42%;
		display: inline-flex;
		padding-left: 35px;
		align-items: center;
	}

	.spf-field.spf-field-text.sptp_job_title .spf-fieldset,
	.spf-field.spf-field-checkbox.sptp_custom_url .spf-fieldset,
	.spf-field.spf-field-text.sptp_custom_url .spf-fieldset {
		width: 54%;
		float: right;
	}

	.spf-field.spf-field-text.sptp_job_title .spf-fieldset input,
	.spf-field.spf-field-text.sptp_custom_url .spf-fieldset input {
		width: 100%;
		margin-left: 16px;
	}

	.spf-field.spf-field-checkbox.sptp_custom_url .spf-title {
		width: 45%;
	}

	.spf-field.spf-field-text.sptp_custom_url .spf-title,
	.spf-field.spf-field-text.sptp_job_title .spf-title {
		white-space: nowrap;
	}

	.spf-field.spf-field-text.sptp_job_degree .spf-title {
		width: 156px;
		margin-right: 20px;
	}

	.spf-field.spf-depend-on.spf-field-text.sptp_job_degree .spf-fieldset input {
		width: 120px;
	}
}

@media screen and (max-width: 1200px) {

	.spf-field.spf-field-checkbox.sptp_custom_url,
	.spf-field.spf-field-text.sptp_job_title,
	.spf-field.spf-field-text.sptp_job_degree,
	.spf-field.spf-field-text.sptp_custom_url {
		display: inline-block;
		width: 30%;
	}

	.spf-field.spf-field-text.sptp_job_title .spf-fieldset input,
	.spf-field.spf-field-text.sptp_job_degree .spf-fieldset input,
	.spf-field.spf-field-text.sptp_custom_url .spf-fieldset input {
		width: auto;
	}
}

.style_description_character_limit .spf-fieldset input,
.sptp-pagination-group.sptp_pro_only_field .spf-field:not(.spf-field-switcher) .spf-fieldset {
	pointer-events: none;
	opacity: .8;
}

.style_description_character_limit.sptp_pro_only_field .spf-fieldset {
	pointer-events: none;
	opacity: .8;
}


.spf-field.spf-field-radio.sptp_page_link_type_option,
.sptp-inline-repeater-social.sptp_pro_only_field .spf-field-select select,
.spf-field.sptp_pro_only_field .spf-title {
	opacity: .5;
}

/**
 * 03. 12. Field: date
 */
.spf-field-date input {
	margin: 0;
}

.spf-field-date .spf--to {
	margin-left: 7px;
}

.spf-datepicker-wrapper {
	margin-top: 5px;
	width: auto;
	background-color: #fff;
	z-index: 9999999 !important;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

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

.spf-datepicker-wrapper .ui-widget-header,
.spf-datepicker-wrapper .ui-datepicker-header {
	color: #fff;
	background: #00a0d2;
}

.spf-datepicker-wrapper .ui-datepicker-header .ui-state-hover {
	cursor: pointer;
}

.spf-datepicker-wrapper .ui-datepicker-title {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}

.spf-datepicker-wrapper .ui-datepicker-prev,
.spf-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;
}

.spf-datepicker-wrapper .ui-datepicker-next span,
.spf-datepicker-wrapper .ui-datepicker-prev span {
	display: none;
}

.spf-datepicker-wrapper .ui-datepicker-prev {
	float: left;
}

.spf-datepicker-wrapper .ui-datepicker-next {
	float: right;
}

.spf-datepicker-wrapper .ui-datepicker-prev:before {
	content: '\f053';
}

.spf-datepicker-wrapper .ui-datepicker-next:before {
	content: '\f054';
}

.spf-datepicker-wrapper .ui-datepicker-prev-hover,
.spf-datepicker-wrapper .ui-datepicker-next-hover {
	opacity: 0.75;
}

.spf-datepicker-wrapper tbody .ui-datepicker-week-col {
	background-color: #f7f7f7;
}

.spf-datepicker-wrapper .ui-datepicker-buttonpane {
	padding: 10px;
	text-align: center;
	background-color: #f7f7f7;
}

.spf-datepicker-wrapper .ui-datepicker-buttonpane button {
	cursor: pointer;
	margin: 0 5px;
	padding: 7px 14px;
	border: 1px solid #eee;
	background-color: #fff;
}

.spf-datepicker-wrapper select {
	margin: 0 4px;
}

.spf-datepicker-wrapper select option {
	color: #555;
}

.spf-datepicker-wrapper table {
	font-size: 13px;
	border-collapse: collapse;
	width: 100%;
}

.spf-datepicker-wrapper thead {
	color: #fff;
	background: #32373c;
}

.spf-datepicker-wrapper th {
	text-align: center;
	padding: 7px;
	border: 1px solid #444;
}

.spf-datepicker-wrapper td {
	text-align: center;
	border: 1px solid #f4f4f4;
}

.spf-datepicker-wrapper td.ui-datepicker-other-month {
	border: transparent;
}

.spf-datepicker-wrapper td .ui-state-default {
	color: #555;
	width: auto;
	display: block;
	padding: 6px 12px;
}

.spf-datepicker-wrapper td .ui-state-active,
.spf-datepicker-wrapper td .ui-state-hover {
	color: #fff;
	background-color: #0073aa;
}

.spf-datepicker-wrapper td.ui-state-disabled .ui-state-default {
	opacity: 0.5;
}

/**
 * 03. 13. Field: gallery
 */
.spf-field-gallery input {
	display: none;
}

.spf-field-gallery ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.spf-field-gallery ul li {
	display: inline-block;
	position: relative;
	padding: 4px;
	margin: 0 5px 10px 0;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.spf-field-gallery ul li img {
	max-height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.spf-field-gallery .button {
	margin-right: 5px;
	margin-bottom: 5px;
}

/**
 * 03. 14. Field: group
 */
.spf-field-group .spf-cloneable-hidden {
	display: none !important;
}

.spf-field-group .spf-cloneable-wrapper {
	position: relative;
}

.spf-field-group .spf-cloneable-item {
	display: none;
	position: relative;
	margin-bottom: 5px;
}

.spf-field-group .spf-cloneable-item h4 {
	font-size: 1em;
}

.spf-field-group .ui-accordion .spf-cloneable-item {
	display: block;
}

.spf-field-group .spf-cloneable-content {
	border: 1px solid #ccd0d4;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.spf-field-group .spf-cloneable-content>.spf-field {
	padding: 15px;
}

.spf-field-group .spf-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;
}

.spf-field-group .spf-cloneable-title:active,
.spf-field-group .spf-cloneable-title:hover,
.spf-field-group .spf-cloneable-title:focus {
	border-color: #999;
	outline: none;
}

.spf-field-group .spf-cloneable-helper {
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 1;
	font-size: 14px;
	line-height: 1em;
}

.spf-field-group .spf-cloneable-helper i {
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	color: #999;
}

.spf-field-group .spf-cloneable-helper i:hover {
	color: #555;
}

.spf-field-group .spf-cloneable-content {
	padding: 0;
	border-top: 0;
}

.spf-field-group .spf-cloneable-title-prefix,
.spf-field-group .spf-cloneable-title-number {
	margin-right: 5px;
}

.spf-field-group .spf-cloneable-alert {
	display: none;
	margin-bottom: 5px;
	padding: 10px 20px;
	color: #a94442;
	border: 1px solid #ebccd1;
	background-color: #f2dede;
}

.spf-field-group .widget-placeholder {
	margin-bottom: 10px;
	border: 1px dashed #f1c40f;
	background-color: #fffae4;
}

.spf-field-group .spf-cloneable-header-icon {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	width: 17px;
	text-indent: 0;
	vertical-align: text-top;
}

.spf-field-group .spf-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
 */
.spf-field-icon input {
	display: none;
}

.spf-field-icon .button {
	margin-right: 5px;
}

.spf-field-icon .spf-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;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

/**
 * 03. 16. Field: image_select
 */
.spf-field-image_select .spf--image {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.spf-field-image_select .spf--inline-list .spf--image {
	display: inline-block;
}

.spf-field-image_select figure {
	cursor: pointer;
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin: 0;
	vertical-align: bottom;
	border: 2px solid transparent;
	background-color: #fff;
	user-select: none;
	transition: all .2s;
}

.spf-field-image_select:not(.hide-active-sign) .spf--active figure:before {
	opacity: 1;
}

.spf-field.spf-field-image_select.sptp-layout-preset.hide-active-sign.image {
	padding-top: 0;
	margin-top: -10px;

}

.spf-field-image_select img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.spf-field-image_select input {
	display: none;
}

/**
 * 03. 17. Field: link_color
 */
.spf-field-link_color .spf--left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.spf-field-link_color .spf--title {
	color: #777;
	margin-bottom: 5px;
}

/**
 * 03. 18. Field: map
 */
.spf-field-map input {
	width: 100%;
}

.spf-field-map input[type="text"].ui-autocomplete-loading {
	background-position-x: calc(100% - 5px);
}

.spf-field-map .spf--map-search+.spf--map-osm-wrap {
	margin-top: 10px;
}

.spf-field-map .spf--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);
}

.spf-field-map .spf--map-osm {
	position: relative;
	z-index: 1;
	min-height: 250px;
}

.spf-field-map .spf--map-inputs {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.spf-field-map .spf--map-input {
	flex: 1;
}

.spf-field-map .spf--map-input:last-child {
	padding-left: 10px;
}

.spf-field-map label {
	display: block;
	color: #777;
	font-size: 12px;
	margin: 0 0 2px 0;
}

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

/**
 * 03. 19. Field: media
 */
.spf-field-media .spf--placeholder {
	display: flex;
	align-items: flex-start;
}

.spf-field-media .spf--placeholder input {
	width: 100%;
	margin: 0;
}

.spf-field-media .button {
	margin-left: 5px;
}

.spf-field-media .hidden+.button {
	margin-left: 0;
}

.spf-field-media .spf--preview {
	position: relative;
}

.spf-field-media .spf--preview .fa-times {
	position: absolute;
	z-index: 1;
	right: 2px;
	top: 2px;
	font-size: 14px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #dd3333;
	opacity: 0.75;
	border-radius: 2px;
	transition: all .2s;
}

.spf-field-media .spf--preview .fa-times:hover {
	opacity: 1;
}

.spf-field-media .spf--preview .fa-times:focus {
	box-shadow: none;
}

/**
 * 03. 20. Field: palette
 */
.spf-field-palette .spf--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;
}

.spf-field-palette .spf--palette span {
	vertical-align: middle;
	display: inline-block;
	width: 22px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-indent: -999px;
}

.spf-field-palette .spf--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;
}

.spf-field-palette .spf--active {
	border-color: #222;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.spf-field-palette .spf--active:before {
	opacity: 1;
}

.spf-field-palette input {
	display: none;
}

/**
 * 03. 21. Field: repeater
 */
.spf-field-repeater .spf-field-text input {
	width: 100%;
}

.spf-field-repeater .spf-repeater-hidden {
	display: none !important;
}

.spf-field-repeater .spf-repeater-wrapper .spf-repeater-item {
	display: table;
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #eee;
	position: relative;
}

.spf-field-repeater .spf-repeater-wrapper .spf-repeater-item h4 {
	font-size: 1em;
}

.spf-field-repeater .spf-repeater-content {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	background-color: #fff;
}

.spf-field-repeater .spf-repeater-content>.spf-field {
	padding: 10px;
}

.spf-field-repeater .spf-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;
}

.spf-field-repeater .spf-repeater-helper i {
	display: inline-block;
	cursor: pointer;
	color: #999;
	padding: 5px;
}

.spf-field-repeater .spf-repeater-helper i:hover {
	color: #555;
}

.spf-field-repeater .spf-repeater-helper-inner {
	width: 75px;
}

.spf-field-repeater .spf-repeater-alert {
	display: none;
	margin-bottom: 5px;
	padding: 10px 20px;
	color: #a94442;
	border: 1px solid #ebccd1;
	background-color: #f2dede;
}

.spf-field-repeater .widget-placeholder {
	height: 50px;
	margin-bottom: 3px;
	border: 1px dashed #f1c40f;
	background-color: #fffae4;
}

.spf-field-repeater .ui-sortable-helper {
	height: 50px !important;
	overflow: hidden !important;
	border-color: #ccc !important;
	background-color: #eee !important;
	opacity: 0.5;
}

.spf-field-repeater .ui-sortable-helper .spf-repeater-helper,
.spf-field-repeater .ui-sortable-helper .spf-repeater-content {
	display: none;
}

/**
 * 03. 22. Field: select
 */
.spf-field-select .spf-fieldset {
	min-height: 30px;
}

.spf-field-select .spf-chosen {
	display: none;
}

.spf-field-select select {
	max-width: 100%;
	margin: 0;
}

/**
 * 03. 23. Field: slider
 */

.spf-field-slider .spf--wrap {
	display: flex;
	align-items: center;
}

.spf-field-slider .spf--input {
	display: flex;
}

.spf-field-slider .spf--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;
}

.spf-field-slider .spf-slider-ui {
	margin-right: 15px;
}

.spf-field-slider input[type="number"] {
	position: relative;
	z-index: 1;
	margin: 0;
	width: 50px;
	text-align: center;
}

.spf-field-slider.carousel_auto_play_ranger input[type="number"] {
	width: 60px;
}

.spf-field-slider .spf--is-unit {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.spf-field-slider .ui-slider {
	position: relative;
	max-width: 400px;
	width: 100%;
	height: 10px;
	margin-right: 15px;
	border: 1px solid #c5c5c5;
	background: #fff;
	border-radius: 3px;
}

.spf-field-slider .ui-slider-range {
	height: 10px;
	border: none;
	background: #0085ba;
	border-radius: 2px;
}

.spf-field-slider .ui-slider-handle {
	position: absolute;
	width: 18px;
	height: 18px;
	top: -5px;
	margin-left: -8px;
	border: 1px solid #c5c5c5;
	background: #fff;
	border-radius: 2px;
}

.spf-field-slider .ui-state-active,
.spf-field-slider .ui-slider-handle:hover {
	cursor: pointer;
}

/**
 * 03. 24. Field: sortable
 */
.spf-field-sortable .spf-field-text input {
	width: 100%;
	max-width: 100%;
}

.spf-field-sortable .spf-sortable .spf-sortable-item {
	display: table;
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #eee;
}

.spf-field-sortable .spf-sortable .spf-sortable-item h4 {
	font-size: 1em;
}

.spf-field-sortable .spf-sortable-content {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	background-color: #fff;
}

.spf-field-sortable .spf-sortable-content>.spf-field {
	padding: 15px;
}

.spf-field-sortable .spf-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;
}

.spf-field-sortable .spf-sortable-helper i {
	display: inline-block;
	cursor: pointer;
	width: 50px;
	color: #555;
}

.spf-field-sortable .spf-sortable-helper i:hover {
	opacity: 0.5;
}

.spf-field-sortable .widget-placeholder {
	height: 50px;
	margin-bottom: 3px;
	border: 1px dashed #f1c40f;
	background-color: #fffae4;
}

.spf-field-sortable .ui-sortable-helper {
	height: 50px !important;
	overflow: hidden !important;
	border-color: #ccc !important;
	background-color: #eee !important;
	opacity: 0.5;
}

.spf-field-sortable .ui-sortable-helper .spf-sortable-helper,
.spf-field-sortable .ui-sortable-helper .spf-sortable-content {
	display: none;
}

/**
 * 03. 25. Field: sorter
 */
.spf-field-sorter .ui-sortable-placeholder {
	height: 20px;
	border: 1px dashed #f1c40f;
	background-color: #fffae4;
}

.spf-field-sorter .spf-modules {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.spf-field-sorter .spf-modules:first-child {
	padding-right: 15px;
}

.spf-field-sorter .spf-modules:last-child {
	padding-left: 15px;
}

.spf-field-sorter .spf-disabled,
.spf-field-sorter .spf-enabled {
	padding: 5px 15px;
	border: 1px dashed #ddd;
	background-color: #fff;
}

.spf-field-sorter .spf-disabled li {
	opacity: 0.5;
	transition: opacity .15s;
}

.spf-field-sorter .spf-disabled .ui-sortable-helper {
	opacity: 1;
}

.spf-field-sorter .spf-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;
}

.spf-field-sorter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	min-height: 62px;
}

.spf-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;
	transition: border-color .15s;
}

.spf-field-sorter ul li:hover {
	border-color: #bbb;
}

/**
 * 03. 26. Field: spinner
 */
.spf-field-spinner .spf--spin {
	display: flex;
}

.spf-field-spinner .ui-spinner {
	display: flex;
}

.spf-field-spinner .ui-button {
	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;
}

.spf-field-spinner .ui-spinner-button {
	cursor: pointer;
}

.spf-field-spinner .ui-spinner-button:hover {
	background-color: #e7e7e7;
}

.spf-field-spinner .ui-spinner-button:active {
	background-color: #ddd;
}

.spf-field-spinner .ui-spinner-button:before {
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
	font-size: 14px;
	line-height: 14px;
}

.spf-field-spinner .ui-spinner-down {
	order: 1;
	border-right: 0;
	border-radius: 4px 0 0 4px;
}

.spf-field-spinner .ui-spinner-down:before {
	content: "\f0d9";
}

.spf-field-spinner .ui-spinner-input {
	order: 2;
}

.spf-field-spinner .spf--unit {
	order: 3;
	border-left: 0;
	user-select: none;
}

.spf-field-spinner .ui-spinner-up {
	order: 4;
	border-left: 0;
	border-radius: 0 4px 4px 0;
}

.spf-field-spinner .ui-spinner-up:before {
	content: "\f0da";
}

.spf-field-spinner input {
	position: relative;
	z-index: 1;
	width: 50px;
	text-align: center;
	margin: 0;
	padding: 0 8px;
	border-radius: 0;
}

.spf-field-spinner .ui-button-text,
.spf-field-spinner .ui-button-icon,
.spf-field-spinner .ui-button-icon-space {
	display: none;
}

/**
 * 03. 27. Field: switcher
 */
.spf-field-switcher .spf--switcher {
	float: left;
	cursor: pointer;
	position: relative;
	width: 60px;
	height: 26px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 4px;
	background-color: #FF4E4F;
	user-select: none;
	-webkit-user-select: none;
}

.spf-field-switcher .spf--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);
}

.spf-field-switcher .spf--on,
.spf-field-switcher .spf--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;
}

.spf-field-switcher .spf--off {
	padding-right: 0;
	padding-left: 28px;
	opacity: 1;
}

.spf-field-switcher .spf--active {
	background: #4fb845;
}

.spf-field-switcher .spf--active .spf--on {
	opacity: 1;
}

.spf-field-switcher .spf--active .spf--off {
	opacity: 0;
}

.spf-field-switcher .spf--active .spf--ball {
	left: 100%;
	margin-left: -28px;
}

.spf-field-switcher .spf--label {
	float: left;
	margin-top: 4px;
	margin-left: 8px;
	font-weight: 400;
	color: #999;
}

.spf-field-switcher input {
	display: none;
}

/**
 * 03. 28. Field: tabbed
 */
.spf-field-tabbed .spf-tabbed-nav {
	width: 280px;
	border-right: 1px solid rgba(221, 221, 221, 1);
}

.spf-field-tabbed.spf-field {
	display: flex;
	margin: 22px 30px;
	border: 1px solid rgba(221, 221, 221, 1);
}

.spf-field-tabbed .spf-tabbed-sections {
	float: left;
	width: 100%;
}

.spf-field-tabbed .spf-tabbed-section {
	border: none;
	background: #fff;
	/* padding-top: 20px;
	padding-bottom: 20px; */
}

.spf-field-tabbed.spf-field:not(.hidden) {
	padding: 0 !important;
	border: 1px solid rgba(221, 221, 221, 1) !important;
}

.spf-field-tabbed .spf-tabbed-section>.spf-field {
	padding: 20px;
}

.spf-field-tabbed .spf-tabbed-nav .spf--icon {
	padding-right: 5px;
}

.spf-field-tabbed .spf-tabbed-nav a {
	display: block;
	padding: 12px 14px;
	margin-top: 0;
	position: relative;
	text-decoration: none;
	color: #343434;
	font-weight: 600;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
	background: rgba(245, 245, 245, 1);
	text-transform: uppercase;
	font-size: 13px;
}

.spf-field-tabbed .spf-tabbed-nav a:last-child {
	margin-bottom: 0px;
}

.spf-field-tabbed .spf-tabbed-nav a:hover {
	background-color: #f9f9f9;
}

.spf-field-tabbed .spf-tabbed-nav a:focus {
	box-shadow: none;
	outline: none;
}

.spf-field-tabbed .spf-pros-tabbed-nav a:focus,
.spf-field-tabbed .spf-tabbed-nav a.spf-tabbed-active {
	/* background-color: #fff;
	color:  #67439B; */
	background-color: #fff;
	-webkit-box-shadow: inset 3px 0 #2B5F47;
	box-shadow: inset 3px 0 #2B5F47;
	color: #2B5F47;
	;
	font-weight: 600;
	border-right-color: #fff;
	margin-right: -1px;
	border-right: none;
}

.spf-field-tabbed .spf-tabbed-nav a.spf-tabbed-active svg path,
.spf-field-tabbed .spf-tabbed-nav a.spf-tabbed-active svg {
	fill: #2B5F47;
	/* stroke: #0C6E63; */
}

.spf-tabbed-nav a span {
	margin-right: 6px;
}

.spf-tabbed-nav a span svg {
	vertical-align: text-bottom;
}

.spf-tabbed-nav a:nth-last-child(1) span svg {
	vertical-align: middle;
}

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

/**
 * 03. 30. Field: textarea
 */
.spf-field-textarea textarea {
	width: 100%;
	max-width: 70%;
	min-height: 125px;
}

.spf-field-textarea .spf-shortcode-button {
	margin-bottom: 10px;
	margin-right: 5px;
}

/**
 * 03. 31. Field: typography
 */
.spf-field-typography textarea,
.spf-field-typography select {
	margin: 0;
	min-width: 100%;
	max-width: 100%;
}

.spf-field-typography .spf--title {
	color: #777;
	margin: 0 0 2px 0;
	font-size: 12px;
}

.spf-field-typography .spf--title small {
	vertical-align: top;
}

.spf-field-typography .spf--blocks {
	display: flex;
	flex-wrap: wrap;
}

.spf-field-typography .spf--block {
	flex: 1;
	max-width: 100%;
	padding-right: 6px;
	padding-bottom: 6px;
}

.spf-field-typography .spf--block-font-color {
	float: left;
}

.spf-field-typography .spf--block-margin-bottom {
	float: left;
	width: 130px;
}

.spf-field-typography .spf--block-margin-bottom input {
	width: 100%;
}

.spf-field-typography .spf--input {
	margin: 0;
	min-width: 100%;
}

.spf-field-typography .spf--input-wrap {
	position: relative;
}

.spf-field-typography .spf--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;
}

.spf-field-typography .spf--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;
}

.spf-field-typography .spf--block-preview {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	max-width: 100%;
	width: 100%;
}

.spf-field-typography .spf--black-background {
	border-color: #000;
	background-color: #000;
}

.spf-field-typography .spf--toggle {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #999;
}

.spf-field-typography .spf--block-extra-styles {
	margin-top: 5px;
}

/**
 * 03. 32. Field: upload
 */
.spf-field-upload input {
	width: 100%;
	margin: 0;
}

.spf-field-upload .spf--wrap {
	display: flex;
	align-items: flex-start;
}

.spf-field-upload .button {
	margin-left: 5px;
}

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

/**
 * 03. 35. Field: subheading
 */
.spf-field-subheading {
	font-size: 14px;
	font-weight: bold;
	padding-top: 17px;
	padding-bottom: 17px;
	color: #030E12;
	background-color: #EAECEE;
	text-transform: uppercase;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.spf-field-submessage+.spf-field {
	border-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 03. 38. Field: number
 */
.spf-field-number input {
	width: 100%;
	margin: 0;
}

.spf-field-number .spf--wrap {
	position: relative;
	float: left;
	width: 100px;
}

.spf-field-number .spf--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. Field: link
 */
.spf-field-link input {
	display: none;
}

.spf-field-link .spf--result {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding: 7px 10px;
	margin-bottom: 7px;
	color: #777;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	border-radius: 2px;
	world-break: break-word;
}

.spf-field-link .spf--wrap {
	position: relative;
	float: left;
	width: 100px;
}

.spf-field-link .spf--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. 40. others
 */
.spf-help {
	cursor: help;
	/* position: absolute;
	top: 0;
	right: 0; */
	padding: 5px;
	/* font-size: 13px;  */
	color: #aaa;
	display: inline-block;
	pointer-events: auto;
}

.spf-help .spf-help-text {
	display: none;
}

.spf-image-preview {
	display: inline-block;
	position: relative;
	padding: 4px;
	min-width: 100px;
	min-height: 100px;
	line-height: 100px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.spf-image-preview img {
	max-width: 100px;
	max-height: 100px;
	display: inline-block;
	vertical-align: middle;
	object-fit: contain;
}

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

.spf-field .chosen-container-single .chosen-single {
	height: 28px;
	line-height: 26px;
}

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

.spf-field .chosen-container-single .chosen-single abbr:before {
	content: "\f00d";
}

.spf-field .chosen-container-single .chosen-single abbr:hover {
	color: #555;
}

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

.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
	content: "\f00d";
	display: inline-block;
	padding-top: 3px;
}

.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	color: #555;
}

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

.spf-field .chosen-container-single .chosen-single div b:before {
	content: "\f107";
}

.spf-field .chosen-container-single .chosen-single div b:hover {
	color: #555;
}

.spf-field .chosen-container-multi .chosen-choices li.search-choice-placeholder {
	border: 1px dashed #aaa;
	margin: 3px 5px 3px 0;
}

.spf-field .chosen-container-multi .ui-sortable li.search-choice span {
	cursor: move;
}

.spf-field .chosen-container-active.chosen-with-drop .chosen-single div b:before {
	content: "\f106";
}

.spf-field .chosen-container-single .chosen-single-with-deselect span {
	margin-right: 40px;
}

.spf-field .chosen-container-single .chosen-search input[type="text"] {
	background: none;
}

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

.spf-field .wp-picker-container {
	display: inline-block;
}

.spf-field .wp-picker-container .wp-color-result.button {
	margin-bottom: 0;
}

.spf-field .spf--transparent-wrap {
	display: none;
	position: relative;
	top: -1px;
	width: 235px;
	padding: 9px 10px;
	border: 1px solid #dfdfdf;
	border-top: none;
	background-color: #fff;
}

.spf-field .wp-picker-active .spf--transparent-wrap {
	display: block;
}

.spf-field .spf--transparent-slider {
	position: absolute;
	width: 190px;
	margin-left: 2px;
	height: 18px;
}

.spf-field .spf--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;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.spf-field .spf--transparent-slider .ui-slider-handle:before {
	content: " ";
	position: absolute;
	left: -2px;
	right: -2px;
	top: -3px;
	bottom: -3px;
	border: 2px solid #fff;
	border-radius: 3px;
}

.spf-field .spf--transparent-offset {
	height: 18px;
	width: 200px;
	background: url(../img/checkerboard.png) repeat-y center left scroll #fff;
	border-radius: 2px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
}

.spf-field .spf--transparent-text {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 30px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #999;
}

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

.spf-field .spf--transparent-active .wp-color-result {
	background-image: url(../img/checkerboard.png);
	background-size: 135px;
	background-position: center left;
	background-color: transparent !important;
}

.spf-field .spf--transparent-active .spf--transparent-button {
	color: #fff;
	border-color: #3ea032;
	background-color: #4fb845;
}

.spf-field .spf--transparent-active .fa:before {
	content: "\f205";
}

/**
 * 04. Widget
 */
.spf-widgets>.spf-field {
	position: relative;
	top: -1px;
	margin-right: -15px;
	margin-left: -15px;
	padding: 12px 15px;
}

.spf-widgets>.spf-field .spf-field {
	margin-left: 0;
	margin-right: 0;
}

.spf-widgets>.spf-field .spf-title {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}

.spf-widgets>.spf-field .spf-fieldset {
	float: none;
	width: 100%;
}

.spf-widgets .spf-field-text input {
	width: 100%;
}

.spf-widgets .spf-field-notice .spf-notice {
	padding: 15px;
}

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

/**
 * 05. Widget
 */
.control-section .spf-field {
	padding: 0;
}

.control-section .spf-field .spf-title {
	float: none;
	width: 100%;
	margin-bottom: 6px;
}

.control-section .spf-field .spf-title h4 {
	display: block;
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	color: inherit;
}

.control-section .spf-field .spf-fieldset {
	float: none;
	width: 100%;
}

.control-section .spf-help {
	top: -5px;
	right: -5px;
}

.control-section .spf-field-select select {
	width: 100%;
}

.control-section .spf-field-heading {
	color: inherit;
	font-size: 14px;
	line-height: 1em;
	margin-right: -15px;
	margin-left: -15px;
	padding: 15px;
}

.control-section .spf-field-subheading {
	color: inherit;
	font-size: 11px;
	margin-right: -15px;
	margin-left: -15px;
	padding: 10px 15px;
}

.control-section .spf-subtitle-text {
	margin-top: 4px;
	font-size: 12px;
}

.control-section .spf-field-submessage .spf-submessage {
	margin-right: -15px;
	margin-left: -15px;
	padding: 15px;
}

.control-section .spf-fieldset .spf-field-submessage .spf-submessage,
.control-section .spf-fieldset .spf-field-heading,
.control-section .spf-fieldset .spf-field-subheading {
	margin-left: 0;
	margin-right: 0;
}

.control-section .spf-field-date .spf--to {
	margin-left: 0;
}

.control-section .spf-field-sorter ul li {
	padding: 5px;
}

.control-section .spf-field-sorter .spf-modules {
	float: none;
	width: 100%;
}

.control-section .spf-field-sorter .spf-modules:first-child {
	padding-right: 0;
	padding-bottom: 15px;
}

.control-section .spf-field-background .spf--background-attributes {
	flex-direction: column;
}

.control-section .spf-field-spacing input {
	width: 90px;
}

.control-section .spf-field-border .spf--input {
	flex: 1 50%;
}

.control-section .spf-field-border input,
.control-section .spf-field-border select {
	width: 100%;
}

.control-section .spf-field-spinner input {
	width: 50px;
}

.control-section .spf-field-number .spf--wrap {
	width: 100%;
}

.control-section .spf-field-backup .spf-export-data {
	display: none;
}

.control-section .spf-field-fieldset .spf-fieldset-content {
	border-color: #e5e5e5;
}

.control-section .spf-tabbed-content>.spf-field,
.control-section .spf-sortable-content>.spf-field,
.control-section .spf-repeater-content>.spf-field,
.control-section .spf-fieldset-content>.spf-field,
.control-section .spf-cloneable-content>.spf-field,
.control-section .spf-accordion-content>.spf-field {
	padding: 10px;
}

.control-section .spf-tabbed-content>.spf-field .spf-title,
.control-section .spf-sortable-content>.spf-field .spf-title,
.control-section .spf-repeater-content>.spf-field .spf-title,
.control-section .spf-fieldset-content>.spf-field .spf-title,
.control-section .spf-cloneable-content>.spf-field .spf-title,
.control-section .spf-accordion-content>.spf-field .spf-title {
	margin-bottom: 5px;
}

.control-section .spf-tabbed-content>.spf-field h4,
.control-section .spf-sortable-content>.spf-field h4,
.control-section .spf-repeater-content>.spf-field h4,
.control-section .spf-fieldset-content>.spf-field h4,
.control-section .spf-cloneable-content>.spf-field h4,
.control-section .spf-accordion-content>.spf-field h4 {
	font-size: 12px;
}

.control-section .spf-depend-hidden.spf-depend-on {
	display: none !important;
}

.control-section .spf-depend-visible.spf-depend-on {
	border-top: 0 !important;
}

/**
 * 06. Taxonomy
 */
.spf-taxonomy {
	max-width: 95%;
}

.spf-taxonomy>.spf-field {
	border-top: none !important;
}

.spf-taxonomy>.spf-field-heading {
	font-size: 1.1em;
	padding: 20px !important;
	border: 1px solid #ddd;
}

.spf-taxonomy>.spf-field-subheading {
	font-size: 12px;
	padding: 15px !important;
	border: 1px solid #ddd;
}

.spf-taxonomy>.spf-field-submessage .spf-submessage {
	padding: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}

.spf-taxonomy>.spf-field-notice {
	background-color: transparent;
}

.spf-taxonomy .spf-section-title {
	display: block;
	padding: 15px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.spf-taxonomy-add-fields>.spf-field {
	padding: 8px 0;
}

.spf-taxonomy-add-fields>.spf-field>.spf-title {
	float: none;
	width: 100%;
	padding: 2px 2px 4px 0;
}

.spf-taxonomy-add-fields>.spf-field>.spf-title h4 {
	font-size: 12px;
	font-weight: normal;
}

.spf-taxonomy-add-fields>.spf-field>.spf-fieldset {
	float: none;
	width: 100%;
}

.spf-taxonomy-add-fields>.spf-field>.spf-fieldset>.spf-help {
	right: -5px;
}

.spf-taxonomy-add-fields+p.submit {
	margin-top: 0;
}

.spf-taxonomy-edit-fields>.spf-field {
	padding: 20px 0;
}

.spf-taxonomy-edit-fields>.spf-field>.spf-title {
	width: 200px;
}

.spf-taxonomy-edit-fields>.spf-field>.spf-title h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
}

.spf-taxonomy-edit-fields>.spf-field>.spf-fieldset {
	width: calc(100% - 220px);
}

.spf-taxonomy-edit-fields>.spf-field>.spf-fieldset>.spf-help {
	top: -5px;
	right: -5px;
}

.spf-taxonomy-edit-fields>.spf-field-submessage {
	margin: 20px 0;
}

.spf-taxonomy-edit-fields>.spf-field-subheading,
.spf-taxonomy-edit-fields>.spf-field-heading {
	margin: 20px 0;
	border: 1px solid #ddd;
}

/**
 * 08. Nav Menu
 */
.spf-nav-menu-options {
	clear: both;
	float: left;
	width: 100%;
}

.spf-nav-menu-options>.spf-fields {
	margin-left: -10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.spf-nav-menu-options>.spf-fields>.spf-field {
	padding: 12px 14px 12px 12px;
}

.spf-nav-menu-options>.spf-fields>.spf-field .spf-title {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}

.spf-nav-menu-options>.spf-fields>.spf-field .spf-fieldset {
	float: none;
	width: 100%;
}

.spf-nav-menu-options .spf-field-text input {
	width: 100%;
}

.spf-nav-menu-options .spf-field-notice .spf-notice {
	padding: 15px;
}

.spf-nav-menu-title {
	padding: 12px 14px 12px 12px;
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.spf-nav-menu-title:first-child {
	border-top: 0;
}

.spf-nav-menu-title h4 {
	margin: 0;
	padding: 0;
	color: #23282d;
}

.spf-nav-menu-icon {
	margin-right: 5px;
}

/**
 * 06. Profile
 */
.spf-profile-options>h2>.fa {
	padding-right: 7px;
}

.spf-profile-options>.spf-field {
	max-width: 750px;
	padding: 15px 0;
	border-top: none !important;
}

.spf-profile-options>.spf-field>.spf-title {
	width: 200px;
}

.spf-profile-options>.spf-field>.spf-title h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
}

.spf-profile-options>.spf-field>.spf-fieldset {
	width: calc(100% - 220px);
}

.spf-profile-options>.spf-field>.spf-fieldset>.spf-help {
	top: -15px;
	right: -5px;
}

.spf-profile-options>.spf-field-heading {
	font-size: 1.1em;
}

.spf-profile-options>.spf-field-subheading {
	font-size: 12px;
}

.spf-profile-options>.spf-field-subheading,
.spf-profile-options>.spf-field-heading {
	margin: 10px 0;
	padding: 15px !important;
	border: 1px solid #ddd;
}

.spf-profile-options>.spf-field-submessage {
	margin: 20px 0;
}

.spf-profile-options>.spf-field-submessage .spf-submessage {
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}

.spf-profile-options>.spf-field-notice {
	background-color: transparent;
}

/**
 * 09. Modal
 */
.spf-modal {
	position: fixed;
	z-index: 100101;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.spf-modal.hidden {
	display: none;
}

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

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

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

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

.spf-modal-content {
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	height: 595px;
}

.spf-modal-content .spf-shortcode-button {
	display: none;
}

.spf-modal-content .spf-field {
	padding: 15px 30px 15px 15px;
}

.spf-modal-content a:active,
.spf-modal-content a:focus {
	outline: none;
	box-shadow: none;
}

.spf-modal-content h4 {
	font-size: 13px;
}

.spf-modal-content h4 small {
	font-style: italic;
	font-weight: 400;
	color: #aaa;
}

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

.spf-modal-header {
	width: 100%;
	padding: 14px 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
}

.spf-modal-header select {
	display: block;
	width: 250px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1;
	height: 30px;
	min-height: 30px;
	background-color: #fff;
}

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

.spf-modal-close:before {
	font: normal 20px/36px dashicons;
	content: "\f158";
	vertical-align: top;
	width: 36px;
	height: 36px;
}

.spf-modal-close:hover {
	opacity: 0.5;
}

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

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

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

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

.spf--repeat-shortcode {
	position: relative;
	margin-bottom: 15px;
	border: 1px dashed #ddd;
}

.spf--repeat-shortcode:first-child .spf-repeat-remove {
	display: none;
}

.spf--repeat-shortcode .spf-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;
}

.spf--repeat-shortcode .spf-repeat-remove:hover {
	opacity: 0.5;
}

.spf-shortcode-single .spf-modal-inner {
	height: 750px;
}

.spf-shortcode-single .spf-modal-content {
	height: 652px;
}

.elementor-editor-active .spf-shortcode-button {
	margin-left: 5px;
}

.elementor-editor-active .spf-modal .hidden {
	display: none !important;
}

/**
 * 09. 02. Gutenberg Modal
 */
.spf-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;
}

.spf-shortcode-block .components-button {
	margin-bottom: 10px;
}

/**
 * 09. 03. Icon Modal
 */
.spf-modal-icon .spf-icon-title {
	padding: 15px 0;
	margin: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #eee;
	background-color: #f7f7f7;
}

.spf-modal-icon .spf-modal-header {
	text-align: center;
}

.spf-modal-icon .spf-icon-search {
	width: 50%;
	height: 40px;
	line-height: 40px;
}

.spf-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;
	border-radius: 2px;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.spf-modal-icon i:hover {
	color: #fff;
	border-color: #222;
	background-color: #222;
}

.spf-modal-icon .spf-modal-content {
	padding: 10px;
	height: 618px;
}

.spf-modal-icon .spf-error-text {
	padding: 10px;
}

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

.spf-loading {
	position: relative;
	width: 20px;
	height: 20px;
	background: #ccc;
	border-radius: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}

.spf-loading:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 4px;
	content: "";
	margin-top: -2px;
	margin-left: -2px;
	background-color: white;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: spfLoader;
	border-radius: 4px;
}

@keyframes spfLoader {
	0% {
		transform: rotate(0deg) translateX(-6px) rotate(0deg);
	}

	100% {
		transform: rotate(360deg) translateX(-6px) rotate(-360deg);
	}
}

/**
 * 10. Helper
 */
.spf-subtitle-text {
	margin-top: 6px;
	font-weight: 400;
	color: #999;
}

.spf-desc-text {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 6px;
	font-weight: 400;
	font-style: italic;
	/* color: #999; */
}

.spf-error-text {
	margin-top: 6px;
	color: #d02c21;
}

.spf-before-text {
	margin-bottom: 6px;
}

.spf-after-text {
	margin-top: 6px;
}

.spf-metabox-hide {
	display: none !important;
}

.spf-metabox-show {
	display: block !important;
}

.spf-depend-hidden.spf-depend-on {
	display: none;
}

.spf-depend-visible.spf-depend-on {
	display: block;
	opacity: 0.75;
	filter: grayscale(1);
	user-select: none;
	border-top: 1px solid #eee;
}

.spf-depend-visible.spf-depend-on .clear:before {
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-color: #eee;
	opacity: 0.25;
	z-index: 10;
}

.spf-warning-primary {
	color: #fff !important;
	border-color: #dc3545 !important;
	background: #dc3545 !important;
}

.spf-warning-primary:hover,
.spf-warning-primary:focus {
	border-color: #bd2130 !important;
	background: #bd2130 !important;
}

.spf-warning-primary:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #bd2130 !important;
}

.spf-warning-primary:active {
	border-color: #bd2130 !important;
	background: #bd2130 !important;
}

.spf-form-result {
	display: none;
	padding: 12px;
	margin: 0 0 15px 0;
	/* margin: 0 0 15px 0; */
	background-color: #fff;
	border-left: 4px solid #46b450;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
	box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.spf-form-result.error {
	margin: 0 0 15px 0;
	padding: 12px;
}

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

/* .spf-form-success {
  color: #fff;
  background-color: #46b450;
} */

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

.spf-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;
	border-radius: 2px;
}

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

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

.spf-field-slider .spf-input-number::-webkit-outer-spin-button,
.spf-field-slider .spf-input-number::-webkit-inner-spin-button,
.spf-field-spinner .spf-input-number::-webkit-inner-spin-button,
.spf-field-spinner .spf-input-number::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.spf-fa5-shims .spf .fas,
.spf-fa5-shims .spf .far,
.spf-fa5-shims .spf .fab {
	font-family: "FontAwesome";
	font-style: normal;
}

/**
 * 11. Welcome Page
 */
.spf-welcome-wrap {
	position: relative;
	margin: 25px 40px 0 20px;
	font-size: 15px;
	max-width: 1200px;
}

.spf-welcome-wrap p {
	font-size: 14px;
	line-height: 1.5;
}

.spf-welcome-wrap h1 {
	margin: 0.2em 200px 0 0;
	padding: 0;
	color: #32373c;
	line-height: 1.2em;
	font-size: 2.8em;
	font-weight: 400;
}

.spf-welcome-wrap .spf-logo {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	height: 160px;
	width: 140px;
	background-image: linear-gradient(45deg, #2d67cb, #ad19f3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25), inset 0 0 0 4px rgba(0, 0, 0, 0.25);
}

.spf-welcome-wrap .spf-logo .spf--effects i {
	position: absolute;
	width: 200px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.15);
	transform: rotate(-45deg);
}

.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(1) {
	bottom: -20px;
	right: -70px;
}

.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(2) {
	bottom: -35px;
	right: -80px;
}

.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(3) {
	bottom: -50px;
	right: -90px;
}

.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(4) {
	bottom: -65px;
	right: -100px;
}

.spf-welcome-wrap .spf-logo .spf--wp-logos {
	position: relative;
	padding-top: 25px;
	text-align: center;
}

.spf-welcome-wrap .spf-logo .spf--wp-logo {
	position: absolute;
	left: 20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/wp-logo.svg);
}

.spf-welcome-wrap .spf-logo .spf--wp-plugin-logo {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 3px solid #fff;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/wp-plugin-logo.svg);
	border-radius: 100%;
	vertical-align: middle;
}

.spf-welcome-wrap .spf-logo .spf--text {
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
	color: #fff;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.spf-welcome-wrap .spf-logo .spf--version {
	top: auto;
	left: auto;
	right: 8px;
	bottom: 4px;
	font-size: 11px;
	text-transform: lowercase;
}

.spf-welcome-wrap .spf-about-text {
	font-weight: 400;
	line-height: 1.6em;
	font-size: 19px;
	margin: 1em 200px 1em 0;
	color: #555d66;
}

.spf-welcome-wrap .spf-demo-button {
	margin: 1em 200px 2em 0;
}

.spf-welcome-wrap .nav-tab-wrapper {
	margin-bottom: 20px;
}

.spf-welcome-wrap ul {
	list-style-type: disc;
	padding-left: 15px;
}

.spf-welcome-wrap .spf--col {
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}

.spf-welcome-wrap .spf--col-2 {
	width: 50%;
}

.spf-welcome-wrap .spf--col-3 {
	width: 33.333%;
}

.spf-welcome-wrap .spf--col-4 {
	width: 25%;
}

.spf-welcome-wrap .spf--col-5 {
	width: 20%;
}

.spf-welcome-wrap .spf--col-last {
	padding-right: 0;
}

.spf-welcome-wrap .spf--col-upgrade {
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}

.spf--table-compare thead td,
.spf--table-compare tfoot td {
	text-align: center;
}

.spf--table-compare td {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

.spf--table-compare td:first-child {
	text-align: left;
}

.spf--table-compare tfoot td {
	padding: 15px 0;
}

.spf--table-compare .fa {
	font-size: 18px;
}

.spf--table-compare .fa-check-circle {
	color: #46b450;
}

.spf--table-compare .fa-times-circle {
	color: #dc3232;
}

.spf-welcome-cols {
	clear: both;
	margin: 20px 0;
	background-color: #fff;
	padding: 0 0;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
}

.spf-welcome-cols .spf--col {
	width: 33.333%;
	float: left;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	min-height: 200px;
	border-right: 1px solid #e5e5e5;
}

.spf-welcome-cols .spf--left,
.spf-welcome-cols .spf--block {
	float: left;
	width: 20%;
	padding: 0 30px;
	text-align: center;
	box-sizing: border-box;
}

.spf-welcome-cols .spf--block {
	width: 80%;
}

.spf-welcome-cols .spf--col-first {
	border-bottom: 1px solid #e5e5e5;
}

.spf-welcome-cols .spf--last {
	border-right: none;
}

.spf-welcome-cols .spf--space {
	height: 20px;
}

.spf-welcome-cols .spf--icon {
	display: inline-block;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	background-color: #555;
	border-radius: 30px;
}

.spf-welcome-cols .spf--active {
	background-color: #5cb85c;
}

.spf-welcome-cols .spf--deactive {
	background-color: #e14d43;
}

.spf-welcome-cols .spf--title {
	font-weight: bold;
	display: block;
}

.spf-welcome-cols p:last-child {
	margin-bottom: 0;
}

.spf-features-cols .spf--key-features {
	width: 30%;
}

.spf-features-cols .spf--available-fields {
	width: 70%;
}

.spf-code-block {
	margin: 20px 0;
	padding: 5px 20px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.spf-code-block pre {
	font-size: 13px;
	color: #0073aa;
}

.spf-code-block pre span {
	color: #999;
}

.spf--table-fields td {
	font-size: 14px;
}

.spf--upgrade a {
	color: #5cb85c;
	font-weight: bold;
}

.spf--upgrade a:focus,
.spf--upgrade a:hover {
	color: #4aa14a;
	outline: none;
	box-shadow: none;
}

@media only screen and (max-width: 782px) {
	.spf-welcome-cols .spf--col {
		width: 100%;
		min-height: auto;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
	}

	.spf-features-cols .spf--key-features {
		width: 100%;
	}

	.spf-features-cols .spf--available-fields {
		width: 100%;
	}
}

/**
 * 12. Responsive
 */
@media only screen and (max-width: 1200px) {
	.spf-metabox .spf-field .spf-title {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.spf-metabox .spf-field .spf-fieldset {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 782px) {
	.spf-header-inner {
		text-align: center;
	}

	.spf-header-inner h1 {
		width: 100%;
		margin-bottom: 10px;
	}

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

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

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

	.spf-footer {
		text-align: center;
	}

	.spf-buttons {
		float: none;
	}

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

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

	.spf-nav-normal+.spf-content {
		margin-left: 0;
	}

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

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

	.spf-field .spf-fieldset {
		float: none;
		width: 100%;
	}

	.spf-field-color .button.wp-picker-clear {
		padding: 0 8px;
		line-height: 2.14285714;
		min-height: 32px;
	}

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

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

	.spf-icon-dialog .spf-modal-inner {
		width: 305px;
		height: 380px;
	}

	.spf-icon-dialog .spf-modal-content {
		height: 267px;
	}

	.spf-modal-icon .spf-modal-inner {
		width: 330px;
		height: 385px;
	}

	.spf-modal-icon .spf-modal-content {
		height: 252px;
	}

	.spf-profile-options>.spf-field>.spf-title,
	.spf-taxonomy-edit-fields>.spf-field>.spf-title {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.spf-profile-options>.spf-field>.spf-fieldset,
	.spf-taxonomy-edit-fields>.spf-field>.spf-fieldset {
		float: none;
		width: 100%;
	}

	.spf-nav-menu-options>.spf-fields {
		margin-left: -10px;
		margin-right: -10px;
	}

	.spf-nav-menu-options>.spf-fields>.spf-field {
		padding: 10px;
	}
}

/**
 * Chosen JS Styles
 */
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	user-select: none;
}

.sptp-layout-group .chosen-container {
	width: 50% !important;
}

.sptp-layout-group .chosen-choices,
.sptp-layout-group .chosen-drop {
	width: 100%;
}

.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(#fff 20%, #f6f6f6 50%, #eee 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(#eee 1%, #fff 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%, #eee 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%, #eee 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-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.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(#eee 20%, #fff 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;
}

/* ShapedPlugin */
.spf-field.sptp-layout-preset .spf-fieldset {
	margin-left: 0;
	width: 100%;
}

.post-type-sptp_generator .spf-theme-light .spf-nav-background,
#_sptp_add_member .postbox-header,
#_sptp_generator_layout .postbox-header,
#_sptp_generator .postbox-header,
#_sptp_generator_output .postbox-header {
	display: none;
}

/* Nav menu */
.post-type-sptp_generator .spf-nav ul li a {
	color: #fff;
	background-color: #2B5F47 !important;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}

.spf-nav li[class^="spf-menu-item-"] .spf-active {
	color: #000 !important;
	border-color: transparent;
	background-color: #fff !important;
	-webkit-box-shadow: inset 0 2px #4b8161;
	box-shadow: inset 0 3px #4b8161;
	border-radius: 0;
}

.spf-nav li[class^="spf-menu-item-"] .spf-active .spf-tab-icon {
	color: #2B5F47;
}

.spf-field-image_select.sptp-layout-preset .spf--image:before {
	background-color: #63a37b;
}

/* .sptp-layout-preset.spf-field .spf--image img {
	width: 104px;
} */

.sptp_custom_image_option.spf-pro-only .spf-fieldset,
.sptp_custom_image_option.spf-pro-only .spf-title,
.spf-field-image_select:not(.layout_preset) .spf--image.spf-pro-only,
.spf-field-button_set .spf--button.spf-pro-only {
	pointer-events: none;
	opacity: 0.8;
	position: relative;
}

.spf-field-image_select:not(.layout_preset) .spf--image.spf-pro-only {
	opacity: 1;
}

.spf-field-image_select.layout_preset .spf--image.spf-pro-only {
	pointer-events: unset;
	position: relative;
}

.sptp_modal_layout .spf-title,
.sptp_social_settings.sptp-custom-fields .spf-title,
.sptp_style_generator_list.detail_page_draggable_fields>.spf-title,
.spf-field-image_select .spf--image.spf-pro-only .sptp-img-title,
.spf-field-image_select .spf--image.spf-pro-only img {
	opacity: 0.5;
}

.sptp_custom_image_option.spf-pro-only .spf-fieldset .spf-fieldset-content {
	width: 380px;
	border: 1px solid #ccd0d4;
}

.sptp_custom_image_option.spf-pro-only .spf-fieldset .spf-fieldset-content::after,
.spf-field-button_set .spf--button.spf-pro-only:after,
.spf-field-image_select .spf--image.spf-pro-only:after {
	position: absolute;
	top: 3px;
	right: 3px;
	color: #5E6E7D;
	background-color: #cbd6df;
	font-weight: 600;
	padding: 0 4px;
	content: "PRO";
	text-align: center;
	font-size: 8px;
	line-height: 11px;
	opacity: 1;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 1px;
}

.spf-field-button_set .spf--button.spf-pro-only:after {
	top: 0;
	right: 0;
}

.sptp_custom_image_option.spf-pro-only .spf-fieldset .spf-fieldset-content::after {
	left: 353px;
	width: 20px;
	top: 1px
}

.spf--image-group p {
	text-align: center;
	font-weight: 500;
}


.sptp_single_page_view .spf--active img,
.post-type-sptp_generator .spf-field-image_select .spf--active img {
	border-color: #1A74E4;
	outline: 2px solid #1A74E4;
	outline-offset: -2px;
	border-radius: 3px;
}

.spf-field-image_select:not(.hide-active-sign) .spf--active:not(.spf-pro-only) figure:before {
	position: absolute;
	top: 5px;
	right: 5px;
	left: auto;
	bottom: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 7px;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
	content: "\f00c";
	width: 12px;
	height: 12px;
	line-height: 14px;
	color: #fff;
	background-color: #1A74E4;
	transition: opacity 0.2s;
	border-radius: 50%;
}

.sptp_social_icon_shape.spf-field-image_select img {
	margin-right: 4px;
}

/* Shortcode section */
/* Shortcode copy footer area padding style */

/* Shortcode field - under the generator.*/
#spf-section-_sptp_generator_output_1 ._sptp_output .spf-fieldset-content .spf-field-shortcode {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#spf-section-_sptp_generator_output_1 ._sptp_output.spf-field-fieldset .spf-fieldset-content {
	border: none;
}

.sptp-after-copy-text {
	bottom: -50px;
	opacity: 0;
	z-index: 9999999;
	position: fixed;
	width: 230px;
	left: 180px;
	text-align: center;
	padding: 15px 15px;
	line-height: 15px;
	color: #fff;
	border-radius: 3px;
	background: #32373c;
	border: 1px solid #32373c;
}

.sptp-after-copy-text .fa-check-circle {
	font-size: 14px;
	margin-right: 2px;
	color: #5db62e;
}

/* Shortcode select area styling */
#_sptp_generator_output_sidebar .spf-field-fieldset._sptp_output {
	padding: 0;
}

#side-sortables ._sptp_output .spf-field {
	padding: 16px;
}

#_sptp_generator_output_sidebar .sptp-scode-wrap {
	width: 100%;
	display: inline-block;
}

#_sptp_generator_output_sidebar .sptp-shortcode-selectable {
	position: relative;
}

#_sptp_generator_output_sidebar .sptp-shortcode-selectable {
	background-color: rgba(99, 163, 123, 0.1);
	padding: 10px 15px 10px 33px;
	display: inline-block;
	-webkit-touch-callout: all;
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
	border: 1px solid rgba(99, 163, 123, 0.2);
	cursor: pointer;
	border-radius: 3px;
	width: 75%;
}

.post-type-sptp_generator .spf-field,
.spf-field-fieldset .spf-fieldset-content {
	border: none;
}

#_sptp_generator_output_sidebar .postbox-header h2 {
	color: #1D2327;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	pointer-events: none;
}

#_sptp_generator_output_sidebar .handlediv,
#_sptp_generator_output_sidebar .postbox-header .handle-actions .handle-order-higher,
#_sptp_generator_output_sidebar .postbox-header .handle-actions .handle-order-lower {
	display: none;
}

#_sptp_generator_output_sidebar .sptp-shortcode-selectable::after {
	content: "";
	position: absolute;
	background-image: url(../img/copy.svg);
	height: 16px;
	width: 16px;
	left: 11px;
	top: 12px;
}

/* Settings Page */
.spf-header-left img.spf-setting-logo {
	width: 28px;
	float: left;
	margin-right: 8px;
}

.sptp-option-settings .spf-buttons input.button-primary {
	background-color: #02A262;
	color: #fff;
	margin: 0 6px;
}

.sptp-option-settings .spf-buttons input.button-primary:hover {
	background-color: #009055;
}

.sptp-option-settings .spf-header-right .spf-buttons input {
	text-shadow: 0 0 0;
	border: 0;
	border-radius: 3px;
	padding: 7px 16px;
	height: auto;
	font-size: 13px;
	font-weight: 500;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	text-transform: uppercase;
}

.sptp-option-settings .spf-header-right .spf-buttons .button.spf-save {
	background-color: #c5c5c6;
	border-color: transparent;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 4px;
	height: 38px;
	width: 158px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	pointer-events: none;
	padding: 0;
	padding-left: 28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.sptp-option-settings .spf-header-right .spf-buttons .button.spf-save:hover {
	background-color: #00b647 !important;
}

.sp_wqvp-container .sp_wqvp-header-right .button {
	margin: 0 4px;
	padding: 0 16px;
	border-radius: 0;
	height: 38px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}

.sptp-option-settings .spf-header-right .spf-buttons .button.spf-reset-section {
	background-color: #cd3c3c !important;
	border-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-radius: 4px;
	height: 38px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.sptp-option-settings .spf-header-right .spf-buttons .button.spf-reset-section:hover {
	background-color: #c03635 !important;
}

.sptp-option-settings .spf-header-right .spf-buttons .button.spf-save-ajax[disabled] {
	background-color: #02cc7b !important;
	color: #ffffff !important;
	border: none;
}

.sptp-option-settings .spf-buttons input.spf-warning-primary {
	background-color: #e14d43 !important;
	text-shadow: none !important;
	margin-left: 5px;
}

.sptp-option-settings .spf-buttons input.spf-warning-primary:hover {
	background-color: #cf443d !important;
}

.sptp-option-settings .spf-reset-section {
	color: #fff !important;
	background-color: #888 !important;
}

.sptp-option-settings .spf-reset-section:hover {
	background-color: #737373 !important;
}

.sptp-option-settings .spf-buttons .button.spf-save {
	background-image: url(../img/save-icon.svg);
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 16px;
	padding-left: 30px;
}

.sptp-option-settings .spf-buttons .button.spf-reset-section {
	background-image: url(../img/reset-icon.svg);
	background-repeat: no-repeat;
	background-position: 14px center;
	background-size: 16px;
	padding-left: 36px;
}

.sptp-option-settings .spf-nav.spf-nav-options ul li a {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cecece;
	background-color: #efefef;
	color: #464646;
	font-size: 12px;
	font-weight: 600;
	padding: 14px 15px;
	text-transform: uppercase;
}

.sptp-option-settings .spf-nav.spf-nav-options ul li .spf-active {
	background-color: #fff;
	-webkit-box-shadow: inset 3px 0 #4b8161;
	box-shadow: inset 3px 0 #4b8161;
	color: #2B5F47;
	font-weight: 600;
}

.sptp-generator-tabs .spf-wrapper .spf-wrapper-preloader {
	background-image: url(../img/spinner.svg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

/* Member Detail Settings style */
.spf-field.spf-field-switcher+.spf-field.spf-field-fieldset.spf-depend-hidden {
	padding: 0;
}

.spf-field.spf-field-switcher+.spf-field.spf-field-fieldset.spf-depend-hidden .spf-fieldset-content {
	border: none;
}

/* Footer shortcode aria style */
.spf-field.spf-field-shortcode.sp-team-admin-footer {
	padding: 0;
}

.spf-field.spf-field-shortcode.sp-team-admin-footer .sptp-scode-wrap {
	padding: 35px 0 !important;
}

/* Social icon color style (Pro) */
.spf-field.spf-field-checkbox.sptp_pro_only_field,
.sptp_pro_heading {
	opacity: .5;
	pointer-events: none;
}

.spf-field.spf-field-repeater.sptp-inline-repeater-social.sptp_pro_only_field.sptp_extra_fields {
	opacity: 1;
	pointer-events: auto;
}

.spf-field.spf-field-text.sptp_job_degree,
.sptp_pro_only_field.image_size .spf-fieldset,
.spf-field-gallery.sptp_pro_only_field .button,
.spf-field.spf-field-repeater:is(.inline-repeater-skill, .sptp-inline-repeater-social.sptp_extra_fields) .button,
.spf-field.spf-field-repeater:is(.inline-repeater-skill, .sptp-inline-repeater-social.sptp_extra_fields) .spf-repeater-helper,
.spf-field.spf-field-repeater:is(.inline-repeater-skill, .sptp-inline-repeater-social.sptp_extra_fields) input,
.spf-field.spf-field-repeater:is(.inline-repeater-skill, .sptp-inline-repeater-social.sptp_extra_fields) .spf--button {
	opacity: .5;
	pointer-events: none;
}

.spf-field-switcher.sptp_pro_only_field {
	opacity: 1;
}

.spf-field.spf-field-repeater.sptp-inline-repeater-social select {
	width: 100px;
}

/* Admin file css */

.sptp-generator-tabs .spf-wrapper {
	min-height: 200px;
	z-index: 999;
	background-image: url(../img/spinner.svg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center;
}

div.sptp-option-settings .spf-wrapper .spf-nav-background {
	background-color: #ddd;
	border-right: 1px solid #cecece;
}

.sptp-option-settings .spf-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sptp-option-settings .spf-wrapper .spf-nav-options {
	border-right: 1px solid #cecece;
}

.sptp-admin-bg {
	background-image: -webkit-gradient(linear, left top, right top, from(#134e5e), to(#70b180));
	background-image: linear-gradient(to right, #134e5e, #70b180);
}

/* Pro button modal style */
.sptp_page_link_type .spf--sibling:nth-of-type(1) {
	pointer-events: auto;
}

.sptp_member_content_position_list .spf--sibling:nth-of-type(2),
.sptp_page_link_type .spf--sibling:nth-of-type(2),
.sptp_page_link_type .spf--sibling:nth-of-type(3) {
	position: relative;
	pointer-events: none;
}

.sptp_member_content_position_list .spf--sibling:nth-of-type(2)::after,
.sptp_page_link_type .spf--sibling:nth-of-type(2)::after,
.sptp_page_link_type .spf--sibling:nth-of-type(3)::after {
	position: absolute;
	top: 1px;
	right: 1px;
	color: #5E6E7D;
	background-color: #cbd6df;
	font-weight: 500;
	padding: 0 4px;
	content: "PRO";
	text-align: center;
	font-size: 8px;
}

/* Nav Metabox button style  */
.post-type-sptp_generator .spf-nav-metabox {
	width: 100%;
	background-color: #f1f1f1;
}

.post-type-sptp_generator .spf-nav-metabox ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-flow: row wrap;
}

.spf-theme-light .spf-nav ul li .spf-section-active {
	-webkit-box-shadow: inset 0 2px #63a37b;
	box-shadow: inset 0 2px #63a37b;
}

.spf-nav.spf-nav-metabox ul li a:hover {
	color: #fff;
}

.sptp-layout-preset.spf-field .spf-title {
	width: 100%;
	margin-bottom: 10px;
}

/* Body content style */
.spf-wrapper .spf-content {
	width: 100%;
	margin-left: 0;
}

.post-type-sptp_generator .spf-desc-text,
.post-type-sptp_generator .spf-subtitle-text {
	font-style: italic;
	margin-top: 4px;
}

.post-type-sptp_generator .spf-desc-text {
	font-size: 14px;
}

.sptp_style_generator_list .spf-field-switcher {
	padding: 15px 20px !important;
}

.spf-field-fieldset.sptp-border-bg-group .spf-fieldset-content,
.spf-field-fieldset.sptp-pagination-group .spf-fieldset-content {
	border: none;
}

.spf-field-fieldset.sptp-border-bg-group .spf-fieldset-content .spf-field,
.spf-field-fieldset.sptp-pagination-group .spf-fieldset-content .spf-field {
	padding-left: 0;
	padding-right: 0;
}


.spf-field-fieldset .sptp_social_icon_shape .spf--active figure::before {
	display: none;
}


.sptp_style_generator_list .spf-field .spf-title {
	width: 60% !important;
	line-height: 2;
}

.list-image {
	height: 50px;
	width: auto;
}

/* Add social field style */
.inline-repeater-skill .spf-repeater-content>div:first-of-type,
.sptp-inline-repeater-social .spf-repeater-content>div:nth-of-type(2) {
	position: absolute;
}

.sptp-inline-repeater-social .spf-repeater-content>div:nth-of-type(2) {
	top: 0;
	left: 21%;
	width: 60%;
}

#_sptp_add_member .spf-repeater-helper {
	background-color: transparent;
	border: none;
	position: absolute;
	left: 85%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
}

/* Upgrade to pro notice style */
.spf-field-notice {
	background-color: transparent;
}

.spf-field-notice .spf-notice-success,
.spf-field-notice .spf-notice-normal {
	border-color: transparent;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	font-style: italic;
	/* color: #999; */
	font-size: 14px;
	border-left-width: 0;
}

.inline-repeater-skill .sptp-repeater-text {
	width: 57%;
	padding-left: 0;
	left: 0;
}

.inline-repeater-skill.sptp_pro_only_field .sptp-repeater-select {
	opacity: .5;
}
.inline-repeater-skill .sptp-repeater-select {
	width: 135px;
	border-top: none !important;
	left: 60%;
}

.inline-repeater-skill .spf-repeater-helper {
	padding-left: 10px;
}

.sptp-option-settings .spf-wrapper .spf-nav-options {
	border-right: 1px solid #cecece;
	/* overflow: hidden; */
}

@media screen and (max-width: 1050px) and (min-width: 851px) {
	#_sptp_add_member .spf-repeater-helper {
		left: 85%;
	}

	.sptp-inline-repeater-social .spf-repeater-content>div:nth-of-type(2) {
		left: 26%;
		width: 55%;
	}

	.spf-field.spf-field-repeater.sptp-inline-repeater-social.sptp_pro_only_field.sptp_extra_fields .sptp-repeater-text {
		width: 40%;
		left: 42%;
	}
}

@media screen and (min-width: 1250px) {
	.sptp_style_generator_list .spf-fieldset-content {
		width: 550px;
		border: none !important;
	}

	.sptp_style_generator_list .spf-fieldset-content .spf-field-switcher {
		border: 1px solid #dedede;
		margin-bottom: 10px;
		display: flex;
	}

	.sptp_style_generator_list .spf-fieldset-content .spf--switcher {
		float: right;
	}

	#_sptp_add_member .spf-repeater-item {
		position: relative;
		width: 600px;
		border: 1px solid #dedede;
	}
}

/* Support and header style */
.spf-field.spf-field-subheading.sptp-admin-bg {
	display: flex;
	padding: 20px 30px;
	justify-content: space-between;
	align-items: center;
}

.spf-field.spf-field-subheading.sptp-admin-bg img {
	width: 150px;
}

.spf-field.spf-field-subheading.sptp-admin-bg span.support {
	display: block;
	margin-left: auto;
	align-self: center;
}

.spf-field.spf-field-subheading.sptp-admin-bg span.support a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.spf-support-area .support i {
	margin-right: 2px;
}

.spf-support-area .support {
	text-transform: capitalize;
	font-weight: 500;
}

/* Social position style */
.sptp-pagination-group .spf-field-button_set .spf-fieldset .spf--sibling.spf--sibling,
.sptp_social_position .spf-fieldset .spf--sibling.spf--sibling {
	padding-left: 0;
	padding-right: 0;
}

/* Add new member add help text */
#_sptp_add_member .spf-field-textarea .spf-help {
	position: absolute;
	left: 80px;
	top: 16px;
}

/* Generator layout style */
#_sptp_generator_layout {
	margin-bottom: 0;
}

#_sptp_generator.sptp-generator-tabs {
	border-top: 0;
}

#_sptp_generator.sptp-generator-tabs .spf-nav-metabox {
	width: 100%;
	background-color: #f1f1f1;
	padding-top: 20px;
	border-bottom: 1px solid #c3c4c7;
}

.sptp_single_page_link .spf-fieldset p {
	display: none;
}

#_sptp_add_member .inline-repeater-skill .spf-fieldset .ui-widget-content input {
	border: 1px solid #7e8993;
}

/* Display settings page pro potions style  */
.sptp-pagination-group .spf-fieldset .spf--switcher,
.sptp_pro_only_field .spf-fieldset .spf--switcher,
.sptp_style_generator_list .sptp_member_meta_info_pro .spf--switcher {
	background-color: #99AAB2;
	opacity: .5;
	pointer-events: none;
}

.sptp_member_meta_info_pro .spf-fieldset .spf--ball,
.sptp-pagination-group .spf-fieldset .spf--ball {
	position: relative;
}

.sptp_member_meta_info_pro .spf-fieldset .spf--ball::after,
.sptp_pro_only_field .spf-fieldset .spf--ball::after,
.sptp-pagination-group .spf-fieldset .spf--ball::after {
	content: "PRO";
	position: absolute;
	text-align: center;
	width: 24px;
	font-weight: 600;
	font-size: 8px;
	color: #5E6E7D;
	background-color: #fff;
	line-height: 18px;
	border-radius: 3px;
}

.sptp_responsive_columns.sptp_pro_only_field .spf--input:last-child::after {
	content: "PRO";
	background-color: #d4d4d4;
	padding: 2px 4px;
	font-size: 8px;
	border-radius: 2px;
	height: 11px;
	margin-left: 5px;
	margin-top: 7px;
}

/* Import export css */
.spf-field.spf-field-button_set.sptp_export {
	margin-top: 0;
	padding-top: 0;
}

.spf-field-button_set.sptp_export .spf--button:hover,
.spf-field.spf-field-custom_import.sptp_import button:hover {
	background: #135e96;
	border-color: #135e96;
	color: #fff;
}

.spf-field.spf-field-custom_import.sptp_import button,
.spf-field-button_set.sptp_export .spf--button {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 2.15384615;
	min-height: 30px;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
}

.spf-field.spf-field-custom_import.sptp_import .spf-fieldset {
	position: relative;
}

.spf-field.spf-field-custom_import.sptp_import p {
	padding-bottom: 0;
	margin-bottom: 1px;
	margin: auto;
}

.spf-field.spf-field-custom_import.sptp_import button {
	margin-top: 10px;
	padding-bottom: 0px;
}

.spf-field.spf-field-select.sptp_post_ids .chosen-container .chosen-drop {
	max-width: 400px;
}

.spf-field.spf-field-select.sptp_post_ids .chosen-container {
	max-width: 400px;
}

.spf-field.spf-field-select.sptp_post_ids {
	padding-top: 0;
}

.sptp-option-settings .spf-header-inner h1.export-import img {
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
}

.sptp-option-settings.team__tools .spf-nav-options li:nth-child(1) a {
	background-image: url(../img/export-icon.svg);
}

.sptp-option-settings.team__tools .spf-nav-options li:nth-child(2) a {
	background-image: url(../img/import.svg);
}

.sptp-option-settings.team__tools .spf-nav-options li:nth-child(1) a.spf-active {
	background-image: url(../img/file-export-icon1.svg);
}

.sptp-option-settings.team__tools .spf-nav-options li:nth-child(2) a.spf-active {
	background-image: url(../img/file-import-icon1.svg);
}

.sptp-option-settings.team__tools .spf-nav-options ul li a {
	padding: 15px 30px !important;
	background-size: 14px;
	background-position: 10px center;
	background-repeat: no-repeat;
}

/* Social settings style */
.member-call-to-action-fields .spf-fieldset-content .spf-field,
.sptp_social_settings .spf-fieldset-content .spf-field {
	padding: 20px 0;
}

.spf-field.spf-field-button_clean.cache_remove .spf--button input {
	display: none;
}

/* Cache clean button css */
.spf-field.spf-field-button_clean.cache_remove .spf--button {
	text-shadow: none !important;
	margin-left: 5px;
	margin: 0 2px;
	line-height: 26px;
	border: 0;
	border-radius: 3px;
	padding: 2px 16px;
	height: auto;
	-webkit-transition: all 0.4s;
	font-size: 12px;
	transition: all 0.4s;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	border-color: #006799;
	background-color: #0085ba;
	cursor: pointer;
}

.post-type-sptp_generator #sp__team-show-preview {
	position: fixed;
	right: 144px;
	bottom: 30px;
	z-index: 1001;
	width: 155px;
	text-align: center;
	padding: 10px 0px;
	background: #54b154;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	margin: 0;
	box-sizing: border-box;
	border-color: #44a944;
	overflow: hidden;
}

.post-type-sptp_member #sp__team-show-preview {
	display: none;
	opacity: 0;
}

.post-type-sptp_generator .mfp-wrap {
	z-index: 99999;
}

#sp__team-preview-box {
	overflow-x: auto;
	padding: 0 20px;
	resize: vertical;
	width: auto;
	height: 400px;
	min-height: 200px;

}

.spf-field.spf-field-preview {
	padding-right: 10px;
	padding-left: 10px;
}

.spf-field.spf-field-preview .pcp-sc-title {
	padding-left: 19px;
	padding-bottom: 0px;
	margin-top: 0;
}

#sptp_preview_display.postbox .handle-order-higher,
#sptp_preview_display.postbox .handle-order-lower {
	display: none;
}

.post-type-sptp_generator .spf-field-typography .spf--blocks {
	pointer-events: none;
	opacity: .7;
}

/* Extra fields style */
.sptp_extra_fields .spf-field.spf-field-button_set.sptp-repeater-select {
	width: 82px;
	white-space: nowrap;
}

.sptp_extra_fields .spf-field-button_set .spf--button:last-child {
	border-radius: 4px;
	padding: 6px 14px;
}

.member-call-to-action-fields .social_position .spf--button {
	padding: 10px 4px;
}

.sptp-inline-repeater-social.sptp_extra_fields .spf-repeater-content>div:nth-of-type(2) {
	top: 0;
	left: 20%;
	width: 20%;
}

.sptp_extra_fields .spf-field.spf-field-text.sptp-repeater-text {
	width: 215px;
	position: absolute;
	top: 0;
	right: 83px;
}

a.sp_wp_team_block_edit_button {
	font-size: 16px;
	margin: 10px 0;
	display: inline-block;
}

.sptp-page-loading-spinner i {
	animation: import-spinner 2s linear infinite;
	margin-left: 5px;
}

@keyframes import-spinner {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.sptp_page_link_type .spf--sibling:nth-of-type(2),
.sptp_page_link_type .spf--sibling:nth-of-type(3),
.member-call-to-action-fields .spf-fieldset-content {
	opacity: .5;
	pointer-events: none;
}

.carousel_accessibility>.spf-title,
.sptp_style_generator_list:not(.detail_page_fields, .detail_page_draggable_fields)>.spf-title,
.sptp_social_settings>.spf-title {
	display: none;
}

.carousel_accessibility>.spf-fieldset,
.sptp_style_generator_list:not(.detail_page_fields, .detail_page_draggable_fields)>.spf-fieldset,
.sptp_social_settings>.spf-fieldset {
	float: left;
	width: 100%;
}

.carousel_accessibility.spf-field.spf-depend-on.spf-field-fieldset>.spf-fieldset,
.sptp_social_settings.spf-field.spf-depend-on.spf-field-fieldset>.spf-fieldset {
	border: none;
}

.carousel_accessibility>.spf-fieldset .spf-field {
	padding: 20px 0;
}

.spf-field-tabbed.sptp-display-tabs .spf-tabbed-nav a:last-child {
	opacity: .5;
	pointer-events: none;
}

.spf-field-tabbed.sptp-display-tabs .spf-tabbed-nav a:last-child:after {
    content: "PRO";
    color: #5E6E7D;
    background-color: #cbd6df;
    padding: 2px 4px;
    font-size: 9px;
    border-radius: 2px;
    height: 11px;
    margin-top: 8px;
    font-weight: 600;
    margin-left: 8px;
}

/* Style for the option of the navigation and pagination */

.spf-field.spf-field-fieldset.navigation-and-pagination-style {
	padding: 0 0px 20px 0px;
}

.spf-field.spf-field-fieldset.navigation-and-pagination-style .spf-fieldset-content {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	box-sizing: border-box;
	width: 100%;
	padding-left: 20px;
	justify-content: flex-start;
	float: right;
	width: calc(75% - 12px);
}

.spf-field.spf-field-fieldset.navigation-and-pagination-style .sptp_navigation,
.spf-field.spf-field-fieldset.navigation-and-pagination-style .sptp_pagination {
	display: flex;
	justify-self: center;
	align-items: center;
	max-width: fit-content;
	padding: 20px 0 0;
	flex: 1;
	position: static;
}

.spf-field.spf-field-fieldset.navigation-and-pagination-style .spf-fieldset-content>.spf-field .spf-title {
	width: 100%;
	max-width: 49%;
}

.spf-field.spf-field-fieldset.navigation-and-pagination-style .spf-fieldset-content>.sptp_navigation .spf-title,
.spf-field.spf-field-fieldset.navigation-and-pagination-style .spf-fieldset-content>.sptp_pagination .spf-title {
	position: absolute;
	left: 20px;
}

.spf-field.spf-field-fieldset.navigation-and-pagination-style .sptp_pagination,
.spf-field.spf-field-fieldset.navigation-and-pagination-style .sptp_navigation {
	padding-right: 10px;
}

.spf-field.spf-field-fieldset.navigation-and-pagination-style .sptp_hide_on_mobile {
	display: flex;
	width: 220px;
	margin-bottom: -20px;
	align-items: center;
}

/**
 * 12. Responsive of Click Action Type options.
 */
@media only screen and (max-width: 1200px) {

	.spf-field.spf-field-fieldset.navigation-and-pagination-style .sptp_navigation,
	.spf-field.spf-field-fieldset.navigation-and-pagination-style .sptp_pagination,
	.spf-field.spf-field-fieldset.navigation-and-pagination-style .sptp_hide_on_mobile {
		display: block;
	}

	.spf-field.spf-field-fieldset.navigation-and-pagination-style .sptp_hide_on_mobile {
		padding: 0;
	}

	.spf-field.spf-field-fieldset.navigation-and-pagination-style .sptp_hide_on_mobile {
		padding-top: 20px;
	}

	.spf-field.spf-field-fieldset.navigation-and-pagination-style .spf-fieldset-content {
		float: none;
		margin-left: 0;
	}

	.spf-field.spf-field-fieldset.navigation-and-pagination-style .spf-fieldset-content>.spf-field .spf-title {
		left: 0;
		position: unset;
	}
}

/* Responsiveness for the click action type's title  */
@media (min-width: 1200px) and (max-width: 1375px) {

	.spf-field.spf-field-fieldset.navigation-and-pagination-style .spf-fieldset-content>.spf-field .spf-title {
		max-width: 25%;
	}
}

/* Responsiveness for the carousel navigation option's title  */
@media (min-width: 1200px) and (max-width: 1500px) {
	.spf-field.spf-field-fieldset.navigation-and-pagination-style .spf-fieldset-content>.spf-field.sptp_navigation .spf-title {
		max-width: 25%;
	}
}

/* Note text style of Image mode = Custom Color */
.spf-field.spf-field-fieldset.navigation-and-pagination-style .spf-fieldset-content>.spf-depend-hidden.spf-depend-on {
	display: none;
}

.spf-tabbed-section .spf-field .spf-title {
	width: 25%;
}

.spf-tabbed-section .spf-field:not(.sptp-read-more-button-text, .sptp_social_settings, .navigation-and-pagination-style, .sptp_style_generator_list) .spf-fieldset {
	width: calc(75% - 20px);
}

.spf-field-select.carousel_navigation_position img.icon_preview {
	margin-top: 20px;
	display: block;
}

.spt-pro-notice {
	margin-top: 6px;
	font-weight: 400;
	color: #999;
	font-style: italic;
}

.spt-pro-notice a {
	font-weight: 600;
}

.spf--title {
	color: #999;
	margin-bottom: 2px;
	text-transform: capitalize;
}

.layout_preset a.sptp-live-demo-icon {
	margin-left: 4px;
}

.layout_preset .spf--image p {
	position: relative;
}

.layout_preset .spf--image a.sptp-live-demo-icon {
	opacity: 0;
	pointer-events: none;
	position: absolute;

}

.layout_preset .spf--image:hover a.sptp-live-demo-icon,
.layout_preset .spf--image.spf--active a.sptp-live-demo-icon {
	opacity: 1;
	pointer-events: painted;
	transition: all 0.2s linear;
}

/* title-tip down */
.sptp-live-demo-icon[tooltip]:hover {
	position: relative;
}

.sptp-live-demo-icon[tooltip]:hover:before {
	position: absolute;
	top: 100%;
	left: -12px;
	z-index: 99999;
	content: attr(tooltip);
	margin-top: 0.5em;
	margin-left: -6px;
	padding: 4px;
	width: 54px;
	overflow: hidden;
	word-wrap: break-word;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	background-color: #222;
	box-sizing: border-box;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.sptp-live-demo-icon[tooltip]:hover:after {
	position: absolute;
	top: 9px;
	left: 50%;
	z-index: 99999;
	content: '';
	width: 0;
	height: 0;
	border: 0.75em dashed transparent;
	border-bottom: 0.75em solid #222;
	font-size: inherit;
	transform: translateX(-50%);
}

a.sptp-live-demo-icon:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.spf-field-image_select p {
	font-weight: 500;
}

.sptp_single_page_link.spf-field .spf-title {
	width: 100%;
}

.sptp_style_generator_list .spf-sortable-helper {
	width: 32px;
	padding: 15px 9px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	line-height: 1em;
	border-right: 1px solid #eee;
	background-color: #f7f7f7;
	border-radius: 4px 0 0 4px;
}

.sptp_style_generator_list .spf-fieldset-content .spf-title {
	display: flex;
}

.sptp_style_generator_list .spf-field-switcher {
	padding: 0 !important;
	border-radius: 4px;
}

.sptp_style_generator_list .spf-fieldset-content .spf-fieldset {
	padding: 15px 20px;
}

.sptp_style_generator_list .spf-fieldset-content .spf-title h4 {
	display: flex;
	align-items: center;
	margin-left: 12px;
}

.sptp_style_generator_list.detail_page_draggable_fields .spf-fieldset-content,
.sp-team-ajax-filter-options .spf-fieldset,
.sptp_skill_settings .spf-fieldset-content .spf-fieldset,
.sptp_social_settings .spf-fieldset-content .wp-picker-container {
	pointer-events: none;
	opacity: .5;
}

.sptp_style_generator_list.detail_page_draggable_fields .spf--switcher {
	background: #99AAB2;
}

.spf-field.spf-field-fieldset.carousel_accessibility {
	padding-top: 10px;
}

.post-type-sptp_generator .spf-metabox .pro-notice.spf-field-notice {
	padding-top: 0;
	padding-bottom: 10px;
}

.layout_preset .spf--image img {
	width: 108px;
}

.sptp_custom_image_width-2 .spf--image img,
.member_content_position_list .spf--image img,
.sptp-grid-style .spf--image img,
.carousel_style .spf--image img {
	width: 88px;
}

#_sptp_generator_layout .spf-field-notice {
	padding-top: 0;
}

.sptp-chart-visual {
	max-width: 820px;
	margin: auto;
	opacity: .8;
}

.sptp-chart-visual img {
	width: 100%;
}

.spf-field.spf-field-notice.skill-bar-notice {
    padding-bottom: 0 !important;
}

.spf-field-radio input {
    margin: 0 4px;
}

.spf-field input:focus, 
.spf-field select:focus {
    box-shadow: none;
}
