/*---------------------------------------------------------------------------------

	Theme Name:   Aptive_demo
	Theme URI:    
	Description:  
	Author:       
	Author URI:   
	Template:     Divi
	Version:      1.1.1
	License:      GNU General Public License v2 or later
	License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
:root {
  --green-midnight: #0d210f;
  --green-dark: #344c38;
  --green: #309c42;
  --green-gray: #b5c5b2;
  --white-off: #f5f7ed;
  --green-hightlight: #e1fd32;
  --background-color: var(--green-dark);
  --footer-text-color: #fff;
}

#footer {
  background-color: var(--background-color);
}

#footer h5 {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#footer .et_pb_text_inner p,
#footer .et_pb_text_inner p a {
  color: white;
  font-size: 18px;
}

#footer p a:hover {
  color: #e1fd32;
}

#footer-social-follow li a.icon {
  background-color: var(--background-color) !important;
}

#footer li a::before {
  color: white !important;
}

#footer li a:hover::before {
  color: var(--green-hightlight) !important;
}

#footer .et-menu.nav {
  background-color: var(--background-color);
}

#footer .et-menu.nav li {
  width: 100%;
  margin: 0;
  padding-bottom: 1em;
}

#footer .et-menu.nav a {
  color: white;
  font-size: 18px;
  line-height: 1em;
  padding: 0;
}

#footer .et-menu.nav a:hover {
  color: var(--green-hightlight);
}

#footer #copyright {
  color: rgba(255, 255, 255, 0.4980392157);
  font-size: 18px;
  text-align: center;
}

#footer-links {
  overflow: hidden;
}

#footer-links hr {
  border: none;
  border-top: 2px solid #fff;
  width: 100%;
  margin: 10px 0;
}

#footer-links a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  transition: transform 0.3s ease;
  white-space: nowrap;
  transform: translateX(-1.5rem);
}

#footer-links a::before {
  font-family: FontAwesome !important;
  content: "\f061";
  padding-right: 0.5rem;
}

#footer-links a:hover {
  transform: translateX(10px);
}

.aptive-header-1 .et_pb_row,
.aptive-header-2 .et_pb_row {
  height: 100%;
  display: flex;
  align-items: center;
}

.aptive-header-1 {
  background-color: var(--background-color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 70px;
  color: white;
}
.aptive-header-1 img {
  max-height: 40px;
}
.aptive-header-1 .header-logo img {
  display: block;
  margin: 0 auto;
}

.admin-bar .aptive-header-1 {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .aptive-header-1 {
    top: 46px;
  }
}
.aptive-header-1-right .et_pb_blurb_content {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.aptive-header-1-right .et_pb_blurb_content .et_pb_main_blurb_image {
  margin: 0;
}
.aptive-header-1-right .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
  color: white;
  height: 22px;
}
.aptive-header-1-right .et_pb_blurb_content .et_pb_module_header {
  padding: 0;
}
.aptive-header-1-right .et_pb_blurb_content .et_pb_module_header a {
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.aptive-header-1-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
.aptive-header-1-left .et_pb_image {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 !important;
  align-self: center;
}
.aptive-header-1-left .et_pb_blurb_content {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.aptive-header-1-left .et_pb_blurb_content .et_pb_main_blurb_image {
  margin: 0;
}
.aptive-header-1-left .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
  color: white;
  height: 22px;
}
.aptive-header-1-left .et_pb_blurb_content .et_pb_module_header {
  padding: 0;
}
.aptive-header-1-left .et_pb_blurb_content .et_pb_module_header a {
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.aptive-header-2 {
  margin-top: 70px !important;
}
.aptive-header-2 .et_pb_row {
  padding: 15px 0;
}

#main-menu a {
  color: var(--green-midnight);
  font-size: 18px;
  font-weight: 600;
}
#main-menu a:hover {
  color: var(--green);
}

#et-main-area .et_pb_section {
  padding: 7.5px 0;
}

:root {
  --green-midnight: #0d210f;
  --green-dark: #344c38;
  --green: #309c42;
  --green-gray: #b5c5b2;
  --white-off: #f5f7ed;
  --green-hightlight: #e1fd32;
  --background-color: var(--green-dark);
  --footer-text-color: #fff;
}

#section-1 {
  padding: 100px 0 !important;
}
#section-1 .breadcrumbs p,
#section-1 .breadcrumbs p a {
  font-size: 20px;
  font-weight: 400;
  color: var(--green);
}
#section-1 .breadcrumbs a:hover {
  text-decoration: underline;
}
#section-1 h1 {
  color: var(--green-midnight);
  font-family: serif;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
}
#section-1 .et_pb_text_inner p {
  font-size: 18px;
  line-height: 1.5;
  color: #3f3f3f;
  font-weight: 400;
}
#section-1 .et_pb_module {
  margin: 0 auto;
}
#section-1 .et_pb_button_module_wrapper {
  margin: 10px auto;
}
#section-1 h3 {
  font-family: serif;
  font-size: 24px;
  line-height: 1.25;
  color: var(--green-midnight);
  font-weight: 700;
}

.fixed-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white; /* Adjust as needed */
}

:root {
  --green-midnight: #0d210f;
  --green-dark: #344c38;
  --green: #309c42;
  --green-gray: #b5c5b2;
  --white-off: #f5f7ed;
  --green-hightlight: #e1fd32;
  --background-color: var(--green-dark);
  --footer-text-color: #fff;
}

#section-2 {
  background-color: var(--green-dark);
  padding: 50px import;
  border-radius: 30px 30px 0 0;
}
#section-2 p,
#section-2 h2,
#section-2 li {
  color: white;
}
#section-2 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  font-family: serif;
}
#section-2 .et_pb_text_inner p {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5em;
}
#section-2 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#section-2 ul li {
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  line-height: 1.5em;
}

.scrolling-section {
  padding-top: var(--fixed-section-height, 100px); /* Default padding, dynamically updated */
}

:root {
  --green-midnight: #0d210f;
  --green-dark: #344c38;
  --green: #309c42;
  --green-gray: #b5c5b2;
  --white-off: #f5f7ed;
  --green-hightlight: #e1fd32;
  --background-color: var(--green-dark);
  --footer-text-color: #fff;
}

#section-3 {
  background-color: var(--green-gray);
  color: var(--green-midnight);
}
#section-3 h2 {
  color: var(--green-midnight);
  font-family: serif;
  text-align: center;
  font-size: 40px;
  line-height: 1.25em;
  font-weight: 500;
}
#section-3 .pest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
#section-3 .pest-grid .et_pb_blurb .et_pb_main_blurb_image {
  border: 1px solid var(--green);
  border-radius: 20px;
  background-color: white;
  margin: 0 15px;
}
#section-3 .pest-grid .et_pb_blurb .et_pb_main_blurb_image img {
  height: 188px;
  width: auto;
}
#section-3 .pest-grid h4 {
  color: var(--green-midnight);
  font-family: serif;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

#section-4 {
  background-color: white;
  padding: 50px 0 !important;
}
#section-4 h2 {
  color: var(--green-midnight);
  font-size: 40px;
  font-weight: 500;
  font-family: serif;
}
#section-4 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  color: #3f3f3f;
}
#section-4 p a {
  color: var(--green);
}
#section-4 p a:hover {
  color: var(--green-hightlight);
}

#section-5 {
  background-color: #f1efeb;
  padding: 50px 0 !important;
}
#section-5 .et_pb_column {
  border-radius: 20px;
}
#section-5 .left {
  background-color: var(--green-dark);
  padding: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section-5 .left h2 {
  color: white;
  font-family: serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25em;
  text-align: center;
}
#section-5 .left .et_pb_image {
  max-width: 29%;
  width: 29%;
  background-color: var(--white-off);
  padding: 15px;
  border-radius: 20px;
  border: 2px solid var(--green);
}
#section-5 .left .et_pb_image .et_pb_image_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-5 .left .et_pb_button_module_wrapper {
  width: 100%;
}

#section-6 {
  padding: 50px 0 !important;
}
#section-6 h2,
#section-6 h3,
#section-6 p {
  text-align: center;
}
#section-6 h2 {
  color: var(--green);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25em;
}
#section-6 h3 {
  color: var(--green-midnight);
  font-family: serif;
  font-size: 40px;
  font-weight: 700;
}
#section-7 {
  background-color: var(--green-gray);
  padding: 50px 0 !important;
}
#section-7 h2 {
  font-family: serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--green-midnight);
}
#section-7 .left {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#section-7 .left p {
  font-size: 18px;
  font-weight: 700;
  color: #3f3f3f;
}
#section-7 .left .et_pb_button_module_wrapper {
  width: 100%;
}
#section-7 .middle,
#section-7 .right {
  border-radius: 20px;
  background-color: #f5f7ed;
  padding: 40px 20px;
}
#section-7 .middle h3,
#section-7 .right h3 {
  font-family: serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: var(--green-midnight);
}
#section-7 .middle p,
#section-7 .right p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #3f3f3f;
}
#section-7 .middle .search_bar {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
#section-7 .middle .search_bar .input_search,
#section-7 .middle .search_bar .rep_input_search {
  width: 100%;
  height: 42px;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #309c42;
}
#section-7 .middle .search_bar .search_arrow {
  background: 0 0;
  border: none;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
}
#section-7 .middle .search_bar .search_arrow:after {
  content: "\f061";
  font-family: FontAwesome !important;
  font-weight: 600;
  font-size: 1.5rem !important;
  color: #309c42 !important;
  z-index: 9999999 !important;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
@keyframes spin {
  100% {
    transform: translate(-50%, 0) rotate(360deg);
  }
}
#section-7 .middle .search_bar .search_arrow:hover:after {
  transform: translate(-50%, -50%) rotate(-90deg) !important;
}

#section-8 {
  padding: 20vw 0 5vw 0 !important;
  border-radius: 30px 30px 0 0;
  background-color: var(--green-gray);
}
#section-8 h2 {
  font-family: serif;
  color: white;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25em;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.4);
}

/* 
	Yes, this is terrible. The organization makes we want to puke. The selectors, I should be murdered.
	This is the epitome of fast and dirty.
*/
.single-city #section-1,
.single-city #section-2,
.single-city #section-3,
.single-city #section-4,
.single-city #section-5,
.single-city #section-6,
.single-city #section-7,
.single-city #section-8 {
  padding: 2rem 0;
}
.single-city #section-1 h1,
.single-city #section-1 h2,
.single-city #section-1 h3,
.single-city #section-1 h4,
.single-city #section-1 h5,
.single-city #section-1 h6,
.single-city #section-2 h1,
.single-city #section-2 h2,
.single-city #section-2 h3,
.single-city #section-2 h4,
.single-city #section-2 h5,
.single-city #section-2 h6,
.single-city #section-3 h1,
.single-city #section-3 h2,
.single-city #section-3 h3,
.single-city #section-3 h4,
.single-city #section-3 h5,
.single-city #section-3 h6,
.single-city #section-4 h1,
.single-city #section-4 h2,
.single-city #section-4 h3,
.single-city #section-4 h4,
.single-city #section-4 h5,
.single-city #section-4 h6,
.single-city #section-5 h1,
.single-city #section-5 h2,
.single-city #section-5 h3,
.single-city #section-5 h4,
.single-city #section-5 h5,
.single-city #section-5 h6,
.single-city #section-6 h1,
.single-city #section-6 h2,
.single-city #section-6 h3,
.single-city #section-6 h4,
.single-city #section-6 h5,
.single-city #section-6 h6,
.single-city #section-7 h1,
.single-city #section-7 h2,
.single-city #section-7 h3,
.single-city #section-7 h4,
.single-city #section-7 h5,
.single-city #section-7 h6,
.single-city #section-8 h1,
.single-city #section-8 h2,
.single-city #section-8 h3,
.single-city #section-8 h4,
.single-city #section-8 h5,
.single-city #section-8 h6 {
  color: var(--green-midnight);
  font-family: serif;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 1rem 0;
  font-weight: 700;
}
.single-city #section-2 h2 {
  color: white;
}
.single-city #section-8 h2 {
  color: white;
  line-height: 1.25em;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.4);
}

body,
:root {
  color: #3f3f3f;
  font-size: 18px !important;
  font-family: sans-serif;
  line-height: 1.5;
  font-weight: 400;
}

.single-city #section-1 .servicing,
.single-city #section-2 .servicing,
.single-city #section-3 .servicing,
.single-city #section-4 .servicing,
.single-city #section-5 .servicing,
.single-city #section-6 .servicing,
.single-city #section-7 .servicing,
.single-city #section-8 .servicing {
  font-style: italic;
  margin: 1rem 0;
}
.single-city #section-1 p a,
.single-city #section-1 .breadcrumbs a,
.single-city #section-2 p a,
.single-city #section-2 .breadcrumbs a,
.single-city #section-3 p a,
.single-city #section-3 .breadcrumbs a,
.single-city #section-4 p a,
.single-city #section-4 .breadcrumbs a,
.single-city #section-5 p a,
.single-city #section-5 .breadcrumbs a,
.single-city #section-6 p a,
.single-city #section-6 .breadcrumbs a,
.single-city #section-7 p a,
.single-city #section-7 .breadcrumbs a,
.single-city #section-8 p a,
.single-city #section-8 .breadcrumbs a {
  color: var(--green);
}
.single-city #section-1 p a:hover,
.single-city #section-1 .breadcrumbs a:hover,
.single-city #section-2 p a:hover,
.single-city #section-2 .breadcrumbs a:hover,
.single-city #section-3 p a:hover,
.single-city #section-3 .breadcrumbs a:hover,
.single-city #section-4 p a:hover,
.single-city #section-4 .breadcrumbs a:hover,
.single-city #section-5 p a:hover,
.single-city #section-5 .breadcrumbs a:hover,
.single-city #section-6 p a:hover,
.single-city #section-6 .breadcrumbs a:hover,
.single-city #section-7 p a:hover,
.single-city #section-7 .breadcrumbs a:hover,
.single-city #section-8 p a:hover,
.single-city #section-8 .breadcrumbs a:hover {
  color: var(--green);
  text-decoration: underline;
}
.single-city #section-2 .servicing {
  color: white;
  text-align: center;
}
.single-city #section-2 .city-list {
  margin: 2rem 0 0;
}
.single-city #section-2 .city-list p {
  font-style: normal;
  text-align: left;
  -moz-column-count: 4;
       column-count: 4;
}
.single-city #section-2 .et_pb_text {
  margin: 0;
}
.single-city #section-5 h2 {
  color: white;
}
.single-city #section-6 h2 {
  color: var(--green);
  font-size: 20px;
  line-height: 1.25em;
}
.single-city #section-6 h3 {
  font-size: 40px;
  line-height: 1.25em;
}

.single-city #section-1 .et_pb_button,
.single-city #section-2 .et_pb_button,
.single-city #section-3 .et_pb_button,
.single-city #section-4 .et_pb_button,
.single-city #section-5 .et_pb_button,
.single-city #section-6 .et_pb_button,
.single-city #section-7 .et_pb_button,
.single-city #section-8 .et_pb_button {
  margin: 1rem 0;
}
.single-city #section-1 .toggle-section-title h3 {
  font-size: 20px;
}
.single-city #section-1 .et_pb_toggle_title {
  font-size: 20px;
  font-family: sans-serif !important;
  font-weight: 400 !important;
  margin: 0 !important;
}
.single-city #section-1 .et_pb_toggle_title:before {
  font-size: 27px;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */