/*
Theme Name: Theatre WP Child
Theme URI: 
Author: Curly Themes
Author URI: 
Description: Child Theme for Theatre WP Theme
Version: 1
Template: theatre-wp

*/
@import url("../theatre-wp/style.css");

@font-face {
    font-family: 'Celtic Garmond Pro';
    src: url('assets/fonts/Celtic_Garamond_Pro-Regular-webfont.woff2') format('woff2'),
         url('assets/fonts/Celtic_Garamond_Pro-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
	font-family: "Celtic Garmond Pro" !important;
}

.ct-main-navigation a {
	font-family: "Celtic Garmond Pro"; 
}

.wcs-timetable__compact-list .wcs-day__date {
	display:none !important;	
}

.wcs-timetable__container h2 {
	text-align: center;
}

.wcs-timetable__compact-list .wcs-class__title.wcs-modal-call {
	font-family: "Celtic Garmond Pro" !important;
}