/*!
Theme Name: bft
Theme URI: http://underscores.me/
Author: Jekyll & Hyde
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bft is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/* FONT ICONS */
@font-face {
  font-family: 'bft';
  src: url('./assets/font/bft.eot?72740364');
  src: url('./assets/font/bft.eot?72740364#iefix') format('embedded-opentype'),
       url('./assets/font/bft.woff2?72740364') format('woff2'),
       url('./assets/font/bft.woff?72740364') format('woff'),
       url('./assets/font/bft.ttf?72740364') format('truetype'),
       url('./assets/font/bft.svg?72740364#bft') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bft';
    src: url('../font/bft.svg?72740364#bft') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "bft";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-print:before { content: '\e800'; } /* '' */
.icon-mail:before { content: '\e801'; } /* '' */
.icon-search:before { content: '\e802'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-comment:before { content: '\f0e5'; } /* '' */

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
ins {
	background:transparent;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

.widget_text a img {
	display:block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin:0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments {
	margin-bottom:2em;
}
#load-comments {
	width:100%;
	padding:1em;
	font-size:1.25em;
	border:0;
	background:#f4f4f4;
	color:#999;
	box-shadow:0 2px 0 #ddd;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




.container {
	max-width:1160px;
	padding:0 20px;
	margin:0 auto;
}


/* HEADER */
#masthead {
	background:#000;
	position:relative;
}
#masthead .container {
	padding:15px 20px;
}
#site-logo img,
#bft img {
	display:block;
	max-height:54px;
}
#bft {
	flex:1;
}
#site-logo:hover img {
	filter: brightness(0.25) saturate(50);
}
#masthead nav {
	font-size:1.5em;
}
#masthead nav ul {
	display:flex;
}
#masthead nav ul li.nav-link {
	margin-left:1em;
}
#masthead nav ul li.nav-link a {
	padding:0.7em 0.7em 0.5em;
	line-height:1;
	color:#fff;
	flex:0;
	border-radius:3px;
}
#masthead nav ul li.nav-link a:hover {
	color:#000;
	background:#fff;
}

#podcast-callout {
	display:none;
	background:#222;
	color:#aaa;
	padding:0.5em 1em;
	overflow:auto;
	text-decoration:none;
	position:relative;
}
#podcast-callout:hover {
	background:#ffcc00;
	color:#fff;
}
#podcast-callout img {
	max-width:3em;
	display:block;
	float:left;
}
#podcast-callout span {
	display:block;
	position:absolute;
	top:50%;
	left:5em;
	right:1em;
	transform:translateY(-50%);
}
#podcast-callout strong {
	color:#fff;
}

#content .container {
	display:flex;
}
#content #primary {
	max-width:100%;
	margin-top:2em;
	margin-right:50px;
	flex:0 1 770px;
}
#content #primary.content-area-wide {
	flex:0 1 100%;
	margin-right:0;
	text-align:center;
}
#content #primary.content-area-wide .entry-title {
	margin:0.2em auto;
}
#content #secondary {
	flex:0 0 300px;
}
.um-page-user .entry-header,
.um-page-account .entry-header {
	display:none;
}


.preview {
	display:block;
	overflow:auto;
	margin:1.5em 0;
	/*float:left;
	width:50%;*/
}
/*
.preview:nth-child(odd){
	clear:left;
}
*/
.preview-thumb {
	float:left;
	width:25%;
	margin-right:3%;
}
.preview-thumb img {
	display:block;
	max-width:100%;
}
.preview-content {
	margin-left:28%;
}
.preview-content h2 {
	margin:0 0 0.5em;
	font-size:1.2em;
}
.preview-content h2 a {
	/*color:inherit;
	text-decoration:none;*/
}
.excerpt {
	margin:0.5em 0 0 ;
}

/* Main Content */
.page-title {
	margin-top:0;
}

/* Main Story */
.entry-title,
.page-title {
	color:#000;
	font-size:3em;
	line-height:1.2;
	margin:0;
}
.original {
	font-size:0.8em;
	font-style:italic;
	background:#f1f1f1;
	color:#999;
	padding:1em;
}
.original a { color:#777; }
.entry-image {
	margin:1em 0;
}
.entry-image img {
	width:100%;
	max-width:100%;
	display:block;
}

.entry-share {
	display:flex;
	margin:2em 0 1em;
}
.entry-share a {
	display:block;
	background:#eee;
	flex:1;
	padding:0.6em 0.5em 0.5em;
	text-decoration:none;
	text-align:center;
	transition:opacity 400ms;
	color:#444;
}
.entry-share:hover a {
	opacity:0.5;
}
.entry-share:hover a:hover {
	opacity:1;
}
.entry-share .share-facebook {
	color:#fff;
	background:#3B5998;
}
.entry-share .share-twitter {
	color:#fff;
	background:#1DA1F2;
}
.entry-share .share-print,
.entry-share .share-email {
	flex:0 1 4em;
}

.entry-content iframe {
	margin-left:auto;
	margin-right:auto;
}
.entry-content img {
	max-width:100% !important;
	height:auto !important;
	/*width:100%;*/
}
.entry-content a.breakit {
	/* prevent long URLs from creating gutters on mobile */
	word-break:break-all;
}

/* SIDEBAR */
/* popular posts */
.popular-posts .widget-title {
	margin:0.5em 0;
}
ul.wpp-list {
	list-style:none;
	margin:0;
	padding:0;
}
ul.wpp-list li {
	font-size:0.8em;
	border-bottom:1px solid #ccc;
	padding:1em 0.5em;
}
ul.wpp-list li:last-child {
	border-bottom:0;
}
ul.wpp-list li.current {
	background:#fffbed;
	color:#743b00;
}
ul.wpp-list a {
	color:inherit;
	text-decoration:none;
}
ul.wpp-list a:hover {
	color:#02a;
}
ul.wpp-list li.current a:hover {
	color:inherit;
}
ul.wpp-list .wpp-thumbnail {
	width:40px;
	height:38px;
}
ul.wpp-list .wpp-post-title {
	margin-left:55px;
	display:block;
}

ul.recent-posts {
	list-style:none;
	margin:0;
	padding:0;
}
ul.recent-posts li.recent-post {
	border-bottom:1px solid #ccc;
	padding:1em 0;
	font-size:0.8em;
}
ul.recent-posts li.recent-post:last-child {
	border-bottom:0;
}
ul.recent-posts li.recent-post a {
	color:inherit;
	text-decoration:none;
}
ul.recent-posts li.recent-post a:hover {
	color:#02a;
}
ul.recent-posts li.recent-post .post-title {
	margin-left:55px;
	display:block;
}
ul.recent-posts li.recent-post .post-thumbnail {
	width:40px;
	height:38px;
	display:block;
	float:left;
	background-size:100%;
}
.ai-sticky,
.ai-sticky-widget {
	position:sticky;
	top:1em;
}
.admin-bar #secondary .ai-sticky,
.admin-bar #secondary .ai-sticky-widget {
	top:3em;
}

a.sidebar-btn {
	background:#ffcc00;
	box-shadow:0 2px 0 #f28d00;
	color:#fff;
	font-weight:600;
	text-shadow:0 -1px 0 #f28d00;
	border-radius:3px;
	display:block;
	padding:0.5em 1em;
	text-align:center;
	text-decoration:none;
	font-size:1.2em;
	max-width:300px;
}
a.sidebar-btn:active {
	background:#f28d00;
	box-shadow:none;
	position:relative;
	bottom:-2px;
}


/* CRP Related */
.crp_related {
	display:block;
}
.crp_related ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:auto;
}
.crp_related ul li {
	display:block;
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
}
.crp_related ul li:nth-child(3n){
	margin-right:0;
}
.crp_related ul li:nth-child(3n+1){
	clear:left;
}
.crp_related ul li img {
	width:100%;
	display:block;
}
.crp_related ul li a {
	text-decoration:none;
	color:#000;
	font-weight:600;
}
.crp_related ul li a:hover {
	text-decoration:underline;
}
.crp_related ul li .crp_title {
	display:block;
	margin-top:0.6em;
}
.crp_related ul li .crp_title a {
	color:#000;
	font-weight:600;
	font-size:0.8em;
}
@media screen and (max-width:520px){
	.crp_related ul li {
		width:49%;
	}
	.crp_related ul li:nth-child(3n){
		margin-right:2%;
	}
	.crp_related ul li:nth-child(3n+1){
		clear:none;
	}
	.crp_related ul li:nth-child(2n){
		margin-right:0;
	}
	.crp_related ul li:nth-child(2n+1){
		clear:left;
	}
}


/* FOOTER */
#colophon {
	margin-top:4em;
	background:#222;
	color:#aaa;
	padding:3em 0;
	font-size:0.8em;
}
#colophon .container {
	display:flex;
}
#colophon a {
	color:#ccc;
}
.footer-menu {
	flex:1;
}
.footer-menu p {
	margin:0;
}
.footer-menu img {
	max-width:10em;
}
.footer-menu ul {
	padding:0;
	margin:1em 0 0;
	list-style:none;
}
.footer-menu ul li {
	margin:0.5em 1em 0.5em 0;
	display:inline-block;
}

.footer-text {
	text-align:center;
	margin-top:4em;
}
#colophon a.social {
	display:block;
	padding:0.5em 1em;
	color:#fff;
	text-decoration:none;
	margin-bottom:0.5em;
	border-radius:2px;
}
.social-facebook {
	background:#3B5998;
}
.social-twitter {
	background:#1DA1F2;
}


/* HOME */
.home-preview {
	background-size:100%;
	background-size:cover;
}
.home-preview .entry-meta {
	opacity:0.7;
}
.post-preview {
	width:49%;
	float:left;
	margin-right:2%;
	background-position:center center;
	margin-bottom:2%;
}
.post-preview .overlay {
	position:relative;
	height:18em;
}
.post-preview header {
	position:absolute;
	bottom:1.5em;
	left:1.5em;
	right:1.5em;
}
.post-preview h2 {
	font-size:1.2em;
}
.post-preview:nth-child(even){
	margin-right:0;
}
.post-preview:nth-child(odd){
	clear:left;
}
.home-preview .overlay {
	padding:8em 1.5em 1.5em;
	color:#fff;
	text-shadow:0 2px 1px #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0.1+0,0.75+67 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.75) 67%, rgba(0,0,0,0.75) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.75) 67%,rgba(0,0,0,0.75) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.75) 67%,rgba(0,0,0,0.75) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
}
.home-preview .prehead {
	margin:0 0 0.5em;
	opacity:0.7;
	text-transform:uppercase;
	font-weight:600;
}
.home-preview h2 {
	margin-top:0;
}
.home-preview a {
	color:#fff;
	text-decoration:none;
}
.home-preview a:hover {
	text-decoration:underline;
}
.home-preview p:last-child {
	margin-bottom:0;
}

.more-info-links {
	clear:left;
}
.more-info-links a,
.nav-links a {
	background:#eee;
	display:block;
	padding:0.8em 0.8em 0.7em;
	color:#000;
	text-decoration:none;
	text-align:center;
}
.more-info-links a:hover,
.nav-links a:hover {
	color:#fff;
	background:#fc0;
}

/* SEARCH */

#search {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:4em;
	background:rgba(20,20,20,0.94);
}
#centerall {
	width:45em;
	margin:0 auto;
	position:fixed;
	top:25%;
	left:50%;
	transform:translate(-50%, -50%);
}
#search-bar {
	display:flex;
}
#search-bar input {
	flex:1;
}
#search-bar input,
#search-bar button {
	font-size:1.5em;
	padding:1em;
}
#search-bar button {
	background:#ffcc00;
	color:#fff;
	border:0;
}
.search-header {
	text-align:center;
	font-size:1.5em;
	color:#888;
}
#close-search {
	position:absolute;
	top:20px;
	right:20px;
	width:50px;
	height:50px;
	text-indent:-999em;
}
#close-search:before,
#close-search:after {
	content:'';
	display:block;
	height:2px;
	width:50px;
	background:#fff;
	position:absolute;
	top:50%;
	left:0;
	transform:rotateZ(-45deg);
}
#close-search:after {
	transform:rotateZ(45deg);
}

@media screen and (max-width:750px){
	#search-bar input,
	#search-bar button {
		font-size:1em;
	}
	#centerall {
		max-width:90%;
	}
}

/* ABOUT PAGE */
.host {
	display:block;
	float:left;
	text-align:center;
	width:14em;
	margin-right:2em;
	color:inherit;
	text-decoration:none;
}
.host-avatar {
	width:100%;
	padding-bottom:100%;
	background-size:cover;
	border-radius:50%;
}
.host-name {
	font-size:1.5em;
}

.social-account {
	display:inline-block;
	border-radius:0.2em;
	padding:0.7em 1em 0.6em;
	margin-right:0.5em;
	margin-bottom:0.5em;
	color:#fff !important;
	text-decoration:none;
}

/* SEARCH RESULTS */
body.search .entry-header h2 {
	font-size:1.5em;
	margin-bottom:0.25em;
}
body.search .post-thumbnail {
	float:left;
	margin-top:5px;
}
body.search .post-thumbnail img {
	width:14vw;
	margin-right:2vw;
}
body.search .entry-summary {
	margin-left:16vw;
}
body.search .entry-summary p {
	margin-top:0;
}
body.search .hentry {
	margin:1em 0;
	overflow:auto;
}
body.search .entry-footer {
	display:none;
}

.powerpress_player {
	margin:1em 0;
}

.episode-guest {
	width:30%;
	padding-bottom:30%;
	border-radius:50%;
	background-size:cover;
	background-position:50% 50%;
	float:left;
	margin:0 2em 1em 0;
}

@media screen and (max-width:750px){
	.episode-preview h2 {
		font-size:1.2em;
	}
	.post-preview h2 {
		font-size:1.2em;
	}
	.post-preview {
		width:auto;
		float:none;
		margin-right:0;
	}
	.episode-preview .overlay {
		padding-top:1.5em;
	}
}
@media screen and (max-width:900px){
	#content .container {
		display:block;
	}
	#content #primary {
		margin-right:0;
	}
	#content #secondary {
		margin-top:2em;
	}
	#colophon {
		margin-top:0;
	}
	#podcast-callout {
		display:block;
	}
	.container{
		padding:0 10px;
	}
	#content #primary {
		margin-top:1.5em 0;
	}
	body.search .post-thumbnail img {
		width:25vw;
		margin-right:5vw;
	}
	body.search .entry-summary {
		margin-left:0;
	}
}
@media screen and (max-width:500px){
	.entry-title, .page-title {
		font-size:8vw;
	}
	.optional {
		display:none;
	}
	.entry-share {
		margin:1em 0;
	}
	.entry-share .share-print,
	.entry-share .share-email {
		flex:0 1 2.5em;
	}
	span.posted-on {
 	   font-size: 0.85em;
	}
}
@media screen and (max-width:400px){
	#colophon .container {
		display:block;
		text-align:center;
	}
	.footer-menu {
		margin-bottom:1em;
	}
	.footer-menu ul li {
		display:inline-block;
		margin:0.5em;
	}
}

/* FORMS */
.mc4wp-form {
	max-width:30em;
}
.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"] {
	width:100%;
	padding:0.5em 0.75em;
}
.mc4wp-form label {
	display:block;
	font-weight:600;
	text-transform:uppercase;
	font-size:0.8em;
	margin-bottom:0.5em;
	color:#999;
}
.mc4wp-form button,
.mc4wp-form input[type="submit"] {
	background:#fc0;
	color:#fff;
	border:0;
	border-radius:3px;
	padding:1em 1.5em;
	font-size:1em;
	text-shadow:0 -1px #f28d00;
	box-shadow:0 2px 0 #f28d00;
}
.mc4wp-alert {
	font-weight:600;
}
.mc4wp-error {
	color:#a10;
}
.mc4wp-success {
	color:#0a0;
}

/* MOBILE MENU */
#menu-open {
	display:none;
	width:54px;
	height:54px;
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
}
#menu-open .label {
	text-indent:-999em;
	display:none;
}
#menu-open .ico {
	display:block;
	height:3px;
	width:100%;
	background:#fff;
	position:absolute;
	left:0;
	top:48%;
	transition:transform 200ms;
}
#menu-open .i1 {
	transform:translateY(-600%);
}
#menu-open .i2 {
	
}
#menu-open .i3 {
	transform:translateY(600%);
}
nav.menu-open #menu-open .i1,
nav.menu-open #menu-open .i3 {
	transform:rotateZ(45deg);
}
nav.menu-open #menu-open .i2 {
	transform:rotateZ(-45deg);
}
@media screen and (max-width:770px) and (min-width:621px){
	#masthead nav {
		font-size:1.2em;
	}
	#masthead nav ul li.nav-link a {
		padding: 1em 0.75em 0.75em;
	}
	#masthead nav ul li.nav-link {
		margin-left:0.5em;
	}
}
@media screen and (max-width:620px){
	#masthead nav ul {
		display:block;
	}
	#bft img {
		margin:0;
	}
	.main-navigation li {
		float:none;
		display:block;
		text-align:center;
	}
	#masthead nav ul li.nav-link {
		margin:0;
		display:none;
	}
	#masthead nav ul li.nav-link:nth-child(2) {
		margin-top:0.5em;
	}
	#masthead nav.menu-open ul li.nav-link {
		display:block;
	}
	#menu-open {
		display:block;
	}
	.home-preview .excerpt {
		font-size:0.8em;
	}
}




@media print {
	#masthead, #secondary, .entry-share, #colophon, #taboola-below-article-thumbnails, .crp_related, ins.adsbygoogle {
		display:none;
	}
	#content .container {
		display:block;
	}
	#content #primary {
		margin-right:0;
		flex:0;
	}
}