/**********************************************
_VulvetUnderground.scss
 */

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap");

:root {
  --nav-color: #ffe9db;
  --nav-hcolor: #fff;
  --header-h1: #fff;
  --header-color: #ffe9db;
  --share-bg: rgba(78, 175, 165, 0.75);
  --share-color: #ffe9db;
  --share-hcolor: #ff6c7b;
  --share-hbg: #ffe9db
}

:root {
  --body-color: #82428d;
  --body-link: var(--body-color);
  --body-hlink: #ff5364;
  --catbtn-color: #4eafa5;
  --gmd-signature: #ff6c7b;
  --tipord-color: rgba(255, 108, 123, 0.5);
  --tipord-hcolor: #ff6c7b
}

:root {
  --slider-dot-color: var(--more-color, currentColor);
  --more-bg: #e0ebea;
  --more-color: #42938c;
  --more-link: #1f726b;
  --more-hlink: #1a5e58;
  --more-date: #1f726b;
  --tabs-btn: rgba(66, 147, 140, 0.5);
  --tabs-hbtn: #42938c;
  --tabs-border-color: rgba(66, 147, 140, 0.3)
}

:root {
  --footer-bg: #233433;
  --footer-color: #b3bfbe
}

.dossier-container, .dossier-body {
  background: #f1f0f0
}

@media (max-width: 991.98px) {
  .dossier-container > .container {
    max-width: none
  }
}

.intro, .outro {
  max-width: 720px;
  color: #82428d;
  font-family: "GT Walsheim Pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1em;
  font-weight: 500;
  margin: 2rem auto 6rem
}

.entry {
  line-height: 2;
  margin-bottom: 5rem
}

.entry .cover, .entry .pic {
  text-align: center;
  margin-bottom: 3rem
}

@media (max-width: 991.98px) {
  .entry .cover, .entry .pic {
    margin-left: -20px;
    margin-right: -20px
  }
}

.entry .body {
  max-width: 720px;
  margin: 0 auto
}

.entry h2, .entry h3, .entry h4, .entry h5 {
  font-family: "Oranienbaum", var(--bs-font-sans-serif)
}

.entry h2 {
  font-size: 42px
}

.entry h3 {
  font-size: 28px
}

.entry h5 {
  font-size: 20px;
  margin-bottom: 2rem
}

.entry h5::before {
  content: 'par '
}

.entry .expandable {
  margin: 3.5rem 0 0
}

.entry .expandable iframe {
  display: block;
  margin: 0 auto
}

@media (min-width: 992px) {
  .entry h2, .entry h3, .entry h4, .entry h5 {
    text-align: left
  }

  .entry h2 {
    font-size: 54px
  }

  .entry h3 {
    font-size: 32px
  }
}

.dossier-body {
  --xpand-bg: #ff6c7b;
  --xpand-color: #fff;
  --xpand-hbg: #4eafa5;
  --xpand-hcolor: #fff;
  --xpand-abg: #fff;
  --xpand-acolor: #ff6c7b;
  --xpand-content-bg: #fff
}

.expandable {
  margin: 1rem 0
}

.expandable .xpand-btn {
  color: var(--xpand-color, #757575);
  background: var(--xpand-bg, #ececec);
  border: var(--xpand-border-width, 0px) solid var(--xpand-border, var(--xpand-color, transparent));
  position: relative;
  padding: 10px 15px;
  padding-right: 30px;
  border-radius: 4px;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  font-family: var(--xpand-font-family, "GT Walsheim Pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all .15s;
  transition: all .15s
}

.expandable .xpand-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: var(--xpand-arrow-width, 4px);
  border-bottom-width: 0;
  border-color: transparent;
  border-top-color: currentColor
}

.expandable .xpand-el {
  background: var(--xpand-content-bg, var(--xpand-bg, #ececec));
  text-align: center;
  margin: 0
}

.expandable.xpand-on .xpand-btn {
  color: var(--xpand-acolor, var(--xpand-color, #757575));
  background: var(--xpand-abg, var(--xpand-bg, #ececec));
  border-color: var(--xpand-aborder, rgba(0, 0, 0, 0));
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.expandable.xpand-on .xpand-btn::after {
  border-width: var(--xpand-arrow-width, 4px);
  border-top-width: 0;
  border-color: transparent;
  border-bottom-color: currentColor
}

.expandable .xpand-btn:hover {
  background: var(--xpand-hbg, #ececec);
  color: var(--xpand-hcolor, #3a3a3a);
  border-color: var(--xpand-hborder, var(--xpand-border, transparent))
}

.dossier-container, .dossier-body {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #e0ebea), color-stop(50%, #d6e5e4));
  background-image: linear-gradient(90deg, #e0ebea 50%, #d6e5e4 50%);
  background-size: 120px 120px;
  background-position: top
}

header.dossier-header .pic {
  background-image: var(--newscat-img)
}

header.dossier-header .veil {
  background: rgba(86, 137, 86, 0.2) url(../../../img/noise-400-100-8.png) top;
  background: linear-gradient(120deg, #b17271 10%, #387e76 90%);
  opacity: .4;
  -webkit-box-shadow: none;
  box-shadow: none
}

header.dossier-header h1 {
  letter-spacing: .05em;
  text-transform: uppercase;
  text-shadow: 3px 2px #a68785, 5px 4px #00ffea7a;
  font-family: "Barlow Condensed", var(--bs-font-sans-serif);
  font-weight: 600
}

header.dossier-header h1 > span {
  display: inline-block;
  font-size: 1.1em
}

@media (min-width: 1200px) {
  header.dossier-header h1 > span {
    font-size: 1.25em
  }
}

header.dossier-header h1 .episode {
  display: block;
  -webkit-transform: translateY(0.3em);
  transform: translateY(0.3em);
  letter-spacing: .4em;
  margin-left: .4em;
  text-shadow: none;
  font-size: 1.5rem;
  font-weight: 700
}

.entry h2 {
  line-height: 1;
  color: #ff6c7b;
  font-weight: 400;
  margin: .5em 0
}

.entry h3 {
  font-size: 1rem
}

.entry .place, .entry .author {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #4eafa5;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Barlow Condensed", var(--bs-font-sans-serif)
}

.entry .place::before, .entry .author::before {
  display: inline-block;
  text-align: center;
  width: 1.25em;
  margin-right: .5rem;
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  font-weight: 600
}

.entry .place::before {
  content: '\f3c5'
}

.entry .author {
  margin-bottom: 1.5rem
}

.entry .author::before {
  content: '\f5ad'
}

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