/*-------------------------------------------
    Primary: Color
-------------------------------------------*/

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
a:hover,
#logo h2, #logo h2 a, #logo h2 img,
.nav-next a, .nav-previous a,
#but-prev-next a,
#wp-pagenavibox .wp-pagenavi *,
.widget_custom_menu > li > ul > li.current-menu-item > a,
.dark #but-prev-next a:hover,
.dark #wp-pagenavibox .wp-pagenavi a:hover {
  color: #466b2b;
}


/*-------------------------------------------
    Primary: Background Color
-------------------------------------------*/

body.dark,
caption,
th,
#menu,
#footer,
.status-header,
.pricing-table-gray .pricing-table-title,
.pricing-table-gray .pricing-table-price,
.pricing-table-gray .button,
.pricing-table-dark .pricing-table-title,
.pricing-table-dark .pricing-table-price,
.pricing-table-dark .button,
.notice,
#sidebar .widget,
.more-link:hover,
#layout .mejs-volume-slider,
.widget_nav_menu,
.widget_nav_menu h5,
#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span,
#buddypress div.item-list-tabs ul li a span,
#buddypress div.item-list-tabs ul li a:hover span {
  background-color: #466b2b;
}


/*-------------------------------------------
    Primary: Border Top Color
-------------------------------------------*/

#buddypress div.item-list-tabs ul li a span:after {
  border-top-color: #466b2b;
}


/*-------------------------------------------
    Primary Alt A: Color
-------------------------------------------*/

body.dark #content-layout,
#sidebar .widget,
#footer,
.sidebar-footer > div .widget,
body.dark #bbpress-forums .bbp-forum-info .bbp-forum-content,
body.dark #bbpress-forums p.bbp-topic-meta,
body.dark span.bbp-author-ip,
body.dark #buddypress .activity-list .activity-content .activity-header,
body.dark #buddypress .activity-list .activity-content .comment-header,
body.dark #buddypress div.activity-meta a:not(:hover),
body.dark #buddypress a.activity-time-since:not(:hover),
body.dark #buddypress .acomment-options a:not(:hover),
body.dark #buddypress div.activity-comments div.acomment-meta {
  color: #bee3a3;
}


