/*
 Theme Name:   Nimva Child
 Theme URI:    http://www.websitetology.com/
 Description:  It's greeeeeen!
 Author:       TheNextWave
 Author URI:   http://www.thenextwave.biz/
 Template:     nimva
 Version:      2.0.5
 License:      Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
 License URI:  http://creativecommons.org/licenses/by-nc-sa/4.0/
 Tags:         green, full, lotus, position
 Text Domain:  nimva-child
*/
#header #toggle-nav {
    color: #fff;
}

::selection {
    background: #8CC857;
    color: #fff;
    }
    
::-moz-selection {
    background: #8CC857; /* Firefox */
    color: #fff;
}

::-webkit-selection {
	background: #8CC857; /* Safari */
	color: #fff;
}

.tagcloud a:hover, .widget .tagcloud a:hover, #footer.footer-dark .tagcloud a:hover {
    background-color: #8CC857;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .wpcf7-date {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.wpcf7-radio {
	font-size: 14px;
	padding: 16px !important;
	height: 50px;
}
.error404-page span {
    text-align: center;
    text-shadow:none;
}
.error404-page {
    color: #8CC857;
    font-family: "Open Sans",sans-serif;
    font-size: 216px;
    line-height: 1;
    position: relative;
    text-align: center;
    text-shadow: 0px 1px 0px #CCC, 0px 2px 0px #C9C9C9, 0px 3px 0px #BBB, 0px 4px 0px #B9B9B9, 0px 5px 0px #AAA, 0px 6px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 3px 5px rgba(0, 0, 0, 0.2), 0px 5px 10px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.2), 0px 20px 20px rgba(0, 0, 0, 0.15);
}
p.wp-caption-text {
    border-radius: 2px;
}