:root {
  --podkit-font-color: #000;
  --podkit-font-highlight-color: hsl(8, 100%, 56%);
  --podkit-bg-color: hsl(8, 100%, 86%);
  --podkit-bg-mid-color: hsl(8, 100%, 79%);
  --podkit-bg-shadow-color: hsl(8, 100%, 76%);
}
.landing-columns.is-layout-flex {
  gap: 0 !important;
}
.is-style-blue {
  --podkit-font-highlight-color: hsl(209, 100%, 56%);
  --podkit-bg-color: hsl(209, 100%, 86%);
  --podkit-bg-mid-color: hsl(209, 100%, 79%);
  --podkit-bg-shadow-color: hsl(209, 100%, 76%);
}

.is-style-yellow {
  --podkit-font-highlight-color: hsl(49.7, 93.5%, 56%);
  --podkit-bg-color: hsl(49.7, 93.5%, 86%);
  --podkit-bg-mid-color: hsl(49.7, 93.5%, 79%);
  --podkit-bg-shadow-color: hsl(49.7, 93.5%, 76%);
}

.podkit-block {
  display: grid;
  grid-template-columns: 20% 1fr;
  padding: 1em;
  font-family: sans-serif;
  background-color: var(--podkit-bg-color);
  box-shadow: 5px 5px 0 var(--podkit-bg-mid-color),
    10px 10px 0 var(--podkit-bg-shadow-color);
}

.wp-block-kikitlanding-ki-empty-container .wp-block-columns {
  min-width: 100%;
}

.side-by-side-container {
  max-height: 500px;
  height: 500px;
  overflow: hidden;
}
.side-by-side-panel {
  min-height: 500px !important;
  position: relative;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s ease;
}
.side-by-side-contents {
  padding: 2rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.side-by-side-link,
.single-panel-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.left-side-by-side-title,
.left-side-by-side-copy {
  text-align: right;
}
.left-side-by-side-copy,
.right-side-by-side-copy {
  height: 172px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.025rem;
}
.left-side-by-side-title,
.right-side-by-side-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  max-height: 250px;
  line-height: 2.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 200;
}
.side-by-side-left,
.side-by-side-right,
.side-by-side-left p,
.side-by-side-right p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
.remove-margin .wp-block-columns,
.remove-margin .wp-block-column {
  margin: 0 !important;
}
.side-by-side-left-hide {
  margin-top: -490px;
}

.landing-columns .wp-block-column:not(:first-child) {
  margin-left: 0 !important;
}

.side-by-side-right-hide {
  margin-bottom: -490px;
}
.side-by-side-right.panel-image-left {
  background-image: none !important;
  z-index: 1;
  -webkit-box-shadow: -2px 0px 5px -1px rgb(0 0 0 / 59%);
  box-shadow: -2px 0px 5px -1px rgb(0 0 0 / 59%);
}
.side-by-side-left.panel-image-right {
  background-image: none !important;
  z-index: 1;
  -webkit-box-shadow: 2px 0px 5px -1px rgb(0 0 0 / 59%);
  box-shadow: 2px 0px 5px -1px rgb(0 0 0 / 59%);
}
.side-by-side-contents-left.panel-image-left {
  display: none !important;
}
.side-by-side-contents-right.panel-image-right {
  display: none !important;
}
.side-by-side-left.panel-image-right > .ki-block-play-video {
  display: none !important;
}
.side-by-side-right.panel-image-left > .ki-block-play-video {
  display: none !important;
}

.single-color-overlay {
  position: absolute;
  opacity: 0.85;
  width: 100%;
  height: 100%;
}

.ki-landing-large-panel {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  z-index: 2;
  opacity: 1;
}

/**
.wp-block-columns .wp-block-column {
  border: solid 1px #808080;
}
.wp-block-columns .wp-block-column:first-of-type,
.wp-block-columns .wp-block-column:last-of-type {
  border-top: solid 1px #808080;
  border-right: none;
  border-left: none;
  border-bottom: solid 1px #808080;
}
**/

.ki-landing-large-panel-title {
  display: -webkit-box;
  max-height: 110px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ki-landing-large-panel-contents {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 280px;
  widows: 100%;
  z-index: 3;
  padding: 0 2rem 0 2rem;
  height: 220px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  z-index: 10;
}
.ki-landing-large-panel-contents,
.ki-landing-large-panel-contents p,
.ki-landing-large-panel-contents h1 {
  color: #ffffff;
}
.ki-landing-large-panel-contents h1,
.panel-title {
  font-size: 1.6rem;
}
.panel-title {
  margin-top: 1.6rem;
}

.ki-block-landing-top-container {
  z-index: 3;
}

.kikit-landing-image-container {
  /*background-position: center; background-size: cover; min-height:500px; position:relative;*/
  position: relative;
  /*display: grid;*/
  place-items: center; /*height: 70vh;*/
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
}
.kikit-landing-image-container h2 {
  font-size: 3.5rem;
  line-height: 3.2rem;
}
.ki-landing-video-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ki-show-video-shadow {
  background-color: rgba(0, 0, 0, 0.5);
}
.ki-landing-large-panel-copy {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  display: -webkit-box;
  height: 60px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ki-landing-video-content {
  padding-top: 2rem;
  padding-bottom: 3rem;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  /*display: -webkit-box;*/
  position: relative;
}
.ki-landing-video-content p {
  color: inherit;
  margin: 1rem 0;
}
video#ki-landing-backgroundVid {
  /*position: absolute; width: 100%; height: auto; z-index: -1; background-size: cover;*/
  /*position: absolute; width: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); height: auto; z-index:-1;*/
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.panel-margin .wp-block-column {
  margin: 1rem;
}
.panel-video-container {
  position: relative;
  width: 95%;
  padding-bottom: 53.5%;
  height: 0;
  border: solid 1px #666666;
  margin-left: 2.5%;
  margin-right: 2.5%;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.89);
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.89);
}
.panel-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel-quote::before {
  content: url(../src/ki-panel-quote.svg);
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 0.5rem;
}

.no-shadow-overlay {
  background: transparent !important;
}

.image-on-right,
.image-on-left {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.image-on-right-container:hover .image-on-right,
.image-on-left-container:hover .image-on-left {
  -webkit-filter: blur(4px) !important;
  filter: blur(4px) !important;
}
.image-on-right,
.image-on-left {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.image-button-inset {
  position: absolute;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 220px;
}
.image-button-inset {
  display: none;
}
.button.panel-play-video {
  background-color: transparent !important;
  margin-top: -1.5rem;
}
.panel-play-video::after {
  font-family: "kiv2";
  content: "D";
  font-size: 6rem;
  color: #9483cb;
  line-height: 6rem;
  vertical-align: top;
}

/** ACCORDIAN **/
.wp-block-kikitlanding-ki-accordian-container {
  border: solid 4px #c55734;
}
.wp-block-kikitlanding-ki-accordian-container:not(:last-of-type) {
  margin-bottom: 1px;
}
.accordian-title {
  text-align: center;
  background-color: #c55734;
  padding: 1rem 0;
  color: #ffffff;
  vertical-align: bottom;
}
.accordian-title a,
.accordian-title a:visited,
.accordian-title a:focus,
.accordian-title a:active {
  color: #ffffff;
  font-size: 1.6rem;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.accordian-title a:hover {
  color: #ffffff;
}
.accordian-title a::after {
  content: "A";
  font-family: "Glyphter";
  margin-left: 1rem;
  color: inherit;
  vertical-align: top;
}
.pinned::after {
  content: "z" !important;
  text-transform: lowercase;
}
.accordian-description {
  margin-top: 0.5rem;
}

/** GUTTENBERG OVERRIDES **/
.wp-block-columns {
  margin-bottom: 0;
}

/** TWITTER WIDGET OVERRIDES **/
.r-1q9bdsx {
  border-radius: 0px !important;
}
/** TWITTER WIDGET OVERRIDES **/

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

@media (max-width: 781px) {
  .side-by-side-container {
    max-height: 1000px;
    height: 1000px;
    overflow: hidden;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .page-template-landing-page .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .page-template-landing-page .wp-block-column:not(:only-child) {
    flex-basis: calc(50%) !important;
  }
}

.wp-block-kikitlanding-ki-empty-container p {
  margin-bottom: 1rem;
}
