/*
	Theme Name:  Bill Erickson 2015
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Bill Erickson
	Author URI:  http://www.billerickson.net
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #33373b;
	color: #666a6f;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #595e6f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote {
	background: transparent;
	border: 1px solid #ccced6;
	border-radius: 3px;
	margin: 40px 40px 24px;
	padding: 15px 20px;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 20px 0 0;
}


/* Icons
--------------------------------------------- */

i[class^="icon-"]:before,
i[class*=" icon-"]:before {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}

.entry-header a[target="_blank"]:after,
.case-study-testimonial .wrap:before,
.case-study-testimonial .wrap:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}

.entry-header a[target="_blank"]:after {
	content: "\e603";
	margin: 0 12px 0 6px;
}

a .icon-external-link {
	margin-left: 6px;
}

.case-study-testimonial .wrap:before {
	content: "\e614";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 72px;
	width: 85px;
}

.case-study-testimonial .wrap:after {
	content: "\e613";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 72px;
	width: 85px;
}


/* Common Overrides
--------------------------------------------- */

h2.entry-title a,
.post-type-archive-projects .entry-content h4 a {
	text-decoration: none;
}

h2.entry-title a:hover,
.post-type-archive-projects .entry-content h4 a:hover {
	text-decoration: underline;
}


.page .entry-header p:last-child,
.single-project .entry-header p:last-child,
.page-intro p:last-child,
.sidebar .widget p:last-child,
.site-footer p:last-child,
.post-type-archive-projects .entry-content p:last-child,
.home .entry-content > p:last-child,
.home-clients p:last-child,
.case-study-testimonial p:last-child {
	margin-bottom: 0;
}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #595e6f;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1,
h2 {
	font-size: 50px;
}

h2.entry-title,
h3 {
	font-size: 32px;
	font-weight: 400;
}

h4,
.teaser h2.entry-title {
	font-size: 24px;
	font-weight: 400;
}

h4 .small {
	display: block;
	font-size: 14px;
}

h5 {
	font-size: 18px;
	font-weight: 400;
}

h6 {
	font-size: 16px;
	font-weight: 400;
}

.intro {
	font-size: 18px;
}

.intro .smaller {
	font-size: 16px;
}

/* Serif
--------------------------------------------- */

.entry-content,
.sidebar .widget,
.comment-content,
.comment-respond,
.footer-widgets,
.footer-contact p {
	font-family: 'Lora', serif;
	font-size: 16px;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ccced6;
	border-radius: 3px;
	color: #858a8e;
	font-size: 16px;
	font-style: italic;
	padding: 7px 14px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	border-color: #999;
	outline: none;
}

.input-large {
	font-size: 18px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color:transparent;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background: transparent;
	border: 1px solid #ccced6;
	border-radius: 3px;
	box-shadow: none;
	color: #858a8e;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-style: normal;
	padding: 15px 27px;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert,
.gform_wrapper .button,
#easc-modal-submit,
.button.button-small:hover {
	background-color: #595e6f;
	color: #fff;
	text-decoration: none;
}

.button.button-invert:hover,
.entry-content .button.button-invert:hover,
.gform_wrapper .button:hover {
	background: #fff;
	border-color: #595e6f;
	color: #858a8e;
}

#easc-modal-submit:hover {
	opacity: .5;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.button.button-small {
	background: #ccced6;
	border: none;
	border-radius: 0;
	color: #595e6f;
	font-size: 11px;
	font-weight: 400;
	line-height: 25px;
	padding: 0 12px;
}

.button.button-small-dark,
.jetpack_subscription_widget #subscribe-submit input[type="submit"],
.search-form input[type="submit"],
.comment-reply-link {
	background: #595e6f;
	border: none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	padding: 0 20px;
	line-height: 25px;
	text-decoration: none;
}

.button.button-small-dark:hover,
.jetpack_subscription_widget #subscribe-submit input[type="submit"]:hover,
.search-form input[type="submit"]:hover,
.comment-reply-link:hover {
	color: #ccc;
}

.button.button-block {
	display: block;
	width: 100%;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.search-form {
	max-width: 500px;
	margin-bottom: 20px;
}

/* WPForms
--------------------------------------------- */

.site-container .wpforms-container .wpforms-field-label {
	font-weight: normal;
	font-size: 16px;
}

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

.gform_wrapper li,
.entry-content .gform_wrapper li {
	list-style-type: none;
}

.gform_wrapper .gfield {
	margin-bottom: 14px;
}

.gform_wrapper .no-label label,
.gform_validation_container {
	display: none;
}

.gform_footer {
	position: relative;
	text-align: right;
}

#gform_ajax_spinner_1 {
	position: absolute;
	right: 110px;
}

.gform_wrapper textarea {
	height: 115px;
}

.gform_wrapper .validation_error {
	background: #f2dede;
	border: 1px solid #a70808;
	border-radius: 5px;
	color: #595e6f;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.gfield_description.validation_message {
	color: #a70808;
	font-weight: 400;
}

.gfield_error input {
	border-color: #a70808;
}

.gfield_label {
	font-size: 16px;
}

/* Gistpen
--------------------------------------------- */


h3.wp-gistpenfile-title {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}

.entry-content pre.gistpen {
	margin-bottom: 30px;
}



/* Gallery
--------------------------------------------- */

.gallery {
    margin: 0 auto 40px;
    overflow: hidden;
    width: 100%;
}

.gallery-item {
    float: left;
    margin: 10px 0 0;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}

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

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

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

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

img.block {
	display: block;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.blog-archive .entry-image,
.single-post .entry-image {
	border: 1px solid #dfe1e6;
}

.photo-attribution {
	text-align: right;
	font-size: 10px;
	font-style: italic;
}


/* Column Classes
 *
 * Width: 958px
 * Gutter: 97px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

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

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

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

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

.one-fourth {
	width: 17.406054279749%;
}

.three-fourths {
	width: 72.468684759916%;
}

.one-fifth {
	width: 11.899791231733%;
}

.two-fifths {
	width: 33.9248434238%;
}

.three-fifths {
	width: 55.949895615866%;
}

.four-fifths {
	width: 77.974947807933%;
}

.one-sixth {
	width: 8.2289491997216%;
}

.five-sixths {
	width: 81.645789839944%;
}

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



/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

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

.site-header .wrap {
	padding: 0 12px;
}

.footer-contact .wrap,
.footer-widgets .wrap,
.home-clients .wrap,
.page .entry-content,
.post-type-archive-projects .content .wrap,
.single-projects .entry-content .wrap,
.testimonial .wrap,
.entry-header .intro,
.page-intro .intro {
	margin: 0 auto;
	max-width: 982px;
	padding: 0 12px;
}

.site-inner {
	background: #fff;
	clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	padding: 0 155px;
	width: 76.340694006%; /* 968/1268 */
}

.content-sidebar .content {
	float: left;
	padding: 50px 50px 0 155px;
}

.full-width-content .content {
	width: 100%;
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 23.659305994%; /* 300/1268 */
}

.sidebar-content .sidebar-primary {
	float: left;
}


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

.site-header {
	position: relative;
}

.title-area {
	float: left;
	padding: 33px 0 30px;
	width: 165px;
}

h1.site-title,
p.site-title {
	margin: 0;
	font-size: 30px;
	line-height: 1;
}

.site-title a {
	color: #fff;
	font-style: italic;
	font-weight: 700;
	text-decoration: none;
}

.site-description {
	color: #81889d;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-header {
	float: right;
	padding-top: 35px;
	width: auto;
}

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style: none;
}

.genesis-nav-menu a {
	border: none;
	color: #81889d;
	display: block;
	font-size: 12px;
	padding: 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item:hover > a,
.genesis-nav-menu .current-menu-item > a {
	color: #fff;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current_page_parent > a {
	font-weight: 400;
}

/* Mobile Menu
---------------------------------------------------------------------------------------------------- */

/* Base Styling
-------------------------------- */

.page-header {
  position: relative;
}

.mobile-menu-toggle {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 30px;
	width: 22px;
	height: 16px;
	float: right;
	outline: none;
}

.mobile-menu-toggle > span {
	width: 22px;
	height: 2px;
	position: absolute;
	left: 0;
	-webkit-transition: top .15s .15s ease-in-out,-webkit-transform .15s .3s ease-in-out;
	-moz-transition: top .15s .15s ease-in-out,-moz-transform .15s .3s ease-in-out;
	-ms-transition: top .15s .15s ease-in-out,-ms-transform .15s .3s ease-in-out;
	-o-transition: top .15s .15s ease-in-out,-o-transform .15s .3 ease-in-out;
	transition: top .15s .15s ease-in-out,transform .15s .3s ease-in-out;
}

.mobile-menu-toggle .top-bar {
	top: 0;
}

.mobile-menu-toggle .middle-bar {
	top: 7px;
}

.mobile-menu-toggle .bottom-bar {
	top: 14px;
}

.sidr-open .mobile-menu-toggle .top-bar {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.sidr-open .mobile-menu-toggle .middle-bar {
	opacity: 0;
}

.sidr-open .mobile-menu-toggle .bottom-bar {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;
}

.sidr {
  /* Default Settings */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
  border-left: 2px solid #fff;
}

.sidr.left {
  left: -260px;
  right: auto;
  border-right: 2px solid #fff;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-bottom: 1px solid #fff;
}

.sidr ul li a {
	display: block;
	text-decoration: none;
	padding: 0 20px 0 10px;
	position: relative;
}

.sidr li.sidr-class-menu-item-has-children {
	position: relative;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle {
	cursor: pointer;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
  display: none;
}

.sidr ul li.submenu-active ul,
.sidr ul li.sidr-class-current-menu-item ul {
	display: block;
}

.sidr ul li.submenu-active > a,
.sidr ul li.sidr-class-current-menu-item.sidr-class-menu-item-has-children > a {
	border-bottom: 1px solid #fff;
}

.sidr ul li.submenu-active > .submenu-toggle:before,
.sidr ul li.sidr-class-current-menu-item > .submenu-toggle:before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li a {
	padding-left: 20px;
}

.sidr-class-sub-menu .sidr-class-current-menu-item > a {
	background: #930f14;
	font-weight: bold;
}

.sidr ul li.sidr-class-search,
.sidr ul li .icon {
	display: none;
}

.sidr ul li .label {
	display: inline;
}

/* Match Theme
-------------------------------- */

.mobile-menu-toggle > span {
	background: #fff;
}

.sidr {
  background: #33373b;
  color: white;
}

.sidr.right,
.sidr.left,
.sidr ul li {
	border-color: #595e6f;
}

.sidr ul li a {
	color: #fff;
}

.sidr ul li a:hover,
.sidr ul li.sidr-class-current-menu-item > a,
.sidr li.sidr-class-menu-item-has-children:hover > .submenu-toggle {
	background: #595e6f;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle {
	background: rgba( 255, 255, 255, .2 );
}

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

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

.entry {
	margin-bottom: 40px;
	overflow: hidden;
}

.blog-archive .entry.feature,
.search-results .entry {
	border-bottom: 2px solid #ccced6;
}

.blog-archive .entry.teaser {
	font-size: 16px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

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

.entry-content ol.more-margin li,
.entry-content ul.more-margin li {
    margin-bottom: 15px;
}

.entry-content ol.more-margin li:last-child,
.entry-content ul.more-margin li:last-child {
    margin-bottom: 0;
}
}

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

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-meta {
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.entry-meta .entry-time,
.entry-meta a {
	font-weight: 700;
	text-decoration: none;
}

.entry-meta i {
	margin: 0 5px;
}

.availability-intro,
.footer-contact p.availability-intro {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}
.availability {
	font-size: 18px;
	line-height: 25px;
}

.availability i {
	color: #595e6f;
	float: left;
	font-size: 42px;
	margin: 0 25px 0 0;
}

.availability .label {
	color: #595e6f;
	font-weight: 400;
	font-size: 16px;
}

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

.alert p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

.alert p:last-child {
	margin: 0;
}

/* Entry Navigation
--------------------------------------------- */

.pagination {
	background: #3b3f4a;
	clear: both;
	padding: 30px 0;
	text-align: center;
}

.pagination li {
	display: inline-block;
	margin: 0 10px;
}

.pagination li a {
	border: 1px solid #ccced6;
	color: #858a8e;
	display: block;
	font-size: 11px;
	padding: 15px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.pagination li a:hover,
.pagination li.active a {
	background: #ccced6;
	color: #3b3f4a;
}

/* Promotion
--------------------------------------------- */

.bill-recommends {
	border: 5px solid #dfe1e6;
	padding: 20px;
	margin-bottom: 30px;
}

.bill-recommends p {
	font-size: 16px;
	margin: 0;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond label[for="subscribe"] {
	display: inline-block;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	overflow: hidden;
}

.comment-list .children {
	margin-left: 32px;
}

li.comment {
	border-right: none;
}

.comment  > article {
	border-bottom: 1px solid #ccced6;
	padding-bottom: 20px;
	font-size: 16px;
}

.comment-meta,
.comment-time-link {
	text-decoration: none;
	font-size: 11px;
}

.comment .avatar {
	margin: 0 16px 0 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


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

.sidebar .widget {
	background: #dfe1e6;
	font-size: 13px;
	padding: 20px;
}

.sidebar .widget.widget-even {
	background: #ccced6;
}

.jetpack_subscription_widget h4,
.widget_rss h4,
.widget_tag_cloud h4 {
	text-align: center;
}

.jetpack_subscription_widget h4 i,
.widget_rss h4 i,
.widget_search h4 i,
.widget_tag_cloud h4 i,
.widget_text h4 i {
	font-size: 36px;
	display: inline-block;
	margin: 0 auto 20px;
}


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

.sidebar .widget.widget_photo {
	position: relative;
	padding: 0;
}

.widget_photo .credit,
.page-header .credit {
	background: #595e6f;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	padding: 0 24px;
	position: absolute;
	bottom: 16px;
	right: -10px;
	text-decoration: none;
}

.widget_photo .credit:hover,
.page-header .credit:hover {
	background: #ccced6;
	color: #595e6f;
}

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

.sidebar .widget_search h4 {
	text-align: center;
}

.search-form {
	position: relative;
	padding-right: 57px;
}

.search-form input[type="submit"] {
	position: absolute;
	top: 1px;
	right: 0;
	line-height: 33px;
}


/* Subscribe
--------------------------------------------- */

.jetpack_subscription_widget #subscribe-text {
	margin-bottom: 24px;
}

.jetpack_subscription_widget #subscribe-email {
	margin-bottom: 16px;
}

.jetpack_subscription_widget #subscribe-email input {
	padding: 7px 12px;
}


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

.widget_rss h4 img {
	display: none;
}

.widget_rss h4 a {
	text-decoration: none;
}

.widget_rss li,
.widget_text .display-posts-listing li {
	list-style-type: none;
	margin-bottom: 20px;
}

.widget_rss li i {
	margin-left: 10px;
}


/* Recent Posts
--------------------------------------------- */

.widget_recent_posts li {
	list-style-type: none;
	margin-bottom: 20px;
}

.widget_recent_posts .date {
	color: #858a8e;
	display: block;
}

/* Latest Tweets
--------------------------------------------- */

.widget_latest_tweets li {
	border-bottom: 1px solid #7b7b7b;
	color: #ccced6;
	list-style-type: none;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget_latest_tweets ul li:last-child {
	border-bottom: 0;
}

/* EA Share Count
--------------------------------------------- */

.ea-share-count-button.style-box {
	background: #47403A;
	color: #fff;
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 32px;
	margin-right: 5px;
}


.ea-share-count-wrap {
	overflow: hidden;
	width: 100%;
}

.ea-share-count-wrap .included_total.ea-share-no-count {
	display: none;
}

.ea-share-count-wrap .ea-share-count-button.style-box:last-child {
	margin-left: 0;
}

.ea-share-count-button.style-box:hover {
	opacity: .8;
}

.ea-share-count-button.style-box.facebook {
	background: #395B9A;
}

.ea-share-count-button.style-box.twitter {
	background: #51AEF0;
}

.ea-share-count-button.style-box.linkedin {
	background: #1F76B7;
}

.ea-share-count-button.style-box.google {
	background: #DC4B3E;
}

.ea-share-count-button.style-box.pinterest {
	background: #CE2428;
}

.ea-share-count-button.style-box.instagram {
	background: #47403A;
}

.ea-share-count-button.style-box.stumbleupon {
	background: #F24E23;
}

.ea-share-count-button.style-box.included_total {
	background: transparent;
	color: #000;
	line-height: 1;
	width: 48px;
}

.ea-share-count-button.style-box.included_total .ea-share-count {
	display: none;
	font-size: 18px;
	font-weight: 700;
	width: 48px;

}

.ea-share-count-button.style-box.included_total .ea-share-count-label {
	font-size: 12px;
	text-transform: uppercase;
}

#easc-modal-close .close-icon {
	font-size: 12px !important;
}

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

.footer-contact {
	background: #f7f7f8;
	border-top: 1px solid #33373b;
	padding: 60px 0;
}


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

.footer-widgets {
	background-color: #595e6f;
	clear: both;
	font-size: 14px;
	padding: 40px 0;
}

.footer-widgets a {
	color: #ccced6;
}

.footer-widgets .widget-area {
	float: left;
	margin-left: 2.244258873%;
	width: 31.837160752%; /* 305/958 */
}

.footer-widgets .widget-area.footer-widgets-1 {
	margin-left: 0;
}

.footer-widgets h4 {
	color: #fff;
	line-height: 1;
}

.footer-widgets h4 a {
	background: #ccced6;
	border-radius: 3px;
	color: #595e6f;
	display: inline-block;
	font-size: 11px;
	margin-left: 15px;
	padding: 6px 15px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align:top;
}

.footer-widgets h4 a:hover {
	background: #33373b;
	color: #fff;
}

.footer-widgets .widget_text ul {
	color: #ccced6;
	margin-left: 20px;
	list-style-type: square;
}

.footer-widgets .widget_text li {
	margin-bottom: 10px;
}

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

.site-footer {
	background-color: #33373b;
	color: #81889d;
	font-size: 10px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer p {
	margin-bottom: 15px;
}

.site-footer a {
	color: #81889d;
	text-decoration: none;
	border-bottom: 1px solid #4e535e;
}

.site-footer a:hover {
	color: #9ea1ab;
}

.site-footer i {
	font-size: 25px;
}

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

.post-type-archive-projects .entry,
.single-projects .feature {
	border-bottom: 1px solid #33373b;
	overflow: hidden;
	margin-bottom: 40px;
	width: 100%;
}

.post-type-archive-projects .content .entry:last-child,
.single-projects .entry-content .feature.last,
.single-projects .entry {
	border: none;
	margin: 0;
}

.post-type-archive-projects .entry .wrap,
.single-projects .feature .wrap {
	padding: 60px 0 30px;
	max-width: 982px;
}

.post-type-archive-projects .entry-content,
.single-projects .feature-content {
	float: left;
	width: 30.855397149%;
	padding: 50px 10px 0;
}

.post-type-archive-projects .entry-image,
.single-projects .feature-image {
	float: right;
	text-align: right;
	width: 69.144602851%;
}

.post-type-archive-projects .entry.alt .entry-content,
.single-projects .feature.alt .feature-content {
	float: right;
}

.post-type-archive-projects .entry.alt .entry-image,
.single-projects .feature.alt  {
	float: left;
	text-align: left;
}

.single-projects .feature .wrap {
	padding: 30px 0 0;
}

.case-study-testimonial {
	background: #81889d;
	color: #e5e6eb;
	font-size: 18px;
	font-style: italic;
	overflow: hidden;
	padding: 50px 0;
	text-align: center;
	width: 100%;
}

.single-projects .entry-content .case-study-testimonial .wrap {
	padding: 0 100px;
	position: relative;
}

.case-study-testimonial .byline {
	color: #33373b;
	font-size: 16px;
}

.case-study-nav {
	background: #3b3f4a;
	padding: 35px 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

.case-study-nav a {
	border: 1px solid #ccced6;
	border-radius: 3px;
	color: #858a8e;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	padding: 15px;
	margin: 0 15px;
	text-transform: uppercase;
	text-decoration: none;
}

.case-study-nav a:hover {
	background: #ccced6;
	color: #3b3f4a;
}

.case-study-nav a i {
	font-size: 13px;
}

.case-study-nav a[rel="prev"] i {
	margin-right: 10px;
}

.case-study-nav a[rel="next"] i {
	margin-left: 10px;
}

/* Timeline
---------------------------------------------------------------------------------------------------- */

.table-timeline {
	max-width: 600px;
	margin: 0 auto 40px;
}

.table-timeline tr {
	background: #ededed;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 32px;
}

.table-timeline td {
	border: none;
	line-height: 32px;
}

.table-timeline tbody > tr:nth-child(odd) {
	background: #d9d9d9;
}

.table-timeline tr > td:first-child {
	width: 33%;
	padding-left: 20px;
}

.table-timeline tr > td:last-child {
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	width: 67%;
}

.table-timeline td.discovery {
	background: #f5a622;
}

.table-timeline td.discovery-rev {
	background: #f6bb5d;
}

.table-timeline td.design {
	background: #2370c9;
}

.table-timeline td.design-rev {
	background: #5883b4;
}

.table-timeline td.break {
	background: #999;
}

.table-timeline td.development {
	background: #9013fd;
}

.table-timeline td.development-rev {
	background: #7dd220;
}

.timeline-helper {
    background: #f0f0f0;
    padding: 20px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.timeline-helper .field {
    float: left;
    width: 30%;
    margin-left: 5%;
}

.timeline-helper .field:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
}

.timeline-helper .field-submit {
    padding-top: 20px;
}

.timeline-helper select {
    height: 40px;
    line-height: 40px;
}

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

.page.page-template-template-testimonials-php .entry-content {
	max-width: 100%;
	padding: 0;
}

.page-template-template-testimonials-php .entry-content .testimonial {
	border-bottom: 1px solid #33373b;
	margin-bottom: 60px;
}

.page-template-template-testimonials-php .entry-content .testimonial:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.page-template-template-testimonials-php .entry-content .testimonial .wrap {
	padding-bottom: 30px;
}


.page-template-template-testimonials-php .entry-content .testimonial-content {
	overflow: hidden;
}

.page-template-template-testimonials-php .testimonial img {
	-webkit-box-shadow: 5px 5px 8px 0 rgba(0,0,0,.4);
	box-shadow: 5px 5px 8px 0 rgba(0,0,0,.4);
	margin-bottom: 40px;
}

.page-template-template-testimonials-php .testimonial img.alignleft {
	margin: 0 40px 0 0;
}

.page-template-template-testimonials-php .testimonial img.alignright {
	margin: 0 0 0 40px;
}

.page-template-template-testimonials-php .testimonial h4 {
	margin-bottom: 5px;
}

.page-template-template-testimonials-php .testimonial-joost-de-valk .testimonial-content {
	padding-top: 80px;
}

.page-template-template-testimonials-php .testimonial-carel-bekker .testimonial-content {
	padding-top: 30px;
}

.page-template-template-testimonials-php .testimonial-dave-tasker-web-development-manager .testimonial-content {
	padding-top: 50px;
}

.page-template-template-testimonials-php .testimonial-terri-golas .testimonial-content {
	padding-top: 50px;
}

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

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

.page-header {
	position: relative;
	margin: 0 -10px;
}

.page-header img {
	border-radius: 5px;
}

.page-header .overlay {
	position: absolute;
	top: 50px;
	color: #fff;
	width: 100%;
}

.page-header .overlay-wrap {
	max-width: 982px;
	margin: 0 auto;
	padding: 0 12px;
}

.page-header .overlay-inner {
	width: 48.16700611%;
}

.page-header .overlay .icon-wordpress {
	color: #ececed;
	font-size: 64px;
}

.page-header .overlay h3 {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.2;
	text-shadow: 4px 0 8px rgba( 0, 0, 0, .6 );
}

.page-header .overlay p {
	font-size: 18px;
	color: #fff;
}

.page-header .overlay a {
	border-bottom: 1px solid transparent;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, .6);
	color: #ececed;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.page-header .overlay a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

/* Page Intro
--------------------------------------------- */

.page .entry-header,
.single-projects .entry-header,
.page-intro {
	background: #f7f7f8;
	border-bottom: 1px solid #33373b;
	margin-bottom: 60px;
	padding: 60px 0;
	text-align: center;
}

.page-intro {
	margin: 0;
}

.no-content.page .entry-header,
.no-content.page .entry {
	border-bottom: 0;
	margin-bottom: 0;
}

.page .entry-header .intro,
.single-projects .entry-header .intro,
.page-intro .intro {
	margin-top: 40px;
}

.page .entry-header h4,
.single-projects .entry-header h4,
.page-intro h4 {
	margin-top: 40px;
}

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

.page-template-template-plugins-php .entry {
	margin-bottom: 0;
}

.page-template-template-plugins-php .entry-header {
	padding-bottom: 20px;
}

.page-template-template-plugins-php .entry {
	background: #f7f7f8;
}

.plugin-filters label {
	display: inline-block;
	margin-right: 20px;
}

.plugin-listing {
	overflow: hidden;
	width: 100%;
}

.plugin-box {
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba( 0, 0, 0, .5);
	border-radius: 5px;
	float: left;
	font-size: 16px;
	overflow: hidden;
	margin: 0 1.043841336% 30px;
	width: 31.245650661%;
}

.plugin-box .plugin-header {
	color: #fff;
	display: block;
	width: 100%;
	height: 120px;
	text-align: center;
	font-size: 60px;
	line-height: 120px;
	text-decoration: none;
}

.plugin-box .plugin-summary {
	padding: 10px 15px 30px;
	position: relative;
	min-height: 180px;
}

.plugin-box .plugin-summary .button {
	position: absolute;
	bottom: 10px;
	left: 15px;
}

.plugin-box .plugin-summary p:last-child {
	margin: 0;
}

.plugin-box h3 {
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 5px;
}

.plugin-box h3 a {
	text-decoration: none;
}

.plugin-box h3 a:hover {
	text-decoration: underline;
}

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

.entry-content ul.plugins li {
	background: transparent;
	list-style-type: none;
	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;
}


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

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

.home .entry-content {
	padding: 60px 12px;
	text-align: center;
}

.home .entry-content h2 {
	margin-bottom: 60px;
}

.home .entry-content p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 60px;
}

.home .entry-content h4 i {
	font-size: 72px;
	display: inline-block;
	margin-bottom: 20px;
}

.home .entry-content .one-third p {
	font-size: 16px;
	line-height: 1.5;
}

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

.home-features {
	background: #eff0f2;
	font-weight: 300;
	padding: 60px 0;
}

.home-features .wrap {
	margin: 0 auto;
	max-width: 934px;
	padding: 0 12px;
}

.home-features h2,
.home-clients h2 {
	text-align: center;
}

.home-features .feature {
	float: left;
	margin-left: 7.692307692%; /* 70/910 */
	padding-left: 70px;
	position: relative;
	width: 46.153846154%; /* 420/910 */
}

.home-features .feature.first {
	margin-left: 0;
}

.home-features .feature h4 {
	margin-top: 10px;
}

.home-features .feature i {
	color: #595e6f;
	font-size: 42px;
	position: absolute;
	top: 0;
	left: 0;
}

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

.home-clients {
	background: #fff;
	padding: 60px 0;
}

.home-clients .wrap {
	max-width: 980px;
	padding: 0 0 0 10px;
}

.client-grid {
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}

.client-grid .client {
	float: left;
	width: 182px;
	margin: 0 12px 12px 0;
}

.home .footer-contact {
	border: 0;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.mobile-show {
		display: none;
	}
}

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

	.page-header {
		margin: 0;
		overflow: hidden;
	}

	.page-header img {
		border-radius: 0;
	}

	.content-sidebar .content {
		padding-left: 50px;
	}
}

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

	.content-sidebar .content {
		padding: 30px;
		width: 66.507177033%;
	}

	.sidebar-primary {
		width: 33.492822967%; /* 350/1045 */
	}
}

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


	.home-clients .wrap {
		padding: 0 20px;
	}

	.home-clients .client-grid {
		max-width: 546px;
		margin: 0 auto;
	}

	.client-grid .client {
		margin: 0 0 20px;
		width: 33.3333%;
		text-align: center;
	}

	.client-grid .client:last-child {
		display: none;
	}
}

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

	.page-header .overlay h3 {
		font-size: 40px;
	}

	.plugin-box {
		width: 47.912317328%;
	}
}

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


	.footer-widgets h4 a {
		display: block;
		max-width: 70px;
		margin: 10px 0 0 0;
		text-align: center;
	}

	.post-type-archive-projects .entry-content,
	.single-projects .feature-content,
	.post-type-archive-projects .entry-image,
	.single-projects .feature-image {
		width: 100%;
		padding: 0 12px;
	}

	.post-type-archive-projects .entry-content,
	.single-projects .feature-content {
		padding-bottom: 20px;
		text-align: center;
	}

	.home .entry-content p {
		font-size: 16px;
	}

}

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

	.content,
	.content-sidebar .content,
	.sidebar-primary,
	.footer-widgets .widget-area,
	.home-features .feature,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.mobile-hide,
	.nav-header,
	.sidebar {
		display: none;
	}

	.mobile-menu-toggle {
		display: block;
	}

	.footer-widgets .footer-widgets-1,
	.footer-widgets .footer-widgets-2 {
		border-bottom: 2px solid #33373b;
		margin-bottom: 20px;
	}

	h1, h2 {
		font-size: 36px;
	}

	h2.entry-title,
	h3 {
		font-size: 28px;
		font-weight: 400;
	}

	h4 {
		font-size: 24px;
		font-weight: 400;
	}

	h5 {
		font-size: 18px;
		font-weight: 400;
	}

	h6 {
		font-size: 16px;
		font-weight: 400;
	}

	blockquote {
		margin: 20px 10px 24px;
	}

	.page .entry-header,
	.single-projects .entry-header,
	.page-intro,
	.footer-contact,
	.home-features,
	.home-clients,
	.case-study-testimonial {
		padding: 30px 0;
	}

	.home .entry-content {
		padding: 30px 12px;
	}

	.page .entry-header,
	.single-projects .entry-header,
	.home .entry-content h2 {
		margin-bottom: 30px;
	}

	.page-header {
		background: #fff;
	}

	.page-header .overlay {
		background: #595e6f;
		padding: 20px 0;
		position: relative;
		top: auto;
	}

	.page-header .overlay-inner {
		width: 100%;
	}

	.home .entry-content .one-third {
		text-align: left;
		position: relative;
		padding-left: 160px;
	}

	.home .entry-content .one-third h4 {
		position: absolute;
		top: 0;
		left: 0;
		width: 140px;
		font-size: 20px;
		text-align: center;
	}

	.home .entry-content h4 i {
		font-size: 48px;
	}

	.case-study-testimonial .wrap:before,
	.case-study-testimonial .wrap:after {
		font-size: 24px;
	}

	.single-projects .entry-content .case-study-testimonial .wrap {
		padding: 0 60px;
	}

	.blog-archive .entry {
		border-bottom: 1px solid #33373b;
		margin-bottom: 40px;
	}

	.pagination li {
		margin: 0 5px;
	}

	.pagination li a {
		padding: 10px 12px;
	}

	.page-template-template-testimonials-php .testimonial img.alignleft,
	.page-template-template-testimonials-php .testimonial img.alignright {
		float: none;
		margin: 0 0 20px;
		max-width: 200px;
	}

	.page-template-template-testimonials-php .testimonial-joost-de-valk .testimonial-content,
	.page-template-template-testimonials-php .testimonial-carel-bekker .testimonial-content,
	.page-template-template-testimonials-php .testimonial-dave-tasker-web-development-manager .testimonial-content,
	.page-template-template-testimonials-php .testimonial-terri-golas .testimonial-content {
		padding-top: 0;
	}

}

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

	.case-study-nav a {
		display: block;
		margin: 0 auto 12px;
		max-width: 200px;

	}

}

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

	.home-clients .client-grid {
		max-width: 364px;
	}

	.client-grid .client {
		width: 50%;
	}

	.client-grid .client img {
		margin: 0 auto;
	}

	.client-grid .client:last-child {
		display: block;
	}

	.title-area {
		padding: 15px 0;
	}

}

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

	.page-header .overlay h3 {
		font-size: 24px;
	}

	.page-header .overlay p {
		font-size: 16px;
		margin: 0;
	}

	.page-header .credit {
		display: none;
	}

	.home .entry-content .one-third,
	.home-features .feature {
		padding-left: 0;
	}

	.home .entry-content .one-third h4,
	.home-features .feature i {
		position: relative;
		top: auto;
		left: auto;
		width: 100%
	}

	.home-features .feature {
		text-align: center;
	}


	.case-study-testimonial .wrap:before,
	.case-study-testimonial .wrap:after {
		display: none;
	}

	.single-projects .entry-content .case-study-testimonial .wrap {
		padding: 0 20px;
	}

	.table-timeline tr > td:first-child {
		width: 40%;
		padding-left: 10px;
	}

	.table-timeline tr > td:last-child {
		width: 60%;
	}

	.content-sidebar .content {
		padding: 15px;
	}

	.page .entry-header .intro,
	.single-projects .entry-header .intro,
	.page-intro .intro {
		margin: 0;
		font-size: 16px;
	}

	.page-intro h1,
	.page-intro h2 {
		font-size: 32px;
	}

	h1, h2 {
		font-size: 24px;
	}

	.entry-content ol, .entry-content ul {
		margin: 0 0 26px 20px;
	}

	.entry-content ol li, .entry-content ul li {
		margin-bottom: 10px;
	}

	.plugin-box {
		width: 100%;
		margin: 0 auto 30px;
	}

}
