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

green - #bdd3c3 (accent color 1)
pink - #d2837e (accent color 2)
pink 2 - #eca38e
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=DM+Sans:400,400i,700,700i|Open+Sans:400,400i,700,700i|Karla:400,400i,700,700i|Lora:400,400i,700,700i|Poppins:400,400i,500,600|Old+Standard+TT:400,400i,700,700i|Satisfy');

@font-face {
    font-family:'Visby CF Medium';
    font-style:normal;
    font-weight:normal;
    src:url(../inc/fonts/VisbyCF-Medium.ttf)
}
@font-face {
    font-family:'Visby CF Demi Bold';
    font-style:normal;
    font-weight:normal;
    src:url(../inc/fonts/VisbyCF-DemiBold.ttf)
}
@font-face {
    font-family:'Visby CF Demi Bold Oblique'
    font-style:normal;
    font-weight:normal;
    src:url(../inc/fonts/VisbyCF-DemiBoldOblique.ttf)
    
}
@font-face {
    font-family:'Visby CF Bold';
    font-style:normal;
    font-weight:normal;
    src:url(../inc/fonts/VisbyCF-Bold.ttf)
}

@font-face {
    font-family:'Visby CF Extra Bold';
    font-style:normal;
    font-weight:normal;
    src:url(../inc/fonts/VisbyCF-ExtraBold.ttf)
}
@font-face {
    font-family:'Visby CF Extra Bold Oblique';
    font-style:normal;
    font-weight:normal;
    src:url(../inc/fonts/VisbyCF-ExtraBoldOblique.ttf) 
}

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

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

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

img {
	margin:2px;
	padding:4px;
	border: 1px solid #e1e1e1;
}

img:hover {
	opacity:.8;
}

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

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

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

u {
	box-shadow:0 2px 0 #eca38e;
	color: #333;
	text-decoration:none;
}

u a:link {
	color: #fff
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Visby CF Medium;
	font-weight:700;
}

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

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,
.date:before,
.cmnt:before,
.author:before,
.tags: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 {
	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,
img,
.spec, 
.spec-alt,
.first-area,
.second-area, 
.third-area, 
.second-area .welcome,
.grid-item,
.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,
.page-numbers,
blockquote,
.button a,
.button a:visited,
.wp-caption,
input,
input[type="text"],
.widget_search input[type='search'],
textarea,
#comment,
select {
	border:1px solid #EAEAEA;
}

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: 14px; 
	font-style: italic; 
	line-height: 1.5;
}

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

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

#content img,
#sidebar img {
	max-width: 100%;
	height: auto;
}

.hide {
	display: none!important;
}


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

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

.posts-pagination {
	margin:0 auto; 
	padding:0 3%;
}


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

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

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

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

.site-footer span {
    color: #fff !important;
    background: -webkit-linear-gradient(30deg, #bdd3c3, #eca38e);
}

.site-footer span a,
.site-footer a {
	color:#d2837e;
	font-weight:500;
}

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


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

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

.spec {
	margin:5px auto 0;
	overflow:hidden;
	padding:50px 1% 0;
}


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

.first-area {
	margin:0 auto;
	display:block;
	overflow:hidden;
	position: relative;
  	z-index:799;
	padding:0;
	height:80px;
	background:#fff;
	text-align:center;
}

.first-area .navigation {
	display:inline-block;
	position: relative; 
	top:20px;
	z-index:70;
	margin: 5px;
}

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

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


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

.second-area {
	margin:0 auto 10px;
	position:relative; z-index:30;
	display:;
	position: relative;
	overflow:hidden;
	background:#eee;
	padding:30px;
}

.second-area .welcome {
	margin:0 auto;
	padding:0;
	max-width:1000px;
	line-height:180%;
}

.second-area .welcome:first-letter {
	font:65px Old Standard TT; 
	line-height: 40px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	float: left;
	initial-letter: 2;
}
x
.latest-imgs {
	margin:-3px 0 0 -3px;
	position:relative; z-index:30;
	display:;
	position: relative;
	overflow:hidden;
	padding:0;
	background:#fff;
}

.latest-imgs img {
	margin-right:-4px;
	opacity:.5;
	border:0;
	padding:0;
}

.latest-imgs img:hover {
	opacity:1;
}


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

.site-branding {
	position:relative;
	z-index:800;
	top:15px; 
	left:25px;
	display:inline-block;
	float:left; 
}

.site-branding .site-name,
.site-branding .tag-line {
}

.site-branding .site-name {
	font:700 26px Karla;
	color:#3B3B3B;
	letter-spacing:-1px;
	text-transform:uppercase;
	line-height:30px;
}

.site-branding span {
	display:inline-block;
	margin:0 2px 0;
	font-weight:400;
}

.site-branding .tag-line {
	display:inline-block;
	position:relative;
	top:-8px;
	padding:2px 4px 3px 6px;
	font-size:10px;
	font-weight:600;
	color:#8A8A8A;
	line-height:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}


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

.mast-head {
	position:relative;
	margin:0 auto 10px!important; 
	background-image:url('../images/header.png');
	background-repeat: repeat-x; 
	background-position:center top;
	background-size:auto;
	text-align:center;
	display:block;
	width:100%;
	max-width:100%;
	height:460px;
}

.mast-head .spec-alt {
	height:500px;
}

/* 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%!important;
	max-width: 100%!important;
}

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

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

.post-thumbnail {
	margin:14px auto;
	width:100%!important;
	max-height:400px;
}

#sidebar {
	float:left;
	width:30%;
	max-width:30%;
}


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

.grid-layout.blog #content {margin-top:14px;}

.grid-item {
	line-height: 23px;
	display: inline-block;
	width: 49.75%!important;
	margin: 0 0 46px 0;
	padding: 0 3% 0 0!important;
	vertical-align: top;
}

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

.grid-item .post-head {
}

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

.grid-item .meta {
	margin: 0 10px;
}

.grid-item .post-meta-1 {
	padding-top:0;
}

.grid-item .post-meta-2 {
	margin:14px auto 0!important;
	padding:10px!important;
	color:#A4A4A4;
	text-align:center;
	border-top:1px solid #EAEAEA;
}

.grid-item .date {
	margin:0;
	color:#A4A4A4;
	background:transparent;
	font:600 10px 'Karla', sans serif!important;
	color:#A4A4A4;
	padding:0 0 0;
}

.grid-item .post-meta-2 .pull-right,
.grid-item .post-meta-2 .pull-left {
	float:none!important;
}

.grid-item .date:before {
	margin-right:0!important;
	content:"\f133";
}

.grid-item .date:after {
	display:none;
}

.grid-item .cmnt {
	margin-left:-3px!important;
}

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

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

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

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


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

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

.post-head,
.post-foot,
.entry {

}

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

.post-foot {
	margin:auto; 
}

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

.entry {
	overflow:hidden;
}

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


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

.post-title {
	margin:0;
	padding:0;
	display:block;
	font-size:35px;
	color:#363636;
	line-height:120%;
	font: 500 35px Poppins;
	text-transform:uppercase;
}
	
.post-title a {
	color:#222;
}

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


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

.post-meta-1 {
	margin:0 0 10px;
	display:block;
	padding:0;
	font-size:10px;
	font-family:Poppins;
	font-weight:600;
	font-style:normal;
	text-transform:uppercase;
	xletter-spacing:1px;
}

.post-meta-2 {
	margin:0;
	display:block;
	padding:1.5% 2%;
	font:600 10px 'Poppins', sans serif;
	color:#A4A4A4;
	letter-spacing:1px;
	text-transform:uppercase;
	border: 1px solid #EAEAEA;
	overflow:hidden;
}

.post-meta-2 a:hover,
.post-meta-2 a:focus {
	color:#363636;
}

.date:before,
.author:before,
.cmnt:before,
.tags:before {
	margin-right:7px;
	font-weight:400;
}

.author:before {
	content:"\f2c0";
}

.cmnt:before {
	content:"\f0e5";
}

.date {
	margin-top:15px;
	display:inline-block;
	padding:15px 0 0;
	font:10px Poppins;
	color:#9A9A9A;
	line-height:13px;
	letter-spacing:2px;
	position:relative;
	text-transform:uppercase;
}

.date:after {
	margin:0 auto;
	content:' ';
	height:2px;
	width:60px;
	background:#EAEAEA;
	position:absolute;
	top:0; left:0; right:0;
}

.cmnt {}
.cmnt a {
	color:inherit;
}

.meta {
	margin:0 10px 0 0!important;
	padding:0;
	display:inline-block;
}
.tags {
	margin-bottom:5px;
	padding-top:5px;
}

.tags a {
	padding:0px 6px 0px;
	color:#363636;
	line-height:18px;
	transition: all .25s ease-in-out;
	border:1px solid #A8A8A8;
	display:inline-block;
}

.tags a:hover,
.tags a:focus {
	color: #fff;
	background:#363636;
	border-color:#363636;
}


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

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

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

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


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

blockquote {
	margin:5px 0; 
	padding:0 25px 0 75px!important; 
	background:#FBFBFB; 
	position:relative; border:0;
	overflow:hidden;
	border:1px solid #EAEAEA;
}

blockquote:before {
	content:'\275D';
	font-size:100px;
	color:#E9E9E9;
	position:absolute; z-index:1;
	top:40px; left:10px;
}

blockquote p {
	position:relative; z-index:10;
	font-style:italic;
	font-family:Lora;
}


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

.more-link {
	margin:10px auto 20px;
	display: table; 
	padding:4px 12px;
	color:#222!important;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	border: 1px solid #eee;
}

.more-link:after {
	font-weight:400;
	font-size:13px;
	margin-left:7px;
}

.more-link:after {
	content:'\f08b';
}

.more-link:hover, 
.more-link:focus {
	color:#de8983!important;
}

.more-link:hover:after {
	color:#de8983!important;
}

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

.gallery {
	margin:10px auto;
	padding:20px 15px 14px;
	vertical-align:middle;
	background:#fff;
	line-height:170%;
	position:relative;
	border: 1px solid #EAEAEA;
}

.gallery:after {
	color:#363636;
	font-size:14px;
	background:#fff;
}

.gallery:before {
	content:'\f0c1';
	position:absolute; z-index:6;
	top:-10px; left:20px;
	padding:0 7px ;
	font-family: fontawesome;
	font-weight:400;
	font-size:11px;
	line-height:19px;
	background:#d2837e;
	color:#fff;
	box-shadow:-10px 0 0 #fff;
}

.gallery:after {
	content:'\00a0\00a0\00a0 Gallery Links';
	position:absolute; z-index:5;
	top:-10px; left:35px;
	padding:3px 10px 3px 5px;
	font:10px Karla;
	font-weight:600;
	color:#9A9A9A;
	line-height:13px;
	letter-spacing:2px;
	text-transform:uppercase;
	background:#efefef;
	color:#888;
	box-shadow:10px 0 0 #fff;
}

.gallery a {
	color:#363636;
	font-weight:bold;
	background-image: linear-gradient(to bottom, transparent 0, #bdd3c3 0);
    background-position: 0 0.9em;
    background-repeat: no-repeat;
}

.gallery a:hover,
.gallery a:focus {
	color:#222;
	text-decoration: none;
	background-image: linear-gradient(to bottom, transparent 0, #bdd3c3 0);
    background-position: 0 0.0em;
    background-repeat: no-repeat;
}


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

.share-buttons {
	margin:-2px auto -8px; 
	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!important; 
	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 {
	width: 100%;
	margin: 0;
	padding: 0!important;
	opacity: 1;
	border: 0;
}

.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: #11255E;
}

.related-date {
	margin:0 auto 0;
	padding:5px 0;
	font:10px Poppins;
	color:#9A9A9A;
	line-height:13px;
	letter-spacing:2px;
	text-transform: uppercase;
	text-align:center;
}


/* 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 45px;
	padding: 6% 6%;
 	background:#fff;
	border-width: 1px;
	border-color: #EAEAEA;
	border-style: solid;
}

.projects #main {
    height: 140px;
    background-size: cover;
    margin:10px;
    position: relative;
    outline: 1px solid #ffffff;
    outline-offset: -6px;
    text-align:center;
}

.projects #main text {
    color: #fff;
    font-size: 24px;
    font-family: satisfy;
    line-height: 110%;
    position: relative;
    top: 40%;
    letter-spacing: 1px;
    text-shadow: 2px 2px 8px #222;
    padding: 3px 2px 3px 2px;
}

.projects #main a {
    color: #fff;
}

.projects ul li {
border-bottom: 1px solid #F0F0F0;
font-weight:bold;
}

.projects ul span {
    border: 1px solid #efefef;
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px;
    font-weight:400;
}

.projects .ptitle {
    font:400 18px Satisfy;
    text-align: center !important;
    color: #222;
    margin-top:-6px;
}

.ptitle:after {
	margin:0px auto 0;
	display: block;
	width: 20%;
    box-shadow: inset 0 -6px 0 #c4db93;
    margin-bottom:-10px;
    height: 4px;
    content: '';
    right: 0;
    z-index: 2;
}

.aff a {
    font-family: Poppins;
    font-size:12px;
    text-align:center;
    text-transform:lowercase;
    width:30%;
    height:40px;
    margin:2px 2px 4px;
    display:inline-block;
    border:1px solid #ccc;
    vertical-align:middle;
    line-height:18px;
    overflow:hidden; }

.aff i {
    font-size:14px;
    font-family: Satisfy;
    font-style:italic;
    font-weight:500; }


.welcome strong { 
	font: 700 15px 'Old Standard TT', serif;
	text-decoration: none;
	color: #2e2e2e;
	border-image: url(../images/header.png) 17 repeat;
	border-bottom: 2px solid #de8983;
}

.welcome u {
	text-decoration: none;
	border-bottom: none;
	box-shadow:none;
	color: #fff;
	background-color: #de8983;
	background: -webkit-linear-gradient(30deg, #bdd3c3, #eca38e);
	padding-bottom: none!important;
	font: 400 15px 'Old Standard TT', serif;
}

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

.side-title {
	margin:0 0 14px;
	padding:0;
	display:block;
	font-size:16px;
	font-family:Poppins;
	font-weight:500;
	color:#222;
	line-height:110%;
	letter-spacing:0;
	text-transform:uppercase;
	position:relative;
	text-align: center;
	background: -webkit-linear-gradient(30deg, #d2837e, #019556, #d2837e, #019556);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.side-title::afterx {
    margin: 20px auto 0;
        margin-top: 20px;
    display: block;
    width: 90%;
    border-image: url(../images/header.png) 17 repeat;
    border-bottom: 3px solid #9f9f9f;
    height: 8px;
    content: '';
    margin-top: 3px;
    right: 0;
	z-index: 2; }
	
.titleborder {
    margin: 20px auto 0;
        margin-top: 20px;
    display: block;
    width: 60%;
    border-image: url(../images/header.png) 17 repeat;
    border-bottom: 3px solid #9f9f9f;
    height: 8px;
    margin-top: 3px;
    right: 0;
	z-index: 2; }

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

#sidebar blockquote {
	margin:0 0; 
	padding:10px 10px 10px 45px!important; 
	background:#FBFBFB; 
	position:relative; border:0;
	overflow:hidden;
	border:1px solid #EAEAEA;
}

#sidebar blockquote:before {
	content:'\275D';
	font-size:45px;
	color:#5D5D5D;
	position:absolute; z-index:1;
	top:20px; left:13px;
}

#sidebar blockquote p {
	position:relative; z-index:10;
	font-style:italic;
	padding:0;
	margin:0;
}


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

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

.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: 5px 0; 
	border-bottom:1px solid #EAEAEA;
}


/* 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: 14px; 
	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:0 0 35px;
	padding:10px 14px;
	overflow:hidden;
	font-size:12px;
	color:#6A6A6A;
	text-transform:uppercase;
	letter-spacing:1px;
}

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

.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 14px; 
	background:#fff; 
	color: #5D5D5D!important; 
}

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

.posts-pagination a:hover,
.posts-pagination a:focus,
a.page-numbers:hover {
    color:#222!important;
}

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

.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, 
.author {
	display: none!important;
}

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

.spec,
#content,
#sidebar,
.related-posts,
.posts-pagination {
	width:90vw!important;
}

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

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

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

.social-nav a {
	padding:0 4px 0!important;
	text-shadow:0 0 0;
	font-size:14px!important;
	color:#fff;
}

.mobile-name {
	margin:0 auto 25px!important;
	padding:45px 0!important;
	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='#00333333', endColorstr='#333333',GradientType=0 );
}

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

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

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

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

.post-head {
	margin:.0;
}

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

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

.post-meta-2 {
	margin:0 1vw;
	display:block;
	padding:10px!important;
	text-align:center;
}

.post-meta-2 .pull-right,
.post-meta-2 .pull-left {
	float:none!important;
}

.grid-item .post-thumbnail {
	margin-bottom:15px!important;
}

.grid-item .date {
	font:600 10px 'Karla', sans serif!important;
}

.grid-item .date:after {
	display:none;
}

#content .post,
#content .page,
#content .comment-area {
	margin:0 auto 55px auto;
	padding:0;
	overflow:hidden;
}

#sidebar {
	margin:14px 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 */
}

.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:14px auto 0!important;
	padding:0;
	width:100%!important;
	max-height:50vw;
	overflow:hidden;
	border:0;
}

.post-thumbnail 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) {

.mobile {
	display: none!important;
}

.spec,
#content,
#sidebar,
.related-posts,
.posts-pagination {
	width:85vw!important;
}

.post-meta-2 {
	margin:0 2vw;
}

.share-buttons {
	margin-top:5px;
	float:none!important;
}

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