/*  
Theme Name: Touch
Version: 1.1
Author: Bonfire Themes
Author URI: http://twitter.com/BonfireThemes
Theme URI: http://twitter.com/BonfireThemes
Description: A lighter-than-air template for touch devices.
Tags: light, one-column, flexible-width, custom-background, custom-menu, featured-images, full-width-template
License: GNU GENERAL PUBLIC LICENSE, Version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

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


/* GENERAL STYLING
**************************************************/
.center { text-align:center; }
.right { text-align:right; }

html, body {
}
body, body .search {
	color:#858585;
	background-color:#F5F5F5;
	font-family: 'Open Sans', arial, tahoma, verdana;
}
body {  background-image: url('../images/Bottom_texture.jpg');}
.body-dark {
	background-color:#222;
}
#sitewrap {
	padding:10px 0 0 0;
}
#pagewrap {
	max-width:1000px;
	margin:0 auto;
}
a {
	color: #B4A7A2;
	text-decoration: none;
	outline:none;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
a:hover {
	text-decoration: underline;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 13px;
}
blockquote {
	font-style: italic;
	color:#A1A1A1;
	padding: 13px 0 1px 10px;
}

/*
STRUCTURE
**************************************************/
.pagewidth {
	max-width:100%;
	position:relative;
	margin:0 auto;
}

#content {
	width:100%;
	margin:0 auto;
}


/*
"SHOWING TAGS/CATEGORIES/SEACRH RESULTS/AUTHOR"
**************************************************/

.showing {
	font-size:13px;
	line-height:14px;
	color:#CBC9C9;
	margin: 0 auto 10px auto;
	max-width:1000px;
	padding:16px 0 15px 0;
	text-align:center;
	text-transform:uppercase;
	font-family:'Arbutus Slab';
	font-weight: 700;
}
.showing span {
	font-size:13px;
	color:#BABABA;
	margin: 0 0 2px 0;
}


/* CONTACT FORM
**************************************************/

#contactform-wrapper {
	background: #464646;
	max-width:1000px !important;
	border-top:3px solid #E2E2E0;
}
.formstatusok {
	height:45px;
	font-size:13px;
	font-family:'Arbutus Slab';
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	background:#34AE20;
	padding:20px 7px 10px 10px !important;
	text-align:center;
}
.formstatuserror {
	font-size:14px;
	color:#E7E7E7;
	background:#B71414;
	padding:7px 7px 10px 10px !important;
}

#subject, #name, #mail {
	font-size:13px;
	height:30px;
	border:none;
	border-bottom:1px solid #565656;
	background:none;
	color:#B4B4B4;
	border-radius:0;
	font-family:'Open Sans';
}
#name:hover, #mail:hover, #name:focus, #mail:focus {
	border-bottom:1px solid #666;
}
}
#subject:hover, #name:hover, #mail:hover, #subject:focus, #name:focus, #mail:focus {
	border-bottom:1px solid #555;
}

#subject-wrapper, #name-wrapper, #mail-wrapper {
	margin:0 22px 0 12px;
}
#subject, #name, #mail {
	width:100%;
	padding: 8px 5px 0 5px;
	margin: 1px 0 0 0;
}

#message-wrapper {
	padding:15px 17px 0 14px;
}
#message {
	width:100%;
	height:55px;
	border:none;
	background:none;
	font-size:15px;
	line-height:19px;
	color:#B4B4B4;
	font-family:'Open Sans';
	resize: none;
}
#contact-submit {
	width:134px;
	height:28px;
	padding: 4px 0 6px 0;
	margin:13px 0 13px 13px;
	font-size:11px;
	font-family:'Arbutus Slab';
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color: #fff;
	border:1px solid #E1806E;
	cursor: pointer;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background-color: #DF7865;
	
}
#contact-submit:hover {
	background-color:#E9826F;
}

#cancel-message {
	float:right;
	margin:20px 15px 0 0;
	width:25px;
	height:25px;
	cursor: pointer;
	z-index:4;
	background: url(../images/close-icon.png) no-repeat center center;
}
/* Retina display #contact-submit */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#cancel-message { background-size: 10px 10px !important; background: url(../images/close-icon@2x.png) no-repeat center center; }
}


/* LOGO + TAGLINE
**************************************************/
.header-wrapper {
	background:transparent;
	text-align:center;
	padding:27px 15px 23px 15px;
}
#site-logo {
	margin:0 auto;
	max-width:1000px;
}
#site-logo a {
	font-size: 29px;
	font-family:'Arbutus Slab';
	font-weight: 700;
	line-height:30px;
	color:#fff;
}
#site-logo a:hover {
	text-decoration:none
}
.tagline {
	font-size:13px;
	line-height:14px;
	font-family:'Arbutus Slab';
	font-weight: 700;
	color:#fff;
	opacity:.4;
	margin-top:2px;
}


/* MAIN MENU
**************************************************/
#email-address, #phone-number {
	display:table;
	width:100%;
}
.menu-wrapper-index {
	display:table;
	width:100%;
	background:#000;
	height:70px;
	z-index:999999;
	
	-moz-box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.menu-wrapper {
	display:table;
	opacity:.97;
	position:fixed;
	width:100%;
	background:#fff;
	height:51px;
	z-index:999999;
	
	-moz-box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.12);
}


.menu-back, .menu-call, .menu-call-index, .menu-email, .menu-email-index, .menu-button {
	min-width:50px;
	cursor:pointer;
	text-align:center;
	font-size:12px;
	color:#CFCFCF;
	font-family:'Arbutus Slab',arial,tahoma,verdana;
	font-weight: 700;
}
.menu-call-a, .menu-email-a, .menu-button {
	display:table-cell;
	text-decoration:none !important;
}


/* MENU SPACERS
******************/
.menu-spacer-wrapper {
	display:table-cell;
	width:1px;
	height:0;
}
.menu-spacer-index {
	margin:0 0 -7px 0;
	height:51px;
	border-right:1px solid #E4E4E4;
}
.menu-spacer {
	margin:0 0 0 0;
	height:51px;
	border-right:1px solid #EBEBEB;
}


/* BACK BUTTON
******************/
.menu-back {
	min-height:51px;	
	background: url(../images/icon-back.png) no-repeat center 20px;
}
/* Retina display .menu-back */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-back { background-size: 21px 100px !important; background: url(../images/icon-back@2x.png) no-repeat center 20px; }
}
.menu-back:hover {	
	background-color:#3E4141; background-position:center -68px;
}
/* Retina display .menu-back:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-back:hover { background-size: 21px 100px; background-color:#3E4141; background-position:center -68px; }
}


/* CALL BUTTON
******************/
.menu-call-index {
	margin:0;
	padding:45px 0 14px 0;
	background: url(../images/icon-call.png) no-repeat center 18px;
}
/* Retina display .menu-call:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-call-index { background-size: 18px 100px !important; background: url(../images/icon-call@2x.png) no-repeat center 18px; }
}
.menu-call-index:hover {
	background: url(../images/icon-call.png) #3E4141 no-repeat center -66px;
}
/* Retina display .menu-call-index:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-call-index:hover { background-size: 18px 100px !important; background: url(../images/icon-call@2x.png) #3E4141 no-repeat center -66px; }
}
.menu-call {
	min-height:51px;
	background: url(../images/icon-call.png) no-repeat center 18px;
}
/* Retina display .menu-call */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-call { background-size: 18px 100px !important; background: url(../images/icon-call@2x.png) no-repeat center 18px; }
}
.menu-call:hover {
	background-color:#3E4141; background-position:center -66px;
}
/* Retina display .menu-call:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-call:hover { background-size: 18px 100px; background-color:#3E4141; background-position:center -66px; }
}


/* EMAIL BUTTON
******************/
.menu-email-index {
	margin:0;
	padding:45px 0 14px 0;	
	background: url(../images/icon-email.png) no-repeat center 17px;
}
/* Retina display .menu-email-index */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-email-index { background-size: 23px 100px !important; background: url(../images/icon-email@2x.png) no-repeat center 17px; }
}
.menu-email-index:hover {	
	background: url(../images/icon-email.png) #3E4141 no-repeat center -66px;
}
/* Retina display .menu-email-index:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-email-index:hover { background-size: 23px 100px !important; background: url(../images/icon-email@2x.png) #3E4141 no-repeat center -66px; }
}
.menu-email {
	min-height:51px;
	background: url(../images/icon-email.png) no-repeat center 17px;
}
/* Retina display .menu-email */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-email { min-height:51px; background-size: 23px 100px !important; background: url(../images/icon-email@2x.png) no-repeat center 17px; }
}
.menu-email:hover {	
	background-color: #3E4141; background-position: center -66px;
}
/* Retina display .menu-email:hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-email:hover { background-size: 23px 100px; background-color: #3E4141; background-position: center -66px; }
}


/* MENU BUTTON
******************/
.menu-button {
	background: url(../images/icon-menu.png) no-repeat center 18px;
}
/* Retina display .menu-button */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-button { background-size: 21px 16px !important; background: url(../images/icon-menu@2x.png) no-repeat center 18px; }
}
.menu-button-hover-touch, .menu-button-hover {
	background: url(../images/icon-menu-hover.png) #3E4141 no-repeat center 18px !important;
}
/* Retina display .menu-button-hover-touch, .menu-button-hover */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu-button-hover-touch, .menu-button-hover { background-size: 21px 16px !important; background-image: url(../images/icon-menu-hover@2x.png); background-color: #3E4141; background-position: center 18px !important; }
}


/* ACCORDION MENU
**************************************************/
.menu-tooltip-index {
	opacity:.97;
	width:0;
	height:0;
	margin:0 auto !important;
	top:21px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #202020;
	position:relative;
	z-index:99999;
	display:none;
}
.menu-tooltip {
	opacity:.97;
	width:0;
	height:0;
	margin:0 auto !important;
	top:11px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #202020;
	position:relative;
	z-index:99999;
	display:none;
}

#menu-index {
	width:30%;
	min-width:175px;
	position:absolute;
	margin:11px 10px 0 0;
	z-index:9999;
	right:0;
	background: rgba(32, 32, 32, .97);
	opacity:.97;
	display:none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.55);
	box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.55);
}
#menu {
	width:30%;
	min-width:175px;
	position:fixed;
	margin: 11px 10px 0 0;
	z-index:9999;
	right:0;
	background: rgba(32, 32, 32, .97);
	display:none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.55);
	box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.55);
}
.menu-active {
	display:block !important;
}

.menu {
	text-align:center;
	position:relative;
	padding:6px 13px 6px 13px;
	margin:0;
	min-width:200px;
}
.menu a {
	color:#EFEDEB;
	padding: 11px 24px 11px 24px;
	margin: 0 13px 0 13px;
	display:block;
	font-family:'Arbutus Slab', sans-serif,arial,tahoma,verdana;
	font-weight: 700;
	cursor:pointer;
}
.menu a:hover, .menu a:active {
	color:#fff;
	text-decoration:none;
}
.sub-menu a {
	padding: 7px 0 8px 0;
	display:block;
	border-bottom: none;
	line-height:22px;
}
.sub-menu a:hover, .sub-menu a:active {
	text-decoration:none;
}
.menu ul {
	list-style: none
}
.menu li {
	list-style: none;
	padding:0;
	margin:0 0 2px 0;
	z-index:-1;
	position:static;
	width:100%;
	border-top:2px solid #2F2F2F;
}
.menu li:first-child {
	border-top:none !important;
}
.menu li a {
	font-size:13px;
}
.sub-menu {
	margin:0 0 0 0 !important;
	padding:4px 0 15px 0;
	position:static;
	width:100%;
}
.sub-menu ul {
	list-style: none;
	position:static;
}
.sub-menu li {
	list-style: none;
	margin:0;
	padding:0;
	float:none;
	border-top:none !important;
}
.sub-menu li a {
	color:#888;
	margin:0;
	padding:2px 0 2px 5px;
	border-top:none !important;
}
.menu li.sub a {
	background: url(../images/menu-expandable.png);
	background-position: right center;
	background-repeat: no-repeat;
}
/* Retina display .menu li.sub a */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.menu li.sub a { 
	background: url(../images/menu-expandable@2x.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18px 7px;
}
}
.menu li.sub a:hover {
}
.menu li.sub > ul a {
	background-image: none;
	font-size:12px;
}
.sub-menu li.text a {
	color:#555 !important;
	font-size:13px;
	line-height:18px;
	padding: 0 10px 3px 0;
	display:block;
	cursor:default;
}
.sub-menu li.text a:hover {
	color:#555 !important;
}



.menu li.red a { color:#F0004C; }
.menu li.red a:hover { color:#fff; }
.sub-menu li.red a { color:#F0004C !important; }
.sub-menu li.red a:hover { color:#fff !important; }

.menu li.blue a { color:#0990CA; }
.menu li.blue a:hover { color:#fff; }
.sub-menu li.blue a { color:#0990CA !important; }
.sub-menu li.blue a:hover { color:#fff !important; }

.menu li.green a { color:#74814D; }
.menu li.green a:hover { color:#fff; }
.sub-menu li.green a { color:#74814D !important; }
.sub-menu li.green a:hover { color:#fff !important; }

.menu li.magenta a { color:#D4456E; }
.menu li.magenta a:hover { color:#fff; }
.sub-menu li.magenta a { color:#D4456E !important; }
.sub-menu li.magenta a:hover { color:#fff !important; }

.menu li.teal a { color:#007F33; }
.menu li.teal a:hover { color:#fff; }
.sub-menu li.teal a { color:#007F33 !important; }
.sub-menu li.teal a:hover { color:#fff !important; }

.menu li.purple a { color:#A844A8; }
.menu li.purple a:hover { color:#fff; }
.sub-menu li.purple a { color:#A844A8 !important; }
.sub-menu li.purple a:hover { color:#fff !important; }

.menu li.orange a { color:#DB7006; }
.menu li.orange a:hover { color:#fff; }
.sub-menu li.orange a { color:#DB7006 !important; }
.sub-menu li.orange a:hover { color:#fff !important; }

.menu li.pink a { color:#C94346; }
.menu li.pink a:hover { color:#fff; }
.sub-menu li.pink a { color:#C94346 !important; }
.sub-menu li.pink a:hover { color:#fff !important; }


/* VIDEO CONTAINER
**************************************************/
.video-container {
	position: relative;
	padding-bottom: 54%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
	margin: 0 0 0 0;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}
.video-container:empty {
	display: none;
}

iframe {
	width: 100%;
	height: 159px;
}

/* LISTS
**************************************************/
ul, ol {
	margin-bottom:15px;
}
li {
	margin: 0 0 0 0;
	padding: 0;
}

.entry-content ul li {
	margin:0 0 0 17px;
	text-align:justify;
}

.entry-content ol li {
	margin: 0 12px 0 21px;
}


/* HEADINGS
**************************************************/
h1, h2, h3, h4, h5, h6 {
	color:#FF9900;
	padding:0 0 10px 0;
	text-transform:uppercase;
	font-family: 'Arbutus Slab';
	font-weight:700;
}
h1 { font-size: 35px; line-height: 30px; }
h2 { font-size: 1.8em; line-height: 25px; }
h3 { font-size: 16px; line-height: 22px; }
h4 { font-size: 1.0em; line-height: 20px; }
h5 { font-size: 1em; line-height: 17px; }
h6 { font-size: 1em; line-height: 15px; }


/* DISPLAY NONE
**************************************************/
.display-none {
	display:none;
}


/* HORIZONTAL RULE
**************************************************/
hr {
	border:0; border-bottom:1px solid #EBEBEB;
}


/* POSTS, PAGES
**************************************************/
.video-container, .post-meta-date, .post-title, .page-title, .post-title-margin, .page-title-margin, .entry-content, .post-meta, .link-pages {
	padding-left:17px;
	padding-right:17px;
}
.wrapper-content {
	max-width:1000px;
	margin:0 auto;
	padding:0;
	background:rgba(000, 000, 000, 0.5);
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	
	-moz-box-shadow:1px 1px 0px 0px rgba(224, 224, 222, 0.3);
	-webkit-box-shadow:1px 1px 0px 0px rgba(224, 224, 222, 0.3);
	box-shadow:1px 1px 0px 0px rgba(224, 224, 222, 0.3);
}
.outer-wrapper {
	margin: 0 10px;
}

.post {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.entry-content {
	font-size:15px;
	line-height:20px;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.entry-content p {
text-align: justify;
}
.entry-content span p {
	padding:0 0 0 0;
	margin:0;
}
.entry-content a {
	color:#555;
	text-decoration:underline;
}
.entry-content a:hover {
	color:#E9826F;
	text-decoration:none;
}
.entry-content img, .excerpt img {
	width: auto;
  margin: 0 auto;
  padding: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: block;
}
.entry-content a img {

}
.entry-content a:hover img {

}

/* mini divider */
.mini-divider {
	border-bottom:2px solid #252525;
	width:45px;
	margin:20px 0 28px 0;
}

/* page wrapper */
.page-wrapper {
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:25px 0 12px 0;
}

/* page top padding (little space between header and content) */
.page-top-padding {
	padding-top:14px;
}

/* post, page titles */
.post-title, .page-title, .page-title-left, .post-title a, .page-title a, .page-title-left a, .post-title-margin, .post-title-margin a, .page-title-margin, .page-title-margin a,h1,h2 {
	font-family: 'Arbutus Slab';
	font-size: 14px;
	line-height: 20px;
	color:#FF9900;
	text-align:center;
	text-transform:uppercase;
	padding-top:10px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
.post-title a:hover, .page-title a:hover, .page-title-left a:hover {
	color:#F5583B;
	text-decoration:none;	
}
.page-title-centered {
	text-align:left;
}
.page-title {
	margin-top:10px;
}
.post-title-margin, .post-title-margin a, .page-title-margin, .page-title-margin a {
	padding-top:20px;
}

/* separator */
.separator {
	border-bottom:2px solid #E7E7E7;
	margin: 10px auto;
	max-width:1000px;
}
/* post navigation */
.link-pages {
	margin-left:0;
}
.link-pages a {
	text-decoration:underline;
}


/* POST AUTHOR + DATE
**************************************************/

.post-meta, .post-meta a {
	font-family:'Arbutus Slab';
	font-weight:700;
	text-transform:uppercase;
	font-size:12px;
	line-height:16px;
	color:#CDCDCD;
	margin:0 0 25px 0;
}
.post-meta-date, .post-meta-date a {
	font-family:'Arbutus Slab';
	font-weight:700;
	text-transform:uppercase;
	font-size:12px;
	color:#CDCDCD;
	margin:10px 0 5px 0;
}
.post-meta a:hover, .post-meta-date a:hover {
	color:#E9826F;
	text-decoration:none;
}

/* ARCHIVE PAGES
**************************************************/

.archive-content {
	color:#777;
	line-height:19px !important;
	font-size:15px;
	font-family:'Arbutus Slab';
	font-weight:700;
	text-transform:uppercase;
	padding:13px 10px 0 10px;
}
.archive-title {
	color:#fff;
}
.archive-content a {
	color:#667973;
	text-decoration:none;
}
.archive-content a:hover {
	color:#fff;
}
.archive-content li {
	list-style-type:none;
	display:inline;
	margin-right:5px;
	color:#555 !important;
}
.archive-full {
	width:100%;
	padding:0 0 5px 0;
}


/* NEXT PAGE, PREV PAGE (BLOG INDEX)
**************************************************/
/* wrapper */
.post-nav {
	max-width:1000px;
	margin: 15px auto 0 auto;
	padding: 0 10px;
}

/* previous posts */
.post-nav .prev {
	opacity:.75;
	float: left;
	margin:0 0 15px 10px;
	width:40px;
	height:50px;
	background: url(../images/index-nav-prev-icon.png) no-repeat center center;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .prev { background-size: 29px 16px !important; background: url(../images/index-nav-prev-icon@2x.png) no-repeat center center;}
}

/* next posts */
.post-nav .next {
	opacity:.75;
	float: right;
	margin:0 10px 15px 0;
	width:40px;
	height:50px;
	background: url(../images/index-nav-next-icon.png) no-repeat center center;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
/* Retina display .post-nav .next */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.post-nav .next { background-size: 29px 16px !important; background: url(../images/index-nav-next-icon@2x.png) no-repeat center center;}
}

.post-nav .prev:hover, .post-nav .next:hover {
	opacity:1;
}


/* BACK BUTTON
**************************************************/

.back-button {
	margin:0 auto 15px auto;
	width:40px;
	height:40px;
	cursor: pointer;
	background: url(../images/nav-next-icon.png) no-repeat 11px center;
}
/* Retina display .back-button  */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.back-button { background-size: 9px 16px !important; background: url(../images/nav-next-icon@2x.png) no-repeat 11px center; }
}


/* SHARE TOGGLE BUTTON
**************************************************/
.share-toggle-wrapper {
	margin:0 auto 0 auto;
	max-width:980px;
	padding:0 15px 0 19px;
	height:51px;
}
.share-toggle {
	opacity:.6;
	width:38px;
	height:40px;
	cursor: pointer;
	background: url(../images/share-icon.png) no-repeat 2px 14px;
	float:left;
	
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	-ms-transition: all .20s ease;
	transition: all .20s ease;
}
/* Retina display .share-toggle  */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.share-toggle { background-size: 24px 19px !important; background: url(../images/share-icon@2x.png) no-repeat 2px 14px; }
}
.share-toggle:hover, .share-toggle-hover-touch { opacity:1; }

/* share links */
#share-links { display:none; }

#share-links a {
	font-family:'Arbutus Slab';
	font-weight:700;
	font-size:11px;
	color:#C7C4C4;
	margin:19px 8px 0 0;
	float:left;
}
#share-links a:hover {
	color:#999;
	text-decoration:none;
}
.share-links-active { display:inline !important; }







/* FOOTER
**************************************************/
#footer {
	clear: both;
	margin-top:12px;
	padding:0;
	border-top:1px solid #E3E3E3;
	background:#F0F0F0;
	position:relative;
}




/*
CLEAR & ALIGNMENT
**************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, #body, #footer, footer, .pagenav, #main-nav, .menu, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, #body, #footer, footer, .pagenav, #main-nav, .menu, #content
{ display: block; }

.row{width:100%; margin:auto;   clear: both;}
.col-md-1 {width:72%; float:left; clear: both;}
.col-md-2  {width:25%;float:right;}