/*
Description: This design was custom made by Carol of Sin21 Designs.
This theme is not to be used or redistributed without the explicit permission of Carol L.
Version: 1.0.1
Author: Carol L. (admin@sin21.org)
Author URI: http://sin21.org

--------------------------
	Design Colors
--------------------------

red F02424 (accent color 1)
blue 06B4B4 (accent color 2)
dark grey 1A1A1A (text accent color)
fff - white
e1e1e1 - light grey (border colors)

Note: Be sure to check the nav.css for any additional color codes 
featured above to assure that all colors are changed.

*/

/* Main
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,500,500i,600,600i,700,700i|Playfair+Display:400,700,400i,700i|Fira+Sans+Condensed:400,700');

body {
	margin:0;
	background:#fff;
	font:400 14px/24px 'Fira Sans', sans-serif;
	line-height:190%;
	text-align:left;
	word-wrap: break-word;
}

html {
	box-sizing:border-box;
}

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


a {
	color:inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color:#F02424;
	text-decoration: none;
}

img {
	margin:0;
	padding:0;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0 0 9px #e1e1e1;
	box-shadow: 0 0 9px #e1e1e1;
}

img:hover {
	-webkit-filter: grayscale(1); filter: grayscale(1);
	opacity:.8;
}

img.noborder {
	border:0;
	padding:0;
	margin:0;
	box-shadow:0;
}

strong, b {
	font-weight:700;
	color:#F02424;
}

em, i {
	font-style:italic;
	color: #06B4B4;
}


/* Global Pattern Styling
-------------------------------------------------------------- */

body,
a,
#content .post,
#content .page,
#content .comments-area,
blockquote,
.ext-links a,
input,
input[type="text"],
textarea,
select {
	color:#5D5D5D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Playfair Display;
	font-style:italic;
	font-weight:700;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
form {
	margin: 14px 0;
}

h1 {
	font-size:28px;
}

h2 {
	font-size:24px;
}

h3,
h4 {
	font-size:20px;
}

h5,
h6 {
	font-size:18px;
}

.social-nav a:before,
.show-menu:before,
.post-meta-2 .date:before,
.post-meta-2 .cmnt:before,
.more-link:after,
.share-buttons .twitter:before,
.share-buttons .facebook:before,
.share-buttons .tumblr:before,
.share-buttons .pinterest:before,
.share-buttons .mail:before,
.commentlist .reply a:before,
.side-title span:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.comments-link:before,
.edit-link:before {
	font-family:fontawesome;
	font-weight:400;
}

.mobile-name h1,
.mobile-name span {
	color:#ffffff;
}

img, 
a,
a:hover:after,
.button a,
button,
a.img-btn,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

body,
.spec, 
.spec-alt,
.first-area,
.second-area, 
.third-area, 
.post, 
.side,
.site-footer,
blockquote,
.wp-caption-text
.comment-form textarea,
.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'],
input,input[type="text"],
textarea, 
select {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.breadcrumbs,
.side,
.ext-links,
.page-numbers,
.button a,
.button a:visited,
blockquote,
.wp-caption,
.ext-links,
input,
input[type="text"],
.widget_search input[type='search'],
textarea,
#comment,
select {
	border:1px solid #E0E0E0;
	box-shadow:0 3px 4px rgba(0,0,0,0.050);
}

embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}

.clear {
	clear: both; 
}

.text-center {
	text-align: center;
}

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

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

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.align-center {
	display: block;
	margin: 5px auto 5px auto;
}

.alignleft {
	margin: 5px 20px 20px 0;
	float:left;
}

.alignright {
	margin: 5px 0 20px 20px;
	float:right;
}

.aligncenter {
	margin: 0 auto 10px auto;
	display: block;
}

.wp-caption {
	max-width: 98%; 
	padding: 10px; 
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"],
.wp-caption img {
	display: block; 
	margin:0 auto; 
	padding:0; 
	width:100%; 
	border:0; 
	border-radius:0;
}

.wp-caption-text {
	margin: 9px 0; 
	padding:5px 10px 0; 
	font-size: 15px; 
	font-style: italic; 
	line-height: 1.5;
}

.wp-caption,
.ext-links,
input,
input[type="text"],
.widget_search input[type='search'],
textarea,
#comment,
select {
	background:#F8F8F8; 
	border: 1px solid #E0E0E0;
}

.wp-smiley,
.wp-smiley:hover,
.widget-area .wp-smiley,
.widget-area .wp-smiley:hover,
#noborder img  {
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.hide {
	display: none;
}


/* Structure
-------------------------------------------------------------- */

.spec,
.spec-alt,
.site-footer .site-info,
.site-footer .site-disclaimer {
	margin:0 auto; 
	position:relative; 
	max-width:1200px;
}

.second-area,
.third-area,
.posts-pagination {
	margin:0 auto; 
	max-width:1200px;
}


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

.site-footer {
	margin:35px auto 0;
	padding:0 0 15px;
	width:100%;
	color:#868686;
	text-align:left;
	position:relative;
}

.site-footer .site-info {
	display:block;
	font-weight:700;
	font-size:14px;
	color:#1A1A1A;
	text-transform:uppercase;
	letter-spacing:1px;
}

.site-footer .site-disclaimer {
	margin-top:5px;
	padding-top:10px;
	border-top:1px solid #E1E1E1;
}

.site-footer span a,
.site-footer a {
	color:#06B4B4;
}

.site-footer a:hover {
	color:#F02424;
	text-decoration: none;
}


/* Desktop Version
-------------------------------------------------------------- */

@media only screen and (min-width:967px), only screen and (min-width:967px) {
	
.mobile-name, 
.hide {
	display: none;
}

.color-bar {
	margin:0 auto;
	display:block;
	height:4px;
	width:100%;
	background: #f02424;
	background: linear-gradient(to right,  #f02424 0%,#f02424 11%,#06b4b4 11%,#06b4b4 11%,#06b4b4 29%,#1a1a1a 29%,#1a1a1a 44%,#f02424 44%,#f02424 67%,#06b4b4 67%,#06b4b4 86%,#1a1a1a 86%,#1a1a1a 100%);
}

.spec {
	margin:25px auto 0;
	overflow:hidden;
}


/* Site Branding
---------------------------- */

.site-branding {
	margin:25px auto 40px;
	width:700px; 
	text-align:center;
}

.site-branding .site-name {
	font:300 40px Fira Sans;
	color:#3B3B3B;
	letter-spacing:-1px;
	text-transform:lowercase;
	position:relative; z-index:5;
}

.site-branding span {
	display:inline-block;
	margin:0 2px 0;
	font-family:Playfair Display;
	font-style:italic;
	font-weight:700;
	color:#F02424;
}

.site-branding .tag-line {
	margin:5px 0 0;
	font:500 10px Fira Sans;
	color:#8A8A8A;
	text-transform:uppercase;
	letter-spacing:2px;
}

.site-branding .tag-line:before,
.site-branding .tag-line:after {
	display: inline-block;
	width: 40px;
	height: 1px;
	margin: 0 10px 0;
	content: '';
	vertical-align: middle;
	background: #e1e1e1;
}


/* First Content Area
---------------------------- */

.first-area {
	margin-left:auto;
	margin-right:auto;
	display:block;
	overflow:hidden;
	position: relative;
  	z-index:899;
	padding:5px;
	background:#fff;
	box-shadow:0 3px 4px rgba(0,0,0,0.050);
}

.first-area .navigation {
	position: relative; 
	top:3px;
	z-index:70;
	text-align:center; 
}

.first-area .nav {
	margin-top:0; 
	overflow:show; 
	position:relative; 
	z-index:999; 
	display:inline-block; 
}

.first-area .social-nav {
	display:inline-block; 
	position:relative; 
	top:5px; left:-14px;
}

.first-area .navigation-center {
	float:none;
	position: relative; 
	top:0px;
	z-index:70;
	text-align:center; 
}


/* Second Content Area
---------------------------- */

.second-area {
	margin:-50px auto 30px;
	position:relative;
	z-index:30;
	display:block;
	position: relative;
	overflow:hidden;
	background:#fff;
	min-height:250px;
	border-bottom:1px solid #e1e1e1;
}

.second-area .flex-wrap {
	margin:0 auto;
	padding:25px;
    display:flex;
    gap:25px;
    align-items:flex-start;    
    align-content:flex-start; 
	width:100%;
	height:100%;
}

.second-area .text,
.second-area .textwidget {}

.second-area .box_1 {
	flex:1 1 calc(55% - 45px);
    align-self:flex-start;
	max-width:100%;
    display:block;
	padding:0;
    position:relative;
}

/*  Latest Images  ---------- */

.second-area table,
.second-area tr {
	margin:0;
	padding:0;
	border:0;
}

.second-area td {
	margin:0;
	padding:0 10px;
	border:0;
}

.second-area td:first-child {
	padding-left:0;
}

.second-area td:last-child {}

.second-area td img {
	margin:0 0 3px;
	width:95vw;
}

.second-area img {
	padding:0;
	opacity:1;
}


/* Master Header
---------------------------- */

.mast-head {
	margin:0 auto; 
	background-image:url('../images/header.png');
	background-repeat: no-repeat; 
	background-position:center top;
	height:450px;
}


/* Content & Sidebar
---------------------------- */

#content,
#sidebar {
	margin:0 0 0;
	padding:0;
}

#content .post,
#sidebar .side {
	width:100%;
}

#content .post,
#content .page,
#content .comments-area,
.side  {}

.full-width #content {
	float: none;
	width: 100%;
	max-width: 100%;
}

.full-width #sidebar {
	display:none;
	float: none;
}

#content {
	float:left;
	width:65.5%;
	max-width:66.5%;
}

.post-thumbnail {
	margin:0 auto 15px;
	width:100%;
	max-height:400px;
}

#sidebar {
	margin-top:20px;
	float:right;
	width:30%;
	max-width:31%;
}

/* Grid layout
---------------------------- */

.grid-layout.blog #content {}

.grid-item {
	line-height: 23px;
	display: inline-block;
	width: 49.75%;
	margin: 0 0 46px 0;
	padding: 0 2%;
	vertical-align: top;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.grid-item .sticky-post {
	top: auto;
	right: 16px;
	bottom: 0;
}

.grid-item .post-title {
	font-size:24px;
}

.grid-item .post-meta-2 {
	text-align:center;
	border:0px solid #E0E0E0;
	margin:15px auto 0;
	min-width:40%;
	color:#A4A4A4;
	box-shadow:0 0 0;
}

.grid-item .date {
	color:#A4A4A4;
}

.grid-item .post-meta-2:before,
.grid-item .post-meta-2:after {
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 0 5px 0 5px;
	content: '';
	vertical-align: middle;
	background: #e1e1e1;
}

.grid-item .post-thumbnail {
	margin: 0 0 11px 0;
}

.grid-item .post-title:before {
	display:none;
}

.grid-item .post-meta-1:before {
	width: 15px;
}

.one-grid-layout {
	margin: 0 2%;
}
}


/* Content (Post / Page / Comments)
-------------------------------------------------------------- */

#content .post,
#content .page,
#content .comments-area {
	margin:0 auto 65px auto;
	padding:0 0 0;
	xoverflow:hidden;
	text-align:left;
	background:#fff;
}

.post-head {
	margin:0;
	padding:0 0 15px; 
	position:relative; 
	z-index:100; 
	background:#fff; 
	overflow:hidden;
}

.post-foot {
	margin:auto; 
	padding:0; 
}

.post .border {
	margin:0 auto;
	position:absolute;
	bottom:0px; left:25px; 
	background:#EBEBEB;
	width:10%;
	height:2px;
}

.post-head,
.post-title {
	text-align:left;
}

.entry {
	padding:0 0px 5px;
	overflow:hidden;
}

.comments-area {
	padding:25px 0;
}


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

.post-title {
	margin:0 0;
	padding:0;
	display:block;
	font-size:28px;
	color:#1A1A1A;
	line-height:120%;
	letter-spacing:-1px;
}

.post-title:before {
	content:'\25B8';
	font-size:20px;
	font-style:normal;
	margin:0 11px 0 8px;
}
	
.post-title a {
	color:#1A1A1A;
}

.post-title a:hover,
.post-title a:focus {
	color:#F02424;
}


/* Post Meta
---------------------------- */

.post-meta-1 {
	margin:0 0 0px;
	display:block;
	padding:0;
	font-size:13px;
	font-family:playfair display;
	font-style:italic;
	color:#B9B9B9;
}

.post-meta-1:before {
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 0 5px 0 0;
	content: '';
	vertical-align: middle;
	background: #e1e1e1;
}

.bullet:before {
	margin:0 5px;
	content: '\25cf';
	font-size:8px;
	color:#BFBFBF;
	display: inline;
}

.post-meta-2 {
	margin:10px 0 0;
	display:block;
	padding:6px 0;
	font:500 13px 'Fira Sans', sans serif;
	color: #606060;
	letter-spacing:0;
	text-transform:uppercase;
	border-bottom:1px solid #E0E0E0;
	box-shadow:0 3px 4px rgba(0,0,0,0.050);
	overflow:hidden;
}

.post-meta-2 .date:before,
.post-meta-2 .cmnt:before {
	margin-right:7px;
	font-weight:400;
}

.post-meta-2 .cmnt:before {
	content:"\f0e5";
}

.post-meta-2 .date:before {
	content:"\f017";
}

.date {
	color:#676767;
}
.cmnt {}
.cmnt a {
	color:#A4A4A4;
}

.meta {
	margin:0 0 0 0;
	padding:0;
	display:inline-block;
	font-size:11px;
	font-family:Fira Sans;
	font-weight:500;
	font-style:normal;
	text-transform:uppercase;
}

.tags a {
	color:#606060;
	border-bottom: 1px solid #06B4B4;
	box-shadow: inset 0 -5px 0 #06B4B4;
	transition: all .25s ease-in-out;
	padding: 2px 2px 0 2px;
}

.tags a:hover,
.tags a:focus {
	color: #fff;
	border-color: #F02424;
	box-shadow: inset 0 -15px 0 #F02424;
}


/* Post Thumbnails
---------------------------- */

.post-thumbnail {
	position:relative;
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
}

.post-thumbnail img {
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.post-thumbnail img:hover {
	opacity: .9;
}


/* Blockquote
---------------------------- */

blockquote {
	margin:25px 0; 
	padding:15px 25px; 
	background:#fff url('../images/blockquote-bg.png') repeat; 
	text-shadow:1px 1px 0 #fff;
}


/* Read More Link
---------------------------- */

.more-link {
	margin:10px auto 20px;
	display: table; 
	padding:2px 12px;
	color:#1A1A1A;
	font-family:Playfair Display;
	font-weight:700;
	border:2px solid #E1E1E1;
	box-shadow:0 3px 4px rgba(0,0,0,0.050);
}

.more-link:after {
	content:'\f101';
	font-size:14px;
	color:#1A1A1A;
	margin-left:10px;
}

.more-link:hover, 
.more-link:focus {
	background:#F02424;
	color:#fff;
	border-color:#F02424;
	box-shadow:0 0 0;
}

.more-link:hover:after {
	color:#fff;
}


/* External Links Box
---------------------------- */

.ext-links {
	margin:10px auto;
	padding:30px 15px 15px 15px;
	vertical-align:middle;
	background:#fff;
	line-height:170%;
	position:relative;
}

.ext-links:before,
.ext-links:after {
	color:#1A1A1A;
	font-size:14px;
	background:#fff;
}

.ext-links:before {
	content:'\f0c1';
	position:absolute; z-index:6;
	top:-15px; left:15px;
	padding:5px 5px 0 15px;
	font-family: fontawesome;
	font-weight:400;
}

.ext-links:after {
	content:'\00a0\00a0\00a0 Gallery Links';
	position:absolute; z-index:5;
	top:-15px; left:40px;
	padding:5px 10px 0 0;
	font-family:Playfair Display;
	font-weight:700;
	font-style:italic;
}

.ext-links a {
	color:#1A1A1A;
	text-decoration:underline;
}

.ext-links a:hover,
.ext-links a:focus {
	color:#F02424;
	text-decoration: none;
}


/* Social Share Buttons
---------------------------- */

.share-buttons {
	margin:0 auto; 
	padding-top:0; 
	display:inline-block; 
	text-align:right; 
	overflow:hidden;
}

.share-buttons:before {
	margin:0;
	padding:0;
	content:'Share: ';
	font-weight:400;
	border-bottom:0;
	color:#B9B9B9;
}

.share-button,
.share-button a,
.share-button a:focus {
	margin:0 0 5px 0; 
	padding:0 3px; 
	display:inline-block;  
	color:#626262;
	font-weight:400; 
	font-size:12px; 
	text-transform:uppercasex; 
	text-align:center; 
	text-decoration:none;
}

.share-buttons .twitter:before,
.share-buttons .facebook:before,
.share-buttons .tumblr:before,
.share-buttons .pinterest:before,
.share-buttons .mail:before {
	font-weight:400;
	font-size:12px;
}

.share-buttons .twitter:before {
	content:'\f099';
}

.share-buttons .twitter:after {
	content:'';
}

.share-buttons .facebook:before {
	content:'\f09a';
}

.share-buttons .facebook:after {
	content:'';
}

.share-buttons .tumblr:before {
	content:'\f173';
}

.share-buttons .tumblr:after {
	content:'';
}

.share-buttons .pinterest:before {
	content:'\f0d2';
}

.share-buttons .pinterest:after {
	content:'';
}

.share-buttons .mail:before {
	content:'\f0e0';
}

.share-buttons .mail:after {
	content:'';
}


/* Related posts
---------------------------- */

.related-posts {
	margin: 45px 0;
}

.related-box {
	margin: 0 0;
	padding: 0 0 26px 0;
}

.related-header {
	margin:0 0 26px 0;
}

.related-header h2 {
	font-size: 23px;
	margin: 0 0 3px 0;
	text-align:left;
}

.related-item {
	display: inline-block;
	float: left;
	width: 30.50%;
	padding: 0 10px;
	vertical-align: top;
	text-align:center;
}

.related-image {
	position:relative;
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0 0 10px 0; position:relative;
}

.related-image img {
}

.related-image img:hover {
	opacity: .9;
}

.related-title {
	line-height: 150%;
}

.related-title a {
	color: #0a0a0a;
	font-weight:700;
}

.related-title a:hover,
.related-title a:focus {
	color: #06B4B4;
}

.related-date {
	margin:0 auto 5px;
	padding:5px 0;
	font-size: 12px;
	color: #bdbdbd;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align:center;
}

.related-date:before,
.related-date:after {
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 0 5px 0 5px;
	content: '';
	vertical-align: middle;
	background: #e1e1e1;
}


/* Post Comments
---------------------------- */

.commentlist {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.comment {
	margin: 24px 0;
}

.comment:last-child {
	margin-bottom: 48px;
}

.comment-body {
	border-bottom: 1px dotted #dedede;
}

.comment-author .avatar {
	float: left; 
	margin: 0 20px 0 0; 
	padding: 0; 
	width: 40px; 
	height: 40px;
	border: 0; 
	border-radius: 100%; 
	box-shadow: none;
}

.bypostauthor .comment-author .fn:after {
	margin: 3px 0 0 4px; 
	padding: 2px 3px; 
	display: inline-block; 
	background:#F2F2F2; 
	color: #626262; 
	font-size: 10px; 
	line-height: 12px; 
	content: 'Post Author'; 
	vertical-align: top;
}

.comment-metadata {
	font-size: 12px; 
	color: #ababab; 
	line-height: 18px; 
	letter-spacing: 1px; 
	text-transform: uppercase;
}

.commentlist .reply {
	font-size: 12px; 
	letter-spacing: 1px; 
	text-transform: uppercase;
}

.commentlist .reply a {
	padding: 0 0 5px 0;
}

.commentlist .reply a:before {
	font-size: 10px;
	margin: 0 4px 0 0;
	content: '\f112';
}

.commentlist li ol.children {
	margin: 0; 
	padding: 18px 0 0 0; 
	list-style:none;
}

.commentlist li ol.children li {
	 padding-left:  3% ; 
	padding-top: 17px; 
	border-left: 1px dotted #dedede;
}

.no-comments {
	margin-top: -24px;
}

.comment-navigation {
	margin: 24px 0;
}

.comment-navigation .nav-previous a:before {
	margin: 0 4px 0 0; 
	content: '\2190';
}

.comment-navigation .nav-next a:after {
	margin: 0 0 0 4px; 
	content: '\2192';
}


/* Sidebar
-------------------------------------------------------------- */

.side {
	margin:0 auto 60px;
	padding:15px 25px 25px; 
	overflow:show;
}


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

.side-title {
	margin:0 0 15px;
	padding:0;
	display:block;
	font-size:18px;
	font-family:Playfair Display;
	font-style:italic;
	color:#1A1A1A;
	line-height:110%;
	letter-spacing:1px;
	position:relative;
}

.side-title span:before {
	content:'\f15c';
	font-size:14px;
	font-style:normal;
	color:#1A1A1A;
	position:relative;
	top:-2px; left:0;
	margin-right:10px;
}

.side-title span {
	margin:0 0 10px;
	padding:2px 15px;
	display:inline;
	background:#fff;
	line-height:110%;
	position:absolute;
	top:-40px; left:-15px;
}


/* Widget Styling
---------------------------- */

.widget_search input[type='search'] {
	width: 100%;
	background:#F8F8F8;
	border-color:#E0E0E0;
}

.widget_search input[type='submit'],.screen-reader-text {
	display:none;
}

.side .tagcloud {
	padding-top:5px; 
	overflow:hidden; 
	text-align:left;
}

.side .tagcloud ul li {
	margin:0 -1px 0 0; 
	padding:0 0 3px; 
	background:none; 
	display:inline-block; 
	border:0;
}

.side .tagcloud a,
.side .tagcloud a:hover,
.side .tagcloud a:focus {
	padding:2px;
}


/* Lists
-------------------------------------------------------------- */

ul {
	list-style:disc inside none; 
	margin:0 0; 
	padding:0;
}

ul ul {
	list-style:circle inside none; 
	padding:0 3%;
}

#sidebar ul {
	list-style:none inside none; 
	margin:0; 
	padding:0; 
}

#sidebar ul li {
	margin-bottom:2px;
	padding: 5px 0; 
	border-bottom:1px solid #E0E0E0;
}


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

input,
textarea, 
#comment,
select {
	width:80%; 
	max-width: 100%; 
	padding: 10px; 
	font-weight:400;
}

input[type='text'],
input[type='email'] {
	width:80%; 
	max-width: 100%;
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	margin:3px 0; 
	padding: 10px 20px; 
	width:auto; 
	background-color:#5F5F5F; 
	color: #fff; 
	font-size: 15px; 
	line-height: 20px; 
	border:0;
}

button:hover,
input[type='reset']:hover,
input[type='submit']:hover,
input[type='button']:hover,
button:focus,
input[type='reset']:focus,
input[type='submit']:focus,
input[type='button']:focus {
	background: #3A3A3A; 
	color: #fff; 
	border:0;
}

.not-found input[type='search'] {
	width: 50%;
}

label {
	display: block; 
	padding:0 0 10px; 
	font-weight:700; 
	sans-serif; 
	text-transform:uppercase;
}

.required {
	color: red;
}

.comment-respond {
	margin: 48px 0 24px 0;
}

.comment-reply-title {
	margin: 48px 0 24px 0; 
	padding: 0 0 10px 0; 
	color: #212121; 
	font-size: 21px; 
	border-bottom: 1px solid #dedede;
}

.comment-form label {
	display: block; 
	padding: 0 0 5px 0; 
	line-height: 1;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
	width: 50%;
}

.comment-form textarea {
	width: 80%;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.comments-link:before,
.edit-link:before {
	font-size: 10px; 
	margin: 0 4px 0 0;
}

.byline:before,
.cat-links:before,
.comments-link:before,
.edit-link:before {
	margin: 0 4px 0 8px;
}


/* Additional Bits
-------------------------------------------------------------- */

/* Breadcrumbs
---------------------------- */

.breadcrumbs {
	list-style:none;
	margin:20px 0 35px;
	padding:10px 15px;
	overflow:hidden;
	font-size:12px;
	color:#6A6A6A;
	xfont-style:italic;
	text-transform:uppercase;
	letter-spacing:1px;
}

.breadcrumbs ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	max-width:1300px;
}

.breadcrumbs li {
	display:inline-block;
	vertical-align:middle;
	margin-right:0px;
}

.breadcrumbs a,
.breadcrumbs li.current {
	color:#6A6A6A;
}

.breadcrumbs li.current {
	font-weight:700;
}
  
.breadcrumbs .separator {
	margin:0 10px;
	font-size:14px;
	font-weight:400;
	color:#6A6A6A;
}


/* Tooltips
---------------------------- */

#tooltip {
	margin-left:-10px; 
	padding:3px 6px; 
	position:absolute; 
	z-index:999; 
	display:none; 
	border:0; 
	background:rgba(0,0,0,0.7); 
	font-size:14px; 
	font-weight:400; 
	color: #fff;
}


/* Post Pagination
---------------------------- */

.nav-links:before,
.nav-links:after {
	display: table; 
	content: '';
}

.site-area:after, 
.nav-links:after {
	clear: both;
}

.nav-next {
	display: inline-block; 
	float: right; 
	width: 49.5%; 
	text-align: right; 
	vertical-align: top;
}

.nav-previous {
	display: inline-block; 
	float: left; 
	width: 49.5%; 
	vertical-align: top;
}

.posts-pagination {
	margin:0 auto 35px;
	display:block;
	overflow:hidden;
	position:relative;
	text-align:left;
}

.page-numbers {
	display:inline-block;
	margin: 0 0 5px; 
	padding: 4px 15px; 
	background:#fff; 
	color: #5D5D5D; 
}

.posts-pagination .pages {}
.posts-pagination .current {}

.posts-pagination a:hover,
.posts-pagination a:focus,
a.page-numbers:hover {
	color:#fff; 
	background:#1A1A1A; 
	border-color:#1A1A1A;
}

.page-numbers:first-child {
	margin-left:1px;
}

.updated:not(.published) {
	display: none;
}


/* Single Post Pagination
---------------------------- */

.posts-pagination-single h2 {
	margin:0 0 10px; 
	padding:0 0 10px; 
	letter-spacing:-1px; 
	border:0;
}

.posts-pagination-single .pull-left, 
.posts-pagination-single .pull-right {
	display:block; 
	min-height:100px; 
	width:47%; 
	padding: 6px 5px; 
	color:#5A5A5A; 
	border:0;
}

.posts-pagination-single {
	margin:0 auto 35px;
	padding:0;
	display:block;
	overflow:hidden;
	position:relative;
	background:#fff;
}


/* Button Style
---------------------------- */

.button a,
.button a:visited {
	padding:5px 7px;
	color:#626262;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
	border: 1px solid #E0E0E0;
}

.button a:hover {
	background:#fff;
	color:#4C4C4C;
	text-decoration: none;
}


/* Responsive
-------------------------------------------------------------- */

@media only screen and (max-width: 966px), only screen and (max-device-width: 966px) {
	
.mobile, 
.post-meta-2 hr {
	display: none;
}

body {
	margin:0;
	padding:0;
	overflow-x:hidden;
}

.spec,
.related-posts,
.posts-pagination,
.site-footer {
	width:90vw;
}

.spec-alt {
	width:100%; 
	max-width:none
}

.first-area {
	margin:0 auto; 
	z-index:899; 
	width:100%;
	position:relative;
}

.first-area .social-nav {
	position: absolute; 
	top:15px; right:10px;
	z-index:999;
}

.social-nav a {
	padding:0 7px 0;
	text-shadow:0 0 0;
	font-size:15px;
	color:#1A1A1A;
}

.mobile-name {
	margin:0 auto 25px;
	padding:45px 0;
	display:block;
	background-image:url('../images/header.png'); 
	background-repeat: no-repeat; 
	background-position:center top;
	background-size:cover;
	position: relative;
}

.mobile-name:before {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0; left: 0;
	background:rgba(26,26,26,0.3);
}

.mobile-name:after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0; left: 0;
	background: -moz-linear-gradient(top, rgba(26,26,26,0) 0%, rgba(26,26,26,0.01) 1%, rgba(26,26,26,1) 100%);
	background: -webkit-linear-gradient(top, rgba(26,26,26,0) 0%,rgba(26,26,26,0.01) 1%,rgba(26,26,26,1) 100%);
	background: linear-gradient(to bottom, rgba(26,26,26,0) 0%,rgba(26,26,26,0.01) 1%,rgba(26,26,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a1a1a', endColorstr='#1a1a1a',GradientType=0 );
}

.mobile-name h1 {
	margin:0 0 -10px;
	font:500 32px Fira Sans;
	color:#fff;
	letter-spacing:-1px;
	text-transform:lowercase;
	position:relative; z-index:5;
}

.mobile-name .tag-line {
	display:block;
	padding:0;
	background:none;
	color:#fff;
	font-size:11px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	position:relative; z-index:5;
}

#content,
#sidebar {
	margin:0 auto;
	float:none;
	width:92vw;
}

#content {
	margin:15px auto 0;
	display:block;
	width:100%;
}

.post-head {
	margin:.0;
}

.post-title:before {
	content:'';
	font-size:20px;
	margin:0;
}

.entry {
	margin:0 auto;
	padding:0 0 25px;
}

#content .post {
	margin:0 auto 55px auto;
	padding:0;
	overflow:hidden;
}

#sidebar {
	margin:15px auto 35px;
	display:block;
	width:100%;
}

#content .aligncenter {
	max-width: 80vw; 
	height: auto; 
	width: auto\9; 
	/* ie8 */
}

#content .alignleft,
#content .alignright {
	max-width: 40vw; 
	height: auto; 
	width: auto\9; 
	/* ie8 */
}

.related-posts {
	margin:45px auto;
}

.related-item {
	margin: 45px 0;
	padding: 0 5px;
}

.related-date:before,
.related-date:after {
	width: 0;
	height: 0;
	content: '';
}

.post-thumbnail {
	position:relative;
	display:block;
	margin:15px auto 0;
	padding:0;
	width:100%;
	max-height:50vw;
	overflow:hidden;
	border:0;
}

.post-thumbnail img {
	width:100%;
	height:auto;
	padding:0;
	border:0;
	-webkit-box-shadow:none;-moz-box-shadow:none;
	box-shadow:none;
}

.posts-pagination,
.posts-pagination-single {
	margin-bottom:35px;
}

.site-footer {
	margin:0 auto 0;
	text-align:jusitify;
}

.site-footer .pull-left,
.site-footer .pull-right {
	display:block;
	float:none;
	text-align:center;
}
}


/* 480px Screens & Smaller
---------------------------- */

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

.post-meta-2 .date {
	text-align:center;
	position:relative;
	top:10px; left:0;
}

#content center img {
	max-width:100%;
}

#content .aligncenter {
	max-width: 70vw; 
	height: auto; 
	width: auto\9; 
	/* ie8 */
}

#content .alignleft,
#content .alignright {
	max-width: 30vw; 
	height: auto; 
	width: auto\9; 
	/* ie8 */
}

.posts-pagination-single .pull-left, 
.posts-pagination-single .pull-right {
	float:none; 
	width:100%; 
	display:block; 
	min-height:100px; 
	padding: 6px 5px; 
	text-align:left; 
	border:0;
}
}