/*
 Theme Name:   HRM Theme - Child of Capital
 Theme URI:    http://redwoodsmarathon.org
 Description:  HRM Specific Styling for Capital Theme
 Author:       Pat Flanner
 Author URI:   http://pflannery.com
 Template:     capital
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hrm-theme
*/



.top-navbar {


	display:none;


}


.navbar-brand img {

	max-width:250px !important;
	height:auto;


}


.main-navbar {


	padding:15px 0;

}


.designed-by {

	display:none;


}

.main-navbar .navbar-toggle {

	background: #0e9c49 none repeat scroll 0 0;


}



.navbar-nav ul {


	background: #0e9c49 none repeat scroll 0 0;


}


.navbar-nav ul a {
    color: #fff;
    padding: 8px 15px;
}



.main-navbar .current-menu-item a, .main-navbar .current_page_item a, .main-navbar .current-menu-parent a, .main-navbar .current_page_parent a {
    border-bottom: medium none;
    color: #0e9c49;
}


.main-navbar a:hover {
    color: #0e9c49;
}

a:hover, a:focus {
    color: #0e9c49;
    text-decoration: none;
}

.widget .feature-posts-list li a:hover {
    color: #0e9c49;
}


/*Contact Form*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
}