#newsletter_form {
  position: relative; }

#newsletter_form input {
  border: none;
  height: 40px;
  background: #fff;
  width: 75%;
  padding-left: 20px;
  box-sizing: border-box;
  color: #CCC;
  border-radius: 50px 50px 50px 0px; }
  @media screen and (max-width: 500px) {
    #newsletter_form input {
      float: left;
      border-radius: 50px 0px 0px 50px;
      width: calc(100%  - 144px); } }

#newsletter_form button {
  height: 36px;
  padding: 0 20px;
  background: var(--main2-color);
  border: none;
  color: #fff;
  /* text-transform: uppercase; */
  font-weight: 500;
  border-radius: 0px 0px 20px 20px;
  /* position: absolute; */
  width: 144px;
  right: 0px;
  top: 1px;
  cursor: pointer;
  transition: 0.5s all ease;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 500px) {
    #newsletter_form button {
      float: right;
      border-radius: 0px 20px 20px 0px; } }
  #newsletter_form button svg {
    width: 16px;
    height: 16px;
    margin-left: 7px; }
  #newsletter_form button:hover {
    background: var(--main-color);
    color: #fff; }

/*# sourceMappingURL=newsletter.css.map */
