/*****************************************************************************************************
* Post Single CSS: wpost (default 'post' post type) and others
******************************************************************************************************/

/* Containers
--------------------------------------------- */

.single-post .content-sidebar-wrap,
.single-bub_note .content-sidebar-wrap,
.single-bub_party .content-sidebar-wrap {
  /*margin-top: 10px;*/
}


/* Featured Image
--------------------------------------------- */

.single-post .featimg,
.single-bub_note .featimg,
.single-bub_party .featimg {
  margin: 0 0 25px;
}

.single-post .featimg__image,
.single-bub_note .featimg__image,
.single-bub_party .featimg__image {
  max-height: 600px;
  width: auto;
}

.single-post .bub-no-featured .featimg {
  display: none;
}

@media screen and (max-width: 500px) {
  
  .single-post .featimg,
  .single-bub_note .featimg,
  .single-bub_party .featimg {
    margin: 0 0 17px;
  }  
}


/* Post Title
--------------------------------------------- */

/* Entry Title */

.single-post .entry-title,
.single-bub_note .entry-title,
.single-bub_party .entry-title {
  margin: 15px 0 0;
}

.single-post .featimg__image,
.single-bub_note .featimg__image,
.single-bub_party .featimg__image {
  max-height: 700px;
  width: auto;
}

.single-post .featimg img,
.single-bub_note .featimg img {
  max-height: 650px;
  object-fit: cover;
  width: 100%;
}

