/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
footer {
  position: relative;
  overflow: hidden;
}
footer .container {
  position: relative;
}
footer .site-footer {
  padding: 0 0 30px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  position: relative;
}
@media only screen and (max-width: 991px) {
  footer .site-footer {
    background: linear-gradient(180deg, #4b3912 0%, #402c02 100%);
    background-color: transparent;
  }
}
@media only screen and (min-width: 992px) {
  footer .site-footer {
    background-image: url(/wp-content/themes/untanglingourroots/dist/images/footer-bottom-bg-desktop.png);
    background-size: 100% 100%;
  }
}
footer .site-footer:before {
  content: "";
  background: linear-gradient(180deg, #4b3912 0%, #402c02 100%);
  position: absolute;
  opacity: 0.13;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
footer .site-footer__main {
  margin-top: 30px;
}
footer .site-footer__top-btn {
  position: absolute;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  z-index: 10;
  cursor: pointer;
  right: 30px;
  bottom: -57px;
}
@media only screen and (min-width: 375px) and (max-width: 576px) {
  footer .site-footer__top-btn {
    bottom: -57px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 576px) and (min-width: 375px) {
  footer .site-footer__top-btn {
    bottom: calc(-57px + -28 * (100vw - 375px) / 200);
  }
}
@media only screen and (min-width: 375px) and (max-width: 576px) and (min-width: 575px) {
  footer .site-footer__top-btn {
    bottom: -85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  footer .site-footer__top-btn {
    right: -15px;
    bottom: -85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) and (min-width: 576px) {
  footer .site-footer__top-btn {
    right: calc(-15px + -55 * (100vw - 576px) / 192);
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) and (min-width: 768px) {
  footer .site-footer__top-btn {
    right: -70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) and (min-width: 576px) {
  footer .site-footer__top-btn {
    bottom: calc(-85px + -20 * (100vw - 576px) / 192);
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) and (min-width: 768px) {
  footer .site-footer__top-btn {
    bottom: -105px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  footer .site-footer__top-btn {
    bottom: -105px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) and (min-width: 768px) {
  footer .site-footer__top-btn {
    bottom: calc(-105px + -40 * (100vw - 768px) / 223);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) and (min-width: 991px) {
  footer .site-footer__top-btn {
    bottom: -145px;
  }
}
@media only screen and (min-width: 992px) {
  footer .site-footer__top-btn {
    bottom: -315px;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  footer .site-footer__top-btn {
    bottom: calc(-315px + -245 * (100vw - 992px) / 928);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1920px) {
  footer .site-footer__top-btn {
    bottom: -560px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  footer .site-footer__top-btn {
    right: calc(40px + 90 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1600px) {
  footer .site-footer__top-btn {
    right: 130px;
  }
}
@media only screen and (min-width: 1600px) {
  footer .site-footer__top-btn {
    right: 160px;
  }
}
@media only screen and (min-width: 1600px) and (min-width: 1600px) {
  footer .site-footer__top-btn {
    right: calc(160px + -110 * (100vw - 1600px) / 320);
  }
}
@media only screen and (min-width: 1600px) and (min-width: 1920px) {
  footer .site-footer__top-btn {
    right: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  footer .site-footer__top-btn {
    right: 70px;
    bottom: -590px;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1920px) {
  footer .site-footer__top-btn {
    right: calc(70px + -350 * (100vw - 1920px) / 640);
  }
}
@media only screen and (min-width: 1920px) and (min-width: 2560px) {
  footer .site-footer__top-btn {
    right: -280px;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1920px) {
  footer .site-footer__top-btn {
    bottom: calc(-590px + -110 * (100vw - 1920px) / 640);
  }
}
@media only screen and (min-width: 1920px) and (min-width: 2560px) {
  footer .site-footer__top-btn {
    bottom: -700px;
  }
}
@media only screen and (max-width: 991px) {
  footer .site-footer__top-btn .leaf-icon {
    width: 18px;
  }
}
footer .site-footer__pattern {
  position: absolute;
  opacity: 0.13;
  z-index: 1;
  top: 0;
  background-size: cover;
  background-position: center top;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
footer .site-footer__bg {
  display: block;
  width: 100%;
}
footer .site-footer .social__wrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 575px) {
  footer .site-footer .social__wrap p {
    font-size: 27px !important;
  }
}
footer .site-footer .social__wrap a {
  margin-left: 10px;
}
footer .site-footer .social-icon {
  width: 39px;
  height: 39px;
  position: relative;
  display: block;
}
@media only screen and (min-width: 576px) {
  footer .site-footer .social-icon {
    width: 21px;
    height: 21px;
  }
}
footer .site-footer .social-icon.fb-icon {
  background: url(/wp-content/themes/untanglingourroots/dist/images/svg/facebook_footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
footer .site-footer .social-icon.insta-icon {
  background: url(/wp-content/themes/untanglingourroots/dist/images/svg/white-instagram-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
footer .site-footer .social-icon.twitter-icon {
  background: url(/wp-content/themes/untanglingourroots/dist/images/svg/twitter.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
footer .site-footer .footer-widgets {
  z-index: 10;
  position: relative;
}
footer .site-footer .footer-widgets .wrap {
  display: flex;
  flex-flow: column;
}
@media only screen and (min-width: 992px) {
  footer .site-footer .footer-widgets .wrap {
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
footer .site-footer .footer-widgets .wrap .footer-widget-area {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  footer .site-footer .footer-widgets .wrap .footer-widgets-1 {
    margin-bottom: 20px;
    order: 1;
  }
}
footer .site-footer .footer-widgets .wrap .footer-widgets-1 img {
  max-width: 145px !important;
}
@media only screen and (min-width: 992px) {
  footer .site-footer .footer-widgets .wrap .footer-widgets-1 img {
    max-width: 100% !important;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  footer .site-footer .footer-widgets .wrap .footer-widgets-1 {
    width: 33%;
  }
}
footer .site-footer .footer-widgets .wrap .footer-widgets-2 {
  margin-bottom: 35px;
  order: 0;
}
footer .site-footer .footer-widgets .wrap .footer-widgets-2 img {
  max-width: 80% !important;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  footer .site-footer .footer-widgets .wrap .footer-widgets-2 img {
    max-width: 100% !important;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) {
  footer .site-footer .footer-widgets .wrap .footer-widgets-2 {
    order: 1;
    width: 33%;
    margin-bottom: 0;
  }
}
footer .site-footer .footer-widgets .wrap .footer-widgets-2 .social__wrap {
  justify-content: center;
  margin-top: 20px;
}
footer .site-footer .footer-widgets .wrap .footer-widgets-2 .btn a {
  margin: 0 auto !important;
}
footer .site-footer .footer-widgets .wrap .footer-widgets-3 {
  order: 2;
}
@media only screen and (min-width: 992px) {
  footer .site-footer .footer-widgets .wrap .footer-widgets-3 img:first-of-type {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  footer .site-footer .footer-widgets .wrap .footer-widgets-3 {
    flex-flow: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  footer .site-footer .footer-widgets .wrap .footer-widgets-3 {
    width: 33%;
  }
}
@media only screen and (max-width: 991px) {
  footer .site-footer .footer-widgets .wrap .footer-widgets-3 .widget_text {
    width: 100%;
    text-align: center;
  }
}
footer .site-footer .footer-widgets .wrap .footer-widgets-3 .widget_media_image:last-of-type {
  margin-right: 0 !important;
}
@media only screen and (max-width: 991px) {
  footer .site-footer .footer-widgets .wrap .footer-widgets-3 .widget_media_image {
    margin-right: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  footer .site-footer .footer-widgets .wrap .footer-widgets-4 {
    width: 100%;
    flex-basis: 100%;
    display: flex;
  }
}
footer .site-footer .footer-widgets .wrap .textwidget p {
  font-size: 14px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
@media only screen and (min-width: 360px) {
  footer .site-footer .footer-widgets .wrap .textwidget p {
    font-size: calc(14px + 2 * (100vw - 360px) / 1080);
  }
}
@media only screen and (min-width: 1440px) {
  footer .site-footer .footer-widgets .wrap .textwidget p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  footer .site-footer .footer-widgets .wrap .textwidget p {
    font-size: 16px;
  }
}
footer .site-footer .footer-widgets .wrap .text-copyright {
  font-size: 14px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}
@media only screen and (min-width: 360px) {
  footer .site-footer .footer-widgets .wrap .text-copyright {
    font-size: calc(14px + 2 * (100vw - 360px) / 1080);
  }
}
@media only screen and (min-width: 1440px) {
  footer .site-footer .footer-widgets .wrap .text-copyright {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  footer .site-footer .footer-widgets .wrap .text-copyright {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  footer .site-footer .footer-widgets .wrap .text-copyright {
    white-space: nowrap;
  }
}
footer .site-footer .footer-widgets .wrap .text-copyright a {
  color: #ffffff;
}
footer .site-footer .footer-widgets .wrap .text-copyright a:hover {
  color: #f36b24;
}

.site-footer .footer-legal {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-copyright {
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (min-width: 360px) {
  .site-footer .footer-copyright {
    font-size: calc(16px + 2 * (100vw - 360px) / 1080);
  }
}
@media only screen and (min-width: 1440px) {
  .site-footer .footer-copyright {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .site-footer .footer-copyright {
    font-size: 18px;
  }
}

.menu-footer-menu-container {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.menu-footer-menu-container .menu {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
}
.menu-footer-menu-container .menu-item {
  font-size: 16px;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 0;
  margin-left: 20px;
}
@media only screen and (min-width: 360px) {
  .menu-footer-menu-container .menu-item {
    font-size: calc(16px + 2 * (100vw - 360px) / 1080);
  }
}
@media only screen and (min-width: 1440px) {
  .menu-footer-menu-container .menu-item {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .menu-footer-menu-container .menu-item {
    font-size: 18px;
  }
}
.menu-footer-menu-container .menu-item:first-of-type {
  margin-left: 0;
}
.menu-footer-menu-container .menu-item:before {
  display: none;
}

.no-overflow {
  overflow: hidden !important;
}

.error404 .site-main {
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 30vh;
  margin-top: 350px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 1200px) {
  .error404 .site-main {
    margin-bottom: 0px;
  }
}
.error404 .site-main .error-404 {
  height: 30vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error404 .site-main .error-404-title {
  font-size: 120px;
  margin: 0;
}
@media only screen and (min-width: 360px) {
  .error404 .site-main .error-404-title {
    font-size: calc(120px + 20 * (100vw - 360px) / 1560);
  }
}
@media only screen and (min-width: 1920px) {
  .error404 .site-main .error-404-title {
    font-size: 140px;
  }
}
.error404 .site-main .error-404-title, .error404 .site-main .error-404-subtitle {
  color: #5fa043;
}
.error404 .site-main .error-404-content {
  margin-top: 15px;
  max-width: 55%;
}
@media only screen and (max-width: 991px) {
  .error404 .site-main .error-404-content {
    max-width: 100%;
  }
}
.error404 .site-main .error-404-content a {
  padding: 15px 110px;
  display: block;
  color: #ffffff;
  border-radius: 50px;
  background-color: #fdbd3d;
  margin: 35px auto 0;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.error404 .site-main .error-404-content a:hover {
  background-color: #f36b24;
  color: #ffffff;
}
.error404 .site-main .error-404-content p {
  color: #53411C;
  font-weight: 300 !important;
  font-size: 20px;
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (min-width: 360px) {
  .error404 .site-main .error-404-content p {
    font-size: calc(16px + 4 * (100vw - 360px) / 1080);
  }
}
@media only screen and (min-width: 1440px) {
  .error404 .site-main .error-404-content p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .error404 .site-main .error-404-content p {
    font-size: 20px;
  }
}

body.home .site-main {
  margin-top: 102px;
}
@media only screen and (min-width: 992px) {
  body.home .site-main {
    margin-top: 70px;
  }
}

.site-main {
  margin-top: 110px;
}
@media only screen and (min-width: 992px) {
  .site-main {
    margin-top: 100px;
  }
}

body .site-inner .entry-content > ul {
  margin: 10px auto 20px;
  padding: 0 15px 0 15px;
}
body .site-inner .entry-content > ul li {
  font-size: 14px;
  font-weight: 600;
}
body .site-inner .entry-content > ul li a {
  color: #f36b24;
}
body .site-inner .entry-content > ul li a:hover {
  color: #5fa043;
}
body .site-inner .entry-content > p a {
  color: #f36b24;
}
body .site-inner .entry-content > p a:hover {
  color: #5fa043;
}
body .site-inner .entry-content > h2 {
  margin-bottom: 10px;
}

/*# sourceMappingURL=general.css.map*/