/*
 Theme Name:   Divi Child
 Description:  Divi.v2.4 Child Theme 
 Author:       Joseph Hritz
 Author URI:   http://sinclairdigital.com
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divi-child
*/

/* Start of Contact Form 7 style */

.wpcf7-text, .wpcf7-captchar, .wpcf7-textarea, input[type=tel], input[type=email]  {
background-color: #fff !important;
border: solid 2px #000080 !important;
	border-radius: 3px !important;
width: 100% !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
font-size: 14px;
font-family: "Open Sans",Arial,sans-serif;
color: #000 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.wpcf7-textarea{
height:100px !important;
}

input[type=text], input.text, input.title, textarea, select, input[type=tel], input[type=email] {
    margin-bottom: 10px;
}

.wpcf7-submit {
cursor: pointer;
font-size: 20px;
color: #fff !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background-color: #000080;
border: 2px solid;
	text-transform: uppercase;
}
.wpcf7-submit:hover {
	background-color: rgba(0,0,128,.62);
}

.wpcf7-not-valid-tip {
font-size: 15px !important;
color: #000080 !important;
}

.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    color: #000080 !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #000080 !important;
}

/* end of Contact Form 7 style */

.fa-icon {
	text-align: center;
}
.fa-icon svg {
	width: 100px;
	max-width: 100%;
}
.fa-icon svg path {
	fill: #d23c3e;
}

.hero h1 {
	position: relative;
	display: inline-block;
	margin-bottom: 1rem;
}
.hero h1::before {
	content: '';
    position: absolute;
    height: .5rem;
    left: 0rem;
    bottom: 0.75rem;
    z-index: -1;
    width: 100%;
    transform: skew(-45deg);
    display: block;
	background: #d23c3e;
}

.hero h1::after {
	content: '';
    position: absolute;
    height: .5rem;
    left: 1rem;
    bottom: 0.55rem;
    z-index: -2;
    width: 100%;
    transform: skew(-45deg);
    display: block;
	background: #fee44c;
}
.hero .et_pb_button_wrapper {
	margin-top: 3rem;
}
.hero .et_pb_button:hover, .hero .et_pb_module .et_pb_button:hover {
	border-color: white;
}
.checkered {
	background: repeating-linear-gradient(
  90deg,
  #fff,
  #fff 2rem,
  #000 2rem,
  #000 4rem
);height:2rem;
}
.checkered.alt {
	background: repeating-linear-gradient(
  90deg,
  #000,
  #000 2rem,
  #fff 2rem,
  #fff 4rem
);
}
.checkered.small {
	height: 1rem;
	background: repeating-linear-gradient(
  90deg,
  #fff,
  #fff 1rem,
  #000 1rem,
  #000 2rem
);
}
.checkered.alt.small {
	height: 1rem;
	background: repeating-linear-gradient(
  90deg,
  #000,
  #000 1rem,
  #fff 1rem,
  #fff 2rem
);
}

#et-info {
float: right;
}
#et-info {
font-size: 1rem;
	float: right;
	padding: .5rem 0 1rem;
}
span.phone {
margin-right: 1rem;}
@media only screen and (max-width: 768px) {
	span.phone {
	display: block;
	margin-right: 0;
		text-align: center;
	}
	span.phone:first-child {margin-bottom: .5rem;}
	#et-info {
		float: none;
	}
}

body #page-container .et_pb_button::before {
    line-height: 1.7 !important;
    font-size: 1.3rem!important;
    margin-left: 0 !important;
	left: 1rem;
}