/*
Theme Name: Web Matters Child Theme
Theme URI: http://www.webmatters.co.nz
Version: 1.0
Description: Child theme for Beaver Theme
Author: Web Matters Ltd
Author URI: http://www.webmatters.co.nz
template: bb-theme
*/

.fl-page-header-wrap {
    border: none !important;
}

.fl-page-footer {
    border-top: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}

#fl-to-top {
    background-color: #ffcc00;
}

.uppercase{
	text-transform: uppercase;
}

.accentcolor{
	color: #99cc0a;
}

.accentcolor h1, .accentcolor h2, .accentcolor h3, .accentcolor h4{
	color: #99cc0a;
}
.introtext{
	font-weight: 400;
	font-size: 19px;
	text-align: center;
}

.tick li{
list-style: none;
text-indent: -1em;
}

.tick li:before {
  content: "\f00c";
  font-family: FontAwesome;
font-size: 13px;
  margin-right: 5px;
color: #333;

}

blockquote {
    position:relative;
    padding:10px 45px;
	border: none;
	font-size: 17px;
	font-family: Georgia;
	font-style: italic;
	color: #336699;

}
blockquote:before, blockquote:after {
    color:#ccc;
    content:'\f10d';
    font-family:'FontAwesome';
    font-size:20px;
    position:absolute;
    top:5px;
    left:8px;
    display:block;
}
blockquote:after {
    content:'\f10e';
    bottom:0;
    right:8px;
    top:auto;
    left:auto;
}
