/*-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles

	4.	Main Content Styles
	5.	Post Content Styles
	6.  Portfolio Content Styles
	
	9.	Footer Styles
	10.	Page & Page Templates
	11.	Widgets
	##. Structure
	##. Tiny Screens and up

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
	font: 16px/1.5em "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #232527;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	word-break: break-word;
	font-weight: 400;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
	color: #333;
	font-weight: 900;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	transition: color .1s linear;
}

a:hover { color: #00B3FF; }

a img { border: none; }

a > img { vertical-align: bottom; }

::selection { background: #cecece; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio,
#logo { margin-bottom: 20px; }

.navigation-links,
.hfeed,
.pinglist { margin-bottom: 40px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 20px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

.page-title {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -0.083333em;
	line-height: 1.3em;
}

.caption {
	color: #9c9fa3;
	color: rgba(0,0,0,.35);
	font-size: 26px;
	letter-spacing: -1px;
	line-height: 1.4em;
	margin-bottom: 0;
}
.inverted {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.entry-title,
.entry-title a {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -0.0625em;
	line-height: 1.15em;
	margin-bottom: 0.625em; /* 30px */
}

.entry-title a {
	color: #232527;
	text-decoration: none;
}

.entry-title a:hover { color: #f26c4f; }

.entry-content h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
	letter-spacing: -1px;
	padding-top: 30px;
	margin-bottom: 30px;
}

.entry-content h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
	letter-spacing: -1px;
	padding-top: 20px;
	margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/

#logo,
#logo a {
	color: #222426;
	font-size: 48px;
	font-weight: bold;
	float: left;
	line-height: 1.2em;
	text-decoration: none;
	text-transform:uppercase;
	  letter-spacing:-.1em;
}

#logo a:hover { 
	color: #00B3FF;
	text-decoration: none; 
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

address { font-style: italic; }

abbr[title],
acronym[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9da0a4;
	font-style: italic;
	margin: 40px 80px;
}

strong { font-weight: 900; }

em,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
samp,
code,
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #fff;
}

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	padding: 10px;
	clear: both;
	margin: 40px 80px;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 30px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

#back-to-top {
	background: #333333;
	border-radius: 3px 3px 0 0;
	bottom: 0;
	display: none;
	height: 40px;
	position: fixed;
	right: 20px;
	width: 50px;
}

#back-to-top:hover { background-color: #000000; }

/* Media Elements --------------------------------------------------------*/

.entry-content { 
	margin-bottom: -20px;
	max-width: 100%; 
}

.page-templat-template-archives-php .entry-content { margin-bottom: 20px; }

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

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

img.alignright {
	display: block;
	margin: 20px 0 20px 25px;
}

img.aligncenter {
	display: block;
	clear: both;
	margin: 20px auto;
}

img.alignnone {
    display: block;
    margin: 20px 0;
}

.post-thumb {
	position: relative;
	margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.hentry {
	border-top: 1px solid #cfd2d5;
	margin-top: 80px;
	overflow: hidden;
	padding-top: 80px;
}

.hentry:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.single-post .hentry { border-bottom: 1px solid #cfd2d5; }

.format-video .post-thumb .fluid-width-video-wrapper { margin-bottom: 30px; }

.format-quote .entry-title,
.format-link .entry-title { text-align: center; }

.format-link .entry-title a { border-bottom: 2px solid #232527; }

.format-link .entry-title a:hover { border-bottom: 2px solid #f26c4f; }

.quote-source,
.link-source { text-align: center; }

.single .quote-source,
.single .link-source { 
	border-bottom: 1px solid #CFD2D5; 
	padding-bottom: 30px;
}

.link-source a,
.quote-source a { 
	color: #232527;
	font-weight: normal;
	text-decoration: none; 
}

.link-source a:hover,
.quote-source a:hover { color: #f26c4f; }

.link-source a + a,
.quote-source a {
	margin-left: 10px;
	font-size: 12px;
}

.entry-meta {
	font-size: 14px;
	line-height: 1.4em;
	color: #9da0a4;
	margin-bottom: 2.142857em; /* 30px */
}

.entry-meta a { 
	color: #9da0a4; 
	font-weight: normal;
	text-decoration: none;
}

.entry-meta a:hover { color: #232527; }

.entry-footer { 
	clear: left;
	margin-bottom: 1.7857142em; /* 25px */
	margin-top: 4.28571em; /* 60px */
}

.author-bio {
	padding: 20px;
	background: #fbfbfb;
	border: 1px solid #efefef;
}

.author-bio .avatar	{
	float: left;
	margin: 0 10px 0 0;
}

.author-title {
	font-weight: bold;
	margin-left: 60px;
}

.author-description { margin-left: 60px; }

.entry-content ul { list-style-type: disc; }

.entry-content ol { list-style-type: decimal; }

.more-link {
	background: #232527;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding: 8px 18px;
	-webkit-transition: background .1s linear;
	-moz-transition: background .1s linear;
	-o-transition: background .1s linear;
	-ms-transition: background .1s linear;
	transition: background .1s linear;
	text-decoration: none;
}

.more-link:hover { 
	background: #00B3FF; 
	color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  6. Portfolio
/*-----------------------------------------------------------------------------------*/

.portfolio { 
	border: none; 
	margin: 0;
	padding: 3.125em 0;
}

.portfolio:first-child { padding-top: 3.125em; }

.portfolio .entry-title {
	margin-bottom: 0.125em; /* 6px */
	font-size: 48px;
	padding: 0;
	line-height: 1.15em;
	letter-spacing: -0.0625em;
}

.portfolio .entry-title + p,
.portfolio .entry-title + .caption + p,
.portfolio .entry-title + .caption + a + p { margin-top: 20px; }

.portfolio .entry-title + .caption { margin-top: 0; }

.portfolio .more-link { margin-bottom: 2.714286em; /* 38px */  }

.media-center .more-link {
	float: right;
	margin-bottom: -65px;
	position: relative;
	top: -65px;
}

.media-center .caption { margin-right: 160px; }

.media-center .entry-content { margin-top: 30px; }

/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
	font-size: 14px;
	line-height: 1.4em;
	overflow: hidden;
}

#footer a { 
	color: #9da0a4; 
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover { color: #232527; }

.copyright { 
	clear: left; 
	margin-bottom: 5px; 
}

#footer-nav { margin-bottom: 20px; }

#footer-nav ul {
	margin-left: 0;
	overflow: hidden;
}

#footer-nav li {
	float: left;
	margin-left: 20px;
}

#footer-nav li:first-child { margin-left: 0; }

#footer-nav li.current-menu-item a,
#footer-nav li.current_page_item a { color: #232527; }


/*-----------------------------------------------------------------------------------*/
/*	10.	Page & Page Templates
/*-----------------------------------------------------------------------------------*/



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

.header-outer {
	background: #ffffff;
	padding: 40px 0;
	position: relative;
}

#header {
	margin: 0 auto 2em;
	width: 85%;
}

.page-header {
	margin: 0 auto;
	width: 60em;
}

#content {
	margin: 0 auto;
	padding: 80px 0 110px;
	width: 60em;
}

#content .full-width { width: 100%; }
	
#primary { 
	float: left;
	width: 600px;  
}

.page-type-portfolio #primary,
.post-type-archive-portfolio #primary,
.single-portfolio #primary { 
	margin-bottom: 0;
	width: 100%; 
}

.page-type-portfolio .hentry,
.post-type-archive-portfolio .hentry,
.single-portfolio .hentry { width: 100%; }

.page-type-portfolio .hentry-inner,
.post-type-archive-portfolio .hentry-inner,
.single-portfolio .hentry-inner {
	margin: 0 auto;
	overflow: hidden;
	width: 940px;
}

.page-type-portfolio .media-center .hentry-inner, 
.post-type-archive-portfolio .media-center .hentry-inner,
.single-portfolio .media-center .hentry-inner { overflow: visible; }

.portfolio { padding: 6.25em 0 4em; }

.footer-outer {
	background: #ffffff;
	clear: both;
}

#footer {
	margin: 0 auto;
	padding: 110px 0 80px;
	width: 940px; 
}

#footer-nav {
	float: right;
	max-width: 55%;
}


/*------------------------------------------------------------------------*/
/*	Tiny Screens and up
/*------------------------------------------------------------------------*/

@media only screen and (max-width: 992px) {
	/* 992 =============================================== */
   
/*     #logo {margin-left:4%;} */
    
    .page-header {width:93%;}
   
    .portfolio, .portfolio:first-child { padding: 4em 0; }
    		
}

@media only screen and (max-width: 768px) {
	/* 768 =============================================== */

	.hentry {
		margin-top: 50px;
		padding-top: 50px;
	}

	.header-outer { padding-left: 0; padding-right: 0; padding-bottom: 90px; }

	#header {
		width: 600px;
		margin: 50px auto 20px;
	}

	.page-header { width: 600px; }

	#content {
		padding: 80px 0 80px;
		width: 600px;
	}

	#primary { width: 600px; }

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

	.page-type-portfolio .hentry-inner,
	.post-type-archive-portfolio .hentry-inner,
	.single-portfolio .hentry-inner { width: 600px; }

	#footer { 
		padding: 110px 0 80px;
		width: 600px; 
	}

	#footer-nav { 
		float: none; 
		max-width: none; 
	}

	.entry-footer { margin-top: 2.142857em; /* 30px */ }

	blockquote { margin: 1.25em 20px; }

	/* Portfolio ---------- */
	.portfolio { margin-top: 0; }
	
	.portfolio:first-child { padding: 6em 0; }

	.media-center .caption { margin-right: 0; }

	.media-center .more-link {
		float: none;
		margin-bottom: 0;
		position: relative;
		top: 0;
	}

	.media-right .entry-content, 
	.media-left .entry-content { width: 100%; }

	.thumbs-nav { display: none; }


@media only screen and (max-width: 640px) {
	/* 640 ============================================= */

	.header-outer { padding: 35px 0 50px; }

	#header {
		width: 290px;
		margin: 60px auto 0;
	}

	.page-header { width: 290px; }

	#content {
		padding: 50px 0;
		width: 290px;
	}

	#primary { width: 290px; }

	.page-type-portfolio .hentry-inner { width: 290px; }
	

	#footer { 
		padding: 40px 0 50px;
		width: 290px;
	}

	#footer-nav {
		float: none;
		max-width: none;
	}

	.portfolio,
	.portfolio:first-child { padding: 50px 0 30px; }
