/*
 Theme Name:     Divi Child by My Denver Web Design
 Theme URI:      https://www.mydenverwebdesign.com
 Description:    Divi Child Theme by MDWD
 Author:         My Denver Web Design
 Author URI:     https://www.mydenverwebdesign.com
 Template:       Divi
 Version:        1.1.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*Contact Form 7 Styles--------------------------------------------*/
/*Custom Contact Form 7 Classes*/
.firstContact {
    width: 50%;
    margin-right: 1%;
    display: inline-block;
    
}
.innerContactLeft {
	width: 49%;
	margin-right: 1%;
	display: inline-block;
	
}
.secondContact {
    width: 48%;
    display: block;
    
    float: right;
}
.innerContactRight {
	width: 48%;
	display: block;
	
	float: right;
}
.thirdContact {
  	width: 100%;  
}
.wpcf7-textarea {
    width: 950px;
    height: 100px;
}

label {
    min-width: 100%;
}
.wpcf7-response-output {
    
}
/*Makes CF7 Look Good*/
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
	background-color: white !important;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #999 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-submit {
	color: white !important;
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 6px 20px;
	line-height: 1.7em;
	background: #1e2a36;
	border: 2px solid #1e2a36;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #32404e; 
border-color:#32404e; 
padding: 6px 20px !important; 
}
/*Mobile Contact Form 7 Styles*/
@media (max-width: 640px) {
    .firstContact {
        width: 100%;
        display: inline-block;
    }
	.innerContactLeft {
		width: 100%;
		display: inline-block;
	}
    .secondContact {
        width: 100%;
        display: inline-block;
    }
	.innerContactRight {
		width: 100%;
		display: inline-block;
	}
    .wpcf7-textarea {
        width: 100%;
        height: 100px;
    }
}
/*If you want to center input text, un-comment the following code:*/
/*
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    text-align: center;
}
*/