/*
 Theme Name:   AwardPress
 Theme URI:    https://aryanraj.com
 Description:  Child Theme
 Author:       Aryan Raj
 Author URI:   https://aryanraj.com
 Template:     generatepress
 Version:      0.1
*/
a {
  text-decoration: none;
}
img {
  pointer-events: inherit;
}
.site-header li > a::after {
  position: absolute;
  margin-top: 15px;
  left: 0px;
  width: 0px;
  content: "";
  height: 1px;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  bottom: 15px;
}

.site-header li:hover > a:after,
.site-header li.current-menu-item > a::after {
  width: 100%;
  margin-left: 0px;
  opacity: 0.5;
  background: rgb(250, 114, 104);
}

.site-header li:hover > a:after,
.site-header li.current-menu-item > a:after {
  background: #ffffff !important;
}
.main-navigation li {
  margin-left: 20px;
  margin-right: 20px;
}
.main-navigation .menu-bar-item > a {
  padding-left: 10px;
  padding-right: 10px;
}

.site-header {
  box-shadow: none;
  z-index: 1;
  position: fixed;
  width: 100%;
  transition: all 400ms ease !important;
  z-index: 9999;
}

.site-header.sticky {
  position: fixed;
  background-color: #000000;
  box-shadow: 0 0 20px rgb(0 0 0 / 5%);
  z-index: 9999;
  /* height: 100px; */
  transition: all 400ms ease !important;
}

.site-header.sticky .inside-header {
  padding: 5px 40px;
}

.site.grid-container {
  padding-top: 00px;
}

.background-video {
  position: absolute;
  opacity: 1;
}

video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

video {
  z-index: 0;
}

.admin-bar .home-hero {
  height: calc(100vh - 32px);
}

.home-hero {
  height: calc(100vh - 0px);
}

.home-hero::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.8;
  z-index: 1;
  position: absolute;
}

.background-video-content {
  background: transparent !important;
}

@media (max-width: 768px) {
  .inside-header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .site-header.sticky .inside-header {
    padding: 5px 20px;
  }
  .has-inline-mobile-toggle .menu-bar-item {
    display: none;
  }
  .menu-toggle {
    padding: 0;
  }

  .copyright-bar {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }

  .footer-left {
    margin: 0 !important;
  }

  .footer-right {
    margin: 0 !important;
    padding-bottom: 10px;
    font-weight: bold;
  }

  #tribe-events,
  #tribe-events-pg-template,
  .tribe-events-pg-template {
    padding: 0;
  }
}

@media (min-width: 769px) and (max-width: 880px) {
  .main-navigation .main-nav ul li a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .main-navigation .menu-bar-item > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-navigation li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#generate-slideout-menu .inside-navigation {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}
.slideout-navigation button.slideout-exit {
  text-align: right !important;
  padding-right: 48px !important;
  margin-top: 9px !important;
}
.mobile-menu-offscreen a {
  font-size: 20px;
}
.offscreen-content .gb-shape svg {
  width: 1.3em !important;
  height: 1.3em !important;
}

/* === AWARD CATEGORY === */

/* === GRID BASE === */
.award-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* === ITEM WRAPPER === */
:root {
  --event-single-heght: 250px;
}
.award-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: transparent;
  height: var(--event-single-heght);
}

.award-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}

/* === IMAGE WRAPPER (Default State) === */
.award-image {
  position: relative;
  width: 100%;
  height: 100%;
  height: var(--event-single-heght);
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.award-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  filter: grayscale(100%);
  transition: all 0.2s linear;
}

/* === HOVER OVERLAY (Active Wrap) === */
.award-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #101010;
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}

.award-caption .caption-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.award-caption .caption-desc {
  font-size: 13px;
  opacity: 0.8;
}
.award-caption .caption-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.award-caption .caption-terms {
  font-size: 13px;
  opacity: 0.85;
  letter-spacing: 0.5px;
}

/* Hover slide effect */
.award-link:hover .award-caption {
  transform: translateY(0);
}

.award-link:hover .award-image {
  transform: translateY(-30px);
}

/* === HOVER STATE === */
.award-link:hover .award-image {
  transform: translateY(-30px);
}

.award-link:hover .award-caption {
  transform: translateY(0);
}

.award-link:hover .award-image img {
  filter: grayscale(0%);
  transition: all 0.2s linear;
}

.load-more-container {
  text-align: center;
  margin-top: 40px;
}

#load-more-awards {
  background: #000;
  padding: 10px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#load-more-awards:hover {
  background: var(--primary);
  color: #fff;
}
#load-more-awards:disabled {
  /* Styles for the disabled button */
  background-color: #cccccc; /* Example: grey background */
  color: #666666; /* Example: lighter text color */
  cursor: not-allowed; /* Example: change cursor to indicate non-interactivity */
  opacity: 0.7; /* Example: reduce opacity */
}

.award-category-listing .award-caption,
.award-category-listing .award-link:hover .award-image {
  transition: none;
  transform: none;
}

/* filter */
.award-filter-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.filter-separator {
    height: 50px;
    border-left: 1.5px solid #ddd;
}
.award-filter,
.status-filter {
  list-style: none;
  display: flex;
  gap: 7px;
  padding: 0;
  margin: 0;
  position: relative;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.filter-link,
.status-link {
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 20px;
  color: #333;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.filter-link:hover,
.filter-link.active,
.status-link:hover,
.status-link.active {
  border-color: #000;
  background: #000;
  color: #fff;
}
.caption-terms.with-status {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}

.caption-status {
    text-transform: uppercase;
    font-size: 10px;
}
.nomination-filter .award-filter, 
.nomination-filter .status-filter {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
}

/* ========== Next Event Card ========== */
.next-event-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.next-event-card a {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.next-event-card .event-thumb {
  position: relative;
}

.next-event-card .event-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.next-event-card .event-thumb img {
    filter: grayscale(100%);
    transition: all 0.2s 
linear;
}
.next-event-card .event-thumb img:hover,
.next-event-card .event-thumb img:focus {
    filter: grayscale(0%);
}


.next-event-card .event-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}

.next-event-card .event-date {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  color: #fff;
}

.next-event-card .event-date .event-day {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.next-event-card .event-date .event-monthyear {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.next-event-card .event-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
}

.next-event-card .event-meta {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 5px;
}

.next-event-card .event-meta span {
  margin-right: 8px;
}

.next-event-card .event-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

/* Sponsors */
.sponsers-logo .wp-block-splide-carousel .splide__slide {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* FOOTER */
.copyright-bar {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

.footer-left {
  margin-left: 0;
  margin-right: auto;
}

.footer-right {
  margin-left: auto;
  margin-right: 0;
}

.inside-site-info {
  display: block;
}
.single .tribe-block__venue {
  max-width: 100% !important;
}
.tribe_event-title {
  font-weight: 900;
  text-align: center;
}
.single .tribe-events-back {
  display: none;
}

.single .tribe-events-single-event-title {
  display: none;
}

.page-header-svg svg {
  position: absolute;
  right: auto;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.golden-text {
  background: linear-gradient(
    90deg,
    #b37e2c,
    #d8b35a,
    #e6c87f,
    #d8b35a,
    #b37e2c
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

hr {
  background-color: transparent;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 5px;
  color: #ededed;
}
.wp-block-separator {
  border: none;
  border-top: 1px solid;
}

.secondary-button {
  background-size: 200% auto !important;
  background-position: left top;
}
.secondary-button:hover,
.secondary-button:focus {
  background-position: right bottom;
}

/* SPLIDE */
.tribe-events-splide .wp-block-splide-carousel .splide__pagination {
  bottom: 20px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
}

.tribe-events-splide .wp-block-splide-carousel .splide__pagination__page {
  height: 15px;
  width: 15px;
  border: 2px solid #ffffff;
  transform: none !important;
  background-color: transparent;
}

.tribe-events-splide
  .wp-block-splide-carousel
  .splide__pagination__page.is-active {
  background: #fff;
  opacity: 1;
}
.tribe-events-splide .wp-block-splide-carousel img {
  filter: grayscale(100%);
  transition: all 0.2s linear;
}
.tribe-events-splide .wp-block-splide-carousel img:hover,
.tribe-events-splide .wp-block-splide-carousel img:focus {
  filter: grayscale(0%);
}
.single-tribe_events .tribe-events-c-subscribe-dropdown,
.tribe-events .tribe-events-c-subscribe-dropdown {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .tribe-events-event-meta .column,
  .tribe-events-event-meta .tribe-events-meta-group {
    width: 50%;
  }
}

/* SINGLE EVENT DESIGN */
.single-tribe_events .site-content {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-top: 60px;
}

.event-sidebar {
  order: 2;
}

.single-tribe_events .site-content #tribe-events-pg-template {
  width: 70%;
  max-width: 750px;
  padding: 0;
}
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button-text:focus,
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  button.tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  button.tribe-events-c-subscribe-dropdown__button-text:focus {
  outline: none;
}

@media (max-width: 1024px) {
  .single-tribe_events .site-content {
    display: flex;
    flex-direction: column;
  }
  .event-sidebar,
  .single-tribe_events .site-content #tribe-events-pg-template {
    width: 100%;
    max-width: 100%;
  }
}

.event-sidebar .tribe-block__events-link {
  margin-top: 0;
  padding-top: 0;
}
.event-sidebar
  .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  width: 100%;
  min-width: 100%;
  border-radius: 0;
}

.event-sidebar .tribe-events.tribe-common {
  width: 100%;
  display: block;
}

.event-sidebar .single-tribe_events .tribe-events-c-subscribe-dropdown__button,
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
  padding: 12px 20px;
}

.event-sidebar button.tribe-events-c-subscribe-dropdown__button-text {
  text-transform: uppercase;
}

.event-countdown {
  text-align: center;
  font-family: system-ui, sans-serif;
  margin: 10px 0;
}
.event-countdown-title a {
  color: #ffcc33;
  font-weight: 600;
  text-decoration: none;
}
.countdown-timer {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.countdown-timer.is-live::before {
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 10px;
  margin: 0px 5px 1px 0;
  display: inline-block;
  -webkit-animation: blink 0.7s alternate infinite;
  -moz-animation: blink 0.7s alternate infinite;
  -ms-animation: blink 0.7s alternate infinite;
}
.countdown-timer {
  display: flex;
  gap: 10px;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.countdown-value {
  border: 1px solid;
  border-color: #fff;
  padding: 1px 5px;
  width: 80px;
  border-radius: 5px;
}
.countdown-value {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.countdown-value .days,
.countdown-value .hours,
.countdown-value .minutes,
.countdown-value .seconds {
  width: 100%;
  min-width: 55px;
  border: 0px solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.countdown-value span {
  font-size: 10px;
  text-transform: uppercase;
  min-width: 20px;
  line-height: 2.2;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes blink {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

/* RSS */
.event-sidebar .wp-block-rss {
  list-style: none;
  margin: 0;
  margin-left: 5px;
  margin-right: 0 !important;
}

.event-sidebar .wp-block-rss li:before {
  content: "\f345";
  font-family: dashicons;
  font-size: 15px;
  vertical-align: top;
  line-height: 18px;
  color: #fdd49a;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0;
  margin-right: 10px;
  float: left;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}
.event-sidebar li.wp-block-rss__item {
  line-height: 1.4;
  margin-bottom: 10px;
  display: inline-flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  padding-left: 30px;
}

/** SPLIDE DESIGNS ========================================================= */

/** SPLIDE DESIGNS = */


/* Others */
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited
 {
    color: #dba958;
    fill: #dba958;
}
footer .mc4wp-form-fields p {
	width: 35%;
	padding-right: 10px;
}
footer .mc4wp-form-fields p:last-of-type {
	width: 30%;
	padding: 0;
}
footer .mc4wp-alert p {
	margin: 15px 0 0 0;
}

.mc4wp-form-fields {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    flex-direction: row;
    position: relative;
}

form#mc4wp-form-1 {
    width: 100%;
}

.mc4wp-form-fields input[type=email], 
.mc4wp-form-fields input[type=text],
.mc4wp-form-fields input[type=submit]{
	border: 1px solid #000;
	
}

.mc4wp-form-fields input[type=submit]{
	background-color: #000;
}
.mc4wp-form-fields input[type=submit]:hover,
.mc4wp-form-fields input[type=submit]:focus {
	background-color: var(--accent);
	border-color: var(--accent);
}
.mc4wp-form-fields input[type=email], 
.mc4wp-form-fields input[type=number], 
.mc4wp-form-fields input[type=submit], 
.mc4wp-form-fields input[type=search], 
.mc4wp-form-fields input[type=tel], 
.mc4wp-form-fields input[type=text], 
.mc4wp-form-fields input[type=url], 
.mc4wp-form-fields select, 
.mc4wp-form-fields textarea {
    width: 100%;
    -webkit-transition: all .3s 
ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

/* Nomination form */
.form-creator-url {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 !important;

}
.form-creator-url .wsf-label {font-weight: 700 !important;}

.form-creator-checkbox {
    width: 100%;
    max-width: 100% !important;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-transform: uppercase;
    text-align: left !important;
    padding: 0 !important;
}

.form-creator-submit {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.form-creator-url input {
    width: 100%;
    max-width: 500px !important;
}
.form-creator-submit .wsf-button {
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    font-weight: 700 !important;
}

.form-creator-url .wsf-text-danger,
.form-creator-checkbox .wsf-text-danger {
  color: transparent !important;
}



/* -----  VOTE PAGE ------ */
.access-form-active .entry-content {
    padding: 20px;
}

.access-form-vote-code {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
	padding: 20px 20px;
}

.vote-form label {
    display: block;
    display: none;
}

input#vote_code {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
}

.vote-form-button {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
}

a.need-access-code-link {
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
}

.voting-access-form-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.vote-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.access-verified-active .hf-fields-wrap select {
    min-width: 250px;
    border: 2px solid;
    border-color: #a7aaad;
    font-weight: bold;
}

input[name="vote_code_used"],
.access-verified-active .hf-fields-wrap input[type="submit"]{
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden !important;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border: 0;
}

.access-verified-active .hf-form {
    min-height: 60px;
    border: 1px solid;
    border-color: transparent;
}

.access-verified-active .hf-message.hf-message-success {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: rgb(212, 237, 218);
    color: rgb(21, 87, 36);
    padding: 10px;
    border: 1px solid rgb(195, 230, 203);
    border-radius: 4px;
    font-weight: bold;
    max-width: 250px;
    margin: 0;
    margin-top: 5px;
}


.access-verified-active .hf-fields-wrap p {
    margin: 0;
}

p#submitStatus {
    min-height: 50px;
    border: 1px solid;
    border-color: transparent;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0 !important;
    text-align: center;
}

/** MEDIA DATA ========================================================= */
@media (max-width: 1024px) {
  
  /* - Home ------ */

  /* - Section Name ------ */

  /* - Section Name ------ */
  .award-filter-container {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
 .filter-separator {
        border-left: 0;
        border-bottom: 1.5px solid #ddd;
        height: 0;
        width: 100%;
    }
.award-filter,
.status-filter {
  display: flex;
  flex-direction: column;
  gap: 15px;
  
}

  /* - Section Name ------ */

}

@media (max-width: 768px) {
  
  /* - Section Name ------ */

  /* - Section Name ------ */

  /* - Section Name ------ */

.nomination-filter .award-filter, 
.nomination-filter .status-filter {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    gap: 15px;
}

  /* - Section Name ------ */
footer .mc4wp-form-fields p {
	width: 100% !important;
	padding: 0;
}

.mc4wp-form-fields {
    display: flex;
    flex-direction: column;
}
}
