/*
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");

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 800

.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 200;
	font-size: 14px;
}

h2{
	font-size: 20px;
	line-height: 28px;
}

p.greyheader{
	font-weight: 500;
	font-size: 18px;
	color: #000000;
}

p.greentitle{
	color: #4ea150;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

p.whitetitle{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}

span.white{
	color: #ffffff;
	font-size:26px;
	text-align:center;
	font-weight: 600;
	
}

#footer-info {
    padding-bottom: 20px;
    padding-top: 20px;
    color: #666;
    text-align: center;
	float:none;
}
#et-info {
    float: right;
}

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form textarea {
    color: #000;
    width: 100%;
    padding: 12px 16px;
	margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #000;
}
.wpcf7-form p {
    margin: 0 0 28px;
}
.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline: 1px solid rgba(84, 222, 197, 0.9);
    outline-offset: 0;
}

.wpcf7-form .button {
    background-color: #4ea150;
    border: 0;
    color: #fff;
    border-radius: 1px;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 10px 22px;
	width: 100%;
	height: 45px;
}
.wpcf7-form .button:hover {
    cursor: pointer;
    box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
    border: 0;
}