/*
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;
}



blockquote {
    position:relative;
    padding:10px 45px;
	border: none;

}
blockquote:before, blockquote:after {
    color:#333333;
    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;
}
.wp-caption {
	background: #fff;
border: 1px solid #eee;
text-align: center;
padding: 15px;
margin: 10px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 15px;
text-transform: uppercase;
line-height: 15px;
padding: 10px;
margin: 0;

}

.fl-menu-horizontal a{
	border: 1px solid #fc792b;
	margin-left: 10px;
}

.fl-menu-horizontal a:hover{
	border: 1px solid #fff;


}

.sub-menu a{
	border: none;
		background: #333;
	text-decoration: none;
}


.sub-menu a:hover{
	border: none;
}
