/*
 * Paragraph Theme Component (for landing)
 */


.theme-component {
  margin-bottom: 30px;
}

.theme-component.with-cta {
  margin-bottom: 30px;
}

.theme-component .theme-component-title {
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin-top: 0;
  margin-bottom: 10px;
}

.theme-component .theme-component-framing-copy {
  color: #282829;
  font-size: 14px;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: .32px;
  line-height: 20px;
  margin-bottom: 32px;
}

body.awhi_books .theme-component-framing-copy p {
  margin-top: 0;
}

body.awhi_books .theme-component-framing-copy p:last-child {
  margin-bottom: 0;
}

.theme-component .item-list ul {
  list-style: none;
  margin-bottom: 0;
}

.theme-component .item-list ul > li {
  margin: 0 0 10px;
}

.theme-component.with-cta .theme-component-view + .theme-component-cta {
  margin-top: 30px;
}

.theme-component .list-theme-buttons .theme-buttons-image > img {
  max-width: 100%;
  height: auto;
  display: block;
  opacity: .4;
  transition: opacity 333ms ease-in-out;
}

.theme-component .list-theme-buttons a {
  display: block;
  position: relative;
  background-color: #046e91;
}

.theme-component .list-theme-buttons h4 {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  color: #ffffff;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 0.18px;
  line-height: 29px;
  font-weight: 500;
  text-align: center;
  transition: color 333ms ease-in-out;
}


.theme-component .list-theme-buttons a:hover h4,
.theme-component .list-theme-buttons a:focus h4 {
  color: #ffe194;
}

.theme-component .list-theme-buttons a:hover img,
.theme-component .list-theme-buttons a:focus img {
  opacity: 0;
}

body.awhi_books .theme-component .btn {
  font-size: 18px;
  line-height: 45px;
}

@media screen and (max-width: 575px) {
  body.awhi_books .theme-component .btn {
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .theme-component .item-list ul > li {
    margin: 0 0 30px;
  }

  body.awhi_books .theme-component .btn {
    min-width: 208px;
  }

  .theme-component.with-cta .theme-component-view + .theme-component-cta {
    margin-top: 12px;
  }
}

@media screen and (max-width: 575px) {
  .theme-component .item-list ul > li:last-child {
    margin-bottom: 0;
  }

}


@media screen and (min-width: 1024px) {

  .theme-component {
    margin-bottom: 50px;
  }

  .theme-component.with-cta {
    margin-bottom: 85px;
  }

  .theme-component .theme-component-title {
    font-size: 36px;
    letter-spacing: .53px;
    line-height: 56px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .theme-component .theme-component-framing-copy {
    font-size: 18px;
    letter-spacing: .41px;
    line-height: 24px;
    margin-bottom: 50px;
  }

  .theme-component .list-theme-buttons h4 {
    padding: 0 10px;
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 31px;
  }

  .theme-component .item-list ul > li {
    margin: 0 0 40px;
  }

}
