/*
Theme Name: Jackpine Radicals
Author: Matariki | JackpineRadicals
Description: ...let's un@#$& America 
Version: 1.1
Text Domain: jackpineradicals
*/


/**
 * Table of Contents
 
 * 1.0 - Main Layout
 * 2.0 - Elements & global class (102)
 * 3.0 - Content (179)
 *	  3.1 - Header
 *    3.2 - Posts and pages
 *    3.3 - Sidebar
 *    3.4 - Footer
 * 4.0 - bbPress styles
 * 5.0 - Media Queries
 *	  5.1 Main Layout	
 
 */
  
/* 1.0 - Main Layout */

	/* Main Layout */



.site {
	min-height:100%;
	max-width: 100%;
    overflow-x: hidden;
	padding-top: 0px;
    position:relative;
}

.site-header {
	/*background: #054D89; */
	/*background: #383B3D; */
	background: #062d74;
	height: 64px;	
	overflow: hidden;	
}

.site-header-menu {
	background: #147ED7;
    border-top: 1px solid #64A8E2;
	box-shadow: 0 1px 4px #666;
	height: 32px;
	margin-bottom: -32px;
	position: relative;
	width: 100%;
	z-index: 200;
}

.site-main {	
	background: #fff;
	padding: 32px 0 62px;
	position: relative;
	width: 100%;
}

.site-footer {
	bottom: 0;
	left: 0;
	height: 62px;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}

/* containing wrappers */

.site-branding,
.site-header-menu-container,
.site-main-container,
.site-footer .site-info {
	position: relative;
}

.site-branding,
.site-footer .site-info  {
	padding: 0 6px;
}

.site-main-container {
	background: #fff;
	padding: 20px 0;
}

.site-content {	
	
}

.entry-header {
	padding: 0 12px;	
    position: relative;
}

.sidebar {
}



/* 2.0 - Elements */

html, 
body {
	color: #222;
	/*font-family: 'Open Sans', Arial, sans-serif;*/
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 1.0em;
	line-height: 1.1em;
    height: 100%;
}

a,
a:visited {
	color: #0353F1; /*#264D9B;*/
}
a:hover {
	color: #3B93DB;
	text-decoration: underline;
}


h1, h2, h3 {
	color: #062d74; 
	-webkit-font-smoothing: antialiased;
}

h1 a:hover, h2 a:hover, h3 a:hover{
	color: #147ED7;
}


p {
	margin: 0 0 10px;
}

input[type="text"],
textarea {
	font-family: Verdana, Geneva, sans-serif;
}

.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

.pseudo-link {
	cursor: pointer;
}

.pseudo-link:hover {
	color: #f3f3f3;
}

.genericon-key::before{	
    content: "\f427";
}

.genericon-lock::before{	
    content: "\f470";
}

.genericon-cog::before{	
    content: "\f445";
}

.genericon-menu {
	margin-top: -2px
}


.genericon-mail::before{
	color: #147ED7;	
	font-size: 20px;	
    content: "\f410";
}

.genericon-menu::before {
	content: "\f419";
	font-size: 0.875em;
	line-height: 0.875em;	
	vertical-align: middle;
}

.genericon-notice::before {
	color: #ed7e1e;
	content: "\f456";
	font-size: 20px;	
	font-size: 1.25rem;	
}

a.graphic-link {
	text-decoration: none;
}


 

/* 3.1 - Header */

.site-logo {
/*	background: url('img/logo.png') no-repeat left bottom;*/	
/*	background: url('img/tree-blueblue.gif') no-repeat; */
	background: url('img/tree-logo.png') no-repeat;
	height: 64px;
}

.site-logo  h1,
.site-logo  h2 {
	color: #fff ;
	display: inline-block;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	line-height: 36px;
	margin: 28px 0 0 36px;
}

.site-logo  h1{
	font-size: 36px;
}

.site-logo  h2{
	display: none;
}
	


.header-links {
	position:absolute;
	top: 0;
	right: 0;
}

.header-links ul {
	list-style: none;
	margin: 0 12px 0 0;
}

.header-links ul  li {
	color: #64A8E2;
	display: none;
	/*font: 0.75em 'Open Sans', Arial, sans-serif; */
	font: 0.75em Verdana, Geneva, sans-serif;
	padding: 2px 0 0;
	text-transform: lowercase;
}

.header-links .show {
	display: table-cell;
}

.header-links ul  li a,
.header-links ul  li a:visited {
	color: #64A8E2;
}
.header-links ul  li a:hover {
	color: #64A8E2;
	text-decoration: none;
}

.genericon-mail.new-message::before {
	color: #FF6;
}



.site-header-menu-btn {
	color: #f3f3f3;	
	cursor: pointer;
	display: block;
	position: absolute;
	left: 12px;
	bottom: 6px;
	vertical-align: middle;
	z-index: 300;
}

.menu-btn-text {
	font: 400 0.875em 'Arimo', Arial, sans-serif;
	vertical-align: middle;
}

.main-menu {	
	list-style-type: none;
    padding: 0;
	position:relative;
}

.main-menu li {	
	background: #147ED7;
	cursor: pointer;
	display: none;
	font: 700 0.875em/31px 'Arimo', Arial, sans-serif;
	overflow: hidden;
	padding: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.main-menu li a,
.main-menu li a:visited {	
	color: #f3f3f3;
	line-height: 31px;
	padding: 10px;
}

.main-menu li.current-menu-item,
.main-menu li.current-menu-item a,
.main-menu li:hover,
.main-menu li:hover a {
	background: #062d74;
	color: #fff;
	text-decoration: none;
}



.main-menu li:last-child {  
    background: #147ED7;
	cursor: default;
	display: block;
	font-size: 1rem;
    text-align: right;
    width: 100%;
}

.main-menu li:last-child:hover a  {
	background: transparent;
	cursor: default;
}

/*
.main-menu li:last-child {
	position:absolute;
	right: 12px;
	top:0px;
}*/

.menu-icon {
	background: #062d74;
	color: #fff;
	display: inline-block;
	height: 32px;
	margin-right:12px;
	width: 32px;
}

.site-login {	
	background: transparent;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif; 
	font-weight: normal;
	margin-right: 1em;
	text-transform: none;
}

.main-menu li .site-login a {
	cursor: pointer !important;
	padding: 0;
}

.main-menu li .site-login a:hover {
	color: #f3f3f3;
}
.site-login .logout {
	font-size: 90%;
}

.site-search-form,
.site-login-form {
	background: #062d74;    
	box-shadow: 0 1px 1px #666;
	color: #fff;
	display: none;
	font: 0.875em Verdana, Geneva, sans-serif; 
	padding: 10px;
	position: absolute;
	right: 0px;
	text-transform: lowercase;
	top: 32px;
	width: calc(100% - 20px);
}

.site-search-form  {
	background: #062d74;
	padding: 20px 10px;
}


.site-login-form .login-username,
.site-login-form .login-password {
	margin-bottom: 1em;
	position: relative;	
    text-align: right;
    padding-right: 212px;
}

.site-login-form  .input {
	position: absolute;
	right: 0;
	width: 200px;
}


.site-login-form .login-remember {
	width: 75%
}

.site-login-form .login-submit {
	float: right;
	margin-top: -20px;
	/*position: absolute;
	bottom: 10px;
	right: 10px;*/
}
.site-login-form .login-submit::after{
	clear: both;
}

/* sign in stuff */
#loginform {
	margin-bottom: 6px;
}

.login-error {
	color: #f3f3f3;
	margin-bottom: 5px;
}

.forgot-password:visited,
.forgot-password {
	color: #D3CFC6;
	text-decoration: none;
}

.forgot-password:hover {
	color: #f3f3f3;
	text-decoration: underline;
}

#password-reset-form p,
#password-lost-form p {
	margin-bottom: 10px;
}

/* geniricons */
.genericon-search::before {
	font-size: 1.5em;
    content: "\f400";
	cursor: pointer;
	position: relative;
	top: 3px;
}

.site-login .genericon {	
	font-size: 18px;
	line-height: 32px;
	cursor: pointer;
}
.site-login .genericon:hover {
	color: #f3f3f3;
	background-color: transparent;
}


/* 3.2 - Posts and pages */

body#tinymce {
	font-family:'Open Sans', Verdana, sans-serif !important; 
	font-size: 13px;
	font-size: 0.875rem !important;
}

.entry-content {
	font: 13px 'Open Sans', Verdana, sans-serif; 
	font-size: 0.875rem;
}

.post .entry-content {
	margin-top:24px;
}

.jpr-latest {
    position: absolute;
    left: 120px;
    top: 0;
}

.jpr-latest div {
    float: left;
    color: #f3f3f3;
    margin-right: 10px;
    font-size: 0.875em;
    border: solid 1px #ccc;
    padding: 3px 6px;
    cursor: pointer;
    background: #062d74;
}

.jpr-latest .label {
    border: none;
    color: #222;
    background: none;
}

.jpr-latest div.jpr-latest-selected {
    font-weight: bold;
    color: #fff;
    cursor: default;
}

/* tinyMCE editor window */

.mce-container iframe {
	min-height: 260px !important;
}

.category-announcements {   
	border: solid 1px #ccc;
    padding: 6px;
    background: #FFF8A8;
    margin-right: 16px;
}

.forums-index-breadcrumb {
	margin-bottom: 24px;
	padding: 0 12px;
}


/* home page content */


.center-column .entry-content{
	font-size: 1.0em;
}

.center-column article{
	margin-bottom: 24px;
}
.center-column .widget {
	border: none;
}


.center-column .widget-title {
	background: #062d74;
	color: #fff;
    font: 700 0.875rem/0.875rem 'Arimo', Arial, sans-serif;
	letter-spacing: 0.125em;
	margin-bottom: 6px;
	padding: 3px 4px;
	text-transform: uppercase;
}

.center-column .widget .bbp-forum-title,
.center-column .widget_display_topics .bbp-forum-title,
.center-column  .widget .title {
	color: #062d74;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

.center-column  .widget .wti_widget_li a {
	color: #062d74;
}

.center-column  .widget .wti_widget_li span a {
	color: #0353F1;
}


.center-column .widget .bbp-forum-title:hover,
.center-column .widget_display_topics .bbp-forum-title:hover,
.center-column .widget .title:hover {
	color: #0353F1;
}


.center-column .widget_display_topics .bbp-author-avatar{
	display: none;
}

.center-column .widget ul li {	
    border-bottom: none;
	font-size: 0.8125rem;
	line-height: 1.125rem;
	margin:0 0 1.0rem 0;
	padding: 0;
}

.center-column .widget ul li:hover{
	background: none;
	color: #1C1D20;
}

.center-column .jpr-rating-post li {
	border: none;
}
.center-column ul.thumbs-rating-top-list {
	margin: 0
}

/* post comments */

.comments-area,
.comment-respond {
	border-top: solid 1px #bbb;
	margin-top: 24px;
	padding: 12px 0; 
}

b.fn a {
    margin-left: 12px;
    vertical-align: top;
}

/* FAQ page style */

ul.jpr-faq {
	list-style: none;
	margin: 0 0 20px 0;
}

.jpr-faq li,
.jpr-faq dt {
	font-weight: bold;
	margin-bottom:3px;
}

.jpr-faq dt {
	padding-top:35px;
}

.jpr-faq dd {
	position: relative;
}

.jpr-faq .to-top-link {
	position: absolute;
	bottom: -24px;
}

/* 3.3 - Sidebar & Widgets */

 /* notification area when logged in */
.jp-message-center {
	color: #313235;
	font: 0.875rem 'Open Sans', Verdana, sans-serif;
	margin-bottom: 10px;
	padding: 0 12px;
}

.jp-message-center .jp_welcome {
	color: #062d74;
	font-weight: bold;
}

.jp-message-center .jp_notification {
	margin: 3px 0;
    vertical-align: middle;
}

.jp-message-center .jp_notification .count {
   font-weight: bold;
}

/* widget styles - general */

.widget,
.widget_rss {
	border-top: 2px solid #99958E;
	margin-bottom: 1.25em;
	padding-top: 0;
}

.announcement-widget .widget {
	border: none;
}

.announcement-widget .widget .listing-item {
    background: #FFF8A8;
	border: solid 1px #ccc;
	font-size: 0.8725rem;
	margin-bottom: 6px;
    padding: 6px;
}

.announcement-widget .widget .listing-item:hover {
	background: #FFF8A8;
}

.center-column .announcement-widget .widget .listing-item  {
	margin-right: 16px;
}

.announcement-widget .widget .listing-item h3{
	display: none;
}

.announcement-widget .widget .listing-item  p:last-child {
	margin:0;
}

.widget_text {
	margin-bottom: 1.25em;
	padding-top: 0;
}

.centered-widget {
	text-align: center;
}

.widget  ul,
.sidebar  ul,
.comment-list {
	list-style: none;
	margin: 0;
}

.widget-title a {
	color: #062d74;
}

/* left sidebar styles */
.sidebar div,
.sidebar ul li {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 0.125em 2px;
}

.sidebar .widget ul li a {
	color: #222;
}

.sidebar .widget ul li a:hover {
	color: #1C1D20; /*#99958E;*/
	text-decoration: none;
}

.widget-area > :last-child,
.sidebar > :last-child {
	margin-bottom: 0;
}

.sidebar .widget-title {
	color: #062d74;
	font: 700 0.875em 'Arimo', Arial, serif;
	letter-spacing: 0.046875em;
	margin: 0 0 0.375em 2px;
	text-transform: uppercase;
}

.sidebar .widget-title:empty {
	margin-bottom: 0;
}


/* right sidebar (rss feeds) styles */

.widget_rss ul li:hover,
.widget ul li:hover {
	background: #f4f3f1;  /* E5ECFB D6D8DC */
	color: #1C1D20;
}

.widget_rss li {
	border-bottom: dotted 1px #eee;
	padding: 0.125em 2px 0.25em;
}

.widget_rss li:last-child {
	border-bottom: none;
}

img.rss-widget-icon {
	position: relative;
	top: 2px;
}

#donate-widget {
	background:#062d74;
	color: #fff;
	font-weight: bold;
	padding: 6px;
}

#donate-widget p {
	margin: 0 3px 0;
}

#donate-btn {
	background: #C02;
    border: solid 1px #64A8E2;
    color: #fff;
    margin-top: 6px;
    padding: 3px 0;
    text-align: center;
}

/* 3.4 Footer */

.site-info {	
	color: #99958E;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 100%;
	text-align: center;
}

.site-info a {
	color: #99958E;
}

.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}

.site-title {
	
}

.site-footer .site-title:before {
	content: "\00a9 2016";
	display: inline-block;
	opacity: 1.0;
	padding: 0 0.307692308em 0 0.538461538em;
}


/* Forums */
/* 4.0 bbPress Theme styles */
/* Totally disorganized = search is your friend */

/* editor statusbar */
.mce-path {
	display:none !important;
}

#bbpress-forums.bbpress-archive {margin-top:-24px;}
#bbpress-forums ul.bbp-lead-topic {}
#bbpress-forums ul.bbp-replies {border: none;}
#bbpress-forums ul.bbp-threaded-replies {border-left: solid 1px #ddd; margin:0; padding-left: 1.0em;}
#bbpress-forums ul.bbp-topics {margin-bottom: 5px;}
#bbpress-forums ul.bbp-forums .forum-titles { padding: 0; }
#bbpress-forums li {padding: 0;}
#bbpress-forums li.bbp-body ul.forum {padding: 0 8px;}
#bbpress-forums li.bbp-body ul.topic {padding: 0 8px 0 2px;}
#bbpress-forums li.bbp-body ul.forum li,
#bbpress-forums li.bbp-body ul.topic li {padding: 3px 0;}
#bbpress-forums .bbp-footer,
#bbpress-forums li.bbp-footer {padding: 4px 8px; background: #f3f3f3; border-top: none; clear:both;}
#bbpress-forums li.bbp-header {padding: 0px 8px 0 0;}

#bbpress-forums ul.bbp-forums .bbp-forum-topic-count,
#bbpress-forums ul.bbp-forums .bbp-forum-reply-count {
	display: none;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results,
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky, 
.bbp-topics ul.sticky, 
.bbp-forum-content ul.sticky {
	font-size: 13px;
    font-size: 0.8125rem;
}

#bbpress-forums .bbp-forums li.bbp-header,
#bbpress-forums.bbpress-archive li.bbp-header,
.jpr-header {
	background:#062d74;
	border: none;
	color: #f3f3f3;
	padding: 3px 8px;
}

#bbpress-forums.bbpress-archive li.bbp-header{
	padding: 4px 8px 4px 0;
}

 #bbpress-forums div.bbp-reply-header {
	 border: none;
 }
 
#bbpress-forums div.topic,
#bbpress-forums div.reply {
	position: relative;	
}

#bbpress-forums div.reply {	   
	padding: 8px;
	width: auto;
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log, 
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log, 
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
	border:none;
	position: absolute;
	bottom: 4px;
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log img, 
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log img, 
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log img{
	display: none;
}

#bbpress-forums div.bbp-reply-content h4 {
	margin: 0 0 10px;
}

/* editor */
#bbpress-forums div.bbp-the-content-wrapper {
	border: solid 1px #eee;
	border-width: 1px 1px 0;
}

input#bbp-reply-title {
    width: 300px;
}


/* hide the bottom editor form to avoid confusion */
#replyForm {
	display: none;
}

/* hide button and show loader after hitting reply */
#bbp_reply_submit_loading {
	display: none;
}

/* cancel button on editor form */
.reloadBtn {
	margin-left: 10px;
}

.reply-info {
	display: none;
}

.jpr-forum-reply,
.jpr-forum-reply-removed {
	border:solid 1px #ddd; 
	margin-bottom:10px;
	position:relative;	
}

.jpr-forum-reply-removed {
    background: #f4f4f4;
    font-weight: bold;
	padding: 10px;
}

.jpr-forum-reply-removed .show-post-link {
    color: #0353F1;
    cursor: pointer;
	float: right;
    font-weight: normal;
}

.jpr-forum-reply-removed .show-post-link:hover {
	text-decoration: underline;
}

.jpr-forum-reply-removed .bbp-reply-content {
	display: none;
}

.jpr-forum-reply-removed .bbp-reply-content p {
	font-weight: normal;
}


span.bbp-admin-links a {
	color: #999;
}

.bbp-body li.bbp-forum-freshness {
	text-align: left;
}

div.bbp-breadcrumb {float: none; padding: 0;}
.bbp-body .bbp-forum-title {color: #062d74; font-size: 14px; font-weight: 700;}
.bbp-pagination-links {float: none; list-style: none; display: inline-block; margin-right: 8px;}
.bbp-pagination-links a,
.bbp-pagination-links span.current {display: block; float: left; padding: 0px 5px; margin-left: 5px; border: 1px solid #efefef; text-decoration: none;}
		
.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
	background: #eee;
	opacity: 0.8;
	border: 1px solid #ddd;
}

.bbp-pagination-links span.dots {
	display: block;
	float: left;
	padding: 1px 4px;
	margin-left: 5px;
}

.bbp-pagination {
	float: none;
	width: 100%;
	margin-bottom: 2px;
	text-align: right;
}

.bbpress-subscribe-link {
	padding-left: 1.25em;
}

.bbp-template-notice.info{
    opacity: 0.30;
}

.entry-title {
	font-size: 1.25em;
	padding: 0;
}

#bbpress-forums div.bbp-topic-content h3.htag-jp,
.htag-jp {	
	border-bottom: solid 1px #eee;
	margin: 0 0 20px;
	padding-bottom: 5px;
}

.jp-post-form {
	display:none;
}
li.bbp-forum-info {
	width: 70%;
}
li.bbp-forum-freshness {
	display: none;
	width:35%;
}

.jp-topic-hot,
.jp-topic-title,
.jp-topic-author,
.jp-topic-reply-count,
.jp-topic-freshness,
.jp-topic-recs,
.jp-topic-views {
	float: left;
	text-align: left;	
}

.jp-topic-hot {
	width: 21px;
}

.jp-topic-hot-icon {
	background: url('img/hottopic.png') no-repeat;
	background-size: contain;
	width: 19px;
}

.jp-topic-title a:visited {
	color: #800080;
}

.bbpresss_unread_posts_icon {
	margin-right: 0;
}

.bbpress_mark_all_read_wrapper{
	display: none;
}


.jp-topic-title {
	width: calc(60% - 21px);
}

.jp-topic-author {
	width: calc( 28% - 5px);
    padding-left: 5px !important;
}

.bbpress-archive .jp-topic-author {
	width: 28%;
}

.jp-topic-reply-count {
	text-align: center;
	width: 12%;
}


.jp-topic-freshness {
	width: 40%;
	display:none;
}


.bbpress-archive .jp-topic-freshness,
.bbpress-archive .forum-titles .jp-topic-freshness {
	display: none;
}

.jp-topic-views,
.jp-topic-recs {
	text-align: center;
	width: 5%;	
	display: none;
}

.jp-forum-header {
	background: #062d74;
}

.jp-forum-header .jp-header-button {
	background: #147ED7;
	border: solid 1px #99958E;
	color: #f3f3f3;
	cursor: pointer;
	display: inline-block;
	padding: 5px 8px;
	margin: 5px 0 5px 8px;
}

.jp-header-button.header-button-disabled {
    background: #99958E;
    cursor: default;
    color: #ddd;
}

.jp-forum-header .jp-header-text {
	background: #062d74;
	border: solid 1px #062d74;
	color: #f3f3f3;
	display: inline-block;
	padding: 5px 8px;
	margin: 5px 0 5px 8px;
}

.jp-header-button a {	
	color: #f3f3f3;
}

.jp-lead-topic-header {
	border-bottom: 1px solid #eee;
	background: #f4f4f4;
}

.bbp-topic-header .bbp-author-role {
	display: inline-block;
}

.bbp-topic-header .bbp-topic-post-date,
.bbp-reply-header .bbp-reply-post-date {
	float:right;
}

.bbp-topic-header .bbp-author-name,
.bbp-reply-header .bbp-author-name  {
	color: #313235; 
	font-weight: bold;
}

.post-count {
	font-size: 11px;
	margin:0 3px;
}

div.bbp-topic-header {
	border-top: none;
}

#bbpress-forums div.bbp-reply-author,
#bbpress-forums div.bbp-topic-author {
    text-align: center;
    width: 60px;
	display: none;
}

#bbpress-forums div.bbp-topic-author img.avatar ,
#bbpress-forums div.bbp-reply-author img.avatar {
    max-width: 60px;
    margin: 4px auto 0 auto;
}

#bbpress-forums div.bbp-topic-content, 
#bbpress-forums div.bbp-reply-content {
	color: #000;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 13px;
    font-size: 0.8125rem;
    margin-left: 0px;
    padding: 4px 12px 12px 0;
    text-align: left;
}

#bbpress-forums div.bbp-topic-content p, 
#bbpress-forums div.bbp-reply-content p {
    margin-bottom: 10px;
}

span.bbp-admin-links a.bbp-topic-reply-link,
span.bbp-admin-links a.bbp-reply-to-link {
	color: #313235;
	font-weight: bold;
	font-size: 11px;
}

#bbpress-forums li.bbp-header, 
#bbpress-forums li.bbp-footer {
	text-align: left;
}

#bbpress-forums li.bbp-footer {
	font-weight: normal;
}

span.bbp-author-ip {
	font-size: 10px;
    font-weight: normal;
    color: #999;
}

.jp-thread-index {
	margin-bottom: 10px;
}

#bbpress-forums #favorite-toggle, 
#bbpress-forums #subscription-toggle {
	float: none;
}

.share {
	margin: 0 0 5px;
	text-align: right;
}


.post-number {
	color: #5F6166;
	display: inline-block;
	font-weight: bold;
	text-align: right;
	width: 36px;
}

/* report post content */

.report-content {
	border: solid 1px #CCC;
	display: none;
	margin: -10px 0 20px;
	padding: 5px 10px 10px;
}

.report-content p {
	margin: 0 0 5px;
}

.report-content .message {
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}

.report-content textarea {
	width: 90%;
}

.reportFormLink {
	cursor: pointer;
}

.reported-post {
    border: solid 1px #D3CFC6;
	margin: 0 0 0 20px;
	padding: 4px;
}


/* up vote styles */

.thumbs-rating-container{	
	padding:1em 0;
	display: block;
	text-align: left;
	margin: 20px 0 10px;
}

.thumbs-rating-container span{
	
	cursor: pointer;
}

.thumbs-rating-container span:before{	
	content: attr(data-text);
}

.thumbs-rating-container span:hover{	
	color: #ddd;
}

/* Recommend button */

.watch-action {
    margin: 30px 0 10px;
}

.action-like {
	margin-bottom: 5px;
}

.action-like a:hover {
	text-decoration: none;
}

.jlk span {
	background: #f6f6f6;
	border: solid 1px #ccc;
	color: #999;
	cursor: pointer;
	font: bold 11px 'Open Sans', Verdana, sans-serif;
	padding: 2px 4px;
}

.jlk span:last-child {
	background: none;
	border-width: 1px 1px 1px 0;
	color: #5F6166;	
	padding: 2px 6px;
}


.watch-action .status{
	color: #99958E;
	font-style: italic;
}

.wti-user-likes {
	color: #5F6166;
}

.wti-others-tip {
	margin-left: 5px;
}

.thumbs-rating-container .thumbs-rating-up, 
.thumbs-rating-container .thumbs-rating-down,
.thumbs-rating-up-count {	
	border: solid 1px #ccc;
	color: #999;
	font: bold 11px 'Open Sans', Verdana, sans-serif;
	padding: 2px 4px;
} 

.thumbs-rating-container .thumbs-rating-up{		
	background: #f6f6f6;
}

.thumbs-rating-container .thumbs-rating-up span::before {	
}


.thumbs-rating-up-count {
	border-width: 1px 1px 1px 0;	
	padding: 2px 6px;
}

.thumbs-rating-container .thumbs-rating-down { 
	display: none;
}

.thumbs-rating-container .thumbs-rating-already-voted {
	
	padding-top: 0;
	font-size: 0.0em;
	display: none;
	
	-webkit-transition: (all 0.3s);
    transition: (all 0.3s);
}

.thumbs-rating-container .thumbs-rating-already-voted:before{	
	content: attr(data-text);
}

/* Upvote Greatest Page */

.jpr-header {
	margin-bottom: 16px;
}

ul.wti-most-liked-posts,
ul.thumbs-rating-top-list {	
	font-family: 'Open Sans', Verdana, sans-serif;
	list-style-type: none;
	margin: 0 0.625em 20px;
}

.wti-most-liked-posts li.wti_widget_li,
.thumbs-rating-top-list li {
	border-bottom: 1px solid #eee;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.wti-most-liked-posts li.wti_widget_li a,
.thumbs-rating-top-list li .jpr-rating-post {
	font-size: 0.875rem;
	display: block;
	font-weight: 700;
}

.wti-most-liked-posts li.wti_widget_li .wti_widget_author a {
	font-size: 0.8125rem;
	display: inline;
	font-weight: normal;
}

.thumbs-rating-top-list li .jpr-rating-post a {
}

.thumbs-rating-top-list li .jpr-rating-count {
	margin-left: 10px;
}

.thumbs-rating-top-list li .jpr-rating-author {
	
}

.wti_widget_count {
	display: none;
	margin-left: 10px;
}

.wti_widget_author {
	display: none;
}

.jpr-signature {
	border-top: solid 1px #D3CFC6;
	color: #888;
	margin-left:85px;
	padding: 5px 0;
}

/* forum posts index css */
.jpr-reply-tree {
	display:block;
	margin-bottom: 20px;
}

.jpr-reply-index-hdr {
	display: inline-block;
	margin-bottom: 10px; 
	white-space: normal;
	width:50%;
}

#jpr-toggleIndex {
	cursor: pointer;
	
}

.jpr-reply-count {
	display: inline-block;
	text-align: right;
	white-space: normal;
	width:50%;
}

.jpr-reply-index {	
	border-bottom: dotted 1px #CCC;
}

.jpr-reply-index:hover {
	background:#f4f3f1;
}

.jpr-reply-index-title {	
	display:inline-block;
	font-weight: bold;
	padding-left: 4px;
}

.jpr-reply-index-title img {
	display : none !important;
}


.jpr-reply-index-author,
.jpr-reply-index-time,
.jpr-reply-index-count {	
	display:none;
}

.jpr-reply-tree li{
	position:relative;
}

.jpr-reply-index-author {	
	position: absolute;
	right: 220px;
	top: 0;
}

.jpr-reply-index-time {
	position: absolute;
	top: 0;
	right: 0px;
}

.jpr-reply-index-count {
	position: absolute;
	top: 0;
	right: 0px;
}


/* BuddyPress CSS */
/* Hide the Display Name field in Profile edit that allows users to change their display names */

#buddypress {margin-top:10px;}


#buddypress  #register-page {
	font: 0.875rem 'Open Sans', Verdana, sans-serif;
}

#buddypress  .register-section {
	margin-top: 20px;
}

#buddypress .standard-form #profile-details-section {
	display: none;
}


.field_nickname,
.field_name  {
	display: none;
}

.field_type_textarea label {
	position: relative;
}

#buddypress .profile h4 {
	visibility: hidden;
}

#buddypress .profile h4::before {
	 content : "Profile Details";
	visibility: visible;
}

#buddypress .standard-form#signup_form div.submit {
    float: none;
}

#buddypress div.item-list-tabs {
    background: #062d74;
}


#buddypress div.item-list-tabs ul li a, 
#buddypress div.item-list-tabs ul li span  {
	color: #fff;
	font: bold 0.8125em 'Open Sans', Verdana, sans-serif;
	padding: 5px 10px;
}

#buddypress div.item-list-tabs ul li a:hover {
	color: #fff;
}

#buddypress div.item-list-tabs ul li.current a, 
#buddypress div.item-list-tabs ul li.selected a {
	background: #147ED7;
	color: #FFF;
	opacity: 1.0;
}


#buddypress div.item-list-tabs#subnav {
	margin: 0 0 30px;
}

#buddypress div.item-list-tabs#subnav ul li {
	background:  #147ED7;
}

#buddypress div.item-list-tabs#subnav ul li.feed {
	display:none;
}

#buddypress div.item-list-tabs#subnav ul li.current a,
#buddypress div.item-list-tabs#subnav ul li.selected a {
	text-decoration: underline;
}


#buddypress div.item-list-tabs#subnav ul li.last {
	background: none;
}

#buddypress div.item-list-tabs ul li a span {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 3px 6px;
	position: relative;
	top: -2px;
}

input[type=submit],
input[type=button],
.resetpass-submit input[type=submit],
.lostpassword-submit input[type=submit],
.bbp-submit-wrapper button,
#buddypress .button,
#buddypress .comment-reply-link, 
#buddypress .generic-button a, 
#buddypress input[type=reset], 
#buddypress input[type=submit], 
#buddypress ul.button-nav li a, 
a.bp-title-button {
    background: #062d74;
    border: 1px solid #99958E;
    color: #f3f3f3;
	font-family: Verdana, Geneva, sans-serif;
    padding: 4px 8px;
}

div.bbp-submit-wrapper {
	float: none;
}

.login-submit input[type=submit],
 input[type=submit].search-submit {
	background: #147ED7;
}

 input[type=submit].search-submit{
	padding: 2px 8px;
}

#buddypress .generic-button a.leave-group {
	background: #8B97A1;
}

input#searchsubmit{
    padding: 3px 8px;
}

#bbpress-forums .bbp-replies li,
#bbpress-forums .bbp-threaded-replies li {
	margin: 20px 0 0;
}

#bbpress-forums .jpr-reply-tree .bbp-threaded-replies li {
	margin: 0;
}


#buddypress .standard-form div.submit input {
    margin: 0px 15px 0 0;
}

#buddypress .standard-form input[type=password].password-entry-confirm {
	margin-bottom: 20px;
}

#signup_email_first,
#signup_email,
#signup_password,
#signup_password_confirm {
    width: 45% !important;
}

/* hide group links - only use group forums */

#home-groups-li,
#groups-personal-li,
#subscriptions-personal-li,
#activity-groups-personal-li {
	display: none;
}


img.wp-smiley {
	max-height: 100% !important;
    height: auto !important;
    width: auto !important;
}

img.emoji {
	max-height: 30px !important;
    height: auto !important;
    width: auto !important;
}

#notifications-personal-li span.count,
#messages-personal-li span.count {
	background: #FF6 !important;
}

.bp_register  .addtoany_share_save_container,
.bp_activate  .addtoany_share_save_container, 
.bp_members  .addtoany_share_save_container,
.bp_group .addtoany_share_save_container,
.bp_activity .addtoany_share_save_container { 
	display: none; 
}


/* 14.0 - Media Queries */

@media only screen and (max-width: 320px) {
	
	.site-logo  h1{
		font-size: 34px;
	}
	
}

@media only screen and (max-width: 480px) {
	
	span.bbp-admin-links {
		float: none;
		display: inline-block;
		text-align: right;
	}
}

@media only screen and (max-width: 768px) {
	/* mobile device title */
	
	.sidebar,
	.center-column,
	.give-form-wrap,
	.page .entry-content,
	#buddypress .profile,
	.notifications-options-nav,
	form#settings-form ,
	#buddypress .mpp-container {
		margin: 0 0.625em;
	}
	
	#buddypress  #item-header,
	#buddypress #item-body form#whats-new-form,
	#buddypress ul.item-list{
		margin: 0 0.625em 0 0;
	}
	
	form#notifications-bulk-management,
	form#messages-bulk-management,
	form#settings-form {
		margin-bottom: 10px;
	}
	
	img {
		max-width: 100%;
		height: auto;
	}

	/* video wrap for responsive sizing */
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
		overflow: hidden;
		max-width: 560px;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		max-height: 320px;
		width: 100%;
		height: 100%;
	}
	
	.mce-window.mce-in {
		-webkit-transform: scale(1) !important;
		-moz-transform: scale(1) !important;
		-o-transform: scale(1) !important;
		transform: scale(1);
	}

}


@media screen and (min-width: 769px) {
	

	
	/* Main Layout */
	.site {		
		padding-top: 64px;
	}
	
	.site-header {
		height: 64px;	
	}
	
		
	.site-header-menu {
		position:relative;
	}
	
	
	.site-header,
	.site-header-scrolled {	
		position: fixed;
		top: 0;
		width: 100%;
	}
  
	.site-main-container {
		padding: 20px 12px;		
		overflow: hidden;
	}
	
/*	.site-main-container:after {
		content: " ";
		clear: both;
		display: block;
		height: 0;	
	} */

	.site-content {	
		float: right;
		margin-left: -220px;
		min-height: 100px;
		width: 100%;
	}
	
	.site-content-inner {		
		margin-left: 220px;
		overflow: hidden;
	}
		
	.center-column {
		float: left;
		width: 100%;
		margin: 0 -200px 0 0;
	}
	
	.center-column-inner{
		margin-right: 200px;
		overflow: hidden;
	}
	
	.center-column-left,
	.center-column-right {
		float: left;
		width: 49%;
	}
	
	
	.entry-header {
		padding: 0;
	}	

	.sidebar {
		float: left;
		margin: 0;
		width: 200px;
	}
	
	#right-sidebar .sidebar {
		float: left;
		margin: 0;
		width: 200px;
	}
	

	.site-login-form {
		padding: 10px;
		right:42px;
		width: 300px;
	}
		
	.site-search-form {
		right:10px;
		width: auto;
	}
	
	.jp-message-center {
		float: left;
		padding: 0; 
		position: relative;
	}
	
	/* contraining wrappers */
	.site-branding,
	.site-header-menu-container, 
	.site-main-container,
	.site-footer .site-info  {
		margin: 0 auto;
		max-width: 1284px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	/* 1.0 - Header */

/*	.site-logo {
		background: url('img/logo.png') no-repeat left bottom;	
		background: url('img/tree-blueblue.gif') no-repeat; 
		background: url('img/tree-383B3D-blue.gif') no-repeat;
		height: 64px;
	}
*/		
	.site-logo  h1,
	.site-logo  h2 {
		line-height: 48px;
		margin: 14px 0 0 36px;
	}
	
	.site-logo  h1{
		font-size: 48px;
	}
	
	.site-logo  h2 {
		display: inline-block;
		font-size: 18px;
		letter-spacing: 0.09em;
		margin-left: 12px;
	}

	/*.m-site-title {
		display: none;
	}*/
	
	/* Main Menu */
	
	.site-header-menu-btn {
		display:none;
	}
	
	.header-links ul li {
		color: #fff;
		display: table-cell;
	}
	.header-links ul  li a,
	.header-links ul  li a:visited,
	.header-links ul  li a:hover	{
		color: #fff;
	}
	
	.main-menu {
		height: 32px;
		overflow: hidden;
	}
	
	.menu-main-container ul li,
	.main-menu li,
	.main-menu li:last-child {	
		background: transparent;
		display: table-cell;
	}
	
	.menu-icon {
		margin-right: 0;
	}
	
	.site-login-form {
	}
	
	/* post area */
	
	.forums-index-breadcrumb {
		padding: 0;
	}

	.center-column .center-column-left .widget{
		margin-right: 20px;
	}
	
/* bbpress styles */

	#bbpress-forums ul.bbp-threaded-replies {
		padding-left: 1.25em;
	}
	
	#bbpress-forums ul.bbp-forums .bbp-forum-topic-count,
	#bbpress-forums ul.bbp-forums .bbp-forum-reply-count,
	#bbpress-forums div.bbp-reply-author,
	#bbpress-forums div.bbp-topic-author {
		display: block;
	}
	
	#bbpress-forums div.bbp-topic-content, 
	#bbpress-forums div.bbp-reply-content {
		margin-left: 85px;
	}
	
	input#bbp-reply-title {
		width: auto;
	}
	
	.reply-info {
		display: inline-block;
	}
	
	#bbpress-forums .bbp-replies li,
	#bbpress-forums .bbp-threaded-replies li {
		margin: 0;
	}

	li.bbp-forum-freshness {
		display: block;
	}
	
	li.bbp-forum-info {
		width: 45%;
	}
	
	.jp-topic-title {
		width:40%;
	}
	
	.jp-topic-author,
	.bbpress-archive .jp-topic-author {
		width: calc( 15% - 26px);
		padding-left: 5px !important;
	}

	.jp-topic-reply-count {
		width: 8%;
	}
	
	.bbpress-archive .jp-topic-reply-count,
	.bbpress-archive .forum-titles .jp-topic-reply-count,
	.bbpress-archive .jp-topic-freshness,
	.bbpress-archive .forum-titles .jp-topic-freshness {
		display: block;
	}
	
	.bbp-pagination-links {
		margin-right: 0px;
	}
   
	
	.jpr-reply-index-author,
	.jpr-reply-index-time,
	.jpr-reply-index-count {	
		display:inline-block;
	}
	
	.jp-topic-freshness {
		width: 27%;
	}
	
	.forum-titles .jp-topic-freshness {
		display: block;
	}

		
	.jp-topic-author ,
	.jp-topic-freshness,
	.jp-topic-reply-count,
	.jp-topic-views,
	.jp-topic-recs {
		display: block;
	}
	
	ul.wti-most-liked-posts,
	ul.thumbs-rating-top-list {
		margin: 0 0 20px;
	}
	
	#buddypress div.item-list-tabs#subnav ul li.feed {
		display:block;
	}
	


}

@media screen and (max-width: 319px) {	
	.site-header-menu {
		display:none;
	}
}