/*
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
Author: Carol L. (admin@sin21.org)
Author URI: http://sin21.org

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

da47c1 - pink
64e4e3 - aqua
f8dc20 - yellow
0e6eab - blue
01ba73 - green
03405d - blue green - navigation
2E2E2E - dark grey
fff - white

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=Montserrat:300,400,400i,500,500i,600,600i,700,700i|Lato:400,700,900|Noto+Serif:400,400italic');

body {
	margin:0;
	font:400 15px/24px 'Lato', sans-serif;
	line-height:190%;
	text-align:justify;
	word-wrap: break-word;
}

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

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

#content .entry .ext-links a:hover,
#content .entry .more-link a:hover {
	box-shadow:0 0 0;
}

#content .entry a:hover,
#content .entry a:focus {
	text-decoration: none;
	box-shadow:inset 0 -2px 0 #da47c1;
}

img {
	margin:0;
	padding:5px;
	background: #202020;
	background: -moz-linear-gradient(left,  #f8dc20 0%, #0e6eab 100%);
	background: -webkit-linear-gradient(left,  #f8dc20 0%,#0e6eab 100%);
	background: linear-gradient(to right,  #f8dc20 0%,#0e6eab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8dc20', endColorstr='#0e6eab',GradientType=1 );
}

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

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

strong, b {
	font-weight:700;
	padding:3px;
	background:#0e6eab;
	color:#fff;
}

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

underline, u {
	font-decoration:underline;
	color:#64e4e3;
}


/* SIDEBAR PROJECT LINKS */

.proj-links { 	
    display: inline-block;
    padding: 0 5px;
    background: #01ba73;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.30em;
    color: #fff;
}

.proj-links a { 
	color: inherit;
}


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

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

a {
	font-weight:700;
	color:#f8dc20;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

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

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;
}

.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,
.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,
.side-welcome {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

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

.clear {
	clear: both; 
}

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

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

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

.pull-left {
	float: left!important;
}

.pull-right {
	float: right!important;
}

.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!important;
	display: block;
}

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

.wp-caption img[class*="wp-image-"],
.wp-caption img {
	display: block; 
	margin:0 auto; 
	padding:0!important; 
	width:100%; 
	border:0!important; 
	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:#202020; 
	border: 1px solid #3e3e3e;
	xbox-shadow:inset 0 0 0 1px #fff;
}

.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;
}


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

.spec,
.spec-alt {
	margin:0 auto; 
	position:relative; 
	max-width:1300px;
}

.second-area,
.third-area,
.site-footer .pad,
.posts-pagination {
	margin:0 auto; 
	max-width:1300px;
}

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

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

.site-footer .pad {
	margin:0 auto;
	padding:0 0 15px;
}

.site-footer span {
	position:relative; z-index:10;
	top:-20px;
	display:inline-block;
	margin-bottom:-5px;
	padding:5px 15px;
	background:#da47c1;
	color:#fff;
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
}

.site-footer a,
.site-footer a:visited {
	color:inherit;
	font-weight:700;
}

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


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

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

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


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

.first-area,
.first-area.stuckMenu {
	margin-left:auto;
	margin-right:auto;
	width:1300px;
	display:block;
	overflow:hidden;
	position: relative;
  	z-index:899;
	background:#03405d;
	height:55px;
	transition: width .5s ease-in-out;
}

.first-area.isStuck {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left: 0;
	right: 0;
	z-index:899!important; 
	width:100%!important;
	text-align:center;
	background:#64e4e3;
	transition: width 1s ease-in-out;
}

.first-area.isStuck .nav ul li a {
	color:#fff;
}

.first-area.isStuck .site-name {
	transition: all .5s ease-in-out;
}

.first-area .site-name {
	position: relative; 
	top:0px;
	display:inline-block;
	z-index:70;
	float:left;
	padding:16px 20px 16px 20px;
	background:#64e4e3;
	font:italic 400 20px Montserrat;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center; 
}

.first-area .site-name span {
	font-weight:700;
}

.first-area .navigation {
	float:right;
	position: relative; 
	top:0px;
	z-index:70;
	text-align:right; 
	max-width:76%;
}

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

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


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

.second-area {
	margin:15px auto;
	position:relative; z-index:30;
	display:block;
	position: relative;
	overflow:hidden;
	color:#9B9B9B;
	background:#fff url('../jpg/alt-bg.jpg');
	max-height:200px;
}

.second-area .left-box {
	padding:25px 0 25px 20px;
	width:56%;
}


/* Third Content Area
---------------------------- */

.third-area {
	margin:25px auto;
	position:relative; z-index:30;
	display:block;
	position: relative;
	overflow:hidden;
	color:#202020;
	height:133px;
}

.third-area .spec-alt {
	position:relative;
	padding:0;
	overflow:hidden;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.third-area .pull-right {
	margin:0;
	position:relative; z-index:50;
	top:-3px;
	background:#2E2E2E;
}

.third-area img {
	margin-right:-5px;
	width:auto;
	height:133px;
	background:#202020;
	border-color:#202020;
	border:0;
	padding:0;
	opacity:.4;
	-webkit-filter: grayscale(1); filter: grayscale(1);
}

.third-area .latest-imgs-cover {
	position:absolute; z-index:100;
	top:0; left:0;
	background: url('../png/latest-imgs.png');
	width:140px;
	height:133px;
}

.third-area img:hover {
	opacity:1;
	-webkit-filter: grayscale(0); filter: grayscale(0);
}


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

.mast-head {
	margin:0 auto -0px!important; 
	padding:0; 
	display:block; 
	background:#484848;
	background-image:url('../jpg/header.jpg'); 
	background-repeat: repeat-x; 
	background-position:center top;
	height:450px;
	position: relative;
	text-align:left; 
}

.mast-head:before {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0; left: 0;
	opacity:.0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(16,16,16,0) 35%, rgba(45,45,45,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(16,16,16,0) 35%,rgba(45,45,45,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(16,16,16,0) 35%,rgba(45,45,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2d2d2d',GradientType=0 );
}

.mast-head .site-url {
	position: absolute; 
	top:500px; right:0;
	display:inline-block;
	z-index:70;
	padding:15px 10px 15px 15px;
	background:#da47c1;
	font:800 10px Montserrat;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:6px;
}

.mast-head .site-name h1 span {
	color:#fff;
	font-weight:300;
}

.mast-head .social-nav {
	position: absolute; 
	top:505px; left:0;
	z-index:70;
}


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

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

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

.post,
.page,
.comments-area,
.side  {

}

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

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

#sidebar {
	float:right;
	width:31%;
	max-width:31%;
}
}


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

.post,
.page,
.comments-area {
	margin:0 auto 35px auto;
	padding:0 0 0;
	overflow:hidden;
	text-align:justify;
	background:#202020;
}

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

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

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

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

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

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


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

.post-title {
	margin:0 0;
	padding:0;
	display:block;
	font: 500 24px Montserrat;
	line-height:110%;
	text-transform:uppercase;
}

.post-title span {
	display:inline;
	background:#64e4e3;
	color: #2E2E2E;
	box-shadow: 5px 0 0 #64e4e3, -5px 0 0 #64e4e3;
}

.post-title a {
	color:#3e3e3e;
}

.post-title a:hover,
.post-title a:focus {
	background:#da47c1;
	color:#3e3e3e;
	box-shadow: 5px 0 0 #da47c1, -5px 0 0 #da47c1;
}

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

.post-meta-1 {
	margin:0 0 10px;
	display:block;
	padding:0;
	font:400 10px 'Lato', sans serif;
	color: #6E6E6E;
	letter-spacing:2px;
	text-transform:uppercase;
}

.post-meta-1 .date:before,
.post-meta-1 .cmnt:before,
.post-meta-1 .author:before,
.post-meta-1 .tags:before {
	margin-right:5px;
	font-family:fontawesome;
	font-weight:400;
	color:#da47c1;
}

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

.post-meta-1 .author:before {
	content:"\f040";
}

.post-meta-1 .cmnt:before {
	content:"\f27a";
}

.post-meta-1 .tags:before {
	content:"\f02c";
}

.meta {
	margin:0 10px 0 0;
	padding:0;
	display:inline-block;
}

.meta:last-child {
	margin-right:0;
}

.tags {
	margin-left:0;
	color:#000;
}

.tags a {
	display: inline-block; 
	position: relative; 
	z-index: 1; 
	margin: 0 0 4px 0;
	padding:0 0 0 3px;  
	color: #7E7E7E; 
	box-shadow:inset 0 -5px 0 #da47c1;
	letter-spacing:1px; 
	text-transform:uppercase;
}

.tags a:first-child {
	margin-left:0px;
}

.tags a:last-child {
	margin-left:0px;
}

.tags a:hover,
.tags a:focus {
	color: #3e3e3e;
	box-shadow:inset 0 -11px 0 #da47c1;
}


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

.post .post-feat {
	position:relative;
	display:block;
	margin:0 auto 5px;
	padding:0;
	overflow:hidden;
	border:0;
}

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


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

blockquote {
	margin:10px 10px!important; 
	padding:0 5px;
	background:#343333;
	color: #797979; 
	font:15px Noto-Serif;
	line-height:180%;
	box-sizing: border-box; 
	position:relative;
	border:1px solid #2e2e2e;
}

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

.more-link {
	display: table; 
	margin-bottom:40px;
	padding:2px 12px;
	background:#da47c1;
	color:#202020;
	font-weight:700;
	text-transform:uppercase;
	border:0;
}

.more-link:hover, 
.more-link:focus {
	background:#2E2E2E;
	color:#fff!important;
	box-shadow:0 0 0!important;
}

.more-link .fa {
	margin-left:5px;
}


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

.ext-links {
	margin:10px auto;
	padding:30px 15px 15px 15px;
	vertical-align:middle;
	background:#202020 url('../links.html') center left no-repeat;
	color:#797979;
	line-height:170%;
	border:0px solid #eee;
	position:relative;
}

.ext-links:before {
	content:'\f0c1 \00a0\00a0\00a0 Gallery Links';
	position:absolute;
	top:-15px; left:15px;
	background:#da47c1;
	padding:5px 15px;
	color:#202020;
	font-size:12px;
	font-family:Lato, fontawesome;
	letter-spacing:2px;
	text-transform:uppercase;
}
	
.ext-links a {
	color:#f8dc20;
	font-weight:700;
}

.ext-links a:hover,
.ext-links a:focus {
	color:#f8dc20;
	background:#da47c1;
}


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

.share-buttons {
	margin:0 auto; 
	padding-top:10px; 
	display:block; 
	text-align:left; 
	overflow:hidden;
}

.share-buttons:before {
	margin:0;
	padding:0;
	display:block;
	width:100px;
	content:'Share Post:';
	font-weight:700;
	border-bottom:0;
}

.share-button,
.share-button a,
.share-button a:focus {
	margin:2px 0 2px 0; 
	padding:1px 15px 1px!important; 
	display:inline-block; 
	min-width:10px; 
	padding:5px 7px; 
	background: #797979;
	color:#202020;
	font-weight:400; 
	font-size:12px; 
	text-transform:uppercasex; 
	text-align:center; 
	text-decoration:none;
	xborder: 1px solid #202020;
	xbox-shadow: inset 0 0 0 1px #fff;
}

.share-buttons .twitter:before,
.share-buttons .facebook:before,
.share-buttons .tumblr:before,
.share-buttons .pinterest:before,
.share-buttons .mail:before {
	margin-right:0; 
	font:400 12px fontawesome;
}

.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:'';
}


/* 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:#202020; 
	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-family: FontAwesome;
	font-size: 10px;
	font-weight: 400;
	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 0;
	padding:15px 25px 25px; 
	background:#2A2A2A;
}

.side img {
	border-color:#3F3F3F;
}



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

.side-title {
	margin:0 0 15px;
	padding:0;
	display:block;
}

.side-title span {
	margin:0 0 10px;
	padding:2px 0;
	display:inline;
	font: 500 15px Montserrat;
	background:#4A4A4A;
	color: #fff;
	line-height:110%;
	text-transform:uppercase;
	box-shadow: 5px 0 0 #4A4A4A, -5px 0 0 #4A4A4A;
}


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

.widget_search input[type='search'] {
	width: 100%;
	background:#313131!important;
	border-color:#3F3F3F!important;
}

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

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

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

.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: 3px 10px; 
	background:#313131;
	border:0;
}



/* 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!important; 
	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-family: FontAwesome; 
	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
-------------------------------------------------------------- */


/* 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:center;
}

.posts-pagination .current {
	background:#fff;
}

.page-numbers {
	display:inline-block;
	margin: 0 0 5px; 
	padding: 10px 15px; 
	background:#fff; 
	color: #8F8F8F!important; 
}

.posts-pagination a:hover,
.posts-pagination a:focus,
a.page-numbers:hover {
	color:#fff!important; 
	background:#8F8F8F; 
}

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

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


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

.posts-pagination-single h1 {
	margin:0 0 2px; 
	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 h2 {
	margin:0;
}

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


/* 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:#3e3e3e;
	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!important;
}

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

.spec,
.site-footer .pad {
	width:92vw!important;
}

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

.first-area,
.first-area.stuckMenu,
.first-area.isStuck {
	margin:0 auto; 
	z-index:899; 
	width:100%!important;
	position:relative!important;
	transition: background 0.4s ease-in-out,box-shadow 0.4s ease-in-out,color 0.4s ease-in-out;
}

.mast-head .social-nav {
	position: absolute; 
	top:15px; right:10px;
	z-index:999!important;
}

.social-nav ul li a {
	padding:0 7px 0!important;
	text-shadow:0 0 0;
}

.social-nav a.twitter:before,
.social-nav a.facebook:before,
.social-nav a.tumblr:before,
.social-nav a.instagram:before,
.social-nav a.rss:before {
	font-size:15px;
}

.social-nav ul li a:hover,
.social-nav a.twitter:hover:after,
.social-nav a.facebook:hover:after,
.social-nav a.tumblr:hover:after,
.social-nav a.instagram:hover:after,
.social-nav a.rss:hover:after {
	color:#fff;
	box-shadow:inset 0 0 0!important;

}

.social-nav a.twitter:after,
.social-nav a.facebook:after,
.social-nav a.tumblr:after,
.social-nav a.instagram:after {
	display:none;
}

.mobile-name {
	margin:0 auto 25px!important;
	padding:4vw 0!important;
	display:block;
	background: #da47c1;
}

.mobile-name h1 {
	margin:0;
	padding:0;
	font:700 22px Montserrat!important;
	color:#fff;
	letter-spacing:0px;
	text-transform:lowercase;
}

.mobile-name .tag-line {
	margin:0;
	display:block;
	padding:0;
	background:none;
	color:#fff;
	font-size:12px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
}

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

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

.post-head {
	margin:.0;
}

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

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

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

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

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

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

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

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

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

.site-footer .pull-left,
.site-footer .pull-right {
	display:block!important;
	float:none!important;
	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!important; 
	width:100%!important; 
	display:block; 
	min-height:100px; 
	padding: 6px 5px; 
	text-align:left!important; 
	border:0;
}
}