body {
  font-family: Arial, Helvetica, sans-serif;
}

a, h1,h2, h3, h4, h5, h6 {
  color: #54c86f;
}

h1, h2, h3, h4, h5, h5 {
  font-family: 'Open Sans', sans-serif;
}

#content {
  padding: 0px 10px 30px;
  margin-top -20px;
}

#intro {
  display: none;
}

.header-style2 #logo {
  background: url(wp-content/uploads/2016/05/header-bg.jpg) repeat center;
  margin: 0;
  padding: 60px 0;
}

#sub-footer {
  background: url(wp-content/uploads/2016/05/header-bg.jpg) repeat center;
}

.header-style2 #logo a {
  background: url(wp-content/uploads/2016/05/1452168579.png) no-repeat center;
  width: 755px;
  height: 164px;
}

#logo h1, #logo h2 {
  visibility: hidden;
}

#header-links {
  background: url(wp-content/uploads/2016/05/nav-wrap-bg-green.png) repeat-x center left !important;
  margin-top: -6px;
}

.header-style2 #header .header-links > ul > li > a {
  padding: 25px 40px;
  border-left: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.36);
}

.header-style2 #header .header-links > ul > li:last-child > a {
  border-right: none;
}

.header-style2 #header .header-links > ul > li:hover, .header-style2 #header .menu > li.current_page_item {
  height: 76px;
  background: url(wp-content/uploads/2016/05/nav-hover-bg-green.png) repeat center !important;
  border-radius: 2px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.23);
}

.header-style2 #header .header-links > ul > li > a:hover, .header-style2 #header .menu > li.current_page_item > a, .header-style2 #header .menu > li.current-menu-ancestor > a, #header .menu > li.menu-hover > a {
  color: #FFF !important;
}

.header-style2 #header .header-links .sub-menu a {
  color: #54c86f;
}

.header-style2 #header .header-links .sub-menu a:hover {
  color: #75e890;
}

.header-style2 #header .header-links .sub-menu {
  background: #F1F1F1;
}

#header .sub-menu li, #header-sticky .sub-menu li {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

#header .header-links .menu-hover > .sub-menu {
  border: none;
}

#sub-footer, #sub-footer a {
  font-size: 14px;
}

#sub-footer {
  padding: 50px 10px;
  color: #6d6d6d;
}

#sub-footer a {
  color: #54c86f;
}

#sub-footer a:hover {
  color: #75e890;
}

.custom-button, .wpcf7-form input[type="submit"], .themebutton, button, html input[type="button"], input[type="reset"], input[type="submit"] {
  padding: 16px 18px;
  color: #FFF;
  background: url(wp-content/uploads/2016/05/nav-wrap-bg-green.png) repeat-x center left;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.36);
  border-radius: 4px;
}

.custom-button:hover, .wpcf7-form input:hover[type="submit"], .themebutton:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: url(wp-content/uploads/2016/05/nav-hover-bg-green.png) repeat center !important;
  color: #FFF;
}

.themebutton:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color: #54c86f;
    background: #fff;
}

.themebutton, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    color: #fff;
    background: #54c86f;
}

.wpcf7-form input {
  max-width: 400px;
}

.headsup {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  background: #FFF;
  z-index: 999999;
  color: #333;
  padding: 7px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.headsup-button {
  background: url(wp-content/uploads/2016/05/soical-icons.png) no-repeat -96px 0px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  transition: none;
}

.headsup-button:active {
  background-position: -96px -60px;
  transition: none;
}

#site-header {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
.header-style2 #logo {
  background: none;
}
  
#site-header {
  margin-top: 40px;
}
  
.header-style2 #logo a {
  width: 100%;
  height: 150px;
  background-size: contain;
  }
  
#logo {
  border-left: none !important;
  border-right: none !important;
}
  
#header-responsive {
  background: #54c86f;
  }
  
#header-responsive li a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.36);
  border-bottom: none;
  }
}