.ftrwtxitor {
  background: #292929;
  color: grey;
}
.ftrwtxitor-logo {
  margin-bottom: 40px;
}
.ftrwtxitor p,
.ftrwtxitor a {
  font-size: 0.9rem;
}
.ftrwtxitor h3 {
  margin-bottom: 40px;
  position: relative;
  font-size: 1.5rem;
}
.ftrwtxitor h3:after {
  position: absolute;
  content: "";
  background: grey;
  width: 12%;
  height: 1px;
  left: 0;
  bottom: -20px;
}
.ftrwtxitor .btn-footer {
  color: grey;
  text-decoration: none;
  border: 1px solid;
  border-radius: 43px;
  font-size: 13px;
  padding: 7px 30px;
  line-height: 47px;
}
.ftrwtxitor .btn-footer:hover {
  text-decoration: none;
}
.ftrwtxitor .subscribers-form input[type="text"] {
  border: none;
  border-radius: 16px 0 0 16px;
  outline: none;
  padding-left: 10px;
}
.ftrwtxitor ::placeholder {
  font-size: 10px;
  padding-left: 10px;
  font-style: italic;
}
.ftrwtxitor .subscribers-form button,
.ftrwtxitor .subscribers-form input[type="button"] {
  border: none;
  background: #232323;
  margin-left: -5px;
  color: #fff;
  outline: none;
  border-radius: 0 16px 16px 0;
  padding: 2px 12px;
}
.ftrwtxitor .social i {
  color: grey;
  font-size: 22px;
  padding: 10px 15px;
  background: #3c3c3c;
  &.fa-fw {
    width: inherit;
  }
}
.ftrwtxitor ul {
  padding-left: 0;
}
.ftrwtxitor ul li a {
  text-decoration: none;
  color: grey;
  text-decoration: none;
}
.ftrwtxitor a:hover {
  text-decoration: none;
  color: #f5f5f5 !important;
}
.ftrwtxitor__logo {
  border-right: 1px solid grey;
  height: 100%;
  padding-right: 1rem!important;
}
.ftrwtxitor__contact i {
	margin-right: 0.5rem;
}
