/* Blog */

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.blog-image-wrap img {
	min-height: 25rem;
	object-fit: cover;
}

.blog .page-numbers.current {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #90cc84;
  color: white;
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
}

.single-post .entry-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.single-post .entry-content > * + * {
  margin-top: 4rem;
}

.single-post .entry-content.container, .single-post .featured-image .container {
  max-width: 80rem;
}

.related-posts-block {
	padding-bottom: 5rem;
}

.related-posts-block .blog-link {
	margin-top: 2rem;
}

.related-posts-block h3 {
	margin-bottom: 3rem;
}

.single-post .related-posts-block .container {
	max-width: 1320px;
}

.blog-title-wrap {
  margin-top: 1rem;
}

.blog .nav-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.blog-link svg {
  margin-left: 0.5rem;
}

.blog-cat {
  color: #90cc84;
}

.blog-title {
  color: #3a5235;
  font-size: 19px;
  font-family: "Bitter-Regular", sans-serif;
}

.blog-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* End Blog */

.profile-wrapper .bread {
	color: #58585a;
}

.greyed {
  opacity: 0.5;
}

.highlight {
	color: #3a5235;
}

.profile-wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}

.profile-wrapper .flexer {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.profile-wrapper.bottom {
	display: block;
  margin-bottom: 0rem;
}

.author-name {
 font-family: Bitter;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3a5235;
}

.author-wrapper {
	margin-bottom:1rem;
}

.author-tagline {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #3a5235;
}

.author-about {
 font-family: Bitter;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3a5235;
}

.profile-wrapper .social-wrap {
    background: #90cc84;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.profile-wrapper .social-wrap a {
    padding: 13px;
    display: block;
    text-align: center;
}

.profile-wrapper .social-wrap img {
    height: 15px;
    width: 15px;
    display: block;
}

.profile-wrapper-grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}



.profile-wrapper img:not(.social) {
  border-radius: 999px;
  object-fit: cover;
  width: 6rem;
  height: 6rem;
}

.profile-wrapper.bottom img:not(.social) {
  width: 12rem;
  height: 12rem;
}

.profile-wrapper-block .container .inner {
  background: #f1f1ec;
  padding: 4rem;
}

.single-post .related-posts-block .container,
.single-post .profile-wrapper-block .container {
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
 

  .profile-wrapper-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }

 
}

.three-columns-heading {
	margin-bottom: 6rem;
}

.ma-video-wrapper {
  position: relative;
  min-height: 15rem;
  overflow: hidden;
}

.items-center {
  align-items: center;
}

.ma-video {
  object-fit: cover;
  width: 100%;
}

.ma-video-wrapper img {
  object-fit: cover;
  position: absolute;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 100%;
}

.hidden {
  display: none;
}

.ma-video-play-button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.ma-video-play-button svg {
  margin: 0 auto;
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  .ma-video-wrapper {
    margin-top: 5rem;
  }
}
