/*
Theme Name: HelpingHands Child
Description: HelpingHands Child Theme
Author: Your name here
Template: helpinghands
Version: 1.0
*/

/* Globals */
header .sd-logo,
header .sd-menu-wrapper{
    margin-top: 0 !important;
}
ul#main-header-menu{
    margin: 29px 0;
}
#main-header-menu a{
/*     color: #939599; */
	color: #adadae;
}
#main-header-menu li.current-menu-item a,
.entry-content a{
    color: #41316E;
}
#main-header-menu a:hover,
.sd-footer-widgets a:hover,
.entry-content a:hover{
    color: #41316E;
    text-decoration: underline;
}
.sd-header-style1 .sd-menu-search:hover .sd-search input{
    color: #ffffff;
    background-color: #41316E;
}
.sd-menu-search:hover i{
    color: #ffffff !important;
}
.sd-responsive-menu-close i{
    color: #ffffff !important;
}
.sidr form{
    position: relative;
}
.sidr-class-sd-search-button{
    position: absolute;
    top: 4px;
    right: 5px;
}
div.wpcf7 .ajax-loader{
    text-align: center;
    display: block;
    margin: 0 auto;
}
div.wpcf7-response-output{
    text-align: center;
}