/*

Theme Name: AvlTempera

Theme URI: http://www.cryoutcreations.eu/

Description: AvlTempera - Tempera child theme

Author: Andrew van Leen

Author URI: http://vanleen.com.au

Version: 0.1

Template: tempera

*/

@import url("../tempera/style.css"); /*include parent theme css*/

/* Centre the footer menu  */ 
.footermenu, .footermenu + span {
 display: table !important; float: none !important; margin: 0 auto !important;
 } 
/* End footer sytle --------- */ 


.wpcf7-form { 
	background:#171717; 	 
	padding:20px; 
	border:2px solid #ffffff; 
	margin-bottom:30px; 
	border-radius:7px; 
}
 
.wpcf7-form input { 
	background:#ffffff; 
	padding:5px 7px; 
	border:3px solid #ffffff; 
	margin-bottom:8px; 
	border-radius:0px;
}
 
.wpcf7-form textarea { 
	background:#ffffff; 
	padding:5px 0px 5px 7px; 
	 -moz-border-radius: 0px !important;  /* for mozilla */
        -webkit-appearance: none !important;
        -webkit-border-radius: 0px !important; /* for safari */
        border-radius: 0px !important;  /* IE, Chrome, Opera */
}
 
.wpcf7-form p { 
	color:#ffffff; 
	margin-top:10px; 
}
 


.wpcf7-form .wpcf7-submit { 
	background:#b4003c; 
	cursor:pointer; 	        
        padding-left:7px; 
	padding-right:7px; 
	color:#fff; 	
        box-shadow:none !important;
        -moz-border-radius: 0px !important;  /* for mozilla */
        -webkit-appearance: none !important;
        -webkit-border-radius: 0px !important; /* for safari */
        border-radius: 0px !important;  /* IE, Chrome, Opera */

}







