#main-nav {
    background: #878786;
    clear: both;
    display: block;
    float: left;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    margin-bottom: 5px;
}
Style Attribute {
    text-align: center;
}
@media only screen and (max-width: 1023px) 
h2 {
    font-size: 20px;
}
h2 {
    font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', sans-serif;
    font-weight: 500;
}
.main-navigation ul li a {
    display: block;
    font-family: "Arial",sans-serif;
    font-size: 16px;
    font-weight: 100;
    padding: 10px 0;
    position: relative;
    z-index: 99;
}
.site-title {
    font-size: 25px;
    font-weight: 300;
    font-family: 'arial', sans-serif;
}
.site-branding a:hover {
    color: #57af50;
}
.header-search-box > a {
    background: #fff none repeat scroll 0 0;
    color: #57af50;
    display: block;
    padding: 16px 10px;
}
.header-search-box > a:hover {
    background: #57af50 none repeat scroll 0 0;
    color: #fff;
}
button, a.button, a.button:visited, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #57af50 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: "Arial",sans-serif;
    font-size: 18px;
		font-weight: 300;
    line-height: 1.5;
    padding: 7px 27px;
    border-radius: 27px;
}
element.style {
}
button:hover, a.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #438b3e;
    color: #fff;
}
#footer-widgets {
    background: #878786 none repeat scroll 0 0;
    overflow: hidden;
    padding: 70px 0;
    color: #fff;
}
#footer-widgets {
    background: #878786 none repeat scroll 0 0;
    overflow: hidden;
    padding: 70px 0;
    color: #fff;
}
#footer-widgets .widget-title {
    border-bottom: 1px dotted;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', sans-serif;
    font-weight: 300;
}
#footer-widgets a {
    color: #ffffff;
}
element.style {
}
button, a.button, a.button:visited, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #57af50 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: "Arial",sans-serif;
    font-size: 18px;
    line-height: 1.5;
    padding: 7px 27px;
    border-radius: 27px;
}
element.style {
}
button:hover, a.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #438b3e;
    color: #fff;
}
element.style {
}
.entry-footer a:hover {
    color: #57af50;
}
element.style {
}
.entry-title a:hover {
    color: #57af50;
}
a:hover, a:focus, a:active {
    color: #57af50;
}
element.style {
}
#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    border: none;
}
#cookie-notice, #cookie-notice * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cn-button.bootstrap {
    color: #fff;
    background: #57af50;
}
.navigation .nav-links a {
    background: #57af50;
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 20px;
    display: inline-block;
}
.navigation .nav-links .page-numbers.current, .navigation .nav-links a:hover {
    background: #438b3e none repeat scroll 0 0;
    border-color: #57af50;
    color: #ffffff;
}
#breadcrumb {
    background: #fff;
    padding: 15px 0;
    color: #57af50;
    clear: both;
    border-bottom: 3px double #ddd;
}
#breadcrumb a:hover {
    color:#57af50;
}
#colophon {
background-color: #282828;
clear: both;
color: #ffffff;
font-size: 14px;
padding: 15px 0;
border-top: 1px solid #282828;
}
.comment-form {
    margin: 0 0px;
}
.scrollup {
    background-color: #57af50;
    bottom: 50px;
    color: #ffffff;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 4px 10px;
    position: fixed;
    right: 32px;
    text-align: center;
}
.scrollup:hover {
    background-color: #438b3e;
}
.main-navigation ul li a {
    display: block;
    font-family: "Arial",sans-serif;
    font-size: 16px;
    font-weight: 100;
    padding: 10px 25px;
    position: relative;
    z-index: 99;
}
.main-navigation ul ul {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    left: 0;
    margin: 0;
    min-width: 190px;
    position: absolute;
    top: 53px;
    z-index: 9999;
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
}