/* Enter Your Custom CSS Here */

/* underline links in the footer */
.site-info a, .site-info a:visited {
     text-decoration:underline;
}




/*Banner Text on home page Fraser*/
.home_banner_header_fm {
  color: #000;
  font-weight: bold;
  background-color:#fff;
  padding: 5px 15px 5px 15px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-size: 40px;
  }

.tribe-events-calendar td .type-tribe_events {
  display: block;
}

.metaslider .slides img { margin-bottom: -40px; }


/*Fraser Making links in content more noticeable*/
p a {
    text-decoration: underline;
font-weight: bold;
}

/*Fraser Colour all h tags*/
h1, h2, h3, h4, h5 {color: #2D52A2;}

/*Fraser remove border off ultimate shortcodes NOTE*/
.su-note-inner {border-width: 0px!important;}

/*Fraser remove border off ultimate shortcodes NOTE*/
.su-note-inner h3 {color: #fff;}
