/*****************************************************************************************************
* Party Single CSS: 'bub_party' post type
******************************************************************************************************/

/* Featured Image
--------------------------------------------- */

/* Set desktop vs. mobile featured image visibility. */

.single-bub_party .entry-header .featimg {
  display: none;
}

@media screen and (max-width: 1200px) {

  .single-bub_party .entry-header .featimg {
    display: block;
  }
  
  .single-bub_party .sidebar .featimg {
    display: none;
  } 
}


/* Content
--------------------------------------------- */

.single .bub-party-contact__title,
.single h2.bub-party-contact__title {
  font-size: 1rem;
  font-weight: bold;
  margin: 1.2em 0 0.3em;
}

ul.bub-party-contact__content {
  margin: 0;
}

.bub-party-contact__website--standalone::before {
  top: 0.38em;
}