#themify_tiles_lightbox_parent {
	position: fixed;
	top: 0 !important;
	left: 0 !important;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 20px;
	width: 750px;
	height: 600px;
	max-height: 100vh;
	max-width: 100vw;
	overflow-y: scroll;
}
#tb_tabs_tile {
	border: none;
	font-family: inherit;
}
#tb_tabs_tile > ul {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: none;
}
#tb_tabs_tile > ul li {
	background: none;
	border: none;
	font-size: 1.3em;
	border-radius: 0;
}
#tb_tabs_tile > ul li.ui-state-active {
	border: 1px solid rgba(0,0,0,.1);
	border-bottom: none;
	background: #fff;
}
#tb_tabs_tile > ul li a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tf-tiles-actions {
	clear: both !important;
	padding: 20px 0;
}
.tf-tiles-actions a {
	text-decoration: none !important;
	font-size: 15px;
	outline: none !important;
	box-shadow: none !important;
	color: #9a9a9a;
	display: inline-block;
	vertical-align: middle;
}
.tf-tiles-actions .ti {
	color: #666;
	background: #eee;
	display: inline-block;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	position: relative;
	margin-right: 3px;
	margin-top: -5px;
}
.tf-tiles-actions a:hover .ti {
	background: #ddd;
}
.tf-tiles-actions a:hover {
	color: #000;
}
.tf-tiles-actions .ti:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.tf-tiles-actions .tf-tiles-close,
.tf-tiles-actions .tf-tiles-close .ti {
	color: #888;
}
.tf-tiles-actions .tf-tiles-close .ti {
	background: none;
	display: inline;
}
.tf-tiles-actions .tf-tiles-close .ti:before {
	position: static;
}

.tf-tiles-actions .saving .ti:before {
	content: "\e60f";
	top: 25%;
	left: 25%;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.themify_builder_module_front_overlay {
	cursor: move;
}
.themify_builder_ui_state_highlight {
	height: 35px;
	width: 240px;
	display: inline-block;
}

.tf-tiles-clear { display: none; }

.tf-tiles-editing .tf-tiles-edit-wrap {
	outline: rgb(204, 204, 204) dashed 1px;
	box-sizing: content-box;
	overflow: hidden;
	min-height: 240px;
}

#themify_tiles_overlay {
	background: #333;
	background: rgba(0,0,0,.7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100000;
	overflow-y: auto;
}
#themify_tiles_lightbox_parent {
	z-index: 100001;
}

.mce-menu {
	z-index: 100001 !important;
}

/* hide the Publish meta box entirely */
#postbox-container-1 {
	display: none;
}
#poststuff #post-body.columns-2 {
	  margin-right: 0;
}
#themify_tiles_lightbox_container .thumb_preview .themify_builder_icon.delete:before{
        margin-top:0;
}
#themify_tiles_lightbox_container .thumb_preview{
        display: none;
}

.tf-tiles .button.tf-tiles-save {
	font-size: 18px;
	line-height: 35px;
	height: 40px;
	margin: 10px 0;
	padding: 0 25px 1px;
}

#tb_tabs_tile.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
#tb_tabs_tile.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
#tb_tabs_tile.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
#tb_tabs_tile.ui-tabs .ui-tabs-nav li a {float: left;padding: .5em 1em !important;text-decoration: none;}
#tb_tabs_tile.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
#tb_tabs_tile.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {cursor: text;color: inherit;border: none;text-decoration: none;}
#tb_tabs_tile.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#tb_tabs_tile.ui-tabs .ui-tabs-panel {display: block;border-width: 0;padding: 20px 0 10px !important;background: none;overflow: visible;}

.themify_builder.builder-lightbox .close_lightbox,
#themify_lightbox_fa .close_lightbox {
	color: #555;
	font-size: 2em;
	text-decoration: none;
	text-align: center;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 1em;
	height: 1em;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	outline: none;
	box-shadow: none;
	z-index: 999;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.themify_builder.builder-lightbox .close_lightbox:hover,
#themify_lightbox_fa .close_lightbox:hover {
	-webkit-transform: rotate(90deg) scale(.9);
	-ms-transform: rotate(180deg) scale(.9);
	transform: rotate(90deg) scale(.9);
	color: #ea533b;
	text-decoration: none;
}

.themify_builder.builder-lightbox a.themify_fa_toggle {
	font-size: 14px;
	background: none;
	border: none;
	color: #605ca8;
	text-decoration: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.themify_builder.builder-lightbox a.themify_fa_toggle:hover {
	color: #000;
}

.module_menu_front .themify_builder_dropdown_front li.themify_module_menu a:hover {
	background-color: #00adf1;
	color: #fff;
}
.themify_builder_module_front {
	position: relative;
	min-height: 40px;
	margin-bottom: 0;
	cursor: move;
}
.themify_builder_module_front:hover {
	border-color: #5fccf7;
}
.themify_builder_responsive_frame_body .themify_builder_module_front {
	cursor: auto;
}

.tap .themify_builder_dropdown_front, .tap .themify_builder_module_front_overlay {
	display: block !important; /* show module edit/duplicate/delete buttons */
}

/* module name */
.themify_builder_data_mod_name {
	font-size: 12px;
	line-height: 100%;
	color: #444;
	position: absolute;
	top: 9px;
	left: 9px;
	z-index: 10;
	display: none;
	text-transform: uppercase;
	cursor: default;
}
.themify_builder_module_front:hover > .themify_builder_data_mod_name {
	display: block;
}

/* module edit/duplicate/delete buttons */
.themify_builder_dropdown_front {
	font: normal 14px/1em Arial, Helvetica, sans-serif;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 0;
	right: 0;
	list-style: none !important;
	display: none; /* toggle on .themify_builder_module_front:hover */
	z-index: 302;
}
.themify_builder_active.builder-is-touch .themify_builder_dropdown_front {
	display: block !important; /* make it always visible on touch devices*/
}
.themify_builder_dropdown_front li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	float: left;
	text-align: left;
}
.themify_builder_dropdown_front li a,
.module_menu_front .themify_builder_dropdown_front li.themify_module_menu a,
.themify_builder_dropdown_front .separator div {
	background-color: #5fccf7;
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.themify_builder_dropdown_front li a:hover,
.module_menu_front .themify_builder_dropdown_front li.themify_module_menu a:hover {
	background-color: #00adf1;
	color: #fff;
}
.themify_builder_dropdown_front li a:before,
.module_menu_front .themify_builder_dropdown_front li.themify_module_menu a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: 0;
	margin: -.5em 0 0 -.5em;
	font-size: 1.21em;
}
.themify_builder_dropdown_front li .themify_module_options:before {
	content: "\e61c";
}
.themify_builder_dropdown_front li .themify_module_duplicate:before {
	content: "\e62f";
}
.themify_builder_dropdown_front li .themify_module_delete:before {
	content: "\e646";
}
.themify_builder_dropdown_front .separator {
	width: 7px;
}
.themify_builder_dropdown_front .separator div {
	width: 11px;
}
.themify_builder_dropdown_front .separator div:before {
	content: '';
	width: 12px;
	left: 30%;
	top: 0;
	border-left: 1px solid #92DCF8;
	display: block;
	height: 20px;
	position: absolute;
	margin: 6px 0 0 0;
}
.themify_builder_dropdown_front .themify_module_menu span {
	display: none;
}
.themify_builder_dropdown_front .themify_module_menu ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}
.themify_builder_dropdown_front .themify_module_menu ul li {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

/* switch module options to compact on small column spans */
.themify_builder_sub_row .themify_builder_dropdown_front .themify_module_menu,
.themify_builder_col.col6-1 .themify_builder_dropdown_front .themify_module_menu,
.themify_builder_col.col5-1 .themify_builder_dropdown_front .themify_module_menu,
.themify_builder_col.col4-1 .themify_builder_dropdown_front .themify_module_menu {
	background-color: #5fccf7;
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}
.themify_builder_sub_row .themify_builder_dropdown_front .themify_module_menu:hover,
.themify_builder_col.col6-1 .themify_builder_dropdown_front .themify_module_menu:hover,
.themify_builder_col.col5-1 .themify_builder_dropdown_front .themify_module_menu:hover,
.themify_builder_col.col4-1 .themify_builder_dropdown_front .themify_module_menu:hover {
	background-color: #00adf1;
}
.themify_builder_sub_row .themify_builder_dropdown_front .themify_module_menu span,
.themify_builder_col.col6-1 .themify_builder_dropdown_front .themify_module_menu span,
.themify_builder_col.col5-1 .themify_builder_dropdown_front .themify_module_menu span,
.themify_builder_col.col4-1 .themify_builder_dropdown_front .themify_module_menu span {
	font-size: 1.21em;
	margin-top: 5px;
	display: block;
	cursor: pointer;
}
.themify_builder_sub_row .themify_builder_dropdown_front .themify_module_menu ul,
.themify_builder_col.col6-1 .themify_builder_dropdown_front .themify_module_menu ul,
.themify_builder_col.col5-1 .themify_builder_dropdown_front .themify_module_menu ul,
.themify_builder_col.col4-1 .themify_builder_dropdown_front .themify_module_menu ul {
	background: #fff;
	border: 1px solid #5fccf7;
	position: absolute;
	top: 100%;
	right: 0;
	margin: 0;
	padding: 0;
	display: none;
	list-style: none;
}
.themify_builder_sub_row .themify_builder_dropdown_front .themify_module_menu:hover > ul,
.themify_builder_col.col6-1 .themify_builder_dropdown_front .themify_module_menu:hover > ul,
.themify_builder_col.col5-1 .themify_builder_dropdown_front .themify_module_menu:hover > ul,
.themify_builder_col.col4-1 .themify_builder_dropdown_front .themify_module_menu:hover > ul {
	display: block;
}
.themify_builder_sub_row .themify_builder_dropdown_front .themify_module_menu .separator,
.themify_builder_col.col6-1 .themify_builder_dropdown_front .themify_module_menu .separator,
.themify_builder_col.col5-1 .themify_builder_dropdown_front .themify_module_menu .separator,
.themify_builder_col.col4-1 .themify_builder_dropdown_front .themify_module_menu .separator {
	display: none;
}
.themify_builder_sub_row .themify_builder_dropdown_front li,
.themify_builder_col.col6-1 .themify_builder_dropdown_front li,
.themify_builder_col.col5-1 .themify_builder_dropdown_front li,
.themify_builder_col.col4-1 .themify_builder_dropdown_front li {
	text-align: right;
	float: none;
	border-bottom: solid 1px #e5e5e5;
}
.themify_builder_sub_row .themify_builder_dropdown_front li:last-child,
.themify_builder_col.col6-1 .themify_builder_dropdown_front li:last-child,
.themify_builder_col.col5-1 .themify_builder_dropdown_front li:last-child,
.themify_builder_col.col4-1 .themify_builder_dropdown_front li:last-child {
	border: none;
}
.themify_builder_sub_row .themify_builder_dropdown_front li a,
.themify_builder_col.col6-1 .themify_builder_dropdown_front li a,
.themify_builder_col.col5-1 .themify_builder_dropdown_front li a,
.themify_builder_col.col4-1 .themify_builder_dropdown_front li a {
	width: auto !important;
	height: auto !important;
	text-indent: 0;
	line-height: 120%;
	background: none;
	padding: 5px 36px 5px 20px;
	color: #898989 !important;
	white-space: normal !important;
	position: relative;
}
.themify_builder_sub_row .themify_builder_dropdown_front li.themify_module_menu a {
	background: none;
}
.themify_builder_sub_row .themify_builder_dropdown_front li a:before,
.themify_builder_sub_row .themify_builder_dropdown_front .separator,
.themify_builder_col.col6-1 .themify_builder_dropdown_front li a:before,
.themify_builder_col.col5-1 .themify_builder_dropdown_front li a:before,
.themify_builder_col.col4-1 .themify_builder_dropdown_front li a:before {
	position: absolute;
	right: 9px;
	top: 14px;
}
.themify_builder_sub_row .themify_builder_dropdown_front li a:hover,
.themify_builder_col.col6-1 .themify_builder_dropdown_front li a:hover,
.themify_builder_col.col5-1 .themify_builder_dropdown_front li a:hover,
.themify_builder_col.col4-1 .themify_builder_dropdown_front li a:hover {
	color: #000 !important;
	background: #eee !important;
}

/* hide tooltips - on column display */
.themify_builder_col.col6-1 .themify_builder_dropdown_front .themify_module_menu span.themify_tooltip,
.themify_builder_col.col5-1 .themify_builder_dropdown_front .themify_module_menu span.themify_tooltip,
.themify_builder_col.col4-1 .themify_builder_dropdown_front .themify_module_menu span.themify_tooltip {
	display: none;
}

.builder_save_front_panel {
	font-family: Montserrat, sans-serif;
	font-weight: normal;
	position: absolute;
	color: #000;
	top: 15px;
	right: 10px;
	/*width: 95px;*/
	font-size: 17px;
}
.builder_save_front_panel .themify-builder-front-save {
	background: #f26522;
	border: none;
	text-align: center;
	padding: .4em .4em .325em 1.35em;
	color: #fff;
	font: normal 1em/1em Montserrat, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 2px 0 #c2511b;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	margin-left: 10px;
}
.builder_save_front_panel .themify-builder-front-save:hover {
	color: #fff;
	margin-top: 2px;
	margin-bottom: 8px;
	box-shadow: none;
	text-decoration: none;
}
.builder_save_front_panel .themify-builder-front-save.disabled,
.builder-disable-module-draggable .themify_builder_module {
	background: #999;
	cursor: not-allowed;
	box-shadow: 0 2px 0 #999;
}
.themify-builder-revision-dropdown-panel {
	border-left: 1px solid rgba(255,255,255,0.2);
	display: inline-block;
	margin-left: 12px;
	padding-left: 7px;
	line-height: 1.45em;
	font-size: 0.9em;
}
.builder_save_front_panel .themify-builder-front-save ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	right: 0;
	background: #fff;
	border-radius: 5px;
	padding: 8px 9px;
	margin: 0;
	border: 1px solid #e5e5e5;
	width: 140px;
	text-align: right;
	z-index: 1;
}
.builder_save_front_panel .themify-builder-front-save li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.builder_save_front_panel .themify-builder-front-save ul li a {
	display: block;
	padding: 7px 5px;
	text-transform: none;
	color: #666;
	background: none;
	margin: 0;
	font: 14px/120% 'Open Sans', sans-serif;
}
.builder_save_front_panel .themify-builder-front-save ul li a:hover {
	color: #000;
}
.builder_save_front_panel .themify-builder-front-save .themify-builder-revision-dropdown-panel ul.hover {
	visibility: visible;
	opacity: 1;
}
.builder_save_front_panel .themify-builder-front-close {
	font-size: .93em;
	display: inline-block;
	color: #000;
}
.builder_save_front_panel .themify-builder-front-close:hover {
	text-decoration: none;
}
.builder_save_front_panel .themify-builder-front-close:after {
	content: "\e646";
	display: inline-block;
	vertical-align: middle;
	font-size: 1em;
	margin: -.15em 0 0;
}
.builder_save_front_panel .themify-builder-front-close:hover:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.builder_save_front_panel a {
	text-decoration: none;
}

/* Lightbox top bar with tabs */
.themify_builder_lightbox_top_bar {
	background-color: #E5E5E5;
}
.themify_builder_lightbox_top_bar:hover {
	cursor: move;
}

/* lightbox modal tabs */
.themify_builder.builder-lightbox .themify_builder_options_tab {
	margin: 0;
	float: left;
	padding: 0;
	list-style-type: none;
}
.themify_builder.builder-lightbox .themify_builder_options_tab li {
	float:left;
	margin: 0 0 -1px;
	padding: 0;
}
.themify_builder.builder-lightbox .themify_builder_options_tab li.title {
	text-transform: capitalize;
}
.themify_builder.builder-lightbox .themify_builder_options_tab li.current,
.themify_builder.builder-lightbox .themify_builder_options_tab li.title {
	background-color: #ffffff;
	color: #000;
}
.themify_builder.builder-lightbox .themify_builder_options_tab li a,
.themify_builder.builder-lightbox .themify_builder_options_tab li.title {
	display: block;
	padding: 0.7em .8em;
	color: #424242;
	font-size: 1.1em;
	text-decoration: none;
}
.themify_builder.builder-lightbox.larger-lightbox .themify_builder_options_tab li a,
.themify_builder.builder-lightbox.larger-lightbox .themify_builder_options_tab li.title {
	font-size: 1.1em;
}

.themify_builder.builder-lightbox .themify_builder_options_tab li a:hover {
	text-decoration: none !important;
}
.themify_builder.builder-lightbox .themify_builder_options_tab li.current a {
	color:#000000;
}

/* Lightbox action buttons (cancel, save) */
.themify_builder_lightbox_actions {
	float: right;
}

.themify_builder.builder-lightbox .reset-styling {
	font-size: 1.07em;
	margin: 20px 0 0;
	display: inline-block;
}
.themify_builder.builder-lightbox .reset-styling:hover {
	color: #000;
}
.themify-builder-import-file-inner h3, .themify-builder-import-file-inner p {
	text-align: center;
}
.themify-builder-import-file-inner .tf-upload-btn {
	text-align: center;
	width: 100%;
}
.themify-builder-import-file-inner .builder_button {
	font-size: 14px;
	height: 46px;
	line-height: 44px;
	padding: 0 36px;
	background: none repeat scroll 0 0 #F7F7F7;
	color: #555555;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
}

/* layouts
---------------------------------------------------------------*/
.themify_builder_layout_lists .layout_preview {
	cursor: pointer;
}
.themify_builder_layout_lists,
.themify_builder_layout_lists .layout_action_dropdown {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.themify_builder_layout_lists > li {
	width: 22.6%;
	float: left;
	margin: 5px 0 1.2em 3.2%;
	list-style: none !important;
	padding: 0;
}
.themify_builder_layout_lists > li:nth-of-type(4n+1) {
	margin-left: 0;
	clear: left;
}

.themify_builder_layout_lists .thumbnail {
	margin: 0 0 .5em;
	padding: 0;
	border: none;
	border-radius: 0;
}
.themify_builder_layout_lists .thumbnail img {
	border: 1px solid #c7c7c7;
	background: #fff;
	width: 100%;
	height: auto;
	padding: 2px;
}
.themify_builder_layout_lists > li:hover .thumbnail img {
	border-color: #ff9640;
	background: #ffe3c3;
	cursor: pointer;
}

.themify_builder_layout_lists .layout_action {
	position: relative;
}

.themify_builder_layout_lists .layout_title {
	/* font-size: 1.1em; */
}
.themify_builder_layout_lists .menu_icon {
	font-size: 1.18em;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0 0;
}
.themify_builder_layout_lists .layout_title,
.themify_builder_layout_lists .layout_dropdown_wrapper {
	display: inline;
}
.themify_builder_layout_lists .layout_dropdown_wrapper {
	position: relative;
	padding-bottom: 10px;
	cursor: pointer;
}

.themify_builder_layout_lists .layout_action_dropdown {
	background: #fff;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
}
.themify_builder_layout_lists .layout_action_dropdown li {
	margin: 0;
	padding: 0;
}
.themify_builder_layout_lists .layout_action_dropdown li a {
	display: block;
	width: 100px;
	padding: 10px 15px;
	color: #7f7f7f;
}
.themify_builder_layout_lists .layout_action_dropdown li a:hover {
	color: #000;
}
.themify_builder_layout_lists .layout_action_dropdown li:nth-child(2) a {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* Icon Fonts
---------------------------------------------------------------*/
.frontend .slide_builder_module_panel:after,
.themify_builder_module:before,
.themify_builder_module .add_module:before,
.builder_save_front_panel .themify-builder-front-close:after,
.themify_builder .row_menu .menu_icon:after,
.themify_builder_row .toggle_row,
.themify_builder_dropdown_front li a:before,
.themify_builder_icon.add:before,
.themify_builder_icon.delete:before,
.themify_builder_field .selectwrapper:before,
.themify_builder_module .menu_icon:before{
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 600px) {
	/* column */
	.frontend .themify_module_holder {
		margin-right: 0;
		min-height: 30px !important;
	}

	.themify_builder_dropdown_front .themify_module_menu {
		background-color: #5fccf7;
		color: #fff;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.themify_builder_dropdown_front .themify_module_menu:hover {
		background-color: #00adf1;
	}
	.themify_builder_dropdown_front .themify_module_menu span {
		font-size: 1.21em;
		margin-top: 5px;
		display: block;
		cursor: pointer;
	}
	.themify_builder_dropdown_front .themify_module_menu ul {
		background: #fff;
		border: 1px solid #5fccf7;
		position: absolute;
		top: 100%;
		right: 0;
		margin: 0;
		padding: 0;
		display: none;
		list-style: none;
	}
	.themify_builder_dropdown_front .themify_module_menu:hover > ul {
		display: block;
	}
	.themify_builder_dropdown_front .separator {
		display: none;
	}
	.themify_builder_dropdown_front li {
		text-align: right;
		float: none;
		border-bottom: solid 1px #e5e5e5;
	}
	.themify_builder_dropdown_front li a,
	.module_menu_front .themify_builder_dropdown_front li.themify_module_menu a {
		width: auto;
		height: auto;
		text-indent: 0 !important;
		background: none;
		padding: 10px 12px 10px 30px;
		color: #898989;
	}
	.themify_builder_dropdown_front li a:hover,
	.module_menu_front .themify_builder_dropdown_front li.themify_module_menu a:hover {
		background: #fff;
		color: #000;
	}
	.themify_builder_dropdown_front li:last-child {
		border: none;
	}
	.themify_builder_dropdown_front li a:before,
	.module_menu_front .themify_builder_dropdown_front li.themify_module_menu a:before {
		display: none;
	}
	/* Hide tooltip on module dropdown front. */
	.themify_builder_dropdown_front [rel=themify-tooltip-bottom]:hover .themify_tooltip {
		display: none;
	}
}

.tb_field .selectwrapper:before {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.tb_icon.delete:before {
	font-family: Themify;
}

/* remove Plupload button from Image fields */
#themify_tiles_lightbox_parent .tb_plupload_upload_uic {
	display: none;
}
.tb_uploader_input_attach_id + .small {
	color: #fff;
}

/* hide Lightbox Link setting when not using a Themify theme */
body:not(.using_themify_theme) #button_link_params_front_lightbox,
body:not(.using_themify_theme) #button_link_params_front_lightbox + label,
body:not(.using_themify_theme) #action_param_front_lightbox,
body:not(.using_themify_theme) #action_param_front_lightbox + label,
body:not(.using_themify_theme) #button_link_params_back_lightbox,
body:not(.using_themify_theme) #button_link_params_back_lightbox + label,
body:not(.using_themify_theme) #action_param_back_lightbox,
body:not(.using_themify_theme) #action_param_back_lightbox + label {
	display: none;
}
/* remove Insert Icon */
body:not(.using_themify_theme) #themify_tiles_lightbox_parent .themify_fa_toggle {
	display: none;
}