:root {
    --blue: #456a87;
    --red: #751c12;
    --lightRed: #ad6760;
    --altBlue: #1d2589;
    --white: #fdfefa;
}

* {
    transition: 0.2s;
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, h1 a {
    font-family: "kepler-std", serif;
}

h1 strong, h2 strong, h3 strong, h4 strong {
    font-family: "keplet-std", serif;
}

h2 {
    font-size: 32px;
    margin: 0;
}

h3 {
    font-size: 22px;
}

h4 {

}

body {
    margin: 0 !important;
    background: var(--white) !important;
}

a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

a:visited, a:active, a:hover {
    color: black;
}

ul {
    padding: 0;
    margin: 0;
    margin-left: 1.5rem;
}

ul.tick-list {
    list-style-type: none;
}

.tick-list li {
    position: relative;
}

.tick-list li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: -22px;
    background-image: url('../img/tick.png');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

p.pre-list {
    margin-bottom: 0;
    font-weight: bold;
}

.site {
    width: 100%;
}

.site-title a {
    font-size: 56px;
    text-align: left;
}

.site-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.site-branding {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 64px;
    padding: 20px;
}

.site-branding a img {
    max-width: 160px !important;
    width: 100%;
    height: auto;
}

.main-navigation ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}

.main-navigation ul li a {
    background: none;
    padding: 10px 20px;
}

.main-navigation ul li:hover a {
    background: var(--lightRed);
    color: white;
}

.site-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 20px;
    background: var(--lightRedw);
    min-height: 200px;
}

.site-footer a,
.site-footer p {
    color: var(--white);
    text-align: center;
}

.signup-container {
    background: var(--blue);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 50px 20px;
    margin: 30px 0;
}

#mc_embed_signup form {
    margin: 0 !important;
    padding: 0 !important;
}

#mc-embedded-subscribe,
#wpforms-submit-43 {
    background: var(--white) !important;
    color: black !important;
    margin: 0 !important;
    padding: 0;
}

#wpforms-submit-43 {
    padding: 0 22px;
    border-radius: 4px;
}

#mc-embedded-subscribe:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}

.signup-container h2 {
    text-align: right;
}

.signup-container * {
    color: white;
}

.mc-signup-container {
    max-width: 480px;
    width: 100%;
}

.site-main {
    width: 100%;
    margin: 0 auto;
}

.site-main .section {
    padding: 20px;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}

.columns {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}

.columns>div {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.lists-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.site-main .title-section {
    padding-bottom: 0;
}

.class-options.columns {
    justify-content: space-evenly;
}

.class-options .column {
    max-width: 400px;
}

.class-options .column h3 {
    margin: 0;
    margin-top: 20px;
}

.class-options .column p {
    margin: 4px 0;
}

.insurance-logo {
    width: 180px;
    height: auto;
}

@media (max-width: 680px) {
    .columns {
        flex-direction: column;
        align-items: center;
        gap: auto;
        width: 100%;
    }

    .columns>div {
        width: auto;
    }

    .signup-container {
        flex-direction: column;
    }

    * {
        text-align: center !important;
    }

    p, a, h3, h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .title-section h3 {
        display: block;
    }

    .lists-container {
        grid-template-columns: repeat(1, 1fr);
    }

    li {
        width: auto;
    }

}

.video-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 100vw;
}

.video-page video {
    max-width: 100%;
}

.hero {
    background-image: url("https://sedgefieldqigong.co.uk/wp-content/uploads/2025/07/hero-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 40px;
    height: 500px;
}

.hero>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.hero>div>* {
    color: white !important;
    font-weight: bold;
    text-align: center;
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.menu-toggle {
    margin: 0 auto;
    border: 0;
    outline: 0;
    background: var(--red);
    color: white;
    border-radius: 15px;
    padding: 12px 18px;
}

@media (max-width: 740px) {
    header .site-branding {
        gap: 0;
    }

    header .site-branding h1 {
        text-align: center;
        margin: auto;
    }

    header .main-navigation {
        margin-top: 18px;
    }
}

.cta-text {
    text-align: right;
    max-width: 320px;
}

#mc_embed_signup .foot {
    grid-template-columns: 1fr !important;
}

#mc_embed_signup .optionalParent .button {
    margin: 0 auto !important;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
}

.center {
    text-align: center;
}

@media (max-width: 680px) {
    .center-mobile {
        text-align: center;
    }
}

/* Testimonial Strip */
.testimonial-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 390px;
}

.testimonial-strip .content {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1110px;
    width: 100%;
    padding: 64px 0;
}

.testimonial-strip .slide {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-strip .slide.active {
    display: flex;
}

.testimonial-strip .slide img {
    max-width: 180px;
    max-height: 130px;
}

.testimonial-strip .testimonial-content {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-strip .testimonial-content * {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 12px 0;
}

.testimonial-strip .arrow.right {
    margin-right: 12px;
}

.testimonial-strip .arrow.left {
    margin-left: 12px;
}

.testimonial-strip .btn {
    outline: 0;
    border: 0;
    background: none;
}

.arrow.left {
    transform: rotate(180deg);
}

#about .right {
    display: flex;
    align-items: center;
    justify-content: center;
}