#on_disclosure textarea{
    display: block;
}

#on_last_mod{
    text-align: right;
}

#postsummary #wp-excerpt-wrap{
    margin-bottom: 15px;
}

.word-count-message { 
    font-size:0.9em; 
    display:block; 
    float:right; 
    color:black; 
    font-weight:bold; 
    margin-top:2px;
}

.word-count-message.negative { 
    color: red;
}

body.oaui:not(.post-type-attachment) .acf-postbox.seamless > .inside
{
    margin: 0 !important;
}

body.oaui #poststuff .postbox.acf-postbox.active {
    width: 100%;
}

body.oaui #post-body-content #acf_after_title-sortables {
    margin-top: 0;
}

.acf-field.no-range .acf-range-wrap input[type="range"]
{
    display: none;
}
.acf-field.no-range .acf-range-wrap input[type="number"]
{
    margin-left: 0;
}

.acf-field-wysiwyg.short iframe, .acf-field-wysiwyg.short textarea {
    height: 150px !important;
    min-height: 125px;
}

.acf-fields .acf-field.newline{
	clear: left;
}

/* Repeater buttons */
.acf-repeater .acf-row .acf-row-handle .acf-icon.-collapse,
.acf-repeater .acf-row .acf-row-handle .acf-icon.-plus,
.acf-repeater .acf-row .acf-row-handle .acf-icon.-minus
{
	display: block;
	background-color: rgba(0,120,120,0.3);
	color: white;
}
.acf-repeater .acf-row:hover .acf-row-handle .acf-icon.-collapse,
.acf-repeater .acf-row:hover .acf-row-handle .acf-icon.-plus,
.acf-repeater .acf-row:hover .acf-row-handle .acf-icon.-minus
{
	background-color: rgba(0,120,120,0.8);
}
.acf-repeater .acf-row .acf-row-handle .acf-icon.-plus:before,
.acf-repeater .acf-row .acf-row-handle .acf-icon.-minus:before
{
	line-height: 1.15;
}

.acf-repeater .acf-row .acf-row-handle .acf-icon.-minus
{
	top: 22px;
}

