/*
Theme Name: Smart Mag Child
Theme URI: http://theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: smart-mag
Version: 1.0
*/

@import url("../smart-mag/style.css");

.widget_search > form > label {
	display: block;
	float: left;
	width: 69%;
	margin-right: 1%;
}

.widget_search > form > label > input {
	width: 100%;
}

.widget_search > form > input {
	display: block;
	float: left;
	width: 30%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}