/* Right Sidebar */
.wow-sidebar h2 {
  border-bottom: 1px solid #eeeeee;
}

.wow-sidebar .element {
  padding: 0;
}

.wow-sidebar .element h4 {
  font-size: 14px;
  margin: 0 0 10px 0;
}

.wow-facebook::after {
  font-family: "dashicons";
  content: "\f305";
  margin-left: 5px;
}

.wow-email::after {
  font-family: 'dashicons';
  content: "\f469";
  margin-left: 5px;
}

.wow-plugin .submit-bottom {
  margin: 45px 0 0;
  display: block;
  text-align: right;
  max-width: 550px;
}

.wow-plugin .add-item {
  width: 128px;
  height: 32px;
  background: #1f9ef8;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  transition-timing-function: ease-in-out;
  transition-duration: .05s;
  transition-property: all;
}

.wow-plugin .add-item:hover, .wow-plugin .add-item:active {
  background: #128be0;
}

.wow-plugin .delete-item {
  width: 128px;
  height: 32px;
  background: #797979;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  transition-timing-function: ease-in-out;
  transition-duration: .05s;
  transition-property: all;
  margin-left: 2px;
}

.wow-plugin .delete-item:hover, .wow-plugin .delete-item:active {
  background: #656565;
}

.wow-plugin .saving {
  color: #1f9ef8;
  margin-right: 15px;
  opacity: 0;

}

.wow-plugin .saving:before {
  content: "\f316";
  font-family: 'Dashicons';
  margin-right: 5px;
}


@media only screen and (max-width: 991px) {
  .wow-plugin .container {
    flex-wrap: wrap;
  }
}