/*!
Theme Name: PawfectTheme
Theme URI: https://pawfecttheme.sweepandgo.com/
Author: Sweep&Go
Author URI: https://www.sweepandgo.com
Description: PawfectTheme - Professional Poop Scoop WordPress Theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pawfect-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

PawfectTheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later..

*/

/*** 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: #fff;
  border: 1px solid #a7a7a7;
  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: #fff;
  outline: none;
  height: auto;
  display: block;
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 16px;
  color: #000;
  border: 1px solid #a7a7a7;
}

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: 1px solid #a7a7a7;
}

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-family: "Sniglet", Sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 25px;
  background-color: #000000;
  border-radius: 28px 28px 28px 28px;
  padding: 16px 47px 16px 47px;
}

.nf-field-label .nf-label-span,
.nf-field-label label {
  display: none;
}

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

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

.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;
}

/* 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;
}

.hfe-nav-menu li.menu-item.current_page_item a,
.hfe-nav-menu li.menu-item.current-menu-parent a {
  font-weight: bold !important;
}

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;
}

/* Timeline */

.tl-content img {
  float: none;
}

.timeline li {
  margin-bottom: 0px !important;
}

.timeline li .timeline-panel:after,
.timeline li .timeline-panel:before {
  display: none !important;
}

.timeline li .timeline-panel {
  border: none;
  box-shadow: none;
}

.timeline li.timeline-right .timeline_pic.pull-left,
.timeline li.timeline-right .be-desc {
  text-align: right;
}

/* FOOTER */

footer h2.widget-title {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 0px;
}

footer a {
  color: #fff;
}

a.hfe-menu-item:hover {
  opacity: 0.7;
}

footer .social-icons-list li {
  /* background: #2c9776; */
}

.social-icons-list {
  display: flex;
  gap: 15px;
  padding: 0px;
  margin: 7px 0px;
}

footer .social-icons-list li {
  background: transparent;
  width: 0px;
  height: 0px;
  margin-right: 40px;
}

.social-icons-list li {
  list-style-type: none;
  background: #000;
  border-radius: 50px;
  width: 26px;
  height: 26px;
  text-align: center;
  transition: opacity 0.3s;
  cursor: pointer;
}

.social-icons-list li a {
  color: #000;
  line-height: 26px;
}

.social-icons-list li a i {
  font-size: 14px;
}

.social-icons-list li:hover {
  opacity: 0.8;
}

.social-icons-list li {
  width: 39px;
  height: 39px;
}

.social-icons-list li a {
  line-height: 39px;
}

.social-icons-list li a i {
  font-size: 16px;
}

.ekit-widget-area-container .social-icons-list li a i {
  color: #fff;
}

.top-phone span {
  font-size: 13px;
  display: block;
}

/* Widget Contact */

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

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

.footer-contact-widget-container .footer-widget-info {
  display: flex;
  gap: 5px;
  color: #000;
  font-size: 16px;
}

.footer-contact-widget-container .footer-widget-info div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
}

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

.footer-contact-widget-container .footer-widget-info a {
  color: #000;
  text-decoration: none;
}

.footer-contact-widget-container .footer-widget-info a:hover {
  opacity: 0.7;
}

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

footer ul.menu {
  list-style-type: none;
  padding-left: 0px;
}

footer ul.menu li {
  margin-bottom: 15px;
}

footer ul.menu li:last-child {
  margin-bottom: 0px;
}

footer ul.menu li:hover {
  opacity: 0.7;
}

footer ul.menu li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 300;
}

footer .sng-zip-code button {
  margin-top: 20px;
}

/* Home Elements */

.elementor-shortcode .sng-zip-code {
  display: flex;
  position: relative;
  max-width: 346px;
  background: #fff;
  border-radius: 36px;
  border: 1px solid #c8ccd0;
  padding: 5px;
}

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

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

.elementor-shortcode .sng-zip-code button {
  border-radius: 28px;
  margin-left: 0px;
  width: 100%;
  font-family: "Sniglet", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.64px;
  text-transform: capitalize;
}

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

.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;
}

.elementskit-testimonial-slider .swiper-button-prev {
  transform: rotate(270deg) !important;
}

.elementskit-testimonial-slider .swiper-button-next {
  transform: rotate(90deg) !important;
}

.elementskit-single-testimonial-slider {
  border: none !important;
  box-shadow: none;
}

.ekit-wid-con .elementskit-single-testimonial-slider {
  box-shadow: none !important;
  border: none !important;
}

.elementor-widget-elementskit-testimonial
  .ekit-wid-con
  .swiper-pagination-bullet {
  background-color: transparent !important;
}

.elementor-widget-elementskit-testimonial span.swiper-pagination-bullet:before {
  content: "\f1b0";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #f9d7c7;
}

.elementskit-testimonial-slider
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  transform: scale(1) !important;
}

.elementor-widget-elementskit-testimonial
  span.swiper-pagination-bullet-active:before {
  color: #000000;
}

.elementskit-testimonial-slider .swiper-pagination span:not(:last-child) {
  margin-right: 20px !important;
}

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

.sng-video-popup .sng-video-popup-trigger {
  text-decoration: none;
}

.sng-video-popup .sng-video-popup-trigger:hover {
  opacity: 0.7;
}

#sng-video-popup {
  left: 0%;
}

.sng-card-text p {
  margin-top: 0px;
}

.elementor-counter .elementor-counter-number,
.elementor-counter .elementor-counter-number-suffix {
  font-family: "Sniglet", Sans-serif;
}

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

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

.sng-blog-posts-grid .post-item h3 a {
  text-decoration: none;
}

.sng-blog-posts-grid .post-item a img {
  border-radius: 0px;
  border-top-left-radius: 37px;
  border-top-right-radius: 37px;
}

.pricing-table-container {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 18px;
}

#zipCheckerWrapper #zipCodeWrapper .sng-zip-code {
  display: flex;
  position: relative;
  max-width: 346px;
  background: #fff;
  border-radius: 36px;
  border: 1px solid #c8ccd0;
  padding: 5px;
}

#zipCheckerWrapper #zipCodeWrapper .sng-zip-code input {
  border-color: #fff;
  max-width: 143px;
  width: 100%;
  border-radius: 30px;
}

#zipCheckerWrapper #zipCodeWrapper .sng-zip-code button {
  border-radius: 28px;
  margin-left: 0px;
  width: 100%;
  font-family: "Sniglet", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.64px;
  text-transform: capitalize;
}

.elementor-counter .elementor-counter-title {
  line-height: 19px !important;
  font-weight: 300 !important;
}

.elementor-counter {
  margin-top: 15px;
}

.icons-grid-3 .elementor-icon-list-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

.elementor-toggle-item {
  background: #ffffff;
  border-radius: 35px;
  padding: 17px 28px;
  margin-bottom: 5px;
}

.elementor-toggle-item:last-child {
  margin-bottom: 0px;
}

.elementor-toggle-item .elementor-tab-title {
  border-color: transparent !important;
  padding: 0px !important;
}

/* .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
  width: 60px;
  height: 60px;
  margin-top: -12px;
  margin-right: -22px;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
  width: 60px;
  height: 60px;
  background: #f8d9d9;
  border-radius: 50%;
} */

/* MailChimp */

.newsletter-shortcode {
  width: 100%;
}

.newsletter-shortcode .mailchimp_newsletter {
  display: flex;
}

.newsletter-shortcode .mailchimp_newsletter input[type="email"] {
  width: 100%;
  background: #fff;
}

.newsletter-shortcode .mailchimp_newsletter input[type="submit"] {
  margin-left: -50px;
  background-color: #00835b;
}

#pricing-table th,
#pricing-table td {
  border-bottom: 1px solid #e6d9fc;
}

/* Commercial Page */

.number_container_centered {
  display: flex;
  justify-content: center !important;
}

.number_container_centered .e-child,
.number_container .e-child {
  max-width: 413px;
}

.commercial-form .nf-form-cont {
  max-width: 660px;
  margin: 0px;
}

.label-hidden .nf-field-element {
  display: flex;
  justify-content: flex-end;
}

.nf-form-content {
  padding: 0px !important;
}

.nf-before-form-content {
  display: none !important;
}

.nf-form-cont {
  margin-top: 10px;
}

.nf-response-msg p {
  color: #4caf50;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

/* Client Onboarding */

body.sng_page-template-default.single.single-sng_page .content-sidebar {
  padding: 150px 0px 235px;
}

#zipCheckerWrapper {
  border-radius: 25px !important;
}

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

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

.sng-top-callout {
  font-size: 14px;
  border-radius: 13px;
  padding: 17px 23px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.sng-top-callout span {
  line-height: 16px;
  font-size: 17px;
  font-weight: bold;
}

#sng-coupon {
  padding: 25px;
  max-width: 85%;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 35px;
}

#sng-coupon h5 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

.sng-special-promo {
  border-radius: 35px;
  max-width: 85%;
  width: 100%;
  margin: 0 auto;
  border: none;
}

.sng-special-promo .sng-promo-title {
  margin-bottom: 5px;
}

.sng-special-promo .sng-promo-description {
  font-size: 14px;
  line-height: 20px;
}

.sng-form-group label,
.sng-dog-fields-wrapper label {
  display: block;
}

body.single-sng_page header.entry-header,
body.single-sng_page .postShare,
body.single-sng_page .widget-area {
  display: none;
}

body.sng_page-template-sng-client-onboarding-template-php .content-area {
  display: flex;
  justify-content: center;
  gap: 56px;
  padding: 180px 0px 101px;
  max-width: 100%;
  margin: 0px auto;
  border-radius: 0px 0px 85px 85px;
  margin-bottom: 60px !important;
}

body.sng_page-template-sng-client-onboarding-template-php .content-area iframe {
  z-index: 1;
  position: relative;
  border-radius: 85px;
}

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

body.sng_page-template-sng-client-onboarding-template-php
  .content-area
  .type-sng-page {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 98px 0px 65px;
  border-radius: 85px;
}

body.sng_page-template .sng-page-content form {
  max-width: 508px;
  width: 100% !important;
  margin: 15px auto 0px !important;
}

body.sng_page-template:not(
    .sng_page-template-sng-client-onboarding-template-php
  )
  .sng-page-content
  form {
  max-width: 508px;
  width: 100% !important;
  margin: 15px auto 0px !important;
}

body.sng_page-template-sng-client-onboarding-template-php
  .content-area
  .type-sng-page
  .page-header {
  background: transparent;
  padding-bottom: 0px;
}

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%;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  font-size: 50px;
  line-height: 55px;
  padding-top: 0px;
}

body.sng_page-template .sng-submit-button {
  width: 100%;
  cursor: pointer;
  border-radius: 28px;
  margin-top: 30px;
}

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

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

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  .sng-note.sng-marketing,
body.sng_page-template-sng-out-of-area-template
  #sng_out_of_area_form
  .sng-note.sng-marketing {
  color: #000;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  padding-top: 0px;
}

body.sng_page-template-sng-out-of-area-template .content-area {
  padding: 180px 0px 101px;
  max-width: 100%;
  border-radius: 0px 0px 85px 85px;
  margin-bottom: 60px !important;
}

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: 14px !important;
  line-height: 19px;
  padding-bottom: 0px;
  display: inline;
}

body.sng_page-template-sng-client-onboarding-template-php
  #client_onboarding_form
  label[for="sng_advertiser_privacy_policy"]
  a,
label[for="terms_of_service"] a {
  color: #ed6d92;
  text-decoration: underline;
}

#sng_free_quote_disclaimer {
  text-align: center;
  color: #000;
  font-size: 14px;
}

#sng_free_quote_disclaimer span a {
  color: initial;
}

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

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

.select2-container--default .select2-selection--single {
  border-radius: 30px;
  padding: 9px 15px;
  font-size: 16px;
  color: #797979;
  background-color: #fff;
  border: 1px solid #a7a7a7;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000;
  padding: 0px;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 30px;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #a7a7a7;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #a7a7a7;
}

.sng-pricing-table {
  padding: 0;
  padding-bottom: 35px;
  border-radius: 65px;
  margin-top: 80px;
  position: relative;
}

.sng-no-pricing {
  border-radius: 65px;
  position: relative;
  text-align: center;
  padding: 60px 30px;
}

.sng-pricing-table #sng-pricing {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 30px 0px;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  position: relative;
}

.sng-pricing-table #sng-pricing::before {
  position: absolute;
  left: 50%;
  bottom: 175px;
  transform: translate(-50%, 50%) scale(1);
}

.sng-pricing-table #sng-pricing .sng-custom-short {
  font-weight: bold;
}

.sng-pricing-table #sng-pricing .sng-custom-long {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}

.sng-pricing-table #sng-pricing .title {
  font-size: 21px;
  font-weight: bold;
}

.sng-pricing-table #sng-pricing .sng-price,
.sng-pricing-table #sng-pricing .sng-initial-price,
.sng-pricing-table #sng-pricing .sng-billing-interval {
  font-size: 45px;
  font-weight: bold;
}

.sng-pricing-table #sng-pricing .sng-price .sng-interval,
#sng-pricing .sng-billing-interval.sng-no-per-cleanup .sng-interval {
  font-weight: 300;
  font-size: 18px;
  margin-left: 5px;
}

/* .sng-pricing-table #sng-pricing .sng-billing-interval {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-left: 5px;
} */

#sng-callout {
  font-size: 13px;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 15px 30px 15px;
  text-align: center;
}

.sng-pricing-table #sng-initial-estimate {
  background: #f5f5f5;
  max-width: 100%;
  width: 85%;
  margin: 0 auto;
  border-radius: 35px;
  color: #000000;
  border: none;
  font-size: 18px;
  padding: 30px 30px 30px;
  text-align: center;
}

.sng-pricing-table #sng-initial-estimate .sng-custom-short {
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.sng-pricing-table #sng-initial-estimate .sng-custom-long {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#sng-initial-estimate .sng-initial-cleanup-message {
  font-size: 17px;
  margin-top: 0px;
  color: #000;
  font-weight: bold;
}

#sng-initial-estimate .sng-initial-price,
#sng-initial-estimate .sng-price-not-defined {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sng-pricing-table .sng-note {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  color: #000000;
  padding: 10px 30px;
  font-size: 13px;
}

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

.sng-cross-sells .sng-cross-sell div:first-child span:nth-child(2) {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-left: 15px;
}

.sng-cross-sells .sng-cross-sell div:first-child span.price {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 25px;
}

.sng-cross-sells .sng-cross-sell div:nth-child(2) {
  margin-left: 25px;
}

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

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

.sng-cross-sells .sng-cross-sell {
  border-bottom: 1px solid #a7a7a7;
}

#sng-cross-sells-top {
  padding: 0px 21px;
  margin: 20px auto;
  max-width: 85%;
}

#sng-cross-sells-bottom .sng-note {
  font-size: 12px;
  font-style: normal;
  text-align: left;
  max-width: 100%;
  padding: 0px;
  line-height: normal;
  margin-bottom: 15px;
}

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

#terms_of_service {
  width: auto;
}

label[for="terms_of_service"] a {
  text-decoration: underline;
}

small {
  font-size: 12px;
}

.sng-cc-note {
  font-size: 80%;
  margin-bottom: 10px;
  line-height: normal;
}

body.sng_page-template-sng-out-of-area-template #content.type-sng-page {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 98px 0px 65px;
  max-width: 744px;
  border-radius: 85px;
  margin: 0 auto;
}

/* Contact */

.elementor-custom-embed iframe {
  border-radius: 0px;
}

.contact-sidebar .footer-contact-widget-container .footer-widget-info i,
.contact-sidebar .footer-contact-widget-container .footer-widget-info,
.contact-sidebar .footer-contact-widget-container .footer-widget-info a {
  color: #000;
}

.contact-sidebar .social-icons-list li {
  width: 26px;
  height: 26px;
}

.contact-sidebar .social-icons-list li a {
  line-height: 26px;
}

.contact-sidebar .social-icons-list li a i {
  font-size: 14px;
}

.contact-sidebar .social-icons-list {
  margin-top: 20px;
}

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

/* Things To Do */

.things_to_do .elementor-image-box-img {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}

.things_to_do .elementor-image-box-img img {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.things_to_do .elementor-image-box-content {
  background: #fff;
  padding: 20px 15px;
  margin-top: -5px;
}

.things_to_do .elementor-image-box-content h3 {
  margin-top: 0px;
}

.things_to_do .elementor-image-box-content h3 a {
  text-decoration: underline;
}

/* Single Post */

.content-container header.entry-header {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  padding-top: 155px;
}

.content-container header.entry-header h1.entry-title,
.content-container header.entry-header h1.entry-title span {
  font-family: "Sniglet", Sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 90px;
  color: #000000;
}

.content-container header.entry-header .page-breadcrumbs {
  width: 100%;
}

.content-container header.entry-header .page-breadcrumbs .breadcrumbs-url {
  color: #fff;
  text-align: center;
}

.content-container header.entry-header .page-breadcrumbs .breadcrumbs-url a {
  text-decoration: underline;
  color: #fff;
}

/* .content-container header.entry-header .page-breadcrumbs h2,
.content-container header.entry-header h1.entry-title,
.error-header h1,
.no-results.not-found h1 {
  color: #fff !important;
  margin: 5px 0px 0px 0px;
  font-weight: 400;
  font-size: 81px;
  text-align: center;
} */

.content-sidebar {
  width: 100%;
  padding: 0px;
  display: flex;
  gap: 40px;
  max-width: 1366px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.content-sidebar article {
  max-width: 65%;
  width: 100%;
  padding: 0px 0px 150px;
}

.content-sidebar article .post-title h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin-top: 0px;
}

.content-sidebar article .entry-meta {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  font-size: 15px;
  color: #28004a;
}

.content-sidebar article .entry-meta span.posted-on::before {
  content: "\f133";
  font-family: "Font AWesome 6 Free";
  font-weight: 800;
  margin-right: 5px;
  font-size: 17px;
}

.content-sidebar article .entry-meta span.cat-links::before {
  content: "\f02b";
  font-family: "Font AWesome 6 Free";
  font-weight: 800;
  margin-right: 5px;
  font-size: 17px;
}

.content-sidebar article .entry-meta span.cat-links a {
  text-decoration: none;
  color: #28004a;
}

.content-sidebar article .post-thumbnail {
  margin-bottom: 30px;
}

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

.content-sidebar article .entry-content p {
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
  color: #000000;
  font-weight: 400;
}

.content-sidebar aside {
  max-width: 35%;
  width: 100%;
  background: #ffffff;
  border-radius: 37px;
  padding: 50px 20px 42px;
  height: fit-content;
  box-shadow: 2px 6px 19px #ebebeb;
}

.postShare span {
  margin-right: 10px;
}

.postShare a {
  border-radius: 50px;
  width: 26px;
  height: 26px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  transition: opacity 0.3s;
  cursor: pointer;
}

.postShare a:hover {
  opacity: 0.8;
}

.postShare a i {
  color: #fff;
  line-height: 26px;
  font-size: 14px;
}

/* Single Page */

body.page .content-sidebar article {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 25px;
  padding: 0;
  position: relative;
  margin-bottom: 60px;
}

/* Search Widget */

.widget_scoop_latest_post_widget {
  border-radius: 0;
  padding: 0px;
}

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

.search-widget {
  display: none;
}

.widget_scoop_latest_post_widget .search-widget form input {
  width: 100%;
}

.widget_scoop_latest_post_widget .search-widget form button {
  margin-left: -50px;
  padding: 15px;
  border-radius: 0;
  letter-spacing: 0.64px;
}

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

.widget_scoop_latest_post_widget .sng-latest-post h5 {
  font-size: 31px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #000000;
  font-family: "Sniglet", Sans-serif;
  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: 16px;
  color: #fb3502;
  line-height: 18px;
  text-decoration: none;
}

.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;
}

aside .widget_categories ul {
  list-style: none;
  padding-left: 0px;
}

aside .widget_categories ul li {
  margin-bottom: 10px;
}

aside .widget_categories ul li:last-child {
  margin-bottom: 0px;
}

aside .widget_categories ul li a {
  color: #fb3502;
  text-decoration: none;
}

aside .widget_categories ul li a::before {
  content: "\f02c";
  font-family: "Font AWesome 6 Free";
  font-weight: 800;
  color: #202020;
  margin-right: 5px;
  font-size: 17px;
}

/* 404 page */

.error-header,
.no-results.not-found header {
  width: 100%;
  padding: 30px 150px;
  min-height: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.error-header h1,
.no-results.not-found h1 {
  color: #fff;
  font-weight: 400;
}

.page-not-found-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0px;
}

.page-not-found-content h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 110px;
  line-height: 66px;
  font-weight: bold;
  color: #28004a;
}

.page-not-found-content h2 {
  margin: 0px;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #28004a;
}

.page-not-found-content p {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 30px;
  color: #28004a;
  padding: 0px 10px;
}

/* Simple Page */

.entry-content p img {
  border-radius: 25px;
}

.entry-content p a {
  color: #fb3502;
}

.entry-content ul {
  list-style-type: none;
  padding-left: 0px;
}

.entry-content ul li {
  margin-bottom: 16px;
  font-weight: 400;
  padding-bottom: calc(5px / 2);
  line-height: 24px;
}

.entry-content ul li:last-child {
  margin-bottom: 0px;
}

.entry-content ul li::before {
  content: "\f1b0";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  padding-right: 10px;
}

blockquote {
  border-left-color: #f1afbd;
  border-left-width: 8px;
  border-left-style: solid;
  margin-left: 0px;
  padding-left: 15px;
  color: #000;
  margin-bottom: 0px;
  font-style: italic;
}

.no-results.not-found .page-content {
  padding: 80px 0px;
}

/* Search Container */
.search-container {
  position: relative;
  z-index: 1;
}

.search-container .sng-blog-posts-grid {
  gap: 60px;
  padding: 0px 0px 40px;
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
}

.sng-blog-posts-grid .post-item {
  box-shadow: 2px 6px 19px #ebebeb;
}

.search-container .sng-blog-posts-grid .post-item {
  border-radius: 25px;
}

.search-container .sng-blog-posts-grid .post-item h3 a {
  font-family: "Sniglet", Sans-serif;
  font-size: 31px;
  line-height: 41px;
  color: #000;
}

.sng-blog-posts-grid .post-item p {
  line-height: 24px;
  font-weight: 300;
  font-size: 14px;
}

/* Button Hover Animation */

button,
.elementor-button-wrapper a,
.all-articles-container a,
.elementor-button,
input[type="submit"] {
  transition: all 0.3s ease-in-out;
}
/* 
button::before,
.elementor-button-wrapper a:before,
.all-articles-container a::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
*/

.all-articles-container {
  margin-top: 60px;
}

button:hover,
.elementor-button-wrapper a:hover,
.all-articles-container a:hover,
.elementor-button:hover,
input[type="submit"]:hover {
  transform: scale(1.1);
}

.elementor-lightbox .elementor-lightbox-image {
  border-radius: 65px !important;
}

/* Fixes */

.sng-blog-posts-grid .post-item h3 a:hover,
.sng-latest-post .sng-latest-single .sng-latest-info a:hover {
  opacity: 0.7;
}

.elementor-custom-embed-play svg:hover {
  transform: scale(1.1);
}

.sng-zip-codes p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

/* Blog */

.sng-blog-posts-grid .post-item {
  background-color: #fff;
}

@media only screen and (max-width: 1540px) {
  #full-height-slider .full-height-first-col {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 1210px) {
  .site-header .container.header-container .menu-main-navigation-container ul {
    gap: 25px;
  }

  .site-header
    .container.header-container
    .menu-main-navigation-container
    ul
    li
    a {
    font-size: 16px;
  }

  .site-header .container.header-container .site-header-client-logine a,
  .site-header .container.header-container .site-header-client-login a::before {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .site-header .container.header-container .site-header-client-login a {
    display: none;
  }
}

@media only screen and (max-width: 912px) {
  .shape-img,
  body.page .content-sidebar article {
    overflow: hidden;
  }

  #sng-video-popup {
    left: 50%;
  }

  .shape-img::before,
  body.page .content-sidebar article::before {
    left: 0px;
    top: 0px;
  }

  .shape-img::after,
  body.page .content-sidebar article::after {
    right: -37px;
    bottom: 0px;
  }

  body.sng_page-template-sng-client-onboarding-template-php
    #client_onboarding_form
    label[for="sng_advertiser_privacy_policy"] {
    display: contents;
  }

  .client-login-url {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
  }

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

  header .footer-contact-widget-container .footer-widget-info i,
  header .footer-contact-widget-container .footer-widget-info div {
    color: #000;
  }

  .hfe-nav-menu__layout-vertical .hfe-menu-toggle,
  .hfe-nav-menu__layout-expandible .hfe-menu-toggle,
  .hfe-flyout-wrapper .hfe-menu-toggle {
    border: none !important;
  }

  .shape-img:has(.elementor-widget-elementskit-testimonial)::before,
  .shape-img:has(.elementor-widget-elementskit-testimonial)::after {
    display: none;
  }

  .shape-img:has(.elementor-widget-elementskit-testimonial),
  .shape-img:has(.elementor-widget-elementskit-testimonial) {
    overflow: visible;
  }
}

@media only screen and (max-width: 768px) {
  .remove-bg {
    background-color: transparent !important;
  }

  #pricing-table {
    overflow-x: scroll !important;
    scroll-behavior: smooth;
  }

  .elementor-shortcode .sng-zip-code {
    margin: 0 auto;
  }

  .dog-absolute {
    transform: translate(-50%, 50%);
    left: 50% !important;
    width: 100%;
    top: -155px !important;
  }

  .top-phone span {
    display: inline;
  }

  .label-hidden .nf-field-element {
    justify-content: flex-start;
  }

  .sng-pricing-table #sng-pricing::before {
    bottom: 155px;
  }

  .icons-grid-3 .elementor-icon-list-items {
    grid-template-columns: 1fr 1fr;
  }

  .timeline li.timeline-right .timeline_pic.pull-left,
  .timeline li.timeline-right .be-desc {
    text-align: left;
  }

  footer .social-icons-list li {
    margin-right: 60px;
  }

  footer .social-icons-list li a i {
    font-size: 30px;
  }

  .icons-grid-3 .elementor-icon-list-items li {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .select2-results__option {
    padding: 15px 6px;
  }

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

  .hfe-nav-menu .sub-menu li.menu-item {
    border: none !important;
  }

  .ekit_navSidebar-button {
    padding: 0px !important;
  }

  .menu-item a.hfe-menu-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .ekit-sidebar-widget .footer-widget-info,
  .ekit-sidebar-widget .footer-widget-info a {
    color: #000000;
  }

  .hfe-nav-menu-icon {
    padding: 0px !important;
  }

  .site-header .top-header {
    display: none;
  }

  .site-header .top-header.show-top-header {
    display: block !important;
  }

  .site-header.sticky .top-header.show-top-header {
    display: none !important;
  }

  .site-header .top-header .container {
    padding: 0px 10px !important;
  }

  .site-header .container.header-container {
    padding: 15px 10px;
  }

  .site-header .container.header-container .site-header-client-login a,
  .site-header .container.header-container .site-header-client-login a::before {
    font-size: 18px;
  }

  #full-height-slider {
    height: calc(100vh - 70px);
  }

  #full-height-slider .full-height-first-col {
    margin-top: -150px;
  }

  footer .footer-section .container {
    flex-direction: column;
    padding: 50px 10px;
    text-align: left;
    gap: 30px;
  }

  footer .footer-section .container .row-25,
  footer .footer-section .container .row-33 {
    width: 100%;
  }

  .footer-contact-widget-container .footer-widget-info {
    justify-content: flex-start;
  }

  footer .social-icons-list {
    justify-content: flex-start;
  }

  .footer-contact-widget-container .footer-contact-widget-call {
    flex-direction: column;
  }

  footer .sng-zip-code {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .sng-zip-code input,
  footer .sng-zip-code button {
    width: 100%;
    max-width: 100%;
  }

  footer .sng-zip-code button {
    margin-top: 10px;
  }

  footer .copyright-bar .container {
    justify-content: space-between;
    padding: 10px;
    gap: 15px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  footer .copyright-bar a {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing-table-container {
    padding-top: 0px;
  }

  .elementor-counter .elementor-counter-title {
    text-align: left;
  }

  .grid-2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    padding: 20px 0px !important;
  }

  .elementor-shortcode .sng-zip-code input {
    max-width: 143px;
    padding: 0px;
  }

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

  .change_dog_order div:nth-child(1) {
    order: 2;
  }

  .change_dog_order div:nth-child(2) {
    order: 1;
  }

  .change_dog_order div:nth-child(3) {
    order: 3;
  }

  .newsletter-shortcode .mailchimp_newsletter {
    flex-direction: column;
    gap: 10px;
  }

  .newsletter-shortcode .mailchimp_newsletter input[type="submit"] {
    margin-left: 0px;
    width: 100%;
  }

  body.sng_page-template-sng-out-of-area-template #content.type-sng-page {
    padding: 10px 20px 50px;
  }

  body.sng_page-template-sng-client-onboarding-template-php
    .content-area
    .type-sng-page {
    padding: 30px 20px;
    margin: 0px 0px 40px;
    border-radius: 35px;
  }

  .site-header .site-logo img {
    max-width: 110px !important;
  }

  body.sng_page-template-sng-client-onboarding-template-php .content-area,
  body.sng_page-template-sng-out-of-area-template .content-area {
    padding: 120px 10px 20px !important;
    gap: 30px;
    flex-direction: column;
    margin: 0px auto 50px !important;
    border-radius: 0px 0px 35px 35px;
  }

  body.sng_page-template-sng-out-of-area-template #content.type-sng-page {
    padding: 30px 20px;
    margin: 0px 0px 40px;
    border-radius: 35px;
  }

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

  .sng-pricing-table #sng-pricing {
    padding: 50px 25px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }

  .sng-pricing-table #sng-pricing,
  #sng-callout,
  .sng-no-pricing {
    max-width: 100%;
    border-radius: 35px;
    padding-bottom: 0px;
  }

  .elementor-lightbox .elementor-lightbox-image {
    border-radius: 35px !important;
  }

  .sng-pricing-table {
    border-radius: 35px;
  }

  .sng-pricing-table .sng-note {
    max-width: 100%;
    border-radius: 35px;
  }

  .sng-pricing-table #sng-initial-estimate {
    max-width: 100%;
    border-radius: 35px;
  }

  #sng-coupon,
  .sng-special-promo {
    max-width: 85%;
  }

  body.sng_page-template:not(
      .sng_page-template-sng-client-onboarding-template-php
    )
    .sng-page-content
    form {
    padding: 0px 10px;
  }

  .sng-pricing-table #sng-pricing .sng-price,
  .sng-pricing-table #sng-pricing .sng-initial-price,
  .sng-pricing-table #sng-pricing .sng-billing-interval {
    font-size: 36px;
    font-weight: bold;
  }

  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 {
    font-size: 30px;
    width: 100%;
  }

  .gallery {
    margin: 0px !important;
  }

  .gallery-item {
    padding: 0 0px 40px 0 !important;
  }

  .content-sidebar {
    padding: 0px 10px;
    gap: 20px;
    flex-direction: column;
  }

  .content-sidebar article,
  .content-sidebar aside {
    min-width: 100%;
    margin-bottom: 60px;
  }

  .content-sidebar article {
    padding: 0px;
  }

  .content-sidebar aside {
    padding-top: 0px;
    margin-bottom: 80px;
  }

  .content-sidebar article .post-title h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .widget_scoop_latest_post_widget {
    padding: 20px 0px;
  }

  .content-container header.entry-header {
    padding: 120px 10px 30px;
    min-height: auto;
  }

  /* .content-container header.entry-header .page-breadcrumbs h2,
  .content-container header.entry-header h1.entry-title,
  .error-header h1,
  .no-results.not-found h1 {
    font-size: 40px;
    line-height: 40px;
  } */

  .sng-pricing-table #sng-initial-estimate .sng-custom-short {
    margin-bottom: 0px;
  }

  body.sng_page-template-default.single.single-sng_page .content-sidebar {
    padding: 120px 10px 80px;
  }

  .content-container header.entry-header h1.entry-title,
  .content-container header.entry-header h1.entry-title span {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0px;
  }

  body.page .content-sidebar article {
    padding: 20px;
  }

  .search-container .sng-blog-posts-grid {
    padding: 40px 10px;
  }

  .content-sidebar article .post-thumbnail img {
    border-radius: 35px;
  }
}

@media only screen and (max-width: 414px) {
  #pricing-table th:first-child,
  #pricing-table td:first-child {
    width: 26%;
  }
}
