/******************************************************************
Site Name:
Author:

Stylesheet: Login Stylesheet

This stylesheet is loaded (if admin.php is setup in your
functions file) on the login page. This way you can style
the login page. It won't affect any other page, admin or front-end.

For more info, check out the codex:
http://codex.wordpress.org/Creating_Admin_Themes

******************************************************************/
/* the form box */
/*
This is the Wordpress logo in the admin area.
You'll have to load your own images and mess
with the width and height.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Helpers
   ========================================================================== */

.h-ir {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.login h1 a,
.h-hide-text {
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  .h-hide-text {
    /* IE10 */
    text-indent: -9999px;
  }
  *::-ms-backdrop, .h-hide-text {
    /* IE11 */
    text-indent: -9999px;
  }
}


.h-hidden {
  display: none !important;
  visibility: hidden;
}


.h-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.h-visually-hidden.focusable:active,
.h-visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Text meant only for screen readers. */
.h-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.h-screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


.cf:before,
.cf:after {
  content: "";
  display: table;
}


.cf:after {
  clear: both;
}


.h-plain-list {
  list-style: none;
  list-style-image: none;
}


.h-center-text {
  text-align: center;
}


.h-left-text {
  text-align: left;
}


.h-right-text {
  text-align: right;
}


.h-float-left {
  float: left;
}


.h-float-right {
  float: right;
}


.h-centered {
  margin-right: auto;
  margin-left: auto;
}

.h-skipnav {
  background: transparent;
  color: #010101;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}

.h-skipnav:focus {
  background: #FFFFFF;
  left: 0;
  outline: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
}

/*

Base Styles
===========

HTML, BODY, #wrapper styles

*/
:root {
  --ratio: 1.54;
  font-size: calc(.47vw + 1em);
  line-height: var(--ratio);
}

html {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  color: #252525;
  /* The background-color below used the footer background color to make it seem like 
	the footer is endless in the rare case where the page content makes the page length shorter than the browser window */
  background-color: #ffcc33;
  min-width: 320px;
  overflow-x: hidden;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ul, ol, dd, menu, dl, figure, pre, table, fieldset, legend, hr,
h1, h2, h3, h4, h5, h6, p, a {
  margin: 0;
}

#container {
  position: relative;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 90%;
}

.content-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  width: 90vw;
}

@media all and (min-width: 48em) {
  .content-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2.29411765rem;
  }
}

/*
Shame CSS
	This is not a dumping ground. It is a staging area for hacks that are
	intended to be fixed and resolved so as not to sully our
	production-ready codebase. Hacks are necessary, but they are not
	permanent, nor are they acceptable long-term. You are not done when
	you've moved your selector and rules here.

	This is not intended to be an easy fix, or a simple way out. You will
	spend time writing out your shame, and you will make it known that
	you indeed had to resort to a hack with your next commit

	Rules:
		1) Your documentation should be written in block comment format so
		  that your shame is publically visible in the compiled stylesheet
		  (also helpful for debugging)

		2) Name yourself so we can all scorn your lack of front-end prowess
		  (or talk to you about any questions we have)

		3) Name the location your code would go were it not such a horrible
		  travesty to the name of stylesheet.

		4) Give the motive behind your sociopathic manipulation of CSS, what
		  areas are affected, what this solves, and most importantly...

		5) How would you go about rectifying the horrible crimes you have
		  committed given more time.
*/
/* Hero Banner */
/**

<figure class="hero-banner hero-banner--basic">
	<img src="hero-banner-default.jpg" class="attachment-full-width-hero-banner size-full-width-hero-banner" alt="">
</figure>

**/
.hero-banner {
  background-color: rgba(1, 1, 1, 0.25);
  min-height: 100px;
  position: relative;
  width: 100%;
}

.hero-banner--basic img {
  max-width: 100%;
  min-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.hero-banner.hero-banner--complex {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-banner.hero-banner--complex > * {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hero-banner.hero-banner--complex > :first-child:not(.hero-banner__middle-content) {
  margin-top: 0;
}

.hero-banner.hero-banner--complex > :last-child:not(.hero-banner__middle-content) {
  margin-bottom: 0;
}

.hero-banner.hero-banner--complex > .hero-banner__middle-content {
  margin-top: auto;
  margin-bottom: auto;
}

.hero-banner--deep {
  border-bottom: 8px solid #cd112f;
  background-image: url("../img/backgrounds/page-header-deep-bg--small.jpg");
  color: #FFFFFF;
  min-height: 60vh;
}

@media all and (min-width: 35.5em) {
  .hero-banner--deep {
    background-image: url("../img/backgrounds/page-header-deep-bg--medium.jpg");
  }
}

@media all and (min-width: 48em) {
  .hero-banner--deep {
    background-image: url("../img/backgrounds/page-header-deep-bg--large.jpg");
  }
}

@media all and (min-width: 64em) {
  .hero-banner--deep {
    background-image: url("../img/backgrounds/page-header-deep-bg--xlarge.jpg");
  }
}

.hero-banner--shallow {
  min-height: 20vh;
  background-image: url("../img/backgrounds/page-header-shallow-bg--small.jpg");
  color: #FFFFFF;
}

@media all and (min-width: 35.5em) {
  .hero-banner--shallow {
    background-image: url("../img/backgrounds/page-header-shallow-bg--medium.jpg");
  }
}

@media all and (min-width: 48em) {
  .hero-banner--shallow {
    background-image: url("../img/backgrounds/page-header-shallow-bg--large.jpg");
  }
}

@media all and (min-width: 64em) {
  .hero-banner--shallow {
    background-image: url("../img/backgrounds/page-header-shallow-bg--xlarge.jpg");
  }
}

@media all and (max-width: 47.9375em) {
  .sidebar--primary {
    border-top: 1px solid;
    padding-top: 1.5rem;
  }
}

@media all and (min-width: 48em) {
  .sidebar--primary {
    border-left: 1px solid;
    padding-left: 1rem;
  }
}

@media all and (min-width: 64em) {
  .sidebar--primary {
    padding-left: 1.5rem;
  }
}

.owl-bordered > * + * {
  border-top: 1px solid;
}

@media all and (min-width: 48em) {
  .section--narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}

@media all and (min-width: 64em) {
  .section--narrow {
    max-width: 80%;
  }
}

@media all and (min-width: 35.5em) {
  .section--xnarrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}

@media all and (min-width: 48em) {
  .section--xnarrow {
    max-width: 70%;
  }
}

@media all and (min-width: 64em) {
  .section--xnarrow {
    max-width: 60%;
  }
}

.columns {
  -moz-column-gap: 2em;
       column-gap: 2em;
}

.columns--1 {
  width: 100%;
}

.columns--2 {
  -moz-columns: 18.75rem 2;
       columns: 18.75rem 2;
}

.columns--3 {
  -moz-columns: 18.75rem 3;
       columns: 18.75rem 3;
}

.section--content-with-images .section--content__inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.section--content-with-images__content {
  flex: 1 1 300px;
  margin: 1rem;
  margin-top: 0.5rem;
  width: calc(50% - 1rem);
}

.section--content-with-images__images {
  flex: 1 1 300px;
  margin: 1rem;
  margin-top: 0.5rem;
  width: calc(100% - 1rem);
}

.image-list__item img {
  width: 100%;
}

.tribe-events .tribe-events-l-container,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0;
  padding-bottom: 0;
}

.tribe-events-pg-template .tribe-events-single {
  background-color: #ebebeb;
  padding-top: 1rem !important;
  padding-left: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: 1rem !important;
}

@media all and (min-width: 48em) {
  .tribe-events-pg-template .tribe-events-single .tribe_events.has-post-thumbnail .tribe-events-event-image {
    max-width: 40%;
    float: right;
  }
}

@media all and (min-width: 48em) {
  .tribe-events-pg-template .tribe-events-single .tribe_events.has-post-thumbnail .tribe-events-single-event-description {
    max-width: 60%;
    padding-right: 4%;
  }
}

.login h1 a {
  background-image: url("../img/site-logo.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

@media all and (max-width: 47.9375em) {
  .login h1 a {
    background-size: 274px 63px;
    height: 63px;
    width: 274px;
  }
}

@media all and (min-width: 48em) {
  .login h1 a {
    background-size: 274px 63px;
    height: 63px;
    width: 274px;
  }
}

form {
  background: white;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  box-shadow: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
  margin-left: 8px;
  padding: 26px 24px 46px;
}

body form .input {
  background: #FBFBFB;
  border: 1px solid #E5E5E5;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  outline: none;
  padding: 3px;
  width: 97%;
}

#login #nav,
#login #backtoblog {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  padding: 0.25em 0.5em;
}
