@charset "UTF-8";
/*!
 * Theme Name: VentCamp Child theme
 * Theme URI: http://ventcampwp.com
 * Template: ventcamp
 * Description: ultimate event theme
 * Tags: white, light, dark, two-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, flexible-header, theme-options, translation-ready
 * Text Domain: ventcamp
 * Author: Vivaco
 * Author URI: http://vivaco.com/
 * Version: 1.1
 * .
 * WordPress theme for events with extensive integrations, powerful options and extensive features and integrations
 *
 * DO NOT EDIT THIS FILE DIRECTLY, IT WILL BE OVERWRITTEN ON EACH THEME UPDATE!
 * please use theme's WP -> Customize -> Custom CSS or child themes to edit styles in a proper way
 *
*/

@import url("../ventcamp/cache/theme-style.css");


/* Gray Scale */
.sponsoren figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.sponsoren figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}


.lecture-icon-wrapper {display:none;}

.icon.icon-office-24 {display:none;}


.icon.icon-arrows-06 {display:none;}

.panel-collapse.collapse.in.schedule-item-body {display:none;


.fa.fa-calendar-o.base-clr-txt {display:none;}
.fa.fa-map-marker.base-clr-txt {display:none;}

.time highlight {padding-left:10px;}
.title {padding-left:10px;}

h3 {
 font-family: Caveat Brush;
}

/*
.fa-calendar-o:before {
    content: "am";
}

.fa-map-marker:before {
    content: "in";
}
*/



