/*------------------------------------------------------------
  Buttons
------------------------------------------------------------*/

.btn {
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "articulat-cf", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  /* min-width: 260px; */
  width: 100%;
  max-width: 260px;
  border-radius: 0;
}

.btn.btn-primary {
  background: #212322;
  color: #f7f6f5;
  border-color: #212322;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-primary.dropdown-toggle:focus {
  background: #f7f6f5;
  color: #212322;
  border-color: #f7f6f5;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-outline-secondary {
  background: transparent;
  border-color: #f7f6f5;
  color: #f7f6f5;
  min-width: 260px;
  padding: 12px 10px;
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-outline-secondary.dropdown-toggle:focus {
  background: #212322;
}

/*.btn.btn-light-1 {} */

.btn-light-2 {
  font-size: var(--14px);
  font-weight: 600;
  color: #f7f6f5;
  background: transparent;
  border-bottom: 2px solid #f7f6f5;
  padding: 0;
  padding-bottom: 8px;
}

.btn-light-2:hover,
.btn-light-2:focus,
.btn-light-2:active,
.btn-light-2:not(:disabled):not(.disabled):active:focus,
.btn-light-2:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-dark-1.dropdown-toggle:focus {
  color: #f7f6f5;
}

.btn.btn-dark-1 {
  font-size: var(--14px);
  font-weight: 600;
  color: #212322;
  background: transparent;
  border: 2px solid #212322;
  max-width: 220px;
  padding: 12px 10px;
}

.btn.btn-dark-1:hover,
.btn.btn-dark-1:focus,
.btn.btn-dark-1:active,
.btn.btn-dark-1:not(:disabled):not(.disabled):active:focus,
.btn.btn-dark-1:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-dark-1.dropdown-toggle:focus {
  color: #f7f6f5;
  background: #212322;
}

.btn-dark-2 {
  font-size: var(--14px);
  font-weight: 600;
  color: #212322;
  background: transparent;
  border-bottom: 2px solid #212322;
  padding: 0;
  padding-bottom: 8px;
}

.btn-dark-2:hover,
.btn-dark-2:focus,
.btn-dark-2:active,
.btn-dark-2:not(:disabled):not(.disabled):active:focus,
.btn-dark-2:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-dark-1.dropdown-toggle:focus {
  color: #212322;
}
