header .header-icons {
    width: auto;
    float: right;
    text-align: right;
    padding: 10px 6px;
    position: relative;
    margin: 13px 0;
    line-height: 1;
}

header .header-icons .search-box i:hover {
    color:#97b711;
}

header .header-icons .dashicons, 
header .header-icons .dashicons-before:before {
    font-size: 24px;
}


header .header-icons .search-box{
 position:relative;
}

@media only screen and (min-width: 768px) {
    .menu-toggle,
    header .header-icons .search-box{
     top: 6px;
    }

}

header .header-icons a{
 margin:5px;
 padding:5px;
 text-decoration:none;
}
header .header-icons .search-box i{
 color:#000;
}
header .header-icons .twitter-icon i{
 color:#3FA9F5;
}
header .header-icons .fb-icon i{
 color:#3A559F;
 display: none;
}
.genesis-nav-menu  i{
 vertical-align:middle;
}
.genesis-nav-menu .custom-search-icon i{
 vertical-align:middle;
 padding: 0px 25px 0px 10px;
 cursor:pointer;
}
.genesis-nav-menu li a.icon{
 padding: 12px 5px;
}
.site-header .wrap{
 position:relative;
}
.site-header .wrap .head-custom-search {
    position: absolute;
    top: 62px;
    right: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    display: none;
    z-index: 9999;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}


@media only screen and (min-width: 960px) {
    .site-header .wrap .head-custom-search {
    width: 35%;
}

.site-header .wrap .head-custom-search::before {
    right: 11px!important;
}


}

.site-header .wrap .head-custom-search::before{
    border-color: transparent transparent #1c75bc;
    border-style: solid;
    border-width: 0.5em;
    content: "";
    display: block;
    position: absolute;
    right: 61px;
    top: -15px;
    z-index: 10;
}
.site-header .wrap .head-custom-search .search-form {
    margin-bottom: 0px;
    width: 100%;
 padding: 0;
 border-top: 3px solid #1c75bc;
}
.site-header .wrap .head-custom-search .search-form  input[type='search']{
 width: 80%;
 margin:3%;
 height:58px;
 border:1px solid #e1e1e1;
 /*border-right:0px;*/
}
.site-header .wrap .head-custom-search .search-form  input[type="submit"] {
margin-top: 0px !important;
    padding: 0px;
    border-left: 0px;
    background: #97b711;
    color: #fff;
    width: 80%;
    border-radius: 0;
    height: auto;
    margin-bottom: 16px;
}
.site-header .wrap .head-custom-search .search-form input:focus[type="submit"],
.site-header .wrap .head-custom-search .search-form input:hover[type="submit"]{
  transform: translate3d(0,0,0);
}