/*
Theme Name: NewsMag Child Theme
Description: This is a newsmag child theme
Author: Kien Dang
Template: Newsmag
Version: 2.3.7
*/

@import url("../Newsmag/style.css");

input[type="button"], .field-wrap button{
	width: auto;
	padding: 8px 15px;
	background: #444444;
	border: none;
	color: #ffffff;
	border-radius: 3px;
	font-weight: 600;
	line-height: 16px;
	font-size: 11px
}
input[type="button"]:hover{
	background: #D3006D
}

.block-title > a, .block-title > span{
font-family: 'Open Sans', arial, sans-serif;
        font-size: 13px;
font-weight: bold;
border-radius: 3px;
        padding: 10px 15px;
position: relative;
display: inline-block;
vertical-align: middle;
line-height:16px;
top: -2px;
}

