/* line 1, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* line 8, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
body {
  margin: 0;
  overflow: hidden;
}

/* line 13, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 18, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* line 28, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* line 35, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
a {
  background-color: transparent;
}

/* line 40, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/* line 50, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
b,
strong {
  font-weight: bolder;
}

/* line 56, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 69, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 78, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 86, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
sub {
  bottom: -0.25em;
}

/* line 90, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 101, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 113, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
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.
 */
/* line 133, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
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.
 */
/* line 144, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 154, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 165, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
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.
 */
/* line 177, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 188, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
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.
 */
/* line 199, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
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.
 */
/* line 218, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 226, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 235, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 247, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
[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.
 */
/* line 257, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 268, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
[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.
 */
/* line 277, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 291, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 299, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 310, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 318, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 326, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 339, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/* line 348, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
p {
  margin-bottom: 1.5em;
}

/* line 352, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
dfn,
cite,
em,
i {
  font-style: italic;
}

/* line 359, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
blockquote {
  margin: 0 1.5em;
}

/* line 363, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
address {
  margin: 0 0 1.5em;
}

/* line 367, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 379, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 388, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 394, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 400, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 408, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
html {
  box-sizing: border-box;
}

/* line 412, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 419, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/* line 424, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 431, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

/* line 436, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
ul {
  list-style: disc;
}

/* line 440, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
ol {
  list-style: decimal;
}

/* line 444, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 450, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
dt {
  font-weight: bold;
}

/* line 454, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 458, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 465, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/* line 470, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 479, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

/* line 494, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

/* line 501, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* line 512, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
/* input[type="range"], */
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

/* line 534, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
/* input[type="range"]:focus, */
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

/* line 553, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
select {
  border: 1px solid #ccc;
}

/* line 557, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 569, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
a {
  text-decoration: none;
  color: #03add7;
}

/* line 574, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
a:visited {
  color: #000;
}

/* line 578, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
a:hover,
a:focus,
a:active {
  color: #000;
}

/* line 584, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
a:focus {
  outline: thin dotted;
}

/* line 588, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 599, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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. */
}

/* line 613, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.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;
  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. */
}

/* Do not show the outline on the skip link target. */
/* line 637, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 645, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 651, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 657, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 668, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

/* line 685, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 698, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

/* line 703, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 715, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.sticky {
  display: block;
}

/* line 719, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.post,
.page {
  margin: 0 0 1.5em;
}

/* line 724, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.updated:not(.published) {
  display: none;
}

/* line 728, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

/* line 734, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 743, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.comment-content a {
  word-wrap: break-word;
}

/* line 747, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 757, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 765, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 773, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 784, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
/* line 792, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 800, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* line 805, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 811, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 815, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 823, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.gallery {
  margin-bottom: 1.5em;
}

/* line 827, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

/* line 834, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

/* line 838, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

/* line 842, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

/* line 846, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

/* line 850, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

/* line 854, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

/* line 858, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

/* line 862, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 866, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/general.css */
.gallery-caption {
  display: block;
}

/* line 16, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 26, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  /* line 32, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  /* line 39, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  /* line 46, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* line 53, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
a {
  text-decoration: none;
}
/* line 55, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
a:hover {
  text-decoration: none;
}

/* line 60, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#masthead {
  background: #000;
  color: #fff;
  z-index: 10;
  position: relative;
}
/* line 64, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#masthead a {
  color: #fff;
}
/* line 66, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#masthead a:visited {
  color: #fff;
}
/* line 69, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#masthead a:hover {
  color: #00aedb;
}
/* line 74, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#masthead > .current-menu-item > a {
  color: #00aedb;
  border-bottom: 4px solid #fff;
  line-height: 53px;
}
/* line 78, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#masthead > .current-menu-item > a:visited {
  color: #00aedb;
  border-bottom: 4px solid #fff;
}
/* line 85, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#masthead .current-menu-ancestor > a {
  color: #00aedb;
  border-bottom: 2px solid #fff;
}
/* line 88, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#masthead .current-menu-ancestor > a:visited {
  color: #00aedb;
  border-bottom: 2px solid #fff;
}

/* line 97, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#primary-menu li {
  margin: 0 20px;
}
/* line 100, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#primary-menu li a {
  line-height: 53px;
}
/* line 107, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#primary-menu li ul li a {
  line-height: 1.6rem;
}

/* line 117, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.current-menu-item a {
  color: #00aedb;
  border-bottom: 4px solid #fff;
  line-height: 53px;
}

/* line 121, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.current-menu-item a:visited {
  color: #00aedb;
  border-bottom: 4px solid #fff;
}

/* line 129, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.sub-menu a {
  color: #fff;
  font-weight: 400;
  border-bottom: none;
}
/* line 133, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.sub-menu a:visited {
  color: #fff;
  font-weight: 400;
  border-bottom: none;
}

/* line 141, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#menu-item-372722 {
  margin-left: 30px;
}
/* line 144, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#menu-item-372722 a:after {
  position: relative;
  top: 5px;
  color: #00aedb;
  display: inline;
  margin-left: 3px;
  font-size: 24px;
  line-height: 14px;
  content: "*";
}

/* line 158, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.main-navigation {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
/* line 166, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* line 171, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #231f20;
  color: #fff;
  padding: 2rem;
  background-color: black;
  background-image: url(../img/stripe-bg.png);
  background-size: 25px;
}
/* line 184, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
/* line 190, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
/* line 196, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* line 200, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.main-navigation ul ul a {
  width: 200px;
}
/* line 206, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.main-navigation ul li:hover > ul {
  left: auto;
}
/* line 212, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.main-navigation ul li.focus > ul {
  left: auto;
}
/* line 217, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.main-navigation li {
  float: left;
  position: relative;
}
/* line 221, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* line 225, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */

/* line 230, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.menu-toggle {
  display: block;
}

/* line 235, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */

/* line 241, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.site-main .comment-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/* line 245, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.site-main .posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/* line 249, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/* line 256, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}

/* line 260, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* line 268, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}

.posts-navigation .nav-previous a {
  background-color: #1b91ca;
  font-size: 15px;
  font-weight: 500;
  width: auto;
  box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
  color: #fff;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 10px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  appearance: none;
  user-select: none;
  cursor: pointer;
}

/* line 272, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.posts-navigation .nav-next a {
  background-color: #1b91ca;
  font-size: 15px;
  font-weight: 500;
  width: auto;
  box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
  color: #fff;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 10px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  appearance: none;
  user-select: none;
  cursor: pointer;
}

/* line 280, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

/* line 284, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* line 291, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.site-branding {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto;
  margin: 0 auto;
  padding: 0;
  float: none;
  margin-bottom: -14px;
}

/* line 301, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.playing {
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
  padding: 10px 0 14px;
  background-color: #fff;
  font-size: 11px;
  line-height: 13px;
}
/* line 309, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.playing span {
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: 500;
}
/* line 314, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.playing div {
  display: inline-block;
  background-size: cover;
  background-position: top center;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  position: relative;
  top: 4px;
}

/* line 327, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#primary {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 0;
  top: 0;
}

/* line 336, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.site-content {
  margin: 0 auto;
  padding: 0;
  float: none;
}

/* line 343, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.home .primary {
  background: #eee;
}

/* line 348, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.site-description {
  display: none;
}

/* line 352, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-live-link {
  float: right;
  display: inline-block;
  position: relative;
  /* right: 100px; */
  right: 15px;
}
/* line 357, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-live-link img {
  width: 12px;
  height: 18px;
}
/* line 361, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-live-link h4 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
}
/* line 366, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-live-link h4 a {
  text-decoration: none;
}
/* line 369, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-live-link h4::before {
  background-image: url(../img/listen-live-L.png);
  background-size: 12px 18px;
  display: inline-block;
  width: 12px;
  height: 18px;
  content: "";
  margin: 0 4px 0 0;
  position: relative;
  top: 4px;
}
/* line 380, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-live-link h4::after {
  background-image: url(../img/listen-live-R.png);
  background-size: 12px 18px;
  display: inline-block;
  width: 12px;
  height: 18px;
  content: "";
  margin: 0 0 0 4px;
  position: relative;
  top: 4px;
}

/* line 399, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.search-submit {
  border: none;
  outline: none;
  color: white;
  background-color: black;
}

/* line 407, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.search-field {
  color: white;
  background: #333333;
  border: none;
}

.zinerow {
  display: flex;
  flex-wrap: wrap;
}

.zinepost {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 33%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 414, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
button.menu-toggle {
  border: 0;
  background-color: #231f20;
  color: #fff;
  font-size: 30px;
  border-style: none;
  position: relative;
  top: -24px;
  left: 0;
  display: inline-block;
  padding: 0;
}
/* line 425, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
button.menu-toggle:focus {
  outline: none;
}

/* line 431, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */

/* line 447, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.now-playing {
  color: #000;
  font-weight: 700;
  margin: 12px auto;
}
/* line 451, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.now-playing span {
  padding-left: 12px;
}

/* line 456, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.playing-first {
  color: #00aedb;
}

/* line 460, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.playing-buttons {
  left: 7px;
}

/* line 464, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#playing-button-idobi {
  background-image: url(../img/playing-idobi.png);
}

/* line 468, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#playing-button-howl {
  background-image: url(../img/playing-howl.png);
}

/* line 472, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#playing-button-anthm {
  background-image: url(../img/playing-anthm.png);
}

/* line 476, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.live-life {
  font-family: "Covered By Your Grace", cursive;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px;
  color: #00aedb;
  margin: 0;
  padding: 0;
  float: right;
}

/* line 490, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
footer {
  margin: 20px auto 50px;
  width: 100%;
  background: #000;
  clear: both;
}
/* line 495, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
footer #footer-sidebar {
  padding: 75px 35px;
  background: #00aedb;
}
/* line 498, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
footer #footer-sidebar strong {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 21px;
  color: #000;
  font-weight: 700;
}
/* line 505, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
footer #footer-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
}
/* line 512, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
footer #footer-sidebar ul a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 516, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
footer #footer-sidebar ul a:visited {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 524, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
footer #app-banner {
  padding: 35px;
}
/* line 526, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
footer #app-banner h3 {
  color: #00aedb;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 700;
  line-height: 32px;
  margin: 10px 0 0;
  padding: 0;
}
/* line 535, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
footer #app-banner h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0;
}

/* line 550, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#get-the-app {
  background-color: #00aedb;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 6px 12px;
  margin: 22px 0 0;
  width: 120px;
  text-align: center;
}
/* line 560, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#get-the-app strong {
  font-weight: 700;
}
/* line 563, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#get-the-app a {
  color: #000;
}
/* line 565, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#get-the-app a:hover {
  color: #000;
}

/* line 571, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#shows-title {
  text-align: left;
  margin: 15px 0 0 0;
  background-size: 85px;
  padding: 10px 0 10px 0;
  font-family: "Covered By Your Grace", cursive;
  font-size: 42px;
  line-height: 47px;
  font-weight: 400;
  text-transform: lowercase;
}
/* line 581, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#shows-title img {
  margin: 0 0 -13px 3px;
  width: 27px;
  height: auto;
  position: relative;
  top: 4px;
  left: 6px;
  margin: 0;
  width: 27px;
  height: auto;
}

#see-more img {
  margin: 0 0 -13px 3px;
  width: 27px;
  height: auto;
  position: relative;
  top: 4px;
  left: 6px;
  margin: 0;
  width: 27px;
  height: auto;
}

/* line 594, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows {
  display: block;
  clear: both;
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  vertical-align: text-top;
}
/* line 602, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows .show {
  border: 1px #fff solid;
  border-bottom: 10px solid #fff;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 25%;
  background: #eee;
  display: inline-block;
  vertical-align: text-top;
}
/* line 613, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows .show .image {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center top;
}
/* line 619, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows .show h3 {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 8px 20px 5px 30px;
  background-color: #000;
  width: 100%;
  bottom: 0;
  height: 65px;
  position: relative;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
}
/* line 635, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows .show h3 a {
  text-decoration: none;
  color: #fff;
}
/* line 639, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows .show h3 strong {
  font-weight: 700;
}

/* line 646, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.slick-prev {
  top: 180px;
  left: 20px;
  z-index: 5;
}
/* line 647, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.slick-prev:before {
  font-size: 30px;
  color: #fff;
  opacity: 1;
  text-shadow: black 3px 0px 0px, black 2.83487px 0.98158px 0px,
    black 2.35766px 1.85511px 0px, black 1.62091px 2.52441px 0px,
    black 0.70571px 2.91581px 0px, black -0.28717px 2.98622px 0px,
    black -1.24844px 2.72789px 0px, black -2.07227px 2.16926px 0px,
    black -2.66798px 1.37182px 0px, black -2.96998px 0.42336px 0px,
    black -2.94502px -0.5717px 0px, black -2.59586px -1.50383px 0px,
    black -1.96093px -2.27041px 0px, black -1.11013px -2.78704px 0px,
    black -0.13712px -2.99686px 0px, black 0.85099px -2.87677px 0px,
    black 1.74541px -2.43999px 0px, black 2.44769px -1.73459px 0px,
    black 2.88051px -0.83825px 0px;
}

/* line 658, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.slick-next {
  top: 180px;
  right: 20px;
  z-index: 5;
}
/* line 659, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.slick-next:before {
  font-size: 30px;
  color: #fff;
  opacity: 1;
  text-shadow: black 3px 0px 0px, black 2.83487px 0.98158px 0px,
    black 2.35766px 1.85511px 0px, black 1.62091px 2.52441px 0px,
    black 0.70571px 2.91581px 0px, black -0.28717px 2.98622px 0px,
    black -1.24844px 2.72789px 0px, black -2.07227px 2.16926px 0px,
    black -2.66798px 1.37182px 0px, black -2.96998px 0.42336px 0px,
    black -2.94502px -0.5717px 0px, black -2.59586px -1.50383px 0px,
    black -1.96093px -2.27041px 0px, black -1.11013px -2.78704px 0px,
    black -0.13712px -2.99686px 0px, black 0.85099px -2.87677px 0px,
    black 1.74541px -2.43999px 0px, black 2.44769px -1.73459px 0px,
    black 2.88051px -0.83825px 0px;
}

/* line 670, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.slick-dots {
  z-index: 5;
}

/* line 674, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.idobi-now {
  padding-bottom: 30px;
}
/* line 677, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.idobi-now #now {
  margin-top: 30px;
  position: relative;
  z-index: 3;
}
/* line 684, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.idobi-now h2 {
  color: #e6e7e8;
  max-width: 1280px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 68px;
  line-height: 48px;
  font-weight: 900;
  margin: 0 auto;
  padding: 0 0 0 200px;
  position: relative;
  z-index: 2;
}
/* line 700, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.idobi-now .show-now h3 {
  text-align: left;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  z-index: 999;
  text-transform: uppercase;
}
/* line 709, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.idobi-now .show-now h4 {
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
/* line 714, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.idobi-now .show-now h4 a {
  text-decoration: none;
  color: #000;
}
/* line 717, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.idobi-now .show-now h4 a:visited {
  text-decoration: none;
  color: #000;
}
/* line 722, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.idobi-now .show-now h4:nth-child(3) {
  font-weight: 700;
  text-transform: lowercase;
}

/* line 731, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes {
  vertical-align: text-top;
  text-align: center;
}
/* line 734, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes .episode {
  height: auto;
  display: inline-block;
  vertical-align: text-top;
  margin-bottom: 30px;
}
/* line 739, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes .episode:nth-of-type(3n) {
  margin-right: 0;
}
/* line 742, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes .episode .episode-pic {
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  display: block;
  background-size: cover;
  background-position: top center;
}
/* line 752, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes .episode .episode-desc {
  text-align: left;
  font-size: 12px;
  color: #fff;
  background: #000;
  height: 180px;
  padding: 15px;
  position: relative;
  width: 100%;
}
/* line 761, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes .episode .episode-desc a {
  color: #fff;
  text-decoration: none;
}
/* line 764, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes .episode .episode-desc a:visited {
  color: #fff;
  text-decoration: none;
}
/* line 769, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes .episode .episode-desc p {
  padding: 0 10px 0 50px;
}
/* line 772, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes .episode .episode-desc h3 {
  padding: 0 10px 0 50px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #00aedb;
  text-decoration: none;
}
/* line 779, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */

/* line 793, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes .episode .episode-desc h3 strong {
  font-size: 18px;
  font-weight: 500;
}
/* line 796, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes .episode .episode-desc h3 strong a {
  color: #03add8;
}
/* line 798, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes .episode .episode-desc h3 strong a:visited {
  color: #03add8;
}
/* line 803, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes .episode .episode-desc h3 a {
  color: #03add8;
}
/* line 805, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes .episode .episode-desc h3 a:visited {
  color: #03add8;
}
/* line 813, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes h2 {
  font-family: "Covered By Your Grace", cursive;
  font-size: 40px;
  line-height: 47px;
  color: #000;
  font-weight: 400;
  margin: 20px 20px 10px 0;
  text-align: left;
}
/* line 821, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.episodes h2 img {
  height: 25px;
  width: auto;
  position: relative;
  left: 5px;
  top: 10px;
}

/* line 833, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#trending-stories {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 836, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#trending-stories h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  color: #231f20;
  font-weight: 700;
}
/* line 845, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#trending-stories .trending-post {
  vertical-align: top;
  position: relative;
  vertical-align: top;
}
/* line 849, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#trending-stories .trending-post:nth-of-type(3n) {
  margin-right: 0;
}

/* line 857, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
h3 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 5px 0 10px;
}
/* line 864, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
h3 a {
  color: #000;
  text-decoration: none;
}

/* line 870, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
h4 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
/* line 877, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
h4 a {
  color: #000;
  text-decoration: none;
}

/* line 883, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
h5 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}

/* line 892, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
a {
  color: #000;
  text-decoration: none;
}

/* line 917, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-the-latest .page-header {
  background: url(../img/stripes.png);
  background-size: 25px 30px;
}

/* line 921, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-the-latest .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 20px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 800;
}

/* line 934, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-reviews .page-header {
  background: url(../img/stripes.png);
  background-size: 25px 30px;
}

/* line 938, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-reviews .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 20px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 800;
}

/* line 951, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-reviews-albums .page-header {
  background: url(../img/stripes.png);
  background-size: 25px 30px;
}

/* line 955, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-reviews-albums .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 20px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 800;
}

/* line 968, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */

/* LIVE PERFORMANCES CATEGORIES */
.category-sessions .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.category-sessions .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

.category-tell-me-live .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.category-tell-me-live .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

.category-tour-de-sessions .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.category-tour-de-sessions .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

/* HIGH LIFE CATEGORIES */
.category-news .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.category-news .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

.category-features .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.category-features .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

.category-editorials .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.category-editorials .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

.category-premieres .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.category-premieres .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

/* ENTERTAINMENT REVIEWS CATEGORIES */
.category-film-review .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.category-film-review .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

.category-tv-show-review .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.category-tv-show-review .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

.category-book-review .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.category-book-review .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

/* line 972, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-sessions .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

/* line 985, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-videos .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.page-template-page-high-life .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.page-template-page-high-life .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

.page-template-page-entertainment-reviews .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.page-template-page-entertainment-reviews .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

.page-template-page-music-reviews .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.page-template-page-music-reviews .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
  color: #bd2085!important;
}

.page-template-page-photos .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.page-template-page-photos .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

.page-template-page-live-performances .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.page-template-page-live-performances .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

.page-template-page-originals .page-header {
  background: url(../img/stripes.png);
  background-size: 33px 30px;
}

.page-template-page-originals .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

/* line 989, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-videos .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
  color: #ed2390!important;
}

/* line 1002, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.archive .page-header {
  background: url(../img/stripes.png);
  background-size: 25px 30px;
}

/* line 1006, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.archive .page-title {
  width: calc(100% - 200px);
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  font-weight: 700;
}

/* line 1017, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.archive #top-story .caption {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
/* line 1022, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.archive #top-story .caption h3 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
/* line 1028, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.archive #top-story .caption h4 {
  margin: 0;
  margin-top: 15px;
  text-transform: uppercase;
  z-index: 3;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
/* line 1036, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.archive #top-story .caption h5 {
  margin: 0;
  margin-top: 15px;
  z-index: 3;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 1045, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.archive #top-story .caption p {
  margin: 0;
  margin-top: 15px;
  color: #58595b;
  font-size: 16px;
  line-height: 19px;
}

/* line 1053, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.archive #top-story .story {
  text-align: center;
}

/* line 1056, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.archive #top-story .wp-post-image {
  width: calc(100% - 100px);
  max-width: 960px;
  margin: 0 auto;
}

/* line 1099, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#cat-desc {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
}

/* line 1109, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.story a h3 {
  color: #231f20;
}

/* line 1116, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories .story {
  vertical-align: top;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* line 1122, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories .story .story-info {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 20px;
  vertical-align: top;
}
/* line 1129, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories .story .story-info p {
  font-size: 12px;
  line-height: 15px;
  color: #58595b;
}
/* line 1135, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories .story .thumb-image {
  margin: 0 0 5px;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 65%;
  z-index: 1;
}

/* line 1147, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories img {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 0 20px;
  background-size: cover;
  background-position: center center;
}

/* line 1155, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories h3 {
  margin: 0 0 5px;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
/* line 1162, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories h3 a {
  text-decoration: none;
}

/* line 1166, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories h4 {
  margin: 0 0 5px;
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
/* line 1173, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories h4 a {
  text-decoration: none;
}

/* line 1177, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories h5 {
  margin: 0 0 5px;
  padding: 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 1187, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories a {
  text-decoration: none;
}

#other-stories2 .story {
  vertical-align: top;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* line 1122, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories2 .story .story-info {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 20px;
  vertical-align: top;
}
/* line 1129, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories2 .story .story-info p {
  font-size: 12px;
  line-height: 15px;
  color: #58595b;
}
/* line 1135, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories2 .story .thumb-image {
  margin: 0 0 5px;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 65%;
  z-index: 1;
}

/* line 1147, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories2 img {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 0 20px;
  background-size: cover;
  background-position: center center;
}

/* line 1155, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories2 h3 {
  margin: 0 0 5px;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
/* line 1162, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories2 h3 a {
  text-decoration: none;
}

/* line 1166, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories2 h4 {
  margin: 0 0 5px;
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
/* line 1173, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories2 h4 a {
  text-decoration: none;
}

/* line 1177, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories2 h5 {
  margin: 0 0 5px;
  padding: 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 1187, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#other-stories2 a {
  text-decoration: none;
}

/* line 1192, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.alm-item {
  vertical-align: top;
  position: relative;
  display: inline-block;
  width: calc((100% / 3) - 15px);
  vertical-align: top;
  margin-right: 18px;
}
/* line 1199, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.alm-item:nth-of-type(3n) {
  margin-right: 0;
}
/* line 1202, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.alm-item img {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 0 20px;
  background-size: cover;
  background-position: center center;
}

.video-container {
  display: flex;
  justify-content: center;
}

/* line 1213, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single #content {
  background: none;
}

.single h4 {
  font-size: 18px;
}

.single article {
  display: inline-block;
  width: calc(100% - 350px);
}

.single-show article {
  display: inline-block;
  width: 100%;
}

/* line 1219, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life .entry-header {
  margin-top: 60px;
}
/* line 1221, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #6d2c8b;
}

/* line 1231, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1239, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1246, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1250, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1254, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1258, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life article {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1261, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life article p {
  font-size: 16px;
  line-height: 30px;
  /* text-indent: 25px; */
  padding-left: 25px;
  color: #070808;
}
/* line 1266, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life article p a {
  color: #070808;
  border-bottom: 2px solid #6d2c8b;
}
/* line 1269, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life article p a:visited {
  color: #070808;
  border-bottom: 2px solid #6d2c8b;
}
/* line 1273, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life article p a:hover {
  color: #6d2c8b;
}
/* line 1276, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life article p a:active {
  color: #6d2c8b;
}

/* line 1281, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life article iframe {
  width: 100% !important;
  height: 100%;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  margin: 0;
}
/* line 1286, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life article .wp-block-pullquote {
  position: relative;
  display: inline-block;
  float: right;
  width: 50%;
  margin: 0 0 10px 15px;
  padding: 15px;
}

@media(max-width: 425px) {
  .single-high-life article .wp-block-pullquote {
    width: 100%;
  }
}

/* line 1293, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life article .wp-block-pullquote p {
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #6d2b8b;
}
/* line 1294, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life article .wp-block-pullquote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  background-image: url(../img/dots.png);
  background-size: 4px;
}

/* line 1316, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-high-life .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

.type-high-life .entry-header {
  margin-top: 60px;
}
/* line 1221, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #6d2c8b;
}

/* line 1231, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1239, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1246, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1250, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1254, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1258, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life article {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1261, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life article p {
  font-size: 16px;
  line-height: 29px;
  color: #070808;
}

.type-high-life p a {
  color: #070808;
  border-bottom: 2px solid #6d2c8b !important;
}
/* line 1269, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life p a:visited {
  color: #070808;
  border-bottom: 2px solid #6d2c8b !important;
}
/* line 1273, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life p a:hover {
  color: #6d2c8b !important;
}
/* line 1276, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life p a:active {
  color: #6d2c8b !important;
}

/* line 1281, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life article iframe {
  width: 100% !important;
  height: 100%;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  margin: 0;
}
/* line 1286, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life article .wp-block-pullquote {
  position: relative;
  display: inline-block;
  float: right;
  width: 50%;
  margin: 0 0 10px 15px;
  padding: 15px;
}
/* line 1293, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life article .wp-block-pullquote p {
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #6d2b8b;
}
/* line 1294, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life article .wp-block-pullquote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  background-image: url(../img/dots.png);
  background-size: 4px;
}

/* line 1316, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-high-life .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

.single-live-performances .entry-header {
  margin-top: 60px;
}
/* line 1221, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #1e9a8b;
}

/* line 1231, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1239, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1246, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1250, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1254, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1258, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances article {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1261, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances article p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 25px;
  color: #070808;
}
/* line 1266, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances article p a {
  color: #070808;
  border-bottom: 2px solid #1e9a8b;
}
/* line 1269, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances article p a:visited {
  color: #070808;
  border-bottom: 2px solid #1e9a8b;
}
/* line 1273, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances article p a:hover {
  color: #1e9a8b;
}
/* line 1276, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances article p a:active {
  color: #1e9a8b;
}

/* line 1281, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances article iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  margin: 0;
}
/* line 1286, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances article .wp-block-pullquote {
  position: relative;
  display: inline-block;
  float: right;
  width: 50%;
  margin: 0 0 10px 15px;
  padding: 15px;
}
/* line 1293, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances article .wp-block-pullquote p {
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #1e9a8b;
}
/* line 1294, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances article .wp-block-pullquote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  background-image: url(../img/dots.png);
  background-size: 4px;
}

/* line 1316, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-live-performances .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

.type-live-performances .entry-header {
  margin-top: 60px;
}
/* line 1221, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #1e9a8b;
}

/* line 1231, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1239, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1246, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1250, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1254, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1258, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances article {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1261, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances article p {
  font-size: 16px;
  line-height: 29px;
  color: #070808;
}

/* line 1281, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances iframe {
  width: 100% !important;
  max-width: 100%;
  height: 400px;
  margin: 0;
}
/* line 1286, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances .wp-block-pullquote {
  position: relative;
  display: inline-block;
  float: right;
  width: 50%;
  margin: 0 0 10px 15px;
  padding: 15px;
}
/* line 1293, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances .wp-block-pullquote p {
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #1e9a8b;
}
/* line 1294, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances .wp-block-pullquote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  background-image: url(../img/dots.png);
  background-size: 4px;
}

/* line 1316, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

.type-live-performances p a {
  color: #070808;
  border-bottom: 2px solid #1e9a8b !important;
}
/* line 1269, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances p a:visited {
  color: #070808;
  border-bottom: 2px solid #1e9a8b !important;
}
/* line 1273, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances p a:hover {
  color: #1e9a8b !important;
}
/* line 1276, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-live-performances p a:active {
  color: #1e9a8b !important;
}

.single-photo .entry-header {
  margin-top: 60px;
}
/* line 1221, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #e89123;
}

/* line 1231, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1239, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1246, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1250, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1254, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1258, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1261, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 25px;
  color: #070808;
}
/* line 1266, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article p a {
  color: #070808;
  border-bottom: 2px solid #e89123;
}
/* line 1269, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article p a:visited {
  color: #070808;
  border-bottom: 2px solid #e89123;
}
/* line 1273, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article p a:hover {
  color: #e89123;
}
/* line 1276, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article p a:active {
  color: #e89123;
}

/* line 1281, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  margin: 0;
}
/* line 1286, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article .wp-block-pullquote {
  position: relative;
  display: inline-block;
  float: right;
  width: 50%;
  margin: 0 0 10px 15px;
  padding: 15px;
}
/* line 1293, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article .wp-block-pullquote p {
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #e89123;
}
/* line 1294, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article .wp-block-pullquote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  background-image: url(../img/dots.png);
  background-size: 4px;
}

/* line 1316, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

.type-photo .entry-header {
  margin-top: 60px;
}
/* line 1221, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #e89123;
}

/* line 1231, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1239, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1246, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1250, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1254, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1258, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1261, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo p {
  font-size: 16px;
  line-height: 29px;
  color: #070808;
}

/* line 1281, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo article iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  margin: 0;
}
/* line 1286, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo .wp-block-pullquote {
  position: relative;
  display: inline-block;
  float: right;
  width: 50%;
  margin: 0 0 10px 15px;
  padding: 15px;
}
/* line 1293, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo .wp-block-pullquote p {
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #e89123;
}
/* line 1294, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo .wp-block-pullquote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  background-image: url(../img/dots.png);
  background-size: 4px;
}

/* line 1316, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

.type-photo p a {
  color: #070808;
  border-bottom: 2px solid #e89123 !important;
}
/* line 1269, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo p a:visited {
  color: #070808;
  border-bottom: 2px solid #e89123 !important;
}
/* line 1273, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo p a:hover {
  color: #e89123 !important;
}
/* line 1276, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-photo p a:active {
  color: #e89123 !important;
}

.single-music-reviews .entry-header {
  margin-top: 60px;
}
/* line 1221, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #bd2085;
}

/* line 1231, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1239, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1246, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1250, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1254, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1258, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews article {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1261, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews article p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 25px;
  color: #070808;
}
/* line 1266, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews article p a {
  color: #070808;
  border-bottom: 2px solid #bd2085;
}
/* line 1269, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews article p a:visited {
  color: #070808;
  border-bottom: 2px solid #bd2085;
}
/* line 1273, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews article p a:hover {
  color: #bd2085;
}
/* line 1276, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews article p a:active {
  color: #bd2085;
}

/* line 1281, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews article iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  margin: 0;
}
/* line 1286, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews article .wp-block-pullquote {
  position: relative;
  display: inline-block;
  float: right;
  width: 50%;
  margin: 0 0 10px 15px;
  padding: 15px;
}
/* line 1293, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews article .wp-block-pullquote p {
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #bd2085;
}
/* line 1294, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews article .wp-block-pullquote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  background-image: url(../img/dots.png);
  background-size: 4px;
}

/* line 1316, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-music-reviews .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

.type-music-reviews .entry-header {
  margin-top: 60px;
}
/* line 1221, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #bd2085;
}

/* line 1231, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1239, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1246, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1250, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1254, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1258, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1261, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews p {
  font-size: 16px;
  line-height: 29px;
  color: #070808;
}

/* line 1281, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews iframe {
  width: 100% !important;
  max-width: 100%;
  height: 400px;
  margin: 0;
}
/* line 1286, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews .wp-block-pullquote {
  position: relative;
  display: inline-block;
  float: right;
  width: 50%;
  margin: 0 0 10px 15px;
  padding: 15px;
}
/* line 1293, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews .wp-block-pullquote p {
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #bd2085;
}
/* line 1294, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews .wp-block-pullquote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  background-image: url(../img/dots.png);
  background-size: 4px;
}

/* line 1316, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

.type-music-reviews p a {
  color: #070808;
  border-bottom: 2px solid #bd2085 !important;
}
/* line 1269, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews p a:visited {
  color: #070808;
  border-bottom: 2px solid #bd2085 !important;
}
/* line 1273, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews p a:hover {
  color: #bd2085 !important;
}
/* line 1276, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-music-reviews p a:active {
  color: #bd2085 !important;
}

.single-originals .entry-header {
  margin-top: 60px;
}
/* line 1221, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #658182;
}

/* line 1231, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1239, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1246, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1250, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1254, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1258, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals article {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1261, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals article p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 25px;
  color: #070808;
}
/* line 1266, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals article p a {
  color: #070808;
  border-bottom: 2px solid #658182;
}
/* line 1269, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals article p a:visited {
  color: #070808;
  border-bottom: 2px solid #658182;
}
/* line 1273, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals article p a:hover {
  color: #658182;
}
/* line 1276, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals article p a:active {
  color: #658182;
}

/* line 1281, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals article iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  margin: 0;
}
/* line 1286, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals article .wp-block-pullquote {
  position: relative;
  display: inline-block;
  float: right;
  width: 50%;
  margin: 0 0 10px 15px;
  padding: 15px;
}
/* line 1293, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals article .wp-block-pullquote p {
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #658182;
}
/* line 1294, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals article .wp-block-pullquote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  background-image: url(../img/dots.png);
  background-size: 4px;
}

/* line 1316, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-originals .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

.type-originals .entry-header {
  margin-top: 60px;
}
/* line 1221, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #658182;
}

/* line 1231, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1239, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1246, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1250, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1254, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1258, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1261, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals p {
  font-size: 16px;
  line-height: 29px;
  color: #070808;
}

/* line 1281, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals iframe {
  width: 100% !important;
  max-width: 100%;
  height: 400px;
  margin: 0;
}
/* line 1286, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals .wp-block-pullquote {
  position: relative;
  display: inline-block;
  float: right;
  width: 50%;
  margin: 0 0 10px 15px;
  padding: 15px;
}
/* line 1293, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals .wp-block-pullquote p {
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #658182;
}
/* line 1294, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals .wp-block-pullquote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  background-image: url(../img/dots.png);
  background-size: 4px;
}

/* line 1316, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

.type-originals p a {
  color: #070808;
  border-bottom: 2px solid #658182 !important;
}
/* line 1269, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals p a:visited {
  color: #070808;
  border-bottom: 2px solid #658182 !important;
}
/* line 1273, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals p a:hover {
  color: #658182 !important;
}
/* line 1276, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-originals p a:active {
  color: #658182 !important;
}

.single-post .entry-header {
  margin-top: 60px;
}
/* line 1221, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #6d2c8b;
}

/* line 1231, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1239, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1246, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1250, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1254, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1258, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post article {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1261, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post article p {
  font-size: 16px;
  line-height: 29px;
  color: #070808;
}
/* line 1266, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post article p a {
  color: #070808;
  border-bottom: 2px solid #6d2c8b;
}
/* line 1269, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post article p a:visited {
  color: #070808;
  border-bottom: 2px solid #6d2c8b;
}
/* line 1273, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post article p a:hover {
  color: #6d2c8b;
}
/* line 1276, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post article p a:active {
  color: #6d2c8b;
}
/* line 1281, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post article iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  margin: 0;
}
/* line 1286, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post article .wp-block-pullquote {
  position: relative;
  display: inline-block;
  float: right;
  width: 50%;
  margin: 0 0 10px 15px;
  padding: 15px;
}
/* line 1293, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post article .wp-block-pullquote p {
  font-size: 21px;
  line-height: 26px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #6d2b8b;
}
/* line 1294, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post article .wp-block-pullquote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
  background-image: url(../img/dots.png);
  background-size: 4px;
}

/* line 1316, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-post .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

/* line 1325, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review .entry-header {
  margin-top: 60px;
}
/* line 1327, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #8ab53f;
}

/* line 1337, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1345, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1352, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1356, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1360, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1364, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review article {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1367, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review article p {
  font-size: 16px;
  line-height: 29px;
  color: #070808;
}
/* line 1372, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review article p a {
  color: #070808;
  border-bottom: 2px solid #8ab53f;
}
/* line 1375, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review article p a:visited {
  color: #070808;
  border-bottom: 2px solid #8ab53f;
}
/* line 1379, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review article p a:hover {
  color: #8ab53f;
}
/* line 1382, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review article p a:active {
  color: #8ab53f;
}

.review-image-container {
  display: inline-block;
  width: 35%;
  max-width: 49%;
  margin-right: 4%;
}
.review-info-container {
  vertical-align: top;
  display: inline-block;
  width: 59%;
  max-width: 49%;
  padding-top: 50px;
}
h1.name {
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}
.artist {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  color: #231f20;
  margin: 10px 0 14px;
  padding: 0;
}
.label {
  margin: 5px 0;
}
.release-date {
  margin: 5px 0;
}
.tertiary-info {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #231f20;
  margin: 5px 0;
}
.review-rating-box {
  background: #231f20;
  color: #fff;
  padding: 7px;
  font-size: 26px;
  line-height: 28px;
  width: 42px;
  height: 42px;
  text-align: center;
  font-weight: 700;
  margin: 12px 0 0;
}

.type-ent-review p a {
  color: #070808;
  border-bottom: 2px solid #8ab53f !important;
}
/* line 1375, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-ent-review p a:visited {
  color: #070808;
  border-bottom: 2px solid #8ab53f !important;
}
/* line 1379, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-ent-review p a:hover {
  color: #8ab53f !important;
}
/* line 1382, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-ent-review p a:active {
  color: #8ab53f !important;
}

/* line 1387, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review article iframe {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
}

/* line 1393, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-review .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

/* line 1402, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-podcast .entry-header {
  margin-top: 60px;
}
/* line 1404, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-podcast .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
}

/* line 1413, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-podcast h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1421, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-podcast .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1428, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-podcast .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1432, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-podcast .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1436, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-podcast .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1440, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-podcast article {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1443, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-podcast article p {
  font-size: 16px;
  line-height: 29px;
  color: #070808;
}
/* line 1448, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-podcast article p a {
  color: #070808;
  border-bottom: 2px solid #03ADD7;
}
/* line 1450, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-podcast article p a:visited {
  color: #070808;
  border-bottom: 2px solid #03ADD7;
}

.single-podcast article p a:hover {
  color: #03ADD7;
}

.single-podcast article p a:visited {
  color: #03ADD7;
}

/* line 1455, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-podcast article iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  margin: 0;
}

/* line 1461, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-podcast .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

/* line 1470, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video .entry-header {
  margin-top: 60px;
}
/* line 1472, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
  color: #ed2390;
}

/* line 1482, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1490, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1497, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1501, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}
/* line 1505, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video .entry-meta .date-time {
  padding-left: 10px;
}

/* line 1509, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video article {
  width: calc(100% - 350px);
  display: inline-block;
}
/* line 1512, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video article p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 25px;
  color: #070808;
}
/* line 1517, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video article p a {
  color: #070808;
  border-bottom: 2px solid #ed2390;
}
/* line 1521, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video article p a:visited {
  color: #070808;
  border-bottom: 2px solid #ed2390;
}
/* line 1526, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video article p a:hover {
  color: #ed2390;
}
/* line 1530, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video article p a:active {
  color: #ed2390;
}

.type-video p a {
  color: #070808;
  border-bottom: 2px solid #ed2390 !important;
}
/* line 1521, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-video p a:visited {
  color: #070808;
  border-bottom: 2px solid #ed2390 !important;
}
/* line 1526, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-video p a:hover {
  color: #ed2390 !important;
}
/* line 1530, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.type-video p a:active {
  color: #ed2390 !important;
}

/* line 1536, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video article iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  margin: 0;
}

/* line 1542, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-video .entry-footer {
  position: relative;
  display: block;
  clear: both;
  width: calc(100% + 350px);
}

.overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 5; /* Specify a stack order in case you're using a different order for other elements */
  /* Add a pointer on hover */
}

#overlaycontent {
  display: none;
  margin-bottom: auto;
  color: white;
}

/* line 1551, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.author .entry-header {
  margin-top: 60px;
}
/* line 1553, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.author .entry-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
}

/* line 1562, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.author .post-header {
  margin-top: 60px;
}

/* line 1565, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.author h1.entry-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #231f20;
  margin: 0;
  padding: 0;
}

/* line 1573, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.author .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #231f20;
  margin-top: 0;
}
/* line 1580, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.author .entry-meta span {
  display: inline-block;
  margin: 15px 0 25px;
}
/* line 1584, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.author .entry-meta .author-name {
  padding-right: 10px;
  border-right: 1px solid #231f20;
}

/* line 1589, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.author article {
  width: calc(100% - 350px);
  display: inline-block;
}

/* line 1595, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.stripes {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 21px;
  background: url(../img/stripes.png);
  background-size: 25px 30px;
}

/* line 1605, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.entry-meta a {
  color: #231f20;
}
/* line 1607, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.entry-meta a:visited {
  color: #231f20;
}
/* line 1610, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.entry-meta a:hover {
  text-decoration: underline;
}
/* line 1613, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.entry-meta a:active {
  text-decoration: underline;
}

/* line 1622, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article p a {
  border-bottom: 2px solid #e89123;
}
/* line 1624, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article p a:visited {
  border-bottom: 2px solid #e89123;
}
/* line 1627, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article p a:hover {
  color: #e89123;
}
/* line 1630, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.single-photo article p a:active {
  color: #e89123;
}

/* line 1639, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.wp-block-image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* line 1647, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.sd-content ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style: none;
}
/* line 1652, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.sd-content ul li {
  width: 33%;
  display: inline-block;
  text-align: center;
}

/* line 1661, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: calc(20% - 10px) !important;
}
/* line 1663, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.yarpp-thumbnails-horizontal .yarpp-thumbnail img {
  width: 100%;
}

/* line 1669, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.tags {
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
}
/* line 1673, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.tags a {
  color: #000;
}

/* line 1678, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#sidebar {
  float: right;
  display: inline-block;
  clear: none;
  margin-top: 103px;
  width: 300px;
  min-width: 300px;
  min-height: 1500px;
}
/* line 1686, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#sidebar h2.widget-title {
  padding: 10px 0 5px;
  margin: 20px auto 10px;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
/* line 1694, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#sidebar h2.widget-title strong {
  font-weight: 900;
}
/* line 1698, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#sidebar ul {
  margin: 0 10px;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  list-style: none;
}
/* line 1704, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#sidebar ul a {
  text-decoration: none;
  color: #231f20;
}
/* line 1708, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#sidebar ul li {
  display: block;
  vertical-align: top;
  border-bottom: 1px solid #e6e7e8;
  margin: 5px 0;
  padding: 5px 0;
}
/* line 1716, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#sidebar img {
  width: 100px;
  height: 100px;
  display: inline-block;
  object-fit: cover;
}
/* line 1721, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#sidebar .caption {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 120px);
  margin-left: 10px;
}
/* line 1726, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#sidebar .caption h4 {
  color: black;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0 0;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
}
/* line 1732, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#sidebar .caption h5 {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: black;
}

/* line 1743, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#sidebar-box {
  border: 1px solid #e6e7e8;
}

/* line 1747, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.widget-post-meta {
  vertical-align: top;
  margin: 3px 0 0 12px;
  display: inline-block;
  width: calc(100% - 120px);
}

/* line 1754, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.widget-date {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: #989898;
}

/* line 1761, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.a2a_kit {
  text-align: center !important;
  margin: 0 auto 20px;
}

/* line 1766, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.a2a_default_style {
  margin: 0 auto !important;
}
/* line 1768, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.a2a_default_style a {
  display: inline-block;
  height: 22px !important;
  width: 22px !important;
  float: none !important;
  margin: 6px;
}

/* line 1777, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.a2a_svg {
  height: 22px !important;
  width: 22px !important;
}

/* line 1783, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template #content {
  background: #fff;
}

/* line 1788, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.radio-bg {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
/* line 1798, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.radio-bg:after {
  background: url(../img/stripes.png);
  position: absolute;
  bottom: -36px;
  left: 0;
  content: " ";
  background-size: 25px 30px;
  width: 100%;
  height: 36px;
  margin: 0 auto;
}

/* line 1811, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.play-button-large {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
/* line 1817, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.play-button-large img {
  width: 90px;
  height: 90px;
  margin: -45px auto 0px;
}

/* line 1824, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.first-choice {
  font-family: "Covered By Your Grace", cursive;
  font-size: 21px;
  line-height: 25px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  max-width: 650px;
  width: 100%;
}

/* line 1837, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.submit {
  width: 100%;
  display: block;
  margin: 40px auto;
  text-align: center;
}
/* line 1842, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.submit span {
  border-radius: 6px;
  color: #000;
  font-weight: 700;
  padding: 4px 12px;
  margin: 0 auto;
  text-align: center;
}

/* line 1852, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.albums {
  margin: 0 auto;
  padding: 0;
}
/* line 1855, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.albums img {
  width: 100%;
}

/* line 1861, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-idobi .radio-bg {
  background-image: url(../img/bg-idobi.jpg);
}

/* line 1865, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-idobi .now-playing span {
  color: #00aedb;
}

/* line 1870, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-idobi .submit span {
  background-color: #00aedb;
}

/* line 1877, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-anthm .radio-bg {
  background-image: url(../img/bg-anthm.jpg);
}

/* line 1881, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-anthm .now-playing span {
  color: #f04924;
}

/* line 1886, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-anthm .submit span {
  background-color: #da482b;
}

/* line 1893, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-howl .radio-bg {
  background-image: url(../img/bg-howl.jpg);
}

/* line 1897, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-howl .now-playing span {
  color: #cabe68;
}

/* line 1902, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-howl .submit span {
  background-color: #c9bf6a;
}

/* line 1908, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
article {
  width: 100%;
}
/* line 1910, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
article #shows-title {
  background: none;
  font-size: 50px;
  margin: 40px 0 0;
  padding: 0;
  color: #000;
  font-family: "Covered By Your Grace", cursive;
}

/* line 1920, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#binge-title {
  background: none;
  font-size: 50px;
  margin: 40px 0 0;
  padding: 0;
  color: #000;
  font-family: "Covered By Your Grace", cursive;
}
/* line 1927, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#binge-title img {
  position: relative;
  top: 4px;
  left: 6px;
  margin: 0;
  width: 27px;
  height: auto;
}

/* line 1937, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.show-image {
  margin: 0 0 5px;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 100%;
  z-index: 1;
}

/* line 1950, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.entry-header p {
  font-size: 13px;
  font-weight: 500;
  margin: 10px 0;
  padding: 0;
}

/* line 1958, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows-grid {
  vertical-align: top;
  width: 100%;
}
/* line 1961, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows-grid .show {
  width: calc(20% - 13px);
  display: inline-block;
  height: auto;
  background-size: cover;
  margin-bottom: 80px;
  margin-left: 13px;
  vertical-align: top;
}
/* line 1968, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows-grid .show:nth-of-type(5n) {
  margin-right: 0;
  margin-left: 13px;
}

.shows-grid .show:nth-of-type(1) {
  margin-right: 0;
  margin-left: 0;
}

/* line 1972, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows-grid .show h3 {
  background: #000;
  width: 100%;
  margin: 1px 0 0;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 400;
}
/* line 1979, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows-grid .show h3 strong {
  font-weight: 700;
  font-size: 14px;
}
/* line 1984, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows-grid .show a {
  color: #fff;
  text-decoration: none;
}
/* line 1987, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows-grid .show a:visited {
  color: #fff;
  text-decoration: none;
}
/* line 1992, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows-grid .show p {
  color: #000;
  font-size: 14px;
  margin-top: 15px;
  display: block;
  color: #000;
  height: 120px;
  max-height: 120px;
  overflow: hidden;
}
/* line 2001, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows-grid .show .station {
  width: 100%;
  padding: 10px 0;
  margin: 0 0 10px;
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
  color: #00aedb;
  font-size: 13px;
  font-weight: 700;
}
/* line 2011, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.shows-grid .show .sd-sharing-enabled {
  display: none !important;
}

/* line 2017, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.sharedaddy {
  display: none !important;
}
/* line 2019, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.sharedaddy .sd-sharing-enabled {
  display: none !important;
}

/* line 2024, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.more-episodes {
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 9px;
  font-weight: 700;
  color: #000;
}
/* line 2032, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.more-episodes a {
  color: #000;
}
/* line 2034, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.more-episodes a:visited {
  color: #000;
}
/* line 2038, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.more-episodes:before {
  content: "";
  position: relative;
  top: 4px;
  background-image: url(../img/arrow-shows.png);
  background-size: cover;
  background-position: center center;
  width: 36px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
}

/* line 2053, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-shows .entry-header {
  margin-bottom: 18px;
}
/* line 2054, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-shows .entry-header p {
  margin: 0 0 0 80px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

/* line 2065, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-binge .entry-header {
  margin-bottom: 18px;
}
/* line 2066, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-binge .entry-header p {
  margin: 0 0 0 80px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

/* line 2074, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-binge .episode {
  margin-bottom: 50px;
}
/* line 2076, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-binge .episode .episode-desc {
  margin-bottom: 18px;
}

/* line 2082, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.apple {
  display: block;
  padding: 5px 0;
  margin: 5px 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 9px;
  font-weight: 500;
  color: #92996b;
  border-bottom: 2px dotted #000;
}
/* line 2093, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.apple a {
  color: #92996b;
}
/* line 2095, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.apple a:visited {
  color: #92996b;
}

/* line 2101, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.spotify {
  display: block;
  padding: 5px 0;
  margin: 5px 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 9px;
  font-weight: 500;
  color: #92996b;
  border-bottom: 2px dotted #000;
}
/* line 2112, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.spotify a {
  color: #92996b;
}
/* line 2114, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.spotify a:visited {
  color: #92996b;
}

/* line 2120, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#player {
  display: none;
}

/* line 2125, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.widget_social-sharing-buttons .widgettitle {
  display: none;
}

/* line 2128, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.widget_social-sharing-buttons i {
  color: #6d2b8b;
}
/* line 2130, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.widget_social-sharing-buttons i a {
  color: #6d2b8b;
}
/* line 2132, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.widget_social-sharing-buttons i a:visited {
  color: #6d2b8b;
}

/* line 2139, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto {
  width: 100%;
  padding: 20px 0;
  position: relative;
}
/* line 2143, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/dots.png);
  background-size: 5px;
  opacity: 0.7;
}

#mobiledownload {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

#mobiledownload:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/dots.png);
  background-size: 5px;
  opacity: 0.7;
}

/* line 2155, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto h2 {
  font-family: "Covered By Your Grace", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 47px;
  color: #000;
  position: relative;
  z-index: 1;
  margin: 0 20px 10px 45px;
}
/* line 2162, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto h2 img {
  height: 25px;
  width: auto;
  position: relative;
  left: 5px;
  top: 10px;
}
/* line 2170, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto div {
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
/* line 2178, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .first-post {
  width: 55%;
  margin: 0 1% 0 0;
}

#getinto-sticky {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px; 
  position: relative;
}

#getinto-sticky:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("https://idobi.com/wp-content/themes/idobi-2022/assets/img/graffiti-grunge.jpg");
}

/* line 2182, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto-sticky .first-post .story:before {
  top: auto;
  bottom: 20px;
  z-index: 2;
  height: 115px;
}
/* line 2189, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto-sticky .first-post .getinto-image {
  width: 100%;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 45%;
  background-size: calc(80% - 30px);
  z-index: 1;
}

.getinto-image {
  width: 100%;
  display: block;
  padding-bottom: 60%;
  z-index: 1;
}

/* line 2197, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto-sticky .story {
  display: flex;
  flex-direction: column-reverse;
  vertical-align: top;
  clear: none;
}
/* line 2201, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto-sticky .story:before {
  content: " ";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 170px;
  z-index: 1;
  opacity: 1;
}
/* line 2212, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto-sticky .story .story-info {
  display: block;
  width: calc(80% - 30px);
  height: auto;
  float:right;
  background: #fff;
  color: #000;
  padding: 15px 5px 18px 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}
/* line 2222, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto-sticky .story .story-info h3 {
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
  overflow:hidden; 
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #231f20;
  /* Modify later - small zine card ellipsis*/
}
/* line 2223, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto-sticky .story .story-info h3 a {
  color: #000;
  text-decoration: none;
}
/* line 2232, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto-sticky .story .story-info a {
  color: #000;
  text-decoration: none;
}
/* line 2235, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto-sticky .story .story-info a:visited {
  color: #6d2c8b;
  text-decoration: none;
}
/* line 2240, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto-sticky .story .story-info h4 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
/* line 2244, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto-sticky .story .story-info h4 a {
  color: #20a592;
}
/* line 2246, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto-sticky .story .story-info h4 a:visited {
  color: #20a592;
}
/* line 2251, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto-sticky .story .story-info h5 {
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #231f20;
}

@media (min-width: 768px) {
  #getinto-sticky .first-post .getinto-image {
      background-size: calc(100% - 30px);
  }

  #getinto-sticky .story .story-info {
      display: block;
      width: calc(100% - 30px);
      height: auto;
      float: right;
      background: #fff;
      color: #000;
      padding: 15px 5px 18px 30px;
      z-index: 2;
      position: relative;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: auto;
      margin-right: auto;
  }
}

@media (min-width: 992px) {
  #getinto-sticky .first-post .getinto-image {
      background-size: calc(100% - 30px);
  }

  #getinto-sticky .story .story-info {
      display: block;
      width: calc(100% - 30px);
      height: auto;
      float: right;
      background: #fff;
      color: #000;
      padding: 15px 5px 18px 30px;
      z-index: 2;
      position: relative;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: auto;
      margin-right: auto;
  }
}

@media (min-width: 1200px) {
  #getinto-sticky .story .story-info {
  display: block;
  width: calc(80% - 30px);
  height: auto;
  float: right;
  background: #fff;
  color: #000;
  z-index: 2;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 5px 18px 30px !important;
}

  #getinto-sticky .first-post .getinto-image {
    width: 100%;
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 45%;
    z-index: 1;
    background-size: calc(80% - 30px);
  }
}


/* line 2182, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .first-post .story:before {
  top: auto;
  bottom: 20px;
  z-index: 2;
  height: 115px;
}
/* line 2189, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .first-post .getinto-image {
  width: 100%;
  display: block;
  padding-bottom: 60%;
  z-index: 1;
}

.getinto-image {
  width: 100%;
  display: block;
  padding-bottom: 60%;
  z-index: 1;
}

/* line 2197, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .story {
  display: block;
  vertical-align: top;
  clear: none;
}
/* line 2201, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .story:before {
  content: " ";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 170px;
  z-index: 1;
  opacity: 1;
}
/* line 2212, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .story .story-info {
  display: block;
  width: calc(100% - 20px);
  height: auto;
  margin: -67px 0 0 0;
  background: #fff;
  color: #000;
  padding: 15px 30px 30px 30px;
  z-index: 2;
  position: relative;
}
/* line 2222, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .story .story-info h3 {
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
  overflow:hidden; 
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #231f20;
  /* Modify later - small zine card ellipsis*/
}
/* line 2223, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .story .story-info h3 a {
  color: #000;
  text-decoration: none;
}
/* line 2232, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .story .story-info a {
  color: #000;
  text-decoration: none;
}
/* line 2235, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .story .story-info a:visited {
  color: #6d2c8b;
  text-decoration: none;
}
/* line 2240, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .story .story-info h4 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
/* line 2244, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .story .story-info h4 a {
  color: #20a592;
}
/* line 2246, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .story .story-info h4 a:visited {
  color: #20a592;
}
/* line 2251, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .story .story-info h5 {
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #231f20;
}
/* line 2260, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .second-posts {
  width: 43%;
}
/* line 2262, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .second-posts .story {
  margin-bottom: 20px;
  padding-bottom: 5px;
}
/* line 2266, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .second-posts .getinto-image {
  width: 45%;
  padding-bottom: 35%;
  top: 0;
  position: relative;
  z-index: 2;
}
/* line 2273, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .second-posts .story-info {
  position: absolute;
  z-index: 1;
  margin: 15px 20px 20px 0;
  top: 0;
  right: 0;
  padding-left: 48%;
  width: calc(100% - 20px);
  min-height: 160px;
}
/* line 2284, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto .getinto-image {
  margin: 0 0 5px;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  position: relative;
}
/* line 2291, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto h3 {
  margin: 0;
  padding: 0;
}
/* line 2295, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto h4 {
  margin: 0;
  padding: 0;
}
/* line 2299, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#getinto h5 {
  margin: 0;
  padding: 0;
}

/* line 2305, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
span.more {
  text-align: right;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  width: auto;
  float: right;
  right: 20px;
  margin: 40px 0 30px;
  padding: 0;
  display: block;
}
/* line 2318, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
span.more img {
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 100%;
  height: 7px;
}
/* line 2326, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
span.more a {
  color: #231f20;
}
/* line 2328, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
span.more a:visited {
  color: #231f20;
}

/* line 2397, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.recent-zine {
  padding: 0 0 100px 0;
}

/* line 2401, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.desktop {
  display: block;
}

/* line 2405, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.mobile {
  display: none;
}

/* line 2410, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.apple {
  display: block;
  padding: 5px 20px;
}

/* line 2415, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.spotify {
  display: block;
  padding: 5px 20px;
}

/* line 2420, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.more-episodes {
  display: block;
  padding: 5px 20px;
}

/* line 2426, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#container {
  min-height: 100%;
  position: relative;
}

/* line 2431, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#header {
  background: #ff0;
  padding: 10px;
}

/* line 2436, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#body {
  padding: 10px;
  padding-bottom: 30px;
}

/* line 2441, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#player {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 66px;
  text-align: center;
  margin: 0;
  padding: 12px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
}
/* line 2456, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#player:focus + div#player-full-screen {
  display: block;
}

/* line 2463, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#player-full-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  z-index: 999;
  display: none;
}

/* line 2476, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
/*iframe {
   height: 400px;
}
*/

/* line 2486, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-binge .listen-live {
  margin-bottom: 50px;
}

/* line 2492, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-live {
  background-color: #00aedb;
  background-size: 18px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
/* line 2498, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-live:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 10px);
  z-index: 1;
  opacity: 1;
  background-image: url(../img/dots.png);
  background-size: 4px;
  opacity: 0.8;
}
/* line 2512, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-live h2 {
  display: none;
  max-width: 1280px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 68px;
  line-height: 48px;
  font-weight: 900;
  color: #fff;
  margin: 0 auto;
  padding: 0 0 0 200px;
  position: relative;
  z-index: 2;
}

/* line 2531, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-live h2 {
  display: block;
}

/* line 2536, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-channel {
  width: 100%;
  height: auto;
  display: block;
  background-color: #fff;
  vertical-align: bottom;
  position: relative;
  color: #000;
}
/* line 2546, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-channel h3 {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-style: italic;
  vertical-align: bottom;
  text-align: right;
  font-size: 31px;
  font-weight: bold;
  line-height: 70px;
}
/* line 2559, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-channel h4 {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 16px;
  line-height: 70px;
  font-weight: 700;
  padding: 0;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  text-align: left;
}
/* line 2574, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.listen-channel #play-button {
  display: inline-block;
  background-size: cover;
  background-position: top center;
  width: 42px;
  height: 42px;
  z-index: 3;
  position: relative;
  margin: 0 0 8px 15px;
}

/* line 2588, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-radio {
  background-color: #00aedb;
}

#idobi-radio h3 {
  color: #000;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}
#idobi-radio h4 {
  color: #000;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}

/* line 2589, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-radio #play-button {
  background-image: url("../img/play-idobi.png");
  /*
  transition: background-image 1.2s linear; 
  -o-transition: background-image 1.2s linear; 
  -ms-transition: background-image 1.2s linear; 
  -moz-transition: background-image 1.2s linear; 
  -webkit-transition: background-image 1.2s linear; 
  */
}

/* line 2589, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-radio .play-idobi-rainbow {
}

/* line 2593, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-radio:hover #play-button {
  background-image: url("../img/play-active.png");
  transition-property: background-image;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;

  /*
  transition: background-image 1.2s linear; 
  -o-transition: background-image 1.2s linear; 
  -ms-transition: background-image 1.2s linear; 
  -moz-transition: background-image 1.2s linear; 
  -webkit-transition: background-image 1.2s linear; 

  transition-property: background-image;
  transition-duration: 2.2s;
  transition-timing-function: ease;
  transition-delay: 0;
  */
}
/* line 2600, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-radio:hover h3 {
  color: #fff;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}
/* line 2607, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-radio:hover h4 {
  color: #fff;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}
/* line 2616, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-radio h4 {
  text-shadow: #03add7 3px 0px 0px, #03add7 2.83487px 0.98158px 0px,
    #03add7 2.35766px 1.85511px 0px, #03add7 1.62091px 2.52441px 0px,
    #03add7 0.70571px 2.91581px 0px, #03add7 -0.28717px 2.98622px 0px,
    #03add7 -1.24844px 2.72789px 0px, #03add7 -2.07227px 2.16926px 0px,
    #03add7 -2.66798px 1.37182px 0px, #03add7 -2.96998px 0.42336px 0px,
    #03add7 -2.94502px -0.5717px 0px, #03add7 -2.59586px -1.50383px 0px,
    #03add7 -1.96093px -2.27041px 0px, #03add7 -1.11013px -2.78704px 0px,
    #03add7 -0.13712px -2.99686px 0px, #03add7 0.85099px -2.87677px 0px,
    #03add7 1.74541px -2.43999px 0px, #03add7 2.44769px -1.73459px 0px,
    #03add7 2.88051px -0.83825px 0px;
}

/* line 2621, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-howl {
  background-color: #c9bf6a;
}

#idobi-howl h3 {
  color: #000;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}
#idobi-howl h4 {
  color: #000;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}

/* line 2622, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-howl #play-button {
  background-image: url("../img/play-howl.png");
}
/* line 2626, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-howl:hover #play-button {
  background-image: url("../img/play-active.png");
  transition-property: background-image;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}
/* line 2633, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-howl:hover h3 {
  color: #fff;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}
/* line 2640, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-howl:hover h4 {
  color: #fff;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}
/* line 2649, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-howl h4 {
  text-shadow: #c9bf6a 3px 0px 0px, #c9bf6a 2.83487px 0.98158px 0px,
    #c9bf6a 2.35766px 1.85511px 0px, #c9bf6a 1.62091px 2.52441px 0px,
    #c9bf6a 0.70571px 2.91581px 0px, #c9bf6a -0.28717px 2.98622px 0px,
    #c9bf6a -1.24844px 2.72789px 0px, #c9bf6a -2.07227px 2.16926px 0px,
    #c9bf6a -2.66798px 1.37182px 0px, #c9bf6a -2.96998px 0.42336px 0px,
    #c9bf6a -2.94502px -0.5717px 0px, #c9bf6a -2.59586px -1.50383px 0px,
    #c9bf6a -1.96093px -2.27041px 0px, #c9bf6a -1.11013px -2.78704px 0px,
    #c9bf6a -0.13712px -2.99686px 0px, #c9bf6a 0.85099px -2.87677px 0px,
    #c9bf6a 1.74541px -2.43999px 0px, #c9bf6a 2.44769px -1.73459px 0px,
    #c9bf6a 2.88051px -0.83825px 0px;
}

/* line 2654, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-anthm {
  background-color: #da482b;
}

#idobi-anthm h3 {
  color: #000;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}
#idobi-anthm h4 {
  color: #000;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}

/* line 2655, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-anthm #play-button {
  background-image: url("../img/play-anthm.png");
}
/* line 2660, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-anthm:hover #play-button {
  background-image: url("../img/play-active.png");
  transition-property: background-image;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}
/* line 2667, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-anthm:hover h3 {
  color: #fff;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}
/* line 2674, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-anthm:hover h4 {
  color: #fff;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0;
}
/* line 2683, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#idobi-anthm h4 {
  text-shadow: #da482b 3px 0px 0px, #da482b 2.83487px 0.98158px 0px,
    #da482b 2.35766px 1.85511px 0px, #da482b 1.62091px 2.52441px 0px,
    #da482b 0.70571px 2.91581px 0px, #da482b -0.28717px 2.98622px 0px,
    #da482b -1.24844px 2.72789px 0px, #da482b -2.07227px 2.16926px 0px,
    #da482b -2.66798px 1.37182px 0px, #da482b -2.96998px 0.42336px 0px,
    #da482b -2.94502px -0.5717px 0px, #da482b -2.59586px -1.50383px 0px,
    #da482b -1.96093px -2.27041px 0px, #da482b -1.11013px -2.78704px 0px,
    #da482b -0.13712px -2.99686px 0px, #da482b 0.85099px -2.87677px 0px,
    #da482b 1.74541px -2.43999px 0px, #da482b 2.44769px -1.73459px 0px,
    #da482b 2.88051px -0.83825px 0px;
}

/* line 2688, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.stars-skull {
  position: relative;
}
/* line 2691, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.stars-skull #phones {
  position: absolute;
  top: -150px;
  left: -85px;
  height: 227px;
  width: auto;
  z-index: 3;
}
/* line 2699, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.stars-skull #speaker {
  position: absolute;
  top: -113px;
  right: -67px;
  height: 350px;
  width: auto;
  z-index: 3;
}

/* line 2710, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.menu-toggle {
  display: block;
}

/* line 2715, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.main-navigation ul {
  display: block;
}

/* line 2720, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
#mobile-player {
  display: none;
}

/* line 2724, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.idobi-radio {
  color: #09aedb;
}

/* line 2728, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.idobi-howl {
  color: #cabf6a;
}

/* line 2732, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.idobi-anthm {
  color: #d8472a;
}

/* line 2739, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine .page-header {
  width: 100%;
  background-size: 18px;
  text-align: center;
  margin: 0 auto;
}
/* line 2744, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine .page-header h1 {
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 68px;
  line-height: 48px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  padding: 0 0 35px 100px;
  position: relative;
  z-index: 3;
}
/* line 2745, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine .page-header h1:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 120px);
  height: calc(100% + 30px);
  z-index: 2;
  background-size: 4px;
  opacity: 0.8;
  background-image: url(../img/dots.png);
}
/* line 2770, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine .page-header h1 span {
  z-index: 3;
  position: relative;
  vertical-align: top;
}

/* line 2777, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine .archive-description {
  position: relative;
  font-family: "Covered By Your Grace", cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin: 15px 0 0 0;
  padding: 0;
  display: inline-block;
  text-transform: lowercase;
  color: #000;
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}
/* line 2789, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine .archive-description img {
  height: 25px;
  width: auto;
  position: relative;
  left: 5px;
  top: 10px;
}

/* line 2797, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story {
  width: 100%;
  display: block;
  vertical-align: top;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 2804, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story .story {
  vertical-align: top;
  position: relative;
  height: auto;
  max-height: auto;
  margin-bottom: 40px;
  width: 100%;
  z-index: 1;
}
/* line 2813, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story img {
  z-index: 1;
  width: 69%;
  display: inline-block;
  position: relative;
  z-index: 3;
}
/* line 2820, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story .caption {
  z-index: 1;
  z-index: 2;
  width: auto;
  display: inline-block;
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  margin: 0;
  bottom: 0;
  left: 40px;
  padding: 120px 20px 0 68%;
}
/* line 2833, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story .caption:before {
  z-index: 2;
  content: "";
  position: relative;
  height: 260px;
  margin: 0;
  z-index: 1;
  background: url(../img/stripes.png);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: " ";
  background-size: 50px 60px;
  width: 100%;
  margin: 0;
  display: block;
}
/* line 2852, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story .caption a {
  color: #000;
  text-decoration: none;
}
/* line 2855, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story .caption a:visited {
  color: #000;
  text-decoration: none;
}
/* line 2860, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story .caption h3 {
  display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    overflow:hidden; 
  z-index: 3;
  color: #000;
  font-weight: 500;
  position: relative;
  margin: 0;
  font-size: 33px;
  line-height: 40px;
  font-weight: 500;
}

/* line 2869, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story .caption h3 a {
  z-index: 3;
  color: #000;
  font-weight: 500;
  position: relative;
  margin: 0;
}
/* line 2877, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story .caption h4 {
  z-index: 3;
  font-weight: 500;
  position: relative;
  margin: 0;
  margin: 20px 0 4px;
  text-transform: uppercase;
}
/* line 2885, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story .caption h4 a {
  z-index: 3;
  color: #000;
  font-weight: 500;
  position: relative;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #6d2b8b;
}
/* line 2895, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story .caption h4 a:visited {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #6d2b8b;
}
/* line 2903, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story .caption h5 {
  z-index: 3;
  color: #000;
  font-weight: 500;
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0 0;
}
/* line 2914, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #top-story .caption h5 a {
  z-index: 3;
  color: #000;
  font-weight: 500;
  position: relative;
  margin: 0;
}

/* line 2924, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #recent-stories {
  width: 100%;
  margin: 40px auto 40px;
  padding: 0;
  display: block;
}
/* line 2929, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #recent-stories h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #231f20;
  font-weight: 500;
}
/* line 2937, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #recent-stories h2 strong {
  font-weight: 900;
}
/* line 2941, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #recent-stories .story {
  vertical-align: top;
  position: relative;
  display: inline-block;
  width: calc((100% / 4) - 15px);
  min-height: 350px;
  vertical-align: top;
  margin-right: 18px;
}
/* line 2949, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #recent-stories .story:nth-of-type(4n + 0) {
  margin-right: 0px;
}
/* line 2952, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #recent-stories .story .story-info {
  width: auto;
  max-width: calc(100% - 200px);
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}
/* line 2960, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #recent-stories .recent-story-image {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 0 20px;
  background-size: cover;
  background-position: center center;
}
/* line 2968, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #recent-stories h3 {
  margin: 0 10px 5px;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #58595b;
  margin-bottom: 10px;
}
/* line 2976, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #recent-stories h3 a {
  text-decoration: none;
}
/* line 2980, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #recent-stories h4 {
  margin: 0 10px 5px;
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #6d2b8b;
  text-transform: uppercase;
}
/* line 2988, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #recent-stories h4 a {
  text-decoration: none;
}
/* line 2992, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #recent-stories h5 {
  margin: 0 10px 5px;
  padding: 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  color: #58595b;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 3003, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #recent-stories a {
  text-decoration: none;
}

/* line 3008, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #trending-stories h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #231f20;
  font-weight: 500;
}

/* line 3018, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos {
  width: 100%;
  /* padding-bottom: 60px; */
  padding-bottom: 0px;
}
/* line 3022, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos h2 {
  font-family: "Covered By Your Grace", cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 47px;
  color: #231f20;
  margin: 0 20px 10px 0;
}
/* line 3029, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos h2 img {
  height: 25px;
  width: auto;
  position: relative;
  left: 5px;
  top: 10px;
}
/* line 3037, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos h4 {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
}
/* line 3043, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos .story {
  display: inline-block;
  width: calc((100% / 3) - 18px);
  vertical-align: top;
  margin-right: 27px;
}
/* line 3048, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos .story:nth-of-type(3) {
  margin-right: 0px;
}
/* line 3051, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos .story .story-info {
  display: block;
  width: 100%;
  height: auto;
  height: 165px;
  margin: 0;
  background: #231f20;
  color: #fff;
  padding: 30px 40px 30px 20px;
}
/* line 3060, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos .story .story-info h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
/* line 3061, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos .story .story-info h3 a {
  color: #fff;
  text-decoration: none;
}
/* line 3071, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos .story .story-info a {
  color: #fff;
  text-decoration: none;
}
/* line 3074, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos .story .story-info a:visited {
  color: #fff;
  text-decoration: none;
}
/* line 3079, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos .story .story-info h4 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
/* line 3083, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos .story .story-info h4 a {
  color: #20a592;
}
/* line 3085, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos .story .story-info h4 a:visited {
  color: #20a592;
}
/* line 3092, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos .video-image {
  display: flex;
  width: 100%;
  height: 180px;
  margin: 0 0 7px;
  background-size: cover;
  justify-content: center;
  align-items: center;
  background-position: center center;
  position: relative;
}
/* line 3101, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */

/*
.page-template-page-zine #videos .video-image:before {
  content: url("../img/video-play.png");
  position: relative;
        height: 60px;
        margin: 0 auto;
        top: 60px;
        z-index: 5;
}
*/

/* line 3116, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.page-template-page-zine #videos .story a h3 {
  color: #fff;
}

/* line 3125, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.post-type-photos {
  color: #e89123;
  font-weight: 500;
}

/* line 3130, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.post-type-live-performances {
  color: #1e9a8b;
  font-weight: 500;
}

/* line 3135, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.post-type-high-life {
  color: #6d2c8b;
  font-weight: 500;
}

/* line 3140, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.post-type-music-reviews {
  color: #bd2085;
  font-weight: 500;
}

/* line 3145, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.post-type-videos {
  color: #ed2390;
  font-weight: 500;
}

/* line 3150, /Users/jacobcooper/Documents/GitHub/idobi-2021/assets/css/style.scss */
.post-type-originals {
  color: #658182;
  font-weight: 500;
}

.post-type-ent-review {
  color: #8ab53f;
  font-weight: 500;
}

.right {
  float: right !important;
}

.dropbtn {
  position: relative;
  color: white;
  width: 50px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  border: none;
  /* cursor: pointer; */
  cursor: default !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdwn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 2px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  right: 0;
  text-align: left;
  display: none;
  position: absolute;
  background-color: white;
  border-top: 4px solid #f1f1f1;
  border-bottom: 4px solid #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-size: 18px;
  padding: 12px 36px;
  text-decoration: none;
  text-transform: none;
  display: block;
}

.dropdwn:hover .dropdown-content {
  display: block;
}

.content-area {
  width: calc(100% - 200px);
  max-width: 1110px;
  margin: 0 auto;
  top: 0;
  margin-top: 50px;
}

.zcontent-area h4 {
  margin: 0 0 5px;
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.zcontent-area h3 {
  margin: 0 0 5px;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}

.zcontent-area p {
  font-size: 12px;
  line-height: 15px;
  color: #58595b;
}

.zcontent-area h5 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}

.zcontent-area .story-info {
  padding: 20px;
}

.zcontent-area .thumb-image {
  margin: 0 0 5px;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 65%;
  z-index: 1;
}

#top-story {
  width: 100%;
  display: block;
  vertical-align: top;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}

.archive #top-story .wp-post-image {
  width: 69%;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.archive #top-story .caption {
  z-index: 2;
  width: auto;
  display: inline-block;
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  margin: 0;
  bottom: 0;
  left: 40px;
  padding: 120px 20px 0 68%;
}

.archive #top-story .caption h3 {
  z-index: 3;
  color: #000;
  font-weight: 500;
  position: relative;
  margin: 0;
  font-size: 33px;
  line-height: 40px;
  font-weight: 500;
}

.archive #top-story .caption:before {
  content: "";
  position: relative;
  height: 260px;
  margin: 0;
  z-index: -1;
  background: url(../img/stripes.png);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: " ";
  background-size: 50px 60px;
  width: 100%;
  margin: 0;
  display: block;
}

.archive #top-story .story {
  vertical-align: top;
  position: relative;
  height: auto;
  max-height: auto;
  margin-bottom: 40px;
  text-align: unset;
  width: 100%;
  z-index: 1;
}

/* OUR STORY PAGE CSS */
.idobi-radio-link {
  border-bottom: 2px solid #00aedb;
}

.idobi-radio-link:hover {
  color: #00aedb;
}

.idobi-anthm-link {
  border-bottom: 2px solid #da482b;
}

.idobi-anthm-link:hover {
  color: #da482b;
}

.idobi-howl-link {
  border-bottom: 2px solid #c9bf6a;
}

.idobi-howl-link:hover {
  color: #c9bf6a;
}


/* OUR CREW PAGE CSS */

.crewcard {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  flex-direction: column;
}

.crewphoto {
  width: 100%;
  height: 400px;
  background-color: white;
}

.crewbio {
    display: none;
    width: 100%;
    min-height: 292px;
    margin: 0;
    background: white;
    color: #000;
    padding: 30px 60px 0px 30px;
}

.crewnamecontainer {
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.crew-name {
  color: #1230aa;
  text-transform: uppercase;
  font-weight: bold;
}

.crew-occupation {
  color: #1230aa;
}

.backstory {
 color: #31bcf3;
 text-decoration: underline;
 cursor: pointer;
}

.mobilebackstory {
  color: #31bcf3;
 text-decoration: underline;
 cursor: pointer;
}

.crewexpand {
  flex-direction: row!important;
  background-size: 4px;
  background-image: url(../img/dots.png);
}

.crewbioexpand {
  width: 96%!important;
  display: block!important;
}

.collapse {
  width: 0%!important;
}

.bioexpand {
  display:none;
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-color: white;
  justify-content: flex-end;
  align-items: center;
}

.expanddimension {
  width: 20px;
  height: 20px;
}

#tom {
  background-image: url(../img/tom.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#tomcon {
  cursor: pointer;
}

#sherin {
  background-image: url(../img/sherin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#sherincon {
  cursor: pointer;
}

#eddie {
  background-image: url(../img/eddie.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#eddiecon {
  cursor: pointer;
}

#seb {
  background-image: url(../img/seb.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#sebcon {
  cursor: pointer;
}

#joel {
  background-image: url(../img/Joel_.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#joelcon {
  cursor: pointer;
}

#chuck {
  background-image: url(../img/chuck.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#chuckcon {
  cursor: pointer;
}

#alex {
  background-image: url(../img/alex.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#alexcon {
  cursor: pointer;
}

#fish {
  background-image: url(../img/fish.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#fishcon {
  cursor: pointer;
}

#yising {
  background-image: url(../img/Yising.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#yisingcon {
  cursor: pointer;
}

#aidan {
  background-image: url(../img/aidan.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#aidancon {
  cursor: pointer;
}

#tommy {
  background-image: url(../img/Tommy.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#tommycon {
  cursor: pointer;
}

#patrick {
  background-image: url(../img/patrick.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#patrickcon {
  cursor: pointer;
}

#maysa {
  background-image: url(../img/maysa.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#maysacon {
  cursor: pointer;
}

#nick {
  background-image: url(../img/nick.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#nickcon {
  cursor: pointer;
}

#paige {
  background-image: url(../img/paige.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#jackrogers{
  background-image: url(../img/jackrogers.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#eric {
  background-image: url(../img/eric.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}


@media (max-width: 992px) {
  .excerptshort {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow:hidden;
  }
}

@media (max-width: 767px) {
  .content-area {
    width: 100%;
  }

  .site-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .archive #top-story .wp-post-image {
    width: 100%;
  }

  .topstorypadding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .archive #top-story .caption h4 {
    margin: 0 0 5px;
    padding: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
  }

  .archive #top-story .caption h3 {
    margin: 0 0 5px;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .archive #top-story .caption p {
    font-size: 12px;
    line-height: 15px;
    color: #58595b;
  }

  .archive #top-story .caption h5 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .archive #top-story .caption {
    padding: 20px;
  }

  #sidebar {
    width: 0%;
    min-width: 0px;
    min-height: 0px;
    visibility: hidden;
  }

  .single article {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  #getinto::before {
    background-image: url(../img/dots-the-latest.png);
    background-size: 7px;
  }

  .sandwich-dropdown-content {
    text-align: left;
    display: none;
    position: absolute;
    background-image: url(../img/stripe-bg.png);
    min-width: 160px;
    left: -12px;
    top: 41px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }
}

@media (max-width: 975px) {
  .sandwich-dropdown-content {
    text-align: left;
    display: none;
    position: absolute;
    background-image: url(../img/stripe-bg.png);
    min-width: 160px;
    left: -12px;
    top: 41px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }
}

/*# sourceMappingURL=style.css.map */
