/* --TWEAKS-- */

/* Service holder tile heading wasn't strong enough */
.c-wide-tiles__title { font-weight: 700; }
/* List items had too much padding */
.main-content ol li~li, .main-content ul li~li { margin-top: 4px; }

/* Basic content block image box shadow. */
.mintdesign__blocks__wysiwygwithimage__wysiwygwithimage img { box-shadow: 0 15px 80px 0 rgba(0,0,0,.15); }

/* Latest Tweaks */
.c-socials__list a{
  color: #EB2A2D;
}
.l-service-holder .section-title{
  margin-bottom: 0;
}
.c-wide-tiles__title {
  color: #333333;
}
@media (min-width: 992px){
  .c-childmenu{padding-top: 29px;}
}