{# STYLE #}

h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.215;
}
#thank-you-message {
      display: none;
      font-family: AvenirNextLTW01-Regular,serif;
      font-size: 1.05em;
      color: #33475b;
      margin-top: 20px;
    }

.webinar-datetime {
  border-top: 1px dotted var(--color-green);
  border-bottom: 1px dotted var(--color-green);
  padding-bottom: 10px;
  }

  .webinar-datetime p { border-bottom: 5px solid var(--color-green); padding-bottom: 10px; }
  
  .webinar-datetime_day,
  .webinar-datetime_time {
    display: block;
    font-family:"Avenir Next LT W01 Bold";
    }

.webinar-presenter_pic img { border: 2px solid rgba(0,0,0,.1) }



{# STRUCTURE #}

.post-author {
  align-items: center;
  }

.webinar-details {
  flex-direction: column-reverse;
  }



@media (min-width:767px) { /* wide screens */
  
  .post-author { 
    flex-direction: column;
    align-items: start;
    }
  
  .webinar-details {
    flex-direction: row;
    }

  .webinar_info { 
    width: 60%;
    margin-right: 5%;
    }

  .webinar_form {
    width: 35%;
    }
  
}

@media (min-width: 1200px) { /* supa wide screens */
  
  
  h1.tighten { width: 60% }
  
  
 }