/*
 Theme Name:   GFEST
 Author:       Kriesi
 Template:     enfold
*/

/* Set placeholder to fade out when user click */
[placeholder]:focus::-webkit-input-placeholder {
	transition: opacity 0.15s 0.15s ease; 
	opacity: 0;
}

/* Set max width of grid row layout element */ 
.av-layout-grid-container {
max-width: 1310px;
 margin: 0px auto;
}

.image-overlay{
display: none !important;
}