/*!
Theme Name: Kazemier Bouw
Theme URI: http://underscores.me/
Author: Creative Steps
Author URI: https://www.creativesteps.nl
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kazemierbouw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-size: 16px;
  font-size: 1rem;
  color: #595959;
  font-family: "Montserrat", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 28px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 24px;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 56px;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 49px;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 42px;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 35px;
}

p {
  margin: 0 0 24px;
}

strong {
  font-weight: 700;
}

a {
  color: #04A3DB;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.banner-slides .slick-arrow {
  background: #FFF;
  border: none;
  font-size: 0;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  opacity: 0.5;
  outline: none;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 10;
}
.banner-slides .slick-arrow:before {
  font-size: 14.4px;
  font-size: 0.9rem;
  content: '\f054';
  cursor: pointer;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: middle;
}
.banner-slides .slick-arrow:hover {
  opacity: 1;
}
.banner-slides .slick-prev {
  left: 12px;
}
.banner-slides .slick-prev:before {
  content: '\f053';
}
.banner-slides .slick-next {
  right: 12px;
}
.banner-slide {
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
  width: 100%;
}
.banner-slide:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner-slide-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
  height: 100%;
  position: relative;
}
.banner-slide-content {
  color: #FFF;
  padding: 0 72px;
  position: absolute;
}
.banner-slide-content strong {
  font-size: 32px;
  font-size: 2rem;
  display: block;
  margin-bottom: 12px;
}
.banner-slide-content span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #E5E5E5;
  display: block;
  margin-bottom: 36px;
}
.banner-scroll-down {
  font-size: 24px;
  font-size: 1.5rem;
  bottom: 48px;
  color: #FFF;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
  font-size: 14.4px;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #2F2F2F;
}

.button,
button.button,
input.button {
  background-color: #04A3DB;
  background-image: url(images/wood-bg-light.png);
  background-position: center;
  border: none;
  border-bottom: 3px solid #595959;
  color: #FFF;
  display: inline-block;
  font-weight: 500;
  line-height: normal;
  padding: 18px 24px;
  text-decoration: none;
  text-transform: lowercase;
  transition: background 0.2s ease;
}
.button .fas,
button.button .fas,
input.button .fas {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 3px;
}
.button:hover,
button.button:hover,
input.button:hover {
  background-color: #595959;
  text-decoration: none;
}
.button-grey,
button.button-grey,
input.button-grey {
  background-color: #595959;
  border-bottom: 3px solid #04A3DB;
}
.button-grey:hover,
button.button-grey:hover,
input.button-grey:hover {
  background-color: #04A3DB;
}
.button-link,
button.button-link,
input.button-link {
  background: none;
  border-bottom: none;
  color: #04A3DB;
  padding: 0;
}
.button-link:hover,
button.button-link:hover,
input.button-link:hover {
  background: inherit;
  text-decoration: underline;
}
.button-white,
button.button-white,
input.button-white {
  background-color: #FFF;
  border-bottom: none;
  color: #595959;
}
.button-white:hover,
button.button-white:hover,
input.button-white:hover {
  background-color: #595959;
  color: #FFF;
}
.button-small,
button.button-small,
input.button-small {
  font-size: 12.8px;
  font-size: 0.8rem;
  border-bottom: none;
  padding: 12px;
}
.button-small .fas,
button.button-small .fas,
input.button-small .fas {
  font-size: 9.6px;
  font-size: 0.6rem;
}

.home .site-content .entry-content {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-bottom: 36px;
}
.home .site-content .entry-content p {
  margin-bottom: 0;
}
.home .site-content .hentry {
  margin-bottom: 0;
}
.home .site-content .intro {
  padding: 0 24px;
}
.home .site-content .intro h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  margin-bottom: 0;
}
.home .site-content .intro p {
  letter-spacing: 5px;
}
.home .site-content .outro {
  border-top: 1px solid #D7D2D0;
  padding: 72px;
}
.home .site-content .outro .entry-content {
  margin-bottom: 0;
}

.site-content .page-header {
  background-color: #D7D2D0;
  background-image: url(images/wood-bg-light.png);
  background-position: center;
  margin-bottom: 60px;
  padding: 36px 36px 36px;
}
.site-content .page-header-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
}
.site-content .page-header-inner h1.page-title {
  font-size: 35.2px;
  font-size: 2.2rem;
  margin: 0;
}
.site-content .archive-description {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
  margin-bottom: 60px;
}
.site-content .has-post-thumbnail .post-thumbnail {
  border: 1px solid #D7D2D0;
  float: left;
  padding: 12px;
  margin: 0 24px 12px 0;
}
.site-content .has-post-thumbnail .post-thumbnail img {
  display: block;
}
.site-content .hentry,
.site-content .page-content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
  margin-bottom: 60px;
}

.footer-outro {
  border-top: 1px solid #D7D2D0;
  padding: 72px 0;
}
.footer-outro-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
  text-align: center;
}
.footer-outro-inner strong {
  font-size: 40px;
  font-size: 2.5rem;
  display: block;
  font-weight: 500;
  margin-bottom: 36px;
}
.footer-outro-inner .call-to-action {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.site-footer {
  background-color: #2F2F2F;
  background-image: url(images/wood-bg-light.png);
  background-position: center;
  background-size: cover;
  padding: 72px 72px 116px;
  position: relative;
}
.site-footer .footer-blocks {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
  overflow: hidden;
  padding: 0 1px;
}
.site-footer .footer-blocks .footer-block {
  color: #D7D2D0;
  margin: 0 0 24px;
  width: 316px;
  float: left;
}
.site-footer .footer-blocks .footer-block strong {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #FFF;
  display: block;
  font-weight: 500;
  margin-bottom: 24px;
}
.site-footer .footer-blocks .footer-block a {
  display: block;
}
.site-footer .footer-blocks .footer-block a.more-link {
  color: #FFF;
  text-decoration: underline;
}
.site-footer .footer-blocks .footer-block a.more-link:hover {
  text-decoration: none;
}
.site-footer .footer-blocks .footer-block .footer-block-content {
  margin-bottom: 24px;
}
.site-footer .footer-blocks .footer-block .footer-block-content a {
  color: #D7D2D0;
}
.site-footer .footer-blocks .footer-block .footer-block-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-blocks .footer-block .footer-block-content ul li {
  line-height: 35px;
}
.site-footer .footer-copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.site-footer .footer-copyright:after {
  background: #595959;
  content: '';
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.site-footer .footer-copyright-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
  background: #595959;
  color: #D7D2D0;
  height: 80px;
  line-height: 80px;
  padding: 0 24px;
  position: relative;
  z-index: 10;
}
.site-footer .footer-copyright-inner:before {
  background: url(images/footer-left-corner.png);
  content: '';
  height: 80px;
  width: 40px;
  position: absolute;
  left: -40px;
  top: 0;
}
.site-footer .footer-copyright-inner a {
  color: #FFF;
  text-decoration: underline;
}
.site-footer .footer-copyright-inner a:hover {
  text-decoration: none;
}

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
textarea {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #595959;
  color: #04A3DB;
  outline: none;
  padding: 6px;
  width: 70%;
}
input[type='color'].wpcf7-not-valid,
input[type='date'].wpcf7-not-valid,
input[type='datetime'].wpcf7-not-valid,
input[type='datetime-local'].wpcf7-not-valid,
input[type='email'].wpcf7-not-valid,
input[type='month'].wpcf7-not-valid,
input[type='number'].wpcf7-not-valid,
input[type='password'].wpcf7-not-valid,
input[type='range'].wpcf7-not-valid,
input[type='search'].wpcf7-not-valid,
input[type='tel'].wpcf7-not-valid,
input[type='text'].wpcf7-not-valid,
input[type='time'].wpcf7-not-valid,
input[type='url'].wpcf7-not-valid,
input[type='week'].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #04A3DB;
}

select {
  border-color: #04A3DB;
}

.wpcf7-form div.wpcf7-response-output {
  border-width: 1px;
  padding: 12px;
  margin: 0 0 12px;
}
.wpcf7-form > p {
  margin-bottom: 12px;
}
.wpcf7-form > p label {
  font-size: 14.4px;
  font-size: 0.9rem;
}
.wpcf7-form > p span.wpcf7-not-valid-tip {
  font-size: 12.8px;
  font-size: 0.8rem;
}

.site-header {
  background-color: #04A3DB;
  background-image: url(images/wood-bg-light.png);
  background-position: center;
  background-size: cover;
  height: 70px;
  padding: 12px 0;
  position: relative;
}
.site-header-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
}
.site-header .site-branding {
  float: left;
}
.site-header .site-branding .site-title {
  color: #FFF;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  margin: 0;
}
.site-header .site-branding .site-title:hover {
  text-decoration: none;
}
.site-header .mobile-nav-toggle {
  display: none;
}

.homepage-row {
  padding: 36px 0;
  width: 100%;
}
.homepage-row.row-projects .homepage-row-content {
  background-color: #E5E5E5;
  background-image: url(images/wood-bg-light.png);
  background-position: center;
  padding: 72px 0 24px;
}
.homepage-row.row-projects .more-objects {
  padding-top: 0;
}
.homepage-row.row-services {
  margin-bottom: 0;
  padding-bottom: 0;
}
.homepage-row.row-services .more-objects {
  padding-top: 0;
}
.homepage-row-title {
  position: relative;
}
.homepage-row-title:after {
  border-top: 1px solid #E5E5E5;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.homepage-row-title span {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
  border-top: 1px solid #E5E5E5;
  display: block;
}
.homepage-row-title span h3 {
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 36px 24px;
  display: block;
  margin: 0 auto;
}
.homepage-row .more-objects {
  background-size: cover;
  padding: 48px;
  text-align: center;
}

.main-navigation {
  float: right;
}
.main-navigation .menu-toggle {
  display: none;
}
.main-navigation > div {
  height: 70px;
  line-height: 70px;
}
.main-navigation > div .nav-menu {
  height: 70px;
  margin: 0 auto;
  padding: 0;
  text-align: right;
}
.main-navigation > div .nav-menu li {
  font-size: 14.4px;
  font-size: 0.9rem;
  display: inline-block;
  font-weight: 500;
  list-style-type: none;
  text-transform: uppercase;
}
.main-navigation > div .nav-menu li.current-menu-item, .main-navigation > div .nav-menu li:hover {
  background: url(images/nav-item-active-line.png) center 46px no-repeat;
}
.main-navigation > div .nav-menu li.current-menu-item a, .main-navigation > div .nav-menu li:hover a {
  color: #FFF;
}
.main-navigation > div .nav-menu li a {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  padding: 0 12px;
  text-decoration: none;
}

.projects {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
  margin-bottom: 48px;
}
.projects .project {
  background-position: center;
  background-size: cover;
  color: #FFF;
  float: left;
  height: 300px;
  margin: 0 0.5% 0.5% 0;
  position: relative;
  text-decoration: none;
  width: 33%;
}
.projects .project:hover .project-content {
  opacity: 1;
}
.projects .project.last {
  margin-right: 0;
}
.projects .project-overlay {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.projects .project-content {
  opacity: 0;
  position: absolute;
  bottom: 36px;
  left: 36px;
  right: 36px;
  transition: opacity 0.2s ease;
}
.projects .project-content strong {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 12px;
}
.projects .project-content .button {
  background: #FFF;
  color: #595959;
}
.projects .project-content .button:hover {
  background: #D7D2D0;
}
.projects .posts-navigation {
  float: left;
  margin-top: 24px;
  width: 100%;
}
.projects .posts-navigation .nav-previous, .projects .posts-navigation .nav-next {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 0.5%;
  width: 40px;
}
.projects .posts-navigation .nav-previous a, .projects .posts-navigation .nav-next a {
  background: #04A3DB;
  color: #FFF;
  display: block;
  font-size: 0;
  text-align: center;
  transition: background 0.2s ease;
}
.projects .posts-navigation .nav-previous a:before, .projects .posts-navigation .nav-next a:before {
  font-size: 14.4px;
  font-size: 0.9rem;
  content: '\f053';
  cursor: pointer;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: middle;
}
.projects .posts-navigation .nav-previous a:hover, .projects .posts-navigation .nav-next a:hover {
  background: #595959;
}
.projects .posts-navigation .nav-next a:before {
  content: '\f054';
}

.single-project .project {
  overflow: hidden;
  margin-bottom: 24px;
  width: 100%;
}
.single-project .project-image {
  float: left;
  margin-right: 48px;
  width: 460px;
}
.single-project .project-image .project-main-image {
  border: 1px solid #D7D2D0;
  padding: 1px;
  width: 456px;
}
.single-project .project-image img {
  display: block;
}
.single-project .project-image .additional-images {
  overflow: hidden;
  width: 100%;
}
.single-project .project-image .additional-images .project-additional-image {
  border: 1px solid #D7D2D0;
  float: left;
  margin: 12px 12px 0 0;
  padding: 1px;
  width: 141px;
}
.single-project .project-image .additional-images .project-additional-image.last {
  margin-right: 0;
}
.single-project .project-heading {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #AFA5A1;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.single-project .project-group {
  margin-bottom: 24px;
}

.services {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
  overflow: hidden;
  margin-bottom: 36px;
}
.services .service {
  float: left;
  margin-right: 24px;
  width: 312px;
}
.services .service.last {
  margin-right: 0;
}
.services .service-image {
  display: block;
  margin-bottom: 36px;
}
.services .service-image img {
  display: block;
}
.services .service-content {
  padding: 0 24px;
}
.services .service-content h4 {
  margin-bottom: 12px;
}
.services .service-content h4 a {
  color: #595959;
  text-decoration: none;
}
.services .service-content h4 a:hover {
  text-decoration: underline;
}
.services .service .button {
  display: block;
  margin: 24px;
}

.single-service .service {
  overflow: hidden;
  width: 100%;
}
.single-service .service-image {
  float: left;
  width: 460px;
}
.single-service .service-image .service-main-image {
  border: 1px solid #D7D2D0;
  padding: 1px;
  width: 456px;
}
.single-service .service-image img {
  display: block;
}
.single-service .service-image .additional-images {
  overflow: hidden;
  width: 100%;
}
.single-service .service-image .additional-images .service-additional-image {
  border: 1px solid #D7D2D0;
  float: left;
  margin: 12px 12px 0 0;
  padding: 1px;
  width: 141px;
}
.single-service .service-image .additional-images .service-additional-image.last {
  margin-right: 0;
}
.single-service .service .service-content {
  float: right;
  width: 484px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .site-header .site-branding,
  .main-navigation,
  .single-service .service-image,
  .single-service .service .service-content,
  .single-project .project-image,
  .site-content .has-post-thumbnail .post-thumbnail,
  .footer-block {
    float: none;
  }

  .site-header-inner,
  .breadcrumbs,
  .breadcrumbs-inner,
  .projects,
  .services,
  .single-service .service-image,
  .single-service .service-image .service-main-image,
  .single-service .service .service-content,
  .single-project .project-image,
  .single-project .project-image .project-main-image,
  .site-content .hentry,
  .site-content .page-content,
  .site-content .page-header-inner,
  .site-content .archive-description,
  .homepage-row-title span,
  .footer-outro-inner,
  .site-footer .footer-blocks,
  .site-footer .footer-blocks .footer-block,
  .site-footer .footer-copyright-inner {
    width: auto;
  }

  input[type='color'],
  input[type='date'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='email'],
  input[type='month'],
  input[type='number'],
  input[type='password'],
  input[type='range'],
  input[type='search'],
  input[type='tel'],
  input[type='text'],
  input[type='time'],
  input[type='url'],
  input[type='week'],
  textarea,
  button.button,
  input.button {
    box-sizing: border-box;
    width: 100%;
  }

  .site-header {
    background-image: none;
    height: auto;
    padding: 0;
  }
  .site-header .site-branding {
    padding: 24px;
  }
  .site-header .site-branding .site-title {
    line-height: normal;
  }
  .site-header .mobile-nav-toggle {
    background: #2F2F2F;
    color: #FFF;
    cursor: pointer;
    display: block;
    padding: 12px 24px;
    text-transform: uppercase;
  }
  .site-header .mobile-nav-toggle i {
    margin-right: 6px;
  }

  .main-navigation {
    display: none;
    padding: 12px 24px;
  }
  .main-navigation > div {
    height: auto;
    line-height: normal;
  }
  .main-navigation > div .nav-menu {
    height: auto;
    line-height: normal;
    text-align: left;
  }
  .main-navigation > div .nav-menu li {
    display: block;
  }
  .main-navigation > div .nav-menu li a {
    padding: 12px 0;
  }

  .banner {
    display: none;
  }

  .services .service {
    float: none;
    margin: 0;
    width: auto;
  }
  .services .service-content {
    height: auto !important;
  }
  .services .service-image img {
    width: 100%;
  }

  .single-service .service-content,
  .single-project .service-content {
    padding: 0 24px 24px;
  }
  .single-service .service-image,
  .single-service .project-image,
  .single-project .service-image,
  .single-project .project-image {
    margin: 0;
  }
  .single-service .service-image img,
  .single-service .project-image img,
  .single-project .service-image img,
  .single-project .project-image img {
    height: auto;
    width: 100%;
  }
  .single-service .service-image .additional-images .service-additional-image,
  .single-service .project-image .additional-images .service-additional-image,
  .single-project .service-image .additional-images .service-additional-image,
  .single-project .project-image .additional-images .service-additional-image {
    margin: 5%;
    width: 40%;
  }

  .single-project .project-group {
    margin: 24px;
  }

  .home .site-content .outro {
    padding: 48px;
  }

  .site-content .page-header {
    margin: 0;
  }
  .site-content .hentry,
  .site-content .page-content {
    margin-bottom: 0;
  }
  .site-content .entry-content,
  .site-content .archive-description {
    margin: 0;
    padding: 24px;
  }
  .site-content .entry-content iframe,
  .site-content .archive-description iframe {
    max-width: 100%;
  }
  .site-content .has-post-thumbnail .post-thumbnail {
    margin: 12px;
  }
  .site-content .has-post-thumbnail .post-thumbnail img {
    height: auto;
    width: 100%;
  }

  .footer-outro {
    padding: 48px;
  }
  .footer-outro-inner strong {
    font-size: 28.8px;
    font-size: 1.8rem;
  }

  .site-footer {
    padding: 0;
  }
  .site-footer .footer-blocks {
    padding: 48px 48px 24px;
  }
  .site-footer .footer-block-content {
    height: auto !important;
  }
  .site-footer .footer-copyright {
    position: relative;
  }
  .site-footer .footer-copyright:after {
    content: none;
  }
  .site-footer .footer-copyright-inner {
    height: auto;
    line-height: 24px;
    padding: 24px;
    text-align: center;
  }
  .site-footer .footer-copyright-inner:before {
    content: none;
  }
}
