body {
    font-size: 62.5%;
    background-color: #000;
}

#newsletterform {
    font-family: 'Raleway', sans-serif;
    margin: 0 auto;
    max-width: 780px;
    min-width: 320px;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}

#newsletterform .wrap {
    padding: 50px 40px;
}

#newsletterform h3 {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size:22px;
    font-weight:400;
    line-height:1.2;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    padding-bottom:20px;
    margin: 0 auto 30px auto;
    border-bottom:1px solid #fff;
    width:70%;
}

#newsletterform p {
    font-size:14px;
    line-height:26px;
    margin-bottom:25px;
    color:#fff;
}

#newsletterform input {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight:500;
    display: block;
    width:55%;
    background:#000;
    color:#888;
    padding:15px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 12px auto;
    border:2px solid #fff;
    outline:0;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#newsletterform input:focus {
    border:2px solid #ddd;
}

#newsletterform input[type="submit"] {
    background:#333;
    color:#fff;
    width:30%;
    padding:13px;
    cursor: pointer;
    margin-bottom:0;
    border:none;
}

#newsletterform input[type="submit"]:hover {
    background:#333;
    color:#FFF;
}

#newsletterform .arrow {
    display: inline-block;
    background: url("../images/arrow.png") no-repeat;
    width: 139px;
    height: 48px;
    position: absolute;
    left: 120px;
    top: 290px;
}

#newsletterform #response {
    color: #fff;
    font-size: 1.4em;
    height: 25px;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
    width: 320px;
}

#newsletterform #response p {
    margin: 0
}

#newsletterform .loading {
    background: url("../images/loading.gif") no-repeat center 20px;
}

@media only screen and (max-width:769px) {

    #newsletterform .wrap {
        padding: 40px 25px;
    }

    #newsletterform .arrow {
        display: none;
    }

    #newsletterform input {
        width: 100%;
        margin-bottom: 7px;
    }

    #newsletterform input[type="submit"] {
        width: 100%;
        padding: 16px;
    }

}

@media only screen and (max-width:600px) {

    #newsletterform h3 {
        width: 100%;
    }
a:link {
  color: #FFF;
}

/* visited link */
a:visited {
  color: #FFF;
}

/* mouse over link */
a:hover {
  color: #FFF;
}

/* selected link */
a:active {
  color: #FFF;
}
}

.button.x {
  max-width: 320px;
  padding: 0.5rem 1.4rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  gap: 0.75rem;
  color: #ffffff;
  background-color: #000;
  cursor: pointer;
  transition: all 0.6s ease;
  text-decoration: none;
}

.button.x svg {
  height: 16px;
  width: 16px;
  fill: #fff;
  margin-right: 0.5rem;
}

.button.x:hover {
  transform: scale(1.02);
  background-color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.button.x:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
}

.button.x:active {
  transform: scale(0.98);
  opacity: 0.8;
}