/**
 * builder.main.css gets loaded for both WP Admin and Preview Iframe Area
 * ONLY when the Live Compose is in active editing mode.
 */

/* Compensate margin-top set for the admin top bar (disabled in LC) */
html {
   top: -32px;
   position: relative;
}

#wpwrap {
	overflow: hidden; /* https://github.com/live-composer/live-composer-page-builder/issues/440 */
}

/* Disable text selection when builder is active */
body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.toplevel_page_livecomposer_editor {
	background: #464646;
}

/* Temporary and dirty fix for bug with wrong position for TinyMCE link inline popup */
body div.mce-inline-toolbar-grp.mce-arrow-up {
	margin-top: 48px;
}

/* Re-enable text selection for text-based modules */

.inline-editor,
.inline-editor *,
.dslca-editable-content,
.dslca-editable-content *,
div[contenteditable="true"],
span[contenteditable="true"],
a[contenteditable="true"],
h1[contenteditable="true"],
h2[contenteditable="true"],
h3[contenteditable="true"],
h4[contenteditable="true"],
h5[contenteditable="true"],
h6[contenteditable="true"] {
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

body .inline-editor:hover,
body .inline-editor:hover *,
body .dslca-editable-content:hover,
body .dslca-editable-content:hover * {
	cursor: text;
}

/* Disable text editing cursor on UI elements */
div:hover,
span > span:hover,
div > span:hover {
	cursor: default;
}

body a {
	text-decoration: none;
}

body a:focus {
	color: inherit;
	box-shadow: none;
}

/* https://github.com/feathericons/feather#svg-sprite */
.feather {
	width: 24px;
	height: 24px;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

#dslc-preview-error {
	text-align: center;
	padding: 160px 0 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.dslc-module-heading:before,
.dslc-module-heading:after,
.dslc-clearfix:before,
.dslc-clearfix:after {
	content: " ";
	display: table;
}

.dslc-module-heading:after,
.dslc-clearfix:after {
	clear: both;
}

.dslc-module-heading,
.dslc-clearfix {
	zoom: 1;
}

.dslc-fl {
	float: left;
}

.dslc-fr {
	float: right;
}

.dslc-clear {
	clear: both;
}

.dslc-no-float {
	float: none !important;
}



.dslca-container * {
	padding: 0;
	margin: 0;
	border: none;
	outline: 0;
	width : 240px;
}

.dslca-disable-selection {
	-ms-user-select: none !important; /* IE 10+ */
	-moz-user-select: -moz-none !important;
	-khtml-user-select: none !important;
	-webkit-user-select: none !important;
	user-select: none !important;
}

.dslca-container p {
	margin-bottom: 20px;
}

.dslca-container input[type="text"],
.dslca-container input[type="number"],
.dslca-container select,
.dslca-container textarea {
	background: rgba( 255, 255, 255, 0.1 );
	border: 0;
	color: #fff;
	padding: 7px 10px;
	/* font-family: 'Open Sans', sans-serif; */
	font-size: 12px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.dslca-container .dslca-module-edit-option-slider input[type="number"] {
	padding-right: 30px;
}

.dslca-container input[type="text"],
.dslca-container input[type="email"],
.dslca-container input[type="number"] {
	height: auto;
}

.dslca-container select,
.dslca-modules-section-edit-option select {
	line-height: 12px; /* Fixes the height in Safari */
	padding: 6px 10px;
	min-height: 32px;

	/* Reset default dropdown select styling */
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;

   cursor: pointer;

   background: url(../../images/dropdown-arrow.png) 90% 55% / 7px no-repeat #6c9fed;
}


.dslca-modules-section-edit-option-select .dslca-icon,
.dslca-module-edit-option-select .dslca-icon {
	position: absolute;
	right: 30px;
	top: 77px;
	cursor: pointer;
}

.dslca-container input[type="submit"] {
	background: #6ba253;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding: 8px 10px;
	line-height: 17px;
}

.dslca-container {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;

	bottom: 0;
	color: #fff;
	left: 0;
	position: fixed;
	/* right: 0; */
	display: flex;
	z-index: 99999;
	-webkit-transition: bottom 0.3s;
	-moz-transition: bottom 0.3s;
	transition: bottom 0.3s;
	height: 100vh;
}

.dslca-container,
.dslca-container *,
.dslca-container *::after,
.dslca-container *::before,
.dslca-module-manage,
.dslca-module-manage *,
.dslca-module-manage *::after,
.dslca-module-manage *::before {
	box-sizing: border-box;
}

/**
 * Disable margin bottom for paragraphs in the text inside inline editor.
 * WordPress clean-out <p> tags if there is only one paragraph in the block.
 * This creates unwanted difference between front-end and editing-mode.
 */
.dslca-editable-content > p:only-child {
	margin-bottom: 0!important;
}

/**
	* Header
	*/

.dslca-header {
	position: absolute;
	/*z-index: 100; - breaks color picker*/
	/* keep LC styling panel Confirm/Cancel buttons on the top */
	min-height: 38px;
	bottom: 100%;
	left: 0;
}

.dslca-header .dslca-currently-editing {
	display: block;
	position: absolute;
	bottom: 45px;
	left: 5px;
	background-color: rgba(71, 70, 70, 0.49);
	color: rgba( 255, 255, 255, 0.5 );
	padding: 6px 10px;
	border-radius: 3px;
	font-weight: 400;
	/* font-family: 'Open Sans', sans-serif; */
	font-size: 10px;
	line-height: 1;
	display: none;
	white-space: nowrap;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	cursor: pointer;
}

	.dslca-header .dslca-currently-editing .dslca-icon {
		margin-right: 5px;
	}

	.dslca-header .dslca-currently-editing strong {
		color: #fff;
	}

.dslca-header .dslca-go-to-section-hook,
.dslca-header .dslca-options-filter-hook,
.dslca-header .dslca-row-options-filter-hook,
.dslca-pseudo-header .dslca-pseudo-options-filter-hook {
	bottom: 0;
	background: #313131;
	border-radius: 3px 3px 0 0;
	color: #adadad;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	/* font-family: 'Open Sans', sans-serif; */
	font-weight: 600;
	line-height: 1;
	padding: 13px 15px;
	position: relative;
}

.dslca-header .dslca-options-filter-hook,
.dslca-pseudo-options-filter-hook,
.dslca-header .dslca-row-pseudo-options-filter-hook {
	display: none;
	margin-right: 3px;
}

.dslca-header .dslca-go-to-section-hook.dslca-active,
.dslca-header .dslca-options-filter-hook.dslca-active,
.dslca-header .dslca-row-options-filter-hook.dslca-active,
.dslca-pseudo-header .dslca-pseudo-options-filter-hook.dslca-active {
	border-top-color: #4777c2;
	background: #3b6fbe;
	color: #fff;
	cursor: default;
}

.dslca-header .dslca-options-filter-hook .dslca-icon,
.dslca-header .dslca-row-options-filter-hook .dslca-icon,
.dslca-pseudo-header .dslca-pseudo-options-filter-hook .dslca-icon {
	margin-right: 4px;
}

.dslca-header .dslca-options-filter-hook.dslca-active,
.dslca-header .dslca-row-options-filter-hook.dslca-active,
.dslca-pseudo-header .dslca-pseudo-options-filter-hook.dslca-active {
	background: #5890e5;
}

.dslca-header .dslca-go-to-section-templates.dslca-active {
	border-top-color: #bf7671;
	background: #a94640;
}

.dslca-header .dslca-go-to-section-hook .dslca-icon {
	font-weight: normal;
}
/* Error status button */
.dslca-show-js-error-container{
	display: none;
}
.dslca-show-js-error-hook {
  padding: 10px;
  bottom: -1px;
  display: none;
  color: rgb(255, 255, 255) !important;
  /* visibility: hidden; */
  float: left;
}
.dslca-show-js-error-hook:hover {
  color: #ffffff;
}
.dslca-show-js-error-hook .dslca-icon {
  color: #ffffff;
  margin-right: 5px;
  margin-left: 8px;
}

#dslca-js-errors-report {
	display: none;
}

.dslca-error-report {
	display: block;
	overflow: scroll;
	text-align: left;
	white-space: nowrap;
	font-size:12px;
	max-height: 120px;

	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.dslca-error-report:hover {
	cursor: text;
}

		.dslca-module-edit-actions,
		.dslca-row-edit-actions,
		.dslca-pseudo-module-edit-actions {
			display: none;
			float: left;
			margin-left: 4px;
			margin-top: 1px;
		}

			.dslca-prompt-modal-cancel-hook,
			.dslca-prompt-modal-confirm-hook,
			.dslca-module-edit-save,
			.dslca-pseudo-module-edit-save,
			.dslca-row-edit-save,
			.dslca-modules-area-edit-save,
			.dslca-module-edit-cancel,
			.dslca-pseudo-module-edit-cancel,
			.dslca-row-edit-cancel,
			.dslca-modules-area-edit-cancel,
			.dslca-wp-editor-save-hook,
			.dslca-wp-editor-cancel-hook {
				background: #78ca4f;
				border-radius: 3px;
				color: #fff!important;
				cursor: pointer;
				display: inline-block;
				font-size: 13px;
				/* font-family: 'Open Sans', sans-serif; */
				font-weight: 600;
				line-height: 1;
				padding: 10px 12px;
				margin-right: 6px;
				text-decoration: none;
				text-align: center;
			}

			.dslca-module-edit-cancel,
			.dslca-row-edit-cancel,
			.dslca-wp-editor-cancel-hook,
			.dslca-prompt-modal-cancel-hook,
			.dslca-pseudo-module-edit-cancel {
				background: #e10000;
			}

			.dslca-module-edit-save:hover,
			.dslca-row-edit-save:hover,
			.dslca-wp-editor-save-hook:hover,
			.dslca-prompt-modal-confirm-hook:hover,
			.dslca-pseudo-module-edit-save:hover {
				background: #3383df;
				color: #fff;
			}
			.dslca-row-edit-save,
			.dslca-module-edit-save, 
			.dslca-wp-editor-save-hook{
				background-color: #54c13f !important;
			}
			.dslca-row-edit-save:hover,
			.dslca-module-edit-save:hover,
			.dslca-wp-editor-save-hook:hover{
				background-color: #40d71f !important;
			}
			.dslca-module-edit-cancel:hover,
			.dslca-row-edit-cancel:hover,
			.dslca-wp-editor-cancel-hook:hover,
			.dslca-prompt-modal-cancel-hook:hover,
			.dslca-pseudo-module-edit-cancel:hover  {
				background: #ff0000;
				color: #fff;
			}

	/**
	 * Actions
	 */

	.dslca-actions,
	.dslca-pseudo-actions {
		position: absolute;
		bottom: 100%;
		right: 0;
		padding-bottom: 5px;
		padding-right: 5px;
	}

	/* Disabled actions while module saving is in progress. */

	.dslca-module-saving-in-progress .dslca-actions .dslca-save-composer-helptext,
	.dslca-module-saving-in-progress .dslca-actions .dslca-save-draft-composer-helptext,
	.dslca-module-saving-in-progress .dslca-actions .dslca-save-composer-icon,
	.dslca-module-saving-in-progress .dslca-actions .dslca-save-draft-composer-icon {
		opacity: .5;
		cursor: wait!important;
	}

	/**
	 * Sections
	 */

	.dslca-sections {
		/*background: #5890e5;*/
		background: #4A7AC3;
		box-sizing: border-box;
	}

	/* Module settings panel */
	.dslca-section.dslca-module-edit,
	.dslca-pseudo-section,
	.dslca-section.dslca-modules-section-edit {
		background: #5890e5;
	}

	.dslca-section.dslca-templates {
		background: #ca564f;
	}

	.dslca-modal.dslca-modal-templates-save,
	.dslca-modal.dslca-modal-templates-export,
	.dslca-modal.dslca-modal-templates-import,
	.dslca-section.dslca-templates-load {
		background: #ca564f;
	}
/*
	.dslca-section.dslca-modules-section-edit {
		background: #E5855F;
	}
*/

		.dslca-section {
			display: none;
			position: relative;
		}

			.dslca-section-back {
				display: block;
				float: left;
				width: 32px;
				line-height: 74px;
				text-align: center;
				color: #fff;
			}

			.dslca-section-back:hover {
				background: #e25c54;
				color: #fff;
			}

			.dslca-section-title {
				display: block;
				float: left;
				background: #3b6fbe;
				color: #fff;
				font-size: 17px;
				line-height: 1;
				padding: 28px 25px;
				/* text-transform: uppercase; */
			}

			.dslca-section-title:hover,
			.dslca-section-title:hover * {
				cursor: pointer;
			}

			.dslca-templates .dslca-section-title,
			.dslca-templates-load .dslca-section-title,
			.dslca-templates-save .dslca-section-title {
				background: #a94640;
			}

				.dslca-section-title-filter {
					position: relative;
					cursor: pointer;
				}

					.dslca-section-title-filter-curr {

					}

					.dslca-section-title-filter .dslca-icon {
						color: rgba( 255, 255, 255, 0.5 );
						margin-left: 10px;
						vertical-align: top;
					}

					.dslca-section-title-filter-options {
						background: #5890E5;
						border-radius: 3px 3px 0 0;
						bottom: 35px;
						display: none;
						min-width: 100px;
						left: -10px;
						position: absolute;
						z-index: 999999;
						box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.21);
					}


						.dslca-section-title-filter-options a {
							display: block;
							cursor: pointer;
							margin: 1px 0 0;
							padding: 10px 13px;
							border-top: 1px solid rgba(0, 0, 0, 0.09);
							font-size: 13px;
							white-space: nowrap;
							color: #fff;
						}

						.dslca-section-title-filter-options a:hover {
							background: #5890E5;
						}

					/* Orange popup filter */
					.dslca-section.dslca-templates-load .dslca-section-title-filter-options {
						background: #CA564F;
					}

					.dslca-section.dslca-templates-load .dslca-section-title-filter-options a:hover {
						background: #e25c54;
					}

	.dslca-sections .dslca-exclude {
		display: none;
	}

	/**
	 * Subsections
	 */

	.dslca-subsection {
		display: none;
	}

	/**
	 * Modules
	 */

	.dslca-module-non-active {
		opacity: 0.5 !important ;
	}

	.dslca-modules {

	}

		.dslca-module {
			color: #fff;
			display: inline-block;
			font-weight: 400;
			line-height: 1;
			padding: 2px 12px 9px 12px;
			background: #5890e5;
			margin: 4px 2px;
			box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), -1px 1px 0px 0 rgba(255, 255, 255, 0.05) inset;
			border-radius: 2px;
			text-align: center;
			min-width: 70px;
			transition: transform 0.05s linear 0.01s;

			/**
			 * We need z-index to make sure the module
			 * covers "Drop modules here" line
			 */
			z-index: 1;
			position: relative;
			width: 48%;
		}

		.dslca-module[data-id="DSLC_Separator"],
		.dslca-module[data-id="DSLC_Notification"],
		.dslca-module[data-id="DSLC_Sliders"],
		.dslca-module[data-id="DSLC_Staff"] {
			/* margin-right: 14px; */
		}

		.dslca-module[data-id="DSLC_M_A"] {
			margin-left: 5px;
			margin-right: 14px;
			background: #b2b7bc;
			box-shadow: none;
		}

		.dslca-module[data-id="DSLC_M_A"] .dslca-icon {
			/* color: #fff; */
		}

		.dslca-module[data-id="DSLC_M_A"]:hover {
			background: #BDC3C9;
		}

		.dslca-module:hover {
		  background: #6b9ff1;
		  box-shadow: -2px 4px 3px 0 rgba(0, 0, 0, 0.19), -1px 1px 0 0 rgba(255, 255, 255, 0.05) inset;
		  transform: translate(1px, -2px);
		}

		div.dslca-module:hover,
		div.dslca-module:hover * {
			color: #fff;
			cursor: grab;
			cursor: -webkit-grab;
		}

		div.dslca-module.dslca-module-dragging {
			position: relative;
			opacity: 1;

		}

		.dslc-module-front.dslca-module-dragging {
			box-shadow: none!important;
		}

		/* Module that follow the cursor */
		/*.dslc-module-front.dslca-module-dragging:not(.dslca-module-ghost) {
		}*/

		/* Sortable module */
		.dslc-module-front.dslca-module-ghost,
		.dslc-modules-section-dnd.dslca-sections-ghost {
			background: rgba(229, 163, 88, 0.4)!important;
		}

		div.dslca-module.dslca-module-dragging *,
		div.dslca-module.dslca-module-dragging,
		div.dslca-module.dslca-module-dragging:hover,
		div.dslca-module.dslca-module-dragging:hover *,
		div.dslca-sections-dragging *,
		div.dslca-sections-dragging,
		div.dslca-sections-dragging:hover *,
		div.dslca-sections-dragging:hover {
			cursor: grabbing;
			cursor: -webkit-grabbing;
		}

		.dslca-manage-action.dslca-move-modules-section-hook:hover,
		.dslca-manage-action.dslca-move-modules-section-hook:hover *,
		.dslca-manage-action.dslca-move-modules-area-hook:hover,
		.dslca-manage-action.dslca-move-modules-area-hook:hover *,
		.dslca-manage-action.dslca-move-module-hook:hover,
		.dslca-manage-action.dslca-move-module-hook:hover * {
			cursor: grab;
			cursor: -webkit-grab;
		}

		.dslca-module.ui-draggable-dragging .dslca-module-title {
			/*display: none;*/
		}

			.dslca-module .dslca-icon {
				color: #AECEF9;
				vertical-align: top;
				font-size: 20px;
				display: block;
				line-height: 41px;
				text-align: center;
				text-shadow: 0px 1px rgba(0, 0, 0, 0.05);
			}

			.dslca-module.ui-draggable-dragging .dslca-icon {
				margin-right: 0;
			}

	.dslca-module-edit {
		position: relative;
	}

		.dslca-modules-section-edit-options,
		.dslca-module-edit-options,
		.dslca-pseudo-module-edit-options {
			padding: 16px 15px 5px 15px;
			/* min-height: 58px; */

			transform: translate(0,0);
			/* fix the bug with wrong position
			of the horizontal scrolling bar
			in macOS Chorme */
		}

			.dslca-modules-section-edit-option,
			.dslca-module-edit-option,
			.dslca-pseudo-module-edit-option,
			.dslca-section-edit-option {
				/* display: table-cell; */
				padding-bottom: 40px;
				padding-left: 15px;
				padding-right: 15px;
				padding-top: 40px;
				min-width: 180px;
				position: relative;
			}

			.dslca-module-control-group,
			.dslca-section-control-group
			 {
				padding: 4px;
			}

			.dslca-module-control-group > .controls-group-inner,
			.dslca-section-control-group > .controls-group-inner {
				padding-left: 15px;
				padding-right: 15px;
				padding-top: 0;
				padding-bottom: 0;
				min-width: 180px;
				border: 1px solid rgba(0,0,0,.1);
				border-radius: 3px;
				position: relative;
			}

			.dslca-module-control-group > .controls-group-inner > .dslca-module-edit-label,
			.dslca-section-control-group > .controls-group-inner > .dslca-section-edit-label {
				/* position: absolute; */
				/* background: rgba(76, 129, 207, 0.4); */
				/* padding: 6px 11px; */
				left: 0;
				/* border-radius: 2px 2px 0 0; */
				/* width: 100%; */
				/* text-transform: uppercase; */
				/* letter-spacing: 1px; */
				/* font-size: 75%; */
				/* border-bottom: 1px solid #4C81CF; */
			}

			.dslca-module-control-group > .controls-group-inner > .dslca-module-edit-label .dslc-control-toggle {
				display: none;
			}

			.dslca-module-edit-option-hidden {
				display: none !important;
			}

				.dslca-module-edit-option input[type="text"],
				.dslca-module-edit-option input[type="email"],
				.dslca-module-edit-option input[type="number"],
				.dslca-module-edit-option textarea,
				.dslca-module-edit-option select,
				.dslca-module-edit-option input[type="text"]:focus,
				.dslca-module-edit-option input[type="email"]:focus,
				.dslca-module-edit-option input[type="number"]:focus,
				.dslca-module-edit-option textarea:focus,
				.dslca-module-edit-option select:focus,
				.dslca-pseudo-module-edit-field {
					background-color: #6c9fed;
					border: 1px solid #447bce;
					border-radius: 3px;
					width: 100%;
					min-width: 140px;
					max-width: 100%;
					height: auto;
				}

				.dslca-module-edit-option-text,
				.dslca-pseudo-module-edit-option {
					width: 235px;
				}

				.dslca-module-edit-option-checkbox {
					white-space: nowrap;
				}

				.dslca-module-edit-option-textarea {
					width: 500px;
				}

				.dslca-module-edit-label,
				.dslca-pseudo-module-edit-label,
				.dslca-modules-section-edit-label {
					color: #fff;
					display: block;
					/* font-family: 'Open Sans', sans-serif; */
					font-weight: 400;
					font-size: 13px;
					line-height: 1;
					margin-bottom: 10px;
					padding-right: 40px;
					white-space: nowrap;
					position: relative;
				}

				.dslca-module-edit-field {

				}

				.dslca-module-edit-field-font {
					min-width: 140px;
				}

				.dslca-module-edit-field-font-wrapper,
				.dslca-module-edit-field-icon-wrapper {
					display: table-cell;
					padding-right: 5px;

					position: relative; /* do not delete */
				}

					.dslca-module-edit-field-font,
					.dslca-module-edit-field-icon {
						vertical-align: middle;
					}

						.dslca-options-iconbutton {
							background: #3b6fbe none repeat scroll 0 0;
							border: 1px solid #3565ad;
							border-radius: 3px;
							cursor: pointer;

							display: table-cell;
							height: 32px;
							text-align: center;
							vertical-align: middle;
							padding: 0 10px;
						}

						.dslca-options-iconbutton.dslca-module-edit-field-font-prev {
							border-top-right-radius: 0;
							border-bottom-right-radius: 0;
						}

						.dslca-options-iconbutton.dslca-module-edit-field-font-next {
							border-top-left-radius: 0;
							border-bottom-left-radius: 0;
							border-left-width: 0;
						}

							.dslca-options-iconbutton .dslca-icon {
								color: #8db6f3;
								font-size: 12px;
								line-height: 30px;
							}

					.dslca-module-edit-field-font-suggest,
					.dslca-module-edit-field-icon-suggest {
						color: rgba( 255, 255, 255, 0.5 );
						position: absolute;
						left: 11px;
						top: 0;
						line-height: 2;
						font-size: 12px;
						vertical-align: middle;
						padding: 8px 0;
					}


			.dslca-module-edit-option-checkbox {
				width: auto;
			}

				.dslca-module-edit-option-checkbox input[type="checkbox"] {
					display: none;
				}

				.dslca-module-edit-option-checkbox-wrapper {
					display: table-cell;
					background: #3b6fbe;
					border-radius: 3px;
					border: 1px solid #3565ad;
					padding: 0 10px;
					display: flex;
					flex-direction: row;
					width: 100%;
					margin-bottom: 15px;
					justify-content: flex-start;
					flex-wrap: nowrap;
					overflow-x: auto;
					align-items: stretch;
					scroll-behavior: smooth;
					padding-right: 1px;
					scrollbar-color: #ffffff #ffffff00;
					padding-bottom: 8px;
				}

					.dslca-module-edit-option-checkbox-single {
						padding: 6px 8px;
						display: table-cell;
					}

						.dslca-module-edit-option-checkbox-hook {
							cursor: pointer;
							font-size: 13px;
							font-weight: 400;
							/* font-family: 'Open Sans', sans-serif; */
						}

							.dslca-module-edit-option-checkbox-hook .dslca-icon {
								margin-right: 10px;
							}

			.dslca-module-edit-option-radio {
				width: auto;
			}

				.dslca-module-edit-option-radio input[type="radio"] {
					vertical-align: bottom;
				}

				.dslca-module-edit-option-radio-wrapper {
					background: #3b6fbe;
					border-radius: 4px;
					border: 1px solid #3565ad;
					padding: 0 10px;
				}

					.dslca-module-edit-option-radio-single {
						margin: 6px;
						display: inline-block;
						font-size: 12px;
						font-weight: 400;
						/* font-family: 'Open Sans', sans-serif; */
					}

			/**
			 * Box shadow option type
			 * and
			 * Text shadow option type
			 */

			.dslca-module-edit-option-box_shadow,
			.dslca-module-edit-option-text_shadow {
				width: auto;
			}

				.dslca-module-edit-option-box-shadow-wrapper,
				.dslca-module-edit-option-text-shadow-wrapper {
					display: table-cell;
					background: #3b6fbe;
					border-radius: 4px;
					border: 1px solid #3565ad;
					padding: 2px 10px;
					font-size: 0;
				}

					.dslca-module-edit-option-box-shadow-single,
					.dslca-module-edit-option-text-shadow-single {
						display: table-cell;
						width: auto;
						line-height: 1;
						vertical-align: middle;
						white-space: nowrap;
						padding-left: 20px;

						position: relative;
					}

					.dslca-module-edit-option-box-shadow-single:first-child,
					.dslca-module-edit-option-text-shadow-single:first-child {
						padding-left: 0;
					}

						.dslca-module-edit-option-box-shadow-single span,
						.dslca-module-edit-option-text-shadow-single span {
							/* text-transform: uppercase; */
							font-size: 12px;
							/*font-weight: bold;*/
							margin-right: 10px;
							vertical-align: middle;
						}

						.dslca-module-edit-option-box-shadow-single span.wp-picker-input-wrap,
						.dslca-module-edit-option-text-shadow-single span.wp-picker-input-wrap {
							margin-right: 0;
						}

						.dslca-module-edit-option-box-shadow-single input[type="number"],
						.dslca-module-edit-option-text-shadow-single input[type="number"],
						.dslca-module-edit-option-box-shadow-single input[type="text"],
						.dslca-module-edit-option-text-shadow-single input[type="text"],

						.dslca-module-edit-option-box-shadow-single input[type="number"]:focus,
						.dslca-module-edit-option-text-shadow-single input[type="number"]:focus,
						.dslca-module-edit-option-box-shadow-single input[type="text"]:focus,
						.dslca-module-edit-option-text-shadow-single input[type="text"]:focus {
							width: 60px;
							min-width: auto;
							padding: 3px 7px;
							vertical-align: middle;
						}

						.dslca-module-edit-option-box-shadow-single input[type="text"].dslca-module-edit-option-box-shadow-color,
						.dslca-module-edit-option-text-shadow-single input[type="text"].dslca-module-edit-option-text-shadow-color {
							width: 100px;
						}

						.dslca-module-edit-option-box-shadow-single input[type="checkbox"] {
							display: none;
						}

						.dslca-module-edit-option-box-shadow-single .dslca-module-edit-option-checkbox-hook {
							margin-right: 0;
						}

							.dslca-module-edit-option-box-shadow-single .dslca-module-edit-option-checkbox-hook .dslca-icon {
								margin-left: 10px;
								margin-right: 0;
								font-size: 13px;
								font-weight: normal;
							}



			/**
			 * Text Align Option Type
			 */

			.dslca-module-edit-option-text-align {
				width: auto;
			}

				.dslca-module-edit-option-text-align input[type="checkbox"] {
					display: none;
				}

				.dslca-module-edit-option-text-align-wrapper {
					background: #3b6fbe;
					border-radius: 4px;
					border: 1px solid #3565ad;
					padding: 0 10px;
					font-size: 0;
					display: table-cell;
				}

					.dslca-module-edit-option-text-align-single {
						display: table-cell;
						/*width: 20%;*/
						font-size: 14px;
						text-align: center;
						line-height: 1;
						vertical-align: middle;
						padding: 5px 12px;
					}

						.dslca-module-edit-option-text-align-hook {
							cursor: pointer;
							opacity: 0.6;
							line-height: 20px;
						}

						.dslca-module-edit-option-text-align-hook:hover {
							opacity: 0.8;
						}

						.dslca-module-edit-option-text-align-hook.dslca-active {
							opacity: 1;
						}

		.dslca-module-edit-options-tabs {
			/*border-bottom: 1px solid .dslca-module-edit-options-tabs;*/
			/*padding-bottom: 17px;*/
			/*padding-right: 100px;*/
		}

			/* Show reset responsive settings button only in Responsive tab */
			.dslca-container:not([data-current-section=responsive]) .dslca-clear-responsive-options {
				display: none;
			}

			.dslca-module-edit-options-tab-hook,
			.dslca-pseudo-module-edit-options-tab-hook,
			.dslca-clear-responsive-options {
				color: #fff;
				cursor: pointer;

				/* font-family: 'Open Sans', sans-serif; */
				font-size: 12px;
				font-weight: 600;
				letter-spacing: 0.5px;
				text-transform: uppercase;

				padding: 6px 10px;
				border-radius: 3px;
				float: left;
				/* text-transform: uppercase; */
			}

			.dslca-module-edit-options-tab-hook.dslca-active,
			.dslca-module-edit-options-tab-hook.dslca-active:hover {
				background: rgba(0, 0, 0, 0.11);
				box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.22) inset;
			}

			.dslca-module-edit-options-tab-hook:hover,
			.dslca-pseudo-module-edit-options-tab-hook:hover,
			.dslca-clear-responsive-options:hover {
				background: rgba(169, 239, 255, 0.17);
				color: #fff;
			}

			.dslca-module-edit-options-tab-hook[data-id="animation_styling"],
			.dslca-module-edit-options-tab-hook[data-id="presets_styling"],
			.dslca-clear-responsive-options {
				float: right;
			}

			.dslca-clear-styling-button {
			  border: 1px solid rgba(255, 255, 255, 0.4);
			  border-radius: 4px;
			  display: inline-block !important;
			  float: right;
			  font-weight: bold;
			  padding: 4px 6px;
			  position: absolute;
			  right: 0;
			  top: 15px;

			  color: #a0c0f0;
			  cursor: pointer;
			  font-size: 11px;
			  font-weight: 900;
			  margin-right: 18px;
			  /* text-transform: uppercase; */
			}

			.dslca-clear-styling-button:hover {
				color: #fff;
			}



	/**
	 * Modules Section Edit
	 */

	.dslca-modules-section-edit {
		position: relative;
	}

			.dslca-modules-section-edit-option-hidden {
				display: none !important;
			}

				.dslca-modules-section-edit-option input[type="text"],
				.dslca-modules-section-edit-option input[type="email"],
				.dslca-modules-section-edit-option input[type="number"],
				.dslca-modules-section-edit-option textarea,
				.dslca-modules-section-edit-option select,
				.dslca-modules-area-edit-option input[type="text"],
				.dslca-modules-area-edit-option input[type="email"],
				.dslca-modules-area-edit-option input[type="number"],
				.dslca-modules-area-edit-option textarea,
				.dslca-modules-area-edit-option select {
					background-color: #6c9fed;
					border: 1px solid #447bce;
					width: 100%;
					max-width: 100%;
					height: auto;
				}

				.dslca-modules-section-edit-option-text {
					width: 235px;
				}

				.dslca-modules-section-edit-option-checkbox {

				}

				.dslca-modules-section-edit-option-textarea {
					width: 500px;
				}

				.dslca-modules-section-edit-field {

				}

			.dslca-modules-section-edit-option-checkbox {
				width: auto;
			}

				.dslca-modules-section-edit-option-checkbox input[type="checkbox"] {
					display: none;
				}

				.dslca-modules-section-edit-option-checkbox-wrapper {
					background: #3b6fbe;
					border-radius: 4px;
					border: 1px solid #3565ad;
					padding: 0 10px;
				}

					.dslca-modules-section-edit-option-checkbox-single {
						margin: 6px;
						display: table-cell;
						white-space: nowrap;
						padding: 8px;
					}

						.dslca-modules-section-edit-option-checkbox-hook {
							cursor: pointer;
							font-size: 12px;
							font-weight: 400;
							/* font-family: 'Open Sans', sans-serif; */
						}

							.dslca-modules-section-edit-option-checkbox-hook .dslca-icon {
								margin-right: 10px;
							}

	.dslca-modules-section-settings {
		display: none;
	}

	/**
	 * Templates
	 */

	.dslca-templates {
		/* border-top: 1px solid #d8827d; */
		position: relative;
	}

		.dslca-template,
		.dslca-templates .dslca-go-to-section-hook,
		.dslca-templates .dslca-open-modal-hook {
			border-right: 1px solid rgba(0, 0, 0, 0.12);
			color: #fff;
			cursor: pointer;
			display: block;
			float: left;
			font-size: 15px;
			line-height: 1;
			padding: 29px 29px 27px 29px;
			/* text-transform: uppercase; */
		}

		.dslca-templates .dslca-go-to-section-hook:hover,
		.dslca-templates .dslca-open-modal-hook:hover,
		.dslca-template:hover {
			background: #e25c54;
			color: #fff;
		}

			.dslca-templates .dslca-go-to-section-hook .dslca-icon,
			.dslca-templates .dslca-open-modal-hook .dslca-icon {
				color: rgba( 255, 255, 255, 0.5);
				margin-right: 9px;
				vertical-align: top;
				line-height: 14px;
			}

	/**
	 * Template Load
	 */

	.dslca-templates-load {
		border-top: 1px solid #d8827d;
	}

		/*.dslca-template-title {
			 line-height: 26px;
		}*/

		.dslca-template-origin-user {
			padding-right: 50px;
		}

			.dslca-template .dslca-delete-template-hook {
				background: rgba( 0, 0, 0, 0.2 );
				border-radius: 3px;
				display: inline-block;
				margin-top: -6px;
				margin-left: 7px;
				padding: 5px 7px;
				cursor: pointer;
			}
	/**
	 * Template Save
	 */

	.dslca-template-save-form input[type="text"] {
		background: #fff;
		border: 1px solid #d9dcdf;
		border-radius: 3px;
		color: #bfbfbf;
		display: block;
		margin-bottom: 15px;
		width: 224px;
	}

	/**
	 * Template Import
	 */

	.dslca-template-import-form {

	}

		#dslca-import-code {
			background: #fff;
			border: 1px solid #d9dcdf;
			border-radius: 3px;
			color: #bfbfbf;
			display: block;
			height: 150px;
			margin-bottom: 15px;
			overflow: hidden;
			width: 224px;
		}

	/**
	 * Template Export
	 */

	.dslca-template-export-form {

	}

		#dslca-export-code {
			background: #fff;
			border: 1px solid #d9dcdf;
			border-radius: 3px;
			color: #bfbfbf;
			display: block;
			height: 150px;
			margin-bottom: 15px;
			overflow: hidden;
			width: 224px;
		}

		.dslca-template-export-form .dslca-close-modal-hook {
			display: block;
			width: auto;
		}

	/**/

		.dslca-section-actions {

		}

			.dslca-go-to-modules-hook {

			}


.dslca-switch {
	background: #1783bc;
	border-radius: 50%;
	bottom: -50px;
	cursor: pointer;
	height: 100px;
	left: 45%;
	position: fixed;
	width: 100px;
}

.dslca-submit {
	background: #54c13f;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	/* font-family: 'Open Sans', sans-serif; */
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	position: relative;
	text-align: center;
	width: 110px;
}
.dslca-submit:hover{
	background: #40d71f;
}
.dslca-submit-secondary {
	background: #5890e5;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	/* font-family: 'Open Sans', sans-serif; */
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	width: 110px;
}

.dslca-cancel {
	background: #e10000;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	/* font-family: 'Open Sans', sans-serif; */
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	width: 110px;
}
.dslca-cancel:hover {
	background: #ff0000;
}
.dslca-module-reloading {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba( 255, 255, 255, 0.8 );
	color: #5890e5;
}

	.dslca-module-reloading .dslca-icon {
		font-size: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -10px;
	}


.dslca-module-placeholder,
.dslca-modules-section-placeholder {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.dslca-module-placeholder {
	position: relative;
	background: #5890e5;
	height: 40px; /* 2px */
	float: left;
}

	.dslca-placeholder-help-text {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		text-align: center;
	}

		.dslca-placeholder-help-text-inner {
			background: #5890e5;
			border-radius: 3px 3px 0 0;
			color: #fff;
			font-size: 12px;
			font-weight: 400;
			letter-spacing: .5px;
			/* text-transform: uppercase; */
			display: inline-block;
			padding: 5px 10px;
		}
/*
.dslc-modules-area-empty .dslca-module-placeholder {
	display: none;
}
*/

.dslc-modules-area.dslc-modules-area-empty {
	margin-bottom: 20px;
	min-height: 138px;
	box-shadow: 0 0 0 2px rgba(173, 175, 179, 0.4);

	text-align: center;
	vertical-align: middle;
}

.dslc-modules-area.dslc-modules-area-empty:last-child {
	margin-bottom: 0px;
}

.dslc-modules-area-empty::after {
	 content: "Drop modules here";
	 display: inline-block;
	 opacity: 1;
	 color: rgba(173, 175, 179, 0.4);

	 left: 0;
	 right: 0;
	 top:50%;
	 margin-top: -10px;
	 position: absolute;

	 font-size: 15px;
	 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.dslc-module-front {
	position: relative;
	min-height: 30px;
}

/* .dslc-module-front.dslca-change-width-active {
	z-index: 999999;
} */

/* experimental */
.dslc-module-front:hover {
	z-index: 999999;
}

body.module-editing-in-progress .dslc-module-front:not(.dslca-module-being-edited),
body.section-editing-in-progress .dslc-modules-section:not(.dslca-modules-section-being-edited) {
	/*opacity: .5;*/
	cursor: default!important;
}

/* Cover all other modules and areas when already editing module/area */
/* body.module-editing-in-progress .dslc-module-front:not(.dslca-module-being-edited):before,
body.section-editing-in-progress .dslc-modules-section:not(.dslca-modules-section-being-edited):before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 199999;
}
 */

.dslc-module-front:hover,
.dslc-module-front:hover * {
	cursor: pointer;
}

.dslc-modules-area:hover {
	box-shadow: 0 0 0 2px rgba(173, 175, 179, 1) inset;
}

.dslc-modules-area:hover .dslc-module-front:hover {
	box-shadow: 0 0 0 2px rgb(79, 143, 241) inset;
}

/**
 * Removes blinking animation on drag and drop
 */
.dslc-module-front.dslca-module-dragging {
	animation:none!important;
}

.dslc-modules-area.dslca-options-hovered .dslc-module-front {
	box-shadow: 0 0 0 0 transparent;
}


.dslc-control-toggle {
	cursor: pointer;
	font-size: 15px;
	opacity: 0.5;
	position: absolute;
	right: 0;
}

.dslc-control-toggle:hover {
	opacity: 1;
}

.dslca-option-off {
	opacity: .5;
}

.dslc-control-toggle:before {
	content: "\f205";
}

.dslca-option-off .dslc-control-toggle:before {
	content: "\f204";
}

.dslc-modules-area {
	outline: 0;
}

.dslc-modules-area.dslca-options-hovered {
	/*box-shadow: 0 0 0 2px #5890e5;*/
}

.dslc-modules-area-empty.dslc-modules-area.dslca-options-hovered {
	box-shadow: 0 0 0 2px rgba(173, 175, 179, 0.4);
}

.dslc-modules-area.dslca-options-hovered {
	box-shadow: 0 0 0 2px rgba(173, 175, 179, 0.4);
}

.dslc-modules-area-empty.dslca-options-hovered {
	outline: none !important;
}

.dslc-module-front.ui-sortable-helper {
	background: #5890e5;
	border-radius: 3px;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden;
	opacity: 1 !important;
	cursor: move;
	padding: 0 !important;
	border: 0 !important;
	outline: none !important;
}

	.dslc-module-front.ui-sortable-helper * {
		opacity: 0;
	}

	.dslc-module-front .dslc-sortable-helper-icon {
		display: none;
		position: absolute;
		left: 25px;
		top: 25px;
		color: rgba( 255, 255, 255, 0.5);
	}

	.dslc-module-front.ui-sortable-helper .dslc-sortable-helper-icon {
		display: block;
		opacity: 1;
	}

.dslc-modules-area.ui-sortable-helper {
	cursor: move;
	border: 0 !important;
	outline: 0 !important;
}

	.dslc-modules-area.ui-sortable-helper * {
		opacity: 0;
	}

.dslc-modules-area.ui-sortable-helper {

}

.dslc-modules-section.ui-sortable-helper {
	max-height: 0px !important;
	width: 100% !important;
	overflow: hidden !important;
	opacity: 0 !important;
	padding: 0 !important;
	outline: 0 !important;
	border: 0 !important;
}

	.dslc-modules-section.ui-sortable-helper * {
		/* opacity: 0; */
	}

/**
 * Save Composer (confirm changes)
 */

.dslca-save-composer,
.dslca-save-draft-composer {
	background: #313131;
	border-radius: 3px 6px 6px 3px;
	cursor: pointer;
	font-size: 13px;
	float: left;
	line-height: 1;
	opacity: 0;
	display: none;
	padding: 10px 12px;
	padding-right: 43px;
	text-decoration: none;
	position: relative;
	margin-right: 6px;
}

	.dslca-save-composer-helptext {
		color: #adadad;
		white-space: nowrap;
	}

	.dslca-save-composer .dslca-save-composer-icon,
	.dslca-save-draft-composer .dslca-save-draft-composer-icon {
		background: #78ca4f;
		bottom: 0;
		border-radius: 0 3px 3px 0;
		border-top: 1px solid #b8e3a2;
		cursor: pointer;
		color: #fff;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		width: 30px;
	}

		.dslca-save-composer .dslca-save-composer-icon .dslca-icon {
			color: #fff;
			margin: 0;
			position: relative;
			top: 10px;
		}

/**
 * Save Draft (confirm changes)
 */


	.dslca-save-draft-composer-helptext {
		color: #adadad;
		white-space: nowrap;
	}

		.dslca-save-draft-composer .dslca-save-draft-composer-icon .dslca-icon {
			color: #fff;
			margin: 0;
			position: relative;
			top: 10px;
		}

/**
 * No Content (empty module area)
 */

.dslca-no-content {
	position: absolute;
	display: none;
	border: 2px dashed #5890e5;
	padding: 35px 10px;
	width: 100%;
	text-align: center;
}

	.dslc-modules-area-empty .dslca-no-content {
		display: block;
	}
/*
	.dslca-no-content-primary {
		color: #5890e5;
		display: inline-block;
		background: rgba( 255, 255, 255, 0.75 );
		font-size: 15px;
		line-height: 1;
		margin: 0;
		padding: 13px;
		border-radius: 3px;
	}
 */
		.dslca-no-content .dslca-icon {
			margin-right: 10px;
		}

		.dslc-modules-area.dslc-2-col .dslca-no-content-help-text,
		.dslc-modules-area.dslc-1-col .dslca-no-content-help-text {
			display: none;
		}

		.dslc-modules-area.dslc-2-col .dslca-icon,
		.dslc-modules-area.dslc-1-col .dslca-icon {
			margin-right: 0;
		}

.dslca-templates-actions {
	background: rgba( 0, 0, 0, 0.3 );
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/**
 * Module Section
 */

	/* Button */

	div.dslca-add-modules-section {
		text-align: center;
		margin-top: 30px;
		width: 80%;
		max-width: 620px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 180px;
		overflow: hidden;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	}

		.dslca-add-modules-section-hook,
		.dslca-import-modules-section-hook {
			background: #e5855f!important;
			border-radius: 3px;
			color: #fff!important;
			cursor: pointer;
			display: block;
			font-size: 15px!important;
			float: left;
			line-height: 1!important;
			padding: 14px 0;
			text-decoration: none!important;
			width: 70%!important;
			box-shadow: none!important;
		}

		.dslca-add-modules-section-hook:hover,
		.dslca-import-modules-section-hook:hover {
			background: #FF9162!important;
			color: #fff!important;
		}

			.dslca-add-modules-section .dslca-icon,
			.dslca-import-modules-section .dslca-icon {
				margin-right: 10px;
				color: rgba( 255, 255, 255, 0.5 )!important;
			}

		.dslca-import-modules-section-hook {
			float: right;
			width: 28%!important;
		}

	/* Main */

	.dslc-modules-section {
		position: relative;
	}

	.dslc-modules-section:hover {
		box-shadow: 0 0 0 2px #EF7C5B inset;
	}

	.dslc-modules-section.dslca-change-width-active {
		z-index: 100;
	}
		/*.dslc-modules-section-inner {
			min-height: 50px;
		}*/

	/* Manage */


	/* Special class to show/hide UI elements when CMD button pressed */
	body .dslca-cmd {
		display: none;
	}

	body.key-press-cmd .dslca-cmd-hide {
		display: none;
	}

	body.key-press-cmd  .dslca-cmd,
	body.key-press-cmd  .dslca-cmd.dslca-manage-action{
		display: flex;
	}

	/* Icons block styling */

	/* Icon element */
	.dslca-manage-action {
		display: flex;
		align-items: center;
		justify-content: center;

		color: #fff;
		background-color: #ED7C5F;

		text-decoration: none;
		font-size: 14px;
		line-height: 15px;
		text-align: center;
		/* padding: 0 8px; */
		min-width: 30px;
		margin-right: -2px;
		position: relative;
	}

	.dslca-manage-action:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		bottom: 0;
		right: 0;
	}

	.dslca-module-manage-inner .dslca-manage-action {
		background-color: #5291EE;
	}

		.dslca-manage-action svg {
			max-width: 15px;
		}

		.dslca-icon {
			vertical-align: middle;
		}

		.dslca-manage-action:first-child {
			/* padding-left: 12px; */
			border-radius: 3px 0 0 0;
		}

		.dslca-manage-action:last-child {
			/* padding-right: 12px; */
			border-radius: 0 3px 0 0;
		}



	.dslca-modules-section-manage {
		bottom: 0;
		left: 0;
		right: 0;
		height: 30px;
		visibility: hidden;
		padding-right: 0;
		position: absolute;
		z-index: 999999; /* Fixed: https://github.com/live-composer/live-composer-page-builder/issues/895 */
		width: 20%; /* Fixed: https://github.com/live-composer/live-composer-page-builder/issues/912 */
		margin: 0 auto; 
		text-align: center;
	}
	.dslca-modules-section-add {		
		bottom: -14px;
		left: 0;
		right: 0;
		height: 30px;
		visibility: hidden;
		padding-right: 0;
		position: absolute;
		z-index: 999999;
		width: 20%;
		margin: 0 auto;
		text-align: center;
	}

	.dslc-first-row {
		transition: margin-top 0.3s ease;
	}
	.dslc-first-row:hover {
		margin-top: 30px !important;
	}

	.dslca-modules-section-manage:hover {
	    z-index: 100000;
	}


	.dslc-modules-section:hover .dslca-modules-section-manage,
	.dslc-modules-section:hover .dslca-modules-section-add {
		visibility: visible !important;
	}
		.dslca-modules-section-manage-inner,
		.dslca-module-manage-inner {
			display: flex;
			justify-content: center;
			vertical-align: middle;

			/* background: #f17c56; */
			border-radius: 3px;
			line-height: 1;
			position: relative;
			z-index: 99999;
			height:30px;
			opacity: 0;
			cursor: pointer;
		}

		.dslca-modules-section-manage-inner {
			border-bottom-right-radius: 0;
			border-bottom-left-radius: 0;
		}

			.dslca-modules-section-manage .dslca-manage-action:hover {
			  background: #db6a3a;
			}

			.dslca-module-manage-inner .dslca-manage-action:hover {
				background: #507FC9;
			}


	/* Placeholder */

	.dslca-modules-section-placeholder {
		position: relative;
		background: #E5855F;
		height: 2px;
		width: 100%;
		margin: 10px 0;
	}

	.dslca-modules-section-placeholder .dslca-placeholder-help-text-inner {
		background: #E5855F;
	}


/**
 * Module Area
 */

.dslca-add-modules-area {

}

	.dslca-add-modules-area-hook {
		background: #5fb7e5;
		border-radius: 3px;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 11px;
		/* font-family: 'Open Sans', sans-serif; */
		font-weight: bold;
		line-height: 1;
		margin-right: 7px;
		padding: 7px 10px;
		/* text-transform: uppercase; */
		text-decoration: none;
		vertical-align: middle;
	}

	.dslca-add-modules-area-hook:hover {
		color: #fff;
	}

		.dslca-add-modules-area-hook .dslca-icon {
			margin-right: 5px;
			color: rgba( 255, 255, 255, 0.5 );
			position: relative;
			top: 1px;
		}

.dslc-modules-area {
	position: relative;
}

.dslca-modules-area-drag-in-progress .dslc-modules-area {
	margin-right: 1% !important;
	clear: none;
}

	.dslca-modules-area-manage {
		visibility: hidden;
		/* opacity: 0.5; */
		-webkit-transition: opacity 0.2s ease-in-out;
		-moz-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}

	.dslc-modules-area:hover .dslca-modules-area-manage {
		visibility: visible;
		/* opacity: 0.5; */
	}

	.dslc-modules-section.dslc-full:hover .dslc-modules-area:hover .dslca-modules-area-manage {
		z-index: 9999999;
		/* https://github.com/live-composer/live-composer-page-builder/issues/977 */
	}


	.dslc-modules-area .dslca-modules-area-manage:hover {
		opacity: 1;
	}

	.dslca-modules-area-manage {
		bottom: 0;
		position: absolute;
		left: -28px;
		top: 0;
		margin-right: 0px;
		text-align: center;
		z-index: 999999;
	}

	.dslca-modules-area-manage.dslca-horizontal {
		top: 50%;
	}

	.dslc-modules-section.dslc-full .dslca-modules-area-manage {
		right: auto;
		left: 0;
		margin-right: 0;
	}

		.dslca-modules-area-manage-inner {
			display: flex;
			flex-flow: column;
			/* background: #b2b7bc; */
			border-radius: 3px 0 0 3px;
			border-right-width: 0;
			margin-top: 10px;
			position: relative;
			z-index: 99999;
		}

		.dslca-horizontal .dslca-modules-area-manage-inner {
			margin-top: -47px;
			/*border-radius: 3px;*/
		}

		.dslc-modules-section.dslc-full .dslca-modules-area-manage-inner {
			border-radius: 0 3px 3px 0;
		}

		.dslca-modules-area-manage .dslca-manage-action {
			color: #fff;
			background-color: #b2b7bc;;
			display: block;
			text-decoration: none;
			/* font-size: 12px; */
			line-height: 1px;
			text-align: center;
			margin: 0;

			padding: 1px 7px;

			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		}

		.dslca-modules-area-manage-inner .dslca-manage-action:first-child {
			margin-left: 0;
			margin-top: 0;
			padding-top: 6px;
			border-radius: 3px 0 0 0;
		}

		.dslca-modules-area-manage .dslca-manage-action:last-child {
			padding-bottom: 6px;
			border-radius: 0 0 3px 3px;
		}

		#dslc-content .dslca-modules-area-manage .dslca-manage-action:hover {
			color: #fff;
			background: #507fc9;
		}

		#dslc-content .dslca-modules-area-manage .dslca-change-width-modules-area-hook {
			position: relative;
		}

			#dslc-content .dslca-modules-area-manage .dslca-icon {
				font-size: 12px;
			}

			.dslca-change-width-modules-area-options,
			.dslca-change-width-module-options,
			.dslca-change-vertial-align-module-area-options {
				background: #fff;
				border: 1px solid #d9dcdf;
				border-radius: 3px;
				display: none;
				padding: 7px;
				position: absolute;
				top: -6px;
				left: 25px;
				z-index: 99999;
				width: 122px;
			}
			.dslca-change-width-modules-area-hook .dslca-change-width-modules-area-options,
			.dslca-change-width-module-hook .dslca-change-width-module-options{
				width:385px !important;
			} 
			.dslca-change-width-modules-area-hook .dslca-change-width-modules-area-options span:first-child, 
			.dslca-change-width-module-hook .dslca-change-width-module-options span:first-child{
				width: 100%;
				text-align: left;
			}
			.dslca-change-width-modules-area-hook .dslca-change-width-modules-area-options span, 
			.dslca-change-width-module-hook .dslca-change-width-module-options span {
				width:115px;
				max-width:115px;
				line-height: 12px;
				background: #ffffff;
				position: relative;
				opacity: .80;
			}
			.dslca-change-width-modules-area-hook .dslca-change-width-modules-area-options span img, 
			.dslca-change-width-module-hook .dslca-change-width-module-options span img {
				/* opacity:.4; */
				transition:.2s all ease;
				transform: scale(1) !important;
			}
			.dslca-change-width-modules-area-hook .dslca-change-width-modules-area-options span img:hover, 
			.dslca-change-width-module-hook .dslca-change-width-module-options span img:hover,
			.dslca-change-width-modules-area-hook .dslca-change-width-modules-area-options span:hover, 
			.dslca-change-width-module-hook .dslca-change-width-module-options span:hover {
				opacity:1;
			}
			small.lc_content_width_ratio{
				position: absolute;
				right: 5px;
				top: 50%;
				transform: translateY(-50%);
				background: #507fc9;
				z-index: 9;
				font-size: 14px;
				padding: 3px 4px;
				border-radius: 2px;
			}
			.dslc-modules-area.dslc-1-col .dslca-change-width-modules-area-options span[data-size="1"] small.lc_content_width_ratio,
			.dslc-modules-area.dslc-2-col .dslca-change-width-modules-area-options span[data-size="2"] small.lc_content_width_ratio,
			.dslc-modules-area.dslc-3-col .dslca-change-width-modules-area-options span[data-size="3"] small.lc_content_width_ratio,
			.dslc-modules-area.dslc-4-col .dslca-change-width-modules-area-options span[data-size="4"] small.lc_content_width_ratio,
			.dslc-modules-area.dslc-5-col .dslca-change-width-modules-area-options span[data-size="5"] small.lc_content_width_ratio,
			.dslc-modules-area.dslc-6-col .dslca-change-width-modules-area-options span[data-size="6"] small.lc_content_width_ratio,
			.dslc-modules-area.dslc-7-col .dslca-change-width-modules-area-options span[data-size="7"] small.lc_content_width_ratio,
			.dslc-modules-area.dslc-8-col .dslca-change-width-modules-area-options span[data-size="8"] small.lc_content_width_ratio,
			.dslc-modules-area.dslc-9-col .dslca-change-width-modules-area-options span[data-size="9"] small.lc_content_width_ratio,
			.dslc-modules-area.dslc-10-col .dslca-change-width-modules-area-options span[data-size="10"] small.lc_content_width_ratio,
			.dslc-modules-area.dslc-11-col .dslca-change-width-modules-area-options span[data-size="11"] small.lc_content_width_ratio,
			.dslc-modules-area.dslc-12-col .dslca-change-width-modules-area-options span[data-size="12"] small.lc_content_width_ratio,
			.dslc-module-front.dslc-1-col .dslca-change-width-module-options span[data-size="1"] small.lc_content_width_ratio,
			.dslc-module-front.dslc-2-col .dslca-change-width-module-options span[data-size="2"] small.lc_content_width_ratio,
			.dslc-module-front.dslc-3-col .dslca-change-width-module-options span[data-size="3"] small.lc_content_width_ratio,
			.dslc-module-front.dslc-4-col .dslca-change-width-module-options span[data-size="4"] small.lc_content_width_ratio,
			.dslc-module-front.dslc-5-col .dslca-change-width-module-options span[data-size="5"] small.lc_content_width_ratio,
			.dslc-module-front.dslc-6-col .dslca-change-width-module-options span[data-size="6"] small.lc_content_width_ratio,
			.dslc-module-front.dslc-7-col .dslca-change-width-module-options span[data-size="7"] small.lc_content_width_ratio,
			.dslc-module-front.dslc-8-col .dslca-change-width-module-options span[data-size="8"] small.lc_content_width_ratio,
			.dslc-module-front.dslc-9-col .dslca-change-width-module-options span[data-size="9"] small.lc_content_width_ratio,
			.dslc-module-front.dslc-10-col .dslca-change-width-module-options span[data-size="10"] small.lc_content_width_ratio,
			.dslc-module-front.dslc-11-col .dslca-change-width-module-options span[data-size="11"] small.lc_content_width_ratio,
			.dslc-module-front.dslc-12-col .dslca-change-width-module-options span[data-size="12"] small.lc_content_width_ratio {
				background-color:#5da937;
			}
			.dslca-change-vertial-align-module-area-options {
				padding: 12px;
				padding-top: 18px;
			}

			/* Show popup when parent icon hovered. */
			.dslca-change-width-module-hook:hover > .dslca-change-width-module-options,
			.dslca-change-width-modules-area-hook:hover > .dslca-change-width-modules-area-options,
			.dslca-change-vertial-align-module-area-hook:hover > .dslca-change-vertial-align-module-area-options {
				display: block;
			}

			.dslca-change-width-module-options {
				top: 24px;
				left: 0;
				transform: translateX(-50%);
				border-top-right-radius: 0;
				border-top-left-radius: 0;
				/* border-top: none; */
				padding-bottom: 7px !important;
			}

			.dslca-change-width-modules-area-options:after,
			.dslca-change-width-modules-area-options:before {
				right: 100%;
				top: 18px;
				border: solid transparent;
				content: " ";
				height: 0;
				width: 0;
				position: absolute;
				pointer-events: none;
			}

			.dslca-change-width-modules-area-options:after {
				/*
				border-color: rgba(255, 255, 255, 0);
				border-bottom-color: #ffffff;
				border-width: 10px;
				left: 50%;
				margin-left: -10px;
				*/
				border-color: rgba(255, 255, 255, 0);
				border-right-color: #fff;
				border-width: 10px;
				margin-top: -10px;
			}

			.dslca-change-width-modules-area-options:before {
				/*
				border-color: rgba(205, 205, 205, 0);
				border-bottom-color: #cdcdcd;
				border-width: 11px;
				left: 50%;
				margin-left: -11px;
				*/
				border-color: rgba(205, 205, 205, 0);
				border-right-color: #cdcdcd;
				border-width: 11px;
				margin-top: -11px;
			}

				.dslca-change-width-modules-area-options span,
				.dslca-change-width-module-options span {
					/* background: #4785db; */
					border-radius: 3px;
					display: inline-block;
					/* font-family: 'Open Sans', sans-serif; */
					font-size: 13px;
					font-weight: 400;
					line-height: 24px;
					max-width: 44px;
					margin: 1px;
					text-align: center;
					width: 44px;
				}

				.dslca-change-width-modules-area-options span:hover,
				.dslca-change-width-module-options span:hover {
					background: #6B9FF1;
				}

				.dslca-change-width-modules-area-options span:first-child,
				.dslca-change-width-module-options span:first-child,
				.dslca-change-vertial-align-module-area-options span:first-child {
					background: none;
					color: #5e636a;
					display: inline-block;
					font-size: 13px;
					margin-bottom: 5px;
					max-width: none;
					width: auto;
				}

				.dslca-change-vertial-align-module-area-options span:first-child {
					margin-bottom: 16px;
				}

				/* Highlight current width selection */

				.dslc-modules-area.dslc-1-col .dslca-change-width-modules-area-options span[data-size="1"],
				.dslc-modules-area.dslc-2-col .dslca-change-width-modules-area-options span[data-size="2"],
				.dslc-modules-area.dslc-3-col .dslca-change-width-modules-area-options span[data-size="3"],
				.dslc-modules-area.dslc-4-col .dslca-change-width-modules-area-options span[data-size="4"],
				.dslc-modules-area.dslc-5-col .dslca-change-width-modules-area-options span[data-size="5"],
				.dslc-modules-area.dslc-6-col .dslca-change-width-modules-area-options span[data-size="6"],
				.dslc-modules-area.dslc-7-col .dslca-change-width-modules-area-options span[data-size="7"],
				.dslc-modules-area.dslc-8-col .dslca-change-width-modules-area-options span[data-size="8"],
				.dslc-modules-area.dslc-9-col .dslca-change-width-modules-area-options span[data-size="9"],
				.dslc-modules-area.dslc-10-col .dslca-change-width-modules-area-options span[data-size="10"],
				.dslc-modules-area.dslc-11-col .dslca-change-width-modules-area-options span[data-size="11"],
				.dslc-modules-area.dslc-12-col .dslca-change-width-modules-area-options span[data-size="12"],

				.dslc-module-front.dslc-1-col .dslca-change-width-module-options span[data-size="1"],
				.dslc-module-front.dslc-2-col .dslca-change-width-module-options span[data-size="2"],
				.dslc-module-front.dslc-3-col .dslca-change-width-module-options span[data-size="3"],
				.dslc-module-front.dslc-4-col .dslca-change-width-module-options span[data-size="4"],
				.dslc-module-front.dslc-5-col .dslca-change-width-module-options span[data-size="5"],
				.dslc-module-front.dslc-6-col .dslca-change-width-module-options span[data-size="6"],
				.dslc-module-front.dslc-7-col .dslca-change-width-module-options span[data-size="7"],
				.dslc-module-front.dslc-8-col .dslca-change-width-module-options span[data-size="8"],
				.dslc-module-front.dslc-9-col .dslca-change-width-module-options span[data-size="9"],
				.dslc-module-front.dslc-10-col .dslca-change-width-module-options span[data-size="10"],
				.dslc-module-front.dslc-11-col .dslca-change-width-module-options span[data-size="11"],
				.dslc-module-front.dslc-12-col .dslca-change-width-module-options span[data-size="12"] {
					background: #ffffff;
					box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.28) inset;
					cursor: default;
					opacity: 1 !important;
				}
				.dslc-modules-area.dslc-1-col .dslca-change-width-modules-area-options span[data-size="1"] img,
				.dslc-modules-area.dslc-2-col .dslca-change-width-modules-area-options span[data-size="2"] img,
				.dslc-modules-area.dslc-3-col .dslca-change-width-modules-area-options span[data-size="3"] img,
				.dslc-modules-area.dslc-4-col .dslca-change-width-modules-area-options span[data-size="4"] img,
				.dslc-modules-area.dslc-5-col .dslca-change-width-modules-area-options span[data-size="5"] img,
				.dslc-modules-area.dslc-6-col .dslca-change-width-modules-area-options span[data-size="6"] img,
				.dslc-modules-area.dslc-7-col .dslca-change-width-modules-area-options span[data-size="7"] img,
				.dslc-modules-area.dslc-8-col .dslca-change-width-modules-area-options span[data-size="8"] img,
				.dslc-modules-area.dslc-9-col .dslca-change-width-modules-area-options span[data-size="9"] img,
				.dslc-modules-area.dslc-10-col .dslca-change-width-modules-area-options span[data-size="10"] img,
				.dslc-modules-area.dslc-11-col .dslca-change-width-modules-area-options span[data-size="11"] img,
				.dslc-modules-area.dslc-12-col .dslca-change-width-modules-area-options span[data-size="12"] img,
				.dslc-module-front.dslc-1-col .dslca-change-width-module-options span[data-size="1"] img,
				.dslc-module-front.dslc-2-col .dslca-change-width-module-options span[data-size="2"] img,
				.dslc-module-front.dslc-3-col .dslca-change-width-module-options span[data-size="3"] img,
				.dslc-module-front.dslc-4-col .dslca-change-width-module-options span[data-size="4"] img,
				.dslc-module-front.dslc-5-col .dslca-change-width-module-options span[data-size="5"] img,
				.dslc-module-front.dslc-6-col .dslca-change-width-module-options span[data-size="6"] img,
				.dslc-module-front.dslc-7-col .dslca-change-width-module-options span[data-size="7"] img,
				.dslc-module-front.dslc-8-col .dslca-change-width-module-options span[data-size="8"] img,
				.dslc-module-front.dslc-9-col .dslca-change-width-module-options span[data-size="9"] img,
				.dslc-module-front.dslc-10-col .dslca-change-width-module-options span[data-size="10"] img,
				.dslc-module-front.dslc-11-col .dslca-change-width-module-options span[data-size="11"] img,
				.dslc-module-front.dslc-12-col .dslca-change-width-module-options span[data-size="12"] img {
					opacity:1;
				}


				.dslc-popup-option {
					display: block;
					width: 100%;

					background: #4785db;
					border-radius: 3px;
					font-size: 13px;
					font-weight: 400;
					line-height: 24px;
					margin: 1px;
					text-align: left;

					cursor: default;
				}

	/**
	 * Modules Area Manage - Empty
	 */

	.dslc-modules-area-empty .dslca-modules-area-manage {
		top: 12px;
		bottom: auto;
	}

		.dslc-modules-area-empty .dslca-modules-area-manage-inner {
			margin-top: 0;
		}



.dslca-modules-area-placeholder {
	position: relative;
	background: #5890e5;
	height: 2px;
	margin: 10px;
	float: left;
}

body.rtl .dslca-modules-area-placeholder {
	float: right;
}

/**
 * Module - Management
 */

.dslca-module-manage {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -77px;
	top: 0;
	text-align: center;
	z-index: 99999;
	line-height: 1;
}

#dslc-content .dslc-small-height-module .dslca-module-manage {
	top: -28px;

	.dslca-module-manage-hook:first-child {
		border-radius: 3px 0 0 3px;
	}

	.dslca-module-manage-hook:last-child {
		border-radius: 0 3px 3px 0;
	}
}

	.dslca-module-manage-inner {
		background: #5890e5;
	}

	.dslca-module-manage-inner.dslca-dev-mode {
		background: #444;
		border-color: #333;
	}

	#dslc-content .dslc-modules-area.dslc-1-col .dslca-module-manage .dslca-module-manage-hook,
	#dslc-content .dslc-modules-area.dslc-2-col .dslca-module-manage .dslca-module-manage-hook {
		margin-right: -2px;
	}

	#dslc-content .dslca-module-manage .dslca-module-manage-hook:first-child {
		margin-top: 0;
		border-radius: 0 0 0 3px;
	}

	#dslc-content .dslca-module-manage .dslca-module-manage-hook:last-child {
		margin-right: 0 !important;
		border-radius: 0 0 3px 0;
	}

	#dslc-content .dslca-module-manage .dslca-module-manage-hook:hover {
		color: #fff;
	}

/* Vertical manage for smaller modules ( height ) */

/*

#dslc-content .dslca-module-manage.dslca-horizontal {
	top: 50%;
}

	#dslc-content .dslca-module-manage.dslca-horizontal .dslca-module-manage-inner {
		margin-top: -68px;
	}

*/


.dslca-section-scroller {
	position: relative;
	height: 93vh;
	/* margin-right: 80px; */
	overflow: hidden;
	display: flex;
	flex-direction: column;
	/* width: 350px; */
	flex-wrap: wrap;

}

	.dslca-section-scroller-inner {
		/* position: absolute; */
		top: 0;
		left: 0;
		bottom: 0;
		/* width: 999999px; */
		/* text-align: left; */
		/* -webkit-transition: left 0.3s ease-in-out; */
		-moz-transition: left 0.3s ease-in-out;
		/* transition: left 0.3s ease-in-out; */
	}

		.dslca-section-scroller-content {
			/* display: inline-block; */
			/* padding-right: 80px; */
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
		}

.dslca-section-scroller-fade {
	background: -moz-linear-gradient(left,  rgba(88,144,229,0) 0%, rgba(70, 116, 185,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(88,144,229,0)), color-stop(100%,rgba(70, 116, 185,1)));
	background: -webkit-linear-gradient(left,  rgba(88,144,229,0) 0%,rgba(70, 116, 185,1) 100%);
	background: -o-linear-gradient(left,  rgba(88,144,229,0) 0%,rgba(70, 116, 185,1) 100%);
	background: -ms-linear-gradient(left,  rgba(88,144,229,0) 0%,rgba(70, 116, 185,1) 100%);
	background: linear-gradient(to right,  rgba(88,144,229,0) 0%,rgba(70, 116, 185,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004799', endColorstr='#5890e5',GradientType=1 );
	position: relative;
	right: 80px;
	width: 20px;
	bottom: 0;
	top: 0;
	z-index: 1;
}

.dslca-section-scroller-nav {
	position: relative;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 80px;
	font-size: 30px;
}

	.dslca-section-scroller-nav > a {
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;

		/*float: left;*/
		width: 40px;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		text-decoration: none;
		outline: none!important;
		background: rgba(0, 0, 0, 0.2);
	}

	.dslca-section-scroller-nav > a:hover {
		background: rgba(0, 0, 0, 0.15);
	}

	.dslca-section-scroller-nav > a:active {
		background: rgba(0, 0, 0, 0.25);
	}

	.dslca-section-scroller-nav .dslca-section-scroller-next {
		left: auto;
		right: 0;
	}


		.dslca-section-scroller-prev .dslca-icon,
		.dslca-section-scroller-next .dslca-icon {
			color: #fff;
			/*display: block;*/
			/*text-align: center;*/
			/*margin-top: 20px;*/
		}




/**
 * Modal
 */

.dslca-modal {
	background: #fff;
	border-radius: 3px;
	color: #444;
	display: none;
	padding: 14px 17px;
	position: absolute;
	bottom: 55px;
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); /* drop shadow */
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); /* drop shadow */
	box-shadow: 0 1px 6px rgba(0,0,0,.2); /* drop shadow */
	z-index: 9999991;
}

	.dslca-modal-title {

	}

	.dslca-modal:after {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.dslca-modal:after {
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #ffffff;
		border-width: 7px;
		left: 50%;
		margin-left: -7px;
	}

/** Modal Window class */

.dslca-prompt-modal-msg textarea{
	width: 100%;
    min-height: 80px;
    padding: 5px;
    line-height: 1.6em;
    font-size: 13px;
	color: #848484;
}

.dslca-prompt-modal {
	background: rgba( 255, 255, 255, 0.80 );
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	height: 100%;
}

	.dslca-prompt-modal-content {
		background: #fff;
		border-radius: 3px;
		top: 50%;
		position: relative;
		width: 400px;
		margin: 0 auto;
		margin-top: -123px;
		padding: 40px;
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.04), 0 0 7px rgba(0,0,0,.12); /* drop shadow and outer glow */
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.04), 0 0 7px rgba(0,0,0,.12); /* drop shadow and outer glow */
		box-shadow: 0 2px 2px rgba(0,0,0,.04), 0 0 7px rgba(0,0,0,.12); /* drop shadow and outer glow */
	}

		.dslca-prompt-modal-msg {
			text-align: center;
		}

			.dslca-prompt-modal-title {
				color: #424242;
				display: block;
				/* font-family: "Lato"; */
				font-size: 16px;
				font-weight: bold;
				line-height: 1;
				margin-bottom: 22px;
			}

			.dslca-prompt-modal-descr {
				color: #8a8a8a;
				display: block;
				/* font-family: "Lato"; */
				font-size: 13px;
				font-weight: normal;
				line-height: 22px;
				margin-bottom: 22px;
			}

		.dslca-prompt-modal-actions {
			text-align: center;
		}

			.dslca-prompt-modal-confirm-hook {
				margin-right: 7px;
			}

			.dslca-prompt-modal-actions .dslc-icon {
				color: rgba( 255, 255, 255, 0.5 );
				margin-right: 6px;
			}


			/**
			 * Modal
			 */

			.dslca-prompt-modal {
				background: rgba( 255, 255, 255, 0.80 );
				display: none;
				position: fixed;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				z-index: 99999999;
				height: 100%;
			}

				.dslca-prompt-modal-content {
					background: #fff;
					border-radius: 3px;
					top: 50%;
					position: relative;
					width: 400px;
					margin: 0 auto;
					margin-top: -123px;
					padding: 30px 20px;
					-moz-box-shadow: 0 2px 2px rgba(0,0,0,.04), 0 0 7px rgba(0,0,0,.12); /* drop shadow and outer glow */
					-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.04), 0 0 7px rgba(0,0,0,.12); /* drop shadow and outer glow */
					box-shadow: 0 2px 2px rgba(0,0,0,.04), 0 0 7px rgba(0,0,0,.12); /* drop shadow and outer glow */
				}

					.dslca-prompt-modal-msg {
						text-align: center;
					}

						.dslca-prompt-modal-title {
							color: #424242;
							display: block;
							/* font-family: 'Open Sans', sans-serif; */
							font-size: 16px;
							font-weight: bold;
							line-height: 1;
							margin-bottom: 22px;
						}

						.dslca-prompt-modal-descr {
							color: #8a8a8a;
							display: block;
							/* font-family: 'Open Sans', sans-serif; */
							font-size: 13px;
							font-weight: normal;
							line-height: 22px;
							margin-bottom: 22px;
						}

						.dslca-prompt-modal-descr textarea {
							width: 100%;
							min-height: 80px;
							padding: 5px;
							font-size: 11px;
						}

					.dslca-prompt-modal-actions {
						text-align: center;
					}

						.dslca-prompt-modal-cancel-hook {

						}

						.dslca-prompt-modal-actions .dslc-icon {
							color: rgba( 255, 255, 255, 0.5 );
							margin-right: 6px;
						}

/**
 * Front
 */

.dslca-module-options-front,
.dslca-accordion-plain-content,
.dslca-tab-plain-content {
	display: none;
}

.dslca-module-options-front-backup {
	display: none;
}

/**
 * Other
 */
.dslca-module-edit-option-size,
#dslca-code,
#dslca-content-for-search,
.dslca-module-code,
.dslca-modules-area-code,
.dslca-section-code {
	display: none !important;
}

/**
 * WYSIWYG
 */

#dslca-wysiwyg {
	position: absolute;
	top: 0;
	left: -110%;
	z-index: 99999;
	height: 200px;
	padding-bottom: 60px;
}

	#dslcawysiwyg {
		overflow: hidden;
		height: 100px;
	}

	#wp-dslcawysiwyg-wrap,
	#wp-dslcawysiwyg-editor-container,
	#wp-dslcawysiwyg-editor-container textarea {

	}

	#wp-dslcawysiwyg-editor-container {
		height: 82%;
	}

	#dslc-content .dslc-module-front.dslca-module-wysiwyg-active {
		opacity: 0;
		min-height: 200px;
	}

	#dslca-wysiwyg-actions {
		bottom: 0;
		position: absolute;
		color: #fff;
		left: 0;
		line-height: 1;
		right: 0;
		text-align: right;
	}

		#dslca-wysiwyg-actions-save-hook {
			background: #5bd63b;
			border-radius: 3px;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			font-size: 12px;
			/* font-family: 'Open Sans', sans-serif; */
			font-weight: bold;
			line-height: 1;
			padding: 13px 10px;
			position: relative;
			text-align: center;
			/* text-transform: uppercase; */
		}

		#dslca-wysiwyg-actions-cancel-hook {
			background: #e55858;
			border-radius: 3px;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			font-size: 12px;
			/* font-family: 'Open Sans', sans-serif; */
			font-weight: bold;
			line-height: 1;
			padding: 13px 10px;
			position: relative;
			text-align: center;
			/* text-transform: uppercase; */
		}

		#dslc-content .dslca-wysiwyg-actions-edit {
			position: absolute;
			top: 0;
			right: 0;
			overflow: hidden;
		}

			.dslca-enabled.dslca-composer-hidden #dslc-content .dslca-wysiwyg-actions-edit {
				display: none;
			}

			#dslc-content .dslca-wysiwyg-actions-edit-hook {
				background: #5593EB;
				color: #fff;
				cursor: pointer;
				display: block;
				font-size: 12px;
				/* font-family: 'Open Sans', sans-serif; */
				line-height: 1;
				font-weight: bold;
				position: relative;
				padding: 7px 10px;
				border-radius: 0 0 0 3px;
				letter-spacing: 0;
			}

			#dslc-content .dslca-wysiwyg-actions-edit-hook:hover {
				background: #5080C9;
				z-index: 99999;
			}

	body.dslca-enabled .ui-widget-overlay,
	body.dslca-enabled .ui-dialog,
	body.dslca-enabled #mceModalBlocker,
	body.dslca-enabled #wp-link-backdrop,
	body.dslca-enabled #mce-modal-block {
		z-index: 99999999 !important;
	}

	body.dslca-enabled .clearlooks2,
	body.dslca-enabled #menu_dslcawpeditor_dslcawpeditor_formatselect_menu,
	body.dslca-enabled #dslcawpeditor_forecolor_menu,
	body.dslca-enabled #wp-link-wrap,
	body.dslca-enabled .mce-menu,
	body.dslca-enabled .mce-panel {
		z-index: 999999991 !important;
	}

	body.dslca-enabled .mce_fullscreen {
		display: none;
	}


/**
 * Animations
 */

/* Bounce In */

@keyframes "dslcBounceIn" {

	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	70% {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
	90% {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		transform: scale(1.0);
	}
	100% {
		opacity: 1;
	}

}

@-moz-keyframes dslcBounceIn {

	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		filter: alpha(opacity=0);
		opacity: 0;
	}
	70% {
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
	90% {
		-moz-transform: scale(1.0);
		transform: scale(1.0);
	}
	100% {
		filter: alpha(opacity=100);
		opacity: 1;
	}

}

@-webkit-keyframes "dslcBounceIn" {

	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		filter: alpha(opacity=0);
		opacity: 0;
	}
	70% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	90% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
	100% {
		filter: alpha(opacity=100);
		opacity: 1;
	}

}

/* Bounce Out */

@keyframes "dslcBounceOut" {

	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		transform: scale(0.9);
	}

}

@-moz-keyframes dslcBounceOut {

	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-moz-transform: scale(0.9);
		transform: scale(0.9);
	}

}

@-webkit-keyframes "dslcBounceOut" {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

}

/* Bounce In and Out */

@keyframes "dslcBounceOut2" {

	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1.01);
		-moz-transform: scale(1.01);
		transform: scale(1.01);
	}
	100% {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		transform: scale(0.9);
	}

}

@-moz-keyframes dslcBounceOut2 {

	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-moz-transform: scale(1.01);
		transform: scale(1.01);
	}
	100% {
		-moz-transform: scale(0.9);
		transform: scale(0.9);
	}

}

@-webkit-keyframes "dslcBounceOut2" {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}
	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

}

/* Lower opacity */

@keyframes "dslcOpacityDrop" {

	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.7;
	}

}

@-moz-keyframes dslcOpacityDrop {

	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.7;
	}

}

@-webkit-keyframes "dslcOpacityDrop" {

	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.7;
	}

}

/* Rotate */

@keyframes "dslcRotate" {

	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@-moz-keyframes dslcRotate {

	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@-webkit-keyframes dslcRotate {

	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

.dslca-save-composer.dslca-init-animation,
.dslca-save-draft-composer.dslca-init-animation,
.dslc-modules-area.dslca-init-animation {
	display: block;
	opacity: 1;
	-webkit-animation-name: dslcBounceIn;
	-moz-animation-name: dslcBounceIn;
	animation-name: dslcBounceIn;
	animation-duration:0.6s;
	-webkit-animation-duration:0.6s;
	background: #0050a5;
}
.dslc-modules-area.dslca-init-animation {
	background: transparent;
}

.dslca-anim-opacity-drop {
	/*
	opacity: 0.7;
	-webkit-animation-name: dslcOpacityDrop;
	-moz-animation-name: dslcOpacityDrop;
	animation-name: dslcOpacityDrop;
	animation-duration:0.6s;
	-webkit-animation-duration:0.6s;
	*/
}

.dslc-editable-content:focus,
.dslc-editable-content.dslc-pen {
	outline: 1px dashed rgba( 0, 0, 0, 0.2);
}

span.dslca-manage-action,
span.dslca-manage-action:hover,
span.dslca-manage-action:hover * {
	cursor: pointer;
}

.dslca-module-being-edited .dslca-module-manage {
	display: none !important;
}

.dslc-notification .dslca-refresh-module-hook {
	right: 35px;
}

/**
 * Slider
 */

.dslca-container .dslca-module-edit-option-slider,
.dslca-container .dslca-modules-section-edit-option-slider {
	position: relative;
}

	/* Slider is hidden by default and we show it on hover only */
	.dslca-modules-edit-field-slider {
		display: none;
	}

	/* .dslca-container .dslca-module-edit-field-slider,
	.dslca-container .dslca-modules-section-edit-field-slider {
		background: #6c9fed;
		border-radius: 5px;
		position: absolute;
		height: 5px;
		left: 15px; 
		right: 15px;
		margin-top: 15px;
	} */

		/* .dslca-container .dslca-module-edit-field-slider .ui-slider-handle,
		.dslca-container .dslca-modules-section-edit-field-slider .ui-slider-handle {
			background: #3b6fbe;
			border: 1px solid #3565ad;
			border-radius: 50%;
			top: -6px;
			position: absolute;
			width: 15px;
			height: 15px;
			margin-left: -7px;
			cursor: ew-resize;
		} */


/**
 * Numeric Text
 */

.dslca-module-edit-field-numeric-wrap,
.dslca-modules-section-edit-field-numeric-wrap {
	position: relative;
}

	.dslca-module-edit-field-numeric-ext,
	.dslca-modules-section-edit-field-numeric-ext {
		position: absolute;
		color: rgba( 255, 255, 255, 0.8 );
		font-size: 12px;
		right: 15px;
		top: 50%;
		margin-top: -5px;
		line-height: 1;
	}

	.dslca-module-edit-option-slider .dslca-module-edit-field-numeric-ext {
		right: 10px;
		top: 14px;
	}

/**
 * Separator
 */

.dslca-separator-empty {
	height: 1px;
	line-height: 0;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.06 );
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

	.dslca-separator-empty span {
		background: #fff;
		border-radius: 3px;
		color: #a0a0a0;
		display: inline-block;
		/* font-family: "Open Sans",sans-serif; */
		font-size: 10px;
		line-height: 1;
		padding: 3px 6px;
		position: relative;
		top: -7px;
	}

/**
 * WP Editor
 */

.dslca-wp-editor {
	background: rgba( 0, 0, 0, 0.70 );
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
}

	.dslca-wp-editor-inner {
		/* background: #fff; */
		/* position: fixed; */
		top: 30px;
		left: 30px;
		right: 30px;
		bottom: 30px;
		/* padding: 50px; */
	}

	.dslca-wp-editor-notification {
		margin-top: 30px;
	}

	.dslca-wp-editor-actions {
		margin-top: 30px;
	}

#wp-dslcawpeditor-editor-container {
	border: 1px solid #ddd;
}

/**
 * Invisible Overlay
 */

.dslca-invisible-overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99998;
}

.dslca-disable-selection .dslca-invisible-overlay {
	display: block;
}

/**
 * Loading Modal
 */

.dslca-loading-modal {
	background: rgba( 0, 0, 0, 0.75 );
	/* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 200px;
	z-index: 999999;
}

	.dslca-loading-modal-content {
		position: relative;
		top: 200px;
		width: 580px;
		margin: 0 auto;
	}

		.dslca-loading-modal-msg {
			background: #fff;
			border-radius: 3px;
			color: #707070;
			font-size: 14px;
			/* font-family: 'Open Sans', sans-serif; */
			font-weight: 400;
			line-height: 1.5;
			padding: 35px 25px;
			text-align: center;
			margin-bottom: 10px;
			-moz-box-shadow: 0 0 7px #000;
			-webkit-box-shadow: 0 0 7px #000;
			box-shadow: 0 0 7px #000;
		}

		.dslca-loading-modal-actions {
			text-align: right;
		}

			.dslca-loading-modal-cancel-hook,
			.dslca-loading-modal-confirm-hook {
				background: #e55f5f;
				border-radius: 3px;
				cursor: pointer;
				color: #fff;
				display: inline-block;
				font-size: 14px;
				/* font-family: 'Open Sans', sans-serif; */
				font-weight: bold;
				line-height: 1;
				padding: 13px 15px;
				/* text-transform: uppercase; */
			}

			.dslca-loading-modal-confirm-hook {
				background: #4cc12d;
				margin-right: 7px;
			}

/**
 * Tooltip
 */

.dslca-module-edit-field-ttip-content {
	display: none;
}

.dslca-module-edit-field-icon-ttip-hook,
.dslca-module-edit-field-ttip-hook {
	background: #3b6fbe;
	color: #5890e5;
	cursor: pointer;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 10px;
	vertical-align: bottom;
}

.dslca-module-edit-field-icon-ttip-hook .dslca-icon,
.dslca-module-edit-field-ttip-hook .dslca-icon {
	position: absolute;
	left: 5px;
	font-weight: normal;
	font-size: 10px;
	top: 1px;
}

.dslca-module-edit-field-icon-ttip,
.dslca-module-edit-field-ttip {
	background: #fff;
	color: #8a8a8a;
	font-family: 'Opens Sans', sans-serif;
	font-size: 13px;
	line-height: 1.4;
	display: none;
	border-radius: 3px;
	padding: 20px 25px;
	border: 1px solid rgba(0,0,0,.12); /* stroke */
	position: absolute;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.04), 0 0 7px rgba(0,0,0,.12); /* drop shadow and outer glow */
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.04), 0 0 7px rgba(0,0,0,.12); /* drop shadow and outer glow */
	box-shadow: 0 2px 2px rgba(0,0,0,.04), 0 0 7px rgba(0,0,0,.12); /* drop shadow and outer glow */
	text-align: center;
	z-index: 999999;
}

	.dslca-module-edit-field-icon-ttip a,
	.dslca-module-edit-field-ttip a {
		color: #5890e5;
		font-weight: bold;
		text-decoration: none;
	}

	.dslca-module-edit-field-icon-ttip:after,
	.dslca-module-edit-field-icon-ttip:before,
	.dslca-module-edit-field-ttip:after,
	.dslca-module-edit-field-ttip:before {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.dslca-module-edit-field-icon-ttip:after,
	.dslca-module-edit-field-ttip:after {
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #fff;
		border-width: 8px;
		left: 50%;
		margin-left: -8px;
	}

	.dslca-module-edit-field-icon-ttip:before,
	.dslca-module-edit-field-ttip:before {
		border-color: rgba(224, 224, 224, 0);
		border-top-color: #d2d2d2;
		border-width: 9px;
		left: 50%;
		margin-left: -9px;
	}

	.dslca-module-edit-field-ttip-close {
		cursor: pointer;
		position: absolute;
		background: #e55f5f;
		top: -9px;
		right: -9px;
		width: 18px;
		line-height: 18px;
		border-radius: 18px;
		color: #fff;
		font-size: 11px;
	}

/**
 * Image Upload Field
 */

.dslca-modules-section-edit-option-upload,
.dslca-module-edit-option-image {
	min-width: auto;
}

.dslca-modules-section-edit-field-image-add-hook,
.dslca-modules-section-edit-field-image-remove-hook,
.dslca-module-edit-field-image-add-hook,
.dslca-module-edit-field-image-remove-hook,
.dslca-module-edit-field-button-hook {
	background: #3b6fbe;
	border: 1px solid #3565ad;
	border-radius: 3px;
	color: #a0c0f0;
	cursor: pointer!important;
	display: inline-block;
	font-size: 12px;
	/* font-family: 'Open Sans', sans-serif; */
	font-weight: 400;
	padding: 9px 12px;
	line-height: 1;
	/* text-transform: uppercase; */
	white-space: nowrap;
}

	.dslca-modules-section-edit-field-image-add-hook .dslca-icon,
	.dslca-modules-section-edit-field-image-remove-hook .dslca-icon,
	.dslca-module-edit-field-image-add-hook .dslca-icon,
	.dslca-module-edit-field-image-remove-hook .dslca-icon {
		margin-right: 7px;
	}

/**
 * Header/Footer
 */

#dslc-header,
#dslc-footer {
	position: relative;
}

.dslc-hf-block-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 88, 144, 229, 0.9 );
	z-index: 99999;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.dslc-hf-block-overlay:hover {
	opacity: 1;
}

	.dslc-hf-block-overlay-button,
	.dslc-hf-block-overlay-text {
		display: inline-block;
		color: #fff;
		font-size: 20px;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		text-decoration: none;
	}

	.dslc-hf-block-overlay-text {
		font-size: 13px;
		opacity: .5;
		margin-top: 5px;
	}

	.dslc-hf-block-overlay-button {
		padding: 40px 90px;
	}

	.dslc-hf-block-overlay-button:hover {
		color: #fff;
		cursor: pointer;
	}


/**
 * Composer Hidden
 */

body.dslca-composer-hidden .dslc-module-front,
body.dslca-composer-hidden .dslc-modules-area,
body.dslca-composer-hidden .dslc-modules-section {
	box-shadow: none !important;
	border: none !important;
}

body.dslca-composer-hidden .dslca-module-manage,
body.dslca-composer-hidden .dslca-modules-area-manage,
body.dslca-composer-hidden .dslc-modules-section .dslca-modules-section-manage,
.dslca-composer-hidden .dslc-modules-section:hover .dslca-modules-section-manage,
.dslca-composer-hidden .dslca-add-modules-section,
body.dslca-composer-hidden .dslc-hf-block-overlay {
	display: none !important;
}

.dslca-loading {
	position: absolute;
	top: 15px;
	left: 25px;
	display: none;
}

.followingBallsGWrap{
	width:64px;
	height:5px;
}

.followingBallsG{
	background-color: rgba( 255, 255, 255, 0.5 );
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:5px;
	-moz-border-radius:3px;
	-moz-animation-name:bounce_followingBallsG;
	-moz-animation-duration:2.3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-border-radius:3px;
	-webkit-animation-name:bounce_followingBallsG;
	-webkit-animation-duration:2.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-border-radius:3px;
	-ms-animation-name:bounce_followingBallsG;
	-ms-animation-duration:2.3s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-border-radius:3px;
	-o-animation-name:bounce_followingBallsG;
	-o-animation-duration:2.3s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	border-radius:3px;
	animation-name:bounce_followingBallsG;
	animation-duration:2.3s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}

.followingBallsG_1{
	-moz-animation-delay:0s;
	-webkit-animation-delay:0s;
	-ms-animation-delay:0s;
	-o-animation-delay:0s;
	animation-delay:0s;
}

.followingBallsG_2{
	-moz-animation-delay:0.23s;
	-webkit-animation-delay:0.23s;
	-ms-animation-delay:0.23s;
	-o-animation-delay:0.23s;
	animation-delay:0.23s;
}

.followingBallsG_3{
	-moz-animation-delay:0.46s;
	-webkit-animation-delay:0.46s;
	-ms-animation-delay:0.46s;
	-o-animation-delay:0.46s;
	animation-delay:0.46s;
}

.followingBallsG_4{
	-moz-animation-delay:0.69s;
	-webkit-animation-delay:0.69s;
	-ms-animation-delay:0.69s;
	-o-animation-delay:0.69s;
	animation-delay:0.69s;
}

@-moz-keyframes bounce_followingBallsG{
	0%{
		left:0px;
		background-color: rgba( 255, 255, 255, 0.5 );
	}
	50%{
		left:59px;
		background-color: rgba( 0, 0, 0, 0 );
	}
	100%{
		left:0px;
		background-color: rgba( 255, 255, 255, 0.5 );
	}
}

@-webkit-keyframes bounce_followingBallsG{
	0%{
		left:0px;
		background-color: rgba( 255, 255, 255, 0.5 );
	}
	50%{
		left:59px;
		background-color: rgba( 0, 0, 0, 0 );
	}
	100%{
		left:0px;
		background-color: rgba( 255, 255, 255, 0.5 );
	}
}

@-ms-keyframes bounce_followingBallsG{
	0%{
		left:0px;
		background-color: rgba( 255, 255, 255, 0.5 );
	}
	50%{
		left:59px;
		background-color: rgba( 0, 0, 0, 0 );
	}
	100%{
		left:0px;
		background-color: rgba( 255, 255, 255, 0.5 );
	}
}

@-o-keyframes bounce_followingBallsG{
	0%{
		left:0px;
		background-color: rgba( 255, 255, 255, 0.5 );
	}
	50%{
		left:59px;
		background-color: rgba( 0, 0, 0, 0 );
	}

	100%{
		left:0px;
		background-color: rgba( 255, 255, 255, 0.5 );
	}
}

@keyframes bounce_followingBallsG{
	0%{
		left:0px;
		background-color: rgba( 255, 255, 255, 0.5 );
	}

	50%{
		left:59px;
		background-color: rgba( 0, 0, 0, 0 );
	}

	100%{
		left:0px;
		background-color: rgba( 255, 255, 255, 0.5 );
	}
}

/**
 * Container Loader
 */

.dslca-container-loader {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, 0.2 );
	display: none;
}

	.dslca-container-loader-inner {
		position: absolute;
		top: 10px;
		left: 15px;
	}

/**
 * Hide template modules if not templates page
 */

body.page .dslca-module.dslca-origin-single[data-id="DSLC_TP_Excerpt"],
body.page .dslca-module.dslca-origin-single[data-id="DSLC_TP_Meta"],
body.page .dslca-module.dslca-origin-single[data-id="DSLC_TP_Downloads_Button"],
body.page .dslca-module.dslca-origin-single[data-id="DSLC_TP_Gallery_Slider"],
body.page .dslca-module.dslca-origin-single[data-id="DSLC_TP_Project_Slider"],
body.page .dslca-module.dslca-origin-single[data-id="DSLC_TP_Staff_Social"] {
	display: none !important;
}

.dslca-template.dslca-origin[data-display-module="true"],
.dslca-module.dslca-origin[data-display-module="true"] {
	display: inline-block;
}

.dslca-template.dslca-origin[data-display-module="false"],
.dslca-module.dslca-origin[data-display-module="false"] {
	display: none;
}

.dslca-module.dslca-exclude {
	display: none;
}

.media-modal {
	z-index: 999999999 !important;
}

.media-modal-backdrop {
	z-index: 999999998 !important;
}



.dslca-container .dslca-close-composer-hook,
.dslca-pseudo-panel .dslca-pseudo-close-composer-hook,
.dslca-container .dslca-activate-composer-hook,
.dslca-container .dslca-hide-composer-hook,
.dslca-container .dslca-show-composer-hook,
.dslca-pseudo-panel .dslca-pseudo-hide-composer-hook {
	background: #e55f5f;
	border-radius: 3px;
	bottom: 4px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 1;
	padding: 11px 12px;
	/* text-transform: uppercase; */
	text-decoration: none;
	white-space: nowrap;
	float: left;
	margin-left: 5px;
}

/* No custom font available at this point */
.dslca-activate-composer-hook {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.dslca-container .dslca-close-composer-hook:hover {
	background: #f27562;
}

.dslca-container .dslca-hide-composer-hook,
.dslca-pseudo-panel .dslca-pseudo-hide-composer-hook {
	background: #06b2ac;
}

.dslca-container .dslca-show-composer-hook {
	background: #9268a9;
}

.dslca-close-composer-hook:hover,
.dslca-activate-composer-hook:hover,
.dslca-activate-composer-hook:visited,
.dslca-close-composer-hook:visited {
	color: #fff;
}

.dslca-activate-composer-hook {
	background: #54c13f;
	color: #fff;
	position: fixed;
	z-index: 99999;
	right: 5px;
	bottom: 5px;
}

.dslca-activate-composer-hook:hover {
	background: #40D71F;
}

.dslca-activate-composer-hook.dslca-position-left {
	right: auto;
	left: 5px;
}

.dslca-container .dslca-show-composer-hook {
	display: none;
}

	.dslca-container .dslca-close-composer-hook .dslca-icon,
	.dslca-pseudo-close-composer-hook .dslca-icon,
	.dslca-activate-composer-hook .dslca-icon,
	.dslca-container .dslca-hide-composer-hook .dslca-icon,
	.dslca-pseudo-hide-composer-hook .dslca-icon,
	.dslca-container .dslca-show-composer-hook .dslca-icon {
		color: rgba( 255, 255, 255, 0.66 );
		margin-right: 5px;
	}


 /**
  * RTL Fixes
  */

 body.rtl .dslca-templates .dslca-go-to-section-hook .dslca-icon,
 body.rtl .dslca-templates .dslca-open-modal-hook .dslca-icon {
	margin-right: 0;
	margin-left: 9px;
 }

 body.rtl .dslca-section-title-filter .dslca-icon {
	margin-left: 0;
	margin-right: 10px;
 }

 body.rtl .dslca-container .dslca-close-composer-hook .dslca-icon,
 body.rtl .dslca-activate-composer-hook .dslca-icon,
 body.rtl .dslca-container .dslca-hide-composer-hook .dslca-icon,
 body.rtl .dslca-container .dslca-show-composer-hook .dslca-icon {
	margin-right: 0;
	margin-left: 5px;
 }

 body.rtl .dslca-module .dslca-icon {
	margin-right: 0;
	margin-left: 11px;
 }

 body.rtl .dslca-header .dslca-options-filter-hook .dslca-icon {
	margin-right: 0;
	margin-left: 4px;
 }

 body.rtl .dslca-prompt-modal-actions .dslc-icon {
	margin-right: 0;
	margin-left: 6px;
 }

 body.rtl .dslca-module-edit-option-checkbox-hook .dslca-icon {
	margin-right: 0;
	margin-left: 10px;
 }

 body.rtl .dslca-module-edit-options-inner,
 body.rtl .dslca-modules-section-edit-options-inner {
	overflow-x: scroll;
	overscroll-behavior-x: none;
 }

 body.rtl .dslca-module-edit-option,
 body.rtl .dslca-modules-section-edit-option {
	float: right;
 }

 body.rtl .dslca-no-content .dslca-icon {
	margin-right: 0;
	margin-left: 10px;
 }

 body.rtl .dslca-module-edit-options-wrapper {
	 display: block;
 }


.dslca-modules-section-edit-options-wrapper,
.dslca-module-edit-options-wrapper,
.dslca-pseudo-module-edit-options-wrapper {
	display: table-cell;
	padding: 0;
}

	.dslca-modules-section-edit-options-inner,
	.dslca-module-edit-options-inner {
		overflow-x: scroll;
		overscroll-behavior-x: none;
		padding-top: 4px;
	}

/**
* Styling Presets Feature
*/

.dslca-styling-presets {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 15px;
	margin-top: 15px;
}

/**
 * Row Actions - hide/show on hover
 */

.dslca-drag-not-in-progress .dslc-modules-section .dslca-modules-section-manage-inner {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dslca-drag-not-in-progress .dslc-modules-section:hover .dslca-modules-section-manage-inner {
	opacity: 1;
}

.dslca-composer-hidden .dslc-modules-section:hover .dslca-modules-section-manage-inner {
	opacity: 0;
}

/**
 * Module Actions - hide/show on hover
 */

.dslca-drag-not-in-progress .dslc-module-front .dslca-module-manage {
	/*overflow: hidden;*/
}

/* Visible overflow if module width opts shown */
/*.dslca-drag-not-in-progress .dslc-modules-section.dslca-change-width-active .dslca-module-manage.dslca-module-manage-change-width-active,
.dslca-drag-not-in-progress .dslc-module-front:hover .dslca-module-manage.dslca-module-manage-change-width-active {
	overflow: visible;
}*/

.dslca-drag-not-in-progress #dslc-content .dslc-module-front .dslca-module-manage-inner:hover,
.dslca-drag-not-in-progress #dslc-content .dslc-module-front:hover .dslca-module-manage-inner,
.dslca-drag-not-in-progress #dslc-content .dslc-module-front:hover .dslca-wysiwyg-actions-edit {
	opacity: 1;
}

/**
 * Area Actions - hide/show on hover
 */

.dslca-drag-not-in-progress .dslc-module-front .dslca-wysiwyg-actions-edit,
.dslca-drag-not-in-progress .dslc-modules-area .dslca-modules-area-manage-inner {
	opacity: 0;
/*	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;*/
}

.dslca-drag-not-in-progress .dslc-modules-area .dslca-modules-area-manage-inner:hover,
.dslca-drag-not-in-progress .dslc-modules-area:hover .dslca-modules-area-manage-inner {
	opacity: 1;
}

/**
 * Icons Modal
 */

.dslca-modal.dslca-modal-icons {
	width: 70%;
	position: fixed;
	padding:0;
	overflow: scroll;
	top: 2%;
	left: 50%!important;
	visibility: visible;
	transform: translate(-50%, 0%);
	z-index: 100001;
}

.dslca-prompt-modal-custom {
    background: rgba( 255, 255, 255, 0.80 );
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    height: 100%;
}

/*.dslca-modal.dslca-modal-icons:before,
.dslca-modal.dslca-modal-icons:after {
	display: none;
}*/


	.dslca-modal-icons .modal-content {
		height: 100%;
	}

	.dslca-modal-icons .dslc-icons-grid {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.dslca-modal-icons .icon-item {
		display: inline-block;
		width: 12.4%;
		min-height: 120px;
		padding: 0;
		margin: 0 0 0 -1px;
		vertical-align: top;
		text-align: center;
		border-left: 1px solid rgba(155, 155, 155, 0.05);
		border-bottom: 1px solid rgba(155, 155, 155, 0.05);
	}

	.dslca-modal-icons .icon-item:hover {
		-webkit-box-shadow: 0 1px 5px 0px rgba(68, 68, 68, 0.52);
		-moz-box-shadow: 0 1px 5px 0px rgba(68, 68, 68, 0.52);
		box-shadow: 0 1px 5px 0px rgba(68, 68, 68, 0.52);

		cursor: pointer;
	}

	.dslca-modal-icons .icon-item:active {
		-webkit-box-shadow: 0 1px 5px 0px #5890e5 inset;
		 -moz-box-shadow: 0 1px 5px 0px #5890e5 inset;
		  box-shadow: 0 1px 5px 0px #5890e5 inset;
	}

	.dslca-modal-icons .icon-item_icon {
		display: inline-block; width: 100%;
		padding: 28px 0 16px;
		font-size: 24px;
		opacity: .7;
	}

	.dslca-modal-icons .icon-item:hover .icon-item_icon {
		opacity: 1;
	}

	.dslca-modal-icons .icon-item_name {
		opacity: .35;
		display: inline-block;
		/* font-family: 'Open Sans', sans-serif; */
		font-size: 12px;
		line-height: 1.25;
		padding: 5px 8px 12px;
	}

	.dslca-modal-icons .set-heading {
		text-transform: uppercase;
		padding: 30px;
		text-align: center;
		letter-spacing: 6px;
		/* font-family: 'Open Sans', sans-serif; */
		font-size: 16px;
		font-weight: 300;
		line-height: 1.25;
	}


/**
 * ----------------------------------------------------------------------
 * Responsive preview
 *
 * Responsive PREVIEW ( when a tab for responsive options is selected )
 */

	body.dslca-enabled.dslc-res-tablet #page-builder-preview-area,
	body.dslca-enabled.dslc-res-phone #page-builder-preview-area {
		display: block;
		margin: 0 auto;
		position: relative;

		border: 14px solid black;
		border-top-width: 60px;
		/*border-bottom-width: 14px;*/
		border-radius: 16px;

		top: 40px;

		/*max-height: calc(100% - 320px);*/
	}

	body.dslca-enabled.dslc-res-phone #page-builder-preview-area {
		width: 480px;
		max-width: 767px;
	}

	body.dslca-enabled.dslc-res-tablet #page-builder-preview-area {
		width: 768px;
		min-width: 768px;
		max-width : 1024px;
	}

	body.dslca-enabled.dslc-res-phone #page-builder-frame,
	body.dslca-enabled.dslc-res-tablet #page-builder-frame {
		display: block;
		position: relative;
	}

	html.dslc-responsive-preview {
		background: #61666A;
	}

	#page-builder-preview-area.ui-resizable-resizing .ui-resizable-e{
	   width: 100%;
	}
	.dslca-module-area-edit-field-numeric-wrap, .dslca-modules-section-edit-field-numeric-wrap {
	   width: 100% !important;
	}

	#page-builder-preview-area .ui-resizable-e {
	    cursor: e-resize;
	    height: 100%;
	    right: -14px;
	   width: 14px;
	   top: 0;
	}

	#page-builder-preview-area .ui-resizable-handle {
	    display: block;
	    font-size: 0.1px;
	    position: absolute;
	}

/**
 * Spectrum color picker hides the color input automatically,
 * we want it to stay.
 */

.dslca-modules-section-edit-field-colorpicker,
.dslca-module-edit-field-colorpicker{
	display: block!important;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.dslca-module-edit-option-box-shadow-color,
.dslca-module-edit-option-text-shadow-color {
	display: inline-block!important;
	cursor: pointer;
	position: relative;
	z-index: 1;

	width: auto;
}


body .sp-palette-container {
  border-right: 1px solid #3e3e3e;
}

body .sp-palette .sp-thumb-el {
  border: medium none;
  height: 25px;
  margin: 1px;
  width: 25px;
}

/** PSEUDO SETTINGS PANEL */
.dslca-pseudo-panel {
    position: relative;
    /*display: none;*/

   bottom: 0px;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 99999;
	-webkit-transition: bottom 0.3s;
	-moz-transition: bottom 0.3s;
	transition: bottom 0.3s;
}

.dslca-pseudo-header {
    position: absolute;
    z-index: 100;
    min-height: 38px;
    bottom: 100%;
    left: 0;
}

.dslca-pseudo-module-edit-label {
    width: 80px;
    background: #6c9fed;
    border-radius: 3px;
}
.dslca-pseudo-module-edit-field {
    border: 0px;
    width: 100%;
    height: 33px;
}

.dslca-pseudo-module-edit-option {
	opacity: 0;
	transition: opacity .3s 0s ease-in;
}

.dslca-pseudo-module-edit-option:nth-child(2) {
	transition-delay: .15s;
}

.dslca-pseudo-module-edit-option:nth-child(3) {
	transition-delay: .25s;
}

.dslca-pseudo-module-edit-option:nth-child(4) {
	transition-delay: .5s;
}

.dslca-pseudo-module-edit-option:nth-child(5) {
	transition-delay: .75s;
}

.dslca-pseudo-panel.show .dslca-pseudo-module-edit-option {
	opacity: 1;
}

/** SETTINGS PANEL */
.lc-shake-effect.active {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/** SCROLL AREAS */
body.dslca-new-module-drag-in-progress .lc-scroll-top-area,
body.dslca-drag-in-progress .lc-scroll-top-area{

	position: fixed;
	top: 0px;
	z-index: 99999;
	left: 0px;
	width: 100%;
	height: 80px;
}
body.dslca-drag-in-progress .lc-scroll-bottom-area,
body.dslca-new-module-drag-in-progress .lc-scroll-bottom-area{

	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99999;
	width: 100%;
	height: 140px;
}

div#scroller-stopper {
    position: absolute;
    bottom: -33px;
    left: 0px;
    width: 100%;
    height: 83px;
}

.dslca-module-edit-option-checkbox-hook .dslca-icon:hover,
.dslc-control-toggle:hover,
.dslca-prompt-modal-cancel-hook:hover,
.dslca-module-edit-field-ttip-hook:hover,
.dslca-module-edit-field-ttip-hook .dslca-icon,
.dslca-module-edit-field-ttip-close,
.dslca-module-edit-field-ttip-close .dslc-icon,
.dslca-module-edit-option-text-align-hook .dslca-icon,
.dslca-modules-section-edit-field-image-add-hook:hover,
.dslca-modules-section-edit-field-image-add-hook .dslca-icon:hover,
.dslca-modules-section-edit-field-image-remove-hook:hover,
.dslca-modules-section-edit-field-image-remove-hook .dslca-icon:hover,
.dslca-row-edit-save:hover,
.dslca-row-edit-cancel:hover,
.dslca-modules-section-edit-option-checkbox-hook .dslca-icon,
.dslca-module-edit-field-icon-ttip-hook:hover,
.dslca-module-edit-field-icon-ttip-hook .dslca-icon,
.dslca-options-iconbutton:hover,
.dslca-options-iconbutton .dslca-icon,
.dslca-modules-section-edit-field-ttip-hook:hover,
.dslca-modules-section-edit-field-ttip-hook .dslca-icon,
.dslca-modules-section-edit-field-ttip-close,
.dslca-modules-section-edit-field-ttip-close .dslc-icon {
	cursor: pointer;
}

.mce-tinymce .mce-btn button:hover {
	background: #e3e3e3 !important;
    border-color: #ccc !important;
}

/* .dslca-enabled.dslc-res-tablet .dslc-modules-section:hover, .dslca-enabled.dslc-res-phone .dslc-modules-section:hover {
	box-shadow: none;
}

.dslca-enabled.dslc-res-tablet .dslc-modules-section:hover .dslca-modules-section-manage, .dslca-enabled.dslc-res-phone .dslc-modules-section:hover .dslca-modules-section-manage {
	visibility: hidden !important;
}

.dslca-enabled.dslc-res-tablet .dslc-modules-area:hover, .dslca-enabled.dslc-res-phone .dslc-modules-area:hover {
    box-shadow: none;
}

.dslca-enabled.dslc-res-tablet .dslc-modules-area:hover .dslca-modules-area-manage, .dslca-enabled.dslc-res-phone .dslc-modules-area:hover .dslca-modules-area-manage {
	visibility: hidden !important;
	opacity: 0;
}
 */
/* 
.dslca-enabled.dslca-drag-not-in-progress.dslc-res-tablet #dslc-content .dslc-module-front .dslca-module-manage-inner:hover,
.dslca-enabled.dslca-drag-not-in-progress.dslc-res-tablet #dslc-content .dslc-module-front:hover .dslca-module-manage-inner,
.dslca-enabled.dslca-drag-not-in-progress.dslc-res-tablet #dslc-content .dslc-module-front:hover .dslca-wysiwyg-actions-edit,
.dslca-enabled.dslca-drag-not-in-progress.dslc-res-phone #dslc-content .dslc-module-front .dslca-module-manage-inner:hover,
.dslca-enabled.dslca-drag-not-in-progress.dslc-res-phone #dslc-content .dslc-module-front:hover .dslca-module-manage-inner,
.dslca-enabled.dslca-drag-not-in-progress.dslc-res-phone #dslc-content .dslc-module-front:hover .dslca-wysiwyg-actions-edit {
	opacity: 0;
}

.dslca-enabled.dslc-res-tablet .dslc-modules-area:hover .dslc-module-front:hover, .dslca-enabled.dslc-res-phone .dslc-modules-area:hover .dslc-module-front:hover {
	box-shadow: none;
}

body.module-editing-in-progress.dslc-res-tablet .dslc-module-front:not(.dslca-module-being-edited):before,
body.section-editing-in-progress.dslc-res-tablet .dslc-modules-section:not(.dslca-modules-section-being-edited):before,
body.module-editing-in-progress.dslc-res-phone .dslc-module-front:not(.dslca-module-being-edited):before,
body.section-editing-in-progress.dslc-res-phone .dslc-modules-section:not(.dslca-modules-section-being-edited):before {
	z-index: 1;
}
 */
/*
 * Delete preset
 */

.dslca-module-edit-label .dslc-delete-preset {
	cursor: pointer;
	position: absolute;
	right: 0;
	opacity: 0.5;
}

.dslca-module-edit-label .dslc-delete-preset:hover {
	opacity: 1;
}

.dslca-module-edit-label .dslc-delete-preset.dslc-delete-preset-hide {
	display: none;
}

/*
 * Template preloader
 */

 .lc-template-loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 100000;
}

.lc-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -60px;
	font-size: 10px;
	z-index: 100001;
}

/*
 * Spinner
 */

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.lds-spinner {
	position: relative;
}

.lds-spinner div {
	left: 94px;
	top: 48px;
	position: absolute;
	-webkit-animation: lds-spinner linear 1s infinite;
	animation: lds-spinner linear 1s infinite;
	background: #8cd0e5;
	width: 12px;
	height: 24px;
	border-radius: 40%;
	-webkit-transform-origin: 6px 52px;
	transform-origin: 6px 52px;
}

.lds-spinner div:nth-child(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation-delay: -0.916666666666667s;
	animation-delay: -0.916666666666667s;
}

.lds-spinner div:nth-child(2) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-animation-delay: -0.833333333333333s;
	animation-delay: -0.833333333333333s;
}

.lds-spinner div:nth-child(3) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
}

.lds-spinner div:nth-child(4) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation-delay: -0.666666666666667s;
	animation-delay: -0.666666666666667s;
}

.lds-spinner div:nth-child(5) {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
	-webkit-animation-delay: -0.583333333333333s;
	animation-delay: -0.583333333333333s;
}

.lds-spinner div:nth-child(6) {
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.lds-spinner div:nth-child(7) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation-delay: -0.416666666666667s;
	animation-delay: -0.416666666666667s;
}

.lds-spinner div:nth-child(8) {
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
	-webkit-animation-delay: -0.333333333333333s;
	animation-delay: -0.333333333333333s;
}

.lds-spinner div:nth-child(9) {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
}

.lds-spinner div:nth-child(10) {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-animation-delay: -0.166666666666667s;
	animation-delay: -0.166666666666667s;
}

.lds-spinner div:nth-child(11) {
	-webkit-transform: rotate(300deg);
	transform: rotate(300deg);
	-webkit-animation-delay: -0.083333333333333s;
	animation-delay: -0.083333333333333s;
}

.lds-spinner div:nth-child(12) {
	-webkit-transform: rotate(330deg);
	transform: rotate(330deg);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.lds-spinner {
	width: 100px !important;
	height: 100px !important;
	-webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
	transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

body em {
	font-style: italic;
}
.dslca-search-modules{
  float: left;
  padding: 11px 10px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  color: #fff !important;
  width: 97% !important;
}
.dslca-search-modules::placeholder {
  color: #F9F6EE !important;
  opacity: 1 !important;
}
  /* Popup Container */
#lc_popup, #lc_popup2, #lc_popup3 {
    position: absolute;
    top: 175px;
    left: 630px;
    width: 440px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 8px;
    background: #0d0e1e;
    display: none;
	z-index: 10000 !important;
	overflow: hidden;
}

/* Header Styling */
#lc_popupHeader, #lc_popupHeader2, #lc_popupHeader3 {
    padding: 18px 23px;
    background-color: #006add;
    color: white;
    cursor: move;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    font-size: 19px;
    min-height: 54px;
	text-transform: uppercase;
}
#lc_popupHeader2, #lc_popupHeader2 .dslca-currently-editing{
	background-color: #ed7c5f !important;
}
.lc_popupContent {
    padding: 0px 0 0 0;
    width: 100% !important;
}
.lc_popup_minimize, 
.lc_popup_maximize{
	cursor: pointer !important;
    font-weight: bold;
    position: absolute;
    top: 16px;
    right: 55px;
    width: auto !important;
    font-size: 26px;
}
#lc_popupContent,
#lc_popup_minimize.hide,
#lc_popup_maximize.hide,
#lc_popupContent2,
#lc_popupContent3,
#lc_popup_minimize2.hide,
#lc_popup_maximize2.hide,
#lc_popup_minimize3.hide,
#lc_popup_maximize3.hide {
  display: none;
  opacity: 0;
  transition: all .3s ease;
}

#lc_popupContent.show,
#lc_popup_minimize.show,
#lc_popup_maximize.show,
#lc_popupContent2.show,
#lc_popup_minimize2.show,
#lc_popup_maximize2.show,
#lc_popupContent3.show,
#lc_popup_minimize3.show,
#lc_popup_maximize3.show{
  display: block;
  opacity: 1;
}

/* Close Button */
#lc_closeBtn, #lc_closeBtn2, #lc_closeBtn3 {
    float: right;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    top: 1px;
    right: 25px;
    width: 15px;
    font-size: 26px;
}
#lc_closeBtn.dslca-module-edit-cancel, #lc_closeBtn2.dslca-row-edit-cancel, #lc_closeBtn3.dslca-modules-area-edit-cancel {
	background: none;
}

/* Resize Handle (for resizing) */
.resize-handle {
	position: absolute;
	background: transparent !important; /* Invisible, but functional area */
	z-index: 10001; /* Above popup content */
}

/* Corner Handles (Larger area for easier clicking) */
.resize-handle.top-left, .resize-handle.top-right,
.resize-handle.bottom-left, .resize-handle.bottom-right {
	width: 12px;
	height: 12px;
}
.resize-handle.top-left { top: -6px; left: -6px; cursor: nwse-resize; }
.resize-handle.top-right { top: -6px; right: -6px; cursor: nesw-resize; }
.resize-handle.bottom-left { bottom: -6px; left: -6px; cursor: nesw-resize; }
.resize-handle.bottom-right { bottom: -6px; right: -6px; cursor: nwse-resize; }

/* Side Handles */
.resize-handle.top { top: -4px; left: 10px; right: 10px; height: 8px; cursor: ns-resize; }
.resize-handle.bottom { bottom: -4px; left: 10px; right: 10px; height: 8px; cursor: ns-resize; }
.resize-handle.left { left: -4px; top: 10px; bottom: 10px; width: 8px; cursor: ew-resize; }
.resize-handle.right { right: -4px; top: 10px; bottom: 10px; width: 8px; cursor: ew-resize; }

#dslc-drag-overlay {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 9999; 
	display: none;
	/* Optional: Make it completely transparent so the user doesn't see it */
	background: transparent; 
}

/* Popup Content */

.lc_popupContent .dslca-header {
    position: relative;
    border: 0;
    display: flex;
    bottom: 0;
}

.lc_popupContent .dslca-module-edit-option {
    padding: 4px 0 0 0;
    width: 100%;
    margin-top: 5px;
}

.lc_popupContent .dslca-module-control-group input[type="number"] {
    width: 100%;
}
.lc_popupContent .dslca-module-edit-form .dslca-module-edit-options .dslca-module-edit-options-inner .dslca-module-edit-options-wrapper,
.lc_popupContent .dslca-modules-area-edit-form .dslca-modules-area-edit-options .dslca-modules-area-edit-options-inner .dslca-modules-area-edit-options-wrapper {
	display: flex;
	overflow: hidden;
	width: 100%;
	flex-direction: column;	
	flex-wrap: wrap;
	/* padding-bottom: 15px; */
}

.lc_popupContent .dslca-module-edit-form {
    width: 100%;
    padding: 12px;
}

/* Optional Form Styles */
.lc_popupContent .dslca-module-edit-form .dslca-module-edit-options {
    width: 100%;
}

.lc_popupContent .dslca-module-edit-form .dslca-module-edit-options .dslca-module-edit-options-inner,
.lc_popupContent .dslca-modules-area-edit-form .dslca-modules-area-edit-options .dslca-modules-area-edit-options-inner {
    overflow: hidden;
    width: 100%;
    max-height: 50vh;
    overflow-y: scroll;
    margin-bottom: 0px;
}

.wp-picker-container input[type=text].wp-color-picker{
    text-shadow: 1px 1px 0px #000;
}
.controls-group-inner .dslca-module-edit-option-color + .dslca-module-edit-option-color .wp-picker-holder{
    margin-left: -65px;
}