
.wfdmAddNew {
  float: left;
  margin-top: 3px;
}

.wfdmRemove {
    float: right;
}

.wfdmLinks{
    padding: 2px 0;
}

.wfdmClearFloat {
    clear: both;
}

.featured-meta-box a:not(.hasFeaturedImage):not(.wfdmAddNew) {
    display: inline-block !important;
    margin: 3px 0;
}

img.wfdmImg {
    max-width: 258px;
}

img.wfdmImg[src=""]{
  display: none;
}

img.wfdmImgEmpty {
    display: none;
}

.wfdmLoading {
  background: url("../img/spinner.gif") no-repeat;
  display: inline-block;
  height: 20px;
  position: relative;
  top: 2px;
  width: 20px;
}

.wfdmFeaturedImage {
  border: 2px dashed #AAA;
  color: #CCC;
  height: 130px;
  margin: 10px 0 !important;
  padding: 10px;
  text-align: center;
  width: 235px;
}

.wfdmFeaturedImage:hover{
    border-color: #999;
}

.wfdmFeaturedImage > span {
  display: inline-block;
  font-size: 54px;
  margin-top: 17%;
  margin-right: 11%;
}

.hasFeaturedImage {
  border: none;
  width: auto;
  height: auto;
  margin: 0 !important;
  position: absolute;
  top: 30%;
  left: 37%;
  display: none;
  z-index: 999;
}

.dashicons {
  text-decoration: none !important;
}

.dashicons:hover, .wfdmFeaturedImage:hover {
  color: #2ea2cc !important;
}
