#delete-post{
    background-color: red;
}
#thumbnail-img{
    margin-bottom: 5px;
}
.usp-pro .usp-label, .usp-pro .usp-input, .usp-pro .usp-textarea, .usp-pro textarea, .usp-pro .usp-select, .usp-pro .usp-input-files, .usp-pro .usp-checkbox, .usp-pro .usp-checkboxes label, .usp-pro .usp-radio label, .usp-pro .usp-preview, .usp-pro .usp-contact-cc{
	float: none;
clear: both;
display: block;
width: 99%;
box-sizing: border-box;
}
.usp-pro .usp-input-files{
	margin: 5px 0;
line-height: 1;
}
#cat-con{
	float: none;
    clear: both;
    display: block;
    width: 99%;
    box-sizing: border-box;
}
#select-cat{
	border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 3px;
}
.usp-pro .usp-preview div{
    float: left;
    width: 150px;
    height: 75px;
    overflow: hidden;
    margin: 5px 10px 5px 0;
}
.usp-pro .usp-preview div a {
    display: block;
    width: 100%;
    height: 100%;
}
.image-preview-wrapper{
    width: 150px;
    margin-bottom: 5px;
}
#remove-thumb{
    display: none;
}
.edit-post-fieldset{
    margin-bottom: 20px !important;
}