/* styles for the WYSIWYG editor in WordPres - just copied from the theme.css file*/


.clear_block {
  float: left;
  width: 100%;
  padding: 10px;
}

a.button, input.button, input[type="submit"] { 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	background: #ffce00;
	padding: 10px 14px; 
	color: #fff; 
	font-weight: 600; 
	text-transform: capitalize; 
	position: relative; 
	border: none; 
	top: 0; 
	left: 0; 
	vertical-align: middle; 
	margin: 0; 
	line-height: 100%; 
	cursor: pointer; 
	width: auto; 
	overflow: visible; 
	text-decoration: none; 
	vertical-align: middle; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	display: inline-block; 
	line-height: 100%; 
	zoom: 1; 
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out; 
	-ms-transition: background 0.3s ease-in-out; 
	-o-transition: background 0.3s ease-in-out; 
	transition: background 0.3s ease-in-out; 
}

a.button.ghost {
	background: none;
	border: 2px solid #ccc;
	color: #ccc;
}

a.button.ghost:hover {
	background:  #ccc;
	border: 2px solid #ccc;
}

