/* # Emcien WordPress Theme
Theme Name: Emcien
Theme URI: http://emcien.com
Description: Created with ♥ for Emcien by James Rodewig.
Author: Emcien
Author URI: http://emcien.com

Version: 3.0

Template: genesis  
Template Version: 2.1.2 
*/


/* # Table of Contents
- Defaults
	- Typographical Elements
	- Headings
- Structure and Layout
	- Column Classes
	- Custom Classes
- Site Header
	- Title Area
	- Widget Area
- Footer Widgets
- Footer
*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background: #fff !important;
	color: #000;
	margin:0;
}

button,
input
textarea:focus,
.button {
	display: none !important;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 34px;
	margin: 0 0 60px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Column Classes
--------------------------------------------- */
.one-third.one-sixth-offset-left {
	clear: both;
	margin-left: 0;
	width: 31.623931623931625%;
}

.one-third.printright {
	margin-left: 2.564102564102564%;
	width: 65.81196581196582%;
}

.one-third.float-right.first {
	float: right;
	margin-left: 0;
}

.one-third.float-right.one-sixth-offset-right {
	clear: both;
	float: left;
	margin-left: 0;
	width: 31.623931623931625%;
}

.one-third.float-right.one-sixth-offset-right img,
.one-third.printright img {
	width: 100%;
}

.one-half {
	margin-left: 0;
	width: 100%;
}

/* ## Custom Classes
--------------------------------------------- */
.feature{
	padding-top: 20px;
}

h2.hero-feature {
	padding-top: 0px;
}

.overflow,
.overflow.printright {
	width: 100%;
}

.printright {
	float: right;
}

.well {
	height: auto;
}

.pricing tr.names th,
.pricing tr.prices td {
	background-color: #fff;
	border-right: 0;
	color: #000;
}

.hero {
	margin: 0 0 20px;
	max-width: 100%;
	text-align: left;
	width: 100%;
}

p.hero {
	padding-bottom: 20px;
}

.entry-content ul.hero,
ul.hero,
ul.team,
ul.box-nav,
.gform_wrapper,
a.rss.alignright,
.archive-pagination,
.pagination {
	display: none;
}

.single article {
	margin: 0 auto;
	width: 100%;
}

.archive .content article.entry, 
.page-template-page_blog-php.full-width-content .content article.entry {
	margin: 0 auto 20px;
	padding-bottom: 0px;
	width: 100%;
}



/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	border-bottom: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	margin-right: 10%;
}

.title-area,
.site-header .site-title {
	text-align: left !important;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	width: auto;
}

.genesis-nav-menu .menu-item {
	display: none;
}

.genesis-nav-menu .current-menu-item {
	display: block !important;
}

.genesis-nav-menu .current-menu-item > a {
	background: transparent;
}

.home-section h1 {
	margin-top: 0;
}



/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	display: none !important;
}


/* # Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background: #fff;
}

span.press {
	display: none;
}

span.privacy {
	display: none;
}

@page {
	orphans: 4;
	widows: 2;
}