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

Theme Name: CWP Fixed
Theme URI: http://www.iwant2create.co.uk
Author: Downinthree
Author URI: http://www.downinthree.com
Description: A Responsive Portfolio Theme

-----------------------------------------------------------------------------------

0.	CSS Reset
1.	Document Setup (body, common classes, vertical rhythm, etc)
2.	Structure
3.	Header Styles
4.	Navigation & Pagination
5.	Main Content Styles
6.	Portfolio Content Styles
7.	Comments
8.	Footer Styles
9.	Page & Page Templates
10.	Widgets
11. Media Queries

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

/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	background: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	height: 100%;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
	vertical-align: bottom;
}

/* Global --- */

body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	clear: both;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-weight: normal;
	text-transform: uppercase;
	text-transform: none;
	margin-bottom: 1em;
}

h1,
.h1 {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 3rem;
}

h2,
.h2 {
	font-size: 26px;
	font-size: 2.6rem;
}

h3,
.h3 {
	font-size: 21px;
	font-size: 2.1rem;
}

h4,
.h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5,
.h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6,
.h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

p {
	margin-bottom: 2em;
}

ul,
ol {
	margin: 0 0 1.5em 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

p,
ul,
ol,
dl {
	line-height: 26px;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
	font-size: 1.7rem;
	color: #bebebe;
	font-style: italic;
	margin-left: 0;
	padding-left: 10rem;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #efefef;
	border: 1px solid #ddd;
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	overflow: auto;
	max-width: 100%;
	padding: 1.5em;
}

code,
kbd,
tt,
var {
	font: 15px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	border: 1px solid #ccc;
	margin: 0 0 1.5em;
	width: 100%;
}

table .even {
	background: #eeeeee;
}

th {
	font-weight: bold;
}

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

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

.site-content img,
.profile-image img,
.widget img {
	height: auto;
	max-width: 100%;
}

/* Form Elements --- */

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}

.form-style,
button,
html input[type="submit"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #000;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 24px;
	text-transform: uppercase;
	text-transform: none;
}

button,
html input[type="submit"],
input[type="reset"],
input[type="submit"] {
	background: #ebebeb;
	border: none;
	cursor: pointer;
	-webkit-appearance: button;
	padding: 13px 41px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #dedede;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #dedede;
	border-color: #ddd;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="seach"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	background: #ebebeb;
	border: none;
	padding: 13px 20px;
	text-transform: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ccc;
}

input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ccc;
}

input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
}

input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #ddd;
}

textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}

/* Links --- */

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

a:visited {
	color: #cbcbcb;
}

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

/* Alignment --- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.single-portfolio .entry-content .alignleft,
.entry-content .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
	max-width: 28em;
	width: 45%;
}

.single-portfolio .entry-content .alignright,
.entry-content .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
	max-width: 28em;
	width: 45%;
}

.single-portfolio .entry-content .alignleft img,
.entry-content .alignleft imgm
.single-portfolio .entry-content .alignright img,
.entry-content .alignright img {
	height: auto;
	width: 100%;
}

/* Clears --- */

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.author-bio:before,
.author-bio:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-navigation:before,
.site-navigation:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.page-navigation:before,
.page-navigation:after,
.single-page-navigation:before,
.single-page-navigation:after,
.comment-navigation:before,
.comment-navigation:after {
	content: ' ';
	display: table;
}

.clear:after,
.entry-content:after,
.author-bio:after,
.comment-content:after,
.site-header:after,
.site-navigation:after,
.site-content:after,
.site-footer:after,
.page-navigation:after,
.single-page-navigation:after,
.comment-navigation:after {
	clear: both;
}

.clearfix:after,
.page-navigation:after,
.single-post-navigation:after,
.comment-navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
.page-navigation,
.single-post-navigation,
.comment-navigation {
	display: inline-block;
}

/* Hide from IE Mac \*/

.clearfix,
.page-navigation,
.single-post-navigation,
.comment-navigation {
	display: block;
}

/* End hide from IE Mac */

.none {
	display: none;
}

/* End Clearfix */

/* Helpers --- */

.hidden {
	display: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.js body {
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.js body.animate-in {
	opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	2. Structure
/*-----------------------------------------------------------------------------------*/

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

	.site-wrapper {
		position: relative;
		overflow: hidden;
		width: 100%;
	}
}

.site {
	max-width: 1024px;
	height: 100%;
	position: relative;
}

.site.nav-show .nav-toggle .btn-toggle .icon-nav-toggle {
	padding-top: 6px;
}

.site.nav-show .nav-toggle .btn-toggle i:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.site.nav-show .nav-toggle .btn-toggle i:nth-child(2) {
	display: none;
}

.site.nav-show .nav-toggle .btn-toggle i:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -6px;
}

.site.nav-show .nav-toggle .btn-toggle span {
	opacity: 0;
}

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

	.site {
		width: 100%;
		-webkit-transform: translate3d(0);
		transform: translate3d(0);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.site.nav-show {
		-webkit-transform: translate3d(280px, 0, 0);
		transform: translate3d(280px, 0, 0);
	}
}

@media only screen and (min-width: 769px) {

	.site.nav-show .site-navigation {
		right: 0;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	.site.nav-show .site-logo {
		left: 100%;
	}
}

.site-content {
	padding: 40px 20px;
}

@media only screen and (min-width: 769px) {

	.site-content {
		margin-left: 280px;
		padding: 40px;
	}
}

.site-secondary {
	background: #fafafa;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Header Styles
/*-----------------------------------------------------------------------------------*/

.site-header {
	width: 280px;
	background: #191919;
	padding: 40px;
	height: 100%;
}

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

	.site-header {
		position: absolute;
		top: 0;
		left: -280px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
}

@media only screen and (min-width: 769px) {

	.site-header {
		position: fixed;
		left: 0;
		z-index: 1000;
		padding-top: 0;
		overflow: hidden;
	}
}

.sidebar-footer {
	overflow: hidden;
}

@media only screen and (min-width: 769px) {

	.sidebar-footer {
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 0;
		width: 220px;
	}
}

.site-logo {
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
}

.site-logo .primary {
	fill: rgb(255,255,255);
}

.site-logo .secondary {
	fill: rgb(81,81,81);
	fill: rgba(255,255,255,.25);
}

.site-logo a {
	color: #fff;
}

.site-logo a:hover {
	color: #555;
	text-decoration: none;
}

@media only screen and (min-width: 769px) {

	.site-logo {
		padding: 0 1em 2em 1em;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

.site-tagline {
	color: #b5b5b5;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2.2rem;
	font-weight: normal;
	margin: 0;
	display: none;
}

@media only screen and (min-width: 769px) {

	.site-tagline {
		padding-top: 14px;
		padding-right: 28px;
		display: block;
	}
}

@media only screen and (min-width: 769px) {

	.sidebar-info {
		padding-top: 40px;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

.nav-toggle {
	height: 66px;
}

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

	.nav-toggle {
		background: #191919;
		margin-left: -1px;
		padding-left: 1px;
	}

	.nav-toggle .site-logo {
		/*
		float: right;
		margin-top: 0;
		margin-right: 15px;
		*/
		position: absolute;
		top: 0;
		right: .5em;
		width: 3.25em;
		height: auto;
	}
}

@media only screen and (min-width: 769px) {

	.nav-toggle {
		padding-top: 40px;
		padding-bottom: 46px;
		background: #191919;
		position: relative;
		z-index: 2;
	}
}

.nav-toggle .btn-toggle {
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	text-transform: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
}

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

	.nav-toggle .btn-toggle {
		margin: 25px 15px;
	}
}

.nav-toggle .btn-toggle:hover {
	text-decoration: none;
}

.nav-toggle .btn-toggle .icon-nav-toggle {
	float: left;
	margin-right: 10px;
	height: 16px;
}

.nav-toggle .btn-toggle i {
	display: block;
	height: 4px;
	width: 19px;
	background: #fff;
	margin-bottom: 2px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-toggle .btn-toggle span {
	padding-top: 1px;
	display: inline-block;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.site-navigation {
	clear: both;
	color: #fff;
}

@media only screen and (min-width: 769px) {

	.site-navigation {
		position: relative;
		overflow: hidden;
		z-index: 1;
		right: 280px;
		top: 0;
		opacity: 0.5;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: -webkit-transform 0.3s ease, right 0.3s ease, opacity 0.3s ease;
		transition: transform 0.3s ease, right 0.3s ease, opacity 0.3s ease;
		min-height: 90%;
		min-height: calc(100% - 86px);
	}

	.site-navigation.no-animate {
		-webkit-transition-duration: 0;
		transition-duration: 0;
	}

	.site-navigation.no-animate + .site-logo {
		-webkit-transition-duration: 0;
		transition-duration: 0;
	}
}

.site-navigation .widget-title {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-transform: uppercase;
	text-transform: none;
	margin-bottom: 1.5rem;
	padding: 0;
}

.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2.4rem;
	margin-bottom: 4rem;
}

.menu ul {
	list-style: none;
}

.menu a {
	color: #b5b5b5;
	-webkit-transition: color 1s ease;
	transition: color 1s ease;
	display: block;
}

.menu a:hover {
	color: #fefefe;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.primary-menu {
	text-transform: uppercase;
	text-transform: none;
}

.primary-menu a {
	color: #fefefe;
}

.primary-menu a:hover {
	color: #b5b5b5;
}

.primary-menu .sub-menu a {
	color: #b5b5b5;
	text-transform: none;
}

.primary-menu .sub-menu a:hover {
	color: #fefefe;
}

@media only screen and (min-width: 769px) {

	.touch .site .site-header {
		position: absolute;
	}

	.touch .site .sidebar-footer {
		position: static;
	}

	.touch .site .site-logo {
		bottom: auto;
		position: fixed;
		width: 280px;
	}

	.touch .site .nav-toggle {
		position: fixed;
		width: 280px;
		left: 0;
		padding-left: 40px;
	}

	.touch .site .site-navigation {
		padding-top: 86px;
	}
}

/* Page Navigation --- */

.page-navigation,
.single-post-navigation,
.comment-navigation {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}

.page-navigation .nav-next,
.single-post-navigation .nav-next,
.comment-navigation .nav-next {
	float: right;
}

.page-navigation .nav-next a:hover .fa,
.single-post-navigation .nav-next a:hover .fa,
.comment-navigation .nav-next a:hover .fa {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

.page-navigation .nav-previous,
.single-post-navigation .nav-previous,
.comment-navigation .nav-previous {
	float: left;
}

.page-navigation .nav-previous a:hover .fa,
.single-post-navigation .nav-previous a:hover .fa,
.comment-navigation .nav-previous a:hover .fa {
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
}

.page-navigation a,
.single-post-navigation a,
.comment-navigation a {
	color: #b2b2b2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page-navigation a .fa,
.single-post-navigation a .fa,
.comment-navigation a .fa {
	-webkit-transition: -webkit-transform 0.1s ease;
	transition: transform 0.1s ease;
}

.page-navigation a:hover,
.single-post-navigation a:hover,
.comment-navigation a:hover {
	text-decoration: none;
	color: #444444;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

/* Titles --- */

.archive-title {
	color: #b5b5b5;
}

.entry-title,
.comments-title {
	color: #323232;
}

.entry-title a,
.comments-title a {
	color: #323232;
}

.entry-title a:hover,
.comments-title a:hover {
	text-decoration: none;
}

#s {
	width: 100%;
}

/* Content --- */

.meta-style,
.type-post .entry-meta,
.type-post .entry-footer .entry-categories,
.type-post .entry-footer .entry-tags,
.portfolio-entry-meta,
.portfolio-entry-meta .portfolio-project-url {
	color: #b2b2b2;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-weight: normal;
}

.type-page .entry-thumbnail {
	margin-bottom: 4rem;
}

.type-post {
	padding-bottom: 3.6rem;
}

.type-post .entry-meta {
	margin-bottom: 0.4rem;
}

.type-post .entry-meta a {
	color: #b2b2b2;
}

.type-post .entry-meta .published {
	text-transform: uppercase;
	text-transform: none;
}

.type-post .entry-meta .comments-title {
	display: block;
	margin: 0.8rem 0;
}

@media only screen and (min-width: 769px) {

	.type-post .entry-meta .comments-title {
		float: right;
		display: inline-block;
		margin: 0;
	}
}

.type-post .entry-summary p {
	margin-bottom: 0;
}

.type-post .entry-title {
	position: relative;
	padding-right: 50px;
}

.type-post .entry-title .spinner {
	position: absolute;
	top: 0;
	right: 0;
}

.type-post .entry-thumbnail {
	position: relative;
	margin-bottom: 4rem;
}

.type-post .entry-thumbnail .overlay {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	text-align: center;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	background: rgba(0, 0, 0, 0.3);
}

.type-post .entry-thumbnail .overlay:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.35em;
}

.type-post .entry-thumbnail blockquote,
.type-post .entry-thumbnail h2 {
	border: none;
	margin: 0;
	padding: 0 10.71429%;
	color: #fff;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-weight: normal;
	font-size: 30px;
	font-size: 3rem;
	line-height: 3.8rem;
	font-style: normal;
	text-transform: uppercase;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
}

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

	.type-post .entry-thumbnail blockquote,
	.type-post .entry-thumbnail h2 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.type-post .entry-thumbnail blockquote cite,
.type-post .entry-thumbnail h2 cite {
	display: block;
	font-weight: normal;
	font-size: 17px;
	font-size: 1.7rem;
	color: #ccc;
	font-style: normal;
	margin-top: 1rem;
}

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

	.type-post .entry-thumbnail blockquote cite,
	.type-post .entry-thumbnail h2 cite {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.type-post .zilla-gallery {
	margin: 0;
}

.type-post .zilla-gallery .wp-caption,
.type-post .zilla-gallery .zilla-slider-nav {
	left: 20px;
	bottom: 20px;
}

.type-post .zilla-slider-nav {
	right: 20px;
	bottom: 20px;
}

.type-post .entry-footer .fa {
	font-size: 16px;
	font-size: 1.6rem;
	width: 1.8rem;
	vertical-align: middle;
}

.type-post .entry-footer .fa-tag {
	font-size: 18px;
	font-size: 1.8rem;
}

.type-post .entry-footer .entry-categories,
.type-post .entry-footer .entry-tags {
	margin-bottom: 0.6rem;
}

.type-post .entry-footer .entry-categories a,
.type-post .entry-footer .entry-tags a {
	color: #b2b2b2;
}

.type-post .comments-title.h3 {
	margin-top: 1rem;
	display: block;
}

.zilla-gallery-container,
.wp-video,
.single .fluid-width-video-wrapper {
	margin-bottom: 4rem;
}

.wp-video {
	max-width: 100% !important;
	height: auto !important;
}

.mejs-overlay,
.mejs-poster {
	width: 100% !important;
	height: 100% !important;
}

.mejs-container.mejs-video {
	width: 100% !important;
	height: auto !important;
	padding-top: 56.3%;
}

.blog .type-post,
.archive .type-post {
	margin-bottom: 4rem;
	border-bottom: 1px solid #e7e7e7;
}

.blog .type-post .entry-content p:last-of-type,
.archive .type-post .entry-content p:last-of-type {
	margin-bottom: 0;
}

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

.author-bio .avatar {
	float: left;
	margin: 0 20px 0 0;
	width: 40px;
}

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

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

.post-audio {
	margin-bottom: 4rem;
}

.post-audio img {
	display: block;
}

/* Media Elements --- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption,
.gallery-caption {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 1em 1em 1.5em;
	max-width: 100%;
	text-align: center;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption .wp-caption-text {
	margin: 0.625em 0;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.site-main .gallery a img {
	border: none;
	height: auto;
}

.site-main .gallery dd {
	margin: 0.625em 0;
	padding: 0 0.625em;
}

embed,
object,
iframe {
	max-width: 100%;
	margin-bottom: 1.5em;
}

/* Audio/Video jPlayer Skin --- */

.jp-audio,
.jp-video {
	margin: 0 auto -1.57142857142em;
	width: 480px;
	max-width: 100%;
}

.jp-video + .jp-audio,
.fluid-width-video-wrapper + .jp-audio {
	margin-top: 2.71428571428em;
}

.jp-gui {
	margin-bottom: -35px;
}

.jp-interface {
	background: #232527 url(images/media_player.png) 0 -132px repeat-x;
	border: 1px solid #000000;
	border-radius: 3px;
	box-shadow: 0 1px 0 #4B4E53 inset, 0 1px 3px rgba(0, 0, 0, 0.7);
	margin-bottom: 3px;
	position: relative;
	height: 33px;
	width: 91.25%;
	/* 438 / 480 */
	left: 4.545454545%;
	/* 20 / 440 */
	top: -53px;
}

.jp-video-full {
	position: relative;
}

.jp-video-full .jp-jplayer {
	background: #000000;
	top: 0;
	left: 0;
	position: fixed !important;
	position: relative;
	overflow: hidden;
	z-index: 998;
}

.jp-video-full .jp-gui {
	z-index: 1000;
	display: block;
}

.jp-video-full .jp-interface {
	bottom: 0;
	top: auto;
	left: 0.25%;
	position: fixed;
	width: 99%;
	z-index: 1000;
}

/* Controls ----- */

.jp-controls,
.jp-toggles {
	float: left;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.jp-controls li {
	float: left;
}

.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -999em;
}

.jp-play,
.jp-pause {
	background: #d2d6db url(images/media_player.png) 0 0 no-repeat;
	border-top: 1px solid #4b4e53;
	border-bottom: none;
	display: block;
	z-index: 2;
	height: 100%;
	width: 30px;
}

.jp-play:hover,
.jp-pause:hover {
	background-color: #0076a3;
	border-bottom: none;
}

.jp-pause {
	background-position: 0 -33px;
}

.jp-play,
.jp-pause {
	border-radius: 3px 1px 1px 3px;
	border-right: 1px solid #4b4e53;
}

.jp-progress {
	position: absolute;
	padding: 0 25px 0 40px;
	margin: 11px 0;
	width: 100%;
	height: 9px;
}

.jp-seek-bar {
	background: #141618;
	border-bottom: 1px solid #2c2d2f;
	border-left: 1px solid #0f0f10;
	border-right: 1px solid #0f0f10;
	border-top: 1px solid #000000;
	border-radius: 2px;
	cursor: pointer;
	height: 8px;
	padding: 0 0 1px 0;
	position: relative;
	z-index: 999;
}

.jp-play-bar {
	border-radius: 1px 2px 2px 1px;
	background: #0076a3;
	background-size: 8px 8px;
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	box-shadow: 0 5px 5px rgba(255, 255, 255, 0.2) inset;
	height: 8px;
}

.jp-play-bar {
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {

	0% {
		background-position: 0 0;
	}

	100% {
	background-position: 60px 0;
	}
}

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

.page-template-template-portfolio-php .site,
.tax-portfolio-type .site {
	max-width: none;
}

.page-template-template-portfolio-php .site-content,
.tax-portfolio-type .site-content {
	padding: 0;
}

.page-template-template-portfolio-php .site-main,
.tax-portfolio-type .site-main {
	overflow-x: hidden;
}

.page-template-template-portfolio-php .site-main > .page,
.tax-portfolio-type .site-main > .page {
	padding: 40px;
}

.portfolio-feed {
	overflow: hidden;
	margin-right: -1px;
}

.portfolio-feed .portfolio {
	visibility: hidden;
}

@media only screen and (min-width: 400px) {

	.portfolio-feed .portfolio {
		width: 50%;
	}
}

@media only screen and (min-width: 1081px) {

	.portfolio-feed .portfolio {
		width: 33.33333%;
	}
}

@media only screen and (min-width: 1481px) {

	.portfolio-feed .portfolio {
		width: 25%;
	}
}

@media only screen and (min-width: 1879px) {

	.portfolio-feed .portfolio {
		width: 20%;
	}
}

.portfolio-feed .portfolio .entry-thumbnail {
	display: block;
	text-align: center;
	overflow: hidden;
}

.portfolio-feed .portfolio .entry-thumbnail > a {
	display: block;
	position: relative;
}

.portfolio-feed .portfolio .entry-thumbnail > a:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.portfolio-feed .portfolio .entry-thumbnail > a img {
	display: block;
}

.portfolio-feed .portfolio .entry-thumbnail:hover > a:before {
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.portfolio-feed .portfolio .entry-thumbnail:hover .entry-title {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.portfolio-feed .portfolio .entry-title {
	color: #f5f5f5;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	font-size: 2rem;
	text-transform: none;
	margin: 0;
	padding: 0 1rem;
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 100%;
	top: 46.5%;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.no-touch .portfolio-feed .portfolio > a:hover .entry-title {
	display: block;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/* Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

/* disabling Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

/* Single Portfolio */

.portfolio.hide .toggle-content {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.portfolio-text {
	background: #fff;
}

@media only screen and (min-width: 769px) {

	.portfolio-text {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 40px 0 0 320px;
		z-index: 999;
	}
}

.toggle-wrap {
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
	transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
}

.toggle-wrap > div {
	padding-bottom: 40px;
}

.toggle-clone {
	padding-bottom: 62px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: none;
}

@media only screen and (min-width: 769px) {

	.toggle-clone {
		display: block;
		visibility: hidden;
	}
}

.toggle-content {
	display: block;
	width: 18px;
	height: 18px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

	.toggle-content {
		display: none;
	}
}

.toggle-content i {
	background: #afafaf;
	display: block;
	position: absolute;
}

.toggle-content i:first-child {
	width: 4px;
	height: 18px;
	left: 7px;
}

.toggle-content i:last-child {
	width: 18px;
	height: 4px;
	top: 7px;
}

.portfolio-entry-meta .portfolio-project-date,
.portfolio-entry-meta .portfolio-project-client {
	text-transform: uppercase;
	text-transform: none;
}

.portfolio-media-feature {
	margin-bottom: 4rem;
}

.zilla-gallery-container {
	position: relative;
}

.zilla-gallery {
	margin: 0;
	list-style: none;
}

.zilla-gallery li {
	width: 100%;
}

.zilla-gallery .wp-caption {
	margin: 0;
	background: #fff;
	font-style: normal;
}

@media only screen and (min-width: 769px) {

	.zilla-gallery .wp-caption {
		position: absolute;
		left: 40px;
		bottom: 42px;
		padding: 9px 21px 10px 21px;
	}
}

.zilla-gallery.slideshow li {
	min-height: 140px;
}

.zilla-gallery.slideshow img {
	display: block;
}

.zilla-gallery.stacked li {
	margin-bottom: 4rem;
	position: relative;
}

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

	.zilla-slider-nav a {
		position: absolute;
		z-index: 1001;
		top: 50%;
		margin-top: -22px;
	}

	.zilla-slider-nav a.zilla-slide-next {
		right: -20px;
	}

	.zilla-slider-nav a.zilla-slide-prev {
		left: -20px;
	}
}

@media only screen and (min-width: 769px) {

	.zilla-slider-nav {
		right: 40px;
		bottom: 42px;
		position: absolute;
		z-index: 1001;
	}
}

.zilla-slider-nav a {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-color: #fff;
	color: #000;
	text-align: center;
	line-height: 45px;
	font-size: 22px;
}

.zilla-slider-nav a:hover {
	background-color: #f6f6f7;
}

.zilla-slider-nav .zilla-slide-next {
	margin-left: 5px;
}

.single-portfolio .site {
	max-width: none;
}

.single-portfolio .site-content img {
	max-width: none;
	width: 100%;
}

.single-portfolio .portfolio {
	-webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
	transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
}

@media only screen and (min-width: 769px) {

	.single-portfolio .entry-title {
		padding-right: 80px;
	}
}

.single-portfolio .fixed-content-wrap {
	position: relative;
}

@media only screen and (min-width: 769px) {

	.single-portfolio .fixed-content-wrap {
		padding-right: 40px;
	}
}

.single-portfolio .entry-content {
	color: #8c8c8c;
}

.single-portfolio .toggle-content {
	position: absolute;
	top: -62px;
	right: 40px;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

.commentlist {
	margin: 4rem 0;
	list-style-type: none;
}

.pinglist {
	margin: 20px 0 40px 30px;
	list-style-type: decimal;
}

.comment img {
	border-radius: 50%;
}

.comment .avatar {
	float: left;
	margin: 0 10px 0 0;
	width: 50px;
}

.comment .children {
	list-style-type: none;
	margin-left: 7.5rem;
}

.comment-content {
	padding-left: 75px;
	color: #656565;
}

.comment-author {
	padding-top: 8px;
}

.comment-author cite {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-weight: normal;
	font-size: 15px;
	font-size: 1.5rem;
	font-style: normal;
}

.comment-meta {
	margin-bottom: 15px;
	color: #b7b7b7;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.1rem;
}

.comment-meta a {
	color: #b7b7b7;
}

.nocomments {
	text-align: center;
	padding: 20px;
}

.comment-form {
	margin: 20px 0 40px;
}

.comment-form p {
	margin-bottom: 1rem;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.comment-form .form-submit {
	text-align: right;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Footer Styles
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-width: 769px) {

	.site-footer {
		margin-left: 280px;
	}
}

.copyright,
.credit {
	color: #b5b5b5;
	font-size: 11px;
	font-size: 1.1rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-weight: normal;
	line-height: 1.5rem;
	margin: 0;
}

.copyright a,
.credit a {
	color: #b5b5b5;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Page & Page Templates
/*-----------------------------------------------------------------------------------*/

.archive-lists h4 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2.4rem;
	margin-bottom: 0.8rem;
}

.archive-lists ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2.8rem;
}

.archive-lists .children {
	margin-bottom: 0;
}

.full-width {
	width: auto;
}

.contactform {
	margin-left: 0;
}

.contactform li {
	list-style-type: none;
}

.contactform li input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
}

.contactform li textarea {
	width: 100%;
	max-width: 100%;
	height: 300px;
	margin-bottom: 10px;
	resize: none;
}

.contactform li button {
	float: right;
}

label.error {
	color: red;
}

/*-----------------------------------------------------------------------------------*/
/*	10.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
}

.sidebar-widgets.credit .widget {
	margin: 0;
}

.widget-title {
	text-transform: uppercase;
	text-transform: none;
	font-size: 12px;
	font-size: 1.2rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.widget > ul,
.widget > ol {
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 10px;
}

.widget select {
	max-width: 100%;
}

/* Recent Work Widget ---------------------------------------------------*/

.widget.zilla_recentwork_widget {
	margin-bottom: 20px;
}

/* Search Widget --------------------------------------------------------*/

.widget_search #s {
	width: 100%;
}

.widget_search form,
.widget_search fieldset {
	margin: 0;
}

/* Calander Widget -------------------------------------------------------*/

.widget_calendar caption {
	margin-bottom: 5px;
}

.widget_calendar table {
	width: 100%;
}

/* 125 x 125 Widget ------------------------------------------------------*/

.zilla_ad_widget {
	padding-right: 0;
}

.ads-125 img {
	margin: 0 10px 10px 0;
}

/* Twitter Widget -------------------------------------------------------*/

.zilla-tweet-widget ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}

.zilla-tweet-widget li {
	border-bottom: 1px solid #efefef;
	padding: 8px 0;
}

.zilla-tweet-widget .twitter-time-stamp {
	display: block;
	font-size: .875em;
}

/* Flickr Widget --------------------------------------------------------*/

.zilla_flickr_widget {
	padding-right: 0;
}

.zilla_flickr_widget > div {
	margin-right: -20px;
	padding-right: 10px;
}

.flickr_badge_image {
	float: left;
	margin: 0 5px 5px 0;
}

.flickr_badge_image img {
	background: #fff;
	padding: 3px;
	border: 1px solid #ddd;
}

.flickr_badge_image img:hover {
	border: 1px solid #ccc;
}

/* Video Widget ----------------------------------------------------------*/

.zilla_video {
	margin-bottom: 10px;
}

/* 300 x 250 Widget ------------------------------------------------------*/

.zilla-ad300-widget {
	padding: 0;
}

.zilla-ad300-widget .widget-title {
	display: none;
}

.ads-300 {
	width: 300px;
	height: 250px;
	overflow: hidden;
}

/* Tabbed Widget ---------------------------------------------------------*/

.zilla-tab-widget .zilla_tabs {
	background: #f4f4f4;
	padding: 3px;
}

.zilla-tab-widget #tab-items {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 40px;
}

.zilla-tab-widget #tab-items li {
	float: left;
	margin: 0 2px 0 0;
	line-height: 40px;
	padding: 0;
	background: none;
}

.zilla-tab-widget #tab-items li a {
	font-size: 11px;
	color: #999;
	padding: 0 10px;
	display: block;
	border-left: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
}

.zilla-tab-widget #tab-items li a:hover,
.zilla-tab-widget #tab-items li.ui-tabs-selected a,
.zilla-tab-widget #tab-items li.ui-state-active a {
	background: #fff;
	text-decoration: none;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

.zilla-tab-widget .tabs-inner {
	border: 1px solid #e8e8e8;
	padding: 15px;
	background: #fff;
}

.zilla-tab-widget .ui-tabs-hide {
	display: none;
}

.zilla-tab-widget .tab ul {
	list-style-type: none;
	margin: 0;
}

.zilla-tab-widget .tab ul li {
	border-bottom: 1px solid #efefef;
	padding: 10px 0;
}

.zilla-tab-widget .tab-thumb img {
	padding: 2px;
	background: #f8f8f8;
	border: 1px solid #ddd;
	float: left;
	margin: 0 8px 0 0;
}

.zilla-tab-widget .entry-title,
.zilla-tab-widget .entry-title a {
	font-size: 12px;
	line-height: 20px;
	text-transform: none;
	padding: 0;
}

.zilla-tab-widget .entry-meta,
.zilla-tab-widget .entry-meta a {
	color: #999;
	font-size: 10px;
}

.zilla-tab-widget .entry-meta a:hover {
	text-decoration: none;
	color: #333;
}

.tab-comments .avatar {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0 8px 0 0;
}

.tab-comments h3,
.tab-comments h3 a {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #666;
	text-transform: none;
}

.tab-tags a {
	color: #666;
	background: #fafafa;
	padding: 3px 6px;
	display: block;
	float: left;
	margin: 0 2px 2px 0;
}

.tab-tags a:hover {
	background: #f2f2f2;
	text-decoration: none;
}

/* Bio Widget ---------------------------------------------------------*/

.zilla-bio-widget .profile-image {
	width: 65px;
	height: 65px;
	margin-bottom: 1.2em;
	overflow: hidden;
}

.zilla-bio-widget .profile-image img {
	border-radius: 50%;
}

.zilla-bio-widget .social-link {
	display: inline-block;
	width: 25%;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 18px 0 3px 0;
}

#sidebar-footer .widget-title {
	padding: 0;
	text-transform: none;
	margin-bottom: 0.6em;
	color: #fefefe;
	font-size: 13px;
	font-size: 1.3rem;
	-webkit-font-smoothing: antialiased;
}

#sidebar-footer .widget {
	color: #b5b5b5;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-weight: normal;
}

#sidebar-footer .widget a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#sidebar-footer .widget a:hover {
	opacity: 0.7;
}

/*-------------------- ! Helpers --------------------*/

.spinner {
	width: 40px;
	height: 20px;
	text-align: center;
	font-size: 10px;
}

.spinner > div {
	background-color: #333;
	height: 100%;
	width: 2px;
	margin-right: 2px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {

	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes stretchdelay {

	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

/*# sourceMappingURL=style.css.map */