/* Add any theme specific customization here if you need on top of bootstrap.css */

/* Submit Button in Comment as per theme color */
input:hover[type="submit"]{
color: #ffffff;
background-color: #1e2a36;
border-color: #161f29;
}

input[type="submit"] {
color: #ffffff;
background-color: #2c3e50;
border-color: #2c3e50;
}

#header-top {
	#background-color: #18bc9c;		
	background-color: #15a589;		
	border-bottom: 1px solid #128f76;
}

#header-top a {
color: #fff;
}

#header-top a:hover, a:focus {
color: #2c3e50;
}

.popular-posts ul li:before, .widget_categories ul li:before, .widget_recent_entries ul li:before {
color: #2c3e50;
}