/* MOBILE SEARCH MODAL */

body > div.mobile-search-modal {

    display:                    none;
    position:                   fixed;
    width:                      100%;
    height:                     100%;
    background:                 rgba(0, 0, 0, 0.5);
    top:                        0;
    left:                       0;

}

body > div.mobile-search-modal > form.search-form {

    position:                   absolute;
    top:                        50%;
    margin:                     -24px 10% 0;
    width:                      80%;

}

body > div.mobile-search-modal > form.search-form > input[type=search] {

    border-radius:              22px;
    text-indent:                10px;

}

body > div.mobile-search-modal > form.search-form > button.search-submit {

    top:                        8px;
    right:                      0;
    bottom:                     0;
    background:                 transparent;
    color:                      #666;

}