/*
Theme Name: Jackdaw
Version: 1.0
Author: Bonfire Themes
Author URI: http://bonfirethemes.com/
Theme URI: http://bonfirethemes.com/
Description: A mobile theme for WordPress.
Tags: light, one-column, fluid-layout, responsive-layout, custom-background, custom-menu, featured-images, full-width-template
License: GNU GENERAL PUBLIC LICENSE, Version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*************************************************************
[TABLE OF CONTENTS]

- GENERAL STYLING
- CUSTOM PLACEHOLDER TEXT COLOR
- POST AUTHOR + DATE
- COMMENT COUNT
- STRUCTURE
- 404 PAGE
- SHOWING TAGS/CATEGORIES/SEACRH RESULTS/AUTHOR
- COMMENT FORM
- COMMENTS
- CONTACT FORM
- VIDEO CONTAINER
- LISTS
- HEADINGS
- DISPLAY NONE
- POSTS, PAGES
- POST PAGINATION
- CATEGORIES + TAGS
- NEXT PAGE, PREV PAGE (BLOG INDEX)
- POST FORMATTING
- CLEAR & ALIGNMENT
- GALLERY LAYOUT, COLUMNS
- PHOTOSWIPE CUSTOMIZATIONS
- SHORTCODE CUSTOMIZATIONS
- WORDPRESS TOOLBAR (IF WORDPRESS TOOLBAR ACTIVE, PUSH HEADER ELEMENTS DOWN A BIT)
*************************************************************/


/* GENERAL STYLING
**************************************************/
body {
	background-color:#F9F9FD;
}
html, body {
	-webkit-text-size-adjust:none;
}
body, body .search {
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
pre {
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;
}
th {
	padding-right:15px;
}
dt {
	font-weight:bold;
}
dd {
	margin-bottom:10px;
}
img, fieldset {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

img {
	max-width:100%;
	height:auto;
}
.post-shortcode {
	padding:0;
	max-width:1000px;
	margin:0 auto;
}
.featured-image {
	position:relative;
	z-index:999;
	overflow:hidden;
	padding:0;
	text-align:center;
	max-width:100%;
}
.attachment-post-thumbnail {
	width:1000px;
	min-width:280px;
	margin:0 auto;
	padding:0;

	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
}

.wrapper-outer { }
#sitewrap { margin:110px 6px 0 6px; }
#pagewrap {
	max-width:1000px;
	margin:0 auto;
}
a {
	/* remove the flickering effect of a tapped link when on a touch device */
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	
	color:#6E87BA;
	text-decoration: none;
	outline:none;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	transition: all .20s ease;
}
a:hover {
	text-decoration: underline;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	transition: all .20s ease;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 13px;
}
blockquote {
	font-size:20px;
	line-height:25px;
	color:#7E8689;
	padding:10px 20px 0 30px;
	margin-top:15px;
}
/* sticky post */
.sticky {
	display:inline-block;
	color:#D0C333;
	text-align:left;
}


/* CUSTOM PLACEHOLDER TEXT COLOR
**************************************************/
::-webkit-input-placeholder { color:#B4BCC1 !important; opacity:1; }
:-moz-placeholder { color:#B4BCC1 !important; opacity:1; }
::-moz-placeholder { color:#B4BCC1 !important; opacity:1; }
:-ms-input-placeholder { color:#B4BCC1 !important; opacity:1; }


/* POST AUTHOR + DATE
**************************************************/
.post-author-time-wrapper {
	position:relative;
	height:48px;
	display:block;
	max-width:1000px;
	display:block;
	text-align:center;
	margin:20px 0 0 0;
	padding:0;
	border-top:1px solid #EBEBEF;
	
	-webkit-appearance: none;
}
.post-author,
.post-time {
	position:absolute;
	top:16px;
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:500;
	font-size:13px;
	color:#989EA1;
}
.post-author {
	left:15px;
}
.post-time {
	right:15px;
}
.post-author a {
	color:#F1852E;
	text-decoration:none;
}
.post-author a:hover {
	text-decoration:underline;
}


/* COMMENT COUNT
**************************************************/
.comment-count {
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:500;
	font-size:11px;
	padding:17px 0 0 16px;
	
	text-align:left;
	text-transform:uppercase;
	letter-spacing:.025em;
}
/* links (front page) */
.comment-count a { color:#FE9100; }
.comment-count a:hover { text-decoration:underline; }


/* STRUCTURE
**************************************************/
.pagewidth {
	max-width:100%;
	position:relative;
	margin:0 auto;
}
#content {
	width:100%;
	margin:0 auto;
	position:relative;
	top:0;
}


/* 404 PAGE
**************************************************/
.error404 { background-color:#25292E; }
.error404 .entry-title { padding-top:30px; color:#F2F4F7; }
.error404 .entry-content { color:#A0AAB0; }
.error404 .entry-content a { color:#ECD34F; }
.error404 #footer { display:none; }


/* SHOWING TAGS/CATEGORIES/SEACRH RESULTS/AUTHOR
**************************************************/
.showing {
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:400;
	font-size:20px;
	line-height:22px;
	color:#9C9CA5;
	padding:40px 0 15px 10px;
	margin:0 auto;
	text-align:left;
	max-width:975px;
}
.showing span {
	color:#717171;
	text-align:left;
}
.tag-description {
	padding:0 0 17px 0;
}
.tag-description p {
	padding:0;
}


/* COMMENT FORM
**************************************************/
label[for=Comment] {
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:400;
	font-size:14px;
	color:#7C7C7C;
	padding-left:2px;
	
	position:absolute;
	z-index:99999;
	top:37px;
	
	pointer-events:none;
	
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
}
label[for=Name],
label[for=Email],
label[for=Url] {
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:400;
	font-size:14px;
	color:#7C7C7C;
	padding-left:2px;
	
	position:relative;
	z-index:99999;
	top:-7px;
	
	pointer-events:none;
	
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
}
#comment:focus,
#author:focus,
#email:focus,
#url:focus {
	border-bottom:1px solid #FE9900;
}
.comment-textarea-active {
	font-size:11px !important;
	top:14px !important;
	color:#A3A3A8 !important;
}
.comment-textfield-active {
	font-size:11px !important;
	top:-33px !important;
	color:#A3A3A8 !important;
}
#commentform-fields {
	position:relative;
	z-index:6;
	margin:0 0 10px 0;
	text-align:left;
}
#author-wrapper, #email-wrapper, #url-wrapper {
	position:relative;
	display:block;
	max-width:1000px;
	margin:5px 0 0 0;
	padding:0;
}
#author, #email, #url {
	width:100%;
	min-width:100px;
	height:28px;
	border:none;
	background:none;
	border-bottom:1px solid #DDDDE4;
	vertical-align:bottom;
	
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:400;
	font-size:20px;
	line-height:23px;
	color:#575A5E;
	
	border-radius:0;
	margin:0 0 -20px 0;
	padding:43px 0 3px 2px;
	
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
}
#comment-wrapper {
	display:table-header-group;
	max-width:1000px;
	text-align:left;
	border:1px solid #000;
}
#comment {
	position:relative;
	width:100%;
	height:28px;
	display:block;
	margin:0;
	padding:33px 0 0 2px;
	background:none;
	border:none;
	border-bottom:1px solid #DDDDE4;
	border-radius:0;

	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:400;
	font-size:20px;
	line-height:27px;
	color:#575A5E;
	
	resize:none;
	position:relative;
	z-index:5;
}
#comments {
	margin:0;
	padding:0;
}
#respond {
	max-width:975px;
	padding:0 15px 10px 15px;
	margin:0 auto 0 auto;
	position:relative;
	clear:both;
	text-align:center;
}
#respond-closed {
	text-align:center;
	padding:27px 20px 25px 15px;
	max-width:950px;
	margin:0 auto;
}
#respond #cancel-comment-reply-link:before {
	content:'Cancel reply';
	font-family:'Roboto',tahoma,family,verdana;
	font-weight:400;
	color:#D48700;
	font-size:13px;
	bottom:31px;
	left:17px;
	position:absolute;
	padding:0;
	z-index:6;
}
#respond #cancel-comment-reply-link:hover:before {
	text-decoration:underline;
}
.form-submit {
	width:100%;
	text-align:left;
}
#submit {
	position:relative;
	z-index:999;
	float:right;
	padding:10px 18px;
	margin:20px 0;
	cursor:pointer;
	border:none;
	
	-webkit-box-shadow:1px 1px 0px 0px rgba(50, 50, 50, 0.17);
	-moz-box-shadow:1px 1px 0px 0px rgba(50, 50, 50, 0.17);
	box-shadow:1px 1px 0px 0px rgba(50, 50, 50, 0.17);
	
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:700;
	font-size:11px;
	color:#fff;
	
	text-decoration:none;
	background-color:#00BBD4;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	
	-webkit-appearance:none;
}
#submit:hover {
	text-decoration:underline;
}

/* place comment box above the textfields */
#commentform {
	display:table;
	width:100%;
}
.logged-in-as {
	font-size:10px;
	text-transform:uppercase;
	position:absolute;
	bottom:2px;
	margin:0;
	color:#ccc;
	display:none;
	height:20px;
}
.logged-in-as a {
	color:#ccc;
}

/* comment HTML tags and attributes */
.comment-tags-attributes {
	font-size:11px;
	line-height:16px;
	color:rgba(255,255,255,0.15);
	padding:10px 11px 0 9px;
	margin:0 25px;
}


/* COMMENTS
**************************************************/
.comments-wrapper {
	max-width:100%;
	margin:10px auto 0 auto;
	padding:0;
}
.commentwrap {
	text-align:left;
	width:100%;
	max-width:100%;
	padding:0 15px;
	position:relative;
	clear:both;
	z-index:5;
}
/* comment title */
.comment-title, #reply-title {
	margin:0 0 10px;
	padding:0;
}
/* comment pagenav */
.commentwrap .pagenav {
	margin:10px auto;
	border:none;
	
	max-width:940px;
	font-size:20px;
	line-height:25px;
	color:#899295;
	padding:3px 20px 0 24px;
}
.commentwrap .pagenav a {
	color:#A18B23;
	text-decoration:none;
}
.commentwrap .pagenav a:hover {
	text-decoration:underline;
}
.commentwrap .pagenav.top {
	max-width:940px;
	margin:0 auto;
}
/* commentlist */
.commentlist {
	max-width:980px;
	padding:0 3px 15px 3px;
	margin:2px auto 0 auto;
	left:10px;
	z-index:5;
}
ul.children li { padding-top:20px; }
.commentlist li {
	margin:0 10px;
	padding:23px 0 22px 0;
	list-style:none;
	position:relative;
	border-bottom:1px solid #E5E5E9;
}
.commentlist li:last-child {
	border-bottom:none;
}
/* nested comment */
.children li {
	padding:0 0 0 15px;
	margin:0;
	border-bottom:none;
}
/* comment container */
.commentlist .comment-container {
	display:block;
	overflow:hidden;
	padding:10px 5px 0 0;
	min-height:50px;
}
/* comment entry */
.commentlist .comment-entry {
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:400;
	font-size:14px;
	line-height:20px;
	color:#666670;
	display:block;
	clear:both;
	padding:0 3px;
}
.commentlist .comment-entry .awaiting-moderation {
	font-size:10px;
}
/* comment avatar */
.commentlist .comment-avatar {
	display:block;
	height:34px;
}
.commentlist .comment-avatar img {
	width:34px;
	height:34px;
	margin:0 12px 0 1px;
	float:left;
	
	border-radius:1px;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
}
/* comment author */
.commentlist .comment-author {
	padding:0;
	margin:8px 0 0 0;
	display:inline-block;
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:500;
	font-size:14px;
	color:#525C64;
}
.commentlist .comment-author a {
	color:#00BBD4;
	text-decoration:underline;
}
.commentlist .comment-author a:hover { text-decoration:none; }
.commentlist .bypostauthor .comment-author:before {
	content:'Author';
	margin-right:4px;
	color:#9AAEB1;
}
/* comment reply button */
.commentlist .comment-reply-link {
	font-weight:500;
	display:inline-block;
	margin-top:13px;
	color:#FF8C36;
	text-decoration:underline;
}
.commentlist .comment-reply-link:hover {
	text-decoration:none;
}
/* comment edit link */
.comment-edit-link {
	font-weight:500;
	color:#00BBD4;
	margin-left:10px;
	display:inline-block;
	text-decoration:underline;
}
.comment-edit-link:hover { text-decoration:none; }
/* default commentlist list styles */
.commentlist .comment-entry ul {
	list-style-type:disc;
	list-style-position:inside;
}
.commentlist .comment-entry ul li {
	list-style-type:disc;
	list-style-position:inside;
	margin:0;
	padding:0;
}
.commentlist .comment-entry ol {
	list-style-type:decimal;
	list-style-position:inside;
}
.commentlist .comment-entry ol li {
	list-style-type:decimal;
	list-style-position:inside;
	margin:0;
	padding:0;
}
.commentlist .comment-entry ul ul,
.commentlist .comment-entry ol ul {
	list-style-type:circle;
	list-style-position:inside;
}
.commentlist .comment-entry ol ol,
.commentlist .comment-entry ul ol {
	list-style-type:lower-latin;
	list-style-position:inside;
}


/* CONTACT FORM
**************************************************/
#contactform-wrapper {
	width:100%;
	background-color:#F9F9FD;
	margin-bottom:-30px;
}
.formstatusok {
	height:45px;
	text-transform:uppercase;
	
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#fff;
	
	background:#34AE20;
	padding:20px 12px 20px 15px !important;
	text-align:center;
	margin:0 10px;
	max-width:973px;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.formstatuserror {
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#fff;
	background:#B83E4F;
	padding:12px 12px 15px 15px !important;
	margin:0 10px;
	max-width:973px;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#name,
#mail {
	height:30px;
	border:none;
	border-bottom:2px solid #DDDDE4;
	background:none;
	border-radius:0;
	
	font-family:'Roboto',arial,tahoma;
	font-weight:400;	
	font-size:14px;
	line-height:18px;
	color:#575A5E;	
	
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
}
#name:focus,
#mail:focus {
	border-bottom:2px solid #87B4F9;
}
#name-wrapper,
#mail-wrapper {
	margin:3px 25px 0 15px;
}
#name, #mail {
	width:100%;
	padding:21px 5px 2px 2px;
	margin:0;
}
#mail {
	margin-bottom:10px;
}
#message-wrapper {
	padding:15px 17px 0 14px;
}
#message {
	width:100%;
	height:32px;
	display:block;
	margin:0;
	padding:14px 0 0 2px;
	background:none;
	border:none;
	border-bottom:2px solid #DDDDE4;

	font-family:'Roboto',arial,tahoma;
	font-weight:400;	
	font-size:14px;
	line-height:18px;
	color:#575A5E;
	
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	
	resize:none;
	position:relative;
	z-index:5;
	background:none;
}
#message:focus {
	border-bottom:2px solid #87B4F9;
}
/* send message button */
#contact-submit {
	padding:10px 18px;
	margin:15px 0 30px 15px;
	cursor:pointer;
	border:none;
	
	-webkit-box-shadow:1px 1px 0px 0px rgba(50, 50, 50, 0.17);
	-moz-box-shadow:1px 1px 0px 0px rgba(50, 50, 50, 0.17);
	box-shadow:1px 1px 0px 0px rgba(50, 50, 50, 0.17);
	
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:700;
	font-size:11px;
	color:#fff;
	
	text-decoration:none;
	background-color:#00BBD4;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	
	-webkit-appearance:none;
}
#contact-submit:hover {
	text-decoration:underline;
}
/* contact form placeholder */
#message input::-webkit-input-placeholder { color:#979494 !important; }
#message input:-moz-placeholder { color:#979494 !important; }
#message input::-moz-placeholder { color:#979494 !important; }
#message input:-ms-input-placeholder { color:#979494 !important; }


/* VIDEO CONTAINER
**************************************************/
.post-video {
	position:relative;
	padding-bottom:55%;
	padding-top:10px;
	height:0;
	overflow:hidden;
	margin:0 0 0 0;
}
.post-video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}

.video-container {
	position:relative;
	padding-bottom:55.5%;
	padding-top:10px;
	height:0;
	overflow:hidden;
	margin:0 auto;
	max-width:1000px;	
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}
.video-container:empty {
	display:none;
}
iframe {
}


/* LISTS
**************************************************/
ul, ol {
}
li {
	margin: 0 0 0 0;
	padding: 0;
}

.entry-content ul li {
	margin:0 12px 0 18px;
	text-align:left;
}

.entry-content ol li {
	margin: 0 12px 0 21px;
	text-align:left;
}


/* HEADINGS
**************************************************/
h1, h2, h3, h4, h5, h6 {
	margin-top:20px;
	color:#454545;
	padding:0 0 10px 0;
}
h1 { font-size: 35px; line-height: 40px; }
h2 { font-size: 32px; line-height: 36px; }
h3 { font-size: 29px; line-height: 33px; }
h4 { font-size: 26px; line-height: 29px; }
h5 { font-size: 23px; line-height: 27px; }
h6 { font-size: 20px; line-height: 25px; }


/* DISPLAY NONE
**************************************************/
.display-none {
	display:none;
}


/* POSTS, PAGES
**************************************************/
/* content wrapper */
.content-wrapper {
	max-width:1000px;
	margin:0 auto 10px auto;
	padding:0;
	background:#fff;
	
	-webkit-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.3);
	box-shadow:0px 0px 2px 0px rgba(0,0,0,0.3);
}
/* page wrapper */
.page-wrapper {
	max-width:1000px;
	margin:10px auto 30px auto;
	padding:0;
}
.post {
	margin:0;
	padding:0;
}
.entry-content {
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:400;
	font-size:15px;
	line-height:22px;
	color:#7C8184;
	text-align:left;
	margin:0;
	padding:0 15px 0 15px;
	min-height:75px;
	
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.entry-content strong { font-weight:700; }
.entry-content p {
	margin:0 0 20px 0;
	padding:0;	
}
.entry-content span p {
	padding:0;
	margin:0;
}
.entry-content a {
	color:#A18B23;
	text-decoration:underline;
}
.entry-content a:hover {
	text-decoration:none;
}
.entry-content img, .excerpt img {
	width:auto;
	padding:0;
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.entry-content img a {
}
.entry-content a img:hover {
}

/* mini divider */
.mini-divider {
	border-bottom:2px solid #252525;
	width:45px;
	margin:20px 0 28px 0;
}
.page-end-spacer {
	height:5px;
	display:block;
}
/* post, page titles */
h1.entry-title { line-height:24px; }
.entry-title {
	font-family:'Roboto',arial,tahoma;
	font-weight:300;
	text-align:left;
	
	-ms-word-wrap:break-word;
	word-wrap:break-word;

	margin:5px 15px 21px 15px;
	padding:0;
	font-size:23px;

	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	transition:all .25s ease;
}
/* page-only title top padding */
.page-wrapper .entry-title { padding-top:15px; }
.entry-title,
.entry-title a {
	color:#393A3B;
}
.entry-title a:hover {
	text-decoration:underline;
}

/* read more link */
.more-button {
	position:relative;
	max-width:1000px;
	display:block;
	text-align:center;
	margin:0;
	padding:0;
	border-top:1px solid #EBEBEF;
	
	-webkit-appearance: none;
}
.more-button a {
	position:relative;
	z-index:999;
	width:100%;
	display:block;
	padding:15px 0 15px 0;
	
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:700;
	font-size:13px;
	color:#F1852E;
	text-decoration:none;
}
.more-button a:hover {
	text-decoration:underline;
}
/* post edit link */
.post-edit-link {
	display:block;
	margin:0 auto;
	padding:10px 0 20px 0;
	text-align:center;
	text-decoration:none;
	width:100px;
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:700;
	font-size:13px;
	color:#5196D6;
}
.post-edit-link:hover {
	text-decoration:underline;
}


/* POST PAGINATION
**************************************************/
.link-pages p {
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#7C8184;
	margin:0 20px 30px 15px;
}
.link-pages a {
	color:#A18B23;
	text-decoration:underline;
}
.link-pages a:hover {
	text-decoration:none;
}


/* CATEGORIES + TAGS
**************************************************/
.post-cat,
.post-tag {
	font-family:'Roboto',arial,tahoma,verdana;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#7C8184;
	padding:0 20px 2px 15px;
}
.post-cat a,
.post-tag a{
	color:#A18B23;
	text-decoration:none;
}
.post-cat a:hover,
.post-tag a:hover {
	text-decoration:underline;
}


/* NEXT PAGE, PREV PAGE (BLOG INDEX)
**************************************************/
/* wrapper */
.post-nav {
	max-width:970px;
	margin:30px auto 40px auto;
	height:40px;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.post-nav-fade {
	opacity:0;
}
.post-nav-hide {
	display:none;
}

/* prev inactive */
.post-nav .prev-inactive {
	display:block;
	float:left;
	margin:0 0 15px 1px;
	width:75px;
	height:40px;
	background: url(images/prev-page-inactive.png) no-repeat center center;
}
/* Retina display .post-nav .prev-inactive */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .prev-inactive { background-size: 35px 10px !important; background: url(images/prev-page-inactive@2x.png) no-repeat center center;}
}

/* next inactive */
.post-nav .next-inactive {
	display:block;
	float:right;
	margin:0 1px 15px 0;
	width:75px;
	height:40px;
	background: url(images/next-page-inactive.png) no-repeat center center;
}
/* Retina display .post-nav .next-inactive */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .next-inactive { background-size: 35px 10px !important; background: url(images/next-page-inactive@2x.png) no-repeat center center;}
}


/* previous posts */
.post-nav .prev {
	opacity:.15;
	display:block;
	width:75px;
	height:40px;
	
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	transition: all .15s ease;
	
	background: url(images/prev-page.png) no-repeat center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .prev { background-size: 35px 10px !important; background: url(images/prev-page@2x.png) no-repeat center center;}
}

/* next posts */
.post-nav .next {
	opacity:.15;
	display:block;
	width:75px;
	height:40px;
	background: url(images/next-page.png) no-repeat center center;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}
/* Retina display .post-nav .next */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .next { background-size: 35px 10px !important; background: url(images/next-page@2x.png) no-repeat center center;}
}

.post-nav .prev-inactive .prev:hover, .post-nav .next-inactive .next:hover {
	opacity:0.35;
}


/* POST FORMATTING
**************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	padding:0;margin:0;
}
img.alignleft {
	padding-right:20px;
	padding-bottom:10px;
}
img.alignright {
	padding-left:20px;
	padding-bottom:10px;
}
img.aligncenter {
	margin:0 auto;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
.wp-caption {
	max-width:100%;
	margin:0;
	padding:0;
}

.wp-caption.alignleft {
	padding-right:20px;
	padding-bottom:10px;
}
.wp-caption.alignright {
	padding-left:20px;
	padding-bottom:10px;
}
.wp-caption.aligncenter {
	margin: 0 auto;
}
.wp-caption img {
	margin: 0;
	padding:0;
}
.wp-caption-text {
	font-size: 14px;
	line-height:16px;
	text-align: center;
	color:#999;
	margin: 5px 0 20px 0;
	min-width:100%;
}


/* CLEAR & ALIGNMENT
**************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; clear: both; height: 0; }
.clearfix, #body, #footer, footer, .pagenav, #main-nav, .menu, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; }


/* GALLERY LAYOUT, COLUMNS
**************************************************/
.gallery-item { margin-top:0 !important; }

.entry-content .gallery {
	margin: 0 0 -14px 0;
}
#content .gallery-item img { border:0; margin-bottom:-8px;}
.gallery-caption {
	color:#615D5D;
}
#content .gallery-columns-1 .gallery-item img,
#content .gallery-columns-2 .gallery-item img,
#content .gallery-columns-3 .gallery-item img,
#content .gallery-columns-4 .gallery-item img,
#content .gallery-columns-5 .gallery-item img,
#content .gallery-columns-6 .gallery-item img,
#content .gallery-columns-7 .gallery-item img,
#content .gallery-columns-8 .gallery-item img,
#content .gallery-columns-9 .gallery-item img {
	width:100%;
	height:auto;
}
#content .gallery-columns-1 .gallery-item,
#content .gallery-columns-2 .gallery-item,
#content .gallery-columns-3 .gallery-item,
#content .gallery-columns-4 .gallery-item,
#content .gallery-columns-5 .gallery-item,
#content .gallery-columns-6 .gallery-item,
#content .gallery-columns-7 .gallery-item,
#content .gallery-columns-8 .gallery-item,
#content .gallery-columns-9 .gallery-item {
	width:100%;
}
#content .gallery-columns-2 .gallery-item {
	width:50%;
}
#content .gallery-columns-3 .gallery-item {
	width:33.333333333333%;
}
#content .gallery-columns-4 .gallery-item {
	width:25%;
}
#content .gallery-columns-5 .gallery-item {
	width:20%;
}
#content .gallery-columns-6 .gallery-item {
	width:16.66666666666667%;
}
#content .gallery-columns-7 .gallery-item {
	width:14.28571428571429%;
}
#content .gallery-columns-8 .gallery-item {
	width:12.5%;
}
#content .gallery-columns-9 .gallery-item {
	width:11.11111111111111%;
}


/* PHOTOSWIPE CUSTOMIZATIONS
**************************************************/
/* fix iOS flicker when scroll begins on thumbnail */
.gallery-item img { -webkit-backface-visibility: hidden; }
.gallery { margin:0 0 20px 0 !important; }
.opacity-full { opacity:1 !important; }
.gallery-icon { overflow:hidden; }
.gallery-icon a img {
	margin:0 0 -7px 0;
	padding:0;
	
	-webkit-transition:all .15s ease;
	-moz-transition:all .15s ease;
	transition:all .15s ease;
}
.gallery-icon a img:hover {
	position:relative;
	opacity:.8;
}

/* hide the image description */
.ps-caption { display:none !important; }
/* navigation always visible */
.ps-toolbar { opacity:0.8 !important; }

/* load nav icons from theme */
div.ps-toolbar div div.ps-toolbar-content {
	width:44px;
	height:44px;
	margin:0 auto 0;
	background-image:url(images/icons.png);
	background-repeat:no-repeat;
}
/* adjust toolbar */
div.ps-toolbar { 
	background: #0B0B0B;
	height: 60px;
	padding-top:8px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar-previous div.ps-toolbar-content { background-position: -48px 0; }
div.ps-toolbar-previous-disabled div.ps-toolbar-content { background-position: -48px -44px; }
div.ps-toolbar-next div.ps-toolbar-content { background-position: -95px 0; }
div.ps-toolbar-next-disabled div.ps-toolbar-content { background-position: -95px -44px; }
div.ps-toolbar-play div.ps-toolbar-content { background-position: -88px 0; }

/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
div.ps-toolbar div div.ps-toolbar-content {
	-moz-background-size: 176px 88px;
	-o-background-size: 176px 88px;
	-webkit-background-size: 176px 88px;
	background-size: 176px 88px;
	background-image: url(images/icons@2x.png);
}
}
/* remove border from toolbar */
div.ps-toolbar, div.ps-toolbar-top {
	border: none !important;
}

/* close button width */
div.ps-toolbar-close {
	width:65px;
}
/* prevbutton width */
div.ps-toolbar-previous {
	width:47px;
}
/* next button width */
div.ps-toolbar-next {
	width:55px;
}
/* hide play button */
div.ps-toolbar-play {
	visibility:hidden;
}


/* SHORTCODE CUSTOMIZATIONS
**************************************************/
/* progress bar */
.progress-description { margin-top:5px; }
/* button font */
.button, .buttonsilver, .buttongreen, .buttonblue, .buttonsalmon, .buttonred, .buttonorange, .buttonpink {
	font-size:12px !important;
	color:#fff;
	padding:5px 33px 3px 33px;
}
/* button margin */
.button-wrapper {
	margin:30px 0;
}
/* custom button colors */
.button { color:#666; }
.buttonsilver {
	background-color:#AFB8BD;
}
.buttongreen {
	background-color:#3CC682;
}
.buttonblue {
	background-color:#1FB6DB;
}
.buttonsalmon {
	background-color:#E58073;
}
.buttonred {
	background-color:#D64957;
}
.buttonorange {
	background-color:#E1985F;
}
.buttonpink {
	background-color:#D238A4;
}
/* info box title+desc color */
.infobox-title, .infobox-description { color:#454545; }


/* WORDPRESS TOOLBAR (IF WORDPRESS TOOLBAR ACTIVE, PUSH HEADER ELEMENTS DOWN A BIT)
**************************************************/
.wp-toolbar-active { margin-top:32px; }
/* for the thicker, mobile admin bar */
@media screen and (max-width: 782px) {
	.wp-toolbar-active { margin-top:46px; }
}
/* if WordPress amin bar active, keep it above everything else */
#wpadminbar { z-index:9999999999999999999999999999; }