/* Blocks widget boxes */
.enl-drcn {
  margin-bottom: 20px;
}

.enl-drcn-head {
  line-height: 40px;
  padding: 0 15px;
  background: #f5f5f5;
  cursor: pointer;
}

.enl-drcn-head a {
  text-decoration: none;
  width: 100%;
}

.enl-drcn-cont {
  display: none;
  margin: 0 10px;
}

.enl-drcn-box {
  border: 1px solid #ccc;
  margin: 5px 0;
}

span.drcn-plus {
  float: right;
  font-size: 18px;
  font-weight: 600;
}

span.drcn-minus {
  float: right;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.media-picker-remove {
  position: absolute;
  margin-top: -40px;
  margin-left: 5px;
  background-color: #E0E0E0;
  color: #FF4D4D;
  padding: 4px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
  right: 20px;
  font-weight: bold;
}

.media-picker-wrap {
  margin-bottom: 15px;
}