.w-inline-block {
  display: inline-block;
  max-width: 100%;
}

.w-button {
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: inherit;
  padding: 9px 15px;
  text-decoration: none;
}

.w-button[disabled] {
  cursor: not-allowed;
  opacity: .7;
}

.w-nav-brand {
  padding-left: 10px;
}

.w-nav-link {
  position: relative;
  text-decoration: none;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
  cursor: pointer;
  display: none;
  float: right;
  font-size: 24px;
  padding: 18px;
  position: relative;
  tap-highlight-color: transparent;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-icon-nav-menu::before {
  content: "\2630";
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  background-color: #ddd;
  display: none;
  padding: 20px;
  text-align: center;
}

.w-form-fail {
  background-color: #ffdede;
  display: none;
  margin-top: 10px;
  padding: 10px;
}

.w-form-label {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
}

.w-input,
.w-select {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  font-size: 14px;
  height: 38px;
  line-height: 1.42857143;
  margin-bottom: 10px;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
}

textarea.w-input {
  height: auto;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input::placeholder,
.w-select::placeholder,
textarea.w-input::placeholder {
  color: #999;
}

.w-richtext::before,
.w-richtext::after,
.w-clearfix::before,
.w-clearfix::after {
  content: " ";
  display: table;
}

.w-richtext::after,
.w-clearfix::after {
  clear: both;
}

.w-richtext img,
.w-richtext figure {
  max-width: 100%;
}