/*Facts*/
/* adjust as needed - the vertical space between gallery items */
.cbp-item {height: 250px!important;}

/* add a dot to the class (column width) you want to use to start - under 1200px is responsive */
@media only screen and (min-width : 1200px) {
    gallery-category { width: 100%; padding: 0;} /*1 col*/
    gallery-category { width: 48.972%; padding: 0;} /*2 cols*/
    gallery-category { width: 32.254%; padding: 0;} /*3 cols*/
    gallery-category { width: 23.895%; padding: 0;} /*4 cols*/
    .gallery-category { width: 18.879%; padding: 0;} /*5 cols*/
    gallery-category { width: 15.537%; padding: 0;} /*6 cols*/
}

/*misc*/
#gallery .cbp-filter-item { margin: 0 10px 13px 0px !important; }
oceanage-grid .cbp-item { height: 250px; }
gallery-category { width: 18.875%!important; }
.content-row-grey h3 {margin-bottom: 2rem;}
.content-row-grey p {margin: 0 0 10px;}
hr {border-color: #dadfe1; height: 60px;}
.caption{line-height:1.3;margin-top:4px;}