.footer-section-wrapper {
  margin-top: 0;
  background-color: #000;
  /* padding-top: 1vw; */
}

.footer-section {
  font-size: 12px;
  line-height: 1;
  text-transform: capitalize;
  /* padding: 1.8vw 0; */
  display: block;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 2vh;
}

.footer-section .socials-section ul {
  margin-left: 0;
}

.copyrightWrapper {
  display: block;
  width: 100%;
}

.logoWrapper {
  display: inline-block;
  width: 38%;
  text-align: right;
  vertical-align: bottom;
}

.logoWrapper div {
  display: inline-block;
}
.homepage-redirect h2,.oops {
  font-size: 2vw;
}
.menu-page-not-found ul li {
  display: inline-block;
  margin-left: 1vw;
  font-size: 12px;
}

/*.newLogo {
    width: 3.125vw;
    margin-right: 1vw;
}*/

span.copyright {
  text-transform: uppercase;
  color: #ffffff;
}

span.footer-links a {
  text-decoration: none;
  color: #ffffff;
  margin-left: 0.3vw;
 
  text-decoration: none;
  color: #ffffff;
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
}

/* span.footer-links a:last-child {
    margin-left: 0px;
} */

.socials-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 2.55vw;
}

.socials-section li {
  display: inline-block;
  vertical-align: middle;
}

.socials-section a {
  text-decoration: none;
  color: #fff;
  margin-right: 1.1vw;
  font-size: 1.4vw;
}

.socials-section a.icon-soundcloud {
  font-size: 2.1vw;
}

.socials-section a:hover,
.footer-section a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}

@media all and (max-width: 1023px) {
  .plain-ml-wrapper.firstMlistForm {
    max-width: 90%;
    margin: 0 auto;
  }
  .homepage-redirect h2,.oops {
    font-size: 18px;
  }
  .footer-section-wrapper {
    margin-bottom: 0px;
    background-color: #000;
  }
  .socials-section ul {
    margin: 0;
  }
  .socials-section a {
    font-size: 22px;
    margin-right: 20px;
    color: #fff;
  }
  .socials-section a.icon-soundcloud {
    font-size: 29px;
    margin: 0;
  }
  .socials-section {
    margin: 0 auto;
    text-align: left;
    width: 90vw;
  }
  .terms {
    text-align: left;
    margin-top: 10px;
  }
  .footer-section {
    margin: 0 auto;
    width: 100%;
    display: block;
    flex-direction: initial;
  }
  span.copyright {
    text-align: center;
  }
  span.footer-links {
    margin-left: 0px;
    text-align: center;
  }
  .copyrightWrapper {
    display: block;
    width: 100%;
    text-align: center;
    order: 1;
    line-height: 1.5;
    font-size: 10px;
  }
  .footer-section .socials-section {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .copyrightWrapper {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .footer-section {
    position: absolute;
    bottom: 2%;
  }
  .error-page-wrapper {
    min-height: 56vh;
    text-align: center;
    padding-top: 10vw;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
  }
}

.siteLogo {
  width: 15%;
  margin: 0% auto;
}

.siteLogo img {
  width: 100%;
}

.error-Section {
  min-height: 80vh;
}

.error-page-wrapper {
  min-height: 56vh;
  text-align: center;
}

h2 {
  font-size: 4vw;
}

body {
  border: 0;
  padding: 0;
  margin: 0;
  background: #000;
  font-family: Arial;
  font-weight: normal;
  color: #ffffff;
}

@media only screen and (max-width: 1023px) {
  h2 {
    font-size: 40px;
    /* padding-top FONT-VARIANT: JIS04; */
  }
  .error-page-wrapper {
    min-height: 60vh;
    max-width: 95%;
    margin: auto;
  }
  .siteLogo {
    width: 50%;
   
  }
  .error-wrappper {
    /* padding-top: 70px; */
  }
  span.footer-links a,
  span.copyright {
    font-size: 10px;
  }
}

.menu-page-not-found ul li:hover {
  opacity: 0.5;
}

.siteLogo a:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 1024px){
.menu-page-not-found ul li{
  font-size:1.2vw;
}
span.copyright,span.footer-links a{
  font-size:0.9vw;
}
br.mobile {
  display: none;
}
}
@media only screen and (min-width: 1900px){
  .error-page-wrapper {
    min-height: 65vh;
  }
}
@media only screen and (max-width: 1023px) and (orientation:landscape){
  a.ot-sdk-show-settings {
    display: block;
}
}