.footer .container {
  padding: 4rem 2rem;
}

.mob-footer-nav {
  display: none;
}
.mob-payment {
  display: none;
}
@media (max-width: 830px) {
  .footer .container {
    border: none;
  }
  .mob-footer-nav {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  .mob-footer-nav ul.main-links li a {
    color: #262626;
    font-size: 13px;
    display: block;
  }
  .mob-footer-nav ul.main-links li {
    margin-bottom: 0;
    border-bottom: solid 1px #262626;
    position: relative;
    width: 100%;
  }
  .mob-footer-nav ul.main-links li:first-child {
    border-top: solid 1px #262626;
  }
  .mob-footer-nav ul.main-links li a.primary-link {
    color: #262626;
    font-family: Madera-bold;
    padding: 12px 0px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
  }
  .mob-footer-nav ul.sub-menu {
    display: none;
  }
  .mob-footer-nav ul.sub-menu li:first-child {
    border-top: none;
  }
  .mob-footer-nav ul.sub-menu li {
    border: none;
    padding-bottom: 12px;
  }
  .mob-footer-nav ul.sub-menu li a {
    font-family: "Madera-light";
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
  }
  .mob-footer-nav li.menu-item-has-children.open > ul.sub-menu {
    display: block;
  }
  .mob-footer-nav span.menu-arrow {
    position: absolute;
    float: right;
    display: block;
    vertical-align: top;
    text-align: center;
    line-height: 50px;
    margin-top: 0;
    margin-right: 0;
    top: -1px;
    right: 0;
    padding: 1px 15px;
    pointer-events: none;
  }
  .mob-footer-nav
    ul.main-links
    li.menu-item-has-children.open
    span.menu-arrow
    img {
    transform: rotate(90deg);
  }

  section.copy .container {
    opacity: 0.7;
    color: rgba(38, 38, 38, 0.85);
    font-family: "Madera-light";
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
  }

  .mob-payment {
    display: block;
  }
  .mob-payment .left-side {
    position: absolute;
    left: 0;
    float: left;
    padding: 20px 0px;
    width: 40%;
  }
  .mob-payment .left-side ul.social_links {
    float: left;
  }
  .mob-payment .right-side {
    position: absolute;
    right: 0;
    float: right;
    padding: 20px 0px;
    width: 60%;
  }
  .mob-payment .right-side img {
    width: auto;
    float: right;
    padding: 5px;
  }
  .mob-payment .right-side ul li:nth-child(3) {
    float: left;
    padding-left: 40px;
    padding-top: 3px;
  }
  .mob-payment .right-side h3 {
    float: right;
  }

  .copy {
    padding: 1.5rem 0rem 2.5rem 0rem;
    background: #fbeeec;
  }
  section.copy .container {
    width: 98%;
    padding: 0;
    padding: 6px 0 0 0;
    border-top: 1px solid #262626;
  }

  .Subscribe .form-half {
    justify-content: center;
    align-items: center;
  }
  .Subscribe .gform_body ul {
    flex-direction: column;
    width: 100%;
  }
  section.subscribe .Subscribe .gform_body li {
    margin: 0;
  }
  section.subscribe .Subscribe .gform_body li:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
}

.footer .payments-mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .footer .container {
    padding: 2rem 2rem 0 2rem;
  }
  .footer .payments {
    display: none;
  }
  .footer .payments-mobile {
    display: block;
    width: 150px;
    height: auto;
  }
  .footer .container .one-third.taright {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 830px) {
  .footer .container .two-thirds {
    display: none;
  }
}
