/*
 Theme Name:     Divi Child
 Description:    MCB Design Theme
 Author:         Owl Media
 Author URI:     https://www.owlmedia.co.za
 Template:       Divi
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* GENERAL */

p, li, a, body{
  font-family: "montserrat", sans-serif;
font-weight: 400;
font-style: normal;
}

.footer-contact strong{
  color: #93A03A
}
.footer-links a{
  display: block;
  padding-bottom: 15px;
   transition: all 0.6s
}

#footer-row .footer-links a:hover{
  padding-left: 5px;
  color: #93A03A !important;
  transition: all 0.6s
}
#footer-row .footer-contact a:hover{
  color: #93A03A !important;
  transition: all 0.6s
}



/* HEADER */

#header-row li.current-menu-item a {
  font-weight: 700
}

#header-row .et_pb_column_3_4{
  display: flex;
  align-items: center
}

/* HERO SECTION */

.hero-text-mod h2{
    font-family: "montserrat", sans-serif;
font-weight: 400;
font-style: normal;
  margin-top: 10px
}

#hero-row .btn-container{
  display: flex;
  justify-content: space-between;
  margin-top: 20px
}

.btn{
   padding: 12px 30px;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid;
   transition: all 0.6s
}
.green-btn{
  margin-right: 20px;
  color: #383838;
   background-color: #93A03A;
  border-color: #93A03A
  }

.green-border-btn{
  color: #93A03A;
  border-color: #93A03A
}

.hero-text-mod .btn-container .btn{
  width: 47%;
  text-align: center
}

.green-border-btn:hover{
  color: #383838;
  background-color:  #93A03A;
   transition: all 0.6s
}

.green-btn:hover{
  color:  #93A03A;
  background-color: transparent;
  transition: all 0.6s
}
#hero-row #right-hero-col{
  margin-right: 2.5px !important;
}

#hero-row #left-hero-col{
  margin-left: 2.5px
}

/* TRUST BANNER */

#trust-row-banner .et_pb_column{
  display: flex;
  justify-content: center
}

.trust-mod h3{
  padding: 10px 30px
}
.trust-mod{
  margin-bottom: 0 !important;
}

/* INFOGRAPHIC */

.sub-heading h2{
  font-family: 'Blair ITC',Helvetica,Arial,Lucida,sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  color: #000;
	line-height: 30px
}

.arrow-btn{
  font-size: 13px;
  font-weight: 700;
  }
.arrow-btn.green-text{
  color: #93A03A
}

.arrow-btn:after{
  content: "⮕";
  left: 7px;
  position: relative;
    transition: all 0.6s
 }

.arrow-btn:hover:after{
  left: 15px;
  transition: all 0.6s
}

.jag-infographic-mod.sub-heading h2{
  margin-bottom: 10px
}

.jag-infographic-mod .et_pb_blurb_content{
  display: flex;
  align-items: center;
  flex-direction: row-reverse
  
}

.jag-infographic-mod .et_pb_blurb_content div{
  width: 100%;
  max-width: 100%;
	  font-size: 15px
}

.jag-infographic-mod .et_pb_main_blurb_image{
  margin-bottom: 0
}

.jag-infographic-mod .et_pb_blurb_container{
  padding-left: 0;
  padding-right: 15px
}


/* SERVICE BLOCKS */

#service-col-row .et_pb_column{
  Background-color: #fff;
  border-radius: 20px;
  padding: 30px 26px !important;
}
/*  IMAGE BANNER */

#image-banner-row .et_pb_column{
  display: flex;
  justify-content: space-between;
  gap: 5px
}

.banner-image-mod{
  margin-bottom: 0 !important;
}
  
/* VALVES */

.valve-row .et_pb_column{
box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.16);
padding: 50px 30px 
}

.valve-row .et_pb_blurb_container{
  padding-left: 30px
}

.valve-mod li{
  list-style: url('/wp-content/uploads/bul.svg');
   line-height: 120%;
  margin-bottom: 10px
  
}
.valve-mod li::marker{
  font-weight: 700 !important;
}

.valve-mod ul.two-col-bullet{
  column-count: 2 !important;
  gap: 30px;
  }

.valve-mod h3{
  margin-bottom: 10px
}
.valve-mod ul{
  padding-bottom: 0 !important;
}

.valve-row .first-col{
  margin-right: 5px !important;
}
.valve-row .second-col{
  margin-left: 5px
}

/* CALL TO ACTION */

#cta-row{
  display: flex;
  align-items: center
}

.black-btn{
  background-color: #383838;
  color: #93A03A;
  border-color: #383838;
 }

.black-btn:hover{
  background-color: transparent;
  transition: all 0.6s;
  color: #383838
}

/* SHEQ PROMISE */

#sheq-promise.jag-infographic-mod .et_pb_blurb_container p {
 max-width: 335px;
  font-size: 15px
}

#promise-row .et_pb_column{
  background-color: #E9ECD7;
  padding: 30px 5px
}

.promise-mod h3{
  padding-bottom: 4px 
}
.promise-mod h4{
  padding-bottom: 2px;
}
.promise-mod p{
  font-size: 13px
}

#promise-row .et_pb_column_21{
  margin-left: 10px;
  margin-right: 10px
}