/* CSS Document */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/* Responsive Breakpoints */
.toggle-pane {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s;
}
.toggle-pane.active {
  max-height: 600px;
}
#page-slider-area-widget .n2-ss-slide-background {
  position: relative;
}
#page-slider-area-widget .n2-ss-slide-background::before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  background-color: #8fa3bb;
  content: '';
}
@media (min-width: 600px) {
  #page-slider-area-widget .n2-ss-slide-background::before {
    background-color: rgba(0, 0, 0, 0.35);
  }
}
#page-slider-area-widget .n2-ss-section-main-content > .n2-ss-layer {
  z-index: 12;
}
#page-slider-area-widget .n2-ss-section-main-content > .n2-ss-layer h1 {
  font-size: 60px;
  line-height: 1;
}
@media (min-width: 1000px) {
  #page-slider-area-widget .n2-ss-section-main-content > .n2-ss-layer h1 {
    font-size: 93px;
    line-height: 131.21px;
  }
}
#page-slider-area-widget .n2-ss-section-main-content > .n2-ss-layer h2 {
  top: 15px;
  font-size: 32px;
  line-height: 2;
}
@media (min-width: 1000px) {
  #page-slider-area-widget .n2-ss-section-main-content > .n2-ss-layer h2 {
    top: 30px;
    font-size: 52.74px;
    line-height: 74.46px;
  }
}
@media (max-width: 440px) {
  #page-slider-area-widget div#n2-ss-6 .n2-ss-layer .n2-font-1304-paragraph {
    font-size: 14px !important;
  }
}
body {
  font-size: 16px;
}
body .main-content p,
body .main-content li {
  color: #838383;
  font-size: 16px;
}
div.widget_gpc_pagestubs_widget {
  width: 100%;
}
div.widget_gpc_pagestubs_widget .page-stubs.row {
  margin: 0;
  width: 100%;
  justify-content: center;
}
div.widget_gpc_pagestubs_widget .page-stubs.row > div.col-md-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 35px;
  position: relative;
  align-items: stretch;
}
div.widget_gpc_pagestubs_widget .page-stubs.row > div.col-md-4 > a {
  display: block;
  width: 100%;
  transition: all 0.35s;
  background-color: #fff;
  color: #060606;
}
div.widget_gpc_pagestubs_widget .page-stubs.row > div.col-md-4 > a .inner-content {
  height: 100%;
  width: 100%;
  padding: 5%;
  background-color: transparent;
  color: inherit;
  text-align: center;
}
div.widget_gpc_pagestubs_widget .page-stubs.row > div.col-md-4 > a .inner-content img {
  transition: all 0.35s;
}
div.widget_gpc_pagestubs_widget .page-stubs.row > div.col-md-4 > a .inner-content h4 {
  color: inherit;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
div.widget_gpc_pagestubs_widget .page-stubs.row > div.col-md-4 > a .inner-content p {
  color: #838383;
}
div.widget_gpc_pagestubs_widget .page-stubs.row > div.col-md-4 > a:hover {
  background-color: #7a8b9f;
  color: #fff;
  text-decoration: none;
}
div.widget_gpc_pagestubs_widget .page-stubs.row > div.col-md-4 > a:hover img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
div.widget_gpc_pagestubs_widget .page-stubs.row > div.col-md-4 > a:hover p {
  color: inherit;
}
body #about-page .sidebar {
  padding-left: 30px;
  padding-right: 30px;
}
body #about-page .sidebar ul.myths li {
  background-image: url('../images/cross.png');
}
body.page-template-template-deals #details-right-sidebar-section h4 {
  text-align: left;
}
.page-content.inner-page {
  width: 100%;
}
body .intro {
  margin-top: 40px;
}
body.page-id-82 .termites-inner-content,
body.page-id-86 .termites-inner-content {
  columns: 300px 2;
  column-gap: 80px;
}
body .termites-inner-content h2,
body section.two-column h2,
body .termites-inner-content h3,
body section.two-column h3,
body .termites-inner-content h4,
body section.two-column h4 {
  break-after: avoid;
  page-break-after: avoid;
  -webkit-column-break-after: avoid;
  color: #00438e;
}
body .termites-inner-content ul,
body section.two-column ul {
  color: #838383;
}
body .termites-inner-content ul li,
body section.two-column ul li {
  color: inherit;
}
a.readmore {
  transition: all 0.35s;
}
a.readmore:hover {
  background-color: #000;
  color: #fff;
}
a.readmore:last-child {
  margin-bottom: 0;
}
.gallery {
  flex-wrap: wrap;
}
.gallery a img {
  height: auto !important;
  width: auto !important;
  max-height: none;
  max-width: none;
}
header#top {
  min-height: 100px;
  position: relative;
}
@media (min-width: 767px) {
  header#top {
    min-height: 0;
  }
}
header#top section#header-info {
  bottom: auto;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
}
@media (min-width: 768px) {
  header#top section#header-info {
    top: 0;
  }
}
@media (min-width: 1000px) {
  header#top section#header-info {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    position: static;
    z-index: -1;
  }
}
header#top section#header-info a#logo {
  text-align: left;
}
header#top section#header-info a#logo img {
  margin-left: 0;
}
@media (min-width: 1000px) {
  header#top section#header-info a#logo img {
    height: auto !important;
    width: 100% !important;
  }
}
header#top section#header-info h2 {
  float: none;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 575px) {
  header#top section#header-info h2 {
    float: right;
    margin-right: 0;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  header#top section#header-info h2 {
    font-size: 28px;
    text-align: right;
  }
}
@media (min-width: 1000px) {
  header#top section#header-info h2 {
    padding-right: 0;
  }
}
header#top section#header-info p {
  padding-left: 30px;
  text-align: right;
}
header#top > .container {
  bottom: auto;
  left: auto;
  right: 30px;
  top: auto;
  margin: 0;
  max-width: none;
  position: fixed;
  width: auto;
  z-index: 1001 !important;
  transform: translateY(-50%);
  background-color: transparent;
}
@media (max-width: 999px) {
  header#top > .container {
    position: fixed !important;
    top: 55.75px !important;
  }
}
@media (min-width: 1000px) {
  header#top > .container {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 auto;
    position: relative;
    transform: none;
    background-color: #fff;
  }
}
header#top > .container > .row {
  width: auto;
}
@media (min-width: 1000px) {
  header#top > .container > .row {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1000px) and (min-width: 544px) {
  header#top > .container > .row {
    max-width: 576px;
  }
}
@media (min-width: 1000px) and (min-width: 768px) {
  header#top > .container > .row {
    max-width: 720px;
  }
}
@media (min-width: 1000px) and (min-width: 992px) {
  header#top > .container > .row {
    max-width: 940px;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  header#top > .container > .row {
    max-width: 1140px;
  }
}
header#top > .container > .row .col.span_9 {
  min-height: 0;
  line-height: 1;
}
header#top > .container > .row > .col-md-8 nav {
  overflow: visible;
  position: relative;
}
header#top > .container > .row > .col-md-8 nav::before {
  bottom: auto;
  left: 0;
  right: auto;
  top: 50%;
  height: 60px;
  width: 55px;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  transform: translate(-120%, 0);
  transition: opacity 0.35s, transform 0.35s;
  background-image: url('https://www.geelongpest.com.au/wp-content/uploads/2018/12/gpc-logo-shield.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 90%;
  content: '';
}
header#top > .container > .row > .col-md-8 nav ul {
  float: none !important;
}
header#top > .container > .row > .col-md-8 nav ul::after {
  clear: both;
  display: block;
  float: none;
  content: '';
}
header#top > .container .mobile-icon {
  bottom: auto;
  left: auto;
  right: 0 !important;
  top: 50%;
  display: inline-block !important;
  margin: 0;
  transform: translateY(-50%);
  line-height: 1;
}
@media (min-width: 1001px) {
  header#top > .container .mobile-icon {
    display: none;
  }
}
header#top > .container .mobile-icon > div {
  display: inline-block;
  line-height: inherit;
}
header#top > .container .mobile-icon > div #toggle-nav {
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  display: inline-block !important;
  position: static;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
header#top > .container .mobile-icon > div #toggle-nav > span {
  display: block;
}
body.admin-bar header#top section#header-info {
  top: 46px;
}
@media (min-width: 768px) {
  body.admin-bar header#top section#header-info {
    top: 32px;
  }
}
@media (max-width: 991px) {
  body.admin-bar header#top > .container {
    top: 87.75px !important;
  }
}
#header-outer[data-format="default"] header#top #header-info h2 a {
  color: #8fa3bb;
}
#header-outer[data-format="default"] header#top #header-info h2 a:hover {
  color: #fff;
  text-decoration: none;
}
#header-outer[data-format="default"] header#top .col-md-4 nav {
  height: 100%;
  width: 100%;
  overflow: auto;
}
#header-outer[data-format="default"] header#top .col-md-4 nav ul.sf-menu {
  float: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#header-outer[data-format="default"] header#top .col-md-4 nav ul.sf-menu #social-in-menu {
  display: block;
  float: none;
  height: 100%;
  width: 100%;
  margin: 0;
  max-height: none;
  padding: 0;
  position: relative;
  text-align: right;
}
#header-outer[data-format="default"] header#top .col-md-4 nav ul.sf-menu #social-in-menu a {
  margin: 26px 0 0 10px !important;
}
#header-outer[data-format="default"] header#top .col-md-4 nav ul.sf-menu #social-in-menu a:nth-child(3) {
  bottom: auto;
  left: 0;
  right: auto;
  top: 50%;
  margin: 0 !important;
  position: absolute;
  opacity: 0;
  transition: all 0.35s;
  background-color: transparent;
  color: #8fa3bb;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
#header-outer[data-format="default"] header#top .col-md-4 nav ul.sf-menu #social-in-menu a:nth-child(3) i {
  display: none;
}
#header-outer[data-format="default"] header#top .col-md-4 nav ul.sf-menu #social-in-menu a:last-child {
  border-radius: 100px;
}
#header-outer[data-format="default"] header#top.shrink > .container .row .col-md-8 nav {
  overflow: visible;
  position: relative;
}
#header-outer[data-format="default"] header#top.shrink > .container .row .col-md-8 nav::before {
  pointer-events: all;
  transform: translate(-120%, -50%);
  opacity: 1;
}
#header-outer[data-format="default"] header#top.shrink > .container .row .col-md-4 nav ul.sf-menu #social-in-menu a:nth-child(3) {
  opacity: 1;
  transform: translateY(-50%);
}
#mobile-menu {
  top: 108px;
  position: fixed;
  width: 100%;
}
#mobile-menu > div > ul {
  margin-bottom: 0;
  padding-bottom: 10px;
}
#mobile-menu > div > ul li a {
  padding: 12px 0 !important;
  font-size: 18px;
}
#mobile-menu > div > ul li:nth-last-child(2) a {
  border-bottom: 0 none #000;
}
body.admin-bar #mobile-menu {
  top: 140px;
}
body[data-header-resize="0"] .container-wrap,
body[data-header-resize="0"] .project-title {
  padding-top: 0;
}
#managing-director .row.full-sm-width {
  align-items: stretch;
}
#managing-director .row.full-sm-width .col-md-6.hidden-md-down {
  position: relative;
}
#managing-director .row.full-sm-width .col-md-6.hidden-md-down figure {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
#managing-director .row.full-sm-width .col-md-6.hidden-md-down figure img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
#clients-say h4 {
  text-align: center;
  color: #ffffff;
  font-size: 33px;
  font-weight: 700;
  line-height: 29px;
}
#clients-say ul.testimonials li {
  color: #ffffff;
  font-size: 20px;
  line-height: 29px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
#clients-say ul.testimonials ul.slick-dots {
  text-align: center;
}
#clients-say ul.testimonials ul.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
#clients-say ul.testimonials ul.slick-dots li button {
  height: 13px;
  width: 13px;
  padding: 0;
  margin: 2px;
  cursor: pointer;
  background: #3a3a3a !important;
  border: 1px solid #fff !important;
  border-radius: 50% !important;
  font-size: 0;
  line-height: 0;
}
#clients-say ul.testimonials ul.slick-dots li.slick-active button {
  background: #fff !important;
}
.pests-cats > div a,
.faq-tags > div a {
  transition: background-color 0.35s;
}
.pests-cats > div a:hover,
.faq-tags > div a:hover {
  background-color: #112c4c;
}
.qanda .answer p:last-child {
  padding-bottom: 0;
}
body #faq-list .row > div.answer {
  display: block;
}
body #about-page .sidebar ul li {
  margin-bottom: 12px;
  min-height: 0;
  padding-left: 45px;
  background-position: left top;
  background-size: auto 28px;
  line-height: 1.3;
}
body .latest-news .content-inner > .row > div .inner-section p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
textarea.wpcf7-form-control {
  height: 262px;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
  text-transform: none;
}
.wpcf7-form-control-wrap input[type="text"]::placeholder,
.wpcf7-form-control-wrap input[type="email"]::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
  text-transform: uppercase;
}
.wpcf7-form-control.g-recaptcha {
  text-align: center;
}
.wpcf7-form-control.g-recaptcha > div {
  margin: 0 auto;
}
div.wpcf7 .ajax-loader {
  display: block;
}
.wpcf7 div.wpcf7-response-output,
.wpcf7 div.wpcf7-mail-sent-ok {
  padding: 20px 0;
  background-color: transparent;
  border: 2px solid #8fa3bb;
  border-style: solid none;
  font-size: 20px;
}
#call-us-now h3 {
  text-align: center;
}
#call-us-now h3 a {
  color: #8fa3bb;
}
#call-us-now #footer-sidebar-contact-page-schedule-section table {
  max-width: 280px;
}
#call-us-now #footer-sidebar-contact-page-schedule-section table tr td:last-child {
  text-align: right;
}
body #footer-instagram {
  padding-top: 2.5%;
}
body #footer-instagram #sb_instagram .sb_instagram_header a {
  display: block;
  float: none;
  text-align: center;
}
body #footer-instagram #sb_instagram .sb_instagram_header a .sbi_header_img {
  display: none;
}
body #footer-instagram #sb_instagram .sb_instagram_header a .sbi_header_text {
  float: none;
}
body #footer-instagram #sb_instagram .sb_instagram_header a .sbi_header_text h3.sbi_no_bio {
  display: flex;
  flex-direction: row;
  float: none;
  margin: 0 !important;
  padding: 0 !important;
  color: #00438e;
  font-size: 25px;
  justify-content: center;
  line-height: 44px;
}
body #footer-instagram #sb_instagram .sb_instagram_header a .sbi_header_text h3.sbi_no_bio::before {
  order: -1;
  content: '@';
}
body #footer-instagram #sb_instagram .sb_instagram_header a .sbi_header_text h3.sbi_no_bio::after {
  display: inline-block;
  order: -2;
  margin-right: 10px;
  padding: 0 10px 0 0;
  content: '\f16d';
  font-family: 'FontAwesome';
  font-size: 48px;
  line-height: 1;
}
body #footer-instagram #sb_instagram .sb_instagram_header a:hover .sbi_header_text h3.sbi_no_bio {
  color: #000;
}
#copyright table {
    margin: auto!important;
    color: #fff!important;
}
a.button {
    background-color: #333;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    text-align: center;
    margin:auto;
}
#footer-sidebar-contact-page-schedule-section {
    text-align: center;
}