/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*
.footerModule h2, .mainNav li.current-menu-item a, nav.mainNav .current_page_item a, nav.mainNav li a:hover, .flex-active-slide .navDescription, div.pageInfo, .special li, .pricing .price, .special .description, .postThumbDate, .dd_news_widget .viewall a:hover, .dd_trainers_widget .viewall a:hover, .dd_classes_widget .viewall a:hover, .difficultyLevel {
	background: #F4A700;
}

div.logo {
	width: auto;
	margin-top: 15px;
	text-align: center;
}

div.logo img {
	margin-top: -10px;
	margin-left: -35px;
	position: absolute;
	z-index: -1;
	opacity: .7;
}

div.logo span {
	color: #111;
}

nav.mainNav li a {
	padding: 46px 12px;
	font-size: 14px;
}*/