/*
 * Theme Name:     p10x
 * Theme URI:      http://project10x.com/
 * Description:    Child theme of 'discover' v 1.7.7, a very neat and clean orange and white business theme. The theme is fully responsive that looks great on any device. The theme supports widgets. And features theme-options, threaded-comments and multi-level dropdown menu. A simple and neat typography. Uses WordPress custom menu, header image, and background. discover is WooCommerce Compatible. Parent theme support on http://antthemes.com/forum
 * Author:         Project 10X
 * Author URI:     http://project10x.com/
 * Template:       discover
 * Version:        0.1
 * */
@import url("../discover/style.css");

body {
    background: #ccc;
    font: normal 18px Arial, sans-serif;
    padding: 20px;
}

p {
	color: #666666;
	font-size: 22px;
	line-height: 120%;
}

h1 {
	color: #999999;
	line-height: 120%;
}

h3 {
	color: #666666;
	line-height: 120%;
}

h4 {
	color: #666666;
	line-height: 120%;
}

#footer-bar1 {
    display: none;
}

#copyright {
	content: '\00A9 2013 - 2016 Project10X. All rights reserved.';
}
p.flex-caption {
	color: white !important;
	font-weight: bold;
}

/* Blog styles */

body.blog #subhead_container h1 {
	display: none;
}

