/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
abbr,
acronym,
fieldset {
  border: 0; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 28px;
  color: #111111;
  background-color: white;
  padding-top: 28px; }

.container {
  width: 1077px;
  margin: 0 auto; }

.columns,
.columns > .content,
.columns > .sidebar {
  box-sizing: border-box; }

.columns > .content {
  width: 759px;
  float: left;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #dddddd; }

.columns > .sidebar {
  width: 318px;
  float: right;
  padding: 28px 28px 0 28px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #72b823;
  text-decoration: none; }

p a {
  text-decoration: underline; }

p a:hover {
  text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: -1px; }

.menu .sub-menu {
  position: absolute;
  left: -1px;
  display: none;
  list-style: none;
  z-index: 110;
  margin-top: -1px; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 182px;
  margin: 0 0 0 -1px; }

.menu li:hover > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 182px;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-color: #eeeeee;
  padding: 0.5em 1em; }

.menu a:hover {
  background-color: #dddddd; }

.menu_control {
  display: none;
  background-color: white; }

.menu .sub-menu a {
  border-left-width: 1px; }

.menu,
.menu a,
.menu .sub-menu {
  border-color: #dddddd; }

.menu .current-menu-item > a {
  border-bottom-color: white;
  background-color: white;
  cursor: text; }

.menu .sub-menu .current-menu-item > a {
  border-bottom-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 28px; }

#site_title {
  font-size: 42px;
  line-height: 1.32em;
  font-weight: bold;
  color: #111111; }

#site_title a {
  color: #111111; }

#site_title a:hover {
  color: #72b823; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.32em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt,
.grt h3 {
  font-size: 16px;
  line-height: 28px; }

.grt h1,
.grt .headline {
  font-size: 26px;
  line-height: 41px; }

.grt .headline {
  margin: 0; }

.headline,
.headline a {
  color: #111111; }

.headline a:hover {
  color: #72b823; }

.grt h2 {
  font-size: 20px;
  line-height: 33px;
  margin-top: 42px;
  margin-bottom: 14px; }

.grt h2,
.grt h3 {
  color: #111111; }

.grt h3 {
  font-weight: bold; }

.grt .small,
.grt .caption {
  font-size: 13px;
  line-height: 24px; }

.grt .drop_cap {
  font-size: 56px;
  line-height: 1em;
  margin-right: 0.15em;
  float: left; }

.grt h1,
.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .aligncenter,
.grt .alignnone,
.grt .post_image,
.grt .post_image_box,
.grt .wp-post-image,
.grt .caption,
.grt .wp-caption,
.grt .alert,
.grt .note,
.grt .box,
.grt .footnotes,
.headline_area {
  margin-bottom: 28px; }

.grt ul,
.grt ol,
.grt .stack {
  margin-left: 28px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.grt .alert p:last-child,
.grt .note p:last-child,
.grt .box p:last-child,
.grt blockquote.right p,
.grt blockquote.left p,
.grt .footnotes p:last-child {
  margin-bottom: 0; }

.grt .left,
.grt .alignleft,
.grt .ad_left {
  margin-bottom: 28px;
  margin-right: 28px; }

.grt .right,
.grt .alignright,
.grt .ad {
  margin-bottom: 28px;
  margin-left: 28px; }

.grt .caption {
  margin-top: -14px;
  color: #888888; }

.grt .footnotes p {
  margin-bottom: 14px; }

/*
 * ---:[ custom text styles ]:---
 */
.grt ul {
  list-style-type: square; }

.grt li a {
  text-decoration: underline; }

.grt li a:hover {
  text-decoration: none; }

.grt blockquote {
  color: #888888;
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #dddddd; }

.grt code {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

.grt pre {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
  background-color: #eeeeee;
  padding: 14px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 14px; }

.grt .wp-caption img,
.grt .post_image_box .post_image,
.grt .thumb {
  margin-bottom: 14px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.grt .wp-caption p {
  font-size: 13px;
  line-height: 24px; }

.grt .alert,
.grt .note,
.grt .box {
  padding: 14px; }

.grt .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.grt .note {
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

.grt .box {
  background-color: #f1fae7;
  border: 1px solid #daf2bf; }

.grt .footnotes {
  font-size: 13px;
  line-height: 24px;
  border-top: 1px dotted #dddddd;
  padding-top: 28px; }

.grt .avatar {
  width: 65px;
  height: 65px;
  float: right;
  clear: both;
  margin-left: 14px; }

.grt .footnotes,
.grt sub,
.grt sup,
.grt .post_cats,
.grt .post_tags,
.byline,
.byline a {
  color: #888888; }

.byline a {
  border-bottom: 1px solid #dddddd; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: #111111; }

.byline .post_edit {
  margin-left: 14px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: italic; }

.grt .author_description {
  border-top: 1px dotted #dddddd;
  padding-top: 28px; }

.grt .author_description_intro {
  font-weight: bold; }

.grt .author_description .avatar {
  width: 84px;
  height: 84px;
  float: left;
  margin-right: 14px;
  margin-left: 0; }

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 26px;
  line-height: 37px;
  width: 45%;
  margin-bottom: 14px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * ---:[ post box structural styles ]:---
 */
.post_box {
  padding: 28px 28px 0 28px;
  border-top: 1px dotted #dddddd; }

.top {
  border-top: 0; }

/*
 * ---:[ other post box styles ]:---
 */
.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 28px; }

.num_comments_link:hover {
  background-color: #eeeeee; }

.bracket,
.num_comments {
  font-size: 28px; }

.bracket {
  color: #dddddd; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }

.archive_intro .headline {
  margin-bottom: 28px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 14px 28px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 56px; }

.comments_intro {
  color: #888888;
  margin-bottom: 14px;
  padding: 0 28px; }

.comments_intro a:hover {
  text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 24px;
  color: #888888;
  margin: 0 28px 28px 28px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 56px;
  border-top: 1px dotted #dddddd; }

.comment {
  border-bottom: 1px dotted #dddddd;
  padding: 28px; }

.children .comment {
  list-style-type: none;
  margin-top: 28px;
  border-left: 1px solid #dddddd;
  border-bottom: 0;
  padding: 0 0 0 28px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #72b823; }

.comment .comment_head {
  margin-bottom: 14px; }

.children .comment_head {
  margin-bottom: 0; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 13px;
  margin-left: 14px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 13px;
  line-height: 24px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 14px; }

.comment_head a:hover,
.comment_footer a:hover,
.comment_nav a:hover {
  text-decoration: underline; }

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  width: 56px;
  height: 56px;
  float: right;
  margin-left: 14px; }

.comment_nav {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #dddddd;
  padding: 14px 28px; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  margin: -56px 0 56px 0;
  border-width: 0 0 1px 0; }

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea,
.input_text {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 0.35em;
  box-sizing: border-box; }

input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
.input_text:focus {
  border-color: #eeeeee;
  background-color: white; }

textarea,
textarea.input_text {
  line-height: inherit; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"],
.input_submit {
  font-family: inherit;
  line-height: 1em;
  font-weight: bold;
  border: 3px double #dddddd;
  background-color: white;
  padding: 0.5em; }

button:hover,
input[type="submit"]:hover,
.input_submit:hover,
button:active,
input[type="submit"]:active,
.input_submit:active {
  background-color: #eeeeee;
  transition: background-color 0.3s; }

/*
 * ---:[ misc. form elements ]:---
 */
fieldset legend {
  font-weight: bold; }

.grt fieldset {
  margin-top: 28px;
  margin-bottom: 28px; }

.grt fieldset legend {
  margin-bottom: 14px; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 56px 0;
  padding: 0 28px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  font-size: 20px;
  line-height: 33px;
  color: #111111;
  margin: 0 -28px;
  border-bottom: 1px dotted #dddddd;
  padding: 0 28px 14px 28px; }

#commentform label {
  display: block; }

#commentform p {
  margin-bottom: 14px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#commentform .input_submit {
  font-size: 20px; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #72b823; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid #dddddd;
  background-color: #eeeeee; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 21px;
  line-height: 30px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.sidebar .input_submit {
  font-size: inherit; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 19px; }

.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left {
  margin-right: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .stack {
  margin-left: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 38px; }

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 10px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #888888; }

.sidebar .post_content,
.widget li ul,
.widget li ol,
.sidebar .search-form input[type="submit"] {
  margin-top: 10px; }

.widget ul {
  list-style-type: none; }

.widget li a:hover {
  text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 24px;
  text-align: right;
  color: #888888;
  border-top: 3px double #dddddd;
  padding: 14px 28px; }

.footer a {
  color: #888888; }

.footer a:hover {
  color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
body.landing {
  padding-top: 0; }

.landing .container {
  width: 759px; }

.landing .header,
.landing .headline_area,
.landing .footer {
  text-align: center; }

.full_page .columns > .content {
  width: 1077px;
  float: none;
  border-right: 0; }

/*
 * ---:[ woocommerce compatibility ]:---
 */
.woocommerce-shop .content {
  padding: 28px; }

.woocommerce-archive .content {
  padding: 0 28px; }

.woocommerce-archive .post_box {
  margin: 0 -28px 28px -28px; }

.woocommerce-archive .term-description {
  margin-bottom: 28px; }

.woocommerce-result-count {
  font-size: 13px;
  line-height: 24px;
  color: #888888; }

.woocommerce .content > .product {
  margin: 28px 28px 0 28px; }

.woocommerce-shop .page-title,
.woocommerce .product_title {
  font-size: 26px;
  line-height: 41px; }

.woocommerce .page-title {
  padding: 0 28px 28px;
  border-bottom: 1px solid #dddddd;
  margin: 0 -28px 28px -28px; }

.woocommerce .product_title {
  margin-bottom: 14px; }

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  margin: -7px 0 14px 0; }

.woocommerce .products a.button,
.woocommerce .cart button.button,
.grt .woocommerce input.button,
.woocommerce .grt input.button,
.woocommerce .grt #respond input#submit {
  font-family: inherit;
  line-height: 1em;
  padding: 0.5em 0.75em; }

.woocommerce #comments {
  margin-top: 28px; }

.woocommerce #reviews h2 {
  margin-top: 0; }

.woocommerce #commentform {
  padding: 0;
  margin-top: 28px; }

/*
 * ---:[ clearfix ]:---
 */
.columns:after,
.menu:after,
.post_box:after,
.post_content:after,
.author_description:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 1077px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 759px; }

  .header {
    border-top: 1px solid #dddddd; }

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

  .full_page .columns > .content {
    width: 100%; }

  .columns > .sidebar {
    float: none;
    width: 100%;
    border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: white;
    padding: 1em 28px;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #dddddd;
    padding-left: 28px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: white;
    padding: 1em 28px; }

  .menu .current-menu-item > a {
    background-color: #eeeeee; }

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 50%; } }

@media all and (max-width: 759px) {
  .menu a {
    border-right-width: 0; }

  .menu > li > a {
    border-left-width: 0; }

  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box; } }

@media all and (max-width: 450px) {
  .menu a,
  .menu_control {
    padding: 1em 14px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  .comment_form_title,
  .footer {
    padding-right: 14px;
    padding-left: 14px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 14px; }

  .comments_closed,
  .login_alert {
    margin-right: 14px;
    margin-left: 14px; }

  .comment_form_title {
    margin-left: -14px;
    margin-right: -14px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"] {
    float: none; }

  .grt .right,
  .grt .left,
  .grt .alignright,
  .grt .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .post_author:after {
    content: '\a';
    height: 0;
    white-space: pre;
    display: block; }

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .grt blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }

/*
 * ---:[ custom CSS ]:---
 */
/*
 * Basics / Layout
 */
.transcriptbox {
  border: 2px solid #72b823;
  margin-bottom: 30px;
  padding: 15px; }

.transcriptbox .arrowright {
  background-position: right 35%;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 16px; }

.transcriptbox .collapseomatic {
  font-size: 22px; }

.transcriptbox .collapseomatic_excerpt,
.transcriptbox .collapseomatic_content {
  margin-left: 0;
  margin-top: 0;
  padding: 0; }

.nc_wrapper.floatBottom {
  background-color: transparent;
  margin-bottom: -15px;
  margin-top: 0;
  padding-bottom: 5px; }

.donate-page-middle {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  clear: both;
  float: left;
  margin: 20px 0;
  padding: 20px 0;
  width: 100%; }

.donate-page-middle-left {
  width: 40%;
  float: left; }

.donate-page-middle-right {
  width: 56%;
  float: right; }

.donate-page-middle-right ul.donate {
  float: left;
  list-style: outside none none;
  margin-left: 0;
  padding-left: 0;
  width: 50%; }

.donate-page-middle-right .donate-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px; }


.bubble-inner {
  padding: 20px; }

.bubble-inner:before {
  background: transparent url("https://www.singularityweblog.com/wp-content/thesis/skins/classic-r/images/quote-start.png") no-repeat scroll 0 0;
  height: 40px;
  margin-right: 15px;
  width: 50px;
  background-size: contain;
  float: left;
  content: " ";
  display: block; }

.bubble-inner:after {
  background: transparent url("https://www.singularityweblog.com/wp-content/thesis/skins/classic-r/images/quote-end.png") no-repeat scroll 0 0;
  height: 40px;
  margin-left: 15px;
  width: 50px;
  background-size: contain;
  float: right;
  content: " ";
  display: block; }

.bubble {
  background: white none repeat scroll 0 0;
  border: 4px solid #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
  margin-bottom: 20px;
  margin-top: 40px;
  padding: 0;
  position: relative;
  width: 100%;
  min-height: 110px;
  font-size: 18px; }

.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 9px 15px 0;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -9px;
  left: 22px; }

.bubble:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 11px 17px 0;
  border-color: #eeeeee transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -14px;
  left: 20px; }

.circle-user {
  color: #658e21;
  margin-right: 10px; }

.circle-user .fa-stack-2x {
  color: #90bd47; }

.circle-user .fa-stack-1x {
  font-size: 17px;
  line-height: inherit; }

.post_content img.pull-top {
  margin-top: -20px !important; }

.page-id-55757 .content hr {
  border-bottom: 0 none;
  border-top: 1px solid #dddddd;
  margin-bottom: 50px;
  margin-top: 60px; }

.print-box {
  text-align: right; }

.page-id-8968 .headline_area h1 {
  display: none !important; }

.page-id-8968 .pf-content h2 {
  display: block !important; }

.testimonial-name {
  font-weight: bold;
  text-align: left;
  text-indent: 50px; }

.testimonial-name span {
  clear: both;
  color: #658e21;
  display: block !important;
  float: left;
  margin-right: 20px;
  position: relative;
  text-indent: 0;
  width: 50px; }

.byline a {
  border-bottom: 0 none !important;
  color: #72b823; }

.byline .num_comments_link:before {
  color: #72b823;
  content: "\f0e5";
  font-family: FontAwesome;
  font-size: 21px;
  left: -25px;
  line-height: 22px;
  position: absolute;
  top: 0; }

.byline .num_comments_link {
  float: right;
  position: relative;
  margin-bottom: 0; }

.byline .num_comments {
  color: #72b823;
  font-size: 16px; }

.byline .bracket {
  color: #dddddd;
  display: none; }

.fb-img-hid {
  height: 600px;
  position: relative;
  width: 600px;
  max-height: 0;
  max-width: 0; }

.donate-qr {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: transparent !important;
  background-image: url("images/donate-qr-code.png") !important;
  background-origin: padding-box !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  height: 300px;
  width: 300px;
  margin: 0 auto;
  max-width: 100%;
  max-height: auto; }

.grt .left,
.post_box .alignleft,
.post_box .ad_left {
  margin-bottom: 26px;
  margin-right: 18px;
  margin-top: 7px; }

#spMainContainer .spRecentPostSection {
  background: none repeat scroll 0 0 white !important;
  border: 1px solid #72b823 !important;
  border-radius: 5px !important; }

.template-single .post_content iframe,
.template-single .post_content video,
.template-single .post_content embed,
.template-single .post_content object {
  margin: 0 auto;
  max-width: 100%; }

img {
  display: inline; }

.upw-content p {
  margin-bottom: 0; }

.template-single .post_content .powerpress_player iframe,
.template-single .post_content .powerpress_player video,
.template-single .post_content .powerpress_player embed,
.template-single .post_content .powerpress_player object {
  margin: 0; }

.smart-podcast-player {
  float: left;
  margin-top: 40px; }

body {
  font-family: arial;
  padding-top: 0;
  background: none repeat scroll 0 0 white; }

.super-title {
  color: white;
  font-size: 88px;
  font-weight: 600;
  line-height: 98px;
  margin-bottom: 20px;
  text-align: center; }

.pf-content {
  clear: both;
  float: left;
  margin-bottom: 8px;
  margin-top: 8px;
  padding-bottom: 8px;
  width: 100%; }

.bottom-optin {
  display: inline-block;
  float: none;
  margin: 0 auto;
  padding: 34px;
  text-align: center;
  width: auto; }

.bottom-optin .togglebutton {
  background: none repeat scroll 0 0 white;
  border: 3px solid #72b823 !important;
  border-radius: 2px;
  clear: none;
  color: #72b823;
  display: block;
  float: left;
  font-size: 16px;
  padding: 6px 5px;
  transform: translateY(0px);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.bottom-optin .togglebutton:hover {
  transform: translateY(-10px);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.popupbox .togglebutton:hover {
  transform: translateY(0px) !important; }

.bottom-optin h4 {
  color: #3c7d0c;
  float: left;
  font-size: 20px;
  margin-right: 25px;
  padding-top: 4px; }

.popupmask {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  display: none;
  float: none;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: fixed;
  top: 1px;
  width: 100%;
  z-index: 1.0E+13; }

.post_date_intro {
  margin-left: 1px;
  margin-right: 1px !important; }

.post_author_intro {
  margin-right: 1px !important; }

.popupbox {
  background: none repeat scroll 0 0 white;
  border: 2px solid #dddddd;
  float: none;
  left: 30%;
  margin: 0 auto;
  padding: 0 0 20px;
  position: fixed;
  right: 30%;
  text-align: center;
  top: 35%;
  width: 40%;
  z-index: 99999999; }

.popupbox .qr-code {
  margin: 0 auto;
  text-align: center; }

.buttonbtc .popupbox {
  width: 440px; }

.popupbox .optinformz {
  padding: 25px; }

.popupbox .optinformz .mc-field-group {
  float: left;
  width: 38%; }

.popupbox .optinformz .mc-field-group input {
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
  float: left;
  font-size: 0.8rem !important;
  margin-bottom: 4px;
  padding: 12px 10px !important;
  width: 70%; }

.popupbox .optinformz input[type="submit"] {
  background: none repeat scroll 0 0 #82b52f;
  border: 1px solid #3a7d02 !important;
  border-radius: 3px;
  color: white;
  float: right;
  font-size: 15px;
  padding: 10px;
  width: 24%; }

.popupbox .optinformz input[type="submit"]:hover {
  background: #598117; }


.popupbox .popuptitle {
  background: none repeat scroll 0 0 #82b52f;
  color: white;
  font-size: 30px;
  padding: 14px 0;
  text-align: center;
  text-shadow: 1px 1px 2px #4b8000;
  width: 100%; }

.popupbox .popuptitle h3 {
  color: white; }

.popupbox .togglebutton {
  background: transparent none repeat scroll 0 0 !important;
  border: 0 none !important;
  clear: both;
  color: #111111 !important;
  display: block;
  float: right;
  font-size: 29px !important;
  height: 32px;
  margin-right: 10px;
  margin-top: -71px;
  position: relative !important;
  text-align: right !important;
  text-decoration: none !important;
  width: 100% !important;
  z-index: 2147483647; }

.popupbox p {
  margin-top: 10px; }

.popupbox .togglebutton:hover {
  color: #598117; }

.popupmask2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  display: none;
  float: none;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: fixed;
  top: 1px;
  width: 100%;
  z-index: 2147483647; }

.bitcoin-num {
  border: 1px solid #dddddd;
  clear: both;
  display: block;
  float: none;
  font-size: 18px;
  margin: 0 auto !important;
  padding: 14px;
  text-align: center;
  width: 364px; }

.feature-left {
  float: left;
  width: 45%; }

.feature-right {
  float: right;
  width: 53%; }

.feature-right h3 {
  color: #222222;
  font-size: 26px;
  line-height: 47px; }

.feature-bottom {
  border-bottom: 0px solid #82b52f;
  float: left;
  margin-bottom: 20px;
  margin-left: 0;
  padding-bottom: 20px;
  width: 100%; }

.feature-bottom h4 {
  color: #111111;
  font-size: 16px;
  margin-top: 15px;
  text-align: center; }

.feature-bottom img {
  display: block;
  margin: 4px auto 5px;
  opacity: 0.8;
  text-align: center;
  width: 90%; }

.feature-bottom-left {
  float: left;
  padding-left: 40px;
  padding-top: 20px; }

.feature-bottom-left p {
  color: white;
  font-size: 26px;
  line-height: 33px; }

.feature-bottom .optinformz {
  padding-right: 40px;
  padding-top: 18px;
  width: 38%;
  float: right; }



.template-front .cont-area-single .content {
  background: none repeat scroll 0 0 white;
  padding: 0 0; }

.home-posts {
  border-top: 0px solid #dddddd;
  float: left;
  padding: 40px 0; }

.home-posts h2 {
  font-size: 19px;
  margin-bottom: 15px;
  font-weight: 300 !important; }

.home-posts h3 {
  margin-bottom: 10px; }

.home-posts .byline {
  width: 100%;
  border-style: solid;
  border-color: #dddddd;
  border-width: 1px 0px; }

.home-posts-left {
  float: left;
  margin-left: 20px;
  width: 44%; }

.custom .teaser .teaser_link {
  clear: none;
  color: #009600;
  float: left;
  font-family: helvetica;
  padding: 4px;
  text-align: left;
  width: 100%; }

.home-posts-right {
  float: right;
  margin-right: 20px;
  width: 45%; }

.home-posts .left,
.alignleft,
img[align="left"] {
  display: block;
  float: left;
  margin-bottom: 2px !important;
  margin-right: 15px;
  margin-top: 10px; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: normal;
  margin-right: 5px; }

.special-caption {
  border: 11px solid #518123;
  border-radius: 0 !important;
  float: left;
  height: 214px !important;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 5px;
  overflow: hidden;
  padding: 0;
  width: 400px !important; }

.social-icons-share {
  color: green;
  display: block;
  float: left;
  left: -4.6em;
  top: -500px;
  width: 2.2em;
  position: absolute;
  z-index: 999999;
  margin-left: -340px; }

.social-icons-share ul {
  list-style: none; }

.social-icons-share li {
  margin-bottom: 6px; }

.social-icons-share a {
  font-size: 24px;
  list-style: none; }

.social-icons-share a i {
  -ms-transform: scale(1);
    /*
   * IE 9
   */
  -webkit-transform: scale(1);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(1);
  opacity: 1;
  color: #72b823;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.social-icons-share a:hover i {
  -ms-transform: scale(2.5);
    /*
   * IE 9
   */
  -webkit-transform: scale(2.5);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(2.5);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.columns > .content {
  position: relative;
  padding-bottom: 40px; }

#comments {
  float: left;
  width: 90%; }

.head-search {
  display: none; }

.head-right-text {
  float: right;
  min-width: 256px;
  width: 43%; }

.head-right #s {
  background-color: white;
  border: 1px solid white;
  box-sizing: border-box;
  color: #111111;
  float: right;
  font-family: inherit;
  font-size: 17px;
  font-weight: inherit;
  line-height: 1em;
  padding: 8px 0px !important;
  width: 0px;
  transition: all 1s ease 0.5s;
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s; }

.head-right #my-search i:hover ~ #s,
.head-right #s:focus,
.head-right #s:active,
#my-search:hover #s,
#my-search .special-search:hover + #s {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  padding: 8px 10px !important;
  width: 170px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s; }

#my-search {
  float: right; }

.sidebar .search-form {
  display: none; }

.sidebar #text-20 {
  display: none; }

/*
 * Buttons
 */
.spacer {
  height: 25px; }

.feature-button {
  background: none repeat scroll 0 0 #82b52f;
  border-top: 1px solid #50701c;
  border-right: 1px solid #344911;
  border-bottom: 1px solid #344911;
  border-left: 1px solid #50701c;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  color: white;
  font: bold 20px "helvetica neue", helvetica, arial, sans-serif;
  margin-bottom: 10px;
  float: left;
  margin-top: 10px;
  padding: 16px 25px;
  text-align: center;
  text-shadow: 0 -1px 1px #1e2d4d;
  width: 210px;
  -webkit-background-clip: padding-box; }

.feature-button:hover {
  -webkit-box-shadow: inset 0 0 20px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  box-shadow: inset 0 0 20px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  cursor: pointer; }

.feature-button:active {
  -webkit-box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 2px 0 #405817, 0 4px 3px 0 #628c1d;
  box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 2px 0 #405817, 0 4px 3px 0 #628c1d;
  margin-top: 14px;
  margin-bottom: 6px; }


g#donate-box h2 {
  font-size: 25px;
  margin-bottom: 10px; }

.donate-box .togglebutton {
  transform: translateY(0px) !important; }

.donate-box .togglebutton:hover {
  transform: translateY(0px) !important;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.wp-pagenavi {
  clear: both;
  margin-bottom: 20px;
  text-align: center;
  width: auto; }

.wp-pagenavi a,
.wp-pagenavi span {
  border: 0px solid #bfbfbf !important;
  margin: 2px;
  padding: 3px 5px;
  text-decoration: none; }

.wp-pagenavi .pages {
  border: 0px solid #bfbfbf !important; }

.single-donate {
  border: 1px solid #dddddd;
  box-shadow: 0 0 25px 0 #cccccc;
  float: left;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 0 0 10px;
  width: 100%; }

.single-donate h3 {
  background: none repeat scroll 0 0 #72b823;
  color: white !important;
  font-size: 25px;
  font-weight: normal !important;
  line-height: 54px;
  margin-bottom: 15px;
  text-align: center;
  text-shadow: 1px 1px 1px #4a7b14; }

h4.divide {
  display: block;
  float: left;
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 34px;
  text-align: center;
  text-shadow: 0 0 0 #72b823;
  width: 100%; }

.single-optin {
  border: 0 solid #dddddd;
  float: left;
  padding: 0 0 30px;
  position: static;
  width: 100%; }

.single-optin h3 {
  background: none repeat scroll 0 0 #72b823;
  color: white !important;
  font-size: 25px;
  font-weight: normal !important;
  line-height: 54px;
  margin-bottom: 15px;
  text-align: center;
  text-shadow: 1px 1px 1px #4a7b14; }

.single-optin span {
  clear: none;
  display: block;
  float: left;
  margin: 0 6%;
  position: absolute;
  text-align: center;
  width: 62%;
  z-index: 999999999 !important; }

.single-optin p {
  font-size: 23px;
  line-height: 52px; }

.single-optin .feature-button {
  background: none repeat scroll 0 0 #82b52f;
  border-color: #50701c #344911 #344911 #50701c;
  border-radius: 4px;
  display: table;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 10px 1px #82b52f inset, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  float: right;
  margin-bottom: 10px !important;
  margin-left: auto !important;
  margin-right: 6%;
  margin-top: 10px !important;
  padding: 7px 20px;
  font-size: 18px;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 -1px 1px #1e2d4d;
  width: auto;
  clear: none; }

.single-donate .feature-button:hover {
  -webkit-box-shadow: inset 0 0 20px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  box-shadow: inset 0 0 20px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  cursor: pointer; }

.single-donate .feature-button:active {
  -webkit-box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 2px 0 #405817, 0 4px 3px 0 #628c1d;
  box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 2px 0 #405817, 0 4px 3px 0 #628c1d;
  margin-top: 6px;
  margin-bottom: 4px; }

.hide-icon {
  display: none !important; }

.single-optin i {
  color: #72b823;
  float: left;
  font-size: 56px;
  margin-right: 20px;
  -ms-transform: scale(1);
    /*
   * IE 9
   */
  -webkit-transform: scale(1);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.single-optin:hover i {
  -ms-transform: scale(2);
    /*
   * IE 9
   */
  -webkit-transform: scale(2);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(1.5);
  opacity: 0.5;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.after-post-optin {
  float: left;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 20px; }

.after-post-optin p {
  font-size: 19px;
  line-height: 54px; }

.after-post-optin i {
  color: #72b823;
  float: left;
  font-size: 56px;
  margin-right: 20px;
  -ms-transform: scale(1);
    /*
   * IE 9
   */
  -webkit-transform: scale(1);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.single-optin:hover i {
  -ms-transform: scale(2);
    /*
   * IE 9
   */
  -webkit-transform: scale(2);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(1.5);
  opacity: 0.5;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.single-optin .togglebutton-style {
  background: none repeat scroll 0 0 #82b52f;
  border-color: #50701c #344911 #344911 #50701c;
  border-radius: 4px;
  display: table;
  font-weight: 600;
  color: white !important;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 10px 1px #82b52f inset, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  float: right;
  margin-bottom: 10px !important;
  margin-left: auto !important;
  margin-right: 6%;
  margin-top: 10px !important;
  padding: 7px 20px;
  font-size: 18px;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 -1px 1px #1e2d4d;
  width: auto;
  clear: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.single-optin .togglebutton-style:hover {
  -webkit-box-shadow: inset 0 0 20px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  box-shadow: inset 0 0 20px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.single-optin .togglebutton-style:active {
  -webkit-box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 2px 0 #405817, 0 4px 3px 0 #628c1d;
  box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 2px 0 #405817, 0 4px 3px 0 #628c1d;
  margin-top: 14px;
  margin-bottom: 6px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.after-post-optin .feature-button {
  background: none repeat scroll 0 0 #82b52f !important;
  border-color: #50701c #344911 #344911 #50701c;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  box-shadow: 0 1px 10px 1px #82b52f inset, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  font-size: 18px !important;
  margin-top: 9px;
  margin-bottom: 10px;
  padding: 7px 20px !important;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 -1px 1px #1e2d4d;
  width: 140px; }

.after-post-optin .feature-button:hover {
  -webkit-box-shadow: inset 0 0 20px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  box-shadow: inset 0 0 20px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  cursor: pointer; }

.after-post-optin .feature-button:active {
  -webkit-box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 2px 0 #405817, 0 4px 3px 0 #628c1d;
  box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 2px 0 #405817, 0 4px 3px 0 #628c1d;
  margin-top: 6px;
  margin-bottom: 4px; }

.after-post-optin .togglebutton:hover {
  color: white;
  background: none repeat scroll 0 0 #658e23; }

.grt .headline {
  font-size: 29px;
  line-height: 37px;
  margin: 0; }

.byline {
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px 0;
  color: #888888;
  float: none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 2px;
  width: 100%;
  clear: both; }

.byline a,
.post_author,
.post_date {
  letter-spacing: 0.5px;
  text-transform: none !important;
  font-style: normal !important; }

.byline a {
  text-transform: none; }

.post_box h2,
.post_box h3 {
  color: #333333; }

.post_box {
  border-top: 0 dotted #dddddd; }

.prev_next {
  border-top: 0 solid #dddddd;
  margin-bottom: 20px; }

.prev_next a {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  border: 0px solid #72b823; }

.prev_next a:hover {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #9fce51; }

.cont-area {
  background: none repeat scroll 0 0 white;
  float: left;
  padding: 0 20px; }

.error404 .content img {
  clear: both;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%; }

.cont-area-single .content {
  background: none repeat scroll 0 0 white;
  padding: 0;
  max-width: 100%; }

.columns > .content {
  border-width: 0; }

.feature-area {
  padding: 12px;
  padding-bottom: 20px;
  background: transparent;
    /*
   * Old browsers
   */
  clear: both;
  float: none; }

.final-area {
  display: table;
  float: left;
  padding: 0;
  text-align: center;
  width: 98%; }

.final-area i {
  color: #72b823;
  float: left;
  font-size: 56px;
  margin-right: 20px;
  margin-top: -10px; }

.menu-holder {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 0 solid #82b52f;
  float: left;
  width: 100%; }

.menu-holder-bottom {
  border-bottom: 0px solid #82b52f !important;
  border-top: 0px solid #82b52f; }

.menu-holder .menu {
  border: 0px; }

.menu-holder .menu a {
  border-color: #4f762d;
  border-width: 0 0px 0 0;
  font-size: 18px;
  margin-bottom: 1px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 14px 10px;
  color: #82b52f;
  text-transform: none;
  letter-spacing: 0.5px !important;
  border-bottom: 4px solid white;
  text-transform: uppercase;
  background: white;
    /*
   * Old browsers
   */
  transform: translateY(0px); }

.menu-holder .menu .current-menu-item > a {
  background: white;
  border-bottom: 4px solid #4a7d18;
  color: #4f762d;
  cursor: text;
  transform: translateY(-10px); }

.menu-holder .menu .current-menu-item > a:hover {
  transform: translateY(0px); }

.menu-holder .menu a:hover {
  border-bottom-color: white;
  color: #4f762d;
  transform: translateY(-10px);
  background: white; }


.social-icons-flat a {
  background: none repeat scroll 0 0 white;
  color: white;
  float: left;
  font-size: 23px;
  margin-right: 1%;
  padding: 13px 0;
  text-align: center;
  width: 15%; }

.head-right .social-icons-flat a {
  background: white;
  float: left;
  font-size: 23px;
  margin-right: 2%;
  padding: 1% 0;
  text-align: center;
  width: 11%; }


.social-icons-flat a i {
  -ms-transform: scale(1);
    /*
   * IE 9
   */
  -webkit-transform: scale(1);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(1);
  opacity: 1;
  color: #72b823;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.social-icons-flat a:hover i {
  opacity: 0.3;
  -ms-transform: rotate(360deg);
    /*
   * IE 9
   */
  -webkit-transform: rotate(360deg);
    /*
   * Chrome, Safari, Opera
   */
  transform: rotate(360deg);
  -ms-transform: scale(2.5);
    /*
   * IE 9
   */
  -webkit-transform: scale(2.5);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(2.5);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.head-right #my-search i {
  -ms-transform: scale(1);
    /*
   * IE 9
   */
  -webkit-transform: scale(1);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(1);
  opacity: 1;
  color: #72b823;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: none repeat scroll 0 0 transparent;
  float: right;
  font-size: 23px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 2px;
  padding: 3px 0;
  text-align: center;
  width: 50px; }

.head-right #my-search:hover i {
  opacity: 1;
  -ms-transform: scale(1);
    /*
   * IE 9
   */
  -webkit-transform: scale(1);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }


.foot-share a {
  float: left;
  margin-right: 8px; }

.archive_intro .headline {
  margin-bottom: 27px !important; }

.donate-fields .gform_wrapper input[type="text"] {
  width: 250px !important; }

/*
 * Content
 */
.podcast-archive .columns .content {
  width: 100% !important; }

.podcast-archive .podcasts-container .post_box {
  float: left;
  margin-top: 0;
  padding: 0 !important;
  text-indent: 0px;
  width: 100% !important; }

.podcast-archive .archive_intro {
  margin-bottom: 20px; }

.podcast-number {
  clear: none;
  color: #72b823;
  float: left;
  font-size: 19px;
  line-height: 35px;
  margin-right: 10px; }

.podcast-archive .podcasts-container .post_box .headline {
  border-bottom: 0 solid #dddddd;
  clear: right;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 37px;
  margin: 0;
  padding-left: 10px;
  width: auto; }

.pf-content,
.pf-content img,
.pf-content iframe,
.pf-content object {
  max-width: 100% !important; }

.post_box {
  float: left; }

.container .content .post_box {
  padding: 26px 0 0; }

.container .columns .content .post_box {
  max-width: 97%;
  padding: 26px 26px 26px 0; }

.archive_content img {
  margin-left: 15px; }

.page-id-8968 .container .content .post_box {
  margin-bottom: 40px;
  padding: 26px 0 0; }

/*
 * Sidebar
 */
.columns > .sidebar {
  padding: 26px 0 0 10px !important;
  width: 276px; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  float: left;
  margin-bottom: 24px;
  width: 100%; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: normal;
  letter-spacing: 1px;
  margin-bottom: 10px; }

/*
 * Menu
 */
#full-width-menu {
  border-bottom: 1px solid #dddddd; }

.menu {
  border-left: 1px solid #dddddd;
  border-width: 0 0 0 1px; }

.menu a {
  background-color: transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: #111111;
  font-size: 13px;
  letter-spacing: 0.5px !important;
  line-height: 1em;
  padding: 0.75em 1em;
  text-transform: none; }

.menu a span {
  font-size: 10px;
  font-weight: 300; }

.feature-center {
  color: #222222;
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 30px;
  text-align: center;
  text-shadow: 2px 1px 0 rgba(83, 123, 56, 0.59); }

.feature-center2 {
  color: #222222;
  display: block;
  float: none;
  font-size: 25px;
  line-height: 30px;
  margin: 0 auto;
  max-width: 580px;
  padding-bottom: 40px;
  padding-top: 0;
  text-align: center; }

.feature-right ul {
  list-style: disc inside none;
  color: #444444;
  margin: 10px 0 0 10px;
  padding: 0;
  word-wrap: break-word; }

/*
 * Header
 */
.header {
  border-bottom: 0 double #dddddd;
  padding: 15px 0; }

#full-width-header {
  border-bottom: 1px solid #dddddd;
  padding: 15px 0; }

.logo {
  float: left;
  padding: 10px 0;
  width: 32%; }

.logo:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.logo img {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.logo {
  float: left;
  width: 30%; }

.logo-mini:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.logo-mini img {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.head-right {
  color: #555555;
  float: right;
  font-size: 13px;
  padding-top: 45px;
  width: 67%; }

/*
 * Feature Area
 */
#full-width-feature {
  border-bottom: 1px solid #dddddd;
  padding: 15px 0; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  color: #474747;
  font-size: 22px;
  font-variant: normal;
  letter-spacing: 1px;
  line-height: 37px;
  margin-bottom: 10px; }

/*
 * Footer
 */
.logo-mini {
  width: 100px;
  float: left; }

#full-width-footer {
  border-top: 1px solid #dddddd;
  padding-bottom: 18px; }

.footer {
  border-top: 0 double #dddddd;
  clear: both;
  float: left;
  font-size: 11px;
  margin-bottom: 8px;
  padding: 15px 5px;
  text-align: right;
  width: 98%; }

.footer-left {
  float: left;
  text-align: left;
  width: 25%; }

.footer-right {
  float: right;
  text-align: right;
  width: 66%; }

.menu_control {
  color: #72b823;
  font-size: 25px; }

#hidden-menu {
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #dddddd;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 999999999; }

#hidden-menu .menu a {
  border-bottom: 0 none;
  border-top: 0 none;
  font-size: 16px;
  margin-top: 2px;
  padding: 6px 16px; }

#hidden-menu .menu a span {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase; }

#hidden-menu .menu .current-menu-item > a {
  border-bottom-color: transparent;
  border-bottom-width: 0px;
  padding-bottom: 9px !important;
  color: #72b823; }

#hidden-menu #menu-item-54763 a {
  background: url("images/logo-singularity.png") no-repeat scroll 0 2px transparent;
  border-width: 0;
  color: #111111;
  height: 21px;
  margin-top: 2px;
  min-width: 140px;
  padding: 0.75em 1em;
  text-indent: -9999px;
  text-transform: none; }

#hidden-menu #menu-item-54763 a span {
  display: none; }

#hidden-menu #menu-item-5258 a {
  border-left: 1px solid #dddddd; }


#hidden-menu .menu {
  border: 0 none; }

/*
 * Optins
 */




.optin-rss {
  clear: both;
  float: left;
  margin-top: 10px; }

.optinboxz input[type="email"] {
  float: left;
  width: 30%;
  background: none repeat scroll 0 0 #f8f8f8;
  border: medium none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
  font-size: 0.8rem !important;
  margin-bottom: 4px;
  padding: 12px 10px !important;
  border: 1px solid #bdbdbd; }

.optinboxz input[type="email"]:focus {
  background: white;
  box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba(0, 0, 0, 0.2), 0px 5px 5px rgba(0, 0, 0, 0.15);
  outline: none; }

.optinboxz input[type="email"]::-webkit-input-placeholder {
  color: #111111; }

.optinboxz input[type="email"]:-moz-placeholder {
  color: #111111; }

.optinboxz input[type="email"]::-moz-placeholder {
  color: #111111; }

.optinboxz h3 {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.optinboxz input[type="text"] {
  float: left;
  width: 30%;
  margin-right: 3%;
  background: none repeat scroll 0 0 #f8f8f8;
  border: medium none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
  font-size: 0.8rem !important;
  margin-bottom: 4px;
  padding: 12px 10px !important;
  border: 1px solid #bdbdbd; }

.optinboxz input[type="text"]:focus {
  background: white;
  box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba(0, 0, 0, 0.2), 0px 5px 5px rgba(0, 0, 0, 0.15);
  outline: none; }

.optinboxz input[type="text"]::-webkit-input-placeholder {
  color: #111111; }

.optinboxz input[type="text"]:-moz-placeholder {
  color: #111111; }

.optinboxz input[type="text"]::-moz-placeholder {
  color: #111111; }

.search:-ms-input-placeholder {
  color: white; }

.optinboxz input[type="submit"] {
  background: none repeat scroll 0 0 #82b52f;
  border-color: #50701c #344911 #344911 #50701c;
  border-radius: 4px;
  display: table;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 10px 1px #82b52f inset, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  float: right;
  margin-bottom: 10px !important;
  margin-left: auto !important;
  margin-right: 0%;
  margin-top: 0px !important;
  padding: 7px 4px;
  font-size: 15px;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 -1px 1px #1e2d4d;
  width: auto;
  color: white;
  clear: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.optinboxz input[type="submit"]:hover {
  -webkit-box-shadow: inset 0 0 20px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  box-shadow: inset 0 0 20px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  cursor: pointer; }

.optinboxz input[type="submit"]:active {
  -webkit-box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 2px 0 #405817, 0 4px 3px 0 #628c1d;
  box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 2px 0 #405817, 0 4px 3px 0 #628c1d;
  margin-top: 6px;
  margin-bottom: 4px; }

.sidebar .optinboxz input[type="email"] {
  width: 60%; }

.extra-widgets .widget_title {
  color: #474747 !important;
  font-size: 22px !important;
  font-variant: normal;
  font-weight: 600 !important;
  letter-spacing: 1px;
  line-height: 37px !important;
  margin-bottom: 15px !important; }

/*
 * Contact Form Fields
 */
.gform_wrapper input[type="text"],
.gform_wrapper textarea {
  background: none repeat scroll 0 0 #f8f8f8;
  border: medium none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
  clear: both;
  font-size: 0.8rem !important;
  margin-bottom: 4px;
  padding: 8px 11px !important; }

.gform_wrapper input[type="text"] {
  border: 1px solid #dddddd;
  width: 95% !important; }

.gform_wrapper textarea {
  width: 570px; }

.gform_wrapper input[type="text"]:focus,
.gform_wrapper textarea:focus {
  background: white;
  box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba(0, 0, 0, 0.2), 0px 5px 5px rgba(0, 0, 0, 0.15);
  outline: none; }

.gform_body #field_1_2 {
  max-width: 420px; }

.gform_body #field_1_2 input[type="text"] {
  border: 1px solid #dddddd;
  width: 85% !important; }

.gform_body #field_1_3 {
  max-width: 420px; }

.gform_body #field_1_8 {
  max-width: 420px; }

.gform_body #field_1_12 {
  max-width: 420px; }

/*
 * Buttons
 */
.gform_wrapper input[type="submit"] {
  background: none repeat scroll 0 0 #82b52f;
  border-top: 1px solid #50701c;
  border-right: 1px solid #344911;
  border-bottom: 1px solid #344911;
  border-left: 1px solid #50701c;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  color: white;
  font: bold 20px "helvetica neue", helvetica, arial, sans-serif;
  margin-bottom: 10px;
  float: left;
  margin-top: 10px;
  padding: 16px 25px;
  text-align: center;
  text-shadow: 0 -1px 1px #1e2d4d;
  width: auto;
  -webkit-background-clip: padding-box; }

.gform_wrapper input[type="submit"]:hover {
  -webkit-box-shadow: inset 0 0 20px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  box-shadow: inset 0 0 20px 1px #82b52f, 0 1px 0 #6c9724, 0 6px 0 #405817, 0 8px 4px 1px #628c1d;
  cursor: pointer; }

.gform_wrapper input[type="submit"]:active {
  -webkit-box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 2px 0 #405817, 0 4px 3px 0 #628c1d;
  box-shadow: inset 0 1px 10px 1px #82b52f, 0 1px 0 #6c9724, 0 2px 0 #405817, 0 4px 3px 0 #628c1d;
  margin-top: 14px;
  margin-bottom: 6px; }

/*
 * Misc
 */


.donate-box li {
  height: 43px !important;
  margin-bottom: 0; }

.donate-box li a {
  background: none repeat scroll 0 0 white;
  border-bottom: 2px solid white;
  color: #72b823;
  display: block;
  font-size: 21px;
  padding: 10px 5px;
  width: 100%; }

.donate-box li a:hover {
  text-decoration: none; }

.donate-box li button {
  background: white none repeat scroll 0 0 !important;
  border-color: white !important;
  border-image: none !important;
  border-style: none none solid !important;
  border-width: 0 0 2px !important;
  color: #72b823 !important;
  display: block !important;
  font-size: 21px !important;
  padding: 10px 2px !important;
  text-align: left !important;
  width: 100% !important;
  font-family: "Source Sans Pro" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: underline !important; }

.donate-box li button {
  border-bottom: 2px solid white; }


.donate-box li a i.left-i {
  float: left;
  font-size: 31px;
  line-height: 19px;
  margin-right: 20px;
  margin-left: 2px;
  margin-top: 3px;
  -ms-transform: scale(1);
    /*
   * IE 9
   */
  -webkit-transform: scale(1);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #72b823; }

.donate-box li a:hover i.left-i {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-transform: scale(1.6);
    /*
   * IE 9
   */
  -webkit-transform: scale(1.6);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(1.6); }


.donate-box li button i.left-i {
  color: #72b823;
  float: left;
  font-size: 31px;
  line-height: 19px;
  margin-right: 0;
  margin-top: 3px;
  -ms-transform: scale(1);
    /*
   * IE 9
   */
  -webkit-transform: scale(1);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.donate-box li button:hover i.left-i {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-transform: scale(1.6);
    /*
   * IE 9
   */
  -webkit-transform: scale(1.6);
    /*
   * Chrome, Safari, Opera
   */
  transform: scale(1.6); }

.donate-box li .fa-btc {
  letter-spacing: 4px;
  margin-left: 6px;
  margin-right: 12px !important;
  margin-top: 2px !important; }

.donate-box li a i.right-i {
  float: right;
  font-size: 13px;
  line-height: 19px;
  margin-right: 50px;
  margin-top: 4px;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.donate-box li a:hover i.right-i {
  opacity: 1;
  font-size: 31px;
  margin-right: 20px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.donate-box li a span {
  font-size: 17px;
  line-height: 25px; }

.donate-box li button i.right-i {
  float: right;
  font-size: 13px;
  line-height: 19px;
  margin-right: 50px;
  margin-top: 4px;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.donate-box li button:hover i.right-i {
  opacity: 1;
  font-size: 31px;
  margin-right: 20px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.donate-box li button span {
  float: left;
  font-family: source sans pro;
  font-size: 16px;
  line-height: 12px;
  margin-left: 9px;
  margin-top: 6px; }

.no-sidebars .cont-area {
  clear: both;
  float: none; }

/*
 * tabbed widgets
 */
div.simple-tabs-container .tabbed-widgettitle {
  display: none; }

div.simple-tabs-container ul.simple-tabs-nav > li {
  font-family: oswald; }

div.simple-tabs-container .simple-tabs-nav .active-tab {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 4px solid #4a7d18;
  color: #558e17;
  transform: translateY(-10px); }

div.simple-tabs-container .simple-tabs-nav .inactive-tab {
  transform: translateY(0px); }

div.simple-tabs-container .simple-tabs-nav .inactive-tab:hover {
  color: #558e17;
  transform: translateY(-10px); }

div.simple-tabs-container .simple-tabs-nav .inactive-tab,
div.simple-tabs-container .simple-tabs-nav .inactive-tab:hover,
div.simple-tabs-container .tabbed-widget-area a,
div.simple-tabs-container .tabbed-widget-area a:hover,
.menu-holder .menu a,
.menu-holder .menu a:hover,
a,
a:hover {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

div.simple-tabs-container ul.simple-tabs-nav > li > span {
  cursor: pointer;
  margin: 0;
  padding: 5px 8px !important; }

.simple-tabs-nav {
  background: none repeat scroll 0 0 white;
  border-bottom: 0 solid #72b823;
  color: #72b823; }

.simple-tabs-nav li {
  color: #72b823;
  display: block;
  float: left;
  font-size: 16px;
  padding: 15px 0 !important; }

div.simple-tabs-container {
  background: none repeat scroll 0 0 white !important; }


div.simple-tabs-container .tabbed-widget-area li {
  margin-bottom: 0; }

div.simple-tabs-container > div.simple-tab {
  padding: 0 !important; }

div.simple-tabs-container .tabbed-widget-area .tabbed-widget {
  margin-bottom: 0; }

div.simple-tabs-container .tabbed-widget-area .tabbed-widget ul {
  margin-bottom: 0; }

div.simple-tabs-container .tabbed-widget-area a {
  border-bottom: 0 solid #f7f1f1;
  border-top: 0 solid #fff8f8;
  display: block;
  font-size: 14px;
  padding: 12px 5%;
  text-decoration: none;
  width: 90%; }

div.simple-tabs-container .tabbed-widget-area a:hover {
  background: #eeeeee;
  color: #72b823;
  text-decoration: none; }

.cat-post-widget ul li {
  border-bottom: 0 solid #cccccc !important;
  list-style: none outside none !important;
  margin: 0 !important; }

.cat-post-widget .post-title {
  font-size: 14px !important;
  font-weight: normal !important;
  margin: 0 !important; }

/*
 * Responsive Facebook Fanbox
 */
.fb-wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  float: left;
  clear: both; }

/*
 * Social Icons (follow)
 */
#socialicons a img {
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-top: 5px;
  width: 40px; }

#socialicons {
  width: 100%;
  clear: both;
  float: left; }

.footer a {
  color: #72b823; }

.content .mejs-container .mejs-controls {
  background: none repeat scroll 0 0 #72b823; }

.content .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: none repeat scroll 0 0 #8dd440; }

.content .mejs-controls .mejs-time-rail .mejs-time-current {
  background: none repeat scroll 0 0 #55970c; }

.content .mejs-container {
  margin-bottom: 30px; }

.content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: none repeat scroll 0 0 #8dd440; }

.content .mejs-controls .mejs-time-rail .mejs-time-total {
  background: none repeat scroll 0 0 #8dd440; }

.content .wp-playlist {
  border: 0 solid #cccccc;
  font-size: 14px;
  line-height: 1.5;
  margin: 12px 0 30px;
  padding: 0; }

.post_box blockquote.block-1 {
  border-left: 5px solid #72b823; }

.post_box blockquote.block-2 {
  border-left: 5px solid #eeeeee; }

.no-sidebars .container .content .post_box {
  width: 100%; }

#mc_embed_signup div.mce_inline_error {
  background-color: rgba(106, 5, 5, 0.62) !important;
  clear: both;
  color: white;
  font-weight: bold;
  left: 0;
  margin: 0 0 1em;
  padding: 5px 10px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1; }

.smart-podcast-player {
  margin-bottom: 80px !important; }

.section-titles {
  color: #333333 !important;
  font-size: 24px !important;
  font-weight: 500 !important; }

/*
 * .blog .home-posts .left, .blog .alignleft, img[align="left"] {
 * display: block;
 * float: left;
 * margin-right: 15px;
 * width: 150px;
 * }
 */
.blog .home-posts .left,
.blog .alignleft,
img[align="left"] {
  display: block;
  float: left;
  margin-right: 15px;
  max-height: 200px;
  max-width: 200px;
  width: auto; }

#spMainContainer {
  background: none repeat scroll 0 0 transparent !important;
  border: 0px !important; }

#spMainContainer .spHeaderName {
  color: #72b823 !important; }

#spMainContainer .spGroupForumSection.spEven,
#spMainContainer .spForumTopicSection.spEven,
#spMainContainer .spTopicListSection.spEven,
#spMainContainer .spMemberListSection.spEven {
  background: none repeat scroll 0 0 transparent !important;
  border-color: #72b823 !important;
  border-image: none !important;
  border-radius: 0 !important;
  border-style: solid none none !important;
  border-width: 1px 0 0 !important;
  margin-bottom: 0px !important; }

#spMainContainer .spGroupForumSection.spOdd,
#spMainContainer .spForumTopicSection.spOdd,
#spMainContainer .spTopicListSection.spOdd,
#spMainContainer .spMemberListSection.spOdd {
  background: none repeat scroll 0 0 transparent !important;
  border-color: #72b823 !important;
  border-image: none !important;
  border-radius: 0 !important;
  border-style: solid none none !important;
  border-width: 1px 0 0 !important;
  margin-bottom: 0px !important; }

#spMainContainer .spGroupForumSection.spEven:hover,
#spMainContainer .spForumTopicSection.spEven:hover,
#spMainContainer .spTopicListSection.spEven:hover,
#spMainContainer .spMemberListSection.spEven:hover {
  background: #f0ffd4 !important;
  border-color: #72b823 !important;
  border-image: none !important;
  border-radius: 0 !important;
  border-style: solid none none !important;
  border-width: 1px 0 0 !important; }

#spMainContainer .spGroupForumSection.spOdd:hover,
#spMainContainer .spForumTopicSection.spOdd:hover,
#spMainContainer .spTopicListSection.spOdd:hover,
#spMainContainer .spMemberListSection.spOdd:hover {
  background: #f0ffd4 !important;
  border-color: #72b823 !important;
  border-image: none !important;
  border-radius: 0 !important;
  border-style: solid none none !important;
  border-width: 1px 0 0 !important; }

#spMainContainer .spListSection {
  background: none repeat scroll 0 0 transparent !important; }

#spMainContainer .spGroupViewSection,
#spMainContainer .spForumViewSection,
#spMainContainer .spTopicViewSection,
#spMainContainer .spTopicListSection,
#spMainContainer .spMemberGroupsSection {
  background: none repeat scroll 0 0 white !important;
  border: 1px solid #72b823 !important; }

#spMainContainer .spMemberGroupsSection {
  background: none repeat scroll 0 0 #628a68 !important;
  border: 1px solid #72b823 !important; }

#spMainContainer a.spButton {
  background: none repeat scroll 0 0 #72b823 !important;
  border: 1px solid #7aa07e !important;
  color: white !important; }

#spMainContainer .spButtonAsLabel {
  background: none repeat scroll 0 0 #72b823 !important;
  border: 1px solid #7aa07e !important;
  color: white !important; }

#spMainContainer .spGroupViewSection,
#spMainContainer .spForumViewSection,
#spMainContainer .spTopicViewSection,
#spMainContainer .spTopicListSection,
#spMainContainer .spMemberGroupsSection {
  margin: 0 5px 61px !important; }

#spMainContainer .spNewMembers,
#spMainContainer .spModerators {
  border-bottom: 1px solid #72b823 !important; }

#spMainContainer .spNewMembers {
  border-top: 1px solid #72b823 !important; }

#spMainContainer .spStatsSection {
  background: none repeat scroll 0 0 transparent !important;
  border: 1px solid #72b823 !important; }

#spMainContainer textarea.spControl,
#spMainContainer select.spControl,
#spMainContainer input.spControl {
  border: 1px solid #72b823 !important; }

#spMainContainer #spQuickLinksTopic,
#spMainContainer #spQuickLinksForum {
  border: 1px solid #72b823 !important; }

#spMainContainer #spQuickLinksTopic .dd .ddChild,
#spMainContainer #spQuickLinksForum .dd .ddChild {
  background: none repeat scroll 0 0 white !important; }

#spMainContainer #spQuickLinksTopic .dd .ddChild a.selected,
#spMainContainer #spQuickLinksForum .dd .ddChild a.selected {
  background: none repeat scroll 0 0 white !important;
  border: 0 none !important;
  border-radius: 0px !important;
  color: #72b823 !important; }

#spMainContainer #spQuickLinksTopic .dd .ddChild a:hover,
#spMainContainer #spQuickLinksForum .dd .ddChild a:hover {
  color: white !important;
  background: #72b823 !important; }

#spMainContainer .spTopicPostSection.spOdd {
  background: none repeat scroll 0 0 transparent !important;
  border: 1px solid #72b823 !important;
  color: #444444 !important; }

#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent {
  border-top: 1px solid #72b823 !important; }

#spMainContainer a.spRowName {
  color: #72b823 !important; }

#spMainContainer .spMessage {
  background: none repeat scroll 0 0 transparent !important;
  border: 0 solid #518357 !important; }

.page-id-8968 .headline_area {
  margin-bottom: 0; }

.pf-content h2 {
  margin-top: 0 !important;
  font-size: 29px;
  line-height: 37px;
  font-family: Oswald !important;
  font-style: normal !important;
  font-weight: 400 !important; }

.pf-content h2 img {
  display: none !important; }




.video-content iframe,
.video-content video,
.video-content embed,
.video-content object {
  display: block;
  float: left;
  max-width: 100%;
  width: 100%; }

.podcast-archive .container .content .post_box {
  border: 0 none !important; }

.content .donor-title {
  clear: both;
  float: left;
  margin-bottom: 40px !important;
  margin-top: 70px !important; }

.donor-table {
  clear: both;
  width: 100%; }

.donor-table-col {
  width: 18%;
  margin-right: 2%;
  float: left; }





.table-col5 {
  float: right; }

.single-donate .after-post-icon {
  font-size: 230px !important;
  left: 45px !important;
  opacity: 0.4 !important;
  position: absolute !important;
  z-index: 0 !important;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg); }

.single-donate:hover .after-post-icon {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.archive_intro {
  border-width: 0 !important; }

.zemanta-related-title {
  font-size: 25px;
  margin-bottom: 15px; }

.zemanta-article-ul {
  margin-left: 17px; }

.post_content img {
  margin-top: 7px !important; }

/*
 * -----archives-----
 */
#archivel h3 {
  margin-top: 0;
  background: url("images/bullet.png") no-repeat scroll left 2px transparent;
  font-size: 1.286em;
  line-height: 1.222em;
  margin: 1.833em 0 0.611em;
  padding-left: 27px;
  padding-top: 0; }

#archivel h2 {
  margin-top: 0;
  background: url("images/bullet.png") no-repeat scroll left 2px transparent;
  font-size: 1.286em;
  line-height: 1.222em;
  margin: 1.833em 0 0.611em;
  padding-left: 27px;
  padding-top: 0; }

#archivel2 {
  width: 100%; }

#archivel2 h3 {
  margin-top: 0;
  background: url("images/bullet.png") no-repeat scroll left 2px transparent;
  font-size: 1.286em;
  line-height: 1.222em;
  margin: 1.833em 0 0.611em;
  padding-left: 27px;
  padding-top: 0; }

#archivel2 h2 {
  margin-top: 0;
  background: url("images/bullet.png") no-repeat scroll left 2px transparent;
  font-size: 1.286em;
  line-height: 1.222em;
  margin: 1.833em 0 0.611em;
  padding-left: 27px;
  padding-top: 0; }

#archiver h3 {
  margin-top: 0;
  background: url("images/bullet.png") no-repeat scroll left 2px transparent;
  font-size: 1.286em;
  line-height: 1.222em;
  margin: 1.833em 0 0.611em;
  padding-left: 27px;
  padding-top: 0; }

#archiver h2 {
  margin-top: 0;
  background: url("images/bullet.png") no-repeat scroll left 2px transparent;
  font-size: 1.286em;
  line-height: 1.222em;
  margin: 1.833em 0 0.611em;
  padding-left: 27px;
  padding-top: 0; }

#archtags h3 {
  margin-top: 0;
  background: url("images/bullet.png") no-repeat scroll left 2px transparent;
  font-size: 1.286em;
  line-height: 1.222em;
  margin: 1.833em 0 0.611em;
  padding-left: 27px;
  padding-top: 0; }

#archtags h2 {
  margin-top: 0;
  background: url("images/bullet.png") no-repeat scroll left 2px transparent;
  font-size: 1.286em;
  line-height: 1.222em;
  margin: 1.833em 0 0.611em;
  padding-left: 27px;
  padding-top: 0; }

#archtags {
  float: left;
  width: 100%; }

#archtags ul {
  margin: 0 0 1.571em 0;
  padding-right: 10px; }

#smart-archives-block {
  margin-left: 0;
  padding-left: 0; }

#smart-archives-block li {
  border-bottom: 0 solid #dddddd;
  color: #adacac;
  font-size: 17px;
  line-height: 25px;
  list-style: none outside none;
  padding-bottom: 4px;
  padding-top: 4px; }

#smart-archives-block a {
  margin-right: 5px;
  margin-left: 5px; }

#smart-archives-block span {
  margin-right: 5px;
  margin-left: 5px; }

.archive ul {
  font-size: 0.85em; }

#archivel {
  float: left;
  width: 70%;
  padding-right: 10px; }

#archiver {
  float: right;
  width: 28%; }

#all-authors {
  clear: both;
  float: left;
  width: 100%; }

#all-authors ul {
  margin-left: 0;
  margin-top: 15px; }

#all-authors li {
  display: inline-block;
  float: left;
  list-style: outside none none;
  margin-right: 30px; }



/*
 * Media Queries
 */
@media all and (max-width: 1120px) {
  .social-icons-share {
    display: none; } }

@media all and (max-width: 1095px) {
  .bottom-optin h4 {
    margin-right: 25px;
    width: 58%; }

  .final-area i {
    width: 7%; }

  .bottom-optin .togglebutton {
    font-size: 15px;
    float: right;
    width: 25%; }

  .final-area {
    display: table;
    float: left;
    padding: 0;
    text-align: center;
    width: 90%; }

  .donor-table-col {
    float: left;
    margin-right: 2%;
    width: 31%; }

  .table-col5 {
    float: left; }

  .table-col4 {
    clear: left; }

  .head-right {
    padding-top: 26px; }

  .head-right #my-search i:hover ~ #s,
  .head-right #s:focus,
  .head-right #s:active,
  #my-search:hover #s,
  #my-search .special-search:hover + #s {
    width: 120px; } }

@media all and (max-width: 990px) {
  .podcasts-container .headline_area {
    margin-bottom: 18px !important; }

  .podcast-number {
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-right: 15px; }

  .podcast-archive .podcasts-container .post_box .headline {
    display: inline;
    float: none;
    font-size: 12px;
    line-height: 15px;
    padding-left: 0; }

  .sidebar .search-form {
    display: block;
    margin-top: 15px; }

  .sidebar #text-20 {
    display: block;
    margin-bottom: 0; }

  .sidebar .search-form .input_text {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    color: #111111;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1em;
    padding: 20px 3%;
    width: 100%; }

  .template-single .head-right #s {
    display: none; }

  .feature-center {
    font-size: 34px;
    line-height: 55px;
    margin-bottom: 43px; }

  .feature-right {
    float: right;
    width: 47%; }

  #hidden-menu {
    display: none; } }

@media all and (max-width: 917px) {
  .head-right {
    color: #555555;
    float: right;
    font-size: 13px;
    padding-top: 15px !important;
    width: auto; }

  .head-right-text {
    float: right;
    width: auto; }

  .head-right .social-icons-flat a {
    background: none repeat scroll 0 0 white;
    float: left;
    font-size: 23px;
    margin-right: 10px;
    padding: 10px 0;
    text-align: center;
    width: 45px; }

  .popupbox {
    left: 20%;
    right: 20%;
    top: 35%;
    width: 60%; }

  .header {
    border-top: 0 solid #dddddd; }

  .container .content .post_box {
    max-width: 100%; }

  .bottom-optin {
    display: inline-block;
    float: none;
    margin: 0 auto;
    padding: 34px;
    text-align: center;
    width: auto; }

  .final-area {
    clear: both;
    float: left;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%; }

  .cont-area {
    max-width: 96%;
    padding: 0 2%; }

  .head-right #my-search i {
    margin-top: 9px; }

  .head-right #s {
    margin-top: 6px; } }

@media all and (max-width: 800px) {
  .columns > .content {
    clear: both;
    float: left; }

  .menu li {
    display: table;
    float: left;
    margin-bottom: 0;
    text-align: center;
    width: auto; } }

@media all and (max-width: 655px) {
  .donate-page-middle-left {
    width: 100%;
    float: left; }

  .donate-page-middle-right {
    width: 100%;
    float: left; }

  .feature-left {
    float: left;
    margin-bottom: 25px;
    width: 100%; }

  .feature-left iframe {
    display: block;
    height: 380px !important;
    max-width: 100%;
    width: 655px !important; }

  .feature-right {
    float: left;
    width: 95%; }

  .bottom-optin h4 {
    text-align: center;
    width: 100%; } }

@media all and (max-width: 617px) {
  .page-id-55757 iframe {
    max-height: 350px; }

  .template-single .post_content iframe,
  .template-single .post_content video,
  .template-single .post_content embed,
  .template-single .post_content object {
    height: 333px; }

  .donor-table-col {
    float: left;
    margin-right: 2%;
    width: 48%; }

  .table-col5 {
    clear: left;
    float: left; }

  .table-col4 {
    clear: none; }

  .table-col3 {
    clear: left; }

  .popupbox {
    left: 10%;
    right: 10%;
    top: 35%;
    width: 80%; }

  .footer {
    width: 95%; }

  .container .columns .content .post_box {
    padding: 15px 10px; }

  .columns > .sidebar {
    border-top: 1px solid #dddddd;
    padding: 15px 10px;
    width: 100%; }

  .logo {
    float: none;
    margin: 0 auto 10px;
    text-align: center;
    width: 90%; }

  .logo img {
    display: block;
    margin: 0 auto;
    text-align: center; }

  .head-right {
    float: none;
    font-size: 13px;
    margin: 0 auto;
    padding-top: 7px;
    width: 90%; }

  .header {
    border-top: 0 solid #dddddd; }

  .head-right .social-icons-flat a {
    background: none repeat scroll 0 0 white;
    float: none;
    font-size: 23px;
    margin-right: 25px;
    min-width: 109px !important;
    padding: 2% 0;
    text-align: center;
    width: 14%; }

  .social-icons-flat {
    margin: 0 auto;
    text-align: center;
    width: auto; }

  .head-right {
    display: table;
    float: left;
    font-size: 13px;
    margin: 0 auto;
    padding-top: 7px;
    text-align: center;
    width: 100%; }

  .head-right-text {
    display: table;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: auto; }

  .bottom-optin h4 {
    margin-bottom: 20px;
    margin-right: 0px; }

  .final-area i {
    color: #72b823;
    float: none;
    font-size: 123px;
    margin-bottom: 10px;
    margin-right: 0px;
    width: auto;
    margin-top: -10px; }

  .bottom-optin .togglebutton {
    clear: both;
    float: none;
    margin: 10px auto;
    padding: 6px 5px;
    font-size: 15px;
    width: auto; }

  .single-optin p {
    font-size: 20px;
    line-height: 28px; }

  .single-optin .togglebutton-style,
  .single-optin .feature-button {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px !important;
    margin-left: auto !important;
    margin-right: 4%;
    margin-top: 10px !important;
    padding: 12px 0 !important;
    width: 25% !important; }

  .spRowIcon {
    display: none !important; }

  .gform_wrapper {
    margin: 2 0;
    max-width: 95%; }

  .head-search {
    display: block; }

  .head-right #s {
    border: 1px solid #dbd9d9 !important;
    float: left;
    font-size: 19px;
    line-height: 1.5em;
    margin: 2% 5%;
    padding: 8px 2% !important;
    visibility: visible;
    width: 90% !important; }

  #my-search {
    display: none; }

  .template-single #my-search {
    display: none; } }

@media all and (max-width: 480px) {
  .donate-page-middle-right ul.donate {
    width: 100%;
    margin-bottom: 0px; }

  .page-id-55757 iframe {
    max-height: 250px; }

  .post_author:after {
    clear: none;
    float: left;
    height: 0;
    white-space: pre;
    width: auto; }

  .template-single .post_content iframe,
  .template-single .post_content video,
  .template-single .post_content embed,
  .template-single .post_content object {
    height: 250px; }

  .feature-button {
    display: table;
    float: none;
    margin: 10px auto;
    text-align: center;
    width: 150px; }

  .feature-center {
    font-size: 27px;
    line-height: 46px;
    margin-bottom: 32px; }

  .home-posts-left {
    float: left;
    margin-bottom: 25px;
    margin-left: 5%;
    width: 95%; }

  .home-posts-right {
    float: left;
    margin-left: 5%;
    width: 95%; }

  .feature-left iframe {
    height: 280px !important; }


right: 5%;top: 35%;width: 90% !important; }