/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/* Fonts */
@media (max-width: 800px) {
  html { font-size: 15px  }
}
@media (max-width: 400px) {
  html { font-size: 13px  }
}
/* Utility */
.center-text {
	text-align: center !important;
}
.white-text {
	color: #fff;
}
/* Contact Form */
.wpcf7-form {
	font-family: "Open Sans" !important;
}
.wpcf7-submit {
background: #eeee22 !important;
color: #ffffff !important;
border: 0px !important;
font-weight: 600;
}
/* WP Forms Contact Form */
#wpforms-submit-3586 {
	background-color:  #ffe9ad;
	text-transform: uppercase;
	color: #fff;
	border: none;
}