.cs_icon_for_vc,
.cshero_icon_for_vc{
	background-image: url("../images/icon-item-vc.png")!important;;
	height: 36px!important;;
}
#cs-list-widget{
	float: left;
}
.cs-widget{
	padding: 5px;
	margin: 5px;
	border: solid 1px #dfdfdf;
	cursor: pointer;
}
#cs-content{
	display: table;
	margin: 0 auto;
	padding-top: 10%;
}
.cs-widget-content{

}
.cs-widget-left{
	float:left;
	min-width: 50px;
	min-height: 100px;
	max-width: 100px;
	border: dashed 1px #dfdfdf;
	background: #F3F3F3;
}
.cs-widget-center{
	text-align: center;
	color: #ddd;
	float:left;
	width: 100px;
	height: 100px;
	margin: 13px 5px 5px 5px;
	border: dashed 1px #6B4386;
}
.cs-widget-rigth{
	float:left;
	min-width: 50px;
	min-height: 100px;
	max-width: 100px;
	border: dashed 1px #dfdfdf;
	background: #F3F3F3;
}
div.cs-content li.cs-widget{
	text-align : center;
	background-color: #582F85;
	color: white;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/***** Meta Box Option ****/
.cs_metabox .cs_metabox_field {
	margin-bottom: 15px;
}
.cs_metabox .cs_metabox_field label, .cs_metabox .cs_metabox_field .field {
	display: table-cell;
	vertical-align: top;
	min-width: 300px;
}
#side-sortables .cs_metabox .cs_metabox_field label, 
#side-sortables .cs_metabox .cs_metabox_field .field {
	min-width: auto;
}
#side-sortables #cs-blog-metabox > div {
	overflow: visible !important;
}
.cs_metabox  .cs-tab a {
	color: #888;
	outline: none;
}
.cs_metabox  .cs-tab a.active {
	font-weight: bold;
	color: #333;
}
.cs_metabox [id^="tabs-"], .cs_metabox [id^="tabs-"] {
	margin-top: 25px;
}
.cs_metabox .cshero_upload_button {
	margin-left: 20px;
}

.meta-box-sortables select[multiple]{
	width: 100%;
	height: 150px;
}

@media (max-width:1170px) {
	.cs_metabox .cs_metabox_field {
		margin-bottom: 0;
	}
	.cs_metabox .cs_metabox_field label, .cs_metabox .cs_metabox_field .field {
		display: block;
		margin-bottom: 10px;
	}
}