<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/** ACF REPEATER FIELD MEDIA QUERY **/
@media only screen and (min-width: 500px) and (max-width: 800px) {
  .fusion-one-fourth.fusion-layout-column.fusion-spacing-no {
    width: 50%;
  }
  .fusion-one-fourth.fusion-layout-column.fusion-spacing-yes {
    width: 48%;
  }
  .fusion-one-fourth.fusion-layout-column.fusion-spacing-yes:nth-of-type(2n) {
    margin: 0;
  }
}

/** GREEN BAY GIVE AWAY TEMPLATE MEDIA QUERIES **/
@media only screen and (max-width: 1200px) {
  .page-id-2045 .fusion-row {
    margin: 0 30px 0 30px;
  }
}

@media only screen and (max-width: 800px) {
  .gb-contest-image {
    padding-top: 30px;
  }
}

.page-id-2045 #main {
  padding: 0px;
  margin: 0px;
}

.cf_submit_div .cf_submit {
  background: #d10726 !important;
  border: 1px solid #d10726 !important;
}

.entries,
.total_entries {
  background: #0d2640 !important;
}

/** BLOG POST TILE **/

.single .entry-title {
  line-height: 35px;
}
/* PestFree365+ page */
.page-id-2005 .inner-content {
  justify-content: center;
}

@media (min-width: 841px) {
  .pestfree-top-section .two-col-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
  }

  .pestfree-grid-container {
    display: grid;
    grid-template-columns: 300px 4fr;
  }

  .pest-grid-container {
    border-right: 5px solid #209e4a;
    border-bottom: 5px solid #209e4a;
    border-top: none;
    border-left: none;
  }
}

.page-id-2005 .two-col-section-content h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #027633;
}

.page-id-2005 .single-col-content h2 {
  font-size: 28px;
}

.page-id-2005 .single-col-content h3 {
  font-size: 22px;
}

.page-id-2005 .single-col-content h4 {
  font-size: 16px;
  color: #209e4a;
}

.pestfree-col {
  display: flex;
  flex-direction: column;
  /*   justify-content: center; */
  align-items: center;
  background-color: #f8f8f8;
  padding: 2em;
}

.pestfree-col .col-image img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.pestfree-col .col-image-plus img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.pestfree-col .col-list {
  list-style-type: none;
  padding-top: 2em;
}

.pestfree-col .col-list li {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  padding-bottom: 20px;
}

.pest-grid-container {
  border: 5px solid #209e4a;
}

.pest-grid-container .pest-grid-title-section {
  background-color: #209e4a;
  padding: 1.8em;
}

.pest-grid-container .pest-grid-title-section span {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.pest-grid-container .pest-grid {
  column-count: 2;
  margin: 0;
  padding: 20px 10px;
}

.pest-grid-item {
  max-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  gap: 10px;
  font-size: 14px !important;
  line-height: 1.2;
  margin-bottom: 20px;
}

.pest-grid-item img {
  height: 30px;
}

@media (min-width: 768px) {
  .pest-grid-container .pest-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.5em;
    list-style-type: none;
    margin-left: 0;
    text-align: center;
    padding: 2em;
  }

  .pest-grid-item {
    font-size: 18px !important;
  }

  .pest-grid-item img {
    height: 50px;
  }
}

.pest-grid-item figcaption {
  line-height: 1.2;
}

.pestfree-col .unlimited-block .unlimited-highlight {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  background-color: #fdd316;
  margin: 0;
  padding: 10px;
}

.pestfree-col .unlimited-block {
  align-self: baseline;
}
.pestfree-col li {
  list-style-type: none !important;
}
.pestfree-disclaimer {
  padding: 2em;
}

.pestfree-disclaimer div small {
  font-size: 11px;
}

.pestfree-qa p {
  margin: 0;
}

.pestfree-seasonal-block {
  background-color: #f3f3f3;
  padding: 1em;
  border: 2px solid #027633;
  margin-bottom: 2em;
}
.section-heading {
  color: black !important;
  font-weight: bold !important;
  font-size: 1.5em !important;
}
.icon-layout {
  background-color: #eee;
  text-align: center;
  padding: 25px;
}
.icon-holder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;
}

.icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  transition: transform 0.2s ease;
}

.icon-card:hover {
  transform: translateY(-5px);
}

.icon-card img {
  width: 80px;
}

.icon-card h4 {
  border-bottom: 7px solid #0d793d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.icon-card p {
  width: 80%;
  margin: 0;
}
.protection-callout {
  background-color: #0d793d;
  color: white;
  padding: 35px;
}
.protection-callout p {
  max-width: 80%;
  margin: 0 auto;
}
.protection-callout h3 {
  text-align: center;
  color: white !important;
  font-size: 1.5em !important;
}
.protection-callout span {
  background-color: #fecb10;
  color: black;
  font-weight: bold;
  padding: 5px;
  line-height: 50px;
}

.horizontal-icons {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 20px;
}
.icon-left img {
  width: 60px;
}

/****/
/**PF Media Queries*/
@media only screen and (max-width: 600px) {
  .horizontal-icons {
    flex-direction: column;
    gap: 15px;
  }
  .icon-holder {
    display: block;
  }
  .protection-callout p {
    max-width: 100%;
  }
  .text-right {
    text-align: center;
  }
}
/*****/

/*** Landing Page - Termites ***/
.center {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-direction-row {
  flex-direction: row;
}

.flex-direction-column {
  flex-direction: column;
}

.gap-30 {
  gap: 30px;
}

.gap-50 {
  gap: 50px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.full-width {
  width: 100%;
}

.max-width-360 {
  width: 100%;
  max-width: 360px;
}

.no-margin {
  margin: 0;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.small-padding {
  padding: 30px;
}

.medium-padding {
  padding: 40px;
}

.large-padding {
  padding: 50px;
}

.bullets li {
  list-style-type: disc;
}

.bullets li:not(:last-child) {
  margin-bottom: 1rem;
}

.border {
  border: solid 1px #747474;
}

.border-bottom {
  border-bottom: solid 1px #747474;
}

.grey-bg {
  background-color: #eceaec;
}

.white-bg {
  background-color: #ffffff;
}

.blue-bg {
  background-color: #0c263f;
}

.white {
  color: #ffffff;
}

.green {
  color: #20a24b;
}

.page-template-landing-page-termite #wrapper #main {
  padding: 0;
}

.page-template-landing-page-termite #wrapper #main .fusion-row {
  max-width: unset;
}

.page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .block-padding {
  padding: 3rem 0;
}

.page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--related-pests &gt; .fusion-row.max-width-1200 {
  padding-left: 0;
  padding-right: 0;
}

.page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite * &gt; .max-width-1200,
.page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite * &gt; .max-width-900 {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite * &gt; .max-width-1200 {
  max-width: 1200px;
}

.page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite * &gt; .max-width-900 {
  max-width: 900px;
}

/*Landing Page - Termites - Cards */

.page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--cards .card-section-heading {
  margin-bottom: 3rem;
}

.page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--cards .fusion-row .cards-wrapper .card .card-image img {
  object-fit: cover;
  object-position: center center;
}

.page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--cards .fusion-row .cards-wrapper .card .card-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0c263f;
  padding: 30px;
  min-height: 196px;
}

.page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--cards .fusion-row .cards-wrapper .card .card-description p {
  color: #ffffff;
}

/* Two Column Layout */
.fusion-row .two-column-layout .column .column-inner {
  height: 100%;
}

.two-column-layout-section-intro,
.landing-page--process .fusion-row .process-section-heading {
  margin-bottom: 3rem;
}

.two-column-layout .column .column-inner .column-image {
  width: auto;
  max-height: 247px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .fusion-row .two-column-layout {
    flex-wrap: wrap;
  }
}

/* Process Cards */
.landing-page--process .fusion-row .process-cards.cards-wrapper .card .card-description .process-card-number {
  font-size: 2rem;
  margin: 0 0 20px 0;
}

.page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--process .fusion-row .process-cards .card {
  width: 100%;
}

@media only screen and (min-width: 500px) and (max-width: 820px) {
  /* Termite Cards */
  .page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--cards .fusion-row .cards-wrapper .card.max-width-360 {
    max-width: 100%;
  }
  .page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--cards .fusion-row .cards-wrapper .card {
    flex-direction: row;
  }
  .page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--cards .fusion-row .cards-wrapper .card .card-image img {
    width: 100%;
    height: 100%;
  }
  .page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--cards .fusion-row .cards-wrapper .card .card-image,
  .page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--cards .fusion-row .cards-wrapper .card .card-description {
    width: 100%;
  }
  .page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--cards .fusion-row .cards-wrapper .card .card-description.center {
    align-items: flex-start;
    text-align: left;
  }
}

@media only screen and (min-width: 560px) and (max-width: 820px) {
  /* Process Cards */
  .page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--process .fusion-row .process-cards .card.max-width-360 {
    max-width: 100%;
    width: 47%;
  }
}

@media only screen and (max-width: 559px) {
  /* Process Cards */
  .page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--process .fusion-row .process-cards .card.max-width-360 {
    max-width: 100%;
  }
}

/* Content Left, Image Right */
.page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--content-left-image-right .fusion-row .content-left-image-right-wrapper .image-wrapper {
  height: 100%;
}

.page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--content-left-image-right .fusion-row .content-left-image-right-wrapper .image-wrapper img {
  height: 100%;
  min-height: 400px;
  width: auto;
  object-fit: cover;
  object-position: center center;
}

@media only screen and (min-width: 500px) {
  .page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--content-left-image-right .fusion-row .content-left-image-right-wrapper .image-wrapper img {
    min-height: 450px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--content-left-image-right .fusion-row .content-left-image-right-wrapper {
    flex-direction: column;
  }
  .page-template-landing-page-termite #wrapper #main .fusion-row &gt; .landing-page-termite .landing-page--content-left-image-right .fusion-row.max-width-1200 {
    max-width: 800px;
  }
}
</pre></body></html>