/* $ sass --watch style.scss:../css/style.css */
#dd_attachments .attachment-preview {
  display: block; }
  #dd_attachments .attachment-preview.hidden {
    display: none; }
#dd_attachments .thumbnail.icon .attachment-thumbnail {
  width: auto;
  height: auto; }
#dd_attachments .attachment-thumbnail {
  width: 100%;
  height: 100%; }
#dd_attachments .attachment {
  max-width: 150px;
  max-height: 150px; }
  #dd_attachments .attachment.ui-draggable-dragging {
    -webkit-box-shadow: inset 0 0 2px 3px #f1f1f1,inset 0 0 0 7px #5b9dd9;
    box-shadow: inset 0 0 2px 3px #f1f1f1,inset 0 0 0 7px #5b9dd9;
    outline: 0; }
    #dd_attachments .attachment.ui-draggable-dragging .check {
      display: none !important; }
  #dd_attachments .attachment:hover .check {
    display: block; }
#dd_attachments .current_featured_image .check {
  top: -12px;
  right: -12px; }
#dd_attachments hr {
  margin: 30px 0 0; }
#dd_attachments .gallery {
  margin: 0;
  *zoom: 1; }
  #dd_attachments .gallery:before, #dd_attachments .gallery:after {
    content: " ";
    display: table; }
  #dd_attachments .gallery:after {
    clear: both; }
#dd_attachments .categorydiv div.tabs-panel {
  max-height: 100%; }

.attachment_settings {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .attachment_settings:before, .attachment_settings:after {
    content: " ";
    display: table; }
  .attachment_settings:after {
    clear: both; }
  .attachment_settings .dd_featured_image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .attachment_settings .dd_featured_image:last-child {
      margin-right: 0; }
    .attachment_settings .dd_featured_image #drag-drop-area {
      position: relative;
      border: 1px dashed #b4b9be;
      height: 140px;
      width: 140px;
      float: left;
      margin: 20px 20px 0 0; }
      .attachment_settings .dd_featured_image #drag-drop-area .thumb {
        height: 136px;
        width: 136px;
        float: left; }
        .attachment_settings .dd_featured_image #drag-drop-area .thumb img {
          width: 100%;
          height: auto; }
      .attachment_settings .dd_featured_image #drag-drop-area .drop-place {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0; }
        .attachment_settings .dd_featured_image #drag-drop-area .drop-place li {
          width: 100%;
          padding: 0; }
      .attachment_settings .dd_featured_image #drag-drop-area .drag-drop-inside {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%); }
        .attachment_settings .dd_featured_image #drag-drop-area .drag-drop-inside p {
          display: block;
          font-size: 14px;
          text-align: center;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .attachment_settings .dd_add_attachments {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .attachment_settings .dd_add_attachments:last-child {
      margin-right: 0; }

#poststuff .dd_featured_image h2 {
  clear: none; }

.block.attachment_settings {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .block.attachment_settings .setting_block {
    position: relative; }
    .block.attachment_settings .setting_block p {
      margin-bottom: 40px; }
    .block.attachment_settings .setting_block .button {
      position: absolute;
      bottom: 0; }

#side-sortables .attachment_settings .dd_featured_image #drag-drop-area {
  border-width: 1px;
  height: 70px;
  width: 70px; }
  #side-sortables .attachment_settings .dd_featured_image #drag-drop-area .drag-drop-inside p {
    font-size: 9px; }
#side-sortables .attachment_settings .dd_featured_image,
#side-sortables .attachment_settings .dd_add_attachments {
  width: 100%; }

.attachmentContainer {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  .attachmentContainer:before, .attachmentContainer:after {
    content: " ";
    display: table; }
  .attachmentContainer:after {
    clear: both; }
  .attachmentContainer .holder-featured {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    max-width: 150px; }
    .attachmentContainer .holder-featured:last-child {
      margin-right: 0; }
    .attachmentContainer .holder-featured .current_featured_image {
      float: none;
      width: 100%;
      height: auto;
      padding: 0;
      cursor: default; }
  .attachmentContainer .holder-tab {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .attachmentContainer .holder-tab:last-child {
      margin-right: 0; }
  .attachmentContainer #drag-drop-area {
    position: relative;
    border: 1px dashed #b4b9be;
    height: 100%;
    width: 100%;
    margin: 10px 0; }
    .attachmentContainer #drag-drop-area .drop-place {
      margin: 0; }
    .attachmentContainer #drag-drop-area .current_featured_image {
      box-shadow: none;
      outline: none; }
    .attachmentContainer #drag-drop-area .empty {
      position: relative;
      width: 100%;
      cursor: default; }
      .attachmentContainer #drag-drop-area .empty::before {
        content: "";
        display: block;
        padding-top: 100%;
        /* initial ratio of 1:1*/ }
  .attachmentContainer .button {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    text-align: center; }

#poststuff .drag-drop-inside .drag-drop-info,
.attachMore {
  display: block;
  position: absolute;
  top: 50%;
  padding: 10px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: inherit; }
  #poststuff .drag-drop-inside .drag-drop-info h2,
  .attachMore h2 {
    font-weight: bold;
    font-size: 12px; }
  #poststuff .drag-drop-inside .drag-drop-info p, #poststuff .drag-drop-inside .drag-drop-info a,
  .attachMore p,
  .attachMore a {
    display: block;
    font-size: 10px; }

js-gallery-sortable,
#images-attachments ul {
  *zoom: 1; }
  js-gallery-sortable:before, js-gallery-sortable:after,
  #images-attachments ul:before,
  #images-attachments ul:after {
    content: " ";
    display: table; }
  js-gallery-sortable:after,
  #images-attachments ul:after {
    clear: both; }

/*# sourceMappingURL=style.css.map */
