@font-face {
    font-family: 'Clash Grotesk';
    src: url('../assets/ClashGrotesk-Regular.woff') format('woff'), url('../assets/ClashGrotesk-Regular.woff2') format('woff2');
  }

  @font-face {
    font-family: 'Clash Grotesk Medium';
    src: url('../assets/ClashGrotesk-Medium.woff') format('woff'), url('../assets/ClashGrotesk-Medium.woff2') format('woff2');
  }

body {

    font-family: 'Clash Grotesk', Arial, Helvetica, sans-serif;
    letter-spacing: 0.8px;
    line-height: 130%;
    font-style: normal;
    font-weight: 400;

    background-color: black;
    color: white;

    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    /* border-bottom: 1px solid; */
    color: inherit;
}

li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }


  button,
  .wp-block-button__link {
      color: #FFF;
      text-align: center;
      font-family: 'Clash Grotesk', Arial, Helvetica, sans-serif;
      font-size: 42px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 1.24px;
      text-transform: uppercase;
      background-color: black;
      border-radius: 100px;
      background: #000;
      padding: 10px 30px;
      border: 2px solid black;
      cursor: pointer;
      }

  button:hover,
  .ff-654ea522f1ba528a1f6da03f__right button:hover {
      border: 2px dashed black;
      background: #84FDAE;
      color: black;
  }

/* HEADER */

h1 {
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    font-size: 72px;

    line-height: 0;
    margin: 0;
    padding: 0;

    position: absolute;
    top: 60px;
    left: 30px;
}

/* #site-navigation {
    position: absolute;
    top: 30px;
    right: 30px;
    overflow: hidden;

    max-width: 260px;

    background-color: white;
    color: black;
    text-transform: uppercase;

    z-index: 10;

} */

#site-navigation img,
#pop-up img {
    max-height: 40px;
}

#pop-up img {
	cursor: pointer;
}

.popup .close {
	color: black !important;
	display: none;
}

/* #primary-menu {
    padding: 20px;
    line-height: 1.8;
    font-size: 20px;
} */

header.site-header {
    display: flex;
    min-height: 50vh;
    background-image: url("https://anotherbodyfilm.com/wp-content/themes/anotherbody/assets/AB_Film\ Still\ _1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#site-navigation {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: right;
}

#site-navigation a {
    border-bottom: 0;
    text-transform: uppercase;
    color: white;
    text-align: right;
    font-size: 18px;
    line-height: 1.6;
}

.current-menu-item a {
    color: #84FDAE !important;
}

footer .current-menu-item a {
    color: black !important;
}

.sub-menu {
    display: none;
}

/* GENERAL */

.site-main {
    margin-top: 80px;
}

/* FOOTER */

.site-footer button {
	background-color: black !important;
	color: white !important;
}

.site-footer {
    background-color: #84FDAE;
    color: black;
    padding: 30px;
}

.site-info {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Clash Grotesk Medium', Arial, Helvetica, sans-serif;
    margin-top: 40px;
}

#footer-menu {
    display: flex;
    gap: 10px;
    /* padding: 10px 0; */
    justify-content: center;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

footer.site-footer .socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 32px;
    margin: 20px 0;
}

footer.site-footer img {
    height: 20px;
}

.ff-654ea522f1ba528a1f6da03f__left {
    display: none !important;
}

.ff-654ea522f1ba528a1f6da03f__wrapper {
    display: initial !important;
}

.ff-654ea522f1ba528a1f6da03f__right {
    max-width: 100% !important;
    background-color: #84FDAE !important;
    flex: unset !important;
    font-family: 'Clash Grotesk Medium', Arial, Helvetica, sans-serif !important;
    padding: 60px 0 0 0 !important;
}

.ff-654ea522f1ba528a1f6da03f__title,
.ff-654ea522f1ba528a1f6da03f .ff-654ea522f1ba528a1f6da03f__form,
.ff-654ea522f1ba528a1f6da03f .ff-654ea522f1ba528a1f6da03f__button {
        font-family: 'Clash Grotesk Medium', Arial, Helvetica, sans-serif !important;
        font-weight: unset !important;
        text-transform: uppercase !important;
}

.ff-654ea522f1ba528a1f6da03f__title {
    font-size: inherit !important;
}

.ff-654ea522f1ba528a1f6da03f__right button {
    color: #FFF !important;
    text-align: center !important;
    font-family: 'Clash Grotesk', Arial, Helvetica, sans-serif !important;
    font-size: inherit !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: 1.24px !important;
    text-transform: uppercase !important;
    background-color: black !important;
    border-radius: 100px !important;
    background: #000 !important;
    padding: 10px 30px !important;
    border: 2px solid black !important;
    cursor: pointer !important;
    }

    .ff-654ea522f1ba528a1f6da03f__right strong {
font-weight: inherit !important;
    }

/* POP-UP */

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000 !important;
    background-color: #84FDAE !important;
}

[data-ff-el="root"].ff-654cfcae0f4f4657fa9ac6f5 .ff-654cfcae0f4f4657fa9ac6f5__right,
[data-ff-el="root"].ff-654cfcae0f4f4657fa9ac6f5 .ff-654cfcae0f4f4657fa9ac6f5__left {
    background-color: #84FDAE !important;
}

.popup.show {
    display: block;
}

[data-ff-el="root"].ff-654cfcae0f4f4657fa9ac6f5 .ff-654cfcae0f4f4657fa9ac6f5__title {
    font-family: 'Clash Grotesk Medium', Arial, Helvetica, sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
}

#fd-form-654cfcae0f4f4657fa9ac6f5 button {
    color: #FFF !important;
	background-color: black !important;
    text-align: center;
    font-family: 'Clash Grotesk', Arial, Helvetica, sans-serif;
    font-size: inherit;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.24px;
    text-transform: uppercase;
    background-color: black;
    border-radius: 100px;
    background: #000;
    padding: 10px 30px;
    border: 2px solid black;
    cursor: pointer;

}

.popup img:first-of-type {
    width: 100%;
    max-width: 800px;
    margin-bottom: -6px;
    padding: 0;
    cursor: pointer;
}

#pop-up {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    max-width: 500px;

    background-color: white;
    color: black;
    z-index: 10000;

	display: none;
}

#pop-up.show {
	display: block;
}

#pop-up.hide {
	display: none;
}

#pop-up div {
    padding: 20px;
}

#pop-up h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px;
}

#pop-up a {
    border-bottom: 1px solid;
}

#pop-up span {
    font-size: 14px;

}

#pop-up input[type="email" i],
#pop-up input[type="text" i] {
	width: 100%;
	border: 1px solid black;
	padding: 10px;
	box-sizing: border-box;
}

#pop-up label {
	text-transform: uppercase;
}

.wpcf7 {
	padding: 0px !important;
}

input[type="submit" i] {
	background-color: black;
	color: white;
	text-transform: uppercase;
	width: 100%;
	padding: 10px;
}

input[type="submit" i] {
	width: unset;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-list-item-label {
	text-transform: none;
}

a.popclose {
    color: black !important;
    padding: 10px;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000;

    display: none;
}

/* PRIVACY */

.privacy-policy {
    background-color: #E3CDBC;
    color: black;
}

.privacy-policy .content {
    max-width: 640px;
    padding: 30px;
    box-sizing: border-box;
}

.privacy-policy .content h2 {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 24px;
}

/* HOME */

/* .home button {
    margin-top: 30px;
} */

/* .home button:first-of-type {
	color: black !important;
	background-color: #84FDAE !important;
	border: #84FDAE !important;
} */


/* .home button:first-of-type:hover {
	color: #84FDAE !important;
	background-color: #000 !important;
	border: #84FDAE !important;
} */

.page-the-film h2 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    padding: 30px;
}

.home .site-main {
    margin-top: 0;
}

video {
    max-width: 100%;
}

.header {
    font-size: 24px;
    color:#84FDAE;
    /* text-transform: uppercase; */
    font-family: 'Clash Grotesk', Arial, Helvetica, sans-serif;
    line-height: 110%;
    max-width: 700px;
    margin: 80px auto;
    text-align: center;
}

.hero {
    min-height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
}

.hero iframe {
    width: 100vh;
    height: 60vh;
}

.lineone {
    position: absolute;
    top: 0px;
    right: 12vw;
    pointer-events: none;
}

.laurels {
    display: flex;
    padding: 30px 30px;
    box-sizing: border-box;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.laurels img {
    width: auto;
    max-height: 9vh;
}

.trailer {
   text-align: center;
   padding: 120px 60px 0 60px;
   box-sizing: border-box;
   background-color: #E3CDBC;
}

.about {
    background-color: #E3CDBC;
    color: black;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    line-height: 130%;
    position: relative;
}

.about div {
    max-width: 700px;
    margin: 80px auto;
}

.linetwo {
    position: absolute;
    top: 60%;
    left: 30%;
    pointer-events: none;
    z-index: 10;
}

.action {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.action h3 {
	font-size: 20px;
    font-family: 'Clash Grotesk Medium', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.action a {
    border-bottom: 1px solid;
}

.action a:last-of-type   {
    border-bottom: none !important;
}

.action img {
    max-width: 100%;
    height: auto;
}

.action div p {
    margin: 0 0 1em 0;
}

.action div {
    max-width: 650px;
    font-size: 16px;
    line-height: 1.3;
    color:#84FDAE;
    padding: 30px;
    box-sizing: border-box;
}

.action div:first-of-type {
    margin-top: -200px;
}

.action div:last-of-type {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
}

.linethree {
    pointer-events: none;
    /* max-height: 100px; */
}

.linefour {
    pointer-events: none;
    transform: translateY(-90%);
    /* position: absolute;
    top: 22%;
    left: 50%; */
}

.action div span {
    align-self: center;
}

.action button {
    color: black;
    background-color: white;
}

.action button:hover {
    border: 2px dashed black;
    background: #84FDAE;
    color: black;
}

.finalimage {
	width: 100%;
	height: auto;
	display: block;
}

.home img {
    max-width: 100%;
    height: auto;
}

/* FILM */

.page-the-film .content h2 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    padding: 30px;
}

.page-the-film .content img {
    width: 100%;
    height: auto;
    display: block;
}

.word {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px 60px;
    gap: 30px;
}

.word img {
    max-width: 30px;
}

/* SCREENINGS */

.screenings > div,
.showings > div {
    padding: 15px 30px;
    border-top: 1px solid #84FDAE;
    text-transform: uppercase;
    font-size: 24px;
    color:#84FDAE;
    position: relative;
    line-height: 1.2;
}

.screenings > div > a {
    display: block;
    max-width: 88%;
}

.screenings > div:last-child,
.showings > div:last-child {
    border-bottom: 1px solid #84FDAE;
}

.screenings > div > span:nth-child(1),
.showings > div > span:nth-child(1) {
    font-family: 'Clash Grotesk Medium', Arial, Helvetica, sans-serif;
}

.screenings > div > a > span:nth-child(1),
.showings > div > a > span:nth-child(1) {
    font-family: 'Clash Grotesk Medium', Arial, Helvetica, sans-serif;
}

.screenings > div > span.btb > a > button,
.showings > div > span.btb > a > button {
    background-color: white;
    border: 2px solid white;
    color: black;
    padding: 2px 10px;
    font-family: inherit;
    font-size: inherit;
    text-transform: inherit;
    /* margin-left: auto; */
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;

    /* display: none; */
}

.screenings > div > span.btb > a > button:hover,
.showings > div > span.btb > a > button:hover {
    border: 2px dashed black;
    background: #84FDAE;
    color: black;
}

.screenings h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    background: #84FDAE;
    color: black;
    padding: 30px;
    margin: 0;
}

.morescreenings {
    padding: 60px 0;
    text-align: center;
}

/* .screenings.one {
    margin-bottom: 30px;
} */

/* PRESS */

.press {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
	border-bottom: 1px solid #84FDAE;
}

.feature {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 22vh;
    flex-direction: column;
    border: 1px solid #84FDAE;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px;
    text-align: center;
}

.feature img.split {
    max-width: 15px;
    height: auto;
    border-bottom: 0px !important;
    padding: 10px 0;
}

.feature img {
    max-width: 25%;
    height: auto;
    border-bottom: 0px !important;
}

.feature:nth-child(odd) {
    border-left: 0px;
    border-right: 0px;
}

.feature:nth-child(odd):last-of-type {
	width: 100%;
}


.feature:nth-child(odd):last-of-type img:not(.split) {
	max-width: 12.5%;
}

.feature:nth-child(even) {
    border-right: 0px;
}

.presskit {
    background-color: #E3CDBC;
    padding: 60px 0;
    text-align: center;
}

/* .presskit button {
    border: 2px dashed #000;
    font-family: 'Clash Grotesk Medium', Arial, Helvetica, sans-serif;
    background-color: transparent;
    font-size: 24px;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.presskit button:hover {
    background-color: black;
    color: #84FDAE;
} */

.presskit button {
    margin-top: 0;
}

/* TEAM */

.team {
    background: linear-gradient(180deg, #000 0%, #E3CDBC 73.44%);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 10vw 80px;
}

.team h2 {
    padding: 80px 0;
    text-align: center;
    color: #84FDAE;
    text-transform: uppercase;
    font-size: 32px;
    width: 100%;
}

.team div {
    max-width: calc(33.333% - 30px);
    height: auto;
    color: black;
}

.team img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    border: 2px solid #84FDAE;
}

.team > div > span:nth-child(2) {
    text-transform: uppercase;
    font-family: 'Clash Grotesk Medium', Arial, Helvetica, sans-serif;
}

/* EXTRA */

.e_c {
    background-color: #E3CDBC;
    color: black;
    padding: 60px;
    box-sizing: border-box;
    text-align: center;
}

.e_c:nth-of-type(odd) {
    background-color:black;
    color: #84FDAE;
}

.e_c:nth-of-type(odd) button {
    background-color:white;
    color: black;
}

.e_c button {
    margin-top: 30px;
}