#sign-up-newsletter {
  align-items: center;
  background-image: url("../images/bkgd-screened.jpg");
  background-size: cover;
  background-position: bottom;
  box-sizing: border-box;
  clear: both;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: center;
  margin: 30px 0;
  padding-bottom: 18px;
  padding-top: 24px;
}

#sign-up-newsletter #sign-up-newsletter__header, #sign-up-newsletter #sign-up-newsletter__description {
  box-sizing: border-box;
  color: #fff;
  padding-left: 28px;
  padding-right: 27px;
  width: 100%;
}

#sign-up-newsletter #sign-up-newsletter__header {
  font-family: "franklin-gothic-urw", "Avenir Next", "Avenir", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 11px 0;
  padding-top: 10px;
}

#sign-up-newsletter #sign-up-newsletter__description {
  font-family: Helvetica Neue;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 15px;
}

#sign-up-newsletter #sign-up-newsletter__form {
  box-sizing: border-box;
  display: inline-block;
  /* flex-direction: column; */
  padding-left: 28px;
  padding-right: 27px;
  width: 100%;
}

#sign-up-newsletter #sign-up-newsletter__email {
  box-sizing: border-box;
  font-size: 13px;
  height: 40px;
  margin: 0 10px 10px 0;
  padding-left: 10px;
  width: 75%;
}

#sign-up-newsletter #sign-up-newsletter__sign-up {
  background-color: #212121;
  border: none;
  color: #fff;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Arial Narrow;
  font-size: 16px;
  font-weight: 700;
  height: 35px;
  margin-bottom: 29px;
  width: 20%;
}

button#sign-up-newsletter__sign-up {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.3;
  padding: 2px 8px;
}

@media only screen and (max-width: 520px) {
  #sign-up-newsletter {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    height: 265px;
  }
  #sign-up-newsletter #sign-up-newsletter__form {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  #sign-up-newsletter #sign-up-newsletter__form #sign-up-newsletter__email {
    width: 100%;
  }
  #sign-up-newsletter #sign-up-newsletter__description {
    margin-bottom: 15px;
    font-size: 0.9rem;
  }
  #sign-up-newsletter #sign-up-newsletter__form #sign-up-newsletter__sign-up {
    width: 100%;
    margin-bottom: 0;
  }
}

.more {
  margin: 20px 0;
}

.more h5 {
  font-weight: 700;
  font-size: 1.4rem;
}

.more li {
  list-style: none;
  clear: both;
}

@media (max-width: 650px) {
  .more li {
    border-bottom: 1px solid #212121;
    margin-top: 25px;
  }
}

.more li:last-of-type {
  padding-bottom: 15px;
}

@media (max-width: 650px) {
  .more li:last-of-type {
    border: 0;
  }
}

.more a {
  float: none;
  margin: 0 0 1.2rem;
  width: 100%;
  padding-bottom: 1.2rem;
}

.more a:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.more a img {
  float: left;
  width: 33%;
  margin-bottom: 25px;
}

@media (max-width: 650px) {
  .more a img {
    width: 90%;
    margin: 0;
  }
}

.more a h6, .more a p {
  float: right;
  width: 63%;
}

@media (max-width: 650px) {
  .more a h6, .more a p {
    width: 100%;
    margin-bottom: 20px;
  }
}

.more a h6 {
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: 700;
  padding-top: 15px;
}

@media (max-width: 650px) {
  .more a h6 {
    font-size: 1.1rem;
  }
}

.more a p {
  font-size: 1.1rem;
  line-height: 1.1;
  padding-top: 10px;
}

@media (max-width: 650px) {
  .more a p {
    display: none;
  }
}

/* ads */
.dfp-slot {
  margin: 0 auto;
  margin-bottom: 25px;
}

.ad-tag {
  text-align: center;
  color: #898989;
  font-size: 1rem !important;
}

/* takeaways promo */
#takeaways-promo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 300px;
  height: auto;
  position: relative;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 20px 20px 20px 0;
  padding: 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (max-width: 650px) {
  #takeaways-promo {
    width: 95%;
    margin: 10px;
  }
}

.card-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border: 7px solid #212121;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 20px;
}

.text-content {
  font-family: "franklin-gothic-urw", "Avenir Next", "Avenir", Arial, sans-serif;
  padding-top: 20px;
  text-align: left;
}

.text-content p {
  font-size: 1.1rem;
  line-height: 1.3;
  padding-top: 10px;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.3;
}

.read-now-btn {
  background-color: #007397;
  color: #fff;
  padding: 8px;
  letter-spacing: 1px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

.read-now-btn > a {
  color: #fff !important;
  border-bottom: 0 !important;
}

.read-now-btn:hover {
  background-color: #898989;
  transition: background-color, 0.3s;
  cursor: pointer;
}

/* Support LAist */
.support-laist {
  background-color: #f5f5f5;
  padding: 25px 25px 35px 25px;
  border-radius: 15px;
  font-size: 1.2rem;
  margin: 25px 0;
  min-height: 200px;
}

@media screen and (max-width: 650px) {
  .support-laist {
    min-height: 235px;
  }
}

.support-promo-title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 650px) {
  .support-promo-title {
    font-size: 1.3rem;
  }
}

.support-promo-title .fas {
  font-size: 2.3rem;
  color: #dc5d5c;
}

.support-promo-graf {
  margin-top: 10px;
  margin-bottom: 0 !important;
  font-size: 1.1rem !important;
}

.donate-now {
  background-color: #dc5d5c;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 7px;
  margin: 12px 0;
  font-size: 1rem;
  float: right;
}

.donate-now a {
  border-bottom: 0 !important;
  color: #fff !important;
}

.donate-now:hover {
  background-color: #898989;
  transition: background-color, 0.3s;
  cursor: pointer;
}
