@charset "UTF-8";
/*
Theme Name: Wizzie Child Theme
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Web Wizards
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/
/* Start your custom CSS bellow this comment
============================================ */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Regular 400, Semi Bold 600, Bold 700 */
.tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  display: table;
  border-radius: 6px;
  padding: 5px 15px;
  position: absolute;
  z-index: 999999999999999;
  opacity: 0;
  transition: opacity 0.3s;
  width: 220px;
  top: -49px;
  left: -93px;
}
@media only screen and (max-width: 1920px) {
  .tooltiptext {
    top: -48px;
    left: -67px;
    width: 160px;
  }
}
@media only screen and (max-width: 1440px) {
  .tooltiptext {
    top: -48px;
    left: -52px;
    width: 130px;
  }
}
@media only screen and (max-width: 1280px) {
  .tooltiptext {
    top: -38px;
    left: -56px;
    width: 130px;
    padding: 0px 10px;
  }
}
.stepsimage img {
  height: 160px !important;
  object-fit: cover;
  width: 98% !important;
  border-radius: 5px !important;
  border: 1px solid #00416b !important;
}
div#numListText ol li {
  padding-bottom: 15px;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.wa:hover .tooltiptext, .sa:hover .tooltiptext, .qld:hover .tooltiptext, .nt:hover .tooltiptext, .act:hover .tooltiptext, .vic:hover .tooltiptext, .nsw:hover .tooltiptext, .tas:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
strong, b {
  font-weight: 600;
}
.entry-content a {
  color: #0071ae;
}
h1.entry-title.main_title {
  position: relative;
}
p {
  padding-bottom: 1.2em;
}
h1, h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #181716;
}
h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #0071ae;
}
h1 {
  font-size: 41px;
  font-style: italic;
  text-transform: uppercase;
}
h2 a {
  font-size: 32px;
  color: #181716;
}
.news-page-title h1 {
  font-size: 60px;
}
h4 {
  margin-bottom: 25px;
}
h5 {
  margin-bottom: 5px;
}
.mb-h1 h1 {
  margin-bottom: 0px !Important;
}
h2 {
  font-size: 41px;
  font-style: italic;
  text-transform: uppercase;
  padding-bottom: 27px;
  display: inline-block;
  margin: 0 auto;
}
h3 {
  font-size: 41px;
  font-style: italic;
  text-transform: uppercase;
}
h4 {
  font-size: 25px;
  text-transform: uppercase;
  font-style: italic;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #0071ae;
}
.et_pb_section.et_pb_section_0, .et_pb_section.et_pb_section_0 .et_pb_row.et_pb_row_0 {
  padding-top: 0;
}
div.FAQS .et_pb_toggle {
  margin-bottom: 0.5% !important;
  background-color: #f4f4f4 !important;
}
div.FAQS .et_pb_toggle h5.et_pb_toggle_title:before {
  content: "";
  color: #747774;
  font-family: "Font Awesome 5 Pro" !important;
}
div.FAQS .et_pb_toggle_open:before {
  content: "";
  font-family: "Font Awesome 5 Pro" !important;
  position: absolute;
  right: 20px;
}
div.FAQS .et_pb_toggle_open .et_pb_toggle_content {
  padding-top: 10px;
}
/* Main Menu */
ul#top-menu li a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  border-bottom: 3px solid #fff;
  padding-bottom: 15px !important;
  margin-bottom: 40px !important;
}
ul#top-menu li a:hover, ul#top-menu li.current_page_item a {
  border-bottom: 3px solid #0071ae;
  color: #0071ae;
}
ul#top-menu li:after {
  content: ".";
}
ul#top-menu li:last-child:after {
  content: "";
}
ul#top-menu li:after {
  content: ".";
  position: absolute;
  top: -6px;
  right: 6px;
  font-size: 25px;
}
.et-fixed-header ul#top-menu li a {
  margin-bottom: 10px !important;
}
.et-fixed-header #et-top-navigation {
  padding-top: 30px !important;
}
/* Home */
.services-home .et_pb_blurb_container, .services-home .et_pb_button_module_wrapper {
  text-align: center !important;
}
.services-home .et_pb_button {
  background: #d02026;
  border: none;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  width: 80%;
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px !important;
  padding-bottom: 15px !important;
  margin-bottom: 40px !important;
  border: none !important;
}
.services-home .et_pb_button:hover {
  background: rgba(0, 113, 174, 0.65);
}
.services-home .et_pb_blurb_description {
  padding: 0 4%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.about-us-home {
  max-width: 590px;
  padding-right: 20px;
}
/* Forms */
label.gfield_label, label, .gfield_label {
  color: #fff !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #c02b0a !important;
}
.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
  font-weight: 400;
  border: none;
  background: 0 0;
  margin-top: 45px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  color: #fff !important;
}
.gform_body input, .gform_body textarea {
  padding: 14px 10px !important;
  border: 1px solid #00416c;
}
.gfield_checkbox li, .gfield_radio li, .gfield_radio .gchoice {
  display: inline-block;
  margin-right: 10px !important;
  font-size: 17px !important;
}
.gfield_radio .gchoice label {
  max-width: 100% !important;
}
.gfield_radio#input_2_15 li {
  margin-top: 20px !important;
}
.gfield_checkbox input, .gfield_radio input {
  position: absolute;
  opacity: 0;
}
.gfield_checkbox input + label, .gfield_radio input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.gfield_checkbox input + label:before, .gfield_radio input + label:before {
  content: "";
  margin-right: 4px;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background: white;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #00416c;
}
#main-content {
  overflow: hidden;
}
.gfield_checkbox input:hover + label:before, .gfield_radio input:hover + label:before {
  background: #fff;
}
.gfield_checkbox input:checked + label:before, .gfield_radio input:checked + label:before {
  background: #fff;
}
.gfield_checkbox input:disabled + label, .gfield_radio input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.gfield_checkbox input:disabled + label:before, .gfield_radio input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.gfield_checkbox input:checked + label:after, .gfield_radio input:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: #0071ae;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #0071ae, 4px 0 0 #0071ae, 4px -2px 0 #0071ae, 4px -4px 0 #0071ae, 4px -6px 0 #0071ae, 4px -8px 0 #0071ae;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  max-width: 100% !important;
}
.gform_footer input[type="submit"] {
  background: #990601 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  width: 100% !important;
  font-size: 22px !important;
  font-weight: bold !important;
  padding-top: 20px !important;
  padding-bottom: 15px !important;
  padding-left: 20px !important;
  padding-right: 20px !Important;
  margin-bottom: 40px !important;
  border: none !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gform_footer input[type="submit"]:hover {
  background: rgba(0, 113, 174, 0.65) !important;
}
.gform_footer {
  padding-right: 16px !important;
}
.gfield_radio {
  margin-top: 18px !important;
}
/* Testimonials */
.b3testimonialgridslider_testimonial_center {
  border: none !important;
}
.swiper-pagination {
  display: none !important;
}
.b3testimonialgridslider_image img {
  border-radius: 50%;
  width: 230px !important;
  height: 230px !important;
}
.b3testimonialgridslider_testimonial_name {
  font-size: 25px !important;
  font-style: italic !important;
  text-transform: uppercase !important;
  margin: 0 auto !important;
  margin-bottom: 25px !important;
  color: #0071ae !important;
  font-family: "Montserrat", sans-serif !important;
}
.swiper-container {
  padding: 0 30px !important;
}
/* Slider */
.sliderbg {
  background-image: linear-gradient(to right, #0071ae, rgba(0, 113, 174, 0.6));
}
.n2-ss-control-bullet {
  bottom: -55px !important;
}
.n2-ss-control-bullet > div > div > div {
  background: none !important;
  color: #0071ae !important;
  font-weight: bold !important;
  font-size: 22px !important;
  font-style: italic !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.n2-ss-control-bullet .n2-active {
  font-size: 34px !important;
}
.home-slider .n2-ss-control-bullet .nextend-bullet-bar > div:nth-child(1) .n2-bullet {
  color: #d02026 !Important;
}
.home-slider .n2-ss-control-bullet .nextend-bullet-bar > div:nth-child(3) .n2-bullet {
  color: #028636 !Important;
}
.fcr-top-content, .fcr-bottom-content, .contact-content {
  max-width: 576px;
  padding-left: 20px !important;
  float: right;
}
.fcr-form, .contact-form {
  padding: 70px 0px 70px 0px;
}
div#gform_wrapper_3 {
  max-width: 80%;
  margin: 0 auto;
}
div#gform_wrapper_1 {
  max-width: 80%;
  margin: 0 auto;
}
div#gform_wrapper_2 {
  max-width: 80%;
  margin: 0 auto !important;
}
.mobile_menu_bar:before {
  position: relative;
  top: 0;
  left: 0;
  font-size: 40px;
  content: "a";
  cursor: pointer;
  color: #0071ae;
}
.et_mobile_menu {
  border-top: 3px solid #d02027;
}
.et_mobile_menu li a {
  display: block;
  padding: 10px 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  color: #00416b;
  text-transform: uppercase;
  text-align: center;
}
/* Footer */
iframe {
  margin-bottom: -11px;
}
div#footer, div#footer a {
  color: #fff;
}
div#nav_menu-3 {
  margin-bottom: 0;
}
.et_pb_widget_area_left {
  border: none !important;
}
div#nav_menu-3 li a {
  font-size: 13px;
  text-transform: uppercase;
}
div#nav_menu-3 li {
  line-height: 20px;
}
div#footer .et_pb_row_inner {
  padding: 50px 0;
}
div#footer-info {
  width: 100%;
}
span.webwizards {
  float: right;
}
.footer-right {
  max-width: 553px;
  float: right;
  padding-left: 20px !important;
}
/*Blog*/
.Blog article img {
  height: 244px;
  object-fit: cover;
}
.Blog article h2 {
  line-height: 1;
}
@media (min-width: 769px) {
  .Blog article {
    display: inline-block;
    float: left;
    width: 45%;
    margin-left: 2%;
  }
  .Blog article h2 {
    min-height: 110px;
  }
}
@media (min-width: 769px) {
  .fullwidth-posts-wrapper {
    display: flex;
    gap: 0 4%;
  }
  article.news-post.fullwidth-post {
    flex-wrap: nowrap;
    gap: 20px;
    width: 48%;
  }
}
article.news-post.fullwidth-post img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 0;
  padding: 10px;
}
article.news-post.fullwidth-post h3 {
  font-size: 20px;
  border-bottom: none;
  margin-bottom: 15px;
  padding-bottom: 0;
  min-height: 40px;
}
article.news-post.fullwidth-post p {
  max-width: 500px;
}
article.news-post.fullwidth-post .readmore-arrow img {
  width: 100px;
  height: 100px;
  margin-right: 50px;
}
@media only screen and (max-width: 1184px) {
  .et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
    height: 30% !important;
  }
  .services-home .et_pb_button {
    font-size: 16px;
  }
  #top-menu li {
    padding-right: 5px;
  }
  #top-menu li:after {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
    height: 40% !important;
  }
  .et_header_style_left #logo {
    max-width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-right {
    max-width: 100%;
    float: none;
    padding-left: 0px !important;
    text-align: center !important;
  }
  .footer-right .et_pb_text_inner {
    text-align: center;
  }
  div#nav_menu-3 {
    float: none !important;
    margin: 0 auto;
  }
  .about-us-title, .about-us-home {
    padding-left: 0px !important;
    max-width: 80%;
    margin: 0 auto;
  }
  .fcr-top-content, .fcr-bottom-content, .contact-content {
    max-width: 80%;
    padding-left: 0px !important;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  h1, h3 {
    font-size: 24px !important;
  }
  span.webwizards {
    float: none;
  }
  h1:before {
    top: 51px;
  }
  .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    width: 100% !important;
  }
}
.contact-banner h1 {
  font-size: 60px;
  margin-bottom: 40px;
}
.contact-banner p img {
  vertical-align: middle;
  margin-right: 20px;
}
.contact-banner p:nth-child(1) {
  margin-bottom: -10px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gchoice {
  position: relative;
}
.gform_confirmation_message {
  color: white;
  text-align: center;
  padding: 0 20px;
  font-size: 20px;
}
@media (min-width: 981px) and (max-width: 1338px) {
  #et-top-navigation {
    padding-left: 0 !important;
  }
  .contact-banner .et_pb_column:nth-child(1) {
    padding: 25px;
  }
  .contact-banner h1 {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 480px) {
  .contact-banner .et_pb_column:nth-child(1) {
    padding: 20px;
  }
  .contact-banner p {
    font-size: 20px;
  }
  .contact-banner p img {
    max-width: 40px;
  }
}
