/*
 Theme Name:   Island Business Design
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Julie Daq
 Author URI:   http://www.islandbusinessdesign.com
 Template:     Divi
 Version:      2.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*---------Auto Repair Contact Form----------*/
.a-name .control-label {display: none;}
.a-email .control-label {display: none;}
.a-phone .control-label {display: none;}
.a-message .control-label {display: none;}
.a-not-spam .control-label {display: none;}

.a-not-spam {
color: #ffffff;
font-family: delicious;
font-size: 18px;
}

input#fld_6082432_1.form-control{
color: #ffffff;
}

.caldera-grid .form-control {
background-color: transparent;
color: #ffffff;
}

.a-send .btn-default {
background: #ffffff;
color: #1f5c2e;
background-image: none;
text-shadow: none;
width: 100px;
border: 1px solid #ffffff;
font-family: delicious-smallcaps;
font-size: 20px;
}
 
.a-send .btn-default:hover{
background: transparent;
color: #ffffff;
background-image: none;
text-shadow: none;
width: 100px;
border: 1px solid #ffffff;
font-family: delicious-smallcaps;
font-size: 20px;
}

/*---------Excavation Contact Form----------*/
.e-name .control-label {display: none;}
.e-email .control-label {display: none;}
.e-phone .control-label {display: none;}
.e-message .control-label {display: none;}
.e-not-spam .control-label {display: none;}

.e-not-spam {
color: #ffffff;
font-family: delicious;
font-size: 18px;
}

.caldera-grid .form-control {background-color: transparent;}

.e-send .btn-default {
background: #ffffff;
color: #1f5c2e;
background-image: none;
text-shadow: none;
width: 100px;
border: 1px solid #ffffff;
font-family: delicious-smallcaps;
font-size: 20px;
}
 
.e-send .btn-default:hover{
background: transparent;
color: #ffffff;
background-image: none;
text-shadow: none;
width: 100px;
border: 1px solid #ffffff;
font-family: delicious-smallcaps;
font-size: 20px;
}

/*----------All Contact Forms Success----------*/

.caldera-grid .alert-success {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
    font-family: delicious;
    font-size: 20px;
}


