/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* facet template CSS */
#facet-wrapper {
	width: 32%; 
	display: inline-block; 
	vertical-align: top; 
	padding: 10px;
}
.facet-entry-title {
	line-height: 1.35;
	
#agama_slider h2.slide-title.animated{
    animation: none!important;
}
	
}
.slide-meta {display: none!important; }
.avia-content-slider .slide-entry-excerpt {
    display: none!important;
}

.av-image-caption-overlay-center {
    text-shadow: 0px 0px 0px black;
}
.av-masonry-date {
    display: none!important;
}
.post-meta-infos {
    display: none!important;
}

#myVideo {
   
    max-height: 500px;
}

/* Add video header to a specific page by ID */
.video_container { position:relative; }
.video_container video {
    position:relative;
    z-index:0;
}
.video_overlay {position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_overlay h1 {
	color: white;
	text-shadow: 2.5px 2.5px #000;
	font-size: 3.5vw;
	font-family: lato;
	
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}