Orrell Park Community Centretel: 0151 530 1559
email: orrellpark@hotmail.com

Theme Footer Original

<section class="light-grey footer">
    <div class="container">
        <!-- Row -->
        <div class="row">
            <div class="col-sm-12 text-center">
                <h2>Orrell Park Community Centre</h2>
            </div>
        </div>
        <!-- /Row -->
    </div>
</section>

<footer class="light-grey">
    <div class="container">
        <!-- Row -->
        <div class="row">
            <div class="col-md-12 text-center">
                <p class="no-margin-top"><?php the_field('address', 'option'); ?></p>
            </div>
        </div>
        <!-- /Row -->

        <!-- Row -->
        <div class="row">
            <div class="col-md-12 text-center">
                <?php if(get_field('facebook_link', 'option') != '') { ?>
                <a href="<?php the_field('facebook_link', 'option'); ?>" target="_blank" class="facebook"><i class="fa fa-facebook-square fa-2x" aria-hidden="true"></i></a>
                <?php } ?>
                <?php if(get_field('twitter_link', 'option') != '') { ?>
                <a href="<?php the_field('twitter_link', 'option'); ?>" target="_blank" class="twitter"><i class="fa fa-twitter-square fa-2x" aria-hidden="true"></i></a>
                <?php } ?>
                <?php if(get_field('linkedin_link', 'option') != '') { ?>
                <a href="<?php the_field('linkedin_link', 'option'); ?>" target="_blank" class="linkedin"><i class="fa fa-linkedin-square fa-2x" aria-hidden="true"></i></a>
                <?php } ?>
            </div>
        </div>
        <!-- /Row -->
        <!-- Row -->
        <div class="row">
            <div class="col-md-12 text-center">
                <?php if(get_field('seo') != '') { ?>
                <?php the_field('seo'); ?>
                <?php } ?>
            </div>
        </div>
        <!-- /Row -->

    </div>
</footer>

<section class="light-grey footer">
    <div class="container">
        <!-- Row -->
        <div class="row">
            <div class="col-md-12 text-center">
                <h6>Clarkson Associates.     Powered by WordPress.</h6>
            </div>
        </div>
        <!-- /Row -->
    </div>
</section>