/* Shame on us! 
 * For all the bad things that should be incorporated properly
  */


/* This is for the display of category tags at the bottom of single posts */
div.tags {
    padding-top: 30px;
}


/* Hm, this is for the about page headings as per request */
.page-template-about-page .heading--one {
text-align: center;!important /* if hacky  */
}

/* These are nasty hacks for the new team field groups and the add button (to exc;ude from flex calcs) */
#_imi_cmb2_about_team_repeat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#_imi_cmb2_about_team_repeat > .cmb-row:last-of-type {
    position: absolute;
    margin-top: -86px;
}

@media only screen and (max-width: 1636px) {
    #_imi_cmb2_about_team_repeat > .cmb-row:last-of-type {
      margin-left: 40px;
    }
  }

/* MC form tidy up #3441 */
#mc4wp-form-1 {
margin-bottom: 30px;
}
.subscribe__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ddd;
  opacity: 1; /* Firefox */
}

/* #3684 Blog archive pagination. Quick fix as we should "load more" */

.pagination {
text-align: center;
font-size: 1.6rem;
padding-bottom: 20px;
}
