/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.house-navigation {
  background-color: var(--wp--preset--color--quaternary);
  position: fixed;
  padding: var(--wp--preset--spacing--16) 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%; }
  .house-navigation .container {
    display: flex;
    gap: var(--wp--preset--spacing--16);
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 980px) {
      .house-navigation .container {
        flex-wrap: wrap; } }
    @media (max-width: 781px) {
      .house-navigation .container a {
        font-size: var(--wp--preset--font-size--xs); } }
    .house-navigation .container a.btn {
      border-radius: var(--wp--custom--border-radius--normal) var(--wp--custom--border-radius--normal) 0 var(--wp--custom--border-radius--normal); }
  @media (max-width: 980px) {
    .house-navigation__call-to-actions {
      display: none;
      background-color: var(--wp--preset--color--quaternary);
      flex-basis: 100%; }
      .house-navigation__call-to-actions a {
        margin-bottom: var(--wp--preset--spacing--8); } }
  @media (min-width: 981px) {
    .house-navigation__call-to-actions {
      display: flex;
      gap: var(--wp--preset--spacing--16); } }
  .house-navigation__toggle-navigation-mobile {
    background-color: transparent;
    border: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: var(--wp--preset--font-size--xxs);
    color: var(--wp--preset--color--text-color);
    padding: 0; }
    .house-navigation__toggle-navigation-mobile span {
      position: relative;
      font-size: var(--wp--preset--font-size--normal);
      transition: transform .3s ease-in-out;
      transform: rotate(0deg);
      margin-top: -8px; }
    @media (min-width: 981px) {
      .house-navigation__toggle-navigation-mobile {
        display: none; } }
    .house-navigation__toggle-navigation-mobile.open span {
      transform: rotate(180deg); }

/*# sourceMappingURL=fixed-navigation.css.map */
