input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
	padding: 5px 10px;
	width:75%;
}

body, input, select, textarea {
	color: #444;
	font-family: Raleway, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 0;
	border-radius: 128px;
	background: #e63855;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.25;
	padding: 10px 30px;
	opacity: 1;
	font-weight: 700;
	box-sizing: border-box;
	transition: opacity 0.3s ease 0s;
	cursor:pointer;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .entry-content .has-accent-background-color, .cover .read-more:hover, .large-post .read-more:hover, .sidebar .widget_tag_cloud a:hover, .reply a:hover, .slick-dots li.slick-active button::before, .slider-classic .read-more:hover, #scroll-up, .shop-link a:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .pagination .nav-links > span:hover, .pagination .nav-links > a:hover, .pagination .nav-links > .current {
	background-color: #ff1616;
}
textarea{
	width:75%;
	background-color:transparent;
}
