/*
Theme Name: gernt
Description: Dedicated Wordpress theme for gernt
*/
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Colors */
/* Font Sizes */
/* Layout */
/* Content Images */
/* Sidebar */
/* Fallbacks / browser support */
/* ==========================================================================
	Media queries
/* ========================================================================== */
/* Custom breakpoints */
/* ==========================================================================
	Images
/* ========================================================================== */
/* Uncomment when using sprites: */
/* Uncomment when using sprites for retina images: */
/* Uncomment when using sprites fallback for IE8: */
/* Project supports: */
/* Paths: */
@font-face {
  font-family: 'Nanami-Book';
  src: url("fonts/Nanami-Book-webfont.eot");
  src: url("fonts/Nanami-Book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Nanami-Book-webfont.woff") format("woff"), url("fonts/Nanami-Book-webfont.ttf") format("truetype"), url("fonts/Nanami-Book-webfont.svg#Nanami-Book-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nanami-Light';
  src: url("fonts/Nanami-Light-webfont.eot");
  src: url("fonts/Nanami-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Nanami-Light-webfont.woff") format("woff"), url("fonts/Nanami-Light-webfont.ttf") format("truetype"), url("fonts/Nanami-Light-webfont.svg#Nanami-Light-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nanami-Thin';
  src: url("fonts/Nanami-Thin-webfont.eot");
  src: url("fonts/Nanami-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Nanami-Thin-webfont.woff") format("woff"), url("fonts/Nanami-Thin-webfont.ttf") format("truetype"), url("fonts/Nanami-Thin-webfont.svg#Nanami-Thin-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
/* ==========================================================================
	Base
	/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/gernt/css/_global.scss */
html {
  height: auto;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

/* line 14, ../../../../source/wp-content/themes/gernt/css/_global.scss */
html,
button,
input,
select,
textarea {
font-family: 'Open Sans', sans-serif;
  color: #6a994d;
  font-size: 20px;
}

/* line 22, ../../../../source/wp-content/themes/gernt/css/_global.scss */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
  background: #f4f4f4;
  -webkit-font-smoothing: antialiased;
}

/* line 33, ../../../../source/wp-content/themes/gernt/css/_global.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 40, ../../../../source/wp-content/themes/gernt/css/_global.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 46, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.gm-style img {
  max-width: none;
}

/* ==========================================================================
	Links
	/* ========================================================================== */
/* line 54, ../../../../source/wp-content/themes/gernt/css/_global.scss */
a {
  color: #26527c;
  text-decoration: underline;
}
/* line 57, ../../../../source/wp-content/themes/gernt/css/_global.scss */
a img {
  border: 0;
}

/* line 61, ../../../../source/wp-content/themes/gernt/css/_global.scss */
a:focus,
a:hover {
  color: #08111a;
}

/* line 65, ../../../../source/wp-content/themes/gernt/css/_global.scss */
a:focus {
  outline: 0;
}

/* line 68, ../../../../source/wp-content/themes/gernt/css/_global.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
	/* ========================================================================== */
/* Headers */
/* line 79, ../../../../source/wp-content/themes/gernt/css/_global.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1.5em;
}

/* line 83, ../../../../source/wp-content/themes/gernt/css/_global.scss */
h1 {
  font-size: 2em;
}

/* line 86, ../../../../source/wp-content/themes/gernt/css/_global.scss */
h2 {
  font-size: 1.5em;
}

/* line 89, ../../../../source/wp-content/themes/gernt/css/_global.scss */
h3 {
  font-size: 1.3em;
}

/* line 92, ../../../../source/wp-content/themes/gernt/css/_global.scss */
h4 {
  font-size: 1.3em;
  font-weight: normal;
}

/* line 96, ../../../../source/wp-content/themes/gernt/css/_global.scss */
h5, h6 {
  font-size: 1.1em;
}

/* Content Block Elements */
/* line 102, ../../../../source/wp-content/themes/gernt/css/_global.scss */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1em;
}

/* Paragraphs */
/* Lists */
/* line 119, ../../../../source/wp-content/themes/gernt/css/_global.scss */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/* Selection Colors */
/* line 127, ../../../../source/wp-content/themes/gernt/css/_global.scss */
::-moz-selection {
  background: #f4f4f4;
  color: #fff;
  text-shadow: none;
}

/* line 132, ../../../../source/wp-content/themes/gernt/css/_global.scss */
::selection {
  background: #f4f4f4;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
	/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
/* line 144, ../../../../source/wp-content/themes/gernt/css/_global.scss */
button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* Responsive Media Styles */
/* line 172, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
/* line 2, ../../../../source/wp-content/themes/gernt/css/_mixins.scss */
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}

/* Floats */
/* line 189, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.floatleft,
.fl {
  float: left;
}

/* line 193, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.floatright,
.fr {
  float: right;
}

/* line 197, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/* line 201, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/* line 206, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.alignnone {
  display: inline-block;
}

/* line 209, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
	/* ========================================================================== */
/* line 222, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.container {
  width: 1030px;
  padding: 0 0;
  margin: 0 auto;
}
/* line 2, ../../../../source/wp-content/themes/gernt/css/_mixins.scss */
.container:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1229px) {
  /* line 222, ../../../../source/wp-content/themes/gernt/css/_global.scss */
  .container {
    width: 1030px;
  }
}
@media (max-width: 1056px) {
  /* line 222, ../../../../source/wp-content/themes/gernt/css/_global.scss */
  .container {
    width: 900px;
  }
}
@media (max-width: 991px) {
  /* line 222, ../../../../source/wp-content/themes/gernt/css/_global.scss */
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  /* line 222, ../../../../source/wp-content/themes/gernt/css/_global.scss */
  .container {
    width: 100%;
  }
}

/* line 242, ../../../../source/wp-content/themes/gernt/css/_global.scss */
header.main {
  background: whitesmoke;
  min-height: 144px;
}
@media (max-width: 767px) {
  /* line 242, ../../../../source/wp-content/themes/gernt/css/_global.scss */
  header.main {
    min-height: 150px;
  }
}

/* line 250, ../../../../source/wp-content/themes/gernt/css/_global.scss */
footer.main {
  background: whitesmoke;
  min-height: 255px;
}

/* line 255, ../../../../source/wp-content/themes/gernt/css/_global.scss */
main {
  float: left;
  width: 100%;
}
/* line 258, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.error404 main {
  text-align: center;
}
/* line 260, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.error404 main ul {
  text-align: left;
}

/* line 266, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.content {
  padding: 20px 0;
}

/* line 270, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.content.full-width,
.full-width {
  float: none;
  width: 100%;
}

/* line 276, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.widget-area {
  float: left;
  /*		width: $sidebar_width;*/
  padding: 20px 0;
}

/* line 281, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.widget {
  margin-bottom: 20px;
}

/* line 285, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.article {
  margin-bottom: 1em;
}

/* Navigation */
/*	nav {
		& > ul {
			margin: 0;
			padding: 0;
		}
		ul {
			@include cf();
			li {
				float: left;
				display: block;
				margin-left: 0;
				&:first-child {
					margin-left: 0;
				}
				.sub-menu {
					display: none;
				}
				&:hover {
					& > ul {
						display: block;
					}
				}
			}
		}
	}
	*/
/* Paginations */
/* line 320, ../../../../source/wp-content/themes/gernt/css/_global.scss */
.navigation.pagination {
  clear: both;
}

/* line 324, ../../../../source/wp-content/themes/gernt/css/_global.scss */
* {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* ===================
==========================================================
	Layout
	/* ========================================================================== */
/* line 17, ../../../../source/wp-content/themes/gernt/style.scss */
header.main {
  width: 100%;
}
/* line 20, ../../../../source/wp-content/themes/gernt/style.scss */
header.main .search-area {
  width: 240px;
  height: 44px;
  top: 103px;
  display: none;
  right: 11px;
  position: absolute;
  z-index: 10;
}
/* line 28, ../../../../source/wp-content/themes/gernt/style.scss */
header.main .search-area:before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 10px 8.5px;
  border-color: transparent transparent #4e9b46 transparent;
  content: " ";
  top: -10px;
  right: 21px;

}
/* line 41, ../../../../source/wp-content/themes/gernt/style.scss */
header.main .search-field {
  width: 240px;
  height: 44px;
  background-color: #fff;
  border: 3px solid #4E9B46;
font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #555;
  line-height: normal;
  color: #555;
  padding: 8px 12px;
  line-height: 15px;
  z-index: 10;
  position: inherit;
   -webkit-appearance: none;
}
/* line 54, ../../../../source/wp-content/themes/gernt/style.scss */
header.main .container {
  background-color: #fff;
  min-height: 144px;
}
@media (max-width: 991px) {
  /* line 53, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main .container {
    min-height: 160px;
  }
}
@media (max-width: 479px) {
  /* line 53, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main .container {
    min-height: 150px;
  }
}
/* line 66, ../../../../source/wp-content/themes/gernt/style.scss */
header.main .top-bar {
  min-height: 41px;
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: #555;
  text-align: right;
  letter-spacing: 0.6px;
  padding-right: 53px;
  padding-top: 6px;
}
/* line 2, ../../../../source/wp-content/themes/gernt/css/_mixins.scss */
header.main .top-bar:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  /* line 66, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main .top-bar {
    display: none;
  }
}
/* line 79, ../../../../source/wp-content/themes/gernt/style.scss */
header.main .top-bar a {
  color: #fff;
}
/* line 83, ../../../../source/wp-content/themes/gernt/style.scss */
header.main .top-bar .call-us {
  float: right;
  padding-top: 2px;
  padding-right: 0px;
}
@media (max-width: 991px) {
  /* line 83, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main .top-bar .call-us {
    display: none;
  }
}
/* line 93, ../../../../source/wp-content/themes/gernt/style.scss */
header.main .top-bar .socials {
  float: right;
}
@media (max-width: 991px) {
  /* line 93, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main .top-bar .socials {
    display: none;
  }
}
/* line 100, ../../../../source/wp-content/themes/gernt/style.scss */
header.main .top-bar .socials a {
  margin-left: 10px;
}
/* line 106, ../../../../source/wp-content/themes/gernt/style.scss */
header.main .main-wrap {
  position: relative;

}
/* line 2, ../../../../source/wp-content/themes/gernt/css/_mixins.scss */
header.main .main-wrap:after {
  content: '';
  display: table;
  clear: both;
  
}
/* line 110, ../../../../source/wp-content/themes/gernt/style.scss */
header.main .main-wrap .search-ico {
  width: 17px;
  height: 17px;
  background-image: url("images/search-ico.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 65px;
  margin-left: 50px;
}
@media (max-width: 991px) {
  /* line 110, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main .main-wrap .search-ico {
    display: none;
  }
}
/* line 126, ../../../../source/wp-content/themes/gernt/style.scss */
header.main .main-wrap .logo {
  padding-left: 30px;
  float: left;
}
@media (max-width: 1056px) {
  /* line 126, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main .main-wrap .logo {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  /* line 126, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main .main-wrap .logo {
    position: absolute;
    top: 20px;
    width: 403px;
    left: 50%;
    padding-left: 0;
    margin-left: -202px;
  }
}
@media (max-width: 479px) {
  /* line 126, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main .main-wrap .logo {
    width: 308px;
    margin-left: -154px;
    top: 29px;
  }
}
/* line 150, ../../../../source/wp-content/themes/gernt/style.scss */
header.main .main-wrap .logo .call-us-mobile {
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  color: #555;
  text-align: center;
  padding-top: 10px;
  display: none;
}
@media (max-width: 991px) {
  /* line 150, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main .main-wrap .logo .call-us-mobile {
    display: block;
  }
}
@media (max-width: 479px) {
  /* line 150, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main .main-wrap .logo .call-us-mobile {
    padding-top: 16px;
    padding-left: 8px;
    text-align: left;
    font-size: 20px;
  }
}
/* line 172, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav {
  float: left;
  padding-top: 62px;
  padding-left: 27px;
}
@media (max-width: 1056px) {
  /* line 172, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main nav {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  /* line 172, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main nav {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 172, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main nav {
    display: none;
  }
}
/* line 189, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  /* line 189, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main nav ul {
    text-align: center;
    display: inline-block;
    margin-top: 60px;
  }
}
/* line 201, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav ul li {
  float: left;
  margin-right: 52px;
}
@media (max-width: 1056px) {
  /* line 201, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main nav ul li {
    margin-right: 10px;
  }
}
/* line 209, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav ul li:last-child {
  margin-right: 0;
}
/* line 213, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav ul li a {
  float: left;
  padding: 0px 5px 41px 5px;
  text-decoration: none;
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #555;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 213, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main nav ul li a {
    padding: 0px 15px 0px 15px;
  }
}
/* line 226, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav ul li.current-menu-item a {
  color: #4e9b46;
}
/* line 231, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav ul li a:hover,
header.main nav ul li:hover > a {
  color: #4e9b46;
}
/* line 237, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav li ul a:hover,
header.main nav ul li li:hover > a {
  color: #4e9b46;
}
/* line 242, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav li ul {
  background: #fff;
  left: -999em;
  margin: 31px 0 0;
  position: absolute;
  width: 166px;
  z-index: 9999;
}
/* line 251, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav ul ul li a {
  padding: 0 10px 4px 7px;
}
/* line 255, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav li:hover ul {
  left: auto;
}
/* line 259, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav li ul a {
  background: none;
  border: 0 none;
  margin-right: 0;
  width: 166px;
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #317940;
}
/* line 267, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav li li ul {
  margin: -1px 0 0 166px;
  visibility: hidden;
}
/* line 272, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav li li:hover ul {
  visibility: visible;
}
/* line 284, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile {
  display: none;
  text-align: right;
  float: none;
  width: 750px;
  margin-top: 0;
  padding-top: 0;
  display: none;
  height: auto;
  position: absolute;
  left: auto;
  right: auto;
  padding-left: 0;
    z-index: 10;

}
@media (max-width: 991px) {
  /* line 284, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main nav.mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 284, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main nav.mobile {
    width: 100%;
    left: 0;
    right: 0;
  }
}
/* line 308, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile button {
  border: 0;
  width: 44px;
  height: 34px;
  background: url("images/menu-icon.png");
  background-repeat: no-repeat;
  font-size: 0;
  text-indent: 200%;
  cursor: pointer;
  padding: 0;
  right: 50%;
  margin-right: -209px;
  top: 115px;
  position: absolute;
  display: block;
  border: none;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
}
@media (max-width: 479px) {
  /* line 308, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main nav.mobile button {
    margin-right: -152px;
    top: 109px;
  }
}
/* line 335, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile button:expanded {
  transform: rotate(90deg);
  background-color: transparent;
  border: 0;
}
/* line 341, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile ul {
  list-style: none;
  padding-left: 0;
  display: none;
  margin-top: 159px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  /*				position: relative;*/
}
@media (max-width: 767px) {
  /* line 341, ../../../../source/wp-content/themes/gernt/style.scss */
  header.main nav.mobile ul {
    margin-top: 150px;
  }
}
/* line 355, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile ul li:hover {
  background-color: #4e9b46;
}
/* line 357, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile ul li:hover a {
  color: #fff;
}
/* line 361, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile ul li {
  /*					position: relative;*/
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  width: 100%;
}
/* line 369, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile ul li a {
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #555;
  text-decoration: none;
  letter-spacing: 2.4px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 379, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile ul li a:hover {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 390, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile li ul {
  background-color: #4e9b46;
  left: 0;
  margin: 0;
  /*			position: absolute;*/
  width: 100%;
  z-index: 9999;
  display: block;
}
/* line 400, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile li ul li a {
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #555;
}
/* line 402, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile li ul li a:hover {
  color: #fff;
}
/* line 410, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile li:hover ul {
  left: auto;
}
/* line 414, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile li ul a {
  background: none;
  border: 0 none;
  margin-right: 0;
  width: 100%;
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #555;
}
/* line 421, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile li ul {
  /*	margin: -1px 0 0 200px;*/
  visibility: hidden;
}
/* line 426, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile li:hover ul {
  visibility: visible;
  position: relative;
}
/* line 430, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile li li ul {
  /*	margin: -1px 0 0 200px;*/
  visibility: hidden;
  position: relative;
}
/* line 436, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile li li:hover ul {
  visibility: visible;
  position: relative;
}
/* line 448, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile ul li a:hover,
header.main nav.mobile ul li:hover > a {
  color: #fff;
  background-color: #4e9b46;
  font-size: 18px;
}
/* line 455, ../../../../source/wp-content/themes/gernt/style.scss */
header.main nav.mobile li ul a:hover,
header.main nav.mobile ul li li:hover > a {
  color: #fff;
  background-color: #4e9b46;
}

/* line 465, ../../../../source/wp-content/themes/gernt/style.scss */
header.green {
  width: 100%;
}
/* line 468, ../../../../source/wp-content/themes/gernt/style.scss */
header.green .search-area {
  width: 240px;
  height: 44px;
  top: 103px;
  display: none;
  right: 11px;
  position: absolute;
}
/* line 476, ../../../../source/wp-content/themes/gernt/style.scss */
header.green .search-area:before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 10px 8.5px;
  border-color: transparent transparent #fff transparent;
  content: " ";
  top: -10px;
  right: 21px;
}
/* line 489, ../../../../source/wp-content/themes/gernt/style.scss */
header.green .search-field {
  width: 240px;
  height: 44px;
  background-color: #4E9B46;
  border: 3px solid #fff;
font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  line-height: normal;
  color: #fff;
  padding: 8px 12px;
  line-height: 15px;
  -webkit-appearance: none;
}
/* line 502, ../../../../source/wp-content/themes/gernt/style.scss */
header.green .container {
  background-image: url("images/bg-header-p.jpg");
  background-repeat: repeat-x;
  height: 172px;
}
@media (max-width: 991px) {
  /* line 502, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green .container {
    height: 150px;
  }
}
@media (max-width: 767px) {
  /* line 502, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green .container {
    height: 150px;
  }
}
/* line 517, ../../../../source/wp-content/themes/gernt/style.scss */
header.green .top-bar {
  min-height: 41px;
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: #fff;
  text-align: right;
  letter-spacing: 0.6px;
  padding-right: 53px;
  padding-top: 6px;
}
/* line 2, ../../../../source/wp-content/themes/gernt/css/_mixins.scss */
header.green .top-bar:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  /* line 517, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green .top-bar {
    display: none;
  }
}
/* line 530, ../../../../source/wp-content/themes/gernt/style.scss */
header.green .top-bar a {
  color: #fff;
  text-decoration: none;
}
/* line 536, ../../../../source/wp-content/themes/gernt/style.scss */
header.green .top-bar .call-us {
  float: right;
  padding-top: 2px;
  padding-right: 0px;
}
@media (max-width: 991px) {
  /* line 536, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green .top-bar .call-us {
    display: none;
  }
}
/* line 546, ../../../../source/wp-content/themes/gernt/style.scss */
header.green .top-bar .socials {
  float: right;
}
@media (max-width: 991px) {
  /* line 546, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green .top-bar .socials {
    display: none;
  }
}
/* line 553, ../../../../source/wp-content/themes/gernt/style.scss */
header.green .top-bar .socials a {
  margin-left: 10px;
}
/* line 559, ../../../../source/wp-content/themes/gernt/style.scss */
header.green .main-wrap {
  padding-top: 7px;
  position: relative;
}
/* line 2, ../../../../source/wp-content/themes/gernt/css/_mixins.scss */
header.green .main-wrap:after {
  content: '';
  display: table;
  clear: both;
}
/* line 564, ../../../../source/wp-content/themes/gernt/style.scss */
header.green .main-wrap .search-ico {
  width: 17px;
  height: 17px;
  background-image: url("images/search-icon-w.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 66px;
  margin-left: 50px;
}
@media (max-width: 991px) {
  /* line 564, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green .main-wrap .search-ico {
    display: none;
  }
}
/* line 579, ../../../../source/wp-content/themes/gernt/style.scss */
header.green .main-wrap .logo {
  padding-left: 30px;
  float: left;
}
@media (max-width: 1056px) {
  /* line 579, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green .main-wrap .logo {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  /* line 579, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green .main-wrap .logo {
    position: absolute;
    top: 20px;
    width: 403px;
    left: 50%;
    padding-left: 0;
    margin-left: -202px;
  }
}
@media (max-width: 479px) {
  /* line 579, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green .main-wrap .logo {
    width: 308px;
    margin-left: -154px;
    top: 29px;
  }
}
/* line 603, ../../../../source/wp-content/themes/gernt/style.scss */
header.green .main-wrap .logo .call-us-mobile {
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  display: none;
}
@media (max-width: 991px) {
  /* line 603, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green .main-wrap .logo .call-us-mobile {
    display: block;
  }
}
@media (max-width: 479px) {
  /* line 603, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green .main-wrap .logo .call-us-mobile {
    padding-top: 16px;
    padding-left: 8px;
    text-align: left;
    font-size: 20px;
  }
}
/* line 625, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav {
  float: left;
  padding-top: 62px;
  padding-left: 27px;
}
@media (max-width: 1056px) {
  /* line 625, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green nav {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  /* line 625, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green nav {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 625, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green nav {
    display: none;
  }
}
/* line 642, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  /* line 642, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green nav ul {
    text-align: center;
    display: inline-block;
    margin-top: 60px;
  }
}
/* line 654, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav ul li {
  float: left;
  margin-right: 52px;
  padding-bottom: 26px;
}
@media (max-width: 1056px) {
  /* line 654, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green nav ul li {
    margin-right: 10px;
  }
}
/* line 663, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav ul li:last-child {
  margin-right: 0;
}
/* line 667, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav ul li a {
  float: left;
  padding: 5px 5px 6px 5px;
  text-decoration: none;
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 667, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green nav ul li a {
    padding: 0px 15px 0px 15px;
  }
}
/* line 680, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav ul li.current-menu-item a {
  color: #317940;
  background-color: #fff;
}
/* line 686, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav ul li a:hover,
header.green nav ul li:hover > a {
  color: #317940;
  background-color: #fff;
}
/* line 693, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav li ul a:hover,
header.green nav ul li li:hover > a {
  color: #4e9b46;
}
/* line 698, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav li ul {
  background: #fff;
  left: -999em;
  margin: 31px 0 0;
  position: absolute;
  width: 166px;
  z-index: 9999;
}
/* line 706, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav ul ul li {
  padding-bottom: 0;
}
/* line 710, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav ul ul li a {
  padding: 5px 10px 4px 7px;
}
/* line 714, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav li:hover ul {
  left: auto;
}
/* line 718, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav li ul a {
  background: none;
  border: 0 none;
  margin-right: 0;
  width: 166px;
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #317940;
}
/* line 726, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav li li ul {
  margin: -1px 0 0 166px;
  visibility: hidden;
}
/* line 731, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav li li:hover ul {
  visibility: visible;
}
/* line 743, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile {
  display: none;
  text-align: right;
  float: none;
  width: 750px;
  margin-top: 0;
  padding-top: 0;
  display: none;
  height: auto;
  position: absolute;
  left: auto;
  right: auto;
  padding-left: 0;
}
@media (max-width: 991px) {
  /* line 743, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green nav.mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 743, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green nav.mobile {
    width: 100%;
    left: 0;
    right: 0;
  }
}
/* line 767, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile button {
  border: 0;
  width: 44px;
  height: 34px;
  background: url("images/menu-icon-w.png");
  background-repeat: no-repeat;
  font-size: 0;
  text-indent: 200%;
  cursor: pointer;
  padding: 0;
  right: 50%;
  margin-right: -209px;
  top: 109px;
  position: absolute;
  display: block;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
}
@media (max-width: 479px) {
  /* line 767, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green nav.mobile button {
    margin-right: -152px;
    top: 100px;
  }
}
/* line 792, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile button:expanded {
  transform: rotate(90deg);
  background-color: transparent;
  border: 0;
}
/* line 798, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile ul {
  list-style: none;
  padding-left: 0;
  display: none;
  margin-top: 143px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  /*	position: relative;*/
}
@media (max-width: 479px) {
  /* line 798, ../../../../source/wp-content/themes/gernt/style.scss */
  header.green nav.mobile ul {
    margin-top: 143px;
  }
}
/* line 812, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile ul li:hover {
  background-color: #4e9b46;
}
/* line 814, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile ul li:hover a {
  color: #fff;
}
/* line 818, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile ul li {
  /*		position: relative;*/
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 828, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile ul li a {
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #555;
  text-decoration: none;
  letter-spacing: 2.4px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 838, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile ul li a:hover {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 849, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile li ul {
  background-color: #33773f;
  left: 0;
  margin: 0;
  /*	position: relative;*/
  /*margin-top: 60px;*/
  width: 100%;
  z-index: 9999;
  display: block;
}
/* line 860, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile li ul li a {
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #555;
}
/* line 862, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile li ul li a:hover {
  color: #fff;
}
/* line 870, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile li:hover ul {
  left: auto;
}
/* line 874, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile li ul a {
  background: none;
  border: 0 none;
  margin-right: 0;
  width: 100%;
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #555;
}
/* line 881, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile li ul {
  /*	margin: -1px 0 0 200px;*/
  visibility: hidden;
}
/* line 887, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile li:hover ul {
  visibility: visible;
  position: relative;
}
/* line 891, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile li li ul {
  /*	margin: -1px 0 0 200px;*/
  visibility: hidden;
  position: relative;
}
/* line 897, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile li li:hover ul {
  visibility: visible;
}
/* line 908, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile ul li a:hover,
header.green nav.mobile ul li:hover > a {
  color: #fff;
  background-color: #4e9b46;
  font-size: 18px;
}
/* line 915, ../../../../source/wp-content/themes/gernt/style.scss */
header.green nav.mobile li ul a:hover,
header.green nav.mobile ul li li:hover > a {
  color: #fff;
  background-color: #33773f;
}

/* line 928, ../../../../source/wp-content/themes/gernt/style.scss */
main .quote {
  width: 100%;
  min-height: 79px;
  background-color: #ebebeb;
}
/* line 2, ../../../../source/wp-content/themes/gernt/css/_mixins.scss */
main .quote:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 479px) {
  /* line 928, ../../../../source/wp-content/themes/gernt/style.scss */
  main .quote {
    min-height: 60px;
  }
}
/* line 939, ../../../../source/wp-content/themes/gernt/style.scss */
main .quote h3 {
  font-family: "Nanami-Book", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #464646;
  float: left;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 582px;
  text-align: right;
  padding-right: 38px;
  padding-top: 32px;
  letter-spacing: 0.39px;
}
@media (max-width: 1056px) {
  /* line 939, ../../../../source/wp-content/themes/gernt/style.scss */
  main .quote h3 {
    width: 511px;
  }
}
@media (max-width: 991px) {
  /* line 939, ../../../../source/wp-content/themes/gernt/style.scss */
  main .quote h3 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    float: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  /* line 939, ../../../../source/wp-content/themes/gernt/style.scss */
  main .quote h3 {
    width: 100%;
    font-size: 11px;
    padding-top: 10px !important;
    letter-spacing: 0.1px;
    margin-bottom: 0;
  }
}
/* line 975, ../../../../source/wp-content/themes/gernt/style.scss */
main .quote .buttons-wrapper {
  float: left;
  padding-top: 13px;

}
@media (max-width: 991px) {
  /* line 975, ../../../../source/wp-content/themes/gernt/style.scss */
  main .quote .buttons-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  /* line 975, ../../../../source/wp-content/themes/gernt/style.scss */
  main .quote .buttons-wrapper {
    padding-bottom: 5px !important;
  }
}
/* line 991, ../../../../source/wp-content/themes/gernt/style.scss */
main .quote .buttons-wrapper .q-button {
  min-width: 166px;
  min-height: 50px;
  background-color: #ebebeb;
  border: 5px solid #4e9b46;
font-family: 'Open Sans', sans-serif;  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #4e9b46;
  line-height: normal;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.25px;
  margin-right: 24px;
  text-transform: uppercase;
  padding-top: 10px;
}
@media (max-width: 991px) {
  /* line 991, ../../../../source/wp-content/themes/gernt/style.scss */
  main .quote .buttons-wrapper .q-button {
    margin-right: 12px;
    margin-left: 12px;
  }
}
@media (max-width: 479px) {
  /* line 991, ../../../../source/wp-content/themes/gernt/style.scss */
  main .quote .buttons-wrapper .q-button {
    min-width: 111px;
    min-height: 35px;
    border: none;
    font-size: 11px;
    color: #fff;
    background-color: #4e9b46;
  }
}
/* line 1021, ../../../../source/wp-content/themes/gernt/style.scss */
main .quote .buttons-wrapper .q-button:hover {
  background-color: #33773f;
  color: #fff;
  border: 5px solid #33773f;
}
@media (max-width: 479px) {
  /* line 1021, ../../../../source/wp-content/themes/gernt/style.scss */
  main .quote .buttons-wrapper .q-button:hover {
    border: none;
  }
}

/* line 1038, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp {
  background-color: #fff;
  margin-top: -25px;
}
@media (max-width: 991px) {
  /* line 1038, ../../../../source/wp-content/themes/gernt/style.scss */
  main.hp {
    margin-top: 0;
  }
}
/* line 1046, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .main-banner {
  width: 100%;
  height: 100%;
  padding-left: 0px;
  padding-top: 0px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;

}
@media (max-width: 479px) {
  /* line 1046, ../../../../source/wp-content/themes/gernt/style.scss */
  main.hp .main-banner {
    height: 119px;
    padding-top: 0px;
    padding-left: 0px;
  }
}
/* line 1062, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .main-banner h1 {
  font-family: "Nanami-Thin", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 49px;
  color: #4e9b46;
  line-height: 43px;
  letter-spacing: 2px;
}
@media (max-width: 479px) {
  /* line 1062, ../../../../source/wp-content/themes/gernt/style.scss */
  main.hp .main-banner h1 {
    font-size: 24px;
    line-height: 21px;
  }
}
/* line 2, ../../../../source/wp-content/themes/gernt/css/_mixins.scss */
main.hp .image-boxes .img-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1081, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .image-boxes .img-wrapper figure {
  margin: 0;
  padding: 0;
  width: 33.333333333%;
  height: 242px;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  /* line 1081, ../../../../source/wp-content/themes/gernt/style.scss */
  main.hp .image-boxes .img-wrapper figure {
    width: 100%;
    height: 215px;
    border-top: 3px solid #fff;
  }
}
/* line 1099, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .image-boxes .img-wrapper figure .bg {
  width: 100%;
  height: 100%;
  background-image: url("images/home-images-overlay.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  background-color: none;
  z-index: 10;
}
/* line 1109, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .image-boxes .img-wrapper figure .bg:hover {
  background-color: rgba(78, 155, 70, 0.5);
  background-image: none;
}
@media (max-width: 767px) {
  /* line 1099, ../../../../source/wp-content/themes/gernt/style.scss */
  main.hp .image-boxes .img-wrapper figure .bg {
    background-image: url("images/home-images-overlay-mob.png");
  }
}
/* line 1118, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .image-boxes .img-wrapper figure figcaption {
  position: absolute;
  width: 100%;
  z-index: 100;
  font-family: "Nanami-Book", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 100px;
}
@media (max-width: 767px) {
  /* line 1118, ../../../../source/wp-content/themes/gernt/style.scss */
  main.hp .image-boxes .img-wrapper figure figcaption {
    padding-top: 90px;
    font-size: 26px;
  }
}
/* line 2, ../../../../source/wp-content/themes/gernt/css/_mixins.scss */
main.hp .text-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  /* line 1140, ../../../../source/wp-content/themes/gernt/style.scss */
  main.hp .text-wrapper {
    padding-bottom: 30px;
  }
}
/* line 1147, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .text-wrapper .ib-item {
  width: 33.333333333%;
  float: left;
  padding-top: 53px;
  padding-left: 68px;
  padding-right: 45px;
  min-height: 231px;
  background-color: #fff;
}
@media (max-width: 1056px) {
  /* line 1147, ../../../../source/wp-content/themes/gernt/style.scss */
  main.hp .text-wrapper .ib-item {
    padding-left: 45px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  /* line 1147, ../../../../source/wp-content/themes/gernt/style.scss */
  main.hp .text-wrapper .ib-item {
    width: 100%;
    padding-right: 45px;
    min-height: 188px;
  }
}
/* line 1168, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .text-wrapper .ib-item h2 {
font-family: 'Open Sans', sans-serif;  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #333;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 7px;
  margin-left: 70px;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
}
/* line 1179, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .text-wrapper .ib-item h2 a {
  text-decoration: none;
  color: #333;
}
/* line 1184, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .text-wrapper .ib-item h2:before {
  position: absolute;
  content: " ";
  width: 66px;
  height: 36px;
  background-image: url("images/header-gfx.png");
  background-repeat: no-repeat;
  left: -72px;
  top: -3px;
}
/* line 1196, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .text-wrapper .ib-item .desc {
font-family: 'Open Sans', sans-serif;  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #333;
  line-height: normal;
  letter-spacing: 0.2px;
}
/* line 1207, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .main-content {
  width: 100%;
  min-height: 242px;
  margin-bottom: 48px;
  background-image: url("images/services-bg.png");
  background-repeat: repeat;
  font-family: "Nanami-Book", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: #fff;
  letter-spacing: 1.1px;
  line-height: normal;
}
@media (max-width: 479px) {
  /* line 1207, ../../../../source/wp-content/themes/gernt/style.scss */
  main.hp .main-content {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
/* line 1228, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .main-content .content {
  padding: 20px;
}
@media (max-width: 479px) {
  /* line 1228, ../../../../source/wp-content/themes/gernt/style.scss */
  main.hp .main-content .content {
    padding-top: 1px;
    margin-bottom: 0;
  }
}
/* line 1237, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .main-content h2 {
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32.5px;
  color: #fff;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 6px;
}
/* line 1245, ../../../../source/wp-content/themes/gernt/style.scss */
main.hp .main-content h3 {
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  color: #4e9b46;
  line-height: normal;
  letter-spacing: 1.1px;
  margin-top: 6px;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  /* line 1245, ../../../../source/wp-content/themes/gernt/style.scss */
  main.hp .main-content h3 {
    margin-bottom: 10px;
  }
}

/* line 1261, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main {
  width: 100%;
}
/* line 1265, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .container {
  background-color: #555;
}
/* line 1269, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .btm-row {
  height: 100px;
  width: 100%;
  position: relative;
}
/* line 1275, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .btm-row .footer-notice {
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13.3px;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: center;
  width: 100%;
  z-index: 10;
  height: 30px;
  top: 59px;
  position: absolute;
}
@media (max-width: 991px) {
  /* line 1275, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .btm-row .footer-notice {
    float: none;
    width: 100%;
    top: 40px;
  }
}
@media (max-width: 767px) {
  /* line 1275, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .btm-row .footer-notice {
    font-size: 18px;
    position: static;
    margin-top: 53px;
  }
}
/* line 1298, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .btm-row .author-notice {
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  line-height: normal;
  text-align: right;
  position: absolute;
  width: 100%;
  height: 30px;
  right: 72px;
  top: 61px;
}
@media (max-width: 1056px) {
  /* line 1298, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .btm-row .author-notice {
    right: 61px;
  }
}
@media (max-width: 991px) {
  /* line 1298, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .btm-row .author-notice {
    float: none;
    width: 100%;
    right: 0;
    left: 0;
    top: 70px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 1298, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .btm-row .author-notice {
    font-size: 13px;
    position: static;
    margin-top: 25px;
    padding-bottom: 30px;
  }
}
/* line 2, ../../../../source/wp-content/themes/gernt/css/_mixins.scss */
footer.main .main-row:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1336, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row h4 {
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13.3px;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  /* line 1336, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row h4 {
    font-size: 24px;
  }
}
/* line 1349, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .footer-menu {
  width: 232px;
  float: left;
  padding-left: 94px;
  padding-top: 48px;
}
@media (max-width: 1056px) {
  /* line 1349, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .footer-menu {
    width: 175px;
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  /* line 1349, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .footer-menu {
    display: none;
  }
}
/* line 1365, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .footer-menu a {
  text-decoration: none;
}
/* line 1368, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .footer-menu a img {
  border: none;
}
/* line 1374, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1379, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .footer-menu ul li {
  display: block;
}
/* line 1382, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .footer-menu ul li a {
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 1396, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .f-socials {
  float: left;
  padding-top: 51px;
  padding-left: 47px;
}
@media (max-width: 1056px) {
  /* line 1396, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .f-socials {
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  /* line 1396, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .f-socials {
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 35px;
  }
}
/* line 1414, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .f-socials .socials {
  padding-top: 5px;
}
@media (max-width: 767px) {
  /* line 1414, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .f-socials .socials {
    display: none;
  }
}
/* line 1423, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .f-socials .socials a {
  margin-right: 5px;
}
/* line 1427, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .f-socials .socials-mobile {
  padding-top: 13px;
  display: none;
}
@media (max-width: 767px) {
  /* line 1427, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .f-socials .socials-mobile {
    display: block;
  }
}
/* line 1436, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .f-socials .socials-mobile a {
  margin-right: 5px;
}
/* line 1443, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .f-contacts {
  width: 563px;
  float: left;
  padding-top: 51px;
}
@media (max-width: 1056px) {
  /* line 1443, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .f-contacts {
    width: 551px;
  }
}
@media (max-width: 991px) {
  /* line 1443, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .f-contacts {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 1457, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .f-contacts h6 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 1466, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .f-contacts p {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  /* line 1466, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .f-contacts p {
    margin-bottom: 0;
  }
}
/* line 1473, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .f-contacts h4 {
  text-align: center;
}
/* line 2, ../../../../source/wp-content/themes/gernt/css/_mixins.scss */
footer.main .main-row .f-contacts .fc-item-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  /* line 1478, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .f-contacts .fc-item-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
/* line 1486, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .f-contacts .fc-item-wrapper .fc-item {
  font-family: "Nanami-Light", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #eaeaea;
  line-height: normal;
  width: 33.33333333%;
  float: left;
  padding-top: 15px;
}
@media (max-width: 767px) {
  /* line 1486, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .f-contacts .fc-item-wrapper .fc-item {
    width: 100%;
    float: none;
    font-family: "Nanami-Book", Helvetivca, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #a1a1a1;
  }
}
/* line 1503, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .f-contacts .fc-item-wrapper .left {
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 767px) {
  /* line 1503, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .f-contacts .fc-item-wrapper .left {
    padding-left: 0;
    text-align: center;
  }
}
/* line 1511, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .f-contacts .fc-item-wrapper .middle {
  text-align: center;
}
/* line 1515, ../../../../source/wp-content/themes/gernt/style.scss */
footer.main .main-row .f-contacts .fc-item-wrapper .right {
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 767px) {
  /* line 1515, ../../../../source/wp-content/themes/gernt/style.scss */
  footer.main .main-row .f-contacts .fc-item-wrapper .right {
    padding-left: 0;
    text-align: center;
    padding-right: 0;
  }
}

/* line 1534, ../../../../source/wp-content/themes/gernt/style.scss */
main.page-gertn article {
  background-color: #fff;
font-family: 'Open Sans', sans-serif;  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.0px;
  padding: 20px 35px;
}
/* line 1541, ../../../../source/wp-content/themes/gernt/style.scss */
main.page-gertn article h1 {
  font-family: "Nanami-Book", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  color: #33773f;
  line-height: normal;
  text-transform: uppercase;
}

/* line 1553, ../../../../source/wp-content/themes/gernt/style.scss */
input[type='submit'] {
  font-family: "Nanami-Book", Helvetivca, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #33773f;
  text-transform: uppercase;
}
/* visual composer extra classes */

.emailbuttons {
	background-color:#4e9b46 !important;
}
.emailbuttons:hover {
	background-color:#317940 !important;
}
div.wpcf7 .wpcf7-form-control { max-width: 100% !important; }
.post-title a { 
color:#33773f;
font-family: "Nanami-light", Helvetivca, sans-serif;
text-transform: uppercase;
}

