
#naturalx-mobile-footer {
  display: block
}

#naturalx-desktop-footer {
  display: none;
}

.naturalx-footer-region-wrapper {
  background-color: var(--naturalX-main-background)
}

.naturalx-footer-section,
.naturalx-desktop-footer-section {
  background-color: var(--naturalX-main-background);
  color: var(--naturalX-main-white);
  min-height: 588px;

}

.naturalx-desktop-footer-copyright {
  align-items: end;
}

.naturalx-footer-inner {
  width: 100%;
  padding: 60px 16px;

}


.naturalx-footer-first-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 0;
  color: var(--naturalX-main-white)
}

.naturalx-footer-social-icon {
  max-width: 30px !important;
}

.naturalx-footer-navigation-mobile {
  display: flex;
  flex-direction: row;
  padding: 20px 0;


}

.naturalx-desktop-footer-first-row-icon {
  background: url("../images/icons/brand-linkedin.svg") no-repeat center center;
  height: 50px;
  width: 50px;
  padding: 20px 0
}

.naturalx-footer-nav {
  flex-grow: 1;
  justify-content: flex-start;

}

.naturalx-footer-nav > ul > li,
.naturalx-footer-nav > nav > div,
.naturalx-footer-nav > nav > li.menu-item {
  letter-spacing: 0.05em;
  line-height: 3rem;
  color: var(--naturalX-main-white)
}

.naturalx-footer-legal-content-nav {
  flex-grow: 1;

}

.naturalx-legal-nav > li > a > h6,
.naturalx-mobile-footer-navigation > li > a > h6 {
  color: var(--naturalX-main-white);
}

.naturalx-mobile-footer-navigation > li,
.naturalx-legal-nav > li{
  list-style-type: none;
}

.naturalx-mobile-footer-navigation > li > a,
.naturalx-legal-nav > li > a{
  text-decoration: none;
}

.naturalx-mobile-footer-logo {
  background: url("../images/Natural_X_Logo_White.svg") no-repeat center center;
  width: 210px;
  height: 50px
}
.naturalx-video {
  position: relative;
  overflow: hidden;
}
.naturalx-video-overlay {
  background: linear-gradient(0deg, rgba(4, 70, 79, 0.36), rgba(4, 70, 79, 0.36));
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
  background-blend-mode: normal, lighten;
}
.naturalx-by-brand-text{
  margin-left: 10px;
}
.naturalx-by-brand-text p{
  font-size: 12px!important;
  position: relative;
  top: -4px;
  margin: 0;
}



.naturalx-footer-legal-content-nav > ul > li {
  letter-spacing: 0.05em;
  line-height: 3rem;
  color: var(--naturalX-main-white);
  list-style-type: none;
}

.naturalx-footer-legal-content-nav >ul>li>a{
  text-decoration: none;
}

.naturalx-footer-copyright {
  display: flex;
  color: var(--naturalX-main-white);
  align-items: end;

}

.naturalx-footer-legal-content-nav {
  justify-content: flex-start;
}


.naturalx-footer-seperator {
  width: 100%;
  border-top: 1px solid var(--naturalX-main-white);
  padding: 0 15px

}
.naturalx-to-top-arrow-icon-wrapper{
  display: flex;
  padding: 20px 0;
  justify-content: flex-end;
}
.naturalx-to-top-arrow-icon{
  background: url("../images/icons/chevron-up.svg") no-repeat center center;
  height: 30px;
  width: 100px
}
@media screen and (min-width: 768px) {

  #naturalx-mobile-footer {
    display: none
  }

  #naturalx-desktop-footer {
    display: block
  }

  .naturalx-desktop-footer-inner {
    padding: 30px 60px 20px 27%;
  }


  .naturalx-footer-inner {
    width: 80%;
  }


  .naturalx-desktop-footer-navigation {
    display: flex;
    justify-content: flex-start;
    color: var(--naturalX-main-white)

  }

  .naturalx-desktop-footer-navigation-items >li{
    list-style-type: none
  }

  .naturalx-desktop-footer-navigation-items >li >a {
    text-decoration: none;
    color: var(--naturalX-main-white)
  }


  .naturalx-desktop-footer-first-row {
    color: var(--naturalX-main-white);
    display: flex;
    flex-direction: column;
    padding: 20px 0
  }

  .naturalx-desktop-footer-first-row-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0
  }

  .naturalx-desktop-footer-social-icon {
    padding: 30px 0;
    max-width: 30px !important;
  }

  .naturalx-desktop-footer-navigation > ul {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    
  }
  .naturalx-desktop-footer-navigation > ul li {
    margin-right: 20px;
    
  }
  .naturalx-desktop-footer-legal-content-nav {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0 40px 0

  }

  .naturalx-legal-nav {
    display: flex;
    justify-content: space-between;
    color: var(--naturalX-main-white);
    font-size: 0.8rem

  }

  .naturalx-desktop-footer-copyright {
    padding: 20px 0;
    display: flex;
    color: var(--naturalX-main-white)
  }

.naturalx-to-top-arrow-icon{
  width: 30px
}

  .naturalx-desktop-footer-logo {
    background: url("../images/Natural_X_Logo_White.svg") no-repeat center center;
    width: 200px;
    height: 50px;
    background-size: contain
  }
}

@media screen and (min-width: 1100px) {

  .naturalx-desktop-footer-inner {
    padding: 30px 90px 20px 19%;
    margin: auto

  }

  .naturalx-desktop-footer-legal-content-nav > ul li{
    margin-right: 20px;
  }

}
