@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
    font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Black';
	src: url('../fonts/Montserrat-Black.woff2') format('woff2');
    font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Light';
	src: url('../fonts/Montserrat-Light.woff2') format('woff2');
    font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
	font-family: 'TimesRoman-Italic';
	src: url('../fonts/TimesRoman-Italic.woff2') format('woff2');
    font-display: swap;
}
html {
  scroll-behavior: smooth !important;
}
body {
	font-family: 'Montserrat-Medium';
    background-color: #000;
    overflow-x: hidden;
}
hr{
    opacity: 1;
    border-top: 1px solid #fff;
}
a {
	text-decoration: none;
	color: #FF8400;
}

a:hover {
	color: #fff;
}

.gx-10 {
	--bs-gutter-x: 5rem;
}

h2{
    font-size: 4rem;
    color: #FFFFFF;
}
p{
    color: #FFFFFF;
    font-size: 1.55rem;
}

/* Header */
header.site-header {
	background-color: #000;
	position: relative;
	text-align: center;
	padding: 2rem 0;
	clip-path: polygon(49% 100%, -60% 0px, 160% 0px);
    z-index: 1;
}

.menu-btn {
	font-size: 1.2rem;
	border: none;
	background: none;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	letter-spacing: 2px;
}

.donate-btn {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	padding: 0.5rem 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s;
	letter-spacing: 2px;
}

.donate-btn:hover {
	background: #FF8400;
	color: #fff;
}

.header-logo img {
	width: 50%;
}

.header-caption {
	font-size: 1rem;
	margin-top: 0.5rem;
	color: #fff;
}

/* ===== Fullscreen Mega Menu ===== */
.mega-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #000;
	display: none;
	justify-content: space-between;
	align-items: stretch;
	padding: 3rem;
	z-index: 9999;
	transition: transform 0.5s ease;
	transform: translateY(-100%);
}

.mega-menu.show {
	display: block !important;
	transform: translateY(0);
}

.mega-left img {
	/* max-width: 60%; */
	margin-bottom: 2rem;
}

.mega-left a {
	width: 250px;
	margin: 0.5rem 0;
	padding: 0.50rem 2rem;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	transition: 0.3s;
	letter-spacing: 2px;
	border-radius: 0;
}

.mega-left a:hover {
	background: #FF8400;
	color: #000;
}

.mega-right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mega-right li {
	margin-bottom: 1rem;
}

.mega-right li a {
	color: #fff;
	font-size: 3rem;
	text-decoration: none;
	transition: 0.3s;
	line-height: 3rem;
}

.mega-right li:last-child a {
	color: #8B708B;
}
.mega-right li:last-child:hover a{
    color: #FF8400;
}
.mega-right li:last-child:hover a span svg *{
    fill: #FF8400;
    transition: fill 0.3s ease;
}

.mega-right a:hover {
	color: #FF8400;
}

/* Close Button */
.close-menu {
	position: absolute;
	top: 2rem;
	right: 2rem;
	background: none;
	border: none;
	cursor: pointer;
}

.close-menu svg {
	width: 50px;
	height: 50px;
}

.banner {
    min-height: 100vh;
    background-color: #000;
    margin-top: -5.5%;
    /* z-index: -1; */
}

.banner-img {
    object-fit: cover;
    height: 100vh;
}
.banner-video{
    width: 100%;
    height: auto;
}
.banner button svg {
    transition: transform 0.4s ease;
  }

  .banner button:hover svg {
    transform: scale(1.05);
  }

  .banner h1 {
    font-size: 6rem;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .btn-close-custom {
  top: -20px;
  right: -20px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.2s ease;
}
.btn-close-custom:hover {
  transform: scale(1.1);
}
.watch-video-icon svg {
  overflow: visible;
}
.watch-video-icon svg:hover g#Ellipse_141 circle {
  stroke: #FF8400; /* changes the red stroke */
}

.watch-video-icon svg:hover path#Polygon_1 {
  fill: #FF8400; /* changes the red triangle color */
}

.watch-video-icon svg:hover text {
  fill: #FF8400; /* changes WATCH/VIDEO text color */
}
.uprcs{
    text-transform: uppercase;
}

.modal iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}

.about{
    padding: 5.5rem 0 5.5rem 0;
    clip-path: polygon(50% 100%, -550% 0px, 650% 0px);
    background: linear-gradient(to bottom, #000000 0%, #2E2D46 100%);
}

.about p{
    font-size: 1.55rem;
    color: #FFFFFF;
    line-height: 2.5rem;
}

.btn-orange{
    background-color: #FF8400;
    padding: 0.625rem 4.5rem;
    border: 1px solid #fff;
    border-radius: 0px;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.btn-orange:hover{
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #fff;
}
.embed{
    padding: 3.438rem 0;
}
.embed h2{
    font-size: 3.75rem;
}

.embed p{
    font-size: 1.25rem;
}

.bounce-arrow {
  display: inline-block;
  animation: bounce 1.8s infinite ease-in-out;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px); /* how much it moves down */
  }
}

.about-us, .wish, .team, .social{
    clip-path: polygon(50% 100%, -550% 0px, 650% 0px);
    background: linear-gradient(to bottom, #000 0%, #442B44 100%);
}
.title h2{
    text-transform: uppercase;
}

.about-us .title span, .for-fans .title span, .wish .title span, .timeline .title span, .team .title span, .news .title span, .social .title span, .notes .title span, .notes-pvt .title span{
    text-transform: uppercase;
    color: #FF8400;
    letter-spacing: 3px;
    font-size: 1.875rem;
    display: inline-block;
    position: relative;
    padding: 0 20px;
}

/* Horizontal lines on both sides */
.title span::before,
.title span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc((100vw - var(--container-width, 1140px)) / 2 + 100%);
    height: 2px;
    background-color: #757575;
}

.team .title span::before, .team .title span::after, .news .title span::before, .news .title span::after{
    width: calc((100vw - var(--container-width, 1440px)) / 2 + 100%);
}

.title span::before {
    right: 100%;
    margin-right: 20px;
}

.title span::after {
    left: 100%;
    margin-left: 20px;
}

.list-box{
    padding: 2rem;
    background: linear-gradient(to bottom, #442B44 0%, #000 100%);
}

.list-box h3{
    font-size: 1.875rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

.list-box ul {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
}

.list-box ul li{
    font-size: 1.55rem;
    color: #ffffff69;
    margin-top: 2rem;
    position: relative;
    padding-left: 35px;
}

.list-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  /* transform: translateY(-50%); */
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24.439' height='26.32' viewBox='0 0 24.439 26.32'><path d='M131.478,96.282A2.351,2.351,0,0,0,128,98.344v21.62a2.351,2.351,0,0,0,3.478,2.062l19.74-10.81a2.351,2.351,0,0,0,0-4.124Z' transform='translate(-128 -95.993)' fill='%23ff8400'/></svg>") no-repeat center center;
  background-size: contain;
}

.btn-reg {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	padding: 0.625rem 5.313rem;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s;
	letter-spacing: 2px;
    border-radius: 0;
}

.btn-reg:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #FF8400;
}

.just-img{
    margin-top: -6.5%;
}

.just-img1{
    margin-top: -15%;
}
.just-img1.vid{
    position: relative;
    z-index: -1;
}

.for-fans, .timeline, .news{
    padding: 4.5rem 0;
    /* clip-path: polygon(50% 100%, -550% 0px, 650% 0px); */
    clip-path: polygon( 0% 0%, 100% 0%, 100% calc(99% - 50px), 50% 100%, 0% calc(99% - 50px));
    background: linear-gradient(to bottom, #000000 0%, #2E2D46 100%);
}

.for-fans .list-box, .timeline .list-box, .news .list-box{
    padding: 2rem;
    background: linear-gradient(to bottom, #2E2D46 0%, #000 100%);
}

.for-fans p, .timeline p{
    font-family: 'Montserrat-Light';
    line-height: 4rem;
    font-size: 2.5rem;
}

.wish, .team, .social, .about-us{
    padding: 4.5rem 0;
}

.wish h4 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    color: #fff;
    margin-bottom: 2rem;
}

.wish .list-box .support span {
    color: #FF8400;
    font-size: 3rem;
    font-family: 'Montserrat-Black';
}

.wish .list-box .support p{
    margin-top: -15px;
}

.list-box span{
    font-size: 1.6rem;
    color: #FFFFFF;
}

.timeline .list-box .milestone span {
    color: #FF8400;
}

.timeline .list-box .milestone p {
    margin-bottom: -20px;
    font-size: 1.5rem;
}

.team{
    padding: 4.5rem 0 8rem 0;
}

.team .creators h3{
    color: #FFFFFF;
    font-size: 3rem;
    font-family: 'TimesRoman-Italic';
}
.team .creators span{
    font-size: 24px;
    color: #FFFFFF;
}

.team .team-box{
    display: flex;
    flex-direction: column;
    padding: 3rem;
    gap: 20px;
}

.team .team-box .name{
    font-size: 2rem;
    text-transform: uppercase;
}
.team .team-box .does{
    font-size: 1.7rem;
    font-family: 'TimesRoman-Italic';
    margin-top: -30px;
}
.team .list-box h4 {
    font-size: 2.5rem;
    color: #fff;
}
.team .list-box h4 span {
    font-size: 1.5rem;
    font-family: 'TimesRoman-Italic';
}
.team .list-box p{
    font-size: 1.2rem;
    line-height: 28px;
    margin-bottom: 1.5rem;
}

.team-col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* pushes social icons to bottom */
  align-items: center;
  padding: 20px;
}

/* Close icon in top-right */
.close-team {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* Social icons container */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px; /* space between icons */
  margin-top: auto; /* ensures it stays at bottom */
}

/* SVG icons */
.social-icons svg {
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
}

.social-icons svg:hover{
  transform: scale(1.1);
}
.social-icons svg:hover path{
fill: #ff8400;
transition: transform 0.3s ease;
}

.team .barry-gordon-img, .team .gary-b-lamb-img{
    cursor: pointer;
}

.team .list-box.barry-gordon, .team .list-box.gary-b-lamb{
    display: none;
}

.just-img2 {
    margin-top: -12%;
}

.news .recent-articles {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.news .recent-articles a{
    font-size: 1.375rem;
    color: #fff;
}
.news .recent-articles a:hover, .news .news-box .blog-title a:hover{
    color: #FF8400;
}
.news .news-preview p{
    font-family: 'Montserrat-Light';
    font-size: 1.9rem;
}
.news .news-box .blog-title a {
    color: #fff;
    font-size: 1.4rem;
    font-family: 'Montserrat-Bold';
}
.news .news-box .blog-meta span, .news .news-box .blog-meta span a{
    color: #fff;
}
.news .news-box .blog-meta span a:hover{
    color: #FF8400;
}
.social p{
    font-family: 'Montserrat-Light';
    font-size: 1.9rem;
}
.social .list-box p{
    font-size: 1.5rem;
    font-family: 'Montserrat-Medium';
}
.social .tags span{
    font-family: 'Montserrat-Bold';
    color: #FF8400;
    font-size: 2rem;
}
.social h3, .embed h2, .site-footer .web-by{
    text-transform: uppercase;
}
.social .slider-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social .swiper {
    width: 100%;
    height: 400px;
    position: relative;
}

.social .swiper-slide {
    /* border-radius: 15px; */
    overflow: hidden;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
}

.social .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.social .custom-arrow {
    width: 60px;
    height: 60px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.social .custom-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.social .custom-arrow svg {
    width: 60px;
    height: 60px;
}
.ft-subscription{
    padding: 10rem 0 4.5rem 0;
    background: linear-gradient(to bottom, #2E2D46 0%, #000 100%);
    margin-top: -8%;
}
.mc4wp-response{
    width: 70%;
    margin: 0 auto;
}
.mc4wp-response .mc4wp-alert p{
    font-size: 1rem;
}
.mc4wp-response .mc4wp-alert.mc4wp-success p{
    color: green;
}
.mc4wp-response .mc4wp-alert.mc4wp-notice p{
    color: #FF8400;
}
.site-footer p{
    font-size: 1.2rem;
}
.site-footer .ft-menu{
    display: flex;
    list-style: none;
    gap: 1.5rem;
    text-transform: uppercase;
    padding-left: 0;
    justify-content: space-between;
}
.site-footer .web-by a, .site-footer .ft-menu a{
    color: #fff;
}
.site-footer .web-by a:hover, .site-footer .ft-menu a:hover{
    color: #FF8400;
}
.site-footer .btm-ftr p, .site-footer .btm-ftr ul{
    font-size: 1rem;
    margin-bottom: 0;
}
.modal-join .close-join, .modal-success .close-join{
    cursor: pointer;
}
.modal-join h5, .modal-success h5{
    font-size: 2rem;
}
.modal-join .modal-header, .modal-success .modal-header{
    border: none;
}
.modal-join p, .modal-success p{
    color: #000;
    font-size: 1rem;
    font-family: 'Montserrat-Regular';
}
.modal-join input{
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    margin-top: 12px;
}
.modal-join input[type="checkbox"] {
    width: auto;
    font-family: 'Montserrat-Regular';
    cursor: pointer;
}
.modal-join .wpcf7-list-item{
    margin: 0;
}
.modal-join input[type="submit"], .dwnld {
    border: 2px solid #000;
    border-radius: 0;
    width: 70%;
    color: #000;
    font-family: 'Montserrat-Black';
    letter-spacing: 2px;
    display: block;
    margin: 1rem auto;
}
.dwnld{
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #ff8400;
    color: #fff;
    border: none;
    transition: all 0.3s;
    margin: 3rem auto;
}
.dwnld:hover{
    background-color: #442B44;
}
#liner-tgl, #liner-tgl-pvt {
    cursor: pointer;
}
#liner-tgl:hover p, #liner-tgl-pvt:hover p {
    color: #FF8400;
}

#liner-tgl:hover svg path, #liner-tgl-pvt:hover svg path {
    fill: #FF8400;
}
.notes, .notes-pvt{
    background-color: #2E2D46;
    padding: 4.5rem 0;
    display: none;
}
.notes .title h3, .notes-pvt .title h3{
    color: #fff;
}
.notes p, .notes-pvt p{
    font-size: 1.375rem;
    margin-bottom: 2rem;
}

.team-box {
  position: relative;
  text-align: center;
}

.img-wrap {
  position: relative;
  display: inline-block;
}

.img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease;
}

.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.img-wrap:hover .hover-img {
  opacity: 1;
}

.img-wrap:hover .base-img {
  opacity: 0;
}

/* Album cast page */
.page-template-album-cast .just-img2 {
    margin-top: -6%;
}
.team .ac-team-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.team .ac-team-box .name{
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 1.1rem;
}
.team .ac-team-box .does{
    color: #fff;
    font-family: 'TimesRoman-Italic';
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1px;
}
.team .img-hvr:hover, .embed.marketing-team img.de-img, .embed.marketing-team img.ktee-img{
    cursor: pointer;
}
.team .cnt-box-1, .team .cnt-box-2{
    display: none;
}
.timeline .behind-cnt h4, .embed.marketing-team .list-box h4{
    font-size: 2.5rem;
    color: #fff;
}
.timeline .behind-cnt h4 span{
    font-size: 1.5rem;
    font-family: 'TimesRoman-Italic';
}
.timeline .behind-cnt p{
    font-size: 1.2rem;
    line-height: 28px;
    margin-bottom: 1.5rem;
}
.timeline .crew-details h4{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    letter-spacing: 3px;
}
.timeline .crew-details ul {
    color: #fff;
    list-style: none;
    padding: 0;
    font-size: 1.2rem;
    line-height: 3rem;
}
.embed.marketing-team .creators span{
    font-size: 24px;
    color: #FFFFFF;
}
.embed.marketing-team .ac-team-box .name {
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 1.1rem;
}
.embed.marketing-team .list-box{
    background: linear-gradient(to bottom, #2E2D46 0%, #000 100%);
}
.embed.marketing-team .list-box.de-ivett, .embed.marketing-team .list-box.katheryne-ktee-thomas{
    display: none;
}

/* Blog Listing */
.blog-list h3{
    font-size: 1.5rem;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Montserrat-Bold';
    text-align: center;
}
.blog-list .list-box ul li{
    padding-left: 3.125rem;
    margin-top: 1.5rem;
}
.blog-list .list-box ul li a{
    color: #fff;
    font-family: 'Montserrat-Light';
}

.blog-list .custom-search-form {
  text-align: center;
}

.blog-list .custom-search-form label {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.blog-list .search-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.blog-list .search-field {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border: none;
  font-size: 14px;
}

.blog-list .search-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.blog-list .search-button svg path {
  fill: #000;
  transition: fill 0.3s ease;
}

.blog-list .search-button:hover svg path {
  fill: #FF8400;
}

.blog-list .recent-news-links a{
    font-family: 'Montserrat-Light';
    color: #fff;
}
.blog-list .recent-news-links a:hover, .blog-list .post-o-content .entry-meta .tags a:hover, .blog-list .post-o-content h3 a:hover, .blog-list .sngl-post .entry-meta .tags a:hover{
    color: #FF8400;
}
.blog-list .top-cnt p{
    line-height: 3rem;
    font-size: 2rem;
}
.blog-list .post-o-content h3{
    font-size: 1.5rem;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
}
.blog-list .post-o-content h3 a, 
.blog-list .post-o-content .entry-meta, 
.blog-list .post-o-content .entry-meta .tags a,
.blog-list .sngl-post .entry-meta,
.blog-list .sngl-post .entry-meta .tags a{
    color: #fff;
}
.blog-list .post-o-content .entry-content p{
    font-size: 1rem;
    line-height: 1.375rem;
}
.blog-list .title span::before, .blog-list .title span::after{
    width: calc((100vw - var(--container-width, 1140px)) / 2 + 50%);
}
.blog-list .sngl-post h1{
    font-family: 'Montserrat-Light';
    font-size: 2rem;
    color: #fff;
}
.blog-list .sngl-post .entry-content p, .blog-list .sngl-post .entry-content ul{
    font-size: 1.25rem;
    line-height: 30px;
    font-family: 'Montserrat-Light';
    color: #fff;
}
.blog-list .sngl-post .author-box h5{
    font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
.blog-list .sngl-post .author-box p{
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.5rem;
    margin-bottom: 0;
}
.sngl-post p iframe{
	display: block;
	margin: 0 auto;
}
.sngl-post h2{
    font-size: 2rem;
}
.sngl-post p strong{
    font-family: 'Montserrat-Bold';
}

/* Industry Open Page */
.industry-open .list-box h3{
    text-transform: none;
    font-family: 'Montserrat-Bold';
    letter-spacing: 3px;
    font-size: 1.3rem;
}
.industry-open .list-box h3 span{
    margin-left: 1rem;
}
.industry-open .list-box ul li{
    font-family: 'Montserrat-Light';
    padding-left: 3.5rem;
    font-size: 1.35rem;
}
.industry-open .fp span{
    line-height: 3rem;
    font-size: 1.9rem;
    color: #fff;
}
.industry-open .fp p{
    font-size: 1rem;
    line-height: 2rem;
}
.industry-open .fp h3{
    color: #fff;
    font-size: 3rem;
}
.industry-open .accessForm input, .industry-open .accessForm button{
    padding: 1em 2em;
    width: 100%;
    border-radius: 0;
    border: 1px solid #fff;
}
.industry-open .accessForm button{
    color: #fff;
    background: transparent;
}
.industry-open .accessForm button:hover{
    background-color: #FF8400;
}

/* Industry Protected page */
.industry-protected p{
    font-size: 1.25rem;
}
.industry-protected .title h3{
    color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
}
.industry-protected .list-box h3{
text-transform: none;
}
.industry-protected .list-box p{
    font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.notes-pvt{
    background: linear-gradient(to bottom, #000 0%, #442B44 100%);
}

/* Contact Us */
.contactForm .wpcf7-form span{
    font-size: 1rem;
}
.contactForm .wpcf7-form input, .contactForm .wpcf7-form textarea{
    width: 100%;
    padding: 0 1.5em;
}
.contactForm .wpcf7-form input::placeholder {
    font-family: 'Montserrat-Regular';
}
.contactForm .wpcf7-form p{
    line-height: 3rem;
    margin-bottom: 0;
}
.contactForm .wpcf7-form .wpcf7-submit{
    display: block;
    margin: 0 auto;
}
.contactForm .title span::before, .contactForm .title span::after{
    width: calc((100vw - var(--container-width, 1140px)) / 2 + 50%);
}
.modal{
    z-index: 99999;
}
#closeMenu:hover svg *, .close-join:hover svg *, .close-team:hover svg *{
    fill: #FF8400;
    transition: fill 0.3s ease;
}

.gform-theme--foundation .gform_fields{
    row-gap: 10px !important;
}
body .gform_wrapper .gf_span{
    font-size: 1rem;
    line-height: 3rem;
    font-family: 'Montserrat-Light';
    color: #FFFFFF;
}
body .gform_wrapper .gf_span p{
    line-height: 1.5rem;
}
body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
  color: #868686;
  font-family: 'Montserrat-Regular';
}
body .gform_wrapper input,
body .gform_wrapper textarea {
  padding: 2em 1.5em !important;
}
body .gform_wrapper .gform_footer input.gform_button{
    border: 1px solid #fff !important;
	background: transparent !important;
	color: #fff !important;
	padding: 0.625rem 5.313rem !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	transition: all 0.3s !important;
	letter-spacing: 2px !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
}
body .gform_wrapper .gform_footer input.gform_button:hover, body .gform_wrapper .gf_join_form .gform_footer input.gform_button:hover,
.gform_wrapper .gf_request_pass_form .gform_footer input.gform_button:hover,
.gform_wrapper .gf_want_more_form .gform_footer input.gform_button:hover{
    color: #fff !important;
  border: 1px solid #fff !important;
  background: #FF8400 !important;
}
body .gform_wrapper .gfield_checkbox input{
    padding: 0px !important;
}
.gf_join_form .gf_span, .gf_request_pass_form .gf_span, .gf_want_more_form .gf_span{
color: #000 !important;
}
body .gform_wrapper .gf_join_form .gform_footer input.gform_button, body .gform_wrapper .gf_request_pass_form .gform_footer input.gform_button,
body .gform_wrapper .gf_want_more_form .gform_footer input.gform_button{
    border: 1px solid #000 !important;
	background: transparent !important;
	color: #000 !important;
	padding: 0.625rem 5.313rem !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	transition: all 0.3s !important;
	letter-spacing: 2px !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
}
.default-pg h1{
    font-size: 5rem;
    text-align: center;
    color: #fff;
}
.default-pg{
	background: linear-gradient(to bottom, #000000 0%, #2E2D46 100%);
}
.default-pg ul, .default-pg ol{
	font-size: 1.5rem;
	color: #fff;
}
.wpcf7-response-output{
	color: #fff;
}
.pg-content h3{
    color: #fff;
    font-weight: bold;
    margin-top: 2rem;
}
.pg-content table{
    color: #fff;
}
.pg-content table th, .pg-content table td{
    padding: .5rem 1rem;
}
.pg-content table tr, .pg-content table td{
    border-width: 1px;
}
.single-team article.team, .search-results article.team{
    clip-path: none;
    background: none;
}
.search-results article.team{
    padding: 0;
}
.btn-play{
    top: 50%;
}