/*
Theme Name: Pocket
Theme URI: http://themes.okaythemes.com/pocket
Description: Pocket is a neatly designed photoblogging theme, perfect for sharing photos, videos, quotes, and thoughts.
Author: Mike McAlister / Okay Themes
Author URI: http://okaythemes.com
Version: 1.8
Tags: white, gray, white, one-column, flexible-width, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, theme-options, translation-ready, photoblogging, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html, body {
	overflow-x: hidden;
}

html {
	position: relative;
}

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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}

ol, ul { list-style: none }

blockquote, q { quotes: none }

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

:focus { outline: 0 }

ins { text-decoration: none }

del { text-decoration: line-through }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0;
    color: #555;
    font: 16px/28px 'Helvetica Neue', Helvetica, sans-serif;
    background: #363d40;
    overflow-x: hidden;
    padding: 110px 150px 150px 150px;
}

img { border-style: none }

a { 
	color: #DD574C;
	text-decoration: none;
	-webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in;
}

a:hover { 
	color: #555;
	text-decoration: none;
	-webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in;
}

input, textarea, select {
    font: 100% arial,sans-serif;
    vertical-align: middle;
    color: #000;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

hr {
    margin: 20px 0 30px;
    border: 0;
    border-bottom: 1px dotted #ddd;
    height: 1px;
}

/* ===[ Text Formatting ]=== */

@font-face {
  font-family: "FontAwesome";
  src: url('includes/fonts/fontawesome/fontawesome-webfont.eot');
  src: url('includes/fonts/fontawesome/fontawesome-webfont.eot?#iefix') format('eot'), url('includes/fonts/fontawesome/fontawesome-webfont.woff') format('woff'), url('includes/fonts/fontawesome/fontawesome-webfont.ttf') format('truetype'), url('includes/fonts/fontawesome/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'NovecentowideLightBold';
    src: url('includes/fonts/novocento/Novecentowide-DemiBold-webfont.eot');
    src: url('includes/fonts/novocento/Novecentowide-DemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/novocento/Novecentowide-DemiBold-webfont.woff') format('woff'),
         url('includes/fonts/novocento/Novecentowide-DemiBold-webfont.ttf') format('truetype'),
         url('includes/fonts/novocento/Novecentowide-DemiBold-webfont.svg#NovecentowideLightBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
}

h1 { 
	font-size: 34px;
	line-height: 40px;
	letter-spacing: -2px;
}

h2 { 
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -2px;
 }

h3 { 
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -1px;
}

h4 { 
	font-size: 18px;
	line-height: 22px;
}

h5 { 
	font-size: 14px;
	line-height: 18px;
}

h6 { 
	font-size: 12px;
	font-weight: 400;
}

/* ===[ Header Area Styles ]=== */

.header {
	position: relative;
	width: 100%;
	display: inline-block;	
	margin-bottom: 0;
}

.header hgroup {
	float: left;
	max-width: 525px;
}

.search-toggle {
	display:none;
	float: right;
	color: #777;
	margin-left: 15px;
	line-height: 30px;
}

.search-toggle:hover {
	cursor: pointer;
	color: #fff;
}

.search-toggle:hover:before {
	color: #fff;
}

.search-toggle.current-menu-item {
	color: #fff;
}

.header .search-form {
	position: absolute;
	right: 0;
	top: -65px;
}

.js .header .search-form {
	display: none;
}

.header .search-form .search-form-input, .search-form-input {
	position: relative;
	display: inline-block;
	border: none;
	font-weight: bold;
	color: #999;
	background: #292F31;
	font-size: 11px;
	padding: 8px 42px 8px 8px;
	-webkit-appearance: caret;
	-webkit-border-radius:0;
}

.header .search-form .submit, .search-form .submit {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	background: #DD574C;
	color:#fff;
	font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in;
	padding: 7px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius:0;
}

.header .search-form .submit:after {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	content: "\f002";
	font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
	display: block;
	font-size: 20px;
}

.header .search-form .submit:hover, .search-form .submit:hover {
	cursor: pointer;
	background: #666;
}

.error404 .post .search-form {
	margin-top: 30px;
	margin: 0 auto;
	position: relative;
}

.error404 .post .search-form-input {
	background: #eee;
	padding: 10px 86px 10px 20px;
	font-size: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.error404 .post .search-form .submit {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.error404 .post .box {
	padding-bottom: 65px;
}

/* ===[ Logo Styles ]=== */

.logo {
    display: block;
    text-indent: -9999px;
    margin: 0;
    float: left;
}

.logo-image {
	display: inline-block;
	margin-bottom: 45px;
}

.logo-image img {
	max-width: 100%;
	height: auto;
}

.logo-text {
	font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -2px;
    padding: 0;
    margin: 0 10px 0 0;
    color: #fff;
    display: inline-block;
}

.logo-subtitle {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    letter-spacing: 0;
    color:#666;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0;
    display: inline-block;
}

.logo-text a { 
	color: #fff;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

.logo-text a:hover {
	color: #ccc;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

/* ===[ Navigation Styles ]=== */

.select-menu, .select {
	display: none;
}

.header-nav {
	float: right;
}

.header-nav div {
	float: right;
}

.nav a {
	font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
    color: #ccc;
    color:rgba(255,255,255,.5);
    padding: 0 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	-webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in; 
}

.nav a:hover {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in;
}

.nav .current-menu-item a, .nav a:hover {
	color: #fff;
	text-decoration:underline;
}

.nav > li {
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline;
}

.nav, .nav ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

.nav li {
    float: left;
    position: relative;
}

.nav li:last-child {
	margin-right: 0;
}

.nav ul {
    position: absolute;
    display: none;
    width: 180px;
    top: 20px;
    left: -10px;
    padding-top: 20px;
    -webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in; 
}

.nav .sub-menu {
	margin: 0 0 0 0;
}

.nav li ul { 
	z-index: 100;
}

.nav li ul li { 
	padding: 0 20px;
	background: #282D30; 
}

.nav li ul a, .nav li ul li a {
    width: 110px;
    height: auto;
    float: left;
    border-top: solid 1px #393939;
    padding:10px 0 10px 0;
    font-size: 11px;
}

.nav li ul li:first-child a {
	border-top: none;
}

.nav li ul a:hover {
    height: auto;
    float: left;
    background: none;
}

.nav li ul li:last-child {
    border-bottom: none;
}

.nav li ul li ul {
    padding: 0;
}

.nav ul ul { top: auto }

.nav li ul ul {
    left: 150px;
    margin: 0 0 0 10px;
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul { display: none }

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul { display: block }

/* ===[ Main Body Styles ]=== */

#wrapper {
    position: relative;
    height: 100%;
    margin: 0 auto;
}

#main {
    width: 100%;
    margin: 0 auto;
}

/* ===[ Post Styles ]=== */

.post {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    background: #fff;
}

.post:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.post li {
	list-style-type: square;
	margin-bottom: 5px;
}

.post .featured-image {
	display: inline-block;
	max-width: 100%;
	width: 100%;
}

.post .featured-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: -1px;
	float: left;
	display: inline-block;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%)
}

.single .post .featured-image img, .page .featured-image img {
	filter: none;
	-webkit-filter: none;
}

.post .featured-image img:hover {
	filter: none;
	-webkit-filter: none;
}

.post .box-wrap {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.format-quote .box {
	padding: 170px 0 150px 0;
}

.post .box { 
	position: relative;
	width: 60%;
	margin: 0 auto;
}

.page .post .box {
	padding-bottom: 50px;
}

.post .post-content {
	font: 16px/28px 'Merriweather', Georgia, serif;
}

.post .post-content ul, .post .post-content ol {
	margin: 0 0 30px 18px;
}

.post .post-content ol li {
	list-style-type: decimal;
}

.post .more-link {
	text-align: center;
	width: 100%;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.post .more-link:hover {
	color: #555;
}

.post .excerpt-more .more-link {
	margin-top: 30px;
}

.page .date-title {
	display: none;
}

.date-title {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	color: #d2d2d2;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 50px;
	width: 100%;
	display: inline-block;
}

.archive-title {
	font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
	background: #282D30;
	color: #666;
 	padding: 20px 0;
 	margin: 0 0 0 0;
 	text-align: center;
 	font-size: 14px;	
 	letter-spacing: 0px;
}

.page .entry-title {
	margin-top: 90px;
}

.entry-title {
	font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
    font-size:42px;
    letter-spacing: -3px;
    line-height: 52px;
	text-align: center;
	padding: 0 0 35px 0;
    margin: 0 0 0 0;
}

.entry-title a {
    color: #555;
    -webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in; 
}

.entry-title a:hover {
	color: #777;
	-webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in; 
}

.intro {
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
	margin: -15px 0 25px 0;
	padding: 20px 0;
	border-bottom: solid 1px #eee;
	border-top: solid 1px #eee;
}

blockquote {
	position: relative;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding-top: 30px;	
	margin: 0 -70px 30px -70px;
	text-align: center;
	font-style: italic;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}

#content {
    width: 100%;
    margin: 0 auto;
}

#content p { 
	margin: 0 0 30px;
}

#content img {
	max-width: 100%;
	height: auto;
}

#content .meta {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin: 25px 0 40px 0 !important;
	width: 100%;
	display: inline-block;
}

#content .meta a {
	color: #999;
}

#content .meta a:hover {
	color: #555;
}

#content .meta li {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#content .meta li i {
	margin-right: 8px;
}

#content .pagelink {
	font-weight: bold;
}

#content .post-nav {
	background: #282D30;
	display: inline-block;
	width: 100%;
	margin: 40px auto -20px auto;
	padding: 15px 0;
}

#content .post-nav-inside {
	padding: 0 25px;
	margin: 0 auto;
}

#content .post-nav a {
	font-weight: bold;
	font-size: 12px;
	color: #777;
	padding: 5px 10px; 
}

#content .post-nav a:hover {
	color: #fff; 
}

#content .post-nav i {
	font-size: 11px;
}

#content .post-nav-left i {
	padding-right: 2px;
}

#content .post-nav-right i {
	padding-left: 2px;
}

#content .post-nav-left {
	float: left;
}

#content .post-nav-right {
	float: right;
}

/* ===[ Post Format Styles ]=== */

.format-quote {
	background: #282D30;
	font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
    font-size:42px;
    letter-spacing: -2px;
    line-height: 54px;
	text-align: center;
	color: #fff;
}

.format-quote p {
	margin-bottom: 0 !important;
}

.format-quote a {
	color: #fff;
}

.format-quote a:hover {
	color: #ccc;
}

.format-quote strong {
	font-size: 12px;
	letter-spacing: 0;
	width: 100%;
	float: left;
	text-align: center;
	color: #777;
}

/* ===[ Post Nav Styles ]=== */

.next-prev-mobile {
	display: none;
}

.next-prev a {
	background: #DD574C;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
}

.next-post a {
	position: fixed;
	z-index: 20;
	right: -96px;
	top: 45%;
	padding-right: 20px;
	padding-left: 37px;
	-webkit-transition: .2s ease-in;  
	-moz-transition: .2s ease-in;  
	-o-transition: .2s ease-in;  
	transition: .2s ease-in; 
}

.next-post a:hover {
	right: 0px;
	-webkit-transition: .2s ease-in;  
	-moz-transition: .2s ease-in;  
	-o-transition: .2s ease-in;  
	transition: .2s ease-in; 
}

.next-post a:after {
	position: absolute;
	content: "\f054";
	left: 10px;
	top: 12px;
	color: #fff;
	font-size: 24px;
	font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
}

.prev-post a {
	position: fixed;
	z-index: 20;
	left: -126px;
	top: 45%;
	padding-left: 20px;
	padding-right: 37px;
	-webkit-transition: .2s ease-in;  
	-moz-transition: .2s ease-in;  
	-o-transition: .2s ease-in;  
	transition: .2s ease-in; 
}

.prev-post a:hover {
	left: 0;
	-webkit-transition: .2s ease-in;  
	-moz-transition: .2s ease-in;  
	-o-transition: .2s ease-in;  
	transition: .2s ease-in; 
}

.prev-post a:after {
	position: absolute;
	content: "\f053";
	right: 10px;
	top: 12px;
	color: #fff;
	font-size: 24px;
	font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
}

/* ===[ Comment Styles ]=== */

.comments {
	background: #f9f9f9;
	border-top: solid 1px #eee;
    float: left;
	width: 100%;
}

.comments-wrap {
	width: 60%;
	margin: 0 auto;
}

#comments-title {
	font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
	background: #f1f1f1;
 	padding: 60px 0;
 	margin: 0 0 0 0;
 	text-align: center;
 	 -webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in;
}

#comments-title:hover {
	background: #ebebeb;
	cursor: pointer;
	 -webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in; 
}

.comments-open {
	border-bottom: solid 1px #e7e7e7; 
	margin-bottom: 60px !important;
}

#respond {
    margin: 0 0 15px 0;
    padding: 0px 0 60px 0;
}

.comment #respond { 
	margin-top: 0px;
	padding-bottom: 10px;
}

#respond h3 {
	display: inline-block;
	font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
	margin: 0;
}

.commentlist #respond h3 {
	margin-top: 15px;
}

#respond label {
	text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 0 15px;
    color: #aaa;
    position: absolute;
    left: -999px;
}

#respond p {
	position: relative;
}

#respond .required {
	color: #E75353;
	display: none;
}

#respond p { margin-bottom: 15px }

#commentform p {
	width: 100%;
}

#respond input[type="text"], #respond textarea {
    color: #777;
    border: none;
    border: solid 1px #eee;
    border-bottom: solid 1px #ddd;
    background: #fff;
    font: 13px/22px 'Merriweather', Georgia, serif;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	-webkit-appearance:none;
}

#respond .comment-form-comment {
	width: 100%;
	display: inline-block;
}

#respond input:focus, #respond textarea:focus {
    outline: none;
}

#respond textarea {
    line-height: 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#commentform #submit {
	background: #DD574C;
	color:#fff;
	font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding:10px 20px;
	border: none;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
	-webkit-appearance: none;
}

#commentform #submit:hover {
	background: #555;
	cursor: pointer;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

.form-allowed-tags {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	float: left;
	margin: 10px 0 25px 0;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commentlist {
	list-style-type: none !important;
	counter-reset:li;
}

.commentlist li {
	position: relative;
	float: left;
	width: 100%;
    padding: 0 0 25px 0;
    margin: 0 0 55px 0;
    border-bottom: solid 1px #e7e7e7;
    position: relative;
    list-style:none;
}

.commentlist > li:before {
    content: "0" counter(li);
    counter-increment:li;
    /* Position and style the number */
    position:absolute;
    font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: -1px;
    left:-50px;
    top: -5px;
    color:#ddd;
    font-size: 20px;
    font-weight: bold;
}

.children li { 
	padding-left: 50px;
	border-left: solid 1px #e7e7e7;
}

.children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-block {
    padding: 0;
}

.comment-text {
	position: relative;
	font: 13px/22px 'Merriweather', Georgia, serif;
}

.comment-text p {
	margin-bottom: 20px !important;
}

.comment-text blockquote {
	background: #eee;
	color: #888;
	padding-bottom: 7px;
}

.comment-text blockquote:after {
	display: none;
}

.comment-text blockquote p { 
	padding-left: 0;
}

.reply a {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	background: #e9e9e9;
	color: #999;
	padding: 5px 10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in;
}

.reply a:hover {
	color: #fff;
	background: #555;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

.comments .children .reply { text-align: left }

#cancel-comment-reply-link {
	position: relative;
	color: #999;
    margin: 0 0 0 0;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

#cancel-comment-reply-link:hover {
	color: #555;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

#cancel-comment-reply-link i {
	font-size: 18px;
	color: #DD574C;
}

#cancel-comment-reply-link i:hover {
	color: #555;
	cursor: pointer;
}

.comments .logged-in-as {
	float: left;
	font-size: 10px !important;
	text-transform: uppercase;
	color: #aaa;
}

.comments .logged-in-as a {
	color: #777;
}

.comments .logged-in-as a:hover {
	color: #555;
}

.comment-notes {
	width: 100% !important;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	color: #bbb;
}

.comment-notes .required {
	position: relative !important;
	top: auto !important;
	right: auto !important;
}

.comment-awaiting-moderation {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}

.vcard {
	width: 100%;
    float: left;
}

.vcard img {
    float: left;
	height: 35px;
	width: 35px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.fn {
    float: left;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 0;
}

.fn a { 
	color: #555;
}

.fn a:hover {
	background: none;
	color: #777;
}

.comment-info {
	margin-bottom: 20px;
	position: relative;
}

.comment-meta {
    float: left;
    margin: 0 0 0 12px;
    line-height: 11px;
}

.comment-time {
	text-transform: uppercase;
    font-size: 10px;
    color: #bbb;
    display: inline-block;
    margin-top: 4px;
}

.comment-time:hover {
	color: #999;
}

.comment-edit-link {
	font-size: 11px;
}

#comment-nav-below {
	display: inline-block;
	width: 100%;
	padding: 10px 10px 20px 10px;
	margin: -44px 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 1px #e7e7e7;
}

#comment-nav-below .nav-previous {
	float: left;
}

#comment-nav-below .nav-next {
	float: right;
}

/* ===[ Post Gallery Styles ]=== */

.alignleft { float: left }

.alignright { float: right }

.aligncenter { 
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bypostauthor { }

.archive .gallery-wrap, .search .gallery-wrap {
	display: none;
}
.gallery-wrap {
	margin-bottom: 25px;
}

/* ===[ Footer Styles ]=== */

#footer {
	display: inline-block;
	width: 100%;
}

#footer-toggle {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 35px;
	margin-left: -12px;
	padding-top: 4px;
	text-align: center;
	font-size: 18px;
	color: #999;
	background: #282D30;
	-webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in; 
}

#footer-toggle:hover {
	color: #fff;
	-webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in;
}

.footer-toggle-active i {
	color: #fff;
}

#footer-inside {
	margin-top: 50px;
	padding: 40px;
	background: #282D30;
	color: #777;
	text-align: center;
	line-height: 22px;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-inside .widget {
	float: left;
	width: 25%;
	font-size: 14px;
	padding: 0 4%;
}

#footer-inside .widget:last-child {
	margin-right: 0;
}

#footer-inside .widget a {
	color: #fff;
}

#footer-inside .widget a:hover {
	color: #ccc;
}

#footer-inside .widgettitle {
	display: inline-block;
	font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;	
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
	letter-spacing: 0px;
}

/* ===[ Various Default WordPress Styles ]=== */

.search-form {
	position: relative;
}

.sticky {}

.wp-caption {
	color: #999;
    max-width: 96%; /* Image does not overflow the content area */
    text-align: center;
    text-transform: uppercase;
}

.wp-caption.alignnone { margin: 5px 20px 20px 0 }

.wp-caption.alignleft { margin: 5px 40px 10px 0 }

.wp-caption.alignright { margin: 5px 0 10px 40px }

img.alignleft, img.alignright {
	padding: 5px;
}

img.alignleft {
	margin: 5px 40px 10px 0;
}

img.alignright {
	margin: 5px 0 10px 40px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 10px !important;
    margin: 0 !important;
    padding: 3px 0 0 0!important;
}

.gallery {
	margin-bottom: 30px !important;
	text-align: center;
}

.gallery-caption { text-align: center }

.gallery-item {
	float: none !important;
	display: inline-block;
    width: 115px !important;
    margin-right: 2px;
    margin-bottom: 2px;
}

.gallery-icon { width: 115px }

.gallery-item img {
    width: 75px;
    height: auto;
    padding: 5px;
    border: solid 1px #e6e6e6 !important;
}

/* ===[ WPCF7 Styles ]=== */

.wpcf7 p {
	font-size: 13px;
	font-weight: bold;
}

.wpcf7 input[type="text"], .wpcf7 textarea {
    color: #777;
    border: none;
    border: solid 1px #eee;
    border-bottom: solid 1px #ddd;
    background: #fff;
    font: 13px/22px 'Merriweather', Georgia, serif;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.wpcf7-submit {
	background: #DD574C;
	color:#fff;
	font-family: 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding:10px 20px;
	border: none;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
	-webkit-appearance: none;
}

.wpcf7-submit:hover {
	background: #555;
	cursor: pointer;
}

/* ===[ Chirp Styles ]=== */

.chirp .chirp-avatar {
	display: none;
}

.chirp .meta {
	font-size: 11px;
	display: block;
	margin-top: 10px;
}

/* ===[ Tag Cloud Styles ]=== */

.tagcloud a {
	background: #555;
	padding: 3px 8px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	color: #fff;
}

/* ===[ Custom Archive Page ]=== */

#archive {
	display: inline-block;
	width: 100%;
	border-top: solid 1px #eee;
	padding-top: 35px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 75px;
	-webkit-column-gap: 75px;
	column-gap:75px;
}

.archive-col {
	display: inline-block;
}

.archive-col ul {
	padding: 0;
	margin: 0 0 40px 0 !important;
}

.archive-col li {
	list-style-type: none;
	margin-bottom: 10px;
}

body:before{content:'';position:fixed;z-index:10;top:121px;left:50%;margin:0 -5px;width:10px;height:10px;background:#ff3f00;border-radius:20px}
body.logged-in:before{top:150px}

td{border-top:1px solid #ddd;padding:10px 0}
td h5{margin:1em 0 .5em 0}
td h5 ~ p{font-size:.8em;line-height:1.8;padding-right:2em;margin-bottom:10px!important}