/*
Theme Name: Nova
Version: 1.0
Description: A child theme of Divi
Author: peter@openform.co.za
Template: Divi
*/

@import url("../Divi/style.css");

#contactForm1 .contLabel {
	font-family: 'Montserrat';
    text-transform: uppercase;
    color: #ffffff90;
    padding-bottom: 4px;
    display: inline-block;
  margin-top:20px;
}

#contactForm1 input {
	width: 100%;
    padding: 14px;
    border-radius: 5px;
    border: 1px solid #ffffff70;
    background: transparent;
    color: #ffffff;
}

#contactForm1 textarea {
	width: 100%;
	min-width:80%;
	max-height:100px;
	min-height:100px;
    padding: 14px;
    border-radius: 5px;
    border: 1px solid #ffffff70;
    background: transparent;
    color: #ffffff;
}

#contactForm1 input.wpcf7-submit {
	padding: 10px 20px;
    font-family: 'Montserrat';
    border-radius: 100px;
    border: 0px;
    color: #ffffff90;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    width: auto;
	background:#ffffff10;
  transition:ease-in-out .3s;
}

#contactForm1 input.wpcf7-submit:hover {
	padding: 10px 20px;
    font-family: 'Montserrat';
    border-radius: 100px;
    border: 0px;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    width: auto;
	background:#ffffff;
	cursor:pointer;
}

.wpcf7-spinner {
    visibility: hidden;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
  
 	 #contactForm1 input.wpcf7-submit {
		padding: 10px 20px;
   	 	font-family: 'Montserrat';
    	border-radius: 100px;
    	border: 0px;
    	color: #000000;
    	font-weight: 600;
    	font-size: 14px;
    	margin-top: 10px;
    	width: auto;
		background:#ffffff;
		cursor:pointer;
	}
}