/*!
 * them.es Theme Editor Styles
 */

body.wp-admin.block-editor-page .editor-styles-wrapper {
	font-family: inherit !important;
}

.wp-block-button__link {
  	border: none;
	border-radius: 4px;
	opacity: 1;
	font-size: 16px;
/*	font-family: Avenir LT W05_85 Heavy, helvetica, sans-serif;*/
	line-height: 1.6;
	transition: opacity 0.3s ease-in-out;
	text-decoration: none;
	background: #E29965;
	padding: 12px 20px;
	color: #ffffff;
}

.wp-block-button__link:hover {
	opacity: 0.8;
	background-color: #E29965;
	border: none;
	border-color: none;
}