/**
 * Custom wp-admin styles
 * 
 * @version 1.1
 * @since 1.0
 */
/**
 * LESS varibles
 * Define all varibles
 * 
 * @version 1.1
 * @since 1.0
 */
/**
 * Custom mixins
 *
 * @version 1.1
 * @since 1.0
 */
/**
 * Keyline using the :before pusedo selector
 */
/**
 * Keyline using the :after pusedo selector
 */
/**
 * Svg background image
 */
/**
 * Svg image setting width and height of the element
 */
/**
 * Retina background image accepts jpg|jpeg|png|gif formats
 * Requires the x1 image and x2 image suffixed with @2x
 */
/**
 * Shadow mixins
 */
/**
 * Border radius
 */
/**
 * Element alignment
 */
/**
 * Gradients
 */
/**
 * Appearance wrapper
 */
/**
 * Animations, transitions and transforms
 */
/**
 * ACF field style additions
 *
 * @version 1.1.1
 * @since 1.1
 */
.acf-flexible-content-item-title {
  display: inline-block;
  font-weight: bold;
  margin-left: 20px;
}
.acf-flexible-content-item-id {
  display: inline-block;
  font-style: italic;
  font-weight: light;
  margin-left: 20px;
}
.iris-picker {
  width: auto !important;
  height: auto !important;
}
.iris-picker .iris-slider.iris-strip,
.iris-picker .iris-square,
.iris-picker .iris-picker-inner {
  height: 0px !important;
  overflow: hidden;
}
.iris-picker .iris-palette-container {
  position: static;
  padding: 10px;
}
/**
 * Admin menu bar seperator
 *
 * @version 1.0
 * @since 1.0
 */
#adminmenu li.wp-menu-separator {
  margin: 20px 10px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 41%, rgba(255, 255, 255, 0.73) 52%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(41%, rgba(255, 255, 255, 0.9)), color-stop(52%, rgba(255, 255, 255, 0.73)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 41%, rgba(255, 255, 255, 0.73) 52%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9) 41%, rgba(255, 255, 255, 0.73) 52%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9) 41%, rgba(255, 255, 255, 0.73) 52%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 41%, rgba(255, 255, 255, 0.73) 52%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
@media screen and (min-width: 783px) {
  #submitdiv .inside {
    bottom: -100px;
    -webkit-transition: bottom 0.2s ease-in-out;
    -moz-transition: bottom 0.2s ease-in-out;
    -ms-transition: bottom 0.2s ease-in-out;
    -o-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  #submitdiv.fixed-bottom .inside {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    position: fixed;
    bottom: 0;
    left: 36px;
    right: 0;
    z-index: 1;
    background: white;
    border-top: 1px solid #ddd;
  }
  #submitdiv.fixed-bottom #minor-publishing-actions {
    float: right;
  }
  #submitdiv.fixed-bottom #misc-publishing-actions {
    padding-bottom: 6px;
  }
  #submitdiv.fixed-bottom #misc-publishing-actions:after {
    content: " ";
    display: table;
    clear: both;
  }
  #submitdiv.fixed-bottom .misc-pub-section {
    float: left;
    padding-top: 10px;
  }
}
@media screen and (min-width: 961px) {
  #submitdiv.fixed-bottom .inside {
    left: 160px;
  }
}
