/*
Theme Name: SOBA
Theme URI: http://www.southernoregonbeekeepers.com/
Description:  Overrides and additions
Author: ewright
Author URI: http://www.southernoregonbeekeepers.com/
Template: customizr
Version: 1.0.0
*/

/*********************************************************************
**********************************************************************
GLOBAL
**********************************************************************
**********************************************************************/

/***********************
Font changes
************************/
/* Change site fonts to Google ones - Lora and Lato */
body {
	font-family: Lora, Ubuntu, Arial, sans-serif;
}
/* reduce header text size to equivalent for h* small */
h1 {
  font-size: 24.5px;
}
h2 {
  font-size: 17.5px;
  text-shadow: none;
}
h3 {
  font-size: 14px;
  text-shadow: none;
}
h4 {
  font-size: 14px;
  text-shadow: none;
}

/***********************
HEADER and NAV BAR
************************/
/*Reduce font size of header title text */
.tc-header .brand h1{
	font-size:24.5px;
}
/* Move header title down even with site logo */
.site-title{
	padding:20px;
}


/* Remove inside site description (tag line) area so that nav bar moves closer to title.*/
.inside.site-description { display:none; }

.navbar .navbar-inner {
	margin:0px;
}

ul#menu-main-menu.nav {
	width: 100%;
}

/* Reduce font on nav bar from 14 to 13
	padding: 5px 20px 5px 20px;
*/
.navbar .nav > li > a {
	font-size: 13px;
}
.navbar .nav > li > a:first-letter {
font-size: 13px;
}
 /* Remove gray bar under nav bar
 ***Change color to line between menu and home page content to match site color border-bottom: 10px solid #9db668;
*/
.tc-header {
	border-bottom:none;
}


/***********************
FOOTER
************************/

/* Change color of bar above footer to site color */
footer#footer {
	border-top: 12px solid #9db668;
}
/* Remove Powered By text in footer */
.powered { display: none; }

/***********************
GENERAL
************************/



/*********************************************************************
**********************************************************************
HOME PAGE background:#E8CE00;
**********************************************************************
**********************************************************************/
/* Align Featured Pages Text */
.fp-text-one, .fp-text-two, .fp-text-three {
 text-align: left;
}

/* Allow full photo size square images on featured pages and posts instead of small then large on hover */
.widget-front.hover .round-div, article.hover .round-div  {	border-color: transparent;}
.widget-front .round-div {	border-color: transparent;}
.article-container .round-div {	border-color: transparent;}

/* Add rounded corner border to Featured Page areas. To make square set 30=0 */
.widget-front {  
  padding:10px 10px 10px 10px;
  border-radius: 30px 30px 30px 30px;
  border:2px solid;
  border-color:#E8CE00;

}

/*********************************************************************
**********************************************************************
ALL POST TYPE
**********************************************************************
**********************************************************************/
/* Remove Post/Page Icon */
.page #main-wrapper h1.format-icon:before {
content:    none;
}
/* Change the text color of the Page Title */
.page .entry-title.format-icon {
	color:#9DB668;
}
/* Change the text color of the Post Title */
.blog .entry-title.format-icon {
font-size: 17.5px;
	color:#9DB668;
}
 
/* Center Page Title  */
.page h1.entry-title {
text-align:     center;
}
/********
Remove META information below post title - all but date 
*********/
/* Remove author from posts */
div.entry-meta .by-author{ display: none; }
/* Remove Tag buttons*/
div.entry-meta .btn.btn-mini.btn-tag {display:    none;} 
/* div.entry-meta .btn {display:    none;} */
/* Remove Post Date */
/* .entry-date {display:    none;}*/ 
/* Remove Post Author */
.entry-meta .url.fn.n {display:    none;}

/*********************************************************************
**********************************************************************
POSTS
**********************************************************************
**********************************************************************/
/* Remove the pencil icon  */
.post h1.format-icon:before, .post h2.format-icon:before {
content: none;
}
/*********************************************************************
**********************************************************************
PAGES
**********************************************************************
**********************************************************************/

/*********************************************************************
**********************************************************************
CATEGORY
**********************************************************************
**********************************************************************/
/* (optional) Change the text color of the CATEGORY TITLE 
7C993D is slightly darker*/
.archive.category .archive-header span {
color: #8FB046;
}

/* Remove the icon preceeding the CATEGORY TITLE*/
.archive.category .archive-header .format-icon:before {
content: none;
}

/* Hides the labels automatically added by WordPress to category pages */
.archive h1.format-icon{
visibility: hidden;
}

.archive h1.format-icon span{
visibility: visible;
float: left;
}

/*********************************************************************
**********************************************************************
About SOBA Page
**********************************************************************
**********************************************************************/
/* next meeting notice at top of page */
.next-meeting-line {
	border: 2px solid;
	border-color: #E8CE00;
	margin-bottom:10px;
	text-align:center;
}
/*********************************************************************
**********************************************************************
Beginning Beekeeper Post
**********************************************************************
**********************************************************************/
.SOBABeeClass {
	font-family: Comic Sans MS,Arial, sans-serif;
	font-size: 14px;
}
.SOBABeeClass blockquote p {
	font-size: 14px;
}
.SOBABeeClassHeader {
	font-family: Comic Sans MS,Arial, sans-serif;
	text-align: center;
}
.SOBAYellowHeader {
	font-size: 32px;
	color:#ffcc00;	
	text-align: center;
}
.SOBADkOrangeHeader {
	font-size: 32px;
	font-weight:bold;
	color:#ff9933;	
	text-align: center;
}
.SOBABeeClassEmphasized {
	font-size: 16px;
	font-weight:bold;
}
.ninja-forms-error-msg, .ninja-forms-field-error {
color:red;
font-style:italic;
}
/*********************************************************************
**********************************************************************
Widgets
**********************************************************************
**********************************************************************/
.widget_search .screen-reader-text {
	font-weight: bold;
}
.widget_search #searchsubmit  {
	background: #9db668;
       	border: none;
       	color: #fff;
       	height: 32px;
       	padding: 0 15px;       
}
/*********************************************************************
**********************************************************************
BBPress (Forums)
**********************************************************************
**********************************************************************/
/* Change forum header and footer bar color to site color */
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	background: #9db668;
}

/* Change topic post header to lighter green*/
#bbpress-forums div.bbp-reply-header {
	background:#DDECBC;
}

#bbpress-forums ul.forum-titles {
	font-size:14px;
}

#bbpress-forums li.bbp-body {
	font-size:14px;
}
/* Remove 'Started by...' in topic list */
#bbpress-forums p.bbp-topic-meta {
	display:none;
}
/* Remove notice about number of active posts etc at top of topic */
#bbpress-forums div.bbp-template-notice.info {
	display: none;
}
/* Remove small avatars */
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
	display:none;
}

/*Remove author block on topics */
#bbpress-forums div.bbp-reply-author{
	display: none;
}
/* And move the topic content and header/footer column label over to the left to fill in author block.*/
#bbpress-forums div.bbp-reply-content,
#bbpress-forums li.bbp-header .bbp-reply-content, 
#bbpress-forums li.bbp-footer .bbp-reply-content {
 	margin-left: 0px;
} 

/* Remove Favorite and Subscribe options on topic post header */
#bbpress-forums li.bbp-header div.bbp-reply-content span#favorite-toggle,
#bbpress-forums li.bbp-header div.bbp-reply-content span#subscription-toggle {
	display:none;
}

/* Remove message about having to be logged in from empty forum and topic post */
#bbpress-forums div.bbp-no-reply,
#bbpress-forums div.bbp-no-topic {
	display:none;
}
/*********************************************************************
**********************************************************************
JetPack
**********************************************************************
**********************************************************************/
.jetpack_subscription_widget {
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	border-radius: 30px 30px 30px 30px;
	border: 2px solid;	
	border-color:#9db668;
}
.jetpack_subscription_widget h3 label {
	text-align: center;
	font-weight: bold;
}
.jetpack_subscription_widget p {
	font-size: 11px;
}
/* Modify the submit button */
#subscribe-submit input[type="submit"] {
       	background: #9db668;
       	border: none;
       	color: #fff;
       	height: 32px;
       	padding: 0 15px;
       	display: block;
       	margin-left: auto;
      	margin-right: auto; 
}

/*
     FILE ARCHIVED ON 21:25:11 Sep 26, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:01:33 Jun 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.637
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.048
  esindex: 0.01
  cdx.remote: 53.393
  LoadShardBlock: 2697.856 (3)
  PetaboxLoader3.datanode: 1228.006 (5)
  PetaboxLoader3.resolve: 183.929 (4)
  load_resource: 236.969 (2)
*/