/*
 Theme Name:   MENALIB (ULB)
 Description:  Theme für die Website menalib.de 
 Author:       Daniel Brenn, Henry Gerlach, Axel Bauer
 Author URI:   mailto:axel.bauer@bibliothek.uni-halle.de
 Template:     twentyeleven
 Version:      1.2.5
*/

/* @see: https://codex.wordpress.org/Child_Themes */

/** CUSTOM STYLES FROM HERE **/


/*
FONTS
*/


@import url("css/fonts/roboto-condensed-fontfacekit/stylesheet.css");
@import url("css/fonts/roboto-fontfacekit/stylesheet.css");
@import url("css/fonts/roboto-slab-fontfacekit/stylesheet.css");



/* 
	reset-twentyeleven.css: 
	- styles that reset rubbish from the parent theme twentyeleven 

*/
@import url("css/reset-twentyeleven.css");


/* 
	child-theme.css: 
	- contains all global definitions that make the child theme unique  

*/
@import url("css/child-theme.css");


/* 
	post-content.css: 
	- contains all definitions needed for posts and pages 
	- that's the stuff you write in the Wordpress backend 

*/
@import url("css/post-content.css");

/* 
	special-post-content.css: 
	- contains special definitions for single posts
	- usually starting with #post-6412 .xxx .yyy{}

*/
@import url("css/special-post-content.css");

/*
	discovery-search.css 
	
*/
@import url("css/discovery-search.css");


@import url("css/external-searches.css");


/*
	qtranslate language chooser
	
*/
@import url("css/qtranslate.css");

/*
	Styles for all stuff concerning The Events Calendar plug-in by Modern Tribe
	https://theeventscalendar.com/
*/

@import url("css/ecs-event.css");

/*
	Styles redefining forms and layouts created with the Quiz And Survey Master plug-in 
	https://quizandsurveymaster.com
*/

@import url("css/quizzes-surveys-plugin.css");


/*
	Styles redefining forms and layouts created with the Zotpress plug-in 
	https://de.wordpress.org/plugins/zotpress/
*/

@import url("css/zotpress-plugin.css");


/*
	Styles redefining forms and layouts created with the wpdevart countdown plug-in 
	https://de.wordpress.org/plugins/zotpress/
*/

@import url("css/wpdevart-countdown.css");




/*
	Styles redefining form für submitting MENAdoc publication
*/

@import url("css/menadoc-form.css");
