/*
Template Name: Club Style
Version: 1.0
*/


#sub-page {
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
}

#sub-page-wrap { 
  width: 80%; 
  margin: 0 auto;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 2%;
}

.sub-layout {
  display: grid;
  gap: 2rem;
  width: 100%;        
}

.sub-layout-main img {
  width: 100%;       /* fill the width of the container */
  height: auto;      /* keep aspect ratio */
  display: block;    /* remove inline spacing below image */
  max-width: 100%;   /* optional, prevents overflow */
}


/* Overall Layout */

#layout-flex {
  background:#f8f8fc;
  width: 100%;
  text-align: justify;
}
#layout-flex-wrap { 
  width: 80%; 
  margin: 0 auto; 
  display: flex; 
  flex-direction: column; 
}

#layout-flex-wrap h1 {  
  margin: 0 0 0.75rem; padding: 0 0;
}

#layout-flex-wrap h2 { font-size:1rem;
  margin: 0 0 1.5rem; padding: 0 0;
}

#layout-flex-wrap p { 
  margin: 0 0 2rem; padding: 0 0;
}

#layout-flex-wrap i {
  font-style: oblique 10deg; 
}

#layout-80-columns,
#layout-100-columns,
#layout-40-60-columns,
#layout-50-50-columns,
#layout-55-35-columns,
#layout-60-30-columns 
{
  padding: 5rem 0 5rem 0;
  display: flex;
  gap: 5rem;
}

#layout-100-columns img,
#layout-40-60-columns img,
#layout-60-30-columns img 
{
  width: 100%; height: auto;
  display: block;
}



/* About / Mission Statement Layout */

#layout-80 {
  max-width: 80%;
  flex: 1;
  margin: 0 auto; padding: 0;
}

/* Community Layout */

#layout-100 {
  max-width: 100%;
  flex: 1;
  margin: 0 auto; padding: 0;
}

/* Join Us Layout */

#layout-40-60-one { 
  background:url(/img/0001.jpg);
  flex: 1.75;   
  background-repeat: no-repeat;
  background-position: right !important;	
}

#layout-40-60-two {
  flex: 3.25;            
  display: grid; gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


/* Second Team Layout */


#layout-55-35-one { 
  flex: 2.25;
  margin: 0;
  padding: 0;
}

#layout-55-35-two { 
  flex: 1.25;
  margin: 0;
  padding: 0;
}



/* Safeguarding Layout */

#layout-60-30-one { 
  flex: 2.5;
  margin: 0;
  padding: 0;
}

#layout-60-30-two {
  flex: 1;
  margin: 0;
  padding: 0;
}

#layout-60-30-one p { 
  text-align: justify;
}

#layout-60-30-two p {  
  margin: 0 0 1rem; text-align: justify;
}

.layout-60-30-two-b {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 3rem;
}

#layout-60-30-two img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2rem; 
}

.layout-60-30-block-01 { 
  display: flex;
  gap: 3rem;
  align-items: stretch;
  margin-bottom: 3rem;
  padding-bottom: 3rem; 
  border-bottom: 1px solid #d7d8dd;
}

.layout-60-30-block-01-text {
  flex: 1.22;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

.layout-60-30-block-01-image {
  flex: 1;
}

.layout-60-30-block-01-image img {
  width: 100%;
  height: 250px;         
  object-fit: cover;
  display: block;
}

.layout-60-30-block-01-text p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.layout-60-30-block-02 {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  padding-bottom: 3rem; 
  border-bottom: 1px solid #d7d8dd;
}

.layout-60-30-block-02-text {
  margin: 0;
  padding: 0;
}























/* 
Theme Name - FC Nations Child Theme
Template Name - Page Hero 
Version: 1.0 */

#page-hero {
  position: relative;
  height: 50vh; min-height: 50vh;
  display: flex;
  justify-content: center; 
  align-items: stretch;  
  color: white;
  z-index: 0;
  background-color: #000;
}

#page-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('https://madebyliam.co/nationsfc/hero.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5; z-index: -1;
}

#page-hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 15%);
  z-index: -1; 
}
#page-hero h1 { text-align:center; font-size:3.25rem; text-transform:none;!important;
  display: block !important;
  opacity: 1 !important;
	visibility: visible !important; padding-bottom:1.25rem; margin:0;
}

#page-hero h2 {
  text-align: center;
  font-size: 1rem;
  text-transform: none !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0;
  margin: 0;
}
#page-hero-wrap {
  width: 80%;
  margin: 0 auto;
}
.page-hero-content { 
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 8vh;
}





/* 
Theme Name - FC Nations Child Theme
Template Name - Gallery Hero 
Version: 1.0 */

#gallery-hero {
    position: relative;
    height: 40vh;
    min-height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    z-index: 0; /* stacking context for pseudo-elements */
}

/* Dark overlay behind content */
#gallery-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.7));
    z-index: -1; /* make sure it's behind the content */
}

#gallery-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 15%);
    z-index: -1; /* behind content */
}

#gallery-hero-wrap {
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    height: 100%;
}

.gallery-hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 13vh;
}

#gallery-hero h1 {
    color: #fff;
    text-align: center;
    font-size: 3.25rem;
    text-transform: none !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding-bottom: 1.25rem;
    margin: 0;
}



/* 
Theme Name - FC Nations Child Theme
Template Name - Team Hero 
Version: 1.0 */

#team-hero {
  position: relative;
  height: 80vh; min-height: 80vh;
  display: flex;
  justify-content: center; 
  align-items: stretch;  
  color: white;
  z-index: 0;
  background-color: #000;
}

#team-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('https://fcnations.com/img/team.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: 0.75; z-index: -1;
}

#team-hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 15%);
  z-index: -1; 
}

#team-hero-wrap {
  width: 80%; 
  margin: 0 auto;
  display: flex;
  align-items: stretch; 
  height: 100%;         
}

.team-hero-content {
  width: auto; height: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top:13vh; 
}
#team-hero h1 {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}



/* 
Theme Name - FC Nations Child Theme
Template Name - Fixed Buttons 
Version: 1.0 */

#fixtures-buttons { 
  position: sticky;
  top: 47px;
  z-index: 999;
  background: #f8f8fc;
  height: 140px;
  transition: height 0.35s ease; 
}

#fixtures-buttons-wrap { border-left: 1px solid #00fcff; border-right: 1px solid #00fcff;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden; 
}

#fixtures-buttons-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 3rem 0 3rem;
  transition: padding 0.35s ease;gap:1rem;
}

#fixtures-buttons.is-sticky {
  height: 88px; /* choose what feels right */
}

#fixtures-buttons.is-sticky #fixtures-buttons-inner {
  padding: 1.5rem 0;
}

#fixtures-buttons button {
  background: #fff;
  border: 0.1rem solid #e7e0ea;
  color: #050417;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 300;
  text-transform: none;
  transition: background 0.3s, transform 0.3s;
}

#fixtures-buttons.is-sticky button {
  transform: scale(0.95);
}

#fixtures-buttons button.active,
#fixtures-buttons button:hover {
  background: #f7f4f8;
  border: 0.1rem solid #d7d8dd;
}









#club-first {
  background: #e7e7e7;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Inner Wrap */
#club-first-wrap {
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0; /* vertical spacing */
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #00fcff;
  border-right: 1px solid #00fcff;
  gap: 2%;                      /* optional spacing between flex items */
}

/* Image Block - Square with Background */
.club-first-one {
  width: 50%;
  display: flex;
  align-items: center;           /* vertically center the inner block */
  justify-content: flex-start;   /* horizontal alignment */
}
/* Inner Text Wrapper */
.club-first-one-wrap {
  display: flex;
  flex-direction: column;        /* stack h1 and p vertically */
  align-items: flex-start;       /* left-align text */
  gap: 1rem;                     /* spacing between h1 and p */
}

/* Optional: make text responsive */
.club-first-one-wrap h1 {
  margin: 0;
}
.club-first-one-wrap p {
  margin: 0;
}
.club-first-one-img {
  background-image: url('https://fcnations.com/img/accredited-england-football.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 300px;
  height: 90px;
  padding:0; margin-top:40px;
}
/* Text Block Container */
.club-first-two {
  width: 45%;                    /* relative width of parent */
  aspect-ratio: 1 / 1;           /* keeps square shape */
  background-image: url('https://fcnations.com/img/about-01.jpg');
  background-size: cover;        /* fills container without stretching */
  background-position: center;   /* centers image */
  min-width: 100px; min-height: 100px;           
  max-width: 500px; max-height: 500px;             
  width: 500px; height: 500px;    
  flex-shrink: 0;   	
}











#club-second { 
background:#e7e7e7;
width: 100%;
margin: 0; padding: 0;
}
#club-second-wrap { 
width: 80%; 

margin: 0 auto;   padding: 4rem 0; /* vertical spacing */ 
border-top:1px solid grey;
display: flex; justify-content:space-between;;
border-left: 1px solid #00fcff;
border-right: 1px solid #00fcff;
}
.club-second-one { width:25%;}
.club-second-two { width:25%; }
.club-second-three { width:25%; }
.club-second-four { width:25%; }
.club-one {  }
.club-two {  text-align:right;}
.club-three { text-align:center; }
.club-four { text-align:center; }

/* ⭐ ADDED NUMBER BLOCK STYLES */
.club-stat { 
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align:center;
}

.club-stat-number {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 5rem; color:#050417;
  text-align: center;
  line-height: 1;
}
.club-stat-number { text-align:center;
  display: inline-block;           /* allows us to control width */
  text-align: right;               /* keeps digits aligned right */
  font-variant-numeric: tabular-nums; /* all digits same width */
}
.club-stat-number::after {
  content: attr(data-placeholder); /* invisible placeholder text */
  visibility: hidden;              /* does not show */
  height: 0;                       /* no vertical space */
  display: inline-block;
}
.club-stat-label {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem; color:#050417;
  text-align: center;
}
.club-stat-number .suffix {
  font-size: 0.5em;   /* or whatever size you want */
  vertical-align:0; /* optional: raise slightly */
  margin-left: 0.05em;   /* small spacing if needed */
}


#club-third {
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Inner Wrap */
#club-third-wrap {
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0; /* vertical spacing */
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #00fcff;
  border-right: 1px solid #00fcff;
  gap: 2%;                      /* optional spacing between flex items */
}

/* Image Block - Square with Background */
.club-third-one {
  width: 45%;                    /* relative width of parent */
  aspect-ratio: 1 / 1;           /* keeps square shape */
  background-image: url('https://fcnations.com/img/about-01.jpg');
  background-size: cover;        /* fills container without stretching */
  background-position: center;   /* centers image */
  min-width: 100px; min-height: 100px;           
  max-width: 500px; max-height: 500px;             
  width: 500px; height: 500px;    
  flex-shrink: 0;                /* prevent shrinking on smaller screens */
}

/* Text Block Container */
.club-third-two {
  width: 50%;
  display: flex;
  align-items: center;           /* vertically center the inner block */
  justify-content: flex-start;   /* horizontal alignment */
}

/* Inner Text Wrapper */
.club-third-two-wrap {
  display: flex;
  flex-direction: column;        /* stack h1 and p vertically */
  align-items: flex-start;       /* left-align text */
  gap: 1rem;                     /* spacing between h1 and p */
}

/* Optional: make text responsive */
.club-third-two-wrap h1 {
  margin: 0;
}
.club-third-two-wrap p {
  margin: 0;
}
.club-third-two-wrap-img {
  background-image: url('https://fcnations.com/img/fa-kio.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 279px;
  height: 90px;
  padding:0; margin-top:40px;
}


#club-four { 
width: 100%;
margin: 0; padding: 0;
}
#club-four-wrap {
	width: 80%; 
margin: 0 auto; padding: 4rem 0; /* vertical spacing */ 
border-top:1px solid grey;
display: flex; justify-content:space-between;;
border-left: 1px solid #00fcff;
border-right: 1px solid #00fcff;

}



#club-testimonials-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.testimonial { 
    padding: 1rem;
    flex: 1 1 30%; /* ~3 per row */
    box-sizing: border-box;
}

.testimonial-header { 
    display: flex;
    align-items: center;   /* vertically align image and h3 */
    gap: 0.75rem;          /* space between image and title */
    margin-bottom: 1.50rem;
}

.testimonial-image img {
    border-radius: 50%;
    width: 40px;
    height:40px;
    object-fit: cover;
}

.testimonial-header h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.85rem;
    margin: 0;
}

.testimonial-text p {
    margin:0; font-weight:400;
    font-size: 0.85rem;
    line-height: 1.6rem; margin-bottom:1.50rem;
}
.testimonial-text p.testimonial-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;  /* max 3 lines */
    overflow: hidden;
}
.testimonial-readmore { display:block;
    color:#050417;
    text-decoration: none;
    font-weight: 600;
	font-size: 0.85rem;
	transition: transform 0.2s ease;
}
.testimonial-readmore:hover {
    color:#797292;
	text-decoration:none;
	transform: translateX(0.5rem);
}






















/* 
Theme Name - FC Nations Child Theme
Template Name - Teams Page 
Slug - page-club.php
Version: 1.0 
*/


#teams {
    background: #fff; 
    width: 100%;
    margin: 0;
    padding: 0;
}

#teams h2,
#teams h2 a {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 0.9rem;
    line-height: 0rem;
}

/* Wrapper */
#teams-wrap {
    width: 80%;
    margin: 0 auto;
    padding: 4rem 0; /* vertical spacing */
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #00fcff;
    border-right: 1px solid #00fcff;
}

/* Inner wrapper */
.teams-first {
    width: 100%;
}

/* Grid */
.teams-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 0;
}

/* Card wrapper */
.teams-card {
    flex: 0 0 calc(33.333% - 1rem); /* 3 per row */
    position: relative;
    overflow: hidden;
}


/* Card image */
.teams-image {
    width: 100%;
    height: 380px;
    background-size: cover;
    background-position: center;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
}

/* Gradient overlay on hover */
.teams-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

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

/* Title & meta */
.teams-title a,
.teams-date a {
    text-decoration: none;
    color: #333;
}

.teams-title {
    margin: 1rem 0 0 0;
}

h1.teams-title {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    padding: 0;
    text-align: left;
}

.teams-date {
    font-size: 0.95rem;
    color: #666;
    text-align: left;
    margin: 1rem 0 0 0;
}

.teams-location {
    font-size: 0.9rem;
    color: #999;
}

/* Social icons */
.teams-image .teams-whatsapp,
.teams-image .teams-messenger {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: black;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

.teams-image .teams-messenger {
    right: 55px;
}

.teams-image:hover .teams-whatsapp,
.teams-image:hover .teams-messenger {
    opacity: 1;
    transform: translateY(0);
}

.teams-image .teams-whatsapp:hover {
    background-color: #5fe56f;
}

.teams-image .teams-messenger:hover {
    background-color: #01b1fd;
}

.teams-whatsapp {
    background-image: url('/img/whatsapp-b.png');
}

.teams-messenger {
    background-image: url('/img/messenger-b.png');
}







/* 
Theme Name - FC Nations Child Theme
Template Name - Individual Page 
Slug - page-club.php
Version: 1.0 
*/


#team-first {
  border-left: 1px solid #00fcff;
  border-right: 1px solid #00fcff; 
  width: 100%;
  position: absolute;
  bottom: 0; left: 0;     
  margin-bottom: 5vh;  
}

/* Inner Wrap - CSS Grid */
#team-first-wrap { 
    width: 60%;
    margin: 0 auto;
    padding: 3rem 0;
    display: flex;
    justify-content: space-between; /* left group left, right block right */
    align-items: center;
}

/* Left group: logo + center content */
.team-first-group {
    display: flex;
    align-items: center;
    gap: 1rem; /* space between logo and team name/badge */
}

/* Logo */
.team-first-one {
    background-image: url('http://fcnations.com/img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    height: 15vh;
    width: 12vh;  /* or adjust as needed */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Team name */
.team-first-two {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Right block - social links */
.team-first-three {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem; /* spacing between buttons */
}

.team-social  { 
  display: inline-block;
  border:2px solid #fff;
  color: #fff;
  font-weight: 550; font-size:0.8rem; letter-spacing:0.1rem;
  text-decoration: none; text-transform:uppercase;
  transition: 0.25s ease;
  padding: 0.75rem 1.25rem; 
}
.team-social:hover {
  cursor:pointer;
  background: #fff;
  color:#eb66b8;
  border:2px solid #eb66b8;	
}






#team-second { 
  background:#e7e7e7;
  width: 100%;
  padding: 2rem 0;
}

#team-second-wrap {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}
#team-second-one { 
  background:none; width:35%; 
}
#team-second-two { 
  background:none; width:65%;  
}









/* ===== Coaches Column ===== */

.coach {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1.5rem;
}

/* CARD */
.coach .coach-card { 
  display: flex;
  width: 100%;
  height: 140px;                 /* controls rectangle height */
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coach .coach-card:hover {
  transform: translateY(-5px);
}

/* LEFT — IMAGE (50%) */
.coach .coach-avatar {
  width: 50%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}

/* RIGHT — INFO (50%) */
.coach .coach-info {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}


.coach .coach-info .coach-name {
  font-family: "Century Gothic", "AppleGothic", Futura, sans-serif;  letter-spacing:0.1rem;
  font-size: 1.25rem;
  margin: 0;
  color: #222;
}

/* Player position / title */
.coach .coach-info .coach-title {
  font-size: 0.9rem;
  font-weight: normal;
  color: #555;
  margin-top: 0.15rem;
}










/* ===== Players Grid ===== */

.players .team-section-title {
  grid-column: 1 / -1;
}
.player {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.player .player-card { 
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden; padding:0;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.player .player-card:hover {
  transform: translateY(-5px); 
}

.player .player-avatar {
  width: 100%; height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 0;
  padding:0; margin: 0;
}

.player .player-info-block {
  background: #fff;
  flex: 1; display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1rem;
}

/* Player name */
.player .player-info-block .player-name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25rem;
  margin: 0;
  color: #222;
}

/* Player position / title */
.player .player-info-block .player-position {
  font-size: 0.9rem;
  font-weight: normal;
  color: #555;
  margin-top: 0.15rem;
}

/* Optional: hover effect only lifts card, not info block */
.player .player-card:hover .player-info-block {
  background: #fff; /* keeps info block clean on hover */
}








/* ================= FC Nations Child Theme =================================================================================

  Theme Name: FC Nations Child Theme
  Section Name: Mini Team
  Events page
  Author: Your Name
  Version: 1.0

========================================================================================================================== */



.second-team-mini-image-01 { 	
  background-image: url('https://fcnations.com/img/about-01.jpg');         
}
.second-team-mini-image-02 { 	
  background-image: url('https://fcnations.com/img/about-01.jpg');         
}
.second-team-mini-image-01, .second-team-mini-image-02 { 
  width: 100%; 
  flex-shrink: 0; aspect-ratio: 1 / 0.5;  	
  background-size: cover; background-position: center; margin-bottom:1rem; padding:0;    
}


.nippers-register {
  max-width: 100%;
  position: relative;
}

#nippersForm {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#nippersForm input::placeholder {
  color: #888; 
}

#nippersForm input {
  padding: 0.75rem;
  border: 2px solid transparent;
  background: #fff;
  color: #000;

  font-family: "Open Sans", "Source Sans Pro", -apple-system, 
  BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight:300;
  font-size:1rem;
	
  outline: none; 
  transition: border 0.2s ease; 
}

#nippersForm input:focus {
  border-color: #eb66b8; 
}

#nippersForm button {
  text-transform: uppercase;
  padding: 0.6rem;
  background: #0d0d21;
  color: #fff;
  border: none;
  cursor: pointer;
	  transition: 0.25s ease;
}
#nippersForm button:hover {
  background: #3d3d4d;
}

#nippersForm.hide {
  transform: translateY(-20px);
  opacity: 0;
}

.form-message {
  display: none;
  position: absolute;  /* overlay exactly where the form is */
  top: 0;
  left: 0;
  width: 100%;	
	
  text-align: center;
  margin-top: 1rem;	
  font-family: "Open Sans", "Source Sans Pro", -apple-system, 
  BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;	
  font-weight: 600; 
  font-size: 1.25rem; 
  font-style: normal;
  text-transform: none;
  opacity: 0; /* start invisible for animation */
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.form-message.show {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.form-message h3 {
  text-align: center;
  margin-top: 1rem;	
  font-family: "Century Gothic", "AppleGothic", Futura, sans-serif;
  font-weight: 500; font-size: 1.25rem; 
  font-style: normal;
  text-transform: uppercase;
  letter-spacing:0.1rem;	
}


.tick-img {
  width: 90px;
  height: 90px;
  margin: 0 auto 2rem;
  display: block;
  animation: pop 0.4s ease;
  position: relative;
}

.tick-img::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  border-radius: 50%;
  background: rgba(235, 102, 184, 0.2); /* pink pulse */
animation: pulse 1s ease-out infinite;
  z-index: -1;
}

@keyframes pulse {
  0% { transform: scale(0.8); opacity: 0.6; }
  50% { transform: scale(1.1); opacity: 0.3; }
  100% { transform: scale(1.3); opacity: 0; }
}


.cta-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background: #eb66b8;
  color: #fff;
  font-weight: 550; font-size:0.9rem; letter-spacing:0.1rem;
  text-decoration: none; text-transform:uppercase;	
}
.cta-button:hover { color:#fff;
  text-decoration: none;
}

.auto-reset-note {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  opacity: 0.6;
}

   

/* ===================== MATCH SECTION ===================== */



/* Specific styles */
#team-match-info { 
width: 100%;
margin: 0;
padding: 0 0 0 0;
min-height: 200px;

}
#team-match-info-wrap { 
width: 100%;
margin: 0 auto;
padding: 0 0 3rem 0;
display: flex;
justify-content: space-between;
gap: 2rem; /* adds space between columns */
}
/* Specific styles */
.team-match-info-content-wrap { display:flex; justify-content:space-between; gap:2rem; }
.team-match-info-content-01,
.team-match-info-content-02,
.team-match-info-content-03 { background: none; }

#team-match-info-wrap {
  max-width: 100%;
}
.team-match-info-content {
  flex: 1;  padding: 0;
}
.team-match-card {
  width: 100%;
  max-width: 380px;
  background:#fff;
  border-radius: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;

  text-align:center; margin-bottom:2rem;
}

/* TOP ROW (vertical info only here) */
.team-match-info-row {
  display: flex;
  flex-direction: column;
}

/* Stadium title */
.team-match-stadium {
  font-family: "Bebas Neue", sans-serif
  font-size: 1.3rem;
}

/* Date underneath */
.team-match-date {
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 0.75rem;
  margin-top: 0.2rem;
}

/* SCORE ROW — horizontal */
.team-match-score-row {
  display: flex;
  flex-direction: row;     
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

/* BADGES */
.team-match-badge {
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.team-badge-home {
  background-image: url('https://madebyliam.co/nationsfc/badge-01.png');
}

.team-badge-away {
  background-image: url('https://cdn1.sportngin.com/attachments/photo/cc8b-203894478/Logo.png');
}

.team-match-score {
  font-family: "Bebas Neue", sans-serif
  font-size: 1.8rem;
  white-space: nowrap;
}

.team {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-team-name {
  margin-top: 0.5rem;            /* adjust spacing between badge + name */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  opacity: 0.7;
  text-align: center;
}





/* ================= FC Nations Child Theme ===============================================================================

  Theme Name: FC Nations Child Theme ✅ 
  Section Name: Sponsors
  Events page
  Author: Your Name
  Version: 1.0

========================================================================================================================== */


#sponsors-one, #sponsors-two {
  background: none;
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  padding: 0;
}

.sponsors-category-01,
.sponsors-category-02 {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0;
}

.sponsors-grid-01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.sponsors-grid-02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.partner-tier h1 {
  font-family: "Century Gothic", "AppleGothic", Futura, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.sponsors-item {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;

  transition: background-color 0.2s ease;
}

.sponsors-item img {
  position: absolute;
  max-width: 50%;
  max-height: 60%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s ease;
}
.sponsors-item img {
  pointer-events: none;
}

.sponsors-item .logo-grey {
  opacity: 1;
}

.sponsors-item .logo-colour {
  opacity: 0;
}

.sponsors-item:hover .logo-grey {
  opacity: 0;
}

.sponsors-item:hover .logo-colour {
  opacity: 1;
}
.sponsors-item.macdonalds img { max-width: 30%; max-height: 35%; }
.sponsors-item.macdonalds:hover { background-color: #ffc72c; }

.sponsors-item.cartridgepeople:hover { background-color: #fff; }
.sponsors-item.salopvapes:hover { background-color: #4e89da; }
.sponsors-item.fredperks:hover { background-color: #01cbf7; }
.sponsors-item.howdens:hover { background-color: #d62338; }
.sponsors-item.pinkstorage:hover { background-color: #cb0175; }
.sponsors-item.printzpro:hover { background-color: #fff; }
.sponsors-item.frameit:hover { background-color: #fff; }



















/* ================= FC Nations Child Theme ===============================================================================

  Theme Name: FC Nations Child Theme
  Section Name: Sinlge Sponsor
  Events page
  Author: Your Name
  Version: 1.0

========================================================================================================================= */


#single-sponsor-one { 
  background:none; width:55%;
}
#single-sponsor-two { 
  background:none; width:35%;
}

#single-sponsor-one h1, #single-sponsor-two h1 {
  margin-bottom: 1.25rem; padding:0;
}
#single-sponsor-one p { 
  margin-bottom:1.5rem; padding:0;
}

.second-team-mini-image-01 { 	
  background-image: url('https://fcnations.com/img/about-01.jpg');         
}
.second-team-mini-image-02 { 	
  background-image: url('https://fcnations.com/img/about-01.jpg');         
}
.second-team-mini-image-01, .second-team-mini-image-02 { 
  width: 100%; 
  flex-shrink: 0; aspect-ratio: 1 / 0.5;  	
  background-size: cover; background-position: center; margin-bottom:1rem; padding:0;    
}
.single-sponsor-register {   
  max-width: 100%; padding:0;
  position: sticky;           
  align-self: flex-start;
  top: 13vh; margin-bottom: 4rem; 	
}







/* ================= FC Nations Child Theme ===============================================================================

  Theme Name: FC Nations Child Theme ✅ 
  Section Name: Shop
  Events page
  Author: Your Name
  Version: 1.0

========================================================================================================================== */

























/* ================= FC Nations Theme ====================================================================================

  Theme Name: FC Nations Child Theme ✅ 
  Section Name: Join Us
  Events page
  Author: Made by Liam - http://madebyliam.co
  Version: 1.0

========================================================================================================================== */


.join-us-block { 
  background:#fff; 
  padding: 1.75rem 1.25rem 1.75rem 1.25rem;
  display: flex; flex-direction: column; gap: 0;  
  align-items: center;   
  border-left: 2px solid #e6e6ee;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.join-us-block:hover { 
  background:#fdfdfd; 
  border-left-color: #72738e;
  cursor: pointer;
}

.join-us-block-text { 
  text-align:center; 
  width:75%; margin: 0; padding: 0;
}

.join-us-block-text-large { 
  text-align:center; 
  width:85%; margin: 0; padding: 0;
}
.join-us-block h1 {
  margin-bottom: 0.75rem; padding:0;
}

.join-us-block p {
  margin: 0; padding: 0; 
  line-height: 1.25;
}

a.join-us-button {   margin-top: -0.75rem;
  display: inline-flex;
  align-items: center;
  background-image: url(/img/icons/email-on.png);
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 16px 16px;
  background-color: transparent;	
  border-radius: 500px;	
  padding: 0.75rem 1.50rem 0.75rem 3rem; 
  font-weight: 500; line-height: 1;
  text-decoration: none;
  color:#797290;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.join-us-block:hover .join-us-button {
  background-image: url(/img/icons/email-off.png);
  background-color: #797290;
  color: #fff;
}



/* ================= FC Nations Theme ====================================================================================

  Theme Name: FC Nations Child Theme 
  Section Name: Safeguarding ✅ 
  Events page
  Author: Made by Liam - http://madebyliam.co
  Version: 1.0

========================================================================================================================== */



#layout-60-30-columns.welfare { 
  padding: 0rem 0 5rem 0;
  display: flex;
  gap: 5rem;
}
#welfare-intro { 
  display: flex;
  gap: 0rem;
  flex-direction: column;
  margin-bottom:3rem; 
  border-bottom:1px solid #d7d8dd;
}

#welfare-policy { 
  display: flex;
  gap: 0rem;
  flex-direction: column;
  margin-bottom:3rem; 
  border-bottom:1px solid #d7d8dd;
}

#welfare-concern { 
  display: flex;
  gap: 0rem;
  flex-direction: column;
  margin-bottom:3rem; 
  border-bottom:1px solid #d7d8dd;
}

#welfare-edi { 
  display: flex;
  gap: 0rem;
  flex-direction: column;
  margin-bottom:3rem; 
  border-bottom:1px solid #d7d8dd;
}

#welfare-resources { 
  display: flex;
  gap: 0rem;
  flex-direction: column;
  margin-bottom:3rem;   border-bottom:1px solid #d7d8dd;
}

#welfare-fa {
margin-top:3rem;
}


/* ============ FCN Welfare PDF Downloads ============ */

.pdf {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #111;
  font-weight: 400;
  border-bottom:1px solid #d7d8dd;
  padding:0.25rem 0 1.25rem 0; 
}

.pdf::before {
  content: "";
  width: 22px; height: 25px;
  flex-shrink: 0;
  background-color: #050417;
  background-image: url('/img/icons/pdf.png');
  background-size: 22px 25px; 
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.25s ease;
}

/* Hover state */
.pdf:hover::before {
  background-color: #727290;
}

/* Optional: text colour follow */
.pdf:hover {
  color: #727290;
}



/* ============ FCN Welfare Feature Block ============ */

#fcn-wfblock {
  width: 100%;
  padding: 0;
}

#fcn-wfblock-wrap {
  width: 100%;
  margin-bottom:3rem;
}

.fcn-wfgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 190px);
  gap: 1.5rem;
  width: 100%;
}

/* ------------ Tile Base ------------ */

.fcn-wftile {
  position: relative;
  isolation: isolate; /* keeps negative z-index overlays contained */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1.5rem;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ------------ Dark overlay (always on, behind background) ------------ */

.fcn-wftile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
/* ------------ Pink overlay (slides up on hover, behind background) ------------ */

.fcn-wftile::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #eb66b8;
  z-index: -1;
  transition: bottom 0.45s ease;
  pointer-events: none;
}

/* ------------ Tile Hover Effects ------------ */

.fcn-wftile:hover::after {
  bottom: 0; /* pink slide UP */
}

.fcn-wftile:hover::before {
  opacity: 0; /* fade dark overlay */
}

/* ------------ Tile Text ------------ */

.fcn-wftile span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  text-align: left;
  padding: 0;
  opacity: 1;
}

/* ------------ Tile Accessiblity ------------ */

.fcn-wftile:focus-visible {
  outline: 3px solid rgba(0, 252, 255, 0.55);
  outline-offset: 4px;
}

/* ------------ Tile Arrow ------------ */

.fcn-wftile .arrow {
  position: absolute;
  bottom: 1.5rem; right: 1.5rem;
  width: 22px; height: 22px;
  background: url('/img/icons/arrow.png') no-repeat center / contain;
  z-index: 3;
  pointer-events: none;
  transition: transform 0.25s ease;
}

.fcn-wftile:hover .arrow {
  transform: translateX(0.5rem);
}

/* ------------ Tile Images ------------ */

.fcn-wftile-1 {
  background-image: url('https://madebyliam.co/nationsfc/hero.jpg');
}

.fcn-wftile-2 {
  background-image: url('https://madebyliam.co/nationsfc/feature-01.jpg');
}

.fcn-wftile-3 {
  background-image: url('https://madebyliam.co/nationsfc/banner.jpg');
}

.fcn-wftile-4 {
  background-image: url('https://madebyliam.co/nationsfc/feature-03.jpg');
}









#layout-60-30-one-documents {
  width: 67.5%;
}

/* Base row */




.documents {
  display: flex;
  align-items: center;
  gap: 1rem;	
  padding: 2rem 1.5rem;	
  border-left: 3px solid #e6e6ef;
}

.documents:hover {
  background: #fff;
  border-left-color: #727290;
  color: #727290;
}

.documents::before {
  content: "";
  display: block;
  width: 34px; height: 38px;
margin-right:1rem;
  background-color: #050417; /* default dark */
  background-image: url('/img/icons/pdf.png');
  background-size: 34px 38px;
  background-repeat: no-repeat;
  background-position: center;

  transition: background-color 0.25s ease;
}

.documents:hover::before {
  background-color: #797290;
}

.doc-text strong {
  display:block;

  font-weight: 400; font-size: 1.25rem; 
  font-style: normal;
  letter-spacing:0.06rem;
}

.doc-text span {
  font-size: 0.875rem;
  color: #666;
}









































/* ================= FC Nations Theme ====================================================================================

  Theme Name: FC Nations Child Theme 
  Section Name: Community ✅ 
  Events page
  Author: Made by Liam - http://madebyliam.co
  Version: 1.0

========================================================================================================================== */

#community-event {
  background: hotpink;
  width: 100%;
  margin: 0;
  padding: 0;
}

#community-event-wrap { background:red;
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #00fcff;
  border-right: 1px solid #00fcff;
  gap: 2%;
}

.community-testimonial-title h1,
.community-events-title h1 {
  font-family: "Century Gothic", "AppleGothic", Futura, sans-serif;
  letter-spacing: 0.05rem;
  font-size: 2rem;
  font-weight: 200;
  color: #222;
  text-transform: none;
}

.community-testimonial-title h1 {
  text-align: center;
}

.community-events-title h1 {
  text-align: left;
}

.community-events-grid { 
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4rem;
  column-gap: 2rem;
  padding: 0 0 6.25rem 0;	
}

.community-event-card {
  overflow: hidden;
  text-align: center;
  transition: transform 0.2s ease; 
}
.community-event-card:hover {
  transform: translateY(-5px);
  cursor:pointer;	
}

.community-event-card img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

.community-event-card-text {
  width:100%; 
  padding:0; margin:0; 
  text-align:left;
}

.community-event-card h2 { 
  margin: 0.5rem 0 0.25rem 0;
  font-size: 1.1rem;
  text-transform:none;
}

.community-event-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}

.community-testimonial-carousel { 
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding:0 0 6.25rem 0;
}

.community-testimonial-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}

.community-testimonial-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 1rem;
  padding: 0;
}

.community-testimonial-text-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 92.5%;
}

.community-testimonial-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  height: 100%;
}

.community-testimonial-text {
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.community-testimonial-text p {
  font-size: 1.2rem;
	 font-style: italic;
  line-height: 1.6;
  margin-bottom: 0.5rem; color: #6b7280;
}

.community-testimonial-text h4 {
  font-family: "Century Gothic", "AppleGothic", Futura, sans-serif;  letter-spacing:0.05rem;	
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;color:000;
  margin-top: 1.5rem;
}

.community-testimonial-arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}

.community-testimonial-arrows button {
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border: none;
  border-radius: 50%;
  color: #989898;
  font-size: 1.2rem; font-weight:100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  transition: background 0.2s ease, color 0.2s ease;
}

.community-testimonial-arrows button:hover {
  background: #909090;
  color: #000;
}

.community-testimonial-image img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 0;
  display: block;
	filter: brightness(1.05) contrast(0.95);
}



.community-event-details {
    margin: 20px;
}

.community-event-details .event-title {
    font-size: 2em;
    color: #333;
}

.community-event-details .event-thumbnail img {
    width: 100%;
    max-width: 800px;
    margin-bottom: 20px;
}

.community-event-details .event-description {
    font-size: 1.2em;
    line-height: 1.6;
}

.event-meta p {
    margin: 5px 0;
    font-size: 1.1em;
}

.event-cta .rsvp-button {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.event-cta .rsvp-button:hover {
    background-color: #005a8d;
}












/* ================= FC Nations Theme ====================================================================================

  Theme Name: FC Nations Child Theme 
  Section Name: Media ✅ 
  Events page
  Author: Made by Liam - http://madebyliam.co
  Version: 1.0

========================================================================================================================== */

#media {
  background:#fff;
  width: 100%;
  margin: 0;
  padding: 0;
}

#media-wrap { border-left: 1px solid #00fcff; border-right: 1px solid #00fcff;
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.media-layout-main { 
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 1rem;
	margin:0 auto;
}

.media-album img {
    width: 100%;
    height: auto;
    display: block; margin-bottom:1rem;
}

.media-album h2 {
  margin: 0.5rem 0 0.25rem 0;
  font-size: 1.1rem;
  text-transform:none; 
  text-align:left;
}

.media-album a {
  display: block;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.media-album a:hover {
  transform: translateY(-5px);
  cursor:pointer;	
}

.sub-layout.layout-80 {
    margin: 0 auto;
}



/* ================= FC Nations Theme ====================================================================================

  Theme Name: FC Nations Child Theme 
  Section Name: Single Gallery ✅ 
  Author: Made by Liam - http://madebyliam.co
  Version: 1.0

========================================================================================================================== */

#gallery {
  width: 100%;
  padding: 5rem 0;
}

#gallery-items {
  width: 80%;
  margin: 0 auto;
}

/* Ensure gallery uses full width */

#gallery-items-wrap {
    width: 100%
}
#gallery-items-grid .rl-gallery { 
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.2rem;

}

/* CRITICAL FIX → stop inline behaviour */



/* Images scale correctly */

#gallery-items-grid .rl-gallery-item { 
    aspect-ratio: 3 / 3;
    overflow: hidden;
    padding: 0;
    display: block !important;
    width: 100% !important;
}

#gallery-items-grid .rl-gallery-item img { 
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease, opacity 0.35s ease;
}
#gallery-items-grid .rl-gallery-item:hover img {
    transform: scale(1.05);opacity: 0.85;
}










/* ================= FC Nations Theme ====================================================================================

  Theme Name: FC Nations Child Theme 
  Section Name: Club Staff ✅ 
  Events page
  Author: Made by Liam - http://madebyliam.co
  Version: 1.0

========================================================================================================================== */

#club-staff {
  background:#fff;
  width: 100%;
  margin: 0;
  padding: 0;
}

#club-staff-wrap { border-left: 1px solid #00fcff; border-right: 1px solid #00fcff;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.club-staff {
  width: 100%;
  display: grid;                      
  grid-template-columns: repeat(3, 1fr); 
  gap: 1rem;                          
  padding-bottom: 1.5rem;
}

.club-staff-group-title {
  grid-column: 1 / -1; 
  font-family: "Century Gothic", "AppleGothic", Futura, sans-serif;
  letter-spacing:0.05rem;
  font-weight: bold;
  font-size: 1.1rem;
  font-weight:200;
  color: #222;
  margin: 0rem 0 0.5rem 0;
}

.club-staff .club-staff-card { 
  display: flex;
  width: 100%;
  height: 140px;               
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.club-staff .club-staff-card:hover {
  transform: translateY(-5px);
}

.club-staff .club-staff-avatar {
  width: 50%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}

.club-staff .club-staff-info {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}


.club-staff .club-staff-info .club-staff-name {
  font-family: "Century Gothic", "AppleGothic", 
  Futura, sans-serif;  letter-spacing:0.1rem;
  font-size: 1.25rem;
  margin: 0;
  color: #222;
}


.club-staff .club-staff-info .club-staff-title {
  font-size: 0.9rem;
  font-weight: normal;
  color: #555;
  margin-top: 0.15rem;
}


        














/* ================= FC Nations Child Theme ===============================================================================

  Theme Name: FC Nations 
  Section Name: Contact Page ✅ 
  Version: 1.0

========================================================================================================================= */


#contact-layout-flex {
  background: #f8f8fc;
  width: 100%;
  padding: 0;
  margin: 0;
}

#contact-layout-flex-wrap { 
  margin: 0;
  display: grid;
  grid-template-columns: 10% 45% 45%;
  width: 100%;
}

#contact-layout-flex h1 {
  margin: 0; 
  padding: 0;
  font-size: 2rem !important;	
}

#contact-layout-one {
  grid-column: 2 / 3;
  background: transparent;
  padding: 5rem 0 5rem 0;
  margin: 0;
}

#contact-layout-one-wrap {
  width: 90%;
}

#contact-layout-two {
  grid-column: 3 / 4;
  background: #eb66b8;
  padding: 5rem 0 5rem 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

#contact-layout-two::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('http://fcnations.com/img/number-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 125%;
  transform: rotate(45deg);
  transform-origin: center;
  opacity: 0.1;
  z-index: 0; pointer-events: none;
}

#contact-layout-two-wrap {
  padding-left: 2.5rem;
  color: #fff;
}

.contact-form-container {
  width: 100%;
  position: relative;
}

.contact-form-container .universal-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form-container .universal-form button {
  text-transform: uppercase;
  width: 33.33%;
  padding: 0.8rem;
  background: #0d0d21;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.25s ease;
}

#contact-layout-two a {
  color: #fff;
  font-weight: 400;
}

#contact-layout-two a:hover {
  cursor: pointer;
}

.contact-emails {
  width: 100%;
  overflow: hidden;
  background: transparent;
  display: flex;
  flex-direction: column;
  padding-bottom: 2.5rem;
}

.contact-emails a {
  display: flex;
  align-items: center;
  padding-bottom: 1.3rem;
  cursor: pointer;
}

.contact-emails a:hover {
  cursor: pointer;
}


.contact-socials {
  width: 100%; 
  overflow: hidden;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 0.5rem; /* ← Adjust this value to increase / decrease vertical spacing */
}
.contact-socials h1 { 
  margin-bottom :15px; padding:0;
}

.contact-socials a {
  display: flex;
  align-items: center;
  gap: 0.75rem; /* gap between icon and text */
}

.contact-socials a:hover {
  cursor: pointer;
}

.contact-socials a::before {
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.contact-socials a:nth-child(2)::before {
  background-image: url('/img/socials/contact-facebook.png');
}

.contact-socials a:nth-child(3)::before {
  background-image: url('/img/socials/contact-instagram.png');
}

.contact-socials a:nth-child(4)::before {
  background-image: url('/img/socials/contact-tiktok.png');
}

.contact-socials a:nth-child(5)::before {
  background-image: url('/img/socials/contact-x.png');
}



#map-layout-flex {
  background:#f8f8fc;
  width: 100%;
  text-align: justify;
}

#map-layout-flex-wrap {
  width: 80%;
  margin: 0 auto; 
  display: flex; 
  flex-direction: column; 
}

#map-layout-flex h1 {
  margin-top: 0;
  padding-top: 0;
  font-family: "Century Gothic", "AppleGothic", Futura, sans-serif;
  font-weight: 300;
  font-size: 2rem !important;	
  font-style: normal;
  letter-spacing: 0.06rem;
}


.contact-map {
  padding: 5rem 0;
  width: 100%;
  display: flex;
  gap: 4rem;
  align-items: stretch;
}

.contact-map-one {
  width: 50%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.contact-map-two {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contact-map-two-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-map-two-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-map-two-wrap li {
  list-style: none;
  padding-bottom: 0.5rem;
  opacity: 0.8;
}


#contact-layout-flex bold {
  font-weight: 300;
}


@media (max-width: 1024px) {
  #contact-layout-flex-wrap {
    grid-template-columns:
      5%
      45%
      50%;
  }
}
@media (max-width: 768px) {
  #contact-layout-flex-wrap {
    grid-template-columns: 1fr;
  }

  #contact-layout-one,
  #contact-layout-two {
    grid-column: 1 / -1;
    width: 100%;
  }

  #contact-layout-one {
    padding: 2rem 1.5rem;
  }

  #contact-layout-two {
    padding: 2rem 1.5rem;
  }
}














	

	
	










	
/* ================= FC Nations Child Theme ===============================================================================

  Theme Name: FC Nations Theme
  Section Name: UNIVERSAL FORM 
  Events page
  Author: Your Name
  Version: 1.0

========================================================================================================================= */


.universal-form-container {
  width: 100%;
  position: relative;
}

/* FORM LAYOUT */
.universal-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* PLACEHOLDERS */
.universal-form input::placeholder,
.universal-form textarea::placeholder,
.universal-form select option[disabled][selected] {
  color: #888; /* matches blank fields */
}

/* INPUTS, TEXTAREAS, SELECTS */
.universal-form input,
.universal-form textarea,
.universal-form select {
  padding: 0.75rem;
	
  border-bottom: 2px solid transparent;
  border-right:2px solid transparent;
  border-left:2px solid #e6e6ee;
  border-top:2px solid transparent;
	
  background: #fff; 
  color: #000;
  font-family: "Open Sans", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  border-radius: 0;
  transition: border 0.2s ease;
}

/* SELECT CUSTOM STYLING */
.universal-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6H0z' fill='%23888'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 10px 6px;
  color: #888;
}

/* Selected option text should be black */
.universal-form select option:not([disabled]) {
  color: #000;
}

/* Default select placeholder style */
.universal-form select:invalid {
  color: #888; /* placeholder color */
}

/* User-selected valid option style */
.universal-form select:valid {
  color: #000; /* selected option text color */
}

/* FOCUS STATES */
.universal-form input:focus,
.universal-form textarea:focus,
.universal-form select:focus {
  border-color: #eb66b8;
}

/* TEXTAREA MIN HEIGHT */
.universal-form textarea {
  min-height: 80px;
  resize: vertical;
}

/* SUBMIT BUTTON */
.universal-form button {
  text-transform: uppercase;
  padding: 0.6rem;
  background: #0d0d21;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.25s ease;
}

.universal-form button:hover {
  background: #3d3d4d;
}

/* HIDE FORM ANIMATION */
.universal-form.hide {
  transform: translateY(-20px);
  opacity: 0;
}

/* FORM SUCCESS MESSAGE */
.form-message {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  font-family: "Open Sans", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.form-message.show {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.form-message h3 {
  text-align: center;
  margin-top: 1rem;
  font-family: "Century Gothic", "AppleGothic", Futura, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

/* SUCCESS TICK */
.tick-img {
  width: 90px;
  height: 90px;
  margin: 0 auto 2rem;
  display: block;
  animation: pop 0.4s ease;
  position: relative;
}

.tick-img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  border-radius: 50%;
  background: rgba(235, 102, 184, 0.2);
  animation: pulse 1s ease-out infinite;
  z-index: -1;
}

@keyframes pulse {
  0% { transform: scale(0.8); opacity: 0.6; }
  50% { transform: scale(1.1); opacity: 0.3; }
  100% { transform: scale(1.3); opacity: 0; }
}

/* OPTIONAL CTA LINK */
.cta-button {
  display: inline-block;
  margin: 1rem 0 0 0;
  padding: 0.6rem 1.2rem;
  background: #eb66b8;
  color: #fff;
  font-weight: 550;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-button:hover {
  color: #fff;
  text-decoration: none;
}

/* NOTE TEXT */
.auto-reset-note {
  display: block;
  margin: 0.75rem 0 0 0;
  font-size: 0.8rem;
  opacity: 0.6;
}

/* Checkbox styling: pink border, white tick */
.universal-form input[type="checkbox"] {
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  margin-right: 0.5rem;
  accent-color: #eb66b8;
  background-color: #fff;
  border-radius: 2px;
}

/* Force the checkmark to be white */
.universal-form input[type="checkbox"]:checked {
  background-color: #eb66b8;
  color: #fff;
}

/* Optional: style the label text for alignment */
.universal-form label {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 0.9rem;
  cursor: pointer;
  gap: 0.25rem;
  color: #141412;
}















/* Universal fade-in wrappers for home, club, announcements, events */
.wp-block-gallery,
#page-hero-wrap,
.page-hero-content,
#club-first-wrap,
#club-second-wrap,
#club-third-wrap,
#club-four-wrap,
#announcements-wrap,
.single-announcement-first-one,
.events-first,

#sub-page-wrap,
#gallery-hero-wrap,
#gallery-wrap,
#layout-80,
#layout-100,
#fixtures-wrap,
#sponsors-wrap,
#shop-wrap,
#contact-wrap,
#teams-wrap,
#team-first-wrap,
#team-second-wrap,
#layout-flex-wrap,
#sub-page-wrap,

.contact-layout-one-wrap,
.contact-layout-two-wrap,
.map-layout-flex-wrap,

#mailing-list-wrap,
#sponsor-wrap,
#footer-wrap,
#sub-footer-wrap {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s ease-out;
}



.wp-block-gallery.visible,
#page-hero-wrap.visible,
.page-hero-content.visible,
#club-first-wrap.visible,
#club-second-wrap.visible,
#club-third-wrap.visible,
#club-four-wrap.visible,
#announcements-wrap.visible,
.single-announcement-first-one.visible,
.events-first.visible,
#layout-80.visible,
#sub-page-wrap.visible,
#gallery-hero-wrap.visible,
#gallery-wrap.visible,
#layout-100.visible,
#fixtures-wrap.visible,
#sponsors-wrap.visible,
#shop-wrap.visible,
#contact-wrap.visible,
#teams-wrap.visible,
#team-first-wrap.visible,
#team-second-wrap.visible,
#layout-flex-wrap.visible,
#subpage-wrap.visible,

.contact-layout-one-wrap.visible,	
.contact-layout-two-wrap.visible,
.map-layout-flex-wrap.visible,

#mailing-list-wrap.visible,
#sponsor-wrap.visible,
#footer-wrap.visible,
#sub-footer-wrap.visible {
  opacity: 1;
  transform: translateY(0);
}







#events {
  background: #fff;
  width: 100%;
  margin: 0; padding: 0;
}

#events h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 0rem;
}

#events h2 a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 0rem;
}

#events-wrap {
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0; /* vertical spacing */
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #00fcff;
  border-right: 1px solid #00fcff;
}

.events-first {
  width: 100%;
}

.events-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* space evenly between items */
  gap: 1.5rem; /* optional spacing */
  margin: 0;
}

/* Each event card */
#events-card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Event card wrapper */
.event-card {
  flex: 0 0 calc(25% - 20px); /* four cards per row, accounting for gap */
  position: relative;
  overflow: hidden;
}

/* Event image */
.event-image {
  width: 100%; height: 380px;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  transition: all 0.3s ease;
  position: relative; /* for overlay positioning */
}

/* Dark gradient overlay only on image hover */
.event-image::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border-radius:0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  opacity: 0;
  pointer-events: none; /* ensures hover works on the image itself */
  transition: opacity 0.3s ease;
}

/* Only show gradient when hovering the image */
.event-image:hover::after {
  opacity: 1;
}

/* Title and date styling */
.event-title a,
.event-date a {
  text-decoration: none;
  color: #333;
}

.event-title {
  margin: 1rem 0 0 0;
}

h1.event-title {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  padding: 0;
  text-align: left;
}

.event-date {
  font-size: 0.95rem;
  color: #666;
  text-align: left;
  margin: 1rem 0 0 0;
}

.event-location {
  font-size: 0.9rem;
  color: #999;
}

/* Social icons wrapper */
.event-image .events-whatsapp,
.event-image .events-messenger {
  position: absolute;
  bottom: 10px; right: 10px;
  width: 30px; height: 30px;
  border-radius: 50%; /* circular shape */
  background-color: black; /* black circle */
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0; /* hidden initially */
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2; /* above the gradient */
}

/* Stack them side by side */
.event-image .events-messenger {
  right: 55px;
}

/* Show icons on image hover */
.event-image:hover .events-whatsapp,
.event-image:hover .events-messenger {
  opacity: 1;
  transform: translateY(0);
}

/* Optional hover effect for icons themselves */
.event-image .events-whatsapp:hover {
  background-color: #5fe56f; /* WhatsApp green */
}

.event-image .events-messenger:hover {
  background-color: #01b1fd; /* Messenger blue */
}

/* Set the icon images */
.events-whatsapp {
  background-image: url('/img/whatsapp-b.png');
}

.events-messenger {
  background-image: url('/img/messenger-b.png');
}





/* ================= FC Nations Child Theme =================
Theme Name: FC Nations Child Theme
Section Name: Fixtures
Events page
Author: Your Name
Version: 1.0
============================================================ */

/* Container: full width */
#fixtures {
  background:#fff;
  width: 80%;
  margin: 0;
  padding: 0;
}

/* Inner wrapper: centered, limited width */
#fixtures-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0; /* vertical spacing */
  display: flex;
  flex-direction:column;
  border-left: 1px solid #00fcff;
  border-right: 1px solid #00fcff;
  gap: 2%;
}




/* Target table inside fixtures-wrap */
#fixturess-wrap .table-press table.tablepress {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed; /* fix column widths */
}

/* First column (POS) narrow */
#fixturess-wrap .table-press table.tablepress td:first-child,
#fixturess-wrap .table-press table.tablepress th:first-child {
  width: 5%;  
  white-space: nowrap; 
}

/* Second column (Team name) wrap text */
#fixturess-wrap .table-press table.tablepress td:nth-child(2),
#fixturess-wrap .table-press table.tablepress th:nth-child(2) {
  width: 35%;      
  white-space: normal; 
  word-wrap: break-word;
}

/* Other columns evenly distributed */
#fixturess-wrap .table-press table.tablepress td:nth-child(n+3),
#fixturess-wrap .table-press table.tablepress th:nth-child(n+3) {
    width: auto;
}

/* Table styling */
.tablepress thead th {
  background-color: #f2f2f2;
  font-weight: bold;
  padding: 8px;
}

.tablepress tbody td {
  padding: 6px;
  border: 1px solid #ddd;
}

.tablepress tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}


/* Theme Name - FC Nations Child Theme
Template Name - Announcements Page 
Slug - page-club.php
Version: 1.0 */


#announcements { 
  background:#fff;
  width: 100%;
  margin: 0; padding: 0;
}
#announcements h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem; margin: 0;
  padding: 0;
}
#announcements h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight:200;
  font-size:0.9rem;
  line-height:0rem; 
}
#announcements h2 a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight:200;
  font-size:0.9rem;
  line-height:0rem; 
}
#announcements-wrap { 
  width: 80%; 
  margin: 0 auto; padding: 4rem 0; /* vertical spacing */ 
  display: flex; justify-content:space-between;;
  border-left: 1px solid #00fcff;
  border-right: 1px solid #00fcff;
}

.announcements-first-one { 
  width: 55%; 
}

.announcements-first-two { 
  width:35%; 
  display:flex; 
  align-items:center; 
  justify-content: flex-start; 
}

#announcements-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.announcements-card { 
  display: flex;
  flex-direction: column; padding-bottom:1.5rem;
  border-bottom:1px solid grey;
}

.announcements-date {
  font-weight: 700;
  font-size: 1.2rem;
  color: #050417;
  margin-bottom: 0.5rem;
}

.announcements-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

.announcements-author {
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 0.5rem;
}

.announcements-blurb {
  font-size: 0.95rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

.announcements-readmore,
.announcements-readmore:visited {
  color: #050417;      
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  transition: transform 0.2s ease, color 0.2s ease;
}

.announcements-readmore:hover {
  color: #797292;
  text-decoration:none;
  transform: translateX(0.5rem);
}

.announcements-share {
  margin: 1.5rem 0 0 0.5rem;
  display: flex;
  gap: 1rem; 
}
.announcements-share a {
  display: inline-block;
  width: 18px; height: 18px;
  background-color: grey;
  border:none; 
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  transition: background-color 0.2s ease;
}

.announcements-whatsapp {
  background-image: url('/img/whatsapp.png');
}
.announcements-whatsapp:hover {
  background-color:#5fe56f;
}

.announcements-messenger {
  background-image: url('/img/messenger.png');
}
.announcements-messenger:hover {
  background-color:#01b1fd;   
}









/* Theme Name - FC Nations Child Theme
Template Name - Single Announcement  
Slug - single-announcement.php
Version: 1.0 */

#single-announcement { 
  background:#e7e7e7;
  width: 100%;
  margin: 0; padding: 0;
}
#single-announcement h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem; margin: 0;
  padding: 0;
}
#single-announcement h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight:200;
  font-size:0.9rem;
  line-height:0rem; 
}
#single-announcement h2 a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight:200;
  font-size:0.9rem;
  line-height:0rem; 
}
#single-announcement-wrap {
  width: 80%; 
  margin: 0 auto; padding: 4rem 0; /* vertical spacing */ 
  display: flex; justify-content:space-between;;
  border-left: 1px solid #00fcff;
  border-right: 1px solid #00fcff;
}

.announcement-paper {
  width: 57.5%;
  background: #fff;
  padding: 5%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.single-announcement-first-one {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.single-announcement-first-one.glide-in {
  opacity: 1;
  transform: translateY(0);
}












@media (max-width: 900px) {
	

#hero-wrap, #page-hero-wrap, #gallery-hero-wrap, #team-hero-wrap {
  width: 94%;      
}
.hero-content, .page-hero-content, .gallery-hero-content, .team-hero-content { 
  width: 100%; 
}

	
	
#layout-80-columns,
#layout-100-columns,
#layout-40-60-columns,
#layout-55-35-columns,
#layout-60-30-columns 
{
  flex-direction: column;
  gap: 3rem;
}
	
#layout-flex-wrap {
  width: 94%;
}

#layout-40-60-two {  
  display: grid; 
 grid-template-columns: 1fr;
}
#layout-40-60-one {
    display:none;
}
}