/* 
Base styles

I. Typography

*/

/* I. Typography */

@font-face {
  font-family: Arcon;
  src: url(../fonts/arcon-regular-webfont.woff2) format('woff2'),
    url(../fonts/arcon-regular-webfont.woff) format('woff'),
    url(../fonts/arcon-regular.otf) format('opentype')
}

@font-face {
  font-family: Arcon-Rounded;
  src: url(../fonts/arcon-rounded-regular-webfont.woff2) format('woff2') url(../fonts/arcon-rounded-regular-webfont.woff) format('woff'),
    url(../fonts/arcon-rounded-regular) format('opentype')
}

@font-face {
  font-family: FrontageCondensed-Outline;
  src: url(../fonts/FrontageCondensed-Outline.otf) format('opentype')
}

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 200;
  src: url(../fonts/SourceCodePro-ExtraLight.ttf);
}

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 300;
  src: url(../fonts/SourceCodePro-Light.ttf);
}

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 400;
  src: url(../fonts/SourceCodePro-Regular.ttf);
}

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 500;
  src: url(../fonts/SourceCodePro-Semibold.ttf);
}

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 600;
  src: url(../fonts/SourceCodePro-Bold.ttf);
}

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 700;
  src: url(../fonts/SourceCodePro-Black.ttf);
}

@font-face {
  font-family: Avenir;
  font-weight: 300;
  src: url(../fonts/Avenir-Book.ttf);
}

@font-face {
  font-family: Avenir;
  font-weight: 300;
  font-style: italic;
  src: url(../fonts/Avenir-BookOblique-02.ttf);
}

@font-face {
  font-family: Avenir;
  font-weight: 600;
  src: url(../fonts/Avenir-Heavy-05.ttf);
}

@font-face {
  font-family: Avenir;
  font-weight: 600;
  font-style: italic;
  src: url(../fonts/Avenir-HeavyOblique-06.ttf);
}

@font-face {
  font-family: Altero;
  src: url(../fonts/Altero-Regular.otf) format('opentype');
}

@font-face {
  font-family: Silkscreen;
  src: url(../fonts/Silkscreen.eot) format('embedded-opentype'),
    url(../fonts/Silkscreen.woff2) format('woff2'),
    url(../fonts/Silkscreen.woff) format('woff'),
    url(../fonts/Silkscreen.ttf) format('truetype')
}

@font-face {
  font-family: Silkscreen;
  font-weight: bold;
  src: url(../fonts/SilkscreenBold.eot) format('embedded-opentype'),
    url(../fonts/SilkscreenBold.woff2) format('woff2'),
    url(../fonts/SilkscreenBold.woff) format('woff'),
    url(../fonts/SilkscreenBold.ttf) format('truetype')
}

@font-face {
  font-family: Silkscreen-Expanded;
  src: url(../fonts/SilkscreenExpanded.eot) format('embedded-opentype'),
    url(../fonts/SilkscreenExpanded.woff2) format('woff2'),
    url(../fonts/SilkscreenExpanded.woff) format('woff'),
    url(../fonts/SilkscreenExpanded.ttf) format('truetype')
}

@font-face {
  font-family: Silkscreen-Expanded;
  font-weight: bold;
  src: url(../fonts/SilkscreenExpandedBold.eot) format('embedded-opentype'),
    url(../fonts/SilkscreenExpandedBold.woff2) format('woff2'),
    url(../fonts/SilkscreenExpandedBold.woff) format('woff'),
    url(../fonts/SilkscreenExpandedBold.ttf) format('truetype')
}

.text-center,
.is-text-center {
  text-align: center;
}

.text-right,
.is-text-right {
  text-align: right;
}

.text-left,
.is-text-left {
  text-align: left;
}

body {
  background-color: #272727;
  font-size: 100%;
  font-family: Avenir;
  font-weight: 300;
  /* max-width: 1440px; */
  max-width: 1920px;
  margin: 0 auto !important;
}

.home {
  /* max-width: 1440px; */
  max-width: 1920px;
  margin: 0 auto !important;
}

.is-hidden {
  display: none !important;
}

@media only screen and (min-width: 770px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 770px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 900px) {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 1390px) {
  .only-xxl {
    display: none !important;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-size-adjust: 0.5; */
}

h1,
.title-1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}

@media (min-width: 43.75em) {

  h1,
  .title-1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 56.25em) {

  h1,
  .title-1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height
    and something more appropriate for display headings */
  }
}

h2,
.title-2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

@media (min-width: 43.75em) {

  h2,
  .title-2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {

  h2,
  .title-2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

:root {
  --font-size-xl: 3.052em;
  --font-size-l: 2.441em;
  --font-size-m: 1.953em;
  --font-size-s: 1.563em;
  --font-size-xs: 1.25em;
  --font-size-xxs: 1.125em;
}

.size-1 {
  font-size: var(--font-size-xl);
}

.size-2 {
  font-size: var(--font-size-l);
}

.size-3 {
  font-size: var(--font-size-m);
}

.size-4 {
  font-size: var(--font-size-s);
}

.size-5 {
  font-size: var(--font-size-xs);
}

.size-6 {
  font-size: var(--font-size-xxs);
}

ul {
  margin: 0;
  padding: 0;
}

li+li {
  margin-bottom: 1rem;
}

nav ul {
  list-style: none;
  padding: 0;
}

ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-list-style {
  list-style: none;
}

.gram-embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

address {
  font-family: Avenir;
  font-style: initial;
}

figure {
  position: relative;
}

figure figcaption {
  background-color: rgba(29, 29, 29, 0.72);
  font-size: 14px;
}

@media (min-width: 796px) {
  figure figcaption {
    position: absolute;
    bottom: 0;
  }
}

.wp-caption {
  max-width: 100% !important;
}

.is-bold {
  font-weight: bold;
}

.is-italic {
  font-style: italic;
}

.scp-font,
.scp-font * {
  font-family: Source Code Pro !important;
}

.scp-font.is-semibold {
  font-weight: 500;
}

.scp-font.is-bold {
  font-weight: 600;
}

.scp-font.is-black {
  font-weight: 700;
}

.arcon-font,
.arcon-font * {
  font-family: Arcon !important;
}

.altero-font,
.altero-font * {
  font-family: 'Altero' !important;
}

.silkscreen-font,
.silkscreen-font * {
  font-family: 'Silkscreen' !important;
}

.avenir-font,
.avenir-font * {
  font-family: 'Avenir' !important;
}

body,
p,
span {
  font-family: Avenir;
}

button {
  cursor: pointer;
}

.post-content a:link,
.post-content a:visited {
  color: #2F80ED;
}

.post-content a:hover {
  background-color: #2F80ED;
  color: white;
}

.post-content a span {
  font-weight: 600 !important;
}

.is-blue {
  color: #2F80ED !important;
}

.is-purple {
  color: #d86dff !important;
}

.is-yellow {
  color: #FFED8E !important;
}

.is-orange {
  color: #FF8E6A !important;
}

.is-green {
  color: #68B067 !important;
}

.is-grey {
  color: #979797 !important;
}

.is-black {
  color: #000 !important;
}

.is-white {
  color: #FFF !important;
}

.is-uppercase {
  text-transform: uppercase;
}

.is-lowercase {
  text-transform: lowercase;
}

.bg-white {
  background-color: #fff
}

.bg-black {
  background-color: #000;
}

.bg-gray-1 {
  background-color: #272727;
}

.bg-gray-2 {
  background-color: #1D1D1D;
}

.bg-gray-3 {
  background-color: #141414;
}

.bg-gray-4 {
  background-color: #3B3B3B;
}

.bg-gray-5 {
  background-color: #131111;
}

.bg-static {
  background-image: url(https://thetriibe.com/wp-content/uploads/2017/01/dark_static.jpg);
  background-repeat: repeat;
}

.bg-gradient {
  background-image: linear-gradient(148.9deg, #050505 16.62%, #454444 100%);
  background-repeat: no-repeat;
}

.divider {
  border: 1px solid grey;
}

.divider.divider--horizontal {
  height: 0;
  width: 100%;
  margin-top: var(--spacing-m);
  margin-bottom: var(--spacing-m);
}

.divider.divider--vertical {
  height: auto;
  width: 0;
  margin-left: var(--spacing-m);
  margin-right: var(--spacing-m);
}

.page-content {
  position: relative;
  background-color: #272727;
  font-family: 'Avenir', sans-serif;
}

.is-open+.page-content {
  -webkit-box-shadow: 0 -2px 10px 0 black;
  box-shadow: 0 -2px 10px 0 black;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.is-block {
  display: block;
}

.is-clipped {
  overflow: hidden !important;
}

.is-flex {
  display: flex !important;
}

.is-flex.is-flex-col {
  flex-direction: column;
}

@media only screen and (max-width: 760px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

.is-grid {
  display: grid;
}

@media only screen and (min-width: 900px) {
  .is-grid-desktop {
    display: grid;
  }

  .is-flex-desktop {
    display: flex !important;
  }
}

.is-flex.is-centered-all {
  justify-content: center;
  align-items: center;
}

.is-flex.is-centered-row {
  align-items: center;
}

.is-flex.is-centered-col {
  justify-content: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.container--front {
  max-width: 1390px;
  padding: 0;
}

@media only screen and (min-width: 900px) {
  .container--front {
    max-width: 1390px;
    padding: 4rem 2rem;
  }
}

.call-to-action {
  font-family: Source Code Pro;
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #333;
  border-radius: 3px;
  background-image: url(https://thetriibe.com/wp-content/uploads/2017/01/dark_static.jpg);
  background-size: contain;
  color: white;
}

.announcement-bar {
  background-color: #2e80ed;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.5rem;
}

.announcement-bar__close {
  background: none;
  border: none;
  font-size: 1.5rem;
}

@media only screen and (min-width: 700px) {
  .announcement-bar {
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .announcement-bar__close {
    position: absolute;
    right: 25px;
  }
}

/* Header */

.header--triibe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: none;
  background-image: url(https://thetriibe.com/wp-content/uploads/2017/01/dark_static.jpg);
  background-repeat: repeat;
  background-size: contain;
  -webkit-box-shadow: 0 2px 4px 0 black;
  box-shadow: 0 2px 4px 0 black;
  z-index: 9999;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}

.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav .menu-item a {
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.header__nav .menu-item:hover a {
  color: #2F80ED;
}

@media only screen and (max-width: 770px) {
  body.fixed .header--triibe {
    position: fixed;
    width: 100%;
  }

  .header__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.logo--header svg {
  height: 40px;
}

.logo--footer svg {
  height: 75px;
}

.logo--footer {
  margin: 2rem 0;
}

.logo {
  max-width: initial;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.donate-banner {
  background-color: black;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.donate-button,
.donate-banner__btn {
  background-color: #2F80ED;
  padding: 0.5rem 1rem;
  text-align: center;
}

.donate-button:hover,
.donate-banner__btn:hover {
  background-color: white;
  color: black;
}

@media only screen and (max-width: 760px) {
  .donate-banner {
    font-size: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .donate-button,
  .donate-banner__btn {
    width: 80%;
    margin-top: 1rem;
  }
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

.triibe__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-toggle {
  width: 60px;
  padding: 0 1rem;
  font-size: 1.5rem;
}

.triibe__menu .menu-item {
  border: none;
}

.triibe__menu .menu-item a {
  padding: 1rem 0;
  color: white;
}

.triibe__menu .menu-item span {
  font-family: 'Source Code Pro', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.triibe__mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.mobile-menu__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  /* The main point: */
  overflow-y: auto;
  /* Optional but highly reccomended: enables momentum scrolling on iOS */
  -webkit-overflow-scrolling: touch;
}

.mobile-menu__item {
  padding: 0.5rem 2rem;
}

.mobile-menu__links {
  height: auto;
}

.mobile-menu__links>div:after {
  display: none;
}

.button.button--coronavirus.button--coronavirus {
  background: #2F80ED;
  font-weight: 500;
  position: relative;
  padding: 0;
}

.button--coronavirus span {
  font-size: 0.85rem;
}

.button--coronavirus svg {
  fill: white;
  position: absolute;
  top: 13px;
  bottom: 0;
  height: 50px;
  width: 50px;
  opacity: 0.35
}

@media only screen and (min-width: 769px) {
  .button.button--coronavirus.button--coronavirus {
    padding: 0 1rem;
  }

  .button--coronavirus span {
    font-size: 1rem;
  }

  .button--coronavirus svg {
    position: initial;
    margin-right: 1rem;
  }
}

.button--black-summer {
  flex-direction: column;
}

@media (min-width: 768px) {
  .button--black-summer {
    flex-direction: row;
  }
}

.triibe__searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid white;
  color: white;
  margin: 0.5rem 0;
}

.searchbar__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
}

.searchbar__icon i {
  font-size: 2rem;
  padding-left: 1rem;
}

.triibe__searchbar .searchbar__input input[type="search"] {
  width: 100%;
  border: none;
  background-color: black;
  color: white;
  border-width: 3px;
  font-family: 'Source Code Pro', sans-serif;
  font-weight: 600;
  padding: 1rem;
  -webkit-appearance: initial;
}

.searchbar--desktop {
  height: 0;
  background-color: #141414;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.searchbar--desktop form {
  height: 100%;
}

.searchbar--desktop .triibe__searchbar {
  height: 100%;
  border: none;
  margin: 0;
}

.searchbar--desktop .searchbar__input input[type="search"] {
  font-size: 3rem;
  background-color: transparent;
  color: #2C74D6;
}

input[type="search"]:focus {
  outline: none;
}

.searchbar--desktop.is-open {
  height: 100px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.search-button {
  border: none;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 1rem 2rem;
  font-size: 2rem;
  margin: 0;
  background-color: #141414;
}

.search-button:focus {
  outline: none;
}

.search-button i {
  color: white;
}

.search-button:hover i {
  color: dodgerblue;
}

.header__item .button {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0 0.5rem;
}

.header__item .button--donate {
  background-color: #3D95FC;
  font-family: 'Source Code Pro', sans-serif;
  font-weight: 500;
}

.header__item .button--the-function {
  background-color: #FF8E6A;
  color: #fff;
  outline: none;
}

@media (max-width: 900px) {
  .header__item .button--election {
    display: none;
  }
}


.mobile-menu__item .button--election {
  padding: 1rem;
}

.is-sponsored-tag {
  text-align: center;
  margin-bottom: 0.5rem;
}

.is-sponsored-tag>span {
  background: #3c94fd;
  padding: 0 0.5rem;
  border-radius: 10px;
  font-family: 'Source Code Pro', sans-serif;
  font-size: 12px;
  color: white;
}

.is-sponsored-tag>span {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  color: white;
}

.page_item a,
.menu-item a {
  font-family: 'Source Code Pro';
  font-weight: 100;
}

.menu-item-2803 a {
  font-weight: 700 !important;
}

.logo--header {
  max-width: 10%;
  padding: 1rem;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Source Code Pro;
  list-style-type: none;
}

.menu-link {
  padding: 1rem;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 100;
}

.menu-link:hover {
  color: #3D95FD !important;
}

.single_post_content {
  max-width: 100%;
  margin: 0 auto;
}

/* @TODO deprecate, related: single--feature */
.contain-post-info {
  /*padding: 0 2rem;*/
  text-align: center;
}

/* @TODO deprecate, related: single--feature */
.single_post .postitle {
  font-family: Arcon;
}

/* About Page */
.page-id-1626 .single_post {
  max-width: 100%;
  padding: 0;
}

.page-id-1626 #content {
  margin-top: 0;
}

.page-id-1626 .page_head {
  display: none;
}

.post {
  border-right: 1px solid rgba(211, 211, 211, 0.08);
  padding: 2rem;
}

@media only screen and (max-width: 500px) {
  .single_post .postitle {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .single_post_content {
    max-width: 100%;
  }

  .contain-post-info {
    padding: 0;
  }

  .post,
  .post-template-default #content {
    padding: 0;
  }

  .post {
    border-right: none;
  }
}

.postitle,
.postitle a {
  color: white;
}

.home_sidebar .lay2 .hentry {
  height: initial;
}

.home_sidebar .lay2 .hentry p {
  display: none;
}

.home_sidebar .postitle {
  font-family: 'Source Code Pro';
  font-size: 1rem;
}

.sidebar .home_title {
  text-align: center !important;
}

.lay4 .hentry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0px 20px 0 20px;
  margin: 20px 0;
  background: #272727;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.summary__meta .terms a {
  font-family: 'Source Code Pro', sans-serif;
  text-transform: uppercase;
  color: #2F80ED;
  font-weight: 500;
}

.contain-date-tag {
  font-size: 0.7rem;
  font-family: Source Code Pro;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem;
}

.contain-info {
  padding: 1rem;
  border-top: 1px solid white;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.page_feature_wrap .elementor-container {
  max-width: 100% !important;
}

.feature-content .elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 100%;
}

.elementor-section .elementor-container {
  display: block !important;
}

.feature-gif img {
  width: 100%;
}

.navigation.episodes {
  padding: 20px !important;
  font-family: Source Code Pro;
}

.episodes a {
  color: lightgrey;
}

.episode-title {
  color: grey;
}

.episode-img {
  height: 200px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0 2px 4px 0 lightgrey;
  box-shadow: 0 2px 4px 0 lightgrey;
}

.nav-box.ast-next {
  width: initial;
}

.back-to-tribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Source Code Pro;
  padding: 15px;
}

.back-to-tribe img {
  height: 50px;
  width: 50px;
  padding-right: 1rem;
}

/* @TODO deprecate rel: The Forecast: Julian Love */

.julian-love-iframe {
  text-align: center;
}

.julian-love-iframe iframe {
  width: 560px !important;
}

@media only screen and (max-width: 460px) {
  .julian-love-iframe iframe {
    height: 230px;
  }
}

#mc_embed_signup {
  font-family: 'Source Code Pro';
  font-size: 14px;
  color: #cecece;
}

#mc_embed_signup .mc-field-group input {
  background-color: #272727;
  border: 2px solid #3D95FD;
  color: white;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px 0 black;
  box-shadow: 0 2px 3px 0 black;
  font-family: 'Source Code Pro';
  letter-spacing: 2px;
}

#mc_embed_signup .button {
  font-family: 'Source Code Pro';
  text-transform: uppercase;
  letter-spacing: 2px;
  background: url(https://thetriibe.com/wp-content/uploads/2017/01/dark_static.jpg) center/contain !important;
  border: 2px solid #cecece !important;
  border-radius: 0 !important;
}

.mc-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.triibe-icon {
  width: 100px;
  margin-right: 1rem;
}

.shoo {
  position: absolute;
  left: -5000px;
}

.another-life-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
  margin-left: 2rem;
}

.another-life-header .title {
  font-size: 3rem;
  text-transform: uppercase;
  margin: 0;
  /*margin: 0 1rem 0 0;*/
}

.another-life-header .title,
.another-life-header .tagline {
  font-family: Arcon;
}

.page-id-321 .single_post,
.page-id-1517 .single_post,
.page-id-321 .elementor-container,
.page-id-1517 .elementor-container {
  max-width: 100% !important;
  padding: 0;
}

.page-id-1517 #content {
  margin-top: 0;
}

.page-id-1517 .elementor-element-populated {
  padding: 0 !important;
}

.page-id-1517 .elementor-widget {
  margin-bottom: 0 !important;
}

.page-id-1517 .page_head {
  display: none !important;
}

#we-are-triibe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1.25;
  font-family: Arcon;
}

.member-name {
  margin: 0;
  text-transform: uppercase;
}

.staff-member-img {
  height: 250px;
  -webkit-box-shadow: 0 2px 4px 0 black;
  box-shadow: 0 2px 4px 0 black;
}

.slick-arrow {
  position: absolute;
  height: 50px !important;
  top: 200px;
  /* filter: invert(75%); */
  z-index: 100;
}

.left-arrow {
  left: 15px;
}

.right-arrow {
  right: 15px;
}

.slick-slide:focus {
  outline: none;
}

.page-template-page-scene_template #content {
  margin-top: 0;
}

.hide-mc-input {
  position: absolute;
  left: -5000px;
}

body.page-id-2747 {
  background: black !important;
}

.page-id-2747 .page_head {
  display: none;
}

#countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.countdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.num {
  font-size: 4rem;
  color: white;
  margin-bottom: 1rem;
}

.metric {
  font-size: 2rem;
}

@media only screen and (max-width: 700px) {
  .num {
    font-size: 2rem;
  }

  .metric {
    font-size: 1rem;
  }
}

.riots-slider .slick-slide-inner {
  height: 350px;
}

.riots-slider .slick-slide-inner img {
  max-height: 100%;
}

.postid-3107 .header {
  z-index: 1000;
}

.first-paragraph::first-letter {
  font-size: 3rem;
  color: #3D95FD;
  float: left;
  line-height: 0.8;
  margin-right: 0.25rem;
  font-family: 'Source Code Pro', sans-serif;
  font-weight: bold;
}

#out-west-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

sup {
  color: #3D95FD;
  font-size: 0.7rem;
  font-weight: bold;
}

@media only screen and (min-width: 800px) {
  #out-west-hero {
    min-height: 800px;
  }

  #out-west-hero>.elementor-container {
    width: 100%;
  }

  .ow-img {
    width: 100%;
    max-width: initial;
    height: 100%;
    -webkit-box-shadow: 0 2px 4px 0 black !important;
    box-shadow: 0 2px 4px 0 black !important;
    border: 5px solid white !important;
  }

  .ow-img.rotate-left {
    -webkit-transform: rotate(-10deg) scale(1);
    -ms-transform: rotate(-10deg) scale(1);
    transform: rotate(-10deg) scale(1);
    top: 50px;
    /*left: -50px;*/
  }

  .ow-img.rotate-right {
    -webkit-transform: rotate(10deg) scale(1);
    -ms-transform: rotate(10deg) scale(1);
    transform: rotate(10deg) scale(1);
    top: 50px;
    /*right: -50px;*/
  }
}

.history-project {
  font-family: 'Source Code Pro', sans-serif;
}

.hp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
  background-color: black;
  -webkit-box-shadow: 0 2px 4px 0 black;
  box-shadow: 0 2px 4px 0 black;
}

.hp__question {
  font-weight: 200;
  color: #3D95FD;
}

.ad-4x1 {
  padding-bottom: 15%;
}

.sidebar .adsanity-center {
  display: none;
}

@media only screen and (min-width: 800px) {
  .single_post_content .ad-center {
    display: none;
  }
}


.ad-row .adsanity-inner {
  text-align: center;
}

.ad-250x250 {
  margin: 2rem 0;
}

.row--skyscraper {
  height: 600px;
  width: 300px;
}
/* Before The Polls */

.elementor-4815,
.elementor-5455 {
  height: 100%;
  background-image: url(https://thetriibe.com/wp-content/uploads/2019/02/chicago-grid.jpg);
  background-color: rgba(0, 0, 0, 0.85);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 700px) {
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.column {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .column.is-half--tablet {
    width: 50%;
  }

  .column.is-sixty--tablet {
    width: 60%;
  }

  .column.is-forty--tablet {
    width: 40%;
  }

  .column.is-one-third--tablet {
    width: 33.333%;
  }

  .column.is-two-thirds--tablet {
    width: 66.666%;
  }
}

@media only screen and (min-width: 1260px) {
  .column.is-half--desktop {
    width: 50%;
  }

  .column.is-sixty--desktop {
    width: 60%;
  }

  .column.is-forty--desktop {
    width: 40%;
  }

  .column.is-one-third--desktop {
    width: 33.333%;
  }

  .column.is-two-thirds--desktop {
    width: 66.666%;
  }
}

.auto-height {
  height: auto;
}

.auto-width {
  width: auto;
}

.accent {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 33px;
  width: 41px;
  background: #FFE34E;
}

.post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
  color: white;
  margin-bottom: 0;
  position: relative;
}

.post-card-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  background-color: #1D1D1D;
  position: relative;
}

.post-card-grid li {
  width: 100%;
}

.post-card-grid li+li {
  margin-bottom: 0;
}

.post-item--card {
  height: 100%;
}

.post-item--card .post-item__thumbnail {
  height: 75px;
  width: 75px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-item--card .post-item__summary {
  padding: 1rem;
}

@media only screen and (min-width: 770px) {
  .post-item--card .post-item__summary {
    padding: 1rem 2rem;
  }
}

.post-item--card-slim .post-item__thumbnail {
  height: 75px;
  width: 75px;
}

.team-member__title {
  margin-top: 0;
}

.post-item--card-full {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-item--card-full .post-item__thumbnail {
  height: 250px;
  width: 75%;
}

.post-item__summary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.5rem;
  color: white;
}

.post-item--card-full .post-item__summary {
  padding: 2rem;
}

.summary__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #569EFF;
  font-size: 0.75rem;
}

.post-item--related-card {
  display: block;
}

.post-item--related-card .section-header {
  font-size: 1em;
}

@media only screen and (min-width: 770px) {
  .post-item--related-card {
    display: flex;
  }

  .post-item--related-card .post-item__thumbnail {
    max-width: 300px;
    width: 100%;
  }

  .post-item--related-card .section-header {
    font-size: 1.5em;
  }
}

.pagination__btn {
  background-color: #2f69b6;
  border: none;
  padding: 0rem 2rem;
  color: white;
  font-size: 1rem;
  position: absolute;
  height: 100%;
  font-weight: 700;
  outline: none;
}

.pagination__page {
  font-family: 'Source Code Pro';
  font-weight: 400;
  opacity: 0.5;
  font-size: 2rem;
}

.pagination__page span {
  color: #2F80ED;
  font-weight: 700;
}

.pagination__btn:hover::after {
  opacity: 1;
}

.pagination__btn--left {
  left: 0;
}

.pagination__btn--right {
  right: 0;
}

.pagination__btn--left::after {
  content: 'B';
  position: absolute;
  bottom: -9px;
  color: black;
  font-size: 2rem;
  opacity: 0.5;
  left: 15px;
}

.pagination__btn--right::after {
  content: 'N';
  position: absolute;
  bottom: -9px;
  color: black;
  font-size: 2rem;
  opacity: 0.5;
}

.more-reading__pagination {
  background-color: #131111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
}

.post-card-grid li {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 770px) {
  .post-card-grid li {
    padding: 1rem;
    width: 45%;
  }
}

.summary__title {
  font-family: 'Arcon', sans-serif;
  font-size: 1.5em;
  line-height: 1.1;
  text-transform: none;
}

.summary__title a {
  color: white;
  -webkit-transition: color 200ms ease-in;
  -o-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}

.summary__title:hover a {
  color: #2F80ED;
}

.summary__excerpt {
  color: #cecece;
}

.post-item--card .summary__title {
  font-size: 1.15em
}

.post-item--card-full .summary__title {
  font-size: 1.5em;
  margin-top: 0;
}

.post-item--card-full>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-item--card-large {
  flex-direction: column;
}

.post-item--card-large .post-item__thumbnail {
  height: 250px;
  width: 50%;
}

@media only screen and (min-width: 770px) {
  .post-item--card-large {
    flex-direction: row;
  }  
}

.post-item--card__datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
  font-family: 'Source Code Pro', sans-serif;
  font-weight: 400;
  color: #2F80ED;
}

.post-item--card__datetime span {
  text-transform: uppercase;
  font-family: 'Source Code Pro', sans-serif;
}

.post-item--card__datetime .day {
  font-size: 1.5rem;
}

.post-item__excerpt {
  display: none;
}

.post-card-grid li:nth-child(2n+1) .post-item--card {
  background-color: #141414;
}

.is-reverse-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.entry-date time {
  font-family: 'Source Code Pro';
  text-transform: uppercase;
  font-weight: bolder;
  color: #5498f6;
  margin: 0;
  font-size: 0.75rem;
}

.block {
  position: relative;
  border-top: 10px solid;
  border-top-color: #1d1d1d;
}

.row--ad {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #1e1e1e;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
}

.row--ad .ad-728x90 {
  margin: 0 auto;
  height: auto;
}

.row--ad.skyscraper {
  padding-left: initial;
  padding-right: initial;
  background-color: initial;
  top: 300px;
}

.ad-center .ad-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row--ad .ad-center .ad-row>div {
  margin-left: 0;
  margin-right: 0;
}

.ad-center .ad-row::before {
  content: "--advertisement--";
  color: grey;
  font-size: 0.75rem;
}

@media only screen and (min-width: 760px) {
  .row--ad .ad-728x90 {
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 800px) {
  .row.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .is-reverse-mobile {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }

  .block {
    border-top: none;
    -webkit-box-shadow: 0 2px 4px 0 black;
    box-shadow: 0 2px 4px 0 black;
  }

  .container--special .block {
    margin-top: 1rem;
  }

  .row.is-flex .column,
  .row.is-flex-desktop .column {
    padding: 2rem;
  }

  .row.is-flex+.row.is-flex .column,
  .row.is-flex-desktop+.row.is-flex-desktop .column {
    padding-top: 0;
  }

  .row .column+.column {
    padding-left: 0;
  }

  time {
    font-family: 'Source Code Pro';
    text-transform: uppercase;
    font-weight: bolder;
    color: #5498f6;
    margin: 0;
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 1260px) {
  .container--special .block {
    margin-top: 0;
  }
}

.section-header {
  margin: 0;
  font-size: 1.5em;
  padding: 1rem;
  border-top: 1px solid #2e80ed;
  border-bottom: 1px solid #2e80ed;
  font-family: 'Source Code Pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  background-color: #000;
}

.section-header--category {
  padding: 1rem;
}

.section-header--category .section-header__heading {
  margin: 0;
  letter-spacing: 1px;
  font-family: 'Source Code Pro', sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
}

.section-header--category .section-header__tagline {
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 0.25rem;
  text-transform: none;
  font-size: 1rem;
}

@media only screen and (min-width: 800px) {
  .section-header--category {
    padding: 2rem;
  }

  .section-header--category .section-header__heading {
    font-size: 2em;
  }

  .section-header--category .section-header__tagline {
    font-size: 1.25em;
  }
}

.block-header {
  padding: 1rem;
}

.block-header p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.block-heading {
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 700px) {
  .block-heading {
    font-size: 2rem;
  }
}

.contain-dots {
  margin-top: 1rem;
}

@media only screen and (min-width: 900px) {
  .contain-dots {
    margin-top: 0;
  }
}

.block-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.the-works .block-main {
  padding: 1rem;
}

.block-header__tagline {
  margin: 0;
  font-size: 1.25rem;
}

.slide-track ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.slide-track li {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (min-width: 700px) {
  .slide-track li {
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 800px) {
  .block-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.category-search {
  padding: 1rem;
  background-color: #1e1e1e;
}

.category-search__searchbox {
  width: 100%;
  background-color: #141414;
  border: none;
  font-size: 1.5em;
  color: #2F80ED;
  font-weight: 900;
  font-family: 'Source Code Pro';
  outline: none;
  padding-top: 1rem;
}

@media only screen and (min-width: 800px) {
  .category-search {
    padding: 2rem;
    background-color: #1e1e1e;
  }

  .category-search__searchbox {
    padding-left: 1rem;
    width: calc(100% - 1rem);
    font-size: 3em;
  }
}

.article--post {
  padding-top: 2rem;
}

.article__header {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.article__title {
  font-family: 'Arcon', Arial, Helvetica, sans-serif;
  text-transform: none;
  color: #fff;
  margin: 1.55rem 0;
}

.artice__post-content {
  font-size: 1.125rem;
}

.article__post-content p {
  line-height: 1.35;
  margin-bottom: 2rem;
}

.article__post-content .row {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.article-wrapper {
  padding: 1rem;
}

.article__footer .row {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 800px) {
  .article-wrapper {
    padding: 2rem;
  }

  .article__post-content {
    font-size: 1.25rem;
  }

  .article__post-content p {
    line-height: 1.35;
    margin-bottom: 3rem;
  }
}

/* cssFx */

.dots {
  width: 3em;
  height: 3em;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dots>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.dots>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.dots>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.dots>*:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.dots>*:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.dots>*:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.dots>*:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.dots>*:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.dots>*:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.dots>div {
  width: 0.75em;
  height: 0.75em;
  background-color: #2f68b7;
  border-radius: 0%;
  -webkit-animation: fade 1.5s alternate ease-in-out infinite;
  animation: fade 1.5s alternate ease-in-out infinite;
}

.dots>div:nth-of-type(2),
.dots>div:nth-of-type(4) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.dots>div:nth-of-type(3),
.dots>div:nth-of-type(5),
.dots>div:nth-of-type(7) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.dots>div:nth-of-type(6),
.dots>div:nth-of-type(8) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.dots>div:nth-of-type(9) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes fade {
  to {
    opacity: 0.2;
  }
}

@keyframes fade {
  to {
    opacity: 0.2;
  }
}

/* Newsletter */

.email-capture {
  /* background-image: url('https://thetriibe.com/wp-content/themes/thetriibe-2017/assets/images/newsletter-image-desktop.jpeg'); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
}

.email-capture__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: 'Arcon', sans-serif;
  color: white;
  padding: 2rem;
}

.email-capture__tagline {
  margin-bottom: 1rem;
}

.email-capture__tagline span {
  display: block;
  margin: 0 0 -5px 0;
  font-size: 2rem;
  font-family: 'Arcon', sans-serif;
}

.email-capture__tagline span:last-child {
  color: #2F80ED;
}

.email-capture__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.email-capture__input {
  background-color: #272727;
  color: white;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border: none;
  max-width: 100%;
}

.email-capture__btn {
  background-color: #2F80ED;
  color: white;
  border: none;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.btn--text {
  background: none;
  text-decoration: underline;
}

@media only screen and (min-width: 700px) {
  .email-capture__content {
    background-color: #000;
    -webkit-clip-path: polygon(0 0, 25% 0, 40% 101%, 0% 100%);
    clip-path: polygon(0 0, 25% 0, 40% 101%, 0% 100%);
  }

  .email-capture__tagline span {
    margin: 0 0 -1rem 0;
    font-size: 3rem;
  }

  .email-capture__field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .email-capture__input {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    margin-right: 1rem;
    min-width: 250px;
  }

}

/* Footer */

.footer {
  background-color: #131111;
}

.footer__social {
  background-color: #000;
  border-top: 2px solid #3D95FD;
  border-bottom: 2px solid #3D95FD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
}

.footer__social h1 {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}

.footer__social-icons i {
  font-size: 2em;
  margin-right: 2rem;
}

.footer__brand {
  background-color: #000;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.footer__menus {
  padding: 2rem 0;
}

.footer__menu {
  padding: 0 2rem;
}

.footer__mission {
  max-width: 600px;
  margin: 0 auto;
}

.footer__menu .menu-item {
  text-align: center;
  margin-bottom: 1rem;
}

.footer__menu .menu-item a {
  font-family: 'Altero', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 1rem;
  justify-content: center;
}

.footer__menu .menu-item a:hover,
.footer .footer__social-icons a:hover {
  color: #2F80ED;
}


@media only screen and (min-width: 700px) {
  .footer__menus {
    border-top: 2px solid #3D95FD;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer__menu .menu {
    display: flex;
  }

  .footer__menu .menu-item {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.label--event-item {
  font-family: "Silkscreen", sans-serif;
  font-weight: bold;
  color: black;
}

.event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-item--upcoming {
  padding: 1em;
  background-color: #000;
  border-top: 1px solid #673c77;
}

.event-item--upcoming:hover {
  background-color: #d86dff;
}

.label+.event-item {
  margin-top: 1rem;
}

.event-item.event-item--shortcode .event-item__image {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

@media only screen and (min-width: 769px) {
  .event-item.event-item--shortcode .event-item__image {
    height: 150px;
    max-width: 150px;
  }
}

.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.date--event-item {
  color: black;
  font-family: "Silkscreen", sans-serif;
  margin-right: 1rem;
}

.date--event-item span {
  color: #d86dff;
  font-family: "Silkscreen", sans-serif;
}

.event-item--upcoming:hover .date--event-item span {
  color: black;
}

.date--event-item .day {
  font-weight: bold;
  font-size: 1.5rem;
}

.title--event-item {
  font-family: "Arcon", sans-serif;
  font-size: 1.25rem;
  color: #fff;
}

.event-location {
  font-family: "Avenir", sans-serif;
  font-size: 0.9em;
  /* font-weight: 600; */
  font-style: italic;
  color: #673c77;
}

.summary--event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: black;
}

.event-item--shortcode {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .event-item--shortcode {
    flex-direction: row;
  }
}


.event-item--shortcode.event-item--upcoming {
  padding: 0;
}

.event-item--shortcode .event-item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.event-item--shortcode .title--event-item {
  font-family: "Arcon", sans-serif;
  font-size: 2rem;
  color: #fff;
}

.event-item__info {
  display: flex;
}

.is-vote-red {
  color: #EE4D4F;
}

.is-vote-blue {
  color: #96CEFF;
}

.vote-shortcode {
  background-color: #000;
}

.vote-shortcode-body img {
  height: auto;
  max-width: 100% !important;
  width: 100%;
}

.vote-shortcode-header {
  margin: 0;
  font-size: 1.5em;
  border-top: 1px solid #EE4D4F;
  border-bottom: 1px solid #EE4D4F;
  font-family: 'Source Code Pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  background-color: #000;
  padding: 1rem 1.5rem;
  font-weight: bold;
  font-size: 1.5rem"

}

.vote-shortcode:hover,
.vote-shortcode:hover .vote-shortcode-header {
  background-color: #EE4D4F;
}

.vote-shortcode:hover .vote-shortcode-header {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.vote-shortcode:hover .is-vote-red, .vote-shortcode:hover .summary__excerpt {
  color: #FFF;
}

@media only screen and (min-width: 800px) {
  .vote-shortcode-body {
    display: flex;
  }

  .vote-shortcode-body img {
    object-fit: cover;
    object-position: center;
    width: 300px;
  }

}

.banner-signup input {
  border: none;
  min-width: 300px;
}

.banner-signup__toggle {
  display: none;
}

.author-profile-card {
  background-color: black;
  display: flex;
  margin-bottom: 2em;
}

.author-profile-card img {
  width: 300px;
  height: unset;
  object-fit: cover;
}

.author-info {
  display: flex;
  flex-direction: column;
  padding: 1.5em;
}

.author-info h2 {
  margin: unset;
  margin-bottom: 0.25em;
}

.author-info i {
  background: #3C3C3C;
  font-size: 1.75em;
  border-radius: 3px;
  margin-right:0.5em;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.author-info .fa-instagram {
  font-size: 2em;
}

.author-articles {
  display: flex;
  flex-direction: column;
  background-color: #272727;
}

.author-articles-posts {
  display: flex;
  flex-flow: row wrap;
}

.author-articles-posts .post-item {
  width: 46%;
  margin: 2% 2% 0 2%;
  height: 140px;
}

.author-articles-posts .post-item img {
  width: 125px;
  object-fit: cover;
}

@media (max-width: 770px) {
  .author-articles-posts .post-item img {
    height: 75px;
    width: 75px;
  }
}


.author-articles-posts .post-item .post-item__summary p a {
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.author-pagination {
  display: flex;
  justify-content: center;
  margin: 1em;
}

/* https://www.jotform.com/blog/wordpress-fancy-site-navigation-with-the_posts_pagination-91059/ */
.author-articles nav.pagination {
  position: relative;
  display: block;
}

.author-articles .nav-links {
  position: relative;
}

.author-articles .nav-links ul {
  margin: 0;
  padding: 0,
}

.author-articles .nav-links ul li {
  list-style: none;
  margin:0 10px 0 0;
  padding:0;
  float: left;
}

.author-articles .nav-links ul li span.current {
  padding: 10px 12px;
  background: #777;
  border: 1px solid #777;
  display: block;
  line-height: 1;
  /* border-radius: 4px; */
  color: #fff;
}

.author-articles .nav-links ul li a {
  padding: 10px 12px;
  background: #ddd;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  /* border-radius: 3px; */
  display: block;
  line-height: 1;
}

.author-articles .nav-links ul li a:hover {
  background: #999;
  border-color: #888;
  color: #fff;
}

.author-articles .nav-links .next, .author-articles .nav-links .prev {
 background-color: #5498f6;
 border-color: #5498f6;
 color: white;
}


@media only screen and (max-width: 800px) {
  .author-profile-card {
    flex-direction: column;
  }

  .author-profile-card img {
    width: 100%;
    object-fit: cover;
    height: 250px;
  }

  .author-articles-posts {
    flex-flow: column;
  }

  .author-articles-posts .post-item {
    width: 94%;
    margin: 3% 3% 0 3%;
    height: 140px;
  }
}

.woocommerce div.product p.stock {
  display: none;
}
