/*
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
--------------------------

c28d85 - red
292929 - 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('//fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Noto+Sans:400,700,400i,700i');

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

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

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

img {
	margin:0;
	padding:0;
	border:0;
}

#content img,
#sidebar img {
	padding:2px;
	background: #fff;
	border:1px solid #C6C6C6;
}

img:hover {
	opacity:0.85;
}

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

strong {
	font-weight:700;
	color: #5e8391;
}

em {
	font-style:italic;
	color: #313131;
}


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

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


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

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

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'] {
}

body,
.spec, 
.spec-alt,
.first-area,
.second-area, 
.second-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 {
	-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"],
textarea,
#comment,
select {
	background:#fff; 
	border: 1px solid #CCCCCC;
}

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

.second-area,
.site-footer,
.navigation,
.second-area {
	margin:0 auto; 
	max-width:1200px;
}

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

.site-footer {
	margin:15px auto 35px;
padding:20px 40px 20px 40px;	width:100%;
	background:#fff;
	text-align:center;
	border:1px solid #292929;
	position:relative;
		text-align:justify;

}

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

.site-footer span {
	margin:0 auto;
	display:inline-block;
	padding:5px 15px;
	position:relative;
	top:-22px;
	background:#292929;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
	box-shadow: 15px 0 0 #fff, -15px 0 0 #fff;
}

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

.site-footer a:hover {
	color:#c28d85;
	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 {
	margin:0 auto!important;
	padding:30px 0 20px;
	display:block;
	overflow:hidden;
	background: #fff;
	position: relative;
	text-align:center;
	transition: background 0.4s ease-in-out,color 0.4s ease-in-out;
}

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

.first-area h1 {
	margin:0 auto 10px;
	padding:0 5px;
	display:inline-block; 
	background:#c28d85;
	font:600 20px Montserrat;
	color:#fff;
	letter-spacing:-1px;
	text-transform:uppercase;
}

.first-area .border {
	margin:0 auto;
	display:block;
	background:#C6C6C6;
	height:1px;
	max-width:60%;
	position:relative;
}

.first-area span {
	margin:0 auto;
	padding:0;
	position:relative; top:-15px;
	display:inline-block;
	padding:0 15px;
	background:#FBFBFB;
	font:400 10px Lato;
	color:#9B9B9B;
	letter-spacing:3px;
	text-transform:uppercase;
}

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


/* Navigation Bar
---------------------------- */

.navigation {
	margin:0 auto 0;
	padding:5px 0;
	position:relative;
	display:block;
	height:50px;
	background:#fff;
	text-align:center;
	overflow:hidden;
	z-index:999!important; 
}

.navigation .social-nav {
	display:inline-block; 
	position:relative; top:0px;
}

.navigation .nav {
	margin:10px -5px 0 0;
	position:relative;
	z-index:999;
	display:inline-block;
}

.navigation #searchform {
	display: block; 
	margin:0; 
	float:right; 
	position: relative; top:8px;
}

.navigation #searchform label {display: none;}

.navigation #searchform #s {
	padding: 7px 60px 7px 10px;
	position: relative;
	width:220px;
	background-color:#fff;
	font-style:italic;
	color:#626262; outline: none;
	border:1px solid #CCCCCC; 
}

.navigation #searchform #searchsubmit {
	position: absolute; 
	top:-3px; right:0;
	background: #292929;
	font:400 13px fontawesome;
	border: none; outline: none; 
	width:35px; height:36px;
}

.navigation #searchform #searchsubmit:hover {
	background: #c28d85;
}


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

.second-area {
	margin:25px auto 0;
	position:relative; z-index:30;
	display:block;
	position: relative;
	background:#fff;
	color:#9B9B9B;
	border:1px solid #292929;
}

.second-area .spec-alt {
	padding:25px 25px 35px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.second-area .title {
	margin:0; 
	padding:0; 
	position:absolute; 
	bottom:-20px; left:25px;
	font: 600 13px Montserrat; 
	color:#fff; 
	letter-spacing:4px; 
	text-align:left;
	text-transform:uppercase; 
}

.second-area .title span {
	display:inline-block;
	background:#292929;
	padding:10px 10px 10px 15px;
	box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
}

.second-area img {
	padding:0 5px;
	width:91px;
}

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


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

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


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

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

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

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

#content {
	float:left;
	width:65.5%;
	max-width:65.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 55px auto;
	padding:0 0 0;
	overflow:hidden;
	text-align:justify;
	background:#fff;
}

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

.post-foot {
	margin:0; 
	padding:0; 
	position:relative; 
	z-index:999; 
	text-align:center;
}

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

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


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

.post-title {
	margin:0;
	padding:0;
	font:600 24px Montserrat;
	color: #373737;
	line-height:130%;
	letter-spacing:-1px;
	text-transform:uppercase;
	text-align:center;
	border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.post-title a {
	color:#373737;
}

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


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

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

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

.post-meta-2 a,
.post-meta-2 a:focus {
	color:#6E6E6E;
}

.post-meta-2 a:hover {
	color:#c28d85;
}

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

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

.meta:after {
	margin:0 10px;
	content:'/';
}

.meta:last-child:after {
	margin:0;
	content:' ';
}

.post-meta-2 .date:before,
.post-meta-2 .author:before,
.post-meta-2 .cmnt:before {
	margin-right:6px;
	font-family:fontawesome;
	font-weight:400;
	color:#c28d85;
}

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

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

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

.tags {
	margin-left:2px;
}

.tags a {
	display: inline-block; 
	position: relative; 
	z-index: 1; 
	margin: 0 2px 4px 0; 
	padding: 2px 6px; 
	background: #c28d85; 
	color: #fff; 
	letter-spacing:1px; 
	text-transform:uppercase;
}

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

.tags a:hover,
.tags a:focus {
	background: #292929; 
	color: #fff;
}


/* 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!important;
	border:0!important;
	width:100%!important;
	height:auto;
	-webkit-box-shadow:none;-moz-box-shadow:none;
	box-shadow:none;
	border-radius:0;
}


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

blockquote {
	margin:0 20px!important; 
	padding:5px 20px 5px 60px!important; 
	position:relative;
	color:#8B8B8B;
	border:0;
	border: 1px solid #eee;
}

blockquote:before {
	content:'\f10d';
	font-size:25px;
	font-family:fontawesome;
	padding:25px 3px 5px 0;
	line-height:10px;
	color:#474747;
	position:absolute; z-index:1;
	top:7px; left:20px;
}

blockquote p {
	position:relative; z-index:10;
}


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

.more-link {
	display: table; 
	margin:0 auto;
	padding:5px 10px;
	background:#c28d85;
	font: 600 13px Montserrat; 
	color:#fff;
	letter-spacing:2px;
	text-transform:uppercase;
	border:0;
}

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

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


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

.ext-links {
	margin:10px auto;
	padding:15px 25px 15px;
	vertical-align:middle;
	background:#fff;
	color:#292929;
	line-height:170%;
	border:1px solid #CCCCCC;
}

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

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


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

.post-foot .border {
	position:relative;
	top:25px;
	width:100%;
	height:1px;
	background:#292929;
}

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

.share-buttons span {
	position:relative;
	z-index:200;
	display:inline-block;
	background:#fff;
	padding:5px 20px 5px 20px;
	border:1px solid #292929;
	box-shadow: 20px 0 0 #fff, -20px 0 0 #fff;
}

.share-button,
.share-button a,
.share-button a:focus {
	margin:2px 0 2px 0; 
	padding:0; 
	display:inline-block; 
	color:#292929;
	text-align:center; 
	text-decoration:none;
}

.share-button:after {
	margin:0 15px 0 020px;
	content:'/';
	color:#292929!important;
}

.share-button:last-child,
.share-button:last-child:after {
	margin:0!important;
	content:' ';
}

.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 14px fontawesome;
}

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

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

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

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

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


/* 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-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 55px;
	padding:15px 25px 25px; 
	border:1px solid #292929;
}

.side ul li a {
	padding-bottom:1px;
	font-weight:700;
	color:#292929;
	border-bottom:1px solid #c28d85;
}

.side a:hover {
	color:#c28d85;
}


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

.side-title {
	margin:-30px 0 20px; 
	padding:0 0 5px; 
	position:relative; 
	font: 600 16px Montserrat; 
	color:#292929; 
	letter-spacing:4px; 
	text-align:center;
	text-transform:uppercase; 
}

.side-title span {
	display:inline-block;
	background:#ffffff;
	padding:10px 15px;
	 box-shadow: 35px 0 0 #fff, -35px 0 0 #fff;
}


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

.widget_search input[type='search'] {
	width: 100%;
	background:#fff;
}

.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 {
	padding: 7px 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: 24px 0;
}

.page-numbers {
	float: left; 
	margin: 0 5px 5px 0; 
	padding: 7px 15px; 
	background:#292929; 
	color: #fff!important; 
	border:1px solid #292929;
}

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

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


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

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

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


/* 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 {
	display: none!important;
}

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

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

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

.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;
	color:#fff;
}

.social-nav ul li:after {
	margin:0; 
	content:'';
	display:none;
	height: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:16px;
	color:#fff;
}

.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 35px!important;
	padding:4vw 0!important;
	display:block;
	background: #c28d85;
}

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

.mobile-name .tag-line {
	margin:0;
	display:block;
	padding:0;
	background:none;
	color:#fff;
	font-size:12px;
	font-weight:400;
	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 {
	padding:0 15px 0;
}

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

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

#sidebar {
	margin:15px auto 0!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;
}

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

.site-footer span {
	margin:0 10%;
}
}


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

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

.post-foot .border {display:none;}

.post-head {
	margin: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;
}


.share-buttons span {
	position:relative;
	z-index:200;
	display:inline-block;
	background:#fff;
	padding:5px;
	border:0;
	box-shadow: 20px 0 0 #fff, -20px 0 0 #fff;
}
}