@charset "UTF-8";
/*
Theme Name: Wizzie Child Theme
Theme URI: https://wordpress-style.net
Description: Child Theme For Divi
Author: Web Wizards
Author URI: https://www.webwizards.com.au
Template: Divi
Version: 3.0
*/
/* Start your custom CSS bellow this comment
============================================ */
@import url("https://use.typekit.net/tul2oil.css");
.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body {
  font-family: "montserrat", sans-serif;
}
.headerheight {
  min-height: 551px !important;
}
.topMenu a.calltoaction {
  font-family: "Open Sans";
  color: white !important;
  background: #FF7FC5;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
}
.topMenu a.calltoaction i {
  color: white !important;
}
@media (max-width: 980px) {
  .topMenu a.calltoaction {
    display: none;
  }
}
h1, h2, h3, h4 {
  color: #69779b;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  font-family: "effra", sans-serif;
}
h1, h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
h1:before, h2:before {
  content: "";
  background: #FF7FC5;
  width: 100%;
  border-radius: 30px;
  max-width: 160px;
  display: inline-block;
  height: 7px;
  position: absolute;
  bottom: 0px;
}
.line-center h1:before, .line-center h2:before {
  transform: translateX(-50%);
  left: 50%;
}
strong, a {
  color: #69779b;
}
.et_pb_text_inner a {
  font-style: italic;
}
a.blueBtn, li.blueBtn {
  border-radius: 5px;
  background-color: #FF7FC5;
  color: #fff !important;
  text-transform: uppercase;
  padding: 9px 50px;
  border-radius: 5px;
}
li.blueBtn {
  padding: 15px 35px !important;
}
@media (max-width: 980px) {
  li.blueBtn {
    padding: 7px 0px !important;
  }
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  flex-direction: column;
  justify-content: center;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-content {
  color: #000000 !important;
}
/* Header */
.topMenu {
  text-align: end;
}
.topMenu a {
  color: #69779b !important;
}
.topMenu a i {
  font-size: 15px;
  vertical-align: inherit;
  color: #69779b !important;
}
.topMenu i {
  padding: 5px;
  font-size: 5px;
  vertical-align: super;
  color: #FF7FC5 !important;
}
.et-menu a {
  font-weight: bold;
  color: #69779b !important;
}
/* Home */
.iconBlurbs .et_pb_blurb .et_pb_main_blurb_image {
  height: 85px;
  margin-bottom: 60px;
}
.iconBlurbs .et_pb_blurb .et_pb_blurb_container .et_pb_module_header {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.8px;
  padding-bottom: 16px;
  color: #69779b;
}
.iconBlurbs .et_pb_blurb .et_pb_blurb_container .et_pb_module_header:before {
  content: "";
  background: #ff7fc5;
  width: 100%;
  border-radius: 30px;
  max-width: 119px;
  display: inline-block;
  height: 7px;
  position: absolute;
  left: 5px;
  bottom: 0px;
  margin: auto;
}
.homeblurb article.et_pb_post {
  display: inline-block;
  width: 49%;
  text-align: center;
  vertical-align: top;
}
.homeblurb article.et_pb_post img {
  border-radius: 18px;
  height: 220px;
  object-fit: cover;
  vertical-align: top;
  padding: 5px 10px;
}
.homeblurb article.et_pb_post h2.entry-title {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  min-height: 55px;
}
.homeblurb article.et_pb_post h2.entry-title:before {
  display: none;
}
.homeblurb article.et_pb_post p.post-meta {
  font-weight: 600;
  padding-top: 10px;
  color: #69779b !important;
}
.homeblurb article.et_pb_post .post-content {
  width: 90%;
  padding-top: 15px;
  margin: auto;
}
@media (max-width: 980px) {
  .homeblurb article.et_pb_post {
    width: 100%;
  }
}
/*Contact*/
.contacticons a {
  padding-bottom: 10px;
  display: inline-block;
  color: #69779b !important;
}
.contacticons a i {
  padding-right: 10px;
  font-size: 15px;
  vertical-align: inherit;
  color: #69779b !important;
}
.gform_wrapper .gform-body input, .gform_wrapper .gform-body textarea {
  border: none !important;
  background-color: #EBEBEB;
  color: #103B58;
  border-radius: 5px;
  padding: 10px;
}
.gform_wrapper .gform-body input:placeholder, .gform_wrapper .gform-body textarea:placeholder {
  color: #103B58;
}
.gform_wrapper .gform_footer {
  margin: 0px 0 0 !important;
  padding: 0px 0 !important;
}
.gform_wrapper .gform_footer .gform_button {
  border-radius: 5px;
  background-color: #FF7FC5;
  color: #fff !important;
  text-transform: uppercase;
  padding: 9px 50px;
  border: none !important;
  border-radius: 5px;
  width: 100%;
}
.dsm_fixed_header header.et-l.et-l--header {
  transition: all 0.3s ease;
  /* Add a transition for all properties with a duration of 0.3 seconds */
}
.hero-pages img {
  height: 100px;
  object-fit: cover;
}
#et-main-area {
  margin-top: 50px;
}
@media (min-width: 500px) {
  .hero-pages img {
    height: 200px;
  }
}
@media (min-width: 981px) {
  #et-main-area {
    margin-top: 150px;
  }
  .hero-pages img {
    height: 400px;
  }
}
.case-tabs .et_pb_row {
  width: 90%;
}
.styled-list ul {
  list-style-type: none;
  /* Remove default dot points */
}
.styled-list ul li {
  margin-bottom: 5px;
}
.styled-list ul li:before {
  content: "";
  /* Font Awesome tick icon */
  font-family: "Font Awesome 5 Pro";
  /* Specify the Font Awesome font family */
  margin-right: 8px;
  /* Add some space between the icon and text */
  color: #FF7FC5;
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 980px) {
  .header-row {
    display: flex;
  }
}
.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu, .lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
  display: flex !important;
}
.lwp-hide-mobile-menu .et_mobile_nav_menu {
  display: none;
}
