/*
Theme Name:  Extra Child
Theme URI:   https://myweightwhattoknow.com
Description: Child theme of Extra — holds custom post templates (e.g. Post Survey Template) so they survive Extra updates.
Author:      What To Know LLC
Template:    Extra
Version:     1.0.0
*/


/* Custom styles can go below — the parent (Extra) stylesheet is loaded automatically via functions.php. */

/* Button-style anchor for use inline in content / ACF fields:
   <a class="inline-anchor" href="/destination/">Submit</a> */
a.inline-anchor,
button.inline-anchor {
	display: inline-block;
	color: #fff !important;
	background-color: #b62126;
	border: 1px solid #ffffff !important;
	border-radius: 35px;
	font-size: 26px;
	font-family: 'Texta Medium', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 500 !important;
	padding: 5px 45px 10px 45px !important;
	text-transform: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s;
}

a.inline-anchor:hover,
button.inline-anchor:hover {
	opacity: .85;
}