/*
Welcome to Custom CSS!
To learn how this works, see http://wp.me/PEmnE-Bt
*/
.postwrap ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.postwrap ul li {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
/* Fix heading sizes on desktop */
@media (min-width: 768px) {
  .entry-content h1, article h1 {
    font-size: 2.6em !important;
  }
  .entry-content h2, article h2 {
    font-size: 1.8em !important;
  }
}
/* Tighten line spacing on all headings */
.entry-content h1, .entry-content h2, .entry-content h3,
article h1, article h2, article h3 {
  line-height: 1.2 !important;
  margin-bottom: 15px !important;
}
/* Fix overlapping text and spacing for group photo caption */
.has-times-new-roman-font-family {
  line-height: 1.2 !important;
  margin-bottom: 5px !important;
}
/* Paragraph line height */
.entry-content p {
  line-height: 1.6 !important;
}
/* Mobile adjustments */
@media (max-width: 767px) {
  .entry-content h1, .entry-content h2, .entry-content h3,
  article h1, article h2, article h3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .entry-content p {
    line-height: 1.4 !important;
  }
}

/* Fix all images overflowing on mobile */
@media (max-width: 767px) {
  img, figure, .wp-block-image, .wp-block-image img, figure img {
    max-width: 100vw !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
  }
}

/* Force Register Now button red on all screens */
.wp-block-button__link {
  background-color: #cc0000 !important;
  color: white !important;
  text-align: center !important;
}

.wp-image-14502 {
   max-width: 100% !important;
   height: auto !important;
}

.home .entry-title {
    display: none;
}

.home .entry-title,
.home h1.entry-title {
    display: none !important;
}

/* Red phone number - tel link */
.plus-navigation-menu .navbar-nav > li > a[href^="tel:"] {
    color: #E41314 !important;
}



#oc-masterclass-link a:hover {
    border: 2px solid #EAB3E5 !important;
}