/* ************************************************** */
/* ************  VC - TS CSS Editor element ********* */
/* ************  creativesplanet_css_editor *************** */
.creativesplanet-css-editor .vc_css-editor .vc_layout-onion .vc_margin .vc_border .vc_padding{
	margin:0;
}
.creativesplanet-css-editor .vc_layout-onion{
	width: 300px !important;
}
.creativesplanet-css-editor-w .cspt-css-editor-tab-active a{
	font-weight: bold;
	background-color: white;
	outline: none;
	text-decoration: none;
}
.creativesplanet-css-editor{
	display: none;
}
.creativesplanet-css-editor.cspt-css-editor-option-active{
	display: block;
}
.cspt-css-editor-tab-w {
    background: whitesmoke;
}
.cspt-css-editor-tab-w li {
	float: left;
    padding: 0;
    margin: 10px 10px 0 10px;
}
.cspt-css-editor-tab-w li:last-child{
	/*clear:both;*/
}
.cspt-css-editor-tab-w li a{
    padding: 10px;
    background: whitesmoke;
	text-decoration: none;
	outline: none;
	display: block;
}
.cspt-css-editor-tab-w li a:focus{
	box-shadow: none;
}


.cspt-css-editor-tab-w:after {
    content: " ";
    clear: both;
    display: block;
}
.vc_properties-list .cspt-css-editor-head-custom-w{
	margin-top: 25px;
	margin-bottom: 25px;
}
.vc_properties-list .cspt-css-editor-head-custom-w h4{
	float: left;
    margin-right: 30px;
    margin-top: 9px;
}

.vc_properties-list .cspt-css-editor-head-custom-w input{
	width: 100px;
    float: left;
    margin-right: 10px;
}
.vc_properties-list .cspt-css-editor-head-custom-w small{
	padding-top: 10px;
	display: inline-block;
}
.cspt-css-editor-colbreak-w {
	padding-bottom: 15px;
}



.cspt-vc-textarea textarea{
    height: 55px !important;
    font-size: inherit !important;
    font-family: inherit !important;
}
