:root {
  --hover-color: rgb(180, 180, 180);
  --footer-grey-color: rgb(135, 135, 135);
}

.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 9999;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.transition-overlay.active {
  opacity: 1;
}

/* CURRENCY PLUGIN */
.yay-currency-custom-select__trigger.small,
.yay-currency-custom-select .yay-currency-custom-select__trigger.small,
.yay-currency-custom-select.open .yay-currency-custom-select__trigger,
.yay-currency-custom-selected-option,
.yay-currency-custom-arrow .yay-currency-arrow-icon,
.yay-currency-custom-option-row:not(.yay-currency-row-with-flag) span.yay-currency-selected-checked-icon {
  border: none !important;
  background: none;
  color: white;
  font-size: 1rem;
  opacity: 1;
  position: inherit !important;
}

.site-logo {
  width: 225px;
  height: 72px;
  padding-top: 15px
}

/* body {
  padding-top: 150px;
}
 */
body.page-template-page-homepage {
  padding: 0;
}

header {
  margin-bottom: 150px;
}
