/*
Theme Name: Gabu20 Child Theme
Theme URI: http://www.gabrielburciu.com
Description: Child theme for the Gabu20 theme. 
Author: Gabriel Burciu
Author URI: http://www.gabrielburciu.com
Template: Gabu20
Version: 1.0.0
*/

/*----------------------------------------------------------------------------*/
/* Resets
/*----------------------------------------------------------------------------*/

body, html, div, blockquote, img, label, p, a, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, fieldset, input, th, td, figure {
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}
video {
	height: auto;
	max-width: 100%;
}
a, :focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
::-moz-selection {
	background: #ffff00;
}
::selection {
	background: #ffff00;
}
a {
	-moz-transition: color 0.25s ease-in-out 0s;
	-ms-transition: color 0.25s ease-in-out 0s;
	-o-transition: color 0.25s ease-in-out 0s;
	-webkit-transition: color 0.25s ease-in-out 0s;
	transition: color 0.25s ease-in-out 0s;
}
a, a:visisted {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

/*----------------------------------------------------------------------------*/
/* Utility
/*----------------------------------------------------------------------------*/

.wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}
#vertical-grid, #page-content {
	position: relative;
	width: 100%;
}
#vertical-grid {
	padding: 10px 0 0;
}
#page-content {
	margin: 40px 0 0;
}
.artisancolumn-960, .artisancolumn-940, .artisancolumn-700, .artisancolumn-460,
.artisancolumn-220, .archive-title-right, .archive-title-left, .artisanthumb-460,
.artisanthumb-220, .artisan-baseline, .baseline-section, .archivelink-460,
.artisan-page, .artisan-post, .artisan-portfolio {
	position: relative;
}
.artisancolumn-960 {
	width: 960px;
}
.artisancolumn-940 {
	width: 940px;
}
.artisancolumn-700 {
	width: 700px;
}
.artisancolumn-460, .archive-title-right, .archive-title-left {
	width: 460px;
}
.artisancolumn-220 {
	width: 220px;
}
.archive-title-right {
	margin: 0 240px 0 0;
}
.archive-title-left {
	margin: 0 0 0 240px;
}
.artisanthumb-460, .archivethumblink-460 {
	height: 280px;
	overflow: hidden;
	width: 460px;
}
.artisanthumb-220 {
	height: 110px;
	overflow: hidden;
	width: 220px;
}
.artisan-baseline {
	height: 280px;
	margin: 0 1px;
	padding: 0 20px;
	width: 178px;
}
.baseline-section, .archive-title-right, .archive-title-left {
	padding: 1.429em 0 0;
}
.archivelink-460 {
	width: 420px;
	height: 240px;
	padding: 20px;
}
.archivethumblink-460 {
	left: 0;
	position: absolute;
	top: 0;
}
.artisan-page {
	padding: 0 0 40px;
}
.artisan-post {
	margin-bottom: 40px;
	padding-bottom: 20px;
	width: 445px;
}
.vertmargin-10 {
	margin: 0 10px;
}
.horizmargin-80 {
	margin: 0 0 80px;
}
.centermargin-40 {
	margin: 0 10px 40px;
}
.padbottom-40 {
	padding: 0 0 40px;
}
.right-side {
	text-align: right;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/*----------------------------------------------------------------------------*/
/* Clear Floats
/*----------------------------------------------------------------------------*/

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

/*----------------------------------------------------------------------------*/
/* Typography
/*----------------------------------------------------------------------------*/

body {
	font: normal 400 0.875em/1.429 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 2.143em;
	letter-spacing: -0.033em;
	line-height: 1.333;
	margin-bottom: 1.333em;
}
p + h1 {
	margin-top: 1.333em;
}
h2 {
	font-size: 1.786em;
	line-height: 1.2;
	margin-bottom: 0.800em;
}
p + h2 {
	margin-top: 1.6em;
}
h3 {
	font-size: 1.429em;
	line-height: 1.25;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.143em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	margin-bottom: 0.357em;
}
h6 {
	font-size: 0.857em;
	line-height: 1.667;
	margin-bottom: 0.417em;
}
p, address {
	margin-bottom: 1.429em;
}
blockquote {
	border-left-style: solid;
	border-left-width: 0.357em;
	padding-left: 1.429em;
}
blockquote p {
	quotes: '\201c' '\201d';
	text-indent: -0.429em;
}
blockquote p:before, q:before, q q:before {
	content: open-quote;
}
blockquote p:after, q:after, q q:after {
	content: close-quote;
}
q {
	quotes: '\201c' '\201d' '\2018' '\2019';
}
strong, b {
	font-weight: 700;
}
em, i, cite {
	font-style: italic;
}
small {
	font-size: 0.857em;
	line-height: 1.667;
}
mark {
	background-color: #ffff00;
}
strike, del {
	color: #ff0000;
	text-decoration: line-through;
}
abbr, acronym, ins {
	border-bottom: 1px dotted;
}
abbr, acronym {
	cursor: help;
	text-transform: uppercase;
}
ins {
	text-decoration: none;
}
sup, sub {
	font-size: 0.75em;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.333em;
}
sub {
	bottom: -0.333em;
}
address {
	font-style: normal;
}

/*----------------------------------------------------------------------------*/
/* Lists
/*----------------------------------------------------------------------------*/

ul, ol, dl, dd {
	margin-bottom: 1.429em;
}
ul, ol {
	margin-left: 1.429em;
}
ul {
	list-style: disc;
}
ul ul, ol ul {
	list-style: circle;
}
ol, ul ol, ol ol ol {
	list-style: decimal;
}
ol ol {
	list-style: lower-alpha;
}
ul ul, ol ul, ul ol, ol ol {
	margin: 0.357em 0 0;
	padding-left: 1.429em;
}
li {
	padding: 0.357em 0;
}
dt {
	font-size: 1.071em;
	font-weight: 700;
	line-height: 1.333;
}

/*----------------------------------------------------------------------------*/
/* Tables
/*----------------------------------------------------------------------------*/

table {
	border-left: 1px solid;
	border-top: 1px solid;
	margin: 0 0 1.429em;
	width: 100%;
}
caption {
	font-size: 1.143em;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1.429em;
	text-align: center;
}
th, td {
	border-bottom: 1px solid;
	border-right: 1px solid;
	padding: 0.75em 0.643em 0.75em 0;
	text-align: center;
	vertical-align: top;
}
th {
	font-weight: 700;
}

/*----------------------------------------------------------------------------*/
/* Code and Pre-Formatted Text
/*----------------------------------------------------------------------------*/

code {
	color: #18181e;
	font: 1em/1.429 Courier, Monaco, monospace;
}
pre {
	margin-bottom: 1.714em;
	overflow: auto;
	overflow-y: hidden;
	padding: 0 0 1.429em 1.429em;
}
pre code {
	font-size: 14px;
}

/*----------------------------------------------------------------------------*/
/* Form Elements
/*----------------------------------------------------------------------------*/

form {
	position: relative;
}
label {
	font-size: 0.857em;
	font-weight: 700;
	line-height: 1.667;
}
input[type=text], input[type=email], input[type=url], input[type=password],
input[type=search], input[type=submit], textarea, select {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
}
input[type=text], input[type=email], input[type=url], input[type=password],
input[type=search], textarea {
	font-size: 1em;
	padding: 0.714em;
	width: 100%;
	-moz-border-radius: 0.286em;
	-webkit-border-radius: 0.286em;
	border-radius: 0.286em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus,
input[type=password]:focus, input[type=search]:focus, textarea:focus {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
input[type=checkbox], input[type=radio] {
	background-color: #fff;
	border: 1px solid #dcdcd9;
	margin-right: 0.313em;
}
input[type=checkbox]:checked, input[type=radio]:checked {
	background-color: #32323a;
	border-color: #32323a;
}
select {
	border: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 1.429em;
	padding: 0.357em;
	width: 100%;
	-moz-border-radius: 0.286em;
	-webkit-border-radius: 0.286em;
	border-radius: 0.286em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
select option {
	font-weight: 400;
}
textarea {
	border: none;
	height: 14.063em;
	line-height: 1.563;
	resize: none;
	overflow: auto;
}
input[type=submit] {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.929em;
	font-weight: 700;
	margin-top: 1.538em;
	padding: 0.714em 2.692em;
	-moz-border-radius: 15.385em;
	-webkit-border-radius: 15.385em;	
	border-radius: 15.385em;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
input[type=submit]:hover {
	cursor: pointer;
	-moz-border-radius: 0.308em;
	-webkit-border-radius: 0.308em;	
	border-radius: 0.308em;
}

/*----------------------------------------------------------------------------*/
/* Quick Contact
/*----------------------------------------------------------------------------*/

#quick-contact-container {
	position: relative;
	width: 100%;
}
#quick-contact {
	height: 2.857em;
	position: relative;
	width: 100%;
}
#quick-contact ul {
	float: right;
	font-size: 0.857em;
	line-height: 2.857;
	list-style: none;
	margin: 0;
	padding: 0;
}
#quick-contact li {
	float: left;
	display: block;
	margin: 0 10px;
	padding: 0 0 0 20px;
	width: 200px;
}
#quick-contact li a, #quick-contact li a:visited {
	text-decoration: none;
}
#quick-contact li a:hover, #quick-contact li a:active {
	text-decoration: underline;
}
#quick-contact-controls {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#quick-contact-controls .hide-quick-contact, #quick-contact-controls .show-quick-contact {
	display: block;
	height: 25px;
	position: absolute;
	right: -10px;
	top: 0;
	text-indent: -9999em;
	width: 20px;
	z-index: 2;
}

/*----------------------------------------------------------------------------*/
/* Masthead
/*----------------------------------------------------------------------------*/

#masthead {
	position: relative;
	width: 100%;
	margin: 0 0 1.0em;
}
#masthead .logo {
	float: left;
	margin-left: 10px;
	position: relative;
}
#masthead a {
	text-decoration: none;
}
#masthead .logo h1 {
	font-size: 2em;
	letter-spacing: -0.036em;
	line-height: 1.071;
	margin: 0;
}
#masthead .logo h1 span {
	display: block;
	font: 0.571em/1.25 Baskerville, Garamond, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	font-style: italic;
	letter-spacing: normal;
	margin-top: 0.313em;
	text-transform: lowercase;
}

/*----------------------------------------------------------------------------*/
/* Masthead Menu
/*----------------------------------------------------------------------------*/

#masthead ul {
	float: right;
	font-size: 0.929em;
	font-weight: 700;
	line-height: 1.538;
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
}
#masthead li {
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 100px;
}
#masthead li ul {
	float: none;
	font-size: 0.923em;
	font-weight: normal;
	line-height: 1.667;
	list-style: none;
	margin-top: 0.417em;
}
#masthead li li {
	border: none;
	float: none;
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------------------------------*/
/* Flowlines
/*----------------------------------------------------------------------------*/

.flowlines {
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}
.flowlines h1 {
	line-height: 2em;
}
.flowlines h2, .flowlines h3 {
	font-size: 1em;
	line-height: 2.857;
}
.flowlines h1, .flowlines h2, .flowlines h3 {
	margin: 0 10px;
}

/*----------------------------------------------------------------------------*/
/* Slider Controls
/*----------------------------------------------------------------------------*/

.blog-controls, .portfolio-controls, .sm-portfolio-controls, .carousel-controls {
	position: absolute;
}
.blog-controls, .portfolio-controls, .sm-portfolio-controls, .carousel-controls {
	right: 10px;
	top: 10px;
	width: 90px;
}
ul.slide-controls {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.slide-controls li {
	padding: 0;
}
ul.slide-controls li a {
	display: block;
	float: right;
	height: 20px;
	margin: 0 0 0 10px;
	text-indent: -9999em;
	width: 20px;
}
.case-study-controls {
	margin: 0 auto !important;
	width: 60px;
}
.case-study-controls li a {
	margin: 0 5px !important;
}

/*----------------------------------------------------------------------------*/
/* Home Page Large Slider
/*----------------------------------------------------------------------------*/

#home-large-slides {
    height: 400px;
    margin: 0 auto 10px;
    overflow: hidden;
    position: relative;
    width: 940px;
}
.lrgproject {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 940px;
}
.portfolio-meta {
    background-color: rgba(0, 0, 0, 0.55);
    height: 320px;
    left: 0;
    padding: 110px 20px 10px;
    position: absolute;
    top: 0;
    width: 320px;
    z-index: 5;
}

.portfolio-meta h3 {
	background: url(http://www.gabrielburciu.com/wp-content/themes/Gabu20-child/images/decoration-dark.png) no-repeat 0 bottom;
	padding: 0 0 1em;
}
.portfolio-meta h3 a, .portfolio-meta h3 a:visited {
	color: #fff;
	text-decoration: none;
}
.portfolio-meta p, .portfolio-meta ul, .portfolio-meta strong {
	color: #fff;
}
.portfolio-meta ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}
p.cta-link {
	margin-bottom: 0;
	margin-top: 2.143em;
}
a.close-info {
	background: url(images/sprite-buttons.png) no-repeat 0 -130px;
	display: block;
	height: 30px;
	left: 50px;
	position: absolute;
	text-indent: -9999em;
	top: 40px;
	width: 30px;
	z-index: 10;
}
a.open-info {
	background: url(images/sprite-buttons.png) no-repeat -35px -130px;
	display: block;	
	height: 30px;
	text-indent: -9999em;
	width: 30px;
	z-index: 10;
}

/*----------------------------------------------------------------------------*/
/* Home Page Small Slider
/*----------------------------------------------------------------------------*/

#home-small-slides {
	height: 345px;
	margin: 0 auto 40px;
	overflow: hidden;
	position: relative;	
	width: 940px;	
}
.smproject {
	height: 345px;
	overflow: hidden;
	position: relative;
	width: 940px;	
}
.smproject img {
	float: right;
}
.sm-portfolio-meta {
	float: left;
	position: relative;
	width: 460px;	
}
.sm-portfolio-meta h3 {
	padding: 0 0 1em;
}
.sm-portfolio-meta h3 a, .sm-portfolio-meta h3 a:visited {
	text-decoration: none;
}
.sm-portfolio-meta ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

/*----------------------------------------------------------------------------*/
/* Home Page Body Copy
/*----------------------------------------------------------------------------*/

#home-body-wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.home-body-entry h3 {
	font-size: 2.5em;
	font-weight: 200;
	line-height: 1.143;
	margin-bottom: 1.143em;
}
.home-body-entry p { 
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.home-body-entry p.split-columns {
	-moz-column-count: 2;
	-moz-column-gap: 2.857em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2.857em;
	column-count: 2;
	column-gap: 2.857em;
}
.home-body-entry p:last-child {
	margin: 2.857em 0;
}

/*----------------------------------------------------------------------------*/
/* Home Page Portfolio Carousel
/*----------------------------------------------------------------------------*/

#home-carousel-wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#home-carousel-slides {
	height: 165px;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	width: 960px;
}

/*----------------------------------------------------------------------------*/
/* Home Page Blog Posts
/*----------------------------------------------------------------------------*/

#home-blog-wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#home-blog-slides {
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
	width: 960px;	
}
.home-blog-column {
	font-size: 0.857em;
	line-height: 1.667;
	margin: 0 10px;
	position: relative;
	width: 220px;
}
.home-blog-thumbnail {
	height: 165px;
	position: relative;
	width: 220px;
}
.home-blog-column h3 {
	font-size: 1.167em;
	line-height: 1.429;
}
.home-blog-column h3 a {
	display: block;
	margin: 1.429em 0;
	padding-bottom: 1.429em;
	text-decoration: none;
}
.home-blog-column p {
	margin-bottom: 1.667em;
}
#home-carousel-slides .home-blog-column p {
	margin: 0;
}

/*----------------------------------------------------------------------------*/
/* Post & Portfolio Titles
/*----------------------------------------------------------------------------*/

.archive-title-right a, .archive-title-right a:visited,
.archive-title-left a, .archive-title-left a:visited {
	text-decoration: none;
}

/*----------------------------------------------------------------------------*/
/* Buttons
/*----------------------------------------------------------------------------*/

a.pill-button, a.pill-button:visited {
	display: inline-block;
	font-size: 0.929em;
	font-weight: 700;
	line-height: 2.5em;
	padding: 0 1.0em;
	text-decoration: none;
	-moz-border-radius: 15.385em;
	-webkit-border-radius: 15.385em;	
	border-radius: 15.385em;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

/*----------------------------------------------------------------------------*/
/* Post Entries
/*----------------------------------------------------------------------------*/

.artisan-feature {
	margin-bottom: 1.429em;
	position: relative;
}
.post-entry p {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/*----------------------------------------------------------------------------*/
/* Pull Quotes
/*----------------------------------------------------------------------------*/

blockquote.pullquote {
	border: none;
	font-family: Baskerville, Garamond, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	font-style: italic;
	width: 40%;
}
blockquote.pullquote p {
	font-size: 1.429em;
	line-height: 1.5;
	margin: 0;
	padding: 0.5em 1em;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
blockquote.pullleft {
	margin: 0 1.429em 0.714em 0;
	padding: 0;
}
blockquote.pullright {
	margin: 0 0 0.714em 1.429em;
	padding: 0;
}

/*----------------------------------------------------------------------------*/
/* Testimonial Quotes
/*----------------------------------------------------------------------------*/

blockquote.testimonial-quote {
	border: none;
	margin: 0 40px;
	padding: 0;
}
blockquote.testimonial-quote p.testimonial-author {
	font-weight: 700;
	text-align: right;
	margin-top: -1.071em;
}
blockquote.testimonial-quote p.testimonial-author:before {
	content: no-open-quote;
}
blockquote.testimonial-quote p.testimonial-author:after {
	content: no-close-quote
}

/*----------------------------------------------------------------------------*/
/* Images
/*----------------------------------------------------------------------------*/

img.alignright {
	margin: 0 0 1.429em 1.429em;
}
img.alignleft {
	margin: 0 1.429em 1.429em 0;
}
img.aligncenter {
	margin: 0 auto 1.429em;
}
img.alignnone {
	margin-bottom: 1.429em;
}

/*----------------------------------------------------------------------------*/
/* Image Captions
/*----------------------------------------------------------------------------*/

figure.alignright {
	margin: 0 0 1.429em 1.429em;
}
figure.alignleft {
	margin: 0 1.429em 1.429em 0;
}
figure.aligncenter img {
	margin: 0 auto;
}
figure.aligncenter, figure.alignnone {
	margin-bottom: 1.429em;
}
.wp-caption {
	position: relative;
}
.wp-caption-text {
	font-family: Baskerville, Garamond, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	font-style: italic;
	margin: 0.714em 0 0;
}
figure.aligncenter .wp-caption-text {
	text-align: center;
}

/*----------------------------------------------------------------------------*/
/* Image Galleries
/*----------------------------------------------------------------------------*/

.gallery, .gallery-row {
	position: relative;
}
dl.gallery-item {
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
dt.gallery-icon a {
	border: none;
}
dt.gallery-icon img {
	height: auto;
	width: 100%;
}
.tidy-gallery-col-1 dl.gallery-item {
	padding-right: 0;
	width: 100%;
}
.tidy-gallery-col-2 dl.gallery-item {
	width: 50%;
}
.tidy-gallery-col-3 dl.gallery-item {
	width: 33.3333%;
}
.tidy-gallery-col-4 dl.gallery-item {
	width: 25%;
}
.tidy-gallery-col-5 dl.gallery-item {
	width: 20%;
}
.tidy-gallery-col-6 dl.gallery-item {
	width: 16.6667%;
}
.tidy-gallery-col-7 dl.gallery-item {
	width: 14.2856%;
}
.tidy-gallery-col-8 dl.gallery-item {
	width: 12.5%;
}
.tidy-gallery-col-9 dl.gallery-item {
	width: 11.1111%;
}

/*----------------------------------------------------------------------------*/
/* Columns
/*----------------------------------------------------------------------------*/

.artisan-two-column, .artisan-three-column, .artisan-four-column {
	position: relative;
}
.artisan-two-column {
	-moz-column-count: 2;
	-moz-column-gap: 1.429em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1.429em;
	column-count: 2;
	column-gap: 1.429em;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.artisan-three-column {
	-moz-column-count: 3;
	-moz-column-gap: 1.429em;
	-webkit-column-count: 3;
	-webkit-column-gap: 1.429em;
	column-count: 3;
	column-gap: 1.429em;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.artisan-four-column {
	-moz-column-count: 4;
	-moz-column-gap: 1.429em;
	-webkit-column-count: 4;
	-webkit-column-gap: 1.429em;
	column-count: 4;
	column-gap: 1.429em;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/*----------------------------------------------------------------------------*/
/* Accordion
/*----------------------------------------------------------------------------*/

.artisan-accordion {
	display: block;
	padding: 0 0 0 1.429em;
	position: relative;
}
.artisan-accordion h3 {
	font-size: 1.143em;
	line-height: 1.25;
	margin: 1.25em 0 1.25em -1.25em;
	padding: 0 0 0 1.429em;
}
.artisan-accordion h3 a {
	text-decoration: none;
}

/*----------------------------------------------------------------------------*/
/* Archive Pagination
/*----------------------------------------------------------------------------*/

.archive-pagination {
	border-top: 1px solid;
	font-size: 0.929em;
	line-height: 1.538;
	margin-bottom: 3.077em;
	padding: 1.538em 1.538em 0 1.538em;
	position: relative;
}
.archive-pagination p {
	font-weight: 700;
	float: left;
	margin-bottom: 0;
}
.archive-pagination p span {
	font-family: Baskerville, Garamond, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	font-style: italic;
	font-weight: 400;
	margin-right: 0.154em;
}
.archive-pagination ul {
	float: right;
	font-weight: 700;
	list-style: none;
	margin: 0;
	padding: 0;
}
.archive-pagination li {
	float: left;
	margin-left: 0.769em;
	padding: 0;
}
.archive-pagination li a {
	display: block;
	text-decoration: none;
}

/*----------------------------------------------------------------------------*/
/* Post Pagination
/*----------------------------------------------------------------------------*/

.post-pagination {
	font-family: Baskerville, Garamond, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	font-style: italic;
	font-style: italic;
	text-align: center;
}
.post-pagination a {
	margin-left: 0.357em;
	margin-right: 0.357em;
}
.post-navigation {
	margin-bottom: 2.857em;
	position: relative;
}

/*----------------------------------------------------------------------------*/
/* Contact Form 7
/*----------------------------------------------------------------------------*/

.wpcf7-form {
	padding: 0 0 1.429em;
}
.wpcf7-response-output {
	font-family: Baskerville, Garamond, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	font-size: 115%;
	font-style: italic;
	margin: 0 0 1.429em;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	background: #000;
	color: #fff;
	font-size: 0.857em;
	font-weight: 700;
	left: 20%;
	padding: 0.417em;
	position: absolute;
	top: 20%;
	width: 280px;
	z-index: 100;	
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #ff0000;
}
span.wpcf7-not-valid-tip-no-ajax {
	display: block;
}
.wpcf7-display-none {
	display: none;
}
.wpcf7 img.ajax-loader {
	float: right;
}
div.wpcf7 .watermark {
	color: #888;
}

/*----------------------------------------------------------------------------*/
/* Post Sections
/*----------------------------------------------------------------------------*/

.post-section h4 span {
	display: block;
	font-family: Baskerville, Garamond, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	font-style: italic;
	font-weight: 400;
	text-transform: lowercase;
}

/*----------------------------------------------------------------------------*/
/* Related Posts
/*----------------------------------------------------------------------------*/

ul.related-posts {
	list-style: none;
	margin-left: 0;
}
ul.related-posts li {
	border-bottom: 1px solid;
	padding: 1.429em 0;
}
ul.related-posts li:last-child {
	border: none;
}
ul.related-posts span {
	display: block;
	font-family: Baskerville, Garamond, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	font-style: italic;
}

/*----------------------------------------------------------------------------*/
/* Comments
/*----------------------------------------------------------------------------*/

#comments {
	margin-bottom: 40px;
	position: relative;
	width: 460px;
}
.commentlist {
	list-style: none;
	margin-bottom: 2.857em;
	margin-left: 0;
}
.commentlist li {
	position: relative;
	padding: 1.429em 0 0;
}
.commentlist li div {
	border-bottom: 1px solid;
	position: relative;
	padding: 0 0 0 5em;
}
.commentlist li .avatar {
	left: 0;
	position: absolute;
	top: 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	padding-left: 5em;
}
.commentlist .children .children {
	padding-left: 0;
}
.commentlist address {
	font-weight: 700;
	margin-bottom: 0.357em;
}
.commentlist .comment-date, .commentlist .reply {
	font-family: Baskerville, Garamond, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	font-style: italic;
}
.commentlist .comment-date {
	display: block;
	margin-bottom: 0.357em;
	text-transform: lowercase;
}

/*----------------------------------------------------------------------------*/
/* Trackbacks
/*----------------------------------------------------------------------------*/

.trackbacklist {
	margin-bottom: 2.857em;
	margin-left: 0;
}
.trackbacklist li {
	border-bottom: 1px solid;
	padding: 1.429em 0;
}
.trackbacklist li:first-child {
	padding-top: 0;
}

/*----------------------------------------------------------------------------*/
/* Portfolio Filter
/*----------------------------------------------------------------------------*/

.filter-module {
	margin: 0 10px 2.857em;
	position: relative;
	width: 100%;
}
.filter-module h3 {
	font-size: 0.857em;
	float: left;
	line-height: 1.667;
	padding: 0 2.5em 0 0;
}
.filter_nav {
	float: left;
	font-size: 0.857em;
	font-weight: 700;
	line-height: 1.667;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 80%;
}
.filter_nav li {
	float: left;
	margin: 0 0 0 1.25em;
	padding: 0;
}
.filter_nav li a, .filter-nav li a:visited {
	display: block;
	text-decoration: none;
}

/*----------------------------------------------------------------------------*/
/* Grid Portfolio
/*----------------------------------------------------------------------------*/

.page-template-template-grid-portfolio-php #vertical-grid {
	padding: 40px 0 1px;
}
.grid-portfolio {
	list-style: none;
	margin: -10px 0 0;
	padding: 0 0 30px;
	width: 960px;
}
.grid-portfolio li {
	float: left;
	height: 165px;
	overflow: hidden;
	margin: 10px;
	padding: 0;
	position: relative;
	width: 220px;	
}
.grid-title {
	height: 125px;
	padding: 20px;
	position: relative;
	width: 180px;
}
.grid-title h3 {
	font-size: 1em;
	line-height: 1.429;
	margin: 0;
	padding-bottom: 1.429em;
}
.home-blog-column .grid-title h3 {
	font-size: 1.167em;
}
.grid-thumb {
	height: 165px;
	left: 0;
	position: absolute;
	top: 0;
	width: 220px;
}

/*----------------------------------------------------------------------------*/
/* Two Column Portfolio
/*----------------------------------------------------------------------------*/

.page-template-template-2col-portfolio-php #vertical-grid {
	padding: 40px 0 1px;
}
.two-column-portfolio {
	list-style: none;
	margin: -10px 0 0;
	padding: 0 0 30px;
	width: 960px;
}
.two-column-portfolio li {
	float: left;
	height: 345px;
	margin: 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 460px;
}
.two-column-portfolio .grid-title {
	height: 305px;
	width: 420px;
}
.two-column-portfolio .grid-title h3 {
	font-size: 1.429em;
	line-height: 1.25;
	padding-bottom: 1em;
}
.two-column-portfolio .grid-thumb {
	height: 345px;
	width: 460px;
}

/*----------------------------------------------------------------------------*/
/* One Column Portfolio
/*----------------------------------------------------------------------------*/

.page-template-template-1col-portfolio-php #vertical-grid {
	padding: 40px 0 1px;
}
.one-column-portfolio {
	list-style: none;
	margin: 0 10px;
	width: 940px;
}
.one-column-portfolio li {
	margin: 0 0 40px;
	overflow: hidden;
	width: 940px;
}
.one-column-portfolio ul {
	margin: 0 0 1.429em;
	padding: 0;
}
.one-column-portfolio li li {
	margin: 0;
	width: 460px;
}
.one-column-portfolio li img {
	float: left;
}
.one-column-meta {
	float: right;
	position: relative;
	width: 460px;
}
.one-column-meta h3 {
	font-size: 1.786em;
	line-height: 1.2;
	margin: 0 0 0.8em;
	padding: 0 0 0.8em;
}
.one-column-meta h3 a, .one-column-meta h3 a:visited {
	text-decoration: none;
}

/*----------------------------------------------------------------------------*/
/* Case Studies
/*----------------------------------------------------------------------------*/

.single-portfolio #vertical-grid {
	padding: 40px 0 1px;
}
.return-portfolio {
	font-size: 0.857em;
	line-height: 1.667;
	list-style: none;
	margin: 0 10px 0 0;
	position: absolute;
	right: 0;
	top: 20px;	
}
.return-portfolio li {
	padding: 0;
}
.return-portfolio li a, .return-portfolio li a:visited {
	display: block;
	padding: 0 0 0 2.083em;
	text-decoration: none;
}
.return-portfolio li a:hover, .return-portfolio li a:active {
	text-decoration: underline;
}
.single-portfolio .artisan-post {
	background-image: none;
	margin: 0 10px 40px;
}
.artisan-portfolio {
	margin: 0 0px 40px;
	position: relative;
	width: 490px;
}
.work-meta {
	list-style: none;
	margin-left: 0;
	padding: 0 0 1.429em;
}
.work-meta li {
	padding: 0;
}
.stacked-gallery {
	list-style: none;
	margin-bottom: 2.857em;
	margin-left: 0;
}
.stacked-gallery li {
	margin: 0 0 1.429em;
	padding: 0;
}
.stacked-gallery li:last-child {
	margin: 0;
}
.slider-gallery {
	height: 400px;
	list-style: none;
	margin: 0 0 1.429em;
	overflow: hidden;
	position: relative;
	width: 600px;
}
.slider-gallery li {
	padding: 0;
}

/*----------------------------------------------------------------------------*/
/* Audio Player
/*----------------------------------------------------------------------------*/

.jp-audio-cover, .jp-audio {
	position: relative;
}
.jp-audio-cover img {
	margin: 0 0 -2px;
}
.jp-audio {
	height: 30px;
	width: 460px;
}
.jp-controls {
	height: 30px;
	list-style: none;
	margin: 0;
	width: 41px;
}
.jp-controls li {
	height: 30px;
	padding: 0;
	width: 41px;
}
.jp-controls li a, .jp-progress, .jp-duration, .jp-current-time, .jp-volume-bar {
	position: absolute;
}
.jp-controls li a {
	height: 30px;
	left: 0;
	text-indent: -999em;
	top: 0;
	width: 41px;
}
.jp-progress {
	height: 11px;
	left: 92px;
	top: 10px;
	width: 155px;
}
.jp-duration, .jp-current-time {
	font-size: 11px;
	font-weight: 700;
	line-height: 30px;
}
.jp-current-time {
	left: 55px;
	top: 0;
}
.jp-duration {
	right: 175px;
	top: 0;
}
.jp-seek-bar, .jp-play-bar, .jp-volume-bar-value {
	height: 10px;
}
.jp-seek-bar, .jp-volume-bar {
	cursor: pointer;
}
.jp-volume-bar {
	height: 11px;
	right: 45px;
	top: 10px;
	width: 80px;
}

/*----------------------------------------------------------------------------*/
/* Related Case Studies
/*----------------------------------------------------------------------------*/

.related-case {
	margin: 0 0 40px;
	position: relative;
	width: 100%;
}
.related-case ul {
	list-style: none;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.related-case li {	
	float: left;
	height: 165px;
	margin: 0 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 220px;
}
.related-title {
	height: 125px;
	padding: 20px;
	position: relative;
	width: 180px;
}
.related-title h3 {
	font-size: 1em;
	margin-bottom: 0;
	padding: 0 0 1.429em;
}
.related-thumb {
	height: 165px;
	left: 0;
	position: absolute;
	top: 0;
	width: 220px;
}

/*----------------------------------------------------------------------------*/
/* Portfolio Callout Message
/*----------------------------------------------------------------------------*/

.portfolio-callout {
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: 0 0 39px;
	position: relative;
	width: 100%;	
}
.portfolio-callout p {
	font: italic 1.429em/2 Baskerville, Garamond, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	margin: 0.5em 0 0.5em 0.5em;
	text-align: center;
}
.portfolio-callout p a {
	font: normal 700 0.650em/3.077 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*----------------------------------------------------------------------------*/
/* Archives
/*----------------------------------------------------------------------------*/

.artisan-baseline p {
	font-size: 0.857em;
	line-height: 1.667;
	margin-bottom: 1.667em;
}
.archivelink-460 p {
	padding: 0 0 1.429em;
}

/*----------------------------------------------------------------------------*/
/* Search Form
/*----------------------------------------------------------------------------*/

.search-form label {
	display: none;
}
.search-form input[type=search] {
	padding-right: 2.5em;
}
.search-submit {
	bottom: 0.857em;
	position: absolute;
	right: 0.714em;
}

/*----------------------------------------------------------------------------*/
/* 404 Page
/*----------------------------------------------------------------------------*/

.search-404 {
	display: none;
}
.archive-404 { 
	margin: 0 10px;
}
.archive-404 h4 {
	padding: 0 0 20px;
}
.archive-404 ul {
	font-size: 0.857em;
	line-height: 1.667;
	list-style: none;
	margin: 0;
}
.archive-404 li {
	border-bottom: 1px solid;
	padding: 0.417em 0;
}

/*----------------------------------------------------------------------------*/
/* Sidebar Widgets
/*----------------------------------------------------------------------------*/

.sidebar {
	font-size: 0.857em;
	line-height: 1.667;
}
.sidebar-widget {
	margin-bottom: 3.333em;
	position: relative;
	width: 220px;
}
h3.widget-title {
	font-size: 1.167em;
	line-height: 1.429;
	padding-top: 1.429em;
}
.sidebar ul, .sidebar ol {
	list-style: none;
	margin-left: 0;
}
.sidebar ul ul, .sidebar ol ul, .sidebar ul ol, .sidebar ol ol {
	margin: 0.417em 0 0;
	padding: 0;
}
.sidebar li {
	border-bottom: 1px solid;
	padding: 0.417em 0;
}
.sidebar li li {
	border-bottom: none;
	border-top: 1px solid;
}
.sidebar li li:last-child {
	padding-bottom: 0;
}
.sidebar select {
	padding: 0.417em;
}

/*----------------------------------------------------------------------------*/
/* Calendar Widget
/*----------------------------------------------------------------------------*/

.widget_calendar th, .widget_calendar td {
	padding: 0.25em;
}

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

.wap8_twitter_feedr_widget li {
	padding: 0.833em 0;
}
.wap8_twitter_feedr_widget p {
	font: italic 1.083em/1.538 Baskerville, Garamond, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	margin-bottom: 0;
}

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

.wap8_case_studies_widget ul {
	margin: 0;
}
.wap8_case_studies_widget li {
	border: none;
	float: left;
	height: 75px;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 75px;
}
.wap8_case_studies_widget a > img {
	-moz-transition: opacity 0.25s ease-in-out 0s;
	-ms-transition: opacity 0.25s ease-in-out 0s;
	-o-transition: opacity 0.25s ease-in-out 0s;
	-webkit-transition: opacity 0.25s ease-in-out 0s;
	transition: opacity 0.25s ease-in-out 0s;
}
.wap8_case_studies_widget a > img:hover {
	opacity: 0.6;
}

/*----------------------------------------------------------------------------*/
/* Case Studies Widget
/*----------------------------------------------------------------------------*/

.wap8_flickr_feedr_widget ul {
	margin: 0;
}
.wap8_flickr_feedr_widget li {
	border: none;
	float: left;
	height: 75px;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 75px;
}
.wap8_flickr_feedr_widget a > img {
	-moz-transition: opacity 0.25s ease-in-out 0s;
	-ms-transition: opacity 0.25s ease-in-out 0s;
	-o-transition: opacity 0.25s ease-in-out 0s;
	-webkit-transition: opacity 0.25s ease-in-out 0s;
	transition: opacity 0.25s ease-in-out 0s;
}
.wap8_flickr_feedr_widget a > img:hover {
	opacity: 0.6;
}

/*----------------------------------------------------------------------------*/
/* Tabs Widget
/*----------------------------------------------------------------------------*/

.wap8_tabbr_widget .ui-tabs .ui-tabs-hide {
	display: none;
}
.wap8_tabbr_widget .tab-nav {
	border-bottom: 1px solid;
	font-size: 1.167em;
	font-weight: 700;
	line-height: 1.429;
	margin-bottom: 0;
	padding-bottom: 1.429em;
	padding-top: 1.429em;
}
.wap8_tabbr_widget .tab-nav li {
	border: none;
	float: left;
	margin-right: 1.429em;
	padding: 0;
}
.wap8_tabbr_widget .tab-nav li a {
	text-decoration: none;
}
.wap8_tabbr_widget #popular li, .wap8_tabbr_widget #recent li {
	padding: 1.667em 0;
}
.wap8_tabbr_widget #popular li span, .wap8_tabbr_widget #recent li span {
	display: block;
	font: italic 1.083em/1.538 Baskerville, Garamond, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	margin-top: 0.385em;
}
.wap8_tabbr_widget .wp-tag-cloud {
	font-weight: 700;
	overflow: hidden;
	margin: 0;
	padding: 1.667em 0 0;
}
.wap8_tabbr_widget .wp-tag-cloud li {
	border: none;
	float: left;
	margin: 0 0.417em 0.417em 0;
	padding: 0;
}
.wap8_tabbr_widget .wp-tag-cloud li a, .wap8_tabbr_widget .wp-tag-cloud li:visited {
	display: block;
	line-height: 2.727;
	padding: 0 1.818em;
	text-decoration: none;
	-moz-border-radius: 0.364em;
	-webkit-border-radius: 0.364em;
	border-radius: 0.364em;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.wap8_tabbr_widget .wp-tag-cloud li a:hover, .wap8_tabbr_widget .wp-tag-cloud li:active {
	-moz-border-radius: 1.818em;
	-webkit-border-radius: 1.818em;
	border-radius: 1.818em;
}

/*----------------------------------------------------------------------------*/
/* Testimonials Widget
/*----------------------------------------------------------------------------*/

.wap8_testify_widget {
	position: relative;
}
.wap8_testify_widget ul {
	list-style: none;
	margin: 0;
}
.wap8_testify_widget .testimonial-controls {
	position: absolute;
	right: 0;
	top: 20px;
	width: 60px;
}
.wap8_testify_widget .slide-controls li { 
	border: none;
	padding: 0;
}
.wap8_testify_widget blockquote {
	border: none;
	padding: 0;
	width: 220px;
}
.wap8_testify_widget blockquote p {
	margin-bottom: 0.833em;
}
.wap8_testify_widget blockquote p.quote-author {
	font-weight: bold;
	margin: 0;
	text-align: right;
}
.wap8_testify_widget blockquote p.quote-author:before {
	content: no-open-quote;
}
.wap8_testify_widget blockquote p.quote-author:after {
	content: no-close-quote;
}

/*----------------------------------------------------------------------------*/
/* Contact Widget
/*----------------------------------------------------------------------------*/

.wap8_contact_widget li {
	padding-left: 1.667em;
}

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

#footer {
	font-size: 0.857em;
	line-height: 1.667;
	padding: 20px 0;
	position: relative;
	width: 100%;
}
#footer p {
	margin-bottom: 0.417em;
}
#footer a, #footer a:visited {
	font-weight: 700;
	text-decoration: none;
}
#footer .left-footer {
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	width: 700px;
}
#footer .footer-links {
	list-style: none;
	margin: 0;
}
#footer .footer-links li {
	float: left;
	padding: 0 0.417em 0 0.833em;
}
#footer .right-footer {
	float: right;
	margin: 0 10px 0 0;
	position: relative;
	text-align: right;
	width: 220px;
}
.scroll-top {
	padding: 0 0 0 20px;
}