
#fan-club-title {
    line-height: 1.21;
    margin-top: 0;
    text-transform: capitalize;
    font-size: 28px !important;
    text-transform: uppercase;
    text-align: center;
    background-image: linear-gradient(90deg, var(--yellow-color) 30%, var(--yellow-color) 50%, var(--yellow-color) 70%);
    background-size: 50px 3px;
    background-repeat: no-repeat;
    background-position: 50% 100%;

}

#cloverdale-fan-club {
    width:100%;    
    border:0px;
}

.fan-club-form div {
    place-self: center;
    width: 80% !important;
}

.fan-club-form div input {
    padding: 0 3px;
    height: 30px;
    line-height: 30px;
}

.fan-club-form div textarea {
    padding: 0 3px;
    height: 125px;
}


.fan-club-form div label {
    font-size: 18px;
    color: #737d46;
    font-weight: 400;
    margin-bottom: 10px;
}

p[data-sf-role="error-message"] {
    color:red;
}

.fan-club-form div button[type="submit"] {
    color: #ffffff !important;
    background-color: #036fad;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .02em;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease-out;
    margin-top: 20px;
}

#fan-club-desc-container {
    display:flex;
}

    #fan-club-desc-container div:first-child {
        width: 90%;
        margin-right: 5%;
    }

    #fan-club-desc-container div:last-child {width: 30%;}

        #fan-club-desc-container div:last-child img {
            max-width:130px;
        }

@media only screen and (max-width: 641px) {
            .fan-club-form div {
        place-self: center;
        width: 95% !important;
    }

    #cph_main_divCW1 {
        top: 0px;
        position: relative;
    }

    #content h1 span {
        position: relative;
        top: 5px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
    #content {
        width: 75%;
        left: 0px;
    }

    .services__list {
        width: 70%;
        padding-left: 10%;
    }
    /*#content {left: 20px;}*/
    #subnav {
        display: none; width:0px;
    }

    #pnlParentNode {display: none;}

    #cph_main_divCW1 {
        top: 15px;
        position: relative;
    }

    #fan-club-title{
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px)
{
    #content {
        /*width: 85%;*/
        left: 1%;
        position: relative;
    }


    #fan-club-title {
        font-size: 22px;
        line-height: 24px;
        font-family: lato;
    }

    #fan-club-desc-container div:first-child {
        width: 65%;
        margin-right: 5%;
    }

    #fan-club-desc-container div:last-child img {
        max-width: 95px;
    }
}
