/*
Theme Name: Node Child
Theme URI: http://node.edge-themes.com/
Description: A child theme of Node Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Template: node
*/
@import url("../node/style.css");

/*Header*/

.edgtf-main-menu ul li a {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

.edgtf-main-menu ul li a:hover {
	color: #38b5e6!important;
}


/*Footer*/

footer .edgtf-footer-top:not(.edgtf-footer-top-full) .edgtf-container-inner {
	padding: 2%;
}

footer .edgtf-footer-top-holder {
	background-color: #efefef;
}

footer .textwidget p{
	color: #333;
}

footer .textwidget a{
	color: #333;
}

footer .textwidget a:hover{
	color: #38b5e6;
}

div.wpcf7 {
	width: 50%;
	margin: 0 auto;
}

#submit_comment, .post-password-form input[type=submit], input.wpcf7-form-control.wpcf7-submit {
	background-color: #004a87!important;
	border: 1px solid #004a87;
	border-radius: 4px;
}

#submit_comment:hover, .post-password-form input[type=submit]:hover, input.wpcf7-form-control.wpcf7-submit:hover {
	color: #fff;
	background-color: #38b5e6!important;
	border: 1px solid #38b5e6;
}

#respond input[type=text], #respond textarea, .post-password-form input[type=password], .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
	border-radius: 4px;
}


