/*AD Billboards Plugin Stylesheet | New Billboard*/
.billboard-container {
  margin: -10px -15px -10px -15px;
}
.billboard {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  background: #a3d5e3;
  color: white;
  padding: 15px 3px;
  font-family: "Open Sans", sans-serif;
  justify-content: center;
  position: relative;
}
.billboard-img-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}
.billboard-img {
  max-width: 125px;
  max-height: 100px;
  margin-bottom: 50px;
  padding-right: 25px;
}
.billboard-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0px;
}
.billboard-content .billboard-title,
.billboard-content .billboard-title--pa {
  color: #744364;
  font-size: 20px;
  font-weight: 400;
}
.billboard-cta-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px 0px 35px 0px;
}
.billboard-text {
  margin: 5px 0px;
  color: #744364;
  font-size: 17px;
}
.billboard-text-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.billboard-btn {
  width: 200px;
  height: 45px;
  background-color: #cf2266;
  color: #a3d5e3;
  border-radius: 3px;
  text-transform: none;
  font-weight: 300;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.billboard-btn:hover {
  background-color: white;
  color: #cf2266;
  text-decoration: none;
}
.billboard-btn-outline {
  border: 1px solid #cf2266;
  background-color: transparent;
  color: #cf2266;
}
.billboard-pattern {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 35px;
  min-height: 25px;
}

.disclaimer-text {
  color: black; 
  font-size: 10px; 
  line-height: 12px; 
  margin-bottom: 0; 
  margin-top: 5px;
}

/* targeting iPad's */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .billboard {
    flex-wrap: nowrap;
    padding: 15px 5px;
  }
}

@media screen and (max-width: 767px) {
  .billboard-img-holder {
    width: 100%;
    justify-content: flex-start;
  }
  .billboard-img {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .billboard-text-btn {
    margin: 15px 0px;
  }
}

/* Previous Billboard Css */
.billboard-title span,
.billboard-heading span {
  color: #fff;
}
.billboard-heading span {
  font-size: 18px;
}
.billboard-messaging-grid .grid-item .billboard-subheading {
  line-height: 20px;
  font-size: 14px;
}
.billboard-button {
  font-size: 18px;
  font-weight: lighter;
  background: rgb(255, 33, 96);
  transition: background 1s ease;
  margin: 0 auto;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.billboard-button.btn {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 95%;
}
.billboard-button:hover,
.billboard-button:focus {
  background: rgb(255, 33, 96);
}
.billboard-button a,
.billboard-button a:hover {
  color: #fff;
  text-decoration: none;
}
.related-posts-text-link {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.billboard-subheading {
  margin: 0;
  text-transform: center;
}
@media screen and (min-width: 768px) {
  .billboard-messaging-grid {
    display: grid;
    grid-gap: 5px;
    padding: 5px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .billboard-logins-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .billboard-logins-wrapper .grid-item {
    padding: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .related-posts-grid {
    display: grid;
    grid-gap: 5px;
    padding: 5px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
.related-posts-thumbnail-wrapper img {
  width: 100%;
  height: auto;
}
.related-posts-thumbnail-wrapper + p {
  background: hsla(0, 0%, 100%, 0.3);
}

/*challenge-month category*/
.challenge-month {
  background: #fff;
  box-shadow: 5px 5px 5px #888888;
  margin-left: 5px;
  margin-right: 5px;
  border-top: 1px solid rgba(136, 136, 136, 0.25);
  border-left: 1px solid rgba(136, 136, 136, 0.25);
  text-align: left;
}
.challenge-month .btn {
  font-size: 18px;
  border: 1px solid lightgray;
}

.btn__signup--cm:before {
  content: 'Not a member? Join here:';
  font-size: 12px;
}

.challenge-month h3 {
  color: #3fa294;
}
