/**
 * 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. 22. Field: select
 *     03. 26. Field: spinner
 *     03. 27. Field: switcher
 *     03. 29. Field: text
 *     03. 31. Field: typography
 *     03. 35. Field: subheading
 *     03. 36. Field: submessage
 *     03. 37. Field: notice
 *     03. 39. Field: others
 * 04. Widget
 * 05. Customizer
 * 06. Taxonomy
 * 07. Profile
 * 08. Nav Menu
 * 09. Modal
 *     09. 01. Shortcode Modal
 *     09. 03. Icon Modal
 * 10. Helper
 * 11. Welcome Page
 * 12. Responsive
 * 13. Others
 *
 * ---------------------------------------------------------
 *
 */
/**
 * 01. Base
 */

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

.splwt-lite {
	position: relative;
}

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

.splwt-lite-ab-icon {
	top: 2px;
}

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

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

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

.splwt-lite-header-inner {
	padding: 25px;
	transition: box-shadow .3s ease;
}

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

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

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

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

.splwt-lite-buttons .button {
	margin: 0 2px;
	line-height: 26px;
	font-weight: 500;
}

.splwt-lite-header img.splwt-setting-logo {
	max-width: 28px;
	margin-right: 8px;
	float: left;
	padding: 3px 0 3px 0;
}

div.splwt-lite-options .splwt-lite-header-left h1 {
	font-size: 22px;
	color: #444;
	font-weight: 600;
	line-height: 35px;
}

.splwt-lite--switcher.splw_pro_only::after {
	content: "PRO";
	position: absolute;
	left: 5px;
	right: auto;
	top: 5px;
	height: 12px;
	color: #5E6E7D;
	font-weight: 600;
	padding: 0 2px;
	text-align: center;
	font-size: 8px;
	border-radius: 4px;
	margin-top: 3px;
}

.splwt-lite--switcher.splwt-lite--active.splw_pro_only::after {
	right: 4px;
	left: auto;
	color: #5E6E7D;
}

.splw_lite_pro_only .splwt-lite--ball::after {
	content: "PRO";
	position: relative;
	text-align: center;
	width: 24px;
	float: right;
	font-weight: 600;
	font-size: 8px;
	color: #5E6E7D;
	opacity: 1;
	line-height: 18px;
}

.lw-typography-tabs .splw_lite_pro_only:not(.splwt-lite-field-switcher) .splwt-lite-fieldset {
	pointer-events: none;
	opacity: .7;
}

.splwt-lite-field-switcher.splw_lite_pro_only .splwt-lite--switcher {
	background-color: #99AAB2;
	pointer-events: none;
}

.auto-location .splwt-lite--switcher.splw_pro_only::after {
	content: "PRO";
	position: absolute;
	left: 5px;
	top: 4px;
	height: 18px;
	color: #5E6E7D;
	font-weight: 600;
	padding: 0 2px;
	text-align: center;
	font-size: 8px;
	border-radius: 4px;
	margin-top: 3px;
	line-height: 12px;
}

.splwt-lite-header-right {
	float: right;
}

.splwt-lite-wrapper.splw-options .splwt-lite-section {
	border: none;
}

.splw-mbf-logo,
.splwt-submit-options {
	display: flex;
	align-items: center;
}

.splw-mbf-banner input#publish.splw-publish-button {
	color: #e7f3ff;
	font-size: 12px;
	border: none;
	height: 36px;
	font-weight: 500;
	margin-bottom: 0;
	transition: all .25s ease-in-out;
	background: #04c018;
	cursor: pointer;
	border-radius: 4px;
	width: 100px;
	display: block;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.splw-mbf-banner input#publish.splw-publish-button:hover {
	background: #01a713;
}

.splw_advance_setting .splwt-lite-field-checkbox input,
.splwt-lite-field-radio input {
	margin-left: -40px;
	margin-top: 11px;
}

.splw_advance_setting .splwt-lite-field-checkbox input {
	margin-left: 0;
}

.splw-mbf-banner .spinner {
	background: url(../images/spinner.gif) no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	visibility: hidden;
	float: left;
	vertical-align: middle;
	opacity: .7;
	width: 20px;
	height: 20px;
	margin: 10px -25px 0;
}

/**
 * 01. 04. Navigation====================================================
 */
.splwt-lite-nav {
	display: block;
	z-index: 10;
	position: inherit;
	float: none;
	width: 100%;
	background: #f1f1f1;
	-webkit-box-shadow: inset 3px -1px 1px -1px rgba(0, 0, 0, .04);
	-moz-box-shadow: inset 3px -1px 1px -1px rgba(0, 0, 0, .04);
	box-shadow: inset 3px -1px 1px -1px rgba(0, 0, 0, .04);
}

.splwt-lite-nav ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.splwt-lite-nav ul li {
	margin-bottom: 0;
	display: inline-block;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.splwt-lite-nav ul li a {
	background-color: #F95B06;
	font-size: 13px;
	padding: 14px 15px;
	line-height: 1.4;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	display: block;
	text-decoration: none;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.splwt-lite-metabox .splwt-lite-nav ul li {
	border-right: 1px solid #dddddd;
	margin-bottom: -1px;
}

div#sp_location_weather_generator.postbox.splw-shortcode-options {
	border: 1px solid #dddddd;
	background: transparent;
	box-shadow: none !important;
	border-top: none;
	order: 2;
}

.splwt-lite-metabox .splwt-lite-field.splw-first-fields,
.splwt-lite-metabox .splwt-lite-field.splw_background_type {
	padding-top: 30px;
}

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

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

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

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

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

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

.splwt-lite-nav .splwt-lite-tab-icon {
	width: 20px;
	margin-right: 5px;
	font-size: 13px;
	text-align: center;
	color: #444444;
}

.splwt-lite-nav span.splwt-lite-tab-icon {
	width: 20px;
	margin-right: 8px;
	margin-left: 2px;
	vertical-align: text-top;
}

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

.splwt-lite-nav.splwt-lite-nav-metabox .splwt-lite-active .splwt-lite-tab-icon {
	color: #fafafa;
}

.splwt-lite-nav.splwt-lite-nav-metabox ul li a:hover .splwt-lite-tab-icon {
	color: #fafafa;
}

.splwt-lite-nav.splwt-lite-nav-options .splwt-lite-active .splwt-lite-tab-icon svg path {
	fill: #F95B06;
}

.splwt-lite-nav.splwt-lite-nav-options .splwt-lite-active .splwt-lite-tab-icon {
	color: #F95B06;
}

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

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

/* .splwt-submit-options {
  padding-top: 2px;
} */
.splw-mbf-banner input#publish.splw-publish-button:focus,
.splwt-submit-options:focus {
	outline: none;
}

/**
 * 01. 05. Wrapper
 */
.splwt-lite-wrapper {
	position: relative;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.splw-mbf-banner input#publish:focus {
	outline: none;
	box-sizing: border-box;
}

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

/**
 * 01. 07. Section
 */
/* .splwt-lite.splwt-lite-metabox .splwt-lite-sections {
	padding-left: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
} */

.splwt-lite-section {
	display: none;
}

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

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

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

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

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

#sp_location_weather_generator .postbox-header {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.splwt-lite-sections-reset {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1000000;
	text-align: right;
	border-top: 1px solid #eee;
}

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

/**
 * 02. Banner area
 */
/**
 * 02. 01. Theme Dark
 */
.splw-mbf-banner {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 16px 28px;
	overflow: hidden;
	background-color: #F95B06;
	background-image: linear-gradient(62deg, #bd4600 26%, #F95B06 100%);
}

.splw-mbf-banner sup.splw-version {
	margin-left: -4px;
	margin-top: -4px;
	font-weight: 700;
	color: #fff;
}

.splw-mbf-logo img.splwt-banner-logo {
	width: 180px;
	height: 40px;
	margin-left: -8px;
}

.splwt-submit-options a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

.splwt-submit-options .support-area {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.splw-shortcode-options .splw_shortcode-area {
	display: inline-flex;
	width: 100%;
	background-color: #fffafe;
}

.splw-shortcode-options .splw_shortcode-area .splw-col-lg-3 {
	border-right: 1px solid #dddddd;
	width: 50%;
}

.splw-shortcode-options .splw_shortcode-area .splw-col-lg-3 .splw_shortcode_content {
	padding: 42px 16px;
}

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

.splw-shortcode-options .splw_shortcode-area .splw-col-lg-3 p {
	margin-top: 2px;
	color: #4c5158;
}

.splw-shortcode-options .splw_shortcode-area .splw-col-lg-3:last-child {
	border-right: none;
}

.splw-shortcode-options .splw_shortcode-area .splw-col-lg-3:nth-child(2) .splw_shortcode_content {
	padding-bottom: 0px;
}

img.lw-gutenberg-block {
	width: 100%;
	max-height: 100px;
	height: auto;
	margin-bottom: -3px;
}

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

.splw-mbf-short-links {
	float: right;
	line-height: 30px;
}

.splw-mbf-short-links a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

.splw-mbf-short-links a i.far {
	margin-right: 3px;
	color: #f5822f;
}

.splwpro_shortcode_divider {
	height: 20px;
	background: #f1f1f1;
}

.splwt-mbf-logo img {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

button.splw-copy svg {
	margin-bottom: -4px;
}

/**
* setting area css
*/
.splwt-lite-nav.splwt-lite-nav-options {
	display: block;
	position: relative;
	z-index: 10;
	float: left;
	width: 225px;
}

.splw-lite-content {
	position: relative;
	margin-left: 225px;
	background-color: #fff;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-ms-transition: opacity .2s;
}

.splwt-lite-nav.splwt-lite-nav-options ul li {
	margin: 0;
	display: block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.splwt-lite-nav.splwt-lite-nav-options ul {
	margin: 0;
	display: block;
	padding: 0px;
}

.splwt-lite-nav.splwt-lite-nav-options ul li a.splwt-lite-active {
	background-color: #fff;
	color: #F95B06;
	border-right: none;
	box-shadow: 3px 0 0 0 #F95B06 inset;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}


.splwt-lite-nav.splwt-lite-nav-options ul li a {
	padding: 14px 15px;
	font-size: 12px;
	background: #efefef;
	color: #000;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.splwt-lite-wrapper.splw-options {
	border: 0;
}

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

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

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

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

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

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

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

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

.splwt-lite-theme-dark .splwt-lite-nav ul li .splwt-lite-active {
	color: #F95B06;
	background-color: #fff;
	box-shadow: 0 3px 0 0 #F95B06 inset;
}

.splwt-lite-theme-dark .splwt-lite-nav ul ul li a {
	background-color: #191919;
	border-bottom: 1px solid #2f2f2f;
}

.splwt-lite-nav.splwt-lite-nav-metabox ul li a i {
	margin-right: 4px;
}

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

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

.splwt-lite-section.splw-weather-settings-meta-box {
	border-radius: 4px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.splwt-lite-field.splwt-lite-field-subheading.splw-display-heading {
	background-color: #e7e7e7;
	text-transform: uppercase;
	padding: 6px 20px 15px 20px;
}

.splwt-lite-field.splwt-lite-field-subheading.splw-display-heading h4 {
	color: #3a3c40;
	letter-spacing: 1px;
}

.splwt-lite-theme-dark .splwt-lite-nav-background {
	background-color: transparent;
	position: relative;

}

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

/**
 * 02. 02. Theme Light
 */
.splwt-lite-theme-light .splwt-lite-container {
	border: 1px solid #ccd0d4;
	box-shadow: 0 0 15 rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

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

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

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

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

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

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

.splwt-lite-theme-light .splwt-lite-nav ul li a {
	color: #444444;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ccd0d4;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.splwt-lite-theme-light .splwt-lite-nav ul li .splwt-lite-active {
	color: #ffffff;
	background-color: #fff;
}

.splwt-lite-theme-light .splwt-lite-nav ul li .splwt-lite-active:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1px;
	width: 1px;
	background-color: #fff;
}

.splwt-lite-theme-light .splwt-lite-nav ul ul li a {
	background-color: #eee;
	border-bottom: 1px solid #ccd0d4;
}

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

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

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

.splwt-lite-field+.splwt-lite-field {
	border: none;
}

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

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

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

.splwt-lite-field:after {
	clear: both;
}

.splwt-lite-field h4 {
	margin-top: 0;
}

.splwt-lite-field .splwt-lite-title {
	position: relative;
	width: 21%;
	float: left;
	font-size: 14px;
}

.splwt-lite-field .splwt-lite-title h4 {
	margin: 0;
	color: #23282d;
	padding-top: 8px;
}

.splwt-lite-field .splwt-lite-fieldset {
	float: right;
	width: calc(76% - 20px);
}

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

.splwt-lite-pseudo-field+.splwt-lite-pseudo-field {
	border: 0;
}

.splwt-lite-pseudo-field pre {
	display: none;
}

.splwt-lite-field.splwt-lite-field-text.splw_custom_fields.splwt-lite-depend-hidden input {
	width: 25%;
	padding: 0 10px;
}

.splwt-lite-field-upload input {
	width: 40% !important;
	margin: 0;
}

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

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

.splwt-lite-field-box_shadow .splwt-lite--input select,
.splwt-lite-field-border .splwt-lite--input select,
.splwt-lite-field-spacing .splwt-lite--input select,
.splwt-lite-field-dimensions .splwt-lite--input select {
	margin: 0;
    min-height: 30px;
    line-height: 2;
}

.splwt-lite-field-box_shadow .splwt-lite--input input,
.splwt-lite-field-border .splwt-lite--input input,
.splwt-lite-field-spacing .splwt-lite--input input,
.splwt-lite-field-dimensions .splwt-lite--input input {
	position: relative;
	z-index: 1;
	margin: 0;
	width: 65px;
	max-width: 100%;
	text-align: center;
	min-height: 30px;
}

.splwt-lite-field-border .splwt-lite--input input,
.splwt-lite-field-spacing .splwt-lite--input input {
	padding-right: 0;
    line-height: 2;
    min-height: 30px;
}

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

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

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

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

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

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

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

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

.splwt-lite-field.splwt-lite-field-text.splw-text-fields.splwt-lite-depend-hidden input {
	width: 310px;
	padding: 4px 12px;
}

.splwt-lite-field.splwt-lite-field-number.splw-text-fields.splwt-lite-depend-hidden input {
	width: 315px;
	padding: 4px 12px;
}

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

.splwt-lite-field-button_set.lw_display_button_set .splwt-lite--button:first-child {
	color: #ffffff !important;
	opacity: .7;
}

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

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

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

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

.splwt-lite-field-button_set .splwt-lite--active:hover,
.splwt-lite-field-button_set .splwt-lite--active {
	z-index: 2;
	color: #ffffff;
	border: 1px solid #1A74E4;
	background-color: #1A74E4;
}

.splwt-lite-field.splwt-lite-field-button_set.splw-active-lw-units .splwt-lite--button {
	padding: 10px 8px;
}

.splwt-lite-field-button_set input {
	display: none;
}

.splwt-lite-field.splwt-lite-field-button_set.splw_custom_button_fields .splwt-lite--button {
	padding: 10px 8px;

}

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

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

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

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

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

.splwt-lite-field-checkbox input {
	margin: 0 1px;
}

.splwt-lite-field-radio input {
	margin: 0 4px;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 03. 16. Field: image_select
 */

.splwt-lite-field-image_select .splwt-lite--image {
	display: inline-block;
	margin: 0 10px 0 0;
	position: relative;
}

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

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

.splwt-lite-field-image_select.weather-horizontal-template .splwt-lite--image:nth-child(1) figure:before,
.splwt-lite-field-image_select.weather-template .splwt-lite--image:nth-child(1) figure:before,
.splwt-lite-field-image_select figure:before {
	position: absolute;
	top: -2px;
	right: -2px;
	text-align: center;
	font-size: 10px;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
	width: 16px;
	height: 16px;
	line-height: 14px;
	transition: opacity 0.2s;
}

.splwt-lite-field-image_select.weather-horizontal-template .splwt-lite--image:nth-child(1) figure,
.splwt-lite-field-image_select.weather-template .splwt-lite--image:nth-child(1) figure,
.splwt-lite-field-image_select.weather_view .splwt-lite--image.splwt-lite--active figure,
.splwt-lite-field-image_select .splwt-lite--image:not(.splwt-lite-pro-only).splwt-lite--active figure {
	border-color: rgba(69, 141, 215, 1);
	outline: 2px solid rgba(69, 141, 215, 1);
	outline-offset: -2px;
	border-radius: 3px;
}

/* .splwt-lite-field-image_select .splwt-lite--active figure:before {
	opacity: 0;
} */
.splwt-lite-field-image_select.weather-horizontal-template .splwt-lite--image:nth-child(1) figure:before,
.splwt-lite-field-image_select.weather-template .splwt-lite--image:nth-child(1) figure:before,
.splwt-lite-field-image_select.weather_view .splwt-lite--image:not(.splwt-lite-pro-only).splwt-lite--active figure::before {
	position: absolute;
	top: 7px;
	right: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 7px;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
	content: "\f00c";
	width: 12px;
	height: 12px;
	line-height: 14px;
	color: #fff;
	background-color: #1A74E4;
	transition: opacity 0.2s;
	border-radius: 50%;
}

.splwt-lite-field-image_select img {
	/* max-width: 100%;
  height: auto; */
	width: 110px;
	vertical-align: top;
}

.splwt-lite-field-image_select input {
	display: none;
}

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

.splwt-lite-field-image_select .splwt-lite--image p {
	margin-top: 5px;
	font-weight: 500;
}

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

.splwt-lite-field-select .splwt-lite-chosen {
	display: none;
}

.splwt-lite-field-select select {
	max-width: 100%;
	margin: 0;
    min-height: 30px;
    line-height: 2;
}

.splwt-lite-nav.splwt-lite-nav-metabox ul li a svg {
	margin-right: 5px;
	margin-bottom: -2px;
}

.splwt-lite-nav.splwt-lite-nav-metabox ul li a svg path,
.splwt-lite-nav.splwt-lite-nav-metabox ul li a svg g {
	margin-right: 5px;
	margin-bottom: -2px;
	fill: #fff;
}

.splwt-lite-nav.splwt-lite-nav-metabox ul li a.splwt-lite-active svg path {
	fill: #F95B06;
}

.splwt-lite-nav.splwt-lite-nav-metabox ul li a.splwt-lite-active i {
	color: #F95B06;
}

.splwt-lite-section {
	overflow: hidden;
}

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

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

.splwt-lite-field-slider .splwt-lite--input {
	display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

	.splwt-lite-field-sortable .splwt-lite-sortable.ui-sortable,
	.splwt-lite-field-sortable .splwt-lite-sortable .splwt-lite-sortable-item {
		width: 380px;
		cursor: grab;
		border-radius: 4px;
	}

	.splwt-lite-field.splwt-lite-field-sortable.sptp_filters_by .splwt-lite-sortable-item.ui-sortable-handle {
		width: 380px;
		border-radius: 4px;
	}
}

.splwt-lite-field-sortable .splwt-lite-sortable .splwt-lite-sortable-item h4 {
	font-size: 1em;
	margin-bottom: 0;
}

.splwt-lite-field-sortable .splwt-lite-sortable-content {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 0 4px 4px 0;
}

.splwt-lite-field-sortable .splwt-lite-sortable-content>.splwt-lite-field {
	padding: 12px 20px;
	display: flex;
	align-items: center;
}

.splwt-lite-field-sortable .splwt-lite-sortable-content .splwt-lite-field.splwt-lite-field-switcher>.splwt-lite-fieldset {
	display: flex;
	justify-content: flex-end;
}

.splwt-lite-field-sortable .splwt-lite-sortable-helper {
	width: 32px;
	padding: 0 12px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	line-height: 1em;
	border-right: 1px solid #eee;
	background-color: #f7f7f7;
	border-radius: 4px 0 0 4px;
}

.splwt-lite-field-sortable .splwt-lite-sortable-helper img {
	display: inline-block;
	cursor: pointer;
	color: #555;
	width: 20px;
}

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

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

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

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

.splwt-lite-field-sortable .splwt-lite-sortable-content .splwt-lite-field.splwt-lite-field-switcher>.splwt-lite-fieldset {
	display: flex;
	justify-content: flex-end;
}

.splwt-lite-field-sortable .ui-sortable-helper .splwt-lite-sortable-helper .splwt-lite-title,
.splwt-lite-field-sortable .splwt-lite-fieldset .splwt-lite-title {
	width: 50%;
}

/**
 * 03. 26. Field: spinner
 */

.splwt-lite-field-spinner .splwt-lite--spin {
	display: flex;
}

.splwt-lite-field-spinner .ui-spinner {
	display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.splwt-lite-field-spinner input {
	position: relative;
	z-index: 1;
	width: 68px;
	text-align: center;
	margin: 0;
	padding: 0 8px;
	border-radius: 0;
    line-height: 2;
    min-height: 30px;
}

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

/**
 * 03. 27. Field: switcher
 */
.splwt-lite-field-switcher .splwt-lite--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;
}

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

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

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

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

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

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

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

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

.splwt-lite-field-switcher input {
	display: none;
}

/**
 * 03. 28. Field: tabbed
 */
.splwt-lite-field-tabbed .splwt-lite-tabbed-nav {
	max-width: 240px;
	width: 100%;
	border-right: 1px solid rgba(221, 221, 221, 1);
}

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

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

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

.splwt-lite-field-tabbed:is(.lw-display-map-tabs, .lw-typography-tabs) .splwt-lite-tabbed-section {
	padding-top: 0;
}

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

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

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

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

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

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

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

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

}

.splwt-lite-field-tabbed .splwt-lite-tabbed-nav a svg {
	vertical-align: text-bottom;
	margin-right: 6px;
}

.splwt-lite-field-tabbed .splwt-lite-tabbed-nav a.splwt-lite-tabbed-active svg path {
	fill: #F95B06;
}

/**
 * 03. 29. Field: text
 */
.splwt-lite-field-text input {
	width: 310px;
	max-width: 100%;
	margin: 0;
	padding: 4px 12px;
}


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

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

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

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

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

.splwt-lite--blocks-selects .splwt-lite--block {
	flex: 1 25%;
}

.splwt-lite-field-typography .splwt-lite--block>.splwt-lite--block-font-color {
	flex: none;
}

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

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

/* Typography margin top bottom style */
.splwt-lite--blocks.splwt-lite--blocks-color {
	display: flex;
}

.splwt-lite--block.splwt-lite--block-margin {
	flex: none;
}

.splwt-lite--block.splwt-lite--block-margin {
	display: inline-block;
	margin-top: -6px;
}

.splwt-lite--block.splwt-lite--block-margin .splwt-lite--unit {
	display: inline-block;
	position: relative;
	display: flex;
	width: 24px;
	height: 30px;
	align-items: center;
}

.splwt-lite--block.splwt-lite--block-margin .splwt-lite--title {
	transform: translateY(4px);
}

.splwt-lite--block.splwt-lite--block-margin .splwt-lite--block input {
	margin-top: 4px;
}

.splwt-lite--block.splwt-lite--block-font-color {
	flex: none;
}

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

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

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

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

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

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

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

.splwt-lite-field.splwt-lite-field-subheading {
	padding: 17px 30px;
}

.splwt-lite-field.splwt-lite-field-subheading .splwt-lite-title h4 {
	padding-top: 0px;
}

.splwt-lite-field.splwt-lite-field-subheading.splw-display-heading .splwt-lite-title h4 {
	padding-top: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 03. 39. others
 */
.splwt-lite-help {
	cursor: help;
	padding: 5px;
	font-size: 14px;
	color: #aaa;
	line-height: 20px;
	float: left;
}

.splwt-lite-field-checkbox .splwt-lite-help {
	margin-top: 4px;
}

.splwt-lite-help.title-info {
	float: none;
}

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

.splwt-lite-help .splwt-lite-help-text {
	display: none;
}

.splwt-lite-image-preview {
	display: inline-block;
	position: relative;
	padding: 4px;
	min-width: 44px;
	min-height: 22px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.splwt-lite-image-preview img {
	max-height: 90px;
	display: inline-block;
	vertical-align: middle;
}

.splwt-lite-field-custom .splwt-lite-field {
	padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.splwt-lite-field.splwt-lite-field-color.splw_icon_color.splwt-lite-depend-hidden .wp-picker-container {
	pointer-events: none;
	position: relative;
}

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

.splwt-lite-field.splwt-lite-field-color.splw_icon_color.splwt-lite-depend-hidden .wp-picker-container .wp-color-result-text {
	background-color: #CBCFD0 !important;
	color: #fff;
}

.splwt-lite-field.splwt-lite-field-color.splw_icon_color.splwt-lite-depend-hidden .wp-picker-container:after {
	content: "PRO";
	position: absolute;
	left: 6px;
	top: 7px;
	height: 12px;
	color: #a5a5a5;
	font-weight: 600;
	padding: 0 2px;
	text-align: center;
	font-size: 8px;
	border-radius: 4px;
	margin-top: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.splwt-lite-modal.hidden {
	display: none;
}

.splwt-lite-modal-icon {
	z-index: 100102;
}

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

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

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

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

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

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

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

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

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

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

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

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

.splwt-lite-modal-close {
	color: #666;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	text-align: center;
	background: none;
	border: none;
	cursor: pointer;
}

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

.splwt-lite-modal-close:hover {
	opacity: 0.5;
}

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

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

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

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

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

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

.splwt-lite--repeat-shortcode .splwt-lite-repeat-remove {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	background-color: #e14d43;
	opacity: 0.5;
}

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

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

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

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

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

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

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

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

.splwt-lite-modal-icon i {
	cursor: pointer;
	display: inline-block;
	margin: 4px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #555;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	border-radius: 2px;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
}

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

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

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

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

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

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

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

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

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

.splwt-lite-desc-text {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 6px;
	font-weight: 400;
	color: #444444;
	font-style: italic;
}

.open-api-key .splwt-lite-desc-text {
	color: #999;

}

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

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

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

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

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

.splwt-lite-depend-hidden.splwt-lite-depend-on {
	display: none;
}

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

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

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

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

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

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

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

.splwt-lite-form-show {
	display: block;
}

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

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

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

.splwt-lite-no-option {
	padding: 30px;
}

.splwt-lite-input-number {
	-moz-appearance: textfield;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.splw-mbf-banner span.splw-version {
	margin-left: -10px;
	margin-top: -22px;
	color: #666;
	font-size: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.splwt-lite-footer {
		text-align: center;
	}

	.splwt-lite-buttons {
		float: none;
	}

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

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

	.splwt-lite-content {
		margin-left: 0;
		position: relative;
		background-color: #fff;
		-moz-transition: opacity .2s;
		-o-transition: opacity .2s;
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
	}

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

	.splwt-lite-field .splwt-lite-title {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
	}

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

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

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

	.splwt-lite-modal-content {
		height: 237px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

.chosen-container a {
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.splw-code.selectable .splw-copy {
	padding: 10px 15px 10px 30px;
	display: inline-block;
	background-color: #eeeeee;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	cursor: pointer;
	background-image: url(../images/copy.svg);
	background-size: 16px;
	background-position: 10px center;
	background-repeat: no-repeat;
	margin-top: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.splw-code.selectable .splw-copy:hover {
	background-color: #e2e2e2;
}

.splw-code.selectable .splw-copy:focus,
.splw-code.selectable .splw-copy:hover {
	outline: none;
}

/* 
Location weather lite version css.
*/
.weather-map-type .splwt-lite--sibling.splwt-lite--button:nth-child(1):after,
.splwt-lite-field-image_select .splwt-lite--image.splwt-lite-pro-only:after,
.splwt-lite--sibling.splwt-lite--button.splw_pro_only::after {
	position: absolute;
	top: 0;
	right: 0;
	color: #5E6E7D;
	background-color: #cbd6df;
	font-weight: 600;
	padding: 0 4px;
	content: 'PRO';
	text-align: center;
	font-size: 8px;
}

.splwt-lite-field-image_select .splwt-lite--image.splwt-lite-pro-only:after {
	top: 2px;
	right: 1px;
	line-height: 11px;
	opacity: 1;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 1px;
}

.splwt-lite-field-image_select.weather-template .splwt-lite--image:nth-child(3).splwt-lite-pro-only:after {
	right: 4.5px;
}

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

@media screen and (max-width: 1024px) {
	.splwt-lite-nav.splwt-lite-nav-metabox ul li:last-child {
		float: none;
		display: inline-block;
	}

}

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

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

	.splwpro_shortcode .splwpro-col-lg-3 {
		width: 100%;
		display: block;
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
		border-right: none;
	}

}

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

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

.only_pro_switcher,
.pro_only_field_data,
.pro_only_field .splwt-lite-fieldset .splwt-lite--blocks:not(.splwt-lite--blocks-color, .lw-typo-margin),
.wpcf-field-column.wpcp_carousel_row_pro_only {
	opacity: .7;
	pointer-events: none;
}

.splwt-lite-field-typography.pro_only_field .splwt-lite--blocks-color {
	margin-top: 6px;
}

.splwt-lite-notice {
	color: #444444;
	font-style: normal;
	font-size: 15px;
	padding: 12px 12px 12px 0 !important;
	border: none !important;
	line-height: 22px;
}

.splw-api-notice .splwt-lite-notice {
	color: #101010;
	max-width: 640px;
	padding-top: 0 !important;
}

/* Tools page style */
.splw-tools-options .splwt-lite-header-inner .export-import img {
	height: 24px;
	width: 26px;
	float: left;
	margin-top: 6px;
	margin-right: 8px;
}

.splw-tools-options .splwt-lite-container .splwt-lite-wrapper .splwt-lite-nav-options li:nth-child(1) a {
	background-image: url(../images/export-icon.svg);
}

.splw-tools-options .splwt-lite-container .splwt-lite-nav.splwt-lite-nav-options ul li:nth-child(1) a.splwt-lite-active {
	background-image: url(../images/export-icon-active.svg);
}

.splw-tools-options .splwt-lite-container .splwt-lite-wrapper .splwt-lite-nav-options li:nth-child(2) a {
	background-image: url(../images/import.svg);
}

.splw-tools-options .splwt-lite-container .splwt-lite-nav.splwt-lite-nav-options ul li:nth-child(2) a.splwt-lite-active {
	background-image: url(../images/import-active.svg);
}

.splw-tools-options .splwt-lite-container .splwt-lite-wrapper .splwt-lite-nav-options li a {
	padding: 15px 30px !important;
	background-size: 14px;
	background-position: 10px center;
	background-repeat: no-repeat;
}

.location_weather_export {
	overflow: initial;
}

.location_weather_export .chosen-container.chosen-container-multi {
	max-width: 400px;
}

.location_weather_export .splwt-lite-field+.splwt-lite-field {
	padding-top: 0px;
}

.location_weather_export .splwt-lite--sibling.splwt-lite--button.splwt-lite--active,
.location_weather_import .splwt-lite-fieldset button.import {
	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;
}

.location_weather_import .splwt-lite-field p:first-child {
	padding-bottom: 10px;
}

.splwt-loading-spinner i {
	animation: import-spinner 2s linear infinite;
	margin-left: 5px;
}

@keyframes import-spinner {
	0% {
		transform: rotate(0deg);
	}

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

/* .splwt-lite-form-result.splwt-lite-form-success {
	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, .1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
  }
  .splwt-lite-form-result.splwt-lite-form-success {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  } */
/* Live Preview Button */
#sp_location_weather-show-preview {
	position: fixed;
	right: 144px;
	bottom: 30px;
	z-index: 1001;
	width: 155px;
	text-align: center;
	padding: 10px 0;
	background: #54b154;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2px;
	margin: 0;
	box-sizing: border-box;
	border-color: #44a944;
	overflow: hidden
}

#sp_location_weather_live_preview {
	display: none;
}

.splwt-lite-field-image_select.weather_view figure {
	width: 108px;
	height: 74px;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1510px) {
	.splwt-lite-field-image_select.weather_view figure {
		width: 98px;
		height: 66px;
	}
}


.splwt-lite-field-image_select:is(.weather-template, .weather_view, .weather-horizontal-template, .weather-tabs-template, .weather-table-template, .weather-tabs-alignments, .weather-layout-style, .weather-accordion-template, .weather-grid-template) .splwt-lite--image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}

.splwt-lite-field-image_select.weather-template figure {
	width: 92px;
	height: 152px;
	border-radius: 4px;
	box-sizing: border-box;
}

.splwt-lite-field-image_select:is(.weather-horizontal-template, .weather-tabs-template, .weather-table-template) figure {
	width: 172px;
	height: 104px;
	border-radius: 4px;
	box-sizing: border-box;
}

.splwt-lite-field-image_select:is(.weather-layout-style, .weather-tabs-alignments) figure {
	width: 60px;
	height: 46px;
	border-radius: 4px;
	box-sizing: border-box;
}

.splwt-lite-field-image_select.weather-layout-style figure {
	height: 56px;
}

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

.lw_client_date_format.splwt-pro-field-text input {
	width: 140px;
}

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

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

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

.splwt-lite-tooltip .lw-info-label.img {
	margin-bottom: 0;
}

.splwt-lite-tooltip .lw-open-docs {
	margin-right: 10px;
}

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

.splwt-lite-help-text.lw-support {
	display: none;
}

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

.splwt-lite-tooltip.support-tooltip a.lw-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;
}

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

.splwt-lite-tooltip.support-tooltip a.lw-open-docs.support:hover {
	background: #f5f5f5;
}

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

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

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

.splwt-lite-tooltip .lw-img-tag {
	margin-bottom: 6px;
	min-width: 240px;
}

.splwt-lite-tooltip .lw-img-tag img {
	width: 100%;
}

.splw-mbf-banner .splwt-submit-options {
	position: relative;
}

.splw-mbf-banner .splwt-submit-options::before {
	content: '';
	width: 100%;
	height: 50px;
	position: absolute;
	top: 80%;
	z-index: 10;
	cursor: pointer;
}

.splwt-lite-tooltip.support-tooltip .lw-info-label {
	text-transform: none;
}

.splw-preview-box .splw-lite-wrapper .splw-forecast-weather::after {
	bottom: 2px;
}

.splwt-lite-field.splwt-lite-field-tabbed.lw-display-map-tabs,
.splwt-lite-field.splwt-lite-field-tabbed.lw-typography-tabs {
	margin-top: 0;
}

.splwt-lite-field:not(.splwt-lite-field-tabbed, .splwt-lite-field-typography) .splwt-lite--title {
	position: absolute;
	top: 0;
	text-transform: capitalize;
	color: #999;
	margin-left: 2px;
}

.splwt-lite-field.splwt-lite-field-select.weather-current-icon-type .splwt-lite-fieldset img,
.splwt-lite-field.splwt-lite-field-select.weather-forecast-icon-type .splwt-lite-fieldset img,
.splwt-lite-field.splwt-lite-field-select.weather-icon-type .splwt-lite-fieldset img {
	border: 1px solid #46394e33;
	margin-top: 20px;
	border-radius: 5px;
	width: 200px;
	display: block;
}

div:is(.lw-forecast-data-pro) select,
div:is(.lw-forecast-data-pro, .splw-active-lw-units) .splwt-lite--button,
.weather-layout-style .splwt-lite--image:not(:nth-child(1)) figure,
.weather-horizontal-template .splwt-lite--image:not(:nth-child(1)) figure,
.weather-template .splwt-lite--image:not(:nth-child(1)) figure,
.lw_icon_size .ui-spinner,
div:is(.lw-additional-data-space-between, .lw_max_width) .splwt-lite--inputs,
.lw-forecast-data-pro .splwt-lite--switcher,
.forecast-icon-size .ui-spinner,
.lw-forecast-data-pro .splwt-lite-checkbox,
.lw-forecast-data-pro li label,
.lw-forecast-data-pro.splwt-lite-field-text input,
.weather-additional-data-layout .splwt-lite--image:not(:nth-child(1), :nth-child(2), :nth-child(3)) figure,
.lw-forecast-data-pro button,
.lw-forecast-data-pro input,
.lw-forecast-data-pro .splwt-lite--label,
.lw-forecast-data-pro .ui-button,
.lw-forecast-data-pro .splwt-lite-sortable-item,
.lw-location-from-custom-fields .splwt-lite-checkbox {
	opacity: .8;
	pointer-events: none;
}

.weather_view .splwt-lite--image.splwt-lite-pro-only figure {
	opacity: .8;
}

.splwt-lite-field-image_select:not(.weather_view) .splwt-lite--image.splwt-lite-pro-only figure {
	opacity: .8;
	pointer-events: none;
}

.splwt-lite-field-image_select:is(.weather-layout-style, .weather-additional-data-layout) .splwt-lite--image.splwt-lite-pro-only {
	pointer-events: none;
}

.weather-additional-data-layout.splwt-lite-field-image_select .splwt-lite--image {
	margin-bottom: 8px;
}

.splwt-lite-field-typography .wp-picker-container .button,
.splwt-lite-field-typography .wp-picker-container input[type="text"].wp-color-picker,
.splwt-lite-field-typography .wp-picker-container .wp-color-result.button .splwt-lite-field-typography select,
.splwt-lite-field-typography .splwt-lite--input {
	min-height: 36px;
}

.splwt-lite-field-typography .wp-color-result-text {
	padding: 3px 6px;
}

.splwt-lite-field-typography .splwt-lite--block.splwt-lite--block-font-color {
	margin-top: -2px;
}

.splwt-lite-field-typography .wp-picker-container .wp-color-result.button {
	margin: 0;
}

.splwt-lite-field-typography .splwt-lite--block.splwt-lite--block-margin {
	padding-right: 0;
}

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

.splwt-lite--typography .wp-picker-container input[type="text"].wp-color-picker {
	margin-left: 6px;
}

.splwt-lite-field-typography .splwt-lite--blocks.lw-typo-margin .splwt-lite--input {
	min-width: auto;
	width: 140px;
	text-align: center;
	padding-left: 36px;
}

.splwt-lite-field-typography .splwt-lite--blocks.lw-typo-margin {
	position: relative;
}

.splwt-lite--block.splwt-lite--block-margin .splwt-lite--unit {
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
}

.splwt-lite--block.splwt-lite--block-margin .splwt-lite--unit.icon {
	left: 2px;
	right: auto;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.splwt-lite--block.splwt-lite--block-margin .splwt-lite--unit:not(.icon) {
	right: 7px;
	left: auto;
}

.weather-horizontal-template .splwt-lite-desc-text,
.weather-template .splwt-lite-desc-text {
	font-size: 15px;
	line-height: 18px;
	margin-top: 23px;
	margin-bottom: 10px;
}

.splwt-lite-field-tabbed .splwt-lite-tabbed-section>.splwt-lite-field.splwt-lite-field-notice,
.splwt-lite-field.splwt-lite-field-notice {
	padding-top: 0;
	padding-bottom: 0;
}

.splwt-lite-field.splwt-lite-field-notice.lw-typography-pro-notice {
	padding: 20px 30px;
}

.splwt-lite-field.splwt-lite-field-notice.lw-typography-pro-notice .splwt-lite-notice {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.splwt-lite-field.splwt-lite-field-notice.lw-typography-pro-notice .lw-text-color {
	color: #444;
}

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

.lw-pro-notice a,
.splw-active-lw-units .splwt-lite-desc-text a {
	font-weight: 600;
}

.splwt-lite-field-button_set.lw-forecast-data-pro.nav-icons .splwt-lite--button {
	padding: 10px 6px;
}

.location_weather_page_lw-settings .location-api-notice {
	margin-left: 0;
}

.forecast-pro-notice .lw-bold-text {
	color: #444;
}

.splwt-lite-field-tabbed .splwt-lite-tabbed-section>.splwt-lite-field.splwt-lite-field-notice.notice-padding,
.splwt-lite-field.splwt-lite-field-notice.notice-padding {
	padding-bottom: 20px;
}

.weather-additional-data-layout .splwt-lite-siblings.splwt-lite--image-group {
	max-width: 600px;
}

.lw-units-desc .splwt-lite-desc-text {
	display: none;
}

.splwt-lite-field.splwt-lite-field-button_clean.cache_remove .splwt-lite--button input {
	display: none;
}

/* Cache clean button css */
.splwt-lite-field.splwt-lite-field-button_clean.cache_remove .splwt-lite--button {
	text-shadow: none !important;
	margin-left: 5px;
	margin: 0 2px;
	line-height: 26px;
	border: 0;
	border-radius: 3px;
	padding: 2px 16px;
	height: auto;
	-webkit-transition: all 0.4s;
	font-size: 12px;
	transition: all 0.4s;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	border-color: #006799;
	background-color: #0085ba;
	cursor: pointer;
}

@media screen and (max-width: 1600px) {
	.splwt-lite-field-border .splwt-lite--color {
		margin-bottom: 4px;
	}

	.splwt-lite-field:not(.splwt-lite-field-tabbed, .splwt-lite-field-box_shadow, .splwt-lite-field-typography).lw_forecast_toggle_button_style .splwt-lite--color:nth-last-child(1) .splwt-lite--title {
		position: relative;
	}
}

.weather_view .splwt-lite--image a.splw-live-demo-icon {
	opacity: 0;
	pointer-events: none;
	position: absolute;

}

.weather_view .splwt-lite--image:hover a.splw-live-demo-icon,
.weather_view .splwt-lite--image.splwt-lite--active a.splw-live-demo-icon {
	opacity: 1;
	pointer-events: painted;
	transition: all 0.2s linear;
	font-size: 12px;
}

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

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

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

.weather_view a.splw-live-demo-icon {
	margin-left: 4px;
}

.splwt-lite-field-tabbed.lw-display-tabs .splwt-lite-tabbed-section {
	padding-top: 0;
}

#sp_lw_shortcode .splw_shortcode-area .splw-code {
	background-color: #FDF8F6;
	display: inline-block;
	padding: 10px 10px 10px 30px;
	border: 1px solid #EFE8E7;
	cursor: pointer;
	background-image: url(../images/copy.svg);
	background-size: 16px;
	background-position: 10px center;
	background-repeat: no-repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 83%;
}

div:is(#sp_lw_shortcode, #sp_lw_builder_option) .postbox-header h2 {
	color: #1D2327;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	pointer-events: none;
}

#sp_location_weather_layout .postbox-header,
div:is(#sp_lw_shortcode, #sp_lw_builder_option) .handlediv,
div:is(#sp_lw_shortcode, #sp_lw_builder_option) .postbox-header .handle-actions .handle-order-higher,
div:is(#sp_lw_shortcode, #sp_lw_builder_option) .postbox-header .handle-actions .handle-order-lower,
#sp_location_weather_layout .handlediv,
#sp_location_weather_layout .hndle {
	display: none;
}

#splwt-section-sp_location_weather_layout_1 .splw-admin-header {
	background-color: #FF512F;
	background-image: linear-gradient(62deg, #FF512F 26%, #F09819 100%);
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 30px 16px 22px;
}

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

#splwt-section-sp_location_weather_layout_1 .splw-admin-header::after,
#splwt-section-sp_location_weather_layout_1 .splw-admin-header::before {
	display: none;
}

#sp_location_weather_layout.postbox {
	margin-bottom: 0;
	border-color: #dddddd;
	order: 1;
}

#sp_location_weather_generator .splwt-pro-nav {
	padding-top: 15px;
	border-bottom: 1px solid #dddddd;
}

#sp_location_weather_layout .splwt-pro-title {
	margin-bottom: 10px;
}

#sp_location_weather_layout .splwt-pro-field:not(.lw-enable-map-in-tabs, .weather-tabs-alignments, .templates-for-mobile) .splwt-pro-title,
#sp_location_weather_layout .splwt-pro-field:not(.lw-enable-map-in-tabs, .weather-tabs-alignments, .templates-for-mobile) .splwt-pro-fieldset {
	width: 100%;
}

#sp_location_weather_layout .splwt-pro-field-image_select:not(.splw-first-fields) {
	padding-top: 0;
	margin-top: -10px;
}

#sp_location_weather_layout .splw-map-notice .splwt-pro-notice {
	margin-left: 0;
	padding-left: 0;
}

.splw-admin-header .heading-wrapper {
	display: flex;
	align-items: center;
	min-width: 300px;
}

.splw-admin-header .splw-version {
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 12px;
	padding: 4px 10px 4px 10px;
	border-radius: 17px;
	line-height: 15px;
	height: 15px;
	font-weight: 600;
}

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

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

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

#sp_location_weather_layout .splwt-lite-field:not(.lw-enable-map-in-tabs, .weather-tabs-alignments, .templates-for-mobile, .weather-map-type) .splwt-lite-title,
#sp_location_weather_layout .splwt-lite-field:not(.lw-enable-map-in-tabs, .weather-tabs-alignments, .templates-for-mobile, .weather-map-type) .splwt-lite-fieldset {
	width: 100%;
}

#sp_location_weather_layout .splwt-lite-field-image_select:not(.splw-first-fields) {
	padding-top: 0;
	margin-top: -10px;
}

#sp_location_weather_layout .splwt-lite-title {
	margin-bottom: 10px;
}

#sp_location_weather_generator .splwt-lite-nav {
	padding-top: 15px;
	border-bottom: 1px solid #dddddd;
}

.splwt-lite-tabbed-nav a i {
	font-size: 15px;
	margin-right: 2px;
}

.splwt-lite-metabox .splwt-lite-field.splw-first-fields.weather_view {
	padding-top: 10px;
}

.splwt-lite-field.splwt-lite-field-notice.splw-map-notice .splwt-lite-notice {
	padding-top: 0 !important;
	padding-bottom: 20px !important;
	margin-top: -8px;
}

.weather-map-type .splwt-lite--button.splwt-lite--active {
	opacity: .8;
}

.splw-pro-margin-top-10 {
	margin-top: 10px;
}

.lw_map_layers_opacity .splwt-lite--wrap {
	pointer-events: none;
	opacity: .8;
}

#sp_lw_pro_notice .postbox-header {
	display: none;
}

#sp_lw_pro_notice .splwt-lite-content,
#sp_lw_pro_notice.postbox {
	border-radius: 3px;
}

.lw-pro-notice-wrapper {
	border-width: 1px;
	border-radius: 5px;
	padding-top: 8px;
	padding-bottom: 10px;
}

.lw-pro-notice-heading {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 1);
}

.lw-pro-notice-heading span {
	color: rgba(242, 108, 13, 1);
}

.lw-pro-notice-desc {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: rgba(101, 105, 118, 1);
	margin-bottom: 20px;
	margin-top: 10px;
}

.lw-pro-notice-wrapper ul li {
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: rgba(0, 0, 0, 1);
	display: inline-flex;
	gap: 10px;
}

.lw-pro-notice-wrapper .lw-pro-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;
}

.lw-pro-notice-wrapper .lw-pro-notice-button::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #FF512F 0%, #F09819 100%);
	z-index: -1;
	transition: opacity 0.6s ease;
	opacity: 1;
}

.lw-pro-notice-wrapper .lw-pro-notice-button::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #F09819 0%, #FF512F 100%);
	z-index: -1;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.lw-pro-notice-wrapper .lw-pro-notice-button:hover::before,
.lw-pro-notice-wrapper .lw-pro-notice-button:hover::after {
	opacity: 1;
}

.lw-pro-notice-wrapper .lw-pro-notice-button a {
	color: #ffffff;
	text-decoration: none;
	padding: 14px 30px 14px 30px;
	position: relative;
	z-index: 1;
}

.lw-pro-notice-wrapper .lw-pro-notice-button a:focus {
	box-shadow: none;
	outline: none;
}

.lw-pro-notice-button i {
	font-size: 16px;
}

.lw-pro-notice-wrapper ul li i {
	color: rgba(74, 184, 102, 1);
	font-size: 11px;
}

/* Preloader */
.post-type-location_weather #postbox-container-2 {
	position: relative;
}

.post-type-location_weather #postbox-container-2::before {
	content: '';
	position: absolute;
	width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center center;
}

.post-type-location_weather #postbox-container-2:has(.splwt-lite-depend-on)::before {
	display: none;
}
.post-type-location_weather #advanced-sortables.meta-box-sortables {
	display: flex;
	flex-direction: column;
}

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

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

.splwt-lite-upgrade-button a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.lw-graph-chart .splwt-lite-title h4::after {
	content: "HOT";
	background-color: red;
	color: white;
	font-size: 10px;
	padding: 2px 6px;
	margin-left: 6px;
	border-radius: 4px;
	font-weight: bold;
 }