/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
/*--Divi FilterGrid 2 Columns Mobile--*/
	@media screen and (max-width: 479px) {
		.dp-dfg-layout-grid .dp-dfg-items {
		    display: grid !important;
		}
	}
/*--END Divi FilterGrid 2 Columns Mobile--*/

/* -- NAV/NAV MENU STUFF -- */
header .et_pb_section_1_tb_header {
	z-index: 11010;
	padding: 0 !important;
}

header .et_pb_section_1_tb_header .et_pb_row_2_tb_header {
	padding: 0 !important;
}

#nav-button {
	cursor: pointer;
	transition: opacity .3s;
}

#nav-menu-container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 600;
	pointer-events: none;
}

#nav-menu-container.active {
	pointer-events: auto;
}

#nav-menu-container.active .closer {
	opacity: .57;
}

#nav-menu-container.active .menu {
	transform: translateX(0px);
}

#nav-menu-container .closer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #212121;
	cursor: pointer;
	opacity: 0;
	transition: opacity .3s;
}

#nav-menu-container .menu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 33.3333333%;
	height: 100%;
	background-color: #F5F7ED;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
  transition: transform .3s;
}

#nav-menu-container .menu-nav {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 34px;
	height: 100px;
}

#nav-menu-container #menu-closer {
	transition: opacity .3s;
	border: none;
	outline: none;
	box-shadow: none;
	background: none;
	cursor: pointer;
}

#nav-menu-container #menu-closer svg {
	width: 20px;
}

#nav-menu-container #menu-closer:hover {
	opacity: .5;
}

#nav-menu-container .links {
	flex: 1;
	display: flex;
	flex-direction: column;
}

#nav-menu-container .links .top {
	flex: 1;
	padding: 0 34px;
	display: flex;
	flex-direction: column;
/* 	justify-content: center; */
	padding-top: 21vh;
	align-items: center;
}

#nav-menu-container .links .top .sub-links {
    width: 100%;
    padding: 0 10px;
  }
#nav-menu-container .links .top .sub-links ul {
    padding-left: 0;
    list-style: none;
  }
#nav-menu-container .links .top .sub-links ul a {
    color: #0D210F;
    font-family: 'rand';
    font-size: 14px;
    font-weight: 500;
  }
#nav-menu-container .links .top .sub-links ul a:hover {
    color: #309c42;
  }

#nav-menu-container .links .top .main-links {
	/*margin-bottom: 20px;*/
	width: 100%;
}

#nav-menu-container .links .top .main-links ul {
	list-style: none;
}

#nav-menu-container .links .top .main-links a,
#nav-menu-container .links .top .main-links .parent-title {
	border-bottom: 1px solid #309C42;
	display: block;
	padding: 20px 0;
	color: black;
	font-size: 20px;
	font-family: 'rand',Georgia,"Times New Roman",serif;
}

#nav-menu-container .links .top .main-links li:first-child a {
	border-top: 1px solid #309C42;
}

#nav-menu-container .links .top .main-links a span,
#nav-menu-container .links .top .main-links .parent-title {
	position: relative;
	display: inline-block;
	transition: transform .2s;
}

#nav-menu-container .links .top .main-links a span:before,
#nav-menu-container .links .top .main-links .parent-title:before {
	content: '→';
	position: absolute;
	padding-right: 10px;
	transform: translateX(-100%);
	opacity: 0;
	transition: opacity .2s, transform .2s;
}

#nav-menu-container .links .top .main-links a:hover span,
#nav-menu-container .links .top .main-links .parent-title:hover {
	transform: translateX(26px);
}

#nav-menu-container .links .top .main-links a:hover span:before,
#nav-menu-container .links .top .main-links .parent-title:hover:before {
	opacity: 1;
}

#nav-menu-container .secondary-links {
	width: 100%;
}

#nav-menu-container .secondary-links ul {
	list-style-type: none;
}

#nav-menu-container .secondary-links a {
	color: black;
	display: inline-block;
	margin-bottom: 15px;
	font-family: 'rand',Georgia,"Times New Roman",serif;
	font-size: 16px;
}

#nav-menu-container .secondary-links a span {
	position: relative;
	display: inline-block;
	transition: transform .2s;
}

#nav-menu-container .secondary-links a span:before {
	content: '→';
	position: absolute;
	padding-right: 10px;
	transform: translateX(-100%);
	opacity: 0;
	transition: opacity .2s, transform .2s;
}

#nav-menu-container .secondary-links a:hover span {
	transform: translateX(26px);
}

#nav-menu-container .secondary-links a:hover span:before {
	opacity: 1;
}

#nav-menu-container .button-section {
	flex: 0 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 34px;
}

#nav-menu-container .button-section a {
	padding: 20px;
	text-align: center;
	display: inline-block;
	background-color: #309C42;
	color: white;
	font-family: 'rand',Georgia,"Times New Roman",serif;
	font-size: 18px;
	border-radius: 500px;
	min-width: 170px;
}

#nav-menu-container .button-section a span {
	position: relative;
	display: inline-block;
	transition: transform .2s;
}

#nav-menu-container .button-section a span:before {
	content: '→';
	position: absolute;
	padding-right: 10px;
	transform: translateX(-100%);
	opacity: 0;
	transition: opacity .2s, transform .2s;
}

#nav-menu-container .button-section a:hover span {
	transform: translateX(10px);
}

#nav-menu-container .button-section a:hover span:before {
	opacity: 1;
}

/* BUILD A PLAN PAGE */
#loader-screen {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #F5F7ED;
	z-index: 10000;
	opacity: 1;
	transition: opacity .3s;
	pointer-events: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#build-plan.hide-loader #loader-screen {
	opacity: 0;
	pointer-events: none;
}

#loader-screen .title {
	font-family: 'gt-super', Georgia, "Times New Roman", serif;
	font-size: 2.75vw;
	color: #0D210F !important;
	line-height: 1.25em;
	text-align: center;
	margin-bottom: 50px;
}

#loader-screen .images {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

#loader-screen .images img {
	margin: 0px 25px;
}

#loader-screen .images img:first-child,
#loader-screen .images img:last-child {
	width: 110px;
}

#loader-screen .images img:nth-child(2) {
	width: 85px;
}

#loader-screen .text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#loader-screen .text .item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#loader-screen .text svg {
	width: 20px;
	margin-right: 20px;
	opacity: 0;
	transition: opacity .3s;
}

#loader-screen .text p {
	opacity: .6;
	transition: opacity .3s;
}

#loader-screen .text .item.active svg {
	opacity: 1;
}

#loader-screen .text .item.active p {
	opacity: 1;
}

#build-plan-section {
	padding: 0px !important;
}

#build-plan-section > div:first-child {
	padding: 0px !important;
}

#build-plan-section p {
	padding: 0px;
}

.build-plan-wrapper {
	/* position: sticky;
	top: 0px; */
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 40px;
}

.build-plan-wrapper h2 {
	margin-bottom: 30px;
	text-align: center;
}

.address-data {
	display: flex;
	flex-wrap: nowrap;
	/* padding-bottom: 200px; */
}

.address-data .address {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	line-height: 1.3;
}

.address-data .temp {
	width: 15%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.address-data .temp img {
	width: 50px;
	margin-bottom: 15px;
}

.address-data .temp .weather-desc {
	text-transform: capitalize;
	text-align: center;
}

.address-data .weather-data {
	width: 35%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.address-data .weather-data > div {
	width: 50%;
	text-align: center;
}

.address-data .weather-data>div h3,
.address-data .weather-data>div p {
	font-size: 16px;
}

.address-data .address-image {
	width: 30%;
}

.address-data .address-image .image {
	width: 100%;
	padding-bottom: 65%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.address-data .address-image .image .inner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #c4c4c4;
}

.address-data .address-image .image .inner img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.plan-form {
	background-color: #FFF;
}

.plan-form .inner {
	background-color: #B5C5B2;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding: 9vw 0px;
}

.plan-form .inner .content {
	max-width: 1400px;
	margin: 0 auto;
}

.plan-form h2 {
	color: black;
	margin-bottom: 50px;
	text-align: center;
}

.plan-form #gform_wrapper_3 {
	width: 60%;
	margin: 0 auto;
}

.plan-form .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 30px;
}

.gform_wrapper.gravity-theme .ginput_container_address span {
	flex: 0 0 100%;
}

.plan-form .consent-text {
	margin: 10px 0px;
}

.plan-form .gform_footer input[type='submit'] {
	font-size: 18px;
	font-family: 'rand', Georgia, "Times New Roman", serif;
	font-weight: 500;
}

#gform_confirmation_message_3 {
	text-align: center;
}

.plan-form #gform_wrapper_3 button.submit-button {
	padding: 20px;
	text-align: center;
	display: inline-block;
	background-color: #309C42;
	color: white;
	font-family: 'rand', Georgia, "Times New Roman", serif;
	font-size: 18px;
	border-radius: 500px;
	min-width: 170px;
	border: 0;
	cursor: pointer;
	position: relative;
	font-weight: 500;
}

.plan-form #gform_wrapper_3 button.submit-button span {
	position: relative;
	display: inline-block;
	transition: transform .2s;
}

.plan-form #gform_wrapper_3 button.submit-button span:before {
	content: '→';
	position: absolute;
	padding-right: 10px;
	transform: translateX(-100%);
	opacity: 0;
	transition: opacity .2s, transform .2s;
}

.plan-form #gform_wrapper_3 button.submit-button:hover span {
	transform: translateX(10px);
}

.plan-form #gform_wrapper_3 button.submit-button:hover span:before {
	opacity: 1;
}

.plan-form .gform_wrapper.gravity-theme .gfield_label {
	font-family: 'rand', Georgia, "Times New Roman", serif;
	color: black;
	text-transform: capitalize;
	font-weight: 500;
}

.plan-form #field_3_5,
.plan-form #field_3_5 a {
	color: #3F3F3F;
	font-family: 'rand', Georgia, "Times New Roman", serif;
}

.plan-form #field_3_5 a {
	text-decoration: underline;
}

.local-branch {
	background-color: #FFF;
}

.local-branch .inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 7vw 40px;
}

.local-branch h2 {
	text-align: center;
	margin-bottom: 50px;
}

.local-branch .branch {
	border-top: 1px solid #309C42;
	border-bottom: 1px solid #309C42;
	padding: 25px 65px;
}

.local-branch .branch .branch-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #309C42;
	margin-bottom: 20px;
	transition: color .3s;
}

.local-branch .branch .branch-link:hover {
	color: black;
}

.local-branch .address {
	color: black;
	margin-bottom: 20px;
	position: relative;
}

.local-branch .address svg,
.local-branch .phone svg {
	position: absolute;
	top: 0px;
	left: 0px;
	transform: translateX(calc(-100% - 21px));
}

.local-branch .phone {
	color: black;
	position: relative;
}

.local-branch .phone a {
	color: black;
}

.common-pests {
	background-color: #F5F7ED;
}

.common-pests .inner,
.pest-cta .inner {
	padding: 7vw 50px;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;
}

.common-pests .left {
	width: 50%;
	padding-right: 200px;
}

.common-pests .left p {
	color: #309C42;
	margin-bottom: 20px;
}

.common-pests .left h2 {
	text-align: left;
}

.common-pests .right {
	width: 50%;
}

.common-pests .right ul {
	padding-left: 0px;
}

.common-pests .right ul li {
	border-top: 1px solid black;
	list-style-type: none;
	padding: 25px 25px 25px 0px;
	font-family: 'rand', Georgia, "Times New Roman", serif;
	line-height: 1.5em;
	font-size: 1.13rem;
}

.common-pests .right ul li:last-child {
	border-bottom: 1px solid black;
}

/* .common-pests .right .dropdown {
	border-top: 1px solid black;
}

.common-pests .right .dropdown:last-of-type {
	border-bottom: 1px solid black;
} */

/* .common-pests .right .dropdown .clicker {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	font-family: 'rand', Georgia, "Times New Roman", serif;
	line-height: 1.5em;
	font-size: 1.13rem;
	background-color: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 0px;
	width: 100%;
	padding: 25px 25px 25px 0px;
	color: black;
} */

/* .common-pests .right .dropdown .clicker span:nth-child(2) {
	font-size: 2em;
} */

/* .common-pests .right .dropdown .content {
	height: 0px;
	overflow: hidden;
	transition: height .3s;
	pointer-events: none;
}

.common-pests .right .dropdown.open .content {
	pointer-events: auto;
}

.common-pests .right .dropdown .content-inner {
	padding-bottom: 25px;
	font-family: 'rand', Georgia, "Times New Roman", serif;
	line-height: 1.5em;
	font-size: 1.13rem;
	color: black;
	font-weight: 400;
	opacity: 0;
	transition: opacity .3s;
	transition-delay: 0s;
}

.common-pests .right .dropdown.open .content-inner {
	transition-delay: .3s;
	opacity: 1;
} */

.cta-section {
	background-color: transparent;
	margin-top: -50px;
}

.cta-section .inner {
	height: 80vh;
	padding: 100px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	overflow: hidden;
	background-image: var(--wpr-bg-e7d1a8e6-03c4-4e13-8822-e5d3d99ecea7);
	background-position: center;
	background-size: cover;
}

.cta-section .inner h2 {
	text-align: left;
	color: white !important;
	margin-bottom: 20px;
}

.cta-section .inner a {
	padding: 15px 20px;
	text-align: center;
	display: inline-block;
	background-color: transparent;
	color: white;
	font-family: 'rand', Georgia, "Times New Roman", serif;
	font-size: 18px;
	border-radius: 500px;
	min-width: 170px;
	border: 0;
	cursor: pointer;
	position: relative;
	font-weight: 500;
	border: 2px solid white;
}

.cta-section .inner a span {
	position: relative;
	display: inline-block;
	transition: transform .2s;
}

.cta-section .inner a span:before {
	content: '→';
	position: absolute;
	padding-right: 10px;
	transform: translateX(-100%);
	opacity: 0;
	transition: opacity .2s, transform .2s;
}

.cta-section .inner a:hover span {
	transform: translateX(10px);
}

.cta-section .inner a:hover span:before {
	opacity: 1;
}

/* Home form on build plan page */
.build-plan-fill-form {
	padding: 200px 10px;
	min-height: 70vh;
	background-color: #f5f7ed;
}

/* Home form */
.home-form h2 {
	font-family: 'gt-super', Georgia, "Times New Roman", serif;
	font-size: 2.75vw;
	color: #1E2D3A !important;
	text-align: center;
	margin-bottom: 25px;
}

.home-form h2 span {
	font-style: italic;
}

.home-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-form #get-plan-form {
	width: 60%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-form #get-plan-form input[type='text'] {
	background-color: white;
	border: 0;
	border-bottom: 2px solid #309C42;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-family: 'rand', Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #0D210F;
	transition: border .3s;
	margin-bottom: 25px;
}

.home-form #get-plan-form input[type='text']::placeholder {
	color: #0D210F;
}

.home-form #get-plan-form input[type='text']:focus {
	border-color: #E1FD32;
}

.home-form #get-plan-form p {
	font-family: 'rand', Georgia, "Times New Roman", serif;
	font-size: 12px;
	line-height: 1.2em;
	width: 60%;
	margin-bottom: 25px;
}

.home-form #get-plan-form button {
	padding: 20px;
	text-align: center;
	display: inline-block;
	background-color: #309C42;
	color: white;
	font-family: 'rand', Georgia, "Times New Roman", serif;
	font-size: 18px;
	border-radius: 500px;
	min-width: 170px;
	border: 0;
	cursor: pointer;
	position: relative;
	font-weight: 500;
}

.home-form #get-plan-form button span {
	position: relative;
	display: inline-block;
	transition: transform .2s;
}

.home-form #get-plan-form button span:before {
	content: '→';
	position: absolute;
	padding-right: 10px;
	transform: translateX(-100%);
	opacity: 0;
	transition: opacity .2s, transform .2s;
}

.home-form #get-plan-form button:hover span {
	transform: translateX(10px);
}

.home-form #get-plan-form button:hover span:before {
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	.home-form h2 {
		font-size: 24px !important;
	}

	#loader-screen .title {
		font-size: 24px;
	}

	#loader-screen .images img {
		margin: 0 5px;
	}

	#loader-screen .images img:first-child,
	#loader-screen .images img:last-child {
		width: 70px;
	}

	#loader-screen .images img:nth-child(2) {
		width: 45px;
	}

	#nav-menu-container .menu {
		width: 100%;
	}

	#nav-menu-container .menu-nav {
		height: 81px;
		padding: 14px;
	}

	#nav-menu-container .links .top {
		padding: 0px 14px;
	}

	.build-plan-wrapper {
		padding: 50px 15px;
		margin-top:66px;
	}

	#build-plan .build-plan-wrapper h2,
	#build-plan .plan-form h2 {
		font-size: 24px;
	}

	.build-plan-wrapper .address-data {
		flex-wrap: wrap;
	}

	.build-plan-wrapper .address-data .address {
		order: 1;
		width: 50%;
		font-size: 18px;
		padding-right: 10px;
		margin-bottom: 40px;
	}

	.build-plan-wrapper .address-data .address-image {
		order: 2;
		width: 50%;
		margin-bottom: 40px;
	}

	.build-plan-wrapper .address-data .temp {
		order: 3;
		width: 33.33333333%;
		font-size: 14px;
		padding-right: 10px;
	}

	.build-plan-wrapper .address-data .weather-data {
		order: 4;
		width: 66.6666666%;
		font-size: 14px;
	}

	.build-plan-wrapper .address-data .weather-data div h3,
	.build-plan-wrapper .address-data .weather-data div p {
		font-size: 14px;
	}

	.plan-form .inner {
		padding: 75px 15px;
	}

	.plan-form h2 {
		font-size: 22px;
	}

	.plan-form #gform_wrapper_3 {
		width: 100%;
	}

	.local-branch .inner {
		padding: 75px 15px;
	}

	.local-branch h2 {
		font-size: 24px !important;
	}

	.common-pests .inner {
		flex-wrap: wrap;
		padding: 75px 15px;
	}

	.common-pests .left {
		margin-bottom: 30px;
	}

	.common-pests .left h2 {
		font-size: 24px;
	}

	.common-pests .inner .left,
	.common-pests .inner .right {
		width: 100%;
	}

	.cta-section .inner {
		padding: 25px 15px;
	}

	.common-pests .left {
		padding-right: 0px;
	}

	.cta-section .inner h2 {
		font-size: 24px;
	}

	.home-form #get-plan-form {
		width: 100%;
	}

	.local-branch .branch .branch-link {
		justify-content: flex-start;
	}

	.local-branch .branch .branch-link span:first-child {
		margin-right: 5px;
	}

	.home-form #get-plan-form p {
		width: 100%;
	}
}