﻿
/* Mobiles Portrait */
@media screen and (max-width : 767px) {

    .search-overlay .closebtn {
        top: 15px;
        right: 15px;
        font-size: 50px;
    }

    .search-overlay-content {
        width: 95%;
    }

    .search-overlay input[type=text] {
        font-size: 1em;
        width: 75%;
    }

    .search-overlay button {
        padding: 14.5px 20px;
    }

    .quicksearch_results ul {
        max-height: 120px;
    }
}