/**
 * Editor scaffold dialog
 */
 .cred-editor-scaffold-sidebar {
	width: 30%;
	float: right;
	margin-bottom: 15px;
	background: #f5f5f5;
	padding: 0 25px 25px;
	box-sizing: border-box;
	position: relative;
	margin-left: 60px;
}

.cred-editor-scaffold-sidebar.cred-editor-scaffold-sidebar-hidden {
	width: 0;
	padding: 0;
	margin: 0;
}
.cred-editor-scaffold-sidebar.cred-editor-scaffold-sidebar-hidden .cred-editor-scaffold-sidebar-group {
	display: none !important;
}
.cred-editor-scaffold-sidebar .cred-editor-scaffold-sidebar-buttons {
	position: absolute;
	top: 0;
	left: -28px;
}
.cred-editor-scaffold-sidebar-hidden .cred-editor-scaffold-sidebar-buttons {
	border: none;
}
.cred-editor-scaffold-sidebar-buttons .cred-editor-scaffold-sidebar-collapse,
.cred-editor-scaffold-sidebar-buttons .cred-editor-scaffold-sidebar-expand {
	float: right;
}
.cred-editor-scaffold-sidebar .cred-editor-scaffold-sidebar-group {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.cred-editor-scaffold-sidebar .cred-editor-scaffold-sidebar-group.hidden {
	display: none !important;
}
.cred-editor-scaffold-sidebar .cred-editor-scaffold-sidebar-group:last-child {
	border-bottom: 0;
}
.cred-editor-scaffold-sidebar h3.cred-editor-scaffold-sidebar-toggler {
	padding: 0px;
	margin: 0;
	font-size: 1.2em;
	cursor: pointer;
	color: #666;
	font-weight: bold;
}
.cred-editor-scaffold-sidebar .cred-editor-scaffold-item-options {
	display: none !important;
}
.cred-editor-scaffold-item-list-container {
	padding: 25px 23px;
	margin-right: calc( 33.333% + 30px );
	border: dashed 2px #ccc;
}
.cred-editor-scaffold-item-container {
	margin: 0 0 22px;
	vertical-align: bottom;
	background-color: #ededed;
	/*! overflow: auto; */
	transition: background 0.1s ease,
		border 0.1s ease,
		color 0.1s ease,
		box-shadow 0.1s ease,
		width 0.1s ease,
		margin 0.1s ease;
	box-sizing: border-box;
	border: 2px solid #ededed;
	border-radius: 2px;
	height: 35px;
}
.cred-editor-scaffold-item-list:not(.cred-editor-scaffold-is-dragging) .cred-editor-scaffold-item-container:hover {
	border-color: #f15d2f;
	background: #f0f0f0;
	box-sizing: border-box;
	border-width: 2px;
	border-style: solid;
	border-radius: 2px;
}
.cred-editor-scaffold-item-list:not(.cred-editor-scaffold-is-dragging) .cred-editor-scaffold-item-wrapper-conditionals > .cred-editor-scaffold-item-container:hover {
	border-bottom-width: 1px;
}
.cred-editor-scaffold-item-header {
	display: inline-block;
	margin: 0;
	padding: 4px 0;
	width: 100%;
}
.cred-editor-scaffold-sidebar .cred-editor-scaffold-item-header {
	font-size: 0.9em;
}
.cred-editor-scaffold-item-list-container .cred-editor-scaffold-item-header {
	line-height: 1.2;
}
.cred-editor-scaffold-item-list-container .cred-editor-scaffold-item-container-can-toggle .cred-editor-scaffold-item-header {
	cursor: pointer;
}
.cred-editor-scaffold-item-move,
.cred-editor-scaffold-item-required,
.cred-editor-scaffold-item-blocked,
.cred-editor-scaffold-item-autogenerated,
.cred-editor-scaffold-item-push,
.cred-editor-scaffold-item-include-toggle {
	padding: 5px;
	margin: 0 5px;
	color: #999;
	transition: all 0.1s ease;
}
.cred-editor-scaffold-item-move {
	cursor: move;
	margin-right: 0;
}
.cred-editor-scaffold-item-required,
.cred-editor-scaffold-item-blocked,
.cred-editor-scaffold-item-autogenerated,
.cred-editor-scaffold-item-push,
.cred-editor-scaffold-item-include-toggle {
	float: right;
}
.cred-editor-scaffold-item-required,
.cred-editor-scaffold-item-blocked {
	cursor: default;
}
.cred-editor-scaffold-item-push,
.cred-editor-scaffold-item-include-toggle {
	cursor: pointer;
}
.cred-editor-scaffold-item-options-toggle {
	transition: all 0.1s ease;
	cursor: pointer;
}
.cred-editor-scaffold-item-push {
	padding: 4px 3px 3px;
	margin: 1px 2px 0 2px;
}
.cred-editor-scaffold-item-push:hover {
	color: #EF6223;
}
.cred-editor-scaffold-item-include-toggle:hover {
	color: #b94a48;
}
.cred-editor-scaffold-item-list .cred-editor-scaffold-item-push {
	display: none;
}
.cred-editor-wrap-scaffold-block i:not(.cred-editor-scaffold-field-type-icon):not(.cred-editor-scaffold-item-container-disabled-reason-tooltip) {
	display: none;
}
.cred-editor-scaffold-item-list-container .cred-editor-scaffold-field-type-icon {
	display: none;
}
.cred-editor-scaffold-item-options {
	padding: 20px;
	width: calc( 100% - 20px );
	background: #e0e0e0;
	margin: -18px -10px 20px -10px;
	border-radius: 0 0 3px 3px;
}
.cred-editor-wrap-scaffold-block .cred-editor-scaffold-item-container.cred-editor-scaffold-item-container-disabled, .cred-editor-wrap-scaffold-block .cred-editor-scaffold-item-container.cred-editor-scaffold-item-container-disabled:hover {
	background-color: #e6e6e6;
	color: #aaa;
	border-color: #e6e6e6;
}
	.cred-editor-scaffold-item-container-disabled .cred-editor-scaffold-item-move,
	.cred-editor-scaffold-item-container-disabled .cred-editor-scaffold-item-autogenerated,
	.cred-editor-scaffold-item-container-disabled .cred-editor-scaffold-item-include-toggle {
		background-color: #ddd;
	}
	.cred-editor-scaffold-item-container-disabled .cred-editor-scaffold-item-options-toggle {
		visibility: hidden;
	}

.cred-editor-scaffold-item-container.cred-editor-scaffold-item-deleted,
.cred-editor-scaffold-item-wrapper-conditionals.cred-editor-scaffold-item-deleted {
	background: #b94a48;
}
.cred-editor-scaffold-item-added,
.cred-editor-wrap-scaffold-block .cred-editor-scaffold-item-restored {
	border-color: #51a351;
	color: #51a351;
	-webkit-box-shadow: 0 0 3px #51a351;
 	box-shadow: 0 0 3px #51a351;
}

#cred-editor-scaffold {
	margin-bottom: 15px;
}

/* Expert mode switcher */
.cred-editor-expert-mode-container {
	margin: 20px 0 30px;
	min-height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.cred-editor-expert-mode-switcher {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-margin-start: 30px;
	margin-inline-start: 30px;
}
.cred-editor-notice-switcher {
	-webkit-margin-end: auto;
	margin-inline-end: auto;
}
.cred-editor-notice-switcher .toolset-notice-wp {
	margin: 0;
	padding-right: 38px;
}

.cred-editor-wrap-scaffold-options,
.cred-editor-wrap-scaffold-block {
	margin: 20px 0;
	/*! overflow: auto; */
}
.cred-editor-wrap-scaffold-options:last-child,
.cred-editor-wrap-scaffold-block:last-child {
	margin-bottom: 0;
}
.cred-editor-wrap-scaffold-options ul {
	margin: 0;
	padding: 0 5px;
}
.cred-editor-wrap-scaffold-block::after {
	clear: both;
	content: "";
	display: block;
}
.cred-editor-wrap-scaffold-block .cred-editor-scaffold-item-container {
	box-sizing: border-box;
	width: 48%;
	margin: 0 1% 5px;
	padding: 0 15px;
	float: left;
	cursor: move;
	background: #e0e0e0;
	border-color: #e0e0e0;
	color: #666;
	height: 30px; /* Fixes an issue in Chrome + Mac */
}
.cred-editor-wrap-scaffold-block .cred-editor-scaffold-item-container:not([data-blocked="true"]):hover {
	background: #f0f0f0;
	border-color: #EF6223;
	color: #EF6223;
}
.cred-editor-wrap-scaffold-block .cred-editor-scaffold-item-container[data-blocked="true"] {
	cursor: default;
}
.cred-editor-wrap-scaffold-block .cred-editor-scaffold-item-container:not([data-blocked="true"]):hover .cred-editor-scaffold-item-push {
	display: block;
}
.toolset-shortcode-gui-attribute-wrapper h3 {
	font-size: 13px;
}

.toolset-shortcode-gui-field-input-media-container {
	display: flex;
}
.toolset-shortcode-gui-field-input-media {
	flex: 1;
}
.toolset-shortcode-gui-field-input-media-button {
}

/* Conditionals */
.cred-editor-scaffold-item-container .toolset-alert-info {
	display: none;
}

/* Dropping zones */
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-list-container {
	display: inline-block;
}
.cred-editor-scaffold-dropping-zones-horizontal::before {
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	background: #0ccccc;
	background-image: linear-gradient(124deg, #ffb74d 16.67%, #fff 16.67%, #fff 50%, #ffb74d 50%, #ffb74d 66.67%, #fff 66.67%, #fff 100%);
	background-size: 4px 5px;
}
.cred-editor-scaffold-dropping-zones-horizontal.cred-editor-scaffold-drop-hover::before {
	background-image: linear-gradient(124deg, #f15d2f 16.67%, #fff 16.67%, #fff 50%, #f15d2f 50%, #f15d2f 66.67%, #fff 66.67%, #fff 100%);
}
.cred-editor-scaffold-dropping-zones-vertical {
	display: inline-block !important;
	background: #cccccc;
	background-image: linear-gradient(124deg, #ffb74d 16.67%, #fff 16.67%, #fff 50%, #ffb74d 50%, #ffb74d 66.67%, #fff 66.67%, #fff 100%);
	background-size: 4px 5px;
}
.cred-editor-scaffold-dropping-zones-vertical.cred-editor-scaffold-drop-hover {
	background: #f6921e;
	background-image: linear-gradient(124deg, #f15d2f 16.67%, #fff 16.67%, #fff 50%, #f15d2f 50%, #f15d2f 66.67%, #fff 66.67%, #fff 100%);
	background-size: 4px 5px;
}
.cred-editor-scaffold-dropping-zones-horizontal {
	transition: height 0.1s;
	height: 8px;
	width: calc( 100% - 14px );
	margin: -25px 0 6px 7px;
	position: absolute;
	padding: 10px 0;
}
.cred-editor-scaffold-dropping-zones-vertical {
	height: 0px;
	margin: 0;
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-container:not(.cred-editor-scaffold-item-is-conditionals),
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-conditionals {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	display: inline-block;
	vertical-align: top;
}
.cred-editor-scaffold-item-container.ui-draggable-dragging {
	max-width: 400px;
	opacity: 0.65;
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-container.cred-editor-scaffold-dropping {
	margin-left: 10px;
	margin-right: 10px;
}

/* Vertical animations */
@keyframes vdropzonein {
	from {
		height: 0;
		width: 0;
	}
	to {
		height: 36px;
		width: 10px;
	}
}
.cred-editor-scaffold-dropping-zones-vertical.dropzonein {
	animation-name: vdropzonein;
	animation-duration: 0.1s;
	width: 10px;
	height: 36px;
	transition: width 0.1s;
	min-width: 10px;
}

@keyframes vdropzoneout {
	from {
		height: 36px;
		width: 10px;
	}
	to {
		height: 0;
		margin: 0;
		width: 0;
	}
}
.cred-editor-scaffold-dropping-zones-vertical.dropzoneout {
	animation-name: vdropzoneout;
	animation-duration: 0.1s;
	width: 0;
	height: 0;
	margin: 0;
}

/* Horizontal animations */
@keyframes hdropzonein {
	from {
		height: 0px;
		margin: 0px;
		width: 100%;
	}
	to {
		height: 8px;
		width: calc( 100% - 26px );
	}
}
.cred-editor-scaffold-dropping-zones-horizontal.dropzonein {
	animation-name: hdropzonein;
	animation-duration: 0.1s;
	height: auto;
	margin-bottom: 0;
}
@keyframes hdropzoneout {
	from {
		height: 8px;
		width: calc( 100% - 26px );
	}
	to {
		height: 0px;
		margin: 0px;
		width: 0;
	}
}
.cred-editor-scaffold-dropping-zones-horizontal.dropzoneout {
	animation-name: hdropzoneout;
	animation-duration: 0.1s;
	height: 0px;
	width: 0;
	margin: 0px;
}

.cred-editor-scaffold-dropping-zones-horizontal.dropzonein.cred-editor-scaffold-dropping-zones-conditional {
	margin-left: 35px;
	width: calc( 100% - 70px );
	margin-bottom: 0;
}
.cred-editor-scaffold-item-wrapper-conditionals:not(.cred-editor-scaffold-conditional-has-children) .cred-editor-scaffold-dropping-zones-horizontal.dropzonein.cred-editor-scaffold-dropping-zones-conditional {
	margin-left: 40px;
	margin-top: 63px;
	top: 0;
	left: 0;
	width: calc( 100% - 83px );
	position: absolute;
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-container.cred-scaffold-conditional-child {
	width: calc( 100% - 0px );
}
.cred-editor-scaffold-item-container .cred-editor-scaffold-field-title {
	display: inline-block;
	text-overflow: ellipsis;
	max-width: calc( 100% - 70px );
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}
.cred-editor-wrap-scaffold-block .cred-editor-scaffold-item-container .cred-editor-scaffold-field-title {
	max-width: calc( 100% - 40px );
}
.cred-editor-scaffold-sidebar .cred-editor-wrap-scaffold-block .cred-editor-scaffold-item-container .cred-editor-scaffold-field-title {
	max-width: calc( 100% - 10px);
}
.cred-editor-scaffold-sidebar .cred-editor-wrap-scaffold-block .cred-editor-scaffold-item-container:hover .cred-editor-scaffold-field-title {
	max-width: calc( 100% - 26px );
}
@media ( max-width: 1024px ) {
	.cred-editor-wrap-scaffold-block .cred-editor-scaffold-item-container {
		width: 98%;
	}
}
.cred-editor-scaffold-item-list .cred-editor-scaffold-item-wrapper-conditionals,
.cred-editor-scaffold-item-list .cred-editor-scaffold-item-wrapper-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 0;
	position: relative;
	box-sizing: border-box;
	color: #666;
}
.cred-editor-scaffold-item-list .cred-editor-scaffold-item-wrapper-conditionals {
	margin-bottom: 22px;
	background: #f5f5f5;
	transition: background 0.1s ease, border-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, width 0.1s ease, margin 0.1s ease;
	border: 2px solid #f5f5f5;
	border-radius: 2px;
}
.cred-editor-scaffold-item-list-container .cred-editor-scaffold-item-wrapper-conditionals > .cred-editor-scaffold-item-container {
	border: 2px solid transparent;
	border-bottom: 1px solid #ccc;
	margin-bottom: 22px;
	width: calc( 100% + 4px );
	margin-top: -2px;
	margin-left: -2px;
}
.cred-editor-scaffold-item-list-container .cred-editor-scaffold-item-wrapper-conditionals:hover > .cred-editor-scaffold-item-container {
	border-top: 2px solid #EF6223;
	border-left: 2px solid #EF6223;
	border-right: 2px solid #EF6223;
	border-radius: 2px;
}
.cred-editor-scaffold-sidebar-group .cred-editor-scaffold-item-wrapper-conditionals .cred-editor-scaffold-item-container {
	border: 2px solid #ededed;
}
.cred-editor-scaffold-item-list .cred-editor-scaffold-item-wrapper-conditionals:hover,
.cred-editor-scaffold-sidebar-group .cred-editor-scaffold-item-wrapper-conditionals:hover > .cred-editor-scaffold-item-container {
	border: 2px solid #EF6223;
	border-radius: 2px;
}
.cred-editor-scaffold-sidebar-group .cred-editor-scaffold-item-container {
	padding-right: 0px
}
.cred-editor-scaffold-item-list .cred-editor-scaffold-item-wrapper-conditionals:not(.cred-editor-scaffold-conditional-has-children)::after {
	display: block;
	content: "";
	height: 40px;
	margin: 20px;
	border: dashed 2px #ccc;
	transition: height 0.1s ease;
}
.cred-editor-scaffold-item-list .cred-editor-scaffold-item-wrapper-conditionals.cred-editor-scaffold-conditional-has-children {
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-conditionals::after {
	display: none;
}

.cred-scaffold-html-content {
	width: 100%;
	height: 250px;
}

.cred-editor-scaffold-item-wrapper-resizer {
	position: absolute;
	top: 0;
	height: calc( 100% - 5px );
	background: transparent;
	width: 24px;
	cursor: e-resize;
	cursor: col-resize;
	right: -12px;
}
.cred-editor-scaffold-item-wrapper-conditionals > .cred-editor-scaffold-item-wrapper-resizer {
	right: -22px;
}
.cred-editor-scaffold-item-wrapper-item:last-child > .cred-editor-scaffold-item-wrapper-resizer,
.cred-editor-scaffold-item-wrapper-item:last-child > .cred-editor-scaffold-item-wrapper-conditionals > .cred-editor-scaffold-item-wrapper-resizer {
	display: none;
}
.cred-editor-scaffold-item-list {
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cred-editor-scaffold-item-list-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: e-resize;
	background: transparent;
}
.cred-editor-scaffold-item-container-disabled-reason-tooltip, .cred-editor-scaffold-sidebar .cred-editor-scaffold-item-container-disabled-reason {
	display: none;
}
.cred-editor-scaffold-sidebar .cred-editor-scaffold-item-container-disabled-reason-tooltip {
	display: inline;
	font-size: 1.2em;
}

.cred-editor-scaffold-item-wrapper-conditionals .cred-editor-scaffold-item-wrapper-row {
	margin: 0 10px;
}
.cred-editor-scaffold-item-wrapper-resizer.fas::before {
	display: block;
	position: absolute;
	left: calc( 50% - 7px );
	top: 10px;
	color: #999;
}
/* Columns */
.cred-editor-scaffold-item-wrapper-row {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -20px;
	justify-content: space-between;
	padding: 0 10px;
}
.cred-editor-scaffold-item-wrapper-item {
	margin: 0 10px 15px;
}
.cred-editor-scaffold-item-wrapper-row:last-child > .cred-editor-scaffold-item-wrapper-item,
.cred-editor-scaffold-item-wrapper-row:last-child > .cred-editor-scaffold-item-wrapper-item .cred-editor-scaffold-item-container{
	/*! margin-bottom: 0; */
}
.cred-editor-scaffold-item-wrapper-row > .cred-editor-scaffold-item-wrapper-item {
	padding: 0 10px;
}
/* 2 columns */
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="2"] > .cred-editor-scaffold-item-wrapper-item,
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="2"] > .cred-editor-scaffold-item-wrapper-item {
	max-width: 50%;
}
/* 3 columns */
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="3"] > .cred-editor-scaffold-item-wrapper-item,
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="3"] > .cred-editor-scaffold-item-wrapper-item {
	max-width: 33.333%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="3"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="2"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="3"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="2"] {
	max-width: 66.666%;
}
/* 4 columns */
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="4"] > .cred-editor-scaffold-item-wrapper-item,
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="4"] > .cred-editor-scaffold-item-wrapper-item {
	max-width: 25%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="4"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="3"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="4"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="3"] {
	max-width: 75%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="4"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="2"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="4"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="2"] {
	max-width: 50%;
}
/* 6 columns */
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="6"] > .cred-editor-scaffold-item-wrapper-item,
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="6"] > .cred-editor-scaffold-item-wrapper-item {
	max-width: 16.666%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="6"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="2"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="6"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="2"] {
	max-width: 33.333%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="6"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="3"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="6"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="3"] {
	max-width: 50%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="6"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="4"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="6"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="4"] {
	max-width: 66.666%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="6"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="5"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="6"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="5"] {
	max-width: 83.333%;
}
/* 12 columns */
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="12"] > .cred-editor-scaffold-item-wrapper-item,
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="12"] > .cred-editor-scaffold-item-wrapper-item {
	max-width: 8.333%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="2"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="2"] {
	max-width: 16.666%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="3"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="3"] {
	max-width: 25%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="4"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="4"] {
	max-width: 33.333%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="5"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="5"] {
	max-width: 41.666%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="6"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="6"] {
	max-width: 50%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="7"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="7"] {
	max-width: 58.333%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="8"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="8"] {
	max-width: 66.666%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="9"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="9"] {
	max-width: 75%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="10"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="10"] {
	max-width: 83.333%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="11"],
.cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="11"] {
	max-width: 91.666%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="12"] > .cred-editor-scaffold-item-wrapper-item[data-cred-field-cols="12"] {
	max-width: 100%;
}
/* Dragging */
.cred-editor-scaffold-is-dragging,
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-container-can-toggle .cred-editor-scaffold-item-header {
	cursor: move;
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-item {
	margin: 0 7px;
	padding: 0;
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="2"] .cred-editor-scaffold-drop-hover {
	width: calc( 50% - 26px );
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="3"] .cred-editor-scaffold-drop-hover {
	width: calc( 33.333% - 26px );
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="4"] .cred-editor-scaffold-drop-hover {
	width: calc( 25% - 26px );
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="5"] .cred-editor-scaffold-drop-hover {
	width: calc( 20% - 26px );
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="6"] .cred-editor-scaffold-drop-hover {
	width: calc( 16.666% - 26px );
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="7"] .cred-editor-scaffold-drop-hover {
	width: calc( 14.285% - 26px );
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="8"] .cred-editor-scaffold-drop-hover {
	width: calc( 12.5% - 26px );
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="9"] .cred-editor-scaffold-drop-hover {
	width: calc( 11.111% - 260px );
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="10"] .cred-editor-scaffold-drop-hover {
	width: calc( 10% - 26px );
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="11"] .cred-editor-scaffold-drop-hover {
	width: calc( 9.090% - 26px );
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-row[data-cred-cols-preview="12"] .cred-editor-scaffold-drop-hover {
	width: calc( 8.333% - 26px );
}
.types-field-icon.cred-editor-scaffold-field-type-icon {
	width: 14px;
	height: 14px;
}
.cred-editor-wrap-content.js-cred-editor-wrap-content {
	clear: right;
}
.toolset-ui-dialog .ui-widget-content.cred-editor-scaffold-dialog-switch {
	padding-left: 90px;
}
.toolset-ui-dialog .ui-widget-content.cred-editor-scaffold-dialog-switch:before {
	content: "\f534";
	font-family: "dashicons";
	font-size: 60px;
	float: left;
	margin-top: 40px;
	margin-left: -70px;
}
.cred-scaffold-conditional-child {
	background: #e0e0e0;
	border-color: #e0e0e0;
}
.cred-editor-scaffold-item-wrapper-conditionals .cred-editor-scaffold-item-wrapper-row:last-child {
	margin-bottom: 0px;
}
.cred-editor-wrap-scaffold-options input[type=checkbox] {
	border-radius: 3px;
	border-color: #999999;
}
.cred-editor-wrap-scaffold-options input[type=checkbox]:checked {
	background: #f15d2d;
	border-color: #f15d2d;
}
.cred-editor-wrap-scaffold-options input[type=checkbox]:checked:before {
	color: #fff;
	font-size: 16px;
	filter: brightness(100);
}
.cred-editor-scaffold-sidebar-toggler i {
	margin-left: 5px;
}
.cred-editor-scaffold-sidebar-collapse, .cred-editor-scaffold-sidebar-expand {
	border: 0;
	background: transparent;
	color: #999999;
	padding: 0;
	line-height: 12px;
	border-bottom: 1px solid #cfcfcf;
	font-weight: bold;
	font-size: 11px;
	float: right;
	cursor: pointer;
	margin-bottom: 10px;
}
.cred-editor-scaffold-sidebar-toggle {
	background: #ccc;
	border: 0;
	width: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	padding: 0;
	cursor: pointer;
}
.cred-editor-scaffold-item-list-container-full-width {
	width: calc( 100% - 60px );
	margin-right: 60px;
	box-sizing: border-box;
}
.cred-notification.cred-info {
	text-align: center;
	padding: 20px 0;
}
.cred-notification.cred-info .fa-info {
	border: 2px solid #3a87ad;
	border-radius: 50%;
	xpadding: 4px;
	display: inline-block;
	width: 14px;
	height: 14px;
	text-align: center;
}
.cred-notification.cred-info .fa-info:before {
	font-size: 10px;
}
.cred-editor-scaffold-item-options .toolset-shortcode-gui-dialog-item-group {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}
.cred-editor-scaffold-item-options .toolset-shortcode-gui-dialog-item-group:after {
	clear: both;
	display: table;
	content: "";
}
.cred-editor-scaffold-item-container-options-opened::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: calc( 50% - 1px );
	border-style: solid;
	border-width: 0 7.5px 7px 7.5px;
	border-color: transparent transparent #e0e0e0 transparent;
	margin-top: 1px;
}
.cred-editor-scaffold-options-close-container {
	text-align: right;
	padding-top: 15px;
}
.cred-editor-scaffold-options-close {
	cursor: pointer;
}
.cred-editor-scaffold-item-wrapper-conditionals .cred-editor-scaffold-item-container-options-opened::after {
	border-color: transparent transparent #ccc transparent;
}
.cred-editor-scaffold-item-wrapper-conditionals .cred-editor-scaffold-item-options {
	background: #ccc;
}
.cred-editor-scaffold-is-dragging .cred-editor-scaffold-item-wrapper-conditionals:not(.cred-editor-scaffold-conditional-has-children) > div:first-child {
	margin-bottom: 0;
}
select:invalid {
	border: 1px solid red;
}
.cred-editor-scaffold-item-container.ui-draggable-dragging {
	z-index: 1000;
}
.cred-editor-scaffold-sidebar-group h3 .fa-question-circle {
	font-size: 13px;
}
.toolset-shortcode-gui-attribute-wrapper h3 {
	margin: 0;
}
.toolset-shortcode-gui-attribute-group {
	margin: 15px 0 0;
}
.cred-editor-scaffold-item-container:focus,
.cred-editor-scaffold-item-container i:focus {
	outline: none;
}
.cred-editor-scaffold-dropping-zones-vertical:last-of-type::before {
	content: '';
	display: inline-block;
	padding-left: 50px;
	position: absolute;
	right: 0;
	height: 35px;
}
.cred-editor-scaffold-dropping-zones-vertical:first-of-type::before {
	content: '';
	display: inline-block;
	padding-left: 50px;
	position: absolute;
	left: 0;
	height: 35px;
	z-index: 10;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="1"] .cred-editor-scaffold-dropping-zones-vertical:last-of-type::before,
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="1"] .cred-editor-scaffold-dropping-zones-vertical:first-of-type::before {
	padding-left: 33%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="2"] .cred-editor-scaffold-dropping-zones-vertical:last-of-type::before,
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="2"] .cred-editor-scaffold-dropping-zones-vertical:first-of-type::before {
	padding-left: 25%;
}
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="3"] .cred-editor-scaffold-dropping-zones-vertical:last-of-type::before,
.cred-editor-scaffold-item-wrapper-row[data-cred-cols="3"] .cred-editor-scaffold-dropping-zones-vertical:first-of-type::before {
	padding-left: 15%;
}
