.slider-content a{
color: greenyellow;
}
#navbar {
    background-color: #93bc15
}

.entry-title,
.entry-title a,
#content .widget-service .service-title {
    color: #1F291F;
}

.entry-meta {
    display: none;
}

.post-readmore a {
    background-color: rgb(232, 232, 232);
    box-shadow: 0 1px 3px 0 rgb(190, 190, 190);
    padding: .5rem 1rem;
    display: inline-block;
    border-radius: .2rem;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.post-readmore a:hover {
    background-color: rgb(33, 46, 50);
    border-color: rgb(33, 46, 50);
    color: rgb(255, 255, 255) !important;
    border-radius: .3rem;
}

.entry-meta-bar {
    border-bottom: none;
}

.page_item .children{
    display: none;
}

.site-header .hgroup-wrap .container{
    width: 100%;
}

#colophon .widget-wrap{
    background-color: #93bc15;
}

.site-info,
.site-info a,
#colophon a{
    color: #fff;
}

.widget-area {
    border-bottom: 1px solid #bed028;
}

.back-to-top a{
    background-color: #132417;
}

.current_page_item,
.page_item:hover{
    background-color: #bed028;
}

.page-title-wrap{
    display:none;
}