.items__grid-item { background: #CCC; margin-bottom: 30px; display: block; height: 301px; border-radius: 0; text-decoration: none !important; position: relative; overflow: hidden; }
	.items__grid-item a { display: block; text-decoration: none; }
	.items__grid-item .thumb { position: absolute; z-index: 1; width: 100%; height: 301px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
	.items__grid-item .thumb img {}
	.items__grid-item-text { padding: 10px 20px 2px 20px; color: #FFF; background-color: rgba(0,0,0,0.4); position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; min-height: 10px; transition: min-height 0.5s; text-align: center; }
	.items__grid-item h2 { display: block; margin: 0 0 10px 0; font-size: 23px; text-align: center; color: #FFF; letter-spacing: 1px; }
	.items__grid-item-subtitle { overflow: hidden; font-size: 16px; padding: 0 0 8px 0; padding: 0; opacity: 0; height: 0; transition: opacity 0.54s, height 0.54s; transition-delay: 0.35s; }
	.items__grid-item-subtitle span { font-weight: 500; }
	.items__grid-item-description { overflow: hidden; padding: 0; height: 0; opacity: 0; transition: opacity 0.54s, height 0.54s; transition-delay: 0.35s; font-weight: 400; font-size: 14px; }
	.items__grid-item-readmore { font-size: 15px; text-transform: uppercase; margin: 15px 0 0 0; padding: 8px 14px; width: 135px; text-align: center; border: none; color: #FFF; border-radius:5px; background-color:#f1592a;font-family: 'Acrylic Hand Sans',sans-serif;;background-position: right 17px top 12px; margin-left: auto; margin-right: auto;; }
	.items__grid-item:hover .items__grid-item-text { min-height: 100%; }
	.items__grid-item:hover .items__grid-item-description { overflow: visible; opacity: 1; padding-top: 10px; }
	.items__grid-item:hover .items__grid-item-subtitle { overflow: visible; opacity: 1; height: auto; }