.pga-gallery-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}
.pga-gallery-filters button.pga-gallery-filter {
    border-radius: 0;
    border: none;
    outline: none;
    border-bottom: 1px solid #5c5c5c;
    font-size: 15px;
    padding: 0px 2px 7px 2px;
    color: #5c5c5c;
    background: #00000000;
    cursor: pointer;
    transition: 0.3s ease all;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;

}
.pga-gallery-filters button.pga-gallery-filter.active,
.pga-gallery-filters button.pga-gallery-filter:hover {
      color: #000000;
      border-bottom: 1px solid #000000;

}
div.pga-gallery-grid h2.pga-gallery-heading {
    font-size: 40px;
    margin-bottom: 10px;
    width: 100%;
}
.pga-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 28px 20px;
    flex-wrap: wrap;
}
.pga-gallery-row .pga-cta-banner {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    background: #12233b;
    padding: 48px;
    border-radius: 0;
}
.pga-gallery-row .pga-gallery-item {
    width: 23%;
}
.pga-gallery-row .pga-gallery-item img {
  border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pga-gallery-row .pga-gallery-item .pga-gallery-caption {
    display: flex;
    flex-direction: column;
}
.pga-gallery-row .pga-gallery-item .pga-gallery-caption span {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.pga-gallery-row .pga-gallery-item .pga-gallery-caption span.caption-suburb {
    font-weight: 400;
}
.pga-cta-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    text-align: center;
}
.pga-cta-inner h3 {
    font-size: 30px;
    width: 70%;
    line-height: 1.4;
    color: #fff;
}
.pga-gallery-loadmore-wrap button.pga-gallery-loadmore,
.pga-gallery-row .pga-cta-banner a.pga-cta-btn {
    text-decoration: none!important;
    color: #FFFFFF !important;
    border-width: 0!important;
    border-color: #0c71c3;
    border-radius: 8px;
    font-size: 18px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #0c71c3;
    padding: 12px 32px;
    cursor: pointer;
}
.pga-gallery-loadmore-wrap button.pga-gallery-loadmore:hover,
.pga-gallery-row .pga-cta-banner a.pga-cta-btn:hover{
       background-color: #d8b46e; 
}

.pga-gallery-loadmore-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pga-gallery-loadmore-wrap button.pga-gallery-loadmore {
    margin: 32px auto;
}

.pga-gallery-row .pga-gallery-item > a {
    aspect-ratio: 1 / 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}