/* more greyed background */
.postid-10214 #page-header-overlay,
.postid-8517 #page-header-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

/* change title width or font size */

.postid-16829 h1.page-title  {
  max-width: 900px;
}

/* instagram and media stuff */
.postid-8928 .entry-content .instagram-media,
.postid-8928 .entry-content .wp-video {
  margin: auto !important;
  padding-bottom: 25px;
}
.postid-10065 .wp-block-image figure img,
.postid-10065 .wp-block-image img {
  width: 750px;
}
.postid-10065 .wp-block-image {
  text-align: center;
}
iframe.instagram-media
{
  margin: auto !important;
  margin-bottom: 20px!important;
}

.entry-content .twitter-tweet {
  margin-left: 50%;
  margin-bottom: 25px;
  transform: translate(-50%);
}

/* password protected posts */
.postid-8551 .post-cats {
  display: none;
}
.postid-8551 #continue-reading-wrapper {
  display: none;
}

/* table modifications */
.postid-12125 .wp-block-table tbody {
  text-align: left !important;
}

/* pet landing post - 19233 */
.postid-19233 h1.post-title {
  max-width: 560px;
}

.postid-19233 .subscribe-section, .postid-19233 #continue-reading-wrapper, .postid-19233 .post-author-container {
  display: none;
}


/******************/
/* mobile changes */
/******************/

/* re position background in mobile */
@media screen and (max-width: 768px){
  .postid-15476 #page-header.archive-header {
    background-position: 0 0;
  }

  .postid-19233 h1.post-title {
    font-size: 32px;
  }
}