/*Fixes for displaying wpuf elements*/
.wpuf-button {
    background-image: none !important;
}
.wpuf-button:hover {
    background: #ddd !important;
}
#wpuf-insert-image-container{
    display:none !important;
}
/*(End)Fixes for displaying wpuf elements*/

/*remove category tags being inserted by the parent theme*/
.button-group.tiny.float-right.no-gaps {
	display: none;
}
/* (end) remove category tags being inserted by the parent theme*/
