@charset "UTF-8";
/*
Theme Name: Custom
Author: Thrive web design
Author URI: http://thriveweb.com.au/
*/
/*---------------------------- normalize ----------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 1.8em;
  line-height: 1.231;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #f9ff51;
  color: black;
  text-shadow: none;
}

::selection {
  background: #fff;
  color: black;
  text-shadow: none;
}

a {
  color: #00e;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*---------------------------- typography ----------------------------*/
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 125%;
}

h1 {
  font-size: 4.0rem;
}

h2 {
  font-size: 3.3rem;
}

h3 {
  font-size: 2.0rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2.0rem;
}

h6 {
  font-size: 1.3rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child {
  margin-top: 0;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
}

body, textarea, input {
  font-family: 'Raleway', serif;
  font-size: 1.4rem;
  line-height: 140%;
  color: #26272a;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: #26272a;
  font-family: 'Raleway', serif;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-weight: 500;
}

h3 {
  font-weight: 600;
  text-transform: uppercase;
}

h5, h6 {
  font-weight: 600;
}

a {
  color: #a1c53f;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: #ADD442;
}

blockquote {
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  color: gray;
  margin-left: 0;
  padding-left: 40px;
  border-left: dotted 2px silver;
}

/*-- Edit  --*/
.edit_link {
  position: fixed;
  top: 150px;
  z-index: 99999;
  background-color: white;
  color: #125a68;
  border: solid 1px black;
  padding: 5px;
  padding-left: 20px;
  padding-right: 15px;
  display: inline-block;
  font-size: 11px;
}

.edit_link span {
  padding-left: 5px;
  margin-right: 5px;
  border-right: dotted 1px #eaede3;
}

.edit_link a {
  color: black;
  background-color: transparent !important;
}

/*---------------------------- helpers ----------------------------*/
.center {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  overflow: hidden;
}

header .center {
  max-width: 1450px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.clear {
  clear: both;
}

.fright {
  float: right;
}

.taright {
  text-align: right;
}

.tacenter {
  text-align: center;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/*--- Images ---*/
.content_style img,
.wp-caption,
.wp-post-image,
a#logo img,
a#mobile-logo img,
.colimg_wrap img {
  width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
a#logo img,
a#mobile-logo img,
.colimg_wrap img {
  height: auto;
}

img.size-full {
  max-width: 100%;
  width: auto;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.container.skinny {
  max-width: 1180px;
}

.content_style ul {
  margin: 0;
  padding: 0;
}

.content_style,
.content_style p,
.content_style li {
  font-size: 14px;
  line-height: 22px;
  list-style: none;
}

.content_style li {
  margin-left: 0;
  padding-left: 15px;
}

.content_style li:before {
  content: "\f192";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #a1c53f;
  font-size: 14px;
  margin-left: -14px;
  padding-right: 10px;
}

.content_style ol li:before {
  content: "\f10c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #a1c53f;
  font-size: 12px;
  margin-left: -14px;
  padding-right: 10px;
}

.content_style ul,
.content_style ol {
  margin-left: 20px;
}

.fcol {
  margin: auto;
  width: 100%;
}

.scol {
  width: 80%;
  margin: auto;
}

.lcol {
  float: left;
  width: 45%;
}

.rcol {
  float: right;
  width: 45%;
  overflow: hidden;
}

.wcol.image {
  margin-bottom: 80px;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.columns.right {
  overflow: hidden;
}

.section {
  padding: 2.5rem 0;
  position: relative;
}

.section.slim {
  padding: 1.5rem 0;
}

.section.thick {
  padding: 3rem 0;
}

.section.thicker {
  padding: 8rem 0;
}

@media min-width {
  .section {
    padding: 5rem 0;
  }
  .section.slim {
    padding: 2.5rem 0;
  }
  .section.thick {
    padding: 10rem 0;
  }
}

.black {
  background-color: #000000;
}

.dark {
  background-color: #26272a;
}

.darker {
  background-color: #171819;
}

.green {
  background-color: #78b63c;
}

.dark-concrete {
  background-image: url(images/concrete_seamless_dark.png);
}

.black, .dark, .darker, .dark-concrete {
  color: #d5d5d5;
}

.dark-content h1 {
  color: white;
}

.dark-content h2 {
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

.dark-content .sub {
  color: #b7b7b7;
  font-weight: 600;
  text-shadow: 2px 3px 5px rgba(56, 57, 61, 0.45);
  font-size: 15px;
}

.dark-content h3 {
  color: #a1c53f;
}

.dark-content,
.light-content {
  text-align: center;
}

.dark-content > a,
.light-content > a {
  text-decoration: underline;
}

.light-content h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.light-content .sub {
  color: #b7b7b7;
  font-weight: 600;
}

.light-content ˝ {
  color: #a1c53f;
}

a {
  text-decoration: underline;
}

.light {
  background-color: #dedede;
}

.light-concrete {
  background-image: url(images/concrete_seamless_light.png);
}

.primary {
  background-color: #a1c53f;
}

.white {
  background: white;
}

.translucent {
  opacity: 0.6;
}

.white.translucent {
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.color-white {
  color: white;
}

.color-primary {
  color: #a1c53f;
}

.tagline {
  font-weight: 500;
  text-align: center;
}

p.tagline {
  font-size: 2.0rem;
  line-height: 125%;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}

.footer .columns {
  float: none;
}

@media screen and (min-width: 700px) {
  .container {
    width: 95%;
    padding: 0;
  }
}

@media screen and (min-width: 700px) {
  .container {
    width: 100%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66667%;
  }
  .two.columns {
    width: 13.33333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66667%;
  }
  .five.columns {
    width: 39.33333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66667%;
  }
  .eight.columns {
    width: 65.33333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66667%;
  }
  .eleven.columns {
    width: 91.33333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66667%;
  }
  .two-thirds.column {
    width: 65.33333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}

/*---------------------------- header and body ----------------------------*/
body {
  background-color: white;
}

header {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  background: black;
  text-align: center;
  position: fixed;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

a#logo,
a#mobile-logo {
  display: block;
  text-align: center;
  margin-top: 0;
  float: left;
  width: 250px;
}

#head_cont {
  z-index: 600;
  position: relative;
}

a#logo:hover,
a#mobile-logo:hover {
  opacity: 0.8;
}

#main {
  margin-top: 130px;
  margin-bottom: 130px;
}

/* ----- Full Size Nav -----*/
nav {
  position: relative;
  z-index: 600;
  width: 100%;
}

nav ul#menuUl {
  line-height: 45px;
  z-index: 400;
  margin: 0;
  padding: 0;
  text-align: right;
}

nav ul#menuUl li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

nav ul#menuUl li.menu-item-has-children {
  padding-right: 18px;
  position: relative;
}

nav ul#menuUl li.menu-item-has-children:after {
  content: '\f067';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 5px;
  color: white;
  font-size: 12px;
}

nav ul#menuUl li.menu-item-has-children.sfHover:after {
  content: '\f068';
  font-family: fontAwesome;
  color: #a1c53f;
}

nav ul#menuUl li a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  line-height: 17px;
  text-transform: uppercase;
}

nav ul#menuUl li.current_page_item a,
.current_page_parent a {
  color: #a1c53f;
}

nav ul#menuUl li a:hover {
  text-decoration: none;
  color: #a1c53f;
}

/* ----- Sub Nav -----*/
.sub-menu {
  display: none;
}

nav ul#menuUl li ul {
  position: absolute;
  top: 65px;
  left: -20px;
  width: 175px;
  text-align: left;
  background-color: #000000;
}

nav ul#menuUl li ul li {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  display: block;
}

nav ul#menuUl li ul li:first-child {
  background-color: #232427;
}

nav ul#menuUl li ul li:nth-child(2) {
  background-color: #2c2d30;
}

nav ul#menuUl li ul li:nth-child(3) {
  background-color: #353639;
}

/*-- Content --*/
/*--- Home ---*/
.services_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
  margin-top: calc(75px + 5.4rem);
}

.services {
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  width: 25%;
  box-sizing: border-box;
  padding: 0px 30px;
  border-right: solid 1px #5f6166;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.services h3 {
  color: white;
}

@media screen and (max-width: 450px) {
  .services {
    border: none;
  }
}

.services:last-of-type {
  border-right: none;
}

.services .service-icon {
  position: relative;
  margin-bottom: -50px;
}

.services .button {
  width: 75%;
  margin: 0px auto;
  text-align: center;
}

/*--- Build Process ---*/
.process_alt {
  background-color: #f4f4f4;
  padding: 5rem 10rem;
  opacity: 0.7;
}

.process_alt:nth-child(2n) {
  background-color: rgba(244, 244, 244, 0.6);
}

ol.process_wrap {
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: li-counter;
}

ol.process_wrap > li {
  position: relative;
  padding-left: 12em;
  min-height: 3em;
}

ol.process_wrap > li:before {
  position: absolute;
  left: 2em;
  width: 2em;
  height: 2em;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7em;
  text-align: center;
  color: #f5f5f5;
  border-radius: 50%;
  background-color: #a8cb06;
  content: counter(li-counter);
  counter-increment: li-counter;
}

/*--- Services ---*/
.service-icon {
  width: 150px;
  height: 150px;
  margin-left: calc(50% - 75px);
  position: absolute;
  top: -75px;
  text-align: center;
}

.service-icon img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.related-images {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.65rem;
}

.related-images .image {
  height: 250px;
  width: 31%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 2.33%;
}

.related-images .image:after {
  content: '';
  background: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  transition: all .2s ease;
  pointer-events: none;
}

/*--- Team ---*/
.team_container {
  margin-bottom: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.team_content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 33.33%;
}

.team_content img {
  width: 95%;
  height: auto;
  min-height: 1px;
  /* IE image height fix */
}

.mfp-bg {
  background: white;
}

.mfp-content {
  background: white;
  width: 30% !important;
  border: #d5d5d5 solid 3px;
  border-radius: 10px;
  min-width: 600px;
  margin: auto;
  padding: 50px 50px 80px 50px;
  color: #26272a;
  opacity: 0.8;
}

.mfp-content h3 {
  text-align: center;
}

.mfp-content .sub {
  text-align: center;
  color: #a8cb06;
  margin-bottom: 30px;
  font-weight: 500;
}

.mfp-content .mfp-close {
  bottom: 20px;
  top: initial;
  right: 25px;
  background-color: #d5d5d5 !important;
  border-radius: 5px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 24px !important;
  transition: all .2s ease;
}

.mfp-content .mfp-close:hover {
  background-color: darkgrey !important;
}

.mfp-content .mfp-close:before {
  content: 'CLOSE';
  font-size: 1.3rem;
  font-family: 'Raleway', serif;
  text-transform: uppercase;
  right: 32px;
  position: absolute;
  color: #26272a;
  font-weight: 500;
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .mfp-content {
    width: 90% !important;
    min-width: 300px;
    box-sizing: border-box;
  }
}

.team-popup.show {
  display: block;
}

/*--------- Zoomy! ---------*/
#pslide {
  position: relative;
  height: 75px;
  margin: 2px 30px 30px 30px;
}

#thumbelina {
  list-style: none;
  padding: 0px;
  position: absolute;
  white-space: nowrap;
  /* font-size:0 stop gaps between display-inline li elemets */
  /* Either do this, or remove all white space in HTML beween li elements */
  font-size: 0;
  /* prevent annoying iPad cut/paste actions */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

/* Style for the list items that surround the thumbnails */
#thumbelina li {
  line-height: 0px;
  margin: 0px;
  display: inline-block;
}

/* Add a border to the thumbnails. */
#thumbelina li img {
  opacity: 0.6;
}

/* Hover effect for the images */
#thumbelina li img:hover {
  opacity: 1;
  cursor: pointer;
}

/* Common style for the buttons */
.thumbelina-but {
  position: absolute;
  background-color: white;
  z-index: 1;
  cursor: pointer;
  /* Font related items for the symbols used on buttons */
  /* Obviously not needed if you're just using images */
  color: #b0e6d9;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  font-family: monospace;
}

/* Hover style for active button */
.thumbelina-but:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.thumbelina-but.disabled,
.thumbelina-but.disabled:hover {
  background-color: #f9f2ed;
  color: #d3b28e;
  cursor: default;
  opacity: 0;
}

/* Horizontal buttons. */
.thumbelina-but.horiz {
  width: 29px;
  height: 75px;
  line-height: 75px;
  top: 0px;
}

/* Left edge button. */
.thumbelina-but.horiz.left {
  left: -30px;
  border-radius: 5px 0px 0px 5px;
}

/* Right edge button */
.thumbelina-but.horiz.right {
  right: -30px;
  border-radius: 0px 5px 5px 0px;
}

.thumb {
  width: 75px !important;
  height: 75px !important;
  overflow: hidden;
}

.thumb {
  width: 100%;
}

.variations td {
  display: block;
  width: 100%;
}

/*--- Owl ---*/
.content_style img,
.wp-caption,
.wp-post-image,
a#logo img,
a#mobile-logo img,
.colimg_wrap img,
#owl_wrappper img {
  width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
a#logo img,
a#mobile-logo img,
.colimg_wrap img,
#owl_wrappper img {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible !important;
}

.owl-carousel .owl-item img {
  height: auto;
}

.owl_wrap {
  display: none;
}

.owl_wrap.owl-loaded {
  display: block;
}

#owl_slider .owl-controls {
  position: absolute;
  margin: 0;
  left: 90px;
  bottom: 156px;
}

#owl_slider .owl-controls .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 3px;
  background: #928982;
  border: 2px solid white;
}

#owl_slider .owl-controls .owl-dots .owl-dot.active span {
  background: #605a56;
}

.home_slider .owl-controls {
  position: absolute;
  bottom: 10px;
  right: 5%;
}

/*---------- Page Style ----------*/
/*--- Listing ---*/
.list_item {
  margin-bottom: 30px;
}

.list_item img {
  float: left;
  margin-right: 20px;
}

/*---------------------------- sub pages ----------------------------*/
.attachment-subpage_thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px;
  background: #FFF;
  background-image: url(images/diag.png);
  padding: 10px;
}

.description {
  overflow: hidden;
  margin-bottom: 10px;
}

.description a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.description h3 a {
  padding-top: 0;
}

.border {
  border-top: 1px #E9E9E9 solid;
  margin-bottom: 20px;
}

/*------------------------- blog header ------------------------*/
#blog_head {
  text-align: right;
  padding-bottom: 70px;
  line-height: 45px;
}

.sres {
  font-style: italic;
}

#searchbox {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

#searchbox form {
  width: 100%;
  box-sizing: border-box;
}

.is_webkit select {
  /* Tweaks for Safari + Chrome. */
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid;
  border: none;
  color: #000;
  outline: 0;
  padding: 6px;
  font-size: 12px;
  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

h2.btitle {
  font-size: 22px;
  text-transform: uppercase;
  width: 45%;
  float: left;
  background-color: white;
  color: #125a68;
  text-align: center;
}

/*---------------------------- blog format ----------------------------*/
.blog_feature {
  margin-bottom: 30px;
}

.blog_contwrap {
  margin-bottom: 30px;
}

article {
  margin-bottom: 40px;
}

article h2 {
  word-wrap: break-word;
  overflow: hidden;
}

article h2 a,
article h2 a:visited {
  text-decoration: none;
  color: black;
  opacity: 0.99;
}

article h2 a:hover {
  opacity: 0.6;
}

.date_box p {
  margin: 0;
  padding: 0;
  text-shadow: none;
  position: relative;
  top: 2px;
}

.date_box {
  background-color: #E9E9E9;
  padding: 10px;
  height: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.date_box a {
  font-style: italic;
}

.search .date_box .stats {
  font-size: 20px;
}

.date_box .stats {
  float: left;
}

.date_box .date {
  float: right;
  text-align: right;
}

#info_box {
  background-color: #8c1016;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

#info_box h2,
#info_box h5 {
  color: white;
  text-shadow: none;
  margin: 5px;
}

.pagination-links {
  padding: 0 15px;
}

.pagination-links .next {
  float: right;
}

.pagination-links .previous {
  float: left;
}

@media all and (max-width: 450px) {
  .pagination-links {
    padding: 5px;
  }
}

/*----- Genral Button Styles -----*/
.button, input[type='submit'],
button,
input[type='button'],
input[type='reset'] {
  background-color: #a1c53f;
  border-radius: 0px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1.15rem !important;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: .1rem;
  line-height: 3.6rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  white-space: nowrap;
  color: white;
  border: none;
  width: 25%;
}

.button:hover, input[type='submit']:hover, .button:focus, input[type='submit']:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus {
  background-color: #ADD442;
}

.button,
.navigation a,
.post-next,
.post-prev {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #a1c53f;
  color: black;
  font-size: 18px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  text-transform: lowercase;
  width: 100%;
  height: 40px;
  text-align: center;
  display: block;
  box-sizing: border-box;
}

/*----- Genral Input Styles -----*/
input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

#Searchform,
#cat {
  display: inline-block;
  position: relative;
  width: 120px;
  padding-left: 5px;
  padding-right: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-image: url(images/search.png);
  background-position: 125px 5px;
  background-repeat: no-repeat;
  font-size: 12px;
}

#cat {
  padding-top: 6px;
  padding-bottom: 4px;
  background-image: url(images/drop.png);
  background-repeat: no-repeat;
  background-position: right 11px;
  width: 140px;
  font-size: 12px;
}

/*---------------------------- Contact Us ----------------------------*/
.contact .lcol {
  padding: 43px;
  color: #a1c53f;
}

.contact .lcol h3 {
  color: #a1c53f;
}

/*- MAP -*/
#map {
  width: 100%;
  height: 550px;
  position: relative;
}

.map_wrap {
  position: relative;
}

.mapoverlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
}

/*---------------------------- footer ----------------------------*/
.footer {
  color: white;
  background: black;
  text-align: center;
  font-size: 1.5rem;
  font-family: "futura-pt",sans-serif;
}

.footer .container {
  width: 95%;
  -webkit-align-items: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.footer .four.columns:nth-child(2) {
  padding-bottom: 1.5rem;
}

.footer .four.columns:nth-child(3) {
  text-align: right;
}

.footer .four.columns:nth-child(3) img {
  margin-left: auto;
}

.footer p {
  margin-bottom: 0;
}

.footer a {
  color: inherit;
}

.footer a.color-primary {
  color: #a1c53f;
}

.footer a.color-primary:hover,
.footer a.color-primary:focus {
  color: #a1c53f;
}

.footer a:hover, .footer a:focus {
  color: #B7B7B7;
}

.footer .four.columns img {
  width: 30%;
  height: auto;
  display: block;
}

.footer .menu {
  list-style: none;
  margin-bottom: 0;
  font-style: italic;
}

.footer .menu li a {
  text-decoration: none;
}

.footer .thrive,
.rights {
  margin: 0;
  font-size: 1.4rem;
  text-decoration: none;
  color: #7F7F7F;
}

.footer .thrive:hover, .footer .thrive:focus {
  color: #A1C53D;
}

.footer input {
  color: #151515;
}

a.faqs {
  display: block;
  margin: 25px 0 20px 0;
  font-weight: bold;
  color: #A1C53D;
  text-decoration: none;
}

a.email-option {
  text-decoration: none;
  font-weight: bold;
}

.phone-option {
  color: #A1C53D;
}

.phone-option a {
  text-decoration: none;
}

.phone-option a:hover {
  color: #A1C53D;
}

@media screen and (min-width: 700px) {
  .footer .container {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .footer .four.columns:first-child {
    text-align: left;
  }
  .footer .four.columns:nth-child(2) {
    padding-bottom: 0;
  }
  .footer .four.columns:nth-child(2) img {
    width: 60%;
    margin-top: -16%;
    margin-left: 20%;
    margin-bottom: 40px;
  }
  .footer .four.columns:nth-child(3) {
    text-align: right;
  }
}

/*------------------ Forms ---------------------*/
input,
textarea,
select {
  -webkit-transition-property: -webkit-box-shadow, background;
  -webkit-transition-duration: 0.25s;
  padding: 6px;
  padding-left: 10px;
  padding-right: 8px;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  border: solid 1px black;
  margin-bottom: 10px;
  color: black;
}

.form-fields .gfield_label {
  display: none;
}

.contact .gform_wrapper .top_label .gfield_label {
  display: none;
}

.contact .gform_wrapper .top_label input.large,
.contact .gform_wrapper textarea.medium {
  border: none;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}

/*
Alex's overrides May 2016
Updated BJ August 2016;
*/
@font-face {
  font-family: 'FuturaLT-Bold';
  src: url("fonts/FuturaLT-Bold.woff") format("woff"), url("fonts/FuturaLT-Bold.ttf") format("truetype"), url("fonts/FuturaLT-Bold.svg#FuturaLT-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

a,
input.button,
input[type="submit"],
input[type="button"],
input[type="text"],
.clickable,
a span,
a span span {
  -webkit-appearance: none;
  -webkit-appearance: none;
  transition: .6s;
}

@media screen and (max-width: 600px) {
  a,
  input.button,
  input[type="submit"],
  input[type="button"],
  input[type="text"],
  .clickable,
  a span,
  a span span {
    transition: 0s;
  }
}

header {
  position: fixed;
}

.header-logo, .header-social {
  width: auto;
}

.header-social {
  float: right;
  display: inline-block;
  margin: 0 15px;
  padding: 0;
  vertical-align: middle;
  padding: 18px 5px;
}

.mobile-social {
  display: none;
}

.header-social a {
  line-height: 17px;
  font-size: 16px;
  margin: 0 15px 0 0;
  color: #7F7F7F;
}

.header-social a :hover {
  color: #fff;
}

.header-social a.phone {
  color: #a1c53f;
}

.header-social a.phone :hover {
  color: #fff;
}

.header-social .phone {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  font-family: "futura-pt", arial;
  display: inline-block;
  cursor: default;
}

.home .feature-slider,
.home .home-silde {
  position: relative;
  min-height: 500px;
  background-size: cover !important;
  height: 99vh;
}

.home .top_overlay {
  bottom: 9rem;
}

@media screen and (max-width: 450px) {
  .home .top_overlay {
    bottom: 7rem;
  }
}

.feature-slider,
.silde,
.home-silde {
  position: relative;
  background-size: cover !important;
}

.scroll-arrow {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 3rem;
  z-index: 3;
}

.scroll-arrow .scroll-icon {
  text-decoration: none;
  position: relative;
  animation: updownhome 1.6s ease infinite;
  -o-animation: updownhome 1.6s ease infinite;
  -webkit-animation: updownhome 1.6s ease infinite;
  -moz-animation: updownhome 1.6s ease infinite;
}

.scroll-arrow .scroll-icon:before {
  font-family: fontawesome;
  content: "\f078";
  color: #a1c53f;
  width: 50px;
  height: 50px;
  font-size: 4rem;
}

@media screen and (max-width: 450px) {
  .scroll-arrow {
    bottom: 2rem;
  }
}

@-webkit-keyframes updownhome {
  0% {
    bottom: 0rem;
  }
  50% {
    bottom: 1rem;
  }
  100% {
    bottom: 0rem;
  }
}

@keyframes updownhome {
  0% {
    bottom: 0rem;
  }
  50% {
    bottom: 1rem;
  }
  100% {
    bottom: 0rem;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-projects .scroll-arrow,
  .category .scroll-arrow {
    display: none;
  }
}

.post-type-archive-projects #owl_wrapper,
.category #owl_wrapper {
  position: relative;
}

.post-type-archive-projects #owl_wrapper .top_overlay,
.category #owl_wrapper .top_overlay {
  bottom: 9rem;
}

@media screen and (max-width: 1024px) {
  .post-type-archive-projects #owl_wrapper .top_overlay,
  .category #owl_wrapper .top_overlay {
    bottom: 2rem;
  }
}

.post-type-archive-projects .home_slider .home-silde,
.post-type-archive-projects .home_slider .silde,
.category .home_slider .home-silde,
.category .home_slider .silde {
  height: 99vh;
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .post-type-archive-projects .home_slider .home-silde,
  .post-type-archive-projects .home_slider .silde,
  .category .home_slider .home-silde,
  .category .home_slider .silde {
    margin-top: 61px;
    height: calc(50vh - 61px);
    width: auto;
  }
}

@media screen and (orientation: landscape) and (max-width: 700px) {
  .post-type-archive-projects .home_slider .home-silde,
  .post-type-archive-projects .home_slider .silde,
  .category .home_slider .home-silde,
  .category .home_slider .silde {
    height: 100vh;
    width: auto;
  }
}

.single-projects .feature_image,
.page-template-page-service .feature_image {
  height: 60vh;
  min-height: 35vw;
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .single-projects .feature_image,
  .page-template-page-service .feature_image {
    margin-top: 61px;
    height: calc(50vh - 61px);
    min-height: 0;
  }
}

@media screen and (orientation: landscape) and (max-width: 700px) {
  .single-projects .feature_image,
  .page-template-page-service .feature_image {
    height: 100vh;
  }
}

/*.post-type-archive-projects{
  .feature-slider,
  .silde {
      min-height: 60vh;

    @media all and (max-width: 1550px){
      min-height: 45vw;
      background-position: center bottom !important;
    }
    @media screen and (orientation:portrait) and (max-width: 800px){
      min-height: 488px;
    }
    @media screen and (orientation:portrait) and (max-width: 450px){
      min-height: 300px;
    }
    @media screen and (orientation:landscape) and (max-width: 800px){
      min-height: 300px;
    }

  }
}*/
.page-id-62 .feature_image {
  background-position: center bottom !important;
}

.feature-slider .slider-tagline,
.home_slider .slider-tagline {
  position: absolute;
  left: 0;
  z-index: 99999;
}

.mobile-nav {
  display: none;
}

/*--- Featured Image ---*/
.feature_image {
  width: 100%;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  height: 60vh;
  min-height: 35vw;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .feature_image {
    height: 50vh;
  }
}

@media screen and (orientation: landscape) and (max-width: 700px) {
  .feature_image {
    min-height: 100vh;
  }
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
  .feature_image {
    min-height: 50vh;
  }
}

.green_bottom {
  border-bottom: #a1c53f 0.7rem solid;
}

.top_overlay {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 4.5rem;
  background-color: rgba(0, 0, 0, 0.4);
}

.top_overlay h1 {
  text-shadow: 2px 3px 5px rgba(56, 57, 61, 0.45);
}

/*----*/
.services .button:hover {
  background-color: black;
  color: #a1c53f;
}

.services p {
  margin: 10px 0 30px 0;
}

.section.tagline-angle {
  background: white url(images/tagline-angle.jpg) bottom center no-repeat !important;
  padding: 50px 0 100px 0 !important;
}

.white-button {
  color: #fff;
  border: 1px solid #fff;
}

.green-button {
  background-color: #a1c53f;
  color: #26272a;
  border: 1px solid transparent;
}

.green-button:hover {
  background: transparent;
  border: 1px solid #26272a;
  color: #26272a;
}

.white-button:hover,
.black-button:hover {
  color: #000;
  background: #a1c53f;
  border-color: #a1c53f;
}

.black-button {
  color: #26272a;
  border: 1px solid #26272a;
}

.black-button, .white-button, .green-button {
  text-decoration: none !important;
  padding: 10px 25px;
  text-transform: lowercase;
  margin: 20px 0 0 0;
  display: inline-block;
}

.related-images .image {
  overflow: hidden;
  text-decoration: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 1.3s;
  position: relative;
  height: auto;
  width: 31%;
  overflow: hidden;
}

.related-images .image img {
  width: 100%;
  height: auto;
  transition: all .6s ease-in-out;
}

.related-images .hover-text {
  text-align: center;
  width: 100%;
  padding: 25% 0;
  width: 100%;
  z-index: 33;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #323336;
  opacity: 0;
  transition: all .6s ease-in-out;
}

.related-images .hover-text span {
  display: block;
  margin: 15px 0;
  text-decoration: none;
}

.related-images .hover-text .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.related-images .hover-text .subtitle {
  color: #acd43e;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.related-images .image:hover .hover-text {
  opacity: 0.7;
}

.related-images .image:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.related-images {
  text-align: center;
  display: block;
  -webkit-flex-direction: none;
          flex-direction: none;
  -webkit-align-content: center;
          align-content: center;
  -webkit-align-items: center;
              -ms-grid-row-align: center;
          align-items: center;
}

.related-images .image {
  height: auto;
  max-height: 250px;
  width: 31%;
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 2.33%;
}

.quotes_banner blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  padding: 0 10%;
}

.quotes_banner blockquote p {
  margin: 0;
  padding: 0;
  color: #4e5055;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
}

.quotes_banner blockquote small {
  font-size: 13px;
}

.quotes_banner .active blockquote {
  background: url(images/quote-start.png) top left no-repeat;
}

.quotes_banner .owl-item.active {
  background: url(images/quote-end.png) bottom right no-repeat;
}

.section.car {
  padding: 8rem 0 16rem 0;
  overflow: hidden;
}

.green {
  background: url(images/green-contact-section.jpg) center top repeat-y;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 280px;
  display: block;
}

.one-half {
  width: 50%;
  overflow: hidden;
  float: left;
  display: inline-block;
}

.one-half .car {
  width: 100%;
  position: absolute;
  max-width: 700px;
  bottom: -10px;
  right: 0;
}

.green .one-half.left-half {
  position: absolute;
  height: 100%;
  overflow: visible;
  height: 400px;
  bottom: 0;
  background-size: cover !important;
}

@media screen and (min-width: 1700px) {
  .green .one-half.left-half {
    background-size: contain !important;
  }
}

@media screen and (max-width: 1024px) {
  .green .one-half.left-half {
    height: 350px;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .green .one-half.left-half {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .car .center {
    overflow: visible;
  }
}

.car .right-half {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .car .right-half {
    width: 50%;
    overflow: visible;
  }
}

@media screen and (min-width: 900px) {
  .car .right-half {
    width: 55%;
  }
}

@media screen and (min-width: 960px) {
  .car .right-half {
    width: 50%;
  }
}

.right-half {
  padding: 38px 0 0 0;
  text-align: left;
  width: 40%;
  float: right;
}

.right-half h2 {
  color: #000;
}

.one-half p {
  font-size: 18px;
}

.one-half a {
  display: block;
  padding: 19px 0 17px 55px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  font-family: "futura-pt", arial;
}

.one-half a:hover {
  color: #000;
}

.one-half a.mobile {
  background: url(images/icon-phone.png) 0 12px no-repeat;
  cursor: default;
}

.one-half a.mobile:hover {
  color: #fff;
}

.one-half a.email {
  background: url(images/icon-email.png) 0 12px no-repeat;
}

.one-half a.pagelink {
  background: url(images/icon-pagelink.png) 0 12px no-repeat;
}

.parallax-box {
  position: relative;
  height: 400px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .parallax-box {
    position: relative;
    height: 100vw;
  }
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 600px) {
  .parallax {
    position: relative;
    height: inherit;
  }
}

.parallax img {
  position: absolute;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 600px) {
  .parallax img {
    bottom: 20vw;
    position: relative;
    height: auto;
    width: 220%;
    left: -73%;
  }
}

/*
Our Company
-----------------------------------------------------
*/
.service-area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-resize;
          flex-direction: row-resize;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}

.content-wrap ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.content-wrap li {
  padding-left: 2%;
  text-transform: uppercase;
}

.content-wrap li:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #a1c53f;
  font-size: 10px;
  margin: 0 10px 0 0;
}

.content-wrap .rcol-image {
  max-width: 429px;
}

.news-article a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.news-article a:hover {
  color: #a1c53f;
}

.news-article .fa {
  color: #a1c53f;
  font-size: 30px;
  top: 6px;
  position: relative;
}

/* Team
------------------------------------------------
 */
.assets {
  padding-bottom: 0;
}

.team {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-resize;
          flex-direction: row-resize;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}

.team .lcol {
  padding-bottom: 4rem;
}

.team .rcol {
  margin-top: auto;
}

.team .lcol,
.team .rcol {
  float: none;
  width: 50%;
}

.team h3 {
  color: #a1c53f;
}

.team .tagline {
  text-align: left;
}

.team_content .sub {
  margin-top: 0;
}

.team_content h3 {
  margin-bottom: 3px;
}

.our-people-title {
  text-align: center;
}

/* Services
------------------------------------------------
 */
.service {
  text-align: center;
  margin-top: 2rem;
}

.service .white-button {
  margin: 20px auto 0 auto;
}

.page-template-page-service p.tagline {
  margin: 0 0 8rem 0;
}

/* Projects
------------------------------------------------
 */
.feature_image {
  background-position: center !important;
}

.background-image {
  width: 100%;
  margin: 0 auto;
  background-position: top;
  background-size: cover;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
}

.cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-resize;
          flex-direction: row-resize;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cats li {
  margin: 0 0 0 5%;
}

.cats li a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}

.cats li.current-cat a,
.cats li a:hover {
  color: #a1c53f !important;
}

.single-project {
  position: relative;
  overflow: hidden;
}

#back_link {
  padding: 0 0 0 8rem;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}

#back_link .fa {
  font-size: 18px;
  margin: 0 4px 0 0;
  position: relative;
  top: 2px;
}

#back_link:hover {
  color: #fff;
}

.owl-theme .owl-controls {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15.9% 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #a1c53f;
  font-size: 54px;
  margin: 0;
  padding: 16% 0;
  background: rgba(38, 39, 42, 0.6);
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: rgba(38, 39, 42, 0.9);
}

.owl-prev {
  height: auto;
  width: 10%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}

.owl-prev .fa {
  padding: 0 0 0 30%;
}

.owl-next {
  height: auto;
  width: 10%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.owl-next .fa {
  padding: 0 30% 0 0;
}

body .owl-dots {
  display: none !important;
}

.sharing {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #7d7d7f !important;
  padding: 0 0 6rem 8rem;
}

.sharing a {
  color: #7d7d7f !important;
  background-color: transparent !important;
}

.sharing p {
  display: inline-block;
  float: left;
  margin-right: 2rem;
}

.section.single-copy {
  margin: 0;
  padding: 2rem 0 8rem 0;
}

body .at-share-btn span,
body .at-share-btn span .at-icon {
  background: #262729 !important;
  opacity: 0.7;
}

body .at-share-btn:hover span,
body .at-share-btn:hover span .at-icon {
  opacity: 1;
}

/* Contact
--------------------------------------------
 */
.content_style,
.content_style a {
  color: #000;
}

.content_style p {
  margin: 0 0 4px 0;
  padding: 0;
}

.content_style p strong {
  font-size: 16px;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.top-animate {
  background: #a1c53f !important;
  /*background: url(../images/nav-bars.png) 0 0 no-repeat !important;*/
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  background: #a1c53f !important;
  /* background: url(../images/nav-bars-base.png) 0 0 no-repeat !important;*/
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 35px;
  height: 3px;
  background-color: #fff;
  /*background: url(../images/nav-bars.png) 0 0 no-repeat;*/
}

.mid-menu {
  top: 15px;
  width: 35px;
  height: 3px;
  background-color: #fff;
  /*background: url(../images/nav-bars.png) 0 0 no-repeat;*/
}

.bottom-menu {
  top: 25px;
  width: 35px;
  height: 3px;
  background-color: #fff;
  /*background: url(../images/nav-bars.png) 0 0 no-repeat;*/
}

.menui {
  background: #fff;
  /*background: url(../images/nav-bars.png) 0 0 no-repeat;*/
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  position: absolute;
}

/* Gravity forms
-------------------------------------------------------------- */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper textarea {
  border: 1px solid #fff !important;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
body .gform_wrapper input[type="text"]:focus,
body .gform_wrapper input[type="url"]:focus,
body .gform_wrapper input[type="email"]:focus,
body .gform_wrapper input[type="tel"]:focus,
body .gform_wrapper input[type="number"]:focus,
body .gform_wrapper input[type="password"]:focus,
body .gform_wrapper textarea:focus {
  border: 1px solid #6cf !important;
}

/* Errors
----------------------------------------------------------------
*/
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-top: none;
  border-bottom: none;
}

body .gform_wrapper li.gfield_error input[type=text],
body .gform_wrapper li.gfield_error input[type=url],
body .gform_wrapper li.gfield_error input[type=email],
body .gform_wrapper li.gfield_error input[type=tel],
body .gform_wrapper li.gfield_error input[type=number],
body .gform_wrapper li.gfield_error input[type=password],
body .gform_wrapper li.gfield_error textarea {
  border: 1px solid #d65455 !important;
}

body .gform_wrapper .validation_error,
body .gform_wrapper .validation_message {
  display: none;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  margin-left: 0;
}

body .gform_wrapper .top_label .gfield_error input.large,
body .gform_wrapper .top_label .gfield_error select.large,
body .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  max-width: 100%;
}

/*------------------- Responsive Syling ------------------*/
@media screen and (max-width: 1150px) {
  #main {
    margin-left: 10px;
    margin-right: 10px;
  }
  .center {
    width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1035px) {
  a#logo {
    display: none;
  }
  header.open-mobile {
    border-bottom: #a1c53f 0.7rem solid;
  }
  .header-social {
    margin: 0 15px 0 0;
  }
  .mobile-social,
  .open-mobile .header-social {
    display: none;
  }
  .open-mobile .mobile-social {
    float: none;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    vertical-align: middle;
    padding: 5px;
    clear: both;
    text-align: center;
  }
  #menuUl,
  .sub-menu {
    display: none;
  }
  .mobile-nav {
    display: block;
    position: relative;
  }
  .icon {
    z-index: 999999999999;
    width: 36px;
    float: right;
    display: inline-block;
    margin: 0;
    height: 36px;
    overflow: hidden;
    top: 10px;
    position: relative;
  }
  .hamburger {
    overflow: hidden;
    width: 36px;
    height: 36px;
  }
  .icon:hover {
    color: #a1c53f;
  }
  #mobile-menu {
    display: none;
  }
  #mobile-menu {
    padding: 20px 0 0 0;
    margin: 0;
    list-style: none;
    width: 100%;
    clear: both;
  }
  #mobile-menu > li {
    float: none !important;
    display: block !important;
    position: relative;
    padding: 0;
    margin: 0 0 20px 0;
    width: 100% !important;
    text-align: center;
  }
  #mobile-menu li a {
    display: block;
    padding: 0 0 1.5% 0;
    border-left: none;
    text-align: right;
    height: auto;
    width: auto;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
  }
  #mobile-menu li a.on,
  #mobile-menu li a:hover {
    color: #a1c53f;
  }
  .services {
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    width: 25%;
    box-sizing: border-box;
    padding: 0;
  }
  .home .service-icon {
    width: 80%;
    height: auto;
    margin: 0 auto;
    top: -45px;
  }
  .services h3 {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .services p {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .home .service-icon img {
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  .team_container {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .team_content {
    width: 100%;
    box-sizing: border-box;
    -webkit-align-items: center;
                -ms-grid-row-align: center;
            align-items: center;
    padding-bottom: 5rem;
    text-align: center;
  }
  .team_content img {
    max-width: 450px;
    height: auto;
  }
  .contact .rcol {
    width: 100%;
  }
  .contact .lcol {
    width: 87%;
    margin: 0 0 30px 0;
    padding: 5%;
  }
  body .gform_wrapper {
    overflow: inherit;
    margin: 1em 0;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .lcol,
  .rcol {
    float: none;
    width: 100%;
  }
  .section.tagline-angle {
    padding: 10% 0 !important;
  }
  .home .owl-carousel .owl-item {
    text-align: center;
  }
  #back_link {
    padding: 2rem 0 2rem 2rem;
  }
  .team {
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .team .lcol,
  .team .rcol {
    width: 100% !important;
  }
  .team .lcol {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
}

@media screen and (max-width: 700px) {
  .service-area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .services_wrap {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .services {
    -webkit-flex-basis: 49%;
            flex-basis: 49%;
    flex-basis: 49%;
    width: 49%;
  }
  .services:nth-child(2) {
    border: 0;
  }
  .services:nth-child(3),
  .services:nth-child(4) {
    margin: 20% 0 0 0;
    margin-top: 80px;
  }
  .related-images .image {
    margin-left: auto;
    margin-right: auto;
  }
  .left {
    -webkit-order: 2;
            order: 2;
  }
  .right {
    -webkit-order: 3;
            order: 3;
  }
  .related-images .image {
    width: 47.5%;
  }
  /*.related-images .image:last-child {
		display: none;
	}*/
  .quotes_banner .active blockquote {
    background-size: 8%;
  }
  .quotes_banner .owl-item.active {
    background-size: 8%;
  }
  .green {
    top: 0;
    height: 100vh;
    min-height: 2000px;
  }
  .section.thick {
    padding: 0;
  }
  .one-half {
    width: 100%;
    overflow: hidden;
    float: none;
    display: block;
  }
  .footer .four.columns {
    margin: 0 0 30px 0;
  }
  .footer .four.columns img {
    display: inline-block;
    width: 20%;
    min-width: 80px;
  }
  .footer .four.columns:nth-child(3) {
    text-align: center;
  }
  .header-social {
    display: none;
  }
}

@media screen and (max-width: 590px) {
  .top_overlay h1 {
    font-size: 2.6rem;
  }
  .top_overlay {
    bottom: 2rem;
  }
  .process_alt {
    padding: 5rem;
  }
  ol.process_wrap > li {
    padding-left: 6em;
  }
  ol.process_wrap > li:before {
    position: absolute;
    left: 1rem;
  }
  .button,
  button,
  input[type='submit'],
  input[type='button'],
  input[type='reset'] {
    width: 97.5%;
  }
  .owl-theme .owl-controls {
    padding: 33.2% 0;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-] {
    padding: 32% 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 450px) {
  .services_wrap {
    margin: 0;
    display: block;
  }
  .services {
    width: 100%;
    display: block;
    -webkit-flex-basis: 0;
            flex-basis: 0;
  }
  .services {
    margin: 20% 0 0 0;
    margin-top: 80px;
  }
  .home .service-icon {
    top: -35px;
    margin: 0 auto !important;
  }
  .related-images .image {
    width: 98%;
  }
  .related-images .image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .quotes_banner .active blockquote {
    background-size: 8%;
  }
  .quotes_banner .owl-item.active {
    background-size: 8%;
  }
  .one-half a {
    font-size: 16px;
  }
  a#logo,
  a#mobile-logo {
    text-align: left;
  }
  a#logo img,
  a#mobile-logo img {
    width: 80%;
    text-align: left;
  }
  .icon {
    top: 0;
  }
  .cats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .cats li {
    margin: 0 0 3% 5%;
  }
}

@media (max-width: 370px) {
  .one-half a {
    font-size: 14px;
  }
}

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