.wps-projects{padding:5px 0;}
.wps-project_items{display:flex;flex-wrap:wrap;margin:0 -5px;}
.wps-project_item{position:relative;margin:0;background:#efecec;border:5px solid #fff;}
.wps-project_item-image{position:relative;display:block;padding-top:50%;overflow:hidden;}
.wps-project_item-image:before{content:"";position:absolute;z-index:2;left:0;top:0;right:0;bottom:0;background:#401b55;opacity:0;transition:opacity .5s;}
.wps-project_item-image:after{content:"\e03e";font-family:ETModules;font-size:36px;color:#fff;line-height:1;position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-90deg);opacity:0;transition:all .5s;}
.wps-project_item-image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:all .5s;}
.wps-project_item-content{padding:20px 25px;}
.wps-project_item-content h3{padding:0 0 10px;font-size:30px;font-weight:700;}
.wps-project_item-content .wps-project_item-categories{padding:0 0 3px;font-size:14px;}
.wps-project_item-content .wps-project_item-categories a:hover{text-decoration:underline;}
.wps-project_item-content .wps-project_item-meta{position:absolute;left:30px;bottom:25px;color:#888;}
.wps-project_item:hover .wps-project_item-image:before{opacity:.75;}
.wps-project_item:hover .wps-project_item-image:after{transform:translate(-50%,-50%) rotate(0deg);opacity:1;}
.wps-project_item:hover .wps-project_item-image img{transform:scale(1.1);filter:grayscale(1);}

.wps-project_items.wps-project_columns-2 .wps-project_item{width:50%;}
.wps-project_items.wps-project_columns-3 .wps-project_item{width:33.333333%;}
.wps-project_items.wps-project_columns-4 .wps-project_item{width:25%;}

.wps-project_items.wps-project_image-portrait .wps-project_item-image{padding-top:150%;}
.wps-project_items.wps-project_image-square .wps-project_item-image{padding-top:100%;}

.wps-projects .wps-loadmore{position:relative;display:table;margin:20px auto 40px;padding:10px 30px;min-width:240px;background:#dbac00;border-radius:5px;color:#fff;font-family:"Sofia Sans Condensed";font-size:20px;font-weight:500;text-align:center;transition:all .3s;}
.wps-projects .wps-loadmore:hover{background:#cb9c00;color:#fff;cursor:pointer;}
.wps-projects .wps-loadmore:before{content:"";position:absolute;top:50%;right:9px;margin-top:-12px;;width:24px;height:24px;background:#fff;border-radius:24px;box-sizing:border-box;display:none;}
.wps-projects .wps-loadmore:after{content:"";position:absolute;top:50%;right:12px;margin-top:-9px;;width:18px;height:18px;border:3px solid #dbac00;border-bottom-color:transparent;border-radius:18px;box-sizing:border-box;animation:wps_project_loadmore_spinner 1s infinite;display:none;}
.wps-projects .wps-loadmore.is_loading:before,
.wps-projects .wps-loadmore.is_loading:after{display:block;}
@keyframes wps_project_loadmore_spinner{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}

@media only screen and (max-width:980px) {
	.wps-project_items.wps-project_columns-3 .wps-project_item{width:50%;}
}
@media only screen and (max-width:600px) {
	.wps-project_items.wps-project_columns-3 .wps-project_item{width:100%;}
}

.wps-project_header .wps-project_header-container{margin:0 auto 20px;max-width:1170px;text-align:center;}
.wps-project_header .wps-project_header-container h1{font-size:48px;font-weight:700;}
.wps-project_header .wps-project_header-categories{font-size:14px;font-weight:600;text-transform:uppercase;}
.wps-project_header .wps-project_header-categories a:hover{text-decoration:underline;}
.wps-project_header-image{position:relative;display:block;padding-top:500px;overflow:hidden;}
.wps-project_header-image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}

