#siteheader {
    border-bottom: .1rem solid #ddd;
    padding: 1rem 0;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 1052;
}

#siteheader img {
    height: 60px;
    width: 161.25px;
}

#siteheader .searchform input {
    width: 100%;
    border-radius: .4rem;
    height: 4.5rem;
    border: .1rem solid #ddd;
    padding: 1rem 5.5rem 1rem 4.2rem;
}

#siteheader .searchform {
    position: relative;
}

#siteheader .searchform i {
    position: absolute;
    top: 7px;
    left: 10px;
    color: #464646;
    font-size: 3.2rem;
}

#siteheader .searchform #header-go-search {
    position: absolute;
    top: 50%;
    right: 0;
    color: #8a8a8a;
    font-size: 2rem;
    transform: translateY(-50%);
    padding: 1rem;
    border-left: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    cursor: pointer;
}

@media (max-width: 767px) {
    #siteheader .logo {
        display: block;
        text-align: center;
        margin-bottom: 1rem;
    }

    #siteheader h1 {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    #siteheader .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #siteheader .searchform input {
        width: 40rem;
    }

    #siteheader h1 {
        margin: 0
    }

    #siteheader .searchform #header-go-search {
        display: none;
    }
}
