/**
 *
 * ---------------------------------------------------------
 * FRAMEWORK CSS MAP
 * ---------------------------------------------------------
 *
 * 01. Base
 *     01. 01. Header
 *     01. 02. Sticky
 *     01. 03. Header Buttons
 *     01. 04. Navigation
 *     01. 05. Wrapper
 *     01. 06. Content
 *     01. 07. Section
 *     01. 08. Footer
 *     01. 09. Copyright
 *     01. 10. Show All Settings
 *     01. 11. Search Input
 *     01. 12. Metabox
 *     01. 13. Comment Metabox
 *     01. 14. Help Tooltip
 * 02. Themes
 *     02. 01. Theme Dark
 *     02. 02. Theme Light
 * 03. Fields
 *     03. 01. Field
 *     03. 05. Field: border, spacing, dimensions
 *     03. 06. Field: button_set
 *     03. 07. Field: checkbox, radio
 *     03. 08. Field: code_editor
 *     03. 09. Field: color
 *     03. 10. Field: color_group
 *     03. 13. Field: gallery
 *     03. 14. Field: group
 *     03. 16. Field: image_select
 *     03. 22. Field: select
 *     03. 26. Field: spinner
 *     03. 27. Field: switcher
 *     03. 29. Field: text
 *     03. 31. Field: typography
 *     03. 32. Field: tabbed
 *     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
 */
.wpcf {
	position: relative;
}

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

.wpcf .wpcf-field-carousel_type label {
	padding: 0;
	/* margin: 0; */
	display: flex;
	/* margin: auto; */
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 100%;
	cursor: pointer;
}

.sp_wpcp-field .fa {
	font-family: 'FontAwesome';
}

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

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

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

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

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

.wpcf-header-inner h1 svg {
	float: left;
	height: 26px;
	width: 28px;
	margin-right: 8px;
	padding-top: 6px;
}

.wpcf-header-inner h1 {
	float: left;
	margin: 0;
	font-size: 22px;
	color: #444444;
	font-weight: 600;
	line-height: 35px;
}

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

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

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

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

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

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

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

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

/**
 * 01. 04. Navigation
 */
.wpcf-nav:not(.wpcf-nav-inline) {
	display: block;
	position: relative;
	z-index: 10;
	float: left;
}

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

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

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

.wpcf-nav .fa {
	width: 20px;
	margin-right: 5px;
	font-size: 14px;
	text-align: center;
}

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

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

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

#wpcf_shortcode_options .wpcf-theme-light .wpcf-nav ul li .wpcf-active i,
.sp-wpcf-options.wpcf-theme-light .wpcf-nav ul li .wpcf-active i {
	color: #178087;
}

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

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

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

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

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

.wpcf-nav-normal {
	width: 235px;
}

.wpcf-nav-normal+.wpcf-content {
	margin-left: 235px;
}

/* .wpcf-nav-inline {
  width: 100%;
} */
.wpcf-nav-inline ul li {
	display: inline-block;
	vertical-align: top;
}

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

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

/**
 * 01. 06. Content
 */
.wpcf-content {
	/* position: relative; */
	background-color: #fff;
	background-color: #fff;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpcf-tooltip.sp_wpcp-short-content {
	margin-top: 8px;
}

.wpcf-tooltip .sp_wpcp-open-live-demo,
.wpcf-tooltip .sp_wpcp-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: 0px;
	font-weight: 500;
}

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

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

.wpcf-tooltip .sp_wpcp-info-label {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 6px;
	text-align: left;
}

.wpcf-tooltip .sp_wpcp-open-docs {
	margin-top: 10px;
}

.wpcf-tooltip .sp_wpcp-img-tag {
	margin-bottom: 6px;
	min-width: 240px;
}

.wpcf-tooltip .sp_wpcp-img-tag img {
	background-color: #f4f4f4;
	border-radius: 4px;
}

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

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

.wpcf-tooltip.support-tooltip {
	max-width: 300px;
	padding: 15px 20px;
}

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

.wpcf-tooltip a.sp_wpcp-open-docs {
	margin-right: 10px;
}

.wpcf-tooltip.support-tooltip a.sp_wpcp-open-docs.support {
	background: #fff;
	color: #000;
}

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

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

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

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

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

.wpcf-tooltip:not(.support-tooltip):before,
.wpcf-tooltip:not(.support-tooltip):after {
	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);
}

.wpcf-tooltip:not(.support-tooltip):after {
	border: 15px solid transparent;
	left: -30px;
	top: calc(50% - 15px);
}

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

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

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

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

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

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

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

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

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

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

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

.wpcf-theme-dark .wpcf-nav ul li .wpcf-active i {
	color: #178087;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpcf-theme-light .wpcf-header-inner {
	background-color: #f2f2f2;
	border-bottom: 1px solid #cecece;
	padding: 22px 28px;
}

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

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

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

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

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

.wpcf-theme-light .wpcf-nav ul li a {
	background-color: #178087;
	border-top: 1px solid #178087;
	border-right: 1px solid #e2e2e1;
	border-bottom: 1px solid #ddd;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	padding: 14px 15px;
	text-transform: uppercase;
}

/* .wpcf-theme-light .wpcf-nav ul li a:hover {
  color: #000;
  background-color: #fff;
} */
.wpcf-theme-light .wpcf-nav ul li .wpcf-active {
	color: #000;
	background-color: #fff;
}

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

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

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

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

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

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

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

.wpcf-theme-light .wpcf-nav-inline>ul li .wpcf-active i {
	color: #178087;
}

.wpcf-theme-light .wpcf-nav-inline>ul li .wpcf-active {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #178087;
	box-shadow: 0 3px 0 0 #178087 inset;
	border-bottom-color: #fff;
	color: #178087;
}

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

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

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

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

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

/* .wpcf-field + .wpcf-field {
  border-top: 1px solid #eee;
} */
.wpcf-field p:first-child {
	margin-top: 0;
}

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

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

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

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

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

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

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


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

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

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


/**
* Custom CSS
*/

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

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

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

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


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

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

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

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

.wpcf-field-dimensions_advanced .wpcf--color,
.wpcf-field-column .wpcf--color,
.wpcf-field-box_shadow .wpcf--color,
.wpcf-field-border .wpcf--color,
.wpcf-field-spacing .wpcf--color,
.wpcf-field-dimensions .wpcf--color {
	float: left;
}

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

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

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

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

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

.wpcf-field.wpcf-field-column.wpcp_number_of_columns .wpcf-fieldset {
	padding-top: 10px;
}

.wpcf-field-dimensions_advanced.wpcp_carousel_row_pro_only {
	pointer-events: none;
	opacity: .7;
}

.wpcf-field-dimensions_advanced.wpcp_carousel_row_pro_only .wpcf-fieldset .wpcf--inputs {
	position: relative;
}

.wpcf-field-dimensions_advanced.wpcp_carousel_row_pro_only .wpcf-fieldset .wpcf--inputs::after {
	position: absolute;
	content: "PRO";
	background-color: #d4d4d4;
	padding: 2px 4px;
	font-size: 8px;
	border-radius: 2px;
	height: 11px;
	margin-left: 5px;
	margin-top: 7px;
	right: -20px;
}

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

.wpcf-field-button_set .wpcf--button {
	position: relative;
	z-index: 1;
	float: left;
	cursor: pointer;
	padding: 9px 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);
}

.wpcf-field-button_set.wpcf_navigation_icons .wpcf--button {
	padding: 7px 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 03. 33. Field: wp_editor
 */
.wpcf-field-wp_editor .wpcf-wp-editor {
	float: left;
	width: 100%;
}

.wpcf-field-wp_editor .mce-toolbar-grp {
	border: none;
}

.wpcf-field-wp_editor .mce-btn.mce-active button,
.wpcf-field-wp_editor .mce-btn.mce-active:hover button,
.wpcf-field-wp_editor .mce-btn.mce-active i,
.wpcf-field-wp_editor .mce-btn.mce-active:hover i {
	color: #23282d;
}

.wpcf-field-wp_editor .wp-media-buttons {
	position: relative;
	z-index: 2;
}

.wpcf-field-wp_editor .wp-editor-tabs {
	position: relative;
	z-index: 1;
}

.wpcf-field-wp_editor .wpcf-no-tinymce {
	border: 1px solid #e5e5e5;
}

.wpcf-field-wp_editor .wpcf-no-quicktags .wp-media-buttons {
	float: none;
	display: block;
}

.wpcf-field-wp_editor .wpcf-no-quicktags .mce-tinymce {
	box-shadow: none;
	border: 1px solid #e5e5e5;
}

.wpcf-field-wp_editor textarea {
	width: 100%;
	max-width: 100%;
	margin: 0;
	box-shadow: none;
}

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

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

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

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


/**
 * 03. 13. Field: gallery
 */

.wpcf-field-gallery input {
	display: none;
}

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

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

.wpcf-field-gallery ul.sp-gallery-images li img {
	max-height: 100px;
	display: inline-block;
	vertical-align: middle;
}

.wpcf-field-gallery .button:focus,
.wpcf-field-gallery .button:hover,
.wpcf-field-gallery .button {
	margin-right: 5px;
	margin-bottom: 5px;
	/* SP Style */
	width: 110px;
	height: 110px;
	text-align: center;
	line-height: 15px;
	color: #fff;
	border: none;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-weight: 600;
}

.wpcf-field-gallery .button-primary.wpcf-button {
	background: #4eb631;
	box-shadow: none;
	text-shadow: none;
}

.wpcf-field-gallery .button.wpcf-edit-gallery {
	background: #6a7885;
}

.wpcf-field-gallery .button i {
	font-size: 24px;
	margin-bottom: 10px;
}

.wpcf-field-gallery>a,
.wpcf-field-gallery ul.sp-gallery-images li {
	display: inline-block;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0 5px 10px 0;
	background-color: #f9f9f9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
	box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
}

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

.wpcf-field-gallery a,
.wpcf-field-gallery li {
	float: left;
}

.sp-gallery-images {
	cursor: move;
}

.sp-gallery-images li .wcp-icon.edit-icon {
	left: auto;
	right: 10px;
	background: #0085BA;
}

.sp-gallery-images li .wcp-icon .wpcf-icon-edit::before,
.sp-gallery-images li .wcp-icon .wpcf-icon-delete::before {
	font-size: 18px;
	line-height: 20px;
	margin: auto;
}

.sp-gallery-images li .wcp-icon {
	text-decoration: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: red;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}

.sp-gallery-images li .wcp-icon .dashicons {
	font-size: 12px;
	width: 18px;
	height: 18px;
	line-height: 18px;
}

.sp-gallery-images li .wcp-icon .wpcf-icon-delete::before,
.sp-gallery-images li .wcp-icon .wpcf-icon-edit::before {
	font-size: 18px;
	line-height: 20px;
	margin: auto;
}

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

.wpcf-field-group .wpcf-cloneable-wrapper {
	position: relative;
	margin-bottom: 10px
}

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

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

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

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

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

.wpcf-field-group .wpcf-cloneable-title {
	display: block;
	cursor: pointer;
	position: relative;
	user-select: none;
	margin: 0;
	padding: 15px 65px 15px 16px;
	min-height: 0;
	font-size: 100%;
	border: 1px solid #ccd0d4;
	background-color: #fafafa;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	transition: border-color 0.15s;
}

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

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

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

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

.wpcf-field-group .wpcf-cloneable-helper i.wpcf-cloneable-remove:hover {
	color: #bd2130;
}

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

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

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

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

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

.wpcf-field-group .wpcf-cloneable-placeholder {
	background-color: #ddd;
	margin-top: 4px;
	width: 100px;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
}

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

.wpcf-field-image_select .wpcf--image {
	margin: 0 0 5px 0;
}

.wpcf-field-icon_select .wpcf--inline-list .wpcf--icon,
.wpcf-field-image_select .wpcf--inline-list .wpcf--image {
	display: inline-block;
}

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

/* .wpcf-field-icon_select figure:before,
.wpcf-field-image_select figure:before {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 10px;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
	content: "\f00c";
	width: 16px;
	height: 16px;
	line-height: 14px;
	opacity: 0;
	color: #fff;
	background-color: #222;
	transition: opacity 0.2s;
} */

.wpcf-field-image_select label,
.wpcf-field-icon_select label {
	display: inline-block;
	margin: 5px;
}

.wpcf-field-icon_select figure {
	padding: 8px 10px;
	font-size: 20px;
	line-height: 20px;
}

/*.wpcf-field-image_select figure img,
.wpcf-field-icon_select figure {
	 max-width: 100%;
  vertical-align: bottom;
  background-color: #fff;
  border: 2px solid #eee; */
/* opacity: 0.75; */
/* -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
*/
.wpcf-field-icon_select .wpcf--active figure {
	border-color: #52b3d9;
	opacity: 1;
}

/* .wpcf-field-icon_select .wpcf--active figure,
.wpcf-field-image_select .wpcf--active figure {
  border-color: #222;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
} */
.wpcf-field-icon_select .wpcf--active figure:before,
.wpcf-field-image_select .wpcf--active figure:before {
	opacity: 1;
}

.wpcf-field-icon_select figure,
.wpcf-field-image_select img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

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

.wpcf-help img {
	width: 14px;
	vertical-align: middle !important;
}

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

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

.wpcf-field-select select {
	max-width: 100%;
	margin: 0;
	float: left;
}

.wpcf-field-select.wpcp-carousel-nav-position select {
	float: none;
}

.wpcf-field-select.wpcp-carousel-nav-position img.icon_preview {
	margin-top: 20px;
	width: 170px;
	display: block;
}

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

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

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

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

.wpcf-field-spinner .ui-spinner-button {
	cursor: pointer;
	height: 30px;
	box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 03. 29. Field: text
 */
.wpcf-field-text input {
	width: 340px;
	margin: 0;
	min-height: 36px;
	float: left;
}

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

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

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

.wpcf-field-typography .wpcf--blocks {
	display: flex;
	flex-wrap: wrap;

}

.wpcf-field-typography .wpcf--block.wpcf--block-font-color {
	overflow: hidden;
	float: left;
}

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

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

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

.wpcf-field-typography .wpcf--unit {
	position: absolute;
	z-index: 1;
	right: 4px;
	top: 4px;
	bottom: 4px;
	padding: 2px 6px;
	color: #666;
	font-size: 11px;
	line-height: 1;
	border-radius: 2px;
	background: #eee;
	user-select: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.wpcf-field-background .wpcf--preview,
.wpcf-field-typography .wpcf--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;
}

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

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

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

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

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

.wp-carousel-lightbox-settings-tabs .wpcf-tabbed-nav {
	width: 290px;
}

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

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

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

.wpcf-field-tabbed:nth-child(2) .wpcf-tabbed-section {
	padding-top: 0;
}

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

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

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

.wpcf-field-tabbed .wpcf-tabbed-nav a {
	display: block;
	padding: 12px 15px;
	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;
}

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

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

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

.wpcf-field-tabbed .wpcf-pros-tabbed-nav a:focus,
.wpcf-field-tabbed .wpcf-tabbed-nav a.wpcf-tabbed-active {
	background-color: #fff;
	-webkit-box-shadow: inset 3px 0 #178087;
	box-shadow: inset 3px 0 #178087;
	color: #178087;
	font-weight: 600;
	border-right-color: #fff;
	margin-right: -1px;
	border-right: none;
}


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

/**
 * 03. 35. Field: subheading
 */
.wpcf-field-subheading {
	font-size: 14px;
	font-weight: bold;
	padding-top: 17px;
	padding-bottom: 17px;
	color: #23282d;
	background-color: #eaecee;
	/*margin-right: -10px;
	margin-left: -10px; */
	text-transform: uppercase;
}

.wpcf-tabbed-section .wpcf-field-subheading {
	margin-right: 0;
	margin-left: 0;
}


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

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

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

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

.wpcf-submessage.wpcf-submessage-info {
	color: #999999;
	font-style: italic;
}

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

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

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

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

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

.wpcf-notice {
	/* color: #999; */
	/* font-style: italic; */
	font-size: 14px;
	padding: 12px 12px 12px 0 !important;
	border: none !important;
}

.wpcf-notice strong {
	color: #444;
}

.wpcf-notice a {
	text-decoration: none;
}

.wpcf-notice a:hover {
	text-decoration: underline;
}

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

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

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

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

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

.wpcf-notice-normal a {
	text-decoration: underline;
}

.wpcf-field.wpcf-field-notice.pro_notice {
	padding-top: 0;
}

/**
 * 03. 40. others
 */

.wpcf-help {
	position: static;
	cursor: help;
	/* top: 50%;
  transform: translateY(-50%);
  padding: 5px; */
	font-size: 14px;
	color: #aaa;
	width: 15px;
	line-height: 28px;
	padding-left: 5px;
	float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpcf-form-result {
	display: none;
	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%);
}

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

.wpcf-form-success {
	/* color: #fff; */
	border-left-color: #46b450;
}

.wpcf-form-success.error {
	padding: 12px;
	margin: 0 0 15px 0;
	border-left-color: #d63638;
}

.wpcf-form-warning {
	/* color: #8a6d3b; */
	border-left-color: #faebcc;
}

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

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

.wpcf-field-spinner .wpcf-input-number {
	-moz-appearance: textfield;
}

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

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

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

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

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

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

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

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

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

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

	.wpcf-buttons {
		float: none;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	z-index: 1010;
	max-width: 390px;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background-color: #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;
	max-width: 390px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text;
}

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

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

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

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

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

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

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

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

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

.chosen-container-multi .chosen-drop .result-selected {
	/* display: list-item; */
	color: #ccc;
	cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------
 SP_TP_Framework
--------------------------------------------------------*/
.text-center {
	text-align: center;
}

.sp-after-text {
	padding-left: 5px;
}

/* .wpcf.wpcf-options .wpcf-content {
  margin-left: 0;
} */
.sp-wqvpro-framework .wpcf-nav-inline.wpcf-nav {
	position: inherit;
	float: none;
	width: 100%;
	background: #f1f1f1;
	-webkit-box-shadow: inset 3px -1px 1px -1px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: inset 3px -1px 1px -1px rgba(0, 0, 0, 0.04);
	box-shadow: inset 3px -1px 1px -1px rgba(0, 0, 0, 0.04);
}

.wpcf-theme-light .wpcf-nav-inline {
	border-bottom: 0;
}

.wpcf.wpcf-options .wpcf-nav ul li {
	margin-bottom: -1px;
	/* display: inline-block; */
}

.wpcf.wpcf-options .wpcf-nav-background {
	width: 235px;
	background-color: #e3e3e3;
}

.wpcf.wpcf-options .wpcf-nav ul li a {
	/* background-color: #994294;
  border-top: 1px solid #994294; */
	font-size: 13px;
	padding: 16px 15px;
	line-height: 1.4;
	border-bottom: 2px solid #cecece;
	color: #ffffff;
	/* border-right: 1px solid #e2e2e1; */
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: -1px;
}

.wpcf.wpcf-options .wpcf-nav ul li.wpcf-tab-expanded a {
	color: #178087
}

.wpcf.wpcf-options .wpcf-nav ul li.wpcf-tab-expanded a i {
	color: #178087
}

.wpcf.wpcf-options .wpcf-nav ul li :after {
	display: none;
}

/*
ButtonSet field.
*/
.sp-field-button-set label input {
	display: none;
}

.sp-field-button-set label span {
	background: linear-gradient(to bottom, white, #eeeeee);
	padding: 9px 17px;
	margin: 0;
	vertical-align: middle;
	border: solid 1px #ccc;
	border-radius: 0;
	cursor: pointer;
	border-right: none;
}

.sp-field-button-set label input~span:hover {
	background: #fff;
}

.sp-field-button-set label:first-child span {
	border-radius: 4px 0 0 4px;
}

.sp-field-button-set label:last-child span {
	border-radius: 0 4px 4px 0;
	border-right: solid 1px #ccc;
}

.sp-field-button-set label input:checked~span {
	background: linear-gradient(to bottom, #51ccfb, #058cbf);
	color: #fff;
	cursor: default;
	box-shadow: none;
}

/**
Slider Field
 */
.wpcf-field-slider input {
	display: inline-block;
	width: 42px;
	background: #fff;
}

.wpcf-field-slider input[type="slider"]:before {
	width: 35px;
	height: 35px;
	display: block;
	background: red;
	content: "%";
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	margin-right: -20px;
	color: #fff;
}


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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.about-wrap .plugin-section .three-col .col .sp-wqvpro-plugin .sp-wqvpro-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;
}

/**
Advanced Typography Field*/
.sp-divider {
	width: 100%;
	display: block;
	height: 10px;
}

.wpcf.wpcf-options .sp-font-preview {
	width: 45%;
	padding: 10px;
	border: 1px solid #e6e6e6;
	color: #7b7b7b;
	margin-top: 20px;
	background-color: #fff;
	font-size: 16px;
}

.wpcf_margin_field .sp-font-left,
.wpcf_margin_field .sp-font-top,
.wpcf_margin_field .sp-font-bottom,
.wpcf_margin_field .sp-font-right {
	margin-right: 30px;
}

.wpcf_margin_field .sp-font-left:before,
.wpcf_margin_field .sp-font-top:before,
.wpcf_margin_field .sp-font-bottom:before,
.wpcf_margin_field .sp-font-right:before {
	content: "px";
	position: absolute;
	top: 19px;
	right: -20px;
	height: 34px;
	width: 29px;
	line-height: 34px;
	text-align: center;
	background-color: #f5f5f5;
	display: block;
	border: 1px solid #ddd;
	border-left: none;
}

.wpcf.wpcf-options .sp-content .sp-section-title {
	background-color: #994294;
}

/* Carousel Type */

.wpcf-field-carousel_type .wpcf--image {
	cursor: pointer;
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin: 0 5px 5px 0;
	vertical-align: bottom;
	border: 2px solid transparent;
	background-color: #fff;
	user-select: none;
	-webkit-user-select: none;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.wpcf-field-image_select .wpcf--image:before {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 11px;
	font-family: FontAwesome;
	content: "\f00c";
	width: 15px;
	height: 15px;
	line-height: 15px;
	opacity: 0;
	color: #fff;
	background-color: #1ea4b0;
	transition: opacity 0.2s;
}

/* .wpcf-field-image_select .wpcf--active {
  border-color: #1EA4B0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
} */

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

.wpcf-field-image_select input,
.wpcf-field-carousel_type input {
	display: none;
}

.wpcf-field-carousel_type .wpcf--image {
	background: #e8ecef;
	color: #7b8898;
	border: solid 3px #e8ecef;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	width: 110px;
	height: 76px;
	box-shadow: inset 0 0 0px 3px #fff;
}

.wpcf-field-carousel_type.wpcp_carousel_type i {
	margin-top: -7px;
}

.wpcf-field-carousel_type i {
	font-size: 30px;
	height: 30px;
}

.wpcf-field-carousel_type.carousel_type_small img.svg-icon {
	width: 24px;
	margin-bottom: -2px;
}

.wpcf-field-carousel_type p {
	margin-top: 5px;
	font-weight: 500;
}

.wpcf-field-carousel_type .wpcf--image.wpcf--active .sp-carousel-type,
.wpcf-field-carousel_type .wpcf--image.wpcf--active i {
	color: #178087;
	;
}

.wpcf-field-carousel_type .wpcf--image.wpcf--active {
	border-color: #178087;
}

/* Settings */

.wpcf.wpcf-options .sp-field-sorter .sp-modules {
	width: 100%;
}

/* .wpcf.wpcf-options .wpcf-header-inner input {
  text-shadow: 0 0 0;
  border: 0;
  border-radius: 0;
  padding: 3px 15px;
  height: auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
} */
.wpcf.wpcf-options .wpcf-header-inner input {
	text-shadow: 0 0 0;
	border: 0;
	border-radius: 0;
	height: 38px;
	border-radius: 4px;
	padding: 0px 16px;
	font-size: 13px;
	font-weight: 500;
	margin-left: 8px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.wpcf.wpcf-options .wpcf-header-inner input.button-primary {
	/* box-shadow: 0 3px 0 #369ec7; */
	background-color: #c5c5c6;
	border-color: transparent;
	color: #ffffff;
	width: 165px;
	pointer-events: none;
}

.wpcf.wpcf-options .wpcf-header-inner input.button-primary:hover {
	/* box-shadow: 0 3px 0 #1784af; */
	background-color: #00b647 !important;
}

.wpcf.wpcf-options .wpcf-header-inner input.wpcf-reset-section {
	/* box-shadow: 0 3px 0 #666666; */
	background-color: #c03635 !important;
	color: #ffffff;
	margin-left: 8px;
}

.wpcf.wpcf-options .wpcf-header-inner input.wpcf-reset-section:hover {
	/* box-shadow: 0 3px 0 #4a4949; */
	background-color: #c03635 !important;
	color: #ffffff;
}

.wpcf.wpcf-options .wpcf-header-inner .button.wpcf-save-ajax[disabled] {
	background-color: #02cc7b !important;
	color: #ffffff !important;
	border: none;
}

.wpcf.wpcf-options .wpcf-nav ul li a {
	background: #efefef;
	color: #000;
	border-bottom: 2px solid #cecece;
	padding: 15px 15px;
	border-right: 0;
	border-top: 1px solid transparent;
	border-right: 1px solid #cecece;
}

.wpcf.wpcf-options .wpcf-nav ul li:last-child a {
	border-bottom: 1px solid #cecece;
}

.wpcf.wpcf-options .wpcf-nav ul li.wpcf-tab-expanded a {
	/* box-shadow: 0 3px 0 0 #4498be inset; */
	background-color: #ffffff;
	/* color: #4498be; */
	background-color: #fff;
	border-right: 1px solid #fff;
	/* border-bottom: 1px solid #cecece; */
	border-top: 1px solid #fff;
	box-shadow: 3px 0 0 0 #178087 inset;
}

.wpcf.wpcf-options .wpcf-nav ul ul:before {
	background-color: transparent;
}

.wpcf.wpcf-options .wpcf-nav ul ul {
	border-bottom: 1px solid #cecece;
}

.wpcf.wpcf-options .wpcf-nav ul ul li a {
	background-color: #f8fdff;
	padding: 13px 15px 13px 24px;
}

@media only screen and (max-width: 782px) {
	.wpcf.wpcf-options .wpcf-header-inner h1 {
		float: none;
	}
}

/* Extra CSS */

#wpcf_shortcode_options {
	border-top-color: #f1f1f1;
}

#wpcf_shortcode_options .wpcf-nav ul li {
	margin-bottom: -1px;
}

#wpcf_shortcode_options .wpcf-nav.wpcf-nav-metabox {
	border-right-color: #f1f1f1;
	border-right-color: #f1f1f1;
	background: #f1f1f1;
	margin-right: -2px;
}

#wpcf_shortcode_options .wpcf-content {
	border-top: 1px solid #e5e5e5;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
}

.wpcf-field.wpcf-field-carousel_type {
	padding-bottom: 0;
}

#sp_wpcp_upload_options .wpcf-field-carousel_type .wpcf-title,
#sp_wpcp_upload_options .wpcf-field-gallery .wpcf-title,
.wpcf_carousel_content_wrapper .wpcf-title,
.wpcf-video-description .wpcf-title,
.wpcf_carousel_content_bg .wpcf-title,
.wpcf-video-field-wrapper>.wpcf-title {
	width: 100%;
}

.wpcf_carousel_content_bg .wpcf-fieldset,
#sp_wpcp_upload_options .wpcf-field-carousel_type .wpcf-fieldset,
#sp_wpcp_upload_options .wpcf-field-gallery .wpcf-fieldset,
.wpcf_carousel_content_wrapper .wpcf-fieldset,
.wpcf-video-description .wpcf-fieldset,
.wpcf-video-field-wrapper>.wpcf-fieldset {
	margin-top: 30px;
	margin-left: 0;
	float: none;
	width: auto;
}

.wpcf-field.wpcf-field-switcher .wpcf-fieldset,
.wpcf-field.wpcf-field-select.wpcf_taxonomy_terms .wpcf-fieldset,
.wpcf-field.wpcf-field-select.wpcf_taxonomy_operator .wpcf-fieldset,
.wpcf-field.wpcf-field-spinner .wpcf-fieldset {
	position: relative;
}

/* sp_wpcp_upload_options */
#sp_wpcp_display_shortcode .postbox-header,
#sp_wpcp_shortcode_options .postbox-header,
#sp_wpcp_upload_options .postbox-header,
#sp_wpcp_display_shortcode .hndle,
#sp_wpcp_display_shortcode .handlediv,
#sp_wpcp_shortcode_options .hndle,
#sp_wpcp_shortcode_options .handlediv,
#sp_wpcp_upload_options .handlediv,
#sp_wpcp_upload_options .hndle {
	display: none;
}

/* #wpcf-section-sp_wpcp_upload_options_0,
#wpcf-section-sp_wpcp_display_shortcode_0 {
	display: block;
} */

/* Image select */
/* .wpcf-field-icon_select figure:before,
.wpcf-field-image_select figure:before {
	color: #fff;
	background-color: #1ea4b0;
} */

.wpcf-field-image_select .wpcf--active img {
	outline-color: #1ea4b0;
}

.wpcf-field-image_select figure .sp-carousel-type {
	text-align: center;
	margin-bottom: 0;
	font-weight: 500;
	margin-top: 5px
}

.wpcf-field-image_select .wpcf--image.wpcf--active img {
	outline-color: #178087;
}

.wpcf-field-image_select .wpcf--image img {
	color: #7b8898;
	margin-right: 3px;
	outline: solid 2px #dae0e4;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	outline-offset: -2px;
}

.wpcf-sections {
	background: #fff;
}

/* Image Dimension of Layout Type and Item Style options */
.wpcf-field-image_select:not(.wpcf_carousel_mode, .wpcp_content_position, .wpcp_logo_link_show_class) .wpcf--image img {
	/* height: 78px; */
	width: 95px;
}

.wpcf-field-image_select.wpcp_layout .wpcf--image {
	margin: 0 3px 5px 0;
}

/* Image Dimension of carousel pagination style option */
.wpcf-field-image_select.wpcp_carousel_pagination_width .wpcf--image img {
	height: 32px;
	width: 80px;
}

/* image dimension of click action type option */
.wpcp_logo_link_show_class .wpcf--image img {
	border: 2px solid #dae0e4;
}

.wpcf-field.wpcf-field-image_select.wpcp_logo_link_show_class {
	padding-left: 0;
}

/* Admin header */
/* #sp_wpcp_upload_options .wpcp-admin-header {
	background-color: #157592;
	background: linear-gradient(-45deg, #22afba, #157592);
	padding: 20px 26px;
	overflow: hidden;
	height: 30px;
}
.wpcp-admin-header .sp_wpcp-version {
	color: #fff;
	border: 1px solid #fff;
	font-size: 11px;
	padding: 4px 9px 4px 9px;
	border-radius: 17px;
	line-height: 14px;
	height: 14px;
	font-weight: 600;
	margin-top: 2px;
}

#sp_wpcp_upload_options .wpcp-admin-header .support {
	margin-left: 16px;
	float: right;
}

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

#sp_wpcp_upload_options .wpcp-admin-header img {
	max-width: 200px;
} */
#sp_wpcp_upload_options .wpcp-admin-header {
	background-color: #157592;
	background: linear-gradient(-45deg, #22afba, #157592);
	padding: 18px 26px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sp_wpcp_upload_options .wpcp-admin-header::after,
#sp_wpcp_upload_options .wpcp-admin-header::before {
	content: none !important;
	display: none;
}

#sp_wpcp_upload_options .wpcp-admin-header .support {
	margin-left: 16px;
	float: right;
}

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

#sp_wpcp_upload_options .wpcp-admin-header .support {
	color: #ffffff;
	text-decoration: none;
	line-height: 35px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
}

#sp_wpcp_upload_options .wpcp-admin-header img {
	max-width: 200px;
}

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

.wpcf-help-text.sp_wpcp-support {
	display: none;
}

.wpcp-admin-header .heading-wrapper {
	display: flex;
	min-width: 300px;
	gap: 10px;
}

.wpcp-admin-header .sp_wpcp-version {
	color: #fff;
	border: 1px solid #fff;
	font-size: 11px;
	padding: 4px 9px 4px 9px;
	border-radius: 17px;
	line-height: 14px;
	height: 14px;
	font-weight: 600;
	margin-top: 2px;
}

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

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

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

/* spinner help */
.wpcf-field.wpcf-field-spinner .wpcf-help {
	left: 110px;
}

.wpcf-field-text.wpcf-field .wpcf-fieldset {
	position: relative;
}

.wpcf-field-text.wpcf-field .wpcf-help {
	left: 345px;
}

.wpcf-field.wpcf-field-column .wpcf-help {
	position: static;
	top: auto;
	transform: translateY(0);
	padding: 0;
	float: left;
	margin-left: 4px;
}

/*
 * Shortcode.
 */

.wpcf-field-shortcode .wpcf-shortcode-selectable {
	background-color: rgba(82, 179, 217, 0.11);
	padding: 10px 15px 10px 30px;
	display: inline-block;
	-webkit-touch-callout: all;
	-webkit-user-select: all;
	-khtml-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
	border: 1px solid rgba(82, 179, 217, 0.2);
	border-radius: 2px;
	cursor: pointer;
	background-image: url(../images/copy.svg);
	background-size: 16px;
	background-position: 8px center;
	background-repeat: no-repeat;
	width: 100%;
}

.wpcf-field-shortcode .sptp-copy-btn {
	width: 16px;
	margin-left: 13px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

/* help */
.wpcf-field .wpcf-help.wpcf-title-help,
.wpcf-field.wpcf-field-checkbox .wpcf-help {
	display: inline-block;
	float: none;
	/* vertical-align: middle; */
}

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

.wpcf-field-button_set.wpcp_export .wpcf--button:hover,
.wpcf-field.wpcf-field-custom_import.wpcp_import button:hover {
	background: #135e96;
	border-color: #135e96;
	color: #fff;
}

.wpcf-field.wpcf-field-custom_import.wpcp_import button,
.wpcf-field-button_set.wpcp_export .wpcf--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 .wpcf-field-select .wpcf-fieldset {
	position: relative;
}

.wpcf-field.wpcf-field-custom_import.wpcp_import .wpcf-fieldset {
	position: relative;
}

.wpcf-field.wpcf-field-custom_import.wpcp_import p {
	padding-bottom: 0;
	margin-bottom: 1px;
}

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

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

.wpcf-field.wpcf-field-select.wpcp_post_ids .chosen-container .chosen-drop {
	max-width: 400px;
}

/* .wpcf-field.wpcf-field-select.wpcp_post_ids .chosen-container {
  max-width: 400px;
} */

.wpcf-field.wpcf-field-select.wpcp_post_ids {
	padding-top: 0;
}

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

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

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

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

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

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

.wpcf-field-upload input {
	width: 50%;
}

.carousel_video_source_id .wpcf-help {
	position: static;
}

/**
 Free version CSS.
*/
/* .wpcf-field-carousel_type .wpcf--image:nth-child(5),
.wpcf-field-carousel_type .wpcf--image:nth-child(6),
.wpcf-field-carousel_type .wpcf--image:nth-child(8),
.wpcf-field-carousel_type .wpcf--image:nth-child(7) {
	pointer-events: none;
} */

.wpcf-field-carousel_type .wpcf--image {
	position: relative;
}

.wpcf-field-carousel_type .wpcf--image label strong {
	position: absolute;
	top: 3px;
	right: 3px;
	background: #12a10d;
	padding: 0px 4px;
	font-size: 10px;
}

/* Pro only field css */
.wpcf-field-image_select .wpcf--image.wpcf-pro-only {
	/* color: rgba(85, 85, 85, 0.6) !important;
	pointer-events: none; */
	position: relative;
}

.wpcf-field-button_set .wpcf--button.wpcf-pro-only {
	background-color: rgba(247, 247, 247, 0.4) !important;
	opacity: 0.4;
}

.wpcf-field.wpcf-field-switcher.wpcf_show_hide .wpcf--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;
}

.wpcf-field.wpcf-field-switcher.wpcf_show_hide .wpcf--switcher {
	/* background: #cbcfd0; */
	background: #B0BCC4;
	pointer-events: none;
}

.wpcf_navigation_icons.wpcp-pro-badge--last .wpcf--sibling:last-child:after,
.wpcf-field-carousel_type:not(.carousel_type_small) .wpcf-disabled:after,
.wpcf-field-carousel_type.carousel_type_small .wpcf-disabled:last-child:after,
.wpcf-field-button_set .wpcf--button.wpcf-pro-only:after,
.wpcf-field-button_set:not(.wpcp_carousel_orientation) .wpcf--button.wpcf-pro-only:after,
.wpcf-field-image_select.wpcp_carousel_mode .wpcf-pro-only:last-child:after,
.wpcf-field-image_select.wpcp_slider_style .wpcf-pro-only:last-child:after,
.wpcf-field-image_select.wpcp_content_style .wpcf-pro-only:last-child:after,
.wpcf-field-image_select:not(.wpcp_carousel_mode,.wpcp_content_style,.wpcp_slider_style) .wpcf-pro-only:after {
	position: absolute;
	top: 4px;
	right: 6px;
	background-color: #12a10d;
	font-weight: 600;
	padding: 0 4px;
	content: "PRO";
	text-align: center;
	font-size: 8px;
	line-height: 11px;
	opacity: 1;
	color: #fff;
	border-bottom-left-radius: 1px;
}

.wpcf-field.wpcf-field-carousel_type .wpcf--sibling.wpcf-disabled:after {
	font-size: 9px;
    line-height: 13px;
	right: 3px;
    top: 3px;
}
.wpcf-field.carousel_type_small .wpcf--sibling.wpcf-disabled:after{
	right: -35px;
}

.wpcf-field-image_select.wpcp-pro-badge--last .wpcf--image.wpcf-pro-only:last-child:after {
	top: 4px;
    right: -28px;
    border-top-right-radius: 1px;
}

.wpcf_navigation_icons.wpcp-pro-badge--last .wpcf--sibling:last-child:after {
	padding: 1px 4px;
    top: 0px;
    right: -34px;
}

.wpcf-field-image_select.wpcp_content_style .wpcf--image.wpcf-pro-only:after {
	right: 4px;
}
.wpcf-field-button_set .wpcf--button.wpcf-pro-only:after {
	top: 0;
	right: 0;
	border-top-right-radius: 3px;
}

/* .wpcf-field-image_select .wpcf--image.wpcf-pro-only:after {
	top: 4px;
	right: 6px;
} */

.wpcf-field-image_select.wpcp_layout .wpcf--image-group .wpcf--image:last-child.wpcf-pro-only:after {
	right: 7px;
}


.wpcf-field-image_select.wpcp_grid_mode .wpcf--image img {
	width: 60px;
	outline: solid 2px transparent;
	outline-offset: -2px;
}

.wpcf-field-image_select.wpcp_grid_mode .wpcf--active img {
	outline-color: #1ea4b0;
}

.wpcf-field-image_select.wpcp_grid_mode figure:before,
.wpcf-field-image_select.wpcp_layout figure:before {
	content: '';
	width: 0;
}

/* Carousel Row style */
.wpcf-field-image_select .wpcf--image.wpcf-pro-only .sp-carousel-type,
.wpcf-field.wpcf_show_hide,
.wpcf-field.only_pro_settings,
.wpcf-field.pro_only_field,
.wpcf-field-column.wpcp_carousel_row_pro_only,
.wpcf-field-spacing.wpcp_carousel_row_pro_only,
.wpcf-field-image_select .wpcf--image.wpcf-pro-only img {
	opacity: .4;
}

.wpcf-field-image_select.wpcp_carousel_mode .wpcf--image.wpcf-pro-only,
.wpcf-field-image_select .wpcf--image.wpcf-pro-only img,
.wpcf-field.only_pro_settings>.wpcf-fieldset,
.wpcf-field.pro_only_field>.wpcf-fieldset,
.wpcf-field-column.wpcp_carousel_row_pro_only,
.wpcf-field-spacing.wpcp_carousel_row_pro_only {
	pointer-events: none;
	cursor: default;
}


.wpcf-field-spacing.wpcp_carousel_pagination_pro_options,
.wpcf-field-button_set.wpcp_carousel_pagination_pro_options .wpcf--sibling:not(:nth-child(1)),
.wpcf-field-image_select.wpcp_carousel_pagination_width .wpcf--sibling:not(:nth-child(1),:nth-child(2)),
.wpcf-field-button_set.wpcf_navigation_icons .wpcf--sibling:not(:nth-child(1),:nth-child(2)),
.wpcf-field.carousel-nav-pro-options {
	opacity: .4;
	pointer-events: none;
}

.wpcf-field-spacing.wpcp_carousel_row_pro_only .wpcf--inputs .wpcf--input:nth-child(5) {
	position: relative;
}

.wpcf-field-spacing.wpcp_carousel_row_pro_only .wpcf--inputs .wpcf--input:nth-child(5)::after {
	position: absolute;
	content: "PRO";
	background-color: #12a10d;
	padding: 2px 4px;
	font-size: 8px;
	border-radius: 2px;
	height: 11px;
	margin-left: 5px;
	margin-top: 7px;
	right: -20px;
}

/* Extra css */
#sp_wpcp_shortcode_options {
	border-top-color: #f1f1f1;
}

#sp_wpcp_shortcode_options .wpcf-nav ul li {
	margin-bottom: -1px;
}

#sp_wpcp_shortcode_options .wpcf-nav.wpcf-nav-metabox {
	border-right-color: #f1f1f1;
	border-right-color: #f1f1f1;
	background: #f1f1f1;
	margin-right: 0px;
}

#sp_wpcp_shortcode_options .wpcf-content {
	border-top: 1px solid #e5e5e5;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
}

/*
Live Preview.
*/
.post-type-sp_wp_carousel #sp__wpcf-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_wpcf_live_preview.postbox .handle-order-higher,
#sp_wpcf_live_preview.postbox .handle-order-lower {
	display: none;
}

#sp-wpcf-preview-box {
	overflow-x: auto;
	padding: 0 20px;
	resize: vertical;
	width: auto;
	height: auto;
	min-height: 200px;

}

#wpcf-section-sp_wpcf_live_preview_0 {
	display: block;
}

.wpcf-field-carousel_type img.svg-icon {
	width: 36px;
	padding-top: 3px;
}

.wpcf-field-gallery .button-primary.wpcf-button img {
	width: 54px;
	margin: -10px auto 0;
}

.wpcp_logo_link_show_class .wpcf--image img {
	width: 50px;
	outline: solid 2px transparent;
	outline-offset: -2px;
}

.wpcf-field-spacing.wpcp-slide-margin .wpcf--input {
	position: relative;
}

.wpcf-field-spacing.wpcp-slide-margin .sp_wpcp--title {
	position: absolute;
	bottom: 100%;
	padding-bottom: 5px;
}

.wpcp-slide-margin .wpcf-fieldset {
	padding-top: 20px;
}

.wpcf-field-spacing .sp_wpcp--title {
	color: #999;
}

.watermark-pro-notice,
.wpcf-metabox .watermark-pro-notice {
	padding-top: 0px;
}

.watermark-pro-notice strong {
	color: #999;
}

.wpcf-field.wpcf-field-notice.sp-settings-pro-notice {
	padding: 0;
	padding-left: 20px;
}

.wpcf-field.wpcf-field-notice.typography-pro-notice {
	padding-bottom: 0;
}

.wpcf-section[data-section-id="watermark-settings"] .sp_wpcp--preview {
	display: none;
}

/* Brand and Quicke view css for preview */
#sp-wpcf-preview-box .sp-smart-brand-single-product .sp-smart-brand-name {
	display: inline-block;
}

#sp-wpcf-preview-box .wpcp-carousel-section.wpcp-product-carousel .wpcp-cart-button a.button+.button.sp-wqv-view-button {
	margin-left: 5px;
}

.wpcf-field-image_select.wpcp_layout .wpcf--active figure:before,
.wpcf-field-image_select.wpcp_content_style .wpcf--active figure:before {
	position: absolute;
	top: 5px;
	right: 9px;
	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: #178087;
	transition: opacity .2s;
	border-radius: 50%;
}

/* CSS for the lightbox settings tab */
.wpcf-field-tabbed.wp-carousel-lightbox-settings-tabs .wpcf-tabbed-nav a {
	padding: 12px 14px;
}

.wpcf-field-tabbed.wp-carousel-lightbox-settings-tabs .wpc-lightbox-general {
	padding-top: 0;
	padding-bottom: 0;
}

div#wpcf-section-sp_wpcp_shortcode_options_0,
div#wpcf-section-sp_wpcp_shortcode_options_1,
div#wpcf-section-sp_wpcp_shortcode_options_2 {
	padding: 0;
}

.wpcf-field.wpcf-field-notice.image-settings-tab-notice {
	padding-top: 0;
	padding-bottom: 0;
}

.wpcf-field-tabbed.wp-carousel-lightbox-settings-tabs .wpcf-tabbed-nav a:not(:first-child):after {
	content: "PRO";
	color: #fff;
	background-color: #12a10d;
	padding: 2px 4px;
	font-size: 9px;
	border-radius: 2px;
	margin-left: 8px;
	margin-top: 8px;
	font-weight: 600;
}

/* Style for the item border option */
.wpcf-field-border .wpcf-option-above-title,
.wpcf-field-border .wpcf-option-above-title .wpcf--color {
	float: left;
}

.wpcf-field-border .wpcf-option-above-title .wpcf--title,
.wpcf-field-border .wpcf--color .wpcf--title {
	color: #999;
	margin-bottom: 5px;
}

/* Margin bottom from the section title in Typography tabs */
.wpcf-field-typography .wpcf--margin-icon {
	padding: 5px 14px;
	background-color: #eeeeee;
	border: 1px solid #cccc;
	border-radius: 4px;
	margin-right: 2px;
}

.wpcf--block.wpcf--margin-bottom {
	position: relative;
}

.wpcf-field-typography .wpcf--block {
	max-width: 100%;
	padding-right: 6px;
	padding-bottom: 6px;
	float: left;
}

.wpcf-field-typography .wpcf--block.wpcf--margin-bottom .wpcf--input-wrap {
	display: flex;
}

.wpcf-field-typography .wpcf--block .wpcf--unit.wpcf--margin-unit {
	right: -75px;
	padding: 14px 10px;
	top: 0;
	border: 1px solid #cccc;
}

/* Styles for the carousel navigation & pagination */
.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style {
	padding: 0 0 20px 0;
}

.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcf-fieldset-content {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	box-sizing: border-box;
	width: 100%;
	padding-left: 10px;
	justify-content: flex-start;
	float: right;
	width: calc(80% - 20px);
}

.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcp_navigation,
.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcp_pagination {
	display: flex;
	justify-self: center;
	align-items: center;
	max-width: fit-content;
	padding-left: 0;
	flex: 1;
	position: static;
}

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


.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcf-fieldset-content>.wpcp_navigation .wpcf-title,
.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcf-fieldset-content>.wpcp_pagination .wpcf-title {
	position: absolute;
	left: 20px;
	top: 20px;
}

.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcf-fieldset-content>.wpcp_hide_on_mobile .wpcf-title {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 0;
}

.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcp_pagination,
.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcp_navigation {
	padding-right: 10px;
}

.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcp_hide_on_mobile {
	display: flex;
	width: 220px;
}

/**
 * 12. Responsive of Navigation and Pagination options.
 */
@media only screen and (max-width: 1200px) {

	.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcp_navigation,
	.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcp_pagination,
	.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcp_hide_on_mobile {
		display: block;
	}

	.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcp_hide_on_mobile {
		padding: 0;
	}

	.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcp_hide_on_mobile {
		padding-top: 20px;
	}

	.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcf-fieldset-content {
		float: none;
		margin-left: 0;
		padding-top: 20px;
		padding-left: 20px;
	}

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

/* Responsiveness for the click action type's title */
@media (min-width: 1200px) and (max-width: 1375px) {
	.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcf-fieldset-content>.wpcf-field .wpcf-title {
		max-width: 20%;
	}
}

/* Responsiveness for the carousel navigation option's title */
@media (min-width: 1200px) and (max-width: 1500px) {

	.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcf-fieldset-content>.wpcf-field.wpcp_pagination .wpcf-title,
	.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcf-fieldset-content>.wpcf-field.wpcp_navigation .wpcf-title {
		max-width: 25%;
	}

	.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcf-fieldset-content>.wpcf-field.wpcp_navigation .wpcf-title {
		top: 20px;
	}
}

/* Responsiveness for the carousel navigation option's title */
@media (min-width: 1200px) and (max-width: 1268px) {

	.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcp_pagination,
	.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcp_navigation {
		padding-top: 20px;
	}
}

.wpcf-field.wpcf-field-fieldset.wpcf-navigation-and-pagination-style .wpcp_hide_on_mobile.wpcf-depend-hidden.wpcf-depend-on {
	display: none;
}

#sp_wpcp_display_shortcodes .handle-actions,
#sp_wpcp_display_builders .handle-actions {
	display: none;
	pointer-events: none;
}

#sp_wpcp_display_shortcodes .postbox-header,
#sp_wpcp_display_builders .postbox-header {
	pointer-events: none;
}

#sp_wpcp_display_shortcodes .postbox-header h2,
#sp_wpcp_display_builders .postbox-header h2 {
	margin: 0;
}

.wpcf-field-image_select.wpcp_content_style .wpcf--image.wpcf-pro-only,
.wpcf-field-image_select.wpcp_content_position .wpcf--image.wpcf-pro-only {
	pointer-events: none;
}

.wpcf-field-image_select.wpcp_content_style .wpcf--image.wpcf--sibling.wpcf--image {
	width: 85px;
	margin-right: 4px;
}

.wpcf-field-image_select.wpcp_carousel_mode .wpcf--image img {
	width: 84px;
}

.wpcf-field-carousel_type.carousel_type_small .wpcf--image {
	width: 94px;
	height: 70px;
}

.wpcf-field-carousel_type.carousel_type_small p {
	margin-top: 5px;
	font-size: 12px;
}

.wpcf-field-addContent.wpcf-field .wpcf-title,
.wpcp-video-description .wpcf-title,
.wpcp-video-field-wrapper>.wpcf-title {
	width: 100%;
}

.wpcf-field-addContent.wpcf-field .wpcf-fieldset,
.wpcp-video-description .wpcf-fieldset,
.wpcp-video-field-wrapper>.wpcf-fieldset {
	margin-top: 30px;
	margin-left: 0;
	float: none;
	width: auto;
}

.wpcf-field-group .wpcf-cloneable-add {
	padding: 4px 14px;
	text-transform: uppercase;
}


.wpcf-field.wpcf-field-carousel_type .wpcf--image.wpcf-disabled input, 
.wpcf-field.wpcf-field-carousel_type .wpcf--image.wpcf-disabled i, 
.wpcf-field.wpcf-field-carousel_type .wpcf--image.wpcf-disabled img,
 .wpcf-field.wpcf-field-carousel_type .wpcf--image.wpcf-disabled p {
	pointer-events: none;
	opacity: .4;
}

.wpcf-field.wpcf-field-carousel_type .wpcf--sibling.wpcf--image.wpcf-disabled {
    background: #e8ecef57;
	pointer-events: none;
}

/* demo external icon styles */
.wpcf-field-image_select a.wpcp-live-demo-icon {
	margin-left: 2px;
	color: #2271b1;
}

.wpcf-field-image_select .wpcf--image a.wpcp-live-demo-icon .wpcp-icon-external_link {
	font-size: 12px;

}

.wpcf-field-image_select .wpcf--image a.wpcp-live-demo-icon {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

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

/* title-tip down */
.wpcf-field-image_select a.wpcp-live-demo-icon {
	margin-left: 4px;
	color: #2271b1
}

.wpcf-field-image_select .wpcf--image a.wpcp-live-demo-icon .wpcp-icon-external_link {
	font-size: 12px
}

.wpcf-field-image_select .wpcf--image a.wpcp-live-demo-icon {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1
}

.wpcf-field-image_select .wpcf--image.wpcf--active a.wpcp-live-demo-icon,
.wpcf-field-image_select .wpcf--image:hover a.wpcp-live-demo-icon {
	opacity: 1;
	pointer-events: painted;
	transition: all .2s linear
}

.wpcp-live-demo-icon[tooltip]:hover {
	position: relative;
}

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

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

/*  */
/* Media CSS */
#wpcp_image-meta-edit-bulk .attachment-details .attachment-info,
#wpcp_image-meta-edit .attachment-details .attachment-info {
	/* padding: 16px; */
	padding: 16px 60px 0 40px;
}


#wpcp_image-meta-edit-bulk .attachment-details .attachment-info .settings,
#wpcp_image-meta-edit .attachment-details .attachment-info .settings {
	margin: 0;
	padding: 0;
	border: none;
	/** * Individual Setting (Title, Alt etc) */
}

#wpcp_image-meta-edit-bulk .attachment-details .attachment-info .settings .wpcp_image-meta.code,
#wpcp_image-meta-edit .attachment-details .attachment-info .settings .wpcp_image-meta.code {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}



#wpcp_image-meta-edit-bulk .attachment-details .attachment-info .settings .wpcp_image-meta.code span.name,
#wpcp_image-meta-edit .attachment-details .attachment-info .settings .wpcp_image-meta.code span.name {
	display: block;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 3px;
}

#wpcp_image-meta-edit-bulk .attachment-details .attachment-info .settings .setting,
#wpcp_image-meta-edit .attachment-details .attachment-info .settings .setting {
	margin: 0 0 20px 0;
	/* padding: 0 0 20px 0; */
	/* border-bottom: 1px solid #ddd; */
	float: none;
	overflow: hidden;
	/** * Input */
}


#wpcp_image-meta-edit-bulk .attachment-details .attachment-info .settings .setting .check-label,
#wpcp_image-meta-edit .attachment-details .attachment-info .settings .setting .check-label {
	font-style: italic;
}

#wpcp_image-meta-edit-bulk .attachment-details .attachment-info .settings .setting input[type="text"],
#wpcp_image-meta-edit .attachment-details .attachment-info .settings .setting input[type="text"],
#wpcp_image-meta-edit-bulk .attachment-details .attachment-info .settings .setting textarea,
#wpcp_image-meta-edit .attachment-details .attachment-info .settings .setting textarea {
	display: block;
	width: 100%;
	min-width: 100%;
	margin: 0;
}

#wpcp_image-meta-edit-bulk .attachment-details .attachment-info .settings .setting input[type="checkbox"],
#wpcp_image-meta-edit .attachment-details .attachment-info .settings .setting input[type="checkbox"] {
	float: left;
	margin: 7px 3px 0 0;
}

#wpcp_image-meta-edit-bulk .attachment-details .attachment-info .settings .setting select,
#wpcp_image-meta-edit .attachment-details .attachment-info .settings .setting select {
	margin: 0;
}

#wpcp_image-meta-edit-bulk .attachment-details .attachment-info .settings .setting span,
#wpcp_image-meta-edit .attachment-details .attachment-info .settings .setting span {
	/** * Title */
	/** * Description */
}

#wpcp_image-meta-edit-bulk .attachment-details .attachment-info .settings .setting span.name,
#wpcp_image-meta-edit .attachment-details .attachment-info .settings .setting span.name {
	/* display: block;
	width: 100%;
	min-width: 100%; */
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
}

#wpcp_image-meta-edit .attachment-details .setting .wpcp-link-row {
	clear: both;
}

#wpcp_image-meta-edit .attachment-details .setting .wpcp-link-row .name {
	width: auto !important;
	float: left;
	min-width: auto !important;
}

#wpcp_image-meta-edit .attachment-details .setting .wpcp-link-row .wpcp_attachment-copy-link {
	min-width: 270px;
	float: left;
	max-width: 100%;
}

#wpcp_image-meta-edit-bulk .attachment-details .attachment-info .settings .setting span.description,
#wpcp_image-meta-edit .attachment-details .attachment-info .settings .setting span.description {
	text-align: left;
	font-style: normal;
	font-size: 13px;
	font-style: italic;
	color: #666;
	margin: 0px;
}

#wpcp_image-meta-edit-bulk .attachment-details .attachment-info .settings .setting div.description,
#wpcp_image-meta-edit .attachment-details .attachment-info .settings .setting div.description {
	text-align: left;
	font-style: normal;
	font-size: 13px;
	font-style: italic;
	color: #666;
	margin-top: 4px;
}

#wpcp_image-meta-edit-bulk .attachment-details .attachment-info div.actions,
#wpcp_image-meta-edit .attachment-details .attachment-info div.actions {
	/** * Ensure button renders at correct height */
}

#wpcp_image-meta-edit-bulk .attachment-details .attachment-info div.actions a.button,
#wpcp_image-meta-edit .attachment-details .attachment-info div.actions a.button {
	display: inline-block;
}

#wpcp_image-meta-edit-bulk #wp-link-wrap,
#wpcp_image-meta-edit #wp-link-wrap,
#wpcp_image-meta-edit-bulk .mce-window,
#wpcp_image-meta-edit .mce-window {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}

#wpcp_image-meta-edit-bulk .wp-editor-tools,
#wpcp_image-meta-edit .wp-editor-tools {
	z-index: 1;
}

#wpcp_image-meta-edit-bulk .wp-editor-tools:after,
#wpcp_image-meta-edit .wp-editor-tools:after {
	clear: both;
	content: "";
	display: table;
}

#wpcp_image-meta-edit-bulk .wp-editor-container,
#wpcp_image-meta-edit .wp-editor-container {
	clear: both;
}

#wpcp_image-meta-edit-bulk .wp-editor-area,
#wpcp_image-meta-edit .wp-editor-area {
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	padding: 10px;
	margin: 1px 0 0;
	line-height: 150%;
	border: 0;
	outline: 0;
	display: block;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wpcp_image-meta-edit-bulk .rtl .wp-editor-area,
#wpcp_image-meta-edit .rtl .wp-editor-area {
	font-family: Tahoma, Monaco, monospace;
}

#wpcp_image-meta-edit-bulk .locale-he-il .wp-editor-area,
#wpcp_image-meta-edit .locale-he-il .wp-editor-area {
	font-family: Arial, Monaco, monospace;
}

#wpcp_image-meta-edit-bulk .wp-editor-container textarea.wp-editor-area,
#wpcp_image-meta-edit .wp-editor-container textarea.wp-editor-area {
	width: 100%;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#wpcp_image-meta-edit-bulk .wp-editor-tabs,
#wpcp_image-meta-edit .wp-editor-tabs {
	float: right;
}

#wpcp_image-meta-edit-bulk .wp-switch-editor,
#wpcp_image-meta-edit .wp-switch-editor {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: 1px;
	background: #ebebeb;
	color: #666;
	cursor: pointer;
	font-size: 13px;
	line-height: 19px;
	height: 20px;
	margin: 5px 0 0 5px;
	padding: 3px 8px 4px;
	border: 1px solid #e5e5e5;
}

#wpcp_image-meta-edit-bulk .wp-switch-editor:focus,
#wpcp_image-meta-edit .wp-switch-editor:focus {
	-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
	outline: 0;
	color: #23282d;
}

#wpcp_image-meta-edit-bulk .html-active .switch-html:focus,
#wpcp_image-meta-edit .html-active .switch-html:focus,
#wpcp_image-meta-edit-bulk .tmce-active .switch-tmce:focus,
#wpcp_image-meta-edit .tmce-active .switch-tmce:focus,
#wpcp_image-meta-edit-bulk .wp-switch-editor:active,
#wpcp_image-meta-edit .wp-switch-editor:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#wpcp_image-meta-edit-bulk .wp-switch-editor:active,
#wpcp_image-meta-edit .wp-switch-editor:active {
	background-color: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#wpcp_image-meta-edit-bulk .js .tmce-active .wp-editor-area,
#wpcp_image-meta-edit .js .tmce-active .wp-editor-area {
	color: #fff;
}

#wpcp_image-meta-edit-bulk .tmce-active .quicktags-toolbar,
#wpcp_image-meta-edit .tmce-active .quicktags-toolbar {
	display: none;
}

#wpcp_image-meta-edit-bulk .html-active .switch-html,
#wpcp_image-meta-edit .html-active .switch-html,
#wpcp_image-meta-edit-bulk .tmce-active .switch-tmce,
#wpcp_image-meta-edit .tmce-active .switch-tmce {
	background: #f5f5f5;
	color: #555;
	border-bottom-color: #f5f5f5;
}

#wpcp_image-meta-edit-bulk .wp-media-buttons,
#wpcp_image-meta-edit .wp-media-buttons {
	float: left;
}

#wpcp_image-meta-edit-bulk .wp-media-buttons .button,
#wpcp_image-meta-edit .wp-media-buttons .button {
	margin-right: 5px;
	margin-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
}

#wpcp_image-meta-edit-bulk .wp-media-buttons .button:active,
#wpcp_image-meta-edit .wp-media-buttons .button:active {
	position: relative;
	top: 1px;
	margin-top: -1px;
	margin-bottom: 1px;
}

#wpcp_image-meta-edit-bulk .wp-media-buttons .insert-media,
#wpcp_image-meta-edit .wp-media-buttons .insert-media {
	padding-left: 5px;
}

#wpcp_image-meta-edit-bulk .wp-media-buttons a,
#wpcp_image-meta-edit .wp-media-buttons a {
	text-decoration: none;
	color: #444;
	font-size: 12px;
}

#wpcp_image-meta-edit-bulk .wp-media-buttons img,
#wpcp_image-meta-edit .wp-media-buttons img {
	padding: 0 4px;
	vertical-align: middle;
}

#wpcp_image-meta-edit-bulk .wp-media-buttons span.wp-media-buttons-icon,
#wpcp_image-meta-edit .wp-media-buttons span.wp-media-buttons-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: text-top;
	margin: 0 2px;
}

#wpcp_image-meta-edit-bulk .wp-media-buttons .add_media span.wp-media-buttons-icon,
#wpcp_image-meta-edit .wp-media-buttons .add_media span.wp-media-buttons-icon {
	background: 0 0;
}

#wpcp_image-meta-edit-bulk .wp-media-buttons .add_media span.wp-media-buttons-icon:before,
#wpcp_image-meta-edit .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
	font: 400 18px / 1 dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104";
}

#wpcp_image-meta-edit-bulk .quicktags-toolbar,
#wpcp_image-meta-edit .quicktags-toolbar {
	padding: 3px;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
	min-height: 30px;
}

#wpcp_image-meta-edit-bulk .has-dfw .quicktags-toolbar,
#wpcp_image-meta-edit .has-dfw .quicktags-toolbar {
	padding-right: 35px;
}

#wpcp_image-meta-edit-bulk .wp-core-ui .quicktags-toolbar input.button.button-small,
#wpcp_image-meta-edit .wp-core-ui .quicktags-toolbar input.button.button-small {
	margin: 2px;
}

#wpcp_image-meta-edit-bulk .quicktags-toolbar input[value=link],
#wpcp_image-meta-edit .quicktags-toolbar input[value=link] {
	text-decoration: underline;
}

#wpcp_image-meta-edit-bulk .quicktags-toolbar input[value=del],
#wpcp_image-meta-edit .quicktags-toolbar input[value=del] {
	text-decoration: line-through;
}

#wpcp_image-meta-edit-bulk .quicktags-toolbar input[value="i"],
#wpcp_image-meta-edit .quicktags-toolbar input[value="i"] {
	font-style: italic;
}

#wpcp_image-meta-edit-bulk .quicktags-toolbar input[value="b"],
#wpcp_image-meta-edit .quicktags-toolbar input[value="b"] {
	font-weight: 700;
}

#wpcp_image-meta-edit-bulk .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,
#wpcp_image-meta-edit .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,
#wpcp_image-meta-edit-bulk .qt-dfw,
#wpcp_image-meta-edit .qt-dfw {
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px 5px 0 0;
}

#wpcp_image-meta-edit-bulk .qt-fullscreen,
#wpcp_image-meta-edit .qt-fullscreen {
	position: static;
	margin: 2px;
}

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

	#wpcp_image-meta-edit-bulk .mce-toolbar .mce-btn button,
	#wpcp_image-meta-edit .mce-toolbar .mce-btn button,
	#wpcp_image-meta-edit-bulk .qt-dfw,
	#wpcp_image-meta-edit .qt-dfw {
		padding: 6px 7px;
	}

	#wpcp_image-meta-edit-bulk .mce-toolbar .mce-btn-group .mce-btn.mce-primary button,
	#wpcp_image-meta-edit .mce-toolbar .mce-btn-group .mce-btn.mce-primary button {
		padding: 6px 7px 5px;
	}

	#wpcp_image-meta-edit-bulk .mce-toolbar .mce-btn-group .mce-btn,
	#wpcp_image-meta-edit .mce-toolbar .mce-btn-group .mce-btn {
		margin: 1px;
	}

	#wpcp_image-meta-edit-bulk .qt-dfw,
	#wpcp_image-meta-edit .qt-dfw {
		width: 36px;
		height: 34px;
	}

	#wpcp_image-meta-edit-bulk .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,
	#wpcp_image-meta-edit .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw {
		margin: 4px 4px 0 0;
	}

	#wpcp_image-meta-edit-bulk .mce-toolbar .mce-colorbutton .mce-preview,
	#wpcp_image-meta-edit .mce-toolbar .mce-colorbutton .mce-preview {
		left: 8px;
		bottom: 6px;
	}

	#wpcp_image-meta-edit-bulk .mce-window .mce-btn,
	#wpcp_image-meta-edit .mce-window .mce-btn {
		padding: 2px 0;
	}

	#wpcp_image-meta-edit-bulk .has-dfw .quicktags-toolbar,
	#wpcp_image-meta-edit .has-dfw .quicktags-toolbar,
	#wpcp_image-meta-edit-bulk .has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first,
	#wpcp_image-meta-edit .has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first {
		padding-right: 40px;
	}
}

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

	#wpcp_image-meta-edit-bulk .wp-core-ui .quicktags-toolbar input.button.button-small,
	#wpcp_image-meta-edit .wp-core-ui .quicktags-toolbar input.button.button-small {
		font-size: 12px;
		height: 26px;
		line-height: 24px;
	}
}

#wpcp_image-meta-edit-bulk #wp_editbtns,
#wpcp_image-meta-edit #wp_editbtns,
#wpcp_image-meta-edit-bulk #wp_gallerybtns,
#wpcp_image-meta-edit #wp_gallerybtns {
	padding: 2px;
	position: absolute;
	display: none;
	z-index: 100020;
}

#wpcp_image-meta-edit-bulk #wp_delgallery,
#wpcp_image-meta-edit #wp_delgallery,
#wpcp_image-meta-edit-bulk #wp_delimgbtn,
#wpcp_image-meta-edit #wp_delimgbtn,
#wpcp_image-meta-edit-bulk #wp_editgallery,
#wpcp_image-meta-edit #wp_editgallery,
#wpcp_image-meta-edit-bulk #wp_editimgbtn,
#wpcp_image-meta-edit #wp_editimgbtn {
	border-color: #999;
	background-color: #eee;
	margin: 2px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#wpcp_image-meta-edit-bulk #wp_delgallery:hover,
#wpcp_image-meta-edit #wp_delgallery:hover,
#wpcp_image-meta-edit-bulk #wp_delimgbtn:hover,
#wpcp_image-meta-edit #wp_delimgbtn:hover,
#wpcp_image-meta-edit-bulk #wp_editgallery:hover,
#wpcp_image-meta-edit #wp_editgallery:hover,
#wpcp_image-meta-edit-bulk #wp_editimgbtn:hover,
#wpcp_image-meta-edit #wp_editimgbtn:hover {
	border-color: #555;
	background-color: #ccc;
}

#wpcp_image-meta-edit-bulk #wp-link-wrap,
#wpcp_image-meta-edit #wp-link-wrap {
	display: none;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
	width: 500px;
	overflow: hidden;
	margin-left: -250px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100105;
	-webkit-transition: height 0.2s, margin-top 0.2s;
	transition: height 0.2s, margin-top 0.2s;
	height: 500px;
	margin-top: -250px;
}

#wpcp_image-meta-edit-bulk #wp-link-backdrop,
#wpcp_image-meta-edit #wp-link-backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 360px;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 100100;
}

#wpcp_image-meta-edit-bulk #wp-link,
#wpcp_image-meta-edit #wp-link {
	position: relative;
	height: 100%;
}

#wpcp_image-meta-edit-bulk #wp-link-wrap .wp-link-text-field,
#wpcp_image-meta-edit #wp-link-wrap .wp-link-text-field {
	display: none;
}

#wpcp_image-meta-edit-bulk #wp-link-wrap.has-text-field .wp-link-text-field,
#wpcp_image-meta-edit #wp-link-wrap.has-text-field .wp-link-text-field {
	display: block;
}

#wpcp_image-meta-edit-bulk #link-modal-title,
#wpcp_image-meta-edit #link-modal-title {
	background: #fcfcfc;
	border-bottom: 1px solid #ddd;
	height: 36px;
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
	margin: 0;
	padding: 0 36px 0 16px;
}

#wpcp_image-meta-edit-bulk #wp-link-close,
#wpcp_image-meta-edit #wp-link-close {
	color: #666;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	text-align: center;
	background: 0 0;
	border: none;
	cursor: pointer;
}

#wpcp_image-meta-edit-bulk #wp-link-close:before,
#wpcp_image-meta-edit #wp-link-close:before {
	font: 400 20px / 36px dashicons;
	vertical-align: top;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 36px;
	height: 36px;
	content: "\f158";
}

#wpcp_image-meta-edit-bulk #wp-link-close:focus,
#wpcp_image-meta-edit #wp-link-close:focus,
#wpcp_image-meta-edit-bulk #wp-link-close:hover,
#wpcp_image-meta-edit #wp-link-close:hover {
	color: #00a0d2;
}

#wpcp_image-meta-edit-bulk #wp-link-close:focus,
#wpcp_image-meta-edit #wp-link-close:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
}

#wpcp_image-meta-edit-bulk #wp-link-wrap #link-selector,
#wpcp_image-meta-edit #wp-link-wrap #link-selector {
	-webkit-overflow-scrolling: touch;
	padding: 0 16px;
	position: absolute;
	top: 37px;
	left: 0;
	right: 0;
	bottom: 44px;
}

#wpcp_image-meta-edit-bulk #wp-link ol,
#wpcp_image-meta-edit #wp-link ol,
#wpcp_image-meta-edit-bulk #wp-link ul,
#wpcp_image-meta-edit #wp-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#wpcp_image-meta-edit-bulk #wp-link input[type=text],
#wpcp_image-meta-edit #wp-link input[type=text] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wpcp_image-meta-edit-bulk #wp-link #link-options,
#wpcp_image-meta-edit #wp-link #link-options {
	padding: 8px 0 12px;
}

#wpcp_image-meta-edit-bulk #wp-link p.howto,
#wpcp_image-meta-edit #wp-link p.howto {
	margin: 3px 0;
}

#wpcp_image-meta-edit-bulk #wp-link p.howto a,
#wpcp_image-meta-edit #wp-link p.howto a {
	text-decoration: none;
	color: inherit;
}

#wpcp_image-meta-edit-bulk #wp-link label input[type=text],
#wpcp_image-meta-edit #wp-link label input[type=text] {
	margin-top: 5px;
	width: 70%;
}

#wpcp_image-meta-edit-bulk #wp-link #link-options label span,
#wpcp_image-meta-edit #wp-link #link-options label span,
#wpcp_image-meta-edit-bulk #wp-link #search-panel label span.search-label,
#wpcp_image-meta-edit #wp-link #search-panel label span.search-label {
	display: inline-block;
	width: 80px;
	text-align: right;
	padding-right: 5px;
	max-width: 24%;
	vertical-align: middle;
	word-wrap: break-word;
}

#wpcp_image-meta-edit-bulk #wp-link .link-search-field,
#wpcp_image-meta-edit #wp-link .link-search-field {
	float: left;
	width: 250px;
	max-width: 70%;
}

#wpcp_image-meta-edit-bulk #wp-link .link-search-wrapper,
#wpcp_image-meta-edit #wp-link .link-search-wrapper {
	margin: 5px 0 9px;
	display: block;
	overflow: hidden;
}

#wpcp_image-meta-edit-bulk #wp-link .link-search-wrapper span,
#wpcp_image-meta-edit #wp-link .link-search-wrapper span {
	float: left;
	margin-top: 4px;
}

#wpcp_image-meta-edit-bulk #wp-link .link-search-wrapper .spinner,
#wpcp_image-meta-edit #wp-link .link-search-wrapper .spinner {
	margin-top: 5px;
}

#wpcp_image-meta-edit-bulk #wp-link .link-target,
#wpcp_image-meta-edit #wp-link .link-target {
	padding: 3px 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#wpcp_image-meta-edit-bulk #wp-link .link-target label,
#wpcp_image-meta-edit #wp-link .link-target label {
	max-width: 70%;
}

#wpcp_image-meta-edit-bulk #wp-link .query-results,
#wpcp_image-meta-edit #wp-link .query-results {
	border: 1px solid #dfdfdf;
	margin: 0 0 12px;
	background: #fff;
	overflow: auto;
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0;
	top: 166px;
}

#wpcp_image-meta-edit-bulk .has-text-field #wp-link .query-results,
#wpcp_image-meta-edit .has-text-field #wp-link .query-results {
	top: 200px;
}

#wpcp_image-meta-edit-bulk #wp-link li,
#wpcp_image-meta-edit #wp-link li {
	clear: both;
	margin-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	color: #32373c;
	padding: 4px 6px 4px 10px;
	cursor: pointer;
	position: relative;
}

#wpcp_image-meta-edit-bulk #wp-link .query-notice,
#wpcp_image-meta-edit #wp-link .query-notice,
#wpcp_image-meta-edit-bulk #wp-link li.unselectable,
#wpcp_image-meta-edit #wp-link li.unselectable {
	border-bottom: 1px solid #dfdfdf;
}

#wpcp_image-meta-edit-bulk #wp-link .query-notice,
#wpcp_image-meta-edit #wp-link .query-notice {
	padding: 0;
	background-color: #f7fcfe;
	color: #000;
}

#wpcp_image-meta-edit-bulk #wp-link .query-notice .query-notice-default,
#wpcp_image-meta-edit #wp-link .query-notice .query-notice-default,
#wpcp_image-meta-edit-bulk #wp-link .query-notice .query-notice-hint,
#wpcp_image-meta-edit #wp-link .query-notice .query-notice-hint {
	display: block;
	padding: 6px;
	border-left: 4px solid #00a0d2;
}

#wpcp_image-meta-edit-bulk #wp-link .unselectable.no-matches-found,
#wpcp_image-meta-edit #wp-link .unselectable.no-matches-found {
	padding: 0;
	border-bottom: 1px solid #dfdfdf;
	background-color: #fef7f1;
}

#wpcp_image-meta-edit-bulk #wp-link .no-matches-found .item-title,
#wpcp_image-meta-edit #wp-link .no-matches-found .item-title {
	display: block;
	padding: 6px;
	border-left: 4px solid #d54e21;
}

#wpcp_image-meta-edit-bulk #wp-link .query-results em,
#wpcp_image-meta-edit #wp-link .query-results em {
	font-style: normal;
}

#wpcp_image-meta-edit-bulk #wp-link li:hover,
#wpcp_image-meta-edit #wp-link li:hover {
	background: #eaf2fa;
	color: #151515;
}

#wpcp_image-meta-edit-bulk #wp-link li.unselectable:hover,
#wpcp_image-meta-edit #wp-link li.unselectable:hover {
	background: #fff;
	cursor: auto;
	color: #32373c;
}

#wpcp_image-meta-edit-bulk #wp-link li.selected,
#wpcp_image-meta-edit #wp-link li.selected {
	background: #ddd;
	color: #32373c;
}

#wpcp_image-meta-edit-bulk #wp-link li.selected .item-title,
#wpcp_image-meta-edit #wp-link li.selected .item-title {
	font-weight: 700;
}

#wpcp_image-meta-edit-bulk #wp-link li:last-child,
#wpcp_image-meta-edit #wp-link li:last-child {
	border: none;
}

#wpcp_image-meta-edit-bulk #wp-link .item-title,
#wpcp_image-meta-edit #wp-link .item-title {
	display: inline-block;
	width: 80%;
	width: -webkit-calc(100% - 68px);
	width: calc(100% - 68px);
	word-wrap: break-word;
}

#wpcp_image-meta-edit-bulk #wp-link .item-info,
#wpcp_image-meta-edit #wp-link .item-info {
	text-transform: uppercase;
	color: #666;
	font-size: 11px;
	position: absolute;
	right: 5px;
	top: 5px;
}

#wpcp_image-meta-edit-bulk #wp-link .river-waiting,
#wpcp_image-meta-edit #wp-link .river-waiting {
	display: none;
	padding: 10px 0;
}

#wpcp_image-meta-edit-bulk #wp-link .submitbox,
#wpcp_image-meta-edit #wp-link .submitbox {
	padding: 8px 16px;
	background: #fcfcfc;
	border-top: 1px solid #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#wpcp_image-meta-edit-bulk #wp-link-cancel,
#wpcp_image-meta-edit #wp-link-cancel {
	line-height: 25px;
	float: left;
}

#wpcp_image-meta-edit-bulk #wp-link-update,
#wpcp_image-meta-edit #wp-link-update {
	line-height: 23px;
	float: right;
}

#wpcp_image-meta-edit-bulk #wp-link-submit,
#wpcp_image-meta-edit #wp-link-submit {
	float: right;
}

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

	#wpcp_image-meta-edit-bulk #wp-link-wrap,
	#wpcp_image-meta-edit #wp-link-wrap {
		margin-top: -140px;
	}

	#wpcp_image-meta-edit-bulk #wp-link-wrap .query-results,
	#wpcp_image-meta-edit #wp-link-wrap .query-results {
		top: 195px;
	}

	#wpcp_image-meta-edit-bulk #wp-link-wrap.has-text-field .query-results,
	#wpcp_image-meta-edit #wp-link-wrap.has-text-field .query-results {
		top: 235px;
	}

	#wpcp_image-meta-edit-bulk #link-selector,
	#wpcp_image-meta-edit #link-selector {
		padding: 0 16px 60px;
	}

	#wpcp_image-meta-edit-bulk #wp-link-wrap #link-selector,
	#wpcp_image-meta-edit #wp-link-wrap #link-selector {
		bottom: 52px;
	}

	#wpcp_image-meta-edit-bulk #wp-link-cancel,
	#wpcp_image-meta-edit #wp-link-cancel {
		line-height: 32px;
	}

	#wpcp_image-meta-edit-bulk #wp-link .link-target,
	#wpcp_image-meta-edit #wp-link .link-target {
		padding-top: 10px;
	}

	#wpcp_image-meta-edit-bulk #wp-link .submitbox .button,
	#wpcp_image-meta-edit #wp-link .submitbox .button {
		margin-bottom: 0;
	}
}

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

	#wpcp_image-meta-edit-bulk #wp-link-wrap,
	#wpcp_image-meta-edit #wp-link-wrap {
		width: auto;
		margin-left: 0;
		left: 10px;
		right: 10px;
		max-width: 500px;
	}
}

@media screen and (max-height: 520px) {

	#wpcp_image-meta-edit-bulk #wp-link-wrap,
	#wpcp_image-meta-edit #wp-link-wrap {
		-webkit-transition: none;
		transition: none;
		height: auto;
		margin-top: 0;
		top: 10px;
		bottom: 10px;
	}

	#wpcp_image-meta-edit-bulk #link-selector,
	#wpcp_image-meta-edit #link-selector {
		overflow: auto;
	}

	#wpcp_image-meta-edit-bulk #search-panel .query-results,
	#wpcp_image-meta-edit #search-panel .query-results {
		position: static;
	}
}

@media screen and (max-height: 290px) {

	#wpcp_image-meta-edit-bulk #wp-link-wrap,
	#wpcp_image-meta-edit #wp-link-wrap {
		height: auto;
		margin-top: 0;
		top: 10px;
		bottom: 10px;
	}

	#wpcp_image-meta-edit-bulk #link-selector,
	#wpcp_image-meta-edit #link-selector {
		overflow: auto;
		height: -webkit-calc(100% - 92px);
		height: calc(100% - 92px);
		padding-bottom: 2px;
	}

	#wpcp_image-meta-edit-bulk #search-panel .query-results,
	#wpcp_image-meta-edit #search-panel .query-results {
		position: static;
	}
}

#wpcp_image-meta-edit-bulk div.wp-link-preview,
#wpcp_image-meta-edit div.wp-link-preview {
	float: left;
	margin: 5px;
	max-width: 694px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#wpcp_image-meta-edit-bulk div.wp-link-preview a,
#wpcp_image-meta-edit div.wp-link-preview a {
	color: #0073aa;
	text-decoration: underline;
	-webkit-transition-property: border, background, color;
	transition-property: border, background, color;
	-webkit-transition-duration: 0.05s;
	transition-duration: 0.05s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	cursor: pointer;
}

#wpcp_image-meta-edit-bulk div.wp-link-input,
#wpcp_image-meta-edit div.wp-link-input {
	float: left;
	margin: 2px;
	max-width: 694px;
}

#wpcp_image-meta-edit-bulk div.wp-link-input input,
#wpcp_image-meta-edit div.wp-link-input input {
	width: 300px;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wpcp_image-meta-edit-bulk .mce-toolbar div.wp-link-input~.mce-btn,
#wpcp_image-meta-edit .mce-toolbar div.wp-link-input~.mce-btn,
#wpcp_image-meta-edit-bulk .mce-toolbar div.wp-link-preview~.mce-btn,
#wpcp_image-meta-edit .mce-toolbar div.wp-link-preview~.mce-btn {
	margin: 2px 1px;
}

#wpcp_image-meta-edit-bulk .mce-inline-toolbar-grp .mce-btn-group .mce-btn:last-child,
#wpcp_image-meta-edit .mce-inline-toolbar-grp .mce-btn-group .mce-btn:last-child {
	margin-right: 2px;
}

#wpcp_image-meta-edit-bulk .ui-autocomplete.wplink-autocomplete,
#wpcp_image-meta-edit .ui-autocomplete.wplink-autocomplete {
	z-index: 100110;
	max-height: 200px;
	overflow-y: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	border: 1px solid #5b9dd9;
	-webkit-box-shadow: 0 1px 2px rgba(30, 140, 190, .8);
	box-shadow: 0 1px 2px rgba(30, 140, 190, .8);
	background-color: #fff;
}

#wpcp_image-meta-edit-bulk .ui-autocomplete.wplink-autocomplete li,
#wpcp_image-meta-edit .ui-autocomplete.wplink-autocomplete li {
	margin-bottom: 0;
	padding: 4px 10px;
	clear: both;
	white-space: normal;
	text-align: left;
}

#wpcp_image-meta-edit-bulk .ui-autocomplete.wplink-autocomplete li .wp-editor-float-right,
#wpcp_image-meta-edit .ui-autocomplete.wplink-autocomplete li .wp-editor-float-right {
	float: right;
}

#wpcp_image-meta-edit-bulk .ui-autocomplete.wplink-autocomplete li.ui-state-focus,
#wpcp_image-meta-edit .ui-autocomplete.wplink-autocomplete li.ui-state-focus {
	background-color: #ddd;
	cursor: pointer;
}

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

	#wpcp_image-meta-edit-bulk div.wp-link-input,
	#wpcp_image-meta-edit div.wp-link-input,
	#wpcp_image-meta-edit-bulk div.wp-link-preview,
	#wpcp_image-meta-edit div.wp-link-preview {
		max-width: 70%;
		max-width: -webkit-calc(100% - 86px);
		max-width: calc(100% - 86px);
	}

	#wpcp_image-meta-edit-bulk div.wp-link-preview,
	#wpcp_image-meta-edit div.wp-link-preview {
		margin: 8px 0 8px 5px;
	}

	#wpcp_image-meta-edit-bulk div.wp-link-input,
	#wpcp_image-meta-edit div.wp-link-input {
		width: 300px;
	}

	#wpcp_image-meta-edit-bulk div.wp-link-input input,
	#wpcp_image-meta-edit div.wp-link-input input {
		width: 100%;
		font-size: 16px;
		padding: 5px;
	}
}

#wpcp_image-meta-edit-bulk .mce-fullscreen,
#wpcp_image-meta-edit .mce-fullscreen {
	z-index: 100010;
}

#wpcp_image-meta-edit-bulk .rtl .quicktags-toolbar input,
#wpcp_image-meta-edit .rtl .quicktags-toolbar input,
#wpcp_image-meta-edit-bulk .rtl .wp-switch-editor,
#wpcp_image-meta-edit .rtl .wp-switch-editor {
	font-family: Tahoma, sans-serif;
}

#wpcp_image-meta-edit-bulk .mce-rtl .mce-flow-layout .mce-flow-layout-item>div,
#wpcp_image-meta-edit .mce-rtl .mce-flow-layout .mce-flow-layout-item>div {
	direction: rtl;
}

#wpcp_image-meta-edit-bulk .mce-rtl .mce-listbox i.mce-caret,
#wpcp_image-meta-edit .mce-rtl .mce-listbox i.mce-caret {
	left: 6px;
}

#wpcp_image-meta-edit-bulk html:lang(he-il) .rtl .quicktags-toolbar input,
#wpcp_image-meta-edit html:lang(he-il) .rtl .quicktags-toolbar input,
#wpcp_image-meta-edit-bulk html:lang(he-il) .rtl .wp-switch-editor,
#wpcp_image-meta-edit html:lang(he-il) .rtl .wp-switch-editor {
	font-family: Arial, sans-serif;
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

	#wpcp_image-meta-edit-bulk .wp-media-buttons .add_media span.wp-media-buttons-icon,
	#wpcp_image-meta-edit .wp-media-buttons .add_media span.wp-media-buttons-icon {
		background: 0 0;
	}
}

.wpcp_image-media-frame .wpcp_image-accepted-urls {
	clear: both;
	overflow: hidden;
}

.wpcp_image-media-frame .wpcp_image-accepted-urls span {
	display: block;
}

.wpcp_image-media-frame .wpcp_image-column {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.wpcp_image-media-frame .wpcp_image-column.wpcp_image-last {
	margin-right: 0;
}

.wpcp_image-media-frame .wpcp_image-video-info {
	background-color: #ffffe0;
	border: 1px solid #e6db55;
	padding: 15px;
	margin-bottom: 16px;
}

.wpcp_image-media-frame .wpcp_image-video-info p {
	margin-top: 0;
}

#wpcp_image-meta-edit .attachment-details .attachment-info .settings .wpcp-media-link .setting:first-of-type {
	float: left;
	width: 56%;
	padding: 0;
}


#wpcp_image-meta-edit .attachment-details .attachment-info .settings .wpcp-media-link input,
#wpcp_image-meta-edit .attachment-details .attachment-info .settings .wpcp-media-link .buttons {
	opacity: 0.9;
	pointer-events: none;
}

#wpcp_image-meta-edit .attachment-details .attachment-info .settings .wpcp-media-link {
	clear: both;
	overflow: hidden;
}

#wpcp_image-meta-edit .attachment-details .attachment-info .settings .wpcp-media-link .wpcp-media-checkbox {
	padding-top: 29px;
	padding-left: 8px;
	float: left;
	width: 130px;
}

#wpcp_image-meta-edit .attachment-details .attachment-info .settings .wpcp-media-link .wpcp-media-checkbox span {
	line-height: 32px;
}

/* ul,
li,
div {
	background: hsla(0, 0%, 0%, 0);
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font: 13px/20px "Droid Sans", Arial, "Helvetica Neue", "Lucida Grande", sans-serif;
	text-shadow: 0 1px 0 hsl(0, 100%, 100%);
}

li {
	display: list-item;
	text-align: -webkit-match-parent;
} */

.wpcp_tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpcp_tabs-nav li:first-child a {
	border-top-left-radius: 4px;
	border-left: 1px solid hsl(210, 6%, 79%);
	text-decoration: none;
}

.wpcp_tabs-nav .tab-active a {
	background: hsl(0, 100%, 100%);
	border-bottom-color: hsla(0, 0%, 0%, 0);
	color: #555;
	cursor: default;
}

.wpcp_tabs-nav a:focus {
	outline: none;
	box-shadow: none;
	text-decoration: none;
}

.wpcp_tabs-nav a {
	background: hsl(120, 11%, 96%);
	border: 1px solid hsl(210, 6%, 79%);
	border-left: none;
	color: hsl(215, 6%, 57%);
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 38px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 999;
	padding: 0px 15px;
	text-decoration: none;
}

.wpcp_tabs-nav li {
	float: left;
}

.wpcp_tabs-stage {
	border: 1px solid hsl(210, 6%, 79%);

	border-radius: 0 0 4px 4px;
	/* border-top: 0; */
	clear: both;
	margin-bottom: 20px;
	position: relative;
	top: -7px;
	width: 99%;
	margin-right: 2px;
	padding: 17px;
	max-width: 90%;
}

.wpcp_tabs-stage p {
	margin: 0;
	padding: 20px;
	color: hsl(0, 0%, 33%);
}

.wpcf-field-gallery .button.hidden {
	display: none !important
}

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

.wpcp-scode-wrap-side * {
	box-sizing: border-box;
}

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

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

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

.sp_wpcp-field-image_select.wpcp_layout figure {
	width: 100px;
}

.sp_wpcp-field-image_select.wpcp_layout .sp_wpcp--image {
	margin: 0px 3px 5px 0;
}

#sp_wpcp_upload_options.postbox {
	margin-bottom: 0px;
}

.sp_wpcp-field-group .sp_wpcp-cloneable-add {
	/* margin-top: 6px; */
	padding: 4px 14px;
	text-transform: uppercase;
}

.wpcf-field-image_select.wpcp_slider_style .wpcf--image img {
	width: 80px;
}

.typography-pro-notice {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.wpcp-video-field-wrapper .wpcf-desc-text {
	margin-top: 12px;
}

.wpcf-field-image_select .wpcf--image.wpcf-pro-only:after,
.wpcf-field-image_select .wpcf--image.wpcf-pro-only:after,
.wpcf-field-carousel_type .wpcf--image label strong {
	color: #fff;
}

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

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

.wpcf-upgrade-button a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	padding: 14px 18px;
	line-height: 46px;
}

.wpcf-upgrade-button a:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.wpcf.wpcf-options .wpcf-header-inner input.button.wpcf-save {
	background-image: url(../images/save-icon.svg);
	background-repeat: no-repeat;
	background-position: 16px center;
	padding-left: 30px;
}

.wpcf.wpcf-options .wpcf-header-inner input.wpcf-reset-section {
	background-image: url(../images/reset-icon.svg);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 30px;
}

.wpcf-field-addContent .wpcf-cloneable-add {
	padding: 4px 14px !important;
	text-transform: uppercase;
	/* margin-bottom: 12px !important; */
	pointer-events: none;
	opacity: 0.4;
}

.wpcf-metabox .wpcf-field.external_content {
	margin-top: 0;
	padding-top: 0;
}

.wpcf-field-addContent .wpcf-desc-text {
	margin-top: 12px;
}

/* Update to pro promotional notice */
.sp_wpcp-notice-wrapper {
	border-width: 1px;
	border-radius: 5px;
	padding-top: 8px;
	padding-bottom: 10px;
}

#sp_wpcp_notice .wpcf-content .wpcf-section.hidden {
	display: block;
}

#sp_wpcp_notice .postbox-header {
	display: none;
}

#sp_wpcp_display_shortcodes .postbox-header {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

div:is(#sp_wpcp_notice, #sp_wpcp_display_builders, #sp_wpcp_display_shortcodes) .wpcf-sections,
div:is(#sp_wpcp_notice, #sp_wpcp_display_builders, #sp_wpcp_display_shortcodes).postbox {
	border-radius: 3px;
}

.sp_wpcp-notice-wrapper {
	border-width: 1px;
	border-radius: 5px;
}

.sp_wpcp-notice-heading {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 1);
}

.sp_wpcp-notice-heading span {
	color: #0C6E63;
}

.sp_wpcp-notice-desc {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: rgba(101, 105, 118, 1);
	margin-bottom: 20px;
	margin-top: 10px;
}

.sp_wpcp-notice-wrapper ul li {
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: rgba(0, 0, 0, 1);
	display: inline-flex;
	gap: 10px;
}

.sp_wpcp-notice-wrapper .sp_wpcp-notice-button {
	position: relative;
	font-size: 16px;
	border-radius: 5px;
	color: #ffffff;
	border: 1px solid transparent;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	overflow: hidden;
	z-index: 0;
	transition: border-color 0.5s ease;
}

.sp_wpcp-notice-wrapper .sp_wpcp-notice-button::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #157592 0%, #22afba 100%);
	z-index: -1;
	transition: opacity 0.6s ease;
	opacity: 1;
}

.sp_wpcp-notice-wrapper .sp_wpcp-notice-button::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #22afba 0%, #157592 100%);
	z-index: -1;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.sp_wpcp-notice-wrapper .sp_wpcp-notice-button:hover::before,
.sp_wpcp-notice-wrapper .sp_wpcp-notice-button:hover::after {
	opacity: 1;
}

.sp_wpcp-notice-wrapper .sp_wpcp-notice-button a {
	color: #ffffff;
	text-decoration: none;
	padding: 14px 30px 14px 30px;
	position: relative;
	z-index: 1;
}

.sp_wpcp-notice-wrapper .sp_wpcp-notice-button a:focus {
	box-shadow: none;
	outline: none;
}

.sp_wpcp-notice-button i {
	font-size: 16px;
}

.sp_wpcp-notice-wrapper ul li i {
	color: rgba(74, 184, 102, 1);
	font-size: 11px;
}