@-webkit-keyframes pulse {
  /* line 31, ../scss/style.scss */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 35, ../scss/style.scss */
  30% {
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);
  }

  /* line 39, ../scss/style.scss */
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  /* line 43, ../scss/style.scss */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  /* line 49, ../scss/style.scss */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  /* line 54, ../scss/style.scss */
  30% {
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
    -ms-transform: scale3d(1.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);
  }

  /* line 59, ../scss/style.scss */
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  /* line 64, ../scss/style.scss */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 78, ../scss/style.scss */
.stub {
  cursor: move;
  padding: 10px;
  background: #FFF;
  margin: 0 1px 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s background;
  -moz-transition: 0.2s background;
  transition: 0.2s background;
  min-height: 72px;
}
/* line 24, ../scss/style.scss */
.stub::after {
  clear: both;
  content: "";
  display: table;
}
/* line 87, ../scss/style.scss */
.stub a {
  text-decoration: none;
}
/* line 91, ../scss/style.scss */
.stub .post-thumb {
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
/* line 97, ../scss/style.scss */
.stub .stub-action {
  display: inline-block;
  padding: 10px 10px 10px 5px;
  opacity: .1;
  margin-bottom: 25px;
  -webkit-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
/* line 105, ../scss/style.scss */
.stub .stub-action.pin-unpin {
  float: left;
}
/* line 108, ../scss/style.scss */
.stub .stub-action.remove {
  float: right;
  opacity: 0;
}
/* line 114, ../scss/style.scss */
.stub .date {
  color: #AAA;
  border: 0;
}
/* line 118, ../scss/style.scss */
.stub .row-actions {
  opacity: 0;
  display: inline;
  visibility: visible;
  -webkit-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
/* line 125, ../scss/style.scss */
.stub:hover {
  background: #fafafa;
}
/* line 127, ../scss/style.scss */
.stub:hover .row-actions {
  opacity: 1;
}
/* line 130, ../scss/style.scss */
.stub:hover .stub-action {
  opacity: .5;
}
/* line 135, ../scss/style.scss */
.stub.pinned {
  box-shadow: none;
}
/* line 138, ../scss/style.scss */
.stub.pinned:hover {
  background: #e9e9e9;
}
/* line 141, ../scss/style.scss */
.stub.pinned .pin-unpin {
  opacity: 1;
  color: #D54E21;
}
/* line 144, ../scss/style.scss */
.stub.pinned .pin-unpin.animating {
  -webkit-animation: pulse .5s ease-out;
  animation: pulse .5s ease-out;
}
/* line 150, ../scss/style.scss */
.stub.ui-sortable-helper {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: .9;
}
/* line 154, ../scss/style.scss */
.stub.inserted {
  background: #FBF0C0;
}
/* line 157, ../scss/style.scss */
.stub.removed {
  background: #FBCFCA !important;
}

/* line 169, ../scss/style.scss */
.sm-alert {
  display: none;
  cursor: pointer;
  padding: 8px 12px;
  background: #1E8CBE;
  color: #FFF;
  font-weight: bold;
}

/* line 187, ../scss/style.scss */
.sm-add .sm-search-container {
  position: relative;
}
/* line 191, ../scss/style.scss */
.sm-add .sm-search {
  display: block;
  width: 100%;
  padding: 10px 14px;
  margin: 0;
}
/* line 198, ../scss/style.scss */
.sm-add .sm-results {
  padding: 5px 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background: #FFF;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
/* line 209, ../scss/style.scss */
.sm-add .sm-results li {
  margin: 0;
}
/* line 213, ../scss/style.scss */
.sm-add .sm-results .sm-result {
  text-decoration: none;
  display: block;
  padding: 6px 15px;
}
/* line 218, ../scss/style.scss */
.sm-add .sm-results .sm-result.active {
  background: #0074A2;
  color: #FFF;
}
/* line 224, ../scss/style.scss */
.sm-add .sm-results .sm-result-date {
  font-size: 11px;
  opacity: .5;
  margin-left: 5px;
}

/* line 239, ../scss/style.scss */
.zone {
  margin: 0;
  box-shadow: none;
  min-height: 0;
  background: transparent;
}
/* line 244, ../scss/style.scss */
.zone .stub-action {
  margin-bottom: 0px;
}
/* line 247, ../scss/style.scss */
.zone .zone-header {
  border-width: 0;
  background: transparent;
  box-shadow: none;
  margin: 6px 1px;
}
/* line 253, ../scss/style.scss */
.zone .zone-header:focus {
  background: #FFF;
  border-width: 1px;
  margin: 5px 0;
}
/* line 260, ../scss/style.scss */
.zone h3 {
  margin: 0;
}

/* line 266, ../scss/style.scss */
.add-layout-container,
.add-zone-container {
  display: none;
}

/* line 273, ../scss/style.scss */
#stream_box_stream {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 279, ../scss/style.scss */
#stream_box_stream > .handlediv,
#stream_box_stream > .hndle {
  display: none;
}
/* line 283, ../scss/style.scss */
#stream_box_stream > .inside {
  margin: 0;
  padding: 0;
}
/* line 287, ../scss/style.scss */
#stream_box_stream > .inside > .sm-posts {
  border: 0;
}

/* line 293, ../scss/style.scss */
.post-type-sm_stream #title {
  position: relative;
  z-index: 1;
}

/* line 299, ../scss/style.scss */
.misc-pub-visibility,
.misc-pub-curtime {
  display: none;
}

/* line 302, ../scss/style.scss */
#misc-publishing-actions {
  padding-bottom: 15px;
}
