
@media screen and (max-width: 768px) { 
 #MobileNav {
    overflow: scroll;
}
  .wrapper.main-content {
    padding-top:92px;
  }
}
@media only screen and (min-width: 769px){
  .wrapper.main-content {
    padding-top:88px;
  }
  header .site-nav__dropdown {
    max-height: 45vw;
    overflow-y: auto;
  }
}

.home-daily-log-row .featured-row__subtext span{
  display: flex;
  align-items: center;
}
.home-daily-log-row .featured-row__subtext span img {
  padding-bottom:0!important;
}
/* .lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity.3s} */


.premom-article-author-section {
  margin-top: 33px;
  display: flex;
  align-items: center;
  visibility: hidden;
  margin-bottom: 28px!important;
}
.premom-article-author-section h3, .premom-article-author-section h4, .premom-article-author-section h5, .premom-article-author-section p {
  margin:0;
  line-height: 20px;
}
.premom-article-author-section .premom-article-author__image-wrapper {
  margin-right: 17px;
  font-size: 0;
}
.premom-article-author__title {
  font-size:16px;
  font-family: HelveticaNeue-Medium, HelveticaNeue;
  font-weight: 500;
  color: #7D4699;
  line-height: 28px;
  text-align: left;
}
.premom-article-author__subtitle {
  font-size:14px;
  background: #F7F7F7;
  padding: 0 11px;
  line-height: 32px;
  color:#383838!important;
  margin: 0;
  width: fit-content;
}
.premom-article-author-section .premom-article-author__image img {
  width:80px;
  height:80px;
  object-fit: cover;
  border-radius: 6px;
}