/* 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  :)  */
/* 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-bottom: 35px; }
  #banner .banner-sm {
    display: block !important; }
    @media (min-width: 769px) {
      #banner .banner-sm {
        display: none !important; } }
  #banner .banner-desktop {
    display: none !important; }
    @media (min-width: 769px) {
      #banner .banner-desktop {
        display: block !important; } }
  #banner .bg-img {
    object-position: center;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover; }
    @media (min-width: 769px) {
      #banner .bg-img {
        object-position: center top; } }
  #banner .row {
    min-height: 75vh; }
    #banner .row .banner-content {
      padding-top: 156px;
      padding-bottom: 50px; }
      @media screen and (min-width: 1025px) {
        #banner .row .banner-content {
          padding-top: 200px;
          padding-bottom: 50px; } }
      #banner .row .banner-content h1 {
        color: black;
        margin-bottom: 0; }
        @media screen and (min-width: 1025px) {
          #banner .row .banner-content h1 .underline {
            text-underline-offset: -24px; } }
  #banner .breadcrumb {
    background: transparent; }
    #banner .breadcrumb nav {
      padding: 0 12px; }
      #banner .breadcrumb nav p {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        letter-spacing: 1.76px;
        text-transform: uppercase;
        margin: 0 !important;
        padding: 0 0;
        color: #577a8b;
        font-weight: 600; }
        #banner .breadcrumb nav p a {
          color: black; }
          #banner .breadcrumb nav p a:hover {
            color: #577a8b; }

#intro h2,
#intro h3 {
  color: black; }

.gallery {
  padding-bottom: 100px;
  position: relative; }
  .gallery .section-title {
    font-family: "Playfair Display", serif;
    padding: 0;
    text-align: center;
    width: 100%;
    /* or fixed width */
    overflow: hidden; }
    .gallery .section-title p {
      color: rgba(26, 145, 109, 0.15);
      line-height: 1;
      font-size: clamp(75px, 16vw, 200px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    @media (min-width: 1640px) {
      .gallery .section-title {
        width: auto;
        position: absolute;
        top: 185px;
        left: -8.5%;
        transform: rotate(-90deg) translate(-100%, 0);
        transform-origin: top left; }
        .gallery .section-title p {
          font-size: clamp(100px, 16vw, 120px);
          line-height: 1.2; } }
    @media (min-width: 1740px) {
      .gallery .section-title {
        left: -12.5%; }
        .gallery .section-title p {
          font-size: clamp(100px, 16vw, 175px); } }
    @media (min-width: 1840px) {
      .gallery .section-title {
        left: -16.5%; }
        .gallery .section-title p {
          font-size: clamp(100px, 16vw, 175px); } }
  .gallery .filter-lable {
    text-align: center;
    color: #577a8b;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.76px;
    margin-bottom: 1.5rem;
    line-height: 1.25; }
  .gallery .gallery-cats {
    padding: 0;
    margin: 0 0 3rem 0;
    text-align: center; }
    .gallery .gallery-cats li {
      padding: 0;
      margin: 0 1rem 1rem 0;
      display: inline-block;
      cursor: pointer;
      opacity: 0.46;
      background-color: #577a8b;
      color: white;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 1.76px;
      min-width: 185px;
      padding: 1rem 10px; }
      .gallery .gallery-cats li:before {
        display: none; }
      .gallery .gallery-cats li:hover {
        opacity: 1;
        background-color: #577a8b; }
      .gallery .gallery-cats li.active {
        opacity: 1;
        background-color: #577a8b; }
  .gallery .grid {
    display: none; }
    .gallery .grid.all {
      display: flex; }
    .gallery .grid .img-col {
      overflow: hidden;
      padding: 8px; }
      .gallery .grid .img-col a {
        overflow: hidden;
        position: relative; }
        .gallery .grid .img-col a:after {
          content: "\e916";
          font-family: "standard-icons" !important;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(87, 122, 139, 0.7);
          display: flex;
          justify-content: center;
          align-items: center;
          opacity: 0;
          font-size: 66px;
          color: white; }
        .gallery .grid .img-col a:hover:after {
          opacity: 1; }
        .gallery .grid .img-col a img,
        .gallery .grid .img-col a picture {
          width: 100% !important;
          max-width: 100% !important; }
  .gallery .load-wrap {
    text-align: center; }
    .gallery .load-wrap .ajax-loading {
      margin: 0 auto;
      display: none; }
    .gallery .load-wrap .load-more {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      letter-spacing: 1.76px;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 1.2;
      padding: 22px 2rem;
      border-radius: 0;
      font-weight: 600;
      box-shadow: 0px 3px 6px #00000029;
      color: #fdfdfd;
      background-color: #577a8b;
      cursor: pointer;
      width: 175px;
      margin: 3rem auto 0 auto;
      display: none; }
      .gallery .load-wrap .load-more:hover {
        color: rgba(253, 253, 253, 0.55); }
      .gallery .load-wrap .load-more.all {
        display: block; }
