/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766628144
Updated: 2025-12-25 02:02:24

*/

.common-pest a {
    text-decoration: none;
}
.request-pest span {
    color: #EE3131;
}
.request-pest p a {
    color: #EE3131 !important;
    margin-left: 5px;
    text-decoration: none;
}

.contact-us-box label {
    width: 100%;
}

.contact-us-box input.wpcf7-form-control{
    height: 50px;
    border-color: #dbd7d7;
}
.contact-us-box textarea {
    height: 150px;
    border-color: #dbd7d7;
}

.contact-us-box input.wpcf7-form-control:focus, .contact-us-box textarea:focus {
    outline: 1px solid #dbd7d7;
}
.contact-us-box .wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #dc3232;
}
.contact-us-box span.wpcf7-not-valid-tip {
    display: none;
}
.contact-us-box .wpcf7-checkbox label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.contact-us-box .wpcf7-checkbox label input[type="checkbox"] {
    margin-right: 2px;
}
.contact-us-box input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #F06D22;
    padding: 20px 60px;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #FFFFFF;
    fill: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F06D22;
    border-radius: 0px 0px 0px 0px;
    height: auto;
}
.contact-us-box .wpcf7-checkbox label input[type="checkbox"] {
    zoom: 1.5;
}
@media(min-width:676px){
.contact-us-box span.wpcf7-list-item.first
 {
    margin-left: 0;
}
.contact-us-box span.wpcf7-list-item.last {
    margin-left: 0;
}
}
.enjoy-your h2 span {
    color: #F06D22!important;
}
.getaquoteform span.wpcf7-not-valid-tip {
    display: none;
}
.getaquoteform label {
    width: 100%!important;
}
.getaquoteform textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
.getaquoteform input.wpcf7-form-control[type=submit]{
    background: #EE3131;
    color: #fff;
}
.getaquoteform  p {
    text-align: center;
}
.get-a-quote form.wpcf7-form .wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red;
}
.wpcf7-spinner {
    position: absolute;
}
.get-a-quote input.wpcf7-form-control, .get-a-quote select, .get-a-quote textarea {
    border-radius: 10px;
}
form ::placeholder {
    color: #000;
}
.ekit-wid-con .elementskit-accordion .elementskit-card.active {
    background: #fff;
    padding: 0 0 10px 0;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
}
.ekit-wid-con .elementskit-accordion .elementskit-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
}
.contact-box-getquote .wpcf7-select {
  background: #fff;
}
.contact-box-getquote p {
  text-align: left;
}
@media (min-width: 676px) {
  .contact-us-box.contact-box-getquote span.wpcf7-list-item.last {
    margin-left: 1rem;
  }
}
.wpcf7-form-control.wpcf7-radio.wpcf7-not-valid {
  border: 1px solid red;
  padding: 4px 0px;
}
#menu-resources, #menu-company-menu, #menu-services-menu {
  display: block;
}
#menu-resources li a, #menu-company-menu li a, #menu-services-menu li a {
  padding-left: 0;
  padding-bottom: 8px;
font-weight:400!important;
}
.elementor-icon {
  font-size: 16px!important;
}
.non-list ul {
  list-style: none;
padding-left:0px;
}
.single-post .featured-images {
  padding-top: 30px;
}
@keyframes glowPulse {
  0% {
    box-shadow: 0 0 5px rgba(238, 49, 49, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 25px rgba(238, 49, 49, 0.9);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 5px rgba(238, 49, 49, 0.11);
    transform: scale(1);
  }
}
.shop-btn img{animation: glowPulse 2s infinite ease-in-out;}

.high-number a{
 animation: phonePulse 1.5s infinite;
  background: #ee3131;
  color: #fff !important;
  padding: 12px 18px;
  border-radius: 50px;
  font-weight: bold;
  display: inline-block;
}
@keyframes phonePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255,152,0,0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255,152,0,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255,152,0,0);
  }
}

.highlight-call a {
  animation: phonePulse 1.5s infinite;
  background: #ee3131;
  color: #fff !important;
  padding: 12px 18px;
  border-radius: 50px;
  font-weight: bold;
  padding: 8px 5px 5px 5px !important;
}
.elementor-10 .elementor-element.elementor-element-4c4ef668 .elementor-icon-list-item > a {
  padding: 8px 10px 5px 10px !important;
}
.pest-decoration a {
  text-decoration: none;
}
.ekit-svg-icon.icon-phone-handset {
  fill: white;
}
@media(max-width:767px){
.mobile-call-he .elementor-icon-list-item {
  justify-content: center;
}
}
.wp-singular .elementskit-post-image-card .elementskit-entry-thumb {
  height: 216px;
}
.oyr-services .elementor-image-box-title a{
text-decoration:none!important;
}