.btn, .button {
  padding: 0.625em 1.25em;
  font-weight: 500;
  transition: all 0.3s ease-out;
  border-radius: 8px;
}
.btn-search, .button-search {
  outline: 0;
  border: 0;
  background: transparent;
}
.btn.btn-small, .button.btn-small {
  padding: 0.325em 0.75em;
  display: flex;
  align-items: center;
}
.btn.btn-primary, .btn.button-primary, .button.btn-primary, .button.button-primary {
  border: none;
  background: #889327;
  color: #FFFFFF;
  transition: all 0.3s ease-out;
}
.btn.btn-primary:hover, .btn.button-primary:hover, .button.btn-primary:hover, .button.button-primary:hover {
  background-color: #515717;
  cursor: pointer;
}
.btn.btn-primary:disabled, .btn.btn-primary.disabled, .btn.button-primary:disabled, .btn.button-primary.disabled, .button.btn-primary:disabled, .button.btn-primary.disabled, .button.button-primary:disabled, .button.button-primary.disabled {
  background: #889327;
  color: #FFFFFF;
  opacity: 0.4;
}
.btn.btn-primary-darker, .button.btn-primary-darker {
  background: #DBDCD6;
  color: #313131;
  transition: all 0.3s ease-out;
  box-shadow: 0px 1px 4px rgba(43, 43, 43, 0.1607843137);
}
.btn.btn-primary-darker:hover, .button.btn-primary-darker:hover {
  background-color: #ABB859;
  cursor: pointer;
}
.btn.btn-primary-darker:disabled, .btn.btn-primary-darker.disabled, .button.btn-primary-darker:disabled, .button.btn-primary-darker.disabled {
  opacity: 0.3;
}
.btn.btn-secondary, .button.btn-secondary {
  background: #FFFFFF;
  color: #889327;
  border: 1.5px solid #889327;
  transition: all 0.3s ease-out;
}
.btn.btn-secondary:hover, .button.btn-secondary:hover {
  background-color: #E7E9D3;
  color: #515717;
  border: 1.5px solid #515717;
  cursor: pointer;
}
.btn.btn-secondary:hover .go-to, .button.btn-secondary:hover .go-to {
  filter: brightness(0) saturate(100%) invert(20%) sepia(50%) saturate(300%) hue-rotate(10deg);
}
.btn.btn-secondary:disabled, .btn.btn-secondary.disabled, .button.btn-secondary:disabled, .button.btn-secondary.disabled {
  opacity: 1;
}
.btn.btn-accent, .button.btn-accent {
  background: #889327;
  color: #FFFFFF;
  border: 1px solid #889327;
  transition: all 0.3s ease-out;
}
.btn.btn-accent:hover, .button.btn-accent:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.btn.btn-accent:disabled, .btn.btn-accent.disabled, .button.btn-accent:disabled, .button.btn-accent.disabled {
  opacity: 0.3;
}
.btn.btn-category, .button.btn-category {
  padding: 0.375rem 0.75rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-weight: 600;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  transition: all 0.3s;
}
.btn.btn-category div, .button.btn-category div {
  width: 0;
}
.btn.btn-category.active, .button.btn-category.active {
  color: #FFFFFF;
  border: 1px solid #889327;
  background: transparent linear-gradient(270deg, #889327 0%, #035F8F 100%) 0% 0% no-repeat padding-box;
}
.btn.btn-category.active div, .button.btn-category.active div {
  width: 15px;
}
.btn.btn-category.active div > .filter-selected, .button.btn-category.active div > .filter-selected {
  display: block;
  transition: all 0.3s;
}
.btn.btn-category.active div > .remove-filter, .button.btn-category.active div > .remove-filter {
  display: none;
  transition: all 0.3s;
}
.btn.btn-category.active:hover div > .filter-selected, .button.btn-category.active:hover div > .filter-selected {
  display: none;
}
.btn.btn-category.active:hover div > .remove-filter, .button.btn-category.active:hover div > .remove-filter {
  display: block;
}
.btn.btn-category:hover, .button.btn-category:hover {
  background-color: #EAF3FA;
  border: 1px solid #8FC6E3;
}
.btn.btn-category div > .filter-selected, .button.btn-category div > .filter-selected {
  display: none;
}
.btn.btn-category div > .remove-filter, .button.btn-category div > .remove-filter {
  display: none;
}
.btn.btn-category-neutral, .button.btn-category-neutral {
  position: relative;
}
.btn.btn-category-neutral::before, .button.btn-category-neutral::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  width: 6px;
  border-radius: 10px;
  background-color: #6D6D6D;
  opacity: 1;
}
.btn.btn-category-neutral.active, .btn.btn-category-neutral:hover, .button.btn-category-neutral.active, .button.btn-category-neutral:hover {
  color: #FFFFFF;
}
.btn.btn-category-neutral.active::before, .btn.btn-category-neutral:hover::before, .button.btn-category-neutral.active::before, .button.btn-category-neutral:hover::before {
  width: 100%;
}
.btn.btn-category-dark, .button.btn-category-dark {
  position: relative;
}
.btn.btn-category-dark::before, .button.btn-category-dark::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  width: 0px;
  opacity: 0.2;
}
.btn.btn-category-dark:hover::before, .button.btn-category-dark:hover::before {
  background: #000000;
  width: 100%;
  opacity: 0.2;
}
.btn.btn-category-dark.active, .button.btn-category-dark.active {
  color: #000000;
  font-weight: 700;
}
.btn.btn-category-dark.active::before, .button.btn-category-dark.active::before {
  width: 6px;
  opacity: 1;
  background: #000000;
}
.btn.btn-category-dark.active:hover::before, .button.btn-category-dark.active:hover::before {
  background: #000000;
  width: 100%;
  opacity: 0.2;
}
.btn.btn-category.data-category, .button.btn-category.data-category {
  color: #313131;
  position: relative;
  border: unset;
  background-color: #FFFFFF;
}
.btn.btn-category.data-category.active, .button.btn-category.data-category.active {
  color: #FFFFFF;
}
.btn.btn-category.data-category:not(.last-category):after, .button.btn-category.data-category:not(.last-category):after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2px;
  height: 50%;
  background-color: #DBDCD6;
}
.btn.btn-category[data-post-type=country], .button.btn-category[data-post-type=country] {
  border: 1px solid transparent;
}
.btn.btn-category[data-post-type=country]:hover, .button.btn-category[data-post-type=country]:hover {
  background-color: #EAF3FA;
  border: 1px solid #8FC6E3;
}
.btn.btn-card, .button.btn-card {
  background: transparent linear-gradient(270deg, #889327 0%, #035F8F 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  padding: 0.375rem 1.25rem;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
.btn.btn-link, .button.btn-link {
  background-color: #DBDCD6;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  padding: 0.6225em 0.725em;
}

@media (max-width: 992px) {
  .btn.btn-category, .button.btn-category {
    font-weight: 400 !important;
    font-size: 14px;
    text-wrap: nowrap;
    padding-right: 0;
    padding-left: 0;
    justify-content: center;
  }
  .btn.btn-category.data-category, .button.btn-category.data-category {
    min-width: 80px;
  }
  .btn.btn-category.data-category::after, .button.btn-category.data-category::after {
    left: 100% !important;
    top: 50% !important;
    width: 100% !important;
    height: 2px !important;
  }
  .btn.btn-category.data-category.first-category:before, .button.btn-category.data-category.first-category:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #DBDCD6;
  }
}
#wp-submit {
  height: 44px;
  min-width: 10vh;
  width: 100%;
  background: #313131;
  color: #FFFFFF;
  border-radius: 0;
  border: none;
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease-out;
  position: relative;
  text-transform: uppercase;
}
#wp-submit::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #606060 0%, #0F0F0F 100%);
  z-index: -1;
  transition: opacity 0.3s linear;
  opacity: 0;
}
#wp-submit:hover {
  transform: scale(1.01);
  color: #F2F2F2;
  cursor: pointer;
}
#wp-submit:hover::before {
  opacity: 1;
}