input[type=search] {
    background: white;
}
.search-box {
    display: table;
    width: 100%;
    background: white;
    color: #9bd0ed;
}
.search-box .icon {
    display: table-cell;
    width: 30px;
    vertical-align: middle;
    text-align: center;
}
.search-box .input {
    width: auto;
}
.top-level-outer-container.search-box {
    background: white;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.header .search-box {
    width: 300px;
    margin-top: -2px;
}

i.fa-search {
    color: #7fc4ea;
}
.search-box input[type="search"] {
    display: block;
    /*height: 30px;
    font-size: 14px;
    line-height: 31px;*/
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    border: 0;
    text-indent: 10px;
    font-family: "Brandon Grotesque Light", Helvetica, Arial, Sans-Serif;
    color: #7fc4ea;
}
.dh-section.dh-footer .dh-search-box {
    display: table;
    width: 300px;
    background-color: #f2f2f2;
}
.dh-search-box .input {
    width: auto;
    border-radius: 0;
}
.dh-search-box .icon {
    display: table-cell;
    width: 30px;
    vertical-align: middle;
    text-align: center;
}
.dh-search-box input[type="search"] {
    display: block;
    height: 30px !important;
    font-size: 14px;
    line-height: 31px;
    border: 0;
    text-indent: 10px;
    font-family: "Brandon Grotesque Light", Helvetica, Arial, Sans-Serif;
    color: #666666;
    border-radius: 0 !important;
    padding: 0 !important;
}
.dh-search-box input[type="image"] {
    padding: 0;
}

.dh-search-box input::-webkit-input-placeholder {
    color: #666 !important;
    font-family: "Brandon Grotesque Light", Helvetica, Arial, Sans-Serif !important;
    font-size: 14px !important;
}
.dh-search-box input:-moz-placeholder {
    color: #666 !important;
    font-family: "Brandon Grotesque Light", Helvetica, Arial, Sans-Serif !important;
    font-size: 14px !important;
}
.dh-search-box input::-moz-placeholder {
    color: #666 !important;
    font-family: "Brandon Grotesque Light", Helvetica, Arial, Sans-Serif !important;
    font-size: 14px !important;
}
.dh-search-box input:-ms-input-placeholder {
    color: #666 !important;
    font-family: "Brandon Grotesque Light", Helvetica, Arial, Sans-Serif !important;
    font-size: 14px !important;
}

.search-box input::-webkit-input-placeholder {
    color: #7fc4ea !important;
    font-family: "Brandon Grotesque Light", Helvetica, Arial, Sans-Serif !important;
    font-size: 14px !important;
}

.search-box input:-moz-placeholder { /* Firefox 18- */
    color: #7fc4ea !important;
    font-family: "Brandon Grotesque Light", Helvetica, Arial, Sans-Serif !important;
    font-size: 14px !important;
}

.search-box input::-moz-placeholder {  /* Firefox 19+ */
    color: #7fc4ea !important;
    font-family: "Brandon Grotesque Light", Helvetica, Arial, Sans-Serif !important;
    font-size: 14px !important;
}

.search-box input:-ms-input-placeholder {
    color: #7fc4ea !important;
    font-family: "Brandon Grotesque Light", Helvetica, Arial, Sans-Serif !important;
    font-size: 14px !important;
}

@media screen and (max-width: 1199px) {
    .header .search-box {
        width: 300px;
    }

}
@media screen and (max-width: 1023px) {
    .header .search-box {
        width: 300px;
        background: none;
        color: white;
    }

    i.fa-search {
        color: #fff;
    }


}
@media screen and (max-width: 767px) {
    .footer-search {
        text-align: center; 
        margin-top: 10px; 
        display: inline-block !important;
        margin-left: 5px;
    }
    .dh-section.dh-footer .dh-search-box {
        width: 300px;
        margin-left: -5px;
    }
    .header .search-box {
        width: 100%;
        background: white;
        color: #9bd0ed;
    }
    .header .search-box input {
        display: block;
    }
    i.fa-search {
        color: #fff;
    }

    .dropdown-menu.pull-left {
        left: 0;
        left: auto;
    }

    .dh-search-box input[type="search"] {
        height: 45px !important;
        border-radius: 0;
    }
}