/* =Options Framework Overrides
----------------------------------------------- */

#optionsframework {
	background: transparent; /* Needed for screen options tab to show */
}
#screen-meta-links a.show-settings {
	position: relative;
	z-index: 2;
}
#builder_blvd #optionsframework .section {
	padding-bottom: 30px;
}
#builder_blvd #optionsframework .section-info,
#builder_blvd #optionsframework .section.tight {
	padding: 15px;
}
#builder_blvd a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* =Primary Layout
----------------------------------------------- */

#builder_blvd #optionsframework .metabox-holder {
	max-width: 780px;
}
#builder_blvd #optionsframework,
#builder_blvd #optionsframework .full-width {
	max-width: none;
}
#builder_blvd #optionsframework .updated,
#builder_blvd #optionsframework .notice {
	max-width: none;
	width: auto;
}
#tb-builder-notice p {
	margin: 10px 0;
	padding: 0;
}

/* Page Footer */
.options-page-footer {
	padding: 10px;
}
.options-page-footer input {
	float: right;
}
.wp-admin.rtl .options-page-footer input {
	float: left;
}
.options-page-footer .button-import-layout {
	float: left;
}
.wp-admin.rtl .options-page-footer .button-import-layout {
	float: right;
}

/* =General Classes
----------------------------------------------- */

#builder_blvd #add_new_builder .warning {
	margin: 0;
}
#builder_blvd #add_layout .sample-layouts > div {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 4px;
}
#builder_blvd #add_layout .sample-layouts img {
	width: 100%;
}
#builder_blvd .tb-tooltip-link {
	outline: none;
}

/* Widgets Animation */
#builder_blvd .column-blocks .widget .block-handle {
	-webkit-transition: border 500ms ease-in, box-shadow 500ms ease-in;
    -o-transition: border 500ms ease-in, box-shadow 500ms ease-in;
    -moz-transition: border 500ms ease-in, box-shadow 500ms ease-in;
    -ms-transition: border 500ms ease-in, box-shadow 500ms ease-in;
    transition: border 500ms ease-in, box-shadow 500ms ease-in;
}

/* Item being deleted */
#builder_blvd .column-blocks .widget.delete .block-handle {
	border-color: #dfa9a9;
}

/* Item being added */
#builder_blvd .column-blocks .widget.add .block-handle {
	border-color: #9adfa9;
}

/* Loader */
#builder_blvd #optionsframework .ajax-overlay {
	background-color: #f1f1f1;
	opacity: .8;
	z-index: 10;
}
#builder_blvd #optionsframework .ajax-overlay .tb-loader {
	display: block;
	margin-left: -35px;
	position: absolute;
	top: 80px;
	left: 50%;
}
#builder_blvd #optionsframework .ajax-overlay .tb-loader .tb-icon-spinner {
	font-size: 50px;
	width: 70px;
	height: 50px;
}

/* =Manage Layouts
----------------------------------------------- */

#builder_blvd .themeblvd-updated,
#builder_blvd .notice {
	margin-top: 10px;
	margin-bottom: 0;
}

/* =Add Layout
----------------------------------------------- */

/* No styles needed... */

/* =Edit Layout
----------------------------------------------- */

/* Container */
#builder_blvd .stand-alone-builder-wrap {
	background: #fff;
	border: 1px solid #e5e5e5;
}
#builder_blvd #builder {
	padding: 10px;
}
#builder_blvd .wp-heading-inline {
	margin: 0 2px;
}

/* Notice */
#builder_blvd #tb-editor-builder .themeblvd-updated {
    border-bottom: 1px solid #ddd;
	margin: 0 0 0 -1px;
	position: relative;
}
.wp-admin.rtl #builder_blvd #tb-editor-builder .themeblvd-updated {
	margin: 0 -1px 0 0;
}

/* Header */
#builder_blvd #tb-edit-layout .manage-elements {
	background: #fff;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px 20px;
	position: relative;
}
#builder_blvd #tb-edit-layout .manage-elements h2 {
	float: left;
	font-size: 16px;
	line-height: 27px;
	margin: 0;
    padding: 0;
}
.wp-admin.rtl #builder_blvd #tb-edit-layout .manage-elements h2 {
	float: right;
	padding: 0 12px 0 0;
}
#builder_blvd #tb-edit-layout .manage-elements .tb-select-element {
	float: left;
	margin: 0 10px 0 20px;
	height: 29px;
}
.wp-admin.rtl #builder_blvd #tb-edit-layout .manage-elements .tb-select-element {
	float: right;
	margin: 0 20px 0 10px;
}
#builder_blvd #tb-edit-layout .manage-elements .button-secondary {
	background-position: 0 -3px;
	float: left;
	margin: 0 5px 0 0;
}
.wp-admin.rtl #builder_blvd #tb-edit-layout .manage-elements .button-secondary {
	float: right;
	margin: 0 0 0 5px;
}
#builder_blvd #tb-edit-layout .manage-elements .ajax-loading {
	float: left;
	margin: 5px 0 0 0;
	position: relative;
	z-index: 4;
}
.wp-admin.rtl #builder_blvd #tb-edit-layout .manage-elements .ajax-loading {
	float: right;
}
#builder_blvd #tb-edit-layout .manage-elements .ajax-overlay {
	background: #f1f1f1;
	bottom: 1px;
	z-index: 4;
}
#builder_blvd #tb-edit-layout .manage-elements .ajax-overlay.show {
	display: block;
}

/* Header */
#builder_blvd #tb-template-apply,
#builder_blvd #tb-template-sync {
	width: 190px;
}

/* Sync Layout */
#builder_blvd #tb-sync-layout {
	padding: 25px;
}
#builder_blvd #tb-sync-layout .sync-title {
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 19px;
	position: relative;
}
.wp-admin.rtl #builder_blvd #tb-sync-layout .sync-title {
	padding: 0 19px 0 0;
}
#builder_blvd #tb-sync-layout .sync-title i {
	color: #57da23;
	position: absolute;
	top: 2px;
	left: -3px;
}
.wp-admin.rtl #builder_blvd #tb-sync-layout .sync-title i {
	left: initial;
	right: -3px;
}
#builder_blvd #tb-sync-layout p {
	padding: 0;
	margin: 0 0 10px 0;
}
#builder_blvd #tb-sync-layout p:last-child {
	margin-top: 20px;
	margin-bottom: 0;
}
#builder_blvd .meta-box-nav .ajax-overlay.sync-overlay {
	display: block;
	z-index: 4;
}
#builder_blvd .meta-box-nav .ajax-overlay.sync-overlay.hide {
	display: none;
}

/* Tabs */
#builder_blvd .meta-box-nav {
	border-bottom: 1px solid #dedede;
	background: #f5f5f5;
	padding: 8px;
	position: relative;
}
#builder_blvd .meta-box-nav .icon-holder {
	float: left;
	margin: 5px 12px 0 0;
	position: relative;
	width: 20px;
	height: 20px;
	z-index: 7; /* Sit above overlays */
}
.wp-admin.rtl #builder_blvd .meta-box-nav .icon-holder {
	float: right;
	margin: 5px 0 0 12px;
}
#builder_blvd .meta-box-nav .icon-holder .tb-icon-commercial-building {
	font-size: 18px;
}
#builder_blvd .meta-box-nav .icon-holder #icon-tb_builder {
	background-position: -10px -5px;
	background-size: 82px 30px;
	position: absolute;
	margin: 0;
	width: 20px;
	height: 20px;
	z-index: 1;
}
#builder_blvd .meta-box-nav .select-layout {
	float: left;
}
.wp-admin.rtl #builder_blvd .meta-box-nav .select-layout {
	float: right;
}
#builder_blvd .meta-box-nav .select-layout.apply {
	margin-right: 10px;
}
.wp-admin.rtl #builder_blvd .meta-box-nav .select-layout.apply {
	margin-right: 0;
	margin-left: 10px;
}
#builder_blvd .meta-box-nav .select-layout.sync {
	position: relative;
	z-index: 5;
}
#builder_blvd .meta-box-nav .tb-fancy-select {
	float: left;
	margin: 0;
	max-width: 190px;
}
.wp-admin.rtl #builder_blvd .meta-box-nav .tb-fancy-select {
	float: right;
}
#builder_blvd .meta-box-nav .select-layout span.note {
	float: left;
	line-height: 28px;
	margin: 0 0 0 10px;
	padding: 0;
}
.wp-admin.rtl #builder_blvd .meta-box-nav .select-layout span.note {
	float: right;
	margin: 0 10px 0 0;
}
#builder_blvd #tb-save-new-template,
#builder_blvd #tb-custom-styles-link,
#builder_blvd #tb-custom-styles {
	float: right;
	margin: 0 0 0 10px;
}
.wp-admin.rtl #builder_blvd #tb-save-new-template,
.wp-admin.rtl #builder_blvd #tb-custom-styles-link,
.wp-admin.rtl #builder_blvd #tb-custom-styles {
	float: left;
	margin: 0 10px 0 0;
}
#builder_blvd .meta-box-nav .ajax-overlay {
	background: #f5f5f5;
	z-index: 6;
}
#builder_blvd .meta-box-nav .modal-content {
	display: none;
}
#tb-custom-styles_build .themeblvd-modal {
	max-height: 514px;
}

/* Publish Box */
#builder_blvd #publishing-action .tb-loader {
	float: right;
	margin: 4px 5px 0 0;
}
.wp-admin.rtl #builder_blvd #publishing-action .tb-loader {
	float: left;
	margin: 4px 0 0 5px;
}
#builder_blvd #publishing-action .tb-loader i {
	height: 20px;
}

/* No Sections */
#builder_blvd .tb-no-sections p:first-child {
	margin: 0;
	padding: 0;
}

/* Elements */
#builder_blvd #builder .widget {
	margin-bottom: 5px;
}
#builder_blvd #builder .widget:last-child {
	margin-bottom: 0;
}
#builder_blvd #optionsframework .widget-name .tb-icon-sort {
	font-size: 14px;
	line-height: 35px;
	position: absolute;
	top: 1px;
	left: 3px;
}
.wp-admin.rtl #builder_blvd #optionsframework .widget-name .tb-icon-sort {
	left: initial;
	right: 3px;
}
#builder_blvd #optionsframework .widget-name h3 {
	padding-left: 22px;
}
.wp-admin.rtl #builder_blvd #optionsframework .widget-name h3 {
	padding-left: 0;
	padding-right: 22px;
}
.themeblvd-builder-legacy-1 #builder_blvd #optionsframework .widget-name h3 {
	padding-left: 10px;
}
.wp-admin.rtl .themeblvd-builder-legacy-1 #builder_blvd #optionsframework .widget-name h3 {
	padding-left: 0;
	padding-right: 10px;
}
#builder_blvd #optionsframework .widget-name .widget-name-arrow {
	background: none;
	color: #a5a5a5;
	font-size: 16px;
	line-height: 34px;
	width: 30px;
	text-align: center;
	text-indent: 0;
}
#builder_blvd #optionsframework .widget-name .widget-name-arrow:hover {
	color: #5a5a5a;
}
#builder_blvd #optionsframework .widget-name.widget-name-closed .widget-name-arrow {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#optionsframework .widget-footer a.duplicate-element {
	color: #666666;
	float: right;
	font-size: 15px;
	margin-top: 2px;
	margin-right: -4px;
}
.wp-admin.rtl #optionsframework .widget-footer a.duplicate-element {
	float: left;
	margin-right: 0;
	margin-left: -4px;
}
#optionsframework .widget-footer a.duplicate-element:hover {
	color: #000000;
}
#optionsframework .widget-footer a.delete-element {
	float: left;
}
.wp-admin.rtl #optionsframework .widget-footer a.delete-element {
	float: right;
}
#builder_blvd #optionsframework .edit-element-display {
	color: #666666;
	float: right;
}
.wp-admin.rtl #builder_blvd #optionsframework .edit-element-display {
	float: left;
}
#builder_blvd #optionsframework .edit-element-display:hover {
	color: #000000;
}
#builder_blvd #optionsframework .top-widget-name .edit-element-display {
	padding: 7px 0;
}
#builder_blvd #optionsframework .columns-config .edit-element-display {
	float: none;
	position: absolute;
	top: 2px;
	right: 28px;
}
.wp-admin.rtl #builder_blvd #optionsframework .columns-config .edit-element-display {
	right: initial;
	left: 28px;
}

/* Element Nav */
#builder_blvd .element-options-nav {
	background: #f9f9f9;
	border-radius: 0;
}
#builder_blvd .element-options-nav ul {
	margin: 0;
}
#builder_blvd .element-options-nav li {
	border-right: 1px solid #dfdfdf;
	float: left;
	margin: 0;
	padding: 0;
}
.wp-admin.rtl #builder_blvd .element-options-nav li {
	float: right;
}
#builder_blvd .element-options-nav a {
	color: #666666;
	display: block;
	font-size: 12px;
	padding: 10px 16px;
	position: relative;
	text-decoration: none;
}
#builder_blvd .element-options-nav a:hover {
	background-color: #f2f2f2;
	color: #444444;
}
#builder_blvd .element-options-nav .active a {
	background: #ffffff;
	color: #444444;
}
#builder_blvd .element-options-nav .active a:before {
	content: "";
	background: #ffffff;
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 1px;
}

/* Element/Section Labels */
#builder_blvd .section-label,
#builder_blvd .element-label {
	float: right;
	margin-top: 6px;
	position: relative;
}
.wp-admin.rtl #builder_blvd .section-label,
.wp-admin.rtl #builder_blvd .element-label {
	float: left;
}
#builder_blvd .section-label {
	float: none;
	position: absolute;
	left: 38px;
	bottom: 1px;
}
.wp-admin.rtl #builder_blvd .section-label {
	left: initial;
	right: 38px;
}
#builder_blvd .section-label.legacy {
	left: 0;
}
.wp-admin.rtl #builder_blvd .section-label.legacy {
	left: initial;
	right: 0;
}
#builder_blvd .section-label .label-input,
#builder_blvd .element-label .label-input {
	font-size: 11px;
	display: none;
	padding: 2px;
	position: absolute;
	top: 0;
	right: 0;
}
.wp-admin.rtl #builder_blvd .section-label .label-input,
.wp-admin.rtl #builder_blvd .element-label .label-input {
	right: initial;
	left: 0;
}
#builder_blvd .section-label .label-input {
	padding: 5px 8px;
	right: initial;
	left: 0;
}
.wp-admin.rtl #builder_blvd .section-label .label-input {
	left: initial;
	right: 0;
}
#builder_blvd .section-label .label-text,
#builder_blvd .element-label .label-text {
	background: #f8f8f8;
	border: 1px solid #cccccc;
	-moz-box-shadow: inset 0 1px 1px #ffffff;
	-webkit-box-shadow: inset 0 1px 1px #ffffff;
	box-shadow: inset 0 1px 1px #ffffff;
	color: #888888;
	cursor: text;
	display: inline-block;
	font-size: 10px;
	line-height: 1em;
	max-width: 300px;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#builder_blvd .section-label .label-text {
	font-size: 11px;
	padding: 7px 10px;
}

/* Sections */
#builder_blvd .element-section {
	margin: 0 0 20px 0;
	padding: 0;
}
#builder_blvd .element-section:last-child {
	margin-bottom: 0;
}
#builder_blvd .section-header {
	height: 32px;
	position: relative;
}
#builder_blvd .delete-section,
#builder_blvd .locked-section {
	background: #f8f8f8;
	border: 1px dashed #cccccc;
	border-bottom: none;
	color: #555555;
	display: block;
	font-size: 15px;
	padding: 7px 5px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.wp-admin.rtl #builder_blvd .delete-section,
.wp-admin.rtl #builder_blvd .locked-section {
	left: initial;
	right: 0;
}
#builder_blvd .delete-section:hover {
	color: #000000;
}
#builder_blvd .section-options {
	position: absolute;
	right: 1px;
	bottom: 6px;
}
.wp-admin.rtl #builder_blvd .section-options {
	right: initial;
	left: 1px;
}
#builder_blvd .section-options a {
	float: right;
}
#builder_blvd .section-options .button {
	margin-left: 8px;
}
.wp-admin.rtl #builder_blvd .section-options .button {
	margin-left: 0;
	margin-right: 8px;
}
#builder_blvd .section-options .tb-tooltip-link {
	color: #666666;
	font-size: 15px;
	margin-top: 5px;
}
#builder_blvd .section-options .tb-tooltip-link:hover {
	color: #000000;
}
#builder_blvd .section-options .tb-tooltip-link i:before {
	margin: 0 2px;
	width: initial;
}
#builder_blvd .element-section .elements {
	background: #f8f8f8;
	border: 1px dashed #ccc;
	padding: 8px;
}
#builder_blvd .element-section .elements.empty:before {
	content: 'Drag elements here.';
	color: #bbbbbb;
	display: block;
	font-size: 15px;
	padding: 10px;
	text-align: center;
}
#builder_blvd .element-section:first-child .elements.empty:before {
	content: 'Drag elements here or click "Add Element" above.';
}
#builder_blvd .delete-section,
#builder_blvd .locked-section,
#builder_blvd .element-section .elements {
	-webkit-transition: border 500ms ease-in-out;
    -o-transition: border 500ms ease-in-out;
    -moz-transition: border 500ms ease-in-out;
    -ms-transition: border 500ms ease-in-out;
    transition: border 500ms ease-in-out;
}
#builder_blvd .element-section.add .delete-section,
#builder_blvd .element-section.add .locked-section,
#builder_blvd .element-section.add .elements {
	border-color: #59c16f;
}

/* Sortable Option types */
#builder_blvd #optionsframework .item .section:last-of-type {
	padding-bottom: 10px;
}
#builder_blvd #optionsframework .section-bars,
#builder_blvd #optionsframework .section-buttons,
#builder_blvd #optionsframework .section-datasets,
#builder_blvd #optionsframework .section-locations,
#builder_blvd #optionsframework .section-logos,
#builder_blvd #optionsframework .section-sectors,
#builder_blvd #optionsframework .section-slider,
#builder_blvd #optionsframework .section-tabs,
#builder_blvd #optionsframework .section-testimonials,
#builder_blvd #optionsframework .section-toggles {
	padding-bottom: 15px;
}
#builder_blvd #optionsframework .section-bars > .option > .controls,
#builder_blvd #optionsframework .section-buttons > .option > .controls,
#builder_blvd #optionsframework .section-datasets > .option > .controls,
#builder_blvd #optionsframework .section-locations > .option > .controls,
#builder_blvd #optionsframework .section-logos > .option > .controls,
#builder_blvd #optionsframework .section-sectors > .option > .controls,
#builder_blvd #optionsframework .section-slider > .option > .controls,
#builder_blvd #optionsframework .section-tabs > .option > .controls,
#builder_blvd #optionsframework .section-testimonials > .option > .controls,
#builder_blvd #optionsframework .section-toggles > .option > .controls {
	margin-bottom: 0;
}
#builder_blvd #optionsframework .tb-sortable-option .item {
	margin-bottom: 5px;
}

/* Sidebar */
#builder_blvd .inner-sidebar .section-radio label {
	margin-bottom: 15px;
	width: 80%;
}
#builder_blvd .inner-sidebar .section-radio input.of-radio {
	margin-top: 2px;
}
#builder_blvd .inner-sidebar .section-radio .heading {
	margin-bottom: 12px;
}
#builder_blvd .inner-sidebar .postbox h3 {
	border-bottom: 1px solid #eee;
}
#builder_blvd .inner-sidebar .publish-actions {
	padding: 15px;
}
#builder_blvd .postbox.hide .tb-widget-content {
	display: none;
}
#builder_blvd .postbox .tb-widget-content .controls,
#builder_blvd .postbox .tb-widget-content .explain {
	float: none;
	margin: 0;
	max-width: none;
	min-width: 0;
	width: auto;
}
#builder_blvd .postbox-custom-styles {
	margin-left: -140px;
	z-index: 1;
}
#builder_blvd .postbox-custom-styles.closed {
	margin-left: 0;
}
.wp-admin.rtl #builder_blvd .postbox-custom-styles {
	margin-right: -140px;
	margin-left: 0;
}
.wp-admin.rtl #builder_blvd .postbox-custom-styles.closed {
	margin-right: 0;
}
#builder_blvd .page-info {
	line-height: 1.5;
	padding: 10px 20px 0 20px;
}
#builder_blvd .page-info li {
	margin: 0 0 5px 0;
	padding: 0;
}
#builder_blvd .page-info li:last-child {
	margin-right: -10px;
	padding: 15px 0 0 0;
	text-align: right;
}
.wp-admin.rtl #builder_blvd .page-info li:last-child {
	margin-right: 0;
	margin-left: -10px;
	text-align: left:
}
#builder_blvd .page-info .label {
	font-weight: bold;
}
#builder_blvd .page-info .label:after {
	content: ":";
}
#builder_blvd .page-info .value {
	float: right;
}
.wp-admin.rtl #builder_blvd .page-info .value {
	float: left;
}
#builder_blvd .tb-publish-layout {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	padding: 10px;
}
#builder_blvd .tb-publish-layout:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
#builder_blvd .tb-publish-layout .button-primary {
	float: right;
}
#builder_blvd .tb-publish-layout .spinner {
	float: right;
}
.wp-admin.rtl #builder_blvd .tb-publish-layout .button-primary {
	float: left;
}
.wp-admin.rtl #builder_blvd .tb-publish-layout .spinner {
	float: left;
}

/* Footer Credit */
#builder_blvd .tb-builder-footer {
	background: #f7f7f7;
	border-top: 1px solid #e5e5e5;
	color: #888888;
	line-height: 1;
	padding: 5px 5px 5px 24px;
	position: relative;
}
.wp-admin.rtl #builder_blvd .tb-builder-footer {
	padding: 5px 24px 5px 5px;
}
#builder_blvd .tb-builder-footer i {
	position: absolute;
	top: 1px;
    left: -20px;
}
.wp-admin.rtl #builder_blvd .tb-builder-footer i {
	left: initial;
	right: -20px;
}
#builder_blvd .tb-builder-footer a {
	text-decoration: none;
}
#builder_blvd .tb-builder-footer p {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 3;
}
.wp-admin.rtl #builder_blvd .tb-builder-footer p {
	float: right;
}
#builder_blvd #tb-clear-layout {
	float: right;
	line-height: 1.5;
}
.wp-admin.rtl #builder_blvd #tb-clear-layout {
	float: left;
}
#builder_blvd .tb-builder-footer .submitdelete {
	display: block;
}
#builder_blvd .tb-builder-footer .sync-overlay {
	z-index: 2;
}
#builder_blvd .tb-builder-footer.sync-on #tb-clear-layout {
	display: inline-block;
	position: relative;
	z-index: 1;
}

/* No Sections */
#builder_blvd .tb-no-sections {
	padding: 60px 30px 30px 30px;
	text-align: center;
}

/* =Editor Builder (for Edit Page screen) // ...
----------------------------------------------- */

/* General */
#tb-editor-builder.builder-active #postdivrich {
	margin-bottom: 0;
}
#tb-editor-builder #builder_blvd {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	display: none;
	clear: both;
	margin-top: 20px;
	/* margin-bottom: 20px; */
	/* min-height: 485px; */
	position: relative;
	z-index: 1000; /* Sit above WP Editor's #post-status-info at 999 */
}
#tb-editor-builder.template-active #builder_blvd {
	display: block;
}
#tb-editor-builder .wp-media-buttons.tb-inactive {
	position: relative;
}
#tb-editor-builder .wp-media-buttons.tb-inactive .tb-overlay {
	background: #f1f1f1;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#tb-editor-builder #builder_blvd #optionsframework .metabox-holder {
	max-width: initial;
	padding: 0;
}
#tb-editor-builder #builder_blvd .postbox {
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
}
#tb-editor-builder #builder_blvd .item-handle > h3 {
	background-color: transparent;
}
#tb-editor-builder #builder_blvd #optionsframework {
	background: #ffffff;
}
#tb-editor-builder #builder_blvd .warning {
	background: #FFFFE0;
	border: 1px solid #E6DB55;
	margin: 10px;
}
#tb-editor-builder #builder_blvd .warning p {
	padding: 0;
	margin: 0 0 10px 0;
}
#tb-editor-builder #builder_blvd .warning p:last-child {
	margin-bottom: 0;
}
#tb-editor-builder #tb-alert {
	top: 40px;
}
#tb-editor-builder #builder_blvd #optionsframework {
	max-width: initial;
}
#tb-editor-builder #builder_blvd #optionsframework #builder {
	position: relative;
	z-index: 4;
}

/* Manage Elements */
#tb-editor-builder #builder_blvd #tb-edit-layout .manage-elements .ajax-overlay {
	bottom: 0;
}
#tb-editor-builder #builder_blvd #tb-edit-layout .manage-elements .ajax-loading {
	background-color: #f5f5f5;
}

/* Edit Layout Area */
#tb-editor-builder #tb-edit-layout {
	padding: .02px; /* Margin bug fix */
	position: relative;
}
#tb-editor-builder #builder_blvd .ajax-overlay-layout-switch {
	background: #ffffff;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}
#tb-editor-builder #builder_blvd .edit-layout-wrap {
	padding: 0 10px;
}
#tb-editor-builder #builder_blvd #tb-edit-layout #titlediv {
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#tb-editor-builder #builder_blvd .top-widget-name h3 {
	background-color: #ffffff;
	background-image: none;
	border-bottom: none;
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
}
#tb-editor-builder #builder_blvd .sidebar-layout-wrap {
	padding: 0 10px;
}
#tb-editor-builder #builder_blvd .sidebar-layout-wrap h2 {
	margin-left: 12px;
}
.wp-admin.rtl #tb-editor-builder #builder_blvd .sidebar-layout-wrap h2 {
	margin-left: 0;
	margin-right: 12px;
}
#tb-editor-builder #builder_blvd #optionsframework .sidebar-layout-wrap .section {
	border-bottom: none;
	padding: 0 10px 10px 10px;
}
#tb-editor-builder #builder_blvd #builder .sortable {
	background: #fafafa;
	/* min-height: 280px; */
	/* margin-bottom: 10px; */
	padding: 5px;
}
#tb-editor-builder #builder_blvd .element-section {
	margin: 0 0 15px 0;
}
#tb-editor-builder #builder_blvd .element-section:last-child {
	margin-bottom: 0;
}
#tb-editor-builder #builder_blvd #metabox-builder .ajax-overlay {
	background: #ffffff;
	z-index: 3;
}
#tb-editor-builder #optionsframework .tb-sortable-option .item-handle.closed a.toggle {
	right: 0;
}
.wp-admin.rtl #tb-editor-builder #optionsframework .tb-sortable-option .item-handle.closed a.toggle {
	right: auto;
	left: 0;
}
#tb-editor-builder #builder_blvd #builder .widget {
	margin-bottom: 5px;
}

/* Legacy fixes (for those using old themes) */
.themeblvd-builder-legacy-1 #tb-editor-builder #builder_blvd #builder .sortable {
	min-height: 0;
}

/* =Column Manager
----------------------------------------------- */

/* Column Setup */
.tb-fancy-select.column-width.column-width-5 .textbox {
	font-size: 11px;
}

/* Column Header */
#builder_blvd .columns-config .column-heading {
	padding: 0 10px 10px 10px;
	position: relative;
	border-bottom: 1px solid #eeeeee;
}
#builder_blvd .columns-config .column-heading h4 {
	background: #f8f8f8;
	border-bottom: 1px solid #eeeeee;
	line-height: 1em;
	margin: 0 -10px 10px -10px;
	padding: 8px 12px;
}
#builder_blvd .columns-config .column-heading .tb-fancy-select {
	margin-bottom: 0;
}
#builder_blvd .columns-config .column-heading .add-block.tb-tooltip-link {
	color: #2ea2cc;
	font-size: 16px;
	outline: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 22px;
	height: 18px;
}
.wp-admin.rtl #builder_blvd .columns-config .column-heading .add-block.tb-tooltip-link {
	right: initial;
	left: 5px;
}
#builder_blvd .columns-config .column-heading .add-block.tb-tooltip-link:hover {
	color: #02648B;
}
#builder_blvd .columns-config.columns-1 .column-heading .add-block.tb-tooltip-link {
	display: none;
}
#builder_blvd .columns-config .add-block.button-secondary {
	font-size: 12px; /* Matches condensed fancy selects */
}
#builder_blvd .columns-config.columns-2 .add-block.button-secondary,
#builder_blvd .columns-config.columns-3 .add-block.button-secondary,
#builder_blvd .columns-config.columns-4 .add-block.button-secondary,
#builder_blvd .columns-config.columns-5 .add-block.button-secondary {
	display: none;
}
#builder_blvd .column-heading select {
	width: 100%;
}
#builder_blvd .columns-config.columns-1 .column-heading .tb-fancy-select {
	float: left;
	margin-right: 10px;
	width: 200px;
}
.wp-admin.rtl #builder_blvd .columns-config.columns-1 .column-heading .tb-fancy-select {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
#builder_blvd #optionsframework .columns-config.columns-1 .edit-element-display {
	right: 8px;
}
.wp-admin.rtl #builder_blvd #optionsframework .columns-config.columns-1 .edit-element-display {
	right: initial;
	left: 8px;
}

/* Column Setup */
#builder_blvd #optionsframework .section-column_widths {
	padding-bottom: 15px;
}
#builder_blvd .columns-header {
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
	color: #888888;
	font-size: 12px;
	line-height: 24px;
	padding: 10px;
}
#builder_blvd .columns-header .info {
	float: right;
}
.wp-admin.rtl #builder_blvd .columns-header .info {
	float: left;
}
#builder_blvd .columns-header .action {
	float: left;
}
.wp-admin.rtl #builder_blvd .columns-header .action {
	float: right;
}
#builder_blvd .columns-header .col-count:after {
	content: ", ";
}
#builder_blvd .columns-header .action a {
	text-decoration: none;
}

/* Column Grid */
#builder_blvd .columns-config {
	display: table;
	border-bottom: 1px solid #eeeeee;
	width: 100%;
}
#builder_blvd .columns-config .column {
	border-right: 1px solid #eeeeee;
	display: table-cell;
}
.wp-admin.rtl #builder_blvd .columns-config .column {
	border-right: none;
	border-left: 1px solid #eeeeee;
}
#builder_blvd .columns-1 .column {
	width: 100%;
}
#builder_blvd .columns-1 .col-1 {
	border-right: none;
}
.wp-admin.rtl #builder_blvd .columns-1 .col-1 {
	border-left: none;
}
#builder_blvd .columns-1 .col-2,
#builder_blvd .columns-1 .col-3,
#builder_blvd .columns-1 .col-4,
#builder_blvd .columns-1 .col-5 {
	display: none;
}
#builder_blvd .columns-2 .column {
	width: 50%;
}
#builder_blvd .columns-2 .col-2 {
	border-right: none;
}
.wp-admin.rtl #builder_blvd .columns-2 .col-2 {
	border-left: none;
}
#builder_blvd .columns-2 .col-3,
#builder_blvd .columns-2 .col-4,
#builder_blvd .columns-2 .col-5 {
	display: none;
}
#builder_blvd .columns-3 .column {
	width: 33.333%;
}
#builder_blvd .columns-3 .col-3 {
	border-right: none;
}
.wp-admin.rtl #builder_blvd .columns-3 .col-3 {
	border-left: none;
}
#builder_blvd .columns-3 .col-4,
#builder_blvd .columns-3 .col-5 {
	display: none;
}
#builder_blvd .columns-4 .column {
	width: 25%;
}
#builder_blvd .columns-4 .col-4 {
	border-right: none;
}
.wp-admin.rtl #builder_blvd .columns-4 .col-4 {
	border-left: none;
}
#builder_blvd .columns-4 .col-5 {
	display: none;
}
#builder_blvd .columns-5 .column {
	width: 20%;
}
#builder_blvd .columns-5 .col-5 {
	border-right: none;
}
.wp-admin.rtl #builder_blvd .columns-5 .col-5 {
	border-left: none;
}

/* Column Blocks */
#builder_blvd .column-blocks {
	padding: 10px;
}
#builder_blvd .column-blocks.mini-empty {
	color: #bbbbbb;
	font-size: 11px;
	padding: 10px;
}
#builder_blvd .column-blocks.mini-empty:before {
	content: "Add an element...";
}
#builder_blvd .element-jumbotron_slider .column-blocks.mini-empty:before {
	content: "Add a hero unit...";
}
#builder_blvd .column-blocks .ui-sortable-placeholder {
	height: 28px !important;
}
#builder_blvd #builder .column-blocks .block {
	margin-bottom: 3px;
}
#builder_blvd .column-blocks .block-widget-name {
	background: #fafafa;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: inset 0 1px 0 white;
	color: #464646;
	cursor: move;
	-moz-box-shadow: inset 0 1px 0 white;
	-webkit-box-shadow: inset 0 1px 0 white;
	text-shadow: white 0 1px 0;
}
#builder_blvd .column-blocks .block-widget-name:hover {
	border-color: #b6b6b6;
}
#builder_blvd #optionsframework .column-blocks .block-widget-name .tb-icon-sort {
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	top: 1px;
	left: 2px;
}
.wp-admin.rtl #builder_blvd #optionsframework .column-blocks .block-widget-name .tb-icon-sort {
	left: initial;
	right: 2px;
}
#builder_blvd .column-blocks .block-widget-name h3 {
	background-color: transparent;
	border-bottom: none;
	font-weight: normal;
	font-size: 13px;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	padding: 0 10px 0 20px;
}
.wp-admin.rtl #builder_blvd .column-blocks .block-widget-name h3 {
	padding: 0 20px 0 10px;
}
#builder_blvd #optionsframework .column-blocks .block-widget-name .block-widget-name-arrow {
	background: none;
	color: #a5a5a5;
	display: block;
	float: right;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.wp-admin.rtl #builder_blvd #optionsframework .column-blocks .block-widget-name .block-widget-name-arrow {
	float: left;
}
#builder_blvd #optionsframework .column-blocks .block-widget-name .block-widget-name-arrow:hover {
	color: #5a5a5a;
}
#builder_blvd #optionsframework .column-blocks .block-widget-name.block-widget-name-closed .block-widget-name-arrow {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#builder_blvd .column-blocks .block-widget-content {
	border: 1px solid #dfdfdf;
	border-top: none;
	position: relative;
}
#builder_blvd #builder .block-nav {
	float: right;
}
.wp-admin.rtl #builder_blvd #builder .block-nav {
	float: left;
}
#builder_blvd #builder .block-nav a {
	color: #777777;
	display: block;
	float: right;
	font-size: 15px;
	height: 24px;
	line-height: 24px;
	outline: 0;
}
#builder_blvd #builder .block-nav a:hover {
	color: #333333;
}
#builder_blvd #builder .block-nav a.edit-block-display {
	position: relative;
	width: 24px;
}
#builder_blvd #builder .element-jumbotron_slider .block-nav a.edit-block-display {
	display: none;
}
#builder_blvd #builder .block-nav a.edit-block-display i {
	position: absolute;
	top: -2px;
	left: 1px;
}
.wp-admin.rtl #builder_blvd #builder .block-nav a.edit-block-display i {
	left: initial;
	right: 1px;
}
#builder_blvd .block-widget .delete-block {
	color: #a00a00;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 24px;
	padding: 0 5px;
	text-decoration: none;
}
.wp-admin.rtl #builder_blvd .block-widget .delete-block {
	float: right;
}
#builder_blvd .block-widget .delete-block:hover {
	color: red;
}
#builder_blvd .column-blocks .block-options {
	display: none;
}

/* =Modal Options
----------------------------------------------- */

.themeblvd-modal #optionsframework {
	max-width: none;
}
.themeblvd-modal #optionsframework .block-form > .section:last-of-type {
	border-bottom: none;
	padding-bottom: 20px;
}
.themeblvd-modal #optionsframework .block-form .item .section:last-of-type {
	padding-bottom: 10px;
}
.themeblvd-modal #optionsframework .controls input.upload {
	font-size: 14px;
	margin: 1px;
	padding: 3px 5px;
}
.themeblvd-modal #optionsframework .jquery-ui-slider {
	margin: 10px 12px;
}
.themeblvd-modal-on .CodeMirror-lint-tooltip {
	z-index: 60000;
}

/* Fix for fancy selects from WP admin styling */
.themeblvd-modal .tb-fancy-select select {
	margin: 0;
	padding: 0;
}

/* Options to hide when in modal */
.themeblvd-modal .block-hide {
	display: none;
}
.themeblvd-modal.hide-delete-button .media-button-delete {
	display: none;
}
.themeblvd-modal.hide-dup-button .media-button-secondary {
	display: none;
}

/* Section BG slideshow */
.section-bg-slideshow .section-slider .item-content > .slide-title,
.section-bg-slideshow .section-slider .item-content > .slide-desc,
.section-bg-slideshow .section-slider .item-content > .slide-link {
	display: none;
}

/* Align toggles on sortable items */
.themeblvd-modal .tb-options-wrap .full-width .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal .tb-options-wrap .section-bars .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal .tb-options-wrap .section-buttons .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal .tb-options-wrap .section-datasets .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal .tb-options-wrap .section-locations .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal .tb-options-wrap .section-price_cols .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal .tb-options-wrap .section-sectors .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal .tb-options-wrap .section-tabs .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal .tb-options-wrap .section-testimonials .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal .tb-options-wrap .section-text_blocks .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal .tb-options-wrap .section-toggles .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal #option-framework .full-width .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal #option-framework .section-bars .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal #option-framework .section-buttons .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal #option-framework .section-datasets .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal #option-framework .section-locations .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal #option-framework .section-price_cols .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal #option-framework .section-sectors .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal #option-framework .section-tabs .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal #option-framework .section-testimonials .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal #option-framework .section-text_blocks .tb-sortable-option .item-handle.closed a.toggle,
.themeblvd-modal #option-framework .section-toggles .tb-sortable-option .item-handle.closed a.toggle {
	right: 0;
}
.wp-admin.rtl .themeblvd-modal .tb-options-wrap .full-width .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal .tb-options-wrap .section-bars .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal .tb-options-wrap .section-buttons .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal .tb-options-wrap .section-datasets .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal .tb-options-wrap .section-locations .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal .tb-options-wrap .section-price_cols .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal .tb-options-wrap .section-sectors .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal .tb-options-wrap .section-tabs .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal .tb-options-wrap .section-testimonials .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal .tb-options-wrap .section-text_blocks .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal .tb-options-wrap .section-toggles .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal #options-framework .full-width .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal #options-framework .section-bars .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal #options-framework .section-buttons .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal #options-framework .section-datasets .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal #options-framework .section-locations .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal #options-framework .section-price_cols .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal #options-framework .section-sectors .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal #options-framework .section-tabs .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal #options-framework .section-testimonials .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal #options-framework .section-text_blocks .tb-sortable-option .item-handle.closed a.toggle,
.wp-admin.rtl .themeblvd-modal #options-framework .section-toggles .tb-sortable-option .item-handle.closed a.toggle {
	right: initial;
	left: 0;
}

/* =Apprise prompt
----------------------------------------------- */

.themeblvd-builder-legacy-1 .appriseOverlay {
	z-index: 9999;
}

/* =Responsiveness
----------------------------------------------- */

@media (max-width: 1120px) {
	#builder_blvd #optionsframework .section .controls {
		float: none;
		min-width: initial;
		/* overflow: hidden; */
		width: auto;
	}
	#builder_blvd #optionsframework .section .explain {
		float: none;
		max-width: initial;
		width: auto;
	}
}

@media (max-width: 782px) {

	/* @TODO Add more mobile styling, more useable (bigger) controls throughout ... */

	/* Main Builder Page */
	#builder_blvd .inner-sidebar {
		float: none;
		clear: none;
		width: auto;
	}
	#builder_blvd .has-right-sidebar #post-body {
		float: none;
		margin: 0 0 0 0;
		width: auto;
	}
	#builder_blvd .has-right-sidebar #post-body-content {
		float: none;
		margin: 0;
	}

	/* Editor Builder (for Edit Page screen) */
	.tb-switch-editor {
		font-size: 16px;
		line-height: 1em;
		margin: 3px 0 0 7px;
		padding: 12px 15px;
	}
}
