/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#banner {
  position: relative;
  padding-top: 156px;
  padding-bottom: 100px;
  color: white; }
  @media screen and (min-width: 769px) {
    #banner {
      padding-top: 186px; } }
  @media screen and (min-width: 1025px) {
    #banner {
      padding-bottom: 138px; } }
  @media screen and (min-width: 1141px) {
    #banner {
      padding-top: 196px;
      padding-bottom: 100px; } }
  #banner h1 {
    position: relative;
    padding-bottom: 1.75rem; }
    #banner h1:after {
      content: "";
      position: absolute;
      bottom: 0;
      height: 4px;
      background-color: #7dd449;
      width: 62px;
      left: 0; }

#breadcrumb {
  background-color: #f3f3f3;
  padding: 12px 0; }
  #breadcrumb nav {
    line-height: normal; }
    #breadcrumb nav p {
      line-height: normal;
      font-family: "Vend Sans", sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0 !important;
      padding: 0 0;
      color: #7dd449; }
      #breadcrumb nav p a {
        color: #292828; }
        #breadcrumb nav p a:hover {
          color: #7dd449; }
      #breadcrumb nav p .breadcrumb-separator {
        padding: 0 8px; }
        #breadcrumb nav p .breadcrumb-separator i {
          color: #292828;
          line-height: normal;
          font-size: 10px; }

#testimonials {
  background-color: #f9f9f9; }
  #testimonials .masonry-reviews {
    column-count: 1;
    column-gap: 1rem; }
    @media (min-width: 769px) {
      #testimonials .masonry-reviews {
        column-count: 2; } }
    @media (min-width: 1025px) {
      #testimonials .masonry-reviews {
        column-count: 3; } }
    #testimonials .masonry-reviews .masonry-item {
      margin: 0 0 1rem;
      display: inline-block;
      width: 100%;
      box-sizing: border-box; }
      #testimonials .masonry-reviews .masonry-item .review-card {
        background-color: white;
        border: 0; }
        #testimonials .masonry-reviews .masonry-item .review-card .stars {
          display: flex;
          justify-content: center;
          margin-bottom: 2rem; }
          #testimonials .masonry-reviews .masonry-item .review-card .stars i {
            margin-right: 5px;
            color: #f8b805;
            font-size: 24px; }
            #testimonials .masonry-reviews .masonry-item .review-card .stars i:last-of-type {
              margin-right: 0; }
        #testimonials .masonry-reviews .masonry-item .review-card .content p {
          margin-bottom: 1rem; }
          #testimonials .masonry-reviews .masonry-item .review-card .content p:last-of-type {
            margin-bottom: 0; }
        #testimonials .masonry-reviews .masonry-item .review-card .name {
          font-size: 18px;
          line-height: 1;
          font-weight: 700;
          margin-bottom: 0; }
