/*
Theme Name: Trivium Education
Theme URI: http://triviumeducation.com
Description: Where Knowledge, Understanding and Wisdom Begin
Author: EVOX Consulting
Author URI: http://ev0x.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.navbar-style-three {
	border: none;
}

#site-header #site-navigation {
	padding-left: 0;
	padding-right: 0;
}

#main {
	margin-top: 40px;
}

/* Contact Form */
.site-content input[type="text"]:focus,
.site-content input[type="email"]:focus,
.site-content textarea:focus {
	border: 1px solid #195daa;
}

/* Contact Form Send Button */
input[type="submit"],
.wpcf7-form-control .wpcf7-submit,
.wpcf7-submit {
	padding: 15px 45px;
	cursor: pointer;
	color: #fff;
	background: #195daa;
	border: 0 none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.2em;
}

