/*
Theme Name: MEX: Evnt Child
Description: Evnt WordPress Theme
Author: Marcel Herrguth & Sabine A. Goebel
Design: Sabine A. Goebel
Theme URI: http://themeforest.net/user/Coffeecream/portfolio
Author URI: -
Template: evnt
Version: 1.1.1
License: ThemeForest Regular License
License URI: http://themeforest.net/licenses/regular
*/

/* Load Parent CSS */
@import url(/wp-content/themes/evnt-child/../evnt/style.css);

/* MEX-Customization starts here ... */

html {
	background-color: #fff !important;
}

/* FONTS */
@font-face { font-family: 'Quicksand-Regular';
             src: url(/wp-content/themes/evnt-child/fonts/Quicksand-Regular.otf) format('truetype');
}
@font-face { font-family: 'Quicksand-Light';
             src: url(/wp-content/themes/evnt-child/fonts/Quicksand-Light.otf) format('truetype');
             font-weight: light;
}
@font-face { font-family: 'Quicksand-Medium';
             src: url(/wp-content/themes/evnt-child/fonts/Quicksand-Medium.otf) format('truetype');
             font-weight: medium;
}
@font-face { font-family: 'Quicksand-Bold';
             src: url(/wp-content/themes/evnt-child/fonts/Quicksand-Bold.otf) format('truetype');
             font-weight: bold;
}

@font-face { font-family: 'Rubik-Regular';
             src: url(/wp-content/themes/evnt-child/fonts/Rubik-Regular.otf) format('truetype');
}
@font-face { font-family: 'Rubik-Light';
             src: url(/wp-content/themes/evnt-child/fonts/Quicksand-Light.otf) format('truetype');
             font-weight: light;
}
@font-face { font-family: 'Rubik-LightItalic';
             src: url(/wp-content/themes/evnt-child/fonts/Quicksand-Light.otf) format('truetype');
             font-weight: light;
			 font-style: italic;
}
@font-face { font-family: 'Rubik-Medium';
             src: url(/wp-content/themes/evnt-child/fonts/Rubik-Medium.ttf) format('truetype');
             font-weight: medium;
}
@font-face { font-family: 'Rubik-MediumItalic';
             src: url(/wp-content/themes/evnt-child/fonts/Rubik-MediumItalic.ttf) format('truetype');
             font-weight: medium;
			 font-style: italic;
}
@font-face { font-family: 'Rubik-Bold';
             src: url(/wp-content/themes/evnt-child/fonts/Quicksand-Bold.ttf) format('truetype');
             font-weight: bold;
}
@font-face { font-family: 'Rubik-BoldItalic';
             src: url(/wp-content/themes/evnt-child/fonts/Quicksand-BoldItalic.ttf) format('truetype');
             font-weight: bold;
}
@font-face { font-family: 'Rubik-Black';
             src: url(/wp-content/themes/evnt-child/fonts/Rubik-Black.ttf) format('truetype');
             font-weight: medium;
}
@font-face { font-family: 'Calligraphr-Regular_mex_test';
             src: url(/wp-content/themes/evnt-child/fonts/Calligraphr-Regular_mex_test.ttf) format('truetype');
}

/* Overall text styling */
body > ul > li > a{
        font-family: 'Quicksand-Regular' !important;
		
}

.wsmenu > ul > li > a{
        font-family: 'Rubik-Medium' !important;
		
		font-size: 12px;
}

h1, h1 a {
        font-family: 'Rubik-Black' !important;
		
}

h2, h3, h4,
h2 a, h3 a, h4 a, h5 a, h6 a {
        font-family: 'Rubik-Medium' !important;
		
}

h5 , h6 {
	font-family: 'Rubik-Medium' !important;
		
}



a {
	
}


