﻿.AgapaoArea {
  background-color: transparent !important;
}

.icon-grid {
  margin-top: 2rem;
  display: grid;
  /*grid-template-columns: 1fr 1fr;*/
  grid-template-rows: 3fr 1fr;
  gap: 1rem;
}

.icon-grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 768px) {
  .icon-grid-row {
    grid-template-columns: 1fr;
  }
}

.article-feed-holder {
  font-size: .8em;
  margin-top: 3rem;
}

.article-feed {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 1rem;
  position: relative;
}
.article-feed h4, .article-feed h6 {
  font-weight: bold;
}
.article-feed h4 {
  margin-bottom: 0;
  font-size: 1.5em;
}
.article-feed h6 {
  margin-bottom: 0;
  font-size: 1.1em;
}
.article-feed p {
  font-size: 1.1em;
}
.read-more-link a {
  color: #d94917;
}
.read-more-link {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 1.3em;
}

.agapao-hero-holder {
  margin-top: 3rem;
}

a.load-more-button {
  display: block;
  text-align: center;
  width: 100% !important;
  color: #fff;
  background-color: #c68a4b;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
a.load-more-button:hover {
  background-color: #8c6235;
}

.agapao-hero-holder {
  margin-inline: auto;
  margin-bottom: 3rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 !important; 
}

.mobileapps {
  text-align: center;
  margin-bottom: 3rem;
  border-radius: 3px;
}

.testimony-submit-holder {
  margin-top: 3rem;
}

@media (max-width: 1000px) {
  .icon-grid, 
  .article-feed-holder, 
  .agapao-hero-holder a > img, 
  .testimony-submit-holder,
  .mobileapps a > img {
    padding-inline: .5rem;
  }
}