/*
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
============================================ */
/*
============================================ 
-Menu
-Global
-InnerPages
-Clients
-Contact
-Footer
    -Menu
-Woocommerce   
    -RelatedProducts
-Blog
Coded by GG & Jamie from webwizards    
============================================ 
*/
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&family=Source+Sans+3:wght@700&display=swap");
/*Menu*/
ul#menu-main-menu > li.current-menu-item > a, ul#menu-main-menu > li.current-menu-ancestor > a {
  color: white;
}
ul#menu-main-menu ul.sub-menu {
  background-color: white !important;
  width: 310px;
  padding: 10px 0;
}
ul#menu-main-menu ul.sub-menu li {
  width: 100%;
  padding: 0;
}
ul#menu-main-menu ul.sub-menu li.current-menu-item a, ul#menu-main-menu ul.sub-menu li.current-menu-item:hover a {
  color: #7eaf00 !important;
}
ul#menu-main-menu ul.sub-menu li a {
  width: 100%;
  padding: 15px 30px;
}
ul#menu-main-menu ul.sub-menu li a:hover {
  color: black !important;
}
.OrangeMenu a {
  color: #7eaf00 !important;
  font-weight: bold;
}
.current-menu-item {
  font-weight: bold;
}
.mobile_menu_bar:before {
  color: #7eaf00;
}
.et_mobile_menu {
  border-color: #7eaf00;
}
/*Global*/
body {
  background: #5b8c2a !important;
}
#page-container {
  max-width: 1920px;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
  padding-bottom: 20px;
}
h1, h4, h2, h3 {
  color: #7eaf00;
  text-transform: Uppercase;
}
h5 {
  font-weight: bold;
  text-transform: Uppercase;
}
a {
  color: #7eaf00;
}
.Button, .button, .ButtonLayout {
  font-weight: bold;
  font-size: 22px;
  font-family: "Source Sans 3", sans-serif;
  text-transform: uppercase;
  border: none !important;
  color: #fff !important;
  background-color: #456000 !important;
  width: 90%;
  max-width: 350px;
  padding: 5px !important;
  line-height: 50px !important;
  border-radius: 0px;
  text-align: center;
  letter-spacing: 1px;
}
.ButtonLayout {
  width: auto !important;
  padding: 1% 15% 1% 15% !important;
}
.Button:after, .ButtonLayout:after {
  display: none;
}
.GetInTouch p a {
  font-size: 18px;
  color: #7eaf00;
  font-weight: bold;
  font-family: "Comfortaa", sans-serif;
}
.GetInTouch p a:not(:first-child) {
  margin-left: 20px;
}
.GetInTouch p a:hover {
  text-decoration: underline;
}
.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div#innerTitle h2 {
  border: none;
  padding: 0;
}
.home-buttons h2 {
  padding-bottom: 0;
}
/*Reviews*/
.Testmonials div.view {
  padding-top: 40px;
  display: inline-block;
  width: 24%;
  margin-left: 1%;
  vertical-align: top;
}
.Testmonials div.view div.Image {
  height: 116px;
  width: 116px;
  margin: -25px auto;
}
.Testmonials div.view div.Image img {
  border-radius: 130px;
}
.Testmonials div.view div.text {
  text-align: center;
  background-color: #f7f7f7;
  padding: 35px 15px 25px;
}
.Testmonials div.view div.text h3 {
  font-size: 20px;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: bold;
  padding: 15px 0px;
  color: #7eaf00;
}
.Testmonials div.view div.text p.date {
  padding-top: 14px;
  font-size: 14px;
  font-family: "Comfortaa", sans-serif;
  font-weight: bold;
  font-color: black;
}
@media (max-width: 980px) {
  .Testmonials div.view {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .Testmonials div.view {
    width: 100%;
  }
}
/*Contact*/
div#ContactLinks {
  text-align: center;
}
#ContactLinks a {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  font-family: "Source Sans 3", sans-serif;
  text-transform: Uppercase;
  margin-left: 20px;
  text-decoration: underline;
}
ul#gform_fields_1 li {
  margin: 0;
}
ul#gform_fields_1 li div input, ul#gform_fields_1 li div textarea {
  background-color: white;
  border: none;
  color: #7eaf00 !important;
}
ul#gform_fields_1 li div input, ul#gform_fields_1 li div textarea {
  padding: 15px;
}
ul#gform_fields_1 li div textarea {
  height: 150px;
  margin-top: 10px;
}
.gform_wrapper .gform_footer {
  margin: 0 !important;
}
input#gform_submit_button_1 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-family: "Source Sans 3", sans-serif;
  text-transform: Uppercase;
  width: 100%;
  max-width: 400px;
  line-height: 40px;
  cursor: pointer;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #7eaf00;
  font-family: "Comfortaa", sans-serif;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7eaf00;
  font-family: "Comfortaa", sans-serif;
}
::placeholder {
  color: #7eaf00;
  font-family: "Comfortaa", sans-serif;
}
/*Footer*/
footer .et_pb_widget ol li, footer .et_pb_widget ul li {
  margin-bottom: 0.2em;
}
footer .et_pb_widget ol li a, footer .et_pb_widget ul li a {
  font-size: 16px;
}
footer a:hover {
  text-decoration: underline;
}
#main-footer div.container {
  width: 100%;
  max-width: 1580px;
}
div#nav_menu-3 {
  width: 100%;
}
#footer-widgets {
  padding: 3% 0 0;
}
/*Menu*/
ul#menu-footer-menu li a {
  font-weight: 500;
}
ul#menu-footer-menu li:before {
  display: none;
}
/*Blog*/
/*Blog Internal*/
.single-post ol li {
  margin-bottom: 20px;
}
.single-post .featured-img * {
  width: 100%;
}
.single-post .featured-img img {
  max-width: 80%;
}
/*Services*/
.service-blurb {
  transition: 0.3s;
}
.service-blurb:hover {
  opacity: 0.9;
}
.service-blurb .et_pb_main_blurb_image {
  width: 100%;
}
.service-blurb img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
/*Media Queries*/
@media (min-width: 981px) {
  #Blog .et_pb_blog_grid .et_pb_image_container img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  #Blog .entry-title {
    min-height: 56px;
  }
  #Blog .post-content-inner {
    min-height: 270px;
  }
  .et_pb_gutters3 .footer-widget {
    margin-bottom: 1.5%;
  }
  .Testmonials {
    display: flex;
    flex-wrap: wrap;
  }
  .Testmonials div.view div.text {
    height: 90%;
  }
}
@media (min-width: 1540px) {
  .header-logo {
    max-height: 99px;
  }
  .header-logo img {
    width: 140px;
    max-width: unset;
  }
}
@media (max-width: 980px) {
  .et_pb_menu .et_mobile_menu {
    top: calc(100% + 30px) !important;
    height: 80vh;
    overflow: scroll;
  }
  .single-post .featured-img img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  div#footer-widgets {
    margin: auto;
    width: 62%;
  }
}
