/* 
Theme Name: kbeamer-2015
Description: kbeamer is a heavily modified version of the woodley theme by michael burrows.
Author: mburrows and kbeamer  
Author URI: https://kbeamer.com/
Theme URI: https://kbeamer/themes/woodley/
Tags: tan themed for earthy love
Version: 0.0.1
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html 
Woodley WordPress Theme, Copyright 2014 wpmultiverse.com
Woodley WordPress Theme is distributed under the terms of the GNU GPL
Text Domain: kbeamer
*/
/* kbeamer-2015 css by kaliko */
body {
  height: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #666;
  background-color: transparent; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

a {
  color: #B66A45; }

a:hover {
  color: #db5c08; }

h1, h2, h3, h4, h5, h6 {
  color: #9f5d3c;
  margin-top: 3rem;
  margin-bottom: 2rem; }

/* bootstrap overrides and additions */
.container-fluid {
  padding: 0; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.img-thumbnail {
  margin: 1rem; }
 
.img-thumbnail-center {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  
.centeredtextblock { text-align: center; }


/* site title header */
header {
  padding: 1.5rem 1rem 0.5rem 1rem;
  background-color: #B66A45;
  display: block;
  border-bottom: 3px solid #FFE2D4;
  margin-bottom: 0; }

header #site-name {
  font-family: 'Bree Serif', serif;
  color: #FFF;
  font-weight: bold;
  font-size: 36px;
  font-size: 2.5em;
  margin-bottom: 0; }

header #site-tagline {
  color: #DDD;
  font-size: 1.8em;
  line-height: 2.4em; }

header a:link {
  text-decoration: none; }

/* ----- left sidebar ----- */
#sidebar {
  padding: 1rem 1rem 1rem 2.8rem !important; }

#sidebar nav ul {
  padding: 0;
  margin-bottom: 1rem; }

#sidebar nav li {
  border-bottom: 1px solid #f5f5f5; }

#sidebar nav li a {
  font-size: 18px;
  font-size: 1.1em;
  padding: 0 0 0 0;
  display: block; }

/* ----- footer ----- */
footer {
  padding: 1rem 1rem 2.5rem 1rem;
  background-color: #333; }

footer .copyrightinfo p.copyright {
  margin-top: 2rem;
  color: #FFEDD4;
  text-align: center;
  vertical-align: bottom; }

footer .copyrightinfo p.copyright span.poweredby {
  color: #8B8275; }

/* ----- widgets ----- */
.widget {
  margin-bottom: 0;
  word-wrap: break-word; }

.widget h4 {
  color: red;
  font-size: 1rem; }

.widget ul {
  padding: 0 0 0 1rem; }

.widget ul li {
  list-style: none;
  text-decoration: none; }

.widget ul li a {
  color: green; }

.widget select {
  max-width: 100%; }

.widget_search label {
  display: none; }

.widget_tag_cloud a {
  background-color: #aaa;
  color: #eee;
  display: inline-block;
  padding: 3px 8px 2px 8px;
  margin: 0 4px 10px 0;
  font-size: 14px !important; }

.widget_tag_cloud a:hover {
  background-color: #333;
  color: #fff; }

.widget_calendar table {
  width: 100%; }

.widget_calendar table caption {
  color: #333;
  margin-bottom: 10px; }

.widget_calendar table td {
  text-align: center; }

/* ----- posts & pages ----- */
#content-holder {
  border-left: 3px solid #FFE2D4;
  padding-top: 1rem; }

.article-holder {
  margin-bottom: 1rem;
  padding-bottom: 0; }

.article-content p {
  margin-bottom: 1rem; }

.sticky .featured {
  background-color: #333;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  padding: 4px 8px 5px 8px;
  margin-bottom: -20px; }

.sticky .featured span {
  font-size: 1.5rem;
  position: relative;
  top: 1px;
  margin-right: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal; }

.post-title {
  margin-bottom: 0.3rem;
  word-wrap: break-word; }

.post-title-teaser a {
  font-size: 28px;
  font-size: 1.8rem;
  color: #B66A45; }

.post-title-teaser a:hover {
  color: #db5c08; }

.post-categories {
  float: left;
  width: 100%; }

.post-categories li {
  float: left;
  margin-right: 35px; }

.post-categories li a {
  color: #B66A45;
  font-weight: bold;
  font-size: 16px; }

#post-nav {
  max-width: 650px;
  padding-bottom: 3rem; }

#post-nav a {
  color: #B66A45; }

#post-nav a:hover {
  color: #67a3c1; }

#post-nav #post-nav-prev {
  float: left;
  width: 45%; }

#post-nav #post-nav-next {
  float: right;
  width: 45%;
  text-align: right; }

.wp-post-image {
  margin-bottom: 0; }

.page-banner {
  width: 100%; }

.page-banner-overlay {
  position: absolute;
  bottom: 90%;
  width: 100%; }

.home-banner-overlay {
  position: absolute;
  top: 150px;
  width: 100%; }

.post-title > span:nth-child(1) {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: white;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  padding: 0px 1rem; }

article {
  margin-bottom: 0x;
  font-size: 20px;
  font-size: 1.1em; }

article a {
  color: #B66A45; }

article dt {
  font-weight: bold;
  color: #333; }

article dd {
  margin-left: 0;
  margin-bottom: 20px; }

article ul, article ol {
  padding-left: 0;
  margin-left: 20px; }

article ul ul, article ol ol {
  margin-left: 30px; }

article .alignleft {
  float: left;
  margin: 0 30px 15px 0; }

article .alignright {
  float: right;
  margin: 0 0 15px 30px; }

article .aligncenter {
  margin: 0 auto 15px auto; }

article .wp-caption, article .gallery-caption {
  max-width: 100%; }

article .wp-caption-text {
  font-size: 16px;
  margin-top: 4px;
  font-style: italic;
  text-align: center; }

article .article-image {
  margin: 1rem; }

.section-list-title {
  clear: both; }

.section-thumb-excerpt a img {
  padding: 0.5rem;
  border: 2px solid #B66A45;
  box-shadow: 0px 1px 2px #B1D5C8;
  margin: 0px 1rem 0.8rem 3rem; }

.section-thumb-mini img {
  float: left; }

.section-video-thumb img {
  margin: 2rem;
  float: left; }

/*boxen and other bitsen */
div.resourceMain {
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: #f7fcfa; }

div.resourceAdditional {
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #edf6f2; }

div.resourceMain h2, div.resourceAdditional h2 {
  color: #ff9700; }

div.resourceMain a, div.resourceAdditional a {
  font-weight: bold; }

.mtbox {
  padding: 10px;
  border: 1px solid #999;
  border-radius: 2px;
  background-color: none;
  }
  
.sig {
  font-family: cursive;
  color: grey; }

.joinbutton {
  padding: 1rem;
  background-color: #FFF3EE;
  border: 1px solid #B66A45;
  border-radius: 4px;
  margin: 1rem; }

/*illustrations and video illustrations in lessons both use div illustration. use bootstrap text-center to center if wish */
div.illustration {
  margin: 3rem 0px;
  font-style: italic;
  clear: both !important; }

div.illustration img {
  display: inline;
  margin-right: 2rem;
  border: 2px solid #B66A45;
  padding: 0.1rem; }

div.illustration .wp-video {
  margin-left: auto;
  margin-right: auto; }

blockquote {
  background-color: #aaa;
  color: #eee;
  margin: 0;
  padding: 2rem; }

table {
  width: 100%; }

table td, table th {
  border: 2px solid #f5f5f5;
  padding: 5px 10px; }

/* ----- comments ----- */
#comments {
  border-bottom: 3px solid #f5f5f5;
  padding-bottom: 35px;
  margin-bottom: 40px; }

#comments .comments-title {
  color: #333;
  font-size: 18px; }

#comments .comment-list {
  padding-left: 0;
  margin-bottom: 45px; }

#comments .comment-list li {
  list-style: none;
  margin-bottom: 22px;
  max-width: 650px; }

#comments .comment-list li .avatar {
  float: left;
  margin: 0 10px 10px 0; }

#comments .comment-list li .comment-author, #comments .comment-list li .comment-date {
  color: #333; }

#comments .comment-list li.bypostauthor .comment-author, #comments .comment-list li.bypostauthor .comment-date {
  font-weight: bold; }

#comments .comment-list li .comment-reply-link {
  font-size: 12px;
  text-transform: uppercase; }

#comments .comment li {
  list-style: disc; }

#comments .comment-reply-title {
  color: #333; }

#comments .comment-form label {
  width: 100%;
  color: #333;
  font-size: 15px; }

#comments .comment-form input[type=text] {
  width: 35%; }

#comments #form-allowed-tags {
  display: none; }

/* ----- tags ----- */
.tags {
  padding: 0;
  margin: 1.5rem 0 0 0;
  clear: both; }

/* ----- pager ----- */
.pager {
  margin-bottom: 45px;
  text-transform: uppercase; }

.pager .page-numbers {
  border: 2px solid #f0f0f0;
  padding: 2px 11px;
  border-radius: 30px; }

.pager .page-numbers span {
  font-size: 19px;
  font-size: 1.5rem;
  margin-right: 3px;
  font-weight: bold;
  color: #ccc; }

.pager .current {
  background-color: #f0f0f0; }

.pager .next, .pager .prev {
  border: none;
  font-size: 14px;
  font-size: 0.9rem; }

/* ----- form elements ----- */
input[type=submit] {
  background-color: #f0f0f0;
  border: none;
  color: #aaa;
  font-weight: bold;
  padding: 8px 12px 6px 12px;
  font-size: 15px;
  border-radius: 3px;
  box-shadow: inset 0px -1px 2px #ddd; }

input[type=text], input[type=email], input[type=password], textarea {
  border: 2px solid #f0f0f0;
  padding: 5px; }

.screen-reader-text {
  display: none; }

/* mods for breadcrumbs which are generated by a plugin */
div.breadcrumbs {
  margin: 0 0 1rem 0; }

/* mods for CRP (Contextual Related Posts) plugin */
div.crp_related {
  margin-top: 4rem;
  border-top: 3px solid #2e7a5f;
  padding-top: 1rem; }

div.crp_related h3 {
  color: #2E7A5F; }

div.crp_related ul li {
  border-color: #80B5A2;
  box-shadow: 0px 1px 2px #B1D5C8; }

/* mods and overrides for the ridiculous stylings in s2member */
div.s2member-pro-stripe-form-description-div {
  display: none; }

.widget h4 {
  color: #666;
  font-size: 16px;
  font-size: 1em; }

/* edit button for brother */
.post-edit-link {
  padding: 0 2rem;
  border: 1px dotted red; }

.editme {
  padding-top: 1rem; }

/* ----- media queries ----- */
/* xs small phones, sidebar on top */
@media (max-width: 767px) {
  .row {
    background-color: transparent; }

  .post-title {
    font-size: 2.5rem;
    line-height: 2.5rem; }

  header #site-tagline {
    font-size: 2rem;
    line-height: 2rem; }

  div.well {
    padding-left: 8px; }

  .page-banner-overlay, .home-banner-overlay {
    position: inherit; }

  .post-title > span:nth-child(1) {
    font-size: 3rem;
    color: #B66A45;
    background: transparent;
    padding: 0px; }

  #sidebar nav ul {
    padding: 0;
    margin-bottom: 1rem; }

  #sidebar nav li {
    border-bottom: none;
    display: inline-block;
    margin: 1.2rem 4px 1.2rem 0px;
    padding: 0; }

  #sidebar nav li a {
    font-size: 2rem;
    padding: 0.8rem;
    border: 1px solid #B66A45;
    background-color: #FFF3EE;
    display: inline; }

  #sidebar input[type="text"] {
    width: 75%; } }
/* sm big phones, tablets, sidebar is on top */
@media (min-width: 768px) and (max-width: 991px) {
  .row {
    background-color: transparent; }

  #sidebar nav ul {
    padding: 0;
    margin-bottom: 1rem; }

  #sidebar nav li {
    border-bottom: none;
    display: inline-block;
    margin: 1.4rem 4px 1.4rem 0px;
    padding: 0; }

  #sidebar nav li a {
    font-size: 2rem;
    padding: 0.8rem;
    border: 1px solid #B66A45;
    background-color: #FFF3EE;
    display: inline; }

  #sidebar input[type="text"] {
    width: 560px; } }
/* md big tablets, normal desktop browsers, sidebar left */
@media (min-width: 992px) and (max-width: 1199px) {
  .row {
    background-color: transparent; }

  #content-holder {
    padding-right: 2.5%; }

  header #site-tagline {
    margin-left: 30px; }

  #sidebar input[type="text"] {
    width: 98%; } }
/* lg grannies with crazy wide browser windows from edge to edge thinking it's better that way */
@media (min-width: 1200px) {
  .row {
    background-color: transparent; }

  .article-content {
    max-width: 700px; }

  #content-holder {
    padding-right: 2.5%; }

  #sidebar input[type="text"] {
    width: 70%; } }

/* xoxo blogroll (links maker) css by kaliko */
	
	ul.xoxo.blogroll a { color: #B66A45; }
	ul.xoxo.blogroll li { margin-bottom: 1rem; }
	
/* extra stuff to counter horrible plugin styles - ALSO see custom css plugin */

div#ws-plugin--s2member-pro-login-widget.ws-plugin--s2member-pro-login-widget { margin-left: 1rem; }

/* KALIKO DEBUG style - turn display on or off to suit */
