/*
 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  {
background-color: #fff !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
font-size: 14px;
font-family: "Open Sans",Arial,sans-serif;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.wpcf7-textarea{
height:100px !important;
margin-top: 15px !important;
}

.wpcf7-submit {
margin-top: 8px;
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: #dd9933;
border: 2px solid;
}

.wpcf7-not-valid-tip {
font-size: 15px !important;
color: #fff !important;
}

.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    color: #fff !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #fff !important;
}

/* end of Contact Form 7 style */


.et_pb_button {
    padding: 0.1em 0.8em !important;
}

.et_pb_button:hover {
    padding: 0.1em 1.8em 0.1em 0.8em !important;
}

.background-image h1 {
    padding: 15px 25px !important;
    background-color: #f77c1f;
    display: inline-block;
}

.menu-items .et_pb_toggle {
    border: none;
}

.menu-items .et_pb_toggle h5:before {
    font-size: 32px;
    color: #f7822e;
    content: "\43";
}

ul li {
    list-style-position: outside;
    margin-left: 1em;
}

#et-info-phone:before {
    display: none;
}

@media (max-width:767px) {
    #et-info-phone, #et-info-phone2 {
        display: inline-block;
    }

    #et-info-phone {
        margin-right: 0;
    }
}