/*
Theme Name: Stop the Arms Fair - Full Width
Theme URI: http://caat.org.uk/themes/staf
Author: Tammy Orr
Author URI: http://caat.org.uk/
Description: A mobile-friendly WordPress theme designed by Campaign Against Arms Trade for Stop the Arms Fair
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: red, orange, dark, one-column, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: staf

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* _colors.scss */
/* rgb (187,23,13) */
/* theme red blended with theme off black (3rd midpoint) */
/* _variables.scss */
/* _media.scss */
/* _mixins.scss */
/* Don't let long URLs/words run offscreen */
/* _z-levels.scss */
/* _typography.scss */
/* "Raleway" */
/* _basics.scss */
html {
  font-family: "Jaldi", "Arial", sans-serif;
  /* Jaldi settings */
  line-height: 1.2em;
  font-size: 22px;
  letter-spacing: 0.2px; }

.clear,
.clear-after::after {
  clear: both;
  /*overflow: hidden;*/ }

.display-none {
  display: none; }

a,
a:hover,
a:visited {
  text-decoration: none;
  color: #D99408;
  font-weight: bold; }

h1 {
  margin: 0;
  padding: 20px 0;
  font-size: 2em; }

h2 {
  font-size: 1.7em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.3em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1.1em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 20px;
  margin-bottom: 0.2em;
  /* 0.75em */
  font-family: "Roboto Slab", serif;
  line-height: 1.1em; }

p,
ul {
  margin-bottom: 1em; }

/* Tables */
thead {
  font-size: 1.5em;
  color: white;
  background-color: #BB170D;
  font-family: "Roboto Slab", serif;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  cursor: auto; }

th {
  padding: 20px;
  border: 2px #BB170D solid; }

td {
  padding: 20px;
  border-left: 2px #BB170D solid;
  border-right: 2px #BB170D solid; }

tr {
  border: 2px #BB170D solid; }

tr:first-child {
  border-top: none; }

thead tr {
  border: none; }

input[type=submit] {
  background-color: #BB170D;
  color: white;
  font-size: 1.1em;
  font-family: "Roboto Slab", serif;
  display: inline-block;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 3px 10px;
  margin: 10px 0;
  width: 100%; }

@media screen and (min-width: 768px) {
  input[type=submit] {
    width: 50%; } }
input[type=submit]:hover {
  background-color: #a3140b;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  transition: background-color 100ms ease, box-shadow 100ms ease; }

/* _staf-menu.scss */
.staf-menu__wrap {
  margin-top: 15px; }

.staf-menu__wrap ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 30; }

.staf-menu__wrap ul a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  line-height: 2em;
  padding: 0 0.2em;
  color: #fefefa;
  letter-spacing: 2px;
  margin: 0 0.5em;
  text-transform: none;
  font-family: "Jaldi", "Arial", sans-serif;
  font-size: 1.5em; }

@media screen and (min-width: 1200px) {
  .staf-menu__wrap ul a {
    font-size: 1.8em; } }
@media screen and (min-width: 1400px) {
  .staf-menu__wrap ul a {
    font-size: 1.8em; } }
@media screen and (min-width: 1600px) {
  .staf-menu__wrap ul a {
    font-size: 1.8em; } }
.staf-menu__wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }

.staf-menu__wrap ul li.current-menu-item {
  background: #BB170D; }

.staf-menu__wrap ul li:hover {
  background: #29230c;
  /*#f6f6f6;*/ }

.staf-menu__wrap ul ul li:hover {
  background: #BB170D;
  /*#f6f6f6;*/ }

.staf-menu__wrap ul ul li a:hover {
  color: white; }

.staf-menu__wrap ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #29230c;
  /* #fff; */
  padding: 0; }

.staf-menu__wrap li {
  max-width: 500px; }

.staf-menu__wrap ul ul li {
  float: none;
  width: 100%;
  max-width: 500px; }

.staf-menu__wrap ul ul a {
  line-height: 120%;
  padding: 10px 15px; }

.staf-menu__wrap ul ul ul {
  top: 0;
  left: 100%; }

.staf-menu__wrap ul li:hover > ul {
  display: block; }

.staf-menu__wrap .menu-item {
  outline: none; }

/* Use an outline so the menu doesn't potentially bleed into photos */
.staf-menu__wrap .sub-menu,
.staf-menu__wrap .menu-item:hover {
  outline: 1px black solid; }

.staf-menu__wrap .menu-item .menu-item {
  outline: none;
  min-width: 250px; }

@media screen and (min-width: 1200px) {
  .staf-menu__wrap .menu-item .menu-item {
    outline: none;
    min-width: 480px; } }
/* _staf-responsive-menu.scss */
.staf-mobile-nav__button {
  padding: 0.5em 0;
  outline: 1px solid #ccc;
  z-index: 40;
  display: block;
  height: 40px;
  width: 60px;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .staf-mobile-nav__button {
    margin: 4px 0 0 20px; } }
@media screen and (min-width: 1024px) {
  .staf-mobile-nav__button {
    display: none; } }
.staf-mobile-nav__button div {
  padding: 0 2em; }

.staf-mobile-nav__button span {
  display: block;
  height: 4px;
  margin: 7px 16px;
  background: white;
  z-index: 40;
  transition: transform 0.5s ease; }

.staf-mobile-nav {
  display: none; }

@media screen and (min-width: 1024px) {
  .staf-mobile-nav {
    display: none; } }
.staf-desktop-menu {
  display: none; }

@media screen and (min-width: 1024px) {
  .staf-desktop-menu {
    display: block; } }
.staf-mobile-nav--expand {
  display: block !important; }

/* ---------- Morphed to Close button ---------- */
.staf-mobile-nav__button--close .staf-mobile-nav__button-span-1 {
  transform: rotate(45deg);
  margin-top: 17px;
  width: 75%;
  margin-left: 7px;
  padding: 1px; }

.staf-mobile-nav__button--close .staf-mobile-nav__button-span-2 {
  opacity: 0; }

.staf-mobile-nav__button--close .staf-mobile-nav__button-span-3 {
  transform: rotate(-45deg);
  margin-top: -24px;
  width: 75%;
  margin-left: 7px;
  padding: 1px;
  margin-bottom: 16px; }

/* _staf-mobile-menu */
.staf-mobile-menu__container {
  background: white;
  display: flex;
  flex-direction: column;
  z-index: 99;
  outline: 1px solid black;
  padding: 20px;
  position: absolute;
  /*float: right;*/
  overflow: hidden;
  max-width: 100vw;
  left: 0;
  top: 0;
  margin: 274px 20px 0px;
  width: 80%; }

@media screen and (min-width: 768px) {
  .staf-mobile-menu__container {
    margin: 134px 20px 0px; } }
.staf-mobile-menu__container a,
.staf-mobile-menu__container a:active,
.staf-mobile-menu__container a:visited {
  color: black;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4em; }

.staf-mobile-menu__container .menu {
  margin-bottom: 0; }

.staf-mobile-menu__container .sub-menu {
  padding: 0 0 0 20px;
  margin-bottom: 0; }

.staf-mobile-menu__container .sub-menu .sub-menu {
  padding: 0 0 0 30px; }

.staf-logo {
  float: none;
  margin: 0 auto;
  display: block; }

@media screen and (min-width: 768px) {
  .staf-logo {
    float: left;
    margin: 0 5px 0 0; } }
.staf-page__header {
  background-color: #151206;
  color: white;
  height: 120px;
  /* margin-top: -15px; Possible solution to inability to use overflow:hidden; to remove whitespace caused by menu top margin */
  padding: 20px 20px 110px;
  display: flex;
  flex-direction: column; }

@media screen and (min-width: 768px) {
  .staf-page__header {
    flex-direction: row;
    padding: 20px; } }
.page-template-default .staf-page__body {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto; }

.staf-page__content {
  background-color: #151206;
  color: white; }

.archive .staf-page__content {
  background-color: white;
  color: #151206; }

.staf-page__content-wrap a,
.staf-page__content-wrap a:hover,
.staf-page__content-wrap a:visited {
  color: #BB170D; }

.staf-page__content-wrap .staf-page__archive .staf-archive__category-info a,
.staf-page__content-wrap .staf-page__archive .staf-archive__category-info a:hover,
.staf-page__content-wrap .staf-page__archive .staf-archive__category-info a:visited {
  color: #D99408; }

.staf-page__content ol {
  list-style-type: decimal; }

.staf-page__content ul {
  list-style-type: disc; }

.staf-page__content ol,
.staf-page__content ul {
  list-style-position: inside; }

.staf-page__sidebar ol,
.staf-page__sidebar ul {
  list-style-type: none;
  list-style-position: none; }

.staf-page__content li {
  margin: 0 0 0.3em; }

.staf-page__sidebar li {
  margin: 0; }

.staf-page__index {
  background-color: #151206;
  color: white;
  /* lighten($theme-off-black, 2%); */
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 1024px) {
  .staf-page__index {
    max-width: 1024px;
    padding: 30px; } }
.staf-page__index .staf-page__title {
  text-align: center; }

.staf-post {
  height: 100%;
  padding: 0;
  border: none;
  background-color: white;
  color: #151206;
  margin: 10px 0;
  position: relative;
  outline: none;
  display: flex;
  flex-direction: column;
  border-left: none;
  border-radius: 0;
  max-height: none; }

@media screen and (min-width: 580px) {
  .staf-post {
    flex-direction: row;
    padding: 20px; } }
@media screen and (min-width: 768px) {
  .staf-post {
    border-left: 4px solid rgba(255, 255, 255, 0);
    border-radius: 3px; } }
@media screen and (min-width: 1024px) {
  .staf-post {
    max-height: 185px; } }
.staf-post:hover {
  transition: none; }

@media screen and (min-width: 768px) {
  .staf-post:hover {
    border-color: #BB170D;
    transition: border-color 0.3s; }

  .staf-index__post--sticky:hover {
    border-color: #151206; } }
.staf-post__image {
  margin-right: 0;
  margin-bottom: 20px;
  align-self: flex-start;
  width: 100%; }

@media screen and (min-width: 580px) {
  .staf-post__image {
    margin-right: 20px;
    margin-bottom: 0;
    width: auto; } }
.staf-post__text {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  font-weight: normal;
  max-height: none;
  overflow-y: visible; }

@media screen and (min-width: 768px) {
  .staf-post__text {
    margin-left: 0; } }
@media screen and (min-width: 1024px) {
  .staf-post__text {
    max-height: 202px;
    overflow-y: hidden; } }
.staf-text__title {
  font-size: 1.3em;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 8px;
  padding-top: 0; }

.staf-text__date {
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  margin-bottom: 8px;
  font-size: 0.8em; }

.staf-text__excerpt {
  font-size: 1em;
  /* Raleway 1.1em; */
  line-height: 1;
  /* Raleway 1.3em; */
  font-family: "Jaldi", "Arial", sans-serif;
  /* margin-left: $featured-image-width; */ }

/* TODO - desktop only, certain display width only
.staf-index .staf-text__excerpt:before {
  content: '';
  width: 690px;
  height: 185px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 85%, white 91%);
  margin: 0 330px;
}
.staf-index__post--sticky .staf-text__excerpt:before {
	background: linear-gradient(rgba(187, 23, 13, 0) 85%, $theme-red 91%);
} */
/* ---------- Accommodate WP admin bar ---------- */
body.admin-bar > .staf-menu__container {
  top: 32px; }

@media screen and (max-width: 782px) {
  body.admin-bar > .staf-menu__container {
    top: 46px; } }
@media screen and (max-width: 768px) {
  body.admin-bar > button#responsive-menu-button {
    top: 61px; }

  body.admin-bar > #responsive-menu-container {
    top: 46px; } }
/* ---------- Hero ---------- */
.staf-hero {
  height: 950px;
  max-height: 45vh;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  flex-direction: column-reverse; }

.staf-hero__caption-wrap {
  background-color: rgba(0, 0, 0, 0.5); }

.staf-hero__caption {
  color: white;
  font-size: 1.2em;
  text-align: left;
  max-width: none;
  overflow: hidden;
  margin: 2px; }

@media screen and (min-width: 1024px) {
  .staf-hero__caption {
    font-size: 1.3em;
    max-width: 600px;
    margin: 0 auto; } }
.staf-hero-img {
  width: 100%;
  height: auto; }

/* ---------- Index: sticky post ---------- */
.staf-index__post--sticky,
.staf-display__post--sticky {
  background-color: #BB170D;
  color: white; }

/* ---------- Single post page ---------- */
.staf-page__single-body {
  background-color: white;
  color: #151206;
  padding-top: 20px; }

.staf-page__single-content {
  background-color: #151206; }

.staf-page__single {
  background-color: white;
  color: #151206; }

.staf-page__single-heading-wrap {
  max-width: 600px; }

@media screen and (min-width: 768px) {
  .staf-page__single-heading-wrap {
    max-width: none;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (min-width: 1024px) {
  .staf-page__single-heading-wrap {
    max-width: 990px; } }
.staf-page__single-heading {
  background-color: #151206;
  color: white;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px; }

@media screen and (min-width: 1024px) {
  .staf-page__single-heading {
    margin-left: 0;
    margin-right: 0; } }
.staf-page__sidebar-area-wrap {
  display: flex;
  clear: both;
  margin: 0 auto;
  flex-direction: column; }

@media screen and (min-width: 1024px) {
  .staf-page__sidebar-area-wrap {
    flex-direction: row; } }
@media screen and (min-width: 1024px) {
  .single .staf-page__sidebar-area-wrap {
    max-width: 990px;
    margin-top: 20px;
    display: block; } }
.single .staf-page__content-wrap {
  float: none; }

@media screen and (min-width: 1024px) {
  .single .staf-page__content-wrap {
    float: left; } }
.single .staf-page__sidebar {
  float: none; }

@media screen and (min-width: 1024px) {
  .single .staf-page__sidebar {
    float: right; } }
.staf-page__single .staf-page__content {
  background-color: white;
  color: #151206;
  margin-left: 8px;
  margin-right: 8px; }

@media screen and (min-width: 1024px) {
  .staf-page__single .staf-page__content {
    margin-left: 0;
    margin-right: 0; } }
.staf-page__sidebar {
  float: none;
  min-width: none;
  max-width: 100%;
  margin: 0;
  padding: 20px;
  background-color: #151206;
  color: white;
  align-self: flex-start;
  outline: none;
  z-index: 20;
  box-sizing: border-box;
  width: 100%;
  font-weight: normal; }

@media screen and (min-width: 1024px) {
  .staf-page__sidebar {
    max-width: 350px;
    margin: 0 auto 5px;
    outline: 1px solid white;
    min-width: 350px;
    width: auto;
    /* 100% */ }

  .page-template-full-width-hidden-title-page .staf-page__sidebar {
    margin-top: 20px; } }
.staf-page__sidebar > * {
  margin-left: 0; }

.staf-page__sidebar h1,
.staf-page__sidebar h2,
.staf-page__sidebar h3,
.staf-page__sidebar h4,
.staf-page__sidebar h5,
.staf-page__sidebar h6 {
  font-weight: bold; }

.staf-page__sidebar h2 {
  font-size: 1.3em; }

.staf-page__sidebar li {
  margin-bottom: 0.5em; }

.staf-page__content--with-sidebar {
  clear: none;
  margin: auto;
  max-width: 600px; }

.page-template-full-width-hidden-title-page .staf-page__content--with-sidebar {
  max-width: 100%;
  margin-top: 0; }

.page-template-full-width-hidden-title-page .staf-page__content--with-sidebar > * {
  margin-left: 8px;
  margin-right: 8px; }

@media screen and (min-width: 1024px) {
  .page-template-full-width-hidden-title-page .staf-page__content--with-sidebar > * {
    margin-right: 0; } }
/* Sidebar email */
.staf-page__sidebar input[type=email] {
  width: 80%;
  padding: 2px; }

/* Sidebar buttons (dark background) */
.staf-page__sidebar input[type=submit] {
  width: auto;
  background-color: #D99408;
  color: #151206;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold; }

.staf-page__sidebar input[type=submit]:hover {
  background-color: #c08307;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  transition: background-color 100ms ease, box-shadow 100ms ease; }

/* ---------- Comments ----------- */
.staf-comments-wrap {
  max-width: 990px;
  margin: 0;
  padding-top: 0; }

@media screen and (min-width: 1024px) {
  .staf-comments-wrap {
    margin: 20px auto;
    /* Top margin doesn't work here */
    padding-top: 20px; } }
.staf-comments {
  background-color: #BB170D;
  color: white;
  max-width: none;
  padding: 20px;
  border-radius: 0; }

@media screen and (min-width: 1024px) {
  .staf-comments {
    border-radius: 7px; } }
.staf-comments li {
  list-style: none; }

/* Round avatars */
.staf-comments .comment-author img {
  border-radius: 50%; }

.staf-comments .comment-author a,
.staf-comments .comment-author a:hover,
.staf-comments .comment-author a:visited {
  color: white; }

/* Separation between threads */
.staf-comments .comment {
  border-bottom: 2px white dashed;
  margin-bottom: 20px; }

.staf-comments .comment .children .comment {
  border-bottom: none; }

/* Indentation of replies */
.staf-comments .comment .depth-2 {
  margin-left: 20px; }

.staf-comments .comment .depth-3 {
  margin-left: 30px; }

.staf-comments .comment .depth-4 {
  margin-left: 40px; }

.staf-comments .comment .depth-5 {
  margin-left: 50px; }

.staf-comments .comment .depth-6 {
  margin-left: 60px; }

@media screen and (min-width: 768px) {
  .staf-comments .comment .depth-2 {
    margin-left: 40px; }

  .staf-comments .comment .depth-3 {
    margin-left: 60px; }

  .staf-comments .comment .depth-4 {
    margin-left: 80px; }

  .staf-comments .comment .depth-5 {
    margin-left: 100px; }

  .staf-comments .comment .depth-6 {
    margin-left: 120px; } }
.staf-comments .comment-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.staf-comments .comment-metadata {
  display: flex;
  flex-direction: column; }

.staf-comments .comment-metadata a {
  color: white; }

.staf-comments .comment-content {
  font-family: "PT Serif", serif;
  font-size: 20px;
  line-height: 1.1em;
  letter-spacing: 0.2px;
  background: white;
  color: #151206;
  padding: 20px;
  border-radius: 7px;
  max-width: 600px;
  margin: 20px 20px 30px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }

.staf-comments .reply {
  margin: 0 20px 30px; }

.staf-comments .edit-link {
  margin: 30px 20px 10px; }

.staf-comments .comment-reply-link,
.staf-comments .comment-edit-link {
  background-color: #421308;
  color: white;
  padding: 3px 20px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5); }

.staf-comments .comment-reply-link:hover,
.staf-comments .comment-edit-link:hover {
  background-color: #2b0c05;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  transition: background-color 100ms ease, box-shadow 100ms ease; }

.staf-comments .logged-in-as,
.staf-comments .logged-in-as a,
.staf-comments .logged-in-as a:hover,
.staf-comments .logged-in-as a:visited {
  color: white;
  font-weight: bold; }

.staf-comments .logged-in-as a,
.staf-comments .logged-in-as a:hover,
.staf-comments .logged-in-as a:visited {
  text-decoration: underline; }

.staf-comments #comment {
  width: 98%;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 7px; }

/* Sign-up form */
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-right: 20px; }

.comment-form-author #author,
.comment-form-email #email,
.comment-form-url #url {
  width: 100%; }

.staf-comments .submit {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  color: white;
  background-color: #151206;
  padding: 10px 20px; }

.staf-comments .submit:hover {
  background-color: #010100;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  transition: background-color 100ms ease, box-shadow 100ms ease; }

/* ---------- Page ---------- */
.staf-page {
  background-color: white;
  color: #151206; }

.staf-page .staf-page__content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  background-color: white;
  color: #151206;
  margin-bottom: 0; }

.page-template-no-sidebar-page .staf-page__content {
  max-width: 840px;
  margin: 1em auto; }

/* ---------- Footer ---------- */
.staf-footer {
  background-color: #151206;
  color: white;
  overflow: hidden; }

/* Fix gigantic fontawesome in footer */
.staf-footer .fa-lg {
  font-size: 1em; }

.staf-footer--left-and-right {
  display: flex;
  align-items: stretch;
  flex-direction: column; }

@media screen and (min-width: 1024px) {
  .staf-footer--left-and-right {
    flex-direction: row; } }
.staf-footer--left,
.staf-footer--right,
.staf-footer--left-2,
.staf-footer--left-3 {
  background: white;
  color: #151206; }

.staf-footer--left,
.staf-footer--left-2,
.staf-footer--left-3 {
  padding: 20px; }

.staf-footer--right {
  padding: 0; }

@media screen and (min-width: 768px) {
  .staf-footer--right {
    padding: 20px; } }
.staf-footer--left,
.staf-footer--right {
  margin: 20px; }

@media screen and (min-width: 1024px) {
  .staf-footer--left,
  .staf-footer--right {
    margin: 20px 0 20px 20px; } }
.staf-footer--left__wrap {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.staf-footer--left {
  flex-basis: 35%; }

.staf-footer--left-2__wrap {
  flex-basis: auto;
  /* Cannot use a percentage here due to Safari flexbox column height bug - documented at caniuse.com */
  margin: 0 20px;
  display: flex;
  flex-direction: column; }

@media screen and (min-width: 768px) {
  .staf-footer--left-2__wrap {
    flex-direction: row; } }
@media screen and (min-width: 1024px) {
  .staf-footer--left-2__wrap {
    margin: 0 0 20px 20px; } }
.staf-footer--right {
  margin: 20px;
  flex-basis: auto; }

@media screen and (min-width: 768px) {
  .staf-footer--right {
    flex-basis: 50%; } }
.staf-footer--left-2 {
  flex-grow: 3.7;
  margin-right: 0; }

@media screen and (min-width: 768px) {
  .staf-footer--left-2 {
    margin-right: 20px; } }
.staf-footer--left-3 {
  flex-grow: 1;
  margin-top: 20px; }

@media screen and (min-width: 768px) {
  .staf-footer--left-3 {
    margin-top: 0; } }
.staf-footer--bottom {
  clear: both;
  background-color: #151206;
  color: white; }

.staf-footer__title {
  padding-top: 0;
  font-size: 2.5em;
  font-family: "Jaldi", "Arial", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5em; }

.staf-footer--right__title {
  margin: 20px 0.3em 0.5em;
  text-align: center; }

@media screen and (min-width: 1024px) {
  .staf-footer--right__title {
    margin: 0;
    text-align: start; } }
/* ---------- Skyline ---------- */
.staf-fixed-footer {
  line-height: 0px;
  display: block;
  overflow: visible; }

@media screen and (min-width: 1024px) {
  .staf-fixed-footer {
    display: flex;
    justify-content: center;
    overflow: hidden; } }
.home .staf-fixed-footer {
  margin-top: 20px; }

@media screen and (min-width: 1024px) {
  .home .staf-fixed-footer {
    margin-top: -440px;
    /* Push up into orange sky of About section */ } }
.staf-footer__skyline {
  max-width: 100%;
  width: auto;
  min-height: auto;
  z-index: 10; }

@media screen and (min-width: 1024px) {
  .staf-footer__skyline {
    width: auto;
    height: 440px;
    max-width: none;
    min-height: 440px; } }
/* ---------- Copyright ---------- */
.copyright {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0; }

/* ---------- Button ---------- */
.staf-button {
  background: black;
  color: white !important;
  font-size: 20px;
  font-weight: normal;
  padding: 12px;
  margin: 0;
  display: block;
  -webkit-margin-start: 20px;
  -webkit-margin-after: 20px; }

.staf-button:hover {
  background: #555;
  transition: background 0.3s; }

/* ---------- Footer menu ---------- */
#menu-footermenu.menu .menu-item {
  font-size: 2.5em;
  font-weight: bold;
  border-bottom: 8px black solid;
  margin-bottom: 5px; }

#menu-footermenu.menu .menu-item:hover {
  border-bottom: 8px #BB170D solid;
  transition: border-bottom 1.5s ease; }

#menu-footermenu.menu .menu-item a {
  display: block; }

#menu-footermenu.menu .menu-item a,
#menu-footermenu.menu .menu-item a:active,
#menu-footermenu.menu .menu-item a:visited {
  color: black; }

#menu-footermenu.menu .menu-item a:hover {
  color: #BB170D;
  transition: color 1.5s ease; }

/* ---------- Social buttons in the footer ---------- */
.staf-social-buttons {
  font-size: 3em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .staf-social-buttons {
    flex-direction: column;
    margin-bottom: 20px; } }
.staf-social-buttons__item {
  text-align: center;
  margin: 0 10px; }

@media screen and (min-width: 768px) {
  .staf-social-buttons__item {
    margin: 10px 0; } }
.staf-social-buttons__item a,
.staf-social-buttons__item a:active,
.staf-social-buttons__item a:visited {
  color: black; }

.staf-social-buttons__item a:hover {
  color: #BB170D;
  transition: color 1.5s ease; }

/* ---------- Primary categories ---------- */
.staf-category__list-item {
  display: inline-block;
  background-color: black;
  padding: 14px;
  margin: 4px;
  font-size: 1.5em;
  font-weight: bold; }

@media screen and (min-width: 768px) {
  .staf-category__list-item {
    font-size: 2.3em; } }
.staf-category__list-item:hover {
  background-color: gray;
  transition: background-color 100ms ease, box-shadow 100ms ease; }

a.staf-category__list-item,
a.staf-category__list-item:active,
a.staf-category__list-item:visited,
a.staf-category__list-item:hover {
  color: white;
  border-radius: 3px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5); }

/* ---------- Homepage ---------- */
.home h3 {
  font-size: 2.4em;
  font-weight: bold; }

.home h4 {
  font-size: 1.6em;
  padding-top: 0;
  text-align: center; }

.home .staf-page__content h4 a,
.home .staf-page__content h4 a:hover,
.home .staf-page__content h4 a:visited {
  color: #151206;
  font-weight: normal; }

/* Fix left margin for non-orange sections on homepage */
.home .panel-grid.panel-no-style {
  margin-left: 20px; }

/* ---------- Get Involved section ---------- */
.staf-row__get-involved .so-panel {
  margin-bottom: 0 !important; }

.staf-row__get-involved--last {
  margin-bottom: 20px; }

/* ---------- Full width, orange row ---------- */
body.home {
  background-color: #D99408; }

.staf-row--orange {
  box-shadow: 0px -10px 25px -5px #bbb;
  background-color: #D99408;
  padding-top: 20px;
  padding-bottom: 20px; }

@media screen and (min-width: 1024px) {
  .staf-row--orange {
    padding-bottom: 440px;
    /* Keeps the sky orange */
    margin-bottom: 0; } }
.staf-row--orange .staf-category__list-item {
  background-color: white; }

.staf-row--orange .staf-category__list-item:hover {
  background-color: #eee;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5); }

.staf-row--orange a.staf-category__list-item,
.staf-row--orange a.staf-category__list-item:active,
.staf-row--orange a.staf-category__list-item:visited {
  color: black;
  margin: 10px; }

/* Fix left margin on homepage */
.staf-row--orange h3 {
  margin-left: 20px; }

/* ---------- Black banner ---------- */
.staf-row__banner--black {
  background-color: #151206;
  color: white;
  margin: 20px 20px 0;
  padding: 0 20px 20px;
  font-size: 1.7em;
  font-family: "Roboto Slab", serif;
  line-height: 1.2em; }

.staf-row__banner--black .widget-title {
  font-size: 1.4em; }

/* ---------- Shortcode buttons ---------- */
.staf-button {
  background-color: #BB170D;
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 1.6em;
  /* 2.5em */
  font-weight: bold;
  font-family: "Jaldi", "Arial", sans-serif;
  display: inline-block;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5); }

.staf-button:hover {
  background-color: #a3140b;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  transition: background-color 100ms ease, box-shadow 100ms ease; }

.staf-button a,
.staf-button a:active,
.staf-button a:visited {
  color: white; }

/* ---------- Page titles ---------- */
.staf-page__title-wrap {
  background-color: #151206;
  color: white; }

.staf-page__title {
  /*padding-bottom: 50px;*/
  margin-bottom: 20px;
  /* font-size: 3em; Raleway */
  line-height: 1.2em;
  /* Jaldi */
  font-size: 2.2em;
  /* Jaldi */
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

@media screen and (min-width: 768px) {
  .staf-page__title {
    /*max-width: 600px;*/
    text-align: left; } }
@media screen and (min-width: 1024px) {
  .staf-page__title {
    max-width: 990px;
    /*text-align: left;*/ } }
/* ---------- Category/single pages ---------- */
.archive .staf-page__title {
  padding-bottom: 0;
  text-align: center; }

.single .staf-page__title {
  padding-bottom: 20px;
  /* TODO differentiate events from single posts */ }

.archive .staf-page__content {
  color: white;
  background-color: #151206; }

.staf-archive__num-posts-wrap {
  background-color: #151206;
  color: white;
  height: 100px;
  max-height: 20vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2em; }

.staf-index {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto; }

.staf-archive__category-info {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

.staf-pagination {
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: center; }

/* ---------- 404 page ---------- */
.error404 {
  background: #151206;
  color: white; }

.staf-page-404__404 {
  font-size: 6em;
  text-align: center; }

.staf-page-404__heading {
  text-align: center;
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: 2em; }

@media screen and (min-width: 1024px) {
  .staf-page-404__heading {
    font-size: 2.2em;
    margin-bottom: 1em; } }
.staf-page-404 {
  max-width: 98%;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0; }

@media screen and (min-width: 1024px) {
  .staf-page-404 {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px; } }
.staf-page-404__text {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em; }

/* ---------- Separators / Author block ---------- */
.staf-author-block {
  display: flex; }

.staf-author-block__name a,
.staf-author-block__name a:hover,
.staf-author-block__name a:visited {
  color: #BB170D;
  margin-left: 20px; }

.staf-author-block__avatar {
  border-radius: 50%; }

/* ---------- Events Manager event map ---------- */
.em-location-map-container {
  margin: 0 0 20px 5px;
  /* (Already has 15px left built into parent) */ }

/* ---------- Post date and categories ---------- */
.staf-page__date {
  margin-bottom: 5px; }

.staf-page__categories {
  display: flex;
  flex-wrap: wrap; }

.staf-page__category {
  -webkit-margin-end: 20px;
  margin-right: 20px;
  /* Edge */
  -webkit-margin-after: 5px; }

/* ---------- JetPack sharing buttons ---------- */
.home .sharedaddy {
  display: none; }

/* ---------- Fix odd Accept button sizing in cookie notice with Jaldi font ---------- */
body .cc-panel__accept,
body .cc-panel__accept:link,
body .cc-panel__accept:visited {
  padding: 0 6px; }

/* ---------- Search results page ---------- */
.search-results .search-form label {
  display: flex;
  flex-direction: column; }

.search-results .search-form {
  margin: 0 20px; }

@media screen and (min-width: 768px) {
  .search-results .search-form {
    margin: 0; } }
/* ---------- Video banner ---------- */
.featured-video-plus.fvp-responsive.fvp-youtube iframe {
  max-height: 85vh; }

/*# sourceMappingURL=style.css.map */
