/*--------------------------------------
BUTTONS
---------------------------------------*/
.wp-core-ui .button {
    display: inline-block;
    padding: 0.3rem 0.9rem;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 1rem;
    text-decoration: none;
    border:none;
    background: rgba(96, 125, 139, 0.6);
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: none;
    height: auto;
    line-height: initial;
    transition: .2s;
}

.wp-core-ui p .button {
    vertical-align:top;
}

.button.button-primary {
    color: #fff;
    background-color: #33C3F0;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.05)
}

.button.button-secondary {
    color: #fff;
    background-color: #33C3F0;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.05)
}

.upgrade .button {
    background: #E6BC11;
}

.wp-core-ui .button.button-primary.button-hero,
.button.button-hero {
    box-shadow:none;
}

.button-group.button-large .button,
.button.button-large {
    font-size: 1rem;
    height:auto;
    line-height: initial;
    padding: 0.4rem 1.5rem;
}


.wp-core-ui .button.focus,
.wp-core-ui .button.hover,
.wp-core-ui .button:focus,
.wp-core-ui .button:hover {
    color: #fff;
    background: #00BCD4;
}

#misc-publishing-actions label[for=post_status]:before,
#post-body #visibility:before,
#post-body .misc-pub-revisions:before,
.curtime #timestamp:before,
span.wp-media-buttons-icon:before {
    color:inherit;
}

.wp-core-ui .button-primary-disabled,
.wp-core-ui .button-primary.disabled,
.wp-core-ui .button-primary:disabled,
.wp-core-ui .button-primary[disabled] {
    background: #ccc!important;
    color: #fff!important;
}

.wp-media-buttons .button {
    margin-bottom: 0!important;
    color: #009688;
    text-shadow: none;
    background-color: transparent;
    border-radius: 0;
}

.media-frame a.button {
    color:#fff;
}

.wp-core-ui .quicktags-toolbar input.button.button-small {
    background-color:#fff;
    color:#333;
    text-shadow:none;
}
