/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

body.home .gem-tta.gem-tta-general.gem-tta-accordion .gem-tta-panel-body { padding: 10px 50px 50px 50px; }
body.home .gem-tta.gem-tta-general.gem-tta-accordion .gem-tta-panel-body img { display: block; }

body.home .quickfinder-item-info .quickfinder-description p.programma { font-size: 12.35px; text-align: center; text-transform: uppercase; }
body.home .quickfinder-item-info .quickfinder-description p.programma.first { padding-top: 20px; }

/* prevent black background from appearing before Vimeo video */
.elementor-background-video-embed {
opacity: 1;
animation-name: fadeInOpacity;
animation-iteration-count: 1;
animation-timing-function: ease-in;
animation-duration: 4s;
}

@Keyframes fadeInOpacity {
0% {
opacity: 0;
}
80% { opacity:0;
}
100% {
opacity: 1;
}
}