/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box; }

body, select, input, textarea {
  color: #333; }

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: transparent; }

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold; }

.section {
  padding: 2rem 0;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .section {
      padding: 4rem 0; } }
  .section.is-style-sidebar {
    padding: 2rem;
    border-radius: 12px;
    display: block; }
  .section .wp-block-columns {
    margin: 0; }

.editor-styles-wrapper .section {
  padding: 2rem 0;
  margin-bottom: 4rem; }
