/*
Theme Name: TheGem 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
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
*/

/* Removing uppercase from headings */
h1,
.title-h1 {
	text-transform: none;
}
h2,
.title-h2 {
	text-transform: none;
}
h3,
.title-h3 {
	text-transform: none;
}
h4,
.title-h4 {
	text-transform: none;
}
h5,
.title-h5 {
	text-transform: none;
}
h6,
.title-h6 {
	text-transform: none;
}
.title-xlarge {
	text-transform: none;
}