/*----------------------------------------------*\
    BLOCK - Button
	==============

	@package projectarchive

\*----------------------------------------------*/
/*----------------------------------------------*\
    COMPONENTS
	==========

	@package projectarchive

\*----------------------------------------------*/
/*
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Breakpoints */
/* 368px, bigger phones */
/* 560px */
/* 800px */
/* 1008px, tablet vertical */
/* 1200px */
/* Max-Widths */
/* Fonts */
/*
 *
 * / Mixins
------------------------------------------------*/
/* line 11, ../../src/blocks/button.scss */
.the-button {
  /* The "the-" avoids name space issue in WP admin */
  margin: 2em 0;
  /* overwrites for admin area */
  display: block !important;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
  /* Page Specific */ }
  /* line 19, ../../src/blocks/button.scss */
  .the-button--small {
    font-size: .85em; }
  /* line 23, ../../src/blocks/button.scss */
  .the-button__link {
    padding: .5em 1em;
    display: inline-block;
    background: var(--accent);
    color: var(--bg-darker);
    text-decoration: none;
    font-weight: 600; }
    /* line 31, ../../src/blocks/button.scss */
    .the-button__link:hover {
      background: var(--accent-dark); }
  /* line 37, ../../src/blocks/button.scss */
  .submission-instructions .the-button {
    text-align: center; }
