.simplified-header {
  display: none;
}

.theme-switcher {
  z-index: 1;
}

.theme-switcher:focus {
  outline: none;
}

.page {
  margin-left: 2rem;
}

.content {
  line-height: 1.15rem;
}

.pg-wrapper,
.kg-gallery-row {
  display: flex;
}

.gh-post-upgrade-cta {
  border: 1px solid #721d1b;
  margin: 1rem 0;
  padding: 0 1rem;
}

.gh-post-upgrade-cta-content {
  background-color: transparent !important;
}

.kg-align-center {
  display: flex;
  justify-content: center;
}

.kg-align-left {
  display: flex;
  justify-content: flex-start;
}

.kg-bookmark-author {
  font-size: 0.7rem;
}

.kg-bookmark-container {
  color: inherit;
  display: flex;
  min-height: 120px;
  padding: 0.25rem;
  text-decoration: inherit;
  border: 1px solid #808080;
  border-radius: 4px;
  box-sizing: border-box;
  transition: transform 0.1s ease-in-out;
  width: 100%;
}
.kg-bookmark-container:hover {
  color: inherit;
  text-decoration: none;
  transform: translateY(-1px);
}

.kg-bookmark-content {
  align-items: flex-start;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  padding: 16px;
}

.kg-bookmark-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: 0;
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 3px;
  max-height: 44px;
  opacity: 0.5;
}

.kg-bookmark-icon {
  height: 15px;
  margin-right: 6px;
  width: 15px;
}

.kg-bookmark-metadata {
  align-items: center;
  display: flex;
  font-weight: 500;
  margin-top: 22px;
}

.kg-bookmark-publisher {
  display: block;
  font-size: 0.7rem;
  font-weight: 300;
  line-height: 1.65em;
  max-width: 240px;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kg-bookmark-publisher:before {
  background: black;
  border-radius: 50%;
  content: "\A";
  display: inline-block;
  height: 5px;
  margin: 0 0.35rem;
  opacity: 1;
  width: 5px;
}

.kg-bookmark-thumbnail {
  flex-grow: 1;
  min-width: 35%;
  position: relative;
}

.kg-bookmark-thumbnail img {
  -o-object-fit: cover;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.kg-bookmark-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
  padding-bottom: 4px;
}

a.kg-btn,
.kg-btn {
  padding: 0.125rem 0 0.05rem 0.125rem;
  background-color: #666699;
  color: #fefefe;
  font-size: 0.675rem;
  border-left: 3px solid #999999;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  cursor: pointer;
  display: inline-block;
  outline: none;
  text-shadow: -1px -1px #333333;
  text-align: left;
  width: fit-content;
  text-decoration: none;
  font-weight: 500;
  font-family: FFSeroWebProMedium;
  border-radius: 0;
  height: auto;
  line-height: 1.5em;
}

a.kg-btn:hover,
.kg-btn:hover {
  opacity: 0.9;
}

.kg-callout-card {
  align-items: center;
  display: flex;
  margin: 1rem 0;
  padding: 1.5rem 0;
  width: 100%;
}

.kg-callout-card-accent {
  background: var(--adjusted-accent-color);
}

.kg-callout-card-blue {
  background: rgba(33, 172, 232, 0.12);
}

.kg-callout-card-green {
  background: rgba(52, 183, 67, 0.12);
}

.kg-callout-card-grey {
  background: rgba(124, 139, 154, 0.13);
}

.kg-callout-card-pink {
  background: rgba(225, 71, 174, 0.11);
}

.kg-callout-card-purple {
  background: rgba(135, 85, 236, 0.12);
}

.kg-callout-card-red {
  background: rgba(209, 46, 46, 0.11);
}

.kg-callout-card-white {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(124, 139, 154, 0.25);
}

.kg-callout-card-yellow {
  background: rgba(240, 165, 15, 0.13);
}

.kg-callout-emoji {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.kg-embed-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.kg-gallery-container {
  display: block;
  position: relative;
}

.kg-gallery-image img {
  height: 100%;
}

.kg-gallery-row > * {
  flex: 50%;
}

.kg-image,
.kg-gallery-image img {
  height: 100%;
  width: 100%;
}

.kg-image-card:not(.kg-width-full):not(.kg-width-wide) img {
  margin: 0 25%;
  width: 50%;
}

.kg-toggle-card {
  background: 0 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(124, 139, 154, 0.25);
  width: 100%;
}

.kg-toggle-heading {
  padding: 1rem;
}

.kg-toggle-content {
  height: auto;
  opacity: 1;
  position: relative;
  top: 0;
  transition: opacity 1s ease, top 0.35s ease;
}

.kg-toggle-content p {
  margin: 0;
  padding: 0 1rem 1rem 1rem;
}

.kg-toggle-card-icon {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 25px;
  width: 25px;
}

.kg-toggle-card[data-kg-toggle-state="close"] .kg-toggle-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  top: -0.5em;
  transition: opacity 0.5s ease, top 0.35s ease;
}

.kg-toggle-card[data-kg-toggle-state="close"] svg {
  transform: unset;
}

.kg-toggle-heading {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.kg-toggle-heading svg {
  color: rgba(124, 139, 154, 0.5);
  transform: rotate(-180deg);
  transition: all 0.3s;
  width: 14px;
}

.kg-toggle-heading-text {
  margin: 0;
}

.main-site a {
  color: #0c0099;
}

.main-site a:visited {
  color: #464646;
}

.main-site h2 {
  color: #993333;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: FFSeroWebProSCMedium;
}

.post-title {
  font-family: FFSeroWebProSCMedium;
  color: #993333;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.0275rem;
  word-break: word-break;
}

.post-subtitle {
  display: none;
}

p > a {
  color: #0c0099;
}

p > a:visited {
  color: #464646;
}

blockquote {
  border-left: 2px solid black;
  font-size: 0.75rem;
  margin: 1.25rem 0;
  padding-left: 2rem;
}

body {
  margin: revert;
  background-color: #ffffff;
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.8rem;
  zoom: 100%;
  position: relative;
}

code {
  font-size: 85%;
}

figcaption {
  font-size: 0.65rem;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

figure {
  margin: 2.5rem 0;
}

h2 {
  color: #993333;
  font-size: 1rem;
  font-weight: 300;
}

.content h3,
.content h2 {
  font-weight: bold;
  color: #333333;
  font-size: 0.8rem;
}

h3 {
  color: #993333;
  font-size: 0.85rem;
  font-weight: 300;
}

iframe {
  height: 24rem;
  width: 100%;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  list-style-position: inside;
  padding: 12px 0;
  margin-left: 0.7rem;
}

ul li::before {
  content: "\25AA";
  color: #666666;
  display: inline-block;
  width: 0.65em;
  margin-left: -0.65em;
  font-size: 18px;
}

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

#dancing-banana {
  height: 100vh;
  width: 100vw;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

#dancing-banana img {
  height: 100px;
}
