/*
Theme Name: Breezy
Version: 1.0
Author: Bonfire Themes
Author URI: http://bonfirethemes.com/
Theme URI: http://bonfirethemes.com/
Description: A Lightweight 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
- HEADER + LOGO
- HEADINGS
- DISPLAY NONE
- POSTS, PAGES
- POST PAGINATION
- CATEGORIES + TAGS
- PREV/NEXT POST BUTTONS
- NEXT PAGE, PREV PAGE (BLOG INDEX)
- POST FORMATTING
- CLEAR & ALIGNMENT
- GALLERY LAYOUT, COLUMNS
- PHOTOSWIPE CUSTOMIZATIONS
- SHORTCODE CUSTOMIZATIONS
- MORPH MENU CUSTOMIZATIONS
- CUSTOM PLACEHOLDER
- WORDPRESS TOOLBAR (IF WORDPRESS TOOLBAR ACTIVE, PUSH HEADER ELEMENTS DOWN A BIT)
*************************************************************/

/* GENERAL STYLING
**************************************************/
body {
	background-color:#f3f3f3;
}
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:10px 0 0 0; } /* was 65px 10px 0 10px */
#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:#a1a6ae;
	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 10px 0 10px; /* was 10px 20px 0 30px */
	/* margin-top:15px; */
	border-left: solid 5px #eeeeee;
}
/* 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 {
	display:block;
	max-width:1000px;
	display:block;
	text-align:center;
	margin:0 0 5px 21px; /* was 0 0 14px 21px */ 
	padding:10px 0 0 0;
	text-align:left;
	
	-webkit-appearance:none;
}
.post-author,
.post-time {
	font-family:Arial;
	font-weight:500;
	font-size:13px;
	color:#A1A6AE;
	display:inline-block;
}
.post-author { padding:1px 5px 0 0; }
.post-time {
	border-left:1px solid #E4E4E9;
	padding:1px 0 0 8px;
}
.post-author a {
	color:#FF7043;
	text-decoration:none;
}
.post-author a:hover {
	text-decoration:underline;
}


/* COMMENT COUNT
**************************************************/
.comment-count {
	font-family:Arial;
	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:Arial;
	font-weight:500;
	font-size:14px;
	line-height:15px;
	color:#BCBCC9;
	padding:25px 0 10px 10px;
	margin:0 auto;
	text-align:left;
	max-width:990px;
}
.showing span {
	color:#63666F;
	text-align:left;
}
.tag-description {
	padding:0 0 17px 0;
}
.tag-description p {
	padding:0;
}


/* COMMENT FORM
**************************************************/
#comment:focus,
#author:focus,
#email:focus,
#url:focus {
	border-bottom:1px solid #51A2F1;
}
#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:Arial;
	font-weight:400;
	font-size:16px;
	line-height:20px;
	color:#575A5E;
	
	border-radius:0;
	margin:0;
	padding:15px 0 1px 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:Arial;
	font-weight:400;
	font-size:16px;
	line-height:20px;
	color:#575A5E;
	
	resize:none;
	position:relative;
	z-index:5;
}
#comments {
	margin:0;
	padding:0;
}
#respond {
	max-width:975px;
	padding:0 10px 10px 10px;
	margin:0 auto 0 auto;
	position:relative;
	clear:both;
	text-align:center;
}
#respond-closed {
	font-family:Arial;
	font-weight:400;
	font-size:14px;
	line-height:18px;
	color:#A3A9AF;
	
	text-align:center;
	padding:27px 20px 50px 15px;
	max-width:950px;
	margin:0 auto;
}
#respond #cancel-comment-reply-link:before {
	content:'Cancel reply';
	font-family:Arial;
	font-weight:400;
	color:#D48700;
	font-size:13px;
	bottom:31px;
	left:12px;
	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 30px;
	margin:5px -2px 10px 0;
	cursor:pointer;
	border:none;
	
	font-family:Arial;
	font-weight:500;
	font-size:13px;
	color:#fff;
	
	text-decoration:none;
	background-color:#00BBD4;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	-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:20px auto 0 auto;
	padding:0;
}
.commentwrap {
	text-align:left;
	width:100%;
	max-width:100%;
	padding:0;
	margin:0;
	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:5px;
	z-index:5;
}
ul.children li { padding-top:20px; }
.commentlist li {
	margin:0 5px;
	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:Arial;
	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:Arial;
	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%;
	margin-bottom:-20px;
}
.formstatusok {
	height:45px;
	
	font-family:Arial;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#fff;
	
	background:#34AE20;
	padding:20px 12px 20px 15px !important;
	text-align:center;
	margin:0 0 -20px 0;
	max-width:973px;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.formstatuserror {
	font-family:Arial;
	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:23px;
	border:none;
	border-bottom:1px solid #DDDDE4;
	background:none;
	border-radius:0;
	
	font-family:Arial;
	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:1px solid #87B4F9;
}
#name-wrapper,
#mail-wrapper {
	margin:3px 27px 0 17px;
}
#name, #mail {
	width:100%;
	padding:21px 5px 2px 2px;
	margin:0;
}
#mail {
	margin-bottom:10px;
}
#message-wrapper {
	padding:15px 22px 0 17px;
}
#message {
	width:100%;
	height:24px;
	display:block;
	margin:0;
	padding:14px 0 0 2px;
	background:none;
	border:none;
	border-bottom:1px solid #DDDDE4;

	font-family:Arial;
	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:1px solid #87B4F9;
}
/* send message button */
#contact-submit {
	padding:10px 25px;
	margin:10px 0 19px 17px;
	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:Arial;
	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 {
	max-width: 100%;
}

.force200height iframe {
	min-height: 200px;
	max-height: 354px;
}

.fix-aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.fix-aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}


/* LISTS
**************************************************/
ul, ol {
	margin-bottom: 15px;
}
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;
}

/* HEADER + LOGO
**************************************************/
.breezy-header {
	position:absolute !important;
	z-index:99999;
	top:0;
	width:100%;
	height:64px;
	background-color:#000000;
	opacity:.97;
}
/* logo wrapper */
.breezy-logo-wrapper {

width: calc(100% - 30px);
text-align: center;

	position:absolute;
	top:5px;
	left:15px;
	height:57px;
	display:table;
	-webkit-margin-before:1px;
	
	-webkit-transition:opacity .2s ease .3s, top 0s ease .3s;
	-moz-transition:opacity .2s ease .3s, top 0s ease .3s;
	-ms-transition:opacity .2s ease .3s, top 0s ease .3s;
	transition:opacity .2s ease .3s, top 0s ease .3s;
}
/* if logo is an image */
.breezy-logo-image {
	display:table-cell;
	vertical-align:middle;
}
.breezy-logo-image img {
	width:auto;
	max-height:34px;
}
/* if logo is text */
.breezy-logo {
	display:table-cell;
	vertical-align:middle;
}
.breezy-logo a {
	font-family: Arial;
	font-weight:500; /* was 500 */
	font-size:18px;
	text-decoration:none;
	letter-spacing:0;
	color:#fff;
	margin:0 12px 0 0;
	padding:0;
	
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}
.breezy-logo a:hover {
	text-decoration:none;
	color:#fff;
}


/* HEADINGS
**************************************************/
h1, h2, h3, h4, h5, h6 {
	margin-top:20px;
	color:#454545;
	padding:0 0 10px 0;
}
h1 { font-size:20px; line-height:22px; }
h2 { font-size:19px; line-height:21px; }
h3 { font-size:18px; line-height:20px; }
h4 { font-size:17px; line-height:19px; }
h5 { font-size:16px; line-height:18px; }
h6 { font-size:15px; line-height:17px; }


/* DISPLAY NONE
**************************************************/
.display-none {
	display:none;
}


/* POSTS, PAGES
**************************************************/
/* content wrapper */
.content-wrapper {
	max-width:1000px;
	margin:0 auto 10px auto;
	padding:0;
	background-color:#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);
}
/* content wrapper (pages) */
.content-wrapper-page {
	max-width:1000px;
	margin:0 auto 10px auto;
	padding:0 0 20px 0;
	background-color:#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 0 auto;
	padding:0;
}
.post {
	margin:0;
	padding:0;
}
.entry-content {
	font-family:Arial;
	font-weight:400;
	font-size:18px;
	line-height:30px;
	color:#4e5255; /* was 7D8387 */
	text-align:left;
	margin:0;
	padding:0 21px 0 21px;
	min-height:50px;

}
.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:#990000;
	font-weight: bold;
	text-decoration:underline;
}
.entry-content a:hover {
	text-decoration:underline;
}
.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:22px; }
.entry-title {
	font-family:Arial;
	font-weight:1000;
	text-align:left;
	
	-ms-word-wrap:break-word;
	word-wrap:break-word;

	margin:5px 21px 23px 21px;
	/* padding:0; */
	padding-bottom: 18px;
	font-size:20px;

	-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:25px; }
.entry-title,
.entry-title a {
	color:#393A3B;
}
.entry-title a:hover {
	text-decoration:underline;
}

/* read more link */
.more-button {
	position:relative;
	max-width:100%;
	display:block;
	text-align:left;
	margin:40px 15px 0 15px;
	padding:1px 5px 3px 5px;
	border-top:1px solid #E1E3E4;
	
	-webkit-appearance: none;
}
.more-button a {
	width:100%;
	display:block;
	padding:15px 0 15px 0;
	
	font-family:Arial;
	font-weight:500;
	font-size:14px;
	color:#589FE4;
	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:Arial;
	font-weight:700;
	font-size:13px;
	color:#5196D6;
}
.post-edit-link:hover {
	text-decoration:underline;
}


/* POST PAGINATION
**************************************************/
.link-pages p {
	font-family:Arial;
	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:Arial;
	font-weight:400;
	font-size:14px;
	line-height:20px;
	color:#9CA4A9;
	padding:2px 21px 18px 21px;
}
.post-tag { padding-top:7px; }
.post-cat a,
.post-tag a {
	color:#FE7449;
	text-decoration:none;
}
.post-cat a:hover,
.post-tag a:hover {
	text-decoration:underline;
}


/* PREV/NEXT POST BUTTONS
**************************************************/
/* prev/next post buttons */
.next-prev-post-wrapper {
	height:37px;
	margin:10px 15px 0 15px;
	padding:13px 10px 0 0;
	max-width:100%;
	border-top:1px solid #E0E2E4;
	text-align:right;
}
.next-prev-post-wrapper a {
	font-family:Arial;
	font-weight:400;
	font-size:13px;
	color:#9CA4A9;
	margin:0 1px;
}
.next-prev-post-wrapper span {
	font-size:10px;
	color:#9CA4A9;
}


/* 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;
	margin-left: -21px;
	max-width: 120%;
}
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, .content-wrapper:after
{ visibility: hidden; display: block; font-size: 0; clear: both; height: 0; }
.clearfix, #body, #footer, footer, .pagenav, #main-nav, .menu, #content, .content-wrapper
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content, .content-wrapper
{ display: block; }


/* GALLERY LAYOUT, COLUMNS
**************************************************/
.gallery-item { margin-top:0 !important; }

.entry-content .gallery {
	margin: 0 0 -14px 0;
	display: grid;
	gap: 4px;
}
.entry-content .gallery br {
	display: none;
}
#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: 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: auto;
}
#content .gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
#content .gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
#content .gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
#content .gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
#content .gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
#content .gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
#content .gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
#content .gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}


/* PHOTOSWIPE CUSTOMIZATIONS
**************************************************/
/* fix iOS flicker when scroll begins on thumbnail */
.gallery-item img { -webkit-backface-visibility: hidden; }
.gallery { margin:0 0 25px 0 !important; } /* was 0 0 5px 0 *.
.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; }


/* MORPH MENU CUSTOMIZATIONS
**************************************************/
/* menu button */
.morph-main-menu-button:after,
.morph-main-menu-button:before,
.morph-main-menu-button div.morph-main-menu-button-middle:before { background-color:#EDF6FF; }

/* make sure 'Add to Homescreen' plugin appears above header */
#addToHomeScreen { z-index:9999999999 !important; }

/* CUSTOM PLACEHOLDER
**************************************************/
::-webkit-input-placeholder { color:#A3A9AF !important; font-size:14px; opacity:1; }
:-moz-placeholder { color:#A3A9AF !important; font-size:14px; opacity:1; }
::-moz-placeholder { color:#A3A9AF !important; font-size:14px; opacity:1; }
:-ms-input-placeholder { color:#A3A9AF !important; font-size:14px; opacity:1; }


/* 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; }

/* SEARCH RESULTS LAYOUT FIX
**************************************************/
/* Search results container */
.search .content-wrapper {
    overflow: hidden;
    min-height: 120px;
}

/* Search results thumbnail container */
.search .content-wrapper span {
    float: left !important;
    width: 120px !important;
    max-width: 120px !important;
    padding: 20px 20px 10px 20px !important;
    box-sizing: border-box;
}

/* Search results thumbnail image */
.search .content-wrapper span img {
    width: 100% !important;
    height: auto !important;
    max-width: 80px !important;
    max-height: 60px !important;
    object-fit: cover;
    border-radius: 3px;
}

/* Search results content area */
.search .content-wrapper .post-author-time-wrapper,
.search .content-wrapper .entry-title {
    margin-left: 130px !important;
}

/* Search results title */
.search .content-wrapper .entry-title {
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
}

/* Search results meta */
.search .content-wrapper .post-author-time-wrapper {
    margin-bottom: 0 !important;
}

/* Clear floats after each search result */
.search .content-wrapper::after {
    content: "";
    display: table;
    clear: both;
}