/* 
 Theme Name:     Cosmos Wire Eroding
 Author:         Cosmos Wire Eroding
 Author URI:     https://nutmegstudio.co.za
 Template:       Divi
 Version:        3.19.6
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.9
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Contact Form 7 Styles
---------------------------------*/
 
/* Submit Button CF7 CSS Styles */

.wpcf7 input[type=submit] {
    padding:15px 45px; 
    background:#981c26;
    color:#fff;
    font-size:20px;
	font-family: Montserrat, sans-serif;
    font-weight: regular; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

/* File Upload Button CF7 CSS Styles */

.wpcf7 input[type=file] {
    padding:15px 25px; 
    background:#f6cf81;
    color:#000;
    font-size:10px;
        border-radius: 2px; 
}

/* Label Text Contact Form 7 CSS Styles */

.wpcf7 label {
   padding: 0 0 10px 0;
    font-size: 16px;
	font-family: roboto, sans-serif;
	color: #000;
	font-weight: 300;
}

/* Text Input Field Contact Form 7 Styles */

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 .wpcf7-select {
    font-size:30px;
	width: 100%;
    border: 1px solid #981c26;
}

/* Textarea Field CF7 CSS Styles */

.wpcf7 textarea {
    width: 100%;
    color: red;
    font-size: 20px;
    border-color:#981c26;
} 