.footer {
  float: left;
  width: 100%;
  position: relative;
  background-color: var(--color_purple);
  overflow: hidden;
  z-index: 410;
  color: var(--color_white);
  padding: 4rem 0;
}
.footer .wrapper .socials {
  align-items: center;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top: 3rem;
}
.footer .wrapper .socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}
.footer .wrapper .socials a svg {
  max-width: 30px;
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .socials a svg {
    max-width: 40px;
  }
}
.footer .wrapper .socials a svg path {
  transition-timing-function: cubic-bezier(0.1, 0.6, 0.4, 1);
  transition-property: all;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .socials a:hover svg path {
    fill: var(--color_lime) !important;
  }
}
.footer .wrapper .footerTop {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.footer .wrapper .footerTop ul {
  list-style: none;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .footer .wrapper .footerTop ul {
    flex-direction: row;
    display: flex;
    align-items: center;
  }
}
.footer .wrapper .footerTop > div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.footer .wrapper .footerTop > div.footerMenu {
  font-size: 2.2rem;
  text-transform: uppercase;
}
.footer .wrapper .footerTop > div.footerMenu a {
  font-family: "Anton", sans-serif;
}
.footer .wrapper .footerTop > div.footerMenu li {
  position: relative;
}
.footer .wrapper .footerTop > div.footerMenu li:last-of-type:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer .wrapper .footerTop > div.footerMenu li:after {
    content: "";
    top: 0;
    bottom: 0;
    right: -3px;
    height: 72%;
    width: 6px;
    background-color: var(--color_white);
    position: absolute;
    margin: auto 0;
  }
}
.footer .wrapper .footerTop > div.footerMenu li.current_page_item a:before {
  width: 100%;
}
.footer .wrapper .footerTop > div.footerMenu li a {
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 1.75rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer .wrapper .footerTop > div.footerMenu li a {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .footerTop > div.footerMenu li a {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .wrapper .footerTop > div.footerMenu li a {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer .wrapper .footerTop > div.footerMenu li a {
    margin: 0 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .footerTop > div.footerMenu li a {
    margin: 0 2rem;
  }
}
.footer .wrapper .footerTop > div.footerMenu li a:before {
  content: "";
  bottom: 3px;
  left: 0;
  width: 0%;
  height: 2px;
  position: absolute;
  background-color: var(--color_white);
  transition-timing-function: cubic-bezier(0.1, 0.6, 0.4, 1);
  transition-property: all;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .footerTop > div.footerMenu li a:hover:before {
    width: 100%;
  }
}
.footer .wrapper .footerTop > div.footerMenuTwo {
  font-family: "Courier Prime", monospace;
}
.footer .wrapper .footerTop > div.footerMenuTwo ul {
  margin: 0 auto;
}
.footer .wrapper .footerTop > div.footerMenuTwo li a {
  text-transform: uppercase;
  font-size: 1.25rem;
  position: relative;
}
@media (min-width: 768px) {
  .footer .wrapper .footerTop > div.footerMenuTwo li a {
    font-size: 1.3rem;
    margin: 0 1rem;
  }
}
@media (min-width: 1100px) {
  .footer .wrapper .footerTop > div.footerMenuTwo li a {
    font-size: 1.4rem;
  }
}
.footer .wrapper .footerTop > div.footerMenuTwo li a:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  position: absolute;
  background-color: var(--color_white);
  transition-timing-function: cubic-bezier(0.1, 0.6, 0.4, 1);
  transition-property: all;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1100px) {
  .footer .wrapper .footerTop > div.footerMenuTwo li a:hover:before {
    width: 100%;
  }
}
.footer .wrapper .footerTop > div.footerMenuTwo li.current_page_item a:before {
  width: 100%;
}
.footer .wrapper .footerTop > div li {
  text-align: center;
}
.footer .wrapper .footerTop > div li a {
  color: var(--color_white);
}

.post-type-archive-locations .footer .wrapper .footerTop > div.footerMenu li.menu-item-723 a:before, .single-locations .footer .wrapper .footerTop > div.footerMenu li.menu-item-723 a:before {
  width: 100%;
}

.single-post .footer .wrapper .footerTop > div.footerMenu li.menu-item-1560 a:before {
  width: 100%;
}

.post-type-archive-artists .footer .wrapper .footerTop > div.footerMenu li.menu-item-1347 a:before, .single-artists .footer .wrapper .footerTop > div.footerMenu li.menu-item-1347 a:before {
  width: 100%;
}

a:before {
  width: 100%;
}




.footer_phone {
  position: fixed;
  width: 200px;
  right: 30px;
  bottom: 30px;
  z-index: 411;
}