/*

 Theme Name:     Case Study

 Theme URI:      https://aspengrovestudios.com/

 Description:    

 Author:         Aspen Grove Studios

 Author URI:     https://aspengrovestudios.com/

 Template:       Divi

 Version:        3.1.4

*/

/*....................................................................................*/
/*.............. IMPORTANT: UTILIZING THE AUTOMATIC UPDATE FEATURE OF THIS CHILD THEME WILL OVERWRITE ANY CUSTOM CODE PLACED WITHIN THIS FILE. 
 * IF YOU WISH TO AUTOMATICALLY UPDATE, PLEASE PLACE YOUR CODE IN THEME OPTIONS >> CUSTOM CSS OTHERWISE YOU CAN MANUALLY UPDATE 
 * THE THEME FILES..........*/
/*....................................................................................*/

/*------------------------------------------
              Contact Form
-------------------------------------------*/
#caldera_form_1 label, 
#caldera_form_1 .single{
	display: none;
}
#caldera_form_1 .btn {
	float: right;
	overflow: hidden;
	margin-top: -1.5%;
	text-align: right;
        letter-spacing: 2px;
        font-size: 15px;
        font-weight: bold !important;
        text-transform: uppercase !important;
        color: #4dca8e;
        background-color: transparent;
        border: 2px solid;
}
#caldera_form_1 .btn:hover{
        background-color: transparent;
        border: 2px solid transparent;
        color: #4dca8e;
}
#caldera_form_1 .form-control{
       background-color: rgba(0,0,0,0);
       color: #999;
       border: 2px solid #ffffff;
       font-size: 14px;
       padding: 16px;
       border-radius: 0;
}
#caldera_form_1 input.form-control{
       height: 52px;
}

/*-----*/
#contact-form .caldera-grid .last_row  .col-sm-6{
	width: 100%;
}
#contact-form .caldera-grid .form-control{
     margin-bottom: 33px;
    border: 1px solid #cccccc;
	width: 100%;
    padding: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: rgba(59,64,80,0.15);
    font-size: 14px;
	height: auto;
}
#contact-form .caldera-grid .btn:hover{
    color: #4dca8e !important;
    background: rgba(0,0,0,0.05) !important;
    border-color: rgba(0,0,0,0) !important;
}