/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

#main-header {
  display: none;
}
#page-container {
  padding-top: 0px !important;
}
.h2-title span {
  color: #0c71c3;
  position: relative;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  border-radius: 5px 5px 5px 5px;
  background-position: 100%;
  background-image: linear-gradient(180deg, #ffffff12 53%, #fff 100%, #fff);
}
#footer-bottom {
  display: none;
}