#rslides1_s0 {
	width:427px;
	height:240px;
	position: relative;
}

/* Hide new grid blog layouts - IN DEVELOPMENT */
.blog-style2 .blog-grid.column-1 .blog-thumb img {
width: 100%;
}

/* Hide WooCommercec cart menu */
.thinkup-demosite #woo-cart-menu {
display: none;
}

/* Disable checkout */
.thinkup-demosite .woocommerce #payment #place_order {
   pointer-events: none;
   cursor: default;
}

/* =Buttons
----------------------------------------------------------------------------- */

/* Theme button - Style 1 */
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #000;
	text-align: center;
	background: #e0484c;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
a.themebutton {
	color: #FFF;
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #bcbcbc;
}