/*!
Theme Name: PoopFreeTheme
Theme URI: https://poopfreetheme.sweepandgo.com/
Author: Sweep&Go
Author URI: https://www.sweepandgo.com
Description: PoopFreeTheme - Professional Poop Scoop WordPress Theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: poopfree-theme
Tags: sweep&go, sweep&go client onboarding, elementor, scooper theme, poop scoop theme

*/

/*** GENERAL ***/

:hover {
  transition: all 0.3s;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.container {
  display: flex;
  align-items: center;
  padding: 0px 150px;
}

.section-container {
  width: 100%;
  position: relative;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
select {
  line-height: 1.7;
  background-color: #fafafa;
  border: 2px dotted #646464;
  outline: none;
  height: auto;
  display: block;
  width: fit-content;
  border-radius: 30px;
  padding: 10px 15px !important;
  font-size: 16px;
  color: #000;
  min-height: 47px;
}

textarea {
  line-height: 1.7;
  background-color: #fafafa;
  border: 2px dotted #646464;
  outline: none;
  height: auto;
  display: block;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 16px;
  color: #000;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  border: 2px dotted #646464;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder,
input[type="number"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder {
  color: #a7a7a7;
}

input[type="submit"],
button,
.button-404 {
  text-decoration: none;
  padding: 20px 35px;
  font-size: 16px;
  border-radius: 30px;
  color: #fff;
  width: fit-content;
  border: none;
  text-transform: uppercase;
  outline: none;
  display: block;
  font-weight: bold;
  cursor: pointer;
}

.field-wrap input[type="submit"] {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 25px;
  background-color: #21260d;
  border-radius: 34px;
  padding: 12px 32px;
}

.nf-form-fields-required {
  display: none;
}

.label-above .nf-field-label {
  margin-bottom: 0px !important;
}

.nf-field-label .nf-label-span,
.nf-field-label label {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.nf-after-field .nf-error-msg,
.nf-error-msg {
  font-size: 16px;
}

.nf-response-msg {
  background-color: #e2f0be;
  padding: 20px 40px;
  border-radius: 30px;
}

h3.elementor-icon-box-title span {
  font-family: inherit;
}

.elementor-icon-box-icon span.elementor-icon {
  margin-top: 15px;
}

.elementor-icon-box-title {
  margin-top: 10px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
  gap: 20px;
}

.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  font-family: inherit;
}

.elementor-toggle .elementor-tab-title {
  line-height: 2;
}

.elementor-toggle-icon {
  margin-top: 0px;
}

.elementor a {
  color: inherit;
}

.elementor-testimonial-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
  margin-bottom: 0px;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
  margin-bottom: 20px;
}

.content-shrink {
  margin-left: calc((100vw - 1366px) / 2);
}

.underline {
  position: relative;
  display: inline-block;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 10px;
  background: url(/wp-content/themes/poopfree-theme/assets/img/underline.svg)
    no-repeat;
  background-size: cover;
  pointer-events: none;
}

.underline.light::after {
  background: url(/wp-content/themes/poopfree-theme/assets/img/underline-light.svg)
    no-repeat;
}

button:hover,
.elementor-button-wrapper a:hover,
.all-articles-container a:hover,
.elementor-button:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}

.elementor p a {
  text-decoration: underline;
}

.logo-img img {
  border-radius: 0px;
}

/* HEADER */

/* Top Header */

.scoopy-top-bar {
  background-color: #7d6b63;
}

.scoopy-top-bar p {
  margin: 0px;
}

.sub-menu a.hfe-sub-menu-item:hover {
  border-radius: 18px;
  transition: none !important;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu {
  padding: 15px 0px;
}

.hfe-nav-menu li.menu-item.current_page_item,
.hfe-nav-menu li.menu-item.current-menu-parent {
  border-bottom: none;
}

footer .hfe-nav-menu li.menu-item.current_page_item,
footer .hfe-nav-menu li.menu-item.current-menu-parent {
  border: none;
}

.elementor-button span {
  font-family: inherit;
}

.social-column .social-icons-list {
  flex-direction: column;
  align-items: flex-end;
}

.social-column .social-icons-list li a {
  color: #fff;
}

header p span a {
  color: #000 !important;
}

header p span a:hover {
  opacity: 0.7;
}

.elementor-heading-title[class*="elementor-size-"] > a:hover {
  opacity: 0.7;
}

.header-popup-btn span.elementor-button-text {
  text-align: left;
}

.header-popup-btn span.elementor-button-text span {
  display: block;
  text-transform: math-auto;
  font-size: 12px;
  line-height: 22px;
}

.header-popup-btn span.elementor-button-icon svg path {
  width: 36px;
  height: 36px;
}

.header-phone-btn {
  width: 76px;
  height: 76px;
  /* padding: 10px !important; */
}

.header-phone-btn .elementor-icon {
  border-style: dotted;
  height: 76px;
  width: 76px;
  transition: opacity 0.3s ease-in-out;
}

.header-phone-btn .elementor-icon:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.elementor-shortcode .sng-zip-code,
#zipCheckerWrapper #zipCodeWrapper .sng-zip-code {
  display: flex;
  position: relative;
  max-width: 404px;
  background: #fff;
  border-radius: 43px;
  border: 2px dotted #000000;
  padding: 9px;
}

.elementor-shortcode .sng-zip-code input,
#zipCheckerWrapper #zipCodeWrapper .sng-zip-code input {
  border-color: #fff;
  max-width: 120px;
  width: 100%;
}

.sng-zip-code-form {
  position: relative;
}

.sng-zip-code > * {
  display: block !important;
}

.sng-zip-code .is-label-invalid {
  position: absolute;
  width: fit-content;
  top: calc(100% + 5px);
  background: #b00020;
  color: #fff !important;
  padding: 10px;
  border-radius: 0px;
  font-size: 14px;
  z-index: 1;
}

.elementor-toggle .elementor-tab-title,
.elementor-toggle .elementor-tab-content {
  border-bottom: 2px dotted #d5d8dc;
}

.elementor-shortcode .sng-zip-code button,
#zipCheckerWrapper #zipCodeWrapper .sng-zip-code button {
  border-radius: 34px;
  margin-left: 0px;
  width: 100%;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 20px 33px;
}

/* Footer */

footer .footer-contact-widget-container .footer-widget-info i,
footer
  .footer-contact-widget-container
  .footer-contact-widget-call
  .footer-widget-info
  i {
  display: none;
}

footer .footer-contact-widget-container .footer-widget-info div span {
  font-weight: 400;
  font-size: 16px;
}

footer .footer-contact-widget-container .footer-widget-info div {
  font-weight: bold;
  font-size: 16px;
}

footer
  .footer-contact-widget-container
  .footer-contact-widget-call
  .footer-widget-info
  a {
  color: var(--e-global-color-accent) !important;
}

footer .social-icons-list,
.elementor-element .social-icons-list {
  display: flex;
  gap: 30px;
  padding: 0px;
}

footer .social-icons-list li,
.elementor-element .social-icons-list li {
  list-style-type: none;
  border-radius: 0px;
  text-align: center;
  transition: opacity 0.3s;
  cursor: pointer;
  background: transparent;
}

footer .social-icons-list li a i,
.elementor-element .social-icons-list li a i {
  font-size: 29px;
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
  order: 2;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
  order: 1;
  margin-bottom: 0px;
  margin-top: 40px;
}

/* Blog Posts */

.sng-blog-posts-grid .post-item {
  padding: 30px;
  box-shadow: none;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.sng-blog-posts-grid .post-item img {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.sng-blog-posts-grid .post-item:hover img {
  transform: scale(1.05);
}

.sng-blog-posts-grid .post-item .post-content p {
  display: none;
}

.sng-blog-posts-grid .post-item img {
  border-radius: 10px !important;
}

.widget_scoop_latest_post_widget
  .sng-latest-post
  .sng-latest-single
  .sng-latest-info
  a {
  color: #1a1a1d;
}

.widget_scoop_latest_post_widget
  .sng-latest-post
  .sng-latest-single
  .sng-latest-info
  a:hover {
  color: var(--e-global-color-accent);
}

/* Residential */

#pricing-table th,
#pricing-table td {
  border-bottom: 2px dotted #000000;
}

/* Single Page */

.no-elementor-container {
  padding-top: 152px;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

.no-elementor-container .content-sidebar {
  max-width: 881px;
  width: 100%;
}

.no-elementor-container .content-sidebar .entry-content p:last-child {
  margin-bottom: 0px;
}

.no-elementor-container .content-sidebar .entry-content p a {
  color: var(--e-global-color-accent) !important;
}

/* Single Post */

.content-layout {
  display: flex;
  gap: 40px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 152px 0px 0px;
  align-items: flex-start;
}

.content-sidebar article .entry-meta {
  color: var(--e-global-color-secondary) !important;
  font-size: 14px;
  font-weight: 400;
}

.content-sidebar article h1.entry-title {
  font-size: 40px;
  margin-top: 10px;
}

.content-sidebar article .post-thumbnail img {
  width: 100%;
  height: auto;
}

.main-content {
  flex: 3;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}

.sidebar {
  background: #e2f0be;
  padding: 40px 30px;
  border-radius: 30px;
  flex: 1;
}

.widget_scoop_latest_post_widget .search-widget form {
  display: none;
}

.search-widget {
  display: none;
}

.widget_scoop_latest_post_widget .sng-latest-post {
  margin-top: 0px;
}

.widget_scoop_latest_post_widget .sng-latest-post h5 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 35px;
  margin-top: 0px;
}

.widget_scoop_latest_post_widget .sng-latest-post .sng-latest-single {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 25px;
}

.widget_scoop_latest_post_widget
  .sng-latest-post
  .sng-latest-single:last-child {
  margin-bottom: 0px;
}

.widget_scoop_latest_post_widget
  .sng-latest-post
  .sng-latest-single
  .sng-latest-info {
  display: flex;
  flex-direction: column;
}

.widget_scoop_latest_post_widget
  .sng-latest-post
  .sng-latest-single
  .sng-latest-info
  a {
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
}

.widget_scoop_latest_post_widget
  .sng-latest-post
  .sng-latest-single
  .sng-latest-info
  span {
  font-size: 13px;
  color: #606060;
  margin-top: 10px;
}

.widget_scoop_latest_post_widget .sng-latest-post .sng-latest-thumbnail img {
  width: 45px;
  height: 45px;
  border-radius: 5px;
}

aside h2.widget-title {
  font-size: 31px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #000000;
  font-family: "Sniglet", Sans-serif;
}

/* Client Onboarding */

.is-label-invalid,
.just-validate-success-label {
  font-size: 13px;
}

body.sng_page-template-sng-client-onboarding-template header#masthead,
body.sng_page-template-sng-out-of-area-template header#masthead {
  display: none;
}

body.sng_page-template-sng-client-onboarding-template .content-area,
body.sng_page-template-sng-out-of-area-template .content-area {
  padding-top: 0px;
  padding-bottom: 77px;
}

body.sng_page-template-sng-client-onboarding-template footer,
body.sng_page-template-sng-out-of-area-template footer {
  display: none;
}

body.sng_page-template-sng-client-onboarding-template-php
  .content-area
  .type-sng-page,
body.sng_page-template-sng-out-of-area-template .content-area .type-sng-page {
  max-width: 626px;
  margin: 0 auto 0px;
  border-radius: 30px;
  padding: 80px 99px;
}

body.sng_page-template-sng-client-onboarding-template-php .content-area iframe {
  border-radius: 30px;
}

body.sng_page-template-sng-client-onboarding-template-php
  .content-area
  .type-sng-page
  .page-header
  h1.entry-title,
body.sng_page-template-sng-out-of-area-template
  .content-area
  .type-sng-page
  .page-header
  h1.entry-title {
  width: 100%;
  margin: 0 auto;
  text-align: center !important;
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 20px;
  padding-top: 0px;
}

.sng-top-callout {
  font-size: 18px;
  font-weight: 400;
  border-radius: 30px;
  padding: 17px 23px;
  margin-bottom: 20px;
}

form#client_onboarding_form,
#sng_out_of_area_form {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.sng-form-group,
.sng-dog-fields-wrapper {
  margin-bottom: 24px;
}

.sng-form-group label,
.sng-dog-fields-wrapper label {
  font-size: 16px;
  display: block;
  padding-bottom: 3px;
}

.sng-div-number-of-dogs {
  margin-top: 2.5rem !important;
  margin-bottom: 4rem !important;
}

.sng-div-clean-up-frequency {
  margin-top: 2.5rem !important;
  margin-bottom: 7.5rem !important;
}

.sng-slider-space .sng-sliders {
  font-size: 16px;
}

.sng-form-group input {
  width: 100%;
}

form#client_onboarding_form input[type="text"]::placeholder,
form#sng_out_of_area_form input[type="text"]::placeholder,
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}

.sng-form-group input {
  width: 100%;
}

.sng-form-group .sng-radio-group label {
  display: inline;
}

.sng-form-group .sng-radio-group input,
.sng-form-group input[type="checkbox"] {
  width: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.select2-results__option {
  color: #000 !important;
  font-weight: 400;
  font-size: 16px;
  padding: 4px 15px !important;
}

.select2-container .select2-selection--single {
  border-radius: 30px;
  background-color: #fafafa;
  border: 2px dotted #646464;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  .sng-note.sng-marketing {
  padding-top: 0px;
  margin-top: -10px;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  .sng-note.sng-marketing {
  color: #000000;
  font-style: normal;
  font-size: 13px;
  line-height: 19.5px;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  .sng-input-group,
body.sng_page-template-sng-out-of-area-template
  #sng_out_of_area_form
  .sng-form-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  label[for="sng_advertiser_privacy_policy"],
body.sng_page-template-sng-out-of-area-template
  #sng_out_of_area_form
  label[for="sng_advertiser_privacy_policy"] {
  color: #000;
  font-style: normal;
  font-size: 15px !important;
  line-height: 19px;
  padding-bottom: 0px;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  label[for="sng_advertiser_privacy_policy"] {
  font-style: normal;
  line-height: 19.5px;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  label[for="sng_advertiser_privacy_policy"] {
  color: #000;
  font-style: normal;
  font-size: 15px;
  line-height: 19.5px;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  label[for="sng_advertiser_privacy_policy"]
  a {
  color: var(--e-global-color-accent) !important;
  text-decoration: underline;
}

body.sng_page-template-sng-client-onboarding-template .sng-note ul,
body.sng_page-template-sng-out-of-area-template .sng-note ul {
  padding-left: 15px;
  margin-left: 0px;
  margin-bottom: 0px;
}

body.sng_page-template-sng-client-onboarding-template .sng-note ul li,
body.sng_page-template-sng-out-of-area-template .sng-note ul li {
  margin-bottom: 20px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
}

body.sng_page-template-sng-client-onboarding-template
  .sng-note
  ul
  li:last-child,
body.sng_page-template-sng-out-of-area-template .sng-note ul lili:last-child {
  margin-bottom: 10px;
}

#sng_advertiser_privacy_policy {
  margin-top: 0px;
}

label[for="terms_of_service"],
label[for="sng_advertiser_privacy_policy"] {
  display: inline-block !important;
}

#terms_of_service,
#sng_advertiser_privacy_policy {
  width: auto;
}

body.sng_page-template .sng-submit-button {
  border-radius: 30px;
  width: 100%;
  border: none;
  font-size: 20px;
  line-height: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 30px;
}

body.sng_page-template-sng-client-onboarding-template .sng-pricing-table {
  border-radius: 0px;
  border-left: 8px dashed #707420;
  padding: 0px 0px;
  margin-bottom: 20px;
  margin-top: 0px;
  position: relative;
}

body.sng_page-template-sng-client-onboarding-template
  .sng-pricing-table
  #sng-pricing {
  padding: 0px;
  max-width: 90%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.sng_page-template-sng-client-onboarding-template
  .sng-pricing-table
  #sng-pricing
  span.title {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  display: block;
  margin-bottom: 0px;
  text-align: left;
}

body.sng_page-template-sng-client-onboarding-template
  .sng-pricing-table
  #sng-pricing
  .sng-price,
body.sng_page-template-sng-client-onboarding-template
  .sng-pricing-table
  #sng-pricing
  .sng-initial-price {
  font-size: 45px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 5px;
  line-height: 45px;
  font-weight: bold;
  margin: 0px;
  font-family: var(--e-global-typography-primary-font-family);
  padding-left: 0px;
  padding-right: 0px;
}

#sng-pricing .sng-price span.sng-interval {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}

body.sng_page-template-sng-client-onboarding-template
  .sng-pricing-table
  #sng-callout {
  text-align: left;
  padding: 20px 0px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  max-width: 90%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sng-pricing-table #sng-initial-estimate {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border-radius: 30px;
  font-weight: 800;
  border: none;
  font-size: 16px;
  padding: 19px 20px;
}

.sng-pricing-table #sng-initial-estimate .sng-initial-cleanup-message,
.sng-pricing-table #sng-initial-estimate .sng-custom-short {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.sng-pricing-table #sng-initial-estimate .sng-price-not-defined,
.sng-pricing-table #sng-initial-estimate .sng-custom-long,
.sng-pricing-table #sng-initial-estimate .sng-initial-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 20x;
}

.sng-pricing-table .sng-note {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-style: normal;
  padding: 10px 0px;
  font-size: 13px;
  font-style: normal;
}

.sng-special-promo {
  display: flex;
  border-radius: 30px;
  border: none;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}

.sng-special-promo-input {
  display: flex;
  align-items: center;
}

.sng-promo .sng-promo-title {
  font-weight: 700;
  font-size: 16px;
}

.sng-promo .sng-promo-description {
  font-size: 16px;
  font-weight: 400;
}

.sng-call-to-action h3 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 19px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  line-height: normal;
  border-radius: 30px;
  background-color: #fafafa;
  border: 2px dotted #646464;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 10px 15px;
  display: block;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 0px;
}

.select2-container .select2-search--inline .select2-search__field {
  padding: 0px !important;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 30px;
  padding: 0px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  font-size: 16px;
}

small,
.sng-cc-note {
  font-size: 11px;
  line-height: 17px;
  display: block;
}

.sng-cc-note {
  margin-bottom: 10px;
}

#sng-cross-sells-bottom {
  border-radius: 0px;
  padding: 30px 20px;
  margin-bottom: 20px;
}

#sng-cross-sells-bottom .sng-additional-services {
  margin-top: 0px;
  margin-bottom: 27px;
  font-size: 27px;
  line-height: 27px;
}

.sng-cross-sells .sng-cross-sell {
  border-bottom: 2px dotted #a5a786;
}

.sng-cross-sells .sng-cross-sell div:first-child span:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
}

.sng-cross-sells .sng-cross-sell div:first-child span.price {
  font-weight: 700;
  font-size: 16px;
}

.sng-cross-sells .sng-cross-sell div:nth-child(2) small.description {
  font-size: 14px;
  line-height: 21px;
}

label[for="terms_of_service"],
label[for="sng_advertiser_privacy_policy"] {
  display: inline-block !important;
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
}

label[for="terms_of_service"] a,
label[for="sng_advertiser_privacy_policy"] a {
  color: var(--e-global-color-accent) !important;
}

.sng-spinner img {
  border-radius: 0px !important;
}

/* Sweep&Go Thank You Pages */

body.sng_page-template-default.single.single-sng_page .content-layout .sidebar {
  display: none;
}

body.sng_page-template-default.single.single-sng_page
  .content-layout
  .main-content {
  background: transparent;
  padding: 0px;
}

body.sng_page-template-default.single.single-sng_page
  .content-layout
  .main-content
  article
  h1.entry-title {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  margin-top: 53px;
  margin-bottom: 53px;
}

body.sng_page-template-default.single.single-sng_page
  .content-layout
  .main-content
  article
  .entry-content {
  max-width: 881px;
  width: 100%;
}

body.sng_page-template-default.single.single-sng_page footer {
  display: block;
}

/* Service Plans */

#client_onboarding_form[data-form="service_plans"] .sng-pricing-table {
  border: none;
}

#client_onboarding_form[data-form="service_plans"] .sng-choose-plan-title,
#client_onboarding_form[data-form="service_plans"] .sng-call-to-action h3 {
  font-size: 24px;
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 20px;
}

#client_onboarding_form[data-form="service_plans"] #sng-cross-sells-bottom,
#sng-cross-sells-top {
  padding: 0px;
}

#client_onboarding_form[data-form="service_plans"] .sng-pricing-table {
  background-color: transparent !important;
}

#client_onboarding_form .sng-service-plans-wrap {
  background: #ffffff;
  border-radius: 30px;
  padding-bottom: 28px;
}

#client_onboarding_form .sng-service-plans-wrap #sng-service-plans-pricing {
  gap: 0px;
}

#client_onboarding_form .sng-service-plans-wrap .sng-service-plan {
  border: 2px dotted transparent;
  padding: 0px 50px 37px;
  border-radius: 10px;
}

#client_onboarding_form .sng-service-plans-wrap .sng-service-plan-featured {
  margin-right: -50px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 17px;
  padding: 15px 35px;
}

#client_onboarding_form
  .sng-service-plans-wrap
  .sng-service-plan
  .sng-service-plan-frequency {
  text-align: left;
  text-transform: capitalize;
  font-weight: 400;
}

#client_onboarding_form .sng-service-plans-wrap .sng-service-plan.selected {
  border: 2px dotted #000000;
}

#client_onboarding_form
  .sng-service-plans-wrap
  .sng-service-plan
  .sng-service-plan-name {
  font-size: 40px;
  line-height: 46px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #000000;
  font-weight: bold;
}

#client_onboarding_form
  .sng-service-plans-wrap
  .sng-service-plan
  .sng-service-plan-price
  .sng-price {
  font-weight: bold;
  color: #707420;
  font-size: 40px;
  line-height: 48px;
}

#client_onboarding_form
  .sng-service-plans-wrap
  .sng-service-plan
  .sng-service-plan-price
  .sng-interval {
  font-weight: 400;
  font-size: 20px;
  margin-left: 5px;
  color: #000000;
}

#client_onboarding_form .sng-service-plans-wrap .sng-service-plan #sng-coupon {
  max-width: 100%;
  margin-top: 15px;
  border-radius: 30px;
}

#client_onboarding_form .sng-select-service-plan,
#client_onboarding_form .sng-select-service-plan {
  border: 2px solid #13222e;
  font-size: 20px;
  padding: 15px 35px;
  border-radius: 30px;
  margin-top: 10px;
}

#client_onboarding_form .selected .sng-select-service-plan {
  background-color: #22260c;
  color: #fff;
}

#client_onboarding_form .selected .sng-select-service-plan .sng-check-icon {
  background-image: url("https://poopfreetheme.sweepandgo.com/wp-content/uploads/2025/07/poopfree-check-icon.png");
  width: 22px;
  height: 16px;
}

#client_onboarding_form
  .sng-service-plans-wrap
  .sng-service-plan
  .sng-service-plan-callouts
  ul {
  background: transparent;
  list-style-type: none;
  padding: 21px 0px 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

#client_onboarding_form
  .sng-service-plans-wrap
  .sng-service-plan
  .sng-service-plan-callouts
  ul
  li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #707420;
  padding-right: 10px;
}

#client_onboarding_form
  .sng-service-plans-wrap
  .sng-service-plan
  .sng-service-plan-callouts
  ul
  li {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

#client_onboarding_form .sng-service-plans-disclaimer {
  color: #000000;
  font-size: 14px !important;
  font-weight: 400;
  text-align: center;
  line-height: 16px;
  background: transparent;
  font-style: italic;
}

@media only screen and (max-width: 1024px) {
  .content-shrink {
    margin-left: 0px;
  }

  .header-phone-btn {
    width: 55px;
    height: 40px;
    padding: 0px !important;
    background-color: transparent;
    margin-right: 0px;
  }

  .header-phone-btn .elementor-icon {
    height: 40px;
    width: 40px;
  }

  .mobile-right-container {
    justify-content: flex-end;
  }

  .ekit_sidebar-widget-container .footer-contact-widget-container {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .ekit_sidebar-widget-container
    .footer-contact-widget-container
    .footer-contact-widget-call {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .ekit_sidebar-widget-container
    .footer-contact-widget-container
    .footer-widget-info {
    justify-content: flex-start;
    display: flex;
    color: #fff;
    gap: 20px;
  }

  .ekit_sidebar-widget-container
    .footer-contact-widget-container
    .footer-widget-info
    i {
    margin-top: 6px;
  }

  .ekit_sidebar-widget-container
    .footer-contact-widget-container
    .footer-widget-info
    div
    span {
    display: none;
  }

  .ekit_sidebar-widget-container
    .footer-contact-widget-container
    .footer-widget-info
    a {
    color: #fff;
  }

  .ekit_sidebar-widget-container .client-login-url {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
  }

  .ekit_sidebar-widget-container .social-icons-list {
    display: flex;
    gap: 30px;
  }

  .ekit_sidebar-widget-container .social-icons-list li {
    list-style-type: none;
    border-radius: 0px;
    text-align: center;
    transition: opacity 0.3s;
    cursor: pointer;
    background: transparent;
  }

  .ekit-widget-area-container .social-icons-list li a i {
    font-size: 31px;
  }

  .elementor-shortcode .sng-zip-code input {
    max-width: 120px;
  }

  .elementor-shortcode .sng-zip-code button {
    margin-left: 0px;
    margin-top: 0px;
    padding: 15px 18px;
  }

  footer .hfe-nav-menu li.menu-item {
    margin-bottom: 28px !important;
  }

  .elementor-button {
    width: 100%;
  }

  .sng-blog-posts-grid .post-item {
    padding: 20px;
  }

  .no-elementor-container {
    padding: 152px 20px 0px;
  }

  .no-elementor-container header.entry-header .page-breadcrumbs h1.entry-title {
    margin-top: 0px;
  }

  .content-layout {
    flex-direction: column;
    padding: 152px 20px 0px;
  }

  .sidebar {
    margin-top: 0px;
  }

  body.sng_page-template-sng-client-onboarding-template
    .content-area
    #content.type-sng-page,
  body.sng_page-template-sng-out-of-area-template
    .content-area
    #content.type-sng-page {
    padding: 50px 20px 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  body.sng_page-template-sng-client-onboarding-template-php
    .content-area
    .type-sng-page
    .page-header
    h1.entry-title,
  body.sng_page-template-sng-out-of-area-template
    .content-area
    .type-sng-page
    .page-header
    h1.entry-title,
  body.sng_page-template-sng-out-of-area-template
    .content-area
    #content.type-sng-page
    .page-header
    h1.entry-title {
    font-size: 26px;
    line-height: 36px;
    width: 100%;
  }
  .sng-top-callout {
    line-height: 19px;
    font-size: 16px;
  }

  body.sng_page-template-sng-client-onboarding-template
    .sng-pricing-table
    #sng-pricing
    span.title {
    font-size: 18px;
  }

  body.sng_page-template-sng-client-onboarding-template
    .sng-pricing-table
    #sng-pricing
    .sng-price,
  body.sng_page-template-sng-client-onboarding-template
    .sng-pricing-table
    #sng-pricing
    .sng-initial-price {
    font-size: 26px;
  }

  body.sng_page-template-sng-client-onboarding-template-php
    #client_onboarding_form
    label[for="sng_advertiser_privacy_policy"],
  body.sng_page-template-sng-out-of-area-template
    #sng_out_of_area_form
    label[for="sng_advertiser_privacy_policy"] {
    display: contents !important;
  }

  #client_onboarding_form[data-form="service_plans"] .sng-pricing-table {
    margin-top: 0px;
  }

  #client_onboarding_form .sng-service-plans-wrap {
    padding: 0px;
  }

  #client_onboarding_form .sng-service-plans-disclaimer {
    padding-top: 20px;
  }

  #client_onboarding_form
    .sng-service-plans-wrap
    .sng-service-plan
    .sng-service-plan-name {
    margin-top: 10px;
    font-size: 34px;
    line-height: 1.2;
  }

  #client_onboarding_form
    .sng-service-plans-wrap
    .sng-service-plan
    .sng-service-plan-price
    .sng-price {
    font-size: 34px;
  }

  #client_onboarding_form
    .sng-service-plans-wrap
    .sng-service-plan
    .sng-service-plan-callouts
    ul
    li {
    line-height: 16px;
    margin-bottom: 10px;
  }

  #client_onboarding_form
    .sng-service-plans-wrap
    .sng-service-plan
    .sng-service-plan-callouts
    ul
    li:last-child {
    margin-bottom: 0px;
  }

  .sng-service-plan-featured {
    align-self: flex-start;
  }

  #client_onboarding_form .sng-service-plans-wrap .sng-service-plan {
    padding: 0px 20px 37px;
  }
  #client_onboarding_form .sng-service-plans-wrap .sng-service-plan-featured {
    margin-right: -20px;
  }

  #client_onboarding_form .sng-service-plans-wrap #sng-service-plans-pricing {
    gap: 20px;
  }

  body.sng_page-template-default.single.single-sng_page
    .content-layout
    .main-content
    article
    h1.entry-title {
    font-size: 52px;
    line-height: 1.15;
  }

  body.sng_page-template-sng-client-onboarding-template-php
    .content-area
    iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  .sng-zip-code .is-label-invalid {
    padding: 0px;
  }
  /* h1.elementor-heading-title {
    font-size: 38px;
  } */
}

@media only screen and (max-width: 395px) {
  .header-client-portal span.elementor-button-text {
    font-size: 13px;
  }
}

@media only screen and (max-width: 375px) {
  .header-client-portal span.elementor-button-text {
    font-size: 11px;
    margin-right: 3px;
  }

  .header-popup-btn .elementor-button {
    padding: 3px 10px !important;
    font-size: 13px !important;
  }

  .header-phone-btn {
    height: 36px;
  }
  .header-phone-btn .elementor-icon {
    height: 36px;
    width: 36px;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 325px) {
  .header-client-portal span.elementor-button-text {
    margin-right: 0px;
  }
}
