/*
Theme Name: Willingness Child
Theme URI: http://enwil.com/themes/willingness
Author: Ascend Online Media Limited
Author URI: http://www.ascendonlinemedia.co.uk/
Template: willingness
Version: 1.0.0
Description: Willingness Child Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: willingness-child
*/
.site-title a {
			color: #2c9867;
}

.site-title a:visited {
			color: #2c9867;
}

.site-description {
			color: #8a92a5;
            font-weight: bold;
}

#site-navigation {
     background-color: #2c9867;
     border-top: 3px solid #8a92a5;
}

.navigation-main a {
     background-color: #2c9867!important;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
    padding-left: 10px;
}


@media screen and (max-width: 1024px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

/* Links */
a {
	color: #2c9867;
}
a:visited {
	color: midnightblue;
}
a:hover,
a:focus,
a:active {
	color: #8a92a5;
}

p {
     text-align: justify;
}

h2 { margin-bottom: 20px; }

.navigation-main a:hover {
     background-color: #8a92a5!important;
     color: #fff!important;
     text-decoration: underline!important;
}

.site-footer {
     background-color: #2c9867;
     border-top: 3px solid #8a92a5;
     color: #fff;
     width: 100%;
}

.site-footer a {
     color: #fff;
}

.site-footer a:hover {
     color: #fff;
     text-decoration: underline;
}

.site-info{
	float: left;
	margin: 20px 25px;
	font-size: 12px;
}