﻿ /*
#region !!====={ Version Information }=====!!
%~%@ < 2.0000 > @%~%				// File Version
%~%# < 03/13/2017 > #%~%			// File Mod Date
%~%! < _Core CSS > !%~%             // Core Module
%~%^ < 2.0000 > ^%~%				// Minimum Core Version
#endregion ==================================
*/

/* Gallery */
.CatSubCats{text-align:center; width:100%; }
.galleryItemWrap{text-align:center; width:100%; }
.CatSubCat{display:inline-block; width:23%;margin:0.5%;text-decoration:none;color:#000;}
.CatSubCat__pos{}
.CatSubCat__imageWrap{width:100%; display:block;}
.CatSubCat__imageWrap img{width:100%; max-width:500px;}
.CatSubCat__caption{display: block;font-size: 1.8vw;font-weight: bold;margin-top: 1%;width: 100%;}

.CatPhotos{text-align:center; width:100%; }
.PhotoEntryThumb{display:inline-block; width:23%;margin:0.5%;text-decoration:none;color:#000;}
.PhotoEntryThumb__pos{}
.PhotoEntryThumb__imageWrap{width:100%; display:block;}
.PhotoEntryThumb__imageWrap img{width:100%; max-width:500px;}
.PhotoEntryThumb__caption{display: block;font-size: 1.2vw;font-weight: bold;margin-top: 1%;width: 100%;}

@media only screen and (max-width: 1000px) {
    .CatSubCat{width:49%;margin:0.5%;}
    .CatSubCat__caption{font-size:4vw;}
    .PhotoEntryThumb{width:49%;margin:0.5%;}
    .PhotoEntryThumb__caption{font-size:2.8vw;}
}