/**
Plugin custom style
 */


.button-preview {
  background-color: #ffffff;
  min-height: 200px;
  border-bottom: 1px solid #eeeeee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.button-preview h3 {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}

.button-builder {
  text-align: center;
}

#button-preview {
  margin: 10px auto;

}

.ideas .fa-star {
  color: #ffcc01;
}

.ideas .fa-share-alt {
  color: #006bb3;
}

.ideas .fa-bullhorn {
  color: #e95645;
}

.ideas {
  font-size: 14px;
}

.ideas i {
  margin-right: 14px;
}

.ideas a {
  font-weight: 600;
}

.ideas [data-share] {
  color: #0073aa;
  transition-property: border, background, color;
  transition-duration: .05s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  text-decoration: underline;
}

/* Color picker fixed style */
.color-alpha {
  height: 100% !important;
}
.wp-picker-clear {
  height: 30px;
  margin-left: 5px !important;
}