/*
Theme Name: Hatch Child Theme
Theme URL: http://themedy.com/themes/hatch
Description: Announce your upcoming product or event in style.
Author: Themedy
Author URI: http://www.themedy.com
Version: 1.1
Template: genesis
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
	- Flickr
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
- Site Navigation
	- Primary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Page Templates
	- Portfolio
	- Homepage
- Mobile Menu
- Media Queries
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

button,hr{overflow:visible}img,legend{border:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font:inherit;margin:0}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:ButtonText dotted 1px}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}optgroup{font-weight:700}

/* ## Box Sizing
--------------------------------------------- */

* {
	box-sizing: border-box;
}

*:before, 
*:after { 
	box-sizing: inherit; 
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.section:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.section:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* ## PACE (page load)
--------------------------------------------- */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 50%;
  background: #ddd;
  border-radius: 2px;

  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 100%;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #0091ea;
}

.pace.pace-inactive {
  display: none;
}

#cover {
	position: fixed; 
	height: 100%; 
	width: 100%; 
	top: 0; 
	left: 0; 
	background: #eee; 
	z-index:1999;
}

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

body {
	background-color: #fff;
	color: #333;
	font-family: Roboto Slab, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 2;
	margin: 0;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.flickr_badge_image img,
.portfolio-thumb img,
.entry-title a:before {
	-webkit-transition: all 0.22s ease-out;
	-moz-transition:    all 0.22s ease-out;
	-ms-transition:     all 0.22s ease-out;
	-o-transition:      all 0.22s ease-out;
	transition:         all 0.22s ease-out;
}

::-moz-selection {
	background-color: #29659d;
	color: #fff;
}

::selection {
	background-color: #29659d;
	color: #fff;
}

a {
	color: #417347;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 32px;
	padding: 0;
}

p:last-child {
	margin: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 32px;
	color: #777;
}

.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #010101;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 40px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input[type="search"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	font-size: 18px;
	font-weight: 400;
	padding: 16px 24px;
	width: 100%;
	border-radius: 4px;
}

input:focus,
textarea:focus {
	border-color: #bbb;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(100,100,100,.2);
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #aaa;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #aaa;
	font-weight: 300;
}

.archive-pagination a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button { 
	background-color: #417347;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: 1.8;
}

.entry-content .button {
	margin: 5px 0;
}

.archive-pagination a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	padding: 12px 40px;
	width: auto;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 500;
	border-radius: 30px;
	text-shadow: 0px 1px 0px rgba(0,0,0,.1);
	box-shadow: none;
}

.archive-pagination a,
.form-submit #submit,
.button.btn-info {
	background-color: #343434;
}

.site-footer button,
.site-footer input[type="button"],
.site-footer input[type="reset"],
.site-footer input[type="submit"],
.site-footer .button {
	border-radius: 0 5px 5px 0;
}

.button.btn-primary {
	background-color: #0091ea;
}

.button.btn-danger {
	background-color: #d0574e;
}

.archive-pagination a:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	color: #fff;
	box-shadow: inset 0px 0px 50px 0px rgba(255,255,255,0.2), inset 0px 0px 3px 2px rgba(0,0,0,0.2);

}

.archive-pagination a:active,
button:active,
input:active[type="button"],
input:active[type="reset"],
input:active[type="submit"],
.button:active {
	-moz-transform: scale(0.98);
	-ms-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
	box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.2);
	top: auto;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


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

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1000px;
}

body.blog.full-width-content .site-inner,
body.single.full-width-content .site-inner,
body.page-template-default.full-width-content .site-inner { 
	max-width: 760px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
	padding-bottom: 40px;
}

.site-container {
	overflow: hidden;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

#content,
.content {
	float: right;
	width: 700px;
}

.content-sidebar .content,
.content-sidebar #content {
	float: left;
}

.full-width-content .content,
.full-width-content #content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 260px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.full-width-content  .sidebar-primary,
.full-width-content  .sidebar-secondary {
	width: 100%;
	float: none;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
	border-radius: 5px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 16px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box,
#respond, 
pre {
	background-color: #f9f9f9;
	font-size: 16px;
	padding: 30px;
	border-radius: 5px;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input {
	margin: 5px 0;
}

.search-form input[type="submit"] {
	width: 100%;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	margin: 0;
}

.entry-title {
	font-size: 36px;
	font-weight: 700;
}

.page-title {
	font-weight: 400;
}

.t-featuredarea .tagline p {
	padding-bottom: 20px;
}

.comment-header a,
.comment-reply-link,
.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.comment-header a:hover,
.comment-reply-link:hover,
.entry-title a:hover {
	color: #999;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.entry:hover a:before {
	opacity: 1;
}

.entry-title a:before {
	content: '\2192';
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #ccc;
	opacity: 0;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.animate {
	visibility:visible\9 !important; /*ie*/
}
#cover, .pace {
	display: none\9 !important;
}


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

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
}

/* ## Flickr
--------------------------------------------- */

.flickr_badge_image {
	float: left;
	margin: 4px 8px 4px;
	overflow: hidden;
}

.flickr_badge_image img {
	display: inline;
	width: auto;
}

.flickr_badge_image img:hover {
	opacity: .7;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #417347;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


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

.site-header {
	position: absolute;
	top: 0;
	width: 100%;	
	z-index: 9;
}

.site-header .wrap {
	padding: 60px 0 25px 0;
}

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

.title-area {
	float: left;
}

.site-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

.header-image .site-title > a {
	float: left;
}

.site-title {
	margin-bottom: 0;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	margin: 0 15px;
	line-height: 22px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ebaa44;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	padding: 0;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
	border-radius: 4px;
	padding: 10px 0;
	margin-top: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.15);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.15);
  	box-shadow: 0 5px 10px rgba(0,0,0,.15);
	
}
.genesis-nav-menu .sub-menu a {
	background-color: transparent;
	border: none;
	font-size: 14px;
	padding: 10px 15px;
	position: relative;
	margin: 0;
	text-transform: none;
	display: block;
	line-height: 1.1;
	width: 160px;
	text-align: center;
}

.genesis-nav-menu .sub-menu > li:last-child > a {
	border: none;
}

.genesis-nav-menu .sub-menu > li:last-child > a {
	border: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 0;
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	margin-left: -80px;
    left: 50%;
	opacity: 1;
}

.genesis-nav-menu .sub-menu > .menu-item:hover > .sub-menu {
	left: 0;
	margin-left: -170px;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}
.genesis-nav-menu .sub-menu:before {
	content: '';
	height: 20px;
	width: 100%;
	display: block;
	position: absolute;
	top: -10px;
}
.genesis-nav-menu .sub-menu:after {
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    top: -5px;
    content: '';
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
.genesis-nav-menu .sub-menu .sub-menu:before {
	height: 100%;
	width: 20px;
	top: 0;
	right: -10px;
	left: auto;
}
.genesis-nav-menu .sub-menu .sub-menu:after {
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
	top: 22px;
	margin-top: 0;
	margin-left: 0;
    left: 100%;
    content: '';
    position: absolute;
}


/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu > .menu-item {
	position: relative;
	margin: 0 -15px 0 15px;
	*float: left; /*ie7*/
	*margin: 0; /*ie7*/
	*padding: 7px 0; /*ie7*/
}

.nav-primary .genesis-nav-menu > .menu-item:first-child::before {
	display: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #444;
	font-size: 13px;
	font-weight: normal;
	text-shadow: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background: #efefef;
	color: #222;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fcffb2;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
	color: #666;
	font-size: 90%;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 18px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #417347;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,.entry-comments
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 0 0 16px;
}

#comments .comment-respond {
	padding: 40px 40px 16px;	
}

.entry-comments {
	margin-bottom: 40px;
}

#comments > h3, #reply-title {
	font-size: 32px;
	font-weight: 700;
}

.comment-header {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-left: -48px;
}

.comment-meta {
	margin-bottom: 28px;
	display: none;
}

li.comment {
	border-top: 2px solid #f5f5f5;
}

.comment-content {
	clear: both;
	margin-bottom: 5px;
}

.comment-list li {
	margin-top: 30px;
	padding: 30px 0 0 0;
}

.comment-list li li {
	padding: 30px 0 0 48px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	font-weight: 400;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	font-size: 14px;
}

.comment-reply-link, 
#cancel-comment-reply-link {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

#cancel-comment-reply-link {
	float: right;
	margin-left: 10px;
}

.comment-list #respond {
	margin-top: 32px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}



/* # Site Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	overflow: hidden;
	position: relative;
}

.site-footer {
	background-color: #fcffb2;
	clear: both;
	color: #222;
	color: rgba(0,0,0,.4);
	font-size: 16px;
	line-height: 1;
	padding: 140px 0 130px;
	text-align: center;
	position: relative;
}

.site-footer .wrap > p {
	margin-top: 40px;
}

#footer:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #ffffff transparent transparent transparent;
	z-index:9;
}

.site-footer h1, 
.site-footer h2, 
.site-footer h3 {
	color: #000;
	color: rgba(0,0,0,.6);
}

.site-footer a {
	color: #222;
	color: rgba(0,0,0,.5);
	border-bottom: dotted 1px rgba(0,0,0,.25);
}

.site-footer a:hover {
	color: #000;
}

.site-footer .lead-title {
	margin-bottom: 40px;
}

.lead-content {
	margin-bottom: 80px;
	line-height: 1.5;
}

.lead-content p:last-child {
	margin: 0;
}

.updates {
	width: 100%;
	max-width: 530px;
	margin: 0 auto 50px;
}

.updates input {
	margin: 5px 0;
}

.subscribe_form {
	position: relative;
}

.subscribe_form .email {
	padding-right: 200px;
	height: 60px;
	border: 1px solid rgba(0,0,0,.2);
}

.subscribe_form .subscribe {
	position: absolute;
	right: 0;
	top: 0 !important;
	width: 160px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	height: 60px;
}

.social-list a {
	width: 42px;
	height: 42px;
	padding-top: 10px;
	padding-left: 2px;
	text-align: center;
	display: inline-block;
	border: 2px solid rgba(0,0,0,.6);
	border-radius: 100%;
	margin: 4px;
	opacity: .6;
	font-size: 18px;
}

.social-list a:hover {
	opacity: 1;
	color: rgba(0,0,0,.5);
}

.social-list a:active {
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}


/* # Page Templates
---------------------------------------------------------------------------------------------------- */

/* ## Portfolio
--------------------------------------------- */

.portfolio-teaser {
	margin-bottom: 32px;
	font-size: 14px;
}

.portfolio-thumb {
	background: url(images/graphic-portfolio_link.png) no-repeat center;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 32px;
	max-width: 100%;
	text-align: center;
	line-height: 0;
	border-radius: 5px;
}

.portfolio-thumb img {
	display: inline-block;
	margin: 0;
	border-radius: 5px;
}

.portfolio-teaser:hover img {
	opacity: .25;
}

.portfolio-teaser h2.portfolio-title,
.portfolio-teaser h2.portfolio-title a {
	font-size: 24px;
}

/* ## Homepage
--------------------------------------------- */

.t-featuredarea {
	position: relative;
	background-color: #2f3132;
}

.t-featuredarea a {
	color: #fcffb2;	
}

.t-featuredarea #lightshow {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.t-featuredarea:before, .t-featuredarea:after {
	height: 0;
	border-style: solid;
	width: 50%;
	border-width: 0 25px 25px 0;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	-webkit-transform:rotate(360deg);
	z-index: 4;
}

.t-featuredarea:after {
	border-width: 0 0 25px 25px;
	left: 50%;
}

.t-featuredarea .wrap {
	color: #fff;
	text-shadow: 0px 2px 0px rgba(0,0,0,.1);
	padding: 180px 0 120px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.t-featuredarea h1, .t-featuredarea h2, .t-featuredarea .page-title {
	color: #fff;
	font-size: 54px;
	margin-bottom: 20px;
}

.t-featuredarea h1 strong {
	font-weight: bold;
	color: #fcffb2;
}

.t-featuredarea p {	
	padding: 0 100px 0;
	font-size: 18px;
	line-height: 32px;
}

.t-featuredarea .button {
	text-transform: uppercase;
	background: none;
	border: 3px solid #f9ff66;
	padding: 8px 24px;
	font-size: 16px;
	font-weight: bold;
}

.t-featuredarea .button:hover {
	box-shadow: none;
	background: #f9ff66;
	color: #444;
	text-shadow: none;
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.t-featuredarea .button:before {
	content: "+";
	font-weight: bold;
	padding-right: 17px;
	font-size: 150%;
	line-height: 18px;
}

.t-features {
	border-top: 1px solid #e3e4e5;
	padding: 80px 0 100px;
	text-align: center;
	position: relative;
}

.t-features .t-feature {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	border-radius: 5px;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition:    background-color 0.5s ease-out;
	-ms-transition:     background-color 0.5s ease-out;
	-o-transition:      background-color 0.5s ease-out;
	transition:         background-color 0.5s ease-out;
}

.t-features .feature-content {
	padding: 0 10px;
}

.t-features .t-feature:hover {
	background: #f9f9f9;
}

.feature-image {
	margin-bottom: 20px;	
}

.home-template .entry {
	text-align: center;
	padding: 40px 0;
}

#lightshow, .overlay, #output {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#video {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	max-width: none;
	max-height: none;
}

.vignette {
	background-image: -webkit-radial-gradient(50% 50%, ellipse, rgba(0,0,0,0.2) 40%, rgba(0,0,0,.5) 100%);
	background-image: -moz-radial-gradient(50% 50%, ellipse, rgba(0,0,0,0.2) 40%, rgba(0,0,0,.5) 100%);
	background-image: radial-gradient(50% 50%, ellipse, rgba(0,0,0,0.2) 40%, rgba(0,0,0,.5) 100%);
	background-color: rgba(0,0,0,.5);
	pointer-events: none;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.noise {
    background-image: url(images/noise.png);
    opacity: 0.2;
	display: none \9; /*ie*/
}

#countdown {
	text-align: center;
	margin: 70px 0 60px 0;
	min-height: 104px;
}

#countdown > div {
	width: 14%;
	margin: 0 1%;
	display: inline-block;	
	font-size: 68px;
	line-height: 52px;
	position: relative;
	font-weight: 700;
}

#countdown span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}



/* # Mobile Menu
---------------------------------------------------------------------------------------------------- */

.browser-menu-on .toggle-menu {
	display: block;
}

.mm-opened #mm-blocker {
	background: rgba( 0, 0, 0, 0 );
	transition: background .5s ease 0.05s;
	cursor: pointer;
}

.mm-opening #mm-blocker {
  	background: rgba( 0, 0, 0, 0.25 );
  	transition: background 1s ease 0.25s;
}

.mm-list > li.current-menu-item > a, .mm-list > li.current-menu-item > span, .mm-list a:hover {
	color: #fff;
}

.toggle-menu {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	float: right;
	width: 24px;
	height: 18px;
	padding: 8px 0 0 0;
	display: none;
	position: relative;
	cursor: pointer;
	margin-top: 5px;
}

.toggle-menu:hover {
	opacity: .8;
}

.toggle-menu .navicon, 
.toggle-menu .navicon:before, 
.toggle-menu .navicon:after {
	transition: background 0s .5s, top .3s .7s, transform .3s .4s;
}

.toggle-menu .navicon, 
.toggle-menu .navicon:before, 
.toggle-menu .navicon:after {
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
	display: block;
	position: relative;
}

.toggle-menu .navicon:before {
	top: -6px;
	position: absolute;
}

.toggle-menu .navicon:after {
	top: 6px;
	position: absolute;
}

.toggle-menu.active .navicon:before, 
.toggle-menu.active .navicon:after {
	transition: top .3s .4s, transform .3s .7s;
}

.toggle-menu.active .navicon {
	background: none;
}

.toggle-menu.active .navicon:before {
	top: 0;
	transform: rotate(-45deg);
}

.toggle-menu.active .navicon:after {
	top: 0;
	transform: rotate(45deg);
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	#content,
	.content {
		width: 560px;
	}

	.sidebar-primary {
		width: 200px;
	}

}

@media only screen and (max-width: 860px) {
	
	.comment-header {
		margin-left: 0;
	}
	
}

@media only screen and (max-width: 820px) {

	.site-inner,
	.wrap {
		max-width: 600px;
	}
	
	#content,
	.content,
	.sidebar-primary {
		width: 100%;
		float: none;
		clear: both;
	}
	
	.t-featuredarea p {
		padding-left: 0;
		padding-right: 0;
	}
	
	#countdown > div {
		margin-left: 3%;
		margin-right: 3%;
	}
	
	.toggle-menu { 
		display: block;
	}
	
	.mobile-on .nav-primary {
		display: none;
	}

}

@media only screen and (max-width: 620px) {

	body {
		font-size: 16px;
	}

	.wrap, .t-featuredarea .wrap, .site-header .wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.t-featuredarea .wrap {
		padding-top: 140px;
		padding-bottom: 60px;
	}
	
	.t-featuredarea .button {
		margin-bottom: 20px;
	}
	
	.t-featuredarea p {
		font-size: 16px;
	}
	
	.t-featuredarea h1, .t-featuredarea h2, .t-featuredarea .page-title {
		font-size: 32px;
	}
	
	.site-inner {
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	.portfolio-teaser {
		text-align: center;
	}
	
	.entry-title {
		font-size: 26px;
	}
	
	.t-featuredarea p {
		margin-bottom: 0;
	}
	
	.t-featuredarea .button {
		margin-top: 20px;
	}
	
	#countdown {
		margin-bottom: 30px;
		margin-top: 50px;
	}
	
	#countdown > div { 
		font-size: 58px;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.pagination-previous, .pagination-next {
		float: none;
		clear: both;
		text-align: center;
		margin-top: 10px;
	}
	
	.nav-primary {
		clear: both;
		float: none;
		text-align: left;
		margin-top: 20px;
	}
	
	.nav-primary > ul {
		padding-top: 10px;
	}
	
	.nav-primary .genesis-nav-menu > .menu-item {
		margin-left: -15px;
		margin-right: 10px;
	}

}

@media only screen and (max-width: 420px) {

	.site-title a {
		max-width: 120px;
	}
	
	.updates .subscribe, .updates input[type="submit"], .subscribe_form .subscribe, .subscribe_form .email {
		width: 100%;
		clear: both;
		position: static;
		padding: 10px 20px;
		text-align: center;
		border-radius: 5px;
	}
	
	#countdown > div { 
		font-size: 48px;
		margin-left: 5%;
		margin-right: 5%;
		width: 27%;
	}
	
	.site-title { 
		font-size: 16px;
	}

}