@charset "UTF-8";
/*!
Theme Name: KUTX
Author: Deborah Lykins
Author URI: https://www.zocalodesign.com
Description: Custom Theme by Zócalo Design
Version: 1.2.0
Text Domain: kutx

KUTX is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
a.has-text-color:hover, a.has-background:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

/* Gutenberg color options*/
.has-red-color {
  color: #ff3300;
}
.has-red-color a, .has-red-color a:visited {
  color: #ff3300;
}
.has-red-color a:hover {
  color: #cc2900;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.is-style-outline .has-red-color {
  color: #ff3300;
}
.is-style-outline .has-red-color:hover {
  color: #991f00;
}
.has-red-color.button {
  border-color: #ff3300;
}

.has-red-background-color {
  background-color: #ff3300;
}

a:hover.has-red-background-color {
  background-color: #cc2900;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.page-template-leftsidebar .alignfull.has-red-background-color:before, .page-template-leftsidebar .alignfull.has-red-background-color:after {
  background-color: #ff3300;
}

.has-darkred-color {
  color: #ce1910;
}
.has-darkred-color a, .has-darkred-color a:visited {
  color: #ce1910;
}
.has-darkred-color a:hover {
  color: #9f130c;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.is-style-outline .has-darkred-color {
  color: #ce1910;
}
.is-style-outline .has-darkred-color:hover {
  color: #6f0e09;
}
.has-darkred-color.button {
  border-color: #ce1910;
}

.has-darkred-background-color {
  background-color: #ce1910;
}

a:hover.has-darkred-background-color {
  background-color: #9f130c;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.page-template-leftsidebar .alignfull.has-darkred-background-color:before, .page-template-leftsidebar .alignfull.has-darkred-background-color:after {
  background-color: #ce1910;
}

.has-orange-color {
  color: #ff9c12;
}
.has-orange-color a, .has-orange-color a:visited {
  color: #ff9c12;
}
.has-orange-color a:hover {
  color: #de8100;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.is-style-outline .has-orange-color {
  color: #ff9c12;
}
.is-style-outline .has-orange-color:hover {
  color: #ab6400;
}
.has-orange-color.button {
  border-color: #ff9c12;
}

.has-orange-background-color {
  background-color: #ff9c12;
}

a:hover.has-orange-background-color {
  background-color: #de8100;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.page-template-leftsidebar .alignfull.has-orange-background-color:before, .page-template-leftsidebar .alignfull.has-orange-background-color:after {
  background-color: #ff9c12;
}

.has-blue-color {
  color: #00a0ff;
}
.has-blue-color a, .has-blue-color a:visited {
  color: #00a0ff;
}
.has-blue-color a:hover {
  color: #0080cc;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.is-style-outline .has-blue-color {
  color: #00a0ff;
}
.is-style-outline .has-blue-color:hover {
  color: #006099;
}
.has-blue-color.button {
  border-color: #00a0ff;
}

.has-blue-background-color {
  background-color: #00a0ff;
}

a:hover.has-blue-background-color {
  background-color: #0080cc;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.page-template-leftsidebar .alignfull.has-blue-background-color:before, .page-template-leftsidebar .alignfull.has-blue-background-color:after {
  background-color: #00a0ff;
}

.has-lightblue-color {
  color: #71b7e6;
}
.has-lightblue-color a, .has-lightblue-color a:visited {
  color: #71b7e6;
}
.has-lightblue-color a:hover {
  color: #46a1de;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.is-style-outline .has-lightblue-color {
  color: #71b7e6;
}
.is-style-outline .has-lightblue-color:hover {
  color: #2489cd;
}
.has-lightblue-color.button {
  border-color: #71b7e6;
}

.has-lightblue-background-color {
  background-color: #71b7e6;
}

a:hover.has-lightblue-background-color {
  background-color: #46a1de;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.page-template-leftsidebar .alignfull.has-lightblue-background-color:before, .page-template-leftsidebar .alignfull.has-lightblue-background-color:after {
  background-color: #71b7e6;
}

.has-green-color {
  color: #76b83d;
}
.has-green-color a, .has-green-color a:visited {
  color: #76b83d;
}
.has-green-color a:hover {
  color: #5d9230;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.is-style-outline .has-green-color {
  color: #76b83d;
}
.is-style-outline .has-green-color:hover {
  color: #456b24;
}
.has-green-color.button {
  border-color: #76b83d;
}

.has-green-background-color {
  background-color: #76b83d;
}

a:hover.has-green-background-color {
  background-color: #5d9230;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.page-template-leftsidebar .alignfull.has-green-background-color:before, .page-template-leftsidebar .alignfull.has-green-background-color:after {
  background-color: #76b83d;
}

.has-smoke-color {
  color: #f3f3f3;
}
.has-smoke-color a, .has-smoke-color a:visited {
  color: #f3f3f3;
}
.has-smoke-color a:hover {
  color: #dadada;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.is-style-outline .has-smoke-color {
  color: #f3f3f3;
}
.is-style-outline .has-smoke-color:hover {
  color: silver;
}
.has-smoke-color.button {
  border-color: #f3f3f3;
}

.has-smoke-background-color {
  background-color: #f3f3f3;
}

a:hover.has-smoke-background-color {
  background-color: #dadada;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.page-template-leftsidebar .alignfull.has-smoke-background-color:before, .page-template-leftsidebar .alignfull.has-smoke-background-color:after {
  background-color: #f3f3f3;
}

.has-offwhite-color {
  color: #f8f6f2;
}
.has-offwhite-color a, .has-offwhite-color a:visited {
  color: #f8f6f2;
}
.has-offwhite-color a:hover {
  color: #e6dfd1;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.is-style-outline .has-offwhite-color {
  color: #f8f6f2;
}
.is-style-outline .has-offwhite-color:hover {
  color: #d4c8b0;
}
.has-offwhite-color.button {
  border-color: #f8f6f2;
}

.has-offwhite-background-color {
  background-color: #f8f6f2;
}

a:hover.has-offwhite-background-color {
  background-color: #e6dfd1;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.page-template-leftsidebar .alignfull.has-offwhite-background-color:before, .page-template-leftsidebar .alignfull.has-offwhite-background-color:after {
  background-color: #f8f6f2;
}

.has-gray-color {
  color: #3d3d3c;
}
.has-gray-color a, .has-gray-color a:visited {
  color: #3d3d3c;
}
.has-gray-color a:hover {
  color: #232323;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.is-style-outline .has-gray-color {
  color: #3d3d3c;
}
.is-style-outline .has-gray-color:hover {
  color: #0a0a09;
}
.has-gray-color.button {
  border-color: #3d3d3c;
}

.has-gray-background-color {
  background-color: #3d3d3c;
}

a:hover.has-gray-background-color {
  background-color: #232323;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.page-template-leftsidebar .alignfull.has-gray-background-color:before, .page-template-leftsidebar .alignfull.has-gray-background-color:after {
  background-color: #3d3d3c;
}

.has-lightgray-color {
  color: #666666;
}
.has-lightgray-color a, .has-lightgray-color a:visited {
  color: #666666;
}
.has-lightgray-color a:hover {
  color: #4d4d4d;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.is-style-outline .has-lightgray-color {
  color: #666666;
}
.is-style-outline .has-lightgray-color:hover {
  color: #333333;
}
.has-lightgray-color.button {
  border-color: #666666;
}

.has-lightgray-background-color {
  background-color: #666666;
}

a:hover.has-lightgray-background-color {
  background-color: #4d4d4d;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.page-template-leftsidebar .alignfull.has-lightgray-background-color:before, .page-template-leftsidebar .alignfull.has-lightgray-background-color:after {
  background-color: #666666;
}

.has-white-color {
  color: #ffffff;
}
.has-white-color a, .has-white-color a:visited {
  color: #ffffff;
}
.has-white-color a:hover {
  color: #e6e6e6;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.is-style-outline .has-white-color {
  color: #ffffff;
}
.is-style-outline .has-white-color:hover {
  color: #cccccc;
}
.has-white-color.button {
  border-color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

a:hover.has-white-background-color {
  background-color: #e6e6e6;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.page-template-leftsidebar .alignfull.has-white-background-color:before, .page-template-leftsidebar .alignfull.has-white-background-color:after {
  background-color: #ffffff;
}

.has-black-color {
  color: #20201f;
}
.has-black-color a, .has-black-color a:visited {
  color: #20201f;
}
.has-black-color a:hover {
  color: #060606;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.is-style-outline .has-black-color {
  color: #20201f;
}
.is-style-outline .has-black-color:hover {
  color: black;
}
.has-black-color.button {
  border-color: #20201f;
}

.has-black-background-color {
  background-color: #20201f;
}

a:hover.has-black-background-color {
  background-color: #060606;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.page-template-leftsidebar .alignfull.has-black-background-color:before, .page-template-leftsidebar .alignfull.has-black-background-color:after {
  background-color: #20201f;
}

@font-face {
  font-family: "fontello";
  src: url("../kutx/assets/webfonts/fontello.eot?88390336");
  src: url("../kutx/assets/webfonts/fontello.eot?88390336#iefix") format("embedded-opentype"), url("../kutx/assets/webfonts/fontello.woff2?88390336") format("woff2"), url("../kutx/assets/webfonts/fontello.woff?88390336") format("woff"), url("../kutx/assets/webfonts/fontello.ttf?88390336") format("truetype"), url("../kutx/assets/webfonts/fontello.svg?88390336#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?88390336#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-volume-up:before {
  content: "\e800";
} /* '' */
.icon-tidal:before {
  content: "\e801";
} /* '' */
.icon-stitcher:before {
  content: "\e802";
} /* '' */
.icon-apple:before {
  content: "\f179";
} /* '' */
.icon-spotify:before {
  content: "\f1bc";
} /* '' */
.icon-bandcamp:before {
  content: "\f2d5";
} /* '' */
.icon-tidal {
  font-size: 1.3rem;
}

.icon-spotify {
  font-size: 1.8rem;
}

.icon-apple {
  font-size: 1.9rem;
}

/*********************
BREAKPOINTS
*********************/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5% !important;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #20201f;
  font-family: "Raleway", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.025rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Oswald", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
}

h2, .h2 {
  font-size: 2.5rem;
}
h2.entry-title, .h2.entry-title {
  margin-bottom: 0;
  margin-top: 1rem;
  line-height: 1.2;
}

p {
  margin: 0 0 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

i.ss-icon {
  position: relative;
  top: 2px;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
body.menutoggled {
  overflow: hidden;
}

hr {
  background-color: #f3f3f3;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
hr.wp-block-separator {
  height: 0.2rem;
  max-width: 17.5rem;
  border-top: 0;
  border-bottom: 0;
}
hr.wp-block-separator.is-style-wide {
  max-width: none;
}

ul,
ol {
  margin: 0 0 1.5rem 1.5rem;
  padding-left: 1.5rem;
}

ul {
  list-style: disc;
}
ul.nodot {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding-left: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #00a0ff;
  text-decoration: none;
  transition: 0.5s;
}
a:visited {
  color: #00a0ff;
}
a:hover, a:focus, a:active {
  color: #0080cc;
  transition: 0.5s;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a.button {
  color: #20201f;
}

/* Forms
--------------------------------------------- */
button, .button, .wp-block-button__link:not(.has-text-color):not(.has-background), .is-style-outline > .wp-block-button__link:not(.has-text-color),
input[type=button],
input[type=reset],
input[type=submit] {
  border: 2px solid;
  border-color: #20201f;
  border-radius: 0;
  background: transparent;
  color: #20201f;
  padding: 0.8rem 2rem;
  transition: 0.5s;
  font-size: 1.6rem;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  text-transform: uppercase;
}
button:hover, .button:hover, .wp-block-button__link:not(.has-text-color):not(.has-background):hover, .is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #060606;
  transition: 0.5s;
  color: #060606;
  opacity: 0.6;
}
button:active, button:focus, .button:active, .button:focus, .wp-block-button__link:not(.has-text-color):not(.has-background):active, .wp-block-button__link:not(.has-text-color):not(.has-background):focus, .is-style-outline > .wp-block-button__link:not(.has-text-color):active, .is-style-outline > .wp-block-button__link:not(.has-text-color):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: #0080cc;
  transition: 0.5s;
  color: #0080cc;
  opacity: 0.6;
}

.wp-block-button__link {
  border-radius: 0;
}

.wp-block-buttons {
  margin: 3rem 0;
}

.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: #20201f;
}

.wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: #20201f;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
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;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]: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;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
@media (min-width: 51em) {
  body:not(.blog):not(.error404):not(.page-template-fullwidth):not(.post-type-archive-hosts-staff):not(.post-type-archive-show):not(.post-type-archive-podcast):not(.post-type-archive-artist-month):not(.page-template-leftsidebar) .main-container {
    max-width: 135.5rem;
    display: grid;
    grid-template-columns: auto 340px;
    grid-template-areas: "main sidebar" "related related";
    align-content: start;
  }
}
body:not(.blog):not(.error404):not(.page-template-fullwidth):not(.post-type-archive-hosts-staff):not(.post-type-archive-show):not(.post-type-archive-podcast):not(.post-type-archive-artist-month):not(.page-template-leftsidebar) .site-main {
  grid-area: main;
}
@media (min-width: 43.75em) and (max-width: 91.625em) {
  body:not(.blog):not(.error404):not(.page-template-fullwidth):not(.post-type-archive-hosts-staff):not(.post-type-archive-show):not(.post-type-archive-podcast):not(.post-type-archive-artist-month):not(.page-template-leftsidebar) .site-main {
    padding-left: 4rem;
  }
}
body:not(.blog):not(.error404):not(.page-template-fullwidth):not(.post-type-archive-hosts-staff):not(.post-type-archive-show):not(.post-type-archive-podcast):not(.post-type-archive-artist-month):not(.page-template-leftsidebar) .widget-area {
  grid-area: sidebar;
  margin: auto;
}
@media (min-width: 41.625em) {
  body:not(.blog):not(.error404):not(.page-template-fullwidth):not(.post-type-archive-hosts-staff):not(.post-type-archive-show):not(.post-type-archive-podcast):not(.post-type-archive-artist-month):not(.page-template-leftsidebar) .widget-area {
    margin: 0 0 0 4rem;
    padding-top: 2rem;
  }
}
body:not(.blog):not(.error404):not(.page-template-fullwidth):not(.post-type-archive-hosts-staff):not(.post-type-archive-show):not(.post-type-archive-podcast):not(.post-type-archive-artist-month):not(.page-template-leftsidebar) .widget-area .kutxad {
  margin: 0 0 2rem;
  height: 25vh;
  min-height: 250px;
  max-height: 250px;
}
body:not(.blog):not(.error404):not(.page-template-fullwidth):not(.post-type-archive-hosts-staff):not(.post-type-archive-show):not(.post-type-archive-podcast):not(.post-type-archive-artist-month):not(.page-template-leftsidebar) .site-related {
  grid-area: related;
}

body.page-template-leftsidebar .site {
  overflow: hidden;
}
@media (min-width: 51em) {
  body.page-template-leftsidebar .main-container {
    max-width: 135.5rem;
    display: grid;
    grid-template-columns: 22% auto;
    grid-template-areas: "sidebar main" "related related";
  }
}
body.page-template-leftsidebar .site-main {
  grid-area: main;
  padding-left: 0;
}
body.page-template-leftsidebar .widget-area {
  text-align: left;
  grid-area: sidebar;
}
body.page-template-leftsidebar .widget-area section:first-of-type:after {
  width: 100%;
  height: 1px;
  content: "";
  background: #00a0ff;
  position: absolute;
  top: -2rem;
  right: 0;
}
@media (min-width: 51em) {
  body.page-template-leftsidebar .widget-area {
    text-align: right;
    margin: 0 4rem 0 0;
    padding-right: 1em;
  }
  body.page-template-leftsidebar .widget-area section:first-of-type:after {
    width: 1px;
    height: 126%;
    top: 0;
    right: -2rem;
  }
}
body.page-template-leftsidebar section#nav_menu-8 {
  position: relative;
}
body.page-template-leftsidebar .site-related {
  grid-area: related;
}
body.page-template-leftsidebar h1.entry-title, body.page-template-leftsidebar .h1 {
  font-family: inherit;
  font-weight: 600;
  font-size: 2rem;
}
@media (min-width: 51em) {
  body.page-template-leftsidebar h1.entry-title, body.page-template-leftsidebar .h1 {
    margin-top: 0;
  }
}
body.page-template-leftsidebar .alignfull {
  width: 100%;
  margin: 4rem 0;
}
body.page-template-leftsidebar .alignfull:after, body.page-template-leftsidebar .alignfull:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
}
body.page-template-leftsidebar .alignfull:before {
  left: -100%;
}
body.page-template-leftsidebar .alignfull .wp-block-group__inner-container {
  padding: 3em 0;
}

.page-template-fullwidth .main-container, .post-type-archive-hosts-staff .main-container, .post-type-archive-show .main-container, .post-type-archive-podcast .main-container, .post-type-archive-artist-month .main-container {
  display: block;
  max-width: 135.5rem;
}

.blog, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) {
  /*&:not(.paged) {

  	.site-main {

  		article {

  			&:first-of-type {
  			grid-column: span 12;
  			grid-row: span 1;
  			@include breakpoint(tablet) {
  		    	grid-column: span 8;
  		    	grid-row: span 2;
  		    }

  		}
  			&:nth-child(n+8) {
  				grid-column: span 6;
  				@include breakpoint(tablet) {
  			    	grid-column: span 3;
  			    }

  				.featured-img {

  				    img {
  	    				min-height: 28rem;
  				    }
  				}
  			}

  		}

  	}

  }*/
}
.blog .site-main .entry-content, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main .entry-content {
  grid-column: span 12;
}
@media (min-width: 41.625em) {
  .blog .site-main, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main {
    max-width: 135.5rem;
    margin: 0 auto 7rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
  }
}
@media (min-width: 43.75em) and (max-width: 91.625em) {
  .blog .site-main, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main {
    padding-left: 4rem;
  }
}
.blog .site-main > header, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main > header {
  grid-column: span 12;
  margin: 2rem 0;
}
@media (min-width: 41.625em) {
  .blog .site-main > header, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main > header {
    margin: 0;
  }
}
.blog .site-main article, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main article {
  grid-column: span 6;
  height: 100%;
  position: relative;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto 2rem;
  /*&:hover {
  	box-shadow: 5px 5px 20px rgb(0, 0, 0, .7);
  	transition: .5s;
  }*/
}
@media (min-width: 51em) {
  .blog .site-main article, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main article {
    grid-column: span 6;
  }
}
@media (min-width: 65em) {
  .blog .site-main article, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main article {
    grid-column: span 4;
  }
}
@media (min-width: 41.625em) {
  .blog .site-main article, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main article {
    margin: 0;
  }
}
.blog .site-main article a, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main article a {
  color: #20201f;
}
.blog .site-main article .featured-img, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main article .featured-img {
  background: #20201f;
  height: 100%;
  width: 100%;
  max-height: none;
}
.blog .site-main article .featured-img img, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main article .featured-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 30rem;
}
.blog .site-main article .entry-all-content, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main article .entry-all-content {
  width: 100%;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
@media (min-width: 41.625em) {
  .blog .site-main article .entry-all-content, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main article .entry-all-content {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
  }
}
.blog .site-main article .entry-all-content .entry-meta, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main article .entry-all-content .entry-meta {
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.blog .site-main article .entry-all-content .entry-meta span.cat-links a, .archive:not(.post-type-archive-hosts-staff):not(.post-type-archive-interview):not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a):not(.post-type-archive-album-review):not(.post-type-archive-artist-month):not(.tax-sicategory):not(.post-type-archive-kutxevent) .site-main article .entry-all-content .entry-meta span.cat-links a {
  color: #00a0ff;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.blog.paged .site-main {
  /*article {

  	grid-column: span 6;
  	@include breakpoint(tablet) {
  		grid-column: span 4;
  	}

  	@include breakpoint(laptop) {
  		grid-column: span 3;
  	}

  }*/
}
.blog.paged .site-main .entry-content {
  display: none;
}

@media (min-width: 65em) {
  .archive.category:not(.category-music-matters):not(.category-sessions-interviews):not(.category-studio1a) .site-main article, .archive.tag .site-main article {
    grid-column: span 4 !important;
  }
}

/*Hover States Sitewide */
.archive .site-main article, .blog .site-main article {
  transition: 0.5s;
}
.archive .site-main article:hover, .blog .site-main article:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.25) !important;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  transition: 0.5s;
}

.homeposts-grid-content article, .show-grid-content article, .site-related article, .related-grid:not(.home-hosts) .hosts-grid-content article {
  transition: 0.5s;
}
.homeposts-grid-content article:hover, .show-grid-content article:hover, .site-related article:hover, .related-grid:not(.home-hosts) .hosts-grid-content article:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.25) !important;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  transition: 0.5s;
}

.home .hosts-grid-content article img {
  transition: 0.5s;
}
.home .hosts-grid-content article:hover img {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.25) !important;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  transition: 0.5s;
}

body.home .bottom-bar {
  background-color: rgba(32, 32, 31, 0.5);
}
body.home .main-container {
  margin-top: 10.7rem;
}
body.home .entry-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35rem;
  /*@include breakpoint (ataspace) {
      &.alignfull {
      	margin-left: calc(-50vw + 50% - 20px);
      }
  }*/
}
@media (min-width: 51em) {
  body.home .entry-header {
    height: auto;
  }
}
body.home .entry-header img {
  height: 100%;
  max-width: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home .homeposts-grid {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
body.home h1.entry-title {
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.3rem;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.1;
}
@media (min-width: 51em) {
  body.home h1.entry-title {
    font-size: 5rem;
  }
}
body.home h2:not(.entry-title):not(.widget-title) {
  font-size: 4.8rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
  margin: 0;
}

/* Hosts Section */
.kutx-section-header {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.35);
  flex-wrap: wrap;
  padding-bottom: 2rem;
}
@media (min-width: 41.625em) {
  .kutx-section-header {
    grid-column: span 2;
    justify-content: space-between;
  }
}
@media (min-width: 51em) {
  .kutx-section-header {
    grid-column: span 12;
    margin-bottom: 5rem;
  }
}
.kutx-section-header h2 {
  flex: 1 1 100%;
  text-align: center;
}
@media (min-width: 41.625em) {
  .kutx-section-header h2 {
    flex: initial;
    text-align: left;
  }
}

.home-hosts .hosts-grid-content article {
  position: relative;
  min-height: 100px;
  box-shadow: none;
  overflow: hidden;
  border-bottom: 0;
  background: transparent;
}
@media (min-width: 41.625em) {
  .home-hosts .hosts-grid-content article {
    grid-column: span 1;
  }
}
@media (min-width: 51em) {
  .home-hosts .hosts-grid-content article {
    grid-column: span 3;
  }
}
@media (min-width: 65em) {
  .home-hosts .hosts-grid-content article {
    grid-column: span 3;
  }
}
.home-hosts .hosts-grid-content article img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-hosts .hosts-grid-content article .host-staff-meta h2.entry-title {
  margin-bottom: 1rem;
}
.home-hosts .hosts-grid-content article .host-staff-meta a {
  color: #20201f;
}
.home-hosts .hosts-grid-content article .host-staff-meta a:hover {
  color: #474745;
}
.home-hosts .hosts-grid-content article .host-staff-meta p.kutx-schedule {
  color: #00a0ff;
}
.home-hosts ul.home-related-shows {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.home-hosts .host-featured-img img {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  max-width: 25rem;
  margin: auto;
}

.home-events {
  background: #71b7e6;
}
.home-events .kutxevent {
  border-color: #ff3300;
}
.home-events p.event-schedule {
  color: #ff3300;
}
.home-events i.ss-icon {
  color: #ff3300;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header {
  width: 100%;
  top: 0;
  z-index: 9999;
  position: fixed;
}
body.admin-bar .site-header {
  top: 46px;
}
@media (min-width: 51em) {
  body.admin-bar .site-header {
    top: 32px;
  }
}
@media (max-width: 37.5em) {
  .menutoggled .site-header {
    overflow-y: scroll;
    height: 100vh;
    height: -webkit-fill-available;
  }
}

.top-bar {
  background-color: #20201f;
}
@media (min-width: 41.625em) {
  .top-bar {
    height: 10.8rem;
  }
}
.top-bar .max-headwidth {
  flex-wrap: wrap;
}
@media (min-width: 41.625em) {
  .top-bar .max-headwidth {
    flex-wrap: nowrap;
  }
}

.bottom-bar {
  background-color: #3d3d3c;
  position: relative;
}
.bottom-bar .max-headwidth {
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media (min-width: 41.625em) {
  .bottom-bar .max-headwidth {
    justify-content: center;
  }
}
@media (max-width: 50em) {
  .bottom-bar .max-headwidth {
    padding: 0;
    gap: 0.5rem;
  }
}

div#mobile-donate {
  flex: 0 1 10.6rem;
  height: 6.68rem;
  margin-left: 0;
  margin-right: auto;
}

a.button.reddonate {
  background: #ff3300;
  border: 0;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 100%;
}

.max-headwidth {
  margin: auto;
  max-width: 139.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 2rem;
}
@media (min-width: 51em) {
  .max-headwidth {
    justify-content: space-between;
  }
}

.site-branding {
  position: relative;
  display: inline-block;
}
@media (min-width: 51em) {
  .site-branding {
    vertical-align: middle;
  }
}
.custom-logo-link {
  display: inline-block;
}

.custom-logo {
  width: 210px;
  vertical-align: middle;
  padding: 1.5rem 0 0.5rem 0;
  /*@include breakpoint(smalldesktop) { 
     width: 410px;    
  }*/
}
@media (min-width: 51em) {
  .custom-logo {
    padding: 0.5rem 0 0.5rem 0;
  }
}

@media (min-width: 62em) {
  div#mobile-search, div#mobile-donate {
    display: none;
  }
}
/* Footer
--------------------------------------------- */
.site-footer {
  padding: 6rem 0 0;
  background-color: #20201f;
  font-size: 1.5rem;
  color: #ffffff;
  border-top: 5px solid #f1f1f1;
}
.site-footer .site-info {
  font-size: 1.1rem;
  font-weight: 300;
  padding: 1em;
  background-color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.site-footer .site-info .site-info-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  max-width: 125.7rem;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 51em) {
  .site-footer .site-info .site-info-content {
    justify-content: space-between;
  }
}
.site-footer .site-info .site-info-content p {
  flex: 1 1 100%;
  text-align: center;
}
@media (min-width: 65em) {
  .site-footer .site-info .site-info-content p {
    flex: initial;
    text-align: left;
  }
}
.site-footer .site-info .site-info-content img {
  margin: 1rem 0;
}
@media (min-width: 41.625em) {
  .site-footer .site-info .site-info-content img {
    margin: 1rem;
  }
}
.site-footer .site-info span a {
  text-transform: lowercase;
}
.site-footer .site-info a {
  font-weight: 500;
}
.site-footer a {
  color: #ffffff;
  font-weight: 300;
}
.site-footer a:hover {
  color: #bfbfbf;
}

.footer-widget-container {
  padding: 0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 125.7rem;
  margin: auto;
  color: #ffffff;
}
.footer-widget-container h2 {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.15rem;
}
.footer-widget-container .widget .wp-block-button.is-style-outline > .wp-block-button__link {
  border-width: 1px;
}

.footer-widget {
  padding: 1rem;
  flex: 1 1 100%;
}

@media (min-width: 41.625em) {
  .footer-widget {
    flex: initial;
  }
  .row-break {
    flex: 1 1 100%;
  }
  div#footer-two {
    margin-right: auto;
    margin-left: 5rem;
  }
}
@media (min-width: 65em) {
  div#footer-two {
    margin-left: 5rem;
  }
}
@media (min-width: 75.62em) {
  div#footer-two {
    margin-right: 0;
    margin-left: 0rem;
  }
  .row-break {
    display: none;
  }
}
section#block-2 figure {
  margin-bottom: 0;
}

section#media_image-2 img {
  width: 185px;
}

ul#menu-social-media-menu {
  display: flex;
}
ul#menu-social-media-menu li {
  margin: 0 0.5rem;
}
ul#menu-social-media-menu li a {
  padding: 1rem;
  border: 1px solid;
  border-radius: 300px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 41.625em) {
  div#footer-one {
    position: relative;
  }
  div#footer-one:after {
    height: 80%;
    width: 1px;
    background: gray;
    content: " ";
    position: absolute;
    top: 0;
    right: -30px;
    max-height: 253px;
  }
}
/* Navigation
--------------------------------------------- */
/* Generic Menus
--------------------------------------------- */
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

li.hide-menu-item {
  display: none;
}

/* Right Main Menus
--------------------------------------------- */
.main-right-navigation {
  display: none;
}
@media (min-width: 62em) {
  .main-right-navigation {
    display: block;
  }
}
@media (min-width: 85.6em) {
  .main-right-navigation {
    margin-left: auto;
  }
}
.main-right-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: 6.68rem;
}
.main-right-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  float: left;
  position: absolute;
  display: block;
  height: auto;
  top: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  left: -2.5em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: all 0.65s ease 0s, visibility 0s linear 0.3s;
  padding-bottom: 1em;
  min-width: 140%;
  width: auto;
}
.main-right-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-right-navigation ul ul li:hover > ul, .main-right-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-right-navigation ul ul a {
  width: 200px;
}
.main-right-navigation ul li:hover > ul,
.main-right-navigation ul li.focus > ul {
  visibility: visible;
  display: block;
  left: -2.5em;
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  transition-delay: 0s;
}
.main-right-navigation li {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.main-right-navigation li:hover > a, .main-right-navigation li.focus > a, .main-right-navigation li:focus-within > a, .main-right-navigation li:focus > a {
  color: #abdfff;
}
.main-right-navigation li:after {
  content: "|";
  color: #abdfff;
  position: absolute;
  top: 49%;
  font-size: 2rem;
  left: -2px;
  line-height: 0;
}
.main-right-navigation li:first-of-type:after, .main-right-navigation li:last-of-type:after {
  display: none;
}
.main-right-navigation li.button {
  border: 0;
  background: #ff3300;
  padding: 0 1rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 0.8rem;
}
.main-right-navigation li.button a {
  font-size: 1.4rem;
}
@media (min-width: 51em) {
  .main-right-navigation li.button a {
    font-size: 1.8rem;
  }
}
.main-right-navigation li.button:hover > a, .main-right-navigation li.button.focus > a, .main-right-navigation li.button:focus-within > a, .main-right-navigation li.button:focus > a {
  color: #ffffff;
}
.main-right-navigation li.button.current_page_item a {
  color: white;
}
.main-right-navigation a {
  display: block;
  padding: 1rem;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.4rem;
  line-height: 1;
}
@media (min-width: 51em) {
  .main-right-navigation a {
    padding: 2rem 1rem;
  }
}
.main-right-navigation .current_page_item > a,
.main-right-navigation .current-menu-item > a,
.main-right-navigation .current_page_ancestor > a,
.main-right-navigation .current-page-ancestor > a,
.main-right-navigation .current-menu-ancestor > a {
  color: #abdfff;
}

/* Left Main Menu
--------------------------------------------- */
.main-navigation {
  display: block;
  order: 1;
}
.main-navigation#site-navigation {
  display: none;
}
@media (min-width: 62em) {
  .main-navigation#site-navigation {
    display: block;
  }
}
@media (min-width: 51em) {
  .main-navigation {
    order: 0;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  /*li:hover > ul,
  li.focus > ul {
  	visibility: visible;
      display: block;
      left: -2.5em;
      opacity: 1;
      transform: translateX(0%);
      transition-delay: 0s;
  }*/
}
.main-navigation ul ul {
  position: absolute;
  display: flex;
  height: auto;
  top: 100%;
  z-index: 99999;
  left: 0;
  justify-content: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  padding: 0 2rem;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  color: #666666;
  text-transform: capitalize;
  font-weight: 400;
}
.main-navigation ul ul a:after {
  content: "";
  background: #71b7e6;
  width: 1px;
  height: 25px;
  position: absolute;
  top: 31%;
  font-size: 3rem;
  left: 0px;
  line-height: 0;
}
.main-navigation ul ul a:first-of-type a:after {
  display: none;
}
.main-navigation li {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.main-navigation li:hover > a, .main-navigation li.focus > a, .main-navigation li:focus-within > a, .main-navigation li:focus > a {
  color: #abdfff;
}
.main-navigation li.hide-menu-item {
  display: none;
}
.main-navigation li > a:after {
  content: "•";
  color: #ff3300;
  position: absolute;
  top: 50%;
  font-size: 3rem;
  left: -5px;
  line-height: 0;
}
.main-navigation li:first-of-type > a:after {
  display: none;
}
.main-navigation li:first-of-type > a {
  padding-left: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  position: relative;
  line-height: 1;
}
@media (min-width: 51em) {
  .main-navigation a {
    font-size: 1.6rem;
    padding: 2rem 1rem;
    letter-spacing: 1px;
  }
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #abdfff;
}

ul.sub-menu li.current-menu-item a, ul.sub-menu li.current-post-ancestor a {
  color: #ff3300;
  text-transform: capitalize;
}

.main-navigation ul .current-menu-item ul, .main-navigation ul .current-menu-parent ul {
  opacity: 1;
  visibility: visible;
}

ul#primary-menu {
  height: 6.68rem;
}

/* Top Menu
--------------------------------------------- */
.top-navigation ul {
  display: none;
}
.top-navigation ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.top-navigation ul li:after {
  content: "|";
  color: #ffffff;
  position: absolute;
  top: 49%;
  font-size: 2rem;
  left: -2px;
  line-height: 0;
}
.top-navigation ul li:first-of-type:after {
  display: none;
}
.top-navigation ul a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 2rem 1rem;
  letter-spacing: 0.15rem;
}

/* Playlist Menu
--------------------------------------------- */
nav#playlist-navigation {
  position: fixed;
  width: 100%;
  left: 0;
  background: #ffffff;
  z-index: 9999;
  display: none;
}
@media (min-width: 41.625em) {
  nav#playlist-navigation {
    display: block;
    top: 19.2rem;
  }
  body.admin-bar nav#playlist-navigation {
    top: 23.8rem;
  }
}
@media (min-width: 51em) {
  nav#playlist-navigation {
    top: 23.8rem;
  }
  body.admin-bar nav#playlist-navigation {
    top: 27.8rem;
  }
}
@media (min-width: 82.75em) {
  nav#playlist-navigation {
    top: 17.6rem;
  }
  body.admin-bar nav#playlist-navigation {
    top: 20.8rem;
  }
}

ul#playlist-menu {
  display: flex;
  justify-content: center;
  width: 100%;
}

.playlist-navigation li {
  text-align: center;
  align-items: center;
  display: flex;
}
.playlist-navigation li a {
  font-size: 1.6rem;
  padding: 2rem 1rem;
  display: block;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  color: #666666;
  text-transform: capitalize;
}
.playlist-navigation li a:after {
  content: "";
  background: #71b7e6;
  width: 1px;
  height: 25px;
  position: absolute;
  top: 31%;
  font-size: 3rem;
  left: 0px;
  line-height: 0;
}
.playlist-navigation li:first-of-type a:after {
  display: none;
}
.playlist-navigation li.current-menu-item a {
  color: #ff3300;
}

/* Mobile Menu
--------------------------------------------- */
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

nav#button-navigation {
  width: auto;
}

#menurows {
  color: #646464;
  font-size: 28px;
}

#menuclose {
  color: #646464;
  font-size: 34px;
}

button.menu-toggle {
  border: 0;
  background: transparent;
  padding: 0.867em 1.221em 0.867em 0.5em;
  color: #ffffff;
  font-size: 1.25em;
}
@media (min-width: 41.625em) {
  button.menu-toggle {
    padding: 0.867em 1.221em;
  }
}

@media (min-width: 62em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul, .main-right-navigation ul, .top-navigation ul {
    display: flex;
  }
}
/* Mobile Navigation */
.mobile-navigation {
  text-align: center;
  max-height: 0;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  visibility: visible;
}
@media (min-width: 62em) {
  .mobile-navigation {
    visibility: hidden;
  }
}
.mobile-navigation > div {
  background-color: #000;
  position: relative;
}
.mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 1.25em 0em 1.5em;
}
.mobile-navigation ul li {
  position: relative;
}
.mobile-navigation ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5em 0;
  max-width: 250px;
  margin: auto;
}
.mobile-navigation ul li.current_page_item > a, .mobile-navigation ul li.current-menu-item > a, .mobile-navigation ul li.current_page_ancestor > a, .mobile-navigation ul li.current-menu-ancestor > a {
  text-transform: uppercase;
  color: #00a0ff;
}
.mobile-navigation.toggled {
  max-height: 7000px;
  transition: all 1s;
  padding-bottom: 6px;
  margin-bottom: -6px;
  overflow: scroll;
}
.mobile-navigation ul.sub-menu {
  padding: 0;
  max-height: 0;
  transition: all 1s;
  z-index: -1;
  overflow: hidden;
  background: #3d3d3c;
}
.mobile-navigation ul.sub-menu li.current_page_item > a,
.mobile-navigation ul.sub-menu li.current-menu-item > a {
  color: #ff3300;
}
.mobile-navigation ul.sub-menu li.current-post-ancestor a {
  text-transform: uppercase;
}
.mobile-navigation li.menu-item-has-children.focus ul.sub-menu {
  max-height: 500px;
  transition: all 1s;
}

/*Page Navigation */
.comment-navigation,
.posts-navigation,
.post-navigation {
  /* .nav-previous {
  	flex: 1 0 50%;
  }

  .nav-next {
  	text-align: end;
  	flex: 1 0 50%;
  }*/
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  justify-content: center;
}
.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
  border: 2px solid;
  border-color: #20201f;
  border-radius: 0;
  background: transparent;
  color: #20201f;
  padding: 0.8rem 2rem;
  transition: 0.5s;
  font-size: 1.6rem;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  text-transform: uppercase;
}
.comment-navigation .nav-links a:hover,
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover {
  border-color: #060606;
  transition: 0.5s;
  color: #060606;
  opacity: 0.6;
}
.comment-navigation .nav-links a:active, .comment-navigation .nav-links a:focus,
.posts-navigation .nav-links a:active,
.posts-navigation .nav-links a:focus,
.post-navigation .nav-links a:active,
.post-navigation .nav-links a:focus {
  border-color: #0080cc;
  transition: 0.5s;
  color: #0080cc;
  opacity: 0.6;
}

.nav-previous {
  order: 2;
}

nav.navigation.posts-navigation {
  grid-column: span 12;
  text-align: center;
  margin: 1rem 0;
}

nav#kutx_pagination {
  grid-column: span 12;
  text-align: center;
  margin: 1rem 0;
}

.nav-links a {
  display: inline-block;
  margin: 0 0.75rem;
}

.nav-links span {
  display: inline-block;
  margin: 0 0.75rem;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0.5rem 0 0;
}

.entry-all-content .entry-summary {
  margin-top: 0;
}
.entry-all-content h2.entry-title {
  line-height: 1.2;
}
.post .entry-all-content h2.entry-title {
  font-size: 2rem;
}
.entry-all-content .entry-summary p {
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}
.post .entry-all-content .entry-summary p {
  line-height: 1.32;
}

.entry-meta {
  font-weight: 600;
  margin: 1rem 0;
  font-size: 1.4rem;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-main {
  padding: 0.1rem 0 3rem;
}
@media (min-width: 43.75em) and (max-width: 91.625em) {
  .site-main {
    padding-left: 4rem;
  }
}
.home .site-main {
  padding-bottom: 0;
  padding-left: 0;
}

.entry-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry-footer .edit-link {
  flex: 1 1 100%;
}

.kutx-donate-block {
  background: rgba(113, 183, 230, 0.5);
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3rem 0 1rem;
  flex: 100%;
}
.kutx-donate-block p.is-style-outline {
  margin: 1.2rem;
}

.tag-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 1rem;
}

.custom-link {
  color: #00a0ff;
  font-weight: 600;
  letter-spacing: 0.02rem;
}

.tags-links, .post-cat-links, .cats-n-tags {
  display: flex;
  flex-wrap: wrap;
}
.tags-links a, .post-cat-links a, .cats-n-tags a {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #00a0ff;
  color: #ffffff;
  border: 0;
  border-radius: 50rem;
  margin: 0.5rem 1rem 0.5rem 0;
  padding: 0.8rem 2rem;
  transition: 0.5s;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

.main-container {
  min-height: 80vh;
  padding: 0 1em;
  box-sizing: content-box;
  margin-top: 18.6rem;
  /*@include breakpoint(phablet) {
  	margin-top: 23.6rem;
  }*/
  margin-left: auto;
  margin-right: auto;
  /*&.seesubmenu {
  	margin-top: 24.1rem;	
  }*/
  /*@include breakpoint(phablet) {
  		max-width: 135.5rem;
  		display: grid;
  		grid-template-columns: auto ($size__site-sidebar);
  		grid-template-areas:
  			"main sidebar"
  			"related related";
  	} */
}
@media (min-width: 41.625em) {
  .main-container {
    margin-top: 24.1rem;
  }
}
@media (min-width: 51em) {
  .main-container {
    margin-top: 31.1rem;
  }
}
@media (min-width: 65em) {
  .main-container {
    margin-top: 24.1rem;
  }
}

.fw-inner .wp-block-group__inner-container {
  max-width: 135.5rem;
  margin: auto;
}

/* Related Posts */
.mte-related {
  background: #f1f1f1;
}

.related-projects-inner {
  padding: 0 2rem;
  padding: 1rem 2rem 3rem;
}
@media (min-width: 41.625em) {
  .related-projects-inner {
    max-width: 135.5rem;
    margin: auto auto 7rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
    padding: 1rem 2rem 1rem;
  }
}
.related-projects-inner > h2 {
  grid-column: span 12;
  margin: 2rem 0;
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 1;
}
.related-projects-inner article {
  grid-column: span 6;
  height: 100%;
  position: relative;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto 2rem;
}
@media (min-width: 51em) {
  .related-projects-inner article {
    grid-column: span 4;
  }
}
@media (min-width: 41.625em) {
  .related-projects-inner article {
    margin: 0;
  }
}
.related-projects-inner article a {
  color: #20201f;
}
.related-projects-inner article .featured-img {
  background: black;
  height: 100%;
  width: 100%;
}
.related-projects-inner article .featured-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 30rem;
}
.related-projects-inner article .entry-all-content {
  width: 100%;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
@media (min-width: 41.625em) {
  .related-projects-inner article .entry-all-content {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
  }
}
.related-projects-inner article .entry-all-content .entry-meta {
  font-size: 1.2rem;
  font-weight: 500;
}
.related-projects-inner article .entry-all-content .entry-meta .posted-on {
  margin-right: 1rem;
}

.home-episodes {
  background: #ffffff;
}
.home-episodes article .entry-header {
  display: block;
  height: auto;
}
.home-episodes article .featured-img {
  background: #20201f;
  height: 100%;
  width: 100%;
}
.home-episodes article .featured-img img {
  min-height: 30rem;
}
.home-episodes .entry-all-content {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
.home-episodes .entry-all-content .entry-meta {
  font-size: 1.2rem;
  font-weight: 500;
}
.home-episodes .entry-all-content .entry-meta .posted-on {
  margin-right: 1rem;
}
.home-episodes .entry-all-content a {
  color: #20201f;
}

@media (min-width: 43.75em) and (max-width: 91.625em) {
  body:not(.home):not(.page-template-leftsidebar) .entry-content .alignfull {
    margin-left: calc(-50vw + 50% - 20px);
  }
}
/* 404 Page
--------------------------------------------- */
section.no-results.not-found {
  grid-column: span 12;
}

img.grackle-bird {
  margin: auto;
  display: block;
}

section.error-404.not-found {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

/* Schedule
--------------------------------------------- */
ul#weekday-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul#weekday-buttons li {
  margin: 0.5rem 0.1rem;
  flex: 0 1 48%;
}
@media (min-width: 51em) {
  ul#weekday-buttons li {
    flex: auto;
  }
}
ul#weekday-buttons li a.button {
  background: #00a0ff;
  border-color: #00a0ff;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1rem;
  display: block;
}
ul#weekday-buttons li a.button.current {
  background: #ff3300;
  border-color: #ff3300;
  opacity: 1;
}

.kutx-weekday-container {
  display: none;
  margin: 5rem 0;
}
.kutx-weekday-container > p {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.kutx-weekday-container.active {
  display: block;
}

.kutx-weekday-grid {
  margin-bottom: 1rem;
  margin: auto;
}
@media (min-width: 65em) {
  .kutx-weekday-grid {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
    width: 83%;
    -webkit-column-rule: 1px solid #00a0ff;
       -moz-column-rule: 1px solid #00a0ff;
            column-rule: 1px solid #00a0ff;
  }
}

.kutx-schedule-list-item {
  margin-bottom: 1rem;
  display: grid;
  page-break-inside: avoid;
  width: 100%;
  grid-template-columns: 1fr 3fr;
}
@media (min-width: 51em) {
  .kutx-schedule-list-item {
    grid-template-columns: 1fr 3fr;
  }
}

.kutx-schedule-list-time {
  padding: 1rem 0;
  min-width: 95px;
}
@media (min-width: 51em) {
  .kutx-schedule-list-time {
    padding: 1rem;
  }
}
.kutx-schedule-list-time p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.kutx-schedule-list-body {
  padding: 1rem;
}
.kutx-schedule-list-body h2, .kutx-schedule-list-body h3, .kutx-schedule-list-body p {
  margin: 0;
}
.kutx-schedule-list-body h2 {
  font-size: 2rem;
}
.kutx-schedule-list-body h3, .kutx-schedule-list-body p {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.kutx-schedule-list-body a {
  color: #20201f;
}
.kutx-schedule-list-body a:hover, .kutx-schedule-list-body a:focus, .kutx-schedule-list-body a:active {
  color: #61615e;
}

/* Playlists
--------------------------------------------- */
.whatson-song + .whatson-program {
  border: 0px;
}

.schedule .whatson-program {
  display: block;
}

.schedule .whatson-song {
  display: none;
}

.schedule .whatson-block p {
  display: block;
}

.caption h2 {
  display: inline-block;
  font-size: 44px;
  height: auto;
  line-height: 45px;
  margin: 0;
  overflow: hidden;
  padding: 0 0 10px 5px;
  width: 100%;
  color: whitesmoke;
  text-shadow: 0 1px 5px black;
  background: none repeat scroll 0 0 transparent;
  height: auto;
  padding: 130px 30px 15px;
  position: absolute;
  width: 900px;
  z-index: 1;
}

.buy {
  color: #FFFFFF !important;
  text-decoration: none;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #C8C8C8;
  border-radius: 10px;
  position: absolute;
  top: 23px;
  right: 28px;
  line-height: 14px;
  background: #d5d5d5;
  /* fallback */
  background: linear-gradient(to bottom, #d5d5d5 12.5%, #c7c7c7);
  box-shadow: 0px 2px 2px 0px rgba(171, 171, 171, 0.8);
  transition: 0.5s;
}

.track:hover .buy {
  border-color: #4081AE;
  background: #50A5E7;
  /* fallback */
  background: linear-gradient(to bottom, #50A5E7 0%, #337CD3 94%, #327AD2 100%);
  transition: 0.5s;
}

.buy:active {
  text-decoration: underline;
}

#search.wrap-searchme .searchme-results #search.wrap-songlist {
  width: 100% !important;
}

#search.wrap-searchme {
  width: 100% !important;
}

#search.wrap-searchme .searchme-results #search.wrap-songlist {
  border-bottom: 1px solid white;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

#list.wrap-songlist, #search.wrap-searchme {
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #eee;
}

#list.wrap-songlist ol.searchlist, #list.wrap-songlist ol.songlist, #search.wrap-searchme ol.searchlist, #search.wrap-searchme ol.songlist {
  padding: 0 0px !important;
  width: 100% !important;
}

#search.wrap-searchme h2 {
  font-size: 11px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 0px;
}

#search.wrap-searchme [class*=title-] {
  font-size: 20px !important;
}

#search.wrap-searchme [class*=song-] [class*=meta-] {
  font-size: 16px !important;
}

.track {
  border-bottom: solid 1px lightgray;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 146px;
  position: relative;
  transition: 0.5s;
}

.dark {
  background-color: #f0f0f0;
}

.program_name {
  font-size: 26px !important;
  padding-left: 0px !important;
  font-weight: 500;
}

.track .name, .program_name, .next_name {
  font-size: 20px;
  text-overflow: ellipsis;
}

.track, .next_time, #presented, #archive, .content {
  color: #3B3B3C;
  font-size: 17px;
  padding-left: 10px;
  padding-bottom: 5px;
}

.content {
  padding-left: 20px;
}

#presented, #archive {
  width: 32%;
  float: right;
  margin-right: 10px;
}

#presented {
  font-style: italic;
  text-align: left;
}

#archive {
  font-style: normal;
  text-align: center;
}

.track .time {
  font-size: 11px;
  padding-top: 7px;
}

.next_name {
  font-size: 14px !important;
  margin-top: -5px;
  text-align: right;
}

.next_time {
  float: right;
  font-size: 12px !important;
  margin-top: -5px;
  text-align: right;
}

.collection {
  font-style: italic;
  color: #9a9a9a;
  font-size: 12px;
}

#program {
  padding: 1rem 0;
}

#playlist, .searchlist {
  float: left;
  width: 100% !important;
  border-top: 1px solid lightgray;
}

#playlist > small {
  padding-left: 10px;
  color: #555;
}

#options-songlist {
  float: left;
  width: 100% !important;
  border-top: 1px solid lightgray;
}

#current {
  float: left;
}

#upNext {
  float: right;
  margin-top: -3px;
}

@media screen and (max-width: 600px) {
  #playlist-container {
    width: 90%;
  }
  .track {
    padding-right: 10px;
  }
  .buy {
    top: 8px;
    right: 12px;
  }
  .buy span {
    display: none;
  }
}
#search.wrap-searchme [class*=title-] {
  font-size: 20px !important;
  font-weight: normal !important;
  line-height: 0.9em !important;
}

#search.wrap-searchme [class*=song-] [class*=meta-] [class*=commerce-] {
  padding-top: 0.1em !important;
}

#search.wrap-searchme h2 {
  font-size: 11px !important;
  line-height: 20px !important;
  color: #000000 !important;
  padding-bottom: 0px !important;
}

.searchlist-separator {
  height: 30px;
  padding-top: 30px;
  clear: both;
  border-bottom: thick solid #000000;
}

#playlist-container:after {
  content: "";
  display: table;
  clear: both;
}

#playlist-container h3 {
  background-color: #FFF;
  margin: 0;
  padding: 6px 0 2px 0;
}

#options-songlist {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

#options-songlist form {
  border-radius: 4px;
  background-color: #3B3B3C !important;
  padding: 3px 3px 3px 3px !important;
  display: flex;
  justify-content: space-between;
}

#options-songlist input#datepicker, #options-songlist select#timepicker {
  margin: 1px 0.1% 5px 0.5% !important;
  width: 40.1% !important;
}

#options-songlist input#datepicker, #options-songlist select#timepicker, #options-songlist input#submitpicker {
  padding: 0% !important;
  height: 30px !important;
  padding-left: 25px !important;
  margin: 0px !important;
}

#options-songlist input#submitpicker {
  width: 12.1% !important;
  padding: 0% !important;
  margin-left: 3px !important;
}

#options-songlist select#timepicker {
  margin-left: 3px !important;
}

.options-date {
  padding: 3px 0px 0px 0px;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

#search.wrap-searchme {
  background-color: transparent !important;
  width: 100% !important;
  border-bottom: none !important;
}

#searchPlaylist {
  height: 32px !important;
  line-height: 32px !important;
  padding-left: 4% !important;
  border-color: #a8acbc #babdcc #c0c3d2 !important;
  border-radius: 4px !important;
  border: 1px solid !important;
  color: #777 !important;
  font-family: "Raleway", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  letter-spacing: 0.025rem !important;
  font-size: 12px !important;
  width: 86.6% !important;
  box-shadow: none !important;
  margin: 0 !important;
  background-position: 5px 5px !important;
}

#search.wrap-searchme .search {
  margin: 0 !important;
  padding: 3px 3px 3px 3px !important;
  border-radius: 4px;
  background-color: #3B3B3C !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}

#searchSubmit {
  display: inline !important;
  width: 12.3% !important;
  box-shadow: none !important;
  height: 32px !important;
  line-height: 32px !important;
  margin: 0 !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  border: none !important;
  background-color: #4271BB !important;
  padding: 0px !important;
  color: #FFF;
  background-image: none !important;
}

#current .program_name {
  font-size: 23px !important;
}

#playlist-container #upNext {
  margin-top: 20px;
}

#playlist {
  margin-top: 20px;
}

#playlist {
  display: block;
}

#playlist.loading {
  display: none;
}

#loaderspinner {
  display: none;
}

#loaderspinner.loading {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-top: 5px solid #292929;
  border-right: 5px solid #efefef;
  border-bottom: 5px solid #efefef;
  border-left: 5px solid #efefef;
  border-radius: 100px;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  margin-top: 75px;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.noresultmessage {
  margin-top: 30px;
}

@media (max-width: 600px) {
  #searchPlaylist, #searchSubmit {
    width: 99% !important;
  }
  #options-songlist input#submitpicker {
    width: 98.6% !important;
    margin: 0px 0px 4px 2px !important;
  }
  #options-songlist input#datepicker, #options-songlist select#timepicker {
    width: 40% !important;
  }
  #options-songlist input#datepicker {
    float: left;
  }
  #options-songlist select#timepicker {
    float: right;
  }
  #playlist-container #upNext {
    margin-top: 0px;
  }
  #current, .next_time, #upNext {
    float: none !important;
    padding-left: 0px !important;
  }
  .next_name, .next_time, #upNext div {
    text-align: left !important;
  }
}
/* Streams
--------------------------------------------- */
.streams-outercontainer {
  display: grid;
  grid-template-rows: minmax(100px, auto);
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  align-content: start;
  padding: 2rem 0;
  grid-auto-rows: auto;
}
@media (min-width: 41.625em) {
  .streams-outercontainer {
    grid-template-columns: repeat(12, 1fr);
  }
}

.stream-container {
  border-bottom: 0.5rem solid #ff3300;
  position: relative;
  min-height: 100px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  box-sizing: border-box;
  grid-column: span 1;
  background: #fff;
  transition: 0.5s;
}
.stream-container:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.25) !important;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  transition: 0.5s;
}
@media (min-width: 41.625em) {
  .stream-container {
    grid-column: span 4;
  }
}
@media (min-width: 65em) {
  .stream-container {
    grid-column: span 4;
  }
}
.stream-container img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.stream-meta-container {
  color: #20201f;
  text-align: center;
  padding: 1.6rem 1.6rem 2.5rem;
}
.stream-meta-container p {
  font-size: 1.4rem;
  margin: 0;
  display: inline-block;
}

.stream-meta-container a.listen-button.kut_player_small.red-play {
  justify-content: center;
  margin: 1rem 0 -0.5rem;
}

/* Archives
--------------------------------------------- */
body.archive .site-main, .search-results .site-main {
  grid-template-rows: minmax(100px, auto);
  grid-auto-rows: auto;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  align-content: start;
  padding: 2rem 0;
}
@media (min-width: 41.625em) {
  body.archive .site-main, .search-results .site-main {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 325px);
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 43.75em) and (max-width: 91.625em) {
  body.archive .site-main, .search-results .site-main {
    padding-left: 4rem;
  }
}
body.archive header.page-header, .search-results header.page-header {
  grid-column: span 12;
}
body.archive article, .search-results article {
  margin-bottom: 2rem;
  position: relative;
  min-height: 100px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 0.5rem solid #00a0ff;
  grid-column: span 6;
}
@media (min-width: 41.625em) {
  body.archive article, .search-results article {
    margin-bottom: 0;
  }
}
body.archive article img, .search-results article img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
body.archive article img.default-img, .search-results article img.default-img {
  -o-object-position: 50% 2%;
     object-position: 50% 2%;
}
@media (min-width: 41.625em) {
  body.archive .featured-img, .search-results .featured-img {
    height: 208px;
    max-height: 208px;
    overflow: hidden;
  }
}
body.archive .entry-all-content, .search-results .entry-all-content {
  position: relative;
  z-index: 22;
  background: rgba(255, 255, 255, 0.1);
  bottom: 0;
  padding: 0.5rem 3rem 0.1rem;
  color: #20201f;
  width: 100%;
  min-height: 10rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.archive .entry-all-content a, .search-results .entry-all-content a {
  color: #20201f;
}
body.archive .entry-all-content .entry-summary, .search-results .entry-all-content .entry-summary {
  flex: 1 1 100%;
}
body.archive .entry-all-content .entry-meta, .search-results .entry-all-content .entry-meta {
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  flex: 1 1 100%;
  margin: 0;
  flex-wrap: wrap;
}
body.archive .entry-all-content .entry-meta span.cat-links a, .search-results .entry-all-content .entry-meta span.cat-links a {
  color: #00a0ff;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
body.archive .entry-all-content h2.entry-title, .search-results .entry-all-content h2.entry-title {
  font-size: 2rem;
}

.entry-summary p {
  font-size: 1.4rem;
}

@media (min-width: 51em) {
  .search-results article {
    grid-column: span 4;
  }
}

/*body.archive.category-music-matters {
	/*article {
	    grid-column: span 6;
	    box-sizing: border-box;
	    border-bottom: 0.5rem solid $blue;
	}

	.featured-img {
		height: auto;

	} */
/*.entry-all-content {
    /*position: relative;
    z-index: 22;
    background: rgba(255,255,255,.1);
    bottom: 0;
    padding: .1rem 3rem .1rem;
    color: $black;
    width: 100%;
    min-height: 10rem;
    display: flex;
    align-items: center;*/
/*  justify-content: center;

	    h2.entry-title {
	    	margin: 1rem 0;
	    	text-align: center;
	    }
	}
}*/
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.left-sidebar .widget_nav_menu li {
  margin-bottom: 1rem;
}
.left-sidebar .widget_nav_menu li a {
  color: #757575;
  font-weight: 500;
}
.left-sidebar .widget_nav_menu li a:hover {
  color: #20201f;
}
.left-sidebar .widget_nav_menu li.current_page_item > a, .left-sidebar .widget_nav_menu li.current-menu-item > a {
  color: #20201f;
}

/* Rss Block Styling */
ul.wp-block-rss {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 4rem;
}
ul.wp-block-rss li {
  margin-bottom: 2rem;
}

.wp-block-rss__item-title {
  font-size: 1.8rem;
  font-weight: 500;
}

/* Episode Shortcode Styling */
.episode.type-episode h2.entry-title {
  font-size: 2rem;
}
.episode.type-episode .entry-meta {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.episode.type-episode .entry-meta span.cat-links a {
  color: #00a0ff;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.related-projects-inner.more-episodes .episode.type-episode {
  border-bottom: 0.5rem solid #00a0ff;
}
.episode.type-episode .featured-img span.media-credit {
  position: absolute;
  top: 0;
  right: 2px;
}

/* TEMP FOR TESTING  - Table to watch if lazy load is working 

     div.status-panel {
        background: white;
        height: 300px;
        top: 0;
        position: fixed;
		z-index: 5555555;
		width: 320px;
		right: 0;
      }

      table {
        width: 100%;
      }

      table th {
        text-align: center;
      }

      table td:not(.slot-name) {
        background-color: lightsalmon;
      }

      table td.activated {
        background-color: lightgreen;
      }
*/
.header-player {
  margin: auto;
  color: #fff;
  align-items: center;
}
@media (min-width: 41.625em) {
  .header-player {
    margin: auto 0rem auto 2rem;
  }
}
@media (min-width: 51em) {
  .header-player {
    margin: 0 auto 0 8rem;
  }
}

.live-stream-text {
  margin: 0;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.live-stream-text span {
  text-transform: uppercase;
  color: #00a0ff;
  font-weight: 700;
}

.song-info {
  font-size: 1.3rem;
  margin: 0.5rem 0;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

a#live-stream-button {
  margin: 0 1rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.35rem 1rem 0.25rem;
  border: 1px solid #ff3300;
  font-size: 1.3rem;
}
a#live-stream-button:hover {
  border-color: #b32400;
  color: #cccccc;
}

.kutx-posts-grid:first-of-type {
  margin-top: 7rem;
}
.kutx-posts-grid:last-of-type {
  margin-bottom: 7rem;
}

.homeposts-grid-content, .kutx-post-grid-content {
  padding: 0 1em;
}
.homeposts-grid-content figure.wp-block-embed, .kutx-post-grid-content figure.wp-block-embed {
  display: flex;
  align-items: center;
  background: black;
}
.homeposts-grid-content figure.wp-block-embed .wp-block-embed__wrapper, .kutx-post-grid-content figure.wp-block-embed .wp-block-embed__wrapper {
  width: 100%;
}
@media (min-width: 41.625em) {
  .homeposts-grid-content, .kutx-post-grid-content {
    max-width: 135.5rem;
    margin: auto auto 2rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
  }
}
.homeposts-grid-content header, .kutx-post-grid-content header {
  grid-column: span 12;
}
.homeposts-grid-content header h2, .kutx-post-grid-content header h2 {
  font-size: 2rem;
}
.homeposts-grid-content article, .homeposts-grid-content .wp-block-embed, .kutx-post-grid-content article, .kutx-post-grid-content .wp-block-embed {
  min-height: 30rem;
  grid-column: span 6;
  margin: auto;
  height: 100%;
  position: relative;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto 2rem;
}
@media (min-width: 51em) {
  .homeposts-grid-content article, .homeposts-grid-content .wp-block-embed, .kutx-post-grid-content article, .kutx-post-grid-content .wp-block-embed {
    grid-column: span 4;
  }
}
@media (min-width: 41.625em) {
  .homeposts-grid-content article, .homeposts-grid-content .wp-block-embed, .kutx-post-grid-content article, .kutx-post-grid-content .wp-block-embed {
    margin: 0;
  }
}
.homeposts-grid-content article a, .homeposts-grid-content .wp-block-embed a, .kutx-post-grid-content article a, .kutx-post-grid-content .wp-block-embed a {
  color: #20201f;
}
.homeposts-grid-content article .featured-img, .homeposts-grid-content .wp-block-embed .featured-img, .kutx-post-grid-content article .featured-img, .kutx-post-grid-content .wp-block-embed .featured-img {
  background: black;
  height: 100%;
  width: 100%;
}
.homeposts-grid-content article .featured-img img, .homeposts-grid-content .wp-block-embed .featured-img img, .kutx-post-grid-content article .featured-img img, .kutx-post-grid-content .wp-block-embed .featured-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 30rem;
  aspect-ratio: 1.5;
}
.homeposts-grid-content article .featured-img span.media-credit, .homeposts-grid-content .wp-block-embed .featured-img span.media-credit, .kutx-post-grid-content article .featured-img span.media-credit, .kutx-post-grid-content .wp-block-embed .featured-img span.media-credit {
  display: none;
}
.homeposts-grid-content article .entry-all-content, .homeposts-grid-content .wp-block-embed .entry-all-content, .kutx-post-grid-content article .entry-all-content, .kutx-post-grid-content .wp-block-embed .entry-all-content {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
.homeposts-grid-content article .entry-all-content .entry-meta, .homeposts-grid-content .wp-block-embed .entry-all-content .entry-meta, .kutx-post-grid-content article .entry-all-content .entry-meta, .kutx-post-grid-content .wp-block-embed .entry-all-content .entry-meta {
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  flex: 1 1 100%;
  margin: 0;
  line-height: 1;
}
.homeposts-grid-content article .entry-all-content .entry-meta span.cat-links a, .homeposts-grid-content .wp-block-embed .entry-all-content .entry-meta span.cat-links a, .kutx-post-grid-content article .entry-all-content .entry-meta span.cat-links a, .kutx-post-grid-content .wp-block-embed .entry-all-content .entry-meta span.cat-links a {
  color: #00a0ff;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.homeposts-grid-content article:nth-child(n+7), .homeposts-grid-content .wp-block-embed:nth-child(n+7), .kutx-post-grid-content article:nth-child(n+7), .kutx-post-grid-content .wp-block-embed:nth-child(n+7) {
  grid-column: span 6;
}
@media (min-width: 51em) {
  .homeposts-grid-content article:nth-child(n+7), .homeposts-grid-content .wp-block-embed:nth-child(n+7), .kutx-post-grid-content article:nth-child(n+7), .kutx-post-grid-content .wp-block-embed:nth-child(n+7) {
    grid-column: span 3;
  }
}
.homeposts-grid-content article:nth-child(n+7) .featured-img img, .homeposts-grid-content .wp-block-embed:nth-child(n+7) .featured-img img, .kutx-post-grid-content article:nth-child(n+7) .featured-img img, .kutx-post-grid-content .wp-block-embed:nth-child(n+7) .featured-img img {
  min-height: 28rem;
}
.homeposts-grid-content iframe, .kutx-post-grid-content iframe {
  height: 100%;
  min-height: 30rem;
  grid-column: span 6;
  margin: auto;
  position: relative;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto 2rem;
}
@media (min-width: 51em) {
  .homeposts-grid-content iframe, .kutx-post-grid-content iframe {
    grid-column: span 4;
  }
}
@media (min-width: 41.625em) {
  .homeposts-grid-content iframe, .kutx-post-grid-content iframe {
    margin: 0;
  }
}
.homeposts-grid-content iframe:nth-child(n+7), .kutx-post-grid-content iframe:nth-child(n+7) {
  grid-column: span 6;
}
@media (min-width: 51em) {
  .homeposts-grid-content iframe:nth-child(n+7), .kutx-post-grid-content iframe:nth-child(n+7) {
    grid-column: span 3;
  }
}
.homeposts-grid-content iframe:first-child, .kutx-post-grid-content iframe:first-child {
  grid-column: span 8;
  grid-row: span 2;
}
.homeposts-grid-content .category-austin-music-minute .entry-all-content, .kutx-post-grid-content .category-austin-music-minute .entry-all-content {
  border-bottom: 7px solid #76b83d;
}
.homeposts-grid-content .category-austin-music-minute .entry-all-content:before, .kutx-post-grid-content .category-austin-music-minute .entry-all-content:before {
  content: "austin music minute";
  background: #76b83d;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  top: -45px;
}
.homeposts-grid-content .category-song-of-the-day .entry-all-content, .kutx-post-grid-content .category-song-of-the-day .entry-all-content {
  border-bottom: 7px solid #00a0ff;
}
.homeposts-grid-content .category-song-of-the-day .entry-all-content:before, .kutx-post-grid-content .category-song-of-the-day .entry-all-content:before {
  content: "song of the day";
  background: #00a0ff;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  top: -45px;
}
.homeposts-grid-content .category-my-kutx .entry-all-content, .homeposts-grid-content .showepisodes-my-kutx .entry-all-content, .kutx-post-grid-content .category-my-kutx .entry-all-content, .kutx-post-grid-content .showepisodes-my-kutx .entry-all-content {
  border-bottom: 7px solid #ff9c12;
}
.homeposts-grid-content .category-my-kutx .entry-all-content:before, .homeposts-grid-content .showepisodes-my-kutx .entry-all-content:before, .kutx-post-grid-content .category-my-kutx .entry-all-content:before, .kutx-post-grid-content .showepisodes-my-kutx .entry-all-content:before {
  content: "my KUTX";
  background: #ff9c12;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  top: -45px;
}
.homeposts-grid-content .category-artist-of-the-month .entry-all-content, .homeposts-grid-content .type-artist-month .entry-all-content, .kutx-post-grid-content .category-artist-of-the-month .entry-all-content, .kutx-post-grid-content .type-artist-month .entry-all-content {
  border-bottom: 7px solid #ff3300;
}
.homeposts-grid-content .category-artist-of-the-month .entry-all-content:before, .homeposts-grid-content .type-artist-month .entry-all-content:before, .kutx-post-grid-content .category-artist-of-the-month .entry-all-content:before, .kutx-post-grid-content .type-artist-month .entry-all-content:before {
  content: "artist of the month";
  background: #ff3300;
  padding: 1rem;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  top: -45px;
}
.homeposts-grid-content iframe:first-child, .homeposts-grid-content .wp-block-embed:first-child, .kutx-post-grid-content iframe:first-child, .kutx-post-grid-content .wp-block-embed:first-child {
  grid-column: span 12;
  grid-row: span 1;
}
@media (min-width: 51em) {
  .homeposts-grid-content iframe:first-child, .homeposts-grid-content .wp-block-embed:first-child, .kutx-post-grid-content iframe:first-child, .kutx-post-grid-content .wp-block-embed:first-child {
    grid-column: span 8;
    grid-row: span 2;
  }
}

.homeposts-grid-content article:first-child {
  grid-column: span 12;
  grid-row: span 1;
}
@media (min-width: 51em) {
  .homeposts-grid-content article:first-child {
    grid-column: span 8;
    grid-row: span 2;
  }
  .homeposts-grid-content article:first-child .entry-all-content header h2 {
    font-size: 3rem;
  }
}

.kutx-post-grid-content article, .kutx-post-grid-content .wp-block-embed {
  grid-column: span 6;
}
@media (min-width: 51em) {
  .kutx-post-grid-content article, .kutx-post-grid-content .wp-block-embed {
    grid-column: span 3;
  }
}
.kutx-post-grid-content article .featured-img img, .kutx-post-grid-content .wp-block-embed .featured-img img {
  min-height: 28rem;
}
.kutx-post-grid-content article:hover, .kutx-post-grid-content .wp-block-embed:hover {
  box-shadow: none !important;
  transition: 0.5s;
}

article#kutx-ad, article.kutxad-container {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  background: #e5e5e5;
}
article#kutx-ad:hover, article.kutxad-container:hover {
  box-shadow: none !important;
}
article#kutx-ad iframe, article.kutxad-container iframe {
  box-shadow: none;
}

.homeposts-grid-content .wp-block-embed__wrapper iframe {
  height: auto;
  min-height: 100%;
}

.font-icon {
  font-family: "Font Awesome 5 Free";
  color: white !important;
  font-weight: 900;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

input#searchsubmit {
  border: 0;
}
@media (max-width: 37.5em) {
  input#searchsubmit {
    padding-top: 0;
  }
}

li.search {
  padding-left: 1.2rem;
}

form#searchform input#s {
  border-radius: 3rem;
  padding-left: 1rem;
  width: auto;
  background: #f3f3f3;
  border: 0;
  transition: 0.5s;
  max-width: 14rem;
  margin-right: -15px;
}
@media (min-width: 41.625em) {
  form#searchform input#s {
    max-width: none;
    margin-right: 0;
  }
}
form#searchform input#s:focus-visible {
  outline: 0;
}

nav#top-navigation form#searchform input#s {
  width: 0;
  background: transparent;
  transition: 0.5s;
  position: absolute;
  right: 5rem;
  z-index: 25;
}
nav#top-navigation form#searchform:hover input#s, nav#top-navigation form#searchform:focus input#s, nav#top-navigation form#searchform:focus-within input#s {
  width: 33rem;
  background: #f3f3f3;
  transition: 0.5s;
  top: 1.6rem;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.post-thumbnail img {
  width: 100%;
  display: block;
  height: auto;
}

.wp-block-embed {
  max-width: 960px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

figcaption {
  margin: 0.6rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  /*&.thumb-caption {
      margin-top: -1.6rem;
  }

  &.credit-tracker-thumbnail {
      font-size: 1.1rem;
      text-align: right;
      font-weight: 500;
      font-style: italic;
      margin-bottom: 0;
  } */
}
.wp-block-image figcaption {
  margin: 0;
}

.home .media-credit, .blog .media-credit, .archive .media-credit {
  visibility: hidden;
  position: absolute;
}

.post-thumbnail .media-credit {
  max-width: none !important;
  margin: 0.1rem 0 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.wp-block-image figure {
  display: inline-block;
}

figure.wp-block-image {
  display: inline-block;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Kut Player
--------------------------------------------- */
.kut_player_main {
  background-color: #f1f1f1;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  padding-top: 1rem;
  display: none;
}
.kut_player_main.show {
  display: block;
}

.kut_player_shown .kut_player_main {
  display: block;
}

.kut_player_wrapper {
  max-width: 135.5rem;
  margin: auto;
}

a#player-close {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-weight: bold;
}

/* Block Player Embed */
.kutx-ip-container {
  background: #f1f1f1;
  padding: 2rem 2rem 1rem;
  margin: 2rem 0;
}

.kutx-ip-inner {
  display: flex;
}

a.listen-button.kut_player_small.red-play {
  color: #ff3300;
  font-size: 3.4rem;
  flex: 0 1 4.5rem;
  display: flex;
  cursor: pointer;
}
a.listen-button.kut_player_small.red-play:hover {
  color: #b32400;
}

.ip-text-content {
  flex: 1 1 100%;
}

p.kutx-ip-title {
  margin: 0;
  color: #ff3300;
  font-weight: 600;
  line-height: 1.1;
}

p.kutxipdes {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.kutx-logo-container {
  text-align: right;
}

/*--------------------------------------------------------------
# Third Party Blocks
--------------------------------------------------------------*/
.inside-episode-container {
  min-height: 0;
  display: inline-block;
  position: relative;
  margin: 0;
}

h2.episode-title {
  font-size: 1.8rem;
  margin-bottom: 0;
  font-family: "Raleway", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h2.episode-input-title {
  display: block;
  margin: 0;
  cursor: pointer;
  font-family: "Raleway", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  color: #00a0ff;
  font-weight: 600;
}
h2.episode-input-title:after {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 2rem;
  font-size: 2rem;
  position: relative;
  bottom: -2px;
}
input[type=checkbox]:checked ~ h2.episode-input-title:after {
  content: "\f0d7";
}

.episode-content {
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
  transition: all 500ms ease;
}

input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

input[type=checkbox]:checked ~ .episode-content {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.single-show .related-episodes .kutx-ip-container {
  margin: 1rem 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
  position: relative;
}

.alignwide {
  width: 100%;
  max-width: 100vw;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 41.625em) {
  .alignwide {
    width: calc(100% + 96px);
    left: -48px;
  }
}

@media (max-width: 37.5em) {
  .wp-block-image .alignright {
    float: none;
    margin: 1rem 0 0.8rem;
  }
}
/* Spacing
--------------------------------------------- */
/* padding left */
.padding-0-l {
  padding-left: 0;
}

.padding-1-l {
  padding-left: 1rem;
}

.padding-2-l {
  padding-left: 2rem;
}

.padding-3-l {
  padding-left: 3rem;
}

.padding-4-l {
  padding-left: 4rem;
}

.padding-5-l {
  padding-left: 5rem;
}

/* padding right */
.padding-0-r {
  padding-right: 0;
}

.padding-1-r {
  padding-right: 1rem;
}

.padding-2-r {
  padding-right: 2rem;
}

.padding-3-r {
  padding-right: 3rem;
}

.padding-4-r {
  padding-right: 4rem;
}

.padding-5-r {
  padding-right: 5rem;
}

/* padding top */
.padding-0-t {
  padding-top: 0;
}

.padding-1-t {
  padding-top: 1rem;
}

.padding-2-t {
  padding-top: 2rem;
}

.padding-3-t {
  padding-top: 3rem;
}

.padding-4-t {
  padding-top: 4rem;
}

.padding-5-t {
  padding-top: 5rem;
}

/* padding bottom */
.padding-0-b {
  padding-bottom: 0;
}

.padding-1-b {
  padding-bottom: 1rem;
}

.padding-2-b {
  padding-bottom: 2rem;
}

.padding-3-b {
  padding-bottom: 3rem;
}

.padding-4-b {
  padding-bottom: 4rem;
}

.padding-5-b {
  padding-bottom: 5rem;
}

/* margin left */
.margin-0-l {
  margin-left: 0;
}

.margin-1-l {
  margin-left: 1rem;
}

.margin-2-l {
  margin-left: 2rem;
}

.margin-3-l {
  margin-left: 3rem;
}

.margin-4-l {
  margin-left: 4rem;
}

.margin-5-l {
  margin-left: 5rem;
}

/* margin right */
.margin-0-r {
  margin-right: 0;
}

.margin-1-r {
  margin-right: 1rem;
}

.margin-2-r {
  margin-right: 2rem;
}

.margin-3-r {
  margin-right: 3rem;
}

.margin-4-r {
  margin-right: 4rem;
}

.margin-5-r {
  margin-right: 5rem;
}

/* margin top */
.margin-0-t {
  margin-top: 0;
}

.margin-1-t {
  margin-top: 1rem;
}

.margin-2-t {
  margin-top: 2rem;
}

.margin-3-t {
  margin-top: 3rem;
}

.margin-4-t {
  margin-top: 4rem;
}

.margin-5-t {
  margin-top: 5rem;
}

/* margin bottom */
.margin-0-b {
  margin-bottom: 0;
}

.margin-1-b {
  margin-bottom: 1rem;
}

.margin-2-b {
  margin-bottom: 2rem;
}

.margin-3-b {
  margin-bottom: 3rem;
}

.margin-4-b {
  margin-bottom: 4rem;
}

.margin-5-b {
  margin-bottom: 5rem;
}

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