@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .ipad-portrait {
    color: red;
  } /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .ipad-landscape {
    color: blue;
  } /* your css rules for ipad landscape */
}
.max-width {
  width: 100%;
  max-width: 1460px;
}

.max-width-centrat {
  margin: 0 auto;
  width: 100%;
  max-width: 1460px;
}

/* COLORS DEVELOP */
.white {
  background-color: white !important;
}

.gold {
  background-color: gold !important;
}

.red {
  background-color: red !important;
}

.lime {
  background-color: lime !important;
}

.aqua {
  background-color: aqua !important;
}

.orange {
  background-color: orange !important;
}

.button {
  text-align: center;
  padding: 0;
  font-family: "HNTR", sans-serif;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  pointer: cursor;
}

.button:hover.is-checked,
.button:active.is-checked,
.button.is-checked {
  color: red;
  text-decoration: underline;
}

.button-group:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 62.5%;
  line-height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "HNTR", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
body.body-fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden !important;
}
body hr {
  border: none;
  width: 100%;
  max-width: 1460px;
  margin: 1rem auto;
  height: 1px;
  background-color: #F0F0F0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* :focus {
  outline: 0;
}

a {
  text-decoration: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

.alignfull {
  width: 100%;
  max-width: 100%;
  font-size: 0;
}

.wp-block-columns .wp-block {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-columns .wp-block.block-center {
  margin: 0 auto;
}

.wp-block-video {
  margin: 0;
  font-size: 0;
}

.alignwide {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}

.content-area {
  margin: 0 auto;
  width: 100%;
}

.wp-post-image,
.img-responsive {
  width: 100%;
  height: auto;
}

.wp-post-image img,
.img-responsive img {
  width: 100%;
  height: auto;
}

.wp-post-image img.no-responsive,
.no-responsive img {
  width: auto;
  height: auto;
}

.wp-post-image img.no-responsive,
.no-responsive img {
  width: auto;
  height: auto;
}

.img-circular {
  border-radius: 50%;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hide {
  display: none;
}

.alignwide {
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 1460px !important;
}

.aligncenter {
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 80rem !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.to-top {
  float: right;
  margin: 2rem 1rem 0 0;
  cursor: pointer;
}

.redondeado {
  border-radius: 1rem;
}

/* IMG FOR MOBILE */
@media only screen and (min-width: 425px) {
  .for-mobile {
    display: none;
  }
}

.for-tablet {
  display: none;
}
@media only screen and (min-width: 768px) {
  .for-tablet {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .for-tablet {
    display: none;
  }
}

.for-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .for-desktop {
    display: block;
  }
}

.lerete {
  text-align: center;
  padding: 0.2rem;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  font-family: Arial, sans-serif;
  display: block;
  background: gold;
}
@media only screen and (min-width: 320px) {
  .lerete {
    background: orange;
  }
}
@media only screen and (min-width: 375px) {
  .lerete {
    background: pink;
  }
}
@media only screen and (min-width: 425px) {
  .lerete {
    background: red;
  }
}
@media only screen and (min-width: 768px) {
  .lerete {
    background: purple;
  }
}
@media only screen and (min-width: 1024px) {
  .lerete {
    background: blue;
  }
}
@media only screen and (min-width: 1240px) {
  .lerete {
    background: darkgreen;
  }
}

/* FLEX */
.flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .flex {
    flex-direction: row;
  }
}

/* SECTION HEADER */
.section-header .section-title {
  font-family: "HNTB", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  text-align: center;
  color: #3300FF !important;
  letter-spacing: 0.025rem;
}

.tag-list {
  display: block;
  margin: 4rem 0;
}
.tag-list li {
  font-weight: 200;
  margin-right: 2rem;
  display: inline-block;
}
.tag-list li a {
  color: #5C5C5C;
}
.tag-list li a:hover {
  color: #000000;
  text-decoration: underline;
}

/* PAGINATION */
/* VIDEO */
.embed-container {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Block image */
.wp-block-image img {
  width: 100%;
  height: auto;
}

/* IFRAME MAPS */
.map-responsive {
  overflow: hidden;
  padding-bottom: 140%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .map-responsive {
    padding-bottom: 56.25%;
  }
}

/* BLOCKS */
.wp-block-columns,
.wp-block-columns.has-background {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* EMBED BLÑOCK RESPONSIVE */
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.for-mobile {
  display: block !important;
}
@media only screen and (min-width: 1024px) {
  .for-mobile {
    display: none !important;
  }
}

.for-desktop {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .for-desktop {
    display: block !important;
  }
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button,
.cli-tab-footer .wt-cli-privacy-accept-btn {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  background-color: #3300FF !important;
  color: #ffffff;
}

.cli_settings_button {
  color: #000000 !important;
  font-size: 18px;
}

.cli-style-v2 .cli-bar-message {
  width: 70%;
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
}

.page-template-page-legal .wp-block-spacer {
  height: 4rem !important;
}
.page-template-page-legal h2 {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 1rem;
  padding: 0 0 0 0;
}
.page-template-page-legal a {
  color: #000000;
  cursor: hand;
}
.page-template-page-legal ul {
  margin: 1rem 0 0;
}
.page-template-page-legal ul li {
  list-style-type: disc;
  padding-left: 0;
  margin: 0 0 1rem 2rem;
}
.page-template-page-legal table.cookielawinfo-classic {
  font-family: "HNTR", sans-serif;
  border-collapse: collapse;
  color: #000000;
}
.page-template-page-legal table.cookielawinfo-classic thead tr th {
  text-transform: uppercase;
  background: #ffffff;
  font-family: "HNTR", sans-serif;
  font-weight: 600;
}
.page-template-page-legal .cookielawinfo-row td {
  padding: 2rem;
  line-height: 1.2;
  color: gray;
}
.page-template-page-legal .cookielawinfo-row td.cookielawinfo-column-2 {
  width: 4rem;
}

/* EDIT PAGE */
.edit-post-link {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 8rem;
  height: 8rem;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50%;
  border: 0.2rem solid #ffffff;
  background-color: #3300FF !important;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 8rem;
  transition: 0.5s;
}
.edit-post-link:hover {
  color: #3300FF !important;
  background-color: #ffffff;
  border: 0.2rem solid #3300FF !important;
}

/* BLOCK COLORS */
.has-primary-background-color {
  background-color: #3300FF !important;
}

.has-secondary-background-color {
  background-color: #000000;
}

.has-tertiary-background-color {
  background-color: #FFFFFF;
}

.has-quaternary-background-color {
  background-color: #DDDDDD;
}

.has-black-background-color {
  background-color: #000000;
}

.has-soft-black-background-color {
  background-color: #F0F0F0;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-primary-color {
  color: #3300FF !important;
}
.has-primary-color:hover {
  color: #3300FF !important;
}

.has-secondary-color {
  color: #000000;
}
.has-secondary-color:hover {
  color: #000000;
}

.has-tertiary-color {
  color: #FFFFFF;
}
.has-tertiary-color:hover {
  color: #FFFFFF;
}

.has-quaternary-color {
  color: #DDDDDD;
}
.has-quaternary-color:hover {
  color: #DDDDDD;
}

.has-black-color {
  color: #000000;
}
.has-black-color:hover {
  color: #000000;
}

.has-soft-black-color {
  color: #F0F0F0;
}
.has-soft-black-color:hover {
  color: #F0F0F0;
}

.has-white-color {
  color: #ffffff;
}
.has-white-color:hover {
  color: #ffffff;
}

.has-background .has-primary-background-color {
  background-color: #3300FF !important;
}
.has-background .has-secondary-background-color {
  background-color: #000000;
}
.has-background .has-tertiary-background-color {
  background-color: #FFFFFF;
}
.has-background .has-quaternary-background-color {
  background-color: #DDDDDD;
}
.has-background .has-black-background-color {
  background-color: #000000;
}
.has-background .has-soft-black-background-color {
  background-color: #F0F0F0;
}
.has-background .has-white-background-color {
  background-color: #ffffff;
}

.wp-block-button__link.has-primary-color,
.has-text-color.has-primary-color {
  color: #3300FF !important;
}
.wp-block-button__link.has-primary-color:hover,
.has-text-color.has-primary-color:hover {
  color: #3300FF !important !important;
}
.wp-block-button__link.has-secondary-color,
.has-text-color.has-secondary-color {
  color: #000000;
}
.wp-block-button__link.has-secondary-color:hover,
.has-text-color.has-secondary-color:hover {
  color: #000000 !important;
}
.wp-block-button__link.has-tertiary-color,
.has-text-color.has-tertiary-color {
  color: #FFFFFF;
}
.wp-block-button__link.has-tertiary-color:hover,
.has-text-color.has-tertiary-color:hover {
  color: #FFFFFF !important;
}
.wp-block-button__link.has-quaternary-color,
.has-text-color.has-quaternary-color {
  color: #DDDDDD;
}
.wp-block-button__link.has-quaternary-color:hover,
.has-text-color.has-quaternary-color:hover {
  color: #DDDDDD !important;
}
.wp-block-button__link.has-black-color,
.has-text-color.has-black-color {
  color: #000000;
}
.wp-block-button__link.has-black-color:hover,
.has-text-color.has-black-color:hover {
  color: #000000 !important;
}
.wp-block-button__link.has-soft-black-color,
.has-text-color.has-soft-black-color {
  color: #F0F0F0;
}
.wp-block-button__link.has-soft-black-color:hover,
.has-text-color.has-soft-black-color:hover {
  color: #F0F0F0 !important;
}
.wp-block-button__link.has-white-color,
.has-text-color.has-white-color {
  color: #ffffff;
}
.wp-block-button__link.has-white-color:hover,
.has-text-color.has-white-color:hover {
  color: #ffffff !important;
}

@font-face {
  font-family: "HNTR";
  src: url("https://f1b2fe.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/fonts/HelveticaNowText-Regular.woff2") format("woff2"), url("https://29a283.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/fonts/HelveticaNowText-Regular.woff") format("woff"), url("https://b98ff1.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/fonts/HelveticaNowText-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "HNTB";
  src: url("https://2fb043.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/fonts/HelveticaNowText-Bold.woff2") format("woff2"), url("https://4e538b.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/fonts/HelveticaNowText-Bold.woff") format("woff"), url("https://6a6fa5.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/fonts/HelveticaNowText-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
/* EDITORIAL */
.entry-antetitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.15;
  text-transform: uppercase;
  display: block;
  font-family: "HNTB", sans-serif;
}

h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-family: "HNTR", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
  padding: 0;
}
h1 a {
  text-decoration: none;
}
h1 a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 46px;
    font-size: 4.6rem;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 64px;
    font-size: 6.4rem;
  }
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.15;
  font-family: "HNTB", sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 2rem;
}
h2 a {
  color: #000000;
  text-decoration: none;
}
h2 a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  h2.page-title {
    padding: 2rem 0 0;
    text-align: center;
    font-size: 50px;
    font-size: 5rem;
  }
}

h3 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin: 3rem auto 2rem 0.5rem;
  color: #000000;
}
h3 strong {
  display: block;
  font-weight: 600;
  font-size: 19px;
  font-size: 1.9rem;
}
h3 a {
  color: #000000;
  text-decoration: none;
}
h3 a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 50px;
    font-size: 5rem;
  }
}

h4 {
  font-size: 30px;
  font-size: 3rem;
  font-family: "HNTB", sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 2rem;
  line-height: 1.1;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "HNTB", sans-serif;
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 2rem auto;
}
h5.category {
  -webkit-box-shadow: 0 0.5rem 0 0 #3300FF !important;
  -moz-box-shadow: 0 0.5rem 0 0 #3300FF !important;
  box-shadow: 0 0.5rem 0 0 #3300FF !important;
  display: table;
}
h5.category:hover {
  -webkit-box-shadow: 0 0 0 0 #3300FF !important;
  -moz-box-shadow: 0 0 0 0 #3300FF !important;
  box-shadow: 0 0 0 0 #3300FF !important;
}
h5 a {
  color: #000000;
  text-decoration: none;
}
h5 a:hover {
  text-decoration: none;
}

ul {
  margin: 0 2rem 0 2.5rem;
}
ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.45;
  display: block;
  padding-left: 0;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  ul {
    margin: 0;
  }
  ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  ul li {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.45;
  display: block;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
p strong {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  p {
    font-size: 20px;
    font-size: 2rem;
  }
}

time {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.42;
  margin: 2rem auto;
  padding: 0;
  display: block;
  text-align: center;
  color: #ffffff;
}

.wp-block-quote {
  border-left: 0 solid #000;
  margin: 2rem auto;
  padding: 4rem 2rem;
  line-height: 1.25;
  text-align: left;
}
.wp-block-quote p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  display: block;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .wp-block-quote {
    margin: 4 rem auto;
    padding: 5rem 3rem;
  }
  .wp-block-quote p {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1240px) {
  .wp-block-quote {
    margin: 4 rem auto;
    padding: 5rem 3rem;
  }
  .wp-block-quote p {
    font-size: 40px;
    font-size: 4rem;
  }
}
.wp-block-quote.is-style-large {
  background-color: #000000;
}
.wp-block-quote.is-style-large p {
  font-style: normal;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .wp-block-quote.is-style-large {
    margin: 4 rem auto;
    padding: 5rem 3rem;
  }
  .wp-block-quote.is-style-large p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1240px) {
  .wp-block-quote.is-style-large {
    margin: 4 rem auto;
    padding: 5rem 3rem;
  }
  .wp-block-quote.is-style-large p {
    font-size: 30px;
    font-size: 3rem;
  }
}

.entry-list {
  padding: 0;
  margin: 3rem 1rem 0 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.entry-list li {
  list-style: none;
  padding: 0;
  margin: 1rem 1rem 1rem 2rem;
  padding-left: 1rem;
  line-height: 1.5;
  color: #5C5C5C;
}
.entry-list li:before {
  margin: 0 1rem 0 -2rem;
  content: " ";
  background: url("https://b3d0ce.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/blue-bullet.svg") center no-repeat;
  background-size: 100% 100%;
  width: 0.75rem;
  height: 0.75rem;
  text-align: left;
  display: inline-block;
}
.entry-list li strong {
  font-family: "HNTB", sans-serif;
}
.entry-list.ordered {
  margin: 5rem 0;
  counter-reset: item;
}
.entry-list.ordered li {
  margin-left: -1rem;
  counter-increment: item;
  display: table;
}
.entry-list.ordered li:before {
  padding-right: 1.5rem;
  vertical-align: top;
  content: counter(item);
  font-size: 25px;
  font-size: 2.5rem;
  color: #000000;
  text-align: left;
  display: table-cell;
}
@media only screen and (min-width: 425px) {
  .entry-list.ordered li {
    margin-left: -3.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .entry-list {
    margin: 9rem 0 0 0;
  }
}

/* ORDERED LIST */
ol {
  margin: 0 auto;
  display: block;
  list-style-type: none;
  counter-reset: li;
  padding: 0 0 0 2rem;
}
ol li {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2rem;
}
ol li:before {
  font-weight: bold;
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  position: absolute;
  left: 0;
}
ol.no-border {
  border-left: none;
}

.wp-block-buttons {
  margin: 2rem 0;
}
.wp-block-buttons .wp-block-button {
  font-family: "HNTR", sans-serif;
  text-transform: uppercase;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.6rem 1.2rem 0.65rem;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: inherit;
  text-decoration: underline;
}

.button {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  background: #3300FF !important;
  color: #ffffff;
  border-radius: 2rem;
  padding: 0.2rem 2rem 0.25rem;
  text-transform: uppercase;
}
.button:hover {
  color: #3300FF !important;
  background-color: #ffffff;
}

/* ICONS */
.ico {
  display: block;
  width: 3rem;
  height: 3rem;
}
.ico:hover {
  cursor: pointer;
}
.ico.ico-linkdin-coral {
  background: url("https://9e5ca1.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-linkdin.svg") center no-repeat;
  background-size: 100% 100%;
}
.ico.ico-linkdin {
  background: url("https://9e5ca1.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-linkdin.svg") center no-repeat;
  background-size: 100% 100%;
}
.ico.ico-medium {
  background: url("https://ab6e08.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-medium.svg") center no-repeat;
  background-size: 100% 100%;
}
.ico.ico-twitter {
  background: url("https://12fc39.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-twitter.svg") center no-repeat;
  background-size: 100% 100%;
}
.ico.ico-instagram {
  background: url("https://495371.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-instagram.svg") center no-repeat;
  background-size: 100% 100%;
}

.burguer {
  position: relative;
  display: block;
  height: 5rem;
  width: 5rem;
  background-color: #3300FF !important;
}
.burguer:hover {
  cursor: pointer;
}
.burguer span {
  position: absolute;
  width: 3rem;
  height: 0.2rem;
  border-radius: 0;
  left: 1.7rem;
  top: 2.6rem;
  background: #ffffff;
  transition: 0.25s;
  display: block;
}
.burguer span:first-child {
  left: 1.7rem;
  top: 2rem;
}
.burguer span:last-child {
  left: 1.7rem;
  top: 3.2rem;
}
.burguer.active span {
  border-radius: 0;
  opacity: 0;
  top: 50%;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  top: 50%;
  margin-top: -3px;
  left: 1.7rem;
  display: block;
  background: #ffffff;
}
.burguer.active span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}
.burguer.active span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 375px) {
  .burguer {
    width: 2.5rem;
    height: 2.5rem;
  }
  .burguer.active span {
    margin-top: -5px;
    width: 2.5rem;
  }
  .burguer.active span:first-child {
    margin-top: -4px;
  }
}

body.black .header .burguer span,
body.black .header.headroom--pinned.headroom--top .burguer span {
  background-color: #000000;
}
body.black .header.active .burguer span,
body.black .header.headroom--pinned .burguer span {
  background-color: #ffffff;
}

#lupa {
  position: relative;
  width: 1.25rem;
  height: 0.65rem;
}
#lupa span {
  display: block;
  border: 0.2rem solid #000000;
}
#lupa span:first-child {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
#lupa span:last-child {
  width: 1rem;
  height: 0.2rem;
  border: 0.02rem solid #000000;
  position: absolute;
  bottom: -5px;
  right: -5px;
  border-radius: 0;
  transform: rotate(-140deg);
}
#lupa.active span {
  border-color: #000000;
}
@media only screen and (min-width: 375px) {
  #lupa span:first-child {
    width: 1.5rem;
    height: 1.5rem;
  }
  #lupa span:last-child {
    width: 1.25rem;
    height: 0.1rem;
    bottom: -10px;
    right: -11px;
  }
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EDEDED url("https://526f1d.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/bg-70.png") center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #3300FF  solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
/* XARXES SOCIALS */
.xarxes {
  /* SOCIAL ICONS */
}
.xarxes ul.xarxes-socials {
  border-top: 0.05rem solid #000000;
  border-bottom: 0.05rem solid #000000;
  text-align: center;
  padding: 1.8rem 0 1rem;
}
.xarxes ul.xarxes-socials li {
  display: inline-block;
  margin: 0 1.5rem;
}
.xarxes ul.xarxes-socials li.ico {
  width: 3.5rem;
  height: 3.5rem;
}
.xarxes ul.xarxes-socials li.ico a {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
}
.xarxes ul.xarxes-socials li.ico a span {
  display: none;
}
.xarxes ul.xarxes-socials li.youtube a {
  margin-bottom: 0.15rem;
  height: 1.5rem;
  background: url("https://d2a03a.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-youtube.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes ul.xarxes-socials li.instagran a {
  background: url("https://495371.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-instagram.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes ul.xarxes-socials li.linkedin a {
  background: url("https://74a031.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-linkedin.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes ul.xarxes-socials li.pinterest a {
  background: url("https://223bdc.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-pinterest.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes ul.xarxes-socials li.facebook a {
  background: url("https://4ad219.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-facebook.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes ul.xarxes-socials li.ticktok a {
  background: url("https://02facf.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-tiktok.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes .facebook-ico {
  background: url("https://886c42.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-facebook-q.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes .twitter-ico {
  background: url("https://e0da30.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-twitter-q.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes .twitter-ico:hover {
  background: url("https://964e32.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-twitter-q-hover.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes .instagram-ico {
  background: url("https://1b8997.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-instagram-q.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes .instagram-ico:hover {
  background: url("https://db14af.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-instagram-q-hover.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#search-form {
  text-align: left;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  vertical-align: middle;
}
#search-form button#searchsubmit {
  border: none;
  background-color: transparent;
  padding: 0.4rem 0 0 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
#search-form input#search {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.2rem 1rem 0;
  border: 0px solid #000000;
}
#search-form input#search::placeholder {
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 0.2rem 0 0 1rem;
}

.rmagic,
.rmagic-form {
  margin: 0 auto;
  max-width: 70rem;
}
.rmagic .rminput input,
.rmagic-form .rminput input {
  border-radius: 0 !important;
  border: 0.1rem solid #000000 !important;
}
.rmagic label,
.rmagic-form label {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  padding-bottom: 0.5rem;
  display: block;
}
.rmagic label b,
.rmagic-form label b {
  font-weight: normal;
}
.rmagic .g-recaptcha,
.rmagic-form .g-recaptcha {
  margin: 3rem auto 1rem;
}
.rmagic .rm-user-field-label,
.rmagic .rm-user-field-value,
.rmagic-form .rm-user-field-label,
.rmagic-form .rm-user-field-value {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  padding-bottom: 0.5rem;
  display: block;
  font-weight: normal;
}
.rmagic .rm-btn-primary,
.rmagic-form .rm-btn-primary {
  text-transform: uppercase;
  background-color: #3300FF !important !important;
  color: #ffffff;
  border-radius: 0 !important;
}
.rmagic .rmtab-my-details,
.rmagic-form .rmtab-my-details {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  padding-bottom: 0.5rem;
  background-color: white;
}
.rmagic .buttonarea,
.rmagic-form .buttonarea {
  text-align: center;
}

.rmNarrow .rm-menu-tab {
  width: 33.3333% !important;
  border: 1px solid #000000 !important;
  border-left: none !important;
  text-align: center !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  padding-bottom: 0.5rem;
}
.rmNarrow .rm-menu-tab:first-child {
  border-left: 1px solid #000000 !important;
}
.rmNarrow .rm-menu-tab.rmActiveTab {
  width: 33.3333% !important;
}
.rmNarrow .rm-menu-tab .material-icons {
  display: none !important;
}

a.social-sharing-button {
  margin-right: 1.25em;
  background: #000000 !important;
}

.site-header {
  width: 100%;
}
.site-header.headroom {
  will-change: transform;
  transition: transform 200ms linear;
  position: fixed !important;
  z-index: 2;
  top: 0;
}
.site-header.headroom--top {
  background-color: #ffffff !important;
}
.site-header.headroom--unpinned {
  transform: translateY(-100%);
}
.site-header.headroom--pinned {
  transform: translateY(0%);
  background-color: #ffffff;
  z-index: 2;
  top: 0;
}
.site-header .header-content {
  margin: 3rem auto 0;
  width: 100%;
  border-bottom: 2px solid #000000;
  background: #ffffff;
}
.site-header .header-content .site-branding {
  height: 6rem;
  width: 100%;
  position: relative;
  padding: 0.5rem 1rem;
  margin: 0;
}
.site-header .header-content .site-branding .logo {
  width: 14.5rem;
  height: 5rem;
  z-index: 2;
  position: relative;
  margin: 0;
}
.site-header .header-content .site-branding .logo a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site-header .header-content .site-branding .logo span {
  display: none;
}
.site-header #burguer {
  position: absolute;
  z-index: 2;
  top: 3rem;
  right: 0;
  padding: 3rem;
}
@media only screen and (min-width: 768px) {
  .site-header .header-content .site-branding {
    width: 20rem;
    height: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .site-header .header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .site-header .header-content .site-branding {
    width: 20rem;
    padding: 1rem;
  }
  .site-header .header-content .site-branding .logo {
    width: 27rem;
    height: 4.2rem;
    margin: 0.35rem;
    background-size: 64% 100% !important;
  }
  .site-header #burguer {
    display: none;
  }
}
@media only screen and (min-width: 1240px) {
  .site-header .header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .site-header .header-content .site-branding {
    width: 20rem;
    padding: 1rem;
  }
  .site-header .header-content .site-branding .logo {
    width: 27rem;
    height: 4.2rem;
    margin: 0.35rem;
    background-size: 64% 100% !important;
  }
}

.header {
  position: relative;
}
.header .menu-menu-nav-container {
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
}
.header .menu-menu-nav-container .menu {
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
.header .menu-menu-nav-container .menu a {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
  font-family: "HNTB", sans-serif;
  color: #ffffff;
  transition: 0.35s;
  padding: 1rem;
}
.header .menu-menu-nav-container .menu a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .header .menu-menu-nav-container {
    position: relative;
    display: block;
    z-index: 1;
    height: 7rem;
  }
  .header .menu-menu-nav-container .menu {
    display: flex;
    flex-direction: row;
  }
  .header .menu-menu-nav-container .menu li {
    padding: 1.9rem 0.5rem;
    margin: 0;
  }
  .header .menu-menu-nav-container .menu li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 200%;
    color: #000000;
    text-transform: uppercase;
  }
  .header .menu-menu-nav-container .menu li a:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.6;
  }
  .header .menu-menu-nav-container .menu li:last-child {
    background-color: #3300FF !important;
  }
  .header .menu-menu-nav-container .menu li:last-child a {
    color: #ffffff;
  }
  .header .menu-menu-nav-container .menu li:last-child.current-menu-item a {
    color: #ffffff;
  }
  .header .menu-menu-nav-container .menu li.wpml-ls-item {
    margin-left: 40%;
  }
  .header .menu-menu-nav-container .menu li.wpml-ls-item .sub-menu {
    display: inline-block;
  }
  .header .menu-menu-nav-container .menu li.wpml-ls-item .sub-menu li {
    margin-top: 0;
    display: inline-block;
  }
  .header .menu-menu-nav-container .menu li.current-menu-item a {
    color: #3300FF !important;
  }
}
.header.active .menu-menu-nav-container {
  display: flex;
  background-color: #3300FF !important;
}

@media only screen and (min-width: 1024px) {
  body.black .header .menu a {
    color: #000000;
  }
  body.black .header.headroom--pinned .menu a {
    color: #ffffff;
  }
  body.black .header.headroom--top .menu a {
    color: #000000;
  }
}

.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.grid .entry {
  align-self: flex-end;
}
@media only screen and (min-width: 375px) {
  .grid {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .grid .entry {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid .entry {
    width: 25%;
  }
}
.blog .post-list,
.category .post-list {
  margin: 2rem 0 4rem 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog .post-list li,
.category .post-list li {
  width: 100%;
  margin: 0.5rem;
  border: 1px solid #000000;
}
.blog .post-list li .entry,
.category .post-list li .entry {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
}
.blog .post-list li .entry .post-thumbnail,
.category .post-list li .entry .post-thumbnail {
  border-bottom: 1px solid #000000;
  line-height: 0;
}
.blog .post-list li .entry .post-thumbnail:before,
.category .post-list li .entry .post-thumbnail:before {
  content: " ";
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  top: 2.3rem;
  left: 1.5rem;
  background-size: 100% 100%;
}
.blog .post-list li .entry .entry-link:after,
.category .post-list li .entry .entry-link:after {
  content: " ";
  position: absolute;
  z-index: 999;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.25s;
}
.blog .post-list li .entry .entry-link:hover:after,
.category .post-list li .entry .entry-link:hover:after {
  background-color: #000000;
  opacity: 0.1;
}
.blog .post-list li .entry .entry-categories,
.category .post-list li .entry .entry-categories {
  display: block;
  padding: 2rem 1rem 0.5rem 1rem;
  color: #3300FF !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
.blog .post-list li .entry .entry-title,
.category .post-list li .entry .entry-title {
  text-align: left;
  margin: 0 0 1rem 0;
  padding: 0 2.5rem 0 1rem;
  font-family: "HNTB", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 115%;
}
.blog .post-list li .entry .entry-title a,
.category .post-list li .entry .entry-title a {
  color: #000000;
}
.blog .post-list li .entry .entry-metadata,
.category .post-list li .entry .entry-metadata {
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 115%;
  display: block;
}
.blog .post-list li .entry .entry-summary,
.category .post-list li .entry .entry-summary {
  padding: 0 1rem 2rem;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 125%;
}
.blog .post-list li .entry .more,
.category .post-list li .entry .more {
  padding: 2rem 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
  padding-right: 2rem;
  background: url("https://8fcd56.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/arrow-more.svg") center right no-repeat;
}
@media only screen and (min-width: 768px) {
  .blog .post-list li,
  .category .post-list li {
    width: calc(50% - 1rem);
    border: 1px solid #000000;
  }
}
@media only screen and (min-width: 1024px) {
  .blog .post-list li,
  .category .post-list li {
    width: calc(33.333% - 1rem);
  }
}
@media only screen and (min-width: 1240px) {
  .blog .post-list li,
  .category .post-list li {
    width: calc(25% - 1rem);
  }
}

.blog .entry-aside {
  background-color: #3300FF !important;
}
.blog .related-events {
  color: #ffffff;
  text-align: center;
  padding: 2rem 1rem;
}
.blog .related-events ul.event-list {
  margin: 3rem auto;
  max-width: 130rem;
}
.blog .related-events ul.event-list li {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 0.8rem;
  text-align: left;
  margin-bottom: 2rem;
}
.blog .related-events ul.event-list li .entry .entry-header {
  align-self: flex-start;
}
.blog .related-events ul.event-list li .entry .entry-header img {
  margin: 0.1rem 0 0 1rem;
}
.blog .related-events ul.event-list li .entry .entry-image {
  padding-bottom: 50%;
  background-size: 100% !important;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.blog .related-events ul.event-list li .entry .entry-content {
  color: #000000;
  padding: 1.5rem 1rem;
}
.blog .related-events ul.event-list li .entry .entry-content .entry-title {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "HNTB", sans-serif;
}
.blog .related-events ul.event-list li .entry .entry-content .entry-excerpt {
  padding-left: 0;
  margin-left: 0;
}
.blog .related-events ul.event-list li .entry .entry-footer a {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.5rem;
}
.blog .related-events ul.event-list li .entry .entry-footer a div {
  border-radius: 0.3rem;
  text-align: center;
  margin: 1rem;
  padding: 1rem 0.5rem;
  width: calc(50% - 2rem);
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .blog .related-events ul.event-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .blog .related-events ul.event-list li {
    width: calc(50% - 2rem);
    margin: 0 1rem;
  }
}
@media only screen and (min-width: 1240px) {
  .blog .related-events ul.event-list {
    flex-direction: column;
  }
  .blog .related-events ul.event-list li {
    width: 100%;
    margin: 1rem 0;
  }
}

/* GALLERY */
.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
  margin: 0;
}

.single .entry-content {
  padding-top: 9rem;
}
.single .entry-content .entry-image {
  display: block;
  height: 50vh;
  position: relative;
  border-bottom: 1px solid #000000;
}
.single .entry-content .entry-image:before {
  content: " ";
  width: 5rem;
  height: 5rem;
  display: block;
  position: absolute;
  bottom: 2.3rem;
  left: 1.5rem;
}
.single .entry-content .entry-header {
  padding: 2rem;
  border-bottom: 1px solid #000000;
}
.single .entry-content .entry-header .entry-antetitle {
  color: #3300FF !important;
  margin-bottom: 2rem;
}
.single .entry-content .entry-header .entry-title {
  font-family: "HNTB", sans-serif;
  text-transform: uppercase;
}
.single .entry-content .entry-header .entry-data {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
.single .entry-content .post-content .entry-paragraph {
  padding: 4rem 2rem 6rem 0;
}
.single .entry-content .entry-aside {
  border-top: 1px solid black;
}
.single .entry-content .entry-aside .aside-title {
  padding: 2rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 90%;
}
.single .entry-content .entry-aside ul.post-list {
  padding: 0;
  margin: 0;
  border-top: 1px solid #000000;
  width: 100%;
}
.single .entry-content .entry-aside ul.post-list li {
  border-bottom: 1px solid #000000;
  margin: 0;
}
.single .entry-content .entry-aside ul.post-list li .entry {
  display: flex;
  flex-direction: row;
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
}
.single .entry-content .entry-aside ul.post-list li .entry:before {
  content: " ";
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  top: 2.3rem;
  left: 1.5rem;
  background-size: 100% 100%;
}
.single .entry-content .entry-aside ul.post-list li .entry .entry-link:after {
  content: " ";
  position: absolute;
  z-index: 999;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single .entry-content .entry-aside ul.post-list li .entry .entry-content {
  background-color: #ffffff;
  transition: 0.3s;
  padding: 1rem;
  border-left: 1px solid #000000;
  margin-left: 7rem;
}
.single .entry-content .entry-aside ul.post-list li .entry .entry-content .entry-categories {
  display: block;
  padding: 2rem 1rem 1rem 1rem;
  color: #3300FF !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
.single .entry-content .entry-aside ul.post-list li .entry .entry-content .entry-title {
  text-align: left;
  margin: 0 0 1rem 0;
  padding: 0 2.5rem 0 1rem;
  font-family: "HNTB", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 105%;
}
.single .entry-content .entry-aside ul.post-list li .entry .entry-content .entry-title a {
  color: #000000;
}
.single .entry-content .entry-aside ul.post-list li .entry .entry-content .entry-metadata {
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 115%;
  display: block;
}
.single .entry-content .entry-aside ul.post-list li .entry .entry-content .entry-excerpt {
  padding: 0 1rem 2rem;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 115%;
}
.single .entry-content .entry-aside ul.post-list li .entry .entry-content .more {
  padding: 2rem 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
  padding-right: 2rem;
  background: url("https://8fcd56.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/arrow-more.svg") center right no-repeat;
}
.single .entry-content .entry-aside ul.post-list li .entry:hover .entry-content {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  margin-left: 0;
  padding-left: 8rem;
  border-left: 0px solid #000000;
}
.single .entry-content .entry-aside ul.post-list li .entry:hover .entry-content .entry-title,
.single .entry-content .entry-aside ul.post-list li .entry:hover .entry-content .entry-categories,
.single .entry-content .entry-aside ul.post-list li .entry:hover .entry-content .more {
  color: #ffffff;
}
.single .entry-content .entry-aside ul.post-list li .entry:hover .entry-content .more {
  background: url("https://bf8eb7.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/arrow-more-white.svg") center right no-repeat;
}
.single .entry-content .entry-aside .related-events {
  background-color: #3300FF !important;
  padding: 2rem 0;
}
.single .entry-content .entry-aside .related-events .ante-title,
.single .entry-content .entry-aside .related-events .aside-title {
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding: 0;
  color: #ffffff;
}
.single .entry-content .entry-aside .related-events .ante-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.single .entry-content .entry-aside .related-events .aside-title {
  padding: 0 4rem;
  line-height: 110%;
  margin-bottom: 3rem;
}
.single .entry-content .entry-aside .related-events .entry {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}
.single .entry-content .entry-aside .related-events .entry .entry-header {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
}
.single .entry-content .entry-aside .related-events .entry .entry-header .entry-categories, .single .entry-content .entry-aside .related-events .entry .entry-header .city {
  display: inline-block;
  padding: 1.5rem;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "HNTB", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
.single .entry-content .entry-aside .related-events .entry .entry-header .entry-categories:last-child, .single .entry-content .entry-aside .related-events .entry .entry-header .city:last-child {
  float: right;
}
.single .entry-content .entry-aside .related-events .entry .entry-header .dots {
  padding: 0.5rem 1rem 0;
  display: inline-block;
}
.single .entry-content .entry-aside .related-events .entry.presential .entry-header {
  border-top: 0px solid #000000;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
  padding-top: 1.5rem;
  border-radius: 0 0 0 0;
  background: transparent url("https://54f0b9.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/peine.svg") top center no-repeat;
  background-size: 101%;
}
.single .entry-content .entry-aside .related-events .entry .entry-image {
  border: 1px solid #000000;
  width: 100%;
  padding-bottom: 65%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  display: block;
  height: 0;
}
.single .entry-content .entry-aside .related-events .entry .entry-content {
  background-color: #ffffff;
  width: 100%;
  transition: 0.3s;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  height: calc(100% - 5.5rem);
}
.single .entry-content .entry-aside .related-events .entry .entry-content .entry-title {
  text-align: left;
  margin: 0 0 1rem 0;
  font-family: "HNTB", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 110%;
}
.single .entry-content .entry-aside .related-events .entry .entry-content .entry-title a {
  color: #000000;
}
.single .entry-content .entry-aside .related-events .entry .entry-content .entry-metadata {
  padding: 1rem 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 115%;
  display: block;
}
.single .entry-content .entry-aside .related-events .entry .entry-content .entry-excerpt {
  padding: 0 0 1rem;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 125%;
}
.single .entry-content .entry-aside .related-events .entry .entry-content .entry-day {
  padding: 2rem 0 1rem;
  font-family: "HNTB", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 115%;
}
.single .entry-content .entry-aside .related-events .entry .entry-footer {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.single .entry-content .entry-aside .related-events .entry .entry-footer .entry-link {
  border-top: 1px solid #000000;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: row;
}
.single .entry-content .entry-aside .related-events .entry .entry-footer .entry-link div {
  width: 50%;
  padding: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.single .entry-content .entry-aside .related-events .entry .entry-footer .entry-link .more {
  text-transform: none;
  width: 50%;
  color: #000000;
  background: #ffffff url("https://8fcd56.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/arrow-more.svg") 80% center no-repeat;
}
@media only screen and (min-width: 768px) {
  .single .entry-content .entry-image {
    display: block;
    height: 40vh;
    position: relative;
  }
  .single .entry-content .entry-image:before {
    width: 6rem;
    height: 6rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
  .single .post-content .entry-paragraph {
    margin: 0 auto;
    padding: 4rem 4rem 4rem 3rem !important;
  }
  .single .entry-aside {
    display: flex;
    flex-direction: row;
  }
  .single .entry-aside .related-news {
    width: 50%;
  }
  .single .entry-aside .related-news ul.post-list {
    display: flex;
    flex-direction: column;
  }
  .single .entry-aside .related-news ul.post-list li {
    width: 100%;
  }
  .single .entry-aside .related-events {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .single .entry-content .entry-image {
    display: block;
    height: 30vh;
    position: relative;
  }
  .single .post-content .entry-paragraph {
    padding: 6rem 20% 6rem 2.5rem !important;
  }
  .single .entry-aside {
    flex-direction: column;
  }
  .single .entry-aside .aside-title {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: center;
  }
  .single .entry-aside .related-news {
    width: 100%;
  }
  .single .entry-aside .related-news ul.post-list {
    border-left: 1px solid #000000;
    display: flex;
    flex-direction: row;
  }
  .single .entry-aside .related-news ul.post-list li {
    border-right: 1px solid #000000;
    width: 25%;
  }
  .single .entry-aside .related-events {
    width: 100%;
    padding-top: 2rem;
  }
  .single .entry-aside .related-events .event-list {
    margin: 0 auto;
    max-width: calc(1460px - 50rem);
    display: flex;
    flex-direction: row;
  }
  .single .entry-aside .related-events .event-list li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1240px) {
  .single .entry-content .entry-header {
    padding-left: 2rem;
    border-bottom: none;
  }
  .single .entry-content .entry-header .entry-title {
    font-family: "HNTB", sans-serif;
    text-transform: uppercase;
    max-width: 100rem;
  }
  .single .entry-content .entry-image:before {
    width: 6rem;
    height: 6rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
  .single .post-content .entry-paragraph {
    padding: 6rem 2rem;
  }
  .single .post-content .entry-paragraph p {
    max-width: 90rem !important;
    padding-right: 2rem;
  }
}

.blog h1.page-title {
  margin-bottom: 0;
}
.blog .entry-content .entry-image {
  display: block;
  height: 50vh;
  position: relative;
  border-bottom: 1px solid #000000;
}
.blog .entry-content .entry-image:before {
  content: " ";
  width: 5rem;
  height: 5rem;
  display: block;
  position: absolute;
  bottom: 2.3rem;
  left: 1.5rem;
}
.blog .entry-content .entry-image.food:before {
  background-size: 100% 100%;
}
.blog .entry-content .entry-image.research:before {
  background-size: 100% 100%;
}
.blog .entry-content .entry-image.knowledge:before {
  background-size: 100% 100%;
}
.blog .entry-content .entry-image.opportunities:before {
  background-size: 100% 100%;
}
.blog .entry-content .entry-header {
  padding: 3rem 2rem 4rem;
  border-bottom: 1px solid #000000;
}
.blog .entry-content .entry-header .entry-antetitle {
  color: #3300FF !important;
  margin-bottom: 2rem;
}
.blog .entry-content .entry-header .entry-title {
  font-family: "HNTB", sans-serif;
  text-transform: uppercase;
}
.blog .entry-content .entry-header .entry-data {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
.blog .entry-content .post-content .entry-paragraph {
  padding: 4rem 1rem 6rem 0;
}
.blog .entry-content .post-content .entry-aside {
  border-left: 1px solid black;
}
.blog .entry-content .post-content .entry-aside .aside-title {
  padding: 2rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  line-height: 90%;
}
.blog .entry-content .post-content .entry-aside ul.post-list {
  padding: 0;
  margin: 0;
}
.blog .entry-content .post-content .entry-aside .related-events {
  background-color: #3300FF !important;
  padding: 2rem;
}
.blog .entry-content .post-content .entry-aside .related-events .ante-title,
.blog .entry-content .post-content .entry-aside .related-events .aside-title {
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding: 0;
  color: #ffffff;
}
.blog .entry-content .post-content .entry-aside .related-events .ante-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.blog .entry-content .post-content .entry-aside .related-events .aside-title {
  padding: 0 4rem;
  line-height: 110%;
  margin-bottom: 3rem;
}
.blog .entry-content .post-content .entry-aside .related-events .entry {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-header {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-header .entry-categories, .blog .entry-content .post-content .entry-aside .related-events .entry .entry-header .city {
  display: inline-block;
  padding: 1.5rem;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "HNTB", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-header .entry-categories:last-child, .blog .entry-content .post-content .entry-aside .related-events .entry .entry-header .city:last-child {
  float: right;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-header .dots {
  padding: 0.5rem 1rem 0;
  display: inline-block;
}
.blog .entry-content .post-content .entry-aside .related-events .entry.presential .entry-header {
  border-top: 0px solid #000000;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
  padding-top: 1.5rem;
  border-radius: 0 0 0 0;
  background: transparent url("https://54f0b9.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/peine.svg") top center no-repeat;
  background-size: 101%;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-image {
  border: 1px solid #000000;
  width: 100%;
  padding-bottom: 65%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  display: block;
  height: 0;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-content {
  background-color: #ffffff;
  width: 100%;
  transition: 0.3s;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  height: calc(100% - 5.5rem);
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-content .entry-title {
  text-align: left;
  margin: 0 0 2rem 0;
  font-family: "HNTB", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 110%;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-content .entry-title a {
  color: #000000;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-content .entry-metadata {
  padding: 1rem 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 115%;
  display: block;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-content .entry-excerpt {
  padding: 0 0 1rem;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 125%;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-content .entry-day {
  padding: 2rem 0 1rem;
  font-family: "HNTB", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 115%;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-footer {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-footer .entry-link {
  border-top: 1px solid #000000;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: row;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-footer .entry-link div {
  width: 50%;
  padding: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.blog .entry-content .post-content .entry-aside .related-events .entry .entry-footer .entry-link .more {
  text-transform: none;
  width: 50%;
  color: #000000;
  background: #ffffff url("https://8fcd56.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/arrow-more.svg") 80% center no-repeat;
}
@media only screen and (min-width: 768px) {
  .blog .entry-content .entry-content .entry-image {
    display: block;
    height: 50vh;
    position: relative;
  }
  .blog .entry-content .entry-content .entry-image:before {
    width: 6rem;
    height: 6rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
  .blog .entry-content .post-content {
    display: flex;
    flex-direction: row;
  }
  .blog .entry-content .post-content .entry-paragraph {
    padding: 4rem 4rem 4rem 3rem !important;
    width: calc(100% - 32rem);
  }
  .blog .entry-content .post-content .entry-aside {
    width: 32rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .blog .entry-content .entry-content .entry-image {
    display: block;
    height: 50vh;
    position: relative;
  }
  .blog .entry-content .post-content .entry-paragraph {
    padding: 6rem !important;
  }
  .blog .entry-content .entry-aside .aside-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1240px) {
  .blog .entry-content .entry-content .entry-header {
    padding-left: 5rem;
  }
  .blog .entry-content .entry-content .entry-header .entry-title {
    font-family: "HNTB", sans-serif;
    text-transform: uppercase;
    max-width: 100rem;
  }
  .blog .entry-content .entry-content .entry-image {
    display: block;
    height: 50vh;
    position: relative;
  }
  .blog .entry-content .entry-content .entry-image:before {
    width: 6rem;
    height: 6rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
  .blog .entry-content .post-content .entry-paragraph {
    padding: 4rem;
    width: calc(100% - 46rem);
  }
  .blog .entry-content .post-content .entry-paragraph p {
    max-width: 70rem !important;
    padding-right: 2rem !important;
  }
  .blog .entry-content .post-content .entry-aside {
    width: 46rem;
  }
}
@media only screen and (min-width: 768px) {
  .blog .entry-content p {
    max-width: 70rem !important;
    padding-right: 2rem !important;
  }
}

.single-tribe_events .entry-content .entry-image {
  display: block;
  height: 45vh;
  position: relative;
}
.single-tribe_events .entry-content .entry-header {
  position: relative;
  z-index: 2;
  background-color: #3300FF !important;
  padding: 0 2rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-tribe_events .entry-content .entry-header .title {
  margin: -4rem 0 0 0;
  padding: 1rem 1.5rem;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: #ffffff;
}
.single-tribe_events .entry-content .entry-header .title .entry-title {
  margin-top: 2rem;
}
.single-tribe_events .entry-content .entry-header .event-date-detail {
  margin: 0 0 -3rem 0;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-radius: 0 0 0.8rem 0.8rem;
  background-color: #ffffff;
  padding: 1rem 1.5rem 0 1.5rem;
}
.single-tribe_events .entry-content .entry-header .event-date-detail .dots {
  display: none;
}
.single-tribe_events .entry-content .entry-header .tribe-events-start-date-label,
.single-tribe_events .entry-content .entry-header .tribe-events-end-date-label {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}
.single-tribe_events .entry-content .entry-header .tribe-events-event-meta.primary,
.single-tribe_events .entry-content .entry-header .tribe-events-event-meta.secondar {
  margin: 0;
  padding: 0;
}
.single-tribe_events .entry-content .entry-header .entry-antetitle {
  float: right;
  margin: 0.5rem 0.5rem 0 0;
}
.single-tribe_events .entry-content .entry-header .tribe-events-meta-group {
  margin: 0;
  padding: 0;
}
.single-tribe_events .entry-content .entry-header .tribe-events-meta-group .tribe-events-abbr {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  line-height: 100%;
  font-family: "HNTB", sans-serif;
  text-decoration: none;
}
.single-tribe_events .entry-content .entry-header .entry-data {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
.single-tribe_events .entry-content .entry-header .tribe-events-cal-links {
  margin: 2rem -1rem 2rem -1rem;
  display: flex;
}
.single-tribe_events .entry-content .entry-header .tribe-events-cal-links .tribe-events-button {
  background-color: #000000;
  padding: 1.5rem 0;
  margin: 0 1rem;
  width: 50%;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  transition: 0.35s;
}
.single-tribe_events .entry-content .entry-header .tribe-events-cal-links .tribe-events-button:hover {
  background-color: #3300FF !important;
  color: #ffffff;
}
.single-tribe_events .entry-content .post-content .entry-paragraph {
  border-bottom: 1px solid #000000;
  padding: 4rem 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
.single-tribe_events .entry-content .entry-aside {
  border-left: 0px solid #000000;
}
.single-tribe_events .entry-content .entry-aside .aside-title {
  padding: 2rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  line-height: 90%;
}
.single-tribe_events .entry-content .entry-aside ul.post-list {
  padding: 0;
  margin: 0;
}
.single-tribe_events .entry-content .entry-aside .related-events {
  background-color: #3300FF !important;
  padding: 2rem;
}
.single-tribe_events .entry-content .entry-aside .related-events .ante-title,
.single-tribe_events .entry-content .entry-aside .related-events .aside-title {
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding: 0;
  color: #ffffff;
}
.single-tribe_events .entry-content .entry-aside .related-events .ante-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.single-tribe_events .entry-content .entry-aside .related-events .aside-title {
  padding: 0 4rem;
  line-height: 110%;
  margin-bottom: 3rem;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-header {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-header .entry-categories, .single-tribe_events .entry-content .entry-aside .related-events .entry .entry-header .city {
  display: inline-block;
  padding: 1.5rem;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "HNTB", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-header .entry-categories:last-child, .single-tribe_events .entry-content .entry-aside .related-events .entry .entry-header .city:last-child {
  float: right;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-header .dots {
  padding: 0.5rem 1rem 0;
  display: inline-block;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-image {
  border: 1px solid #000000;
  width: 100%;
  padding-bottom: 65%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  display: block;
  height: 0;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-content {
  background-color: #ffffff;
  width: 100%;
  transition: 0.3s;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  height: calc(100% - 5.5rem);
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-content .entry-title {
  text-align: left;
  margin: 0 0 2rem 0;
  font-family: "HNTB", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 110%;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-content .entry-title a {
  color: #000000;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-content .entry-metadata {
  padding: 1rem 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 115%;
  display: block;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-content .entry-excerpt {
  padding: 0 0 1rem;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 125%;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-content .entry-day {
  padding: 2rem 0 1rem;
  font-family: "HNTB", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 115%;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-footer {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-footer .entry-link {
  border-top: 1px solid #000000;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: row;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-footer .entry-link div {
  width: 50%;
  padding: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.single-tribe_events .entry-content .entry-aside .related-events .entry .entry-footer .entry-link .more {
  text-transform: none;
  width: 50%;
  color: #000000;
  background: #ffffff url("https://8fcd56.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/arrow-more.svg") 80% center no-repeat;
}
@media only screen and (min-width: 768px) {
  .single-tribe_events .entry-content .entry-image {
    display: block;
    height: 40vh;
    position: relative;
  }
  .single-tribe_events .entry-content .entry-image:before {
    width: 6rem;
    height: 6rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
  .single-tribe_events .tribe-events-schedule {
    margin: 0;
  }
  .single-tribe_events .post-content {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #000000;
  }
  .single-tribe_events .post-content .entry-paragraph {
    padding: 4rem 4rem 4rem 3rem !important;
    width: 64%;
    border-bottom: none;
  }
  .single-tribe_events .post-content .entry-aside {
    border-left: 1px solid #000000 !important;
    width: 36%;
  }
}
@media only screen and (min-width: 1024px) {
  .single-tribe_events .entry-content .entry-header {
    padding: 3rem 2rem 4rem;
    flex-direction: row;
    justify-content: center;
  }
  .single-tribe_events .entry-content .entry-header .title {
    margin: 0 2rem 0 0;
    padding: 1rem 1.5rem;
    border: 1px solid #000000;
    border-radius: 0.8rem;
    width: 65%;
  }
  .single-tribe_events .entry-content .entry-header .event-date-detail {
    border: 1px solid #000000;
    border-radius: 0.8rem;
    background-color: #ffffff;
    padding: 1rem 1.5rem 1rem 1.5rem;
    margin: 0;
    width: 35%;
  }
  .single-tribe_events .entry-content .entry-header .event-date-detail .dots {
    display: block;
  }
  .single-tribe_events .entry-content .entry-header .entry-image {
    display: block;
    height: 50vh;
    position: relative;
  }
  .single-tribe_events .entry-content .entry-header .post-content .entry-paragraph {
    padding: 6rem !important;
  }
  .single-tribe_events .entry-content .entry-header .post-content .entry-aside .aside-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1240px) {
  .single-tribe_events .entry-content .entry-header {
    padding-left: 5rem;
  }
  .single-tribe_events .entry-content .entry-header .entry-title {
    font-family: "HNTB", sans-serif;
    text-transform: uppercase;
    max-width: 100rem;
  }
  .single-tribe_events .entry-content .entry-image {
    display: block;
    height: 50vh;
    position: relative;
  }
  .single-tribe_events .entry-content .entry-image:before {
    width: 6rem;
    height: 6rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }
  .single-tribe_events .post-content .entry-paragraph {
    padding: 4rem;
    width: calc(100% - 46rem);
  }
  .single-tribe_events .post-content .entry-paragraph p {
    max-width: 70rem !important;
    padding-right: 2rem;
  }
  .single-tribe_events .post-content .entry-aside {
    width: 46rem;
  }
}

.site-footer {
  margin-top: 0;
  background-color: #000000;
  position: relative;
}
.site-footer .content-area {
  margin: 0 auto;
  padding: 2rem;
  text-align: left;
}
.site-footer .content-area .widget-area {
  display: flex;
  flex-direction: column;
}
.site-footer .content-area .widget-area ul.menu {
  margin: 2rem 0;
}
.site-footer .content-area .widget-area ul.menu li a {
  color: #ffffff;
  text-transform: uppercase;
}
.site-footer .content-area .widget-area h5 {
  color: #ffffff;
  text-align: left;
  font-family: "HNTR", sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 100%;
}
.site-footer .content-area .widget-area .xarxes-socials {
  margin: 2rem 0 4rem;
  padding: 0;
}
.site-footer .content-area .widget-area .xarxes-socials .ico-facebook {
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("https://4ad219.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/ico-facebook.svg") center no-repeat;
  background-size: 100% 100%;
  text-indent: -3000rem;
}
.site-footer .content-area .widget-area .xarxes-socials .ico-facebook a {
  display: block;
  width: 3rem;
  height: 3rem;
}
@media only screen and (min-width: 768px) {
  .site-footer .content-area .widget-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .site-footer .content-area .widget-area .entry-widget {
    order: 3;
  }
  .site-footer .content-area .widget-area .entry-widget:first-child {
    order: 2;
  }
  .site-footer .content-area .widget-area .entry-widget:last-child {
    order: 1;
  }
  .site-footer .content-area .widget-area .menu-footer-nav-container {
    width: 40rem;
  }
  .site-footer .content-area .widget-area .menu-footer-nav-container ul.menu {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .site-footer .content-area .widget-area .menu-footer-nav-container ul.menu li {
    width: 50%;
    margin-bottom: 0;
  }
}
.wp-block-eedee-block-gutenslider {
  margin-top: 6rem;
}
.wp-block-eedee-block-gutenslider .slick-dotted.slick-slide {
  margin-bottom: 0 !important;
}
.wp-block-eedee-block-gutenslider .slide-content .wp-block-image {
  display: none;
}
.wp-block-eedee-block-gutenslider .slide-content p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-left: 2.5rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.wp-block-eedee-block-gutenslider .slide-content .wp-block-buttons {
  margin-left: 2.5rem;
  margin-bottom: 2rem;
}
.wp-block-eedee-block-gutenslider .slide-content .wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: 14px;
  font-size: 1.4rem;
}
.wp-block-eedee-block-gutenslider .slick-dots {
  display: none;
}
@media only screen and (min-width: 768px) {
  .wp-block-eedee-block-gutenslider {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block-eedee-block-gutenslider {
    font-size: 20px;
    font-size: 2rem;
  }
  .wp-block-eedee-block-gutenslider .slide-content p {
    margin-left: 0;
    margin-bottom: 2rem;
    color: #FFFFFF;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .wp-block-eedee-block-gutenslider .slide-content .wp-block-image {
    display: block;
    height: 10rem;
    width: auto;
  }
  .wp-block-eedee-block-gutenslider .slide-content .wp-block-image img {
    height: 8rem;
    width: 100%;
  }
  .wp-block-eedee-block-gutenslider .slide-content .wp-block-buttons {
    width: 100%;
    max-width: 1460px;
    margin: 3rem auto;
    margin-bottom: 4rem;
  }
  .wp-block-eedee-block-gutenslider .slide-content .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 20px;
    font-size: 2rem;
  }
}
.home .carrers {
  padding: 2rem;
}
.home .carrers .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .carrers .wp-block-column p {
  margin-left: 0;
}
.home .carrers .wp-block-column .logo {
  margin: auto 2rem auto 0;
  max-width: 10rem;
}
.home .carrers .wp-block-column h1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 100%;
  font-family: "HNTB", sans-serif;
}
@media only screen and (min-width: 1024px) {
  .home .carrers {
    padding: 2rem;
  }
  .home .carrers .wp-block-column .logo {
    max-width: 15rem;
  }
  .home .carrers .wp-block-column h1 {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media only screen and (min-width: 1240px) {
  .home .carrers {
    padding: 3rem;
  }
  .home .carrers .wp-block-column h1 {
    font-size: 90px;
    font-size: 9rem;
  }
}

.home .wp-block-group {
  padding: 1rem;
}
.home .wp-block-group h2 {
  margin: 2rem auto;
  font-size: 30px;
  font-size: 3rem;
  line-height: 100%;
}
@media only screen and (min-width: 768px) {
  .home .wp-block-group h2 {
    margin: 4rem auto;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home .wp-block-group h2 {
    margin: 4rem auto;
    font-size: 50px;
    font-size: 5rem;
  }
}

.home .join-us {
  padding: 2rem;
}
.home .join-us h1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 100%;
  font-family: "HNTB", sans-serif;
}
.home .join-us p {
  margin: 2rem 0;
  padding: 0;
}
.home .join-us .wp-block-buttons > .wp-block-button a {
  padding: 1.7rem 5rem 1.5rem;
}
.home .join-us .wp-block-buttons > .wp-block-button a:hover {
  text-decoration: none;
}
.home .join-us .wp-block-buttons > .wp-block-button:hover {
  background-color: #ffffff;
}
.home .join-us .wp-block-buttons > .wp-block-button:hover a {
  color: #000000;
  text-decoration: none;
}
.home .collaborators .wp-block-image {
  margin: 2rem auto !important;
  max-width: 25rem !important;
}
@media only screen and (min-width: 768px) {
  .home .carrers .wp-block-column h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 100%;
    font-family: "HNTB", sans-serif;
    font-weight: normal;
  }
  .home .join-us {
    padding: 2rem;
  }
  .home .join-us h1 {
    font-size: 60px;
    font-size: 6rem;
  }
  .home .join-us p {
    margin: 2rem 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home .carrers .wp-block-column h1 {
    font-size: 70px;
    font-size: 7rem;
  }
}

.page .site-main,
.archive .site-main,
.blog .site-main {
  margin: 12rem auto 0;
  padding: 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .page .site-main,
  .archive .site-main,
  .blog .site-main {
    padding: 0;
    margin: 10rem auto 0;
  }
}

.home .site-main {
  margin: 10rem auto 0;
  padding: 0;
}

/* LANDING PAGE */
.page-template-page-landing .site-main.landing-page {
  margin: 12rem auto 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-landing .site-main.landing-page {
    margin: 10rem auto 0;
  }
}
.page-template-page-landing .share,
.page-template-page-landing .newsletter {
  display: none;
}

.ups-404 {
  background-color: aqua;
}

.contact .signatori-of {
  text-align: left;
  margin-bottom: 3rem;
}
.contact .signatori-of .wp-block-column p {
  text-align: center;
  padding: 0 2rem 2rem;
}
.contact .signatori-of .wp-block-column .wp-block-image {
  margin: 0 auto 2rem !important;
  max-width: 20rem;
}
.contact .editorial-block .wp-block-cover__inner-container {
  margin-top: 0;
  padding: 5rem 4rem 0 1rem;
}
.contact .wp-block-contact {
  margin-top: -24rem !important;
  max-width: 18rem !important;
  text-align: center;
  padding-bottom: 10rem;
}
.contact .wp-block-contact .contact-image {
  position: relative;
}
.contact .wp-block-contact .contact-image:after {
  content: " ";
  position: absolute;
  top: 22rem;
  bottom: 0;
  right: 0;
  left: -18rem;
  z-index: -1;
  width: 32rem;
  height: 40rem;
  background-size: 40rem;
  background-position: center;
  transform: rotate(180deg);
}
.contact .wp-block-contact .newsletter {
  background-color: #EDEDED;
  text-align: center;
}
.contact .wp-block-contact .newsletter .newsletter-content {
  padding-bottom: 0;
}
.contact .wp-block-contact .newsletter .section-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 auto 1rem;
  padding: 0 2rem;
}
.contact .wp-block-contact .newsletter .btn {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0 1rem;
}
.contact .wp-block-contact .contact-form {
  margin-top: 0;
  background-color: #3300FF !important;
}
.contact .wp-block-contact .contact-form .section-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 auto 1rem;
  padding: 0 2rem;
}
.contact .wp-block-contact .contact-form .btn {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0 1rem;
}
.contact .wp-block-contact .contact-email {
  background-color: #C7D5E3;
  padding: 4rem 0;
  position: relative;
}
.contact .wp-block-contact .contact-email .section-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 auto 1rem;
  padding: 0 2rem;
  font-weight: 400;
}
.contact .wp-block-contact .contact-email .btn {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0 1rem;
}
.contact h2 {
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  padding: 0 0 1rem 2rem;
}
.contact .wp-block-columns h5 {
  font-weight: 800;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 2rem;
  margin: 2rem 0 0.5rem 0 !important;
}
.contact .wp-block-columns p {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 2rem 6rem;
  line-height: 1.35;
}
.contact .wp-block-columns p a {
  color: #000000;
}
@media only screen and (min-width: 375px) {
  .contact .editorial-block .wp-block-cover__inner-container {
    padding: 15rem 4rem 0 3rem;
  }
  .contact .editorial-block .wp-block-cover__inner-container .page-title {
    font-size: 50px;
    font-size: 5rem;
  }
  .contact .wp-block-contact {
    margin-top: -23rem !important;
    max-width: 24rem !important;
    text-align: center;
    padding-bottom: 14rem;
  }
  .contact .wp-block-contact .contact-image {
    position: relative;
  }
  .contact .wp-block-contact .contact-image:after {
    content: " ";
    top: 26vh;
    left: -7rem;
    z-index: -1;
    width: 37.5rem;
    height: 60vh;
    background-size: 37.5rem;
  }
  .contact h2 {
    font-size: 34px;
    font-size: 3.4rem;
    padding: 0 0 1rem 3rem;
  }
  .contact .wp-block-columns h5 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 2rem 3rem 0;
  }
  .contact .wp-block-columns p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 3rem 8rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact .wp-block-columns.signatori-of {
    max-width: 70rem !important;
    padding-bottom: 10rem;
  }
  .contact .wp-block-columns.signatori-of .wp-block-column:not(:only-child) {
    flex-basis: calc(33% - 2rem) !important;
    margin: 0 !important;
  }
  .contact .wp-block-columns.signatori-of .wp-block-column:not(:only-child) p {
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact .wp-block-columns.signatori-of .wp-block-column:not(:only-child):nth-child(2) {
    margin: 0 0 0 0 !important;
  }
  .contact .wp-block-columns.signatori-of .wp-block-column p {
    text-align: right;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 0;
  }
  .contact .wp-block-columns.signatori-of .wp-block-column .wp-block-image {
    margin: 0 1rem 0.5rem !important;
    max-width: 24rem;
  }
  .contact .wp-block-columns.signatori-of .wp-block-column .wp-block-image img {
    width: auto;
    height: 3rem;
  }
  .contact .editorial-block .wp-block-cover__inner-container {
    padding: 20rem 4rem 0 3rem;
  }
  .contact .editorial-block .wp-block-cover__inner-container .page-title {
    font-size: 70px;
    font-size: 7rem;
    padding: 0 2rem;
  }
  .contact .wp-block-cover, .contact .wp-block-cover-image {
    min-height: 360px;
  }
  .contact .wp-block-contact {
    display: flex;
    flex-direction: row;
    margin-top: -10rem !important;
    max-width: 70rem !important;
    text-align: center;
    padding-bottom: 17rem;
  }
  .contact .wp-block-contact > div {
    width: calc(33.333% - 1rem);
    margin: 0 0.5rem;
    padding: 4rem 0 0;
  }
  .contact .wp-block-contact > div.contact-image {
    width: 1px;
  }
  .contact .wp-block-contact > div.contact-image:after {
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
    width: 60rem;
    height: 60rem;
    background-size: 50rem;
  }
  .contact .wp-block-contact > div h2 {
    padding: 4rem 1rem;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 2rem) !important;
    flex-grow: 0;
    margin: 0 2rem 0 0 !important;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) {
    margin: 0 0 0 2rem !important;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) h5 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 2rem 3rem 0 0;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 3rem 8rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .contact .editorial-block .wp-block-cover__inner-container {
    margin-top: 0;
    padding: 15rem 4rem 0 1rem;
  }
  .contact .editorial-block .wp-block-cover__inner-container .page-title {
    font-size: 90px;
    font-size: 9rem;
    padding: 0 2rem 0 8rem;
  }
  .contact .wp-block-contact {
    max-width: 90rem !important;
    margin-top: -20vh !important;
    padding-bottom: 20rem;
  }
  .contact .wp-block-contact > div {
    width: calc(33.333% - 1rem);
    margin: 0 0.5rem;
    padding: 4rem 0;
  }
  .contact .wp-block-contact > div.contact-image {
    width: 1px;
  }
  .contact .wp-block-contact > div.contact-image:after {
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
    width: 60rem;
    height: 60rem;
    background-size: 50rem;
  }
  .contact .wp-block-contact > div .newsletter-content,
  .contact .wp-block-contact > div .contact-content,
  .contact .wp-block-contact > div .item {
    padding-top: 3rem;
  }
  .contact .wp-block-contact > div .newsletter-content h2.section-title,
  .contact .wp-block-contact > div .contact-content h2.section-title,
  .contact .wp-block-contact > div .item h2.section-title {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 1rem 1rem 0;
  }
  .contact .wp-block-contact > div .newsletter-content .btn,
  .contact .wp-block-contact > div .contact-content .btn,
  .contact .wp-block-contact > div .item .btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contact .wp-block-contact > div .contact-content h2.section-title {
    font-weight: 600;
  }
  .contact .wp-block-contact > div .contact-content .btn {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .contact h2 {
    font-size: 60px;
    font-size: 6rem;
    padding-bottom: 3rem;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 4rem) !important;
    flex-grow: 0;
    margin: 0 4rem 0 0 !important;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) h5 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 2rem 3rem 0 2rem;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 3rem 8rem 2rem;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) {
    margin: 0 0 0 4rem !important;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) h5 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 2rem 3rem 0 0;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 3rem 8rem 0;
  }
}
@media only screen and (min-width: 1240px) {
  .contact .wp-block-cover-image {
    min-height: 45rem;
  }
  .contact .editorial-block .wp-block-cover__inner-container {
    margin-top: 0;
    padding: 8rem 10% 0 10%;
  }
  .contact .editorial-block .wp-block-cover__inner-container .page-title {
    font-size: 100px;
    font-size: 10rem;
    padding: 0;
    text-align: center;
    margin: 0 auto;
  }
  .contact .wp-block-contact {
    max-width: 100rem !important;
    margin-top: -12rem !important;
    padding-bottom: 28rem;
    position: relative;
    right: 0;
  }
  .contact .wp-block-contact > div.contact-image {
    position: absolute;
    right: 0;
    top: 5rem;
  }
  .contact .wp-block-contact > div.contact-image:after {
    left: auto;
    right: 0;
    z-index: -1;
    width: 60rem;
    height: 60rem;
    background-size: 62rem;
  }
  .contact h2 {
    font-size: 80px;
    font-size: 8rem;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 8rem) !important;
    flex-grow: 0;
    margin: 0 4rem 0 0 !important;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) h5 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 2rem 3rem 0 0;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) p {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 3rem 8rem 0;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) {
    margin: 0 0 0 8rem !important;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) h5 {
    font-size: 20px;
    font-size: 2rem;
    padding: 2rem 3rem 0 0;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) p {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 3rem 8rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .contact .wp-block-contact {
    margin-top: -13rem !important;
    padding-bottom: 20rem;
  }
}

/* NEWSLETTER FOTM */
.mc4wp-form-fields {
  padding: 1rem 2rem;
  max-width: 38rem;
  margin: 0 auto;
}
.mc4wp-form-fields.active .flex {
  opacity: 1;
}
.mc4wp-form-fields .flex {
  transition: 0.5s;
  flex-direction: row;
  opacity: 0;
}
.mc4wp-form-fields .flex input {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.25;
  padding: 0.5rem;
  border: none;
}
.mc4wp-form-fields .flex input:first-child {
  width: 60%;
  border-radius: 3px 0 0 3px;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3647058824);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3647058824);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3647058824);
}
.mc4wp-form-fields .flex input:last-child {
  font-weight: 600;
  width: 40%;
  border: none;
  border-radius: 0 3px 3px 0;
  background-color: #3300FF !important;
  color: #ffffff;
  transition: 0.25s;
  text-transform: uppercase;
}
.mc4wp-form-fields .flex input:last-child:hover {
  background-color: #000000;
}
@media only screen and (min-width: 1240px) {
  .mc4wp-form-fields .flex {
    transition: 0.5s;
    flex-direction: row;
    opacity: 0;
  }
  .mc4wp-form-fields .flex input {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25;
    padding: 0.75rem 1rem;
  }
  .mc4wp-form-fields .flex input:first-child {
    width: 70%;
  }
  .mc4wp-form-fields .flex input:last-child {
    font-weight: 600;
    width: 30%;
  }
}
.newsletter {
  border-top: 1px solid #000000;
}
.newsletter > div {
  max-width: 90rem;
  margin: 2rem auto;
  padding: 1rem;
}
.newsletter > div h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 100%;
  text-align: left;
  font-family: "HNTB", sans-serif;
  font-weight: normal;
  color: #3300FF !important;
  padding-right: 5%;
  margin-top: 0;
}
.newsletter > div .mc4wp-form-fields {
  padding: 0;
  margin: 0.5rem;
}
.newsletter > div .mc4wp-form-fields input {
  width: 100%;
  padding: 1rem;
  border: 0.1rem solid #000000;
  border-radius: 0;
}
.newsletter > div .mc4wp-form-fields input::placeholder {
  color: #000000;
  font-weight: bold;
}
.newsletter > div .mc4wp-form-fields input[type=submit] {
  background-color: #000000;
  color: #ffffff;
  max-width: 50%;
  margin: 1rem 0;
  float: left;
  padding: 1.5rem 2rem 1.3rem;
}
.newsletter .mc4wp-response {
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
}
.newsletter .mc4wp-response p {
  color: #3300FF !important;
  padding: 0 1rem;
}

.share {
  margin-top: 3rem;
  border-top: 1px solid #000000;
}
.share > div {
  max-width: 80rem;
  margin: 2rem auto;
  padding-left: 1rem;
}
.share .sd-title {
  display: none;
}
.share .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button,
.share .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button,
.share .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button,
.share .sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button {
  background: #000000;
  color: #ffffff !important;
}

.login-search-nav {
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  height: 3rem;
}
.login-search-nav .login {
  padding: 0.5rem 1rem;
}
.login-search-nav .login a {
  color: #ffffff;
}
.about {
  padding-top: 9rem;
}
.about h2 {
  font-size: 30px;
  font-size: 3rem;
  margin-left: 2rem;
  line-height: 100%;
}
.about p {
  display: block;
  margin: 1rem 1rem 1rem 2rem;
}
.about ul li, .about ol li {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 100%;
}
.about ul li strong, .about ol li strong {
  font-family: "HNTB", sans-serif;
}
.about .wp-block-image .aligncenter {
  text-align: center;
}
.about .wp-block-image img {
  width: auto;
  height: auto;
  margin: 2rem auto;
}
@media only screen and (min-width: 768px) {
  .about h2 {
    font-size: 46px;
    font-size: 4.6rem;
    margin: 6rem 0 0 2rem;
    line-height: 120%;
  }
  .about p {
    margin-bottom: 2rem;
  }
  .about ul li, .about ol li {
    font-size: 30px;
    font-size: 3rem;
    line-height: 110%;
    padding-left: 8rem;
    padding-right: 1rem;
    padding-top: 2rem;
  }
  .about ul li:before, .about ol li:before {
    font-size: 36px;
    font-size: 3.6rem;
    padding-top: 0.4rem;
  }
  .about ul li strong, .about ol li strong {
    font-family: "HNTB", sans-serif;
  }
}
@media only screen and (min-width: 1024px) {
  .about .wp-block-columns.alignwide {
    margin-top: 8rem !important;
  }
  .about h2 {
    font-size: 72px;
    font-size: 7.2rem;
    margin: 0 0 0 2rem;
  }
}
@media only screen and (min-width: 1240px) {
  .about .wp-block-columns.alignwide {
    margin-top: 12rem !important;
  }
  .about h2 {
    font-size: 84px;
    font-size: 8.4rem;
  }
}

.wp-block-slider {
  background-color: #ededed;
}
.wp-block-slider .slide {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  height: 60rem;
}
.wp-block-slider .slide .slide-claim {
  width: 100%;
  text-align: left;
  padding-top: 2.5rem;
}
.wp-block-slider .slide .slide-claim .slide-title {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin: 1rem 2rem;
}
.wp-block-slider .slide .slide-claim .slide-subtitle {
  color: #000000;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  margin: 2rem;
}
.wp-block-slider .slide .slide-claim .slide-parraf {
  margin: 0 2rem 2rem;
}
.wp-block-slider .slide .slide-claim .slide-parraf p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.35;
}
.wp-block-slider .slide .slide-claim .slide-testimonial {
  margin: 2rem;
  display: flex;
  flex-direction: row;
}
.wp-block-slider .slide .slide-claim .slide-testimonial .img-responsive {
  width: 6rem;
  height: 6rem;
  border: 0.2rem solid #3300FF !important;
}
.wp-block-slider .slide .slide-claim .slide-testimonial .slide-testimonial-text p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  padding: 0.5rem 0 1rem 1rem;
}
.wp-block-slider .slide .slide-claim .slide-testimonial .slide-testimonial-text p strong {
  font-weight: 600;
}
.wp-block-slider .slide .slide-claim .slide-testimonial .slide-testimonial-text p a {
  color: #000000;
}
.wp-block-slider .slide .slide-claim .link {
  float: right;
}
.wp-block-slider .slide .slide-claim .slide-footer {
  padding: 0 2rem;
  display: flex;
  flex-direction: row;
}
.wp-block-slider .slide .slide-claim .slide-footer div:first-child {
  width: 70%;
  text-align: left;
}
.wp-block-slider .slide .slide-claim .slide-footer div:first-child a {
  font-weight: 200;
  color: #3300FF !important;
  line-height: 1.1;
  float: left;
}
.wp-block-slider .slide .slide-claim .slide-footer div:first-child a:hover {
  opacity: 1;
  color: #000000;
}
.wp-block-slider .slide .slide-claim .slide-footer div:last-child {
  width: 30%;
  text-align: right;
}
.wp-block-slider .slide .slide-claim .slide-footer div:last-child a {
  float: right;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .wp-block-slider .slide .slide-claim {
    padding-top: 70%;
  }
  .wp-block-slider .slide .slide-claim .slide-title {
    font-size: 30px;
    font-size: 3rem;
    margin: 4rem 2rem 1rem 2rem;
  }
  .wp-block-slider .slide .slide-claim .slide-subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
  .wp-block-slider .slide .slide-claim .slide-parraf {
    margin: 0 2rem 4rem;
  }
  .wp-block-slider .slide .slide-claim .slide-parraf p {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .wp-block-slider .slide .slide-claim .slide-testimonial {
    margin-top: 0;
  }
  .wp-block-slider .slide .slide-claim .slide-testimonial .img-responsive {
    width: 8rem;
    height: 8rem;
    border: 0.2rem solid #3300FF !important;
  }
  .wp-block-slider .slide .slide-claim .slide-testimonial .slide-testimonial-text p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1;
    padding: 1rem 0 1rem 1.4rem;
  }
  .wp-block-slider .slide .slide-claim .slide-footer div a {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .wp-block-slider .slide .slide-claim .slide-footer div:first-child a {
    font-weight: 400;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block-slider .slide .slide-claim {
    padding-top: 2.5rem;
  }
  .wp-block-slider .slide .slide-claim .slide-title {
    margin: 4rem 3rem 1rem 3rem;
    font-size: 30px;
    font-size: 3rem;
  }
  .wp-block-slider .slide .slide-claim .slide-subtitle {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .wp-block-slider .slide .slide-claim .slide-parraf {
    margin: 0 3rem 4rem;
  }
  .wp-block-slider .slide .slide-claim .slide-parraf p {
    font-size: 30px;
    font-size: 3rem;
  }
  .wp-block-slider .slide .slide-claim .slide-testimonial {
    margin: 0 3rem 3rem 3rem;
  }
  .wp-block-slider .slide .slide-claim .slide-testimonial .img-responsive {
    width: 8rem;
    height: 8rem;
    border: 0.2rem solid #3300FF !important;
  }
  .wp-block-slider .slide .slide-claim .slide-testimonial .slide-testimonial-text p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1;
    padding: 1rem 0 1rem 2rem;
  }
  .wp-block-slider .slide .slide-claim .slide-footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .wp-block-slider .slide .slide-claim .slide-footer div a {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .wp-block-slider .slide .slide-claim .slide-footer .slide-footer div:first-child a {
    font-weight: 400;
  }
}
@media only screen and (min-width: 1240px) {
  .wp-block-slider .slide {
    padding-bottom: 8rem;
  }
  .wp-block-slider .slide .slide-claim .slide-title {
    margin: 6rem 3rem 2rem 3rem;
    font-size: 33px;
    font-size: 3.3rem;
  }
  .wp-block-slider .slide .slide-claim .slide-parraf {
    margin: 0rem 3rem 6rem;
  }
  .wp-block-slider .slide .slide-claim .slide-testimonial {
    margin: 0 3rem 3rem 3rem;
  }
  .wp-block-slider .slide .slide-claim .slide-testimonial .img-responsive {
    width: 10rem;
    height: 10rem;
    border: 0.2rem solid #3300FF !important;
  }
  .wp-block-slider .slide .slide-claim .slide-testimonial .slide-testimonial-text p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
    padding: 2rem 0 0 2rem;
  }
  .wp-block-slider .slide .slide-claim .slide-footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .wp-block-slider .slide .slide-claim .slide-footer div a {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .wp-block-slider .slide .slide-claim .slide-footer .slide-footer div:first-child a {
    font-weight: 400;
  }
}

.owl-carousel {
  display: block !important;
}

.owl-theme .owl-nav {
  display: none;
}
.owl-theme .owl-dots {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.owl-theme .owl-dots .owl-dot span {
  transition: 0.5s;
  margin: 5px 3px !important;
  background-color: #ffffff !important;
}
.owl-theme .owl-dots .owl-dot span:hover {
  opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #3300FF !important !important;
}
.owl-theme .owl-dots .owl-dot.active span:hover {
  background-color: #000000 !important;
}

.wp-block-related {
  border-top: 1px solid #000000;
}
.wp-block-related .section-header {
  padding: 1rem;
}
.wp-block-related .section-header .section-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
}
.wp-block-related .post-list {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.wp-block-related .post-list li {
  border-bottom: 1px solid #000000;
  width: 100%;
  margin: 0;
}
.wp-block-related .post-list .entry {
  display: flex;
  flex-direction: row;
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
}
.wp-block-related .post-list .entry:before {
  content: " ";
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  top: 2.3rem;
  left: 1.5rem;
  background-size: 100% 100%;
}
.wp-block-related .post-list .entry .entry-link:after {
  content: " ";
  position: absolute;
  z-index: 999;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-block-related .post-list .entry .entry-content {
  background-color: #ffffff;
  width: calc(100% - 7rem);
  margin-left: 7rem;
  transition: 0.3s;
  padding: 1rem;
  border-left: 1px solid #000000;
}
.wp-block-related .post-list .entry .entry-content .entry-categories {
  display: block;
  padding: 2rem 1rem 1rem 1rem;
  color: #3300FF !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
.wp-block-related .post-list .entry .entry-content .entry-title {
  text-align: left;
  margin: 0 0 1rem 0;
  padding: 0 2.5rem 0 1rem;
  font-family: "HNTB", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 105%;
}
.wp-block-related .post-list .entry .entry-content .entry-title a {
  color: #000000;
}
.wp-block-related .post-list .entry .entry-content .entry-metadata {
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 115%;
  display: block;
}
.wp-block-related .post-list .entry .entry-content .entry-excerpt {
  padding: 0 1rem 2rem;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 115%;
}
.wp-block-related .post-list .entry .entry-content .more {
  padding: 2rem 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
  padding-right: 2rem;
  background: url("https://8fcd56.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/arrow-more.svg") center right no-repeat;
}
.wp-block-related .post-list .entry:hover .entry-content {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  margin-left: 0;
  padding-left: 8rem;
  border-left: 0px solid #000000;
}
.wp-block-related .post-list .entry:hover .entry-content .entry-title,
.wp-block-related .post-list .entry:hover .entry-content .entry-categories,
.wp-block-related .post-list .entry:hover .entry-content .more {
  color: #ffffff;
}
.wp-block-related .post-list .entry:hover .entry-content .more {
  background: url("https://bf8eb7.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/arrow-more-white.svg") center right no-repeat;
}
.wp-block-related .section-footer {
  margin-top: -1px;
  padding: 2rem 1rem;
  text-align: center;
}
.wp-block-related .section-footer a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  text-decoration: underline;
}
.wp-block-related .section-footer a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .wp-block-related .section-header {
    padding: 2rem;
  }
  .wp-block-related .post-list {
    padding: 0 2rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wp-block-related .post-list li {
    border-left: 1px solid #000000;
    width: 50%;
  }
  .wp-block-related .post-list li:nth-child(2n) {
    border-right: 1px solid #000000;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block-related .section-header {
    padding: 2rem 5rem;
  }
  .wp-block-related .section-header .section-title {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .wp-block-related .post-list {
    padding: 0 5rem;
  }
  .wp-block-related .post-list li {
    width: 50%;
  }
  .wp-block-related .post-list li .entry .entry-content .entry-title {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 105%;
  }
  .wp-block-related .post-list li .entry .entry-content .entry-metadata {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 115%;
  }
  .wp-block-related .post-list li .entry .entry-content .entry-excerpt {
    padding: 0 1rem 2rem;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 125%;
  }
  .wp-block-related .post-list li .entry .entry-content .more {
    padding: 1rem 3rem 2rem 1rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1240px) {
  .wp-block-related .post-list li {
    width: 33.3333%;
  }
  .wp-block-related .post-list li:nth-child(2n) {
    border-right: 1px solid #000000;
  }
  .wp-block-related .post-list li:nth-child(3n) {
    border-right: 1px solid #000000;
  }
}
.wp-block-related.projects {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.wp-block-related.projects .post-list {
  border-top: none;
  border-bottom: none;
  flex-direction: row;
  flex-wrap: wrap;
}
.wp-block-related.projects .post-list li {
  margin: calc(1rem - 1px);
  width: calc(50% - 2rem);
  border: 1px solid #000000 !important;
}
.wp-block-related.projects .entry {
  padding-top: 50%;
  background-size: 100% 60% !important;
  flex-direction: column;
}
.wp-block-related.projects .entry:before {
  content: none;
}
.wp-block-related.projects .entry .project-categories {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #3300FF !important;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  display: block;
  border-radius: 1rem;
  color: #ffffff;
  letter-spacing: 0.05rem;
}
.wp-block-related.projects .entry .project-categories.preparing-it {
  background-color: #000000;
}
.wp-block-related.projects .entry .project-categories.in-progres {
  background-color: gold;
}
.wp-block-related.projects .entry .project-categories.finished {
  background-color: #69FF8A;
}
.wp-block-related.projects .entry .entry-categories {
  padding: 0.5rem 1rem;
}
.wp-block-related.projects .entry .entry-content {
  text-align: left;
  background-color: #ffffff;
  margin-left: 0;
  padding-bottom: 0;
  width: 100%;
  border-top: 1px solid #000000;
}
.wp-block-related.projects .entry .entry-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 110%;
}
.wp-block-related.projects .entry .entry-content .entry-metadata,
.wp-block-related.projects .entry .entry-content .entry-excerpt {
  display: none;
}
.wp-block-related.projects .entry .entry-content .more {
  margin: 1rem 0 0;
  width: 100% !important;
  padding: 0.5rem 1rem;
  border-top: 1px solid #000000;
  display: block;
  background: url("https://8fcd56.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/arrow-more.svg") calc(100% - 1rem) center no-repeat;
}
.wp-block-related.projects .entry:hover .entry-content {
  color: #000000 !important;
  background-color: #ffffff;
}
.wp-block-related.projects .entry:hover .entry-content .entry-title,
.wp-block-related.projects .entry:hover .entry-content .entry-categories,
.wp-block-related.projects .entry:hover .entry-content .more {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .wp-block-related.projects .post-list li {
    width: calc(50% - 2rem);
  }
  .wp-block-related.projects .post-list li .entry-content .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1240px) {
  .wp-block-related.projects .post-list li {
    width: calc(33.3333% - 2rem);
    border: 1px solid red;
  }
  .wp-block-related.projects .post-list li .entry {
    padding-top: 60%;
    background-size: 100% 70% !important;
  }
  .wp-block-related.projects .post-list li .entry .entry-content .entry-title {
    font-size: 28px;
    font-size: 2.8rem;
    max-width: 75%;
    line-height: 100%;
  }
}

.events-wrap {
  background: #3300FF !important;
}

.wp-block-events {
  background-color: #3300FF !important;
}
.wp-block-events .section-header {
  padding: 3rem 1rem 2rem 1rem !important;
}
.wp-block-events .section-header .section-antetitle {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 130%;
  display: block;
  text-align: center;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-family: "HNTR", sans-serif;
  font-weight: 200;
}
.wp-block-events .section-header .section-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.wp-block-events .entry {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}
.wp-block-events .entry .entry-header {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 1rem 1rem 0 0;
}
.wp-block-events .entry .entry-header .entry-categories, .wp-block-events .entry .entry-header .city {
  display: inline-block;
  padding: 1.5rem;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "HNTB", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
.wp-block-events .entry .entry-header .entry-categories:last-child, .wp-block-events .entry .entry-header .city:last-child {
  float: right;
}
.wp-block-events .entry .entry-header .dots {
  padding: 0.5rem 1rem 0;
  display: inline-block;
}
.wp-block-events .entry.presential .entry-header {
  border-top: 0px solid #000000;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
  padding-top: 1.5rem;
  border-radius: 0 0 0 0;
  background: transparent url("https://54f0b9.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/peine.svg") top center no-repeat;
  background-size: 101%;
}
.wp-block-events .entry .entry-image {
  border: 1px solid #000000;
  width: 100%;
  padding-bottom: 45%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.wp-block-events .entry .entry-content {
  background-color: #ffffff;
  width: 100%;
  transition: 0.3s;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  height: calc(100% - 5.5rem);
}
.wp-block-events .entry .entry-content .entry-title {
  text-align: left;
  margin: 0 0 2rem 0;
  font-family: "HNTB", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 110%;
}
.wp-block-events .entry .entry-content .entry-title a {
  color: #000000;
}
.wp-block-events .entry .entry-content .entry-metadata {
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 115%;
  display: block;
}
.wp-block-events .entry .entry-content .entry-excerpt {
  padding: 0 0 1rem;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 125%;
}
.wp-block-events .entry .entry-content .entry-day {
  padding: 2rem 0 1rem;
  font-family: "HNTB", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 115%;
}
.wp-block-events .entry .entry-footer {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.wp-block-events .entry .entry-footer .entry-link {
  border-top: 1px solid #000000;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: row;
}
.wp-block-events .entry .entry-footer .entry-link div {
  width: 50%;
  padding: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.wp-block-events .entry .entry-footer .entry-link .more {
  text-transform: none;
  width: 50%;
  color: #000000;
  background: #ffffff url("https://8fcd56.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/arrow-more.svg") 80% center no-repeat;
}
.wp-block-events .section-footer {
  padding: 2rem 1rem;
  text-align: center;
}
.wp-block-events .section-footer a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: underline;
}
.wp-block-events .section-footer a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .wp-block-events .section-header {
    padding: 6rem 0 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block-events .section-header {
    padding: 2rem;
  }
  .wp-block-events .section-header .section-title {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .wp-block-events .event-list {
    padding: 0 2rem;
    gap: 0 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wp-block-events .event-list li {
    width: calc(50% - 4rem);
  }
  .wp-block-events .event-list li .entry {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
  }
  .wp-block-events .event-list li .entry .entry-content .entry-title {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 100%;
  }
  .wp-block-events .event-list li .entry .entry-content .entry-metadata {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 115%;
  }
  .wp-block-events .event-list li .entry .entry-content .entry-excerpt {
    padding: 0 1rem 2rem;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 125%;
  }
  .wp-block-events .event-list li .entry .entry-content .more {
    padding: 1rem 3rem 2rem 1rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.home-teather {
  position: relative;
}
.home-teather .home-slider {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-teather .home-slider .owl-nav {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  display: block;
}
.home-teather .home-slider .owl-nav button.owl-prev,
.home-teather .home-slider .owl-nav button.owl-next {
  padding: 0;
  margin: 0;
  display: block;
  z-index: 3;
  position: absolute;
  height: 100%;
  width: 30%;
}
.home-teather .home-slider .owl-nav button.owl-prev {
  left: 0;
  display: block;
}
.home-teather .home-slider .owl-nav button.owl-prev .icon-prev {
  background: url("https://bd5b05.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/left.svg") center left no-repeat;
  display: block;
  left: 2rem;
}
.home-teather .home-slider .owl-nav button.owl-next {
  right: 0;
  display: block;
}
.home-teather .home-slider .owl-nav button.owl-next .icon-next {
  background: url("https://2551eb.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/next.svg") center right no-repeat;
  display: block;
  right: 2rem;
}
.home-teather .home-slider .owl-nav .photo-icons {
  display: block;
  content: " ";
  position: absolute;
  width: 4.75rem;
  height: 3rem;
  z-index: 12;
}
.home-teather .home-slider .img-slider {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.home-teather .home-slider .entry-title {
  position: absolute;
  bottom: 1.25rem;
  left: 2.5rem;
  z-index: 9;
}
.home-teather .home-slider .entry-title a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.15;
  color: #ffffff;
}
.home-teather .home-slider .entry-title a:hover {
  text-decoration: underline;
}
.home-teather .home-slider .slide-num {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 9;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.15;
  color: #ffffff;
}
.home-teather .home-slider .desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home-teather .home-slider .mobile {
    display: none;
  }
  .home-teather .home-slider .desktop {
    display: block;
  }
}
.home-teather .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.home-teather a.owl-down {
  text-align: center;
  z-index: 1;
  height: auto;
  content: " ";
  position: fixed;
  bottom: 6rem;
  left: 0;
  right: 0;
  padding: 1rem 0;
  width: 4rem;
  height: 3rem;
  display: block;
  margin: 0 auto;
}
.home-teather a.owl-down .icon-down {
  content: " ";
  background: url("https://06a097.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/more.svg") center no-repeat;
  background-size: cover;
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 60% auto 2rem;
}
.home-teather .owl-item.active .article-entry {
  text-align: left;
  position: absolute;
  z-index: 99;
  bottom: 4rem;
  right: 2rem;
  left: 2rem;
  width: auto;
  height: auto;
  color: #000000;
  display: block;
  background: #ffffff;
  padding: 1rem 1rem 0 1rem;
}
.home-teather .owl-item.active .article-entry .entry-title {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
.home-teather .owl-item.active .article-entry .entry-subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .home-teather .owl-item.active .article-entry {
    left: auto;
    width: auto;
    text-align: right;
  }
}

body.black .home-teather .owl-nav button.owl-prev .icon-prev {
  background: url("https://7163df.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/left-b.svg") center left no-repeat;
}
body.black .home-teather .owl-nav button.owl-next .icon-next {
  background: url("https://6182c6.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/next-b.svg") center right no-repeat;
}
body.black .home-teather .entry-title a,
body.black .home-teather .slide-num {
  color: black;
}
body.black .home-teather a.owl-down .icon-down {
  background: url("https://581abb.claudeassets.com/20240531232611im_/https://theforkorganization.com/wp-content/themes/PDP/img/more-b.svg") center no-repeat;
}

.wp-block-carusell {
  display: block;
  width: 100%;
  text-align: center;
  background: #FFE2CA;
}
.wp-block-carusell .owl-carousel {
  margin: 2rem auto;
  text-align: center;
}
.wp-block-carusell .owl-carousel .owl-stage {
  margin: 0 auto;
  position: relative;
}
.wp-block-carusell .owl-carousel .owl-stage:before {
  content: " ";
  width: 150%;
  height: 1rem;
  background: #3300FF !important;
  position: absolute;
  top: 8rem;
  right: -50%;
}
.wp-block-carusell .owl-carousel .item .background-slide {
  height: 10rem;
}
.wp-block-carusell .owl-carousel .item h4 {
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.wp-block-carusell .owl-carousel .item p {
  font-size: 14px;
  font-size: 1.4rem;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.wp-block-ticker {
  width: 100%;
  overflow: hidden;
  height: 8rem;
  background-color: #000000;
  box-sizing: content-box;
  width: 100%;
}
.wp-block-ticker .ticker {
  display: inline-block;
  padding: 1rem 0;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.wp-block-ticker .ticker .ticker_item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 50px;
  font-size: 5rem;
  font-family: "HNTB", sans-serif;
  line-height: 110%;
  color: #ffffff;
}
.wp-block-ticker .ticker .ticker_item img {
  height: 4rem;
  width: auto;
}
.wp-block-ticker .ticker .ticker_item a {
  text-transform: uppercase;
  color: #ffffff;
}

.related-postype {
  background-color: #E5E5E5;
  border-top: 1px solid #000000;
}
.related-postype .section-header {
  padding: 1rem;
}
.related-postype .section-header .section-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 1024px) {
  .related-postype .section-header {
    padding: 2rem 0;
  }
  .related-postype .section-header .section-title {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1240px) {
  .related-postype .section-header {
    padding: 3rem 0;
  }
  .related-postype .section-header .section-title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.related-postype .filters {
  background-color: #000000;
  text-align: left;
}
.related-postype .filters .ui-group {
  padding: 2rem 0;
}
.related-postype .filters .ui-group span {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
  margin: 0 2rem 0 1rem;
}
.related-postype .filters .ui-group .button {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
  background-color: #000000;
  border-radius: 0.2rem;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  cursor: pointer;
  transition: 0.25s;
}
.related-postype .filters .ui-group .button.is-checked {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
.related-postype .filters .ui-group .button:hover {
  background-color: #ffffff;
  color: #000000;
}
.related-postype ul.post-list {
  border-top: none;
}
.related-postype ul.post-list li {
  border: 1px solid #000000;
  width: 100%;
  margin: 0.5rem 1rem;
  width: calc(100% - 2rem);
  background-color: #ffffff;
}
.related-postype ul.post-list li .entry {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
}
.related-postype ul.post-list li .entry:before {
  content: none;
}
.related-postype ul.post-list li .entry .entry-link:after {
  content: " ";
  position: absolute;
  z-index: 999;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.related-postype ul.post-list li .entry .post-thumbnail {
  border-bottom: 1px solid #000000;
  padding-bottom: 65%;
}
.related-postype ul.post-list li .entry .entry-title {
  text-align: left;
  margin: 0;
  padding: 1rem;
  font-family: "HNTB", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 105%;
}
.related-postype ul.post-list li .entry .entry-sumary {
  padding: 0 1rem 1.5rem 1rem;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 125%;
}
@media only screen and (min-width: 768px) {
  .related-postype ul.post-list {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .related-postype ul.post-list li {
    margin-bottom: 1.5rem;
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1024px) {
  .related-postype ul.post-list li {
    margin-bottom: 1.5rem;
    width: calc(33.33333% - 2rem);
  }
}
@media only screen and (min-width: 1240px) {
  .related-postype ul.post-list li {
    width: calc(25% - 2rem);
  }
}

.wp-block-header {
  padding: 4em 0;
}
.wp-block-header ul {
  display: block;
  text-align: center;
  width: 100%;
}
.wp-block-header ul li {
  display: inline-block;
  margin: 0 1rem;
  padding-left: 2.5rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}
.wp-block-header ul li:before {
  content: "·";
  color: #3300FF !important;
  position: absolute;
  left: 0;
  top: 0;
}
.wp-block-header ul li:first-child:before {
  content: "";
}
.wp-block-header ul li a {
  color: #3300FF !important;
  border-bottom: none;
  text-decoration: none;
}
.wp-block-header ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #3300FF !important;
  transition: 0.35s;
}
/*
     FILE ARCHIVED ON 23:27:01 May 31, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:38:47 Jul 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.537
  exclusion.robots: 0.064
  exclusion.robots.policy: 0.054
  esindex: 0.008
  cdx.remote: 16.607
  LoadShardBlock: 136.755 (3)
  PetaboxLoader3.datanode: 146.396 (5)
  PetaboxLoader3.resolve: 415.358 (2)
  load_resource: 466.01
  loaddict: 50.162
*/