/*Custom CSS*/
.mb-0 { margin-bottom:0; }
.mt-0 { margin-top:0; }
.my-0 { margin-top:0; margin-bottom:0; }
.mx-0 { margin-left:0; margin-right:0; }
:root { --header-h: 0px; --maxw: 1420px; --gray-color: #898989; --light-red: #804b4b; }
.text-gray {
  color: var(--gray-color);
}
.text-lightred {
  color: var(--light-red);
}
html { scroll-behavior: smooth; }
*, *::before, *::after {
    box-sizing: border-box;
}
/*body {font-family: 'Avenir-Book'; margin:0;font-size: 16px; color: #121212; background:#fff;font-weight: 200; line-height: 1.4; }*/
a, a:focus, a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    transition: all 0.2s ease-in-out;
}
.page-template-the-record .is-responsive.items-justified-left.wp-block-navigation.is-content-justification-left.is-layout-flex {
    display: none;
}
.site-header { background:#fff;}
.site-header .inner { width:100%; max-width:var(--maxw); margin:0 auto; padding:40px 20px; }
.brand { font-weight:700; letter-spacing:.2px; }
.hint  { font-size:12px; color:#666; }
.header-record {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.page { width:100%; }
.stack { max-width:var(--maxw); margin:0 auto; padding:0px 0px 96px; }

.record { scroll-margin-top: calc(var(--header-h) + 14px); margin:50px 0 50px; }
.record:first-of-type { margin-top:32px; }
.record:last-of-type { margin-bottom:120px; }

.record h2 { font-family: 'Avenir-Heavy';font-size: clamp(24px, 1.5rem + ((1vw - 3.2px) * 0.682), 30px);line-height: 1.2; margin:0; }
.record h2 a { text-decoration: none;font-family: 'Avenir-Heavy';}

.meta { color:#777; font-size:13px; margin-bottom:14px; }
.content { font-size: 20px; line-height:1.7;font-weight: 200; }
.content p {color:#121212; font-family: 'Avenir-Book'; font-size: 20px; margin-block-start: 30px;margin-block-end: 0;    line-height: 1.2; }

.media { width:100%; height:220px; background:#f5f5f5; border:1px solid #eee; border-radius:12px; margin:18px 0 16px; display:flex; align-items:center; justify-content:center; color:#666; font-size:14px; }
  /* Nav */
  .main-nav {
    display:flex;
    align-items:center;
    gap:28px;
    font-weight:600;
    letter-spacing:0.06em;
  }
  .main-nav a,
  .dropdown-toggle {
    text-decoration:none;
    color:#596172;
    font-size:18px;
    line-height:1;
  }

 

  /* Show on hover or keyboard focus */
  .dropdown:hover .dropdown-menu,
  .dropdown:focus-within .dropdown-menu { display:block; }
  .content .wp-block-quote p {
    font-size: 14px;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
/* Top definition card */
.def-card {
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 16px 18px 25px;
  display: inline-block;
  /*width: 100%*/
}
.def-card .word {
  margin-bottom: 5px;
  font-variant-numeric: lining-nums;
}
.def-card .entry {
  font-size: 13px;
  color: #333;
}
.entry b { font-weight: 600; }
.entry em { font-style: italic; }

.title-date .post-date {
    text-align: end;
}
.post-date .date{
  font-family: "Courier New", monospace;
  font-size: 20px;
  color: #999999;
  margin-top: 4px;
}
.post-date .tag a{
  font-family: "Courier New", monospace;
  font-size: 17px;
  color: #804b4b;
  margin-top: 3px;
  opacity: .7;
  text-decoration: none;
      display: inline-block;

}
.post-date .tag a:hover, .post-date .tag a:active, .post-date .tag a:focus {
    opacity: 1;
}
.post-date .tag{
  font-family: "Courier New", monospace;
  font-size: 14px;
  color: #804b4b;
  margin-top: 2px;
  text-decoration: none;
}
.filtertag h1 {
  font-size: 40px;
  font-weight: 400;
  font-family: "Courier New", monospace;
  /*-webkit-text-stroke: 1px;*/
}
.filtertag p {
  font-family: "Courier New", monospace;
}
.separator {
width: 44px;
height: 2px;
}
.post-asteriks {
  text-align: center;
  font-size: 24px;
  color: #999;
  margin: 30px 0;
}
#record-stack, .records-area .record {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px;
  box-sizing: border-box;
}
.post-date p {
    text-align: end;
}
.left-side {
  /*padding-right: 5%;*/
  width: 20%;
  min-width: 0;
overflow-wrap: break-word;
word-break: break-word;
}
.center-side {
  width: 55%;
}
.right-side {
    width: 25%;
}

.footer-area #mailpoet_form_5 {
    position: absolute;
    top: -30px;
    right: 20px;
    width: 25%;
    margin-top: 0;
    display: none;
}
.footer-area #mailpoet_form_5 .mailpoet_paragraph {
    line-height: 20px;
    margin-bottom: 10px;
}
/* Responsive */
@media(min-width: 767px) {
/*    #the-record-app {*/
/*    margin-top: -180px;*/
/*}*/
}

.landing-page-area .content p {
    margin-top: 0;
}
.landing-page-area #post-title {
  margin: 0;
  margin-bottom: 5px;
}
.landing-page-area .article h2 a {
  text-decoration: none;
}
.landing-page-area .article {
    margin-bottom: 35px;
}
.landing-page-area .article .content{
  font-size: 18px;
  color: #666666
}
.text-center {
  text-align: center;
}
.post-type {
  color: #804b4b;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.aboutimg {
  margin-bottom: 30px
}
.text-right {
  text-align: right;
}
.insta-icon {
  margin-top: 50px;
}
.tooltio-wrapper {

position: relative;
-webkit-transform: translateZ(0); /* webkit flicker fix */
-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}
.tooltio-wrapper.text-right img:hover {
    filter: brightness(0) saturate(100%);
}
.tooltio-wrapper .tooltip {
background: #000;
bottom: 100%;
color: #fff;
display: block;
white-space: nowrap;
right: -70px;
margin-bottom: 15px;
opacity: 0;
padding: 10px 20px;
text-align: center;
pointer-events: none;
position: absolute;
-webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
   -o-transform: translateY(10px);
    transform: translateY(10px);
-webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
   -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
   -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.tooltio-wrapper.japanese-stamp .tooltip{
  background-color: #fff;
  color: #000;
  left: -33px;
  right: auto;
}
.tooltio-wrapper.japanese-stamp img {
  cursor: pointer;
}
.text-white {
  color: #fff;
}
/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltio-wrapper .tooltip:before {
bottom: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}
.tooltio-wrapper.japanese-stamp .tooltip:after {
  border-top-color: #fff;
}
/* CSS Triangles - see Trevor's post */
.tooltio-wrapper .tooltip:after {
border-left: solid transparent 10px;
border-right: solid transparent 10px;
border-top: solid #000 10px;
bottom: -10px;
content: " ";
height: 0;
left: 50%;
margin-left: -13px;
position: absolute;
width: 0;
}

.tooltio-wrapper:hover .tooltip {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
    transform: translateY(0px);
}

.lte8 .tooltio-wrapper .tooltip {
display: none;
}

.lte8 .tooltio-wrapper:hover .tooltip {
display: block;
}
.fs-h1 {
  font-size: 40px
}
.documentaries-page-area {
    border-bottom: 30px solid #000;
    padding-bottom: 40px;
}
@media (min-width: 576px) {
  .container-fluid {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1200px;
  }
}
@media (min-width: 992px) { .def-card {max-width: 500px;}.content{max-width: 500px;} .record h2, .landing-page-area .article h2 {max-width: 500px;}
  .blockquote-right {
    margin-top: -150px
    } 
  .about-page-area {
     margin-top: -80px
  }
  .documentaries-page-area {
    margin-top: -80px;
    max-width: 500px
  }
  .about-content {
    max-width: 500px
  }
  }
  @media (min-width: 782px) {
    #record-stack .left-side{
        flex-shrink: 0;
    }
    #record-stack .right-side{
        flex-grow: 1;
    }
}
@media (max-width: 781px) {
  .header-record {
    display: block;
    text-align: center;
  }
  .logo {
    margin-bottom: 20px;
}
#record-stack>.left-side {
    text-align: center;
    margin-bottom: 35px;
}
  .left-side, .right-side, .center-side {
      width: 100%;
      
  }
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
#record-stack, .records-area .record {
    display: block;
}
  #record-stack {
  flex-wrap: wrap;
  padding: 0 0px;
  }

}
  @media (max-width: 480px) {
  .footer-links ul {
        display: block;
  }
  }
  