/**
 * 01. Base
 *     01. 01. Header
 *     01. 02. Sticky
 *     01. 03. Header Buttons
 *     01. 04. Navigation
 *     01. 05. Wrapper
 *     01. 06. Content
 *     01. 07. Section
 *     01. 08. Footer
 *     01. 09. Copyright
 *     01. 10. Show All Options
 *     01. 11. Search Input
 *     01. 12. Metabox
 *     01. 13. Comment Metabox
 *     01. 14. Help Tooltip
 * 02. Themes
 *     02. 01. Theme Dark
 *     02. 02. Theme Light
 * 03. Fields
 *     03. 01. Field
 *     03. 05. Field: border, spacing, column, dimensions
 *     03. 06. Field: button_set
 *     03. 07. Field: checkbox, radio
 *     03. 08. Field: code_editor
 *     03. 09. Field: color
 *     03. 10. Field: color_group
 *     03. 16. Field: image_select
 *     03. 22. Field: select
 *     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. 33. Field: wp_editor
 *     03. 34. Field: heading
 *     03. 35. Field: subheading
 *     03. 36. Field: submessage
 *     03. 37. Field: notice
 *     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
 */
.spwps {
	position: relative;
}

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

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

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

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

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

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

.spwps-header-inner {
	padding: 25px;
	transition: box-shadow 0.3s ease;
}

.spwps-header-inner h1 {
	float: left;
	font-size: 20px;
	line-height: 35px;
	font-weight: 600;
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.spwps-nav ul li {
	margin-bottom: 0;
}

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

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

.spwps-nav ul li .spwps-arrow:after {
	content: "\f054";
	display: inline-block;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
	font-size: 9px;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
}

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

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

.sp_wps_shortcodes_page_wps_settings .spwps-nav ul li:nth-child(2),
.sp_wps_shortcodes_page_wps_settings .spwps-nav ul li:nth-child(3),
.sp_wps_shortcodes_page_wps_settings .spwps-nav ul li:nth-child(4) {
	pointer-events: none;
	opacity: .7;
	position: relative;
}

.sp_wps_shortcodes_page_wps_settings .spwps-nav ul li:nth-child(2)::after,
.sp_wps_shortcodes_page_wps_settings .spwps-nav ul li:nth-child(3)::after,
.sp_wps_shortcodes_page_wps_settings .spwps-nav ul li:nth-child(4)::after {
	content: 'Pro';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 8px;
	background: #d4d4d4;
	padding: 3px 4px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 600;
}

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

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

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

.spwps-nav .spwps-tab-icon svg {
	width: 13px;
	margin-right: 7px;
}

.spwps-nav [data-tab-id="replace-layout"] .spwps-tab-icon svg {
	margin: 0 3.5px;
}

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

.spwps-nav-normal {
	width: 230px;
}

.spwps-nav-normal+.spwps-content {
	margin-left: 230px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 01. 12. Metabox
 */
.spwps-metabox {
	margin: 0 -12px -12px -12px;
}

.spwps-metabox .spwps-field {
	padding: 20px 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Help info tooltip style area */
.spwps-tooltip .spwps-open-live-demo,
.spwps-tooltip .spwps-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;
}

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

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

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

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

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

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

.spwps-help-text.spwps-support {
	display: none;
}

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

.spwps-tooltip.support-tooltip a.spwps-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;
}

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

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

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

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

.spwps-admin-header .support {
	position: relative;
}

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

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


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


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

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

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

span.tooltip-icon {
	width: 25px;
	display: inline-block;
}

.spwps-tooltip.support-tooltip {
	border-radius: 0 0 4px 4px;
}

span.spwps-support-area {
	display: flex;
	align-items: center;
	justify-content: center;
}

.spwps-admin-header .support {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.spwps-admin-header div.clear {
	display: none;
}

.spwps-help.title-info img {
	width: 14px;
	vertical-align: middle;
}

.spwps-help.title-info {
	position: unset;
}

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

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

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

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

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

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

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

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

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

/* .spwps-theme-dark .spwps-nav ul li a:hover {
  color: #fff;
} */
.spwps-theme-dark .spwps-nav ul li .spwps-active .fa,
.spwps-theme-dark .spwps-nav ul li .spwps-active .spwps-tab-icon {
	color: #82397D;
}

.spwps-theme-dark .spwps-nav ul li .spwps-active {
	color: #444;
	background-color: #fff;
	box-shadow: 0 3px 0 0 #82397D inset;
}

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

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

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

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

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

.spwps-theme-dark .spwps-nav-normal ul li .spwps-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;
}

.spwps-theme-dark .spwps-nav-inline {
	background: #f1f1f1;
}

.spwps-theme-dark .spwps-nav-inline ul li a {
	background-color: #82397D;
	font-size: 14px;
	padding: 15px 15px;
	line-height: 1.4;
	color: #ffffff;
	border-right: 1px solid #e2e2e1;
	font-weight: 600;
	text-transform: uppercase;
}

/* .spwps-theme-dark .spwps-nav-inline ul li .spwps-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;
} */

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

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

/* .spwps-field-border .spwps--inputs {
	margin-top: 19px;
} */

/**
 * 02. 02. Theme Light
 */
.spwps-theme-light .spwps-container {
	border: 1px solid #ccd0d4;
	box-shadow: 0 0 15 rgba(0, 0, 0, 0.04);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spwps-field+.spwps-field {
	border-top: none;
}

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

.spwps-field p:last-child {
	margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

/**
 * 03. 11. Field: fieldset
 */

.spwps-field-fieldset .spwps-fieldset-content {
	border: 1px solid #ccd0d4;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	position: relative;
}

.spwps-field-fieldset.spwps_custom_image_option .spwps-fieldset-content:after {
	content: 'Pro';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 8px;
	background: #d4d4d4;
	padding: 5px 8px;
	text-transform: uppercase;
	line-height: 1;
}

.spwps-field-fieldset.spwps_custom_image_option {
	pointer-events: none;
	opacity: .7;
}

.spwps-field-fieldset .spwps-fieldset-content>.spwps-field {
	padding: 15px;
}

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

/**
 * 03. 05. Field: border, spacing, dimensions
 */

.spwps-field-box_shadow .spwps--inputs,
.spwps-field-border .spwps--inputs,
.spwps-field-custom_size .spwps--inputs,
.spwps-field-spacing .spwps--inputs,
.spwps-field-column .spwps--inputs,
.spwps-field-dimensions .spwps--inputs {
	float: left;
	display: flex;
	flex-wrap: wrap;
}

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

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

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

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

.spwps-field-box_shadow .spwps--label,
.spwps-field-border .spwps--label,
.spwps-field-spacing .spwps--label,
.spwps-field-custom_size .spwps--label,
.spwps-field-column .spwps--label,
.spwps-field-dimensions .spwps--label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	user-select: none;
	min-width: 20px;
	max-width: 100%;
	padding: 0 4px;
	font-size: 12px;
	text-align: center;
	color: #555;
	border: 1px solid #7b776c;
	background-color: #f5f5f5;
}

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

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

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

.spwps-field-box_shadow .spwps--is-unit,
.spwps-field-border .spwps--is-unit,
.spwps-field-custom_size .spwps--is-unit,
.spwps-field-spacing .spwps--is-unit,
.spwps-field-column .spwps--is-unit,
.spwps-field-dimensions .spwps--is-unit {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

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

.spwps-field-button_set .spwps--button {
	position: relative;
	z-index: 1;
	float: left;
	cursor: pointer;
	padding: 10px 14px;
	min-width: 16px;
	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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spwps-field-spacing .spwps--title,
.spwps-field-border .spwps--title,
.spwps-field-color_group .spwps--title {
	color: #999;
	margin-bottom: 5px;
	text-transform: capitalize;
}

/**
 * 03. 16. Field: image_select
 */
.spwps-field-icon_select .spwps--image,
.spwps-field-image_select .spwps--image {
	display: inline-block;
	margin: 0 10px 5px 0;
	position: relative;
}

.spwps-field-image_select.layout_preset .spwps--image {
	margin: 0 10px 10px 0;
}

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

.spwps-field-icon_select figure,
.spwps-field-image_select figure {
	cursor: pointer;
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin: 0;
	vertical-align: bottom;
	background-color: #fff;
	user-select: none;
	/* transition: all 0.2s; */
}

.spwps-field-image_select:not(.hide-active-sign) .spwps--active:not(.spwps-pro-only) figure:before {
	position: absolute;
	top: 7px;
	right: 7px;
	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%;
}

.spwps-field-icon_select .spwps--active figure,
.spwps-field-image_select .spwps--active figure {
	border-color: #1A74E4;
	outline: 2px solid #1A74E4;
	outline-offset: -2px;
	border-radius: 4px;
}

.spwps-field-icon_select .spwps--active figure:before,
.spwps-field-image_select .spwps--active figure:before {
	opacity: 1;
}

.spwps-field-image_select img {
	vertical-align: top;
}

.spwps-field-icon_select input,
.spwps-field-image_select input {
	display: none;
}

.spwps-field-icon_select .spwps--image {
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-align: center;
	max-width: 100%;
	margin: 0 16px 7px 0;
	vertical-align: top;
	background-color: #fff;
	user-select: none;
	-webkit-user-select: none;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border: 2px solid #f4f4f4;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
}

.sp-field-icon-select .fa {
	color: #888;
}

.spwps-field-icon_select .spwps--active {
	border-color: #82397D;
}

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

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

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

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

.spwps-field.spwps-field-select.theme_style img {
	border: 1px solid #46394e33;
	margin-top: 20px;
	border-radius: 5px;
	max-width: 600px;
	display: block;
	width: 100%;
}

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

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

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

.spwps-field-slider .spwps--unit {
	display: flex;
	justify-content: center;
	flex-direction: column;
	user-select: none;
	padding: 0 6px;
	font-size: 11px;
	line-height: 1;
	border-radius: 0 4px 4px 0;
	color: #555;
	border: 1px solid #7e8993;
	border-left: 0;
	background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

.spwps-field-spinner .ui-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	min-width: 20px;
	padding: 0 10px;
	color: #555;
	border: 1px solid #7e8993;
	background-color: #f5f5f5;
}

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

.spwps-field-spinner .ui-button {
	height: 30px;
	box-shadow: none;
	box-sizing: border-box;
}

.spwps--input input:focus,
.spwps-field-spinner .ui-spinner-input:focus,
.spwps-field-spinner .ui-button:focus {
	box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.spwps-field-switcher .spwps--ball {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 24px;
	height: 18px;
	background-color: #fff;
	border-radius: 4px;
	transition: all 0.1s;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.spwps-field-switcher .spwps--on,
.spwps-field-switcher .spwps--off {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 11px;
	line-height: 26px;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding-right: 28px;
	opacity: 0;
	transition: all 0.1s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spwps-field-tabbed .spwps-tabbed-nav a.spwps-tabbed-active svg path,
.spwps-field-tabbed .spwps-tabbed-nav a.spwps-tabbed-active svg {
	fill: #82397D;
	/* stroke: #0C6E63; */
}

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

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

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

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

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

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

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

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

.spwps-field-typography .spwps--block {
	flex: 1;
	padding-right: 6px;
	padding-bottom: 6px;
}

.spwps-field-typography .spwps--input {
	margin: 0;
	min-width: 100%;
	line-height: 36px;
}

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

.spwps-field-typography .spwps--unit {
	position: absolute;
	z-index: 1;
	right: 1px;
	top: 1px;
	bottom: 4px;
	padding: 2px 6px;
	color: #666;
	font-size: 12px;
	/* line-height: 1; */
	background: #eee;
	user-select: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 24px;
	text-align: center;
	height: 32px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.spwps--typography .wp-picker-input-wrap .button.wp-picker-default,
.spwps--typography .wp-picker-container input[type="text"].wp-color-picker,
.spwps--typography .wp-picker-container .wp-color-result.button {
	min-height: 36px;
}

.spwps--typography .wp-color-result-text {
	padding: 3px 6px;
}

.spwps-field-typography .spwps--preview {
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	color: #222;
	border: 1px solid #eee;
	background-color: #fff;
	border-radius: 2.5px;
	user-select: none;
	-webkit-user-select: none;
	transition: background-color 0.2s, border-color 0.2s;
}

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

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

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

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

/**
 * 03. 34. Field: heading
 */

.spwps-field-heading {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	color: #23282d;
	background-color: #f5f5f5;
}

.spwps-field-heading.spwps-admin-header {
	background-color: #B53361;
	padding: 18px 26px;
	overflow: hidden;
	background: linear-gradient(90deg, #592664 0%, #9B438B 100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.spwps-field-heading.spwps-admin-header img {
	max-width: 180px;
}

.spwps-field-heading.spwps-admin-header .support {
	margin-left: 16px;
	float: right;
}

.spwps-field-heading.spwps-admin-header .support a {
	color: #ffffff;
	text-decoration: none;
	line-height: 35px;
	font-size: 15px;
	font-weight: 500;
}

.spwps-admin-header.spwps-field::after,
.spwps-admin-header.spwps-field::before,
.spwps-admin-header .clear,
.spwps-help-text.spwps-support {
	display: none;
}

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

/**
 * 03. 36. Field: submessage
 */

.spwps-field-submessage {
	padding: 0 !important;
	border: 0 !important;
}

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

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

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

.spwps-submessage.spwps-submessage-info {
	color: #999999;
	font-style: italic;
	/* border-color: #bce8f1; */
	/* background-color: #d9edf7; */
}

.spwps-submessage-info a.brand-plugin-install,
.spwps-submessage-info a.activate_brand,
.spwps-submessage-info a.quick-view-install,
.spwps-submessage-info a.quick-view-install.activate_plugin {
	font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

.spwps--preview {
	max-width: 100%;
}

.spwps-field.spwps-field-checkbox .spwps-help {
	bottom: 24px;
	right: auto;
	top: auto;
	margin-left: 18px;
}

.spwps-image-preview {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	padding: 6px;
	max-width: 120px;
	max-height: 120px;
	min-width: 40px;
	min-height: 40px;
	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);
}

.spwps-image-preview i {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	right: 4px;
	top: 4px;
	font-size: 14px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #dd3333;
	opacity: 0.75;
	border-radius: 2px;
	transition: all 0.2s;
}

.spwps-image-preview i:hover {
	opacity: 1;
}

.spwps-image-preview i:focus {
	box-shadow: none;
}

.spwps-image-preview span {
	position: relative;
	overflow: hidden;
	display: flex;
	height: 100%;
	width: 100%;
}

.spwps-image-preview img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

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

.spwps-field .chosen-container-single .chosen-single {
	height: 36px;
	line-height: 35px;
}

.spwps-field .chosen-container-single .chosen-single abbr {
	top: 0;
	right: 20px;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
	font-size: 12px;
	height: 100%;
	width: 18px;
	color: #aaa;
	text-align: center;
	background: none !important;
}

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

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

.spwps-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
	font-size: 12px;
	height: 100%;
	top: 0;
	width: 18px;
	color: #aaa;
	text-align: center;
	background: none !important;
}

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

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

.spwps-field .chosen-container-single .chosen-single div b {
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
	font-size: 14px;
	color: #aaa;
	background: none !important;
}

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

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

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

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

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

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

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

.spwps-field .chosen-container-single .chosen-search:before {
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
	font-size: 11px;
	content: "\f002";
	position: absolute;
	right: 12px;
	top: 10px;
	color: #aaa;
}

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

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

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

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

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

.spwps-field .spwps--transparent-slider .ui-slider-handle {
	position: absolute;
	top: -3px;
	bottom: -3px;
	z-index: 5;
	border-color: #aaa;
	border-style: solid;
	border-width: 4px 3px;
	width: 10px;
	height: 16px;
	margin: 0 -5px;
	background: none;
	cursor: ew-resize;
	opacity: 0.9;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

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

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

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

.spwps-field .spwps--transparent-button {
	cursor: pointer;
	user-select: none;
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
	border-radius: 2px;
	padding: 3px 7px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	letter-spacing: 0.2px;
	color: #777;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

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

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

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

.spwps-taxonomy {
	max-width: 95%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spwps-desc-text strong {
	font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

.spwps-form-result {
	display: none;
	user-select: none;
	border-radius: 2px;
	padding: 12px;
	margin: 0 0 15px 0;
	background-color: #fff;
	border-left: 4px solid #555;
	-moz-box-shadow: 0 1px 1px rgba(0, 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%);
}

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

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

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

.spwps-form-warning {
	color: #8a6d3b;
	background-color: #faebcc;
	display: none !important;
}

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

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

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

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

.spwps-field-typography .spwps-input-number::-webkit-inner-spin-button,
.spwps-field-typography .spwps-input-number::-webkit-outer-spin-button,
.spwps--block-margin .spwps-number::-webkit-inner-spin-button,
.spwps--block-margin .spwps-number::-webkit-outer-spin-button {
	margin-right: 28px;
	min-height: 36px;
}

.spwps--input input.spwps-number {
	padding: 0;
	border-radius: 0 4px 4px 0;
}

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

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

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

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

.spwps-welcome-wrap .spwps-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);
}

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

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

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

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

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

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

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

.spwps-welcome-wrap .spwps-logo .spwps--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(../images/wp-plugin-logo.svg);
	border-radius: 100%;
	vertical-align: middle;
}

.spwps-welcome-wrap .spwps-logo .spwps--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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spwps-welcome-cols .spwps--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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.spwps-buttons {
		float: none;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spwps-buttons .button.spwps-save-ajax[disabled] {
	background-color: #c5c5c6 !important;
	background-image: none !important;
	border: none;
}

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

/*  Theme select  */
.spwps-field.spwps-field-image_select.theme_style img {
	width: 400px;
}

.spwps-field.spwps-field-image_select.theme_style .spwps-fieldset {
	margin-left: 0;
	width: 100%;
	float: none;
}

.spwps-field.spwps-field-image_select.theme_style .spwps-title {
	width: 100%;
	margin-bottom: 30px;
	float: none;
}

.spwps-field.spwps-field-image_select.theme_style .spwps--image {
	margin: 0 24px 24px 0;
}

.filter_style.spwps-field-image_select img {
	width: 80px;
}

/* Form style */
#sp_tpro_form_options .spwps-metabox .spwps-nav ul li a {
	color: #464646;
	background-color: #f5f5f5;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #ccd0d4;
	margin-bottom: 0;
	padding: 15px 15px;
	font-size: 14px;
	border-right: 1px solid #e2e2e1;
	font-weight: 600;
	text-transform: uppercase;
}

#sp_tpro_form_options .spwps-metabox .spwps-nav ul li .spwps-active {
	box-shadow: 3px 0 0 0 #82397D inset;
	background-color: #fff;
	color: #82397D;
}

#sp_tpro_form_options .spwps-metabox .spwps-nav-background {
	background-color: #f5f5f5;
	border-right: 1px solid #ccd0d4;
	display: block;
}

.spwps-field-sortable.form_fields .spwps-sortable .spwps-sortable-item {
	margin: 0;
	border: 0;
}

.spwps-field-sortable.form_fields .spwps-sortable-helper {
	display: none;
}

.form_fields .spwps-accordion-item::after {
	position: absolute;
	top: 18px;
	right: 16px;
	content: "\f0b2";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.spwps-field-sortable.form_fields .spwps-sortable-content>.spwps-field {
	padding: 0px;
	margin-bottom: 5px;
}

/* Rating */
.sp-tpro-client-rating {
	float: left;
}

.sp-tpro-client-rating:not(:checked)>input {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
	float: right;
	top: 100%;
	clip: rect(0, 0, 0, 0);
	margin: 0;
	padding: 0;
	border: 10px #fff solid;
}

.sp-tpro-client-rating:not(:checked)>label {
	float: right;
	display: block;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-size: 150%;
	line-height: 1.2;
	color: #d4d4d4;
	width: 1em;
}

.sp-tpro-client-rating>input:checked~label {
	color: #f3bb00;
}

.sp-tpro-client-rating:not(:checked)>label:hover,
.sp-tpro-client-rating:not(:checked)>label:hover~label {
	color: #de7202;
}

.sp-tpro-client-rating>input:checked+label:hover,
.sp-tpro-client-rating>input:checked+label:hover~label,
.sp-tpro-client-rating>input:checked~label:hover,
.sp-tpro-client-rating>input:checked~label:hover~label,
.sp-tpro-client-rating>label:hover~input:checked~label {
	color: #de7202;
}

/* Shortcode sidebar */
span.spwps-shortcode-selectable {
	background-color: rgba(82, 179, 217, 0.11);
	padding: 10px 15px 10px 30px;
	display: inline-block;
	border: 1px solid #d1e4ef;
	border-radius: 2px;
	cursor: pointer;
	border-radius: 3px;
	word-break: break-word;
	position: relative;
	width: 80%;
}

span.spwps-shortcode-selectable::after {
	content: url(../images/copy.svg);
	width: 16px;
	left: 10px;
	top: 50%;
	position: absolute;
	margin-top: -6px;
}

.spwps-header-inner h1 img {
	margin-right: 8px;
	margin-bottom: -4px;
}

.spwps-theme-light .spwps-nav ul li .spwps-active {
	box-shadow: 3px 0 0 0 #82397D inset;
	background-color: #ffffff;
	color: #82397D;
}

.spwps-buttons .button.spwps-save-ajax {
	background-color: #02cc7b;
	border-color: transparent;
	color: #fff !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 4px;
	height: 38px;
	text-transform: uppercase;
	width: 165px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

/* .spwps-buttons .button.spwps-save-ajax:hover {
  background-color: #02bb71;
} */
.spwps-buttons .button.spwps-reset-all,
.spwps-buttons .button.spwps-reset-section {
	background-color: #cd3c3c !important;
	border-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	text-transform: uppercase;
	border-radius: 4px;
	height: 38px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	color: #fff;
}

.spwps-buttons .button.spwps-reset-section {
	background-color: #cd3c3c;
}

.spwps-buttons .button {
	margin: 0 3px;
	line-height: 26px;
	font-weight: 600;
}

/* Import export css */
.spwps-field.spwps-field-button_set.spt_export {
	margin-top: 0;
	padding-top: 0;
}

.spwps-field-button_set.spt_export .spwps--button:hover,
.spwps-field.spwps-field-custom_import.spt_import button:hover {
	background: #135e96;
	border-color: #135e96;
	color: #fff;
}

.spwps-field.spwps-field-custom_import.spt_import button,
.spwps-field-button_set.spt_export .spwps--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;
}

.spwps-field.spwps-field-custom_import.wpsp_import button.import .fa-spinner {
	animation: sp_spin 2s linear infinite;
}

@keyframes sp_spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.sp-lcp-options .spwps-field-select .spwps-fieldset {
	position: relative;
}

.spwps-field.spwps-field-custom_import.spt_import .spwps-fieldset {
	position: relative;
}

.spwps-field.spwps-field-custom_import.spt_import p {
	padding-bottom: 0;
	margin-bottom: 1px;
}

.spwps-field.spwps-field-custom_import.spt_import button {
	margin-top: 10px;
	padding-bottom: 0px;
}

.spwps-field.spwps-field-custom_import.spt_import .spwps-help {
	cursor: help;
	position: absolute;
	top: 80%;
	transform: translateY(-50%);
	padding: 5px;
	font-size: 14px;
	color: #aaa;
	width: 15px;
	left: 64px;
	text-align: left;
}

.spwps-field.spwps-field-select.spt_post_forms_id .chosen-container .chosen-drop,
.spwps-field.spwps-field-select.spt_post_id .chosen-container .chosen-drop {
	max-width: 400px;
}

.spwps-field.spwps-field-select.spt_post_forms_id .chosen-container,
.spwps-field.spwps-field-select.spt_post_id .chosen-container {
	max-width: 400px;
}

.spwps-field.spwps-field-select.spt_post_forms_id,
.spwps-field.spwps-field-select.spt_post_id {
	padding-top: 0;
}

.spwps_tools .spwps-header-inner h1.export-import img {
	height: 24px;
}

.spwps_tools .spwps-nav-options li:nth-child(1) a {
	background-image: url(../images/export-icon.svg);
}

.spwps_tools .spwps-nav-options li:nth-child(2) a {
	background-image: url(../images/import.svg);
}

.spwps_tools .spwps-nav-options li:nth-child(1) a.spwps-active {
	background-image: url(../images/file-export-icon1.svg);
}

.spwps_tools .spwps-nav-options li:nth-child(2) a.spwps-active {
	background-image: url(../images/file-import-icon1.svg);
}

.spwps_tools .spwps-nav-options ul li a {
	padding: 15px 30px;
	background-size: 14px;
	background-position: 10px center;
	background-repeat: no-repeat;
}

/* Live preview */
#sp-wpsp-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: 500;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	margin: 0;
	box-sizing: border-box;
	border-color: #44a944;
	overflow: hidden;
}

#sp-wpsp_live_preview .handle-order-higher,
#sp-wpsp_live_preview .handle-order-lower {
	display: none;
}

#sp-wpsp-preview-box #wpsp-slider-section a {
	text-decoration: none;
}

/*ShortCode Area*/
.wpsp-shortcode-options .wpspro_shortcode {
	display: inline-flex;
	width: 100%;
	background-color: #fffafe;
}

.wpspro_shortcode .wpspro-col-lg-3 {
	border-right: 1px solid #dddddd;
	width: 50%;
}

.wpspro_shortcode .wpspro-col-lg-3 .wpspro_shortcode_content {
	padding: 42px 16px;
}

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

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

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

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

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

.wpspro_shortcode .wpspro-col-lg-3 textarea {
	border-color: transparent;
	box-shadow: none;
	background-color: rgba(164, 100, 151, 0.1);
	padding: 8px 6px;
	resize: none;
	text-align: center;
	width: 100%;
}

.wpspro_shortcode .wpspro-col-lg-3 .spsc-code {
	background-color: #f6ebf3;
	display: inline-block;
	padding: 10px 10px 10px 30px;
	border: 1px solid rgba(253, 197, 238, 0.24);
	cursor: pointer;
	background-image: url(../images/copy.svg);
	background-size: 16px;
	background-position: 10px center;
	background-repeat: no-repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wpspro_shortcode .wpspro-col-lg-3 .selectable {
	-webkit-touch-callout: all;
	/* iOS Safari */
	-webkit-user-select: all;
	/* Safari */
	-khtml-user-select: all;
	/* Konqueror HTML */
	-moz-user-select: all;
	/* Firefox */
	-ms-user-select: all;
	/* Internet Explorer/Edge */
	user-select: all;
	/* Chrome and Opera */
}

.wpspro_shortcode .wpspro-col-lg-3 .shortcode-wrap {
	position: relative;
}

.wpspro_shortcode .wpspro-copy-btn {
	width: 16px;
	margin-left: 11px;
	top: 50%;
	position: absolute;
	margin-top: -8px;
}

.wpspro_shortcode_divider {
	height: 20px;
	background: #f1f1f1;
	border-top: 1px solid #dddddd;
}

#sp_wps_layout_options .handlediv,
#sp_wps_layout_options .hndle,
.post-type-sp_wps_shortcodes .postbox-header .handle-actions,
.post-type-sp_wps_shortcodes .postbox-header .handle-actions .handle-order-lower,
.post-type-sp_wps_shortcodes .postbox-header .handle-actions .handle-order-higher,
.post-type-sp_wps_shortcodes .misc-pub-section:not(.misc-pub-post-status) {
	display: none;
}

#sp_wps_layout_options .postbox-header {
	border: none;
}

.js #sp_wps_shortcode_options.postbox .postbox-header,
.js #sp_wps_shortcode_options.postbox .handlediv,
.js #sp_wps_shortcode_options.postbox .hndle {
	display: none;
}

.wpsp-shortcode-options .sp-wpsp-mbf-banner {
	background-color: #592664;
	background: linear-gradient(90deg, #592664 0%, #9B438B 100%);
	padding: 21px 28px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.wpsp-shortcode-options .sp-wpsp-mbf-logo {
	float: left;
}

.wpsp-shortcode-options .sp-wpsp-mbf-logo img {
	display: block;
	width: 196px;
}

.wpsp-shortcode-options .sp-wpsp-mbf-short-links {
	float: right;
	line-height: 30px;
}

.wpsp-shortcode-options .sp-wpsp-mbf-short-links a {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

.wpsp-shortcode-options .sp-wpsp-mbf-short-links a i.fa {
	margin-right: 3px;
}

#sp_wps_shortcode_options.postbox {
	border: 1px solid #dddddd;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.post-type-sp_wps_shortcodes .misc-pub-section:not(.misc-pub-post-status) {
	display: none;
}

.wpspro-after-copy-text {
	bottom: 0;
	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;
}

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

.wpspro-after-copy-text.wpspro-pagination-not-work {
	width: 300px;
}

/*
More Plugins
*/
.about-wrap .plugin-section .three-col .col {
	background: #ffffff;
}

.about-wrap .plugin-section .three-col .col .sp-wpsp-plugin {
	border: 1px solid #ddd;
}

.about-wrap .plugin-section .three-col .col .sp-wpsp-plugin .sp-wpsp-plugin-content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.about-wrap .plugin-section .three-col .col .sp-wpsp-plugin .sp-wpsp-plugin-content h3 {
	margin-top: 20px;
	margin-bottom: 8px;
	font-weight: 500;
	line-height: 23px;
}

.about-wrap .plugin-section .three-col .col .sp-wpsp-plugin .sp-wpsp-plugin-content p {
	margin-top: 0;
}

.about-wrap .plugin-section .sp-plugin-section-title h2 {
	font-size: 2.2em;
	color: #32373c;
	font-weight: 400;
}

.about-wrap .plugin-section .sp-plugin-section-title h4 {
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	color: #555d66;
	margin-top: 15px;
	margin-bottom: 40px;
}

/*--------------------------------------------------------
Help Page
--------------------------------------------------------*/
div.sp-wpsp-help .feature-section .sp-wpsp-feature {
	background-color: #fff;
	padding: 20px 20px;
	border: 1px solid #ddd;
}

div.sp-wpsp-help .feature-section .sp-wpsp-feature h3 {
	font-size: 16px;
	margin-top: 18px;
}

div.sp-wpsp-help .feature-section i.sp-font {
	font-size: 30px;
	display: block;
	color: #a46497;
}

div.sp-wpsp-help.about-wrap h1 {
	font-size: 2.6em;
}

div.sp-wpsp-help .headline-feature.feature-video {
	position: relative;
	margin: 40px 0;
	padding-bottom: 56.25%;
	width: 100%;
	max-width: 100%;
	height: 0;
	text-align: center;
}

div.sp-wpsp-help .headline-feature.feature-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.sp-wpsp-help.about-wrap .wp-badge {
	background: url(../images/logo.png);
	background-repeat: no-repeat;
	box-shadow: none;
	background-position: top right;
}

.about-wrap.sp-wpsp-help [class$="-col"] {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-wrap [class$="-col"] {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sp-wpsp-help [class$="-col"] .col {
	flex: 1;
	align-self: flex-start;
}

.sp-wpsp-help .col {
	margin-top: 40px;
}

.sp-wpsp-help.about-wrap [class$="-col"] .col+.col {
	margin-left: 20px;
}

@media screen and (max-width: 1200px) {
	div.sp-wpsp-help.about-wrap .three-col .col {
		min-width: 48% !important;
		max-width: 48% !important;
		margin-left: 0 !important;
	}

	.wpsp-shortcode-options .wpspro_shortcode {
		display: block;
	}

	.wpspro_shortcode .wpspro-col-lg-3 {
		width: 100%;
		display: block;
		border-bottom: 1px solid #ddd;
		border-right: none;
	}

	.wpspro_shortcode .wpspro-col-lg-3:last-child {
		padding-bottom: 42px;
	}
}

@media (max-width: 500px) {
	div.sp-wpsp-help.about-wrap .wp-badge {
		background-position-x: center;
	}

	div.sp-wpsp-help.about-wrap .three-col .col {
		min-width: 100% !important;
		max-width: 100% !important;
	}
}

/* .spwps-field.spwps-field-image_select.layout_preset img {
	width: 110px;
}

.spwps-field.spwps-field-image_select.grid_style img {
	width: 80px;
} */

.spwps-field.spwps-field-select select {
	margin-right: 10px;
}

.spwps-field.spwps-field-select .sp-wpsp-help,
.spwps-field.spwps-field-spacing .sp-wpsp-help {
	cursor: help;
	position: relative;
	padding: 5px;
	font-size: 13px;
	color: #aaa;
	display: inline-block;
}

@-webkit-keyframes seconds {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		left: -9999px;
		position: absolute;
	}
}

@keyframes seconds {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		left: -9999px;
		position: absolute;
	}
}

/* Import export css */
/* Import export css */
.spwps-field.spwps-field-button_set.wpsp_export {
	margin-top: 0;
	padding-top: 0;
}

.spwps-field-button_set.wpsp_export .spwps--button:hover,
.spwps-field.spwps-field-custom_import.wpsp_import button:hover {
	background: #135e96;
	border-color: #135e96;
	color: #fff;
}

.spwps-field.spwps-field-custom_import.wpsp_import button,
.spwps-field-button_set.wpsp_export .spwps--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;
}

.sp-lcp-options .spwps-field-select .spwps-fieldset {
	position: relative;
}

.spwps-field.spwps-field-custom_import.wpsp_import .spwps-fieldset {
	position: relative;
}

.spwps-field.spwps-field-custom_import.wpsp_import p {
	padding-bottom: 0;
	margin-bottom: 1px;
}

.spwps-field.spwps-field-custom_import.wpsp_import button {
	margin-top: 10px;
	padding-bottom: 0px;
}

.spwps-field.spwps-field-custom_import.wpsp_import .spwps-help {
	cursor: help;
	position: absolute;
	top: 80%;
	transform: translateY(-50%);
	padding: 5px;
	font-size: 14px;
	color: #aaa;
	width: 15px;
	left: 64px;
}

.spwps-field.spwps-field-select.wpsp_post_ids .chosen-container .chosen-drop {
	max-width: 400px;
}

.spwps-field.spwps-field-select.wpsp_post_ids .chosen-container {
	max-width: 400px;
}

.spwps-field.spwps-field-select.wpsp_post_ids {
	padding-top: 0;
}

.wpsp-settings-page .spwps-header-inner h1.export-import img {
	height: 24px;
	height: 24px;
	float: left;
	width: 28px;
	margin-right: 8px;
	padding-top: 6px;
}

.wpsp-settings-page.wpsp_tools .spwps-nav-options li:nth-child(1) a {
	background-image: url(../images/export-icon.svg);
}

.wpsp-settings-page.wpsp_tools .spwps-nav-options li:nth-child(2) a {
	background-image: url(../images/import.svg);
}

.wpsp-settings-page.wpsp_tools .spwps-nav-options li:nth-child(1) a.spwps-active {
	background-image: url(../images/file-export-icon1.svg);
}

.wpsp-settings-page.wpsp_tools .spwps-nav-options li:nth-child(2) a.spwps-active {
	background-image: url(../images/file-import-icon1.svg);
}

.wpsp-settings-page.wpsp_tools .spwps-nav-options ul li a {
	padding: 15px 30px;
	background-size: 14px;
	background-position: 10px center;
	background-repeat: no-repeat;
}

.wpsp_delete_all_data .spwps-help {
	position: inherit;
	padding: 0;
	vertical-align: middle;
	display: inline;
}


/* Custom image options  */
.sp-wpsp_custom_image_option .spwps-fieldset-content {
	max-width: 400px;
}

.sp-wpsp_custom_image_option .spwps-fieldset-content .spwps-fieldset {
	max-width: 60%;
}

div#spwps-preview-box {
	overflow-x: auto;
	padding: 0 20px;
	resize: vertical;
	width: auto;
	height: 400px;
	min-height: 200px;
}


#spwps-show-preview {
	position: fixed;
	right: 144px;
	bottom: 30px;
	z-index: 1001;
	width: 155px;
	text-align: center;
	padding: 10px 0;
	background: #54b154;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2px;
	margin: 0;
	box-sizing: border-box;
	border-color: #44a944;
	overflow: hidden
}

#spwps_live_preview .handle-order-higher,
#spwps_live_preview .handle-order-lower {
	display: none
}

#spwps-preview-box #wpsp-slider-section a {
	text-decoration: none
}

.spwps-field-image_select .spwps--image p {
	margin-top: 5px;
	font-weight: 500;
	/* text-transform: capitalize; */
}

/* help css */
.spwps-help {
	position: static;
	display: inline-block;
}

.spwps_custom_image_option .spwps-fieldset-content {
	max-width: 400px;
}


/* Extra pro only css */
.spwps-field-dimensions .spwps--inputs[disabled] {
	pointer-events: none;
	opacity: 0.7;
}

.spwps-field-dimensions .spwps--inputs[disabled] .spwps--input:last-of-type:after {
	content: 'Pro';
	text-transform: uppercase;
	line-height: 30px;
	margin-left: 6px;
	color: #444;
}

.spwps-field-button_set .spwps--sibling[disabled] {
	pointer-events: none;
	opacity: 0.9;
}

.spwps-field-button_set .spwps--sibling[disabled] .spwps--name:after {
	position: absolute;
	top: 1px;
	right: 1px;
	color: #585B6F;
	background-color: #cbd6df;
	font-weight: 600;
	padding: 0 4px;
	content: 'PRO';
	text-align: center;
	font-size: 8px;
}

.spwps-field-image_select .spwps--image[disabled] {
	pointer-events: none;
	opacity: 0.8;
}

.spwps-field-image_select .spwps--image[disabled]::after {
	position: absolute;
	top: 1px;
	right: 1px;
	color: #6d7989;
	background-color: #cbd6df;
	font-weight: 600;
	padding: 0 4px;
	content: "PRO";
	text-align: center;
	font-size: 8px;
	line-height: 11px;
	opacity: 1;
	border-radius: 0 2px 0 2px;
}

.spwps-field.spwps-field-checkbox.pro_only_field .spwps-checkbox,
.pro_only_field .spwps-fieldset div:not(.spwps--switcher),
.spwps-field-typography.add-to-cart-typography .spwps--typography,
.spwps-field-typography.compare-wishlist-typography .spwps--typography,
.spwps-field-typography.product-category-typography .spwps--typography,
.spwps-field-typography.sale-ribbon-typography .spwps--typography,
.spwps-field-typography.out-of-stock-ribbon-typography .spwps--typography,
.spwps-field-typography.product-description-typography .spwps--typography,
.spwps-field-typography .spwps--blocks.spwps--blocks-inputs .spwps--line-height,
.spwps-field-typography .spwps--blocks.spwps--blocks-inputs .spwps--letter-spacing,
.pro_only_field .spwps-fieldset input,
.spwps-field-typography .spwps--blocks.spwps--blocks-selects {
	pointer-events: none;
	opacity: 0.9;
}

.pro_only_field .spwps-fieldset div.wp-picker-container {
	opacity: 0.5;
}

.spwps-field.spwps-field-switcher.pro_only_field .spwps--switcher {
	background-color: #99AAB2;
	pointer-events: none;
}

.spwps-field-switcher.pro_only_field .spwps--ball::after {
	content: "PRO";
	position: relative;
	text-align: center;
	width: 24px;
	float: right;
	font-weight: 600;
	font-size: 8px;
	color: #8796A1;
	opacity: 1;
	line-height: 18px;
}

.spwps-field-typography .spwps--block.spwps--block-font-color {
	display: inline-block;
}

.spwps-field.spwps-field-column.ps_pro_only_field .spwps--inputs:after,
.spwps-field.spwps-field-checkbox.pro_only_field label.spwps-checkbox:after {
	content: "PRO";
	color: #585B6F;
	background-color: #cbd6df;
	padding: 2px 4px;
	font-size: 8px;
	border-radius: 2px;
	height: 11px;
	margin-top: 8px;
	font-weight: 600;
}

.only_pro_fields .spwps-fieldset,
.ps_pro_only_field .spwps--input {
	opacity: .7;
	pointer-events: none;
}

.spwps-field-radio input[type="radio"]:checked::before {
	background-color: #1A74E4;
}

.spwps-field.spwps-field-button_set.product-rating-alignment.pro_only_field .spwps--button .spwps--name:after {
	content: '';
}

.spwps-field.spwps-field-button_set.product-rating-alignment.pro_only_field .spwps--button:last-child .spwps--name:after {
	content: 'PRO';
}

.spwps-notice {
	padding: 0;
	background-color: #fff;
	border-left-style: solid;
	border-left-width: 0;
	box-shadow: none;
	font-style: normal;
	color: #000;
	font-size: 14px;
}

.js #sp_wps_shortcode_options.postbox #spwps_live_preview .postbox-header {
	display: block;
}

#poststuff div#spwps_live_preview .inside {
	/* padding: 0; */
	margin: 0;
}

div#spwps_live_preview {
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 22px;
	position: relative;
	z-index: 1;
}

div#spwps_live_preview::after {
	content: '';
	height: 22px;
	background: #f0f0f1;
	position: absolute;
	bottom: -22px;
	right: -1px;
	border-top: 1px solid #ccc;
	left: -1px;
	z-index: 9999;
}

.wps-pro-notice {
	margin-top: 6px;
	font-weight: 400;
	color: #999;
	font-style: italic;
}

.wps-pro-notice a {
	font-weight: 600;
}

.wps-navigation-position .nav_preview {
	display: block;
	margin-top: 20px;
	width: 160px;
}

.wps-settings-page .spwps-buttons .button.spwps-save {
	background-image: url(../images/save-icon.svg) !important;
	background-repeat: no-repeat !important;
	background-position: 16px center !important;
	padding-left: 30px;
}

.wps-settings-page .spwps-buttons .button.spwps-reset-section {
	background-image: url(../images/reset-icon.svg);
	background-repeat: no-repeat;
	background-position: 14px center;
	padding-left: 36px;
}

.spwps-buttons .button.spwps-save-ajax:hover {
	background-color: #00b258;
}

.spwps-buttons .button.spwps-reset-section:hover {
	background-color: #c03635 !important;
}

.wpsp_replace-layout .spwps-nav-normal {
	display: none;
}

.wpsp_replace-layout .spwps-nav-normal+.spwps-content {
	margin-left: 0;
}

.wpsp_replace-layout.spwps-theme-light .spwps-nav-background {
	background-color: transparent;
	border-right: none;
}

.wpsp_replace-layout .spwps-field.spwps-field-subheading {
	padding: 0;
	background: #fff;
	opacity: .6;
	pointer-events: none;
}

.replace-layout-pro-notice.spwps-field {
	padding: 20px 30px 0px 30px;
}

.woo-product-slider-license {
	padding: 80px 0;
	text-align: center;
}

.woo-product-slider-license h3 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
}

.woo-product-slider-license p {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 24px;
	color: #666;
}

.woo-product-slider-license .woo-product-slider-license-area {
	display: inline-block;
}

.spwps-upgrade-button {
	padding: 14px 18px;
	background: #2271b1;
	color: #fff;
	border-radius: 5px;
	transition: ease .2s;
	cursor: pointer;
}

.spwps-upgrade-button:hover {
	background: #1b518e;
}

.spwps-upgrade-button a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

/* Product slider pagination type */
.spwps-field.pagination_pro_field>.spwps-fieldset ul li:not(:first-of-type) {
	pointer-events: none;
	opacity: 0.7;
}

/* Style for the option of Click Action Type */
.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style {
	padding: 0 0px 20px 0px;
}

.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .spwps-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);
	position: static;
}

.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .spwps-fieldset-content {
	border: none;
	box-shadow: none;
}

.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .wps_navigation,
.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .wps_pagination {
	display: flex;
	justify-self: center;
	align-items: center;
	max-width: fit-content;
	padding: 20px 0 0;
	flex: 1;
	position: static;
}

.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .spwps-fieldset-content>.spwps-field .spwps-title {
	width: 100%;
	max-width: 49%;
}

.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .spwps-fieldset-content>.wps_navigation .spwps-title,
.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .spwps-fieldset-content>.wps_pagination .spwps-title {
	position: absolute;
	left: 20px;
}

.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .wps_pagination,
.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .wps_navigation {
	padding-right: 10px;
}

.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .wps_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) {

	.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .wps_navigation,
	.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .wps_pagination,
	.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .wps_hide_on_mobile {
		display: block;
	}

	.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .wps_hide_on_mobile {
		padding: 0;
	}

	.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .wps_hide_on_mobile {
		padding-top: 20px;
	}

	.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .spwps-fieldset-content {
		float: none;
		margin-left: 0;
	}

	.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .spwps-fieldset-content>.spwps-field .spwps-title {
		left: 0;
		position: unset;
	}
}

/* Responsiveness for the click action type's title  */
@media (min-width: 1200px) and (max-width: 1375px) {

	.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .spwps-fieldset-content>.spwps-field .spwps-title {
		max-width: 25%;
	}
}

/* Responsiveness for the carousel navigation option's title  */
@media (min-width: 1200px) and (max-width: 1500px) {
	.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .spwps-fieldset-content>.spwps-field.wps_navigation .spwps-title {
		max-width: 25%;
	}
}

/* Note text style of Image mode = Custom Color */
.spwps-field.spwps-field-fieldset.wps-navigation-and-pagination-style .spwps-fieldset-content>.spwps-depend-hidden.spwps-depend-on {
	display: none;
}

#sp_wps_layout_options .spwps-fieldset,
#sp_wps_layout_options .spwps-field .spwps-title {
	width: 100%;
}

#sp_wps_layout_options .spwps-field .spwps-fieldset {
	margin-top: 10px;
	margin-left: 0;
}

#spwps_builder_option .postbox-header,
#spwps_shortcode_option .postbox-header {
	pointer-events: none;
	border-color: #dddddd;
}

#spwps-section-spwps_shortcode_option .spwps-field.spwps-field-shortcode.spwps-admin-sidebar {
	padding: 12px;
}

.layout_preset .spwps--image:hover a.spwps-live-demo-icon,
.layout_preset .spwps--image.spwps--active a.spwps-live-demo-icon {
	opacity: 1;
	pointer-events: painted;
	transition: all 0.2s linear;
}

.layout_preset .spwps--image a.spwps-live-demo-icon {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.layout_preset .spwps-carousel-type a.spwps-live-demo-icon {
	margin-left: 6px;
}

.layout_preset .spwps--image:is(:nth-child(4)) .spwps-carousel-type a.spwps-live-demo-icon {
	margin-left: -1px;
}

.layout_preset .spwps--image:is(:nth-child(5)) figure::after {
	content: "Hot";
	position: absolute;
	background-color: #ec2121;
	top: 4px;
	left: 4px;
	color: #fff;
	font-size: 9px;
	text-align: center;
	border-radius: 3px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 4px;
	line-height: 15px;
}

/* Shortcode sidebar */
span.spwps-shortcode-selectable {
	background-color: #F6EBF3;
	;
	padding: 10px 15px 10px 30px;
	display: inline-block;
	border: 1px solid #E0CDDD;
	cursor: pointer;
	border-radius: 3px;
	word-break: break-word;
	position: relative;
	width: 80%;
}

.spwps-scode-wrap-side p {
	margin-top: 0;
}

.spwps-scode-wrap-side {
	margin-top: 0;
	margin-bottom: 16px;
	overflow: hidden;
}

.spwps-scode-wrap-side .spwps-sc-title {
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 1.2em;
}

#spwps_shortcode_option.postbox,
#spwps_builder_option.postbox,
#sp_wps_layout_options.postbox,
#sp_wps_shortcode_options.postbox {
	border: 1px solid #dddddd;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#sp_wps_shortcode_options.postbox {
	border-top: transparent;
}

#sp_wps_layout_options.postbox {
	margin-bottom: 0;
}

.spwps-theme-dark .spwps-nav-inline {
	background: #f1f1f1;
	padding-top: 15px;
}

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

.spwps-field-image_select .spwps--image.spwps-pro-only:after {
	position: absolute;
	top: 2px;
	right: 2px;
	color: #585B6F;
	background-color: #cbd6df;
	font-weight: 600;
	padding: 0 4px;
	content: 'PRO';
	text-align: center;
	font-size: 8px;
	border-radius: 1px;
}

.layout_preset .spwps--image:hover a.spwps-live-demo-icon,
.layout_preset .spwps--image.spwps--active a.spwps-live-demo-icon {
	opacity: 1;
	pointer-events: painted;
	transition: all 0.2s linear;
}

.layout_preset .spwps--image a.spwps-live-demo-icon {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.layout_preset .spwps-carousel-type a.spwps-live-demo-icon {
	margin-left: 6px;
}

.layout_preset .spwps--image:is(:nth-child(4)) .spwps-carousel-type a.spwps-live-demo-icon {
	margin-left: -1px;
}

.spwps-field-image_select:not(.layout_preset) .spwps--image.spwps-pro-only {
	pointer-events: none;
	opacity: .9;
}

.spwps-tabbed-nav a i {
	vertical-align: text-bottom;
	margin-right: 4px;
}

.show_variations_as_single_products .spwps--button:not(:nth-last-child(1)) {
	pointer-events: none;
	opacity: .7;
}

.spwps-field.sp-wps-layout-preset,
.spwps-metabox .spwps-field.live_filter_mode {
	padding-top: 0;
	margin-top: -10px;
}

.spwps-tabbed-section .spwps-field .spwps-title {
	width: 25%;
}

.spwps-tabbed-section .spwps-field .spwps-fieldset {
	width: calc(75% - 20px);
}

/* title-tip down */
.spwps-live-demo-icon[tooltip]:hover {
	position: relative;
}

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

.spwps-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.spwps-live-demo-icon:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.wpsp-nav-arrow-icons .spwps--button:not(:nth-child(1)),
.product_content_limit .spwps--space,
.product_name_limit .spwps--space {
	pointer-events: none;
	opacity: .7;
}

.wpsp-nav-arrow-icons .spwps--button {
	padding: 10px 10px;
}
/* Pro notice preview */
#spwps-preview-box .wsp-pro-notice-preview {
	padding: 20px;
	font-size: 14px;
}
#spwps_live_preview .postbox-header{
	border-bottom: 1px solid #ddd;
}
#poststuff #sp_wps_layout_options .inside{
	margin: 0;
}