@import url(https://use.typekit.net/kvi1bvm.css);
/*
Theme Name: River Landscapes
Theme URI:
Author: Brad Pickford
Author URI: http://noanchovies.com.au
Description: This is a sample theme created for the WordPress and Genesis: Building Child Themes from Scratch course at Lynda.com
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: 
Text Domain: River Landscapes
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
*/
/* # 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: 0.67em 0;
}

mark {
  background: #ff0;
  color: #333;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  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;
  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: 0.35em 0.625em 0.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
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

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

/* Extras */
li {
  list-style: none;
}

ul {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

/* Colours */
/* Fonts */
/* Page Breaks */
/* Container widths */
/* Tables DIVs etc defaults */
/* Header */
/*buttons */
/* Tabs, Accordians */
/* Menu Icon */
/* dashes etc */
/* Transitions */
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
:root {
  font-size: 16px;
  font-size: 100%;
}

body,
input,
select,
textarea {
  color: #858883;
  font-family: serenity, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  clear: both;
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-size: 2.1875rem;
  font-family: serenity, sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  color: #859A78;
  line-height: 1.1;
}

p {
  margin: 0;
  margin-bottom: 1em;
}

ul.bullet-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2em;
  padding-left: 1em;
  padding-right: 1em;
}

.bullet-list li {
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 1em;
}
.bullet-list li:before {
  content: "+";
  position: absolute;
  left: 0;
  display: table-cell;
  font-family: serenity, sans-serif;
  color: #3A3C39;
}

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

.svg-responsive {
  width: 50%;
  height: 0;
  padding-top: 84.6357840095;
  position: relative;
}
.svg-responsive svg {
  position: absolute;
  top: 0;
  left: 0;
}

#social-sharing h4 {
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  color: #859A78;
  margin-bottom: 0.4em;
}
#social-sharing li {
  display: inline-block;
  margin-right: 0.25em;
}
#social-sharing svg {
  width: 40px;
  height: 40px;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  padding: 0 0.5em;
}
@media (min-width: 415px) {
  .col-1 {
    padding: 0 1em;
  }
}

.col-2 {
  flex: 0 0 16.6666666667%;
  padding: 0 0.5em;
}
@media (min-width: 415px) {
  .col-2 {
    padding: 0 1em;
  }
}

.col-3 {
  flex: 0 0 25%;
  padding: 0 0.5em;
}
@media (min-width: 415px) {
  .col-3 {
    padding: 0 1em;
  }
}

.col-4 {
  flex: 0 0 33.3333333333%;
  padding: 0 0.5em;
}
@media (min-width: 415px) {
  .col-4 {
    padding: 0 1em;
  }
}

.col-5 {
  flex: 0 0 41.6666666667%;
  padding: 0 0.5em;
}
@media (min-width: 415px) {
  .col-5 {
    padding: 0 1em;
  }
}

.col-6 {
  flex: 0 0 50%;
  padding: 0 0.5em;
}
@media (min-width: 415px) {
  .col-6 {
    padding: 0 1em;
  }
}

.col-7 {
  flex: 0 0 58.3333333333%;
  padding: 0 0.5em;
}
@media (min-width: 415px) {
  .col-7 {
    padding: 0 1em;
  }
}

.col-8 {
  flex: 0 0 66.6666666667%;
  padding: 0 0.5em;
}
@media (min-width: 415px) {
  .col-8 {
    padding: 0 1em;
  }
}

.col-9 {
  flex: 0 0 75%;
  padding: 0 0.5em;
}
@media (min-width: 415px) {
  .col-9 {
    padding: 0 1em;
  }
}

.col-10 {
  flex: 0 0 83.3333333333%;
  padding: 0 0.5em;
}
@media (min-width: 415px) {
  .col-10 {
    padding: 0 1em;
  }
}

.col-11 {
  flex: 0 0 91.6666666667%;
  padding: 0 0.5em;
}
@media (min-width: 415px) {
  .col-11 {
    padding: 0 1em;
  }
}

.col-12 {
  flex: 0 0 100%;
  padding: 0 0.5em;
}
@media (min-width: 415px) {
  .col-12 {
    padding: 0 1em;
  }
}

@media (min-width: 415px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-sm-3 {
    flex: 0 0 25%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-sm-6 {
    flex: 0 0 50%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-sm-9 {
    flex: 0 0 75%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-sm-12 {
    flex: 0 0 100%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-9 {
    flex: 0 0 75%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-3 {
    flex: 0 0 25%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-6 {
    flex: 0 0 50%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-9 {
    flex: 0 0 75%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-12 {
    flex: 0 0 100%;
    padding: 0 1em;
  }
}
.col-offset-1 {
  margin-left: 8.3333333333%;
  padding: 0 1em;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
  padding: 0 1em;
}

.col-offset-3 {
  margin-left: 25%;
  padding: 0 1em;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
  padding: 0 1em;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
  padding: 0 1em;
}

.col-offset-6 {
  margin-left: 50%;
  padding: 0 1em;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
  padding: 0 1em;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
  padding: 0 1em;
}

.col-offset-9 {
  margin-left: 75%;
  padding: 0 1em;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
  padding: 0 1em;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
  padding: 0 1em;
}

.col-offset-12 {
  margin-left: 100%;
  padding: 0 1em;
}

@media (min-width: 415px) {
  .col-offset-sm-1 {
    margin-left: 8.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-offset-sm-2 {
    margin-left: 16.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-offset-sm-3 {
    margin-left: 25%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-offset-sm-4 {
    margin-left: 33.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-offset-sm-5 {
    margin-left: 41.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-offset-sm-6 {
    margin-left: 50%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-offset-sm-7 {
    margin-left: 58.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-offset-sm-8 {
    margin-left: 66.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-offset-sm-9 {
    margin-left: 75%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-offset-sm-10 {
    margin-left: 83.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-offset-sm-11 {
    margin-left: 91.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 415px) {
  .col-offset-sm-12 {
    margin-left: 100%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-1 {
    margin-left: 8.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-2 {
    margin-left: 16.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-3 {
    margin-left: 25%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-4 {
    margin-left: 33.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-5 {
    margin-left: 41.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-6 {
    margin-left: 50%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-7 {
    margin-left: 58.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-8 {
    margin-left: 66.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-9 {
    margin-left: 75%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-10 {
    margin-left: 83.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-11 {
    margin-left: 91.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-12 {
    margin-left: 100%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-1 {
    margin-left: 8.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-2 {
    margin-left: 16.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-3 {
    margin-left: 25%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-4 {
    margin-left: 33.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-5 {
    margin-left: 41.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-6 {
    margin-left: 50%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-7 {
    margin-left: 58.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-8 {
    margin-left: 66.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-9 {
    margin-left: 75%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-10 {
    margin-left: 83.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-11 {
    margin-left: 91.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-12 {
    margin-left: 100%;
    padding: 0 1em;
  }
}
.container--default {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}

.container--xsmall {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.container--small {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

.container--medium {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
}

.flex-grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0.5em;
}

#frame-top, #frame-bottom, #frame-left, #frame-right {
  background: #859A78;
  position: fixed;
}

#frame-left, #frame-right {
  top: 0;
  bottom: 0;
  width: 1em;
}

#frame-left {
  left: 0;
}

#frame-right {
  right: 0;
}

.header-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 300px;
  position: relative;
  filter: grayscale(100%);
  z-index: -1;
}
.header-image-container:before {
  background: linear-gradient(180deg, #009688 0%, #0fb1d2 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: exclusion;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

h3.header-image-title {
  font-size: 2.5rem;
  text-align: center;
  color: white;
}

.dotted-line {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  height: 2px;
}

.lead-paragraph {
  font-size: 1.5rem;
  color: #859A78;
}

.portfolio-item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.portfolio-item--details {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ff0000ad;
  color: white;
  width: 100%;
  height: 100%;
}
.portfolio-item--details:before {
  content: "";
  display: block;
  background: #00000052;
  width: 100%;
  height: 100%;
  position: inherit;
}

p a {
  text-decoration: none;
  background-image: linear-gradient(to right, #d1dec9 0, #d1dec9 100%);
  background-size: 0 40%;
  background-repeat: no-repeat;
  transition: background 0.5s, color 0.2s;
  background-position: 0% 80%;
  color: inherit;
  font-weight: bold;
}
p a:hover {
  background-size: 100% 40%;
}

#header-nav a {
  transition: opacity;
  position: relative;
}
#header-nav a:before, #header-nav a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 2px;
  margin: 2px 0 0;
  transition-duration: 200ms;
  transition-timing-function: ease;
  opacity: 0;
  background: #3A3C39;
}
#header-nav a:hover {
  cursor: pointer;
}
#header-nav a:hover:before, #header-nav a:hover:after {
  width: 100%;
  opacity: 1;
}
#header-nav a:before {
  left: 50%;
}
#header-nav a:after {
  right: 50%;
}
#header-nav a:hover:before, #header-nav a:hover:after {
  width: 50%;
}

/* menu icon */
#header .menu-icon {
  cursor: pointer;
  display: block;
  padding: 28px 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#header .menu-icon .navicon {
  transform: scale(0.8);
  background: white;
  display: block;
  margin: 0 auto;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 50px;
}
#header .menu-icon .navicon:before, #header .menu-icon .navicon:after {
  background: white;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
#header .menu-icon .navicon:before {
  top: 10px;
}
#header .menu-icon .navicon:after {
  top: -10px;
}

/* menu btn */
#header .menu-btn {
  display: none;
}
#header .menu-btn:checked ~ * ul#menu-main-menu {
  max-height: 100%;
}
#header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
#header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
  top: 0;
}
#header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
  top: 0;
}

.category-filter {
  display: flex;
  justify-content: center;
  margin: 1em auto 2em;
  width: 100%;
}
.category-filter select {
  display: block;
  -moz-text-align-last: center;
       text-align-last: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='arrow3' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 80.9 65.8' style='enable-background:new 0 0 80.9 65.8;' xml:space='preserve'> <style type='text/css'> .st0{fill:%23008675;} .st1{fill:none;stroke:%23008675;stroke-width:5;stroke-miterlimit:10;} </style> <g id='Component_4_1' transform='translate(3.536 1.768)'> <path id='Path_57_2_' class='st0' d='M53.7,25.1L37,41.8L20.2,25.1H53.7z'/> </g> <rect x='2.5' y='2.5' class='st1' width='75.9' height='60.8'/> </svg>");
  background-repeat: no-repeat;
  background-position-x: 103%;
  background-position-y: 50%;
  background-size: 3.1em;
  border-radius: 0;
  border: 3px solid #859A78;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 0.5em 3.5em 0.5em 0.6em;
  font-size: 1rem;
  max-height: 2.7em;
}
.category-filter select.active {
  color: white;
  background-color: #2f2f2f;
}

.pagination {
  display: block;
  text-align: center;
  margin: 2em auto;
}
.pagination > * {
  display: inline-block;
  background: #e0f3ff;
  text-decoration: none;
  color: #858883;
  padding: 1em 1.5em;
  line-height: 1;
}
.pagination .current {
  background-color: #e9f0f4;
  color: #c9d4da;
}

.grid {
  margin: 5px auto;
  width: 100%;
}

.gutter-sizer {
  width: 5px;
}

.grid-sizer,
.grid-item {
  width: 100%;
}
.grid-sizer img,
.grid-item img {
  margin-bottom: 5px;
}
@media (min-width: 416px) {
  .grid-sizer,
.grid-item {
    width: 32.6%;
  }
}
@media (min-width: 875px) {
  .grid-sizer,
.grid-item {
    width: 24.6%;
  }
}

#header {
  background: #859A78;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#header-logo {
  margin: 2em auto 0;
}
@media (min-width: 768px) {
  #header-logo {
    margin: 2em auto 1em;
  }
}
#header-logo svg {
  width: 12em;
  height: auto;
}
@media (min-width: 768px) {
  #header-logo svg {
    width: 15em;
  }
}

#header-nav {
  display: none;
  margin-bottom: 1em;
  width: 100%;
}
@media (min-width: 768px) {
  #header-nav {
    display: block !important;
  }
}

#header #header-main-nav-menu-icon {
  display: block;
}
@media (min-width: 768px) {
  #header #header-main-nav-menu-icon {
    display: none;
  }
}

ul#menu-main-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: serenity, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
ul#menu-main-menu li {
  font-size: 1.5625rem;
  padding: 0.4em;
  width: 100%;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
ul#menu-main-menu li:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  ul#menu-main-menu {
    flex-direction: row;
  }
  ul#menu-main-menu li {
    font-size: 1.25rem;
    margin-right: 1.5em;
    padding: 0;
    padding-bottom: 0.4em;
    width: auto;
    border-bottom: none;
  }
  ul#menu-main-menu li:last-child {
    margin-right: 0;
  }
}
ul#menu-main-menu a {
  color: white;
  text-decoration: none;
}
ul#menu-main-menu .menu-item-has-children {
  flex-direction: column;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  ul#menu-main-menu .menu-item-has-children {
    align-items: flex-start;
  }
}
ul#menu-main-menu .sub-menu {
  display: none;
  font-family: serenity, sans-serif;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: visible;
  background-color: transparent;
  outline: none;
  margin-top: 0.3em;
  text-align: left;
}
ul#menu-main-menu .sub-menu li {
  position: relative;
  display: block;
  font-size: 1.125rem;
  width: 100%;
  padding: 0.4em;
  flex: 1 0 auto;
  border-bottom: 2px dotted #d7edfb;
}
ul#menu-main-menu .sub-menu li:before {
  content: "-";
  color: #859A78;
}
@media (min-width: 768px) {
  ul#menu-main-menu .sub-menu li:before {
    display: none;
  }
}
ul#menu-main-menu .sub-menu li a {
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  ul#menu-main-menu .sub-menu li:first-of-type {
    padding-top: 0.7em;
  }
}
ul#menu-main-menu .sub-menu li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  ul#menu-main-menu .sub-menu li:last-of-type {
    padding-bottom: 0.8em;
  }
}
@media (min-width: 768px) {
  ul#menu-main-menu .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 999;
    border: 2px dotted #d7edfb;
    border-top: none;
    background-color: #e9f5fd;
    margin-top: 0;
  }
}
ul#menu-main-menu li.menu-item-has-children:hover .sub-menu {
  display: flex;
}

#footer {
  padding: 2em 0 3em;
  color: white;
  background-color: #859A78;
}
.page-template-gallery_template #footer {
  background-color: #858883;
}
.archive #footer {
  margin-top: 2em;
}

#footer--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
}
@media (min-width: 768px) {
  #footer--container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

#footer-left > div {
  margin-bottom: 1.4em;
}

#logo-footer {
  max-width: 12em;
  margin: 0 auto;
}
#logo-footer svg {
  width: 100%;
}
#logo-footer svg path {
  fill: #859A78;
}

#footer-left--contacts li {
  display: inline-block;
  margin-right: 0.75em;
}
#footer-left--contacts li svg {
  width: 1.8em;
  height: auto;
}

#footer-extras > div {
  margin-bottom: 1.4em;
}

.footer-extra-image {
  max-width: 12em;
  height: auto;
}

#contact-form {
  max-width: 25em;
}
#contact-form h3 {
  margin-bottom: 1.2em;
}
#contact-form p {
  margin: 0;
}
#contact-form input, #contact-form textarea {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: solid 2px white;
  padding: 0.5em;
  margin-bottom: 1em;
  width: 100%;
  min-height: 2em;
}
#contact-form input::-moz-placeholder, #contact-form textarea::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4d49;
  opacity: 1;
  /* Firefox */
}
#contact-form input:-ms-input-placeholder, #contact-form textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4d49;
  opacity: 1;
  /* Firefox */
}
#contact-form input::placeholder, #contact-form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4d49;
  opacity: 1;
  /* Firefox */
}
#contact-form input:-ms-input-placeholder, #contact-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4a4d49;
}
#contact-form input::-ms-input-placeholder, #contact-form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4a4d49;
}
#contact-form input[type=submit] {
  border: none;
  background: #4a4d49;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-not-valid-tip {
  color: #FFDA02;
  font-weight: 600;
}

#footer-copyright {
  text-align: center;
  margin: 1em auto;
  font-size: 0.9rem;
}

.nas a {
  color: #4a4d49;
  text-decoration: none;
}

/* Woocommerce Buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #3A3C39;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  border-radius: 0;
  padding: 1em 1.5em;
  transition: background-color 0.3s ease;
  margin: 0 !important;
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 0.4em;
}

form.cart button[type=submit]:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id) {
  height: unset !important;
  padding: 1em 1.5em !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #4a4d49;
  color: white;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #4a4d49;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  background-color: #92ade0;
  color: white;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  color: #858883;
  font-size: 0.9em;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 0.5em;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price, .price .amount {
  color: #4a4d49;
}

.woosg-products .woosg-product .woosg-qty {
  width: 110px !important;
  flex: 0 0 110px !important;
}

section#post-image {
  width: 100%;
  height: 50vw;
  max-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.single section {
  margin-bottom: 2em;
}

.post-content--container {
  width: 95%;
  max-width: 80ch;
  margin: 3em auto 2em;
}
.post-content--container h1 {
  margin-bottom: 0.6em;
  text-align: center;
}
.post-content--container #social-sharing {
  margin-top: 2.5em;
}
@media (min-width: 415px) {
  .post-content--container h1 {
    text-align: left;
  }
}

#post-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3A3C39;
  margin-bottom: 2em;
}
#post-author h3 {
  font-size: 1.125rem;
}
#post-author span {
  font-size: 0.8125rem;
}

.author-content {
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 2em 1em;
  margin-top: 1.5rem;
}
@media (min-width: 415px) {
  .author-content {
    padding: 2rem;
  }
}

.author-content--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 2px dotted;
}
.author-content--container:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 415px) {
  .author-content--container {
    flex-direction: row;
  }
}

.author-portrait {
  margin-bottom: 2em;
}
.author-portrait img {
  border-radius: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 415px) {
  .author-portrait {
    margin-right: 2em;
  }
}

.author-details {
  font-size: 0.8125rem;
  width: 100%;
}
.author-details h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #858883;
  margin-bottom: 0.1rem;
  text-align: center;
}
.author-details h5 {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  text-align: center;
}
@media (min-width: 415px) {
  .author-details {
    width: 70%;
  }
  .author-details h4, .author-details h5 {
    text-align: left;
  }
}

.pagination-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
}
.pagination-nav a {
  text-decoration: none;
}
.pagination-nav a.next {
  order: -1;
}
@media (min-width: 768px) {
  .pagination-nav {
    flex-direction: row;
    justify-content: center;
  }
  .pagination-nav a {
    padding: 0.5em;
  }
  .pagination-nav a.next {
    order: initial;
  }
}

.pagination-btn {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #3A3C39;
  padding: 1em;
}
.pagination-btn h4 {
  font-family: serenity, sans-serif;
  color: #858883;
  font-size: 1.5625rem;
  margin-bottom: 0.2rem;
}
.pagination-btn [class$="--text"] {
  margin: 0 1em;
  text-align: center;
}
.pagination-btn [class$="--image"] {
  width: 120px;
  flex-shrink: 0;
}
.pagination-btn img {
  width: 100%;
}
.pagination-btn svg {
  width: 2em;
  height: auto;
  flex-shrink: 0;
  stroke-width: 3px;
}
.pagination-btn p {
  display: none;
}
@media (min-width: 768px) {
  .pagination-btn {
    padding: 0;
  }
  .pagination-btn [class$="--text"] {
    text-align: left;
  }
  .pagination-btn h4 {
    font-size: 1.875rem;
  }
  .pagination-btn p {
    display: block;
  }
}

#prev-btn > *:last-child {
  margin-right: 0;
}

#next-btn > *:last-child {
  margin-right: 0;
}
#next-btn svg {
  transform: rotateZ(180deg);
}

.homepage-entry {
  display: flex;
  flex-flow: column;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 768px) {
  .homepage-entry {
    flex-flow: row;
    flex-direction: unset;
  }
  .homepage-entry:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.homepage-text {
  padding: 3em;
}

.homepage-image {
  align-self: stretch;
  height: auto;
  min-width: 40vw;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.homepage-image img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 768px) {
  .homepage-image img {
    max-height: 100%;
  }
}

#home-content-contaner {
  font-size: 1.2rem;
  padding: 2em 0;
}

#portfolio-intro--content {
  margin: 2em auto;
  font-size: 1.3rem;
}

#portfolio-heading {
  text-transform: lowercase;
  font-size: 1.5rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 1em auto 0.5em;
  padding: 0.6em 2em;
}
#portfolio-heading:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: solid #fa9705 0.15em;
  left: calc(50% + 1em);
  position: relative;
}

.portfolio-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.3em;
  margin-left: 5px;
}
.portfolio-container:nth-child(odd) .portfolio-details {
  background: #859A78;
}
@media (min-width: 768px) {
  .portfolio-container {
    flex-direction: row;
  }
  .portfolio-container:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .portfolio-container:nth-child(odd) .portfolio-details {
    text-align: right;
    margin-right: 0;
  }
}

.portfolio-details {
  width: 100%;
  background: #858883;
  padding: 1.5em;
  color: white;
  margin-bottom: 5px;
  margin-right: 5px;
}
.portfolio-details h4 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .portfolio-details {
    width: 30%;
    flex-shrink: 0;
  }
}

.portfolio-title {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.portfolio-services {
  margin-top: 3em;
}
.portfolio-services li:before {
  content: "#  ";
  margin-right: 0.2em;
}
.portfolio-services a {
  color: inherit;
  font-style: italic;
  text-decoration: none;
}

.portfolio-gallery.grid {
  margin: 0 auto;
}
@media (min-width: 416px) {
  .portfolio-gallery .grid-sizer,
.portfolio-gallery .grid-item {
    width: 32.4%;
  }
}
@media (min-width: 875px) {
  .portfolio-gallery .grid-sizer,
.portfolio-gallery .grid-item {
    width: 24.4%;
  }
}

a.service-link {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  a.service-link:nth-child(odd) section {
    flex-direction: row-reverse;
  }
}

.service-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .service-container {
    flex-direction: row;
    margin-bottom: 0;
  }
}

.services-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3em;
  width: 100%;
  background-color: #F4F4F4;
}
.service-link:nth-child(even) .services-info-container {
  background-color: #d1dec9;
  color: #656a62;
}
@media (min-width: 768px) {
  .services-info-container {
    width: 50%;
  }
}
.services-info-container h2 {
  margin-bottom: 1em;
}

.services-image {
  width: 100%;
}
@media (min-width: 768px) {
  .services-image {
    width: 50%;
  }
}
.services-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#about-intro {
  font-size: 1.2rem;
  padding: 2em 0;
}

#employees {
  background: #F4F4F4;
  padding: 2em 0;
}

h3#employee-heading {
  text-transform: lowercase;
  font-size: 1.5rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 1em auto 0.5em;
  padding: 0.6em 2em;
}
h3#employee-heading:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: solid #fa9705 0.15em;
  left: calc(50% + 1em);
  position: relative;
}

.employee-container {
  display: flex;
  flex-direction: column;
}
.employee-container > div {
  padding: 2em;
}
.employee-container h4 {
  font-size: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.employee-container h4:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: solid #fa9705 0.15em;
  left: calc(50% + 1em);
  position: relative;
}
.employee-container a {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
  text-decoration: none;
  background-image: linear-gradient(to right, #d1dec9 0, #d1dec9 100%);
  background-size: 0 40%;
  background-repeat: no-repeat;
  transition: background 0.5s, color 0.2s;
  background-position: 0% 80%;
}
.employee-container a:hover {
  background-size: 100% 40%;
}
@media (min-width: 415px) {
  .employee-container {
    flex-direction: row;
  }
}

.employee-title {
  font-size: 1.2rem;
  margin-bottom: 0.7em;
  display: inline-block;
}

.employee-photo img {
  border-radius: 100%;
  max-width: 10em;
}

.box-item-container.flex-item {
  position: relative;
  width: 100%;
  min-width: 14em;
  margin: 0;
  margin-bottom: 1em;
  cursor: pointer;
}
.box-item-container.flex-item:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
@media (min-width: 768px) {
  .box-item-container.flex-item:after {
    padding-bottom: 100%;
  }
}
@media (min-width: 768px) {
  .box-item-container.flex-item {
    position: relative;
    width: 30%;
    max-width: 20em;
    margin: 0.5em;
  }
}

.box-item-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: center;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.5s ease;
}
.box-item-container:hover .box-item-inner {
  opacity: 1;
}

.bg-image-box-item {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: -1;
  transition: opacity 0.8s ease;
}
.box-item-container:hover .bg-image-box-item {
  filter: grayscale(1);
}

.box-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: black;
}
.box-item-container:hover .box-item-overlay {
  opacity: 0.6;
}

h3.boxHeading {
  color: #fa9705;
}
@media (min-width: 768px) {
  h3.boxHeading {
    font-size: 1.8em;
  }
}

.portfolio-single-details--inner > div {
  margin-bottom: 0.6em;
}

.icon {
  position: relative;
  margin-left: 30px;
}
.icon:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 25px;
  height: 25px;
}

.portfolio-single-decription {
  margin-top: 2em;
}

.portfolio-single-location {
  font-size: 1.5rem;
}
.portfolio-single-location:before {
  background: url(../images/geo.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.portfolio-single-services {
  text-transform: lowercase;
  margin-top: 0%;
  font-size: 1.3rem;
}
.portfolio-single-services a {
  font-style: italic;
  text-decoration: none;
  color: inherit;
  margin-right: 0.2em;
  margin-left: 0.3em;
}
.portfolio-single-services a:first-of-type {
  margin-left: 0;
}
.portfolio-single-services:before {
  background: url(../images/tag.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#service-type-heading {
  margin: 2em auto 1em;
}
#service-type-heading h1 {
  text-align: center;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #859A78;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #859A78;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #859A78;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #859A78;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #859A78;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #859A78;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #fff;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #859A78;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #fff;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=app.css.map*/