/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

body:not(.logged-in) header .fl-row-content > .fl-col-group .fl-col-has-cols .fl-col-group-nested:last-of-type #menu-right-nav li:first-of-type a {
    background-color: #009245;
    color: #ffffff;
    border-color: #333333;
    transition-duration: 200ms;
    vertical-align: middle;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.3;
    border-width: 1px;
    border-style: none;
    border-radius: 5px;
    width: 120px;
    text-decoration: none;
    box-shadow: none;
}
body:not(.logged-in) header .fl-row-content > .fl-col-group .fl-col-has-cols .fl-col-group-nested:last-of-type #menu-right-nav li:first-of-type a:hover {
    background-color:#000;
}
body:not(.logged-in) header .fl-row-content > .fl-col-group .fl-col-has-cols .fl-col-group-nested:first-of-type .fl-node-content .fl-button,
footer #footer1copyright .fl-col:last-of-type .fl-module a,
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .alt,
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons__separator,
.page.fl-post header .post-edit-link {
    display:none;
}
.page.fl-post header .fl-post-title {
    text-align: center;
}
.cpt-reports-years {
    list-style: none;
}
.page #fl-post-660 .clearfix .fl-col-group .fl-button-wrap {
    display: inline-block;
}
.fl-button-wrap .cpt-report-year-link.fl-button {
    display: block;
    width: 185px;
    margin: 20px 40px;
    text-align: center;
    background-color: #009245;
    padding: 12px 24px;
    border-radius: 10px;
    line-height: 21.6px;
    text-decoration: none;
}