@charset "UTF-8";
/*
Theme Name: NCMA Family Sites - Avoca Web Design
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: A theme based on NCMA for the Family of NCMA sites.
Author: Avoca Web Design
Author URI: http://avoca.design
template: bb-theme
*/
/*
* 	Main Icon mixin
*
* 	Based on http://jaydenseric.com/blog/fun-with-sass-and-font-icons 
*
*	e.g. 
*	@include icon('phone', 'before', true, $large, $top:-3px, $margin:5px);
* 	@include icon('phone', 'before', true, $large, $top:-3px, $margin:5px) {
*		color: black;
* 	}
*/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:100");
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table; }

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

@font-face {
  font-family: "entypo";
  src: url("fonts/entypo/entypo-plus.eot");
  src: url("fonts/entypo/entypo-plus.eot?#iefix") format("embedded-opentype"), url("fonts/entypo/entypo-plus.woff") format("woff"), url("fonts/entypo/entypo-plus.ttf") format("truetype"), url("fonts/entypo/entypo-plus.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
  speak: none; }

/*
 * Social Network Colours
 *
 * http://designpieces.com/2012/12/social-media-colours-hex-and-rgb/
 */
/*
 * Brand Colours
 */
/*
* Backgrounds
*/
/*
 * Buttons
 */
.button.primary {
  background: #a7a9ac;
  color: #fff; }

.button.secondary {
  background: #f1f2f3;
  color: #231f20; }

.button.outline {
  border: 1px solid #231f20;
  color: #231f20; }

/*
 * Section Colours & Heading Backgrounds
 */
.section-header .fl-row-content-wrap .fl-row-content {
  padding-top: 150px;
  background-repeat: no-repeat;
  background-position: right 30px top; }
  @media (max-width: 768px) {
    .section-header .fl-row-content-wrap .fl-row-content {
      padding-top: 80px;
      background-size: cover; } }
  @media (min-width: 768px) {
    .section-header .fl-row-content-wrap .fl-row-content {
      background-size: contain; } }

.page .section-header h1,
.single-post .section-header h1,
.single .section-header h1,
.page-about .section-header h1,
.parent-page-about .section-header h1,
.page-contact .section-header h1,
.parent-page-contact .section-header h1,
.page-news .section-header h1,
.parent-page-news .section-header h1,
.single-fl-theme-layout .section-header h1,
.fl-theme-builder-404 .section-header h1 {
  font-weight: 100;
  text-transform: normal;
  color: #ffffff;
  font-size: 60px; }
  @media (max-width: 768px) {
    .page .section-header h1,
    .single-post .section-header h1,
    .single .section-header h1,
    .page-about .section-header h1,
    .parent-page-about .section-header h1,
    .page-contact .section-header h1,
    .parent-page-contact .section-header h1,
    .page-news .section-header h1,
    .parent-page-news .section-header h1,
    .single-fl-theme-layout .section-header h1,
    .fl-theme-builder-404 .section-header h1 {
      font-size: 36px;
      text-shadow: -1px -1px 1px rgba(130, 10, 1, 0.7), 1px -1px 1px rgba(130, 10, 1, 0.7), -1px 1px 1px rgba(130, 10, 1, 0.7), 1px 1px 1px rgba(130, 10, 1, 0.7); } }

.page .section-header .fl-row-content-wrap,
.single-post .section-header .fl-row-content-wrap,
.single .section-header .fl-row-content-wrap,
.page-about .section-header .fl-row-content-wrap,
.parent-page-about .section-header .fl-row-content-wrap,
.page-contact .section-header .fl-row-content-wrap,
.parent-page-contact .section-header .fl-row-content-wrap,
.page-news .section-header .fl-row-content-wrap,
.parent-page-news .section-header .fl-row-content-wrap,
.single-fl-theme-layout .section-header .fl-row-content-wrap,
.fl-theme-builder-404 .section-header .fl-row-content-wrap {
  background-color: #820a01; }
  .page .section-header .fl-row-content-wrap .fl-row-content,
  .single-post .section-header .fl-row-content-wrap .fl-row-content,
  .single .section-header .fl-row-content-wrap .fl-row-content,
  .page-about .section-header .fl-row-content-wrap .fl-row-content,
  .parent-page-about .section-header .fl-row-content-wrap .fl-row-content,
  .page-contact .section-header .fl-row-content-wrap .fl-row-content,
  .parent-page-contact .section-header .fl-row-content-wrap .fl-row-content,
  .page-news .section-header .fl-row-content-wrap .fl-row-content,
  .parent-page-news .section-header .fl-row-content-wrap .fl-row-content,
  .single-fl-theme-layout .section-header .fl-row-content-wrap .fl-row-content,
  .fl-theme-builder-404 .section-header .fl-row-content-wrap .fl-row-content {
    background-image: url(images/header-about.jpg); }

.page a,
.single-post a,
.single a,
.page-about a,
.parent-page-about a,
.page-contact a,
.parent-page-contact a,
.page-news a,
.parent-page-news a,
.single-fl-theme-layout a,
.fl-theme-builder-404 a {
  color: #730901;
  text-decoration: none !important; }
  .page a:hover,
  .single-post a:hover,
  .single a:hover,
  .page-about a:hover,
  .parent-page-about a:hover,
  .page-contact a:hover,
  .parent-page-contact a:hover,
  .page-news a:hover,
  .parent-page-news a:hover,
  .single-fl-theme-layout a:hover,
  .fl-theme-builder-404 a:hover {
    color: #640801; }

.page h2 a, .page h3 a, .page h4 a, .page h5 a, .page h6 a,
.single-post h2 a,
.single-post h3 a,
.single-post h4 a,
.single-post h5 a,
.single-post h6 a,
.single h2 a,
.single h3 a,
.single h4 a,
.single h5 a,
.single h6 a,
.page-about h2 a,
.page-about h3 a,
.page-about h4 a,
.page-about h5 a,
.page-about h6 a,
.parent-page-about h2 a,
.parent-page-about h3 a,
.parent-page-about h4 a,
.parent-page-about h5 a,
.parent-page-about h6 a,
.page-contact h2 a,
.page-contact h3 a,
.page-contact h4 a,
.page-contact h5 a,
.page-contact h6 a,
.parent-page-contact h2 a,
.parent-page-contact h3 a,
.parent-page-contact h4 a,
.parent-page-contact h5 a,
.parent-page-contact h6 a,
.page-news h2 a,
.page-news h3 a,
.page-news h4 a,
.page-news h5 a,
.page-news h6 a,
.parent-page-news h2 a,
.parent-page-news h3 a,
.parent-page-news h4 a,
.parent-page-news h5 a,
.parent-page-news h6 a,
.single-fl-theme-layout h2 a,
.single-fl-theme-layout h3 a,
.single-fl-theme-layout h4 a,
.single-fl-theme-layout h5 a,
.single-fl-theme-layout h6 a,
.fl-theme-builder-404 h2 a,
.fl-theme-builder-404 h3 a,
.fl-theme-builder-404 h4 a,
.fl-theme-builder-404 h5 a,
.fl-theme-builder-404 h6 a {
  color: #000000; }
  .page h2 a:hover, .page h3 a:hover, .page h4 a:hover, .page h5 a:hover, .page h6 a:hover,
  .single-post h2 a:hover,
  .single-post h3 a:hover,
  .single-post h4 a:hover,
  .single-post h5 a:hover,
  .single-post h6 a:hover,
  .single h2 a:hover,
  .single h3 a:hover,
  .single h4 a:hover,
  .single h5 a:hover,
  .single h6 a:hover,
  .page-about h2 a:hover,
  .page-about h3 a:hover,
  .page-about h4 a:hover,
  .page-about h5 a:hover,
  .page-about h6 a:hover,
  .parent-page-about h2 a:hover,
  .parent-page-about h3 a:hover,
  .parent-page-about h4 a:hover,
  .parent-page-about h5 a:hover,
  .parent-page-about h6 a:hover,
  .page-contact h2 a:hover,
  .page-contact h3 a:hover,
  .page-contact h4 a:hover,
  .page-contact h5 a:hover,
  .page-contact h6 a:hover,
  .parent-page-contact h2 a:hover,
  .parent-page-contact h3 a:hover,
  .parent-page-contact h4 a:hover,
  .parent-page-contact h5 a:hover,
  .parent-page-contact h6 a:hover,
  .page-news h2 a:hover,
  .page-news h3 a:hover,
  .page-news h4 a:hover,
  .page-news h5 a:hover,
  .page-news h6 a:hover,
  .parent-page-news h2 a:hover,
  .parent-page-news h3 a:hover,
  .parent-page-news h4 a:hover,
  .parent-page-news h5 a:hover,
  .parent-page-news h6 a:hover,
  .single-fl-theme-layout h2 a:hover,
  .single-fl-theme-layout h3 a:hover,
  .single-fl-theme-layout h4 a:hover,
  .single-fl-theme-layout h5 a:hover,
  .single-fl-theme-layout h6 a:hover,
  .fl-theme-builder-404 h2 a:hover,
  .fl-theme-builder-404 h3 a:hover,
  .fl-theme-builder-404 h4 a:hover,
  .fl-theme-builder-404 h5 a:hover,
  .fl-theme-builder-404 h6 a:hover {
    color: #0d0d0d; }

@media (max-width: 768px) {
  .page .fl-menu .menu.fl-menu-horizontal,
  .single-post .fl-menu .menu.fl-menu-horizontal,
  .single .fl-menu .menu.fl-menu-horizontal,
  .page-about .fl-menu .menu.fl-menu-horizontal,
  .parent-page-about .fl-menu .menu.fl-menu-horizontal,
  .page-contact .fl-menu .menu.fl-menu-horizontal,
  .parent-page-contact .fl-menu .menu.fl-menu-horizontal,
  .page-news .fl-menu .menu.fl-menu-horizontal,
  .parent-page-news .fl-menu .menu.fl-menu-horizontal,
  .single-fl-theme-layout .fl-menu .menu.fl-menu-horizontal,
  .fl-theme-builder-404 .fl-menu .menu.fl-menu-horizontal {
    border-top: 7px solid #9b0c01 !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 6px;
    padding: 10px 12px; } }

.page .fl-menu .menu.fl-menu-horizontal > li,
.single-post .fl-menu .menu.fl-menu-horizontal > li,
.single .fl-menu .menu.fl-menu-horizontal > li,
.page-about .fl-menu .menu.fl-menu-horizontal > li,
.parent-page-about .fl-menu .menu.fl-menu-horizontal > li,
.page-contact .fl-menu .menu.fl-menu-horizontal > li,
.parent-page-contact .fl-menu .menu.fl-menu-horizontal > li,
.page-news .fl-menu .menu.fl-menu-horizontal > li,
.parent-page-news .fl-menu .menu.fl-menu-horizontal > li,
.single-fl-theme-layout .fl-menu .menu.fl-menu-horizontal > li,
.fl-theme-builder-404 .fl-menu .menu.fl-menu-horizontal > li {
  background-color: transparent !important; }

.page li.menu-item a,
.single-post li.menu-item a,
.single li.menu-item a,
.page-about li.menu-item a,
.parent-page-about li.menu-item a,
.page-contact li.menu-item a,
.parent-page-contact li.menu-item a,
.page-news li.menu-item a,
.parent-page-news li.menu-item a,
.single-fl-theme-layout li.menu-item a,
.fl-theme-builder-404 li.menu-item a {
  text-shadow: -1px -1px 1px rgba(130, 10, 1, 0.7), 1px -1px 1px rgba(130, 10, 1, 0.7), -1px 1px 1px rgba(130, 10, 1, 0.7), 1px 1px 1px rgba(130, 10, 1, 0.7); }
  .page li.menu-item a:hover,
  .single-post li.menu-item a:hover,
  .single li.menu-item a:hover,
  .page-about li.menu-item a:hover,
  .parent-page-about li.menu-item a:hover,
  .page-contact li.menu-item a:hover,
  .parent-page-contact li.menu-item a:hover,
  .page-news li.menu-item a:hover,
  .parent-page-news li.menu-item a:hover,
  .single-fl-theme-layout li.menu-item a:hover,
  .fl-theme-builder-404 li.menu-item a:hover {
    color: #ffffff !important; }
    .page li.menu-item a:hover:after,
    .single-post li.menu-item a:hover:after,
    .single li.menu-item a:hover:after,
    .page-about li.menu-item a:hover:after,
    .parent-page-about li.menu-item a:hover:after,
    .page-contact li.menu-item a:hover:after,
    .parent-page-contact li.menu-item a:hover:after,
    .page-news li.menu-item a:hover:after,
    .parent-page-news li.menu-item a:hover:after,
    .single-fl-theme-layout li.menu-item a:hover:after,
    .fl-theme-builder-404 li.menu-item a:hover:after {
      color: #ffffff; }
  @media (max-width: 768px) {
    .page li.menu-item a,
    .single-post li.menu-item a,
    .single li.menu-item a,
    .page-about li.menu-item a,
    .parent-page-about li.menu-item a,
    .page-contact li.menu-item a,
    .parent-page-contact li.menu-item a,
    .page-news li.menu-item a,
    .parent-page-news li.menu-item a,
    .single-fl-theme-layout li.menu-item a,
    .fl-theme-builder-404 li.menu-item a {
      text-shadow: none;
      color: #000000 !important; }
      .page li.menu-item a:hover,
      .single-post li.menu-item a:hover,
      .single li.menu-item a:hover,
      .page-about li.menu-item a:hover,
      .parent-page-about li.menu-item a:hover,
      .page-contact li.menu-item a:hover,
      .parent-page-contact li.menu-item a:hover,
      .page-news li.menu-item a:hover,
      .parent-page-news li.menu-item a:hover,
      .single-fl-theme-layout li.menu-item a:hover,
      .fl-theme-builder-404 li.menu-item a:hover {
        color: #820a01 !important; } }

.page li.current-menu-item a,
.page li.current-menu-parent a,
.single-post li.current-menu-item a,
.single-post li.current-menu-parent a,
.single li.current-menu-item a,
.single li.current-menu-parent a,
.page-about li.current-menu-item a,
.page-about li.current-menu-parent a,
.parent-page-about li.current-menu-item a,
.parent-page-about li.current-menu-parent a,
.page-contact li.current-menu-item a,
.page-contact li.current-menu-parent a,
.parent-page-contact li.current-menu-item a,
.parent-page-contact li.current-menu-parent a,
.page-news li.current-menu-item a,
.page-news li.current-menu-parent a,
.parent-page-news li.current-menu-item a,
.parent-page-news li.current-menu-parent a,
.single-fl-theme-layout li.current-menu-item a,
.single-fl-theme-layout li.current-menu-parent a,
.fl-theme-builder-404 li.current-menu-item a,
.fl-theme-builder-404 li.current-menu-parent a {
  color: #ffffff !important; }
  .page li.current-menu-item a:after,
  .page li.current-menu-parent a:after,
  .single-post li.current-menu-item a:after,
  .single-post li.current-menu-parent a:after,
  .single li.current-menu-item a:after,
  .single li.current-menu-parent a:after,
  .page-about li.current-menu-item a:after,
  .page-about li.current-menu-parent a:after,
  .parent-page-about li.current-menu-item a:after,
  .parent-page-about li.current-menu-parent a:after,
  .page-contact li.current-menu-item a:after,
  .page-contact li.current-menu-parent a:after,
  .parent-page-contact li.current-menu-item a:after,
  .parent-page-contact li.current-menu-parent a:after,
  .page-news li.current-menu-item a:after,
  .page-news li.current-menu-parent a:after,
  .parent-page-news li.current-menu-item a:after,
  .parent-page-news li.current-menu-parent a:after,
  .single-fl-theme-layout li.current-menu-item a:after,
  .single-fl-theme-layout li.current-menu-parent a:after,
  .fl-theme-builder-404 li.current-menu-item a:after,
  .fl-theme-builder-404 li.current-menu-parent a:after {
    color: #ffffff; }
  @media (max-width: 768px) {
    .page li.current-menu-item a,
    .page li.current-menu-parent a,
    .single-post li.current-menu-item a,
    .single-post li.current-menu-parent a,
    .single li.current-menu-item a,
    .single li.current-menu-parent a,
    .page-about li.current-menu-item a,
    .page-about li.current-menu-parent a,
    .parent-page-about li.current-menu-item a,
    .parent-page-about li.current-menu-parent a,
    .page-contact li.current-menu-item a,
    .page-contact li.current-menu-parent a,
    .parent-page-contact li.current-menu-item a,
    .parent-page-contact li.current-menu-parent a,
    .page-news li.current-menu-item a,
    .page-news li.current-menu-parent a,
    .parent-page-news li.current-menu-item a,
    .parent-page-news li.current-menu-parent a,
    .single-fl-theme-layout li.current-menu-item a,
    .single-fl-theme-layout li.current-menu-parent a,
    .fl-theme-builder-404 li.current-menu-item a,
    .fl-theme-builder-404 li.current-menu-parent a {
      color: #820a01 !important; } }

.page ul.sub-menu,
.single-post ul.sub-menu,
.single ul.sub-menu,
.page-about ul.sub-menu,
.parent-page-about ul.sub-menu,
.page-contact ul.sub-menu,
.parent-page-contact ul.sub-menu,
.page-news ul.sub-menu,
.parent-page-news ul.sub-menu,
.single-fl-theme-layout ul.sub-menu,
.fl-theme-builder-404 ul.sub-menu {
  border-top: 7px solid #9b0c01 !important; }
  @media (max-width: 768px) {
    .page ul.sub-menu,
    .single-post ul.sub-menu,
    .single ul.sub-menu,
    .page-about ul.sub-menu,
    .parent-page-about ul.sub-menu,
    .page-contact ul.sub-menu,
    .parent-page-contact ul.sub-menu,
    .page-news ul.sub-menu,
    .parent-page-news ul.sub-menu,
    .single-fl-theme-layout ul.sub-menu,
    .fl-theme-builder-404 ul.sub-menu {
      border-top: none !important;
      padding: 0 15px; } }
  .page ul.sub-menu a,
  .single-post ul.sub-menu a,
  .single ul.sub-menu a,
  .page-about ul.sub-menu a,
  .parent-page-about ul.sub-menu a,
  .page-contact ul.sub-menu a,
  .parent-page-contact ul.sub-menu a,
  .page-news ul.sub-menu a,
  .parent-page-news ul.sub-menu a,
  .single-fl-theme-layout ul.sub-menu a,
  .fl-theme-builder-404 ul.sub-menu a {
    text-shadow: none; }
  .page ul.sub-menu li.menu-item > a,
  .single-post ul.sub-menu li.menu-item > a,
  .single ul.sub-menu li.menu-item > a,
  .page-about ul.sub-menu li.menu-item > a,
  .parent-page-about ul.sub-menu li.menu-item > a,
  .page-contact ul.sub-menu li.menu-item > a,
  .parent-page-contact ul.sub-menu li.menu-item > a,
  .page-news ul.sub-menu li.menu-item > a,
  .parent-page-news ul.sub-menu li.menu-item > a,
  .single-fl-theme-layout ul.sub-menu li.menu-item > a,
  .fl-theme-builder-404 ul.sub-menu li.menu-item > a {
    color: #000000 !important; }
    .page ul.sub-menu li.menu-item > a:hover,
    .single-post ul.sub-menu li.menu-item > a:hover,
    .single ul.sub-menu li.menu-item > a:hover,
    .page-about ul.sub-menu li.menu-item > a:hover,
    .parent-page-about ul.sub-menu li.menu-item > a:hover,
    .page-contact ul.sub-menu li.menu-item > a:hover,
    .parent-page-contact ul.sub-menu li.menu-item > a:hover,
    .page-news ul.sub-menu li.menu-item > a:hover,
    .parent-page-news ul.sub-menu li.menu-item > a:hover,
    .single-fl-theme-layout ul.sub-menu li.menu-item > a:hover,
    .fl-theme-builder-404 ul.sub-menu li.menu-item > a:hover {
      color: #820a01 !important; }
  .page ul.sub-menu li.current-menu-item > a,
  .single-post ul.sub-menu li.current-menu-item > a,
  .single ul.sub-menu li.current-menu-item > a,
  .page-about ul.sub-menu li.current-menu-item > a,
  .parent-page-about ul.sub-menu li.current-menu-item > a,
  .page-contact ul.sub-menu li.current-menu-item > a,
  .parent-page-contact ul.sub-menu li.current-menu-item > a,
  .page-news ul.sub-menu li.current-menu-item > a,
  .parent-page-news ul.sub-menu li.current-menu-item > a,
  .single-fl-theme-layout ul.sub-menu li.current-menu-item > a,
  .fl-theme-builder-404 ul.sub-menu li.current-menu-item > a {
    color: #820a01 !important; }

.page .section-sidebar-menu .fl-module-content li,
.single-post .section-sidebar-menu .fl-module-content li,
.single .section-sidebar-menu .fl-module-content li,
.page-about .section-sidebar-menu .fl-module-content li,
.parent-page-about .section-sidebar-menu .fl-module-content li,
.page-contact .section-sidebar-menu .fl-module-content li,
.parent-page-contact .section-sidebar-menu .fl-module-content li,
.page-news .section-sidebar-menu .fl-module-content li,
.parent-page-news .section-sidebar-menu .fl-module-content li,
.single-fl-theme-layout .section-sidebar-menu .fl-module-content li,
.fl-theme-builder-404 .section-sidebar-menu .fl-module-content li {
  border-top: none;
  margin-left: 0;
  padding-left: 0; }
  .page .section-sidebar-menu .fl-module-content li a,
  .single-post .section-sidebar-menu .fl-module-content li a,
  .single .section-sidebar-menu .fl-module-content li a,
  .page-about .section-sidebar-menu .fl-module-content li a,
  .parent-page-about .section-sidebar-menu .fl-module-content li a,
  .page-contact .section-sidebar-menu .fl-module-content li a,
  .parent-page-contact .section-sidebar-menu .fl-module-content li a,
  .page-news .section-sidebar-menu .fl-module-content li a,
  .parent-page-news .section-sidebar-menu .fl-module-content li a,
  .single-fl-theme-layout .section-sidebar-menu .fl-module-content li a,
  .fl-theme-builder-404 .section-sidebar-menu .fl-module-content li a {
    text-shadow: none;
    color: #1c1c1c;
    margin-left: 0;
    padding: 12px 0;
    border-top: 1px solid #ececec; }
    .page .section-sidebar-menu .fl-module-content li a:hover,
    .single-post .section-sidebar-menu .fl-module-content li a:hover,
    .single .section-sidebar-menu .fl-module-content li a:hover,
    .page-about .section-sidebar-menu .fl-module-content li a:hover,
    .parent-page-about .section-sidebar-menu .fl-module-content li a:hover,
    .page-contact .section-sidebar-menu .fl-module-content li a:hover,
    .parent-page-contact .section-sidebar-menu .fl-module-content li a:hover,
    .page-news .section-sidebar-menu .fl-module-content li a:hover,
    .parent-page-news .section-sidebar-menu .fl-module-content li a:hover,
    .single-fl-theme-layout .section-sidebar-menu .fl-module-content li a:hover,
    .fl-theme-builder-404 .section-sidebar-menu .fl-module-content li a:hover {
      color: #820a01 !important; }

.page .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.single-post .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.single .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.page-about .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.parent-page-about .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.page-contact .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.parent-page-contact .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.page-news .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.parent-page-news .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.single-fl-theme-layout .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.fl-theme-builder-404 .section-sidebar-menu .fl-module-content li.current-menu-item > a {
  color: #820a01 !important; }
  @media (max-width: 768px) {
    .page .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .single-post .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .single .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .page-about .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .parent-page-about .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .page-contact .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .parent-page-contact .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .page-news .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .parent-page-news .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .single-fl-theme-layout .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .fl-theme-builder-404 .section-sidebar-menu .fl-module-content li.current-menu-item > a {
      color: #fd2e1f !important; } }

.page .fl-builder-content a.fl-button,
.page .fl-builder-content button.fl-button,
.single-post .fl-builder-content a.fl-button,
.single-post .fl-builder-content button.fl-button,
.single .fl-builder-content a.fl-button,
.single .fl-builder-content button.fl-button,
.page-about .fl-builder-content a.fl-button,
.page-about .fl-builder-content button.fl-button,
.parent-page-about .fl-builder-content a.fl-button,
.parent-page-about .fl-builder-content button.fl-button,
.page-contact .fl-builder-content a.fl-button,
.page-contact .fl-builder-content button.fl-button,
.parent-page-contact .fl-builder-content a.fl-button,
.parent-page-contact .fl-builder-content button.fl-button,
.page-news .fl-builder-content a.fl-button,
.page-news .fl-builder-content button.fl-button,
.parent-page-news .fl-builder-content a.fl-button,
.parent-page-news .fl-builder-content button.fl-button,
.single-fl-theme-layout .fl-builder-content a.fl-button,
.single-fl-theme-layout .fl-builder-content button.fl-button,
.fl-theme-builder-404 .fl-builder-content a.fl-button,
.fl-theme-builder-404 .fl-builder-content button.fl-button {
  background-color: #820a01;
  color: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  text-transform: uppercase; }
  .page .fl-builder-content a.fl-button:hover,
  .page .fl-builder-content button.fl-button:hover,
  .single-post .fl-builder-content a.fl-button:hover,
  .single-post .fl-builder-content button.fl-button:hover,
  .single .fl-builder-content a.fl-button:hover,
  .single .fl-builder-content button.fl-button:hover,
  .page-about .fl-builder-content a.fl-button:hover,
  .page-about .fl-builder-content button.fl-button:hover,
  .parent-page-about .fl-builder-content a.fl-button:hover,
  .parent-page-about .fl-builder-content button.fl-button:hover,
  .page-contact .fl-builder-content a.fl-button:hover,
  .page-contact .fl-builder-content button.fl-button:hover,
  .parent-page-contact .fl-builder-content a.fl-button:hover,
  .parent-page-contact .fl-builder-content button.fl-button:hover,
  .page-news .fl-builder-content a.fl-button:hover,
  .page-news .fl-builder-content button.fl-button:hover,
  .parent-page-news .fl-builder-content a.fl-button:hover,
  .parent-page-news .fl-builder-content button.fl-button:hover,
  .single-fl-theme-layout .fl-builder-content a.fl-button:hover,
  .single-fl-theme-layout .fl-builder-content button.fl-button:hover,
  .fl-theme-builder-404 .fl-builder-content a.fl-button:hover,
  .fl-theme-builder-404 .fl-builder-content button.fl-button:hover {
    background-color: #730901; }

.page .fl-builder-content.fl-builder-content-714 a,
.single-post .fl-builder-content.fl-builder-content-714 a,
.single .fl-builder-content.fl-builder-content-714 a,
.page-about .fl-builder-content.fl-builder-content-714 a,
.parent-page-about .fl-builder-content.fl-builder-content-714 a,
.page-contact .fl-builder-content.fl-builder-content-714 a,
.parent-page-contact .fl-builder-content.fl-builder-content-714 a,
.page-news .fl-builder-content.fl-builder-content-714 a,
.parent-page-news .fl-builder-content.fl-builder-content-714 a,
.single-fl-theme-layout .fl-builder-content.fl-builder-content-714 a,
.fl-theme-builder-404 .fl-builder-content.fl-builder-content-714 a {
  color: #999999; }

.page .fl-builder-content.fl-builder-content-714 a.fl-button,
.single-post .fl-builder-content.fl-builder-content-714 a.fl-button,
.single .fl-builder-content.fl-builder-content-714 a.fl-button,
.page-about .fl-builder-content.fl-builder-content-714 a.fl-button,
.parent-page-about .fl-builder-content.fl-builder-content-714 a.fl-button,
.page-contact .fl-builder-content.fl-builder-content-714 a.fl-button,
.parent-page-contact .fl-builder-content.fl-builder-content-714 a.fl-button,
.page-news .fl-builder-content.fl-builder-content-714 a.fl-button,
.parent-page-news .fl-builder-content.fl-builder-content-714 a.fl-button,
.single-fl-theme-layout .fl-builder-content.fl-builder-content-714 a.fl-button,
.fl-theme-builder-404 .fl-builder-content.fl-builder-content-714 a.fl-button {
  background-color: #999999;
  color: #ffffff; }

.standardise-images img {
  filter: grayscale(30%) contrast(1.2); }

.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
  padding: 5px 8px !important;
  border-radius: 0 !important; }

.secondary-heading h2.fl-heading {
  font-weight: 300; }

.lead-paragraph p {
  font-size: 30px;
  font-weight: 100;
  padding-top: 10px;
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    .lead-paragraph p {
      font-size: 22px;
      padding-bottom: 10px; } }

@media (max-width: 768px) {
  .home h1.fl-heading {
    line-height: 1.1 !important; } }

/**
 * Icon Fonts
 */
.phone-number {
  margin-bottom: 0.8090064856rem; }
  .phone-number:before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none;
    text-transform: none;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "entypo";
    font-size: 16px;
    font-size: 1.3em;
    margin-right: 6px;
    position: relative;
    top: 1px;
    margin-left: 2px; }

.mobile-number {
  margin-bottom: 0.8090064856rem; }
  .mobile-number:before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none;
    text-transform: none;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "entypo";
    font-size: 16px;
    font-size: 1.3em;
    margin-right: 10px;
    position: relative;
    top: 1px;
    margin-left: 3px; }

.email {
  margin-bottom: 0.8090064856rem; }
  .email:before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none;
    text-transform: none;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "entypo";
    font-size: 16px;
    font-size: 1.3em;
    margin-right: 10px;
    position: relative;
    top: 1px;
    margin-left: 3px; }

.address-full {
  margin-bottom: 0.8090064856rem; }
  .address-full:before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none;
    text-transform: none;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "entypo";
    font-size: 16px;
    font-size: 1.3em;
    margin-right: 5px;
    position: relative;
    top: 0;
    float: left;
    display: block; }
  .address-full .street-address-wrap,
  .address-full .city-postcode {
    padding-left: 25px; }

.facebook-link:before {
  content: "";
  position: relative;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  speak: none;
  text-transform: none;
  line-height: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: "entypo";
  font-size: 16px;
  font-size: 1.8em;
  margin-right: 7px;
  position: relative;
  top: 3px;
  color: #3b5998; }

.overlay .fl-heading span {
  background: rgba(255, 255, 255, 0.65);
  padding: 10px 15px; }

.overlay .fl-rich-text span {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 15px; }

.thirds .fl-callout-photo-left .fl-callout-photo {
  width: 33.33333% !important; }

.thirds .fl-callout-photo-left .fl-callout-content {
  width: 66.66666% !important; }

.fl-post-feed-post.fl-post-feed-image-beside,
.fl-post-feed-post.fl-post-feed-image-beside-content,
.fl-post-feed-post.fl-post-feed-image-beside-right,
.fl-post-feed-post.fl-post-feed-image-beside-content-right {
  max-width: 100% !important; }

.section-breadcrumbs .fl-module-content {
  margin-top: 10px; }

.content-row .fl-row-content-wrap {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }
  @media (max-width: 768px) {
    .content-row .fl-row-content-wrap {
      padding-top: 20px !important;
      padding-bottom: 20px !important; } }

@media (min-width: 768px) {
  .content-row .main-column {
    width: 75% !important; } }

@media (max-width: 1023px) {
  .content-row .main-column {
    width: 100% !important; } }

@media (min-width: 768px) {
  .content-row .main-column .fl-col-content {
    margin-right: 11%; } }

@media (max-width: 1023px) {
  .content-row .main-column .fl-col-content {
    margin-right: 0; } }

@media (max-width: 768px) {
  .fl-col-small {
    max-width: 100%; } }

@media (min-width: 768px) {
  .sidebar-column {
    width: 25% !important; } }

@media (max-width: 1023px) {
  .sidebar-column {
    width: 100% !important; } }

.team-image.alignleft {
  margin: 0 20px 5px 0; }
  @media (max-width: 768px) {
    .team-image.alignleft {
      width: 100%;
      height: auto; } }

.home .fl-builder-content .homepage-slideshow a.fl-button {
  background: transparent !important;
  border: 1px solid #ffffff !important; }
  @media (min-width: 768px) {
    .home .fl-builder-content .homepage-slideshow a.fl-button {
      font-size: 20px !important; } }

.home .fl-builder-content .homepage-slideshow h2 {
  font-weight: 100 !important;
  font-size: 60px !important; }

.fl-content-slider .fl-slide-bg-photo {
  background-position: top right !important; }

@media (max-width: 768px) {
  .home .fl-builder-content .homepage-slideshow .fl-slide-content {
    padding: 5px 30px 15px; }
    .home .fl-builder-content .homepage-slideshow .fl-slide-content h2.fl-slide-title {
      margin-bottom: 5px !important; }
    .home .fl-builder-content .homepage-slideshow .fl-slide-content .fl-slide-cta-button {
      padding-top: 10px; }
      .home .fl-builder-content .homepage-slideshow .fl-slide-content .fl-slide-cta-button a.fl-button {
        font-size: 12px !important;
        padding: 5px 10px !important; } }

.lptw-advanced-table .schedule-flat-grey {
  margin: 0 !important; }
  .lptw-advanced-table .schedule-flat-grey td.content {
    background: #999999 !important; }
  .lptw-advanced-table .schedule-flat-grey .st-key {
    width: 19%; }
  .lptw-advanced-table .schedule-flat-grey .st-val {
    width: 79%; }

.section-sidebar-menu li > a {
  text-shadow: none; }

/*
 * Social Network Colours
 *
 * http://designpieces.com/2012/12/social-media-colours-hex-and-rgb/
 */
/*
 * Brand Colours
 */
/*
* Backgrounds
*/
/*
 * Buttons
 */
.button.primary {
  background: #a7a9ac;
  color: #fff; }

.button.secondary {
  background: #f1f2f3;
  color: #231f20; }

.button.outline {
  border: 1px solid #231f20;
  color: #231f20; }

/*
 * Section Colours & Heading Backgrounds
 */
.section-header .fl-row-content-wrap .fl-row-content {
  padding-top: 150px;
  background-repeat: no-repeat;
  background-position: right 30px top; }
  @media (max-width: 768px) {
    .section-header .fl-row-content-wrap .fl-row-content {
      padding-top: 80px;
      background-size: cover; } }
  @media (min-width: 768px) {
    .section-header .fl-row-content-wrap .fl-row-content {
      background-size: contain; } }

.page .section-header h1,
.single-post .section-header h1,
.single .section-header h1,
.page-about .section-header h1,
.parent-page-about .section-header h1,
.page-contact .section-header h1,
.parent-page-contact .section-header h1,
.page-news .section-header h1,
.parent-page-news .section-header h1,
.single-fl-theme-layout .section-header h1,
.fl-theme-builder-404 .section-header h1 {
  font-weight: 100;
  text-transform: normal;
  color: #ffffff;
  font-size: 60px; }
  @media (max-width: 768px) {
    .page .section-header h1,
    .single-post .section-header h1,
    .single .section-header h1,
    .page-about .section-header h1,
    .parent-page-about .section-header h1,
    .page-contact .section-header h1,
    .parent-page-contact .section-header h1,
    .page-news .section-header h1,
    .parent-page-news .section-header h1,
    .single-fl-theme-layout .section-header h1,
    .fl-theme-builder-404 .section-header h1 {
      font-size: 36px;
      text-shadow: -1px -1px 1px rgba(130, 10, 1, 0.7), 1px -1px 1px rgba(130, 10, 1, 0.7), -1px 1px 1px rgba(130, 10, 1, 0.7), 1px 1px 1px rgba(130, 10, 1, 0.7); } }

.page .section-header .fl-row-content-wrap,
.single-post .section-header .fl-row-content-wrap,
.single .section-header .fl-row-content-wrap,
.page-about .section-header .fl-row-content-wrap,
.parent-page-about .section-header .fl-row-content-wrap,
.page-contact .section-header .fl-row-content-wrap,
.parent-page-contact .section-header .fl-row-content-wrap,
.page-news .section-header .fl-row-content-wrap,
.parent-page-news .section-header .fl-row-content-wrap,
.single-fl-theme-layout .section-header .fl-row-content-wrap,
.fl-theme-builder-404 .section-header .fl-row-content-wrap {
  background-color: #820a01; }
  .page .section-header .fl-row-content-wrap .fl-row-content,
  .single-post .section-header .fl-row-content-wrap .fl-row-content,
  .single .section-header .fl-row-content-wrap .fl-row-content,
  .page-about .section-header .fl-row-content-wrap .fl-row-content,
  .parent-page-about .section-header .fl-row-content-wrap .fl-row-content,
  .page-contact .section-header .fl-row-content-wrap .fl-row-content,
  .parent-page-contact .section-header .fl-row-content-wrap .fl-row-content,
  .page-news .section-header .fl-row-content-wrap .fl-row-content,
  .parent-page-news .section-header .fl-row-content-wrap .fl-row-content,
  .single-fl-theme-layout .section-header .fl-row-content-wrap .fl-row-content,
  .fl-theme-builder-404 .section-header .fl-row-content-wrap .fl-row-content {
    background-image: url(images/header-about.jpg); }

.page a,
.single-post a,
.single a,
.page-about a,
.parent-page-about a,
.page-contact a,
.parent-page-contact a,
.page-news a,
.parent-page-news a,
.single-fl-theme-layout a,
.fl-theme-builder-404 a {
  color: #730901;
  text-decoration: none !important; }
  .page a:hover,
  .single-post a:hover,
  .single a:hover,
  .page-about a:hover,
  .parent-page-about a:hover,
  .page-contact a:hover,
  .parent-page-contact a:hover,
  .page-news a:hover,
  .parent-page-news a:hover,
  .single-fl-theme-layout a:hover,
  .fl-theme-builder-404 a:hover {
    color: #640801; }

.page h2 a, .page h3 a, .page h4 a, .page h5 a, .page h6 a,
.single-post h2 a,
.single-post h3 a,
.single-post h4 a,
.single-post h5 a,
.single-post h6 a,
.single h2 a,
.single h3 a,
.single h4 a,
.single h5 a,
.single h6 a,
.page-about h2 a,
.page-about h3 a,
.page-about h4 a,
.page-about h5 a,
.page-about h6 a,
.parent-page-about h2 a,
.parent-page-about h3 a,
.parent-page-about h4 a,
.parent-page-about h5 a,
.parent-page-about h6 a,
.page-contact h2 a,
.page-contact h3 a,
.page-contact h4 a,
.page-contact h5 a,
.page-contact h6 a,
.parent-page-contact h2 a,
.parent-page-contact h3 a,
.parent-page-contact h4 a,
.parent-page-contact h5 a,
.parent-page-contact h6 a,
.page-news h2 a,
.page-news h3 a,
.page-news h4 a,
.page-news h5 a,
.page-news h6 a,
.parent-page-news h2 a,
.parent-page-news h3 a,
.parent-page-news h4 a,
.parent-page-news h5 a,
.parent-page-news h6 a,
.single-fl-theme-layout h2 a,
.single-fl-theme-layout h3 a,
.single-fl-theme-layout h4 a,
.single-fl-theme-layout h5 a,
.single-fl-theme-layout h6 a,
.fl-theme-builder-404 h2 a,
.fl-theme-builder-404 h3 a,
.fl-theme-builder-404 h4 a,
.fl-theme-builder-404 h5 a,
.fl-theme-builder-404 h6 a {
  color: #000000; }
  .page h2 a:hover, .page h3 a:hover, .page h4 a:hover, .page h5 a:hover, .page h6 a:hover,
  .single-post h2 a:hover,
  .single-post h3 a:hover,
  .single-post h4 a:hover,
  .single-post h5 a:hover,
  .single-post h6 a:hover,
  .single h2 a:hover,
  .single h3 a:hover,
  .single h4 a:hover,
  .single h5 a:hover,
  .single h6 a:hover,
  .page-about h2 a:hover,
  .page-about h3 a:hover,
  .page-about h4 a:hover,
  .page-about h5 a:hover,
  .page-about h6 a:hover,
  .parent-page-about h2 a:hover,
  .parent-page-about h3 a:hover,
  .parent-page-about h4 a:hover,
  .parent-page-about h5 a:hover,
  .parent-page-about h6 a:hover,
  .page-contact h2 a:hover,
  .page-contact h3 a:hover,
  .page-contact h4 a:hover,
  .page-contact h5 a:hover,
  .page-contact h6 a:hover,
  .parent-page-contact h2 a:hover,
  .parent-page-contact h3 a:hover,
  .parent-page-contact h4 a:hover,
  .parent-page-contact h5 a:hover,
  .parent-page-contact h6 a:hover,
  .page-news h2 a:hover,
  .page-news h3 a:hover,
  .page-news h4 a:hover,
  .page-news h5 a:hover,
  .page-news h6 a:hover,
  .parent-page-news h2 a:hover,
  .parent-page-news h3 a:hover,
  .parent-page-news h4 a:hover,
  .parent-page-news h5 a:hover,
  .parent-page-news h6 a:hover,
  .single-fl-theme-layout h2 a:hover,
  .single-fl-theme-layout h3 a:hover,
  .single-fl-theme-layout h4 a:hover,
  .single-fl-theme-layout h5 a:hover,
  .single-fl-theme-layout h6 a:hover,
  .fl-theme-builder-404 h2 a:hover,
  .fl-theme-builder-404 h3 a:hover,
  .fl-theme-builder-404 h4 a:hover,
  .fl-theme-builder-404 h5 a:hover,
  .fl-theme-builder-404 h6 a:hover {
    color: #0d0d0d; }

@media (max-width: 768px) {
  .page .fl-menu .menu.fl-menu-horizontal,
  .single-post .fl-menu .menu.fl-menu-horizontal,
  .single .fl-menu .menu.fl-menu-horizontal,
  .page-about .fl-menu .menu.fl-menu-horizontal,
  .parent-page-about .fl-menu .menu.fl-menu-horizontal,
  .page-contact .fl-menu .menu.fl-menu-horizontal,
  .parent-page-contact .fl-menu .menu.fl-menu-horizontal,
  .page-news .fl-menu .menu.fl-menu-horizontal,
  .parent-page-news .fl-menu .menu.fl-menu-horizontal,
  .single-fl-theme-layout .fl-menu .menu.fl-menu-horizontal,
  .fl-theme-builder-404 .fl-menu .menu.fl-menu-horizontal {
    border-top: 7px solid #9b0c01 !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 6px;
    padding: 10px 12px; } }

.page .fl-menu .menu.fl-menu-horizontal > li,
.single-post .fl-menu .menu.fl-menu-horizontal > li,
.single .fl-menu .menu.fl-menu-horizontal > li,
.page-about .fl-menu .menu.fl-menu-horizontal > li,
.parent-page-about .fl-menu .menu.fl-menu-horizontal > li,
.page-contact .fl-menu .menu.fl-menu-horizontal > li,
.parent-page-contact .fl-menu .menu.fl-menu-horizontal > li,
.page-news .fl-menu .menu.fl-menu-horizontal > li,
.parent-page-news .fl-menu .menu.fl-menu-horizontal > li,
.single-fl-theme-layout .fl-menu .menu.fl-menu-horizontal > li,
.fl-theme-builder-404 .fl-menu .menu.fl-menu-horizontal > li {
  background-color: transparent !important; }

.page li.menu-item a,
.single-post li.menu-item a,
.single li.menu-item a,
.page-about li.menu-item a,
.parent-page-about li.menu-item a,
.page-contact li.menu-item a,
.parent-page-contact li.menu-item a,
.page-news li.menu-item a,
.parent-page-news li.menu-item a,
.single-fl-theme-layout li.menu-item a,
.fl-theme-builder-404 li.menu-item a {
  text-shadow: -1px -1px 1px rgba(130, 10, 1, 0.7), 1px -1px 1px rgba(130, 10, 1, 0.7), -1px 1px 1px rgba(130, 10, 1, 0.7), 1px 1px 1px rgba(130, 10, 1, 0.7); }
  .page li.menu-item a:hover,
  .single-post li.menu-item a:hover,
  .single li.menu-item a:hover,
  .page-about li.menu-item a:hover,
  .parent-page-about li.menu-item a:hover,
  .page-contact li.menu-item a:hover,
  .parent-page-contact li.menu-item a:hover,
  .page-news li.menu-item a:hover,
  .parent-page-news li.menu-item a:hover,
  .single-fl-theme-layout li.menu-item a:hover,
  .fl-theme-builder-404 li.menu-item a:hover {
    color: #ffffff !important; }
    .page li.menu-item a:hover:after,
    .single-post li.menu-item a:hover:after,
    .single li.menu-item a:hover:after,
    .page-about li.menu-item a:hover:after,
    .parent-page-about li.menu-item a:hover:after,
    .page-contact li.menu-item a:hover:after,
    .parent-page-contact li.menu-item a:hover:after,
    .page-news li.menu-item a:hover:after,
    .parent-page-news li.menu-item a:hover:after,
    .single-fl-theme-layout li.menu-item a:hover:after,
    .fl-theme-builder-404 li.menu-item a:hover:after {
      color: #ffffff; }
  @media (max-width: 768px) {
    .page li.menu-item a,
    .single-post li.menu-item a,
    .single li.menu-item a,
    .page-about li.menu-item a,
    .parent-page-about li.menu-item a,
    .page-contact li.menu-item a,
    .parent-page-contact li.menu-item a,
    .page-news li.menu-item a,
    .parent-page-news li.menu-item a,
    .single-fl-theme-layout li.menu-item a,
    .fl-theme-builder-404 li.menu-item a {
      text-shadow: none;
      color: #000000 !important; }
      .page li.menu-item a:hover,
      .single-post li.menu-item a:hover,
      .single li.menu-item a:hover,
      .page-about li.menu-item a:hover,
      .parent-page-about li.menu-item a:hover,
      .page-contact li.menu-item a:hover,
      .parent-page-contact li.menu-item a:hover,
      .page-news li.menu-item a:hover,
      .parent-page-news li.menu-item a:hover,
      .single-fl-theme-layout li.menu-item a:hover,
      .fl-theme-builder-404 li.menu-item a:hover {
        color: #820a01 !important; } }

.page li.current-menu-item a,
.page li.current-menu-parent a,
.single-post li.current-menu-item a,
.single-post li.current-menu-parent a,
.single li.current-menu-item a,
.single li.current-menu-parent a,
.page-about li.current-menu-item a,
.page-about li.current-menu-parent a,
.parent-page-about li.current-menu-item a,
.parent-page-about li.current-menu-parent a,
.page-contact li.current-menu-item a,
.page-contact li.current-menu-parent a,
.parent-page-contact li.current-menu-item a,
.parent-page-contact li.current-menu-parent a,
.page-news li.current-menu-item a,
.page-news li.current-menu-parent a,
.parent-page-news li.current-menu-item a,
.parent-page-news li.current-menu-parent a,
.single-fl-theme-layout li.current-menu-item a,
.single-fl-theme-layout li.current-menu-parent a,
.fl-theme-builder-404 li.current-menu-item a,
.fl-theme-builder-404 li.current-menu-parent a {
  color: #ffffff !important; }
  .page li.current-menu-item a:after,
  .page li.current-menu-parent a:after,
  .single-post li.current-menu-item a:after,
  .single-post li.current-menu-parent a:after,
  .single li.current-menu-item a:after,
  .single li.current-menu-parent a:after,
  .page-about li.current-menu-item a:after,
  .page-about li.current-menu-parent a:after,
  .parent-page-about li.current-menu-item a:after,
  .parent-page-about li.current-menu-parent a:after,
  .page-contact li.current-menu-item a:after,
  .page-contact li.current-menu-parent a:after,
  .parent-page-contact li.current-menu-item a:after,
  .parent-page-contact li.current-menu-parent a:after,
  .page-news li.current-menu-item a:after,
  .page-news li.current-menu-parent a:after,
  .parent-page-news li.current-menu-item a:after,
  .parent-page-news li.current-menu-parent a:after,
  .single-fl-theme-layout li.current-menu-item a:after,
  .single-fl-theme-layout li.current-menu-parent a:after,
  .fl-theme-builder-404 li.current-menu-item a:after,
  .fl-theme-builder-404 li.current-menu-parent a:after {
    color: #ffffff; }
  @media (max-width: 768px) {
    .page li.current-menu-item a,
    .page li.current-menu-parent a,
    .single-post li.current-menu-item a,
    .single-post li.current-menu-parent a,
    .single li.current-menu-item a,
    .single li.current-menu-parent a,
    .page-about li.current-menu-item a,
    .page-about li.current-menu-parent a,
    .parent-page-about li.current-menu-item a,
    .parent-page-about li.current-menu-parent a,
    .page-contact li.current-menu-item a,
    .page-contact li.current-menu-parent a,
    .parent-page-contact li.current-menu-item a,
    .parent-page-contact li.current-menu-parent a,
    .page-news li.current-menu-item a,
    .page-news li.current-menu-parent a,
    .parent-page-news li.current-menu-item a,
    .parent-page-news li.current-menu-parent a,
    .single-fl-theme-layout li.current-menu-item a,
    .single-fl-theme-layout li.current-menu-parent a,
    .fl-theme-builder-404 li.current-menu-item a,
    .fl-theme-builder-404 li.current-menu-parent a {
      color: #820a01 !important; } }

.page ul.sub-menu,
.single-post ul.sub-menu,
.single ul.sub-menu,
.page-about ul.sub-menu,
.parent-page-about ul.sub-menu,
.page-contact ul.sub-menu,
.parent-page-contact ul.sub-menu,
.page-news ul.sub-menu,
.parent-page-news ul.sub-menu,
.single-fl-theme-layout ul.sub-menu,
.fl-theme-builder-404 ul.sub-menu {
  border-top: 7px solid #9b0c01 !important; }
  @media (max-width: 768px) {
    .page ul.sub-menu,
    .single-post ul.sub-menu,
    .single ul.sub-menu,
    .page-about ul.sub-menu,
    .parent-page-about ul.sub-menu,
    .page-contact ul.sub-menu,
    .parent-page-contact ul.sub-menu,
    .page-news ul.sub-menu,
    .parent-page-news ul.sub-menu,
    .single-fl-theme-layout ul.sub-menu,
    .fl-theme-builder-404 ul.sub-menu {
      border-top: none !important;
      padding: 0 15px; } }
  .page ul.sub-menu a,
  .single-post ul.sub-menu a,
  .single ul.sub-menu a,
  .page-about ul.sub-menu a,
  .parent-page-about ul.sub-menu a,
  .page-contact ul.sub-menu a,
  .parent-page-contact ul.sub-menu a,
  .page-news ul.sub-menu a,
  .parent-page-news ul.sub-menu a,
  .single-fl-theme-layout ul.sub-menu a,
  .fl-theme-builder-404 ul.sub-menu a {
    text-shadow: none; }
  .page ul.sub-menu li.menu-item > a,
  .single-post ul.sub-menu li.menu-item > a,
  .single ul.sub-menu li.menu-item > a,
  .page-about ul.sub-menu li.menu-item > a,
  .parent-page-about ul.sub-menu li.menu-item > a,
  .page-contact ul.sub-menu li.menu-item > a,
  .parent-page-contact ul.sub-menu li.menu-item > a,
  .page-news ul.sub-menu li.menu-item > a,
  .parent-page-news ul.sub-menu li.menu-item > a,
  .single-fl-theme-layout ul.sub-menu li.menu-item > a,
  .fl-theme-builder-404 ul.sub-menu li.menu-item > a {
    color: #000000 !important; }
    .page ul.sub-menu li.menu-item > a:hover,
    .single-post ul.sub-menu li.menu-item > a:hover,
    .single ul.sub-menu li.menu-item > a:hover,
    .page-about ul.sub-menu li.menu-item > a:hover,
    .parent-page-about ul.sub-menu li.menu-item > a:hover,
    .page-contact ul.sub-menu li.menu-item > a:hover,
    .parent-page-contact ul.sub-menu li.menu-item > a:hover,
    .page-news ul.sub-menu li.menu-item > a:hover,
    .parent-page-news ul.sub-menu li.menu-item > a:hover,
    .single-fl-theme-layout ul.sub-menu li.menu-item > a:hover,
    .fl-theme-builder-404 ul.sub-menu li.menu-item > a:hover {
      color: #820a01 !important; }
  .page ul.sub-menu li.current-menu-item > a,
  .single-post ul.sub-menu li.current-menu-item > a,
  .single ul.sub-menu li.current-menu-item > a,
  .page-about ul.sub-menu li.current-menu-item > a,
  .parent-page-about ul.sub-menu li.current-menu-item > a,
  .page-contact ul.sub-menu li.current-menu-item > a,
  .parent-page-contact ul.sub-menu li.current-menu-item > a,
  .page-news ul.sub-menu li.current-menu-item > a,
  .parent-page-news ul.sub-menu li.current-menu-item > a,
  .single-fl-theme-layout ul.sub-menu li.current-menu-item > a,
  .fl-theme-builder-404 ul.sub-menu li.current-menu-item > a {
    color: #820a01 !important; }

.page .section-sidebar-menu .fl-module-content li,
.single-post .section-sidebar-menu .fl-module-content li,
.single .section-sidebar-menu .fl-module-content li,
.page-about .section-sidebar-menu .fl-module-content li,
.parent-page-about .section-sidebar-menu .fl-module-content li,
.page-contact .section-sidebar-menu .fl-module-content li,
.parent-page-contact .section-sidebar-menu .fl-module-content li,
.page-news .section-sidebar-menu .fl-module-content li,
.parent-page-news .section-sidebar-menu .fl-module-content li,
.single-fl-theme-layout .section-sidebar-menu .fl-module-content li,
.fl-theme-builder-404 .section-sidebar-menu .fl-module-content li {
  border-top: none;
  margin-left: 0;
  padding-left: 0; }
  .page .section-sidebar-menu .fl-module-content li a,
  .single-post .section-sidebar-menu .fl-module-content li a,
  .single .section-sidebar-menu .fl-module-content li a,
  .page-about .section-sidebar-menu .fl-module-content li a,
  .parent-page-about .section-sidebar-menu .fl-module-content li a,
  .page-contact .section-sidebar-menu .fl-module-content li a,
  .parent-page-contact .section-sidebar-menu .fl-module-content li a,
  .page-news .section-sidebar-menu .fl-module-content li a,
  .parent-page-news .section-sidebar-menu .fl-module-content li a,
  .single-fl-theme-layout .section-sidebar-menu .fl-module-content li a,
  .fl-theme-builder-404 .section-sidebar-menu .fl-module-content li a {
    text-shadow: none;
    color: #1c1c1c;
    margin-left: 0;
    padding: 12px 0;
    border-top: 1px solid #ececec; }
    .page .section-sidebar-menu .fl-module-content li a:hover,
    .single-post .section-sidebar-menu .fl-module-content li a:hover,
    .single .section-sidebar-menu .fl-module-content li a:hover,
    .page-about .section-sidebar-menu .fl-module-content li a:hover,
    .parent-page-about .section-sidebar-menu .fl-module-content li a:hover,
    .page-contact .section-sidebar-menu .fl-module-content li a:hover,
    .parent-page-contact .section-sidebar-menu .fl-module-content li a:hover,
    .page-news .section-sidebar-menu .fl-module-content li a:hover,
    .parent-page-news .section-sidebar-menu .fl-module-content li a:hover,
    .single-fl-theme-layout .section-sidebar-menu .fl-module-content li a:hover,
    .fl-theme-builder-404 .section-sidebar-menu .fl-module-content li a:hover {
      color: #820a01 !important; }

.page .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.single-post .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.single .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.page-about .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.parent-page-about .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.page-contact .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.parent-page-contact .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.page-news .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.parent-page-news .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.single-fl-theme-layout .section-sidebar-menu .fl-module-content li.current-menu-item > a,
.fl-theme-builder-404 .section-sidebar-menu .fl-module-content li.current-menu-item > a {
  color: #820a01 !important; }
  @media (max-width: 768px) {
    .page .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .single-post .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .single .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .page-about .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .parent-page-about .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .page-contact .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .parent-page-contact .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .page-news .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .parent-page-news .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .single-fl-theme-layout .section-sidebar-menu .fl-module-content li.current-menu-item > a,
    .fl-theme-builder-404 .section-sidebar-menu .fl-module-content li.current-menu-item > a {
      color: #fd2e1f !important; } }

.page .fl-builder-content a.fl-button,
.page .fl-builder-content button.fl-button,
.single-post .fl-builder-content a.fl-button,
.single-post .fl-builder-content button.fl-button,
.single .fl-builder-content a.fl-button,
.single .fl-builder-content button.fl-button,
.page-about .fl-builder-content a.fl-button,
.page-about .fl-builder-content button.fl-button,
.parent-page-about .fl-builder-content a.fl-button,
.parent-page-about .fl-builder-content button.fl-button,
.page-contact .fl-builder-content a.fl-button,
.page-contact .fl-builder-content button.fl-button,
.parent-page-contact .fl-builder-content a.fl-button,
.parent-page-contact .fl-builder-content button.fl-button,
.page-news .fl-builder-content a.fl-button,
.page-news .fl-builder-content button.fl-button,
.parent-page-news .fl-builder-content a.fl-button,
.parent-page-news .fl-builder-content button.fl-button,
.single-fl-theme-layout .fl-builder-content a.fl-button,
.single-fl-theme-layout .fl-builder-content button.fl-button,
.fl-theme-builder-404 .fl-builder-content a.fl-button,
.fl-theme-builder-404 .fl-builder-content button.fl-button {
  background-color: #820a01;
  color: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  text-transform: uppercase; }
  .page .fl-builder-content a.fl-button:hover,
  .page .fl-builder-content button.fl-button:hover,
  .single-post .fl-builder-content a.fl-button:hover,
  .single-post .fl-builder-content button.fl-button:hover,
  .single .fl-builder-content a.fl-button:hover,
  .single .fl-builder-content button.fl-button:hover,
  .page-about .fl-builder-content a.fl-button:hover,
  .page-about .fl-builder-content button.fl-button:hover,
  .parent-page-about .fl-builder-content a.fl-button:hover,
  .parent-page-about .fl-builder-content button.fl-button:hover,
  .page-contact .fl-builder-content a.fl-button:hover,
  .page-contact .fl-builder-content button.fl-button:hover,
  .parent-page-contact .fl-builder-content a.fl-button:hover,
  .parent-page-contact .fl-builder-content button.fl-button:hover,
  .page-news .fl-builder-content a.fl-button:hover,
  .page-news .fl-builder-content button.fl-button:hover,
  .parent-page-news .fl-builder-content a.fl-button:hover,
  .parent-page-news .fl-builder-content button.fl-button:hover,
  .single-fl-theme-layout .fl-builder-content a.fl-button:hover,
  .single-fl-theme-layout .fl-builder-content button.fl-button:hover,
  .fl-theme-builder-404 .fl-builder-content a.fl-button:hover,
  .fl-theme-builder-404 .fl-builder-content button.fl-button:hover {
    background-color: #730901; }

.page .fl-builder-content.fl-builder-content-714 a,
.single-post .fl-builder-content.fl-builder-content-714 a,
.single .fl-builder-content.fl-builder-content-714 a,
.page-about .fl-builder-content.fl-builder-content-714 a,
.parent-page-about .fl-builder-content.fl-builder-content-714 a,
.page-contact .fl-builder-content.fl-builder-content-714 a,
.parent-page-contact .fl-builder-content.fl-builder-content-714 a,
.page-news .fl-builder-content.fl-builder-content-714 a,
.parent-page-news .fl-builder-content.fl-builder-content-714 a,
.single-fl-theme-layout .fl-builder-content.fl-builder-content-714 a,
.fl-theme-builder-404 .fl-builder-content.fl-builder-content-714 a {
  color: #999999; }

.page .fl-builder-content.fl-builder-content-714 a.fl-button,
.single-post .fl-builder-content.fl-builder-content-714 a.fl-button,
.single .fl-builder-content.fl-builder-content-714 a.fl-button,
.page-about .fl-builder-content.fl-builder-content-714 a.fl-button,
.parent-page-about .fl-builder-content.fl-builder-content-714 a.fl-button,
.page-contact .fl-builder-content.fl-builder-content-714 a.fl-button,
.parent-page-contact .fl-builder-content.fl-builder-content-714 a.fl-button,
.page-news .fl-builder-content.fl-builder-content-714 a.fl-button,
.parent-page-news .fl-builder-content.fl-builder-content-714 a.fl-button,
.single-fl-theme-layout .fl-builder-content.fl-builder-content-714 a.fl-button,
.fl-theme-builder-404 .fl-builder-content.fl-builder-content-714 a.fl-button {
  background-color: #999999;
  color: #ffffff; }

.standardise-images img {
  filter: grayscale(30%) contrast(1.2); }

.fl-page-nav-right .fl-page-header-wrap {
  border-bottom: none; }

.fl-page-nav-right .fl-page-nav ul.navbar-nav > li {
  margin-top: -20px; }

.fl-menu ul.fl-menu-horizontal li {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .fl-menu ul.fl-menu-horizontal li a:after {
    content: "/";
    padding-left: 8px; }
    @media (max-width: 768px) {
      .fl-menu ul.fl-menu-horizontal li a:after {
        content: ""; } }
  .fl-menu ul.fl-menu-horizontal li.last-menu-item a:after {
    content: "";
    padding-left: 0; }

.fl-menu .fl-has-submenu-container a {
  padding-right: 5px !important; }

.fl-page-nav-right.fl-page-nav-toggle-visible-always .fl-page-header-container,
.fl-page-nav-right.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-container,
.fl-page-nav-right .fl-page-header-container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1300px !important; }

.fl-menu ul.fl-menu-horizontal ul.sub-menu {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 768px) {
    .fl-menu ul.fl-menu-horizontal ul.sub-menu {
      padding: 0 10px; } }
  .fl-menu ul.fl-menu-horizontal ul.sub-menu li > a {
    padding: 8px 12px;
    font-size: 14px; }
  .fl-menu ul.fl-menu-horizontal ul.sub-menu li > a:after {
    content: "";
    padding-left: 0 !important; }

.fl-page-nav-right .fl-page-nav ul.navbar-nav ul.sub-menu li > a {
  text-transform: none;
  padding: 7px 10px; }

.ncma-homepage-event-wrap {
  display: flex;
  flex-direction: row;
  margin: 0 -30px;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .ncma-homepage-event-wrap {
      margin: 0 -20px; } }
  .ncma-homepage-event-wrap .ncma-homepage-event {
    width: 33%; }
    @media (max-width: 768px) {
      .ncma-homepage-event-wrap .ncma-homepage-event {
        width: 100%; } }
    .ncma-homepage-event-wrap .ncma-homepage-event .inner {
      border-top: 8px solid #999999;
      padding: 10px 0;
      margin: 0 20px; }

/*********************

Styling for events cards buttons and content

*********************/
.ncma-homepage-event-wrap .tribe-events-list-photo-description {
  padding: 10px 0; }

.ncma-homepage-event-wrap .photo-view-buttons {
  background-color: #999999;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 24px;
  text-transform: uppercase;
  margin: 10px 0;
  display: inline-block; }
  .ncma-homepage-event-wrap .photo-view-buttons:nth-child(2n) {
    margin-left: 10px; }
  .ncma-homepage-event-wrap .photo-view-buttons:hover {
    color: #ffffff !important; }

.ncma-homepage-event-wrap .book-now-button {
  background-color: #c80089; }

.ncma-homepage-event-wrap .tribe-events-event-image {
  width: 100%;
  margin: 0 0 20px;
  padding: 0; }

/*********************

Styling for events photo loop

*********************/
h2.tribe-events-page-title {
  font-weight: 700;
  text-align: left;
  padding: 10px 0 10px;
  font-size: 28px; }

.tribe-events-photo .ncma-homepage-event-wrap {
  flex-wrap: wrap;
  margin: 0; }
  .tribe-events-photo .ncma-homepage-event-wrap .ncma-homepage-event {
    border-top: 8px solid #999999;
    padding-top: 30px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%; }
    @media (min-width: 768px) {
      .tribe-events-photo .ncma-homepage-event-wrap .ncma-homepage-event {
        width: 31.29% !important;
        margin-right: 3%; }
        .tribe-events-photo .ncma-homepage-event-wrap .ncma-homepage-event:nth-child(3n+3) {
          margin-right: 0; } }
  .tribe-events-photo .ncma-homepage-event-wrap h3.tribe-events-list-event-title {
    font-size: 1.3em;
    padding-bottom: 10px; }
  .tribe-events-photo .ncma-homepage-event-wrap .time-details {
    margin: 0 !important; }

a.single-event-ticket-button {
  background-color: #c80089;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 18px;
  padding: 14px 28px;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: inline-block; }
  a.single-event-ticket-button:hover {
    colour: #ffffff !important; }

/* Add your custom styles here... */
.header-row .fl-row-content-wrap {
  background-color: #ea038c;
  padding-top: 100px; }

.header-row.orange .fl-row-content-wrap {
  background-color: #f79826; }

.header-row.orange .fl-menu .sub-menu {
  background-color: #f79826 !important; }

.header-row.blue .fl-row-content-wrap {
  background-color: #00b1f0; }

.header-row h1, .header-row h2, .header-row h3 {
  color: #fff; }

.section-header.no-ncma-piccy .fl-row-content-wrap .fl-row-content {
  background-image: none !important;
  z-index: 2;
  position: relative; }

.section-header.no-ncma-piccy .fl-row-content-wrap .fl-row-content .fl-heading {
  margin-bottom: -20px !important; }

.section-header.no-ncma-piccy .fl-row-content-wrap,
.home .section-header.no-ncma-piccy .fl-row-content-wrap {
  background-color: #000000 !important; }

.section-header.no-ncma-piccy .fl-row-content-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.5) 100%);
  top: 0;
  z-index: 1; }

.page li.menu-item a,
.single-post li.menu-item a,
.single li.menu-item a,
.page-about li.menu-item a,
.parent-page-about li.menu-item a,
.page-contact li.menu-item a,
.parent-page-contact li.menu-item a,
.page-news li.menu-item a,
.parent-page-news li.menu-item a,
.single-fl-theme-layout li.menu-item a,
.fl-theme-builder-404 li.menu-item a {
  text-shadow: none !important; }

.section-header.no-ncma-piccy .fl-row-content-wrap .fl-row-content {
  padding-top: 120px; }

.fl-builder-content a.fl-button, .home .fl-builder-content button.fl-button {
  background-color: #ab1306 !important; }

.fl-builder-content a.fl-button:hover, .home .fl-builder-content button.fl-button:hover {
  background-color: #820a01 !important; }

/*
Style up the Teacher Enquire Now CTA
*/
.enquire-lesson-cta-row {
  background-color: #e5e5e5 !important; }

.post-title-wrap {
  border-top: solid 8px #999999;
  padding-top: 30px; }

.pp-custom-grid-post-text {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pp-custom-grid-post-text p {
  font-size: 16px; }

.right-align .fl-module-content {
  margin-right: 0;
  text-align: right; }

a.facetwp-page {
  background: #999999;
  color: #ffffff !important;
  padding: 2px 8px;
  margin-right: 3px; }
