/*
Theme Name: Budget & Upmarket Tiles E-Commerce
Theme URI: http://www.riverlab.com/
Version: 1.0
Description: Designed by <a href="http://www.riverlab.com/">Riverlab</a>, based on WooCommerce.
Author: Riverlab
Author URI: http://www.riverlab.com/
*/
/*-------------------------------------------------------------------------------------------
For Bathroom Renovation Page Button Style */
.btcity {
	-moz-box-shadow: -50px -50px 0px -28px #ffffff;
	-webkit-box-shadow: -50px -50px 0px -28px #ffffff;
	box-shadow: -50px -50px 0px -28px #ffffff;
	background-color:#fafafa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #e0e0e0;
	display:inline-block;
	cursor:pointer;
	color:#858585;
	font-family:arial;
	font-size:12px;
	padding:3px 10px;
	text-decoration:none;
}
.btcity:hover {
	background-color:#ebebeb;
}
.btcity:active {
	position:relative;
	top:1px;
}

