/*
 Theme Name:     RYNO Child Theme
 Theme URI:      http://rynoss.com/
 Description:    RYNO Child Theme
 Author:         Ryno SS - Jerad Shepherd
 Author URI:     http://www.rynoss.com
 Template:       theme-3
 Text Domain:    ryno-theme-three-child
 Version:        1.0.0
*/

/* =Theme customization starts here
/* homepage horizontal overflow fix */
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.viewport-overflow-wrapper {
	overflow: hidden;
	width: 100%;
	height: auto;
}
body.home {
	overflow-x: hidden;
}

.text-shadow-box-light .h5 {
	color: #fff;
}

/* heading & typography styles */
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.home h1 {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: inherit;
}

/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
body,
ol,
ul,
p {
	font-size: 18px;
	font-weight: normal;
	line-height: calc(28 / 18);
}
html {
	font-size: 18px;
	font-weight: normal;
	line-height: calc(28 / 18);
}
@media (max-width: 991.98px) {
	body,
	ol,
	ul,
	p {
		font-size: 16px;
		font-weight: normal;
		line-height: calc(24 / 16);
	}
	html {
		font-size: 16px;
		font-weight: normal;
		line-height: calc(24 / 16);
	}
}

/*-------------------------------------------------------------------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	text-transform: uppercase;
	font-weight: 900;
}
h1,
.h1 {
	font-size: 52px;
	line-height: calc(52 / 52);
	margin-bottom: 15px;
}
h2,
.h2 {
	font-size: 46px;
	line-height: calc(51 / 46);
	margin-bottom: 15px;
}
h3,
.h3 {
	font-size: 36px;
	line-height: calc(44 / 36);
	margin-bottom: 15px;
}
h4,
.h4 {
	font-size: 30px;
	line-height: calc(32 / 30);
	margin-bottom: 15px;
}
h5,
.h5 {
	font-size: 24px;
	line-height: calc(32 / 24);
	margin-bottom: 15px;
}
h6,
.h6 {
	font-size: 20px;
	line-height: calc(30 / 20);
	margin-bottom: 15px;
}
@media (max-width: 991.98px) {
	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		text-transform: uppercase;
		font-weight: 900;
	}
	h1,
	.h1 {
		font-size: 36px;
		line-height: calc(36 / 36);
	}
	h2,
	.h2 {
		font-size: 30px;
		line-height: calc(32 / 30);
	}
	h3,
	.h3 {
		font-size: 28px;
		line-height: calc(32 / 28);
	}
	h4,
	.h4 {
		font-size: 24px;
		line-height: calc(32 / 24);
	}
	h5,
	.h5 {
		font-size: 24px;
		line-height: calc(32 / 24);
	}
	h6,
	.h6 {
		font-size: 20px;
		line-height: calc(30 / 20);
	}
}

/* ORNAMENT---------------------------- */
.ornament::before,
.ornament::after {
	align-self: center;
	border-top: 2px solid #ccd6ed;
	content: "";
}

.content-wrapper a:not(.home),
.content-wrapper a:not(.btn) {
	text-decoration: underline!important;
}


/*-------------------------------------------------------------------------------------------------*/
/* [ BUTTONS ]---------------------------------- */
/*-------------------------------------------------------------------------------------------------*/
.btn {
	align-items: center;
	border: 0 none;
	border-radius: 28px;
	display: inline-flex;
	font-size: 17px !important;
	font-weight: 800;
	font-family: "Alexandria", sans-serif;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	white-space: normal;
	text-decoration: none!important;
}

.btn:hover {
	color: #2c3d4f;
}
.btn-lg,
.btn-group-lg > .btn {
	font-size: 20px;
	padding: 20px 25px;
}

.home .btn,
.header .btn,
.footer .btn,
.postscript-contact .button-wrapper .btn {
	min-height: 52px;
	padding: 5px 20px 5px 60px;
	position: relative;
	z-index: 1;
}

.header .btn {
	font-size: 13px !important;
	width: 296px;
}
	@media only screen and (min-width: 1200px) {
		font-size: 17px !important;
		width: 358px;
	}
}

.footer .btn {
	width: 260px;
}

.home .btn:before,
.header .btn:before,
.footer .btn:before,
.postscript-contact .button-wrapper .btn:before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 45px;
	border-radius: 50%;
	content: "";
	height: 52px;
	left: 0;
	top: 0;
	position: absolute;
	transition: all 300ms;
	width: 52px;
}



.header .btn:after,
.footer .btn:after,
.postscript-contact .button-wrapper .btn:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 26px;
	opacity: 1;
	z-index: -1;
}

/* PRIMARY, SECONDARY, AND TERTIARY BUTTONS */
.btn-primary {
	background-color: #2c3d4f;
}
.btn-primary:hover {
	background: radial-gradient(37.45% 107.3% at 50% 50.01%, #FBE99E 0%, #E9E390 22%, #BDD66D 66%, #96CA4F 100%);

	;
}

.btn-secondary {
	background-color: #3179be;
}
.btn-secondary:hover {
	background: radial-gradient(37.45% 107.3% at 50% 50.01%, #FBE99E 0%, #E9E390 22%, #BDD66D 66%, #96CA4F 100%);
}


.btn-tertiary {
	background-color: #244C5A;
	color: #fff;
}
.btn-tertiary:hover {
	background: radial-gradient(37.45% 107.3% at 50% 50.01%, #FBE99E 0%, #E9E390 22%, #BDD66D 66%, #96CA4F 100%);
}


/* HOME BUTTON PRIMARY------------- */
 .btn-primary:before,
.home .btn-primary:before,
.header .btn-primary:before,
.footer .btn-primary:before,
.postscript-contact .button-wrapper .btn-primary:before {
	background-image: url('/wp-content/uploads/sparkle-primary.svg');
}
.btn.btn-primary:after,
.home .btn.btn-primary:after,
.header .btn.btn-primary:after,
.footer .btn.btn-primary:after,
.postscript-contact .button-wrapper .btn.btn-primary:after {
	background: #509E2F;
}
@media (min-width: 992px) {
.btn.btn-primary:hover,
.btn.btn-primary:focus,
	.home .btn.btn-primary:hover,
	.header .btn.btn-primary:hover,
	.postscript-contact .button-wrapper .btn.btn-primary:hover {
		background: radial-gradient(37.45% 107.3% at 50% 50.01%, #FBE99E 0%, #E9E390 22%, #BDD66D 66%, #96CA4F 100%);
		color: #000;
	}
	.footer .btn.btn-primary:hover {
		background: radial-gradient(37.45% 107.3% at 50% 50.01%, #FBE99E 0%, #E9E390 22%, #BDD66D 66%, #96CA4F 100%);
	}
}

/* HOME BUTTON SECONDARY------------ */
.home .btn-secondary:before,
.header .btn-secondary:before,
.footer .btn-secondary:before,
.postscript-contact .button-wrapper .btn-secondary:before {
	background-image: url('/wp-content/uploads/sparkle-secondary.svg');
}
.home .btn.btn-secondary:after,
.header .btn.btn-secondary:after,
.footer .btn.btn-secondary:after,
.postscript-contact .button-wrapper .btn.btn-secondary:after {
	background: #244C5A;
}
@media (min-width: 992px) {
	.home .btn.btn-secondary:hover,
	.header .btn.btn-secondary:hover,
	.footer .btn.btn-secondary:hover,
	.postscript-contact .button-wrapper .btn.btn-secondary:hover {
		background: radial-gradient(37.45% 107.3% at 50% 50.01%, #FBE99E 0%, #E9E390 22%, #BDD66D 66%, #96CA4F 100%);
	}
}

/* HOME BUTTON TERTIARY  ------------ */
.home .btn-tertiary:before,
.header .btn-tertiary:before,
.footer .btn-tertiary:before,
.postscript-contact .button-wrapper .btn-tertiary:before {
	background-image: url('/wp-content/uploads/sparkle-tertiary.svg');
}
.home .btn.btn-tertiary:after,
.header .btn.btn-tertiary:after,
.footer .btn.btn-tertiary:after,
.postscript-contact .button-wrapper .btn-tertiary:after {
	background: #00B2A9;
}
@media (min-width: 992px) {
	.home .btn.btn-tertiary:hover,
	.header .btn.btn-tertiary:hover,
	.footer .btn.btn-tertiary:hover,
	.postscript-contact .button-wrapper .btn.btn-tertiary:hover {
		background: radial-gradient(37.45% 107.3% at 50% 50.01%, #FBE99E 0%, #E9E390 22%, #BDD66D 66%, #96CA4F 100%);
	}
}


/* BUTTON HOVER */
@media (min-width: 992px) {
	.home .btn:hover,
	.home .btn:focus,
	.header .btn:hover,
	.header .btn:focus,
	.footer .btn:hover,
	.footer .btn:focus,
	.postscript-contact .button-wrapper .btn:hover,
	.postscript-contact .button-wrapper .btn:focus {
		padding: 5px 40px 5px 30px;
	}
	.home .btn:hover:before,
	.home .btn:focus:before,
	.header .btn:hover:before,
	.header .btn:focus:before,
	.footer .btn:hover:before,
	.footer .btn:focus:before,
	.postscript-contact .button-wrapper .btn:hover:before,
	.postscript-contact .button-wrapper .btn:focus:before {
		background-color: transparent;
		margin-left: calc(100% - 50px);
	}
	.home .btn:hover:after,
	.home .btn:focus:after,
	.header .btn:hover:after,
	.header .btn:focus:after,
	.footer .btn:hover:after,
	.footer .btn:focus:after,
	.postscript-contact .button-wrapper .btn:hover:after,
	.postscript-contact .button-wrapper .btn:focus:after {
		background: transparent;
	}

	.home .btn-primary:hover:before,
	.home .btn-primary:focus:before,
	.header .btn-primary:hover:before,
	.header .btn-primary:focus:before,
	.footer .btn-primary:hover:before,
	.footer .btn-primary:focus:before,
	.postscript-contact .button-wrapper .btn-primary:hover:before,
	.postscript-contact .button-wrapper .btn-primary:focus:before {
		background-color: transparent;
		margin-left: calc(100% - 50px);
		background-image: url('/wp-content/uploads/arrow-primary.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 45px;
	}

	.home .btn-secondary:hover:before,
	.home .btn-secondary:focus:before,
	.header .btn-secondary:hover:before,
	.header .btn-secondary:focus:before,
	.footer .btn-secondary:hover:before,
	.footer .btn-secondary:focus:before,
	.postscript-contact .button-wrapper .btn-secondary:hover:before,
	.postscript-contact .button-wrapper .btn-secondary:focus:before {
		background-color: transparent;
		margin-left: calc(100% - 50px);
		background-image: url('/wp-content/uploads/arrow-secondary.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 45px;
	}

	.home .btn-tertiary:hover:before,
	.home .btn-tertiary:focus:before,
	.header .btn-tertiary:hover:before,
	.header .btn-tertiary:focus:before,
	.footer .btn-tertiary:hover:before,
	.footer .btn-tertiary:focus:before,
	.postscript-contact .button-wrapper .btn-tertiary:hover:before,
	.postscript-contact .button-wrapper .btn-tertiary:focus:before {
		background-color: transparent;
		margin-left: calc(100% - 50px);
		background-image: url('/wp-content/uploads/arrow-tertiary.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 45px;
	}
	.homepage-section--professional-septic-company .btn:hover {
		padding: 5px 55px 5px 30px;
	}
}



@media (min-width: 992px) {

	.header .btn:hover,
	.header .btn:focus {
		padding: 5px 60px 5px 20px;
	}
}

.btn-portable-service {
	width: 358px;
}

/* ------------------------------------ */
/* TOP BAR */
/* ------------------------------------ */
.top-bar {
	padding-top: 10px;
	padding-bottom: 9px;
	background-color: #244C5A;
	color: #D3DBDE;
	font-family: "Alexandria", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.top-bar a {
	color: #D3DBDE;
	text-decoration: underline;
}

.top-bar .company-phone a {
	transition: 0.3s ease all;
}

.top-bar .company-phone a:hover {
	color: #509e2f;
}

.top-bar .text-wrapper {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
}

.top-bar .emergency-service {
	margin-left: 6px;
}

.top-bar .vertical-divider {
	color: #a0b6de;
	opacity: 0.24;
}

.top-bar .company-phone img {
	margin-left: 16.51px;
}

.top-bar .header-phone-link {
	margin-left: 7px;
	color: #fff;
	font-size: 19px;
	font-weight: 800;
	line-height: 1px;
}

/* --------------------------- */
/* [ HEADER ] -------- */
/* --------------------------- */
@media (min-width: 992px) {
	.header-one {
		/* 	padding-top: 35px; */
		padding-bottom: 0px;
		position: relative !important;
		z-index: 0 !important;
	}

	/* Logo */
	.header-one .header__logo {
		position: relative;
	}

	.header-one .company-logo img {
		min-width: 349px;
		width: 100%;
		min-height: 142px;
		height: 100%;
	}

	.header-one .header-buttons-wrapper {
		margin-top: 6px;
		display: flex;
		align-content: center;
		justify-content: end;
		align-items: center;
		gap: 20px;
	}

	.header--sticky .header__logo {
		position: relative;
		margin-top: -40px;
		z-index: 2;
	}
	
	.company-phone--telnumber {
		align-items: center;
		display: flex;
	}
	
	.company-phone--telnumber svg {
		margin-right: 6px;
	}
	
	.company-phone--telnumber .vertical-divider {
		padding: 0 12px;
	}
	
	.header .serving-text {
		align-items: center;
		color: #244C5A;
		display: flex;
		font-size: 14px;
		font-weight: 700;
		gap: 0 6px;
		justify-content: flex-end;
		margin-bottom: 10px;
	}
	
	.header .serving-text a {
		color: #244C5A;
		text-decoration: underline;
		transition: 0.3s ease all;
	}

	.header .serving-text a:hover {
		color: #244C5A;
		font-weight: 900;
		text-decoration: underline;
	}
}

@media only screen and (min-width: 1200px) {
	.header--sticky .header__logo {
		margin-top: -43px;
	}
}
/* ------------------------------------ */
/* [ NAVIGATION MENU ------------- ] 
/* ------------------------------------ */
@media (min-width: 992px) {
	.nav-bar {
		margin-top: -14px;
	}
	.nav-bar .container-lg {
		padding-left: 100px;
		padding-right: 0px !important;
	}

	.main-navigation > li > a {
		font-family: "Alexandria", sans-serif;
		font-size: 16px;
		font-weight: 700;
	}
	.main-navigation > li.has-dropdown::after {
		font-weight: normal;
	}

	.main-navigation > li.has-dropdown::after {
		font-size: 10px;
		font-weight: bold;
		background-color: #e4e8f5;
		border-radius: 100px;
		width: 12px;
		height: 12px;
		right: 10px;
		top: 40%;
		justify-content: center;
	}

	.main-navigation > li.has-dropdown::after {
		font-size: 16px;
		font-weight: bold;
		background-color: transparent;
		border-radius: 100px;
		width: 13px;
		height: 6px;
		right: 10px;
		top: 45%;
		justify-content: center;
		content: "\e942";
		font-family: 'ryno-theme-icons' !important;
		line-height: 1;
	}
}

@media (min-width: 992px) and (max-width: 1300px) {
	.main-navigation > li > a {
		padding: 15px 5px 15px 0px;
	}

	.main-navigation > li > a {
		font-family: "Poppins", sans-serif;
		font-size: 14px;
	}

	.header-one .company-logo img {
		min-width: 185px;
		/*width: 100%;
		min-height: 204px;
		height: 100%;*/
	}

	.main-navigation > li.has-dropdown::after {
		font-size: 10px;
		font-weight: bold;
		background-color: #e4e8f5;
		border-radius: 100px;
		width: 12px;
		height: 12px;
		right: 15px;
		top: 38%;
		justify-content: center;
	}
}

@media only screen and (min-width: 1200px) {
	.nav-bar {
		margin-top: -10px;
	}
}

/*-------------------------------------------------------------------------------------------------*/
/* HERO SECTION ---------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.hero {
	background-image: url("/wp-content/uploads/hero-bg.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

.mobile-hero-buttons {
	display: flex;

	.mobile-hero-buttons__button {
		color: #ffffff;
		flex: 1 1 50%;
		font-family: 'Alexandria', sans-serif;
		font-size: 14px;
		font-weight: 700;
		padding: 9px 9px 12px;
		text-align: center;
		text-transform: uppercase;
	}

	.mobile-hero-buttons__button--1 {
		background: #00857D;
	}

	.mobile-hero-buttons__button--2 {
		background: #244C5A;
	}
}

.hero-bg {
	position: relative;
	height: 0;
	padding-top: calc(100vw * 800 / 1600);
}

.hero-copytext-block {
	position: absolute;
	top: calc(100vw * 87 / 1600);
	left: calc(100vw * 268 / 1600);
	width: calc(100vw * 746 / 1600);
	text-align: left;
}

.hero-copytext-block .headline-wrapper {
	border-left: 14px solid #A4D65E;
	padding-left: 22px;
}

.hero-copytext-block .mega-headline {
	font-family: "Alexandria", sans-serif;
	font-weight: 900;
	font-size: calc(42.16px + (68 - 42.16) * ((100vw - 992px) / (1600 - 992)));
	line-height: calc(70 / 68);
	color: #244C5A;
}



.hero-copytext-block .mini-headline {
	font-family: "Alexandria", sans-serif;
	font-weight: 300;
	color: #2c3d4f;
	font-size: calc(19.84px + (32 - 19.84) * ((100vw - 992px) / (1600 - 992)));
	line-height: calc(70 / 32);
	letter-spacing: 16px;
}

.hero-copytext-block .cursive-headline {
	font-family: "Pacifico", cursive;
	font-weight: 300;
	font-size: calc(19.84px + (32 - 19.84) * ((100vw - 992px) / (1600 - 992)));
	line-height: calc(46 / 32);
	text-transform: none;
	color: #00B2A9;
}

.hero-copytext-block .paragraph-wrapper {
	margin-top: 34px;
	max-width: 800px;
	width: 100%;
	font-size: 20px;
}

.hero-copytext-block p {
	font-size: calc(16px + (20 - 16) * ((100vw - 992px) / (1600 - 992)));
	line-height: calc(30 / 20);
	color: #244C5A;
}

@media (min-width: 1200px) and (max-width: 1566px) {
	.hero-copytext-block {
		position: absolute;
		top: calc(100vw * 80 / 1600);
		left: calc(100vw * 228 / 1600);
		width: calc(100vw * 905 / 1600);
		text-align: left;
	}

	.hero-copytext-block .paragraph-wrapper {
		max-width: 500px;
		width: 100%;
		font-size: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hero-copytext-block {
		position: absolute;
		top: calc(100vw * 80 / 1600);
		left: calc(100vw * 228 / 1600);
		width: calc(100vw * 805 / 1600);
		text-align: left;
	}

	.hero-copytext-block .paragraph-wrapper {
		margin-top: -10px;
		max-width: 400px;
		width: 100%;
		font-size: 20px;
	}
}

.hero-copytext-block p span {
	font-weight: bold;
	color: #2c3d4f;
}

/*-------------------------------------------------------------------------------------------------*/
/* HERO SECTION (MOBILE)---------------------------*/
/*-------------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {
	.hero {
		background-image: url("/wp-content/uploads/hero-bg-mobile.jpg");
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		z-index: 0;
	}

	.hero-bg {
		position: relative;
		height: 0;
		padding-top: calc(100vw * 646 / 576);
	}



	.hero-copytext-block {
		position: absolute;
		top: calc(100vw * 52 / 576);
		left: calc(100vw * 35 / 576);
		width: calc(100vw * 508 / 576);
		text-align: left;
	}


	.hero-copytext-block .mega-headline {
		font-family: "Alexandria", sans-serif;
		font-weight: 900;
		font-size: calc(26.66px + (48 - 26.66) * ((100vw - 320px) / (576 - 320)));
		color: #244C5A;
		line-height: .75!important;
	}

	.hero-copytext-block .mini-headline {
		font-family: "Alexandria", sans-serif;
		font-weight: 300;
		color: #2c3d4f;
		font-size: calc(19.84px + (32 - 19.84) * ((100vw - 992px) / (1600 - 992)));
		line-height: 3!important;
		letter-spacing: 16px;
	}


	.hero-copytext-block .paragraph-wrapper {
		max-width: 485px;
		width: 100%;
		font-size: 20px;
	}


	.hero-copytext-block .cursive-headline {
		margin-top: -.25em;
		font-family: "Pacifico", cursive;
		font-weight: 300;
		font-size: calc(19.84px + (25 - 19.84) * ((100vw - 320px) / (576 - 320)));
		line-height: .5!important;
		text-transform: none;
		color: #00B2A9;
	}


	.hero-copytext-block p {
		font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (576 - 320)));
		line-height: calc(28 / 18);
	}

	.hero-copytext-block .button-wrapper {
		margin-top: 22px;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: flex-start;
		row-gap: 22px;
	}

	.hero-copytext-block .btn {
		width: 358px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.hero-copytext-block .mega-headline {
		font-size: calc( 26.66px + (48 - 26.66) * ((100vw - 320px) / (576 - 320)));
		line-height: calc(58.51 / 48);
		margin-bottom: -0.25em;
	}

	.hero-copytext-block .mini-headline {
		color: #2c3d4f;
		font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (576 - 320)));
		line-height: calc(50 / 24);
		letter-spacing: 12px;
	}
}

/*-------------------------------------------------------------------------------------------------*/
/* HERO SECTION (EXTRA SMALL MOBILE)---------------------------*/
/*-------------------------------------------------------------------------------------------------*/
@media (max-width: 575px) {

	.hero {
		background-image: url("/wp-content/uploads/hero-bg-xs-mobile.jpg");
		background-position: bottom center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		z-index: 0;
	}


	.hero-bg {
		position: relative;
		height: 0;
		padding-top: calc(100vw * 630 / 320);
	}

	.hero-copytext-block {
		position: absolute;
		top: calc(100vw * 48 / 320);
		left: calc(100vw * 11 / 320);
		width: calc(100vw * 299 / 320);
		text-align: left;
	}

	.hero-copytext-block .headline-wrapper {
		border-left: 8px solid #A4D65E;
	}

	.hero-copytext-block .mega-headline {
		font-size: calc( 23.33px + (28 - 23.33) * ((100vw - 320px) / (576 - 320)));
		line-height: calc(70 / 48);
		margin-bottom: -0.25em;
	}

	.hero-copytext-block .mini-headline {
		color: #2c3d4f;
		font-size: calc( 13.33px + (16 - 13.33) * ((100vw - 320px) / (576 - 320)));
		line-height: calc(50 / 24);
		letter-spacing: 6px;
	}
}

.hero-copytext-block .cursive-headline {
	font-family: "Pacifico", cursive;
	font-weight: 300;
	font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (576 - 320)));
	line-height: calc(50 / 24);
	text-transform: none;
	color: #00B2A9;
}

@media (max-width: 374px) {
	.hero-copytext-block p {
		font-size: 18px;
		line-height: calc(28 / 18);
	}
}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* HOMEPAGE CONTENT SECTIONS ---------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* CTA SECTION ---------- */
/* ---------------------------------------------- */
.homepage-section--cta-section {
	background: linear-gradient(180deg, #097b28 0%, #509e2f 100%);
	padding-top: 18.35px;
	padding-bottom: 89px;
}

.homepage-section--cta-section p {
	color: #ffffff;
}


/* ---------------------------------------------- */
/* CTA SECTION (MOBILE)---------- */
/* ---------------------------------------------- */
@media (max-width: 991px) {
	.homepage-section--cta-section {
		padding-top: 56px;
		background-color: #076c22;
		padding-bottom: 17px;
	}

	.homepage-section--cta-section p {
		color: #ffffff;
		margin-top: 0;
		font-weight: bold;
		line-height: calc(28 / 16);
	}
}
/* ---------------------------------------------- */
/* CTA SECTION (EXTRA SMALL MOBILE)---------- */
/* ---------------------------------------------- */
@media (max-width: 575px) {
	.homepage-section--cta-section {
		padding-top: 56px;
		background-color: #076c22;
		padding-bottom: 47px;
		height: 100%;
	}

	.homepage-section--cta-section p {
		color: #ffffff;
		font-weight: bold;
		line-height: calc(28 / 16);
	}
}
/* ---------------------------------------------- */
/* EXPERT SEPTIC SERVICES IN SALINA SECTION ---------- */
/* ---------------------------------------------- */
.homepage-section--expert-septic-services {
	padding-top: 86px;
	background-image: url("/wp-content/uploads/expert-septic-bg-wave.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #ffffff;
	padding-bottom: 336px;
	position: relative;
	z-index: 0;
}

.homepage-section--expert-septic-services .expert-service-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 50px;
	padding-right: 121px;
	padding-left: 121px;
	padding-bottom: 50px;
	background: #0e2833;
	box-shadow: 0px 10px 20px 0px #00000093 inset;
	opacity: 80%;
	position: relative;
	z-index: 0;
}

@media (min-width: 1200px) {
	.homepage-section--expert-septic-services .expert-service-wrapper {
		min-width: 1143px;
		width: 100%;
		margin-left: -1em;
		margin-right: auto;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.homepage-section--expert-septic-services .expert-service-wrapper {
		padding-top: 72px;
		padding-right: 49px;
		padding-left: 42px;
		padding-bottom: 12px;
		background-image: url("/wp-content/uploads/doodie-calls-box-mobile.svg");
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}
}

.homepage-section--expert-septic-services .expert-service-wrapper p {
	font-weight: 600;
	z-index: 1;
	color: #fff;
}

/* ---------------------------------------------- */
/* EXPERT SEPTIC SERVICES IN SALINA SECTION (MOBILE)---------- */
/* ---------------------------------------------- */
@media (max-width: 991px) {
	.homepage-section--expert-septic-services {
		padding-top: 55px;
		background-image: url("/wp-content/uploads/dirt-bg-mobile.jpg");
		background-size: cover;
		background-position: bottom center;
		background-repeat: no-repeat;
		padding-bottom: 200px;
		position: relative;
		z-index: 1;
	}

	.homepage-section--expert-septic-services .expert-service-wrapper {
		padding-top: 23px;
		padding-right: 26px;
		padding-left: 19px;
		padding-bottom: 32px;
		background-image: url("/wp-content/uploads/doodie-calls-box-mobile.svg");
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		position: relative;
		z-index: 0;
		color: #fff;
	}
}
/* ---------------------------------------------- */
/* EXPERT SEPTIC SERVICES IN SALINA SECTION (EXTRA SMALL MOBILE)---------- */
/* ---------------------------------------------- */
@media (max-width: 575px) {
	.homepage-section--expert-septic-services .expert-service-wrapper {
		margin-top: 30px;
		padding-top: 15px;
		padding-right: 14.2px;
		padding-left: 11.43px;
		padding-bottom: 18px;
		background-image: none;
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #00000047;
	}
}
/* ---------------------------------------------- */
/* THE PREFERRED DESTINATION FOR SEPTIC SERVICES SECTION ---------- */
/* ---------------------------------------------- */
.homepage-section--the-preferred-destination {
	margin-top: -2em;
	padding-top: 0;
	background: linear-gradient(180deg, #ccf0ee 50%, #ffffff 100%);
	position: relative;
	z-index: 0;
	padding-bottom: 74px;
}

.homepage-section--the-preferred-destination .truck-image {
	width: 551px;
	height: 532px;
	margin-right: auto;
	margin-left: -8em;
	margin-top: 0;
	position: relative;
	z-index: 2;
}

.homepage-section--the-preferred-destination h3 {
	color: #2c3d4f;
	margin-top: 2em;
}

.homepage-section--the-preferred-destination p a {
	font-weight: bold;
}

.homepage-section--the-preferred-destination .family-plan {
	margin-top: 1em;
}

.homepage-section--the-preferred-destination .family-plan-text {
	max-width: 820px;
	width: 100%;
	margin: 30px auto;
}
/* ---------------------------------------------- */
/* THE PREFERRED DESTINATION FOR SEPTIC SERVICES SECTION (MOBILE)---------- */
/* ---------------------------------------------- */
@media (max-width: 991px) {
	.homepage-section--the-preferred-destination {
		margin-top: -18em;
		padding-top: 250px;
		position: relative;
		z-index: 0;
		padding-bottom: 39.41px;
	}

	.homepage-section--the-preferred-destination .truck-image {
		width: 508.35px;
		height: 496.11px;
		margin-right: auto;
		margin-left: auto;
		z-index: 2;
		position: relative;
		margin-top: 2em;
		margin-bottom: 54px;
	}

	.homepage-section--the-preferred-destination .truck-image img {
		position: relative;
		z-index: 2;
	}

	.homepage-section--the-preferred-destination h3 {
		margin-top: 1em;
		color: #2c3d4f;
	}
	.homepage-section--the-preferred-destination .family-plan,
	.family-plan-text {
		text-align: left;
	}
}
/* ---------------------------------------------- */
/* THE PREFERRED DESTINATION FOR SEPTIC SERVICES SECTION (EXTRA SMALL MOBILE)---------- */
/* ---------------------------------------------- */
@media (max-width: 575px) {
	.homepage-section--the-preferred-destination {
		margin-top: -18em;
		padding-top: 250px;
		position: relative;
		z-index: 0;
		padding-bottom: 39.41px;
	}

	.homepage-section--the-preferred-destination .truck-image {
		width: 95%;
		height: 95%;
		margin-right: auto;
		margin-left: -6vw;
	}
}

/* ---------------------------------------------- */
/* PROFESSIONAL SEPTIC COMPANY IN SALINA SECTION ---------- */
/* ---------------------------------------------- */
.homepage-section--professional-septic-company {
	padding-top: 60px;
	background-image: url("/wp-content/uploads/professional-septic-company-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 85px;
	color: #fff;
}

.homepage-section--professional-septic-company .btn {
	margin-top: 2em;
}

.homepage-section--professional-septic-company .mascot-image {
	width: 437.03px;
	height: 650.01px;
	margin-top: 6em;
	margin-bottom: -16em;
	margin-left: 8em;
}

@media (min-width: 1199px) {
	.homepage-section--professional-septic-company h2 {
		min-width: 816px;
		width: 100%;
	}
}

/* ---------------------------------------------- */
/* PROFESSIONAL SEPTIC COMPANY IN SALINA SECTION (MOBILE)---------- */
/* ---------------------------------------------- */
@media (max-width: 991px) {
	.homepage-section--professional-septic-company {
		padding-top: 60.3px;
		background-image: url(/wp-content/uploads/professional-septic-company-bg-mobile.jpg);
		background-size: cover;
		background-position: bottom center;
		background-repeat: no-repeat;
		padding-bottom: 53px;
		color: #fff;
	}

	.homepage-section--professional-septic-company .btn {
		margin-top: 2em;
	}

	.homepage-section--professional-septic-company h2 {
		max-width: 486px;
		width: 100%;
	}

	.homepage-section--professional-septic-company .mascot-image {
		width: 164px;
		height: 243px;
		position: relative;
		left: 300px;
		bottom: 7em;
		margin-top: 2em;
		margin-bottom: -18em;
	}
}
/* ---------------------------------------------- */
/* PROFESSIONAL SEPTIC COMPANY IN SALINA SECTION (EXTRA SMALL MOBILE) ---------- */
/* ---------------------------------------------- */
@media (max-width: 575px) {
	.homepage-section--professional-septic-company {
		padding-top: 37px;
		padding-bottom: 39px;
	}
}

@media (max-width: 530px) {
	.homepage-section--professional-septic-company .mascot-image {
		width: 191.23px;
		height: 277.48px;
		position: relative;
		left: 300px;
		margin-top: 2em;
		margin-bottom: -18em;
		overflow: hidden;
	}
}

/* MASCOT IMAGE---- */
@media (max-width: 420px) {
	.homepage-section--professional-septic-company .mascot-image {
		display: none;
	}
}

/* ---------------------------------------------- */
/* ASK OUR TEAM SECTION ---------- */
/* ---------------------------------------------- */
.homepage-section--ask-our-team {
	background-color: #00b2a9;
	padding-top: 39.5px;
	padding-bottom: 29px;
}
.homepage-section--ask-our-team p {
	color: #fff;
	font-weight: 900;
	font-size: 22px;
}

.homepage-section--ask-our-team p span {
	color: #2c3d4f;
}
/* ---------------------------------------------- */
/* ASK OUR TEAM SECTION (MOBILE)---------- */
/* ---------------------------------------------- */
@media (max-width: 991px) {
	.homepage-section--ask-our-team {
		background-color: #00b2a9;
		padding-top: 44.61px;
		padding-bottom: 44.61px;
	}

	.homepage-section--ask-our-team p {
		color: #fff;
		font-weight: 800;
		font-size: 18px;
		max-width: 344px;
		width: 100%;
		line-height: calc(28 / 18);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.homepage-section--ask-our-team p {
		color: #fff;
		font-weight: 800;
		font-size: 18px;
		max-width: 544px;
		width: 100%;
		line-height: calc(28 / 18);
	}

	.homepage-section--professional-septic-company .mascot-image {
		width: 221.23px;
		height: 297.48px;
		position: relative;
		left: 425px;
		margin-top: 2em;
		margin-bottom: -18em;
	}
}

/* ---------------------------------------------- */
/* ASK OUR TEAM SECTION (EXTRA SMALL MOBILE)---------- */
/* ---------------------------------------------- */
@media (max-width: 575px) {
	.homepage-section--ask-our-team {
		background-color: #00B2A9;
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.homepage-section--ask-our-team p {
		color: #fff;
		font-weight: 800;
		font-size: 18px;
		max-width: 344px;
		width: 100%;
		line-height: calc(28 / 18);
		text-align: center;
	}
}
/* ---------------------------------------------- */
/* [ YOUR SEPTIC TEAM SECTION ] ----------*/
/* ---------------------------------------------- */
.homepage-section--your-septic-team {
	background: linear-gradient(0deg, #CCF0EE 0%, rgba(204, 240, 238, 0) 100%);
	padding-top: 72px;
	padding-bottom: 90px;
}

.homepage-section--your-septic-team h2 {
	color: #2C3D4F;
}
.homepage-section--your-septic-team .ornament {
	margin-top: 36px;
}

.homepage-section--your-septic-team .ornament img {
	width: 126.29px;
	height: 51.29px;
}

.homepage-section--your-septic-team p:nth-of-type(2) {
	margin-top: 35px;
}

.homepage-section--your-septic-team p span {
	color: #2c3d4f;
	font-weight: 800;
}
/* ---------------------------------------------- */
/* YOUR SEPTIC TEAM SECTION (MOBILE)----------*/
/* ---------------------------------------------- */
@media (max-width: 991px) {
	.homepage-section--your-septic-team {
		background-image: linear-gradient( to top,
		#ccd6ed 0%,
		rgba(228, 232, 245, 0) 100%);
		padding-top: 37px;
		padding-bottom: 37px;
	}
}
/* ---------------------------------------------- */
/* YOUR SEPTIC TEAM SECTION (EXTRA SMALL MOBILE)----------*/
/* ---------------------------------------------- */
@media (max-width: 575px) {
	.homepage-section--your-septic-team {
		background-image: linear-gradient( to top,
		#ccd6ed 0%,
		rgba(228, 232, 245, 0) 100%);
		padding-top: 56px;
		padding-bottom: 56px;
	}
}
/* ---------------------------------------------- */
/* TESTIMONIAL SECTION ---------- */
/* ---------------------------------------------- */
.homepage-section--testimonial-section {
	padding-top: 61px;
	padding-bottom: 242px;
	background-image: url("/wp-content/uploads/testimonial-section-bg.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #fff;
	margin-bottom: -2px;
}

.homepage-section--testimonial-section .five-stars img {
	width: 225px;
	height: 40px;
}

.homepage-section--testimonial-section h3 {
	margin-top: 27.31px;
}

.homepage-section--testimonial-section h3 span {
	background-color: #2c3d4f;
	padding: 0.05em 0.5em;
}
/* ---------------------------------------------- */
/* TESTIMONIAL SECTION (MOBILE)---------- */
/* ---------------------------------------------- */
@media (max-width: 991px) {
	.homepage-section--testimonial-section {
		padding-top: 52px;
		padding-bottom: 418px;
		background-image: url("/wp-content/uploads/testimonial-bg-mobile.jpg");
		background-size: cover;
		background-position: bottom center;
		background-repeat: no-repeat;
		color: #fff;
		position: relative;
		z-index: 0;
	}





	.homepage-section--testimonial-section h3 span {
		background-color: #2c3d4f;
		padding: 0.05em 0.5em;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.homepage-section--testimonial-section h3 {
		max-width: 346px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.5;
		margin-top: .5em;
	}
}

@media (max-width: 767px) {
	.homepage-section--testimonial-section h3 {
		max-width: 320px;
		font-size: 26px;
		width: 100%;
		line-height: calc(45 / 32);
		margin-left: auto;
		margin-right: auto;
	}
}

/* ---------------------------------------------- */
/* TESTIMONIAL SECTION (EXTRA SMALL MOBILE)---------- */
/* ---------------------------------------------- */
@media (max-width: 575px) {
	.homepage-section--testimonial-section {
		padding-top: 52px;
		padding-bottom: 333.24px;
		background-image: url("/wp-content/uploads/testimonial-bg-mobile.jpg");
		background-size: cover;
		background-position: bottom center;
		background-repeat: no-repeat;
		color: #fff;
	}
	.homepage-section--testimonial-section h3 span {
		background-color: #2c3d4f;
		padding: 0.05em 0.5em;
	}
}

@media (max-width: 353px) {
	.homepage-section--testimonial-section h3 {
		max-width: 300px;
		width: 100%;
		font-size: 25px;
	}
}

/* --------------------------------------------------- */
/* ---------------------------------------------- */
/* CONTACT FORM -------------------------------*/
/* ---------------------------------------------- */
/* --------------------------------------------------- */
.postscript-contact {
	padding-top: 39.64px;
	background: linear-gradient(180deg, #244C5A 0%, #00B2A9 79.18%);
	padding-bottom: 53.72px;
}

.postscript-contact .h2 {
	display: none;
}

.postscript-contact .contact-form-logo {
	margin-left: auto;
	margin-right: auto;
}

.postscript-contact .input-fields-column {
	margin-top: 30px!important;
}
.postscript-contact .input-fields-column .col-12 + .col-12 {
  margin-top: 0;
}
.postscript-contact .button-wrapper {
	margin-top: 6px;
}
.postscript-contact .wpcf7-submit {
	width: 260px;
}
@media (min-width: 1200px) {
	.postscript-contact .contact-form-logo {
		margin-top: 1em;
		width: 466.88px;
		height: 75.13px;
		margin-bottom: 5em;
		position: relative;
	}

	.postscript-contact .form-wrapper {
		position: relative;
		z-index: 0;
		overflow: visible;
	}

	.postscript-contact .form-wrapper::before {
		content: '';
		position: absolute;
		top: -2.5em;
		right: -13vw;
		background-image: url("/wp-content/uploads/contact-form-bg.svg");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		min-width: 1565px;
		width: 100%;
		min-height: 680px;
		height: 100%;
		z-index: 0;
		overflow: visible;
	}

	.postscript-contact .input-fields-left {
		padding-left: 6em;
	}

	.postscript-contact .input-fields-right {
		padding-right: 6em;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.postscript-contact .contact-form-logo {
		margin-top: 16px;
		width: 406.88px;
		height: 45.13px;
	}

	.postscript-contact .form-wrapper {
		background-image: url("/wp-content/uploads/contact-form-bg.svg");
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		max-width: 960px;
		width: 100%;
		min-height: 400px;
		height: 100%;
	}






	.postscript-contact .input-fields-left {
		padding-left: 6em;
	}

	.postscript-contact .input-fields-right {
		padding-right: 6em;
	}

	.postscript-contact .button-wrapper {
		margin-top: 2px;
	}
}
@media (max-width: 991px) {
	.postscript-contact {
		padding-top: 40px;
		padding-bottom: 34px;
	}


	.postscript-contact .contact-form-logo {
		margin: 0 auto;
		max-width: 226px;
		width: 100%;
		position: relative;
	}
}
/*-------------------------------------------------------------------------------------------------*/
/* custom contact section form field color scheme & sizing */
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered,
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow,
.postscript-contact .select2-container--default .select2-selection--single::placeholder,
.postscript-contact .select2-container--default .select2-selection--single,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text {
	border-radius: 0px;
}

.postscript-contact input.wpcf7-form-control.wpcf7-text,
.postscript-contact .select2-container--default .select2-selection--single {
	box-shadow: -3px 4px 0px 0px #FBE99E;
}

.postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow {
	box-shadow: none;
}


.footer-form--wrapper {
	max-width: 964px;
	width: 100%;
	margin: 0 auto;
}

.footer-form--wrapper .wpcf7-textarea {
	height: 100px;
	border-radius: 0;
	box-shadow: -3px 4px 0px 0px #FBE99E;
}

/*-------------------------------------------------------------------------------------------------*/
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #080808 transparent transparent transparent !important;
	margin-left: -1em;
}
/*-------------------------------------------------------------------------------------------------*/
/* AWARDS SLIDER SECTION----------- */
.footer-wrapper .awards-wrapper {
	padding-top: 19px;
	padding-bottom: 20px;
	background-color: #00b2a9;
}

@media (max-width: 991px) {
	.footer-wrapper {
		margin-top: -8em;
		padding-top: 0;
		padding-bottom: 0px;
		margin-bottom: 0;
		background-color: #00b2a9;
	}
}

/*
--------------------------------------------------- */
/* ---------------------------------------------- */
/* FOOTER  -------------------------------*/
/* ---------------------------------------------- */
/* --------------------------------------------------- */
.footer {
	padding-top: 68px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/wp-content/uploads/footer-bg.jpg");
	position: relative;
	z-index: 0;
	padding-bottom: 68px;
}



/* SOCIAL COLUMN----------- */
.footer .company-hours {
	margin-top: 77.43px;
	font-family: "Exo 2", sans-serif;
	font-size: 16px;
	color: #2c3d4f;
}

.footer .company-hours span {
	font-weight: bold;
}

.footer .hours-bottom {
	margin-top: 10px;
}

/* SOCIAL ICONS------- */
.footer .social-icons {
	margin-top: 32px;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	gap: 14px;
}

.footer .social-icons__icon {
	border-radius: 24px;
	background-color: #00B2A9;
	transition: all 0.3s ease;
}

.footer .social-icons__icon a {
	color: #fff;
	height: 48px;
	width: 48px;
	display: block;
	font-size: 24px;
	text-align: center;
	line-height: 2.08em;
}

.footer .social-icons__icon:hover,
.footer .social-icons__icon:focus {
	background-color: #2c3d4f;
}

.footer .social-icons__icon:hover a,
.footer .social-icons__icon:focus a {
	color: #a3d65e;
}

/* LOGO COLUMN------------- */
.footer-company-logo img {
	width: 256.84px;
	height: 103.72px;
	margin-left: auto;
	margin-right: auto;
}

.footer .emergency-service-text {
	margin-top: 23px;
	background-color: #2c3d4f;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-family: "Alexandria", sans-serif;
	font-size: 18px;
	line-height: calc(26 / 18);
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	width: 289px;
	margin-left: auto;
	margin-right: auto;
}
.footer .emergency-service-text span {
	color: #CCF0EE;
}

.footer .company-phone {
	margin-top: 15px;
	font-family: "Alexandria", sans-serif;
	font-size: 32px;
	line-height: calc(26 / 18);
	font-weight: 800;
}
.footer .company-phone a {
	color: #2c3d4f;
}

.footer .company-address {
	margin-top: 15px;
}

/* BUTTON COLUMN----------- */
.footer .buttons-column-wrapper {
	margin-top: 41.43px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
}

.footer .buttons-column-wrapper .btn {
	margin-left: auto;
}
/* --------------------------------------------------- */
/* ---------------------------------------------- */
/* FOOTER  (MOBILE) -------------------------------*/
/* ---------------------------------------------- */
/* --------------------------------------------------- */
@media (max-width: 991px) {
	.footer {
		padding-top: 47.23px;
		padding-bottom: 90.85px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom center;
		background-image: url('/wp-content/uploads/footer-bg-mobile.jpg');
	}

	.footer::after {
		height: 0;
		padding-top: calc(100% * 46 / 576);
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		background-image: url('/wp-content/uploads/footer-grass-mobile.png');
		z-index: 1;
	}

	/* SOCIAL COLUMN----------- */
	.footer .company-hours {
		margin-top: 44.67px;
	}

	/* BUTTON COLUMN----------- */
	.footer .buttons-column-wrapper {
		margin-top: 44.67px;
		display: flex;
		align-content: center;
		justify-content: center;
		flex-direction: column;
		gap: 16px;
	}

	.footer .buttons-column-wrapper .btn {
		margin-left: auto;
		margin-right: auto;
	}
}
/* ---------------------------------------------- */
/* COPYRIGHT--------------------- */
/* ---------------------------------------------- */
.copyright {
	background: #097B28;
	padding-top: 29px;
	padding-bottom: 29px;
}

.copyright,
.copyright a {
	color: #fff;
}
/* ---------------------------------------------- */
/* COPYRIGHT (MOBILE) --------------------- */
/* ---------------------------------------------- */
@media (max-width: 991px) {
	.copyright {
		padding-top: 13.24px;
		padding-bottom: 20.35px;
	}
}
/* ---------------------------------------------- */
/* STAT GROUP FLEXBOX--------------------- */
/* ---------------------------------------------- */
.stat-group-wrapper {
	display: flex;
	align-content: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.stat-wrapper {
	background-color: #244C5A;
	border-radius: 0px 200px 200px 0px;
	position: relative;
	z-index: 0;
}

@media (min-width: 1200px) {
	.stat-wrapper {
		width: 516.55px;
		height: 86.38px;
		margin-right: -1em;
		margin-bottom: 2em;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.stat-wrapper {
		width: 436.55px;
		height: 86.38px;
		margin-left: 2em;
		margin-right: -4em;
		margin-bottom: 2em;
	}
}

.stat-wrapper::before {
	content: "";
	background-image: url("/wp-content/uploads/badge.svg");
	background-size: cover;
	background-position: center center;
	width: 82.56px;
	height: 95.59px;
	position: absolute;
	left: -3em;
	top: -2px;
	z-index: 1;
}

.stat-wrapper .top-text {
	padding-top: 1em;
	font-family: "Alexandria", sans-serif;
	font-weight: 800;
	font-size: 17px;
	color: #fff;
	text-align: center;
	line-height: 25px;
}

.stat-wrapper .bottom-text {
	font-family: "Alexandria", sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #ccd6ed;
	letter-spacing: 3px;
	text-align: center;
}
/* ---------------------------------------------- */
/* STAT GROUP FLEXBOX (MOBILE) --------------------- */
/* ---------------------------------------------- */
@media (max-width: 991px) {
	.stat-group-wrapper {
		padding-top: 2em;
		display: flex;
		flex-direction: column;
		align-content: flex-start;
		justify-content: center;
		flex-wrap: wrap;
		margin-left: 3.5em;
	}
	.stat-wrapper {
		width: 446.86px;
		height: 74.73px;
		margin-right: -5em;
		margin-bottom: 2.5em;
	}

	.stat-wrapper::before {
		content: "";
		background-image: url("/wp-content/uploads/badge.svg");
		background-size: cover;
		background-position: center center;
		width: 71.42px;
		height: 82.7px;
		position: absolute;
		left: -3em;
		z-index: 1;
		line-height: 25px;
	}

	.stat-wrapper .top-text {
		padding-top: 1em;
		font-family: "Alexandria", sans-serif;
		font-weight: 800;
		font-size: 17px;
		color: #fff;
		text-align: center;
	}

	.stat-wrapper .bottom-text {
		font-family: "Alexandria", sans-serif;
		font-weight: 300;
		font-size: 15px;
		color: #ccd6ed;
		letter-spacing: 3px;
		text-align: center;
	}
}

/* ---------------------------------------------- */
/* STAT GROUP FLEXBOX (EXTRA SMALL MOBILE) --------------------- */
/* ---------------------------------------------- */
@media (max-width: 575px) {
	.stat-group-wrapper {
		padding-top: 2em;
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.stat-wrapper {
		transform: scale(0.65);
		margin-left: -1.25em;
		margin-bottom: 0.5em;
	}
}
/* ------------------------------------------------ */
/* CTA SLIDER ----------------------- */
/* ------------------------------------------------ */
@media (min-width: 992px) {
	.cta__slider {
		margin-top: -6em;
		display: flex;
		align-content: center;
		justify-content: space-between;
		flex-direction: row;
		position: relative;
		padding-top: 6em;
		padding-bottom: 4em;
	}
}

.cta__slide {
	width: 358px;
	height: 259px;
	position: relative;
	overflow: hidden;
	background: url("/wp-content/uploads/cta-bg.svg") center/cover no-repeat;
	transition: transform 0.3s ease;
}

.cta__slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/wp-content/uploads/cta-hover-bg.svg") center/cover no-repeat;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.cta__slide:hover {
	transform: translateY(-24px);
}

.cta__slide:hover::before {
	opacity: 1;
}

.cta-link .cta-logo {
	width: 68px;
	z-index: 1;
	margin: 1.75em auto 0;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.cta-link .cta-logo img {
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

.cta-link .septic-logo img {
	max-width: 68.16px;
}

.cta-link .restroom-logo img {
	max-width: 58.18px;
}

.cta-link .dumpster-logo img {
	max-width: 63.39px;
}

.cta-link .top-text {
	font-family: "Pacifico", sans-serif;
	font-size: 80px;
	font-weight: 400;
	text-transform: none;
	position: relative;
	display: inline-block;
	text-shadow: -3px 4px 0px #FBE99E;
	/* Original text-shadow */
	white-space: nowrap;
	margin-left: -.5em;
}

/* Stroke layer */
.cta-link .top-text .stroke {
	position: absolute;
	left: 0;
	color: transparent;
	-webkit-text-stroke: 3px #00B5AF;
	pointer-events: none;

	white-space: nowrap;
	z-index: 1;

}

/* Fill layer */
.cta-link .top-text .fill {
	position: relative;
	color: #244C5A;
	z-index: 2;
	white-space: nowrap;
}



.cta-link .bottom-text {
	font-family: "Alexandria", sans-serif;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #fff;
	width: 118px;
	height: 170px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 3em 0 auto;
	text-shadow: -2px 2px 0px #00000040;
}

.cta-link .bottom-text span {
	position: relative;
	z-index: 2!important;
}

.septic_slide .bottom-text {
	padding-top: .5em;
	margin-top: -.25em;
	margin-right: 3.5em;
}

.portable_slide .bottom-text {
	margin-top: -.25em;
	margin-right: 3.5em;
}

.luxury_slide .bottom-text {
	margin-top: -.25em;
	margin-right: 4.25em;
}

/* HOVER------------- */
@media (min-width: 992px) {
	.cta__slide:hover {
		transform: translateY(-24px);
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.cta__slide {
	background: url('/wp-content/uploads/cta-bg.svg') center/contain no-repeat;
		transform: scale(90%);
	}
	.cta__slide:hover {
		pointer-events: none;
	}
}
/* ------------------------------------------------ */
/* [ CTA SLIDER (MOBILE)] ----------------------- */
/* ------------------------------------------------ */
@media (max-width: 991px) {
	.cta__slider {
		margin-top: -8em;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		flex-direction: row;
		position: relative;
		padding-top: 6em;
		padding-bottom: 4em;
		gap: 2em;
	}

	.cta__slide {
		width: 200px;
		height: 100px;
		background-image: url("/wp-content/uploads/cta-bg-mobile.svg");
		background-position: top right;
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
		background: none;
		overflow: visible;
	}

	.cta__slide:hover {
		transform: none;
	}
	
	.cta__slide:hover::before {
		display: none;
	}

	.cta-link .cta-logo {
		display: none;
	}

	.cta-link .top-text {
		font-family: "Pacifico", sans-serif;
		text-transform: none;
		font-size: 48px;
		font-weight: 400;
		color: #244C5A;
		text-shadow: -3px 4px 0px #FBE99E;
		margin-left: -.5em;
		padding-top: 1em;
	}

	.cta-link .bottom-text {
		padding-top: 2em;
		font-family: "Alexandria", sans-serif;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 2px;
		color: #fff;
		width: 118px;
		height: 170px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		margin-top: -1em;
		margin-left: 4em;
		margin-right: -0.5em;
		margin-bottom: 2em;
		display: none;
	}

	.septic_slide .bottom-text {
		margin-right: -1em;
	}

	.portable_slide .bottom-text {
		margin-right: -2em;
	}
}



/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* AWARD SLIDER ----------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.award__slider {
	margin-top: 6em;
}
.award__slider .slick-list {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: row;
}

.award__slider .slick-track {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: row;
	align-self: center;
	column-gap: 32px;
}

.award__slider .award-image {
	width: 100%;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s ease all;
}

.award__slider .award-image:hover {
	opacity: 0.6;
}

.award__slider .sludgehammer-image {
	max-width: 268px;
}
.award__slider .alwm-image {
	max-width: 308px;
}
.award__slider .pro-image {
	max-width: 179px;
}
.award__slider .pumper-image {
	max-width: 173px;
}
.award__slider .psai-image {
	max-width: 129px;
}
/*-------------------------------------------------------------------------------------------*/
/* AWARD SLIDER (MOBILE) ----------------------------*/
/*-------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {
	.award__slider .slick-list {
		display: flex;
		align-content: center;
		justify-content: flex-start;
	}

	.award__slider .award-image {
		width: 100%;
		align-self: center;
	}

	.award__slider .sludgehammer-image {
		min-width: 268px;
	}
	.award__slider .alwm-image {
		min-width: 308px;
	}
	.award__slider .pro-image {
		min-width: 179px;
	}
	.award__slider .pumper-image {
		min-width: 173px;
	}
	.award__slider .psai-image {
		min-width: 129px;
	}
}
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* TESTIMONIAL SLIDER --------------------- */
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.testimonial__slider {
	margin-top: 40px;
}

.customer-testimonial--quotation::before {
	content: open-quote;
}
.customer-testimonial--quotation::after {
	content: close-quote;
}
.customer-testimonial--quotation {
	font-weight: 700;
	font-style: italic;
	color: #fff;
}
.customer-testimonial {
	font-size: calc(1rem * 21 / 18);
	width: calc(100% * 10 / 12);
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
}

.customer-testimonial--citation {
	margin-top: calc(1em * 12 / 24);
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-content: center;
	justify-content: flex-end;
	column-gap: 10px;
	align-items: center;
}



@media (max-width: 991px) {
	.testimonial__slider {
		margin-top: 40px;
	}

	.customer-testimonial--quotation {
		max-width: 457px;
		width: 100%;
		margin: 0 auto;
	}

	.customer-testimonial--quotation::before {
		content: open-quote;
	}
	.customer-testimonial--quotation::after {
		content: close-quote;
	}
	.customer-testimonial--quotation {
		font-weight: 700;
		font-style: italic;
		color: #fff;
	}
	.customer-testimonial {
		font-size: calc(1rem * 21 / 18);
		width: calc(100% * 10 / 12);
		margin-left: auto;
		margin-right: auto;
		font-weight: 700;
	}

	.customer-testimonial--citation {
		margin-top: 1em;

		font-weight: 700;
		line-height: 1;
		display: flex;
		align-content: center;
		justify-content: center;
		column-gap: 10px;
		align-items: center;
	}
}





/*-------------------------------------------------------------------------------------------*/
.testimonial-slider .slick-prev::before,
.testimonial-slider .slick-next::before {
	font-size: calc(1rem * 54 / 20);
}

.testimonial-slider .slick-prev::before,
.testimonial-slider .slick-next::before {
	opacity: 1;
	font-family: "ryno-theme-icons";
	color: #fff;
}

.testimonial-slider .slick-prev::before {
	content: "\e90f";
}
.testimonial-slider .slick-next::before {
	content: "\e912";
}
.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover {
	transform: translate(0, -50%) scale(1.1875) !important;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
	width: calc(1rem * 54 / 20);
	height: calc(1rem * 54 / 20);
	transition: all 0.135s ease-out;
}
@media (max-width: 1359px) {
	.testimonial-slider {
		max-width: calc(100vw * 0.8125);
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px) {
	.testimonial-slider .slick-prev {
		left: auto;
		right: calc(100% + 0.5rem);
	}
	.testimonial-slider .slick-next {
		left: calc(100% + 0.5rem);
		right: auto;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* slider default reset */
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.slick-list {
	padding: 0 !important;
}
/*-------------------------------------------------------------------------------------------*/
/* SLIDER DOTS --------*/
/*-------------------------------------------------------------------------------------------*/
.award__slider .slick-dots {
	top: calc(100% + 0.05em);
}
.cta__slider .slick-dots {
	top: calc(100% + 1em);
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-slider:not(.hero__slider) .slick-dots li.slick-active {
	background-color: #fff;
	opacity: 1 !important;
}

.slick-slider:not(.hero__slider) .slick-dots li {
	background-color: transparent;
	border: 0.15em solid #fff;
	border-radius: 50%;
	float: none;
	margin: 0 0.4em;
	opacity: 1;
}

.cta__slider .slick-dots li {
	height: 1.6em;
	width: 1.6em;
}

.award__slider .slick-dots li {
	height: 1em;
	width: 1em;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-slider:not(.hero__slider) .slick-dots li.slick-active button:before,
.slick-slider:not(.hero__slider) .slick-dots li button:before {
	color: transparent;
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: 0.75;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* CHARGE TEMPLATE PAGE-------- */
.page-template-page-conversion .conversion-content-two__sticky-image {
	top: 250px;
}

.page-template-page-conversion .conversion-content-one h2,
.page-template-page-conversion .conversion-content-one p,
.page-template-page-conversion .conversion-content-one a {
	color: #fff;
}

.page-template-page-conversion .conversion-content-one a:hover {
	color: #e9ffcb;
}

.page-template-page-conversion .conversion-content-two a {
	color: #00857d;
}

.page-template-page-conversion .conversion-content-two a:hover {
	color: #244C59;
}


.page-template-page-conversion .conversion-content-four h2,
.page-template-page-conversion .conversion-content-four p,
.page-template-page-conversion .conversion-content-four a {
	color: #fff;
}

.page-template-page-conversion .conversion-content-four a:hover {
	color: #fbe99e;
}


.wpcf7 p {
	margin: 0 !important;
}


/* .blog-layout .blog-contents a:nth-last-of-type(1) {
	display: none;
} */

.view-article {
	display: block;
	margin: 1em auto 0 0;
	max-width: 350px;
}

.sidebar-form .h2 p {
	font-size: 30px;
	font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #004035;
	color: #ffffff;
}


.select2-container--default .select2-results > .select2-results__options {
	margin-top: -15px;
}

.text-shadow-box a:not(.btn),
.text-shadow-box a:not(.btn):link {
	color: #fff;
	text-decoration: none!important;
}

.text-shadow-box a:not(.btn):hover,
.text-shadow-box a:not(.btn):link:hover {
	color: #004035;
}
.main-contact-form .select2-container--default .select2-selection--single {
	height: 48px;
	line-height: 46px!important;
}

.main-contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 95%;
}


.award-image {
	width: auto!important;
}
#wpcf7-f98-o1 .wpcf7-response-output {
	bottom: -4em!important;
	margin: 0 20%!important;
}

.page-template-page-conversion a.btn {
	text-decoration: none!important;
}

.btn-section-4 span{
	transition: 0.3s ease all;
}

.btn-section-4:hover span{
	color: #000;
}

.main-contact-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}

@media (max-width: 991px) {

	.postscript-contact .input-fields-column {
		margin-top: 0!important;
	}

	.postscript-contact .input-fields-column p {
		margin-top: 1.5em !important;
	}
}