/*---------------------------------------------------------------------
Theme Name: Tiny Buddha 
Theme URI: https://tinybuddha.com
Description: Custom WordPress theme designed and developed for tinybuddha.com 
Author: Nicolae Pop for Think Web Strategy
Author URI: https://thinkwebstrategy.com
Version: 3.3
Tags: responsive, widgets, custom-background, threaded-comments, sticky-post, translation-ready, microformats, custom-menu, theme-options
----------------------------------------------------------------------*/
@import url(custom.css);
/*---DEFAULT WORDPRESS STYLES
-------------------------------------------------------------------*/
.wp-smiley {
  max-height: 1em;
  margin: 0 !important; }

.aligncenter {
  margin: auto;
  text-align: center; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  text-align: left; }

.alignright {
  float: right;
  margin: 0 0 1em 1em;
  text-align: right; }

.wp-caption {
  text-align: left;
  margin-bottom: 1.5em; }

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0; }

.wp-caption p.wp-caption-text {
  margin: 0; }

.gallery dl dt img {
  border: 1px solid #ccc !important; }

blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%; }

blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%; }

/*--- normalize.css 2012-03-11T12:53 UTC - https://github.com/necolas/normalize.css ---*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  outline: none; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

h1, h2, h3 {
  margin-top: 2rem; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  /*- wraps long code strings so it doesnt break the layout 
  reference: https://www.longren.org/wrapping-text-inside-pre-tags/ -*/
  white-space: pre-wrap;
  /* Chrome & Safari */
  white-space: -moz-pre-wrap;
  /* Mozilla since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 0px; }

menu,
ol,
ul {
  padding: 0 0 0 0px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 5px; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

/*--- THE BASICS
-------------------------------------------------------------------:-)*/
html {
  font-size: 65%; }

body {
  color: #333333;
  background: #fcfcfc;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0px; }

blockquote {
  color: #3fa9f5;
  font-size: 22px;
  font-size: 2.2rem;
  font-style: italic;
  line-height: 30px;
  margin: 20px 0;
  padding: 0;
  text-indent: 2%; }

blockquote p:first-child:before {
  content: "\201c"; }

blockquote p:first-child:after {
  content: "\201d"; }

img {
  max-width: 100%;
  height: auto; }

address,
p {
  margin: 0 0 10px; }

pre,
code {
  margin: 20px auto;
  width: 80%; }

dl {
  margin: 1em 0; }

dl dt {
  font-weight: bold;
  text-decoration: underline; }

dl dd {
  margin: 0 0 10px; }

ol {
  margin: 0; }

ol li {
  list-style: decimal inside none; }

ol ol {
  margin: 0 0 0 10px; }

ul {
  margin: 0 0 0 0px; }

ul li {
  list-style: disc inside none; }

ul ul {
  margin: 0 0 0 10px; }

table {
  width: 90%;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  margin: 1em auto;
  border-collapse: collapse; }

table tr {
  /* targets even rows */
  /* targets odd rows */ }

table tr td {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  padding: .3em 1em; }

table tr th {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  font-weight: bold;
  text-align: center; }

table tr:nth-child(even) {
  background: #fff; }

table tr:nth-child(odd) {
  background: #fafafa; }

/*- links 
----------------------------*/
a {
  color: #3fa9f5;
  text-decoration: none; }

a:visited {
  color: #3fa9f5;
  text-decoration: none; }

a:hover {
  color: #3fa9f5;
  text-decoration: none; }

a:active {
  text-decoration: none; }

a:focus {
  outline: 0; }

/*- selected text 
----------------------------*/
*::-moz-selection {
  background: #f1f1f1;
  /*  color: #3fa9f5; */ }
*::selection {
  background: #f1f1f1;
  /*  color: #3fa9f5; */ }

*::-moz-selection {
  background: #f1f1f1;
  color: #3fa9f5; }

/*- helper classes 
----------------------------*/
.center {
  text-align: center;
  margin: auto; }

.clear,
.clearfix,
#header {
  clear: both; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

/*- typography 
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: bold; }

h1 {
  font-size: 30px;
  font-size: 3rem; }

h2 {
  font-size: 28px;
  font-size: 2.8rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: lighter;
  text-transform: uppercase; }

h4 {
  font-size: 24px;
  font-size: 2.4rem; }

h5 {
  font-size: 22px;
  font-size: 2.2rem; }

h6 {
  font-size: 20px;
  font-size: 2rem; }

.small {
  font-size: 12px;
  font-size: 1.2rem; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../images/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-google-plus, .icon-facebook, .icon-twitter, .icon-wordpress, .icon-feed, .icon-youtube {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-google-plus:before {
  content: "\e000"; }

.icon-facebook:before {
  content: "\e001"; }

.icon-twitter:before {
  content: "\e002"; }

.icon-wordpress:before {
  content: "\e003"; }

.icon-feed:before {
  content: "\e004"; }

.icon-youtube:before {
  content: "\e005"; }

/*--- STRUCTURE
-------------------------------------------------------------------:-)*/
body {
  padding: 0 20px 0px;
  width: 100%; }

#container,
#header {
  /*  height: 100%; */
  width: 100%; }

/*-- top navigation ---------------------------------------------------*/
#top {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
  margin: 0 -20px;
  padding: 0 20px; }

#top .topnav {
  margin: auto;
  padding: 0px 0;
  max-width: 1024px; }

#top .topnav .toggleMenu {
  display: none;
  background: #3fa9f5;
  padding: 10px 15px;
  color: #fff; }

#top .topnav .nav {
  list-style: none;
  position: relative; }

#top .topnav .nav:before,
#top .topnav .nav:after {
  content: " ";
  display: table; }

#top .topnav .nav:after {
  clear: both; }

#top .topnav .nav ul {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  background: #f1f1f1;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  list-style: none;
  margin: 0 0 0 -5px;
  padding: 0 5px;
  width: 17em; }

#top .topnav .nav a {
  color: #333333;
  font-family: 'Bitter', serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 20px 5px 0; }

#top .topnav .nav a:hover {
  color: #3fa9f5; }

#top .topnav .nav li {
  list-style: none;
  position: relative; }

#top .topnav .nav > li.hover > ul {
  left: 0; }

#top .topnav .nav li li.hover ul {
  left: 100%;
  top: 0; }

#top .topnav .nav > li > .parent,
#top .topnav .nav li li .parent {
  background-image: url(../images/downArrow.png);
  background-repeat: no-repeat;
  background-position: 93.5% 50%; }

#top .topnav .nav > li {
  float: left;
  z-index: 200; }

#top .topnav .nav > li > a {
  display: block; }

#top .topnav .nav li ul {
  position: absolute;
  left: -9999px;
  z-index: 100; }

#top .topnav .nav li li a {
  display: block;
  position: relative;
  z-index: 100; }

#top .topnav .nav li li li a {
  z-index: 200; }

#top .topnav .menu-short-container {
  display: inline-block;
  zoom: 1;
  padding: 3px 0 0; }

#top .topnav .social-menu {
  display: inline-block;
  zoom: 1;
  float: right;
  width: auto; }

#top .topnav .social-menu a {
  color: #333333;
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase; }

#top .topnav .social-menu #megaMenu ul.megaMenu > li {
  float: right;
  padding: 2px 0 0; }

#top .topnav .social-menu #megaMenu ul.megaMenu > li > a,
#top .topnav .social-menu #megaMenu ul.megaMenu > li > span.um-anchoremulator {
  padding: 5px 0 5px 20px; }

#top .topnav .social-menu #megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > a:after,
#top .topnav .social-menu #megaMenu ul li.mega-with-sub > a:after,
#top .topnav .social-menu #megaMenu ul li.ss-nav-menu-mega > a:after,
#top .topnav .social-menu #megaMenu ul li.ss-nav-menu-reg li.megaReg-with-sub > span.um-anchoremulator:after,
#top .topnav .social-menu #megaMenu ul li.mega-with-sub > span.um-anchoremulator:after,
#top .topnav .social-menu #megaMenu ul li.ss-nav-menu-mega > span.um-anchoremulator:after {
  border-color: #c2c2c2 transparent transparent;
  border-left: 5px dashed transparent;
  border-width: 5px 5px 0;
  right: -11px;
  top: 48%; }

/*-- main announcement area in the header -------------------------------*/
.announcement {
  background: #f1f1f1;
  clear: both;
  display: block;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  margin: 0 0 20px;
  padding: 10px; }

.announcement a {
  color: #3fa9f5;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 0 0 5px;
  padding: 0 0 3px; }

.announcement a:hover {
  border-bottom: 1px solid #3fa9f5; }

.announcement a:active {
  background: #fffb5f; }

.announcement span {
  font-weight: bold;
  margin: 0 5px 0 0; }

.announcement.single {
  background: #fafd48;
  border: 1px solid #dbdbdb;
  margin: 20px 0;
  padding: 10px; }

/*-- start everything below top nav --------------------------------------*/
#container {
  clear: both;
  padding: 0;
  margin: 0 auto;
  max-width: 1024px;
  /*-- header ----------------------------------------------------------*/
  /*-- main content ----------------------------------------------------*/
  /*-- start sidebar --*/ }

#container #header {
  background: url(../images/tree-bg.png) no-repeat 50% 50%;
  padding: 30px 0; }

#container #header .left {
  float: left;
  width: 50%; }

#container #header .right {
  float: right;
  margin: 20px 0 0;
  text-align: right;
  width: 50%; }

#container #content {
  float: left;
  width: 65%;
  /*-- home page ---------------------------------------------------*/
  /*-- Generic Post --*/
  /*-- Single Post --*/
  /* quotes category list on quotes cpt */
  /* archive quotes */
  /* single page quotes */
  /*-- Index List Post --*/
  /*-- Archive List Post --*/
  /*-- Search List Post --*/
  /*-- author box --*/
  /*-- single post ad spot --*/
  /*-- post navigation --*/
  /*-- single post navigation --*/
  /*-- archive post navigation --*/
  /*-- search navigation --*/
  /*-- comment navigation --*/
  /*-- Pages --*/
  /*-- the 404 --*/ }

#container #content .home-alpha {
  padding: 0 0 10px;
  overflow: auto; }

#container #content .home-alpha .left {
  float: left;
  width: 67%; }

#container #content .home-alpha .right {
  float: right;
  width: 32.7%; }

#container #content .home-alpha .right .section {
  margin: 0 0 20px;
  /* categories */ }

#container #content .home-alpha .right .section ul.blog-cats li {
  font-family: 'Bitter', serif;
  font-weight: 400;
  list-style: none;
  padding: 0px 0 1px;
  text-align: center; }

#container #content .home-alpha .right .section ul.blog-cats li a {
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
  background: #ececec;
  border: 1px solid #dbdbdb;
  color: #333333;
  display: block;
  padding: 4px 8px; }

#container #content .home-alpha .right .section ul.blog-cats li a:visited {
  background: #ececec;
  border: 1px solid #dbdbdb;
  color: #333333; }

#container #content .home-alpha .right .section ul.blog-cats li a:hover {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  background: #c0e3fc;
  color: #333333; }

#container #content .home-alpha .right .section ul.blog-cats li a:active {
  background: #3fa9f5;
  border: 1px solid #3fa9f5;
  color: #fff; }

#container #content .home-alpha .full {
  display: none; }

#container #content .home-beta {
  margin: 0 0 30px;
  overflow: auto; }

#container #content .home-beta .left {
  float: left;
  width: 55%; }

#container #content .home-beta .left .post {
  margin-bottom: 20px; }

#container #content .home-beta .left .post h2 {
  font-size: 20px;
  font-size: 2rem; }

#container #content .home-beta .right {
  float: right;
  width: 40%; }

#container #content .home-beta .right .section {
  margin: 0 0 20px; }

#container #content .post .entry-content {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }

#container #content .single .single-title {
  margin: 0 0 20px; }

#container #content .single .single-additional-meta {
  font-weight: bold;
  margin: 0 0 20px; }

#container #content .single .single-additional-meta span {
  font-style: italic; }

#container #content .single .single-content {
  line-height: 25px; }

#container #content .single .single-content img.wp-post-image {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
  margin: 0 0 20px;
  padding: 10px; }

#container #content .single .single-meta {
  margin: 30px auto;
  text-align: center;
  width: 90%; }

#container #content .single .single-meta h4 {
  color: #adadad;
  font-weight: normal; }

#container #content .single .single-meta ul.social-icons {
  margin: 15px auto 0;
  text-align: center; }

#container #content .single .single-meta ul.social-icons li {
  display: inline;
  margin: 0px 20px; }

#container #content .quotecats {
  background: #fff;
  margin: 0 0 30px; }

#container #content .quotecats h3 {
  color: #3fa9f5;
  margin: 0; }

#container #content .quotecats h5 {
  font-size: 1.6px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #777; }

#container #content .quotecats li {
  display: inline;
  margin: 0px;
  line-height: 25px; }

#container #content .quotecats li a {
  background: #c0e3fc;
  color: #000;
  padding: 2px 7px;
  text-transform: uppercase; }

#container #content .quotecats li a:hover {
  background: #3fa9f5;
  color: #000; }

#container #content .wisdom-quote {
  background: #fff;
  border: 1px solid #dbdbdb;
  margin: 0 0 30px;
  padding: 10px;
  overflow: auto;
  /* author */ }

#container #content .wisdom-quote .quote-content {
  margin: 0 0 20px;
  /* author */ }

#container #content .wisdom-quote .quote-content blockquote {
  margin: 0 0 30px;
  text-indent: 0; }

#container #content .wisdom-quote .quote-content blockquote p:first-child {
  font-family: 'Bitter', serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  padding: 15px 30px; }

#container #content .wisdom-quote .quote-content blockquote p:first-child a {
  color: #333333; }

#container #content .wisdom-quote .quote-content .quote-additional-meta a {
  color: #3fa9f5;
  float: right;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding: 3px 6px; }

#container #content .quote-content {
  margin: 40px 0 10px; }

#container #content .quote-content blockquote {
  color: #333333;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px; }

#container #content .quote-additional-meta {
  text-align: right;
  font-weight: normal;
  margin: 0 0 40px; }

#container #content .index {
  border: 1px solid #dbdbdb;
  margin: 0 0 30px; }

#container #content .index .attachment-blog-thumbnail {
  width: 100%;
  height: auto; }

#container #content .index .index-content {
  padding: 10px; }

#container #content .index .index-content .index-title a {
  color: #333333; }

#container #content .index .index-content .index-additional-meta {
  font-weight: bold;
  margin: 0 0 20px; }

#container #content .index .index-content .index-additional-meta span {
  font-style: italic; }

#container #content .index .index-content .more {
  margin: 30px 0 10px; }

#container #content .index .index-content .more a {
  border-radius: 3px;
  background: #3fa9f5;
  color: #fff;
  padding: 8px 10px; }

#container #content .index .index-content .page-link {
  margin: 20px 0 0px; }

#container #content .archive {
  border: 1px solid #dbdbdb;
  margin: 0 0 30px; }

#container #content .archive .attachment-blog-thumbnail {
  max-width: 100%;
  width: 100%;
  height: auto; }

#container #content .archive .archive-content {
  padding: 10px; }

#container #content .archive .archive-content .archive-title a {
  font-weight: 400;
  color: #333333; }

#container #content .archive .archive-content .archive-additional-meta {
  font-weight: bold;
  margin: 0 0 20px; }

#container #content .archive .archive-content .archive-additional-meta span {
  font-style: italic; }

#container #content .archive .archive-content .more {
  margin: 30px 0 10px; }

#container #content .archive .archive-content .more a {
  border-radius: 3px;
  background: #3fa9f5;
  color: #fff;
  padding: 8px 10px; }

#container #content .archive .archive-content .page-link {
  margin: 20px 0 0px; }

#container #content .author-box {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
  padding: 10px;
  margin: 20px 0; }

#container #content .author-box .author-title {
  overflow: auto;
  padding: 0 0 10px; }

#container #content .author-box .author-title h4 {
  margin: 0 0 5px; }

#container #content .author-box .author-title ul {
  margin: 0 0 5px 0;
  padding: 0; }

#container #content .author-box .author-title ul li {
  display: inline;
  padding: 0 10px 0 0; }

#container #content .author-box .author-title .avatar {
  float: left;
  margin: 0 10px 10px 0; }

#container #content .author-box .author-content {
  border-top: 2px solid #dbdbdb;
  padding: 10px 0 0; }

#container #content .author-box .author-content p {
  margin: 10px 0 0; }

#container #content .post-ad {
  clear: both;
  margin: 20px auto;
  text-align: center; }

#container #content .post-ad p {
  background: #fff;
  border: 1px solid #dbdbdb;
  margin: 10px 0 0;
  padding: 10px; }

#container #content .navigation {
  width: 100%;
  float: left;
  clear: both;
  padding: 0;
  margin: 20px 0; }

#container #content .navigation .nav-next {
  float: right;
  width: 48%;
  text-align: right; }

#container #content .navigation .nav-prev {
  float: left;
  width: 48%;
  text-align: left; }

#container #content .error {
  /*-- includes .search located within this stylesheet --*/ }

#container #sidebar {
  float: right;
  margin-left: .5%;
  overflow: hidden;
  /* <--- in case content in the sidebar goes over its width it will just cut it off rather than causing a scroll bar */
  width: 31.8%; }

/*-- start footer --*/
#footer {
  background: #f1f1f1;
  border-top: 1px solid #dbdbdb;
  clear: both;
  margin: 50px -20px 0;
  padding: 20px 20px; }

#footer .footer-widgets {
  margin: auto;
  max-width: 1024px;
  overflow: auto; }

#footer .footer-widgets .block {
  width: 22.2%; }

#footer .footer-widgets .block.one {
  float: left;
  margin: 0 3.7% 0 0; }

#footer .footer-widgets .block.two {
  float: left;
  margin: 0 3.7% 0 0; }

#footer .footer-widgets .block.three {
  float: left;
  margin: 0 3.7% 0 0; }

#footer .footer-widgets .block.four {
  float: left; }

#footer .footer-content {
  margin: 20px auto 0;
  max-width: 1024px;
  overflow: auto; }

#footer .footer-content li {
  display: inline; }

#footer .footer-content .left {
  float: left;
  width: 50%; }

#footer .footer-content .right {
  float: right;
  text-align: right;
  width: 50%; }

/*- Widgets
----------------------------*/
.widget {
  margin: 0 0 20px; }

.widget.widget_bp_core_recently_active_widget .avatar-block {
  margin: 0 -5px; }

.widget.widget_bp_core_recently_active_widget .avatar-block .item-avatar {
  display: inline;
  margin: 5px; }

.widget.widget_bp_core_members_widget a {
  color: #66aa0a; }

.widget.widget_bp_core_members_widget a:hover {
  color: #3fa9f5; }

.widget.widget_bp_core_members_widget .item-options {
  background: #f9f9f9;
  color: #f1f1f1;
  margin: 10px 0 15px;
  padding: 5px; }

.widget.widget_bp_core_members_widget .item-options a {
  padding: 0 2px 0; }

.widget.widget_bp_core_members_widget ul.item-list li.vcard {
  border-bottom: 1px solid #dbdbdb;
  list-style: none;
  margin: 10px 0;
  padding: 0 0 5px; }

.widget.widget_bp_core_members_widget ul.item-list li.vcard .item-avatar {
  display: inline; }

.widget.widget_bp_core_members_widget ul.item-list li.vcard .item {
  float: right;
  width: 78%; }

.widget.widget_display_forums li {
  list-style: none;
  padding: 5px 0; }

.widget.widget_display_forums li a {
  color: #66aa0a; }

.widget.widget_display_forums li a:hover {
  color: #3fa9f5; }

.widget .textwidget input[type=text],
.widget .search input[type=text] {
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  color: #bbb;
  margin-bottom: 10px;
  padding: 7px;
  text-align: center;
  width: 100%; }

.gform_button,
.widget .textwidget input[type=button],
.widget .search input[type=button],
.widget .textwidget input[type=submit],
.widget .search input[type=submit] {
  border-radius: 3px;
  background: #369EF2;
  border: 1px solid #369EF2;
  color: #fff;
  padding: 12px 16px 10px;
  text-align: center;
  text-transform: uppercase; }

#gform_submit_button_1:hover,
.widget .textwidget input[type=button]:hover,
.widget .search input[type=button]:hover,
.widget .textwidget input[type=submit]:hover,
.widget .search input[type=submit]:hover {
  background: #3fa9f5;
  border: 1px solid #3fa9f5; }

/* widget styling for use inside text widgets */
.box {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
  padding: 10px; }

.box-alt {
  background: #fff;
  border: 1px solid #dbdbdb;
  padding: 10px; }

/*- Search Form 
(searchform.php)
----------------------------*/
.search-container {
  margin: 10px 0;
  overflow: auto; }

.search-container .searchform {
  float: right;
  overflow: auto;
  width: 50%; }

.search-container .searchform .searchinput {
  float: left;
  width: 74%; }

.search-container .searchform .searchsubmit {
  float: right;
  width: 24%; }

/*- SlideDeck
----------------------------*/
.slidedeck-frame {
  height: auto !important;
  width: auto !important; }

/*- bbPress
----------------------------*/
#bbpress-forums {
  border: 1px solid #dbdbdb;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  padding: 20px; }

#bbpress-forums label {
  margin-bottom: 5px !important; }

#bbpress-forums .odd {
  background-color: #fff !important; }

#bbpress-forums .bbp-search-form {
  display: none; }

#bbpress-forums .bbp-breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px; }

#bbpress-forums .bbp-breadcrumb a {
  color: #333333; }

#bbpress-forums .bbp-breadcrumb span {
  color: #adadad; }

#bbpress-forums .bbp-template-notice p {
  font-size: 14px;
  font-size: 1.4rem; }

#bbpress-forums .bbp-pagination {
  color: #adadad; }

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.forums {
  border: 0 !important;
  border-bottom: 1px solid #eee;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  margin-bottom: 0 !important; }

#bbpress-forums ul.bbp-forums li.bbp-header,
#bbpress-forums ul.bbp-topics li.bbp-header,
#bbpress-forums ul.forums li.bbp-header,
#bbpress-forums ul.bbp-forums li.bbp-footer,
#bbpress-forums ul.bbp-topics li.bbp-footer,
#bbpress-forums ul.forums li.bbp-footer {
  background: none;
  border-top: 0;
  color: #adadad;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0; }

#bbpress-forums ul.bbp-forums li.bbp-header .bbp-reply-author,
#bbpress-forums ul.bbp-topics li.bbp-header .bbp-reply-author,
#bbpress-forums ul.forums li.bbp-header .bbp-reply-author,
#bbpress-forums ul.bbp-forums li.bbp-footer .bbp-reply-author,
#bbpress-forums ul.bbp-topics li.bbp-footer .bbp-reply-author,
#bbpress-forums ul.forums li.bbp-footer .bbp-reply-author {
  width: 180px; }

#bbpress-forums ul.bbp-forums li.bbp-header .bbp-reply-content,
#bbpress-forums ul.bbp-topics li.bbp-header .bbp-reply-content,
#bbpress-forums ul.forums li.bbp-header .bbp-reply-content,
#bbpress-forums ul.bbp-forums li.bbp-footer .bbp-reply-content,
#bbpress-forums ul.bbp-topics li.bbp-footer .bbp-reply-content,
#bbpress-forums ul.forums li.bbp-footer .bbp-reply-content {
  margin-left: 208px; }

#bbpress-forums ul.bbp-forums li.bbp-footer,
#bbpress-forums ul.bbp-topics li.bbp-footer,
#bbpress-forums ul.forums li.bbp-footer {
  display: none; }

#bbpress-forums ul.bbp-forums li.bbp-body ul,
#bbpress-forums ul.bbp-topics li.bbp-body ul,
#bbpress-forums ul.forums li.bbp-body ul {
  background: none !important; }

#bbpress-forums ul.bbp-forums li.bbp-body .bbp-forum-title,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-forum-title,
#bbpress-forums ul.forums li.bbp-body .bbp-forum-title,
#bbpress-forums ul.bbp-forums li.bbp-body .bbp-topic-title,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-topic-title,
#bbpress-forums ul.forums li.bbp-body .bbp-topic-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold; }

#bbpress-forums ul.bbp-forums li.bbp-body .bbp-topic-meta,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-topic-meta,
#bbpress-forums ul.forums li.bbp-body .bbp-topic-meta {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal; }

#bbpress-forums ul.bbp-forums li.bbp-body .bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-topic-meta img.avatar,
#bbpress-forums ul.forums li.bbp-body .bbp-topic-meta img.avatar {
  border-radius: 100px;
  margin-bottom: -3px;
  margin-right: 2px; }

#bbpress-forums ul.bbp-forums li.bbp-body .bbp-reply-author,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-reply-author,
#bbpress-forums ul.forums li.bbp-body .bbp-reply-author {
  width: 180px; }

#bbpress-forums ul.bbp-forums li.bbp-body .bbp-reply-content,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-reply-content,
#bbpress-forums ul.forums li.bbp-body .bbp-reply-content {
  margin-left: 200px; }

#bbpress-forums ul.bbp-forums .bbp-forum-content,
#bbpress-forums ul.bbp-topics .bbp-forum-content,
#bbpress-forums ul.forums .bbp-forum-content {
  color: #adadad;
  font-size: 14px;
  font-size: 1.4rem; }

#bbpress-forums ul.bbp-topics {
  margin: 0 0 30px !important; }

#bbpress-forums .bbp-submit-wrapper button.submit {
  border-radius: 3px;
  background: #66aa0a;
  border: 1px solid #66aa0a;
  color: #fff;
  padding: 6px 10px; }

#bbpress-forums .wp-switch-editor {
  height: 26px; }

#bbpress-forums input#bbp_topic_title,
#bbpress-forums input#bbp_topic_tags {
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  padding: 5px; }

/*--- Responsive-ness
-------------------------------------------------------------------:-)*/
/*-- ipad (portrait) --*/
@media only screen and (max-width: 768px) {
  #top .topnav .nav {
    margin: .5em 0; }

  #top .topnav .nav > li {
    float: none; }

  #top .topnav .nav ul {
    background: none;
    border-bottom: 0px solid #DBDBDB;
    border-left: 0px solid #DBDBDB;
    border-radius: 0 0 0px 0px;
    border-right: 0px solid #DBDBDB;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%; }

  #top .topnav .nav > li.hover > ul,
  #top .topnav .nav li li.hover ul {
    position: static; }

  #top .topnav .nav > li > .parent,
  #top .topnav .nav li li .parent {
    background-image: url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%; }

  #container #header {
    padding: 10px 0; }

  #container #header .right,
  #container #header .left {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%; }

  #container #header .topnav ul,
  #container #header .mainnav ul {
    margin: auto;
    text-align: center; }

  #container #content {
    float: none;
    margin: 0 0 20px;
    width: 100%; }

  #container #content .home-alpha .left,
  #container #content .home-alpha .right {
    float: none;
    width: 100%;
    margin: 0 0 20px; }

  #container #content .home-alpha .full {
    clear: both;
    display: block;
    margin: 0 0 20px; }

  #container #content .home-beta .left,
  #container #content .home-beta .right {
    float: none;
    width: 100%; }

  #container #content .home-beta .left .post img {
    width: 100%;
    height: auto; }

  #container #sidebar {
    float: none;
    margin: 0 0 20px;
    width: 100%; }

  #footer .footer-widgets .block {
    float: none;
    width: 100%; }

  #footer .footer-widgets .block.one,
  #footer .footer-widgets .block.two,
  #footer .footer-widgets .block.three,
  #footer .footer-widgets .block.four {
    margin: 0; }

  #footer .footer-content .left,
  #footer .footer-content .right {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    width: 100%; } }
/*-- iphone (landscape) --*/
/*-- iphone (portrait) --*/
/* -- Social Butterfly (Petros Was Here) -- */
.social-butterfly {
  position: relative;
  top: -10px; }

.added-pad {
  margin-top: 40px; }

.gplus:hover {
  opacity: .75;
  background: white;
  color: white; }

/* -- Petros Was Here -- */
#container #content .post .entry-content {
  margin-bottom: 0em; }

.html5washere {
  text-align: center; }

/* Stop messing up the site 
.author {
	line-height: 0px;
} */
.icon {
  padding-right: 5px; }

.social-butterfly a {
  text-decoration: none !important; }

/* Other */
#container #content .wisdom-quote .wisdom-author {
  margin: 0; }

#container #content .wisdom-quote .wisdom-author blockquote {
  margin: 0; }

#container #content .wisdom-quote .wisdom-author blockquote p:first-child {
  padding-bottom: 0; }

/* Forum Mobile Quickfix */
@media (max-device-width: 540px) {
  #bbpress-forums ul.bbp-forums li.bbp-body .bbp-reply-author,
  #bbpress-forums ul.bbp-topics li.bbp-body .bbp-reply-author,
  #bbpress-forums ul.forums li.bbp-body .bbp-reply-author {
    width: 100%;
    margin-bottom: 5%; }

  #bbpress-forums ul.bbp-forums li.bbp-body .bbp-reply-content,
  #bbpress-forums ul.bbp-topics li.bbp-body .bbp-reply-content,
  #bbpress-forums ul.forums li.bbp-body .bbp-reply-content {
    margin-left: 0; } }
/* Google Ads mobile fix */
@media (max-width: 480px) {
  body {
    overflow-x: hidden;
    padding: 0 10px; }

  .box-alt {
    border: 0;
    padding: 0; } }
/* YARPP */
.yarpp-thumbnails-horizontal {
  clear: both;
  margin: 0 -1.5%; }

.yarpp-thumbnail {
  margin-bottom: 16px;
  padding: 0 1.5%;
  display: block;
  float: left;
  width: 33%; }

.attachment-yarpp-thumbnail {
  margin-bottom: 10px;
  display: block; }

/*-------------------------------
	POPUP.CSS
-------------------------------*/
.popup_back {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 250; }

.popup_cont {
  position: fixed;
  z-index: 252; }

.preloader {
  z-index: 251; }

/*---------------------
	EDIT BELOW
*/
.popup_close {
  color: #888;
  cursor: pointer;
  position: absolute;
  padding: 5px;
  right: 5px;
  top: 0;
  font-size: 16px; }

.popup_close:hover {
  color: #111; }

.popup_back {
  cursor: pointer;
  background-color: #222; }

div.popup {
  background: #fff;
  padding: 25px;
  box-shadow: 0 3px 10px #222; }

.preloader {
  left: 50%;
  margin: -10px 0 0 -25px;
  position: fixed;
  top: 50%; }

/* Show when logged in/out classes */
label {
  cursor: pointer; }

.hide {
  display: none; }

.show-logged-in {
  display: none; }

.logged-in .show-logged-in {
  display: block; }

.logged-in .show-logged-out {
  display: none; }

.popup_cont .popup {
  padding: 30px; }

.popup_cont #bp-login-widget-form label {
  display: inline-block;
  margin-bottom: 3px; }

.popup_cont #bp-login-widget-form .input {
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
  padding: 7px 5px;
  width: 15em; }

.popup_cont #bp-login-widget-form .forgetmenot {
  margin-bottom: 10px; }

.popup_cont #bp-login-widget-submit {
  padding: 8px 12px; }

.popup_cont .bp-login-widget-register-link {
  margin-left: 10px; }

.popup_cont .widgettitle {
  display: none; }

.popup_cont .lost-pass {
  margin: 15px 0 0; }

.edd_empty_cart,
.gform_confirmation_message {
  margin: 1em 0;
  display: block; }

.clearfix:before, #header:before, .clearfix:after, #header:after {
  display: table;
  content: " "; }

.clearfix:after, #header:after {
  clear: both; }

/* Downloads */
.post-type-archive-download #content-full,
.tax-download_category #content-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.post-type-archive-download #content-full .download-categories,
.post-type-archive-download #content-full .archive-title,
.post-type-archive-download #content-full .hentry,
.tax-download_category #content-full .download-categories,
.tax-download_category #content-full .archive-title,
.tax-download_category #content-full .hentry {
  text-align: center; }

.post-type-archive-download #content-full .archive-navigation,
.post-type-archive-download #content-full .download-categories,
.post-type-archive-download #content-full .archive-title,
.tax-download_category #content-full .archive-navigation,
.tax-download_category #content-full .download-categories,
.tax-download_category #content-full .archive-title {
  margin-bottom: 1rem; }

@media (max-width: 64em) {
  .post-type-archive-download #content-full .archive-navigation,
  .post-type-archive-download #content-full .download-categories,
  .post-type-archive-download #content-full .archive-title,
  .tax-download_category #content-full .archive-navigation,
  .tax-download_category #content-full .download-categories,
  .tax-download_category #content-full .archive-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; } }
.post-type-archive-download #content-full .archive-navigation,
.tax-download_category #content-full .archive-navigation {
  text-align: center; }

.post-type-archive-download #content-full ul.download-categories,
.tax-download_category #content-full ul.download-categories {
  margin-bottom: 2rem; }

.post-type-archive-download #content-full .hentry,
.tax-download_category #content-full .hentry {
  margin-bottom: 3em; }

@media (min-width: 30.063em) and (max-width: 64em) {
  .post-type-archive-download #content-full .hentry,
  .tax-download_category #content-full .hentry {
    padding: 0 1.8rem;
    width: 50%; } }
@media (max-width: 64em) {
  .post-type-archive-download #content-full .hentry,
  .tax-download_category #content-full .hentry {
    width: 33.33%; } }
.post-type-archive-download #content-full .entry-title,
.tax-download_category #content-full .entry-title {
  font-size: 22px;
  line-height: 1.3;
  margin: 10px 0; }

.post-type-archive-download #content-full .summary,
.tax-download_category #content-full .summary {
  margin-bottom: 18px; }

.post-type-archive-download #content-full .edd-cart-added-alert,
.tax-download_category #content-full .edd-cart-added-alert {
  position: static;
  margin-top: 10px; }

ul.download-categories {
  margin-bottom: 2rem;
  list-style: none;
  padding: 0; }

ul.download-categories ul {
  list-style: none;
  padding: 0;
  display: inline-block; }

ul.download-categories li {
  display: inline-block;
  margin-right: .5em; }

ul.download-categories li:last-of-type {
  margin-right: 0; }

ul.download-categories .current-cat > a {
  color: #888; }

.edd-cart-ajax-alert {
  display: block; }

/* EDD */
body #edd-purchase-button,
body .edd-submit,
body input[type=submit].edd-submit {
  padding: 7px 14px;
  font-size: 16px; }

.hide {
  display: none; }

body .edd-cart {
  padding: 0; }

body .edd-cart li {
  list-style-type: none; }

body .edd-cart .edd-cart-meta {
  padding: 0;
  margin-bottom: 1rem; }

.gform_wrapper select,
.gform_wrapper textarea {
  border-color: #ccc; }

body .gform_wrapper textarea {
  resize: vertical; }

.single-download .entry-content {
  font-size: 16px;
  font-size: 1.6rem; }

.edd_price_options li {
  margin-bottom: .5em; }

body #buddypress {
  margin-bottom: 36px; }

body #buddypress #members-directory-form .item-list-tabs {
  display: none; }

body #buddypress #members-list {
  text-align: center; }

@media (min-width: 48.063em) {
  body #buddypress #members-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
body #buddypress #members-list > li {
  width: 100%; }

@media (min-width: 48.063em) {
  body #buddypress #members-list > li {
    width: 50%; } }
@media (min-width: 64.063em) {
  body #buddypress #members-list > li {
    width: 25%; } }
body #buddypress ul.item-list li img.avatar {
  float: none;
  margin: 0 0 .5em; }

body #buddypress ul.item-list li div.item-title, body #buddypress ul.item-list li h4 {
  width: 100%;
  font-size: 16px; }

body #buddypress .item-list .member-type {
  display: inline-block;
  background-color: #3eabf6;
  text-transform: uppercase;
  font-size: 13px;
  padding: 1px 3px;
  border-radius: 3px;
  color: #fff; }

body #buddypress span.activity {
  display: none; }

body #buddypress table.profile-fields tr td.label,
body #buddypress table.profile-fields tr td,
body #buddypress table.profile-fields tr th {
  vertical-align: top; }

@media (max-width: 30em) {
  body #buddypress table.profile-fields tr td.label,
  body #buddypress table.profile-fields tr td,
  body #buddypress table.profile-fields tr th {
    display: block;
    width: 100%; } }
body #buddypress div.dir-search input[type=text], body #buddypress li.groups-members-search input[type=text] {
  padding: 3px; }

#wp-admin-bar-seed-csp3-notice {
  display: none; }
  
#sidebar .rls {
	margin: 1em 0 0;
	clear: both;
}

/* TB Love Book widget */
.tb-love-widget {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #db9ae6;
  color: #a418d9;
  padding: 10px;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.3;
}
.tb-love-widget .textwidget {
  display: table;
}
.tb-love-widget .image,
.tb-love-widget .text
{
  display: table-cell;
  vertical-align: middle;
}
.tb-love-widget .image {
  width: 100px;
}
.tb-love-widget .text {
  padding-left: 12px;
}
.tb-love-widget a {
  color: inherit;
  text-decoration: underline;
}
.tb-love-widget img {
  display: block;
  width: 100px;
  margin-right: 12px;
}
.forum-archive .tb-love-widget {
	display: none;
}


/* Home styles */

.topnav .log-in-link,
.topnav .log-out-link {
  background-color: #fff; }

.topnav .log-in-link {
  padding-left: 20px; }

.page-template-main-new,
.home.page {
  background: url("../images/tree.png") top center no-repeat;
  background-position-y: -410px; }
  @media screen and (max-width: 48rem) {
    .page-template-main-new,
    .home.page {
      background-size: contain;
      background-position-y: 0; } }
  .page-template-main-new #container #header,
  .home.page #container #header {
    background-image: none; }
  .page-template-main-new div.announcement,
  .home.page div.announcement {
    display: none; }

#home {
  line-height: 1.6;
  font-size: 16px;
  word-wrap: break-word;
  font-family: "Source Sans Pro", sans-serif; }
  #home h1,
  #home h2,
  #home h3 {
    line-height: 1.2; }
  #home iframe,
  #home embed {
    max-width: 100%; }
  #home a {
    -webkit-transition: color 300ms;
    transition: color 300ms;
    cursor: pointer; }
    #home a:not(:hover) {
      color: inherit; }
  #home .btn {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #39ADF7;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: .4em 1.5em;
    -webkit-transition: 280ms background-color, 280ms color;
    transition: 280ms background-color, 280ms color; }
    #home .btn:hover {
      background-color: #75c5f6; }
    #home .btn.big {
      font-size: 20px; }
    #home .btn.small {
      font-size: 14px; }
  #home .aside > * {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
  #home aside.top {
    text-align: center;
    margin-bottom: 1em; }
    #home aside.top img {
      display: block;
      margin: 0 auto; }
  #home section {
    margin-bottom: 25px;
    margin-top: 25px; }
  #home .section-title {
    text-align: center;
    font-weight: bold;
    color: #b3b3b3;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    background-color: transparent; }
  #home section.welcome h2 {
    color: #aaa;
    text-transform: uppercase;
    font-size: 16px;
    margin: 10px 0;
    text-align: left; }
  @media (min-width: 48.063em) {
    #home section.welcome {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #home section.welcome .featured {
        width: 42%;
        width: calc(43% - 1em); }
      #home section.welcome .fun {
        width: 27%;
        width: calc(28% - 1em); }
      #home section.welcome .community {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 28%;
        width: calc(30% - 1em); } }
  #home section.welcome h2 {
    margin-top: 0; }
  #home section.welcome .featured,
  #home section.welcome .community,
  #home section.welcome .fun {
    margin-bottom: 1em;
    margin-top: 1em; }
    @media (min-width: 48.063em) {
      #home section.welcome .featured,
      #home section.welcome .community,
      #home section.welcome .fun {
        margin: 0; } }
  #home section.welcome .featured {
    position: relative;
    overflow: hidden; }
    #home section.welcome .featured ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    #home section.welcome .featured li {
      list-style: none;
      position: relative; }
    #home section.welcome .featured a {
      display: block;
      cursor: pointer; }
    #home section.welcome .featured img {
      display: block; }
    #home section.welcome .featured .title {
      display: block;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: .5em 1em;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
  #home section.welcome .flex-control-nav,
  #home section.welcome .flex-direction-nav {
    display: none; }
  #home section.welcome .community {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #home section.welcome .community .btn {
      width: 100%; }
    #home section.welcome .community .exit,
    #home section.welcome .community .join,
    #home section.welcome .community .login {
      -webkit-transition: opacity 280ms;
      transition: opacity 280ms;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0); }
      #home section.welcome .community .exit:hover,
      #home section.welcome .community .join:hover,
      #home section.welcome .community .login:hover {
        opacity: .6; }
    #home section.welcome .community .join {
      background-color: #91FF9B;
      color: #26962E; }
    #home section.welcome .community .exit {
      background-color: #8a8a8a;
      color: #eee; }
    #home section.welcome .community .login {
      background-color: #FFBDE3;
      color: #9C3871; }
    #home section.welcome .community .subscribe {
      color: #fff; }
  #home section.welcome .newsletter {
    padding: 1em;
    background-color: #eee; }
    #home section.welcome .newsletter h3 {
      font-size: 20px; }
    #home section.welcome .newsletter > :first-child {
      margin-top: 0; }
    #home section.welcome .newsletter > :last-child {
      margin-bottom: 0; }
  #home section.welcome .fun {
    margin: 0 1em; }
    #home section.welcome .fun img {
      display: block; }
    #home section.welcome .fun .title {
      display: block;
      display: none; }
  #home section.categories {
    background-color: #E4F7FE; }
  #home ul.categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #home ul.categories li {
      list-style: none;
      padding: 1em .65em;
      line-height: 1.2;
      width: 50%; }
      @media (min-width: 48.063em) {
        #home ul.categories li {
          width: 25%; } }
      @media (min-width: 64.063em) {
        #home ul.categories li {
          width: 11.1%; } }
      @media screen and (max-width: 48em) {
        #home ul.categories li:last-of-type {
          text-align: center;
          width: 100%; } }
    #home ul.categories a {
      display: block;
      text-transform: lowercase;
      color: #3a3a3a;
      font-size: 16px;
      text-decoration: none; }
      #home ul.categories a:hover {
        color: #6a6a6a;
        text-decoration: underline; }
    #home ul.categories span {
      display: block; }
    #home ul.categories .search-toggle {
      height: 20px; }
      #home ul.categories .search-toggle span {
        background: left center no-repeat url(data:image/png;base64,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);
        background-size: 20px 20px;
        padding-left: 28px;
        max-width: none;
        line-height: 20px;
        display: inline-block; }
  #home #search {
    display: none; }
    #home #search:target, #home #search.on {
      display: block !important; }
  #home section.quote {
    background-color: #eee;
    padding: 25px;
    text-align: center; }
    #home section.quote hr {
      border: 0;
      border-top: 1px solid #ddd; }
      #home section.quote hr:first-of-type {
        margin-bottom: 50px; }
      #home section.quote hr:last-of-type {
        margin-top: 50px; }
    #home section.quote .copy {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 22px;
      color: #6a6a6a;
      padding-right: 25px;
      padding-left: 25px; }
  #home section.hero.second {
    padding: 10px;
    background-color: #f2f2f2; }
  #home section.hero .video {
    text-align: center; }
    #home section.hero .video p {
      margin: 0; }
    #home section.hero .video iframe {
      width: 100%;
      display: block; }
      @media screen and (max-width: 48em) {
        #home section.hero .video iframe {
          height: auto; } }
  #home section.hero .entry {
    text-align: center;
    padding: 2em; }
  #home section.hero .aside {
    text-align: center; }
    #home section.hero .aside img {
      display: block;
      margin: 0 auto; }
  #home section.hero .entry-title {
    margin-top: 0; }
  @media (min-width: 48.063em) {
    #home section.hero {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #home section.hero .video {
        width: 65.66%;
        text-align: left; }
      #home section.hero .aside,
      #home section.hero .entry {
        width: 34.33%; } }
  @media screen and (max-width: 48em) {
    #home section.hero.first .video {
      margin-bottom: 1em; } }
  @media (min-width: 48.063em) {
    #home section.blog .wrap,
    #home section.forums .wrap,
    #home section.popular .wrap,
    #home section.fun .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #home section.blog .aside,
    #home section.forums .aside,
    #home section.popular .aside,
    #home section.fun .aside {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 300px;
              flex: 1 0 300px; }
    #home section.blog .aside + .posts,
    #home section.blog .posts + .aside,
    #home section.forums .aside + .posts,
    #home section.forums .posts + .aside,
    #home section.popular .aside + .posts,
    #home section.popular .posts + .aside,
    #home section.fun .aside + .posts,
    #home section.fun .posts + .aside {
      margin-left: 2em; } }
  #home ul.posts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0; }
    #home ul.posts li {
      list-style: none;
      margin-bottom: 1em; }
    #home ul.posts a, #home ul.posts span.title {
      display: block; }
    #home ul.posts a:hover > .title {
      text-decoration: underline; }
    #home ul.posts span.title {
      font-weight: bold;
      line-height: 1.2; }
  @media (min-width: 48.063em) {
    #home section.blog ul.posts,
    #home section.popular ul.posts,
    #home section.fun ul.posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    #home section.blog li,
    #home section.popular li,
    #home section.fun li {
      width: 31.33%; }
    #home section.blog span.title,
    #home section.popular span.title,
    #home section.fun span.title {
      font-weight: normal;
      font-size: 15px; } }
  #home section.blog,
  #home section.popular,
  #home section.fun {
    text-align: center; }
    #home section.blog span.title,
    #home section.popular span.title,
    #home section.fun span.title {
      font-size: 20px; }
    #home section.blog img.wp-post-image,
    #home section.popular img.wp-post-image,
    #home section.fun img.wp-post-image {
      margin-bottom: .5em; }
    @media (min-width: 48.063em) {
      #home section.blog,
      #home section.popular,
      #home section.fun {
        text-align: left; } }
  #home section.popular {
    /*
	ul.posts {

		a {
			display: flex;
			flex-wrap: nowrap;
			align-items: center;
		}
		img {
			width: 100px;
			flex: 0 0 100px;
			margin-right: 15px;
			@media (min-width: 48.063em) {
				width: 65px;
				flex: 0 0 65px;
			}
		}
		span {
		}
	
	}
*/ }
  #home section.forums .wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  #home section.forums ul.posts {
    margin-bottom: 2em; }
    @media (min-width: 48.063em) {
      #home section.forums ul.posts {
        margin-bottom: 0; } }
    #home section.forums ul.posts li {
      font-size: 15px; }
      #home section.forums ul.posts li.title {
        font-size: 21px; }
    #home section.forums ul.posts a:not(:hover) {
      color: inherit; }
    #home section.forums ul.posts span.title {
      font-weight: normal; }
  #home section.forums .community .btn {
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 280ms;
    transition: opacity 280ms;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
    #home section.forums .community .btn:hover {
      opacity: .6; }
  #home section.forums .community .join {
    background-color: #91FF9B;
    color: #4D4D4D; }
  #home section.forums .community .forums,
  #home section.forums .community .topics {
    background-color: #ABF0FF;
    color: #4D4D4D; }
  @media (min-width: 48.063em) {
    #home section.forums ul.posts,
    #home section.forums .community {
      width: 24%; } }
  #home section.search {
    border: 2px solid #eee;
    padding: 25px; }
    #home section.search input[type="text"] {
      max-width: 100%;
      width: 640px;
      display: block;
      margin: 10px auto;
      font-size: 18px;
      padding: 10px;
      border: 2px solid #dadada;
      border-radius: 3px;
      -webkit-transition: 280ms border-color, 280ms color;
      transition: 280ms border-color, 280ms color;
      color: #aaa; }
      #home section.search input[type="text"]:focus {
        border-color: #7a7a7a;
        color: #5a5a5a; }
  #home section.books,
  #home section.shop {
    text-align: center; }
    #home section.books span.title,
    #home section.shop span.title {
      display: block; }
  #home ul.products {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 48.063em) {
      #home ul.products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    #home ul.products li {
      text-align: center;
      margin-bottom: 2em;
      list-style: none;
      color: #3a3a3a; }
    #home ul.products a {
      -webkit-transition: color 280ms;
      transition: color 280ms; }
      #home ul.products a:not(:hover) {
        color: inherit; }
    #home ul.products img {
      display: block;
      margin: 0 auto .5em; }
    #home ul.products .title {
      font-size: 1.33em; }
  @media (min-width: 48.063em) {
    #home section.books li {
      width: 24%;
      width: calc(25% - .75em); } }
  @media (min-width: 48.063em) {
    #home section.shop li {
      width: 32%;
      width: calc(33.33% - .66em); } }
  #home section.fun span.title {
    display: none; }

@media (max-width: 48.063em) {
	
	#container #content .author-box {
		margin: 20px -10px;
	}
	
	#container #content .author-box .author-title .avatar {
		float: right;
		margin: 0 0 10px 10px;
		width: 56px;
	}
	
}