
ul.icon-list li.large-font {
    font-size: 21px;
    margin-top: 16px;
    padding-left: 0;
    margin-bottom: 4px;
}ul.icon-list li.large-font::before {
    content: "";
}
/* Default Styles */
#wpadminbar {
    display: none !important;
}
body {
    font-family: 'Barlow', sans-serif;
}h1, h1 a {
    color: #2a4c2b;
    font-family: 'Fredoka One', sans-serif;
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 0 0 35px;
    text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.12);
}h2 {
    color: #2a4c2b;
    font-family: 'Fredoka One', sans-serif;
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 25px 0 35px;
    text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.12);
}h3 {
    color: #2a4c2b;
    font-family: 'Fredoka One', sans-serif;
    font-size: 1.6em;
    line-height: 1.5rem;
    margin: 25px 0;
    text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.12);
}h4 {
    font-family: 'Fredoka One', sans-serif;
    color: #2a4c2b;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5rem;
    margin: 25px 0;
    text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.12);
}p {
    font-family: 'Barlow', sans-serif;
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    margin: 15px 0;
    line-height: 1.5;
}ul {
    list-style-type: none;
}

/* Header Styles */

.header-bar {
    padding: 0 2.6vw;
}.header-details {
    padding-top: 5px;
    padding-bottom: 5px;
}.logo-wrapper {
    display: inline-block;
    width: 18%;
    max-width: 76px;    
}.company-details {
    display: inline-block;
    width: auto;
    padding-left: 15px;
    max-width: 100%;
    vertical-align: middle;
}.company-details h1, .company-details h1 a {
    font-family: 'Fredoka One', sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 1.1;
    margin: 0 0 5px;
    text-transform: uppercase;
}.company-details p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}.top-bar {
    background: none;
    height: auto;
}.top-bar-section ul li {
    background: none;
}.top-bar-section li:not(.has-form) a:not(.button) {
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    background: none;
    color: #000000;
    position: relative;
    font-size: 11px;
    line-height: 97px;
    padding: 0 5px;
}.top-bar-section ul li:hover:not(.has-form)>a,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: none;
    color: #000000;
    line-height: 97px;
}.top-bar-section .has-dropdown>a {
    padding-right: 25px !important;
}.top-bar-section .has-dropdown>a:after {
    border-color: #13499f transparent transparent transparent;
    top: 48px;
    margin-right: 11px;
}

@media only screen and (min-width: 1025px) {
.navigation-wrapper {
    display: flex;
    justify-content: center;
}.header-bar {
    display: flex;
    align-items: center;
    background: #f4f4f4;
}.top-bar-section li:not(.has-form) a:not(.button)::before {
    content: "\f192";
    font-family: fontAwesome;
    color: #13499f;
    display: inline-block;
    position: absolute;
    left: calc(50% - 6px);
    line-height: 1;
    bottom: 12px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}.top-bar-section li:not(.has-form) a:not(.button):hover::before,
.top-bar-section li:not(.has-form):hover a:not(.button)::before,
.top-bar-section li.active:not(.has-form) a:not(.button)::before {
    opacity: 1;
    bottom: 17px;
}.top-bar-section li.has-dropdown:not(.has-form) a:not(.button)::before {
    left: calc(50% - 13.5px);
}.top-bar-section .dropdown li:not(.has-form) a:not(.button)::before {
    display: none;
}.top-bar-section .dropdown {
    background: rgba(0,0,0,.95);
    min-width: 650px;
    text-align: left;
    padding: 3vh 5vw 3vh 2vw;
    left: 50%;
    border-radius: 0 0 20px 20px;
    box-shadow: 2px 8px 10px 0px rgba(0, 0, 0, 0.24);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}.top-bar-section .dropdown li.page_item, .top-bar-section .dropdown li.menu-item {
    width: 50%;
    display: inline-block;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: none;
    color: #FFFFFF;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 35px;
    padding: 0 15px;
    position: relative;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button),
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
    background: none;
    color: #13499f;
    line-height: 35px;
}
}

.hero-wrapper {
    position: relative;
}.header-cta-wrapper {
    text-align: right;
}.header-cta-wrapper::before {
    content: " ";
    height: 44px;
    width: 2px;
    background: #13499f;
    position: absolute;
    left: 0;
    top: calc(50% - 22px);
}a.header-cta {
    display: inline-block;
    font-size: 22px;
    font-family: 'Fredoka One', sans-serif;
    line-height: 1;
    color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}a.header-cta .fa {
    color: #13499f;
    margin-right: 5px;
    vertical-align: middle;
}a.header-cta:hover {
    color: #13499f;
}.caption-slider {
    position: absolute;
    top: 50%;
    left: 17vw;
    z-index: 1;
    width: 24vw;
    max-width: calc(100% - 18vw);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}.slick-text-slider p {
    color: #FFFFFF;
    font-size: 4.68vw;
    line-height: 1;
    font-family: 'Fredoka One', sans-serif;
}.caption-slider img#slider-insect {
    position: absolute;
    bottom: 20px;
    right: -155px;
    z-index: -1;
}.tagline-wrapper {
    background: #2a4c2b;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}.tagline {
    display: inline-block;
    padding: 0 40px;
}.tagline-wrapper p {
    color: #FFFFFF;
    margin: 0;
}.target-icon {
    width: 56px;
    height: 56px;
    background: #79d87b;
    display: flex;
    align-items: center;
    justify-content: center;
}.target-icon img {
    width: 47px;
    height: 47px;
}.scroll-arrow-wrapper {
    position: absolute;
    right: 5.7vw;
    bottom: -33px;
}.scroll-arrow {
    width: 128px;
    height: 128px;
    border-radius: 128px;
    background: #79d87b;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}.scroll-arrow:hover {
    background: #b31919;
}.scroll-arrow img#fly-target {
    position: absolute;
    top: 12px;
    left: 12px;
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}.scroll-arrow:hover img#fly-target {
    -moz-transform: scale(.9) rotate(90deg);
    -webkit-transform: scale(.9) rotate(90deg);
    -o-transform: scale(.9) rotate(90deg);
    -ms-transform: scale(.9) rotate(90deg);
    transform: scale(.9) rotate(90deg);
}.scroll-arrow img#fly-icon {
    position: absolute;
    top: 40.5px;
    left: 27px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}.scroll-arrow:hover img#fly-icon {
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}.scroll-arrow img#arrow {
    position: absolute;
    left: calc(50% - 3px);
    bottom: -12px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}.scroll-arrow:hover img#arrow {
    bottom: -24px;
}


/* General Styles */

.row {
    margin: 0 auto;
    max-width: 1430px;
    width: 100%;
}.row.full {
    max-width: 100%;
}.intro-row {
    max-width: 990px;
}.row.1310 {
    max-width: 1310px;
}.relative {
    position: relative;
}.contain-to-grid {
    background: none !important;
}.contain-to-grid .top-bar {
    max-width: 75em;
}.page-wrapper {
    max-width: 75rem;
    clear: both;
}.intro-text p {
    font-size: 20px;
    line-height: 2;
}.intro-text h1 {
    margin-bottom: 50px;
}.intro-cta .cta-btn:first-child {
    margin-right: 15px;
}.cta-btn {
    display: inline-block;
    min-width: 195px;
    font-family: 'Fredoka One', sans-serif;
    color: #fff;
    font-size: 17px;
    border: 1px solid #13499f;
    padding: 21px 10px;
    text-align: center;
    background: #2a4c2b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}.cta-btn.alt {
    border-color: #FFFFFF;
    color: #FFFFFF;
    background: #2a4c2b;
}.cta-btn:hover {
    background: #13499f;
    border-color: #13499f;
    color: #FFFFFF;
}ul.icon-list {
    margin-left: 0;
}ul.icon-list li {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding-left: 40px;
}ul.icon-list li::before {
    content: "\f188";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
}.home-bg1 {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/home-img1.jpg);
}.home-bg2 {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/home-img2.jpg);
}.home-bg3 {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/home-img3.jpg);
}.about-bg2 {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/about-img2.jpg);
}.inner-header-bg {
    height: 430px;
}.inner-header-bg.about {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/about-img1.jpg);
}.inner-header-bg.gateway-1 {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/service-gateway-img2.jpg);
}.inner-header-bg.gateway-2 {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/service-gateway-img1.jpg);
}.inner-header-bg.faq {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/faq-bg.jpg);
}.inner-header-bg.contact {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/contact-bg.jpg);
}.inner-header-bg.animal-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/service/animal-removal.jpg);
}.inner-header-bg.ant-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/ant-control.jpg);
}.inner-header-bg.bat-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/service/bat-removal.jpg);
}.inner-header-bg.bed-bug-exterminator {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/bed-bug-exterminator.jpg);
}.inner-header-bg.bee-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/bee-removal.jpg);
}.inner-header-bg.bird-removal {
    background: right center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/service/bird-removal.jpg);
}.inner-header-bg.cockroach-exterminator {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/cockroach-exterminator.jpg);
}.inner-header-bg.commercial-pest-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/commercial-pest-control.jpg);
}.inner-header-bg.exterminator {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/exterminator.jpg);
}.inner-header-bg.green-pest-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/service/green-pest-control.jpg);
}.inner-header-bg.mice-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/mice-control.jpg);
}.inner-header-bg.moth-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/service/moth-removal.jpg);
}.inner-header-bg.organic-pest-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/organic-pest-control.jpg);
}.inner-header-bg.pest-control-company {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/service/pest-control-company.jpg);
}.inner-header-bg.pest-control-service {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/pest-control-service.jpg);
}.inner-header-bg.pest-inspection {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/pest-inspection.jpg);
}.inner-header-bg.rat-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/rat-control.jpg);
}.inner-header-bg.residential-pest-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/residential-pest-control.jpg);
}.inner-header-bg.rodent-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/rodent-control.jpg);
}.inner-header-bg.spider-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/spider-removal.jpg);
}.inner-header-bg.termite-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/termite-control.jpg);
}.inner-header-bg.wasp-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/service/wasp-control.jpg);
}.inner-header-bg.wildlife-removal {
    background: center / cover no-repeat url(UPLOAD%/2022/11/wildlife-removal.jpg);
}.half-box h2 {
    margin-top: 0
}h2.large {
    font-size: 55px;
}h2.caps {
    text-transform: uppercase;
}.half-box.left {
    padding: 14vh 9vw 14vh 13vw;
    border-right: 8px solid #FFFFFF;
}.half-box.right {
    padding: 14vh 9vw;
    border-left: 8px solid #FFFFFF;
}.half-box.left.about-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.half-box.right.about-page {
    padding: 6vh 9vw;
}.half-box.left * {
    color: #FFFFFF;
}.color-bg {
    background: #13499f;
}.black-bg {
    background: #000000;
}.white-text * {
    color: #FFFFFF;
}.double-list {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
}.fly-animation {
    width: 7.4vw;
    height: calc(7.4vw * 1.078014);
    opacity: 0;
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/fly-animation.png);
    position: absolute;
    right: 7.5vw;
    bottom: -3.55vw;
    -moz-transform: rotate(-10deg) translateX(-50px) translateY(-50px);
    -webkit-transform: rotate(-10deg) translateX(-50px) translateY(-50px);
    -o-transform: rotate(-10deg) translateX(-50px) translateY(-50px);
    -ms-transform: rotate(-10deg) translateX(-50px) translateY(-50px);
    transform: rotate(-10deg) translateX(-50px) translateY(-50px);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}.fly-animation.complete {
    opacity: 1;
    transform: none;
}.moth-row {
    padding: 6vh 8vw 9.7vh;
}.moth-row.about-page {
    padding-top: 11.5vh;
    padding-bottom: 12vh;
}.moth-text {
    width: 58%;
}.moth-row.about-page .moth-text {
    width: 69%;
}.cta-row {
    padding: 15vh 0;
    display: flex;
    align-items: center;
    justify-content: center;
}.cta-text {
    width: 911px;
    max-width: 90%;
}.cta-text * {
    color: #FFFFFF;
}.cta-text h2, .faq-page .cta-text h2 {
    text-transform: uppercase;
    width: 80%;
    font-size: 42px;
    margin-left: auto;
    margin-right: auto;
}.cta-text p:not(:last-of-type) {
    margin-bottom: 35px;
}.cta-btn-wrapper {
    padding-top: 10vh;
}.cta-btn-wrapper .cta-btn:last-child {
    margin-left: 15px;
}.svc-title {
    padding: 10vh 0;
}.svc-title h1 {
    margin: 0;
}.gateway-box {
    padding: 12vh 4.3vw calc(13.6vh + 68px);
    text-align: center;
}.gateway-box h2 {
    margin-top: 0;
}.gateway-box p {
    font-size: 20px;
    line-height: 2;
}.gateway-box p:last-of-type {
    margin-bottom: 55px;
}.gateway-box.black-bg *{
    color: #FFFFFF;
}.gateway-btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 13.6vh;
}.gateway-box .cta-btn.alt:hover {
    background: #FFFFFF;
    color: #000000;
    border-color: #FFFFFF;
}.gateway-box.left {
    border-right: 8px solid #FFFFFF;
}.gateway-box.right {
    border-left: 8px solid #FFFFFF;
}.gateway-row:not(:last-of-type) {
    margin-bottom: 20px;
}.faq-page h2 {
    font-size: 32px;
}.row.contact-row {
    max-width: 800px;
}.contact-body h1 {
    font-size: 32px;
    margin-bottom: 10px;
}.contactForm  {
    margin-top: 20px;
}.contactForm  label{
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
    color: #000000;
}.contactForm input {
    width: 100%;
    padding: 3px;
    margin-bottom: 5px;
}.contactForm textarea {
    width: 100%;
}input.fancyInput[type="text"] {
  font-family: 'Barlow', sans-serif;
  padding: 12px 25px;
  font-size: 15px;
  line-height: 1.4;
  height: auto;
  border: none;
  border-radius: 0;
  margin-bottom: 7px;
  background: #FFFFFF;
  color: #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
}input.fancyInput[type="text"]::placeholder, textarea.fancyInput[type="text"]::placeholder {
  color: #000000;
}.contactForm textarea {
  width: 100%;
}textarea.fancyInput[type="text"] {
  font-family: 'Barlow', sans-serif;
  padding: 15px 25px;
  font-size: 15px;
  line-height: 1.4;
  height: 100px;
  border: none;
  border-radius: 0;
  margin-bottom: 7px;
  background: #FFFFFF;
  color: #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
}.contactForm .captchaWrapper {
  margin: 0 0 5px;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.4;
  height: auto;
  border: none;
  border-radius: 0;
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
  min-height: 0;
  margin-bottom: 23px;
  box-shadow: inset 0px 0px 0px 1px #000000;
  text-align: left !important;
}.contactForm .captchaWrapper:not(.slideOut) img {
  max-width: 25%;
}.contactForm .captchaWrapper input {
  background: #FFFFFF;
  border: none;
  box-shadow: none;
  display: inline-block;
  width: auto;
  font-size: 14px;
  padding: 0;
  margin: 0 0 0 25px;
  color: #000000;
  font-weight: normal;
}.contactForm .captchaWrapper input::placeholder {
  color: #000000;
}.contactForm .captchaRefresh {
  vertical-align: top;
}.contactForm .submitWrapper {
  margin-top: 5px;
}.emailConfirmation {
    margin: 0 auto;
}.emailConfirmation h1 {
    color: #00CC00;
}.slick-background-wrapper {
    left: 0;
    position: fixed;
    top: 0;
    z-index: -1;
    width: 101% !important;
    overflow: hidden;
}.footer-box {
    padding: 22vh 0;
}.footer-box .columns {
    padding-top: 30px;
    padding-bottom: 30px;
}.footer-box {
    background: #13499f;
}.footer-box.left {
    border-right: 8px solid #FFFFFF;
}.footer-box.right {
    border-left: 8px solid #FFFFFF;
}.footer-box * {
    color: #FFFFFF;
}.footer-box h2 {
    font-size: 26px;
    margin: 0 0 15px;
}.footer-payment h2, .footer-social h2 {
    margin-bottom: 20px;
}.footer-address p, .footer-hours p {
    margin: 0;
    line-height: 1.2;
}.footer-address a {
    color: #FFFFFF;
}.footer-address, .footer-payment {
    padding-left: 9vw;
}.footer-hours {
    padding-left: 3vw;
}.footer-social {
    padding-left: 5vw;
}.footer-address::after {
    content: " ";
    width: 3px;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    right: -1.5px;
    top: 0;
}.footer-payment svg {
    -webkit-filter: invert(1);
    filter: invert(1);
    margin: 4px !important;
}.footer-payment::after {
    content: " ";
    width: 3px;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    right: -20px;
    top: 0;
}.footer-social .fa {
    font-size: 25px;
    color: #FFFFFF;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.footer-social .fa:hover{
    color: #000000;
}.footer-social a:not(:last-of-type) {
    margin-right: 20px;
}.disclaimer {
    padding: 10px 9vw;
}.disclaimer .row {
    display: flex;
    align-items: center;
}.disclaimer p {
    font-size: 14px;
}.contactForm  {
    margin-top: 20px;
}.contactForm  label{
    font-weight: bold;
    display: block;
}.contactForm input {
    width: 100%;
    padding: 3px;
    margin-bottom: 5px;
}.contactForm textarea {
    width: 100%;
}.contactForm .captchaWrapper {
    margin-top: 10px;
}.contactForm .captchaRefresh {
    vertical-align: top;
}.contactForm .submitWrapper {
    text-align: left;
    margin-top: 30px;
}.contactForm .submitWrapper span.submit {
    font-size: inherit;
    font-weight: bold;
    background-color: #fafafa;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 3px 20px;
    cursor: pointer;
}.contactForm .submitWrapper span.submit:hover {
    background-color: #eaeaea;
}button.cta-btn {
    margin-bottom: 0;
}.emailConfirmation {
    margin: 0 auto;
}.emailConfirmation h1 {
    color: #00CC00;
}.slick-background-wrapper {
    left: 0;
    position: fixed;
    top: 0;
    z-index: -1;
    width: 101% !important;
    overflow: hidden;
}.mobile-sticky-cta {
    display: none;
}

/* LANDING PAGES */

a.landing-page-button {
    background: #000000;
}a.landing-page-button:hover {
    background: #13499f;
}

/* SLIDE OUT FORM */

.slide-out-wrapper {
    position: fixed;
    top: 50%;
    right: 2vw;
    background: #f7f7f7;
    padding: 50px 70px 30px;
    z-index: 99;
    max-width: 570px;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.17);
    -moz-transform: translateX(calc(100% + 2vw)) translateY(-50%);
    -webkit-transform: translateX(calc(100% + 2vw)) translateY(-50%);
    -o-transform: translateX(calc(100% + 2vw)) translateY(-50%);
    -ms-transform: translateX(calc(100% + 2vw)) translateY(-50%);
    transform: translateX(calc(100% + 2vw)) translateY(-50%);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}.slide-out-wrapper.active {
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    box-shadow: 0px 40px 40px 0px rgba(28, 28, 28, 0.2);
}.slide-out-content span.form-title {
    text-transform: uppercase;
    font-family: 'Fredoka One', sans-serif;
    font-weight: 300;
    color: #000000;
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 17px;
    display: block;
}.slide-out-form form {
    margin: 0;
}.slide-out-wrapper span.form-toggle {
    position: absolute;
    left: 9px;
    top: 50%;
    color: #FFFFFF;
    font-size: 18px;
    width: 86px;
    line-height: 42px;
    text-align: center;
    background: #13499f;
    border-radius: 7px 0px 0px 7px;
    -moz-transform: translateX(-100%) translateY(-50%);
    -webkit-transform: translateX(-100%) translateY(-50%);
    -o-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;  
}.slide-out-wrapper.active span.form-toggle {
    left: 46px;
    border-radius: 0px 7px 7px 0px;
}.slide-out-wrapper span.form-toggle:hover {
    background: #000000;
}span.toggle-holder {
    position: relative;
    left: -20px;
}.slide-out-wrapper.active span.toggle-holder {
    left: 20px;
}i.toggle-left {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    border-top: 2px solid;
    border-left: 2px solid;
    border-color: #FFFFFF;
    -moz-transform: rotate(-45deg) translateY(-13%);
    -webkit-transform: rotate(-45deg) translateY(-13%);
    -o-transform: rotate(-45deg) translateY(-13%);
    -ms-transform: rotate(-45deg) translateY(-13%);
    transform: rotate(-45deg) translateY(-13%);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}i.toggle-right {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #FFFFFF;
    -moz-transform: rotate(45deg) translateY(-13%);
    -webkit-transform: rotate(45deg) translateY(-13%);
    -o-transform: rotate(45deg) translateY(-13%);
    -ms-transform: rotate(45deg) translateY(-13%);
    transform: rotate(45deg) translateY(-13%);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.slide-out-wrapper span.form-toggle:hover i {
    border-color: #FFFFFF;
}input.slideOutInput[type="text"] {
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    line-height: 1.4;
    height: auto;
    border: 2px solid #3d3d3d;
    border-radius: 0;
    padding: 10px 10px;
    margin-bottom: 5px;
    background: #FFFFFF;
    color: #000000;
    box-shadow: none;
}.slide-out-form input[type="text"]::placeholder, .slide-out-form .contactForm textarea::placeholder {
    color: #000000;
}.slide-out-form .contactForm textarea {
    width: 100%;
    line-height: 1.4;
    border: 2px solid #3d3d3d;
    border-radius: 0;
    background: #FFFFFF;
    color: #000000;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    padding: 10px 25px;
    font-size: 13px;
    height: 90px;
    margin-bottom: 5px;
    box-shadow: none;
}.slide-out-form label {
    color: #000000;
    font-weight: normal;
    margin-bottom: 3px;
}.slide-out-form .contactForm .captchaWrapper {
    font-size: 13px;
    line-height: 1.4;
    height: auto;
    border: 2px solid #3d3d3d;
    box-shadow: none !important;
    background: #FFFFFF;
    color: #000000;
    font-weight: normal;
    margin: 0 0 3px;
    min-height: 0;
    padding: 0px 25px 0px 0px;
    overflow: hidden;
    border-radius: 0;
}.slide-out-form .contactForm .captchaWrapper input {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    border: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    font-size: 14px;
    padding: 0 15px;
    margin: 0 0 0 30px;
    color: #000000;
    background: #FFFFFF;
}.slide-out-form .contactForm .captchaWrapper img#captchaImage {
    -webkit-filter: none;
    filter: none;
}.slide-out-form .contactForm .captchaRefresh {
    vertical-align: middle;
    max-width: 30px;
    margin-left: 3px;
}.slide-out-form .contactForm .submitWrapper {
    text-align: center;
    margin-top: 10px;
}.slide-out-form .contactForm .submitWrapper button.submit {
    color: #000000;
    font-family: 'Fredoka One', sans-serif;
    font-size: 16px;
    background: none;
    text-align: center;
    cursor: pointer;
    padding: 12px 10px;
    width: 87px;
    border: 1px solid #13499f;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.slide-out-form .contactForm .submitWrapper button.submit:hover {
    background: #13499f;
    color: #FFFFFF;
}


/* PADDING CLASSES */

.top-space {
    margin-top: 5vw;
}.bottom-space {
    margin-bottom: 5vw;
}.side-buffer {
    padding-left: 5vw;
    padding-right: 5vw;
}.left-buffer {
    padding-left: 7.5vw;
}.right-buffer {
    padding-right: 7.5vw;
}.small-buffer {
    padding-left: 35px;
    padding-right: 35px;
}.vertical-padding-xs {
    padding-top: 3vh;
    padding-bottom: 3vh;
}.top-padding-xs {
    padding-top: 3vh;
}.bottom-padding-xs {
    padding-bottom: 3vh;
}.vertical-padding-small {
    padding-top: 6vh;
    padding-bottom: 6vh;
}.top-padding-small {
    padding-top: 6vh;
}.bottom-padding-small {
    padding-bottom: 6vh;
}.vertical-padding-medium {
    padding-top: 8vh;
    padding-bottom: 8vh;
}.top-padding-medium {
    padding-top: 8vh;
}.bottom-padding-medium {
    padding-bottom: 8vh;
}.vertical-padding-large {
    padding-top: 12vh;
    padding-bottom: 12vh;
}.top-padding-large {
    padding-top: 12vh;
}.bottom-padding-large {
    padding-bottom: 12vh;
}.vertical-padding-x-large {
    padding-top: 16vh;
    padding-bottom: 16vh;
}.top-padding-x-large {
    padding-top: 16vh;
}.bottom-padding-x-large {
    padding-bottom: 16vh;
}

/* START of custom CSS */
.top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 5px;
}
.stylingBadge img{
    margin: 20px 0px 20px 0px;
}
.bckdSection {
    background: #f4f4f4;
}
.post-author {
    display: none;
}
/* END of custom CSS */


@media only screen and (min-width: 1025px) {
.strip-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}.horizontal-padding-large {
    padding-left: 9vw;
    padding-right: 9vw;
}.left-padding-large {
    padding-left: 9vw;
}.right-padding-large {
    padding-right: 9vw;
}.horizontal-padding-medium {
    padding-left: 7vw;
    padding-right: 7vw;
}.left-padding-medium {
    padding-left: 7vw;
}.right-padding-medium {
    padding-right: 7vw;
}.horizontal-padding-small {
    padding-left: 5vw;
    padding-right: 5vw;
}.left-padding-small {
    padding-left: 5vw;
}.right-padding-small {
    padding-right: 5vw;
}.horizontal-padding-xs {
    padding-left: 3vw;
    padding-right: 3vw;
}.left-padding-xs {
    padding-left: 3vw;
}.right-padding-xs {
    padding-right: 3vw;
}  
}

@media only screen and (min-width: 1025px) and (max-width: 1600px) {
.header-bar {
    padding: 0 20px;
}

.header-details {
    width: 30%;
}.navigation-wrapper {
    width: calc(70% - 175px);
}.header-cta-wrapper {
    width: 175px;
}

a.header-cta {
    font-size: 18px;
}.company-details h1, .company-details h1 a {
    font-size: 16px;
}.footer-address, .footer-payment {
    padding-left: 4vw;
}.disclaimer {
    padding: 0 4vw;
}.half-box.left {
    padding-left: 9vw;
}h2.large {
    font-size: 42px;
}.moth-row {
    padding: 6vh 4vw 9.7vh;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1370px) {
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    font-size: 9px;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1274px) {
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul li:hover:not(.has-form)>a,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    line-height: 45px;
}.top-bar-section li:not(.has-form) a:not(.button)::before {
    display: none !important;
}.top-bar-section .has-dropdown>a:after {
    top: 22px;
}.top-bar-section ul li:hover:not(.has-form)>a,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    color: #13499f;
}
}

@media only screen and (max-width: 1024px) {
main .columns {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
    text-align: center;
}.side-buffer {
    padding-left: 0;
    padding-right: 0;
}.top-space, .bottom-space {
    margin: 0;
}.header-bar {
    padding: 20px;
}.header-details {
    padding: 0;
    text-align: center;
}.logo-wrapper {
    width: auto;
    max-width: none;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}.company-details {
    padding-right: 15px;
}.company-details h1, .company-details h1 a {
    font-size: 22px;
}.company-details p {
    font-size: 16px;
}.mobile-header-bg {
    height: 200px;
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/mobile-bg.jpg);
}.mobile-navigation {
    display: block;
    right: 25px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    vertical-align: middle;
    width: auto;
    height: 24px;
    z-index: 999;
}i.toggle-bars {
    display: inline-block;
    position: relative;
    color: #000000;
    width: 37px;
    height: 7px;
}i.toggle-bars::before {
    content: " ";
    width: 17px;
    height: 2px;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}i.toggle-bars::after {
    content: " ";
    width: 37px;
    height: 2px;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
}i.toggle-bars.close {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}i.toggle-bars.close::after {
    background: #13499f;
    top: calc(50% - 1px);
    left: calc(50% - 18.5px);
}i.toggle-bars.close::before {
    background: #13499f;
    width: 2px;
    height: 37px;
    left: calc(50% - 1px);
    top: calc(50% - 18.5px);
}.fullwidth-navigation {
    background: #FFFFFF;
    position: absolute;
    top: 0;
    z-index: 997;
    width: 100%;
    display: none;
}.fullwidth-navigation .top-bar {
    padding: 0;
    display: block;
    background: #FFFFFF;
    height: auto;
}.fullwidth-navigation .top-bar-section ul:not(.dropdown) {
    padding-top: 10%;
}.fullwidth-navigation .title-area {
    display: none !important;
}.top-bar-section {
    background: #FFFFFF;
    margin-bottom: 10%;
}.fullwidth-navigation .top-bar-section ul {
    position: relative;
    right:0;
    width:100%;
    z-index: 997;
    padding-top: 40px;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
    box-shadow:none;
    left: 100%;
}.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
    color: #000000;
    line-height: 50px;
    text-align: center;
    padding: 0 !important;
    font-size: 17px !important;
}.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover,
.top-bar-section ul li:hover:not(.has-form)>a {
    color: #000000;
    padding: 0;
    line-height: 50px;
    font-size: 17px !important;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: #000000;
    font-weight: normal;
    line-height: 40px;
    font-size: 17px !important;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button),
.top-bar-section .dropdown li:not(.has-form) a:not(.button):hover,
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
    background: #FFFFFF;
    color: #13499f;
    line-height: 40px;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
    box-shadow: none;
    left: 100%;
    border-radius: 0;
    padding-bottom: 40px;
}.top-bar-section li.active:not(.has-form) a:not(.button)::before {
    content: "\f192";
    font-family: fontAwesome;
    font-size: 15px;
    width: 13px;
    text-align: center;
    color: #13499f;
    position: absolute;
    bottom: -3px;
    left: calc(50% - 6.5px);
    line-height: 1;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button)::before {
    display: none;
}.top-bar-section ul li {
    text-align: center;
}.top-bar-section li:not(.has-form) a:not(.button) {
    display: inline-block;
    width: auto;
}.top-bar-section .has-dropdown>a:after {
    right: -20px;
    margin: 0;
    border: solid 5px;
    border-color: #13499f transparent transparent transparent;
    top: 22px;
}.vertical-padding-xs {
    padding-top: 3vh;
    padding-bottom: 3vh;
}.top-padding-xs {
    padding-top: 3vh;
}.bottom-padding-xs {
    padding-bottom: 3vh;
}.vertical-padding-small {
    padding-top: 4vh;
    padding-bottom: 4vh;
}.top-padding-small {
    padding-top: 4vh;
}.bottom-padding-small {
    padding-bottom: 4vh;
}.vertical-padding-medium {
    padding-top: 5vh;
    padding-bottom: 5vh;
}.top-padding-medium {
    padding-top: 5vh;
}.bottom-padding-medium {
    padding-bottom: 5vh;
}.vertical-padding-large {
    padding-top: 6vh;
    padding-bottom: 6vh;
}.top-padding-large {
    padding-top: 6vh;
}.bottom-padding-large {
    padding-bottom: 6vh;
}.vertical-padding-x-large {
    padding-top: 7vh;
    padding-bottom: 7vh;
}.top-padding-x-large {
    padding-top: 7vh;
}.bottom-padding-x-large {
    padding-bottom: 7vh;
}.strip-padding-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
}.m-vpad-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}.mobile-bg-remove {
    background: none;
}.mobile-hide {
    display: none;
}.mobile-sticky-cta {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 1;
}a.sticky-btn {
    display: inline-block;
    width: calc(50% - 10px);
    float: left;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Fredoka One', sans-serif;
    background: #13499f;
    border: 1px solid #000000;
    padding: 10px 5px;
    margin: 0 5px;
}.gateway-box.mobile-white-bg {
    background: #FFFFFF;
}.gateway-box.mobile-white-bg * {
    color: #000000;
}.gateway-box.mobile-white-bg .cta-btn {
    border-color: #13499f;
}.gateway-box.mobile-white-bg .cta-btn:hover {
    background: #13499f;
    border-color: #13499f;
    color: #FFFFFF;
}.mobile-bg {
    height: 400px;
}.mobile-bg.home {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/home-img1.jpg);
}.mobile-bg.about {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/about-img1.jpg);
}.mobile-bg.faq {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/faq-bg.jpg);
}.mobile-bg.animal-removal {
    background: right center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/mobile/animal-removal.jpg);
}.mobile-bg.ant-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/ant-control.jpg);
}.mobile-bg.bat-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/mobile/bat-removal.jpg);
}.mobile-bg.bed-bug-exterminator {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/bed-bug-exterminator.jpg);
}.mobile-bg.bee-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/bee-removal.jpg);
}.mobile-bg.bird-removal {
    background: right center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/mobile/bird-removal.jpg);
}.mobile-bg.cockroach-exterminator {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/cockroach-exterminator.jpg);
}.mobile-bg.commercial-pest-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/commercial-pest-control.jpg);
}.mobile-bg.exterminator {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/exterminator.jpg);
}.mobile-bg.green-pest-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/green-pest-control.jpg);
}.mobile-bg.mice-control {
    background: right center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/mice-control.jpg);
}.mobile-bg.moth-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/mobile/moth-removal.jpg);
}.mobile-bg.organic-pest-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/organic-pest-control.jpg);
}.mobile-bg.pest-control-company {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/mobile/pest-control-company.jpg);
}.mobile-bg.pest-control-service {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/pest-control-service.jpg);
}.mobile-bg.pest-inspection {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/pest-inspection.jpg);
}.mobile-bg.rat-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/rat-control.jpg);
}.mobile-bg.residential-pest-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/residential-pest-control.jpg);
}.mobile-bg.rodent-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/rodent-control.jpg);
}.mobile-bg.spider-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/spider-removal.jpg);
}.mobile-bg.termite-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/termite-control.jpg);
}.mobile-bg.wasp-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/mobile/wasp-control.jpg);
}.mobile-bg.wildlife-removal {
    background: center / cover no-repeat url(UPLOAD%/2022/11/wildlife-removal.jpg);
}.intro-row,
.half-box.left,
.half-box.right {
    padding-top: 6vh;
    padding-bottom: 6vh;
}.half-box {
    border: none !important;
}.fly-animation {
    display: none;
}.half-box.right {
    padding-bottom: 3vh;
}.moth-row {
    padding: 0 10vw;
}.moth-text {
    width: 100%;
    text-align: center;
}.half-box.right.about-page {
    padding: 6vh 10vw 3vh;
}.moth-row.about-page {
    padding: 0 10vw 6vh;
}.moth-row.about-page .moth-text {
    width: 100%;
}.double-list {
    display: block;
    max-width: 100%;
}.double-list ul.icon-list:first-child {
    margin-bottom: 0;
}ul.icon-list li {
    padding-left: 0;
}ul.icon-list li::before {
    display: none;
}.center-text-row {
    padding-top: 3vh;
}.cta-wrapper {
    padding: 0 3vw 3vw;
}.cta-row {
    padding: 10vh 0;
}.cta-text h2, .faq-page .cta-text h2 {
    width: 100%;
}.svc-title {
    padding: 6vh 0;
    background: #13499f;
}.svc-title h1 {
    color: #FFFFFF;
    margin-bottom: 0;
}.gateway-box {
    padding-top: 6vh;
    padding-bottom: 6vh;
    border: none !important;
}.gateway-btn {
    position: static;
}.footer-address::after, .footer-payment::after {
    display: none;
}.footer-box.left, .footer-box.right {
    border: none;
}.footer-box {
    padding: 6vh 10vw;
    text-align: center;
}.footer-box.left {
    margin-bottom: 3vw;
}.footer-address, .footer-payment {
    padding-left: 0;
}.footer-payment svg {
    float: none;
}.footer-social .fa {
    font-size: 35px;
}.footer-social a:not(:last-of-type) {
    margin-right: 30px;
}.disclaimer {
    text-align: center;
}footer.footer-wrapper {
    margin-bottom: 60px;
}h2.large {
    font-size: 42px;
}.contactForm .submitWrapper {
    text-align: center;
}
}

@media only screen and (max-width: 767px) {
.header-bar {
    padding-left: 0;
    padding-right: 0;
}.company-details {
    max-width: none;
}.company-details h1, .company-details h1 a {
    font-size: 17px;
}.company-details p {
    font-size: 14px;
}i.toggle-bars.close {
    width: 40px;
    height: 40px;
}i.toggle-bars.close::before {
    height: 20px;
    top: calc(50% - 10px);
}i.toggle-bars.close::after {
    width: 20px;
    left: calc(50% - 10px);
}.contactForm .captchaWrapper:not(.slideOut) img {
    max-width: 50%;
    margin-bottom: 15px;
}main .columns {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
}footer.footer-wrapper {
    padding-bottom: 54px;
}main h1, main h2 {
    margin-bottom: 25px !important;
    font-size: 32px !important;
}.svc-title h1 {
    margin-bottom: 0 !important;
}.faq-page h2 {
    font-size: 20px !important;
}
}

@media only screen and (max-width: 500px) {
.mobile-header-bg {
    height: 110px;
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/small-bg.jpg);
}.mobile-bg {
    height: 400px;
}.mobile-bg.home {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/home-img1.jpg);
}.mobile-bg.about {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/about-img1.jpg);
}.mobile-bg.faq {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/faq-bg.jpg);
}.mobile-bg.animal-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/small/animal-removal.jpg);
}.mobile-bg.ant-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/ant-control.jpg);
}.mobile-bg.bat-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/small/bat-removal.jpg);
}.mobile-bg.bed-bug-exterminator {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/bed-bug-exterminator.jpg);
}.mobile-bg.bee-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/bee-removal.jpg);
}.mobile-bg.bird-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/small/bird-removal.jpg);
}.mobile-bg.cockroach-exterminator {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/cockroach-exterminator.jpg);
}.mobile-bg.commercial-pest-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/commercial-pest-control.jpg);
}.mobile-bg.exterminator {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/exterminator.jpg);
}.mobile-bg.green-pest-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/green-pest-control.jpg);
}.mobile-bg.mice-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/mice-control.jpg);
}.mobile-bg.moth-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/small/moth-removal.jpg);
}.mobile-bg.organic-pest-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/organic-pest-control.jpg);
}.mobile-bg.pest-control-company {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/themes/theme/images/small/pest-control-company.jpg);
}.mobile-bg.pest-control-service {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/pest-control-service.jpg);
}.mobile-bg.pest-inspection {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/pest-inspection.jpg);
}.mobile-bg.rat-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/rat-control.jpg);
}.mobile-bg.residential-pest-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/residential-pest-control.jpg);
}.mobile-bg.rodent-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/rodent-control.jpg);
}.mobile-bg.spider-removal {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/spider-removal.jpg);
}.mobile-bg.termite-control {
    background: center / cover no-repeat url(https://pestcontrolchicago.com/wp-content/uploads/2022/11/termite-control.jpg);
}.mobile-bg.wasp-control {
    background: center / cover no-repeat url(UPLOAD%/2022/11/wasp-control.jpg);
}.mobile-bg.wildlife-removal {
    background: center / cover no-repeat url(UPLOAD%/2022/11/wildlife-removal.jpg);
}
}

