/*!
Theme Name: Liberation Ventures
*/
html {
  font-size: clamp(13px, 1.0224vw, 19.63px);
  line-height: 1.55;
  --color-background: #27130f;
  --color-primary: #fff6eb;
  --color-link: #dcae00;
  --font-primary: "apercu pro";
  --font-secondary: "SangBleu OG Sans";
  --layout-width: 59rem;
  --layout-padright: 122px;
  --layout-padleft: min(30vw, 26rem);
}

@media (max-width: 850px) {
  html {
    --layout-padleft: 40px;
    --layout-padright: 40px;
  }
}
@media (max-width: 600px) {
  html {
    --layout-padright: 20px;
    --layout-padleft: 20px;
  }
}
* {
  box-sizing: border-box;
}

body {
  background-color: var(--color-background);
  color: var(--color-primary);
  font-family: var(--font-primary);
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 300;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--color-link);
  text-decoration: none;
}

main,
footer {
  max-width: var(--layout-width);
  padding-left: var(--layout-padleft);
  padding-right: var(--layout-padright);
  box-sizing: content-box;
}

.block {
  --block-width: 100vw;
  --block-align: left;
  max-width: calc(1rem * var(--block-width) / 16);
}

.block.-align-left,
.block.-align-center {
  margin-right: auto;
}

.block.-align-right,
.block.-align-center {
  margin-left: auto;
}

.block-inside > *:first-child {
  margin-top: 0;
}

.block-inside > *:last-child {
  margin-bottom: 0;
}

.block:not(:first-child) {
  margin-top: 3.125rem;
}

body.-has-header-hero,
body.-has-header-image {
  --header-opacity: 0;
  --nav-opacity: 0;
}
body.-has-header-hero header nav,
body.-has-header-image header nav {
  opacity: var(--nav-opacity);
}
body.-has-header-hero.-nav-transparent header nav,
body.-has-header-image.-nav-transparent header nav {
  pointer-events: none;
}

body.-has-header-hero.-header-transparent .header-top {
  pointer-events: none;
}
body.-has-header-hero .header-top {
  opacity: var(--header-opacity);
}

body.-has-header-image.-header-transparent .header-donate {
  pointer-events: none;
}
body.-has-header-image .header-donate {
  opacity: var(--header-opacity);
}

header {
  --nav-font-size: max(12px, 0.818rem);
}

body .header-top {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
body .header-top .header-logo {
  max-width: calc(var(--nav-font-size) * 12);
}
body .header-top .header-donate a {
  display: block;
  color: var(--color-primary);
  border: 1.15px solid var(--color-primary);
  border-radius: 1.1rem;
  line-height: 2.31rem;
  text-transform: uppercase;
  font-size: 0.818rem;
  width: 6.3rem;
  height: 2.31rem;
  font-weight: 400;
  text-align: center;
  font-family: var(--font-secondary);
}
body .header-top .header-donate a:hover {
  color: var(--color-background);
  background-color: var(--color-primary);
}

header nav {
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-family: var(--font-secondary);
  font-size: var(--nav-font-size);
  z-index: 2;
}
header nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header nav ul li {
  padding: 0;
  margin: 0;
}
header nav ul li:not(:last-child) {
  padding-bottom: 8px;
}
header nav ul ul {
  display: none;
}
header nav li.current-menu-ancestor > a,
header nav li.current-menu-item > a,
header nav li.current-menu-parent > a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
header nav li.current-menu-ancestor > ul,
header nav li.current-menu-item > ul,
header nav li.current-menu-parent > ul {
  display: block;
  padding-left: 20px;
  padding-top: 8px;
}
header nav a {
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 500;
}
header nav a:hover {
  opacity: 0.8;
}
header nav li li a {
  font-weight: 300;
  text-decoration: none !important;
}

.header-brushstroke {
  margin-bottom: 100px;
  display: block;
  padding-left: var(--layout-padleft);
  padding-right: var(--layout-padright);
  position: relative;
  left: -5%;
}
.header-brushstroke img {
  margin-left: auto;
  margin-right: auto;
}

.header-image {
  position: relative;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  padding-top: 25%;
  margin-bottom: 100px;
}
.header-image .header-image-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 2.18rem;
  font-family: var(--font-secondary);
  font-weight: 400;
}
.header-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-hero {
  position: relative;
  padding-top: 59%;
  margin-bottom: 100px;
}
.header-hero .header-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-hero .header-hero-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header-hero .header-hero-foreground img {
  width: 66vw;
}
.header-hero .header-hero-foreground div {
  text-transform: uppercase;
  font-family: var(--font-secondary);
  font-size: 1.1rem;
  padding-top: 5vw;
}

.header-navtoggle {
  display: none;
}

@media (max-width: 850px) {
  .header-logo {
    display: none;
  }

  .header-top {
    position: static !important;
  }

  header nav {
    position: fixed;
    top: 0;
    left: calc(100% - 80px);
    height: 54px;
    width: 80px;
    z-index: 100;
  }

  .header-donate {
    position: fixed;
    top: 12px;
    left: 10px;
    z-index: 101;
    opacity: 0 !important;
    pointer-events: none;
    transition: opacity 0.1s;
    font-size: 20px !important;
  }

  .header-navtoggle {
    background-color: transparent;
    border: none;
    padding: 10px;
    position: relative;
    display: block;
  }
  .header-navtoggle img {
    width: 60px;
    height: 34px;
    display: block;
  }

  header nav .menu-main-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-background);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(5vh, 28px, 6vw);
    opacity: 0 !important;
    pointer-events: none;
    transition: opacity 0.1s;
  }
  header nav .menu-main-menu-container a {
    text-decoration: none !important;
  }

  header.-nav-open nav .menu-main-menu-container {
    opacity: 1 !important;
    pointer-events: auto;
  }
  header.-nav-open .header-donate {
    opacity: 1 !important;
    pointer-events: auto;
  }
}
.text.-size-small {
  --text-font-size: 1.27rem;
}

.text.-size-medium {
  --text-font-size: 1.45rem;
}

.text.-size-large {
  --text-font-size: 1.82rem;
  line-height: 1.35;
}

.text.-size-xlarge {
  --text-font-size: 2.18rem;
  line-height: 1.15;
}

.text.-h1-size-small h1 {
  --text-h1-font-size: 1.82rem;
}

.text.-h1-size-medium h1 {
  --text-h1-font-size: 2.18rem;
}

.text.-h1-size-large h1 {
  --text-h1-font-size: 3.27rem;
  --text-h1-line-height: 1.11;
}
.text.-h1-size-large h1:not(:last-child) {
  margin-bottom: 1.75rem;
}

.text.-h1-weight-regular h1 {
  font-weight: 400;
}

.text.-h1-weight-light h1 {
  font-weight: 300;
}

.text.-bold-weight-semi strong {
  font-weight: 400;
}

.text.-h1-transform-uppercase h1 {
  text-transform: uppercase;
}

.text.-font-apercu {
  font-family: var(--font-secondary);
}

.text.-fong-sangbleu {
  font-family: var(--font-primary);
}

.text h1 {
  font-size: var(--text-h1-font-size);
  font-family: var(--font-secondary);
  line-height: var(--text-h1-line-height);
}

.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-size: var(--text-font-size);
  font-weight: 300;
  font-family: var(--font-primary);
}

.text,
.text p,
.text li {
  font-size: var(--text-font-size);
}
.text p:not(:first-child),
.text ul:not(:first-child),
.text ol:not(:first-child) {
  margin-top: 20px;
}
.text p:not(:last-child),
.text ul:not(:last-child),
.text ol:not(:last-child) {
  margin-bottom: 20px;
}

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

.text.-text-align-left {
  text-align: left;
}

.text.-text-align-right {
  text-align: right;
}

.image {
  position: relative;
}

.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.image:hover .image-hover {
  opacity: 1;
}

.list {
  --list-image-size: 0;
  --list-counter-size: clamp(100px, 12.875vw, 200px);
}

.list ol {
  padding: 0;
  counter-reset: item-counter;
}

.list-item {
  display: flex;
  counter-increment: item-counter;
}
.list-item:not(:last-child) {
  padding-bottom: 30px;
}

.list-item-content {
  border-top: 1px solid var(--color-primary);
  position: relative;
  padding-left: var(--list-counter-size);
  padding-top: 30px;
}

.list-item-content::before {
  content: counter(item-counter, decimal-leading-zero);
  font-family: var(--font-secondary);
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  width: calc(var(--list-counter-size) - 20px);
  font-size: 3.09rem;
  line-height: 3.09rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.list-item-heading {
  font-size: 1.82rem;
  font-family: var(--font-secondary);
  font-weight: 400;
}

.list-item-description {
  font-size: 1.27rem;
}
.list-item-description ul {
  padding-left: 0;
  list-style-type: none;
}
.list-item-description ul li {
  position: relative;
  padding-left: 30px;
}
.list-item-description ul li::after {
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background-color: var(--color-primary);
  content: "";
}

.list.-with-images {
  --list-counter-size: min(9vw, 130px);
  --list-image-size: 33%;
}
.list.-with-images .list-item-content {
  margin-left: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.list.-with-images .list-item-content::before {
  top: 44px;
}
.list.-with-images .list-item-content::before {
  align-items: flex-start;
}
.list.-with-images .list-item-image {
  flex: 0 0 var(--list-image-size);
}
.list.-with-images .list-item:nth-child(even) {
  flex-direction: row-reverse;
}
.list.-with-images .list-item:nth-child(even) .list-item-content {
  padding-left: 0;
  padding-right: var(--list-counter-size);
  margin-left: 0;
  margin-right: 40px;
}
.list.-with-images .list-item:nth-child(even) .list-item-content::before {
  left: auto;
  right: 0;
}
.list.-with-images .list-item-description ul li:not(:last-child) {
  padding-bottom: 1em;
}

.list-item-anchor {
  position: relative;
  top: -10px;
}

@media (max-width: 1250px) {
  .list.-with-images .list-item:nth-child(odd) .list-item-content {
    margin-left: 30px;
  }

  .list.-with-images .list-item:nth-child(even) .list-item-content {
    margin-right: 30px;
  }

  .list.-with-images .list-item-description {
    font-size: 1.2rem;
  }

  .list.-with-images .list-item-description ul {
    margin-left: -30px;
  }
}
@media (max-width: 1100px) {
  .list.-with-images .list-item-description {
    font-size: 1.27rem;
  }

  .list.-with-images .list-item-description ul {
    margin-left: 0;
  }

  .list.-with-images .list-item {
    flex-direction: column;
    border-top: 1px solid var(--color-primary);
    padding-top: 30px;
  }
  .list.-with-images .list-item-content {
    border-top: none;
    padding-left: 0;
    margin-left: 0 !important;
  }
  .list.-with-images .list-item-content::before {
    left: auto;
    right: 0;
    top: auto;
    bottom: calc(100% - 10px);
    width: 120px;
    justify-content: center;
  }
  .list.-with-images .list-item-image {
    padding-right: 130px;
  }
  .list.-with-images .list-item:nth-child(even) {
    flex-direction: column;
  }
  .list.-with-images .list-item:nth-child(even) .list-item-content {
    padding-right: 0;
    margin-right: 0;
  }
}
.posts-heading {
  font-size: 2.18rem;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  border-bottom: 1px solid var(--color-primary);
  font-weight: 400;
}

.posts-introduction {
  font-size: 1.5rem;
}

.posts-more {
  /* font-weight: 700; */
  white-space: nowrap;
}

.posts-other {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.post {
  flex: 0 0 33.3333333333%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.post:nth-child(3n+1)::after {
  content: "";
  border-top: 1px dashed var(--color-primary);
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(300% - 20px);
  height: 0;
}

@media (max-width: 1100px) {
  .post {
    flex: 0 0 50%;
  }

  .post:nth-child(3n+1)::after {
    display: none;
  }

  .post:nth-child(2n+1)::after {
    display: block;
    content: "";
    border-top: 1px dashed var(--color-primary);
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(200% - 20px);
    height: 0;
  }
}
@media (max-width: 500px) {
  .post {
    flex: 0 0 100%;
  }

  .post::after {
    display: block !important;
    content: "";
    border-top: 1px dashed var(--color-primary);
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px) !important;
    height: 0;
  }
}
.post-date {
  line-height: 1;
  font-size: 0.91rem;
  margin-bottom: -5px;
}

.post-title {
  font-size: 1.27rem;
  line-height: 1.42;
  font-family: var(--font-secondary);
  flex-grow: 1;
  padding-bottom: 10px;
}

.posts-other .post {
  min-height: 250px;
}

.post-author,
.post-source {
  padding-right: 40px;
}

.post-readmore {
  position: absolute;
  right: 10px;
  bottom: 47px;
  width: 35px;
  height: 35px;
  transform: rotate(0);
  transition: transform 0.5s linear;
}
.post-readmore a,
.post-readmore img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.post-readmore:hover {
  transform: rotate(315deg);
}

.posts-featured {
  padding-bottom: 20px;
}
.posts-featured .post-date {
  font-size: 1rem;
}
.posts-featured .post-title {
  margin: 20px 0 -10px 0;
  font-size: 1.81rem;
  font-weight: 400;
}
.posts-featured .post-authorsource {
  margin-bottom: 20px;
}

.team-inside {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.team-member {
  --team-member-columns: 2;
  flex: 0 0 calc(100% / var(--team-member-columns));
  padding: 20px;
}
@media (max-width: 1150px) {
  .team-member {
    --team-member-columns: 2;
  }
}
@media (max-width: 600px) {
  .team-member {
    --team-member-columns: 1;
  }
}

.team-photo {
  transform: scale(1);
  transition: transform 1.2s ease-in-out;
  max-width: 300px;
}
.team-photo.-animate {
  transform: scale(0.95);
}

.team-name {
  text-transform: uppercase;
  font-family: var(--font-secondary);
  font-size: 1.45rem;
  font-weight: 400;
  margin: 20px 0 10px 0;
}

.team-title {
  font-weight: bold;
}

.team-bio {
  font-size: 1.27rem;
}

.supporters-category {
  border-top: 1px solid var(--color-primary);
  padding-top: 20px;
}
.supporters-category:not(:first-child) {
  margin-top: 40px;
}

.supporters-category-heading {
  font-size: 1.27rem;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}

.supporters-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.supporter {
  padding: 10px;
}

.supporter-photo img {
  width: 100%;
  height: auto;
}

.supporter-name {
  text-transform: uppercase;
  font-family: var(--font-secondary);
  font-size: 1.09rem;
  font-weight: 400;
  margin: 15px 0 8px 0;
  line-height: 1.17;
}

.supporter-position {
  font-weight: bold;
}

.supporter-position,
.supporter-organization {
  font-size: 0.82rem;
}

.supporters-category:first-child .supporter {
  flex: 0 0 25%;
}

.supporters-category:not(:first-child) .supporter {
  flex: 0 0 20%;
}

@media (max-width: 1200px) {
  .supporters-category:first-child .supporter {
    flex: 0 0 33.3333333333%;
  }

  .supporters-category:not(:first-child) .supporter {
    flex: 0 0 25%;
  }
}
@media (max-width: 900px) {
  .supporters-category:not(:first-child) .supporter {
    flex: 0 0 33.3333333333%;
  }
}
@media (max-width: 500px) {
  .supporters-category .supporter {
    flex: 0 0 50% !important;
  }
}
.funders-inside {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.funder {
  flex: 0 0 20%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.funder img {
  max-height: 80px;
  height: auto;
  width: auto;
}

@media (max-width: 1025px) {
  .funder {
    flex: 0 0 25%;
  }
}
@media (max-width: 600px) {
  .funders-inside {
    margin: -15px;
  }

  .funder {
    flex: 0 0 33.3333333333%;
    padding: 15px;
  }
}
.spacer {
  margin-top: calc(0.5rem * var(--spacing)) !important;
}

footer {
  padding-top: 150px;
}

.footer-newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-newsletter a {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  padding: 0 40px;
  font-size: 1.64rem;
  height: 55px;
  line-height: 55px;
  border-radius: 27.5px;
  font-family: var(--font-secondary);
}
@media (max-width: 425px) {
  .footer-newsletter a {
    font-size: 1.33rem;
    padding: 0 30px;
  }
}
.footer-newsletter a:hover {
  color: var(--color-background);
  background-color: var(--color-primary);
}

.footer-social {
  padding-top: 70px;
  padding-bottom: 30px;
}

.footer-social ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  margin: 0;
}
.footer-social ul li img {
  max-height: 40px;
}
.footer-social ul a {
  width: 110px;
  display: block;
}
.footer-social ul a img {
  margin-left: auto;
  margin-right: auto;
}
.footer-social ul a:hover {
  opacity: 0.8;
}

.footer-nav ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin: -15px;
}
.footer-nav ul li {
  padding: 15px;
}
.footer-nav a {
  color: var(--color-primary);
  text-transform: uppercase;
}

.footer-copyright {
  text-align: center;
  font-size: 0.82rem;
  padding-top: 70px;
}

body.page-id-379 .text p strong {
  color: var(--color-link);
  font-weight: 300;
}

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