/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.main-navigation a {
	color: #000000;
}

.main-navigation a:hover {
	color: #80a00d;
}
.site-navigation { 
	background-color: #ffffff;
}

.secondary-navigation a {
color: #00025a;
	font-weight: 700;
}

.mega-menu-primary {
	color: #1e0063;
	font-weight: 600; 
}

.entry-content {
	color: #101010;
	font-weight: 400;
	border-radius: 0;
	padding: 30px;
}

#masthead .top-bar {
	color: #fff;
	background: #9abf0c;
	overflow: hidden;
	padding: 8px 0;
}

.more-link-container .more-link, .site-content a.primary-button, input[type=button], input[type=reset], input[type=submit] {
	background: #9abf0c;
	border: none;
	border-radius: 1px;
	color: #fff;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding: 0 18px;
}

.more-link-container .more-link, .site-content a.primary-button, button, input[type=button], input[type=reset], input[type=submit] {
	background: #9abf0c;
	border: none;
	border-radius: 1px;
	color: #fff;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding: 0 18px;
}

element.style {
	background-color: #464646;
	border: 1px solid #f1f1f1;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.featured-slide .hentry .entry-content {
	color: #fff;
}

.top-bar {
	background: #99cc00;
	color: #fff;
	overflow: hidden;
	padding: 8px 0;
}

.brief-text {
	background: #9abf0c;
	color: #022e64;
	padding: 35px 0;
	text-align: center;
}

.header-image {
	opacity: 10;
}

.entry-title {
	color: #00135f;
	font-size: 500;
}

.entry-title:hover {
	color: #80a00d;
}

.site-header .site-title a {
color: inherit;
font-weight: 200;
	font-size: 15px;
}


.contact-form {
	background-color: #FFFFFF;
	  border: 1px solid #ccc;
  border-radius: 10px;
	padding-left: 90px;
	padding-top: 90px;
	padding-right: 40px;
	padding-bottom: 60px;
	width: 80%;
}


.contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
    width: 100%;
  padding: 10px;
	height: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
  resize: vertical;
	background-color: #F4F4F4;
}

.contact-form textarea {
    box-sizing: border-box;
    float: none;
    height: 150px;
    margin-bottom: 1.5em;
    width: 100%;
	background-color: #F4F4F4;
	border-radius: 10px;
}

.contact-form label {
    margin-bottom: .25em;
    float: none;
    font-weight: 150;
    display: block;
}
contact-form-submission {
	background-color: #FFFFFF;
	  border: 1px solid #ccc;
  border-radius: 10px;
	padding-left: 90px;
	padding-top: 90px;
	padding-right: 40px;
	padding-bottom: 60px;
	width: 80%;
}

.primary-button, button, input[type=button], input[type=reset], input[type=submit] {
    background: #9abf0c;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    height: 44px;
	  width: 200px;
    line-height: 44px;
    padding: 0 18px;
}



.footer-widgets {
	display: centre;
}

.site-info {
	visibility: none;
}

.widget-title {
	color: #80a00d;
}

.site-footer {
	display: center;
	background-color: #1a1a1a;
}