/*
 * Theme Name: Blocco
 * Theme URI: http://press75.com/view/blocco
 * Description: A very unique block style theme including a responsive design.
 * Version: 3.0.1
 * Author: Press75
 * Author URI: http://www.press75.com/
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: blog, photography, portfolio, clean, contemporary, geometric, minimal, modern, simple, black, light, white, one-column, two-columns, right-sidebar, responsive-width, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, infinite-scroll, post-formats, sticky-post, theme-options, translation-ready
*/


/* CSS Reset (DO NOT EDIT)
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, keygen, select, button,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

[hidden] {
	display: none;
}


/* General Styles
----------------------------------------------- */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	min-height: 100%;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #000;
	-webkit-tap-highlight-color: #ffffaf;
}

::selection,
::-moz-selection {
	background: #ffffaf;
}


/* Primary Font Styles
----------------------------------------------- */

body {
	font-size: 0.8125em; /* 13px */
	line-height: 1.54; /* 20px */
}

body, input {
	color: #808080;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}

pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
}


/* Primary Link Styles
----------------------------------------------- */

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

a:hover {
	color: #808080;
}


/* Font Property Styles
----------------------------------------------- */

.muted {
	color: #e6e6e6;
}


/* Heading Styles
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #404040;
}

h1 {
	font-weight: 700;
	font-size: 2.307em; /* 30px */
	line-height: 1.166; /* 35px */
	margin-bottom: 1em; /* 30px */
}

h2 {
	font-weight: 700;
	font-size: 2em;  /* 26px */
	line-height: 1.1667; /* 30px */
	margin-top: 1.153em; /* 30px */
	margin-bottom: 0.769em; /* 20px */
}

h3 {
	font-weight: 700;
	font-size: 1.5em; /* 20px */
	line-height: 1.333; /* 25px */
	margin-top: 1.5em; /* 30px */
	margin-bottom: 0.5em; /* 10px */
}

h4 {
	font-size: 1.230em; /* 16px */
	line-height: 1.166; /* 18px */
	margin-bottom: 0.625em; /* 10px */
}

h5 {
	font-size: 1em; /* 13px */
	margin-bottom: 0.384em; /* 5px */
}

h6 {
	color: #bfbfbf;
	text-transform: uppercase;
	font-size: 1em; /* 13px */
	margin-bottom: 0.384em; /* 5px */
}


/* Paragraph & List Styles
----------------------------------------------- */

p {
	margin: 0 0 1.5em 0;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

ul, ol, dl {
	margin: 0 0 1.5em;
	list-style-position: inside;
}

ul {
	list-style-type: disc;
}
ul.square {
	list-style-type: square;
}
ul.circle {
	list-style-type: circle;
}
ul.no-bullet {
	list-style-type: none;
}

ul ul, ol ul {
	list-style-type: circle;
}

ol, ul ol, ol ol ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ul ul, ol ul, ul ol, ol ol {
	margin: 0.555em 0 1em;
	padding: 0 0 0 1.2em;
}

dt {
	font-size: 1.076em;
	font-weight: 700;
}

dd {
	margin-bottom: 0.769em;
}


/* Media Styles
----------------------------------------------- */

img::selection,
img::-moz-selection {
	background: transparent;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}

img[class="align"],
img[class*="wp-image-"] {
	height: auto;
}

.wp-embed,
.video-player { /* .video-player container is from VideoPress when using shortcode via Jetpack */
	overflow: hidden;
	margin: 0 0 1.5em;
}

#googlemap img, #googlemap embed, #googlemap object,
#map_canvas img, #map_canvas embed, #map_canvas object,
.map_canvas img, .map_canvas embed, .map_canvas object {
	max-width: none !important;
}

audio, canvas, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

svg:not(:root) {
	overflow: hidden;
}


/* Alignment Styles
----------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}

.aligncenter {
	display: inline-block;
	margin: 0 auto;
}

img.alignright,
img.aligncenter {
	margin-bottom: 1em;
}


/* Field Styles
----------------------------------------------- */

form {
	overflow: hidden;
}

input, textarea {
	border: none;
	outline: none;
}

input[type=text],
input[type=password],
textarea {
	padding: 0.538em 0.769em; /* 7px 10px */
	color: #404040;
	background: #fff;
	border: 1px solid #e3e3e3;
}


/* Table Styles
----------------------------------------------- */

.table-container {
	overflow: hidden;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

caption, th, tfoot {
	color: #404040;
}

caption {
	font-weight: 700;
	font-size: 1.230em; /* 16px */
	line-height: 1.166; /* 18px */
	padding-bottom: 0.625em; /* 10px */
}

tfoot {
	font-style: italic;
}

th {
	font-weight: 700;
}

th, td {
	border-bottom-width: 1px;
	padding: 0.5em 0.5em 0.5em 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e3e3e3;
}


/* Typography Styles
----------------------------------------------- */

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-style: inherit;
	font-weight: bold;
	line-height: inherit;
}

blockquote {
	min-height: 25px; /* allow enough hight for background image to fully show */
	background: url(assets/images/quote.png) top left no-repeat;
	margin-bottom: 0.769em; /* 10px */
	padding-left: 3.07em; /* 40px */
	font-style: italic;
}

blockquote:before,
blockquote:after {
	content: "";
}

blockquote cite {
	margin-left: 0.384em; /* 5px */
	display: inline-block;
	font-style: normal;
}

blockquote > p {
	padding-top: 0.384em; /* 5px */
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

q q:before {
	content: open-quote;
}

q q:after {
	content: close-quote;
}

address {
	font-style: normal;
}

em, i, cite, dfn {
	font-style: italic;
	font-weight: inherit;
	line-height: inherit;
}

hr {
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0 0 1.5em 0;
	border: none;
	border-bottom: 1px dashed #e3e3e3;
}

ins {
	text-decoration: none;
}

abbr[title], acronym[title], ins[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 90%;
}

mark, .highlight {
	background: #ff0;
}

strike, del {
	color: #93250d;
	text-decoration: line-through;
}

pre, code, kbd, samp {
	font-size: 1em;
}

pre {
	padding: 1em;
	margin-bottom: 1.5em;
	text-shadow: none;
	background: #fff;
	border: 1px solid whiteSmoke;
	overflow: hidden;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

small, sub, sup {
	font-size: 85%;
	color: #ababab;
}

sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* Helpers (Non-Semantic)
----------------------------------------------- */

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.ir br {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.group:after {
	content: " ";
	display: table;
	clear: both;
}

.round {
	border-radius: 100px;
}


/* Button Styles (Default)
----------------------------------------------- */

.button {
	text-shadow: 0 1px 1px rgba(255,255,255,0.33);
}

input[type=submit],
button,
.button,
.gray.button,
.nav-menu a,
.page-numbers,
.comment-reply-link,
.comment-edit-link,
.nav-search-form input,
.page-link a,
#paginate a,
#paginate .current.dots,
#paginate .current.dots:hover,
#infinite-handle span {
	color: #707070;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	margin-right: 0.416em; /* 5px */
	margin-bottom: 0.416em; /* 5px */
	padding: 0.333em 0.833em; /* 4px 10px */
	border: 1px solid #ccc;

	background: #d8d8d8;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), color-stop(100%, #d8d8d8));
	background: -moz-linear-gradient(top, #efefef, #d8d8d8 100%);
	background: -o-linear-gradient(top, #efefef, #d8d8d8 100%);
	background: linear-gradient(top, #efefef, #d8d8d8 100%);

	border-radius: 3px;
}

input[type=submit]:hover,
button,
.button,
.gray.button:hover,
.nav-menu a:hover,
.page-numbers,
.comment-reply-link:hover,
.comment-edit-link:hover,
.nav-search-form input:hover,
.page-link a:hover,
#paginate a:hover,
#infinite-handle span:hover {
	border-color: #ababab;
	background: #e3e3e3;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), color-stop(100%, #e3e3e3));
	background: -moz-linear-gradient(top, #f5f5f5, #e3e3e3 100%);
	background: -o-linear-gradient(top, #f5f5f5, #e3e3e3 100%);
	background: linear-gradient(top, #f5f5f5, #e3e3e3 100%);
}


/* Button Styles (Green)
----------------------------------------------- */

.green.button,
.green a,
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
#paginate .current {
	color: #fff;
	border: 1px solid #1b8800;
	background: #19a500;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#22d100), color-stop(100%, #19a500));
	background: -moz-linear-gradient(top, #22d100, #19a500 100%);
	background: -o-linear-gradient(top, #22d100, #19a500 100%);
	background: linear-gradient(top, #22d100, #19a500 100%);
}

.green.button:hover,
.green a:hover,
.nav-menu .current_page_item > a:hover,
.nav-menu .current_page_ancestor > a:hover,
.nav-menu .current-menu-item > a:hover,
.nav-menu .current-menu-ancestor > a:hover,
#paginate .current:hover {
	color: #fff;
	border-color: #1b8800;
	background: #1db200;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#24d800), color-stop(100%, #1db200));
	background: -moz-linear-gradient(top, #24d800, #1db200 100%);
	background: -o-linear-gradient(top, #24d800, #1db200 100%);
	background: linear-gradient(top, #24d800, #1db200 100%);
}


/* Button Styles (Light Blue, Twitter)
----------------------------------------------- */

.light-blue.button,
.light-blue a,
.twitter a,
.vimeo a {
	color: #fff;
	border: 1px solid #0b88a7;
	background: #00acd2;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#05d2ff), color-stop(100%, #00acd2));
	background: -moz-linear-gradient(top, #05d2ff, #00acd2 100%);
	background: -o-linear-gradient(top, #05d2ff, #00acd2 100%);
	background: linear-gradient(top, #05d2ff, #00acd2 100%);
}

.light-blue.button:hover,
.light-blue a:hover,
.twitter a:hover,
.vimeo a:hover {
	color: #fff;
	border-color: #0b88a7;
	background: #01c1ec;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#43ddfe), color-stop(100%, #01c1ec));
	background: -moz-linear-gradient(top, #43ddfe, #01c1ec 100%);
	background: -o-linear-gradient(top, #43ddfe, #01c1ec 100%);
	background: linear-gradient(top, #43ddfe, #01c1ec 100%);
}


/* Button Styles (Dark Blue, Facebook)
----------------------------------------------- */

.dark-blue.button,
.dark-blue a,
.facebook a {
	color: #fff;
	border: 1px solid #273f6a;
	background: #273f6a;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), color-stop(100%, #273f6a));
	background: -moz-linear-gradient(top, #3b5998, #273f6a 100%);
	background: -o-linear-gradient(top, #3b5998, #273f6a 100%);
	background: linear-gradient(top, #3b5998, #273f6a 100%);
}

.dark-blue.button:hover,
.dark-blue a:hover,
.facebook a:hover {
	color: #fff;
	border-color: #273f6a;
	background: #35528d;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#4568b1), color-stop(100%, #35528d));
	background: -moz-linear-gradient(top, #4568b1, #35528d 100%);
	background: -o-linear-gradient(top, #4568b1, #35528d 100%);
	background: linear-gradient(top, #4568b1, #35528d 100%);
}


/* Button Styles (Charcoal, Google Plus)
----------------------------------------------- */

.charcoal.button,
.charcoal a,
.google-plus a {
	color: #fff;
	border: 1px solid #252525;
	background: #242424;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#373737), color-stop(100%, #242424));
	background: -moz-linear-gradient(top, #373737, #242424 100%);
	background: -o-linear-gradient(top, #373737, #242424 100%);
	background: linear-gradient(top, #373737, #242424 100%);
}

.charcoal.button:hover,
.charcoal a:hover,
.google-plus a:hover {
	color: #fff;
	border-color: #252525;
	background: #343434;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#4c4c4c), color-stop(100%, #343434));
	background: -moz-linear-gradient(top, #4c4c4c, #343434 100%);
	background: -o-linear-gradient(top, #4c4c4c, #343434 100%);
	background: linear-gradient(top, #4c4c4c, #343434 100%);
}


/* Button Styles (Pink, Dribbble)
----------------------------------------------- */

.pink.button,
.pink a,
.dribbble a {
	color: #fff;
	border: 1px solid #a52b59;
	background: #ca356d;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f0699a), color-stop(100%, #ca356d));
	background: -moz-linear-gradient(top, #f0699a, #ca356d 100%);
	background: -o-linear-gradient(top, #f0699a, #ca356d 100%);
	background: linear-gradient(top, #f0699a, #ca356d 100%);
}

.pink.button:hover,
.pink a:hover,
.dribbble a:hover {
	color: #fff;
	border-color: #a52b59;
	background: #d35886;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f38eb3), color-stop(100%, #d35886));
	background: -moz-linear-gradient(top, #f38eb3, #d35886 100%);
	background: -o-linear-gradient(top, #f38eb3, #d35886 100%);
	background: linear-gradient(top, #f38eb3, #d35886 100%);
}


/* Button Styles (Orange, Subscribe)
----------------------------------------------- */

.orange.button,
.orange a,
.subscribe a {
	color: #fff;
	border: 1px solid #c94916;
	background: #f65a1c;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fca166), color-stop(100%, #f65a1c));
	background: -moz-linear-gradient(top, #fca166, #f65a1c 100%);
	background: -o-linear-gradient(top, #fca166, #f65a1c 100%);
	background: linear-gradient(top, #fca166, #f65a1c 100%);
}

.orange.button:hover,
.orange a:hover,
.subscribe a:hover {
	color: #fff;
	border-color: #c94916;
	background: #f67b4b;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb486), color-stop(100%, #f67b4b));
	background: -moz-linear-gradient(top, #fbb486, #f67b4b 100%);
	background: -o-linear-gradient(top, #fbb486, #f67b4b 100%);
	background: linear-gradient(top, #fbb486, #f67b4b 100%);
}


/* Button Styles (Red, YouTube)
----------------------------------------------- */

.red.button,
.red a,
.youtube a {
	color: #fff;
	border: 1px solid #b70000;
	background: #e00000;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7b7b), color-stop(100%, #e00000));
	background: -moz-linear-gradient(top, #ff7b7b, #e00000 100%);
	background: -o-linear-gradient(top, #ff7b7b, #e00000 100%);
	background: linear-gradient(top, #ff7b7b, #e00000 100%);
}

.red.button:hover,
.red a:hover,
.youtube a:hover {
	color: #fff;
	border-color: #b70000;
	background: #fe0f0f;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe9797), color-stop(100%, #fe0f0f));
	background: -moz-linear-gradient(top, #fe9797, #fe0f0f 100%);
	background: -o-linear-gradient(top, #fe9797, #fe0f0f 100%);
	background: linear-gradient(top, #fe9797, #fe0f0f 100%);
}


/* Button Styles (Small)
----------------------------------------------- */

.small a {
	font-size: 0.846em;
	padding: 0.1em 0.727em;
}


/* Header Styles
----------------------------------------------- */

.site {
	position: relative;
}

.site-header,
.site-main {
	position: relative;
	float: left;
	min-height: 100%;
}

.site-header {
	padding-top: 3.84em; /* 50px */
	width: 219px;
	text-transform: uppercase;
	text-align: right;
}

.site-header-image {
	display: block;
}

#mobile-header-image {
	display: none;
}

.site-header-image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
	float: right;
}

.site-info {
	clear: both;
	border-top: 1px solid transparent;
	padding: 0.923em 1.384em 0.923em 0.923em;  /* 12px 18px 12px 12px */
	min-height: 219px;
}

.site-title,
.site-description {
	font-weight: 700;
	font-size: 2.307em; /* 30px */
	line-height: 1.311em; /* 39px */
	margin: 0;
	word-wrap: break-word;
	color: #404040;
}

.site-title a {
	display: block;
	color: #808080;
}


/* Menu & Pagination Styles
----------------------------------------------- */

.site-navigation {
	float: right;
	position: relative;
	z-index: 100;
	top: 3.846em; /* 50px */
	width: 160px;
	margin-right: -161px;
	margin-bottom: 3.846em; /* 50px */
}

.site-navigation .nav-menu {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 3.461em; /* 45px */
	list-style: none;
}

.site-navigation ul.home-menu {
	margin-bottom: 0;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: block;
	position: relative;
}

.nav-menu li a {
	border-radius: 0 3px 3px 0;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.nav-menu .sub-menu,
.nav-menu .children {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: -160px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	left: -160px;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
	width: 160px;
	padding-top: 5px;
	padding-bottom: 6px;
	border-radius: 0;
	border: none;
	background: #efefef;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	color: #333;
	background: #efefef;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
}

.nav-menu .sub-menu .current_page_item  a,
.nav-menu .sub-menu .current_page_ancestor a,
.nav-menu .sub-menu .current-menu-item a,
.nav-menu .sub-menu .current-menu-ancestor a {
	color: #333;
	background: #efefef;
	border: none;
	text-shadow: none;
}

/* Menu Search Form */
.site-navigation #searchform {
	float: left;
	width: 100%;
	margin-left: -1px;
	border-left: 1px solid #e3e3e3;
}

.site-navigation #searchform .field {
	text-align: left;
	max-width: 100%;
	cursor: text;
	margin: 0;
	padding: 0.333em 0.833em; /* 4px 10px */
}

.site-navigation #searchsubmit {
	display: none !important;
}

/* Nav Search */
.nav-search-form input#s {
	border-radius: 0 3px 3px 0;
}

/* Mobile Search */
.mobile-search {
	display: none;
}

/* Mobile Menu */
.mobile-nav-toggle {
	display: none;
}

/* Pagination */
.page-numbers {
	clear: both;
}

span.page-numbers.dots {
	padding-left: 0.583em !important; /* 12px */
	padding-right: 0.583em !important; /* 12px */
}

#paginate .current.dots,
#paginate .current.dots:hover {
	height: 2px;
	padding-top: 0;
	padding-bottom: 0;
}

#paginate a,
#paginate .page-numbers,
#paginate .current.dots,
#paginate .current.dots:hover {
	position: relative;
	left: 0;
	float: left;
	margin-bottom: 0.416em;
	padding-left: 0.833em;
	padding-right: 0.833em;

	border-left-width: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

#paginate a.page-numbers:hover {
	padding-left: 1.666em;
}


/* Main Content Containers
----------------------------------------------- */

.site-main {
	width: 762px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	background: #fff url(assets/images/hatch-light.png) repeat;
}

.site-content {
	position: relative;
	padding: 50px;
	float: left;
	width: 100%;
}


/* Block Item Styles
----------------------------------------------- */

.block-item {
	width: 220px;
	min-height: 220px;
	background: #fff;
	float: left;
	position: relative;
	padding: 12px 18px;
}

.blocks .block-item {
	max-height: 220px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

.block-item.hentry {
	cursor: pointer;
}

.block-item-wrap {
	max-height: 200px;
	overflow: hidden;
}

.block-item .entry-title {
	float: left;
	min-height: 100%;
}

.entry-subtitle {
	display: block;
	font-size: 22px;
	color: #808080;
	clear: both;
	margin: 4px 0 0;
}

.block-item.no-thumbnail {
	background-color: #000;
}

.block-item.no-thumbnail .entry-title a {
	color: #fff;
}

.block-item.no-thumbnail:hover {
	background-color: #fff;
}

.block-item.no-thumbnail:hover .entry-title a {
	color: #000;
}

.blocks .block-item.page-header {
	background-color: #fff;
}

.page-title {
	color: #000;
}

.page-title span {
	display: block;
	color: #808080;
}

.block-title {
	margin: 0 0 0.25em;
	font-weight: bold;
}

.block-item.has-thumbnail img {
	display: block;
}

.block-item.has-thumbnail a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.block-item .page-title,
.block-item .entry-title {
	font-weight: 700;
	font-size: 2.307em; /* 30px */
	line-height: 1.311em; /* 39px */
	margin: 0;
	word-wrap: break-word;
	text-transform: uppercase;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.sticky {
	position: relative;
}

.page-title:after,
.sticky:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 2;
	pointer-events: none;
	border-width: 15px;
	margin-left: -15px;
	top: 5px;
	right: 5px;
}

.sticky:after {
	border-color: rgba(255,255,255,0);
	border-right-color: #fff;
	border-top-color: #fff;
}

.page-title:after {
	border-color: rgba(0,0,0,0);
	border-right-color: #808080;
	border-top-color: #808080;
}

.sticky:hover:after {
	border-right-color: #000;
	border-top-color: #000;
}


/* Front Page
----------------------------------------------- */

.home #content .page .entry-header {
	display: none;
}

.home #content .page .entry-media,
.home #content .page .entry-content {
	margin-bottom: 1px;
}

.home .post-edit-link {
	display: none;
}

.front-page-nav-wrap {
	clear: both;
}



/* Single Post/Page Header Styles (Thumbnail & Video)
----------------------------------------------- */

.entry-media {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.entry-media iframe,
.entry-media object,
.entry-media embed {
	display: block;
}

.entry-media.entry-thumbnail {
	height: 440px;
}

.entry-media.entry-video {
	overflow: hidden;
	background-color: #000;
}

.entry-media.entry-video .wp-embed {
	margin-bottom: 0;
}

.player {
	background: url(assets/images/loader-light.gif) no-repeat center center;
}

.entry-media .player {
	background-image: url(assets/images/loader-dark.gif);
}

.entry-media img {
	display: block;
	width: 660px;
	height: auto;
}

.entry-thumbnail.mobile {
	display: none;
}

/* Grid Overlay */
.grid-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.line {
	position: absolute;
	display: block;
}

.line.vertical {
	height: 100%;
	border-right: 1px solid #fff;
}

.line.vertical.left {
	width: 33.3%;
}

.line.vertical.right {
	width: 66.6%;
}

.line.horizontal {
	width: 100%;
	top: 50%;
	border-bottom: 1px solid #fff;
}

.entry-content .page-link {
	margin: 1.5em 0 4.5em;
	font-weight: bold;
}

.entry-content .page-link a {
	color: #808080;
	margin: 0 2px 4px;
}

.single .has-thumbnail .entry-header {
	height: auto;
	max-height: auto;
}


/* Post & Page Content Styles
----------------------------------------------- */

.entry-content {
	width: 100%;
	word-wrap: break-word;
}

.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
	margin-top: 0;
}

h3:before,
h3:after {
	content: " ";
	display: table;
}


.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content ul,
.entry-content ol {
	padding-left: 19px;
	list-style: disc;
	margin-bottom: 10px;
}

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

.entry-content li {
	line-height: 18px;
}

.post-edit-link {
	clear: both;
}

.button .post-edit-link {
	color: #707070;
}



/* Post & Page Sidebar Styles
----------------------------------------------- */

.side {
	position: relative;
	z-index: 10;
	float: right;
	width: 220px;
	padding: 0;
}

.side .block-item {
	background: #ebebeb;
	color: #808080;
	margin-bottom: 1px;
	padding: 12px 18px;
}

.side a {
	font-weight: bold;
}

.side ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.side li {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}

.side a:hover,
.block-item .entry-author a,
.block-item .entry-date a {
	color: #808080;
}


/* Post & Page Header Styles
----------------------------------------------- */

.entry-header .title-block {
	overflow: hidden;
	background-color: #000;
}

.entry-header .title-block .entry-title {
	color: #fff;
	height: 100%;
}

.entry-meta {
	overflow: hidden;
}

/* Featured image set */
.has-thumbnail .entry-header {
	margin-top: -240px;
}

.has-thumbnail .entry-header:before {
	position: relative;
	z-index: 999;
	margin-bottom: -1px;
	border-top: 1px solid #fff;
	width: 100%;
	display: block;
	content: '';
}

.blocks .has-thumbnail .entry-header {
	max-height: 219px;
	overflow: hidden;
}

.has-thumbnail .entry-meta {
	margin-top: -19px;
}

/* Video Format: Featured image NOT set */
.format-video .entry-header {
	margin-top: -19px;
}

.format-video.has-thumbnail .entry-header:before {
	border-color: transparent;
}

.format-video.has-thumbnail .entry-meta {
	margin-top: 1px;
}


/* Post & Page Widget Styles
----------------------------------------------- */

.side {
	clear: both;
	margin: 0 0 0 20px;
}


/*	No Results
/*-------------------------------------------------*/

.block-item.two-blocks {
	float: left;
	width: 440px;
	color: #fff;
	background: #000;
}

.no-results .page-content {
	padding-top: 1.2em;
}


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

.gallery {
	overflow: hidden;
	margin: 0 auto 1.5em;
}

.gallery .clearfix {
	clear: both;
}

.gallery img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.gallery .gallery-icon img {
	border: none !important;
}

.gallery .gallery-item {
	position: relative;
	float: left;
	text-align: center;
	margin: 0 0 1px 0;
	border-right: 1px solid #fff;
	padding: 0;
	width: 33.333%;
}

.gallery dl,
.gallery dt {
	margin: 0;
}

.gallery br + br {
	display: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

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

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

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

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

.gallery-columns-5 .wp-caption-text,
.gallery-columns-6 .wp-caption-text,
.gallery-columns-7 .wp-caption-text,
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .wp-caption-text,
.gallery-columns-10 .wp-caption-text {
	display: none;
}

.gallery-columns-5 br,
.gallery-columns-6 br,
.gallery-columns-7 br,
.gallery-columns-8 br,
.gallery-columns-9 br,
.gallery-columns-10 br {
	display: none;
}

.wp-caption {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5em;
	padding: 0;
	max-width: 100%;
	display: inline-block;
}

.wp-caption img {
	max-width: 100%;
	display: block;
}

.wp-caption img.wp-smiley {
	display: inline-block;
}

.wp-caption-text {
	font-size: 13px;
	line-height: 1.5em;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	margin: 0;
	padding: 0.5333em 1em;
	text-align: right;
	color: #fff;
	color: rgba(255,255,255,0.8);
	background: -moz-linear-gradient(top,  rgba(16,27,30,0) 0%, rgba(12,2,2,1) 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,27,30,0)), color-stop(90%,rgba(12,2,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(16,27,30,0) 0%,rgba(12,2,2,1) 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(16,27,30,0) 0%,rgba(12,2,2,1) 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(16,27,30,0) 0%,rgba(12,2,2,1) 90%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(16,27,30,0) 0%,rgba(12,2,2,1) 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00101b1e', endColorstr='#0c0202',GradientType=0 ); /* IE6-9 */
}

.gallery-caption a {
	color: #ccc;
}
.gallery-caption a:hover {
	text-decoration: underline;
}


/* Video Styles
----------------------------------------------- */

.popover-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,0.9) url(assets/images/hatch-dark.png) repeat;
	display: none;
	z-index: 9998;
}

.lights-dimmed .fluid-width-video-wrapper {
	position: relative;
	z-index: 9999;
}

.lights-dimmed .entry-header {
	position: relative;
	z-index: 9999;
}

.lights-dimmed .entry-meta {
	position: relative;
	z-index: 1;
}


/* Video Styles
----------------------------------------------- */

.page-header .styled-select-container {
	position: relative;
	display: inline-block;
}

.page-header .entry-subtitle span.customStyleSelectBox {
	font-weight: normal;
	display: none;
}

.page-header .customStyleSelectBox {
	font-weight: normal;
	padding: 0;
}

.page-header .customStyleSelectBoxInner {
	line-height: 1.4em;
	border-bottom: 1px dashed #808080;
}





/* Widet Styles
----------------------------------------------- */

.widget {
	position: relative;
	overflow: hidden;
}

.widget-title {
	margin: 0 0 0.25em;
}

/* Recent Comments */
.widget_recent_comments li {
	margin-bottom: 5px;
}

.widget_recent_comments a:last-child {
	color: #808080;
}

/* RSS */
.widget_rss li {
	margin-bottom: 10px;
}

.widget_rss .rssSummary {
	margin-top: 5px;
}

.widget_rss .rssSummary,
.widget_rss cite {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

/* Calendar */
.widget_calendar caption,
.widget_calendar tfoot {
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 26px;
	color: #808080;
}

.widget_calendar th,
.widget_calendar td {
	border: none;
}

/* Archve, Category, Pages, Meta, Recent Entries */
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_recent_entries a {
	color: #808080;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_pages a:hover,
.widget_meta a:hover,
.widget_recent_entries a:hover {
	color: #404040;
}

/* Custom Nav */
.widget_nav_menu .twitter,
.widget_nav_menu .facebook,
.widget_nav_menu .google-plus,
.widget_nav_menu .dribbble,
.widget_nav_menu .vimeo,
.widget_nav_menu .youtube,
.widget_nav_menu .subscribe {
	float: left;
}

/* Search */
#searchform {
	position: relative;
}

#searchform .field {
	padding-right: 40px;
	margin-bottom: 5px;
	width: 100%;
}

#searchform .submit {
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 11px;
	margin: 0;
	border: none;
	border-radius: 0;
	cursor: pointer;
}


/* Post Comment Styles
----------------------------------------------- */

#comments {
	max-width: 100%;
	overflow: hidden;
}

.commentlist .children {
	padding-left: 0;
}

.commentlist .comment .children:last-child {
	margin-bottom: 5px;
}

.comment-author {
	line-height: 26px;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

.commentlist img.avatar {
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	margin-top: 5px;
	padding: 3px;
	position: absolute;
	left: 0;
}

.commentlist .comment-author a {
	color: #404040;
}

.commet-meta,
.comment-meta a {
	color: #404040;
}

.comment-meta a:hover {
	color: #808080;
}

.entry-comment-text {
	padding-left: 50px;
	margin-bottom: 14px;
}

#comments .commentlist {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.comment {
	list-style: none;
	position: relative;
	word-wrap: break-word;
}

.comment-content {
	margin-bottom: 40px;
}

.comment a.comment-reply-link,
.comment a.comment-edit-link {
	float: none;
	color: inherit;
}

.bypostauthor {
	padding: 10px 15px;
	border: 1px solid #f5f5f5;
	background: #fff;
}

.bypostauthor img.avatar {
	left: 15px;
	border: none;
}

/* Post Comment Form Styles
----------------------------------------------- */

#respond {
	max-width: 420px;
	margin-bottom: -12px;
	position: relative;
}

.entry-comment #respond {
	margin-bottom: 31px;
	margin-left: 50px;
}

#respond label {
	display: inline-block;
	width: 80px;
}

#respond .required {
	color: red;
	display: block;
}

#respond .form-submit input {
	cursor: pointer;
}

#cancel-comment-reply-link {
	font-size: 80%;
	color: #f00;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 200px;
}

.comment-form-comment label {
	display: block;
	margin-bottom: 5px;
}

.comment-form-comment textarea {
	width: 100%;
	height: 145px;
	margin-top: 2px;
}

.entry-comment .comment-form-comment textarea {
	width: 346px;
}

#respond .logged-in-as {
	display: none;
}

.form-allowed-tags {
	display: none;
}

/* Footer Styles
----------------------------------------------- */

.site-footer {
	clear: both;
	position: absolute;
	bottom: 15px;
	padding: 0 50px;
}

.site-footer a {
	color: #808080;
	font-weight: bold;
}


/* CSS3
----------------------------------------------- */

/* Box Shadow */
.entry-content input[type=text],
.entry-content input[type=password],
.entry-content textarea {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-mox-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.blocks .block-item {
	-webkit-box-shadow: inset 0 0 2px #ccc;
	-moz-box-shadow: inset 0 0 2px #ccc;
	box-shadow: inset 0 0 2px #ccc;
}

.site-navigation #s,
.site-navigation .nav-menu .page-numbers,
.site-navigation .nav-menu > ul > li > a {
	-webkit-box-shadow: inset 3px 0 3px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 3px 0 3px rgba(0,0,0,0.05);
	box-shadow: inset 3px 0 3px rgba(0,0,0,0.05);
}


/* Text Shadow */
#pageinate .current,
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.charcoal,
.green,
.dark-blue,
.light-blue,
.orange,
.pink,
.red,
.twitter,
.vimeo,
.facebook,
.google-plus,
.dribbble,
.subscribe,
.youtube {
	text-shadow: 0 -1px 1px rgba(0,0,0,0.33);
}

.button.gray {
	text-shadow: 0 -1px 1px rgba(255,255,255,0.33);
}


/* Opacity */
.block-item.has-thumbnail a:hover {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.site-footer {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.gallery .gallery-item:hover,
.fade:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.gallery .gallery-item,
.site-footer:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


/* Transition */
a,
input,
button,
.button,
.mobile-nav-icon,
.mobile-nav-icon:before,
.gallery .gallery-item,
.block-item .wp-post-image,
.site-footer {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* CSS3: Filter Effects
/*-------------------------------------------------*/

/* Remove filter effect on images that have a "filter" class.
   This prevents a "flicker" effect in chrome for images that
   do not have this class */
img.filter {
	-webkit-transition: all 0.5s;
}

img.filter:hover {
	-webkit-filter: none; /*Returns to default state */
}

img.filter.brightness:hover {
	-webkit-filter: brightness(0);
}

img.saturate,
body.saturate .blocks .wp-post-image {
	-webkit-filter: saturate(3);
}

img.grayscale,
body.grayscale .blocks .wp-post-image {
	-webkit-filter: grayscale(100%);
}

img.contrast,
body.contrast .blocks .wp-post-image {
	-webkit-filter: contrast(160%);
}

img.brightness,
body.brightness .blocks .wp-post-image {
	-webkit-filter: brightness(0.25);
}

img.blur,
body.blur .blocks .wp-post-image {
	-webkit-filter: blur(3px);
}

img.invert,
body.invert .blocks .wp-post-image {
	-webkit-filter: invert(100%);
}

img.sepia,
body.sepia .blocks .wp-post-image {
	-webkit-filter: sepia(100%);
}

img.huerotate,
body.huerotate .blocks .wp-post-image {
	-webkit-filter: hue-rotate(180deg);
}

img.opacity {
	-webkit-filter: opacity(80%);
}


/* Print Styles
/*-------------------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #444 !important;
		text-shadow: none !important;
	}
	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a:after {
		content: " (" attr(href) ")";
	}
	abbr:after {
		content: " (" attr(title) ")";
	}
	.ir a:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
  @page  {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}


/* WP.com Specific Styles
/*-------------------------------------------------*/

/* Contact Form */
.contact-form textarea {
	width: 100%;
}

/* Polls */
.PDS_Poll {
	margin-bottom: 1.5em;
}

body .PDS_Poll .pds-box {
	border-color: #f5f5f5;
	border-radius: 0;
}

/* Sharedaddy & Heading */
#jp-post-flair,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	clear: both;
}


/* Jetpack: Infinite Scroll
--------------------------------------------- */

#infinite-handle,
.infinite-loader {
	clear: both;
	text-align: center;
}
#infinite-handle {
	padding: 20px 0;
	display: none;
}
.infinite-loader {
	display: block;
	padding: 31px 0;
}
.infinite-loader .spinner {
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
.infinite-scroll.neverending .paging-navigation,
.infinite-scroll.neverending #colophon #supplementary,
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon {
	display: none;
}
.infinity-end.neverending #colophon {
	display: block;
}
#infinite-footer {
	z-index: 20;
}
#infinite-footer .container {
	margin: 0;
}
@media ( min-width: 980px ) {
	#infinite-footer .container {
		margin: 0 0 0 219px;
	}
}
