/*
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");

.comment-respond .form-submit { overflow: hidden; }
	
	#comment-submit, .submit-button { 
		float: right;
		background: #ea6910;
		text-transform: uppercase;
		font-size: 14px;
		color: #fff;
		padding: 7px 21px;		
	}
input, textarea, select {
	background: #f9f9f9;
	border: 1px solid #d9d9d9;
	padding: 7px 14px;
	outline: 0;
	font-size: 13px;
	color: #a6a6a6;
	max-width: 100%;
}