/*--------------------------------------
BUTTONS
---------------------------------------*/
.wp-core-ui .button {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding: 0.4rem 0.9rem;
  height: 29px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  line-height: initial;
  border: none;
  background: #00BCD4;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: .2s;
}

.wp-core-ui p .button {
  vertical-align:top;
}

.button.button-primary {
  color: #fff;
  background-color: #00BCD4;
  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:active,
.wp-core-ui .button:hover {
  color: #fff;
  background: #00BCD4;
  transform: none;
  border-color:none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

#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;
  box-shadow:none;
}

.wp-media-buttons .button:hover,
.wp-media-buttons .button:active {
  background-color: transparent;
  color: #333;
}

.media-frame a.button {
  color:#fff;
}

.wp-core-ui .quicktags-toolbar input.button.button-small {
  background-color:#fff;
  color:#333;
  text-shadow:none;
}
