<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*********************************************************************************************

Theme Name: Podcast Plus
Theme URI: https://www.ilovewp.com/themes/podcast-plus/
Author: ilovewpcom
Author URI: https://www.ilovewp.com/
Version: 1.1.6
Requires PHP: 7.3
Tested up to: 6.7
Private: true
Description: A premium WordPress theme for podcasters, digital creators and blogs.
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ilovewp-podcastplus
Tags: 

**********************************************************************************************

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-size: 16px;
  line-height: 1;
  scroll-behavior: smooth;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

.clearfix:after {
  clear: both;
}

.clickable {
  cursor: pointer;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #080808;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
}

h1 small,
h2 small,
h3 small {
  font-size: 65%;
}

h4 small,
h5 small,
h6 small {
  font-size: 75%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Tables */
table {
  border-top: 0;
  margin-bottom: 2em;
  position: relative;
  table-layout: fixed;
  width: 100%;
  z-index: 1;
}

table th {
  text-align: start;
}

table tr {
  border-bottom: 1px solid #f0f0f0;
}

table th,
table td {
  font-family: inherit;
  font-size: inherit;
  padding: 0.8125rem 1.25rem;
  vertical-align: middle;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.sticky,
.bypostauthor {
  position: relative;
}

ul,
ol {
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  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;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.entry-content .alignleft,
.textwidget .alignleft {
  display: inline;
  float: left;
  margin: 0 2.5rem 1.75rem 0;
}

.entry-content .alignright,
.textwidget .alignright {
  display: inline;
  float: right;
  margin: 0 0 1.75rem 2.5rem;
}

.entry-content .aligncenter,
.textwidget .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75rem;
}

/*--------------------------------------------------------------
4.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "IBM Plex Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66;
}

p {
  margin: 0;
  padding: 0;
}

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

blockquote {
  color: #666;
  font-size: 1rem;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: none;
}

/* Typography for Arabic Font */
html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
  font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
  font-weight: 700;
}

/* Typography for Chinese Font */
html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
  font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light,
    Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light,
    Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
  font-weight: 700;
}

/* Typography for Cyrillic Font */
html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
  font-weight: 700;
  line-height: 1.2;
}

/* Typography for Devanagari Font */
html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
  font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
  font-weight: 700;
}

/* Typography for Greek Font */
html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
  font-weight: 700;
  line-height: 1.3;
}

/* Typography for Gujarati Font */
html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
  font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
  font-weight: 700;
}

/* Typography for Hebrew Font */
html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
  font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
  font-weight: 700;
}

/* Typography for Japanese Font */
html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
  font-weight: 700;
}

/* Typography for Korean font */
html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum,
    sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
  font-weight: 600;
}

/* Typography for Thai Font */
html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
  line-height: 1.65;
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
  line-height: 1.8;
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */
html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
  letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
label {
  color: #424242;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

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;
  background: #fff;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  border: 2px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

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: #222;
  border-color: #003399;
  box-shadow: 0 2px 8px rgba(67, 79, 91, 0.2);
}

select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-inline-end: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
  background-color: #111;
  border: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.8125rem 1.5rem;
  text-shadow: none;
  transition: all 0.15s ease-in-out;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #003399;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #333;
  font-family: "IBM Plex Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
  color: #333;
  font-family: "IBM Plex Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
  color: #333;
  font-family: "IBM Plex Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #333;
  font-family: "IBM Plex Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  border-bottom: 0;
}

th {
  padding: 0.5rem;
  text-align: start;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

td {
  padding: 0.5rem;
}

/********************************************************************************************* 

1. Page Structure: Common layout elements

*********************************************************************************************/

a {
  color: #003399;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}

a:hover,
a:focus {
  color: #990000;
}

a:focus {
  text-decoration: underline;
}

a:focus-visible {
  outline: 2px dashed;
  outline-offset: 2px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #080808;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  color: #990000;
}

body {
  color: #040404;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 62.5%;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  text-align: center;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#container {
  font-size: 1rem;
  line-height: 1.7em;
  padding: 0;
  text-align: center;
  width: 100%;
}

.site-wrapper-all {
  margin: 0 auto;
  position: relative;
}

.site-wrapper-section {
  margin: 0 auto;
  padding: 0 50px;
  text-align: start;
  width: 1200px;
}

.centered,
.title-center {
  text-align: center;
}

/* Common Flexbox declarations */

.ht-site-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ht-site-flex--direction-column {
  flex-direction: column;
}

.ht-site-flex--direction-row {
  flex-direction: row;
}

.ht-site-flex--space-between {
  justify-content: space-between;
}

.ht-site-flex--align-stretch {
  align-items: stretch;
}

.ht-site-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ht-site-cell--nogrow {
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}

.ht-site-flex--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ht-site-flex--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ht-site-flex--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/********************************************************************************************* 

2. Page Structure: Header

*********************************************************************************************/

#site-masthead {
  background-color: #0c1031;
  color: #fff;
  padding: 1.25rem 0;
}

#site-masthead a {
  color: #fff;
}

#site-masthead a:hover,
#site-masthead a:focus {
  color: #e7ae4a;
}

#site-logo {
  flex-basis: 33.333333%;
  flex-grow: 0;
  text-align: start;
  align-self: center;
}

.site-header-centered #site-logo {
  align-self: center;
}

#site-logo .custom-logo {
  height: auto;
  max-width: 100%;
}

#site-logo .site-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

#site-logo .site-description {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0.75rem 0 0;
}

#site-header-menu {
  align-self: center;
}

.site-header-default #site-header-menu {
  padding-inline-start: 5rem;
  text-align: end;
}

.site-header-centered #site-header-menu {
  margin-top: 1.875rem;
}

#site-masthead-promo {
  background-color: #06081f;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  padding: 0.875rem 0;
}

#site-masthead-promo .site-wrapper-section {
  text-align: center;
}

#site-masthead-promo a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}

#site-masthead-promo a:hover,
#site-masthead-promo a:focus {
  color: #e7ae4a;
}

.site-header-centered #site-masthead .ht-site-flex {
  flex-direction: column;
}

/* Latest Post */
#site-masthead-latest-post {
  background-color: #0c1031;
  border-top: solid 1px #252846;
  color: rgba(255, 255, 255, 0.6);
  padding: 5rem 0 3.75rem;
}

#site-masthead-latest-post .ht-site-flex {
  gap: 50px;
}

#site-masthead-latest-post .entry-thumbnail {
  flex: 0 1 300px;
}

#site-masthead-latest-post a {
  color: #fff;
}

#site-masthead-latest-post a:hover,
#site-masthead-latest-post a:focus {
  color: #e7ae4a;
}

#site-masthead-latest-post .entry-preview &gt; *:not(:first-child) {
  margin-top: 1.875rem;
}

#site-masthead-latest-post .section-label {
  display: inline-block;
  font-size: 0.875rem;
}

#site-masthead-latest-post .entry-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
}

#site-masthead-latest-post .entry-excerpt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
}

#site-masthead-latest-post .entry-excerpt &gt; p {
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 750px;
}

#site-masthead-latest-post .entry-excerpt iframe {
  margin-top: 1.875rem;
}

#site-masthead-latest-post .site-readmore-anchor,
.site-cta-bloglink .site-readmore-anchor {
  background-color: #e7ae4a;
  color: #0c1031;
  display: inline-block;
  padding: 0.75rem 2rem;
  text-align: center;
  border-radius: 50px;
}

#site-masthead-latest-post .site-readmore-anchor:hover,
#site-masthead-latest-post .site-readmore-anchor:focus,
.site-cta-bloglink .site-readmore-anchor:hover,
.site-cta-bloglink .site-readmore-anchor:focus {
  background-color: #0c1031;
  color: #e7ae4a;
  padding-inline-end: 3rem;
}

#site-masthead-latest-post .centered .site-readmore-anchor:hover,
#site-masthead-latest-post .centered .site-readmore-anchor:focus,
.site-cta-bloglink .site-readmore-anchor:hover,
.site-cta-bloglink .site-readmore-anchor:focus {
  padding-inline-start: 3rem;
}

/********************************************************************************************* 

3. Navigation

*********************************************************************************************/

/* Mobile Menu in the Header */

#site-mobile-menu-toggle,
#site-mobile-menu-toggle .site-toggle-anchor {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

#site-mobile-menu-toggle {
  display: none;
}

#site-mobile-menu-toggle .site-toggle-anchor {
  background: none;
  border: solid 2px rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.875rem 1.125rem;
  transition: all 0.5s;
}

#site-mobile-menu-toggle .site-toggle-anchor:hover,
#site-mobile-menu-toggle .site-toggle-anchor:focus {
  background-color: #004991;
  color: #fff;
}

#site-mobile-menu-toggle .site-toggle-icon {
  display: none;
  vertical-align: top;
}

#site-mobile-menu-toggle .site-toggle-label {
  display: none;
  line-height: 1em;
  margin-inline-start: 6px;
  vertical-align: top;
}

#site-mobile-menu-toggle .site-toggle-icon.is-visible,
#site-mobile-menu-toggle .site-toggle-label.is-visible {
  display: inline-block;
}

#site-mobile-menu {
  display: none;
  padding: 1.875rem 0 1.25rem;
  text-align: start;
  flex: 0 1 100%;
}

#site-mobile-menu.is-visible {
  display: block;
}

#site-mobile-menu a {
  color: #fff;
  display: block;
  padding: 14px 0 10px;
  position: relative;
}

#site-mobile-menu a:hover,
#site-mobile-menu a:focus {
  color: #e7ae4a;
}

#site-mobile-menu .menu {
  list-style-type: none;
}

#site-mobile-menu .menu li {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}

#site-mobile-menu .sub-menu {
  display: none;
  list-style-type: none;
}

#site-mobile-menu .sub-menu.is-visible {
  display: block;
}

#site-mobile-menu .sub-menu li {
  font-size: 1.125rem;
  font-weight: 400;
  padding-inline-start: 1.25rem;
  text-transform: none;
}

#site-mobile-menu .menu &gt; li:first-of-type {
  border-top-width: 0;
  padding-top: 0;
}

#site-mobile-menu .sub-menu-toggle {
  background: none;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 4px;
  padding: 12px;
  vertical-align: middle;
  z-index: 2;
}

#site-mobile-menu .sub-menu .sub-menu-toggle {
  padding: 10px;
  top: 3px;
}

#site-mobile-menu .sub-menu-toggle:hover,
#site-mobile-menu .sub-menu-toggle:focus {
  background-color: #e7ae4a;
  color: #111;
}

#site-mobile-menu .current-menu-parent &gt; a,
#site-mobile-menu .current-menu-item &gt; a {
  color: #e7ae4a;
  text-decoration: underline;
}

/* Start Primary Navigation */

/* Dropdown Menu */
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu li:hover &gt; ul,
.sf-menu li.sfHover &gt; ul {
  display: block;
}

.sf-menu a {
  display: inline-block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  font: 12px/12px "icomoon";
  font-weight: 900;
  display: inline-block;
  margin: 8px 0 0 8px;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
  float: right;
  margin-top: 6px;
}

.sf-arrows ul li &gt; .sf-with-ul:focus:after,
.sf-arrows ul li:hover &gt; .sf-with-ul:after,
.sf-arrows ul .sfHover &gt; .sf-with-ul:after {
  border-left-color: white;
}

.large-nav {
  position: relative;
  z-index: 100;
}

.large-nav .menu-item-has-children &gt; a {
  position: relative;
}

#site-primary-nav &gt; ul &gt; .menu-item {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0.5rem;
}

#site-primary-nav &gt; ul &gt; .menu-item &gt; a {
  color: #fff;
  display: inline-block;
  padding: 0.75rem 0.25rem;
}

#site-primary-nav .sub-menu a {
  color: #080808;
  text-align: start;
}

#site-primary-nav .sub-menu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-width: 0;
  margin: 0;
  padding: 0;
  left: 2px;
  text-align: start;
  text-transform: none;
  width: 220px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.large-nav &gt; li &gt; ul:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: absolute;
  top: -7px;
  left: 31px;
  z-index: 470;
}

.large-nav &gt; li &gt; ul:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ddd;
  position: absolute;
  top: -8px;
  left: 30px;
  z-index: 460;
}

.large-nav ul ul {
  right: 100%;
  margin-top: 0px;
}

#site-primary-nav .sub-menu .menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  text-transform: none;
}

#site-primary-nav .sub-menu .menu-item:hover,
#site-primary-nav .sub-menu .menu-item:focus {
  background-color: #f3f3f3;
}

#site-primary-nav .sub-menu .menu-item:last-child {
  border: none;
}

#site-primary-nav .sub-menu a {
  display: block;
  padding: 10px 15px;
}

#site-primary-nav &gt; ul .current-menu-item &gt; a,
#site-primary-nav &gt; ul .current-menu-ancestor &gt; a,
#site-primary-nav &gt; ul a:hover,
#site-primary-nav &gt; ul a:focus {
  color: #e7ae4a;
}

#site-primary-nav &gt; ul .current-menu-item &gt; a,
#site-primary-nav &gt; ul .current-menu-ancestor &gt; a {
  text-decoration: underline;
}

#site-primary-nav .sub-menu .current-menu-item &gt; a,
#site-primary-nav .sub-menu a:hover,
#site-primary-nav .sub-menu a:focus {
  color: #990000;
  text-decoration: underline;
}

/********************************************************************************************* 

4. Page Structure: Content Layout

*********************************************************************************************/

.site-wrapper-section-main {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.site-section-intro {
  background-color: #eae4e0;
  padding: 5rem 0;
}

.site-section-wrapper-main {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: start;
}

.ht-site-content-grid {
  display: flex;
  gap: 50px;
}

.page-sidebar-left .ht-site-content-grid {
  flex-direction: row-reverse;
}

.page-sidebar-right .ht-site-content-grid {
  flex-direction: row;
}

.ht-site-content {
  flex: 1;
}

.ht-site-sidebar {
  flex: 0 1 300px;
  z-index: 2;
}

.ht-site-content .cell-wrapper {
  padding: 0;
  position: relative;
  text-align: start;
}

.ht-site-content .cell-wrapper *:last-child {
  margin-bottom: 0;
}

.ht-site-sidebar .cell-wrapper {
  padding: 0;
  text-align: start;
}

.ht-site-sidebar a {
  text-decoration: underline;
}

.ht-site-sidebar img {
  height: auto;
  max-width: 100%;
}

.sidebar-widgets {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.sidebar-widgets a {
  text-decoration: underline;
}

/********************************************************************************************* 

5. Page Structure: Content Sections, Blocks, Elements

*********************************************************************************************/

.site-archive-posts,
#site-aside-primary ul,
#site-footer ul {
  list-style-type: none;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
}

.section-title + p,
.section-title + ul {
  margin-top: 2.5rem;
}

.site-archive-columns-2 .site-archive-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 2.5rem;
  grid-column-gap: 40px;
  justify-items: stretch;
  align-items: stretch;
}

.page-sidebar-nosidebar.site-archive-columns-2 .site-archive-posts {
  grid-template-columns: repeat(3, 1fr);
}

.site-archive-posts .site-archive-post,
.site-archive-posts .site-inbetween-item .widget {
  box-shadow: 2px 2px 10px rgb(0 0 0 / 2%);
  outline: 1px solid rgba(0, 0, 0, 0.06);
  outline-offset: -1px;
}

.site-archive-columns-1 .site-archive-posts &gt; li:not(:first-child) {
  margin-top: 1.875rem;
}

.site-archive-posts .entry-preview {
  background-color: #fff;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.site-archive-columns-2 .site-archive-posts .entry-preview,
.site-archive-posts .site-inbetween-item .widget-content-wrapper {
  line-height: 1.5;
  padding: 1.875rem;
}

.site-archive-columns-2 .site-archive-posts .post-withthumbnail .entry-preview {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.site-archive-columns-1 .section-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1.875rem;
  gap: 40px;
}

.site-archive-columns-1 .site-archive-post .entry-thumbnail,
.site-archive-columns-1 .site-archive-post .entry-preview {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site-archive-columns-1 .site-archive-post .entry-thumbnail {
  flex-basis: 200px;
  flex-grow: 0;
}

.entry-excerpt iframe {
  max-width: 100%;
}

.site-archive-posts .entry-excerpt iframe:not(:first-child) {
  margin-top: 1.25rem;
}

.site-archive-posts .entry-excerpt iframe:first-child {
  margin-bottom: 1.25rem;
}

.site-archive-posts .entry-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.site-archive-columns-1 .site-archive-posts .entry-title {
  font-size: 1.25rem;
}

.site-archive-posts .entry-preview-wrapper &gt; *:not(:first-child) {
  margin-top: 1.25rem;
}

.site-archive-columns-2 .site-inbetween-item {
  grid-column-start: 1;
  grid-column-end: 3;
}

.page-sidebar-nosidebar.site-archive-columns-2 .site-inbetween-item {
  grid-column-start: 1;
  grid-column-end: 4;
}

.entry-before-content {
  margin-bottom: 1.875rem;
}

.entry-after-content {
  margin-top: 1.875rem;
}

/* Buttons */

.site-readmore-span {
  display: block;
  font-weight: 600;
}

.site-cta-bloglink {
  margin-top: 2.5rem;
  text-align: center;
}

/* Breadcrumbs */

.site-breadcrumbs {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 1.875rem;
}

.site-breadcrumbs a {
  text-decoration: underline;
}

/********************************************************************************************* 

6. Single: Post/Page Styling

*********************************************************************************************/

.entry-inner-thumbnail,
.site-inner-intro-wrapper {
  margin-bottom: 1.875rem;
}

.entry-meta {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.entry-meta span:not(:first-child):before {
  color: rgba(0, 0, 0, 0.3);
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
}

#site-masthead-latest-post .entry-meta span:not(:first-child):before {
  color: rgba(255, 255, 255, 0.25);
}

.entry-meta a {
  color: inherit;
  text-decoration: underline;
}

.entry-meta a:hover,
.entry-meta a:focus {
  color: #990000;
}

.page-title,
.entry-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 1.875rem;
  padding: 0;
  position: relative;
}

.entry-content,
.archives-content {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: start;
}

.entry-content {
  margin-bottom: 3.125rem;
}

.archives-content {
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 1.875rem auto 1.875rem 0;
  max-width: 700px;
}

.error404 .archives-content {
  text-align: start;
}

.entry-content b,
.entry-content strong {
  font-weight: 600;
}

.entry-content li + li {
  margin-top: 0.25rem;
}

.entry-content h2,
.textwidget h2 {
  font-size: 1.5rem;
}

.entry-content h3,
.textwidget h3 {
  font-size: 1.375rem;
}

.entry-content h4,
.textwidget h4 {
  font-size: 1.275rem;
}

.entry-content h5,
.textwidget h5 {
  font-size: 1.1875rem;
}

.entry-content h6,
.textwidget h6 {
  font-size: 1.125rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: inherit;
  font-weight: 700;
  margin: 1.875rem 0 1.875rem;
  line-height: 1.4em;
}

.entry-content h1:first-child {
  margin-top: 0;
}

.entry-content .wp-block-column *:first-child {
  margin-top: 0;
}

.entry-content p,
.textwidget p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.entry-content &gt; :first-child {
  margin-top: 0;
}

.entry-content img {
  height: auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.entry-content iframe {
  max-width: 100%;
}

.entry-content iframe + p {
  margin-top: 1.25rem;
}

.fluid-width-video-wrapper {
  margin: 1.25rem 0;
}

.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignleft,
.entry-content img.alignright {
  max-width: 100%;
  width: auto;
  height: auto;
}

.entry-content figure {
  margin: 0 0 1.875rem;
}

.entry-content .wp-block-column figure {
  margin-bottom: 0;
}

.entry-content .wp-block-columns:last-child {
  margin-bottom: 0;
}

.entry-content &gt; .wp-block-group:not(:first-child) {
  margin-top: 1.875rem;
}

.entry-content .wp-block-image img,
.entry-content .wp-block-media-text__media img,
.entry-content .wp-block-media-text__media video {
  height: auto;
}

.entry-content .wp-block-image img {
  margin-bottom: 0;
}

.entry-content p + .site-archive-posts,
.entry-content .site-archive-posts + .site-archive-posts {
  margin: 3.75rem 0 0;
}

.entry-content .entry-thumbnail figure {
  margin-bottom: 0;
}

.entry-content .entry-title {
  margin-top: 0;
}

.entry-content &gt; :last-child,
.entry-content p:last-child,
.textwidget p:last-child {
  margin-bottom: 0;
}

.entry-content blockquote {
  border-width: 0;
  border-left: solid 2px #ddd;
  color: #333;
  display: block;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.7;
  margin: 1.25rem 1.875rem;
  padding: 0.75rem 3.75rem;
  text-align: start;
}

.entry-content .wp-block-pullquote {
  padding-top: 0;
  padding-bottom: 0;
}

.entry-content .wp-block-pullquote blockquote {
  margin-bottom: 0;
}

.entry-content .wp-block-pullquote p {
  font-size: 1.25em;
}

.entry-content a,
.site-inbetween-item .textwidget p a {
  text-decoration: underline;
}

.entry-content
  .site-section-pages
  .site-columns
  &gt; .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}

.entry-content .site-readmore-span a {
  text-decoration: none;
}

.entry-content a:hover,
.entry-content a:focus {
  cursor: pointer;
}

.entry-content .table-wrapper {
  margin: 2rem 0;
  overflow-x: auto;
  padding: 0 5px 5px 0;
}

.entry-content .table-wrapper table:first-of-type {
  margin-top: 0;
}

.entry-content .table-wrapper table:last-of-type {
  margin-bottom: 0;
}

.entry-content table,
.widget table {
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
  table-layout: auto;
  width: 100%;
}

.widget table:first-child {
  margin-top: 0;
}

.entry-content table caption,
.widget table caption {
  font-weight: bold;
  margin: 0 0 1rem;
  padding: 0.5rem 20px;
  text-align: center;
}

.entry-content table:last-child,
.widget table:last-child {
  margin-bottom: 0;
}

.entry-content table th,
.entry-content table td,
.widget table th,
.widget table td {
  font-size: 0.9375rem;
  line-height: 1.5em;
  padding: 0.75rem 1rem;
  text-align: start;
}

.entry-content table td,
.widget table td {
  color: #040404;
}

.entry-content table td:first-child,
.widget table td:first-child {
  border-left-width: 0;
}

.entry-content table td:last-child,
.widget table td:last-child {
  border-right-width: 0;
}

.entry-content table thead tr,
.widget table thead tr {
  border-bottom-width: 0;
}

.entry-content table tr,
.widget table tr {
  border-bottom: solid 1px #e5e5e5;
  transition: all 0.2s ease-in-out;
}

.entry-content table tr:first-of-type,
.widget table tr:first-of-type {
  border-top-width: 0;
}

.entry-content table tr:last-of-type,
.widget table tr:last-of-type {
  border-bottom-width: 0;
}

.entry-content tr:nth-child(odd),
.widget tr:nth-child(odd) {
  background-color: white;
}

.entry-content tr:nth-child(even),
.widget tr:nth-child(even) {
  background-color: #f8f6f3;
}

/*--------------------------------------------------------------
Custom Block Patterns
--------------------------------------------------------------*/

.podcastplus-block-centered {
  text-align: center;
}

.entry-content .wp-block-separator {
  margin: 2.5rem 0;
}

.entry-content .podcastplus-block-title {
  font-size: 1.75rem;
  font-weight: 700;
}

.podcastplus-block-intro .wp-block-column:not(:first-child) {
  margin-inline-start: 5rem;
}

.podcastplus-social-icons {
  font-size: 2.25rem;
}

.podcastplus-social-icons a {
  color: #080808;
  text-decoration: none;
}

.podcastplus-social-icons a:hover,
.podcastplus-social-icons a:focus {
  color: #990000;
}

.podcastplus-social-icons a + a {
  margin: 0 0 0 1rem;
}

.podcastplus-admin-edit-notice {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  text-align: end;
}

/* Featured Pages */
.podcastplus-block-featured-pages .wp-block-column {
  outline: 1px solid rgba(255, 255, 255, 0.25);
  outline-offset: -10px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.podcastplus-block-featured-pages .wp-block-column:hover,
.podcastplus-block-featured-pages .wp-block-column:focus {
  outline: 4px solid rgba(255, 255, 255, 0.5);
  outline-offset: -13px;
}

.podcastplus-block-featured-pages .wp-block-columns {
  gap: 2.5rem;
}

.podcastplus-block-featured-pages .entry-title {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
  width: calc(100% - 20px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.podcastplus-block-featured-pages .entry-title a {
  background-color: #0c1031;
  color: #fff;
  display: inline-block;
  padding: 0.875rem 1.75rem;
}

.podcastplus-block-featured-pages .entry-title a:hover,
.podcastplus-block-featured-pages .entry-title a:focus {
  background-color: #e7ae4a;
  color: #0c1031;
}

/* Centered Intro */

.podcastplus-block-intro-alt p {
  max-width: 900px;
}

.podcastplus-block-centered p {
  margin-inline-end: auto;
  margin-inline-start: auto;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
.entry-content hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 1.875rem 0;
}

/* Gallery Template */
.entry-content .gallery {
  margin: 2.5rem 0;
  display: grid;
  align-items: start;
  grid-gap: 1.25rem;
}

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

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

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

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

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

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

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

.entry-content .gallery-item {
  display: block;
  margin: 0;
  vertical-align: top;
}

.gallery-item .gallery-caption {
  margin-inline-start: 0;
}

.gallery-item img {
  height: auto;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.gallery-item .gallery-caption {
  font-size: 0.8125rem;
  padding: 6px 10px;
  text-align: center;
}

.gallery-item .post-content {
  text-align: center;
}

/*--------------------------------------------------------------
8.0 Post Navigation
--------------------------------------------------------------*/

.post-meta-tags,
.site-post-navigation {
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
  padding: 1.875rem;
  text-align: start;
}

.site-post-navigation {
  gap: 40px;
}

.post-meta-tags + .site-post-navigation {
  margin-top: 1.875rem;
}

.site-post-navigation .site-post-nav-next {
  text-align: end;
}

.site-post-navigation .post-navigation-label,
.post-meta-tags .post-navigation-label {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.site-post-navigation a {
  display: block;
  text-decoration: underline;
}

/* Tags List */

.post-meta-tags a {
  border: solid 1px rgba(0, 0, 0, 0.12);
  display: inline-block;
  margin: 4px;
  padding: 3px 6px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.post-meta-tags a:hover,
.post-meta-tags a:focus {
  background-color: #040404;
  border-color: #040404;
  color: #fff;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
.entry-content ul,
.entry-content ol {
  margin: 1.25rem 0 1.25rem 1.25rem;
  padding: 0;
}

.entry-content ol li:not(.wp-social-link),
.textwidget ol li:not(.wp-social-link) {
  display: list-item;
  list-style: inside decimal;
}

.entry-content li &gt; ul,
.entry-content li &gt; ol {
  margin: 1.5rem 0 1.5rem 2rem;
}

.entry-content dt {
  font-weight: 700;
}

.entry-content dd {
  margin: 0 1.5em 1.5em;
}

.entry-content ul:last-child {
  margin-bottom: 0;
}

/* Block Editor Styles */

.entry-content .wp-block-columns img {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
Plugin Compatibility
--------------------------------------------------------------*/

/* Seriously Simple Podcasting */

.entry-content .podcast_player,
.entry-preview .podcast_player {
  margin: 1.25rem 0;
  text-align: start;
}

.entry-preview .podcast_meta {
  display: none;
}

.entry-preview .podcast_player .wp-video,
.entry-preview .podcast_player .mejs-video,
.entry-preview .mejs-container {
  max-width: 100% !important;
  width: auto !important;
}

.entry-content .podcast_meta,
.entry-preview .podcast_meta {
  margin-bottom: 1.25rem;
}

.entry-content .podcast_meta p {
  margin-bottom: 0;
}

#container .castos-player .play-progress {
  margin-top: 0.55rem;
}

.site-archive-columns-2
  .site-archive-posts
  .castos-player
  .player__artwork
  img {
  height: 60px;
  width: 60px;
}

.site-archive-columns-2 .site-archive-posts .castos-player .player__main {
  grid-template-columns: 1fr;
}

.site-archive-columns-2 .site-archive-posts .castos-player .player__artwork {
  display: none;
}

.site-archive-columns-2 .site-archive-posts .castos-player .player__body {
  padding-inline-start: 13px;
}

/* PowerPress */

.entry-content .powerpress_player,
.entry-preview .powerpress_player {
  margin: 1.25rem 0;
  text-align: start;
}

.entry-preview .powerpress_links {
  display: none;
}

.entry-content .powerpress_links {
  margin-bottom: 0;
}

.entry-content .powerpress_links + p:not(.powerpress_links) {
  margin-top: 1.5rem;
}

/* Mailchimp &amp; Other Newsletter Plugins */
.widget #mc_embed_signup,
.widget .mc4wp-form,
.widget_newsletterwidget {
  background-color: #f3f3f3;
  padding: 1.875rem;
}

.widget #mc_embed_signup form {
  padding: 0;
}

.widget #mc_embed_signup h2 {
  font-size: 1.125rem;
  margin: 0 0 1rem;
}

.widget #mc_embed_signup input {
  border-width: 2px;
}

.widget #mc_embed_signup .mc-field-group {
  padding: 0;
  width: 100%;
}

.widget #mc_embed_signup .mc-field-group + p {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.widget .mc4wp-form .mc4wp-form-fields label input {
  margin-top: 0.75rem;
}

.widget .mc4wp-form .mc4wp-form-fields p {
  margin-bottom: 1rem;
}

.widget .mc4wp-form .mc4wp-form-fields p:last-of-type {
  margin-bottom: 0;
}

.widget #mc_embed_signup .mc-field-group label,
.widget .mc4wp-form label {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.widget #mc_embed_signup .mc-field-group input,
.widget .mc4wp-form input {
  border-radius: 0;
}

.widget #mc_embed_signup .button,
.widget .mc4wp-form input[type="submit"] {
  background-color: #333;
  border: 0;
  border-radius: 50px;
  color: #eee;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  height: auto;
  line-height: 1.5;
  margin: 1.25rem 0 0;
  padding: 0.75rem 1rem;
  text-align: center;
  width: 100%;
}

.widget #mc_embed_signup .button:hover,
.widget #mc_embed_signup .button:focus,
.widget .mc4wp-form input[type="submit"]:hover,
.widget .mc4wp-form input[type="submit"]:focus {
  background-color: #040404;
  color: #fff;
}

/* WPZOOM Social Icons */

.sidebar-widgets .zoom-social-icons-widget {
  padding: 1.875rem;
}

.zoom-social-icons-widget p:not(.widget-title) + .zoom-social-icons-list {
  margin-top: 1.25rem;
}

.zoom-social-icons-widget .zoom-social_icons-list__item:last-of-type {
  margin-bottom: 0;
}

/* WooCommerce */

.woocommerce-info,
.woocommerce-message {
  border-top-color: #003399;
}

.woocommerce-info::before,
.woocommerce-message::before {
  color: #003399;
}

.woocommerce-ordering select {
  padding: 0.5rem;
}

.woocommerce-product-details__short-description {
  margin-bottom: 1.25rem;
}

.woocommerce table.shop_attributes {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_attributes th {
  border-inline-end: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  padding: 0.5rem 1rem;
}

.woocommerce .woocommerce-MyAccount-navigation &gt; ul {
  margin-block: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.woocommerce form .form-row label {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce form .form-row .select2-container {
  margin-bottom: 0.75rem;
}

.woocommerce ul.products li.product .button + .added_to_cart {
  margin-inline-start: 1rem;
}

.woocommerce table.shop_table {
  border-radius: 0;
}

.woocommerce .woocommerce-cart-form + .cart-collaterals {
  margin-top: 1.875rem;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: var(--capa-neutral-color-100);
  opacity: 0.7;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 0.25rem 1.25rem;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 150px;
}

.woocommerce .quantity .qty {
  padding: 0.3125rem 0.5rem;
  width: 5em;
}

.entry-content .woocommerce a.remove {
  text-decoration: none;
}

.entry-content .attachment-woocommerce_thumbnail {
  margin-bottom: 0;
}

.woocommerce .product_meta {
  font-size: 0.875rem;
}

.woocommerce .product_meta &gt; span {
  display: block;
}

/********************************************************************************************* 

7. Comments Styling

*********************************************************************************************/

#respond {
  padding: 1.875rem;
}

.logged-in-as a {
  text-decoration: underline;
}

#respond {
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.comment #respond {
  margin-top: 1.25rem;
}

#respond .form-submit {
  margin-top: 1.25rem;
}

#respond .comment-notes {
  font-size: 0.875em;
  margin-bottom: 1.25rem;
}

.comments-area {
  margin: 1.875rem 0 0;
  text-align: start;
}

.comments-area .comments-title,
#reply-title {
  font-size: 1.5rem;
  margin: 0 0 1.875rem;
}

.page .comments-area {
  margin-inline-start: 0;
}

.comment-list {
  margin: 1.75em 0;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
}

.comment,
.pingback,
.trackback {
  padding: 1.75em 0;
}

.depth-1 {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.depth-1:first-child {
  margin-top: 0;
  padding-top: 0;
}

.children {
  margin-top: 24px;
}

.children .comment {
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  padding-inline-start: 1.5rem;
}

.comment-author {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.comment-author .avatar {
  box-shadow: 2px 2px 3px rgb(0 0 0 / 6%);
  border: solid 3px #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.comment-meta {
  margin-bottom: 0;
}

.comment-meta .fn {
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  margin-inline-end: 1rem;
}

.says {
  display: none;
}

.comment-metadata {
  display: inline-block;
  font-size: 0.875em;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-tools {
  display: inline-block;
  float: right;
}

.comment-tools a {
  font-size: 0.8125em;
  font-weight: normal;
}

.comment-reply-link {
  margin-inline-start: 10px;
}

.comment-respond {
  padding: 0 0 20px 0;
}

.comment-list .comment-respond {
  padding-top: 30px;
}

.comment-content {
  font-size: 1rem;
  line-height: 1.7;
}

.comment-content p {
  margin: 1em 0 0;
}

.comment-form label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin: 1em 0;
}

.comment-form label .required {
  color: #990000;
  font-weight: 700;
}

.form-allowed-tags {
  font-size: 0.8125em;
}

.no-comments {
  text-align: center;
}

.bypostauthor {
  display: block;
}

#respond input[type="submit"] {
  font-size: 1em;
  font-weight: 400;
  padding: 1rem 2rem;
}

/********************************************************************************************* 

8. Page Structure: Footer

*********************************************************************************************/

#site-footer {
  background-color: #0c1031;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
  line-height: 1.7;
  padding: 3.125rem 0;
}

#site-footer a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#site-footer a:hover,
#site-footer a:focus {
  color: #e7ae4a;
}

#site-footer .widget-title {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.875rem;
}

#footer-widgets-full {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 3.75rem;
  text-align: center;
}

#footer-widgets-full .widget-title {
  font-size: 1.25rem;
}

#footer-widgets-full .widget:not(:first-child),
.site-columns-footer .widget:not(:first-child),
.site-columns-footer + #site-footer-credits {
  margin-top: 2.5rem;
}

.site-columns-footer + #site-footer-credits {
  border-top: solid 1px rgba(255, 255, 255, 0.06);
  padding-top: 2.5rem;
}
.site-columns-footer .site-column:not(:first-child) {
  margin-inline-start: 3.75rem;
}

#site-footer-credits {
  font-size: 0.875rem;
  flex-direction: row-reverse;
}

#site-footer-nav {
  text-align: end;
}

#site-footer-nav .menu-item {
  display: inline-block;
}

#site-footer-nav .menu-item:not(:first-child) {
  margin-inline-start: 0.75rem;
}

#site-footer .widget_nav_menu a:before {
  content: "\f105";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: 10px/10px "icomoon";
  font-weight: 900;
  margin: 0 6px 2px 0;
  vertical-align: middle;
}

/********************************************************************************************* 

9. Misc

*********************************************************************************************/

.entry-inner-thumbnail .wp-post-image,
.entry-thumbnail .thumbnail,
.entry-thumbnail .wp-post-image,
.wp-caption img,
.post-thumbnail .thumbnail {
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Common Widgets Styling */

.entry-content .widget {
  margin-bottom: 2.5rem;
}

.widget {
  margin-bottom: 1.875rem;
}

.widget:last-of-type {
  margin-bottom: 0;
}

.widget:last-of-type,
.entry-content .widget {
  margin-bottom: 0;
}

.widget-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1.875rem;
  position: relative;
}

/* WordPress Core Widget: Recent Posts */
.widget_recent_entries li {
  border-bottom: solid 1px #eee;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  line-height: 1.75em;
  margin: 0 0 15px;
  padding-bottom: 15px;
}

.widget_recent_entries li:last-of-type {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget_recent_entries a {
  line-height: 1.6em;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 0.875rem;
  margin: 1em 0 0;
}

/* WordPress Search Widget */
#searchsubmit {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 12px;
  padding: 1rem 2rem;
}

#wpstats {
  display: none;
}

/* Captions */
.entry-content .wp-caption {
  font-size: 0.875rem;
  line-height: 1.75em;
  margin-top: 0;
  margin-bottom: 2.5rem;
  max-width: 100%;
  width: auto;
}

.entry-content .wp-caption img {
  margin-bottom: 0;
}

.entry-content .wp-caption .wp-caption-text {
  background-color: #eee;
  margin-top: 0;
  padding: 1.25rem;
}

/*--------------------------------------------------------------
9.0 Archive Pagination/Navigation
--------------------------------------------------------------*/

.pagination {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 2.5rem 0 0;
  text-align: center;
}

.pagination .page-numbers {
  border: solid 1px #e7e7e7;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  display: inline-block;
  line-height: 1em;
  margin: 6px 4px;
  padding: 0.75rem;
}

.pagination a {
  color: #06081f;
}

.pagination .current,
.pagination a:hover,
.pagination a:focus {
  background-color: #06081f;
  border-color: #06081f;
  color: #fff;
}

/* Font Sizes -------------------------------- */

:root .has-small-font-size {
  font-size: 0.9375rem !important;
}
:root .has-regular-font-size,
:root .has-normal-font-size {
  font-size: 1.0625rem !important;
  line-height: 1.7;
}
:root .has-large-font-size,
:root .lead {
  font-size: 1.3125rem !important;
}
:root .has-larger-font-size {
  font-size: 1.5rem !important;
  line-height: 1.5;
}

/* Text Alignment -------------------------------- */

:root .is-style-center-aligned {
  text-align: center;
}
:root .is-style-right-aligned {
  text-align: end;
}

/*********************************************************************************************

12. Media Queries 

*********************************************************************************************/

@media screen and (max-width: 1240px) {
  .site-wrapper-section {
    padding-inline: 40px;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .site-header-default #site-header-menu {
    padding-inline-start: 3.75rem;
  }

  .ht-site-content {
    flex: 1 1 70%;
  }

  .ht-site-sidebar {
    flex: 1 1 30%;
  }
}

@media screen and (max-width: 768px) {
  .site-wrapper-section {
    padding-inline: 30px;
  }

  .site-wrapper-section-main {
    padding-block: 3.125rem;
  }

  #site-logo {
    flex-grow: 1;
  }

  .site-header-default #site-header-menu {
    padding-inline-start: 2.5rem;
  }

  #site-mobile-menu-toggle {
    display: inline-block;
  }

  #site-primary-nav {
    display: none;
  }

  .page-sidebar-left .ht-site-content-grid,
  .page-sidebar-right .ht-site-content-grid,
  .ht-site-content-grid,
  .wp-block-columns {
    flex-direction: column;
  }

  .podcastplus-block-featured-pages .wp-block-column {
    margin-inline-end: auto;
    margin-inline-start: auto;
  }

  .podcastplus-block-featured-pages .wp-block-column:not(:first-child) {
    margin-top: 1.875rem;
    margin-inline-start: auto;
  }

  .site-archive-columns-1 .site-archive-post .entry-thumbnail {
    flex-basis: 150px;
  }

  .ht-site-sidebar {
    flex: 1;
    width: 100%;
  }

  .sidebar-widgets {
    font-size: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .sidebar-widgets &gt; .widget {
    margin-bottom: 0;
  }

  .podcastplus-block-intro .wp-block-columns {
    flex-direction: column;
  }

  .podcastplus-block-intro .wp-block-column:not(:first-child) {
    margin-top: 2.5rem;
    margin-inline-start: 0;
  }

  .site-columns-footer {
    flex-direction: column;
  }

  .site-columns-footer .site-column:not(:first-child) {
    margin: 1.875rem 0 0;
  }

  #site-footer-credits,
  #site-footer-nav {
    text-align: center;
  }

  #site-footer-credits {
    flex-direction: column;
  }

  #site-footer-nav {
    margin-bottom: 1.25rem;
  }

  #site-masthead-latest-post .entry-thumbnail {
    flex-basis: 250px;
  }

  #site-masthead-latest-post .entry-title {
    font-size: 2rem;
  }

  #site-masthead-latest-post .entry-excerpt {
    font-size: 1rem;
    line-height: 1.7;
  }

  .page-title,
  .entry-content h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  #site-masthead-latest-post .ht-site-flex {
    flex-direction: column;
  }

  #site-masthead-latest-post .ht-site-flex &gt; * {
    flex: 1;
  }

  .entry-content {
    margin-bottom: 2.5rem;
  }

  .entry-content .wp-block-separator {
    margin: 1.875rem 0;
  }

  .site-archive-columns-1 .section-entry {
    gap: 30px;
  }

  .site-archive-columns-2 .site-archive-posts {
    display: block;
  }

  .site-archive-columns-2 .section-entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.875rem;
  }

  .site-archive-columns-2 .entry-thumbnail,
  .site-archive-columns-2 .entry-preview {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .site-archive-columns-2 .section-entry {
    gap: 30px;
  }

  .site-archive-columns-2 .section-entry .entry-thumbnail {
    flex: 0 1 160px;
  }

  .site-archive-columns-2
    .site-archive-posts
    .post-withthumbnail
    .entry-preview {
    border-top-width: 0;
  }

  .site-archive-columns-2 .site-archive-posts .entry-preview {
    padding: 0;
  }

  .site-archive-columns-2 .site-archive-post:not(:first-child),
  .site-archive-columns-2 .site-inbetween-item {
    margin-top: 1.875rem;
  }

  .podcastplus-social-icons {
    font-size: 2rem;
  }

  #respond,
  .post-meta-tags,
  .site-post-navigation {
    padding: 1.875rem;
  }

  #site-masthead-promo {
    font-size: 0.9375rem;
  }

  .entry-content,
  .archives-content {
    font-size: 1rem;
    line-height: 1.6;
  }

  :root .has-larger-font-size {
    font-size: 1.375rem;
  }

  :root .has-large-font-size,
  .entry-content p.lead {
    font-size: 1.1875rem;
  }

  .page-title,
  .entry-content h1 {
    font-size: 2rem;
  }

  #footer-widgets-full {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 460px) {
  .site-wrapper-section {
    padding-inline: 20px;
  }

  #site-masthead-latest-post {
    padding: 3.125rem 0;
  }

  #site-masthead .ht-site-flex,
  .site-post-navigation {
    flex-direction: column;
  }

  #site-masthead .ht-site-flex &gt; * {
    flex: 1;
  }

  #site-logo {
    align-self: center;
    text-align: center;
  }

  #site-masthead-latest-post .entry-thumbnail {
    text-align: center;
  }

  #site-masthead-latest-post .entry-title {
    font-size: 1.75rem;
  }

  .site-header-default #site-header-menu {
    margin-top: 1.875rem;
    padding-inline-start: 0;
    text-align: center;
  }

  #site-mobile-menu .menu li {
    font-size: 1.1875rem;
  }

  .sidebar-widgets {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-title,
  .entry-content h1 {
    font-size: 1.75rem;
  }

  .entry-content .podcastplus-block-title,
  .section-title {
    font-size: 1.375rem;
  }

  :root .has-larger-font-size {
    font-size: 1.3125rem;
  }

  :root .has-large-font-size,
  .entry-content p.lead {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .entry-content,
  .archives-content {
    font-size: 1rem;
    line-height: 1.5;
  }

  .entry-content h2,
  .textwidget h2,
  .comments-area .comments-title,
  #reply-title {
    font-size: 1.375rem;
  }

  .site-post-navigation .site-post-nav-next {
    text-align: start;
  }

  .site-archive-columns-1 .section-entry,
  .site-archive-columns-2 .section-entry {
    flex-direction: column;
  }

  .podcastplus-social-icons {
    font-size: 1.75rem;
  }

  #respond,
  .post-meta-tags,
  .site-post-navigation {
    padding: 1.25rem;
  }
}

@media screen and (max-width: 360px) {
  #site-masthead-latest-post {
    padding: 2.5rem 0;
  }

  #site-mobile-menu .menu li {
    font-size: 1.0625rem;
  }

  #site-masthead-latest-post .entry-title,
  .page-title,
  .entry-content h1 {
    font-size: 1.5rem;
  }

  .entry-content .podcastplus-block-title,
  .section-title {
    font-size: 1.25rem;
  }

  :root .has-larger-font-size {
    font-size: 1.25rem;
  }

  :root .has-large-font-size,
  .entry-content p.lead {
    font-size: 1.0625rem;
    line-height: 1.4;
  }

  .entry-content,
  .archives-content {
    font-size: 0.9375rem;
    line-height: 1.5;
  }

  .entry-content h2,
  .textwidget h2,
  .comments-area .comments-title,
  #reply-title {
    font-size: 1.25rem;
  }

  .podcastplus-social-icons {
    font-size: 1.5rem;
  }

  #respond {
    padding: 1.25rem;
  }

  .site-archive-posts .site-archive-post,
  .site-archive-posts .site-inbetween-item .widget {
    box-shadow: unset;
    outline: unset;
  }

  .site-archive-posts &gt; li:not(:first-child) {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }

  .site-archive-columns-1 .section-entry,
  .site-archive-columns-2 .section-entry,
  .site-archive-columns-2 .site-archive-posts .entry-preview,
  .site-archive-posts .site-inbetween-item .widget-content-wrapper {
    padding: 0;
  }

  .site-archive-columns-1 .site-archive-posts .entry-title {
    font-size: 1.125rem;
  }

  #site-footer,
  .sidebar-widgets {
    font-size: 0.875rem;
  }

  #footer-widgets-full {
    font-size: 1rem;
  }

  #footer-widgets-full .widget-title {
    font-size: 1.125rem;
  }

  .site-columns-footer + #site-footer-credits {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }

  .designer-credit {
    display: none;
  }
}
</pre></body></html>