/*
	Theme Name: Bill Erickson 2012
	Description: Child theme of Genesis, by <a href="http://www.billerickson.net/go/genesis">StudioPress</a>.
	Author: Bill Erickson
	Author URI: http://www.billerickson.net
	
	Template: genesis
*/

/* Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic);

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #222528;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #222528;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;

}

input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #4884b3;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/site-bg.jpg);
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	max-width: 960px;
}

/* Header
------------------------------------------------------------ */

#header-wrapper {
	position: relative;
}

#header-wrapper .cutoff {
	width: 926px;
	height: 0;
	margin-top: 40px;
	border-bottom: 33px solid #fff;
	border-right: 33px solid transparent;
}

#header {
	background: #fff;
	border-bottom: 3px solid #222528;
	width: 100%;
	overflow: hidden;
}

#header .wrap {
	padding: 0 40px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 10px 0 40px;
	width: 300px;
}

#title {
	font-family: 'Droid Serif', serif;
	font-size: 32px;
	line-height: 32px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #222528;
	text-decoration: none;
}

#description {
	color: #7c7e81;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-size: 14px;
}

#header .widget-area {
	position: absolute;
	top: 0;
	right: 40px;
	width: 510px;
}

#header .mobile-menu {
	display: none;
}

#header .mobile-menu select {
	width: 100%;
}

/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	
}

li a .sf-sub-indicator {
	display: none;
}

/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
	margin: 0;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	border-top: 4px solid #fff;
	color: #7c7e81;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 57px 17px 18px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a,
#header ul.menu .current_page_parent a,
#header ul.menu .current-page-ancestor a {
	border-top: 4px solid #4884b3;
	color: #4884b3;
}

.portfolio-section #header ul.menu #menu-item-2588 a,
.single-projects #header ul.menu #menu-item-2588 a {
	border-top: 4px solid #fff;
	color: #7c7e81;
}

.single-projects ul.menu #menu-item-2618 a,
.portfolio-section #header ul.menu #menu-item-2588 a:hover,
.single-projects #header ul.menu #menu-item-2588 a:hover {
	border-top: 4px solid #4884b3;
	color: #4884b3;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}

/* Inner
------------------------------------------------------------ */

#inner {
	background: #fff url(images/inner-bg.jpg) repeat-x;
	border-bottom: 5px solid #f2f2f2;
	margin: 0 auto;
	overflow: hidden;
	max-width: 960px;
}

/* Section Title
------------------------------------------------------------ */

#section-title {
	border-bottom: 3px solid #eaeaea;
	padding: 28px 0;
}

#section-title h1 {
	font-family: 'Droid Serif', sans-serif;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
}

#section-title h1 a {
	color: #222528;
	text-decoration: none;
}

#section-title h1 a:hover {
	text-decoration: underline;
}

#section-title .subtitle {
	color: #7c7e81;
	font-family: 'Droid Serif', sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
	padding-top: 10px;
	text-align: center;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 82.291666%; /* 790/960 */
	padding-bottom: 100px;
}

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

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.content-sidebar #content-sidebar-wrap {
	background: url(images/content-sidebar-divider.jpg) repeat-y 659px 0;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding-top: 40px;
	width: 68.74%;
}

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

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

blockquote {
	background: #f4f4f4 url(images/quote.png) no-repeat 25px 30px;
	color: #4f5357;
	margin: 0 0 20px;
	padding: 50px 40px;
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}

.entry-content blockquote p {
	color: #4f5357;
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	padding-bottom: 0;
}

.alert {
	background: #fcffde;
	padding-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #ecdfbd;
	border-bottom: 1px solid #ecdfbd;
}

.alert p {
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	line-height: 26px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.single .entry-content {
	padding-bottom: 40px;
}

.entry-content p {
	padding: 0 0 20px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}

body.contributions .clear-line {
	margin-bottom: 45px;
}

.entry-content .note {
	background: #f4f4f4;
	margin: 0 40px 20px 40px;
	padding: 40px;
	color: #4f5357;
	font-style: italic;
	text-shadow: 1px 1px 1px #fff;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Droid Serif', serif;
	margin: 0 0 20px;
}

h1,
h2.entry-title a,
h2.entry-title a:visited {
	font-family: 'Droid Serif', serif;
	font-size: 36px;
	line-height: 40px;
}

.one-half h2.entry-title a,
.one-half h2.entry-title a:visited {
	font-size: 24px;
	line-height: 34px;
}

h2 {
	font-size: 32px;
	line-height: 35px;
}

h2 a:hover {
	color: #4884b3;
}

h3 {
	font-size: 28px;
	line-height: 32px;
}

h4 {
	font-size: 20px;
	line-height: 24px;
}

/*
h4 {
	color: #4884b3;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
}
*/

.widget-area h4 {
	background: transparent url(images/widget-title-bg.png) repeat-x left center;
	color: #5b5d60;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.widget-area h4 span {
	background: #fff;
	padding-right: 12px;
}

.widget-area h4 a {
	color: #5b5d60;
	text-decoration: none;
}

#footer-widgets h4 {
	color: #fff;
}

h5 {
	color: #7c7e81;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 5px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	background: url(images/list-item.png) no-repeat 0 5px;
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0 0 0 25px;
}

.entry-content .gform_wrapper ul li {
	background: transparent;
}

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

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

.entry-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content .gist,
.entry-content ul,
.entry-content ol,
.outer-wrap {
	margin-left: 40px;
	margin-right: 40px;
}

.outer-wrap .entry-title,
.outer-wrap .entry-content h1,
.outer-wrap .entry-content h2,
.outer-wrap .entry-content h3,
.outer-wrap .entry-content h4,
.outer-wrap .entry-content h5,
.outer-wrap .entry-content h6,
.outer-wrap .entry-content p,
.outer-wrap .entry-content .gist,
.outer-wrap .entry-content ul,
.outer-wrap .entry-content ol {
	margin-left: 0;
	margin-right: 0;
}

.entry-content ul.checks li {
	background: url(images/check.png) no-repeat;
	padding-left: 50px;
	padding-bottom: 30px;
}

.highlight-wrapper {
	background: #fff url(images/highlight-top.jpg) no-repeat 39px 0;
	padding-top: 19px;
	margin-left: 40px;
	margin-right: 40px;
}

.highlight {
	background: #f4f4f4;
	padding: 40px 0 15px;
}

.cta-wrapper {
	border-top: 3px solid #eaeaea;
	border-bottom: 3px solid #eaeaea;
	overflow: hidden;
	width: 100%;
}

.cta-wrapper .cta {
	border: 1px solid #fff;
	background: #4884b3;
	padding: 40px 0;
}

.cta-wrapper .cta p {
	color: #fff;
	font-family: 'Droid Serif', serif;
	font-size: 33px;
	line-height: 36px;
	padding-bottom: 0;
	text-shadow: -1px -1px #356083;
}

.cta-wrapper .button-inverse {
	float: right;
}

.gist {
	margin-bottom: 40px;
}

/* Post Info
------------------------------------------------------------ */

.post-info {
	background: url(images/post-info.png) no-repeat left bottom;
	padding: 0 0 13px 40px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5c5e61;
	margin-bottom: 20px;
}

.post-info em {
	font-weight: normal;
	font-family: 'Droid Serif', serif;
	text-transform: none;
}

.post-info a {
	color: #5c5e61;
	text-decoration: none;
}

.post-info a:hover {
	text-decoration: underline;
}

.post-info .date {
	border-right: 1px dotted #5c5e61;
	padding-right: 15px;
	margin-right: 15px;
}

.post-info .post-comments {
	background: url(images/comments.png) no-repeat right center;
	padding-right: 25px;
}

.post-info .post-type {
	padding-right: 5px;
}

.search .post-info .date {
	border-right: 0;
}

/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

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

.archive-template #content .feature  {
	border-bottom: 3px solid #000;
}

.search .hentry {
	margin-bottom: 40px;
}

.search .hentry strong {
	color: #4884b3;
}

.archive-template .grid-divider {
	background: #000;
	height: 3px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.archive-template .read-more {
	padding: 0 0 40px 40px;
}

.archive-template .one-half .read-more {
	padding-bottom: 20px;
}

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

.entry-content .contact-form-cutoff {
	width: 80%;
	height: 31px;
	margin-left: 10%;
	background: #f4f4f4 url(images/contact-page-corner.png) no-repeat right top;
}

.entry-content .contact-form {
	background: #f4f4f4;
	width: 80%;
	margin: 0 10%;
}

.entry-content .contact-form .gform_confirmation_message_1 {
	padding-bottom: 300px;
}

.start-date {
	background: url(images/icon-design-small.png) no-repeat 0 12px;
	padding-left: 25px;
}

.entry-content .start-date {
	background: url(images/icon-design-small.png) no-repeat 0 4px;
	padding-left: 25px;
}


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

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

.featured-image {
	margin: 0 40px 20px 40px;
}

.featured-image img {
	border: 3px solid #eaeaea;
	padding: 5px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}

.twitter-tweet {
	margin: 10px auto !important;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 0 40px;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.navigation a {
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	text-decoration: none;
}

.navigation li {
	display: inline-block;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	display: block;
	padding: 5px 8px;
	margin: 0 5px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 31.25%; /* 300/960 */
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
	float: left;
	width: 15.625%; /* 150/960 */
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	padding: 40px;
	border-bottom: 1px solid #eaeaea;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


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

.sidebar .widget.story .button {
	background: url(images/button-small.png) no-repeat;
	color: #3a3e42;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 43px;
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	width: 121px;
}

.tutorial-link .button,
#submit {
	background: url(images/button-large.png) no-repeat;
	border: none;
	color: #3a3e42;
	cursor: pointer;
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	width: 156px;
	float: right;
}

#footer-widgets .widget-area a.grey-button,
.grey-button,
.grey-button:visited {
	background: #a0a5ab url(images/button-bg.png) repeat-x;
	border-top: 1px solid #c1c4c8;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: 34px;
	height: 34px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0 18px;
	text-decoration: none;
	text-shadow: -1px -1px 1px #585c60;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#footer-widgets .widget-area a.grey-button:hover,
.grey-button:hover {
	background: #a0a5ab url(images/button-bg.png) repeat-x 0 -34px;
}

.grey-button .tweet {
	background: url(images/tweet-icon.png) no-repeat left bottom;
	display: inline-block;
	width: 16px;
	height: 16px;
	padding-right: 4px;
}

.blue-button,
.sidebar input[name=jetpack_subscriptions_widget],
.blue-button:visited {
	background: url(images/blue-button.png) no-repeat;
	border: none;
	cursor: pointer;
	width: 164px;
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: inline-block;
}

.button-inverse,
.button-inverse:visited,
.services-grid .service:hover .blue-button,
.services-grid .service:hover .blue-button:visited {
	background: url(images/button-inverse.png) no-repeat;
	width: 156px;
	height: 50px;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	color: #393d41;
	text-decoration: none;
	text-shadow: 1px 1px #fff;
}

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

.searchform {
	background: #f0f0f0;
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	position: relative;
}

.searchform .s {
	border: none;
	background: transparent;
	padding: 5px 5px 5px 10px;
	margin: 0;
	font-size: 13px;
	color: #7c7e81;
	width: 180px;
	outline: none;
	text-shadow: 1px 1px 1px #fff;
}

.searchform .searchsubmit {
	background: url(images/search.png) no-repeat;
	border: none;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}

/* Photo Widget
------------------------------------------------------------ */

.sidebar .widget.photo {
	padding: 1px;
	position: relative;
}

.sidebar .widget.photo .photo-by {
	position: absolute;
	bottom: 20px;
	right: 1px;
	display: inline-block;
	background: url(images/cite-bg.png);
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	padding: 8px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.sidebar .widget.photo .photo-by:hover {
	background: #5a90ba;
}

.sidebar #subscribe-blog p {
	padding-bottom: 10px;
}

.sidebar #subscribe-blog #subscribe-field {
	background: #F0F0F0;
	border: none;
	border-top: 1px solid #A1A1A1;
	border-left: 1px solid #A1A1A1;
	color: #7C7E81;
	font-size: 13px;
	margin: 0;
	outline: none;
	text-shadow: 1px 1px 1px white;
	padding: 5px 5px 5px 10px !important;
	width: 100% !important;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

/* Connected
------------------------------------------------------------ */

.sidebar .widget.connected {
	padding: 15px 0;
	border-bottom: 0;
}

.sidebar .widget.connected p {
	text-align: center;
	font-size: 10px;
	line-height: 29px;
	color: #666a6f;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar .widget.connected .icon {
	display: inline-block;
	width: 29px;
	height: 29px;
	margin: 0 1px;
	text-indent: -9999em;
}

.sidebar .widget.connected .icons {
	margin-left: 20px;
}

.sidebar .widget.connected .twitter {
	background: url(images/social-icons.png);
}

.sidebar .widget.connected .twitter:hover {
	background: url(images/social-icons.png) 0 -31px;
}

.sidebar .widget.connected .gplus {
	background: url(images/social-icons.png) -34px 0;
}

.sidebar .widget.connected .gplus:hover {
	background: url(images/social-icons.png) -34px -31px;
}

.sidebar .widget.connected .facebook {
	background: url(images/social-icons.png) -68px 0;
}

.sidebar .widget.connected .facebook:hover {
	background: url(images/social-icons.png) -68px -31px;
}

.sidebar .widget.connected .linkedin {
	background: url(images/social-icons.png) -103px 0;
}

.sidebar .widget.connected .linkedin:hover {
	background: url(images/social-icons.png) -103px -31px;
}

/* My Story
------------------------------------------------------------ */

.sidebar .widget.story {
	background: #33373b url(images/story-arrow.png) no-repeat 53px 0;
}

.widget-area .widget.story h4 {
	color: #fff;
	text-shadow: -1px -1px 1px #000;
	margin-bottom: 0;
}

.widget-area .widget.story h4 span {
	background: #33373b;
}

.sidebar .widget.story p {
	color: #bfc0c2;
	text-shadow: -1px -1px 1px #000;
	font-size: 13px;
	line-height: 18px;
	padding-top: 20px;
}

.sidebar .widget.story a {
	color: #b0cbe0;
	text-decoration: underline;
}

/* RSS Widget
------------------------------------------------------------ */

.sidebar .widget.widget_rss {
	padding-bottom: 0;
	border-bottom: 0;
}

.widget_rss h4 a img { display: none; }

.widget-area .widget_rss ul {
	margin: 0;
}

.widget-area .widget_rss li {
	list-style-type: none;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}

.sidebar .widget.more-rss {
	padding-top: 0;
}

.sidebar .widget.more-rss a {
	background: url(images/raquo.png) no-repeat right center;
	padding-right: 17px;
}


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

.contact-form-wrapper {
	background: url(images/form-bg.jpg) repeat-y;
	position: relative;
	margin: 40px 0;
}

.contact-form {
	background: transparent url(images/contact-form-corner.png) no-repeat right top;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.contact-form h3 {
	font-size: 32px;
	line-height: 40px;
}

.contact-form p {
	padding-bottom: 20px;
}

.contact-form .left {
	padding: 40px;
	width: 34.8953%; /* 335/960 */
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.contact-form .right {
	padding: 40px 40px 0;
	width: 65.104%; /* 625/960 */
	float: right;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.contact-form .arrow {
	position: absolute;
	width: 20px;
	height: 62px;
	left: 316px;
	top: 27px;
	background: url(images/contact-form-arrow.png) no-repeat;
}

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

#footer-widgets {
	background: #33373b url(images/footer-widgets-corner.png) no-repeat right top;
	overflow: hidden;
}

#footer-widgets .widget-area {
	padding: 40px;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.footer-widgets-1 {
	background: #24262a url(images/footer-widget-1-corner.png) no-repeat right top;
	width: 41.66%; /* 400/960 */
	float: left;
}

.footer-widgets-2,
.footer-widgets-3 {
	width: 29.166%; /* 280/960 */
}

.footer-widgets-1.widget-area h4 span {
	background: #24262a;
}

.footer-widgets-2.widget-area h4 span,
.footer-widgets-3.widget-area h4 span {
	background: #33373b;
}

#footer-widgets .widget-area p,
#footer-widgets .widget-area li {
	color: #fff;
	font-size: 12px;
}

#footer-widgets .widget-area a {
	color: #b0cbe0;
	text-shadow: -1px -1px 1px #24262a;
}

#footer-widgets .footer-widgets-1.widget-area ul,
#footer-widgets .footer-widgets-3.widget-area ul {
	margin: 0 0 30px;
}

#footer-widgets .footer-widgets-1.widget-area li {
	border-bottom: 1px dotted #3a3c40;
	font-size: 14px;
	line-height: 17px;
	list-style-type: none;
	padding: 20px 0;
}

#footer-widgets .footer-widgets-1.widget-area .date {
	background: url(images/recent-posts-date-divider.png) no-repeat left top;
	color: #66686a;
	font-size: 10px;
	font-weight: bold;
	padding-left: 25px;
	height: 17px;
	line-height: 17px;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px #000;
	float: right;
}

#footer-widgets .latest-tweets {
	list-style-type: none;
	margin: 0 0 20px;
}

#footer-widgets .latest-tweets li {
	border-bottom: 1px dotted #464a4e;
	list-style-type: none;
	padding: 5px 0;
}


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

#footer {
	overflow: hidden;
	width: 100%;
	margin: 40px 0 20px;
}

#footer p {
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}

#footer a {
	color: #222528;
}

#footer .double-line {
	background: transparent url(images/widget-title-bg.png) repeat-x left center;
	text-shadow: 1px 1px 1px #fff;
}

#footer .double-line span {
	background: url(images/site-bg.jpg);
	padding: 0 10px;
}

#footer .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -9999em;
}

#footer .twitter {
	background: url(images/social-icons-footer.png) no-repeat;
}

#footer .gplus {
	background: url(images/social-icons-footer.png) no-repeat -34px 0;
}

#footer .facebook {
	background: url(images/social-icons-footer.png) no-repeat -68px 0;
}

#footer .linkedin {
	background: url(images/social-icons-footer.png) no-repeat -103px 0;
}

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

#pings { display: none;}
#comments,
#respond {
	margin: 0 40px 15px;
	overflow: hidden;
}

#comments h3 {
	background: url(images/comments-large.png) no-repeat left center;
	padding-left: 30px;
}

#comments h3,
#respond h3 {
	font-size: 28px;
}

#comments li {
	list-style-type: none;
}

#comments li .comment-content li {
	list-style-type: disc;
	margin-left: 20px;
}

.comment {
	background: #f4f4f4;
	border: 1px solid #dfe1e4;
	margin-bottom: 20px;
}

.comment-header {
	background: #fff;
	border-bottom: 2px solid #dfe1e4;
	line-height: 48px;
	height: 48px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding-left: 75px;
}

.comment-header cite {
	font-style: normal;
}

.comment-header img {
	position: absolute;
	top: 0;
	left: 0;
}

.comment-header a {
	text-decoration: none;
}

.comment-header a:hover {
	text-decoration: underline;
}

.comment-header .comment-meta {
	float: right;
	padding-right: 25px;
	font-size: 10px;
	font-weight: normal;
	color: #9fa0a3;
}

.comment-header .comment-meta a {
	color: #9fa0a3;
}

.comment-content {
	padding: 40px 40px 0;
}

.comment-content p,
.comment-content ul,
.comment-content ol {
	color: #4f5357;
	text-shadow: 1px 1px 1px #fff;
	padding-bottom: 20px;
}

.comment .children {
	margin: 0 20px 20px;
}

.comment .reply {
	padding-bottom: 20px;
}

.comment .reply a {
	background: url(images/reply-icon.png) no-repeat right center;
	padding: 0 15px 0 40px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
}

.comment .reply a:hover {
	text-decoration: underline;
}

.comment.bypostauthor > .comment-header {
	background: #4884b3;
	color: #fff;
}

.comment.bypostauthor > .comment-header a,
.comment.bypostauthor > .comment-header .comment-meta,
.comment.bypostauthor > .comment-header .comment-meta a {
	color: #fff;
}

.comment.bypostauthor {
	background: #fff;
}
	
#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	width: 98%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	width: 13%;
	float: left;
	padding-top: 16px;
	display: inline-block;
}

#author,
#email,
#url  {
	width: 80%;
	float: right;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 100%;
	overflow: hidden;
}

.form-submit {
	padding-top: 20px;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}


#contact-form .gform_wrapper .left_label .gfield_label {
	color: #7c7e81;
	font-weight: normal;
	font-family: 'Droid Serif', serif;
	text-align: right;
	line-height: 36px;
}

#contact-form .gform_wrapper #field_1_5 .gfield_label {
	font-size: 14px;
}

#contact-form input,
#contact-form textarea,
#contact-form select {
	background: #fff;
}

#contact-form select {
	height: 36px;
}

#contact-form input[type="submit"] {
	background: #4682b1;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px !important;
	text-transform: uppercase;
	padding: 10px 20px !important;
}

#contact-form input[type="submit"]:hover {
	background: #355d7d;
}

#contact-form .gform_wrapper .gfield_required,
#contact-form .gform_wrapper div.validation_error { display: none; }

#contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
	border: none;
}

#contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, 
#contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0;
}

#contact-form .gform_wrapper .right_label .gfield_error input.large, 
#contact-form .gform_wrapper .right_label .gfield_error select.large, 
#contact-form .gform_wrapper .right_label .gfield_error textarea.textarea, 
#contact-form .gform_wrapper .left_label .gfield_error input.large, 
#contact-form .gform_wrapper .left_label .gfield_error select.large, 
#contact-form .gform_wrapper .left_label .gfield_error textarea.textarea {
	width: 63%;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.tutorial-link-wrapper {
	border-top: 3px solid #222528;
	border-bottom: 3px solid #eaeaea;
	padding: 1px;
}

.tutorial-link {
	background: #4884b3;
	padding: 30px 40px;
}

.tutorial-link:hover {
	background: #4e8ec0;
}

.tutorial-link p {
	font-size: 24px;
	font-family: 'Droid Sans', serif;
	line-height: 50px;
	height: 50px;
	color: #fff;
	text-shadow: -1px -1px 1px #334b5d;
}

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

.single-projects #section-title  {
	border-bottom: 0;
}

.sort-projects h3,
.single-projects h3.intro,
.strikethrough {
	text-align: center;
	background: url(images/divider.jpg) repeat-x left center;
}

.sort-projects h3 span,
.single-projects h3.intro span,
.strikethrough span {
	background: #fff;
	padding: 0 25px;
}

.sort-projects ul {
	overflow: hidden;
	width: 100%;
	padding: 0 0 75px 50px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.sort-projects li {
	list-style-type: none;
	float: left;
	margin-bottom: 15px;
}

.sort-projects li a {
	color: #808286;
	display: block;	
	font-size: 13px;
	line-height: 16px;
	margin-right: 10px;
	padding: 20px 30px 19px 80px;
	width: 70px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sort-projects li.all-projects a {
	background: #f5f5f5;
	font-weight: bold;
	padding: 20px 0 19px;
	width: 115px;
}

.sort-projects li a:hover,
.sort-projects li.active a {
	background: #4884b3;
	color: #fff;
}

.sort-projects li.event-calendar a {
	background: #f5f5f5 url(images/icon-event-medium.png) no-repeat 20px 0;
}

.sort-projects li.event-calendar.active a,
.sort-projects li.event-calendar a:hover {
	background: #4884b3 url(images/icon-event-medium.png) no-repeat 20px bottom;
}

.sort-projects li.design-to-website a {
	background: #f5f5f5 url(images/icon-design-medium.png) no-repeat 20px 0;
}

.sort-projects li.design-to-website.active a,
.sort-projects li.design-to-website a:hover {
	background: #4884b3 url(images/icon-design-medium.png) no-repeat 20px bottom;
}

.sort-projects li.mobile-design a {
	background: #f5f5f5 url(images/icon-mobile-medium.png) no-repeat 24px 0;
}

.sort-projects li.mobile-design.active a,
.sort-projects li.mobile-design a:hover {
	background: #4884b3 url(images/icon-mobile-medium.png) no-repeat 24px bottom;
}

.sort-projects li.full-service a {
	background: #f5f5f5 url(images/icon-full-medium.png) no-repeat 20px 0;
	width: 60px;
	padding-left: 90px;
}

.sort-projects li.full-service.active a,
.sort-projects li.full-service a:hover {
	background: #4884b3 url(images/icon-full-medium.png) no-repeat 20px bottom;	
}

.sort-projects li.commercial-themes a {
	background: #f5f5f5 url(images/icon-commercial-medium.png) no-repeat 16px 0;
}

.sort-projects li.commercial-themes.active a,
.sort-projects li.commercial-themes a:hover {
	background: #4884b3 url(images/icon-commercial-medium.png) no-repeat 16px bottom;	
}

.portfolio-section h2.entry-title,
.portfolio-section h2.entry-title a {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

.icon-type {
	display: inline-block;
	text-indent: -9999em;
	margin-right: 2px;
}

.icon-type.event-calendar {
	background: url(images/icon-event-small.png) no-repeat;
	width: 14px;
	height: 16px;
}

.icon-type.design-to-website {
	background: url(images/icon-design-small.png) no-repeat;
	width: 17px;
	height: 16px;
}

.icon-type.full-service {
	background: url(images/icon-full-small.png) no-repeat;
	width: 18px;
	height: 17px;
}

.icon-type.commercial-themes {
	background: url(images/icon-commercial-small.png) no-repeat;
	width: 20px;
	height: 18px;
}

.icon-type.mobile-design {
	background: url(images/icon-mobile-small.png) no-repeat;
	width: 15px;
	height: 18px;
}

.portfolio-section .hentry:hover h2 a {
	color: #4884b3;
}

.portfolio-section .image {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 15px;
	text-align: center;
	line-height: 160px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.portfolio-section .image:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.portfolio-section .image img {
	vertical-align: middle;
}

.portfolio-section .image .hover {
	background: url(images/portfolio-hover.png);
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.portfolio-section .image .hover a,
.portfolio-section .image .hover a:hover {
	color: #fff;
	display: block;
	position: absolute;
	top: 45%;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.page-template-template-testimonials-php .testimonial,
.portfolio-section .testimonial,
.single-projects .testimonial,
.page-template-template-landing-php .testimonial {
	background: #f4f4f4 url(images/quote.png) no-repeat 110px 32px;
	border-top: 3px solid #eaeaea;
	border-bottom: 3px solid #eaeaea;
	overflow: hidden;
	margin: 0 -40px 20px;
	padding: 55px 170px;
}

.single-projects .testimonial,
.page-template-template-landing-php .testimonial {
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.page-template-template-testimonials-php .testimonial p,
.portfolio-section .testimonial p,
.single-projects .testimonial p,
.page-template-template-landing-php .testimonial p {
	color: #4f5357;
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	text-align: center;
	text-shadow: 1px 1px #fff;
}

.page-template-template-testimonials-php .testimonial {
	padding: 40px;
	background: #f4f4f4;
}

.page-template-template-testimonials-php .testimonial p {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
}



.page-template-template-testimonials-php .testimonial p.name,
.portfolio-section .testimonial p.name,
.single-projects .testimonial p.name,
.page-template-template-landing-php .testimonial p.name {
	padding-top: 20px;
	color: #7c7e81;
	font-size: 16px;
	text-shadow: none;
	text-align: right;
}

.portfolio-section .divider {
	border-top: 1px solid #eaeaea;
	overflow: hidden;
	padding-bottom: 20px;
	width: 100%;
}

.single-projects h3.intro {
	margin-bottom: -15px;
}

.single-projects .sidebar .title {
	color: #7c7e81;
	text-align: center;
	padding-bottom: 15px;
}

.single-projects .sidebar .url,
.single-projects .sidebar .url a {
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	word-wrap: break-word;
}

.single-projects .sidebar .url a:hover {
	text-decoration: underline;
}

.single-projects .project-types {
	overflow: hidden;
	width: 100%;
}

.single-projects .project-types li {
	list-style-type: none;
	float: left;
}
.single-projects .project-types li a {
	background: #f5f5f5;
	color: #808286;
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin: 0 10px 10px 0;
	width: 61px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	padding: 0 10px 15px;
	position: relative;
}

.single-projects .project-types li.commercial-themes a {
	font-size: 11px;
}

.single-projects .project-types li a:hover,
.single-projects .project-types li.active a {
	background: #4884b3;
	color: #fff;
}

.single-projects .project-types li a .graphic {
	display: block;
	height: 73px;
	width: 100%;
}
.single-projects .project-types .design-to-website .graphic {
	background: #f5f5f5 url(images/icon-design-medium.png) no-repeat center top;
}

.single-projects .project-types .design-to-website:hover .graphic,
.single-projects .project-types .design-to-website.active .graphic {
	background: #4884b3 url(images/icon-design-medium.png) no-repeat center bottom;
}

.single-projects .project-types .mobile-design .graphic {
	background: #f5f5f5 url(images/icon-mobile-medium.png) no-repeat center top;
}

.single-projects .project-types .mobile-design:hover .graphic,
.single-projects .project-types .mobile-design.active .graphic {
	background: #4884b3 url(images/icon-mobile-medium.png) no-repeat center bottom;
}

.single-projects .project-types .full-service .graphic {
	background: #f5f5f5 url(images/icon-full-medium.png) no-repeat center top;
}

.single-projects .project-types .full-service:hover .graphic,
.single-projects .project-types .full-service.active .graphic {
	background: #4884b3 url(images/icon-full-medium.png) no-repeat center bottom;
}

.single-projects .project-types .commercial-themes .graphic {
	background: #f5f5f5 url(images/icon-commercial-medium.png) no-repeat center top;
}

.single-projects .project-types .commercial-themes:hover .graphic,
.single-projects .project-types .commercial-themes.active .graphic {
	background: #4884b3 url(images/icon-commercial-medium.png) no-repeat center bottom;
}

.single-projects .widget.summary {
	background: #33373b url(images/widget-summary-top.jpg) no-repeat 30px 0;
	padding: 50px 40px 25px;
	margin-top: -1px;
}

.single-projects .widget.summary p,
.single-projects .widget.summary a {
	color: #bfc0c2;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 15px;
}

.single-projects #content-sidebar-wrap {
	padding-bottom: 0;
}

.single-projects .project-navigation {
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-top: 1px solid #eaeaea;
	padding: 50px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.single-projects .project-navigation p {
	color: #7c7e81;
	text-align: center;
}

.single-projects .project-navigation .arrow {
	padding-bottom: 10px;
}

.single-projects .project-navigation .title a {
	font-size: 16px;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	text-decoration: underline;
}

.single-projects .project-navigation .title a:hover {
	text-decoration: none;
}

.single-projects .project-navigation .portfolio {
	padding-top: 40px;
}

/* Services
------------------------------------------------------------ */

body.services.full-width-content #content {
	padding-top: 0;
}

.services-grid {
	background: url(images/divider-1.jpg) repeat-y center top;
	overflow: hidden;
	width: 100%;
}

.services-grid .service {
	width: 50%;
	float: left;
	padding: 50px 0 30px;
	height: 340px;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.services-grid .service.smaller {
	height: 300px;
}

.services-grid .divider {
	background: url(images/divider-1.jpg) repeat-x left bottom;
	height: 1px;
	overflow: hidden;
	width: 100%;
}

.services-grid h2 {
	position: relative;
	padding-left: 110px;
}

.services-grid .service p {
	color: #808286;
	font-size: 13px;
	line-height: 18px;
}

.services-grid .service h2 {
	font-size: 26px;
	line-height: 34px;
	padding-bottom: 20px;
}

.services-grid .service:hover {
	background: #4884b3;
	padding-bottom: 25px;
	border-bottom: 5px solid #4177a1;
}

.services-grid .service:hover h2 {
	color: #fff;
	text-shadow: -1px -1px #356083;	
}

.services-grid .service:hover p {
	color: #fff;
}

.services-grid .service .icon {
	width: 102px;
	position: absolute;
	left: 0;
	top: 0;
}
.services-grid .service-design .icon {
	background: url(images/icon-design-large.png) no-repeat center top;
	height: 68px;
}

.services-grid .service-mobile .icon {
	background: url(images/icon-mobile-large.png) no-repeat center top;
	height: 79px;
}

.services-grid .service-event .icon {
	background: url(images/icon-event-large.png) no-repeat center top;
	height: 89px;
}

.services-grid .service-full .icon {
	background: url(images/icon-full-large.png) no-repeat center top;
	height: 71px;
}

.services-grid .service-commercial .icon {
	background: url(images/icon-commercial-large.png) no-repeat center top;
	height: 73px;
}

.services-grid .service-design:hover .icon {
	background: url(images/icon-design-large.png) no-repeat center bottom;
}

.services-grid .service-mobile:hover .icon {
	background: url(images/icon-mobile-large.png) no-repeat center bottom;
}

.services-grid .service-event:hover .icon {
	background: url(images/icon-event-large.png) no-repeat center bottom;
}

.services-grid .service-full:hover .icon {
	background: url(images/icon-full-large.png) no-repeat center bottom;
}

.services-grid .service-commercial:hover .icon {
	background: url(images/icon-commercial-large.png) no-repeat center bottom;
}


body.services .one-half {
	padding-top: 40px;
	padding-bottom: 20px;
}

body.services #content-sidebar-wrap,
.page-template-template-landing-php #content-sidebar-wrap {
	padding-bottom: 0;
}


/* Landing Template
------------------------------------------------------------ */

.page-template-template-landing-php .projects {
	margin-bottom: 40px;
}

.page-template-template-landing-php .project,
.home #featured-projects .project {
	border: 1px solid #ccc;
	position: relative;
	max-width: 260px;
	margin: 20px auto;
}

.page-template-template-landing-php .project .title,
.home #featured-projects .project .title {
	position: absolute;
	bottom: 10px;
	right: 0;
	background: #1d1d1d;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	line-height: 27px;
	padding: 0 13px;
	text-transform: uppercase;	
	cursor: pointer;
}

.page-template-template-landing-php .project:hover .title,
.home #featured-projects .project:hover .title {
	background: #5a90ba;
}

.landing-pricing {
	margin: 20px 40px;
	background: #f4f4f4;
	padding: 40px 0;
}

p.discuss {
	background: url(images/discuss-arrow.png) no-repeat 92px center;
	font-family: 'Droid Serif', serif;
	font-size: 32px;
	line-height: 36px;
	padding: 82px 0 82px 210px;
	text-align: left;
}

h2.icon-discovery {
	background: url(images/h2-icon-discovery.png) no-repeat;
	line-height: 42px;
	padding-left: 75px;
	margin-top: 30px;
}

.page-template-template-landing-php h2.icon-design {
	background: url(images/h2-icon-design.png) no-repeat;
	line-height: 42px;
	padding-left: 75px;
	margin-top: 30px;
}

h2.icon-development {
	background: url(images/h2-icon-discovery.png) no-repeat;
	line-height: 42px;
	padding-left: 75px;
	margin-top: 30px;
}

.page-offer #section-title  {
	border-bottom: 0;
	padding-bottom: 0;
}

.entry-content .design-box {
	padding: 0 0 40px 115px;
}

.design-box.design {
	background: url(images/icon-landing-design.png) no-repeat;
}

.design-box.responsive {
	background: url(images/icon-landing-responsive.png) no-repeat;
}

.design-box.power {
	background: url(images/icon-landing-power.png) no-repeat;
}

.design-box.flexibility {
	background: url(images/icon-landing-flexibility.png) no-repeat;
}

.design-box.code {
	background: url(images/icon-landing-code.png) no-repeat;
}

.design-box.training {
	background: url(images/icon-landing-training.png) no-repeat;
}

/* Home
------------------------------------------------------------ */

.home #content {
	padding-top: 0;
}

.home #content-sidebar-wrap {
	padding-bottom: 0;
}

.home ul.slides li {
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.home ul.slides li .image {
	display: block;
	width: 19.43%; /* 170/875 */
	float: left;
}

.home ul.slides li .info {
	width: 71.5%; /* 625/875 */
	float: right;
}

.home ul.slides li .title {
	font-family: 'Droid Serif', serif;
	font-size: 38px;
	line-height: 46px;
	padding-bottom: 20px;
}

.home ul.slides li .subtitle {
	color: #7c7e81;
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	padding-bottom: 20px;
}

.home ul.slides li .subtitle a {
	color: #7c7e81;
	text-decoration: none;
	border-bottom: 2px solid #7c7e81;
}

.home ul.slides li .subtitle a:hover {
	border-bottom: 0;
}

#home-rotator {
	background: #fff;
	border-bottom: 3px solid #eaeaea;
	padding: 60px 40px;
}

.home-services {
	background: url(images/divider-1.jpg) repeat-y center top;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	width: 100%;
}

.home-services .service {
	padding-bottom: 5px;
	width: 50%;
	float: left;
	text-decoration: none;
	text-align: center;
	padding-top: 40px;
	height: 300px;
	overflow: hidden;
}

.home-services .service .icon {
	display: block;
	margin: 0 auto 30px;
}

.home-services .service h3 {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 24px;
}

.home-services .service .desc {
	color: #808286;
	font-size: 13px;
	line-height: 18px;
}

.home-services .service .button-area {
	display: none;
}

.home .service-design .icon {
	background: url(images/icon-design-large.png) no-repeat center top;
	width: 69px;
	height: 68px;
}

.home .service-mobile .icon {
	background: url(images/icon-mobile-large.png) no-repeat center top;
	width: 62px;
	height: 79px;
}

.home .service-full .icon {
	background: url(images/icon-full-large.png) no-repeat center top;
	width: 72px;
	height: 71px;
}

.home .service-event .icon {
	background: url(images/icon-event-large.png) no-repeat center top;
	width: 79px;
	height: 89px;
}

.home .service-commercial .icon {
	background: url(images/icon-commercial-large.png) no-repeat center top;
	width: 79px;
	height: 73px;
}

.home .divider {
	border-top: 1px solid #eaeaea;
	height: 1px;
	overflow: hidden;
	width: 100%;
}

.home-services .service:hover {
	background: #4884b3;
	padding-bottom: 0;
	border-bottom: 5px solid #4177a1;
}

.home-services .service:hover h3 {
	color: #fff;
	text-shadow: -1px -1px #356083;
}

.home-services .service:hover .desc {
	display: none;
}

.home-services .service:hover .button-area {
	display: block;
}

.home .service-design:hover .icon {
	background: url(images/icon-design-large.png) no-repeat center bottom;
}

.home .service-mobile:hover .icon {
	background: url(images/icon-mobile-large.png) no-repeat center bottom;
}

.home .service-full:hover .icon {
	background: url(images/icon-full-large.png) no-repeat center bottom;
}

.home .service-event:hover .icon {
	background: url(images/icon-event-large.png) no-repeat center bottom;
}

.home .service-commercial:hover .icon {
	background: url(images/icon-commercial-large.png) no-repeat center bottom;
}

.home .all-services {
	display: block;
	margin: 1px 0;
	background: #f4f4f4;
	color: #000;
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
	padding: 44px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px #fff;
}

.home .all-services:hover {
	text-decoration: underline;
}

.home .all-services .arrow {
	display: inline-block;
	text-indent: -9999em;
	background: url(images/home-arrow.png) no-repeat;
	width: 11px;
	height: 17px;
}

.home .sidebar .widget.story {
	padding-bottom: 115px;
}

.home #featured-projects {
	background: #fff;
	overflow: hidden;
	margin-top: 1px;
	border-top: 3px solid #000;
	padding-top: 60px;
	width: 100%;
}

.home #featured-projects h2,
.home #featured-projects h5 {
	text-align: center;
}

.home #featured-projects h5 {
	padding-bottom: 40px;
}

.genesis-404-search {
	margin: 0 40px 20px;
	max-width: 250px;
}

/* Plugins Page
------------------------------------------------------------ */

.page-id-3600 .entry-content h2 {
	padding: 20px 0;
}

.entry-content ul.plugins {
	overflow: hidden;
	width: 100%;
}

.entry-content ul.plugins li {
	background: transparent;
	float: left;
	margin: 0 0 30px;
	min-height: 60px;
	padding: 0 60px;
	position: relative;
	width: 50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.entry-content ul.plugins li:nth-of-type(2n-1) {
	clear: both;
}

.entry-content ul.plugins li:before {
	color: #ccc;
	font-size: 48px;
	line-height: 48px;
	position: absolute;
	top: 10px;
	left: 0;
}

.entry-content ul.plugins h4,
.entry-content ul.plugins p {
	margin: 0;
}

/* Smaller Screens
------------------------------------------------------------ */

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

	#header-wrapper .cutoff {
		max-width: 100%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box; /* Firefox, other Gecko */
		box-sizing: border-box; /* Opera/IE 8+ */	
	}

}

@media only screen and (max-width: 960px ) {
	
	.sidebar {
		border-left: 1px solid #eaeaea;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	}
	
	.content-sidebar #content-sidebar-wrap {
		background: transparent;
	}
	
	.contact-form .left,
	.contact-form .right {
		float: none;
		width: 100%;
		background: #fff;
	}
	
	.contact-form .left {
		padding-bottom: 0;
	}
	
	.contact-form .right {
		padding-top: 0;
	}
	
	.contact-form .arrow { display: none;}
	
	.widget-area h4 { background: transparent;}
	.widget-area h4 span {padding-right: 0;}
	.services-grid .service { height: auto;}
	
	.cta p {
		text-align: center;
	}
	
	.cta-wrapper .button-inverse {
		float: none;
		margin-top: 10px;
	}
	
	
	.portfolio-section .testimonial, 
	.single-projects .testimonial, 
	.page-template-template-landing-php .testimonial {
		padding: 55px 5%;
	}
	
}

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

	#header #title-area {
		text-align: center;
	}

	#header #title-area,
	#header .widget-area {
		float: none;
		margin: 0 auto;
		position: relative;
	}
	
	#header ul.menu li a {
		padding-top: 15px;
	}
	
	.sidebar .widget.connected .icons {
		display: block;
		margin: 0;
	}
	
	.sidebar .widget.photo {
		width: 298px;
		margin: 0 auto;
	}

	.home #content,
	.home #sidebar,
	.content-sidebar-sidebar #content-sidebar-wrap, 
	.sidebar-content-sidebar #content-sidebar-wrap, 
	.sidebar-sidebar-content #content-sidebar-wrap, 
	.content-sidebar-sidebar #content, 
	.sidebar-content-sidebar #content,  
	.sidebar-sidebar-content #content, 
	.content-sidebar-sidebar .sidebar, 
	.sidebar-content-sidebar .sidebar, 
	.sidebar-sidebar-content .sidebar, 
	.content-sidebar-sidebar #sidebar-alt, 
	.sidebar-content-sidebar #sidebar-alt, 
	.sidebar-sidebar-content #sidebar-alt,
	.content-sidebar #content, 
	.sidebar-content #content, 
	.content-sidebar #sidebar, 
	.sidebar-content #sidebar	 { 
		width: 100%; 
	}

	.one-half.break-early {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-bottom: 0;
	}

} 

@media only screen and (max-width: 600px) { 
	#footer-widgets .widget-area {
		width: 100%;
		float: none;
	}
	
	#footer-widgets .footer-widgets-1 {
		background: transparent;
	}
	
	#footer-widgets .footer-widgets-1 h4 span {
		background: transparent;
	}
}

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

	#header .widget-area,
	#home-rotator,
	.tutorial-link-wrapper { 
		display: none;
	}
	
	#header .mobile-menu {
		display: block;
		width: 300px;
		margin: 0 auto 30px;
	}
	

	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths {
		float: none;
		width: 100%;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	
	.home-services .service,
	.services-grid .service {
		width: 100%;
		float: none;
		height: auto;
		display: block;
	}
	
	.home-services,
	.services-grid {
		background: transparent;
	}
	
	#contact-form #content-sidebar-wrap {
		width: 100%;
		padding: 0;
	}
	
	.type-projects p {
		text-align: center;
	}
	
} 