/** SKIN Classic **/

.gridzy {
	margin: 30px 0;	
}

/* all gallery items (children of the main container element) */

.gridzySkinClassic > .gridzyItem {
	overflow: hidden;
	max-width: 500px;
	height: auto !important;
}

.gridzySkinClassic > .gridzyItem figure {
	display: block;
	width: 100%;
	height: 100%;
}

/* search field */

.gridzySearchField-wrapper {
	margin: 30px 0;
	display: block;
	width: 100%; 
	max-width: 500px;
}

#gridzySearchField {
	display: block;
	width: 100%;	
	margin: 0;
	padding: 6px 8px;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 1rem;
	font-family:'Neue Haas Unica W04 Regular';	
	background: #f6f6f6;	
}

#gridzySearchField:focus {
	color: #000;
	background: #fff;
	-moz-outline:0;	
	outline: 0;
}

/* filter */

#gridzyFilter  {
	margin: 10px 0 0 0;
}

#gridzyFilter button {
	display: inline-block;
	font-size: 1rem;
	border-radius: 0;
	border: 0;
	padding: 5px 8px;
	margin: 0 1px 5px 0;
	background: #eee;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s;
	font-size: .9rem;
}

#gridzyFilter button:focus {
	border: 0; outline: 0; -moz-outline:0;
}

#gridzyFilter button:focus, #gridzyFilter button:hover, #gridzyFilter button.selected {
	background: #22536D;
	color: #fff;	
}

/* all gallery captions (just create your own style) */

.gridzySkinClassic .gridzyCaption {
	margin: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2rem 1rem;
	box-sizing: border-box;
	transition: opacity .3s;
	overflow: auto;
	background: rgba(0,0,0,.4);
	color: #fff;
	display: flex;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.1rem;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

/* the mouseover status of all captions */
.gridzySkinClassic > .gridzyItem:hover .gridzyCaption {
	background: rgba(219,62,119,.6);		
}
