h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}

h3 {
  font-size: 24px;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

.btn-sign-up-green {
  background: #00AE4A;
  color: white;
  padding: 10px 30px;
  font-family: 'Oswald';
  border: 1px solid #00AE4A;
  text-decoration: none;
  text-shadow: none;
  font-size: calc(14px + 4 * ((100vw - 420px) / 860));
}

@media screen and (min-width: 1280px) {

  .btn-sign-up-green {
    font-size: 18px;
  }
}

@media screen and (max-width: 420px) {

  .btn-sign-up-green {
    font-size: 14px;
  }
}

@media (max-width: 780px) {
  .btn-sign-up-green {
    padding: 5px;
  }
}

.btn-sign-up-green:hover {
  text-decoration: none;
  color: white;
}

.btn-learn-more {
  color: white;
  padding: 10px 30px;
  font-family: 'Oswald';
  border: 1px solid white;
  text-decoration: none;
  font-size: calc(14px + 4 * ((100vw - 420px) / 860));
}

@media screen and (min-width: 1280px) {

  .btn-learn-more {
    font-size: 18px;
  }
}

@media screen and (max-width: 420px) {

  .btn-learn-more {
    font-size: 14px;
  }
}

@media (max-width: 780px) {
  .btn-learn-more {
    padding: 5px;
  }
}

.btn-learn-more:hover {
  text-decoration: none;
  color: white;
}

.sidebar-primary section {
  padding: 0 10px 10px;
  background: white;
  margin: 90px 0 20px !important;
}

.sidebar-primary section h3 {
  font-size: 20px;
  font-family: "Oswald";
  color: black;
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar-primary section a {
  color: black;
}

.sidebar-primary section .panel-grid-cell .so-panel {
  border: 1px solid black;
  border-radius: 4px;
  padding: 10px;
  margin: 0 0 30px 0 !important;
}

.sidebar-primary section .panel-grid-cell .so-panel.widget_calendar table#wp-calendar {
  width: 100%;
}

.sidebar-primary section .panel-grid-cell .so-panel.widget_calendar table#wp-calendar caption {
  font-size: 20px;
  font-family: "Oswald";
  color: black;
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.site-header {
  background-color: black;
  color: white;
  font-family: "Open Sans";
  transition: .200s ease;
}

.site-header.fixed-menu .header-section-2 {
  height: 40px;
}

.site-header.fixed-menu .header-section-2 .panel-grid {
  margin: 0;
  padding: 0;
}

.site-header.fixed-menu .header-section-2 .widget_nav_menu {
  margin: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: black;
  transition: all 1s ease-in;
}

.site-header.fixed-menu .header-section-2 ul.menu li.menu-item a {
  color: white !important;
}

.site-header.fixed-menu .header-section-2 ul.menu li.menu-item .responsive-sub-menu.label span {
  border-right-color: white !important;
}

.site-header .header-section-1 .panel-grid {
  align-items: center !important;
  margin-bottom: 0 !important;
  padding: 30px 0 0;
}

.site-header .header-section-1 .panel-grid a {
  outline: none !important;
}

.site-header .header-section-1 .panel-grid .panel-grid-cell:nth-child(2) {
  text-align: center;
}

.site-header .header-section-1 .panel-grid h4 {
  margin: 0;
}

.site-header .header-section-1 .panel-grid h4 a {
  color: white;
  font-weight: 500;
  text-decoration: none;
}

.site-header .header-section-1 .panel-grid .ow-button-base {
  text-align: right;
}

.site-header .header-section-1 .panel-grid a.ow-button-hover {
  font-size: 14px;
}

.site-header .header-section-1 .panel-grid p {
  margin: 0;
}

.site-header .header-section-2 {
  padding-bottom: 20px;
}

.site-header .header-section-2 .widget_nav_menu {
  transition: all 0s ease-in;
  z-index: 9999;
}

.site-header .header-section-2 ul.menu {
  margin: 0;
}

.site-header .header-section-2 ul.menu li.menu-item {
  position: relative;
}

.site-header .header-section-2 ul.menu li.menu-item a {
  padding: 0 20px;
  line-height: 40px;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  outline: none;
}

.site-header .header-section-2 ul.menu li.menu-item a:hover {
  color: #00AE4A;
}

.site-header .header-section-2 ul.menu li.menu-item .responsive-sub-menu span {
  border-right-color: white;
}

@media (max-width: 1024px) {
  .site-header .header-section-2 ul.menu li.menu-item .responsive-sub-menu {
    position: absolute;
    top: 10px;
    right: 30px;
  }
  .site-header .header-section-2 ul.menu li.menu-item .responsive-sub-menu span {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #FFF;
    border-top: 8px solid transparent;
  }
}

.site-header .header-section-2 ul.menu li.menu-item ul.sub-menu {
  background-color: black;
}

.site-header .header-section-2 ul.menu li.menu-item ul.sub-menu li.menu-item a {
  color: white !important;
}

@media (max-width: 1025px) {
  .site-header .header-section-1 .panel-grid {
    padding: 20px 0 0;
  }
  .site-header .header-section-1 .panel-grid .sow-image-container {
    justify-content: center;
  }
  .site-header .header-section-1 .panel-grid h4 {
    margin: 8px 0;
  }
  .site-header .header-section-1 .panel-grid .ow-button-base {
    text-align: center;
  }
  .site-header .header-section-2 {
    padding-bottom: 10px;
  }
  .site-header .header-section-2 .label.responsive-menu {
    margin: 0 auto 0 0;
    width: 30px;
  }
  .site-header .header-section-2 .label.responsive-menu span {
    background-color: white;
  }
}

@media (max-width: 780px) {
  .site-header {
    top: 42px;
  }
  .site-header .widget_nav_menu {
    position: fixed;
    top: 0;
    background-color: black;
    width: 100%;
    left: 0;
    padding: 5px;
  }
}

body.admin-bar .site-header.fixed-menu .widget_nav_menu {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header.fixed-menu .widget_nav_menu {
    top: 46px;
  }
}

@media (max-width: 600px) {
  body.admin-bar .site-header.fixed-menu .widget_nav_menu {
    top: 0;
  }
}

.footer-widgets {
  background: black;
  text-align: center;
  color: white;
  padding: 30px 10px;
  font-family: "Open Sans";
}

.footer-widgets a {
  color: white;
}

.footer-widgets .footer-section-1 ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.footer-widgets .footer-section-1 li {
  padding: 20px 7px;
}

.footer-widgets .footer-section-2 {
  line-height: normal;
  margin-bottom: 20px;
}

.footer-widgets .footer-section-2 .widget_sow-image img {
  margin: auto;
  width: 110px;
}

.footer-widgets .footer-section-2 p {
  font-size: 10px;
}

.footer-widgets .footer-section-2 .ih-bug {
  margin: auto;
}

.site-footer {
  display: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.content-sidebar .content-sidebar-wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  body.content-sidebar .content-sidebar-wrap {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  body.content-sidebar .content-sidebar-wrap {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  body.content-sidebar .content-sidebar-wrap {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  body.content-sidebar .content-sidebar-wrap {
    max-width: 1140px;
  }
}

body.home {
  font-size: 16px;
  line-height: 25px;
}

body.home .site-header {
  width: 100%;
  position: absolute;
}

body.home .site-header .header-section-1 h4 a {
  color: black;
}

body.home .site-header .header-section-2 ul.menu li.menu-item a {
  color: black;
}

body.home .site-header .header-section-2 ul.menu li.menu-item a:hover {
  color: #00AE4A;
}

@media (min-width: 1025px) {
  body.home .site-header .header-section-2 ul.menu li.menu-item .responsive-sub-menu.label span {
    border-right-color: black;
  }
}

@media (min-width: 1025px) {
  body.home .site-header {
    background: transparent;
  }
  body.home .site-header:after {
    content: "";
    border-bottom: 1px solid #000;
    display: block;
    margin: 20px auto 0;
    width: 80%;
  }
}

@media (max-width: 1024px) {
  body.home .site-header .header-section-1 h4 a {
    color: white;
  }
  body.home .site-header .header-section-2 ul.menu li.menu-item a {
    color: white;
  }
}

body.blog .site-inner .content-sidebar-wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body.blog .site-inner .content-sidebar-wrap main.content {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 25px;
}

body.blog .site-inner .content-sidebar-wrap main.content .archive-title {
  margin: 90px 0 30px;
  padding: 60px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

body.blog .site-inner .content-sidebar-wrap main.content article {
  margin-bottom: 70px;
  position: relative;
  padding: 100px 15px 15px;
}

body.blog .site-inner .content-sidebar-wrap main.content article header {
  margin-bottom: 40px;
}

body.blog .site-inner .content-sidebar-wrap main.content article header h2 {
  text-align: center;
  margin: 0;
}

body.blog .site-inner .content-sidebar-wrap main.content article header h2 a {
  color: black;
  text-decoration: none;
}

body.blog .site-inner .content-sidebar-wrap main.content article header .entry-meta {
  margin: auto;
  font-weight: bold;
  padding: 30px 0;
  border-bottom: 1px solid black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body.blog .site-inner .content-sidebar-wrap main.content article header .entry-meta .entry-time {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  text-align: center;
  font-size: 22px;
  line-height: 25px;
  background: #00AE4A;
  color: white;
  padding: 10px 5px;
}

body.blog .site-inner .content-sidebar-wrap main.content article .entry-content .read-more-link {
  background: #00AE4A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 4px;
  float: right;
}

body.blog .site-inner .content-sidebar-wrap main.content article .entry-content .read-more-link a {
  color: white;
  text-decoration: none;
}

body.blog .site-inner .content-sidebar-wrap .pagination ul li {
  font-weight: bold;
  font-family: "Open Sans";
  display: inline-block;
  border: 1px solid #464646;
  padding: 2px 5px;
  border-radius: 2px;
}

body.blog .site-inner .content-sidebar-wrap .pagination ul li a {
  color: #464646;
  text-transform: uppercase;
  text-decoration: none;
}

body.blog .site-inner .content-sidebar-wrap .pagination ul li.active {
  background: #464646;
}

body.blog .site-inner .content-sidebar-wrap .pagination ul li.active a {
  color: white;
}

body.single-post .site-inner .content-sidebar-wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 25px;
}

body.single-post .site-inner .content-sidebar-wrap header {
  margin: 90px 0;
  text-align: center;
}

body.single-post .site-inner .content-sidebar-wrap header .entry-meta {
  margin: auto;
  font-weight: bold;
  padding: 30px 0;
  border-bottom: 1px solid black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.landing-service {
  padding: 80px 15px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 25px;
}

.landing-service h1 {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 4px;
  line-height: 1.3;
  font-size: 36px;
  font-weight: 500;
}

.landing-service p {
  padding: 10px 0;
}

body.error404 .content-sidebar-wrap {
  padding: 80px 15px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  body.error404 .content-sidebar-wrap {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  body.error404 .content-sidebar-wrap {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  body.error404 .content-sidebar-wrap {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  body.error404 .content-sidebar-wrap {
    max-width: 1140px;
  }
}

body.error404 .content-sidebar-wrap .search-form {
  display: none;
}

.home-title {
  display: flex !important;
  justify-content: center !important;
  background-position: center;
}

@media (min-width: 1025px) {
  .home-title {
    align-items: center !important;
  }
}

@media (max-width: 1024px) {
  .home-title {
    align-items: flex-end !important;
    flex-direction: row !important;
    background-attachment: scroll !important;
    background-size: cover !important;
  }
}

@media (min-width: 780px) {
  .home-title {
    height: 100vh;
    min-height: 700px;
    padding: 200px 0 0 0;
  }
}

@media (max-width: 780px) {
  .home-title {
    min-height: 300px;
    padding: 125px 0 0 0;
  }
}

.home-title .widget_sow-editor {
  text-align: center;
  color: white;
  text-shadow: 0 0 10px #000000;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .home-title .widget_sow-editor {
    margin-top: 300px;
  }
}

.home-title .widget_sow-editor h1 {
  margin: 30px 0 60px;
  font-weight: normal;
  letter-spacing: 4px;
  line-height: 1.3;
  font-size: 36px;
  font-weight: 400;
}

.home-title .widget_sow-editor p {
  margin-top: 30px;
  font-size: 20px;
}

.home-title .widget_sow-editor p a {
  background-color: #22a1c4;
}

@media (max-width: 1024px) {
  .home-title .widget_sow-editor p a {
    display: block;
    margin: 5px 0;
  }
}

.home-providers {
  text-align: center;
  padding-top: 50px;
  background: white;
}

.home-providers .widget_sow-editor {
  padding: 0 20px;
}

.home-providers h1 {
  margin: 20px 0 10px;
  letter-spacing: 4px;
  line-height: 1.3;
  font-size: 36px;
  font-weight: 500;
}

.home-providers h2 {
  font-weight: normal;
  font-size: 30px;
  margin: 20px 0 10px;
}

.home-providers p {
  margin: 0 0 10px;
  font-size: 16px;
}

.home-features {
  text-align: center;
  color: white;
  text-shadow: 0 0 10px #000000;
  padding: 0 10px;
  background-size: cover !important;
  background-position: center;
}

@media (max-width: 1024px) {
  .home-features {
    background-attachment: scroll !important;
  }
}

.home-features .home-features {
  background: transparent !important;
}

.home-features h1 {
  line-height: 1.3;
  letter-spacing: 4px;
  font-size: 36px;
  margin: 20px 0 10px;
  font-weight: 500;
}

.home-features h3 {
  margin: 20px 0 10px;
}

.home-features .widget_sow-editor {
  margin-top: 50px !important;
}

.home-features .widget_sow-editor h2 {
  font-weight: normal;
}

.home-features .widget_siteorigin-panels-builder .widget_custom_html {
  margin-top: 0px;
  padding: 0 30px !important;
  margin-bottom: 80px !important;
}

@media (max-width: 780px) {
  .home-features .widget_siteorigin-panels-builder .widget_custom_html {
    padding: 0 !important;
  }
}

.home-features .widget_siteorigin-panels-builder .widget_custom_html i {
  font-size: 22px;
}

.home-features .widget_siteorigin-panels-builder .widget_custom_html p {
  padding: 8px 0;
}

.home-features .widget_siteorigin-panels-builder .widget_custom_html a {
  text-decoration: none;
  color: white;
  font-family: 'Oswald';
  font-size: 18px;
  display: block;
}

.home-features .widget_siteorigin-panels-builder .widget_custom_html a:before {
  content: "\f138";
  font-family: FontAwesome;
  font-weight: 900;
  margin-right: 5px;
}

.home-treatments {
  background: #F3F3F3;
  padding: 50px 0 30px 0;
  font-family: "Open Sans";
}

@media (max-width: 780px) {
  .home-treatments {
    padding: 50px 15px 30px !important;
  }
}

.home-treatments h2 {
  margin-bottom: 20px;
}

.home-treatments h2,
.home-treatments h4,
.home-treatments p {
  text-align: center;
}

.home-treatments .widget_siteorigin-panels-builder {
  padding: 50px 0 30px;
}

.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(2),
.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(3),
.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(4) {
  background: white;
  padding: 30px 5px;
  color: #464646;
}

.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(2) h4,
.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(3) h4,
.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(4) h4 {
  padding-bottom: 20px;
  border-bottom: 2px solid #F3F3F3;
  margin-bottom: 30px;
  font-weight: bold;
}

.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(2) li,
.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(3) li,
.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(4) li {
  padding: 5px 0;
}

.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(2) p,
.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(3) p,
.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(4) p {
  margin: 70px 0 40px 0;
}

.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(2) p a,
.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(3) p a,
.home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(4) p a {
  color: #464646;
  text-decoration: none;
  border: 1px solid #464646;
  font-family: "Oswald";
  font-size: 20px;
  padding: 15px 35px;
}

@media (max-width: 780px) {
  .home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(2) p a,
  .home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(3) p a,
  .home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(4) p a {
    padding: 5px 10px;
  }
}

@media (max-width: 780px) {
  .home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(2),
  .home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(3),
  .home-treatments .widget_siteorigin-panels-builder .panel-grid-cell:nth-child(4) {
    margin-bottom: 30px !important;
  }
}

.home-forest {
  text-align: center;
  color: white;
  font-family: "Open Sans";
  padding: 170px 20px 150px;
  background-size: cover !important;
  background-position: center;
}

@media (max-width: 1024px) {
  .home-forest {
    background-attachment: scroll !important;
    background-size: cover !important;
  }
}

@media (max-width: 780px) {
  .home-forest {
    padding: 170px 10px 150px;
  }
}

.home-forest .widget_sow-editor {
  text-shadow: 0 0 10px #000000;
  width: 100%;
}

.home-forest .widget_sow-editor h3 {
  margin: 30px 0 50px 0;
}

.home-concrete {
  background: #F3F3F3;
  text-align: center;
  padding-top: 50px;
}

.home-concrete .panel-grid-cell:nth-child(2) {
  margin-bottom: 90px;
}

.home-concrete .widget_sow-editor {
  padding: 0px 50px;
}

@media (max-width: 780px) {
  .home-concrete .widget_sow-editor {
    padding: 0 10px;
  }
}

.home-concrete .widget_sow-editor h2 {
  font-weight: normal;
}

.home-concrete .widget_sow-editor h3 {
  margin-bottom: 20px;
}

.home-resources {
  padding: 220px 10px 220px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1024px) {
  .home-resources {
    background-attachment: scroll !important;
    background-size: cover !important;
  }
}

.home-resources .widget_sow-editor {
  text-align: center;
  color: white;
  text-shadow: 0 0 10px #000000;
}

.home-resources .widget_sow-editor h2 {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 30px;
}

.home-resources .widget_sow-editor h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.home-resources .widget_sow-editor p {
  padding: 20px 0;
}
