@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* ----------reset css-------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
}

form {
  margin-top: 0;
  margin-bottom: 0;
}

object {
  outline: none;
}

html {
  overflow-y: scroll;
}

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

@media \0 screen {
  img {
    width: auto; /* for ie 8 */
  }
}
a {
  outline-style: none;
}

textarea {
  resize: vertical;
}

textarea, input {
  outline: none;
}

.clearboth {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

.vcenter-outer {
  height: 100%;
}

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

.vcenter-inner {
  display: inline-block;
  vertical-align: middle;
}

.table {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* ---------- start css -------------- */
body {
  margin: 0px;
  padding: 0px;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #373D41;
  background: #FFF;
  overflow-x: hidden;
  line-height: normal;
  position: relative;
}

.container {
  clear: both;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.wide .container {
  width: 1200px;
}

/* ---------- text and common styles -------------- */
a {
  color: #373D41;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

p {
  padding: 0px 0px 17px 0px;
}

strong, .bold {
  font-weight: 700; /*color:#000;*/
}

hr {
  height: 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 10px;
}

ul {
  margin: 3px 0px 7px 35px;
  padding: 0px;
}

ol {
  margin: 3px 0px 7px 35px;
  padding: 0px;
}

li {
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

/*.col-left ul,.content.col-single.left-align ul {list-style:none;margin:3px 0px 10px 30px;padding:0px;}
.col-left li,.content.col-single.left-align li {margin:0px;padding:0px 0px 10px 20px;position:relative;}
.col-left li:before,.content.col-single.left-align li:before {content:'\25A0';color:#DDD;font-size:14px;position:absolute;left:0;top:-1px;}*/
.row-mid ul {
  list-style: none;
  margin: 3px 0px 15px 3px;
  padding: 0px;
}

.row-mid li {
  margin: 0px;
  padding: 0px 0px 10px 20px;
  color: #373D41;
  position: relative;
}

.row-mid li:before {
  content: "■";
  color: #7FB349;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: -1px;
}

h1, h4, h5, h6 {
  color: #373D41;
  font-weight: 600;
  line-height: 100%;
}

h2, h3 {
  color: #616A70; /*color:#7FB349;*/
  font-weight: 600;
  line-height: 115%;
}

h1 {
  font-size: 42px;
  font-weight: 300;
  color: #7FB349;
  margin-top: -3px;
  padding: 0px 0px 30px 0px;
}

h2 {
  font-size: 24px;
  padding: 0px 0px 8px 0px;
}

h3 {
  font-size: 24px;
  padding: 15px 0px 8px 0px;
}

h4 {
  font-size: 24px;
  padding: 0px 0px 12px 0px;
}

h5, h6 {
  font-size: 16px;
  padding: 0px 0px 12px 0px;
}

h1.inline {
  display: inline;
}

h1.no-pad {
  padding: 0 0 3px 0;
}

h1.underline {
  display: inline-block;
}

.underline:after {
  content: "";
  display: block;
  border-bottom: 2px solid #7D8184;
  padding: 20px 0 0 0;
}

h3.wee-head {
  font-size: 24px;
}

.txt-small {
  font-size: 12px;
  line-height: 120%;
}

.txt-large {
  font-size: 21px;
  line-height: 135%;
}

.blue {
  color: #373D41;
}

.charcoal {
  color: #373D41;
} /* rgba(55,61,65,1) */
.grey {
  color: #616A70;
}

.green {
  color: #7FB349;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 14px;
  line-height: 130%;
  font-style: italic;
}

.btn-solid {
  display: inline-block;
  padding: 16px 35px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  line-height: 100%;
  color: #FFF;
  background: #373D41;
}

.btn-solid {
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.btn-solid:hover {
  text-decoration: none; /*transform:translateY(-1px);-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,0.2);box-shadow:0 3px 10px 0 rgba(0,0,0,0.2);*/
  background: #7FB349;
  cursor: pointer;
}

.btn-line {
  display: inline-block;
  padding: 12px 30px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  line-height: 100%;
  color: #373D41;
  background: none;
}

.btn-line {
  border: 2px solid #373D41;
  -webkit-appearance: none;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-line:hover {
  color: #FFF;
  background: #373D41;
  border: 2px solid #373D41;
  text-decoration: none;
  cursor: pointer;
}

.btn-line.white {
  color: #FFF;
  border: 2px solid #FFF;
}

.btn-line.white:hover {
  color: #373D41;
  background: #FFF;
  border: 2px solid #FFF;
}

.app-link {
  width: auto;
  height: 42px;
  margin: 30px 30px 0;
}

.app-link:hover {
  transform: translateY(-3px);
  cursor: pointer;
}

.separator-add {
  clear: both;
  height: 1px;
  line-height: 1px;
  border-top: 0px solid #CCCCCC;
  margin-top: 4px;
  margin-bottom: 14px;
}

.placeholder {
  display: block;
  width: 100%;
  height: auto;
}

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fadein, .anim-up, .anim-left, .anim-right {
  opacity: 0;
}

.trans-0-1 {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.trans-0-2 {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.trans-0-25 {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.trans-0-3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.trans-0-5 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.trans-0-75 {
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.trans-1 {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.trans-1-5 {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.trans-2 {
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 1;
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-500px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(-500px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(-500px);
  }
}
@keyframes slideOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-500px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideInLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-750px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInLeftLarge {
  0% {
    opacity: 1;
    -moz-transform: translateX(-750px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInLeftLarge {
  0% {
    opacity: 1;
    -o-transform: translateX(-750px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes slideInLeftLarge {
  0% {
    opacity: 1;
    transform: translateX(-750px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideInLeftLarge {
  transition-timing-function: ease-out;
  -webkit-animation-name: slideInLeftLarge;
  -moz-animation-name: slideInLeftLarge;
  -o-animation-name: slideInLeftLarge;
  animation-name: slideInLeftLarge;
}

@-webkit-keyframes slideOutLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-750px);
  }
}
@-moz-keyframes slideOutLeftLarge {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(-750px);
  }
}
@-o-keyframes slideOutLeftLarge {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(-750px);
  }
}
@keyframes slideOutLeftLarge {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-750px);
  }
}
.slideOutLeftLarge {
  -webkit-animation-name: slideOutLeftLarge;
  -moz-animation-name: slideOutLeftLarge;
  -o-animation-name: slideOutLeftLarge;
  animation-name: slideOutLeftLarge;
}

@-webkit-keyframes slideInRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateX(750px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes slideInRightLarge {
  0% {
    opacity: 1;
    transform: translateX(750px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideInRightLarge {
  transition-timing-function: ease-out;
  -webkit-animation-name: slideInRightLarge;
  animation-name: slideInRightLarge;
}

@-webkit-keyframes gentleZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes gentleZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.gentleZoom {
  -webkit-animation-name: gentleZoom;
  -moz-animation-name: gentleZoom;
  -o-animation-name: gentleZoom;
  animation-name: gentleZoom;
} /*transition-timing-function:ease-out;*/
.animated.gentleZoom {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

/* ---------- cookie consent -------------- */
#cookie-consent {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #FFF;
  background: rgba(55, 61, 65, 0.9);
  padding: 40px 0;
  z-index: 999;
}

#cookie-consent {
  -webkit-box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.25);
}

#cookie-consent .content {
  font-size: 16px;
  margin-right: 220px;
}

#cookie-consent .btn-line {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

/* ---------- masthead and menus -------------- */
#masthead {
  position: fixed;
  width: 100%;
  background: rgba(55, 61, 65, 0.9);
  z-index: 100;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
}

#masthead .container {
  height: 100%;
}

#masthead .header-logo {
  position: absolute;
  left: 4%;
  top: 25px;
  display: block;
  width: auto;
  height: 70px;
}

#masthead, #content-offset {
  height: 120px;
}

#masthead.scrolling {
  height: 60px;
}

#masthead.scrolling .header-logo {
  margin-top: -100px;
}

#masthead.scrolling #nav {
  top: 17px;
}

#masthead.scrolling #nav li.link-home svg {
  margin-top: -2px;
}

#content-offset {
  background: #373D41;
}

#nav {
  position: absolute;
  right: 4%;
  top: 52px;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav li {
  float: left;
  margin: 0;
  padding: 0 0 0 40px;
  position: relative;
}

#nav li a {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
  text-transform: lowercase;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 20;
}

#nav li a:hover {
  color: #7FB349;
}

#nav li.link-home a {
  padding-left: 0;
}

#nav li.link-home svg {
  width: 27px;
  height: 26px;
  margin: -6px -6px 0 0;
  fill: #FFF;
  transition: all 0.5s ease-in-out;
}

#nav li.link-home a:hover svg {
  fill: #7FB349;
}

/*#nav li.link-quote .btn-line {font-size:18px;margin:-4px 0 0 10px;padding:6px 22px 8px;}*/
#nav li.page-item-488 a {
  font-size: 16px;
  margin: -5px 0 0 10px;
  padding: 6px 22px 6px;
  border: 2px solid #FFF;
}

#nav li.page-item-488 a {
  -webkit-appearance: none;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#nav li.page-item-488 a:hover, #nav li.page-item-488.current_page_item a {
  color: #FFF;
  background: #7FB349;
  border: 2px solid #7FB349;
}

#nav > ul > li.current_page_item > a, #nav > ul > li.current_page_ancestor > a {
  color: #7FB349;
}

.home #nav li.link-home svg {
  fill: #7FB349;
}

#nav li:hover ul {
  max-height: 2000px;
  -webkit-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
}

#nav ul ul {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 40px;
  min-width: 300px;
  background: rgba(55, 61, 65, 0.9);
  z-index: 10;
  -webkit-box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.25);
}

#nav li li {
  float: none;
  height: auto;
  text-align: left;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#nav li li a {
  display: block;
  width: auto;
  color: #FFF;
  margin: 0;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

#nav li li:first-child a {
  margin-top: 20px;
}

#nav li li:last-child a {
  padding-bottom: 20px;
}

#nav li li.current_page_item a {
  color: #7FB349;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-bg {
  background: #FFF;
}

.fancybox-button--zoom {
  display: none !important;
}

.fancybox-caption-wrap {
  text-align: center;
}

.fancybox-caption {
  color: #000;
  border-top: none;
  font-size: 14px;
  background: none !important;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited, .fancybox-navigation .fancybox-button {
  color: #FFF;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgb(97, 106, 112);
  transition: background 0.3s ease-in-out !important;
}

.fancybox-button:hover {
  background: rgb(127, 179, 73);
}

.fancybox-button--thumbs {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: border-box;
}

.fancybox-thumbs {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  background: rgba(255, 255, 255, 0.3);
}

.fancybox-thumbs__list {
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-thumbs__list a {
  float: none;
  display: inline-block;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #0095B3;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 85px;
}

/* -------------------- banners and galleries -------------------- */
#banner-wrapper {
  width: 100%;
  height: 460px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  background: #373D41;
  z-index: 50;
}

#banner-wrapper .wedge-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
  animation-delay: 1s;
  z-index: 120;
}

#banner-wrapper .wedge-right svg {
  transform: rotate(-90deg);
  fill: #7FB349;
}

#banner-wrapper .wedge-right .logo-schuco {
  position: absolute;
  right: 11%;
  bottom: 19%;
  width: 42%;
  z-index: 10;
}

.home #banner-wrapper {
  height: 100vh;
}

#banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#banner .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#banner .wedge-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  animation-delay: 0.5s;
  z-index: 15;
}

#banner .wedge-left .content {
  position: absolute;
  left: 4vw;
  bottom: 16%;
  color: #FFF;
}

#banner .wedge-left svg {
  width: inherit;
  fill: #616A70;
}

#banner .headline {
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  padding: 0;
  animation-delay: 1.5s;
}

#banner .text {
  font-size: 28px;
  font-weight: 400;
  line-height: 115%;
  margin-top: 15px;
  padding: 0;
  animation-delay: 2s;
}

#banner .btn-wrapper {
  margin-top: 30px;
  animation-delay: 2.5s;
}

#banner .btn-line {
  margin-top: 0;
}

#banner .image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.home #banner .headline {
  font-size: 56px;
}

#banner-nav {
  position: absolute;
  left: 4%;
  bottom: 5%;
  z-index: 120;
}

#btn-down {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  color: inherit;
  opacity: 1;
  cursor: pointer;
}

#btn-down:hover {
  opacity: 0.65;
}

#pager {
  display: inline-block;
  text-align: left;
  margin-top: 6px;
}

#pager a {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  margin: 0 8px 0 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
}

#pager a:hover {
  background: #FFF;
  cursor: pointer;
  text-decoration: none;
}

#pager a.cycle-pager-active {
  background: #FFF;
  cursor: default;
}

.gallery-banner-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.gallery-banner .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

/* -------------------- grid basics -------------------- */
.grid-wrapper {
  text-align: center;
}

.grid-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid-item .image {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid-item .image img {
  display: block;
  color: #FFF;
}

.grid-item .image-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.grid-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0;
  z-index: 20;
}

.grid-item a {
  text-decoration: none;
}

.grid-item a:hover .overlay {
  opacity: 0;
}

.grid-item a:hover .image-inner, .grid-item.hovered .image-inner {
  transform: scale(1.1);
}

.grid-item.animdelay-4:nth-child(1), .cs-item.animdelay-4:nth-child(4n+1) {
  animation-delay: 0s;
}

.grid-item.animdelay-4:nth-child(2), .cs-item.animdelay-4:nth-child(4n+2) {
  animation-delay: 0.25s;
}

.grid-item.animdelay-4:nth-child(3), .cs-item.animdelay-4:nth-child(4n+3) {
  animation-delay: 0.5s;
}

.grid-item.animdelay-4:nth-child(4), .cs-item.animdelay-4:nth-child(4n+4) {
  animation-delay: 0.75s;
}

/* -------------------- flexible content -------------------- */
/*.flx-content-block .container p:last-of-type {padding:0;}*/
.flx-image .image-outer {
  margin: 0 auto;
}

.flx-image.circle .image-outer {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.flx-image img {
  display: block;
  margin: 0 auto;
  background: #FFF;
}

.flx-grid .row-wrapper .grid-item {
  width: 100%;
  margin-bottom: 40px;
}

.flx-grid .row-wrapper .grid-item:last-child {
  margin-bottom: 0;
}

.flx-grid .img-left .image, .flx-grid .img-right .content {
  float: left;
}

.flx-grid .img-right .image, .flx-grid .img-left .content {
  float: right;
}

.flx-grid .image {
  margin-top: 10px;
}

.flx-grid .image.border {
  border: 1px solid #CCC;
}

.flx-grid .image.match {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.flx-grid .img-left .image.match {
  left: 0;
}

.flx-grid .img-right .image.match {
  right: 0;
}

.flx-grid .image .image-inner { /*position:absolute;left:0;top:0;width:100%;height:100%;*/ }

.flx-grid .image.none .image-inner {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: 100%;
}

.flx-grid .content-inner p:last-child {
  padding: 0;
}

.flx-grid .grid-wrapper .content {
  padding-top: 10px;
}

.flx-grid.caption .grid-wrapper .content {
  font-size: 14px;
  font-weight: 500;
}

.flx-grid.caption .content-inner {
  line-height: 120%;
}

.flx-links a {
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  padding: 3px 0;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.flx-links a svg {
  display: inline-block;
  margin: 0 6px -5px 0;
  fill: #000;
  transition: all 0.3s ease-in-out;
}

.flx-links a:hover {
  color: #7FB349;
}

.flx-links a:hover svg {
  fill: #7FB349;
}

.flx-gallery {
  margin: 30px 0 0 0;
}

.flx-gallery .grid-wrapper {
  text-align: left;
}

.flx-video video {
  width: 100%;
}

.flx-accordion .wrapper {
  margin-bottom: 10px;
}

.flx-accordion .wrapper:last-child {
  margin-bottom: 0;
}

.flx-accordion .title {
  color: #FFF;
  background: #616A70;
  font-weight: 600;
  padding: 15px 70px 15px 20px;
  position: relative;
}

.flx-accordion .title:after {
  content: "\f10f";
  font-family: "dashicons";
  font-size: 32px;
  font-weight: normal;
  color: #FFF;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.flx-accordion .title:hover {
  background: #7FB349;
  cursor: pointer;
}

.flx-accordion .content {
  max-height: 0;
  overflow: hidden;
}

.flx-accordion .wrapper.open .title {
  background: #7FB349;
}

.flx-accordion .wrapper.open .title:after {
  content: "\f14f";
}

.flx-accordion .wrapper.open .content {
  max-height: 1000px;
}

.flx-accordion .content p:last-child {
  padding: 0;
}

.flx-accordion .content .inner {
  padding: 20px 20px 20px;
}

.flx-divider.small {
  height: 30px;
}

.flx-divider.standard {
  height: 60px;
}

.flx-divider.large {
  height: 100px;
}

.flx-divider.divider {
  border-bottom: 2px solid #CCC;
  line-height: 0;
  height: 0;
  margin-bottom: 50px;
  padding-top: 50px;
}

.col-two {
  margin: 0 -1.5%;
}

.col-two .grid-item {
  width: 47%;
  margin: 0 1.5% 3% 1.5%;
}

.col-two .grid-item:nth-child(2n+1) {
  animation-delay: 0s;
}

.col-two .grid-item:nth-child(2n+2) {
  animation-delay: 0.25s;
}

.col-three {
  margin: 0 -1.5%;
}

.col-three .grid-item {
  width: 30.33%;
  margin: 0 1.5% 3% 1.5%;
}

.col-three .grid-item:nth-child(3n+1) {
  animation-delay: 0s;
}

.col-three .grid-item:nth-child(3n+2) {
  animation-delay: 0.25s;
}

.col-three .grid-item:nth-child(3n+3) {
  animation-delay: 0.5s;
}

.col-four {
  margin: 0 -1%;
}

.col-four .grid-item {
  width: 23%;
  margin: 0 1% 2% 1%;
}

.col-four .grid-item:nth-child(4n+1) {
  animation-delay: 0s;
}

.col-four .grid-item:nth-child(4n+2) {
  animation-delay: 0.25s;
}

.col-four .grid-item:nth-child(4n+3) {
  animation-delay: 0.5s;
}

.col-four .grid-item:nth-child(4n+4) {
  animation-delay: 0.75s;
}

.col-five {
  margin: 0 -1%;
}

.col-five .grid-item {
  width: 18%;
  margin: 0 1% 2% 1%;
}

.col-five .grid-item:nth-child(5n+1) {
  animation-delay: 0s;
}

.col-five .grid-item:nth-child(5n+2) {
  animation-delay: 0.25s;
}

.col-five .grid-item:nth-child(5n+3) {
  animation-delay: 0.5s;
}

.col-five .grid-item:nth-child(5n+4) {
  animation-delay: 0.75s;
}

.col-five .grid-item:nth-child(5n+5) {
  animation-delay: 1s;
}

.col-six {
  margin: 0 -1%;
}

.col-six .grid-item {
  width: 14.66%;
  margin: 0 1% 2% 1%;
}

.col-six .grid-item:nth-child(6n+1) {
  animation-delay: 0s;
}

.col-six .grid-item:nth-child(6n+2) {
  animation-delay: 0.25s;
}

.col-six .grid-item:nth-child(6n+3) {
  animation-delay: 0.5s;
}

.col-six .grid-item:nth-child(6n+4) {
  animation-delay: 0.75s;
}

.col-six .grid-item:nth-child(6n+5) {
  animation-delay: 1s;
}

.col-six .grid-item:nth-child(6n+6) {
  animation-delay: 1.25s;
}

/* -------------------- page -------------------- */
.row-mid {
  padding: 90px 0;
  line-height: 135%;
}

.col-left {
  float: left;
  width: 61%;
}

.col-right {
  float: right;
  width: 31%;
}

.col-left.col-half, .col-right.col-half {
  width: 48%;
}

#home-boxes {
  margin: 0 0 90px 0;
}

#home-boxes .grid-wrapper {
  margin: 0 -1.6%;
}

#home-boxes .grid-item {
  width: 31.33%;
  margin: 0 0.75%;
}

#home-boxes .title {
  background: #373D41;
  padding: 25px 0 22px;
}

#home-boxes h3.inner {
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  padding: 0 20px;
}

/*#rdsn-team {background:#EEE;padding:80px 0 120px;}
#rdsn-team h2 {font-size:36px;font-weight:700;padding:0 0 40px 0;}
#rdsn-team .grid-wrapper {margin:0 -1%;}
#rdsn-team .grid-item {width:31.83%;margin:0 1% 40px;-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,0.1);box-shadow:0 5px 20px 0 rgba(0,0,0,0.1);}
#rdsn-team .title {background:#FFF;}
#rdsn-team .inner {padding:20px 20px;}
#rdsn-team .name {font-size:23px;font-weight:700;color:#373D41;}
#rdsn-team .job-title {font-size:16px;font-weight:400;color:#373D41;padding-top:3px;}
#rdsn-team .btn-line {margin:15px 0 5px;padding:8px 20px;font-size:14px;}

#rdsn-team .grid-item:nth-child(3n+1) {animation-delay:0s;}
#rdsn-team .grid-item:nth-child(3n+2) {animation-delay:0.25s;}
#rdsn-team .grid-item:nth-child(3n+3) {animation-delay:0.5s;}*/
/*.rdsn-fbox-team .fancybox-bg {opacity:1;}
.rdsn-fbox-team .fancybox-close-small {color:#FFF!important;opacity:1;}
.team-modal {position:relative;width:100%;max-width:820px;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.25);box-shadow:0 10px 20px 0 rgba(0,0,0,0.25);}
.team-modal.fancybox-content {padding:0;}
.team-modal .left {position:absolute;left:0;top:0;height:100%;width:42%;}
.team-modal .right {float:right;width:58%;}
.team-modal .inner {padding:50px 40px 45px;}
.team-modal .name {font-size:24px;font-weight:700;color:#000;}
.team-modal .job-title {font-size:16px;font-weight:400;color:#000;padding-top:3px;}
.team-modal .content {padding-top:17px;}
.team-modal .content .link {padding-bottom:4px;}
.team-modal .content .link a {font-weight:400;text-decoration:none;}
.team-modal .content .link a:hover {color:#38B2E4;}
.team-modal .content .dashicons {font-weight:400;margin:3px 10px 0 0;}
.team-modal .text {line-height:140%;padding-top:20px;}
.team-modal .text p {padding-bottom:8px;}
.team-modal .text p:last-child {padding-bottom:0;}*/
#featured-projects {
  background: #616A70;
  padding: 100px 0;
  text-align: center;
}

#featured-projects h2 {
  font-size: 36px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  padding: 0 0 80px 0;
}

#featured-projects .grid-wrapper {
  margin: 0 1.5%;
}

#featured-projects .grid-item {
  width: 22%;
  margin: 0 1.5%;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

#featured-projects .grid-item:hover {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
}

#featured-projects .title {
  background: #373D41;
  padding: 20px 0;
}

#featured-projects h4.inner {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  padding: 0 20px;
}

#featured-projects .btn-line {
  margin-top: 60px;
}

#products {
  background: #616A70;
  margin: 0 0 -1.5% 0;
  padding: 75px 0;
}

#products .grid-wrapper {
  margin: 0 -1.55%;
}

#products .grid-item {
  width: 31.33%;
  margin: 0 0.75% 1.5%;
}

#products .title {
  background: #373D41;
  padding: 25px 0 22px;
}

#products h3.inner {
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  padding: 0 20px;
}

#products .grid-item:nth-child(3n+1) {
  animation-delay: 0s;
}

#products .grid-item:nth-child(3n+2) {
  animation-delay: 0.25s;
}

#products .grid-item:nth-child(3n+3) {
  animation-delay: 0.5s;
}

a.back-link {
  margin-top: 33px;
  padding-left: 25px;
}

.social-sharing {
  padding: 25px 0 25px;
  border-bottom: 2px solid #CCC;
}

.share-text {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #373D41;
  padding: 30px 0 4px;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 28px !important;
  height: 28px !important;
  text-align: center;
  line-height: 28px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 28px !important;
}

/* -------------------- projects -------------------- */
#project-grid {
  margin-top: 40px;
}

#project-grid .container {
  width: 90%;
}

#project-grid .grid-item .title-wrapper {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.7);
  border-left: 8px solid #7FB349;
  z-index: 30;
}

#project-grid .grid-item .title {
  padding: 12px 20px;
}

#project-grid .grid-item .title h3 {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  padding: 0;
  text-align: left;
}

/* -------------------- contact page -------------------- */
#contact-info .company {
  font-weight: 600;
}

#contact-info .address {
  padding-bottom: 10px;
}

#contact-info .opening {
  padding-top: 15px;
}

#contact-info .opening .title {
  font-weight: 600;
}

.contact-frame {
  margin-top: -3px;
  padding: 20px 30px 20px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-frame h3 {
  padding: 10px 0 20px 0;
}

.contact-frame h3.spec {
  padding: 20px 0 15px 0;
}

#google-map {
  margin-top: 30px;
}

#google-map iframe {
  width: 100%;
  height: 250px;
}

/* -------------------- footer -------------------- */
#footer {
  color: #FFF;
  background: #373D41;
  line-height: 140%;
  padding: 60px 0 60px;
}

#footer .col-wrapper {
  font-size: 0;
}

#footer .col {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer .col-01 {
  padding-right: 8%;
}

#footer .col-02 {
  padding: 0 5%;
  border-left: 2px solid #616A70;
  border-right: 2px solid #616A70;
}

#footer .col-03 {
  padding-left: 5%;
}

#footer .title {
  font-size: 21px;
  font-weight: 600;
  color: #7FB349;
  padding-bottom: 20px;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer li {
  margin: 0;
  padding: 0;
}

#footer li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 12px 16px;
  text-decoration: none;
}

#footer li a:before {
  content: "\f139";
  position: absolute;
  left: -3px;
  top: 0;
  font-family: "dashicons";
  color: #7FB349;
}

#footer li:last-child a {
  padding-bottom: 0;
}

#footer li.current_page_item a {
  color: #7FB349;
}

#footer a {
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

#footer a:hover {
  color: #7FB349;
}

#footer .address {
  padding-bottom: 15px;
}

#footer .opening .title {
  padding: 30px 0 15px 0;
}

#footer .logo-schuco-footer {
  display: block;
  width: 140px;
  height: auto;
  margin-top: 25px;
}

#footer-end {
  background: #616A70;
  font-size: 14px;
  padding: 30px;
  color: #FFF;
}

#footer-end .col-left {
  width: 80%;
}

#footer-end .col-right {
  float: none;
  position: absolute;
  right: 0;
  top: -6px;
  width: 20%;
  text-align: right;
}

#footer-end ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-end li {
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  position: relative;
}

#footer-end li:after {
  content: "•";
  font-size: 18px;
  color: #FFF;
  position: absolute;
  right: 12px;
  top: -3px;
}

#footer-end li:last-child:after {
  display: none;
}

#footer-end li a {
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
  transition: color 0.3s ease-in-out;
}

#footer-end li a:hover {
  color: #7FB349;
}

#footer-end a.no-link {
  color: #FFF;
  text-decoration: none;
}

#footer-end .social img {
  display: inline-block;
  width: 32px;
  height: auto;
  margin-left: 7px;
  color: #616A70;
}

#footer-end .social img:hover {
  opacity: 0.5;
}

/* -------------------- forms -------------------- */
#contact-form-onsite .input {
  background: #F1F1F2;
}

.rdsn-form {
  font-family: proxima-nova;
}

.rdsn-form .row {
  clear: both;
  margin: 0 0 8px 0;
  padding: 0;
}

.rdsn-form label {
  padding: 0 0 7px 0;
  font-size: 15px;
}

.rdsn-form .input {
  width: 100%;
  background: #EEE;
  color: #373D41;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  padding: 15px 15px;
  border: none;
}

.rdsn-form .input {
  font-family: proxima-nova;
}

.rdsn-form .input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rdsn-form .input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.rdsn-form .input.wee-field {
  width: 50%;
}

.rdsn-form label.error {
  display: none !important;
}

.rdsn-form .input.error {
  background: #d9e9c9 !important;
}

.rdsn-form .btn-form {
  margin-top: 15px;
  padding: 14px 35px;
}

.rdsn-form .lt-ie10 {
  display: none;
}

.rdsn-select .select2-container {
  width: 100% !important;
}

#contact-form {
  margin-top: 5px;
}

#contact-complete-message {
  color: #FFF;
  background: #7FB349;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 500;
}

#contact-complete-message.open {
  max-height: 1000px;
}

#contact-complete-message .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

#contact-complete-message h3 {
  color: #FFF;
  padding: 0 0 10px 0;
}

#contact-complete-message p:last-child {
  padding: 0;
}

#contact-complete-message .fancybox-button--close {
  position: absolute;
  right: 0;
  top: 0;
}

/*.contact-form img.icon-contact {width:20px;height:auto;}
.contact-form .phone {padding-bottom:7px;}
.contact-form .phone img.icon-contact {margin:0 10px -12px 0;}
.contact-form .email img.icon-contact {margin:0 10px -5px 0;}*/
.rdsn-table {
  margin: 10px 0 30px;
}

.rdsn-table td {
  background: #F1F1F2;
  border-right: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  min-width: 200px;
  padding: 10px;
}

/* -------------------- responsive -------------------- */
#nav-icon, #nav-mobile {
  display: none;
}

.responsive-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.responsive-frame iframe, .responsive-frame object, .responsive-frame embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CSS Document */
.news-index-posts-archive {
  margin-top: 0;
  margin-bottom: 60px;
}

.news-index-posts .news-grid-item {
  position: relative;
}
.news-index-posts .news-grid-item .newsrdate {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 22;
  width: 140px;
  height: 32px;
  border: none;
  border-top: 32px solid rgba(55, 61, 65, 0.9);
  border-left: 23px solid transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.news-index-posts .news-grid-item .newsrdate .newsrdate-inner {
  position: absolute;
  top: -23px;
  padding-right: 10px;
  font-size: 12px;
  color: white;
}

.bottom-alt {
  padding-bottom: 0 !important;
}

.small-texter {
  font-size: 0.95rem;
}

.zsp-space1 {
  margin-bottom: 20px;
}

.zsp-space2 {
  margin-bottom: 15px;
}

.zone-single-post {
  position: relative;
  margin-top: 125px;
}
.zone-single-post .flx-content-block .container {
  width: auto !important;
}
.zone-single-post .single-post-main {
  margin-top: -10px;
}
.zone-single-post .col-left div {
  max-width: 100%;
}
.zone-single-post .col-left .date {
  font-weight: 300;
  letter-spacing: 0.05rem;
}
.zone-single-post .news-post-thumbnail {
  position: relative;
  margin-bottom: 30px;
  max-height: 300px;
  overflow: hidden;
}
.zone-single-post .news-post-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.zone-single-post .news-post-thumbnail > .npt-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zone-single-post .news-post-thumbnail > .npt-inner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
}
ul.news-recent-post-list {
  list-style: none;
}
ul.news-recent-post-list li:before {
  display: none;
}
ul.news-recent-post-list li {
  margin: 0 0 20px 0;
  padding: 0 !important;
}
ul.news-recent-post-list li a {
  text-decoration: none;
}
ul.news-recent-post-list li a .dd {
  color: inherit;
  margin-bottom: -2px;
}
ul.news-recent-post-list li a .tt {
  color: rgb(114.1488095238, 160.8869047619, 65.6130952381);
  font-weight: 400;
}
ul.news-recent-post-list li a:hover {
  color: inherit;
}
ul.news-recent-post-list li a:hover .tt {
  text-decoration: underline;
}

.sbf-breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  height: 40px;
}
.sbf-breadcrumb a {
  font-size: inherit;
  display: inline-block;
  margin: 0 10px 0 0;
}

.news-index-bottom-spacer {
  height: 60px;
}

.home-news-panel {
  min-height: 300px;
  border: 1px solid #FFFFFF;
  padding: 100px 0;
  text-align: center;
}
.home-news-panel h2 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  padding: 0 0 80px 0;
}
.home-news-panel .news-index-posts {
  margin-top: -35px !important;
  margin-bottom: 15px !important;
}

/* CSS Document */
/* CSS Document */
/* -------------------- custom pagination -------------------- */
.sb-paginator {
  width: auto;
  margin: 60px 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sb-paginator .nx {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-right: 4px;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.sb-paginator .pv {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-left: 4px;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.sb-paginator ul {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.sb-paginator ul > li {
  flex: 1;
}

.sb-paginator ul > li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.6rem;
  color: #111;
  background: none;
  width: 35px;
  height: 35px;
}

.sb-paginator ul > li a:hover {
  background: #E3E3E3;
  color: #111;
}

.sb-paginator ul > li a.disc {
  background: #7FB349;
}

.sb-paginator ul > li a.disc:hover {
  background: #7FB349;
}

.sb-paginator ul > li.curr a {
  color: #FFF;
  background: #616A70;
}

@media (max-width: 720px) {
  .sb-paginator ul li.null {
    display: none;
  }
}
/* Global Gravity Forms submit button (high specificity) */
.gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_wrapper.gravity-theme .gform_page_footer .gform_button,
.gform_wrapper.gravity-theme input[type=submit].gform_button,
.gform_wrapper.gravity-theme button[type=submit].gform_button,
.gform_wrapper .gform_footer .gform_button,
.gform_wrapper .gform_page_footer .gform_button,
.gform_wrapper input[type=submit].gform_button,
.gform_wrapper button[type=submit].gform_button,
.gform-theme .gform_button {
  background-color: #373c3f !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 0.75rem 2rem !important;
  border: 0 !important;
  border-radius: 9999px !important; /* pill */
  font-size: 1rem !important;
  line-height: 1.2 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.02s ease;
}

.gform_wrapper .gform_button:hover,
.gform-theme .gform_button:hover {
  background-color: #2c3133 !important;
}

.gform_wrapper .gform_button:active,
.gform-theme .gform_button:active {
  transform: translateY(1px);
}

/* === Gravity Forms: borders + text color (aggressive) === */
/* 1) INPUT BORDERS — covers most field types except radios/checkboxes */
.gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container input[type=file] {
  border-color: #c4c4c4 !important;
}

/* Optional: keep focus border consistent (remove if you want your theme's focus ring) */
.gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):focus,
.gform_wrapper .ginput_container textarea:focus,
.gform_wrapper .ginput_container select:focus {
  border-color: #c4c4c4 !important;
}

/* 2) GENERAL TEXT COLOR — exclude .gfield_description on purpose */
.gform_wrapper .gform_title,
.gform_wrapper .gform_description,
.gform_wrapper .gsection_title,
.gform_wrapper .gfield_label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label,
.gform_wrapper .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select,
.gform_wrapper .gform_page_footer,
.gform_wrapper .gform_footer {
  color: #373D41 !important;
}

/* Do NOT change field help/description text */
.gform_wrapper .gfield_description { /* intentionally untouched */ }

/* CSS Document */
/* -------------------- responsive over-rides -------------------- */
@media (max-width: 1500px) {
  .home #banner .headline, #banner .headline {
    font-size: 42px;
  }
  .home #banner .text, #banner .text {
    font-size: 21px;
  }
  .home #banner .wedge-left {
    width: 70%;
  }
}
@media (max-width: 1500px) {
  #home-boxes h3.inner {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .home #banner .headline, #banner .headline {
    font-size: 36px;
  }
  .home #banner .text, #banner .text {
    font-size: 18px;
  }
  .home #banner .wedge-left {
    width: 70%;
  }
  #nav li {
    padding: 0 0 0 30px;
  }
  #nav ul ul {
    left: 0;
  }
}
@media (max-width: 996px) {
  #nav {
    display: none;
  }
  #nav-icon {
    display: block;
    position: absolute;
    right: 4%;
    top: 45px;
    width: 42px;
    height: 32px;
    margin: 0;
    cursor: pointer;
    z-index: 300;
  }
  #nav-icon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    border-radius: 0;
    opacity: 1;
    left: 0;
  }
  #nav-icon span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 12px;
  }
  #nav-icon span:nth-child(4) {
    top: 24px;
  }
  #nav-icon.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav-icon.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  #masthead.scrolling #nav-icon {
    top: 16px;
  }
  #nav-mobile {
    display: block;
    position: fixed;
    right: -300px;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 300px;
    height: 100%;
    background: rgba(55, 61, 65, 0.9);
    text-align: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 200;
  }
  #nav-mobile.open {
    right: 0;
    -webkit-box-shadow: -10px 0 15px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -10px 0 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: -10px 0 15px 0 rgba(0, 0, 0, 0.25);
  }
  #nav-mobile > ul {
    margin: 50px 0 0 0;
  }
  #nav-mobile ul {
    list-style: none;
    width: 200px;
    padding: 50px;
  }
  #nav-mobile li {
    margin: 0;
    padding: 0;
    position: relative;
  }
  #nav-mobile li.link-home svg {
    width: 27px;
    height: 26px;
    fill: #FFF;
    transition: all 0.5s ease-in-out;
  }
  #nav-mobile li.link-home a:hover svg {
    fill: #7FB349;
  }
  .home #nav-mobile li.link-home a svg {
    fill: #7FB349;
  }
  #nav-mobile li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 12px 0;
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
    text-transform: lowercase;
    text-decoration: none;
  }
  #nav-mobile li a:hover {
    color: #7FB349;
    text-decoration: none;
  }
  #nav-mobile li.current_page_item a, #nav li.current_page_item a:hover, #nav-mobile li.current_page_ancestor a, #nav li.current_page_ancestor a:hover {
    color: #7FB349;
    text-decoration: none;
  }
  #nav-mobile ul ul {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 20px;
    transition: max-height 0.8s ease-in-out;
  }
  #nav-mobile ul li.open ul {
    max-height: 600px;
  }
  #nav-mobile li li a {
    color: #FFF !important;
    font-size: 20px;
    padding: 10px 0;
  }
  #nav-mobile > ul > li.page_item_has_children.current_page_item > ul {
    max-height: 600px;
  }
  #nav-mobile > ul > li.page_item_has_children.current_page_ancestor > ul {
    max-height: 600px;
  }
  #nav-mobile > ul > li.page_item_has_children > a:before {
    content: "+";
    position: absolute;
    left: -18px;
    top: 14px;
  }
  #nav-mobile li li.current_page_item a {
    color: #7FB349 !important;
  }
  #nav-mobile ul ul.open {
    max-height: 2000px;
  }
  .home #banner .wedge-left {
    width: 85%;
  }
  .container {
    width: auto;
    margin: 0 30px;
  }
  #banner .text {
    font-size: 18px;
  }
  #featured-projects .grid-item {
    width: 47%;
    margin-bottom: 3%;
  }
  .grid-item.animdelay-4:nth-child(1), .cs-item.animdelay-4:nth-child(4n+1) {
    animation-delay: 0s;
  }
  .grid-item.animdelay-4:nth-child(2), .cs-item.animdelay-4:nth-child(4n+2) {
    animation-delay: 0s;
  }
  .grid-item.animdelay-4:nth-child(3), .cs-item.animdelay-4:nth-child(4n+3) {
    animation-delay: 0s;
  }
  .grid-item.animdelay-4:nth-child(4), .cs-item.animdelay-4:nth-child(4n+4) {
    animation-delay: 0s;
  }
  .grid-item.animdelay-4:nth-child(1), .cs-item.animdelay-4:nth-child(2n+1) {
    animation-delay: 0s;
  }
  .grid-item.animdelay-4:nth-child(2), .cs-item.animdelay-4:nth-child(2n+2) {
    animation-delay: 0.25s;
  }
  .grid-item.animdelay-4:nth-child(3), .cs-item.animdelay-4:nth-child(2n+3) {
    animation-delay: 0s;
  }
  .grid-item.animdelay-4:nth-child(4), .cs-item.animdelay-4:nth-child(2n+4) {
    animation-delay: 0.25s;
  }
  #footer .col-01 {
    padding-right: 30%;
  }
  #footer .col-02 {
    padding: 0;
    border-left: none;
    border-right: 0;
  }
  #footer .col {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #616A70;
  }
  #footer .col-03 {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  #project-grid .col-four .grid-item {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .col-four .grid-item:nth-child(4n+1) {
    animation-delay: 0s;
  }
  .col-four .grid-item:nth-child(4n+2) {
    animation-delay: 0s;
  }
  .col-four .grid-item:nth-child(4n+3) {
    animation-delay: 0s;
  }
  .col-four .grid-item:nth-child(4n+4) {
    animation-delay: 0s;
  }
  .col-four .grid-item:nth-child(2n+1) {
    animation-delay: 0s;
  }
  .col-four .grid-item:nth-child(2n+2) {
    animation-delay: 0.25s;
  }
  #products h3.inner {
    font-size: 18px;
  }
}
@media (max-width: 720px) {
  #masthead .header-logo {
    left: 30px;
  }
  #nav-icon {
    right: 30px;
  }
  #pager {
    display: none !important;
  }
  .home #banner .headline {
    font-size: 30px;
  }
  #banner .headline {
    font-size: 32px;
  }
  #banner-nav {
    left: 30px;
  }
  #banner .btn-line {
    padding: 8px 24px;
  }
  .home #banner .text {
    display: none;
  }
  #banner .btn-wrapper {
    margin-top: 20px;
  }
  #banner-wrapper {
    height: 350px;
  }
  #banner .wedge-left .content {
    left: 30px;
  }
  #banner-wrapper .wedge-right {
    width: 200px;
    height: 200px;
  }
  .home #banner .wedge-left {
    width: 97%;
  }
  #banner .wedge-left {
    width: 90%;
  }
  .row-mid {
    padding: 60px 0;
  }
  .col-right {
    float: none;
    width: 100%;
  }
  .col-left {
    float: none;
    width: 100%;
  }
  .col-left.col-half, .col-right.col-half {
    width: 100%;
  }
  .col-left.col-half {
    margin-bottom: 30px;
  }
  .flx-grid .content {
    width: 100% !important;
    float: none !important;
  }
  .flx-grid .image {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    float: none !important;
    margin: 0 0 30px 0;
  }
  .flx-grid .image.match {
    height: 300px;
  }
  .flx-grid .img-right .image.match {
    margin-bottom: 30px;
  }
  .flx-grid .image.border {
    margin-bottom: 30px;
  }
  .flx-grid .row-wrapper.img-left {
    margin-top: 30px;
  }
  .flx-grid.caption .image {
    margin-bottom: 10px;
  }
  .flx-divider.collapse-mobile {
    height: 20px !important;
  }
  .col-three .grid-item {
    width: 47%;
  }
  .col-three .grid-item:nth-child(3n+1) {
    animation-delay: 0s;
  }
  .col-three .grid-item:nth-child(3n+2) {
    animation-delay: 0s;
  }
  .col-three .grid-item:nth-child(3n+3) {
    animation-delay: 0s;
  }
  .col-three .grid-item:nth-child(2n+1) {
    animation-delay: 0s;
  }
  .col-three .grid-item:nth-child(2n+2) {
    animation-delay: 0.25s;
  }
  .col-four {
    margin: 0;
  }
  .col-four .grid-item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .col-four .grid-item:nth-child(2n+2) {
    animation-delay: 0s;
  }
  .fancybox-navigation .fancybox-button {
    width: 30px;
    height: 50px;
    top: calc(50% - 25px);
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    padding: 10px 0;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    padding: 10px 0;
  }
  #home-boxes .grid-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #featured-projects .grid-wrapper {
    margin: 0;
  }
  #featured-projects .grid-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #project-grid .container {
    width: auto;
  }
  #project-grid .col-four .grid-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #products .grid-wrapper {
    margin: 0;
  }
  #products .grid-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .grid-item.animdelay-4, .cs-item.animdelay-4 {
    animation-delay: 0s !important;
  }
  .rdsn-form .input.wee-field {
    width: 70%;
  }
  #footer .col-01 {
    padding-right: 0;
  }
  #footer-end .col-left {
    width: 100%;
  }
  #footer-end .col-right {
    float: none;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    text-align: left;
    margin-top: 15px;
  }
  #footer-end .social img {
    margin: 0 7px 0 0;
  }
  #footer-end {
    padding: 30px 0;
  }
  #footer-end .copyright {
    clear: both;
    display: block;
    padding-top: 15px;
  }
}
@media (max-width: 640px) {
  #cookie-consent .content {
    margin-right: 0;
  }
  #cookie-consent .btn-solid {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 15px;
  }
}

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