/*
Theme Name: Slate
Theme URI: https://array.is/themes/slate-wordpress-theme/
Description: A super clean responsive theme for showing off your latest projects.
Author: Array
Author URI: https://array.is
Version: 4.2.7
Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

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

fieldset, img { border: 0 }

ol, ul { list-style: none }

caption, th { text-align: left }

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: 'Merriweather', Georgia, serif;
	font-weight: normal;
	color: #4c4c4c;
}

html { height: 100% }

body {
	font: 14px/24px "Merriweather", Georgia, serif;
	margin: 0 auto;
	padding: 0 20px;
	background: #fff;
	overflow-x: hidden;
	height: 100%;
	color: #555;
}

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

a { text-decoration: none }

a:hover { color: #555 }

hr {
	margin: 20px 0 30px;
	border: 0;
	border-bottom: 1px dotted #ddd;
	height: 1px;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
}

h2 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 15px;
}

h3, h4, h5, h6 {
	line-height: 28px;
	margin-bottom: 12px;
}

h3 { font-size: 18px }

h4 { font-size: 16px }

h5 { font-size: 14px }

h6 {
	font-size: 13px;
	color: #bfbfbf;
	text-transform: uppercase;
}

p { margin-bottom: 15px }

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	*display: inline-block;
	height: 1%;
	clear: both;
}

.last { margin-right: 0 !important }

blockquote p {
	position: relative;
	font-family: "proxima-nova", sans-serif;
	color: #aaa;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding: 15px 0 15px 30px;
	margin: 25px 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

blockquote p:before {
	position: absolute;
	left: 0;
	top: 14px;
	content: "\f0e5";
	font-family: "FontAwesome";
	display: block;
	color: #bbb;
}

::selection {
	background: #00e0b3;
	color: #222;
}

::-moz-selection {
	background: #00e0b3;
	color: #222;
}

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

/* ===[ Layout Styles ]===================================================== */

.main-wrapper {
	width: 100%;
	margin: 0 auto;
}

.header-wrapper {
	width: 100%;
	margin: 0 0 0 0;
}

.header-hidden-wrap {
	z-index: 999;
	position: relative;
}

.header-hidden {
	margin: 0 auto;
	max-width: 980px;
	padding: 10px 10px 0px 10px;
	position: relative;
	display: none;
	background: #f3f3f3;
}

.header-hidden-toggle-wrap {
	max-width: 980px;
	position: relative;
	margin: 0 auto;
}

.show-hidden {
	margin-top: 0;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

.hidden-toggle {
	position: absolute;
	right: 0px;
	bottom: -35px;
	display: block;
	width: 21px;
	height: 21px;
	text-align: right;
	color: #ccc;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.hidden-toggle .fa-minus {
	display: none;
}

.header-hidden-left {
	width: 60%;
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	padding-top: 3px;
}

.header-hidden-right {
	float: right;
	width: 40%;
}

.icons {
	float: right;
}

.icons a {
	margin-bottom: 0 !important;
}

.header {
	max-width: 980px;
	margin: 0 auto;
	padding-top: 45px;
	border-top: solid 10px #F3F3F3;
	border-bottom: solid 1px #eee;
}

.header-left {
	width: 25%;
	float: left;
}

.header-left img { padding: 0 0 0 0 }

.header-left h1 {
	margin: 5px 0 0 0;
}

.header-left h1 a {
	color: #555;
	text-decoration: none;
	font-size: 34px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -2px;
	-webkit-transition: .04s ease-in;
	-moz-transition: .04s ease-in;
	transition: .04s ease-in;
}

.header-left h1 a:hover {
	color: #999;
	-webkit-transition: .04s ease-in;
	-moz-transition: .04s ease-in;
	transition: .04s ease-in;
}

.logo {
	margin-top: 0 !important;
}

.header-right {
	position: relative;
	float: right;
}

/* ===[ Header Navigation Styles ]===================================================== */

.select-menu, .select { display: none }

.menu-main-container { position: relative }

.nav { float: right }

.nav, .nav ul {
	margin: 13px 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
	z-index: 1000;
}

.nav a {
	display: block;
	padding: 5px;
	color: #aaa;
	text-decoration: none;
	text-align: left;
	outline: none;
	font-weight: normal;
	font-family: 'Merriweather', Georgia, serif;
}

.nav > .current-menu-item > a, .nav > li a:hover { color: #4C4C4C }

.plus { color: #aaa }

.nav ul {
	position: absolute;
	display: none;
}

.nav li {
	float: left;
	position: relative;
	list-style-type: none;
	padding-bottom: 17px;
}

.nav li a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 15px;
}

.nav > li > a { padding: 5px 12px }

.nav > li:last-child a {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.nav li ul a {
	width: 150px;
	height: auto;
	float: left;
	font-size: 12px;
	color: #999;
}

.nav .sub-menu {
	-moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
	-webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
	box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
}

.nav .sub-menu li {
	background: #fff;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
}

.nav .sub-menu li:first-child { border-top: solid 1px #eee }

.nav > li > ul { margin-top: 17px }

.nav li ul li {
	border-bottom: solid 1px #eee;
	padding-bottom: 0px;
}

.nav li ul li:last-child { border-bottom: none }

.nav li ul li a {
	margin-right: 0px;
	font-size: 10px;
}

.nav li ul li a:hover {
	background: #f9f9f9;
	color: #555;
}

.nav ul ul { top: auto }

.nav ul ul li:first-child { border-top: solid 1px #eee }

.nav li ul ul {
	left: 150px;
	margin: -1px 0 0 0;
	padding-right: 5px;
}

.nav li ul ul li { border-top: none }

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul { display: none }

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul { display: block }

/* ===[ Title Styles ]===================================================== */

.home .page-title {
	text-align: center;
	border-bottom: none;
}

.error404 .page-title {
	text-align: center;
}

.page-title {
	border-bottom: solid 1px #eee;
	padding: 30px 0;
	margin-bottom: 40px;
	position: relative;
}

.page-title-portfolio {
	border-bottom: none;
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
	position: relative;
}

.portfolio-titles {
	width: 75%;
	display: inline-block;
}

.page-title a { color: #4c4c4c }

.page-title h2 {
	margin-bottom: 0px;
	font-size: 34px;
	letter-spacing: -1px;
	line-height: 42px;
}

.page-title h3 {
	color: #aaa;
	font-size: 16px;
	line-height: 24px;
	margin: 5px 0 0 0;
}

.page-title h3 a { color: #aaa }

.project-nav {
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 25%;
	margin-top: 15px;
}

.project-nav a {
	color: #aaa;
	margin-left: 10px;
}

.project-nav a:hover { color: #555; }

.next-project span {
	padding-left: 10px;
	border-left: solid 1px #eee;
}

.project-nav i {
	padding: 0 2px;
}
.post-nav {
	position: absolute;
	bottom: 50px;
	right: 0;
	font-size: 11px;
	text-transform: uppercase;
}

.post-nav a {
	color: #aaa;
	margin-left: 20px;
	float: right;
}

.post-nav a:hover { color: #555 }

/* ===[ Content Styles ]===================================================== */

.content {
	width: 70%;
	float: left;
	margin: 0;
	padding: 0;
}

.content-full {
	width: 100%;
}

.portfolio-full {
	padding-top: 30px;
	max-width: 980px;
}

.archive .portfolio-full {
	padding-top: 0;
}

.content ul, .content ol {
	margin: 0 0 20px 15px;
}

.content ul li {
	list-style-type: square;
	margin-bottom: 5px;
}

.content ol li {
	list-style-type: decimal;
}
table {
	margin-bottom: 30px;
}
th, tr, td {
	border-bottom: 1px solid #eee;
}
th, td {
	padding: 10px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 5px 0 15px 20px;
}

/* ===[ Blog Styles ]===================================================== */

.blog-post {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: solid 1px #eee;
}

.blog-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.blog-content { padding: 0 0 0 0 }

.readmore {
	text-align: center;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 5px;
	margin-top: 10px;
}

.more-link {
	margin-top: 10px;
	clear: both;
	padding: 5px 5px 5px 0px;
}

.blog-meta {
	width: 15%;
	margin: 5px 5% 20px 0;
	text-align: right;
	display: inline-block;
}

.single-attachment .share-title {
	display: none;
}

ul.meta-links {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #eee;
	display: inline-block;
}

.blog-meta ul:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.content .blog-meta li {
	list-style-type: none;
	background: none;
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
	color: #999;
	width: 100%;
	line-height: 18px;
	float: left;
	font-size: 11px;
}

.content .blog-meta .share-title { color: #555 }

.blog-meta ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.blog-meta li a, .blog-meta li { color: #999 }

.blog-meta li a:hover { color: #4c4c4c }

.content .blog-text {
	float: right;
	width: 80%;
}

.title-meta h2 {
	margin: 0 0 0 0;
	padding-bottom: 10px;
	line-height: 38px;
	font-size: 28px;
	letter-spacing: -1px;
}

.title-meta h2 a {
	color: #555;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}

.title-meta h2 a:hover {
	color: #999;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}

.blog-image {
	width: 100%;
	margin-bottom: 35px;
	float: left;
}

.blog-image img {
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

.blog-image img:hover {
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
	opacity: .9;
}

.blog-read-more {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 15px;
}

/* ===[ Tagcloud Styles ]===================================================== */

.tags {
	width: 620px;
	padding: 15px 0 15px 0;
	clear: both;
	margin-right: 35px;
	background: #f9f9f9;
}

.tags-list {
	width: 505px;
	float: left;
}

.tags-list ul {
	float: left;
	padding: 0 0 0 5px;
	width: 100%;
	margin-bottom: 0;
}

.tags-list ul li {
	display: block;
	padding: 0 19px 0 0;
	float: left;
}

.tags-list ul li p {
	font-size: 11px;
	font-weight: bold;
	color: #5a5a5a;
	float: none;
	padding: 0;
}

.tags-list ul li span {
	font-size: 11px;
	font-weight: bold;
	color: #a2a2a2;
	display: inline;
	padding: 0 0 0 4px;
}

.tags_rgt {
	float: right;
	width: 81px;
	margin-right: 15px;
}

.search .post-share, .archive .post-share { display: none }

.blog-navigation {
	padding-bottom: 25px;
	display: inline-block;
	width: 100%;
}

.tax-categories .blog-navigation {
	margin-top: 3%;
}

.blog-navigation a,
.navigation a {
	color: #555;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
}

.blog-navigation a:hover { color: #999 }

.blog-navigation .alignright a:after  {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	content: "\f0da";
	margin-left: 5px;
}

.blog-navigation .alignleft a:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	content: "\f0d9";
	margin-right: 5px;
}

.navigation a:hover { color: #999 }

.featured-image {
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

.fullsize-image {
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
}

.arrayvideo { margin-bottom: 40px }

.intro {
	color: #979797;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
	padding: 10px 0;
}



/* ===[ Sidebar Styles ]===================================================== */

#sidebar-close { display: none }

#sidebar {
	width: 25%;
	float: right;
	font-size: 12px;
	line-height: 22px;
}

#sidebar p {
	font-size: 12px;
}

#sidebar a {
	text-decoration: none;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}

#sidebar a:hover {
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}

.widget {
	margin-bottom: 40px;
	clear: both;
	float: left;
	width: 100%;
}

.widget h2, .portfolio-sidebar h2 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	line-height: 26px;
	margin: 0 0 10px 0;
	font-family: 'Merriweather', Georgia, serif;
	text-align: center;
	background: #f7f7f7;
	color: #999;
}

#sidebar .widget ul {
	margin: 0;
	padding: 0;
}

#sidebar .widget li {
	margin: 0 0 5px 15px;
	list-style-type: square;
}

#sidebar .slides li {
	list-style-type: none;
	margin: 0;
}

.widget ul { padding: 0 0 0 15px }

.widget ul li {
	padding: 0;
	list-style-type: none;
}

.widget ul li ul { padding: 0 0 0 0 }

.tagcloud {
	padding: 0 0 0 0;
	text-align: center;
}

.tagcloud a {
	text-decoration: none;
	float: left;
	color: #888;
	padding: 10px;
	position: relative;
	font-weight: bold;
}

.tagcloud a:hover { color: #555 }

/* ===[ Default Widget Styles ]===================================================== */

.widget_archive select {
	width: 100%;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: center;
	margin-bottom: 5px;
}

.widget_rss li {
	margin: 0 0 15px 0 !important;
	list-style-type: none !important;
}

.widget_rss .rsswidget {
	width: 100%;
}

.widget_rss .rss-date {
	width: 100%;
	float: left;
	font-size: 11px;
	color: #999;
}

.widget_rss cite {
	color: #999;
	font-size: 11px;
}

#sidebar .wp-caption {
	width: 100%;
	text-align: center;
	color: #999;
}

.widget_text {
	word-wrap: break-word;
}

/* ===[ Search, Comments, and Form Styles ]=========================================== */

.search-404 {
	text-align: center;
	width: 65%;
	margin: 0 auto;
}

.search-404 .searchform {
	margin-top: 25px;
}

.searchform {
	position: relative;
	width: 100%;
}

#searchform {
	float: left;
	width: 100%;
}

#s {
	background: #f7f7f7;
	float: left;
	padding: 10px 65px 10px 8px;
	border: 0;
	font-size: 12px;
	color: #999;
	outline: none;
	margin: 0 0 0 0;
	font-family: Georgia, serif;
	font-style: italic;
	-webkit-appearance: caret;
	-moz-appearance: caret;
}

#s:focus, #s:hover {
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.content #searchsubmit { float: left }

#searchform .screen-reader-text { display: none }

.comments {
	float: left;
	margin: 50px 0px 50px 0px;
	background: #f6f6f6;
	width: 100%;
	border-top: none;
	padding: 30px;
}

.comments li { background: none !important }

#respond {
	margin: 0;
	padding: 0;
}

.commentlist #respond {
	margin: 20px 0 20px 0;
}

.comment-reply-title {
	padding: 0 0 3px 0;
	font-size: 20px;
	font-weight: bold;
	margin: 0 !important;
}

.comment-reply-title small {
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	margin-left: 5px;
}

.logged-in-as,
.comment-notes {
	font-size: 13px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 1px #e6e6e6;
}

#comments .form-allowed-tags {
	display: none;
}

#respond label {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 5px 0 0 0px;
	color: #aaa;
}

#respond p {
	margin-bottom: 15px;
}

#respond input[type="text"],
#respond textarea {
	border: solid 1px #eee;
	border-bottom: solid 1px #ddd;
	background: #fff;
	font-family: 'Merriweather', Georgia, Serif;
	font-size: 13px;
	-webkit-appearance: caret;
	-moz-appearance: caret;
}

#respond input:focus, #respond textarea:focus { outline: none }

#respond textarea {
	line-height: 22px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#respond .form-submit {
	margin-bottom: 0;
}

#submit,
.wpcf7-submit {
	background: #555;
	color: #fff;
	font-family: 'Merriweather', Georgia, Serif;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 10px 20px;
}

#submit,
.wpcf7-submit,
#searchsubmit,
#submit {
	border: none;
	font-weight: bold;
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-transition: .07s ease-in;
	-webkit-transition: .07s ease-in;
	transition: .07s ease-in;
}

#searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	background: #e8e8e8;
	padding: 8px 10px;
	height: 34px;
	font-size: 9px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: "Merriweather", Georgia, serif;
	color: #777;
}

#searchsubmit:hover {
	background: #fff666;
	color: #222;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}

#submit:hover,
.wpcf7-submit:hover {
	background: #666;
	cursor: pointer;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}

input[type="text"],
textarea {
	font-family: 'Merriweather', Georgia, serif;
}

input[type="text"],
input[type="email"],
textarea {
	background: #f0f0f0;
	border: none;
	border-bottom: none;
	border-right: none;
	border-top: none;
	color: #777;
	font-size: 16px;
	font-family: 'Merriweather', Georgia, serif;
	padding: 10px;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
	width: 100%;
}
input[type="text"],
input[type="email"] {
	font-weight: 200;
}

textarea {
	margin: 0;
	height: 250px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 5px;
}

input:focus, textarea:focus {
	outline: none;
	background: #e9e9e9;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.wpcf7 p {
	font-size: 11px !important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
}

.wpcf7 br {
	margin-bottom: 10px;
}

.wpcf7-response-output {
	background: #faf7d6;
	border: none !important;
}

.wpcf7-mail-sent-ok {
	margin-left: 0px !important;
	margin-right: 0px !important;
	background: #ECF3E5;
	background: rgba(229, 243, 212, .5);
	padding: 15px !important;
	border: solid 1px #D2EFAC !important;
}

.wpcf7-validation-errors {
	margin-left: 0px !important;
	background: #FCF3F3;
	background: rgba(255, 238, 238, .5);
	border: solid 1px #FBDCDC !important;
	padding: 10px !important;
	margin-right: 0px !important;
}

#commentform .form-author,
#commentform .form-email,
#commentform .form-website { background: #fff }

.allowed {
	font-size: 11px;
	color: #888;
	width: 500px;
	float: left;
	margin: 0 0 15px 0;
}

.comments .commentlist li {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	position: relative;
	list-style-type: none;
}

.commentlist li:last-child {
	margin-bottom: 40px;
	padding-bottom: 0;
}

#comments .children {
	margin: 25px 0 0 25px;
}

#comments .children li {
	margin: 0;
	padding: 0;
}

#comments .children li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.comment-block { padding: 0 }

.comment-text {
	background: #fff;
	border: solid 1px #eee;
	padding: 20px;
	font-size: 14px;
	line-height: 22px;
	border-bottom: solid 1px #ddd;
}

.comment-text:before {
	width: 0;
	height: 0;
}

.reply {
	margin: 0px;
	font-size: 12px;
}

.comments .children .reply { text-align: left }

.reply a:hover { text-decoration: none }

.reply a:hover:after { content: "\2192" }

#cancel-comment-reply {
	margin: 0 0 15px 0;
	float: right;
}

.comment-awaiting-moderation {
	color: #555;
	font-weight: bold;
	font-size: 11px;
}

.vcard {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

.vcard img {
	float: left;
	background: #fff;
	border: solid 1px #eee;
	padding: 3px;
}

.fn {
	float: left;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: -6px;
}

.fn a { color: #666 }

.comment-info {
	margin-bottom: 15px;
	position: relative;
}

.comment-meta {
	float: left;
	margin: 2px 0 0 12px;
}

.comment-time {
	font-size: 11px;
	color: #999;
}

.comment-edit-link { font-size: 11px }

/* ===[ Section Styles ]===================================================== */

.container {
	max-width: 980px;
	margin: 0 auto;
}

#sections {
	max-width: 980px;
	margin: 0 auto;
}

.section-title {
	letter-spacing: 5px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
	padding: 5px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.section-title span {
	background: #fff;
	padding: 0 15px;
}

.section:first-child {
	padding-top: 0px;
	border-top: none;
}

.section {
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
}

.section-slider {
	padding-bottom: 70px;
}

.section-services {
	padding-bottom: 30px;
}

.section-portfolio {
	padding-bottom: 45px;
}

.section-blog {
	padding-bottom: 30px;
}

.section-testimonials {
	padding-bottom: 60px;
}

.section .column {
	width: 33%;
	margin: 0 0 3% 0;
	float: left;
	padding-left: 4%;
	margin-bottom: 3%;
}

.section .column:last-child {
	margin-right: 0px;
	border-right: none;
}

.section-titlea {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
	background: #f7f7f7;
	padding: 0 10px;
	margin: 0 0 35px 0;
	text-align: center;
}

.section-title2a {
	font-size: 48px;
	letter-spacing: -2px;
	color: #eee;
	position: absolute;
	bottom: -16px;
	right: 0;
	padding: 0;
	text-align: center;
	display: none;
}

.section-title3a {
	font-size: 28px;
	text-align: center;
	display: none;
}

/* ===[ Slider Styles ]===================================================== */

.single .gallery-wrap {
	margin-bottom: 40px;
	margin-top: -1px;
}

.slides .featured-thumb img {
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

.featured-thumb img:hover {
	opacity: .9;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

/* ===[ Services Styles ]===================================================== */

.services-wrap {
	display: block;
	float: left;
	margin-left: -4%;
	margin-bottom: -2%;
	max-width: 1020px;
}

.services-title {
	float: left;
	width: 75%;
}

.services h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0;
}

.services h3 a { color: #00e0b3 }

.services h3 a:hover { color: #00e0b3 }

.services .service-icon {
	float: left;
	margin: 0 5% 0 0;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	color: #555;
	background: #f3f3f3;
	display: block;
	padding: 11px 10px 9px 10px;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
	height: 40px;
	width: 40px;
	overflow: hidden;
}

.services p {
	margin: 15px 0 20px 0;
	font-size: 13px;
	border-top: dotted 1px #e6e6e6;
	padding-top: 8px;
}

.services:hover .service-icon {
	background: #fff666;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

/* ===[ Home Blog Styles ]===================================================== */

.home-blog {
	display: block;
	margin-left: -2.2%;
	max-width: 1020px;
}

.home-blog-post {
	float: left;
	width: 31%;
	margin: 0 0 5% 2.2%;
	border: solid 1px #eee;
	padding: 30px;
	position: relative;
}

.big-comment h3 { position: relative }

.home-blog-post h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

.home-blog-post h3 a { color: #4c4c4c }

.home-blog-post h3 a:hover { color: #888 }

.home-blog-post .excerpt p {
	font-size: 13px;
	margin-bottom: 0;
	padding: 0;
}

.home-blog-post .blog-text {
	font-size: 14px;
	line-height: 26px;
}

.home-blog-post-meta {
	text-transform: uppercase;
	font-size: 10px;
	color: #aaa;
	line-height: 16px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #eee;
}

.home-blog-post .blog-thumb {
	margin: -31px -31px 25px -31px;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

.home-blog-post .blog-thumb img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}

.home-blog-post img:hover {
	opacity: .9;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

.home-blog-right {
	float: right;
	width: 300px;
}

.slate-recent-posts {
	padding: 0;
}

.slate-recent-posts .pane h4 {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	line-height: 30px;
	margin: 0 0 15px 0;
	font-family: 'Merriweather', Georgia, serif;
	text-align: center;
	background: #f7f7f7;
	color: #999;
}

.recent-posts-widget .recent-posts {
	width: 100%;
}

.recent-posts-widget li,
.recent-comments-widget li {
	list-style-type: none;
	margin: 0 0 15px 0 !important;
	padding: 0 0 15px 0 !important;
	border-bottom: solid 1px #eee;
	display: inline-block;
}

.recent-posts-widget li:last-child, .recent-comments-widget li:last-child {
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 5px !important;
}

.recent-posts h3 {
	line-height: 18px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
}

.recent-posts h3 a { color: #4c4c4c }

.recent-posts h3 a:hover { color: #888 }

.recent-posts p {
	font-size: 10px;
	line-height: 15px;
	color: #aaa;
	margin-bottom: 0px;
}

/* ===[ Homepage Testimonial Styles ]===================================================== */


.testimonials h2 {
	font-size: 30px;
	margin: 15px 0 0 0;
	text-align: center;
}

.testimonials h3 {
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
}

/* ===[ Portfolio Page Styles ]===================================================== */

.mobile-slide { display: none !important }

.portfolio-big-slide {
	width: 100%;
}

.portfolio-large-image {
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.portfolio-big-slide:hover .portfolio-large-image, .portfolio-block:hover .portfolio-small-image {
	opacity: .5;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}

.portfolio-large-image img {
	min-width: 100%;
	height: auto;
}

.portfolio-big-slide .portfolio-block {
	width: 980px;
	margin-bottom: 40px;
}

/* ===[ Portfolio Page Titles ]===================================================== */

.portfolio-big-title {
	text-align: center;
	margin: 40px 0;
	display: block;
	clear: both;
}

.portfolio-big-title h2 {
	letter-spacing: 0px;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 0px;
	text-align: center;
}

.portfolio-big-title h3 {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #aaa;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0 50px;
}

.archive-full {
	margin-top: 30px;
}

#portfolio-blocks .slides li:first-child { display: none }

.paged #portfolio-blocks .slides li:first-child, .home #portfolio-blocks .slides li:first-child { display: block }

.page-template-portfolio-php #portfolio-blocks { margin-bottom: 60px }

.portfolio-navigation {
	width: 100%;
	max-width: 980px;
	clear: both;
	margin-top: 20px;
	display: inline-block;
	position: relative;
}

.portfolio-navigation a {
	color: #555;
}

.portfolio-navigation .alignleft, .portfolio-navigation .alignright {
	color: #555;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	position: relative;
}

.portfolio-navigation .alignleft a {
	padding: 10px 15px 10px 22px;
	background: #f7f7f7;
}

.portfolio-navigation .alignleft a:before {
	position: absolute;
	top: -1px;
	left: 12px;
	display: block;
	content: "\f0d9";
	font-family: "FontAwesome";
}

.portfolio-navigation .alignright a {
	padding: 10px 22px 10px 15px;
	background: #f7f7f7;
}

.portfolio-navigation .alignright a:before {
	position: absolute;
	top: -1px;
	right: 12px;
	display: block;
	content: "\f0da";
	font-family: "FontAwesome";
}

.portfolio-navigation .alignleft i {
	margin: 0 5px 0 0;
	font-size: 10px;
	position: absolute;
	top: 14px;
	left: 12px;
}

.portfolio-navigation .alignright i {
	margin: 0 0 0 5px;
}

/* ===[ Portfolio Block Styles ]===================================================== */

.portfolio-blocks-wrap {
	width: 103%;
}

.portfolio-blocks {
	max-width: 1008px;
	overflow: hidden;
	color: white;
	position: relative;
}

.portfolio-block {
	position: relative;
	z-index: 5;
	overflow: hidden;
	float: left;
    -webkit-transform: translateZ(0);
}
.page-template-portfolio-php .portfolio-block:first-child {
	max-width: 97.5%;
	width: 980px;
	height: auto;
	padding-bottom: 2%;
}

.home .portfolio-block-inside {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: inline-block;
}
.page-template-portfolio-php .portfolio-block-inside:first-child {
	position: relative;
}

.portfolio-block-inside a {
	display: block;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}

.portfolio-block-inside img {
	width: 100%;
	max-width: 100%;
	height: auto;
    -webkit-transform: translateZ(0);
}

/* ===[ Portfolio Meta Styles ]===================================================== */

.portfolio-sidebar {
	width: 25%;
	float: right;
	font-size: 12px;
	line-height: 22px;
}

.portfolio-meta {
	margin: 0 0 0 0;
}

.portfolio-meta h3 {
	border-bottom: solid 1px #eee;
	padding-bottom: 12px;
}

.portfolio-meta li {
	background: none !important;
	padding: 0 0 10px 0 !important;
	margin: 0 0 10px 0 !important;
	color: #999;
	width: 100%;
	line-height: 18px;
	float: left;
	border-bottom: solid 1px #eee;
}

.portfolio-meta li:last-child {
	border-bottom: none;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.portfolio-meta li span {
	color: #555;
	width: 100%;
	float: left;
}

/* ===[ Testimonial Styles ]===================================================== */

.testimonials h2 { font-size: 26px }

.testimonials h3 { color: #aaa }

/* ===[ Recent Posts Widget Styles ]===================================================== */

.recent-comment-text {
	margin-top: 5px;
	font-size: 11px !important;
	line-height: 18px !important;
}

.recent-comments-widget .comment-txt:hover { color: #888 }

/* ===[ Footer Styles ]===================================================== */

.footer-wrap {
	max-width: 980px;
	margin: 0 auto;
}

.footer {
    width: 100%;
	display: inline-block;
    padding-top: 5%;
}

.footer-text {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding: 3% 0;
	border-top: solid 1px #eee;
	border-bottom: solid 10px #eee;
}

.footer-text-left {
	width: 50%;
	float: left;
}

.footer-text-left ul { float: left }

.footer-text-left ul li {
	float: left;
	margin: 0 5px 0 0;
}

.footer-text-left ul li a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	padding: 0px 10px 0 0;
}

.footer-text-left ul li a:hover {
	color: #555;
}

.footer-text-left ul li:first-child { padding-left: 0px }

.footer-text-left ul li.last { padding: 3px 0 0 0 }

.footer-text-right {
	float: right;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-text-right a { color: #4c4c4c }

.footer-text-right a:hover { color: #999 }

.footer-widgets {
	padding: 0 0 5% 0;
	border-top: solid 5px #f2f2f2;
}

.footer-widgets-wrap {
	margin-left: -5%;
}

.footer-widget {
	width: 33%;
	float: left;
	padding: 30px 0 0 5%;
	font-size: 12px;
}

.footer-widget a { text-decoration: none }

.footer-widget ul { margin: 0 0 0 0 }

.footer-widget li {
	margin-left: 15px;
	list-style-type: square;
}

.footer-widget p { line-height: 22px }

.footer-widget h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	line-height: 24px;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #eee;
}

/* ===[ Default WP Styles ]===================================================== */

.wp-caption.alignnone { margin: 5px 20px 20px 0 }

.wp-caption.alignleft { margin: 5px 20px 20px 0 }

.wp-caption.alignright { margin: 5px 0 20px 20px }

.alignright { float: right }

.alignleft { float: left }

.aligncenter { text-align: center }

img.alignleft { margin: 5px 25px 20px 0 }

img.alignright { margin: 5px 0 20px 20px }

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: 10px;
	margin: 0;
	padding: 3px 0 0 0;
}

.gallery-caption { text-align: center }

.gallery-item {
	width: 105px !important;
	margin-right: 15px;
	margin-bottom: 20px;
}

.gallery-icon { width: 105px }

.gallery-item img {
	width: 95px;
	height: auto;
	padding: 8px;
	border: solid 1px #eee !important;
}

.gallery-item img:hover {
	border: solid 1px #ddd !important;
}

.sticky {
}

.bypostauthor {
}

/* ===[ Page With Sidebar Shortcode Column Styles ]===================================================== */

.highlight {
	background: #fff9ce;
	width: auto;
	display: inline;
	padding: 0px 3px;
	font-weight: bold;
}

/* ===[ Full Width Shortcode Column Styles ]===================================================== */

.two-thirds, .two-thirds-last {
	width: 65.319148936%;
	margin: 0 4% 20px 0;
	float: left;
}

.two-thirds-last { margin-right: 0px !important }

.one-third, .one-third-last {
	width: 30.425531915%;
	float: left;
	margin: 0 4% 20px 0;
}

.one-third-last { margin-right: 0px !important }

.one-quarter, .one-quarter-last {
	width: 21.914893617%;
	float: left;
	margin: 0 4% 20px 0;
}

.one-quarter-last { margin-right: 0px !important }

.one-half, .one-half-last {
	width: 47.872340426%;
	margin: 0 4% 20px 0;
	float: left;
}

.one-half-last { margin-right: 0px !important }

/* ===[ Shortcode Button Styles ]===================================================== */

.highlight {
	background: #fff666;
	color: #222;
	width: auto;
	display: inline;
	padding: 2px 3px;
	font-weight: normal;
}

.demo-button {
	margin-bottom: 6px;
	padding-top: 4px;
}

.demo-button span { margin-right: 2px }

.button {
	display: inline-block;
	text-decoration: none;
	font: bold 11px/12px Georgia, HelveticaNeue, Arial;
	text-transform: uppercase;
	padding: 6px 11px;
	color: #555;
	border: 1px solid #dedede;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.button:hover { cursor: pointer }

.button.white {
	background: #f5f5f5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); /*  WebKit */
	background: -moz-linear-gradient(top,  #f9f9f9, #f0f0f0);
	border-color: #dedede #d8d8d8 #d3d3d3;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
	-moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
	box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}

.button.white:hover {
	background: #f4f4f4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8)); /*  WebKit */
	background: -moz-linear-gradient(top,  #efefef, #f8f8f8);
	border-color: #c7c7c7 #c3c3c3 #bebebe;
	text-shadow: 0 1px 0 #fdfdfd;
	-webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
	-moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
	box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
}

.button.white a { color: #555 }

.button.gray {
	background: #bdbdbd;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae)); /*  WebKit */
	background: -moz-linear-gradient(top,  #cacaca, #aeaeae);
	border-color: #b5b5b5 #a1a1a1 #8f8f8f;
	color: #555;
	text-shadow: 0 1px 0 #d4d4d4;
	-webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
	-moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
	box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
}

.button.gray:hover {
	background: #c2c2c2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2)); /*  WebKit */
	background: -moz-linear-gradient(top,  #bcbcbc, #c2c2c2);
	border-color: #989898 #8e8e8e #878787;
	text-shadow: 0 1px 0 #dadada;
	-webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
	-moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
	box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
}

.button.gray a { color: #555 }

.button.pink {
	background: #f67689;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f78297), to(#f56778)); /*  WebKit */
	background: -moz-linear-gradient(top,  #f78297, #f56778);
	border-color: #df6f8b #da5f75 #d55061;
	color: #913944;
	text-shadow: 0 1px 0 #f89ca9;
	-webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
	-moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
	box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
}

.button.pink:hover {
	background: #f67c90;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f56c7e), to(#f78297)); /*  WebKit */
	background: -moz-linear-gradient(top,  #f56c7e, #f78297);
	border-color: #c36079 #c25669 #c14e5c;
	text-shadow: 0 1px 0 #f9a6b4;
	-webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
	-moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
	box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
}

.button.pink a { color: #913944 }

.button.orange {
	background: #fecc5f;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)); /*  WebKit */
	background: -moz-linear-gradient(top,  #feda71, #febb4a);
	border-color: #f5b74e #e5a73e #d6982f;
	color: #996633;
	text-shadow: 0 1px 0 #fedd9b;
	-webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
	-moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
	box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
}

.button.orange:hover {
	background: #fecb5e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61)); /*  WebKit */
	background: -moz-linear-gradient(top,  #fec354, #fecd61);
	border-color: #d29a3a #cc9436 #c89133;
	text-shadow: 0 1px 0 #fee1a0;
	-webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
	-moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
	box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}

.button.orange a { color: #996633 }

.button.green {
	background: #b7d770;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57)); /*  WebKit */
	background: -moz-linear-gradient(top,  #cae285, #9fcb57);
	border-color: #adc671 #98b65b #87aa4a;
	color: #5d7731;
	text-shadow: 0 1px 0 #cfe5a4;
	-webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
	-moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
	box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
}

.button.green:hover {
	background: #b9d972;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872', endColorstr='#b9d972'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#b8d872), to(#b9d972)); /*  WebKit */
	background: -moz-linear-gradient(top,  #b8d872, #b9d972);
	border-color: #8bb14d #83a648 #7d9e45;
	text-shadow: 0 1px 0 #d5e8aa;
	-webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
	-moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
	box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
}

.button.green a { color: #5d7731 }

.button.blue {
	background: #92dbf6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3)); /*  WebKit */
	background: -moz-linear-gradient(top,  #abe4f8, #6fcef3);
	border-color: #8dc5da #76b7cf #63abc7;
	text-shadow: 0 1px 0 #b6e6f9;
	-webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
	-moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
	box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
}

.button.blue:hover {
	background: #92dbf6;
	border-color: #7caec0 #68a3ba #5a9cb5;
	text-shadow: 0 1px 0 #bee9fa;
	-webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
	-moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
	box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
}

.button.blue a { color: #42788e }

.button.purple {
	background: #dfaeda;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8c4e4), to(#d494ce)); /*  WebKit */
	background: -moz-linear-gradient(top,  #e8c4e4, #d494ce);
	border-color: #bc9db9 #ad89aa #a1799d;
	color: #7b5777;
	text-shadow: 0 1px 0 #eacae6;
	-webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
	-moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
	box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
}

.button.purple:hover {
	background: #e0b1db;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#deabd9), to(#e0b1db)); /*  WebKit */
	background: -moz-linear-gradient(top,  #deabd9, #e0b1db);
	border-color: #a482a0 #9b7897 #947090;
	text-shadow: 0 1px 0 #ecd0e9;
	-webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
	-moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
	box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
}

.button.purple a { color: #7b5777 }

.button.black {
	background: #525252;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343'); /*  IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343)); /*  WebKit */
	background: -moz-linear-gradient(top,  #5e5e5e, #434343);
	border-color: #4c4c4c #313131 #1f1f1f;
	color: #fff;
	text-shadow: 0 1px 0 #2e2e2e;
	-webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
	-moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
	box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
}

.button.black:hover {
	background: #5a5a5a;
	border-color: #2c2c2c #1c1c1c #101010;
	text-shadow: 0 1px 0 #363636;
	-webkit-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
	-moz-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
	box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
}

.button.black a { color: #fff }

/* ===[ Shortcode Message Style ]===================================================== */

.message {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}

.message a { color: #555 }

.message a:hover { text-decoration: underline }

.message strong {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

.red-message {
	background: #fff7f7;
	border: solid 1px #fddcdc;
	padding: 15px;
}

.green-message {
	background: #f1f9ea;
	padding: 15px;
	border: solid 1px #d0eeac;
}

.yellow-message {
	background: #fcfbe4;
	border: solid 1px #efebbc;
	padding: 15px;
}

.gray-message {
	background: #f5f5f5;
	border: solid 1px #ddd;
	padding: 15px;
}

/* ===[ Shortcode Tooltip Styles ]===================================================== */

.tooltip {
	display: inline;
	position: relative;
}

.tooltip a span {
	width: 115px;
	height: auto;
	line-height: 20px;
	padding: 5px 10px 0px 10px;
	left: 50%;
	margin-left: -58px;
	font-family: Georgia, serif;
	font-size: 11px;
	color: #777;
	text-align: center;
	border: 4px solid #fff;
	background: rgba(255,255,255,1);
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 30px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-left: solid 1px #f5f5f5;
	border-top: solid 1px #f5f5f5;
}

.tooltip a span:before, .tooltip a span:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}

.tooltip a span:after {
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}

.tooltip a:hover span {
	opacity: 0.9;
	bottom: 35px;
}

/* ===[ Shortcode Tabbed Box Styles ]===================================================== */

.tabs {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0;
	height: 30px;
	border-bottom: solid 1px #eee;
}

#sidebar .tabs {
	border-bottom: none;
	height: auto;
}

.tabs li {
	float: left;
	text-indent: 0;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
	background: none !important;
}

.content .tabs li a:hover { background: #f7f7f7 }

.content .tabs li a:hover {
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.tabs a {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	padding: 0 10px;
	margin: 0px;
	position: relative;
	color: #888;
}

.tabs a:hover { color: #555 }

.tabs a:active { outline: none }

.tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor: default !important;
	color: #555 !important;
	background: #f2f2f2;
}

.tab-wrapper li .current, .tab-wrapper li .current:hover, .tab-wrapper li.current a, .tab-wrapper a:hover { background: #fff666 }
.tab-wrapper li.one .current, .tab-wrapper li.one .current:hover, .tab-wrapper li.one.current a, .tab-wrapper li.one a:hover { background: #f2f2f2; }

.tab-wrapper {
	padding: 0;
	width: 435px;
	height: 70px;
	margin: 80px auto 30px auto;
}

#sidebar .tab-wrapper { width: 100% }

.tab-wrapper li {
	float: left;
	background: none !important;
	padding: 0 !important;
	margin: 0 1% 0 0 !important;
	width: 24%;
}
.tab-wrapper li.one {
	width: 99%;
}
.tab-wrapper li.two {
	width: 49%
}
.tab-wrapper li.three {
	width: 32.4%;
}
.tab-wrapper li.four {
	width: 24%;
}

.tab-wrapper li:last-child {
	margin-right: 0px !important;
}

.tab-wrapper li a {
	display: block;
	height: 32px;
	text-align: center;
	line-height: 30px;
	margin: 0;
	outline: none;
	background: #f2f2f2;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	color: #555;
	font-size: 22px;
	text-transform: none;
}

.tab-wrapper li a:active i {
	line-height: 34px;
}

.tab-wrapper li i {
	font-size: 17px;
	line-height: 32px;
}

#sidebar .panes {
	width: 99%;
}

#sidebar .panes .pane {
	margin-top: 2px;
	background: #f7f7f7;
	padding: 15px !important;
}

.panes .pane {
	display: none;
	padding-top: 15px;
	margin-top: -1px;
}

.change-font a {
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
	margin-right: 15px;
}

.change-font a:hover { color: #4c4c4c }

.chirp li {
	border-bottom: solid 1px #eee !important;
	padding-bottom: 10px !important;
	margin: 0 0 10px 0 !important;
	list-style-type: none !important;
}

.chirp li:last-child {
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}