/* ORIGINAL */



.wpb_vc_single_image .attachment-thumbnail {
	width:33px !important;
	max-width:none !important;
	height:auto !important;
	min-height:33px !important;
}
























/* CUSTOM */


/* from_the_blog */
.wpb-content-layouts .wpb-layout-element-button .from_the_blog,
.wpb_from_the_blog.wpb_content_element > .wpb_element_wrapper,
.wpb_from_the_blog[data-element_type=from_the_blog]
{
    background-image: url(../images/visual_composer/posts-slider.png);
}

/* gallery */
.wpb-content-layouts .wpb-layout-element-button .gallery,
.wpb_gallery.wpb_content_element > .wpb_element_wrapper,
.wpb_gallery[data-element_type=gallery]
{
    background-image: url(../images/visual_composer/gallery-element.png);
}

/* social-media */
.wpb-content-layouts .wpb-layout-element-button .social-media,
.wpb_social-media.wpb_content_element > .wpb_element_wrapper,
.wpb_social-media[data-element_type=social-media]
{
    background-image: url(../images/visual_composer/social-profiles.png);
}

/* banner_simple_height */
.wpb-content-layouts .wpb-layout-element-button .banner,
.wpb_banner.wpb_content_element > .wpb_element_wrapper,
.wpb_banner[data-element_type=banner]
{
    background-image: url(../images/visual_composer/banner.png);
}


/* product_categories_grid */
.wpb-content-layouts .wpb-layout-element-button .product_categories_grid,
.wpb_product_categories_grid.wpb_content_element > .wpb_element_wrapper,
.wpb_product_categories_grid[data-element_type=product_categories_grid]
{
    background-image: url(../images/visual_composer/product-categories-grid.png);
}


/* recent_work_filtered */
.wpb-content-layouts .wpb-layout-element-button .recent_work_filtered,
.wpb_recent_work_filtered.wpb_content_element > .wpb_element_wrapper,
.wpb_recent_work_filtered[data-element_type=recent_work_filtered]
{
    background-image: url(../images/visual_composer/portfolio.png);
}


.wpb-content-layouts .wpb-layout-element-button .portfolio,
.wpb_portfolio.wpb_content_element > .wpb_element_wrapper,
.wpb_portfolio[data-element_type=portfolio]
{
    background-image: url(../images/visual_composer/portfolio.png);
}

/* slider */
.wpb-content-layouts .wpb-layout-element-button .slider,
.wpb_slider.wpb_content_element > .wpb_element_wrapper,
.wpb_slider[data-element_type=slider]
{
    background-image: url(../images/visual_composer/slider-main.png);
}

/* image slider */
.wpb-content-layouts .wpb-layout-element-button .image_slide,
.wpb_image_slide.wpb_content_element > .wpb_element_wrapper,
.wpb_image_slide[data-element_type=image_slide]
{
    background-image: url(../images/visual_composer/slider.png);
}









/* LAYOUT */

/*[data-element="product"],
[data-element="add_to_cart"],
[data-element="add_to_cart_url"],
[data-element="product_page"]
{
    display: none !important;
}*/

.hide_in_vc_editor {
	display:none;
}

.vc_admin_label {
	border-right: 1px solid #ccc;
	padding-right: 5px;
}

.wpb_vc_row, .wpb_vc_row_inner {
	margin-bottom:25px;
}

.wpb_vc_row_inner.wpb_sortable {
	margin-bottom: 0px !important;
}

.wpb_row_container > .wpb_vc_column,
.wpb_row_container > .wpb_vc_column_inner
{
	margin-bottom: 0 !important;
}









/**/

/*.wpb_element_wrapper .vc_element-icon {
	background:none !important;
}*/

.vc_custom_select_custom_wrapper {
	position: relative;
}

#vc_custom_select_custom_prod, #vc_custom_select_custom_cat { display: none; }


.vc_custom_select_custom {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #AAA;
	border-top: 0;
	background: #FFF;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	display: none;
	left: 0;
	max-height: 141px;
	margin-top: 0px;
	padding-top: 5px;
	position: absolute;
	overflow-y: auto;
	top: 100%;
	width: 100%;
	z-index: 9;
}

.vc_custom_select_custom li {
	color: #555;
	cursor: pointer;
	padding: 5px 6px;
}

.vc_custom_select_custom li:hover {
	background-color: #3875D7;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875D7),color-stop(90%,#2A62BC));
	background-image: -webkit-linear-gradient(#3875D7 20%,#2A62BC 90%);
	background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
	background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
	background-image: linear-gradient(#3875D7 20%,#2A62BC 90%);
	color: #FFF;
}

.vc_custom_select_custom li.selected,
.vc_custom_select_custom li.selected:hover {
	background: none;
	color: #CCC;
	cursor: default;
}

.vc_custom_select_custom_vals {
	border: 1px solid #DDD;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
	cursor: pointer;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
	min-height: 19px;
	padding: 8px 6px;
}

.vc_custom_select_custom_vals.active {
	border-color: #5897FB;
}

.vc_custom_select_custom_vals.active + .vc_custom_select_custom {
	display: block;
}

.vc_custom_select_custom_vals:after {
	clear: both;
	content: '';
	display: table;
}

.vc_custom_select_custom_vals li {
	border: 1px solid #AAA;
	border-radius: 3px;
	background-color: #E4E4E4;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#F4F4F4),color-stop(50%,#F0F0F0),color-stop(52%,#E8E8E8),color-stop(100%,#EEE));
	background-image: -webkit-linear-gradient(#F4F4F4 20%,#F0F0F0 50%,#E8E8E8 52%,#EEE 100%);
	background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
	background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
	background-image: linear-gradient(#F4F4F4 20%,#F0F0F0 50%,#E8E8E8 52%,#EEE 100%);
	background-clip: padding-box;
	box-shadow: 0 0 2px #FFF inset,0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	cursor: default;
	float: left;
	line-height: 13px;
	margin: 3px 0 3px 5px;
	position: relative;
	padding: 5px 25px 5px 6px;
}

.vc_custom_select_custom_vals li button {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 900;
	line-height: normal;
	position: absolute;
	margin: 0;
	padding: 1px 6px;
	right: 0;
	top: 0;
	z-index: 2;
}










/* icon_box */

#icon-dropdown i {
	font-size: 32px;
	width:32px !important;
	height:32px !important;
	margin:18px !important;
	display:inline-block;
}

#icon-dropdown {
	/*border: 1px solid #C7C7C7;*/
	width: 100%;
	height: 340px;
	overflow: scroll;
	overflow-x: hidden;
	margin: 10px 0px;
}

#icon-dropdown input#trace {
	display:none;
}

#icon-dropdown li:hover {
	background: #000;
	color: #fff;
}

#icon-dropdown li.selected {
	color: #fff;
	background:#999;
	border:1px solid #b39964;
}

.icon-preview {
	display: inline-block;
	/*width: 40px;
	height: 35px;*/
	text-align: center;
	padding:18px;
}

.icon-preview label {
	display: inline-block;
	margin:5px 0 0 10px;
}

.icon-preview > i {
	font-size:32px;
	vertical-align: middle;
	width:32px !important;
	height:32px !important;
}
.wpb_element_label {
	margin-right: 15px;
	line-height: 30px;
}
.search {
	padding: 10px 15px !important;
	margin:17px 0 0 0 !important;
	width: 200px;
	border-color: #ddd;
	float:right;
}
#icon-dropdown > .icon-list {
	margin-top: 0px;
}
#icon-dropdown > .icon-list li {
	display: inline-block;
	/*padding: 0px 5px;*/
	cursor: pointer;
	border:1px solid #fff;
	margin-bottom: 0px;
	/*width: 40px;*/
	text-align: center;
}
#icon-dropdown > .icon-list label {
	display: none;
}
#icon-dropdown li.selected:hover {
	color: #FFF;
	background:#313131;
}
.wpb_el_type_icon .search {
	max-width: 220px;
	margin-left: 12px !important;
}


/* VC Separator bug fix */
.vc_sep_holder
{
       display:block;
}
