@charset "utf-8";
/* CSS Document */
:root {
--yellow: #f2b90b;
--yellow_hover: #e68600;
	
--buttonprimary: #f2b90b;
--buttonprimary_border: #f2b90b;
--buttonprimary_colour: var(--black);
--buttonprimaryhover: #e68600;
--buttonprimaryhover_border: #e68600;
--buttonprimaryhover_colour: #fff;
}

/* BODY OVERRIDE */
body.pixiedust { color: var(--black); }

/* BUTTONS OVERRIDE */
body.pixiedust .button, body.pixiedust a.btn, body.pixiedust .button.bluebutton, body.pixiedust a.btn.btn-primary { display:inline-flex; align-items: center; justify-content: center; transition:all 200ms ease; font-family:var(--font_title); background:var(--yellow); border:1px solid var(--yellow); box-sizing: border-box; padding:16px 24px; color:var(--black) !important; font-weight: 500; font-size:14px; line-height: 1; text-align: center; box-sizing: border-box; height: 50px;}
body.pixiedust .button:hover, body.pixiedust .button.bluebutton:hover, body.pixiedust a.btn.btn-primary:hover { background:var(--yellow_hover); border-color:var(--yellow_hover); }
body.pixiedust .button.whitebutton:hover { background:#fff; border-color:#fff; color: var(--black) !important; }
body.pixiedust .playbuttonlink .cls-2 { fill: var(--black); }
body.pixiedust .btn-primary { font-family:var(--font_title); }


