/**
 * @version: $Id: search.less 3491 2013-06-28 08:17:57Z Sigrid Suski $
 * @package: SobiPro Component for Joomla!

 * @author
 * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
 * Email: sobi[at]sigsiu.net
 * Url: http://www.Sigsiu.NET

 * @copyright Copyright (C) 2006 - 2013 Sigsiu.NET GmbH (http://www.sigsiu.net). All rights reserved.
 * @license GNU/GPL Version 3
 * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3
 * as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3.
 * See http://www.gnu.org/licenses/gpl.html and http://sobipro.sigsiu.net/licenses.

 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

 * $Date: 2013-12-03, 20:32:01 +0100 $
 *
 * $Author: www.sobitemplates.com [by Krzysztof Wacławiak] $
 */
.SobiPro .SPSearch .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .SobiPro .sp-search-controls .btn,
  .SobiPro input[name="sp_search_for"] {
    width: 100%;
  }
  .SobiPro .btn[name="spsearchphrase"] {
    padding: 2px 10px;
    font-size: 12px;
  }
}
