body {
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	color: #0c2741;
	-webkit-font-smoothing: antialiased;
}

a {
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
	color: #0c243e;
}

.btn-close {
    --bs-btn-close-color: #0c2741;
    opacity: 1;
}

img {
    max-width: 100%;
}

.ffam-marker {
	font-family: "Permanent Marker", cursive;
}

.fs-xl {
    font-size: 4rem;
}

.text-blue {
	color: #0c2741;
}

.text-pink {
	color: #ee1983;
}

.section--white {
	background: #fff;
}

.section--pink {
	background: #ee1983;
}

.section--dark-blue {
	background: #0c243e;
}

.section--pale-blue {
	background: #9cc4e2;
}

.section--light-grey {
	background: #eee;
}

.header {
	border-bottom: 1px solid #eee;
}

.header__logo:focus,
.header__logo:active {
    outline: none;
    box-shadow: none;
}

.overflow-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/** CTA **/

.cta, .gform-theme-button, .gform_button {
    text-decoration: none;
    padding: 0 30px !important;
    height: 45px !important;
    border-radius: 30px !important;
    display: inline-flex;
    align-items: center;
}

.cta--blue, 
.gform-theme-button,
.gform_button,
.gform_previous_button.gform-theme-button {
	background: #0c243e !important;
	color: #fff !important;
}

.cta--pink {
	background: #ee1983;
	color: #fff;
}

.cta--white {
	background: #fff;
	color: #0c243e;
}

/** Homepage **/


.usp-item {
    background: #022a4a;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    border-radius: 10px;
    min-width: 140px;
}

.usp-item .figure {
    font-size: 45px;
    line-height: 1;
	font-weight: bold;
}

.menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
	padding: 10px 0;
}

.menu-toggle span {
    height: 3px;
    width: 30px;
    background: #0c243e;
    border-radius: 5px;
}

.menu-toggle span:last-child {
    width: 20px;
}

.menu-toggle span:nth-child(2) {
    background: #ee1983;
}

.main-menu li {
    padding: 14px 0;
    border-bottom: 1px solid #9cc4e2;
}

.main-menu li a {
    text-decoration: none;
    color: #0c243e;
}

.main-menu li a {
    width: 100%;
    position: relative;
    display: inline-flex;
}

.main-menu li a:after {
    content: url(https://www.wessexfc.co.uk/wp-content/uploads/2026/08/move-right.svg);
    position: absolute;
    right: 0;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

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

/** Miniatures **/

/** Miniatures - Post Miniature **/

.post-item__image img {
	width: 100%;
	aspect-ratio: 16/9;
	height: auto;
	object-fit: cover;
}

.partner__image {
    height: 80px;
}

.homepage-cta {
    aspect-ratio: 1/1;
    display: block;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 30px;
}

.homepage-cta:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0C243E;
    background: linear-gradient(45deg, rgba(12, 36, 62, 1) 0%, rgba(12, 36, 62, 0) 100%);
    left: 0;
    bottom: 0;
    opacity: .5;
}

.homepage-cta span {
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 1.5rem;
    z-index: 99;
    padding-right: 40px;
}

.team-item__content {
    position: absolute;
    bottom: 40px;
    left: 40px;
	z-index: 3;
	width: calc(100% - 80px);
}

.team-item a:before {
    content: "";
    background: rgb(37,57,82);
    background: linear-gradient(45deg, rgba(37, 57, 82, 1) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .35;
    z-index: 1;
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: #ee1983 !important;
}

.homepage-hero .swiper-slide {
    background-image: url(https://www.wessexfc.co.uk/wp-content/uploads/2026/09/hero-bg-alt.png);
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
}

.homepage-hero__overlay {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

.homepage-hero__slide-image {
    height: 600px;
    object-fit: contain;
}

.wp-block-list {
    padding-left: 18px;
}

.wp-block-list li {
    margin-bottom: 10px;
}

.pitch-item:nth-child(odd) {
    background: #eee;
}

/* WordPress Password Protected Content */
.post-password-form {
    max-width: 700px;
    /* margin: 60px auto; */
    /* padding: 40px; */
    background: #fff;
    /* border: 1px solid rgba(12, 36, 62, 0.12); */
    /* border-radius: 16px; */
    /* box-shadow: 0 10px 30px rgba(12, 36, 62, 0.08); */
    color: #0c243e;
}

/* Intro text */
.post-password-form > p:first-child {
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    color: #0c243e;
}

/* Password row */
.post-password-form p:last-child {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

/* "Password:" label */
.post-password-form label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #0c243e;
    white-space: nowrap;
}

/* Password input */
.post-password-form input[type="password"] {
    width: 280px;
    height: 54px;
    padding: 0 16px;
    border: 2px solid #9cc4e2;
    border-radius: 8px;
    background: #fff;
    color: #0c243e;
    font-size: 18px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.post-password-form input[type="password"]:focus {
    border-color: #ee1983;
    box-shadow: 0 0 0 3px rgba(238, 25, 131, 0.12);
}

/* Enter button */
.post-password-form input[type="submit"] {
    height: 54px;
    padding: 0 45px;
    border: 0;
    border-radius: 30px;
    background: #ee1983;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.post-password-form input[type="submit"]:hover {
    background: #0c243e;
}

.post-password-form input[type="submit"]:active {
    transform: translateY(1px);
}


/* Mobile */
@media (max-width: 767px) {

    .post-password-form > p:first-child {
        font-size: 18px;
    }

    .post-password-form p:last-child {
        display: block;
    }

    .post-password-form label {
        display: flex;
        margin-bottom: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .post-password-form input[type="password"] {
        width: 100%;
        box-sizing: border-box;
        margin-top: 8px;
    }

    .post-password-form input[type="submit"] {
        width: 100%;
        margin-top: 12px;
    }
}

.sponsor-swiper .swiper-wrapper {
	transition-timing-function: linear !important;
}

.sponsor-logo {
	max-height: 70px;
	text-align: center;
	margin: auto;
}