/**
 * Theme Name: WordPress.org Support
 * Theme URI: http://wordpress.org/
 * Author: WordPress.org
 * Author URI: http://wordpress.org/
 * Description: A theme for the Support section of wordpress.org sites
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: WordPress, bbPress, Support, Forums
 * Text Domain: wporg-support
 */
/**
 * 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.
 */
/* Sass is good */
/*--------------------------------------------------------------
# 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;
}

p {
	word-wrap: break-word;
}

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;
}

/*--------------------------------------------------------------
# Original Styles
--------------------------------------------------------------*/
/**
 * 1.0 General
 */
html,
body {
	background: #fff;
}

/* Override styles from bbpress.org */
body {
	text-align: left;
}

body:not(.trac):not(.home-page) #main {
	margin-top: 2rem;
}

#headline {
	background: #f7f7f7;
	border-bottom: 1px solid #dfdfdf;
}

a:hover {
	text-decoration: none;
}

/**
* 2.0 Accesibility
*/
.hidden,
#accessibility {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	background: none;
	left: -999em;
}

.screen-reader-text {
	position: absolute;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
	word-wrap: normal !important;
}

/**
* 3.0 Clearfix
*/
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/**
 * 4.0 Overrides
 */
@media only screen and (min-width: 960px) {
	.col-6 #bbpress-forums {
		margin-left: 0;
	}
}

#bbpress-forums #topic-tag h1 {
	clear: both;
	font-size: 1.5625rem;
	line-height: 1.5;
	padding-bottom: 0;
}

#bbpress-forums li.bbp-forum-info {
	width: 60%;
}

#bbpress-forums li.bbp-forum-topic-count,
#bbpress-forums li.bbp-forum-reply-count {
	width: 20%;
}

#pagebody ul.forum-info,
#pagebody ul.forum-feeds,
#pagebody ul.topic-info,
#pagebody ul.topic-tags,
#pagebody ul.topic-views,
#pagebody ul.topic-admin-links {
	margin-left: 0;
}

#pagebody ul a.feed {
	background: none;
	padding-left: 0;
}

.sidebar > div {
	margin-bottom: 22px;
}

ul#views {
	margin: 2px 0 20px;
	font-size: 12px;
}

#views li {
	list-style: none;
	display: inline;
}

.bbp-topic-header .bbp-meta .bbp-topic-permalink,
.bbp-reply-header .bbp-meta .bbp-reply-permalink {
	float: none;
	margin-left: 0;
	color: #0073aa;
}

/* Notices */
div.bbp-template-notice,
div.indicator-hint {
	background: #fff8e5;
	border: 1px solid #ffb900;
	-webkit-border-radius: 0;
	border-radius: 0;
}

div.bbp-template-notice.error,
div.bbp-template-notice.warning {
	background: #fbeaea;
	border: 1px solid #dc3232;
}

div.bbp-template-notice.updated {
	background: #ecf7ed;
}

/* Reply button */
/* Focus outline */
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
	outline: 0;
}

#bbpress-forums fieldset.bbp-form textarea:focus,
#bbpress-forums fieldset.bbp-form select:focus,
#bbpress-forums fieldset.bbp-form input:focus {
	-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
	box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
}

/* Search forms */
#bbp-search-form {
	clear: left;
	position: relative;
	margin-top: 0;
}

#bbp-search-form #bbp_search {
	width: 320px;
}

#bbp-search-form #bbp_search_submit {
	height: 1.5625rem;
}

.sidebar #ts,
.sidebar #rs {
	width: 90%;
	margin: 0 0 5px;
}

/* Sidebar */
.sidebar .forum-info li:before,
.sidebar .topic-info li:before,
.sidebar div ul li a:before {
	float: left;
	margin-right: 5px;
}

.sidebar .topic-info li.reply-count:before,
.sidebar .forum-info li.reply-count:before {
	content: "\f125";
}

.sidebar .forum-info li.topic-count:before {
	content: "\f105";
}

.sidebar .topic-info li.wp-version:before {
	content: "\f120";
}

.sidebar .topic-info li.topic-resolved:before {
	content: "\f546";
}

.sidebar li.create-topic a:before,
.sidebar li.create-reply a:before {
	content: "\f132";
}

/* Sticky topics */
#bbpress-forums ul.sticky li.bbp-topic-title a.bbp-topic-permalink:before,
#bbpress-forums ul.super-sticky li.bbp-topic-title a.bbp-topic-permalink:before {
	content: "\f109";
	color: #ffb900;
}

.bbp-forum-content ul.sticky,
.bbp-topics ul.sticky,
.bbp-topics ul.super-sticky,
.bbp-topics-front ul.super-sticky {
	background-color: #fff8e5 !important;
}

/* Closed topics */
#bbpress-forums ul.status-closed:not(.sticky) li.bbp-topic-title a.bbp-topic-permalink:before {
	content: "\f160";
	color: #bbb;
	font: normal 16px/1 'dashicons';
	margin-right: 5px;
	float: left;
	padding-top: 2px;
}

/* Resolved topics */
.topic-resolved-indicator {
	background-color: #64b450;
	color: #fff;
	position: absolute;
	padding: 4px 12px 4px 6px;
	right: -3px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.resolved:before,
.topic-resolved-indicator:before {
	content: "\f147";
	color: #64b450;
	/*#46b450;*/
	font: normal 18px/0.8 'dashicons';
	margin-right: 3px;
	position: relative;
	top: 4px;
}

.topic-resolved-indicator:before {
	color: #fff;
	font-size: 21px;
	padding-top: 0;
}

@media screen and (max-width: 480px) {
	.topic-resolved-indicator {
		padding-top: 2px;
		padding-bottom: 2px;
		top: -2rem;
		right: -1.7rem;
	}
	.topic-resolved-indicator:before {
		font-size: 19px;
	}
}

@media screen and (min-width: 960px) {
	div.content {
		width: 692px;
	}
	div.sidebar {
		width: 212px;
	}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 100%;
}

body,
button,
input,
select,
textarea {
	color: #32373c;
	font-family: "Open Sans", sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

@media screen and (min-width: 48em) {
	html {
		font-size: 1.125rem;
	}
}

h1, h2, h3, h4, .bbp-view .review-ratings .col-5 > div:first-child, h5, h6 {
	clear: both;
	font-family: inherit;
	line-height: 1.5;
	margin: 2rem 0 1rem;
}

h1 {
	font-size: 3.8146972656rem;
	font-weight: 300;
}

h1.title {
	font-size: 0.8rem;
	color: #0073aa;
	font-weight: 600;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

h2 {
	font-size: 2.44140625rem;
	font-weight: 300;
}

h3 {
	font-size: 1.5625rem;
	font-weight: 400;
}

h4, .bbp-view .review-ratings .col-5 > div:first-child {
	font-size: 1.25rem;
	border: none;
	color: #32373c;
	font-weight: 600;
	padding: 0;
}

h5 {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01rem;
	text-transform: uppercase;
}

h6 {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

p {
	margin: 1em 0;
}

p.subheading {
	color: #82878c;
	font-size: 1.25rem;
	font-weight: 300;
	margin: -0.4rem auto 2rem;
	text-align: center;
}

p.intro {
	font-size: 1.25rem;
}

p.aside {
	font-size: 0.8rem;
}

p.note {
	font-size: 0.64rem;
	letter-spacing: 0.01rem;
	max-width: 18.1898940355rem;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	box-sizing: content-box;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.8rem;
	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: 0.8rem;
}

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

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

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 http://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. */
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	margin: 0;
}

blockquote {
	background: transparent;
	border: none;
	padding: 0;
	border-left: 2px solid #eee;
	color: #82878c;
	font-style: italic;
	margin: 1rem 0;
	padding-left: 1rem;
}

blockquote cite {
	font-size: 0.8rem;
}

blockquote p {
	display: block;
	margin: 1em 0;
}

hr {
	background-color: #eee;
	border: 0;
	height: 2px;
	margin: 0 auto;
}

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;
}

.unstyled {
	padding: 0;
	margin: 0;
}

.unstyled li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta-list {
	padding: 0;
	margin: 0;
}

.meta-list li {
	list-style: none;
	margin: 0;
	padding: 0.5rem 0;
	font-size: 0.8rem;
	border-top: 1px solid #eee;
}

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

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

.notice {
	background: #fff;
	border-left: 4px solid #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin: 1em 0;
	padding: 1px 12px;
}

.notice p {
	font-size: 0.8rem;
	margin: 0.5em 0;
	padding: 2px;
}

.notice.notice-alt {
	box-shadow: none;
}

.notice.notice-large {
	padding: 10px 20px;
}

.notice.notice-success {
	border-left-color: #46b450;
}

.notice.notice-success.notice-alt {
	background-color: #ecf7ed;
}

.notice.notice-warning {
	border-left-color: #ffb900;
}

.notice.notice-warning.notice-alt {
	background-color: #fff8e5;
}

.notice.notice-error {
	border-left-color: #dc3232;
}

.notice.notice-error.notice-alt {
	background-color: #fbeaea;
}

.notice.notice-info {
	border-left-color: #00a0d2;
}

.notice.notice-info.notice-alt {
	background-color: #e5f5fa;
}

.locale-banner {
	background: #C7E8CA;
	font-size: 0.8rem;
	padding: 0.5rem;
	text-align: center;
}

@media (min-width: 67rem) {
	.locale-banner {
		margin: 1rem auto 0;
		max-width: 960px;
	}
}

/* User badges */
.by-moderator {
	box-shadow: -4px 0 0 white, -6px 0 0 #33b4ce;
}

.by-plugin-author,
.by-plugin-contributor {
	box-shadow: -4px 0 0 white, -6px 0 0 #f06723;
}

.by-theme-author,
.by-theme-contributor {
	box-shadow: -4px 0 0 white, -6px 0 0 #4e3288;
}

.author-badge {
	position: absolute;
	top: 14px;
	left: -4px;
	padding: 2px 6px;
	color: white;
	font-size: 0.6rem;
	letter-spacing: 1px;
	border-radius: 0 2px 2px 0;
}

.author-badge-moderator {
	background-color: #33b4ce;
}

.author-badge-plugin {
	background-color: #f06723;
}

.author-badge-theme {
	background-color: #4e3288;
}

.bbp-view .bbp-topics div.author-has-badge,
.bbp-search .bbp-search-results div.author-has-badge,
.bbp-user-replies-created div.author-has-badge {
	box-shadow: none;
	border-left-style: solid;
	border-left-width: 3px;
}

.bbp-view .bbp-topics .by-moderator,
.bbp-search .bbp-search-results .by-moderator,
.bbp-user-replies-created .by-moderator {
	border-left-color: #33b4ce;
}

.bbp-view .bbp-topics .by-plugin-author,
.bbp-view .bbp-topics .by-plugin-contributor,
.bbp-search .bbp-search-results .by-plugin-author,
.bbp-search .bbp-search-results .by-plugin-contributor,
.bbp-user-replies-created .by-plugin-author,
.bbp-user-replies-created .by-plugin-contributor {
	border-left-color: #f06723;
}

.bbp-view .bbp-topics .by-theme-author,
.bbp-view .bbp-topics .by-theme-contributor,
.bbp-search .bbp-search-results .by-theme-author,
.bbp-search .bbp-search-results .by-theme-contributor,
.bbp-user-replies-created .by-theme-author,
.bbp-user-replies-created .by-theme-contributor {
	border-left-color: #4e3288;
}

.bbp-view .bbp-topics .author-badge,
.bbp-search .bbp-search-results .author-badge,
.bbp-user-replies-created .author-badge {
	left: 0;
}

@media screen and (max-width: 480px) {
	.author-badge {
		top: -28px;
	}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------
  1.0 - Button Layouts
---------------------------------------------------------------------------- */
.button, #bbpress-forums .wporg-bbp-term-subscription > a,
#bbpress-forums .reviews-submit-link > .btn,
#bbpress-forums .subscription-toggle,
#bbpress-forums .favorite-toggle,
.button-primary,
#bbpress-forums fieldset.bbp-form .button.submit,
#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.submit,
#bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn,
#bbpress-forums fieldset.bbp-form .submit.subscription-toggle,
#bbpress-forums fieldset.bbp-form .submit.favorite-toggle,
.button-secondary {
	border: 1px solid;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8rem;
	height: 1.5625rem;
	line-height: 1;
	margin: 0;
	padding: 0 0.8rem;
	text-decoration: none;
	white-space: nowrap;
	-webkit-appearance: none;
}

/* Remove the dotted border on :focus and the extra padding in Firefox */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}

.button.button-large, #bbpress-forums .wporg-bbp-term-subscription > a.button-large,
#bbpress-forums .reviews-submit-link > .button-large.btn,
#bbpress-forums .button-large.subscription-toggle,
#bbpress-forums .button-large.favorite-toggle,
.button-group.button-large .button,
.button-group.button-large #bbpress-forums .wporg-bbp-term-subscription > a, #bbpress-forums
.button-group.button-large .wporg-bbp-term-subscription > a,
.button-group.button-large
#bbpress-forums .reviews-submit-link > .btn,
#bbpress-forums
.button-group.button-large .reviews-submit-link > .btn,
.button-group.button-large
#bbpress-forums .subscription-toggle,
#bbpress-forums
.button-group.button-large .subscription-toggle,
.button-group.button-large
#bbpress-forums .favorite-toggle,
#bbpress-forums
.button-group.button-large .favorite-toggle {
	height: 1.953125rem;
	line-height: 1;
	padding: 0 1rem;
}

.button.button-small, #bbpress-forums .wporg-bbp-term-subscription > a.button-small,
#bbpress-forums .reviews-submit-link > .button-small.btn,
#bbpress-forums .button-small.subscription-toggle,
#bbpress-forums .button-small.favorite-toggle,
.button-group.button-small .button,
.button-group.button-small #bbpress-forums .wporg-bbp-term-subscription > a, #bbpress-forums
.button-group.button-small .wporg-bbp-term-subscription > a,
.button-group.button-small
#bbpress-forums .reviews-submit-link > .btn,
#bbpress-forums
.button-group.button-small .reviews-submit-link > .btn,
.button-group.button-small
#bbpress-forums .subscription-toggle,
#bbpress-forums
.button-group.button-small .subscription-toggle,
.button-group.button-small
#bbpress-forums .favorite-toggle,
#bbpress-forums
.button-group.button-small .favorite-toggle {
	font-size: 0.64rem;
	height: 1.25rem;
	line-height: 1;
	padding: 0 0.5rem;
}

a.button, #bbpress-forums .wporg-bbp-term-subscription > a,
#bbpress-forums .reviews-submit-link > a.btn,
#bbpress-forums a.subscription-toggle,
#bbpress-forums a.favorite-toggle,
a.button-primary,
#bbpress-forums fieldset.bbp-form a.button.submit,
#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.submit,
#bbpress-forums fieldset.bbp-form .reviews-submit-link > a.submit.btn,
#bbpress-forums fieldset.bbp-form a.submit.subscription-toggle,
#bbpress-forums fieldset.bbp-form a.submit.favorite-toggle,
a.button-secondary {
	line-height: 1.5625rem;
}

a.button.button-large, #bbpress-forums .wporg-bbp-term-subscription > a.button-large,
#bbpress-forums .reviews-submit-link > a.button-large.btn,
#bbpress-forums a.button-large.subscription-toggle,
#bbpress-forums a.button-large.favorite-toggle,
.button-group.button-large a.button,
.button-group.button-large #bbpress-forums .wporg-bbp-term-subscription > a, #bbpress-forums
.button-group.button-large .wporg-bbp-term-subscription > a,
.button-group.button-large
#bbpress-forums .reviews-submit-link > a.btn,
#bbpress-forums
.button-group.button-large .reviews-submit-link > a.btn,
.button-group.button-large
#bbpress-forums a.subscription-toggle,
#bbpress-forums
.button-group.button-large a.subscription-toggle,
.button-group.button-large
#bbpress-forums a.favorite-toggle,
#bbpress-forums
.button-group.button-large a.favorite-toggle {
	line-height: 1.953125rem;
}

a.button.button-small, #bbpress-forums .wporg-bbp-term-subscription > a.button-small,
#bbpress-forums .reviews-submit-link > a.button-small.btn,
#bbpress-forums a.button-small.subscription-toggle,
#bbpress-forums a.button-small.favorite-toggle,
.button-group.button-small a.button,
.button-group.button-small #bbpress-forums .wporg-bbp-term-subscription > a, #bbpress-forums
.button-group.button-small .wporg-bbp-term-subscription > a,
.button-group.button-small
#bbpress-forums .reviews-submit-link > a.btn,
#bbpress-forums
.button-group.button-small .reviews-submit-link > a.btn,
.button-group.button-small
#bbpress-forums a.subscription-toggle,
#bbpress-forums
.button-group.button-small a.subscription-toggle,
.button-group.button-small
#bbpress-forums a.favorite-toggle,
#bbpress-forums
.button-group.button-small a.favorite-toggle {
	line-height: 1.25rem;
}

.button:active, #bbpress-forums .wporg-bbp-term-subscription > a:active,
#bbpress-forums .reviews-submit-link > .btn:active,
#bbpress-forums .subscription-toggle:active,
#bbpress-forums .favorite-toggle:active,
.button:focus,
#bbpress-forums .wporg-bbp-term-subscription > a:focus,
#bbpress-forums .reviews-submit-link > .btn:focus,
#bbpress-forums .subscription-toggle:focus,
#bbpress-forums .favorite-toggle:focus {
	outline: none;
}

.button.hidden, #bbpress-forums .wporg-bbp-term-subscription > a.hidden,
#bbpress-forums .reviews-submit-link > .hidden.btn,
#bbpress-forums .hidden.subscription-toggle,
#bbpress-forums .hidden.favorite-toggle {
	display: none;
}

/* Style Reset buttons as simple text links */
input[type="reset"],
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0 2px 1px;
	width: auto;
}

/* ----------------------------------------------------------------------------
  2.0 - Default Button Style
---------------------------------------------------------------------------- */
.button, #bbpress-forums .wporg-bbp-term-subscription > a,
#bbpress-forums .reviews-submit-link > .btn,
#bbpress-forums .subscription-toggle,
#bbpress-forums .favorite-toggle,
.button:visited,
#bbpress-forums .wporg-bbp-term-subscription > a:visited,
#bbpress-forums .reviews-submit-link > .btn:visited,
#bbpress-forums .subscription-toggle:visited,
#bbpress-forums .favorite-toggle:visited,
.button-secondary {
	background: #f7f7f7;
	border-color: #cccccc;
	box-shadow: 0 1px 0 #cccccc;
	color: #555;
	vertical-align: top;
}

p .button, p #bbpress-forums .wporg-bbp-term-subscription > a, #bbpress-forums p .wporg-bbp-term-subscription > a, p
#bbpress-forums .reviews-submit-link > .btn,
#bbpress-forums p .reviews-submit-link > .btn, p
#bbpress-forums .subscription-toggle,
#bbpress-forums p .subscription-toggle, p
#bbpress-forums .favorite-toggle,
#bbpress-forums p .favorite-toggle {
	vertical-align: baseline;
}

.button.hover, #bbpress-forums .wporg-bbp-term-subscription > a.hover,
#bbpress-forums .reviews-submit-link > .hover.btn,
#bbpress-forums .hover.subscription-toggle,
#bbpress-forums .hover.favorite-toggle,
.button:hover,
#bbpress-forums .wporg-bbp-term-subscription > a:hover,
#bbpress-forums .reviews-submit-link > .btn:hover,
#bbpress-forums .subscription-toggle:hover,
#bbpress-forums .favorite-toggle:hover,
.button-secondary:hover,
.button.focus,
#bbpress-forums .wporg-bbp-term-subscription > a.focus,
#bbpress-forums .reviews-submit-link > .focus.btn,
#bbpress-forums .focus.subscription-toggle,
#bbpress-forums .focus.favorite-toggle,
.button:focus,
#bbpress-forums .wporg-bbp-term-subscription > a:focus,
#bbpress-forums .reviews-submit-link > .btn:focus,
#bbpress-forums .subscription-toggle:focus,
#bbpress-forums .favorite-toggle:focus,
.button-secondary:focus {
	background: #fafafa;
	border-color: #999;
	color: #23282d;
}

.button.focus, #bbpress-forums .wporg-bbp-term-subscription > a.focus,
#bbpress-forums .reviews-submit-link > .focus.btn,
#bbpress-forums .focus.subscription-toggle,
#bbpress-forums .focus.favorite-toggle,
.button:focus,
#bbpress-forums .wporg-bbp-term-subscription > a:focus,
#bbpress-forums .reviews-submit-link > .btn:focus,
#bbpress-forums .subscription-toggle:focus,
#bbpress-forums .favorite-toggle:focus,
.button-secondary:focus,
.button-link:focus {
	border-color: #5b9dd9;
	box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
}

.button.active, #bbpress-forums .wporg-bbp-term-subscription > a.active,
#bbpress-forums .reviews-submit-link > .active.btn,
#bbpress-forums .active.subscription-toggle,
#bbpress-forums .active.favorite-toggle,
.button.active:hover,
#bbpress-forums .wporg-bbp-term-subscription > a.active:hover,
#bbpress-forums .reviews-submit-link > .active.btn:hover,
#bbpress-forums .active.subscription-toggle:hover,
#bbpress-forums .active.favorite-toggle:hover,
.button:active,
#bbpress-forums .wporg-bbp-term-subscription > a:active,
#bbpress-forums .reviews-submit-link > .btn:active,
#bbpress-forums .subscription-toggle:active,
#bbpress-forums .favorite-toggle:active,
.button-secondary:active {
	background: #eee;
	border-color: #999;
	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	transform: translateY(1px);
}

.button.active:focus, #bbpress-forums .wporg-bbp-term-subscription > a.active:focus,
#bbpress-forums .reviews-submit-link > .active.btn:focus,
#bbpress-forums .active.subscription-toggle:focus,
#bbpress-forums .active.favorite-toggle:focus {
	border-color: #5b9dd9;
	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 115, 170, 0.8);
}

.button[disabled], #bbpress-forums .wporg-bbp-term-subscription > a[disabled],
#bbpress-forums .reviews-submit-link > [disabled].btn,
#bbpress-forums [disabled].subscription-toggle,
#bbpress-forums [disabled].favorite-toggle,
.button:disabled,
#bbpress-forums .wporg-bbp-term-subscription > a:disabled,
#bbpress-forums .reviews-submit-link > .btn:disabled,
#bbpress-forums .subscription-toggle:disabled,
#bbpress-forums .favorite-toggle:disabled,
.button.disabled,
#bbpress-forums .wporg-bbp-term-subscription > a.disabled,
#bbpress-forums .reviews-submit-link > .disabled.btn,
#bbpress-forums .disabled.subscription-toggle,
#bbpress-forums .disabled.favorite-toggle,
.button-secondary[disabled],
.button-secondary:disabled,
.button-secondary.disabled,
.button-disabled {
	background: #f7f7f7 !important;
	border-color: #ddd !important;
	box-shadow: none !important;
	color: #a0a5aa !important;
	cursor: default;
	text-shadow: 0 1px 0 #fff !important;
	transform: none !important;
}

/* Buttons that look like links, for a cross of good semantics with the visual */
.button-link {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	margin: 0;
	outline: none;
	padding: 0;
}

.button-link:focus {
	outline: #5b9dd9 solid 1px;
}

/* ----------------------------------------------------------------------------
  3.0 - Primary Button Style
---------------------------------------------------------------------------- */
.button-primary, #bbpress-forums fieldset.bbp-form .button.submit, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn, #bbpress-forums fieldset.bbp-form .submit.subscription-toggle, #bbpress-forums fieldset.bbp-form .submit.favorite-toggle,
.download-button {
	background: #0085ba;
	border-color: #0073aa #006799 #006799;
	box-shadow: 0 1px 0 #006799;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}

.button-primary:visited, #bbpress-forums fieldset.bbp-form .button.submit:visited, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.submit:visited, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:visited, #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:visited, #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:visited,
.download-button:visited {
	background: #0085ba;
	border-color: #0073aa #006799 #006799;
	box-shadow: 0 1px 0 #006799;
	color: #fff;
}

.button-primary.hover, #bbpress-forums fieldset.bbp-form .hover.button.submit, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.hover.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .hover.submit.btn, #bbpress-forums fieldset.bbp-form .hover.submit.subscription-toggle, #bbpress-forums fieldset.bbp-form .hover.submit.favorite-toggle, .button-primary:hover, #bbpress-forums fieldset.bbp-form .button.submit:hover, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.submit:hover, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:hover, #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:hover, #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:hover, .button-primary.focus, #bbpress-forums fieldset.bbp-form .focus.button.submit, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.focus.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .focus.submit.btn, #bbpress-forums fieldset.bbp-form .focus.submit.subscription-toggle, #bbpress-forums fieldset.bbp-form .focus.submit.favorite-toggle, .button-primary:focus, #bbpress-forums fieldset.bbp-form .button.submit:focus, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.submit:focus, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:focus, #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:focus, #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:focus,
.download-button.hover,
.download-button:hover,
.download-button.focus,
.download-button:focus {
	background: #008ec2;
	border-color: #006799;
	box-shadow: 0 1px 0 #006799;
	color: #fff;
}

.button-primary.focus, #bbpress-forums fieldset.bbp-form .focus.button.submit, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.focus.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .focus.submit.btn, #bbpress-forums fieldset.bbp-form .focus.submit.subscription-toggle, #bbpress-forums fieldset.bbp-form .focus.submit.favorite-toggle, .button-primary:focus, #bbpress-forums fieldset.bbp-form .button.submit:focus, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.submit:focus, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:focus, #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:focus, #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:focus,
.download-button.focus,
.download-button:focus {
	box-shadow: 0 1px 0 #0073aa, 0 0 2px 1px #33b3db;
}

.button-primary.active, #bbpress-forums fieldset.bbp-form .active.button.submit, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.active.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .active.submit.btn, #bbpress-forums fieldset.bbp-form .active.submit.subscription-toggle, #bbpress-forums fieldset.bbp-form .active.submit.favorite-toggle, .button-primary.active:hover, #bbpress-forums fieldset.bbp-form .active.button.submit:hover, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.active.submit:hover, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .active.submit.btn:hover, #bbpress-forums fieldset.bbp-form .active.submit.subscription-toggle:hover, #bbpress-forums fieldset.bbp-form .active.submit.favorite-toggle:hover, .button-primary.active:focus, #bbpress-forums fieldset.bbp-form .active.button.submit:focus, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.active.submit:focus, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .active.submit.btn:focus, #bbpress-forums fieldset.bbp-form .active.submit.subscription-toggle:focus, #bbpress-forums fieldset.bbp-form .active.submit.favorite-toggle:focus, .button-primary:active, #bbpress-forums fieldset.bbp-form .button.submit:active, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.submit:active, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:active, #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:active, #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:active,
.download-button.active,
.download-button.active:hover,
.download-button.active:focus,
.download-button:active {
	background: #0073aa;
	border-color: #006799;
	box-shadow: inset 0 2px 0 #006799;
	vertical-align: top;
}

.button-primary[disabled], #bbpress-forums fieldset.bbp-form [disabled].button.submit, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a[disabled].submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > [disabled].submit.btn, #bbpress-forums fieldset.bbp-form [disabled].submit.subscription-toggle, #bbpress-forums fieldset.bbp-form [disabled].submit.favorite-toggle, .button-primary:disabled, #bbpress-forums fieldset.bbp-form .button.submit:disabled, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.submit:disabled, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .submit.btn:disabled, #bbpress-forums fieldset.bbp-form .submit.subscription-toggle:disabled, #bbpress-forums fieldset.bbp-form .submit.favorite-toggle:disabled, .button-primary.disabled, #bbpress-forums fieldset.bbp-form .disabled.button.submit, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.disabled.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .disabled.submit.btn, #bbpress-forums fieldset.bbp-form .disabled.submit.subscription-toggle, #bbpress-forums fieldset.bbp-form .disabled.submit.favorite-toggle,
.download-button[disabled],
.download-button:disabled,
.download-button.disabled {
	background: #008ec2 !important;
	border-color: #007cb2 !important;
	box-shadow: none !important;
	color: #66c6e4 !important;
	cursor: default;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
}

.button-primary.button.button-hero, #bbpress-forums fieldset.bbp-form .button.button-hero.submit, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.button-hero.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .button-hero.submit.btn, #bbpress-forums fieldset.bbp-form .button-hero.submit.subscription-toggle, #bbpress-forums fieldset.bbp-form .button-hero.submit.favorite-toggle, #bbpress-forums .wporg-bbp-term-subscription > a.button-primary.button-hero,
#bbpress-forums .reviews-submit-link > .button-primary.button-hero.btn,
#bbpress-forums .button-primary.button-hero.subscription-toggle,
#bbpress-forums .button-primary.button-hero.favorite-toggle,
.download-button.button.button-hero,
#bbpress-forums .wporg-bbp-term-subscription > a.download-button.button-hero,
#bbpress-forums .reviews-submit-link > .download-button.button-hero.btn,
#bbpress-forums .download-button.button-hero.subscription-toggle,
#bbpress-forums .download-button.button-hero.favorite-toggle {
	box-shadow: 0 2px 0 #006799;
}

.button-primary.button.button-hero.active, #bbpress-forums fieldset.bbp-form .button.button-hero.active.submit, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.button-hero.active.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .button-hero.active.submit.btn, #bbpress-forums fieldset.bbp-form .button-hero.active.submit.subscription-toggle, #bbpress-forums fieldset.bbp-form .button-hero.active.submit.favorite-toggle, #bbpress-forums .wporg-bbp-term-subscription > a.button-primary.button-hero.active,
#bbpress-forums .reviews-submit-link > .button-primary.button-hero.active.btn,
#bbpress-forums .button-primary.button-hero.active.subscription-toggle,
#bbpress-forums .button-primary.button-hero.active.favorite-toggle, .button-primary.button.button-hero.active:hover, #bbpress-forums fieldset.bbp-form .button.button-hero.active.submit:hover, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.button-hero.active.submit:hover, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .button-hero.active.submit.btn:hover, #bbpress-forums fieldset.bbp-form .button-hero.active.submit.subscription-toggle:hover, #bbpress-forums fieldset.bbp-form .button-hero.active.submit.favorite-toggle:hover, #bbpress-forums .wporg-bbp-term-subscription > a.button-primary.button-hero.active:hover,
#bbpress-forums .reviews-submit-link > .button-primary.button-hero.active.btn:hover,
#bbpress-forums .button-primary.button-hero.active.subscription-toggle:hover,
#bbpress-forums .button-primary.button-hero.active.favorite-toggle:hover, .button-primary.button.button-hero.active:focus, #bbpress-forums fieldset.bbp-form .button.button-hero.active.submit:focus, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.button-hero.active.submit:focus, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .button-hero.active.submit.btn:focus, #bbpress-forums fieldset.bbp-form .button-hero.active.submit.subscription-toggle:focus, #bbpress-forums fieldset.bbp-form .button-hero.active.submit.favorite-toggle:focus, #bbpress-forums .wporg-bbp-term-subscription > a.button-primary.button-hero.active:focus,
#bbpress-forums .reviews-submit-link > .button-primary.button-hero.active.btn:focus,
#bbpress-forums .button-primary.button-hero.active.subscription-toggle:focus,
#bbpress-forums .button-primary.button-hero.active.favorite-toggle:focus, .button-primary.button.button-hero:active, #bbpress-forums fieldset.bbp-form .button.button-hero.submit:active, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription > a.button-hero.submit:active, #bbpress-forums fieldset.bbp-form .reviews-submit-link > .button-hero.submit.btn:active, #bbpress-forums fieldset.bbp-form .button-hero.submit.subscription-toggle:active, #bbpress-forums fieldset.bbp-form .button-hero.submit.favorite-toggle:active, #bbpress-forums .wporg-bbp-term-subscription > a.button-primary.button-hero:active,
#bbpress-forums .reviews-submit-link > .button-primary.button-hero.btn:active,
#bbpress-forums .button-primary.button-hero.subscription-toggle:active,
#bbpress-forums .button-primary.button-hero.favorite-toggle:active,
.download-button.button.button-hero.active,
#bbpress-forums .wporg-bbp-term-subscription > a.download-button.button-hero.active,
#bbpress-forums .reviews-submit-link > .download-button.button-hero.active.btn,
#bbpress-forums .download-button.button-hero.active.subscription-toggle,
#bbpress-forums .download-button.button-hero.active.favorite-toggle,
.download-button.button.button-hero.active:hover,
#bbpress-forums .wporg-bbp-term-subscription > a.download-button.button-hero.active:hover,
#bbpress-forums .reviews-submit-link > .download-button.button-hero.active.btn:hover,
#bbpress-forums .download-button.button-hero.active.subscription-toggle:hover,
#bbpress-forums .download-button.button-hero.active.favorite-toggle:hover,
.download-button.button.button-hero.active:focus,
#bbpress-forums .wporg-bbp-term-subscription > a.download-button.button-hero.active:focus,
#bbpress-forums .reviews-submit-link > .download-button.button-hero.active.btn:focus,
#bbpress-forums .download-button.button-hero.active.subscription-toggle:focus,
#bbpress-forums .download-button.button-hero.active.favorite-toggle:focus,
.download-button.button.button-hero:active,
#bbpress-forums .wporg-bbp-term-subscription > a.download-button.button-hero:active,
#bbpress-forums .reviews-submit-link > .download-button.button-hero.btn:active,
#bbpress-forums .download-button.button-hero.subscription-toggle:active,
#bbpress-forums .download-button.button-hero.favorite-toggle:active {
	box-shadow: inset 0 3px 0 #006799;
}

.button-primary-disabled {
	background: #008ec2 !important;
	border-color: #007cb2 !important;
	box-shadow: none !important;
	color: #66c6e4 !important;
	cursor: default;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
}

/* ----------------------------------------------------------------------------
  4.0 - Button Groups
---------------------------------------------------------------------------- */
.button-group {
	display: inline-block;
	font-size: 0;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
}

.button-group > .button, #bbpress-forums .wporg-bbp-term-subscription.button-group > a,
#bbpress-forums .reviews-submit-link.button-group > .btn,
#bbpress-forums .button-group > .subscription-toggle,
#bbpress-forums .button-group > .favorite-toggle {
	border-radius: 0;
	display: inline-block;
	margin-right: -1px;
	z-index: 10;
}

.button-group > .button-primary, #bbpress-forums fieldset.bbp-form .button-group > .button.submit, #bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription.button-group > a.submit, #bbpress-forums fieldset.bbp-form .reviews-submit-link.button-group > .submit.btn, #bbpress-forums fieldset.bbp-form .button-group > .submit.subscription-toggle, #bbpress-forums fieldset.bbp-form .button-group > .submit.favorite-toggle {
	z-index: 100;
}

.button-group > .button:hover, #bbpress-forums .wporg-bbp-term-subscription.button-group > a:hover,
#bbpress-forums .reviews-submit-link.button-group > .btn:hover,
#bbpress-forums .button-group > .subscription-toggle:hover,
#bbpress-forums .button-group > .favorite-toggle:hover {
	z-index: 20;
}

.button-group > .button:first-child, #bbpress-forums .wporg-bbp-term-subscription.button-group > a:first-child,
#bbpress-forums .reviews-submit-link.button-group > .btn:first-child,
#bbpress-forums .button-group > .subscription-toggle:first-child,
#bbpress-forums .button-group > .favorite-toggle:first-child {
	border-radius: 3px 0 0 3px;
}

.button-group > .button:last-child, #bbpress-forums .wporg-bbp-term-subscription.button-group > a:last-child,
#bbpress-forums .reviews-submit-link.button-group > .btn:last-child,
#bbpress-forums .button-group > .subscription-toggle:last-child,
#bbpress-forums .button-group > .favorite-toggle:last-child {
	border-radius: 0 3px 3px 0;
}

.button-group > .button:focus, #bbpress-forums .wporg-bbp-term-subscription.button-group > a:focus,
#bbpress-forums .reviews-submit-link.button-group > .btn:focus,
#bbpress-forums .button-group > .subscription-toggle:focus,
#bbpress-forums .button-group > .favorite-toggle:focus {
	position: relative;
	z-index: 1;
}

/* ----------------------------------------------------------------------------
  5.0 - Responsive Button Styles
---------------------------------------------------------------------------- */
@media screen and (max-width: 48em) {
	.button, #bbpress-forums .wporg-bbp-term-subscription > a,
	#bbpress-forums .reviews-submit-link > .btn,
	#bbpress-forums .subscription-toggle,
	#bbpress-forums .favorite-toggle,
	.button.button-large,
	#bbpress-forums .wporg-bbp-term-subscription > a.button-large,
	#bbpress-forums .reviews-submit-link > .button-large.btn,
	#bbpress-forums .button-large.subscription-toggle,
	#bbpress-forums .button-large.favorite-toggle,
	.button.button-small,
	#bbpress-forums .wporg-bbp-term-subscription > a.button-small,
	#bbpress-forums .reviews-submit-link > .button-small.btn,
	#bbpress-forums .button-small.subscription-toggle,
	#bbpress-forums .button-small.favorite-toggle {
		font-size: 14px;
		height: auto;
		line-height: normal;
		margin-bottom: 4px;
		padding: 6px 14px;
		vertical-align: middle;
	}
}

/* Include margin and padding in the width calculation of input and textarea. */
input,
textarea {
	box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="radio"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
	color: #32373c;
	transition: 0.05s border-color ease-in-out;
	-webkit-appearance: none;
}

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

input[type="text"]:focus,
input[type="password"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
	border-color: #5b9dd9;
	box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
}

/* rtl:ignore */
input[type="email"],
input[type="url"] {
	direction: ltr;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"] {
	padding: 6px 10px;
}

/* Vertically align the number selector with the input. */
input[type="number"] {
	height: 40px;
	line-height: inherit;
}

input[type="checkbox"],
input[type="radio"] {
	background: #fff;
	border: 1px solid #b4b9be;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	clear: none;
	color: #555;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 0;
	margin: -4px 4px 0 0;
	min-width: 16px;
	padding: 0 !important;
	text-align: center;
	transition: .05s border-color ease-in-out;
	vertical-align: middle;
	width: 25px;
}

input[type="checkbox"] {
	padding: 10px;
}

input[type="radio"] {
	border-radius: 50%;
	line-height: 10px;
	margin-right: 4px;
}

input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
	display: inline-block;
	float: left;
	font: normal 21px/1 dashicons;
	vertical-align: middle;
	width: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

input[type="checkbox"]:checked:before {
	color: #1e8cbe;
	content: "\f147";
	font: normal 30px/1 dashicons;
	margin: -3px -5px;
}

input[type="radio"]:checked:before {
	background-color: #1e8cbe;
	border-radius: 50px;
	content: "\2022";
	font-size: 24px;
	height: 9px;
	line-height: 16px;
	margin: 7px;
	text-indent: -9999px;
	vertical-align: middle;
	width: 9px;
}

@-moz-document url-prefix() {
	input[type="checkbox"],
	input[type="radio"],
	.form-table input.tog {
		margin-bottom: -1px;
	}
}

/* Search */
input[type="search"]::-webkit-search-decoration {
	display: none;
}

.ie8 input[type="password"] {
	font-family: sans-serif;
}

textarea,
input,
select,
button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

textarea,
input,
select {
	border-radius: 0;
	font-size: 16px;
	padding: 3px 5px;
	/* Reset mobile webkit's default element styling */
}

textarea {
	line-height: 1.4;
	overflow: auto;
	padding: 2px 6px;
	resize: vertical;
}

input[type="file"] {
	padding: 3px 0;
}

label {
	cursor: pointer;
}

input.readonly,
input[readonly],
textarea.readonly,
textarea[readonly] {
	background-color: #eee;
}

:-moz-placeholder {
	color: #a9a9a9;
}

input:disabled,
input.disabled,
select:disabled,
select.disabled,
textarea:disabled,
textarea.disabled {
	background: rgba(255, 255, 255, 0.5);
	border-color: rgba(222, 222, 222, 0.75);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
	color: rgba(51, 51, 51, 0.5);
}

input[type="file"]:disabled,
input[type="file"].disabled,
input[type="range"]:disabled,
input[type="range"].disabled {
	background: none;
	box-shadow: none;
}

input[type="checkbox"]:disabled,
input[type="checkbox"].disabled,
input[type="radio"]:disabled,
input[type="radio"].disabled,
input[type="checkbox"]:disabled:checked:before,
input[type="checkbox"].disabled:checked:before,
input[type="radio"]:disabled:checked:before,
input[type="radio"].disabled:checked:before {
	opacity: 0.7;
}

label,
fieldset label {
	vertical-align: middle;
}

/* =Media Queries
-------------------------------------------------------------- */
@media screen and (min-width: 48em) {
	/* Input Elements */
	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="number"] {
		padding: 0;
	}
	input[type="number"] {
		height: 28px;
	}
	input[type="checkbox"] {
		padding: 0;
	}
	input[type="checkbox"]:checked:before {
		font: normal 21px/1 dashicons;
		margin: -3px 0 0 -4px;
	}
	input[type="radio"],
	input[type="checkbox"] {
		height: 16px;
		width: 16px;
	}
	input[type="radio"]:checked:before {
		width: 6px;
		height: 6px;
		margin: 4px;
	}
	textarea,
	input,
	select {
		font-size: 14px;
	}
}

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

a:visited {
	/* Override wp4.css */
	color: #0073aa;
}

a:hover, a:focus, a:active {
	/* Override wp4.css */
	color: #0073aa;
	text-decoration: underline;
}

a.button:hover, #bbpress-forums .wporg-bbp-term-subscription > a:hover,
#bbpress-forums .reviews-submit-link > a.btn:hover,
#bbpress-forums a.subscription-toggle:hover,
#bbpress-forums a.favorite-toggle:hover, a.button:focus, #bbpress-forums .wporg-bbp-term-subscription > a:focus,
#bbpress-forums .reviews-submit-link > a.btn:focus,
#bbpress-forums a.subscription-toggle:focus,
#bbpress-forums a.favorite-toggle:focus, a.button:active, #bbpress-forums .wporg-bbp-term-subscription > a:active,
#bbpress-forums .reviews-submit-link > a.btn:active,
#bbpress-forums a.subscription-toggle:active,
#bbpress-forums a.favorite-toggle:active {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

p a:not(.button):not(#bbpress-forums .wporg-bbp-term-subscription > a):not(
#bbpress-forums .reviews-submit-link > .btn):not(
#bbpress-forums .subscription-toggle):not(
#bbpress-forums .favorite-toggle),
p a:not(.button):not(#bbpress-forums .wporg-bbp-term-subscription > a):not(
#bbpress-forums .reviews-submit-link > .btn):not(
#bbpress-forums .subscription-toggle):not(
#bbpress-forums .favorite-toggle):hover {
	border: none;
}

p a {
	border-bottom: none;
}

p a:hover {
	border-bottom: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.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 {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.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;
	color: #21759b;
	display: block;
	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, .three-up:before, .bbpress main#main:before, .bbp-view .review-ratings:before,
.clear:after,
.three-up:after,
.bbpress main#main:after,
.bbp-view .review-ratings: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, .three-up:after, .bbpress main#main:after, .bbp-view .review-ratings:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# WP.org Header
--------------------------------------------------------------*/
#wporg-header h1 {
	margin: auto;
}

#wporg-header h2.rosetta {
	clear: none;
}

#wporg-header form input {
	box-sizing: content-box;
	padding: 3px;
}

#wporg-header .button, #wporg-header #bbpress-forums .wporg-bbp-term-subscription > a, #bbpress-forums #wporg-header .wporg-bbp-term-subscription > a, #wporg-header
#bbpress-forums .reviews-submit-link > .btn,
#bbpress-forums #wporg-header .reviews-submit-link > .btn, #wporg-header
#bbpress-forums .subscription-toggle,
#bbpress-forums #wporg-header .subscription-toggle, #wporg-header
#bbpress-forums .favorite-toggle,
#bbpress-forums #wporg-header .favorite-toggle {
	box-shadow: none;
}

#wporg-header .download-button {
	background-color: #21759b;
	background-image: linear-gradient(to bottom, #2a95c5, #21759b);
	border-bottom-color: #1e6a8d;
	border-color: #21759b;
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
}

#wporg-header .download-button:hover, #wporg-header .download-button:focus {
	background-color: #278ab7;
	background-image: linear-gradient(to bottom, #2e9fd2, #21759b);
	border-color: #1b607f;
	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

#wporg-header .download-button:active {
	background: #1b607f;
	background-image: linear-gradient(to bottom, #21759b, #278ab7);
	border-color: #124560 #2382ae #2382ae #2382ae;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.95);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	transform: none;
}

#wporg-header a:hover,
#wporg-header a:focus,
#wporg-header a:active {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
body, #pagebody {
	font-size: 1rem;
}

/*--------------------------------------------------------------
# .site-header 
--------------------------------------------------------------*/
.site-header {
	background: #0073aa;
	padding: 1rem 0;
	position: relative;
	z-index: 100;
}

.site-header .site-branding {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 1.5625rem;
}

@media screen and (min-width: 48em) {
	.site-header .site-branding {
		padding: 0 10px;
	}
}

.site-header.home {
	padding: 1.5625rem 1.143rem;
	text-align: center;
}

/*--------------------------------------------------------------
# .site-title
--------------------------------------------------------------*/
.site-title {
	display: inline-block;
	font-size: 1.5625rem;
	font-weight: 300;
	line-height: 1;
	margin: 0 2rem 0 0;
	max-width: none;
}

.site-title a {
	color: #fff;
	font-weight: 300;
}

.site-title a:hover, .site-title a:focus, .site-title a:active {
	text-decoration: none;
}

.site-header.home .site-title {
	display: inherit;
	font-size: 3.8146972656rem;
	margin: 2rem 0 1rem;
}

@media screen and (max-width: 480px) {
	.site-header.home .site-title {
		font-size: 3.0517578125rem;
	}
}

@media screen and (max-width: 320px) {
	.site-header.home .site-title {
		font-size: 2.44140625rem;
	}
}

/*--------------------------------------------------------------
# .site-description
--------------------------------------------------------------*/
.site-description {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.25rem;
	font-weight: 300;
	margin: -0.4rem auto 2rem;
	text-align: center;
}

/*--------------------------------------------------------------
# .main-navigation
--------------------------------------------------------------*/
.main-navigation {
	background: #0073aa;
	clear: both;
	left: 0;
	position: absolute;
	top: 60px;
	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;
	left: -999em;
	position: absolute;
	top: 1.5em;
	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 {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 1rem;
}

.main-navigation a {
	color: rgba(255, 255, 255, 0.8);
	display: block;
	font-size: 0.8rem;
	text-decoration: none;
}

.main-navigation a:hover, .main-navigation a.active {
	color: #fff;
}

@media screen and (min-width: 48em) {
	.main-navigation a.active {
		border-bottom: 1px solid;
	}
}

.main-navigation button.button-search {
	display: none;
}

@media screen and (min-width: 48em) {
	#wporg-header ul li a.current ~ .uparrow,
	#wporg-header ul li.current-menu-item:after,
	#wporg-header ul li.current_page_parent:after {
		border-bottom: 9px solid #0073aa;
	}
	#wporg-header ul li:hover .nav-submenu ~ .uparrow,
	#wporg-header ul li .nav-submenu:hover ~ .uparrow {
		border-bottom: 9px solid #32373c;
	}
}

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

.menu-toggle.dashicons {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 1.5625rem;
	height: 3.5rem;
	overflow: hidden;
	position: absolute;
	right: 1rem;
	top: -58px;
	width: 3.5rem;
	-webkit-appearance: none;
}

.toggled .menu-toggle.dashicons:before {
	content: "\f343";
}

@media screen and (min-width: 48em) {
	.menu-toggle.dashicons {
		display: none;
	}
	.main-navigation {
		float: right;
		position: relative;
		width: auto;
		top: auto;
	}
	.main-navigation.toggled {
		padding: 1px 0;
	}
	.main-navigation ul {
		display: inline-block;
		font-size: 0;
	}
	.main-navigation ul li {
		border: 0;
		display: inline-block;
		font-size: 1rem;
		margin-right: 1rem;
		padding: 0;
	}
	.main-navigation ul li:last-of-type {
		margin-right: 0;
	}
	.main-navigation button.button-search {
		display: inline-block;
	}
}

/*--------------------------------------------------------------
# .site-main
--------------------------------------------------------------*/
.site-main {
	margin: 0 auto;
	max-width: 960px;
	padding: 3.0517578125rem 1.5625rem;
}

@media screen and (min-width: 48em) {
	.site-main {
		padding: 3.0517578125rem 10px;
	}
}

.single .site-main {
	padding: 0;
}

@media screen and (min-width: 48em) {
	.single .site-main {
		padding: 0 10px 3.0517578125rem;
	}
}

#page .site-main {
	padding: 0 10px 3.0517578125rem;
}

.site-main .page-header h1 {
	margin: 0;
}

.site-main .page-header p {
	margin: 0.5rem 0;
}

.site-main .page-title {
	font-size: 1.5625rem;
	font-weight: 400;
}

.site-main .no-results {
	margin: 0 auto;
	max-width: 35.527136788rem;
	padding: 0 2rem;
}

/*--------------------------------------------------------------
# .sidebar
--------------------------------------------------------------*/
.sidebar div:first-child {
	margin: 0;
}

.sidebar div ul {
	margin-bottom: 0;
}

.sidebar div ul > li {
	font-size: 0.8rem;
	border-top: 1px solid #eee;
	padding: 0.5rem 0;
}

.sidebar div:first-child h3 {
	margin-top: 0;
}

/*--------------------------------------------------------------
# .search-form
--------------------------------------------------------------*/
.search-form {
	font-size: 0;
	margin-bottom: 2rem;
	max-width: 100%;
	position: relative;
}

.search-form .search-field {
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
	font-size: 1rem;
	margin: 0 auto;
	max-width: 100%;
	padding: 0.5rem;
	width: 22.7373675443rem;
}

.search-form .button-search {
	border-left: none;
	border-radius: 0 2px 2px 0;
	font-size: 1rem;
	position: relative;
	right: auto;
	top: auto;
}

.search-form .button-search:active {
	background: #006799;
	border-right: 1px solid #006799;
	box-shadow: none;
}

.search-form .button-search .dashicons {
	font-size: 1rem;
}

.site-header .search-form {
	display: inline-block;
}

.site-header.home .search-form .button-search,
.site-main .search-form .button-search {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #32373c;
	display: block;
	height: 45px;
	padding: 0.5rem 1rem;
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 0;
}

.site-header.home .search-form .button-search:focus,
.site-main .search-form .button-search:focus {
	box-shadow: 0 0 2px 1px #33b3db;
}

.site-header.home .search-form .button-search:active,
.site-main .search-form .button-search:active {
	background: transparent;
	border: none;
	transform: none;
}

.site-header:not(.home) .search-form {
	margin: 0;
}

.site-header:not(.home) .search-form .search-field {
	border: 0;
	border-radius: 2px;
	display: inline-block;
	font-size: 1rem;
	padding: 5px 10px;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 48em) {
	.site-header:not(.home) .search-form .search-field {
		border-radius: 2px 0 0 2px;
		font-size: 0.64rem;
		width: 7rem;
	}
	.site-header:not(.home) .search-form .search-field + .button-search {
		display: inline-block;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 60em) {
	.site-header:not(.home) .search-form .search-field {
		width: 10rem;
	}
}

.site-main .search-form .search-field {
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
	padding: 0.5rem;
	width: 100%;
}

.search .site-main {
	margin-top: 2rem;
	padding-top: 0;
}

.search.search-results .page-header {
	margin: 2rem 0;
}

/*--------------------------------------------------------------
# .page
--------------------------------------------------------------*/
.page .entry-header {
	margin-top: 2rem;
}

.page .entry-header .entry-title {
	font-size: 1.5625rem;
	font-weight: 400;
	margin: 0 auto;
	max-width: 35.527136788rem;
}

@media screen and (min-width: 48em) {
	.page .entry-header .entry-title {
		padding: 0 2rem;
	}
}

.page .entry-content h2 {
	font-size: 1.5625rem;
	font-weight: 400;
}

.page .entry-content h3 {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01rem;
	text-transform: uppercase;
}

.page .entry-content section {
	padding: 2rem 0;
}

.page .entry-content section .container {
	margin: 0 auto;
	max-width: 35.527136788rem;
}

@media screen and (min-width: 48em) {
	.page .entry-content section .container {
		padding: 0 2rem;
	}
}

.page .entry-content section:first-of-type {
	padding-top: 0;
}

.page .entry-content section + section {
	border-top: 2px solid #eee;
}

.page .submenu {
	margin-left: 0;
}

.page .submenu li {
	border-bottom: 1px solid #dedede;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0;
}

.page .submenu li.current {
	font-weight: bold;
}

.page .submenu li:last-child {
	border-bottom: 0;
}

.page .submenu li ul {
	margin-left: 16px;
}

.page .submenu li ul li {
	border: none;
	line-height: 1.4em;
	padding-bottom: 2px;
}

.page-template-page-full-width .entry-header .entry-title,
.page-template-page-full-width .entry-content section .container {
	max-width: 100%;
	padding: 0;
}

/*--------------------------------------------------------------
# 404 Error page
--------------------------------------------------------------*/
.error-404 .page-title, .error-404 .page-content {
	text-align: center;
}

/*--------------------------------------------------------------
# bbPress Specific 
--------------------------------------------------------------*/
/* bbPress specific styles */
/* Many of these override the styles from the plugin */
section {
	padding: 4rem 0;
}

#bbpress-forums {
	font-size: 1rem;
	overflow: inherit;
}

@media (min-width: 48em) {
	.three-up > div {
		float: left;
		width: 30%;
		margin-right: 5%;
		font-size: 0.8rem;
	}
	.three-up > div:nth-child(3n) {
		margin-right: 0;
	}
}

.three-up.bbp-forums > div {
	background: transparent;
	position: relative;
	border-bottom: 1px solid #eee;
	margin: 1rem 0;
}

.three-up.bbp-forums > div a.bbp-forum-title:active, .three-up.bbp-forums > div a.bbp-forum-title:focus {
	text-decoration: none;
}

.three-up.bbp-forums > div h3 {
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 0;
}

.three-up.bbp-forums > div p {
	color: #666666;
}

.three-up.bbp-forums > div a:hover {
	color: #0073aa;
	text-decoration: none;
}

.three-up.bbp-forums > div a:hover h3 {
	color: #0073aa;
}

@media (min-width: 48em) {
	.three-up.bbp-forums > div {
		height: 200px;
		border-bottom: none;
		margin: 2rem 5% 0 0;
	}
	.three-up.bbp-forums > div:nth-child(3n) {
		margin-right: 0;
	}
}

.bbpress main#main .entry-content,
.bbpress main#main .entry-meta,
.page-template-page-forums-sidebar main#main .entry-content,
.page-template-page-forums-sidebar main#main .entry-meta {
	padding: 0;
}

@media (min-width: 568px) {
	.bbpress main#main .entry-content,
	.bbpress main#main .entry-meta,
	.page-template-page-forums-sidebar main#main .entry-content,
	.page-template-page-forums-sidebar main#main .entry-meta {
		padding: 0 1.5625rem;
	}
}

.bbpress main#main .entry-header .entry-title,
.bbpress main#main .entry-content .container,
.page-template-page-forums-sidebar main#main .entry-header .entry-title,
.page-template-page-forums-sidebar main#main .entry-content .container {
	padding: 0;
}

.bbpress main#main > .entry-content,
.bbpress main#main > article,
.page-template-page-forums-sidebar main#main > .entry-content,
.page-template-page-forums-sidebar main#main > article {
	max-width: 48rem;
}

@media screen and (min-width: 48em) {
	.bbpress main#main > .entry-content,
	.bbpress main#main > article,
	.page-template-page-forums-sidebar main#main > .entry-content,
	.page-template-page-forums-sidebar main#main > article {
		float: left;
		padding: 0;
		width: 65%;
	}
}

@media screen and (min-width: 48em) {
	.bbpress main#main .entry-content,
	.bbpress main#main .entry-meta,
	.page-template-page-forums-sidebar main#main .entry-content,
	.page-template-page-forums-sidebar main#main .entry-meta {
		padding-left: 0;
		padding-right: 0;
	}
	.bbpress main#main .entry-meta,
	.page-template-page-forums-sidebar main#main .entry-meta {
		float: right;
		width: 30%;
	}
}

.bbpress main#main {
	margin-top: 2rem;
	padding: 0 10px 10px;
}

.bbpress #bbpress-forums div.bbp-template-notice {
	padding: .5rem;
	border: none;
	border-radius: 3px;
}

.bbpress #bbpress-forums div.bbp-template-notice p,
.bbpress #bbpress-forums div.bbp-template-notice li {
	font-size: 13px;
	line-height: 160%;
}

.bbpress #bbpress-forums div.bbp-template-notice a {
	color: #0073aa;
}

.bbpress #bbpress-forums div.bbp-template-notice a:hover {
	text-decoration: underline;
	color: #0073aa;
}

.bbpress #bbpress-forums .bbp-topic-content > div.bbp-template-notice,
.bbpress #bbpress-forums .bbp-reply-content > div.bbp-template-notice {
	margin-bottom: 30px;
}

.bbpress #bbpress-forums .status-pending div.bbp-template-notice {
	background: #fff359;
}

.bbpress #bbpress-forums .status-archived div.bbp-template-notice,
.bbpress #bbpress-forums .status-spam div.bbp-template-notice {
	background: #f49797;
}

.bbpress #bbpress-forums .bbp-body .bbp-topic-freshness,
.bbpress #bbpress-forums .bbp-body .bbp-topic-voice-count,
.bbpress #bbpress-forums .bbp-body .bbp-topic-reply-count {
	font-size: 0.73152rem;
}

.bbpress #bbpress-forums .bbp-header li.bbp-forum-freshness,
.bbpress #bbpress-forums .bbp-header li.bbp-topic-freshness,
.bbpress #bbpress-forums .bbp-body li.bbp-forum-freshness,
.bbpress #bbpress-forums .bbp-body li.bbp-topic-freshness {
	width: 58%;
}

@media (min-width: 321px) {
	.bbpress #bbpress-forums .bbp-header li.bbp-forum-freshness,
	.bbpress #bbpress-forums .bbp-header li.bbp-topic-freshness,
	.bbpress #bbpress-forums .bbp-body li.bbp-forum-freshness,
	.bbpress #bbpress-forums .bbp-body li.bbp-topic-freshness {
		width: 25%;
	}
}

.bbpress #bbpress-forums .bbp-forums,
.bbpress #bbpress-forums .bbp-topics {
	border: 1px solid #eee;
}

.bbpress #bbpress-forums .bbp-forums > .bbp-header,
.bbpress #bbpress-forums .bbp-topics > .bbp-header {
	background: #0073aa;
	color: #fff;
}

.bbpress #bbpress-forums ul.bbp-lead-topic,
.bbpress #bbpress-forums ul.bbp-replies,
.bbpress #bbpress-forums ul.bbp-search-results,
.bbpress #bbpress-forums ul.bbp-topics.full-posts,
.bbpress #bbpress-forums li.bbp-body div.hentry {
	overflow: visible;
	word-wrap: break-word;
}

.bbpress #bbpress-forums ul.bbp-lead-topic {
	margin: 0;
}

.bbpress #bbpress-forums ul.bbp-lead-topic li.bbp-body {
	border: 0;
}

.bbpress #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic {
	background: transparent;
}

.bbpress #bbpress-forums .bbp-search-results div.topic .topic-indicator {
	display: none;
}

.bbpress #bbpress-forums div.bbp-topic-author img.avatar,
.bbpress #bbpress-forums div.bbp-reply-author img.avatar {
	border-radius: 50%;
	float: left;
	width: 50px;
	height: 50px;
	max-width: 50px;
	max-height: 50px;
	margin: 0;
	margin-right: 10px;
	margin-left: -11%;
}

.bbpress #bbpress-forums div.bbp-topic-author img.avatar {
	margin-left: -19%;
	margin-top: -6px;
	width: 80px;
	height: 80px;
	max-width: 80px;
	max-height: 80px;
}

@media only screen and (max-width: 480px) {
	.bbpress #bbpress-forums div.bbp-reply-author img.avatar,
	.bbpress #bbpress-forums div.bbp-topic-author img.avatar {
		position: relative;
		top: 0;
	}
}

.bbpress #bbpress-forums div.bbp-reply-author a.bbp-author-name,
.bbpress #bbpress-forums div.bbp-topic-author a.bbp-author-name {
	clear: none;
	font-size: 1rem;
	display: inline-block;
	margin: 0;
}

.bbpress #bbpress-forums div.bbp-reply-author,
.bbpress #bbpress-forums div.bbp-topic-author {
	float: none;
	text-align: left;
	width: 100%;
	margin: 1rem 0 2rem;
	padding-left: 10%;
}

.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-reply-author,
.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-topic-author {
	padding-left: 1.5rem;
}

.bbpress #bbpress-forums .bbp-author-title {
	margin: 0;
}

.bbpress #bbpress-forums .bbp-user-nicename,
.bbpress #bbpress-forums .bbp-topic-post-date,
.bbpress #bbpress-forums .bbp-topic-ip,
.bbpress #bbpress-forums .bbp-reply-post-date,
.bbpress #bbpress-forums .bbp-reply-ip,
.bbpress #bbpress-forums .wporg-bbp-user-notes-toggle,
.bbpress #bbpress-forums .wporg-bbp-user-flag {
	font-size: 0.8rem;
	font-weight: normal;
	margin: 0;
	margin-right: 10px;
	display: inline-block;
}

.bbpress #bbpress-forums span.bbp-author-ip {
	font-size: 0.8rem;
	font-weight: 400;
}

.bbpress #bbpress-forums div.topic,
.bbpress #bbpress-forums div.reply {
	padding: 1.5rem 1.5rem 1.5rem 0;
}

.bbpress #bbpress-forums div.bbp-reply-content,
.bbpress #bbpress-forums div.bbp-topic-content {
	padding: 0;
	margin: 0 0 0 10%;
}

.bbpress #bbpress-forums div.bbp-reply-content {
	margin-left: 11%;
}

.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-reply-content,
.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-topic-content {
	margin-left: 1.5rem;
}

.bbpress #bbpress-forums div.bbp-reply-content a,
.bbpress #bbpress-forums div.bbp-topic-content a {
	text-decoration: underline;
	font-weight: inherit;
}

.bbpress #bbpress-forums div.bbp-reply-content a.mention,
.bbpress #bbpress-forums div.bbp-topic-content a.mention {
	text-decoration: none;
	font-weight: bold;
}

.bbpress #bbpress-forums div.bbp-reply-content .bbp-reply-revision-log-item a,
.bbpress #bbpress-forums div.bbp-topic-content .bbp-topic-revision-log-item a {
	text-decoration: none;
}

.bbpress #bbpress-forums li.bbp-body div.type-topic:hover span.bbp-admin-links,
.bbpress #bbpress-forums li.bbp-body div.type-reply:hover span.bbp-admin-links {
	bottom: 0;
	right: 0;
	background: #fbfbfb;
	padding: 3px 10px;
}

.bbpress #bbpress-forums li.bbp-body div.type-topic:hover span.bbp-admin-links a,
.bbpress #bbpress-forums li.bbp-body div.type-reply:hover span.bbp-admin-links a {
	color: #0073aa;
	text-transform: inherit;
	font-size: 0.7rem;
}

.bbpress #bbpress-forums li.bbp-body div.type-topic:hover span.bbp-admin-links a:hover,
.bbpress #bbpress-forums li.bbp-body div.type-reply:hover span.bbp-admin-links a:hover {
	text-decoration: underline;
}

.bbpress #bbpress-forums ul.status-closed,
.bbpress #bbpress-forums ul.status-closed a {
	color: inherit;
}

.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-started-by img.avatar,
.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-freshness-author img.avatar,
.bbpress #bbpress-forums .bbp-topic-revision-log-item img.avatar,
.bbpress #bbpress-forums .bbp-reply-revision-log-item img.avatar {
	display: none;
}

.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-started-by a ~ a,
.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-freshness-author a ~ a,
.bbpress #bbpress-forums .bbp-topic-revision-log-item a ~ a,
.bbpress #bbpress-forums .bbp-reply-revision-log-item a ~ a {
	margin-left: -3px;
}

.bbpress #bbpress-forums p.bbp-topic-meta .bbp-topic-started-in a {
	background: #eee;
}

.bbpress #bbpress-forums p.bbp-topic-meta a {
	/* Override bb-base/style.css */
	color: #0073aa;
}

.bbpress #bbpress-forums p.bbp-topic-meta a:hover, .bbpress #bbpress-forums p.bbp-topic-meta a:focus, .bbpress #bbpress-forums p.bbp-topic-meta a:active {
	/* Override bb-base/style.css */
	text-decoration: underline;
}

.bbpress #bbpress-forums .wporg-bbp-user-flag.flagged a {
	color: #f00;
}

.bbpress #bbpress-forums .bbp-pagination {
	font-size: 0.8rem;
	float: none;
	width: auto;
}

.bbpress #bbpress-forums .bbp-pagination .page-numbers {
	background: #fff;
	border: 1px solid #B4B9BE;
	margin-left: 0;
	color: #757575;
	padding: 2px 8px;
	margin-left: -1px;
	opacity: 1;
}

.bbpress #bbpress-forums .bbp-pagination .page-numbers:not(.current):not(.dots):hover {
	background: #0073aa;
	color: #fff;
	text-decoration: none;
	border: 1px solid #0073aa;
}

.bbpress #bbpress-forums .bbp-pagination .page-numbers.current {
	background: #eee;
	color: #000;
}

.bbpress #bbpress-forums .bbp-pagination .page-numbers.dots {
	background: #fff;
	color: #32373c;
}

.bbpress #bbpress-forums .bbp-pagination .page-numbers:first-child {
	border-radius: 3px 0 0 3px;
}

.bbpress #bbpress-forums .bbp-pagination .page-numbers:last-child {
	border-radius: 0 3px 3px 0;
}

.bbpress #bbpress-forums .bbp-topic-pagination a {
	border: 1px solid #ddd;
}

.bbpress #bbpress-forums ul.bbp-forums,
.bbpress #bbpress-forums ul.bbp-lead-topic,
.bbpress #bbpress-forums ul.bbp-replies,
.bbpress #bbpress-forums ul.bbp-search-results,
.bbpress #bbpress-forums ul.bbp-topics,
.bbpress #bbpress-forums #bbp-user-wrapper {
	font-size: 0.8rem;
}

.bbpress #wp-link-wrap {
	font-size: 0.73152rem;
}

.bbpress #wp-link-wrap #wp-link #link-options label span,
.bbpress #wp-link-wrap #wp-link #search-panel label span.search-label {
	width: 90px;
}

.bbpress li.bbp-forum-freshness,
.bbpress li.bbp-topic-freshness {
	text-align: left;
}

.bbpress h1 {
	font-size: 1.5625rem;
	font-weight: 400;
	padding-bottom: 0;
	margin: 2rem 0 1rem;
}

.bbpress h1.page-title {
	margin-top: 0;
}

.bbpress.single-forum .entry-meta div:first-child h3 {
	display: none;
}

.bbpress .forum-titles .bbp-topic-voice-count,
.bbpress .forum-titles .bbp-topic-reply-count {
	overflow: hidden;
}

.bbpress .forum-titles .bbp-topic-voice-count:before,
.bbpress .forum-titles .bbp-topic-reply-count:before {
	font: normal 16px/1 'dashicons';
	margin-right: 100px;
}

@media (min-width: 321px) {
	.bbpress .forum-titles .bbp-topic-voice-count:before,
	.bbpress .forum-titles .bbp-topic-reply-count:before {
		font: normal 21px/1 'dashicons';
		margin-left: 20px;
	}
}

.bbpress .forum-titles .bbp-topic-voice-count:before {
	content: "\f307";
}

.bbpress .forum-titles .bbp-topic-reply-count:before {
	content: "\f125";
}

.bbpress li.bbp-header li.bbp-forum-info,
.bbpress li.bbp-header li.bbp-topic-title {
	text-align: left !important;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
#bbpress-forums fieldset.bbp-form button {
	padding: 0 0.8rem;
	font-size: 0.8rem;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form button,
#bbpress-forums .bbp-reply-form fieldset.bbp-form button {
	float: none;
	margin-top: 0;
}

#bbpress-forums .bbp-submit-wrapper {
	margin-top: -35px;
}

@media (max-width: 767px) {
	#bbpress-forums .bbp-submit-wrapper {
		margin-top: 0;
	}
}

#bbpress-forums .wporg-bbp-term-subscription {
	margin-bottom: 1rem;
}

.viewmore {
	position: relative;
	padding-right: 18px;
}

.viewmore:hover {
	text-decoration: underline !important;
}

.viewmore:after {
	content: "\f345";
	font-family: dashicons;
	position: absolute;
	top: 1px;
	right: 0;
}

.rtl .viewmore:after {
	content: "\f341";
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#bbpress-forums fieldset.bbp-form {
	margin: 0;
	border: 0;
}

#bbpress-forums fieldset.bbp-form legend {
	font-weight: normal;
	font-size: 1.25rem;
}

#bbpress-forums fieldset.bbp-form label,
#bbpress-forums fieldset.bbp-form p em {
	font-size: 0.8rem;
}

#bbpress-forums fieldset.bbp-form input[type="checkbox"] {
	margin-bottom: 0;
}

#bbpress-forums fieldset.log-edit {
	margin: 12px 0 8px 0;
}

#bbpress-forums fieldset.log-edit legend {
	padding: 0;
	font-size: 0.8rem;
}

@media (max-width: 767px) {
	#bbpress-forums input[type="text"] {
		width: 100%;
	}
}

.single-forum .bbp-topic-form,
.bbp-view .bbp-topic-form {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #eee;
}

.topic-edit #bbpress-forums .bbp-topic-form legend,
.reply-edit #bbpress-forums .bbp-reply-form legend {
	display: block;
}

.reply-edit #bbpress-forums .form-reply-to {
	display: inline-block;
}

.reply-edit #bbpress-forums .form-reply-to #bbp_reply_to {
	width: 100%;
}

.topic-resolved label {
	vertical-align: none;
}

.topic-resolved select {
	width: 120px;
	line-height: 1;
}

select {
	-webkit-appearance: menulist;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.home.wporg-support .info-box {
	text-align: center;
	max-width: 20rem;
	margin: 0 auto 4rem;
}

.home.wporg-support .info-box h3 {
	margin-top: 1rem;
}

.home.wporg-support .info-box .dashicons {
	font-size: 5.9604644775rem;
	opacity: 0.4;
	width: auto;
	height: auto;
}

@media (min-width: 48em) {
	.home.wporg-support .info-box {
		max-width: 100%;
		margin: 0;
	}
}

.home.wporg-support #bbpress-forums div.odd {
	background: transparent;
}

.home.wporg-support .col-8 {
	margin-left: 0;
}

.home.wporg-support ul#views {
	text-align: center;
	font-size: 0.8rem;
	margin: 0;
}

.home.wporg-support .helpful-links > div:last-child {
	font-size: 0.8rem;
}

@media (min-width: 48em) {
	.home.wporg-support .helpful-links > div {
		width: 65%;
		float: left;
		margin-right: 5%;
	}
	.home.wporg-support .helpful-links > div:last-child {
		width: 30%;
		margin-right: 0;
	}
}

.home.wporg-support .themes-plugins {
	margin: 0 0 4rem;
	border-bottom: 1px solid #eee;
}

.home.wporg-support .themes-plugins p {
	font-size: 1rem;
	color: #666666;
}

.home.wporg-support .themes-plugins p a:hover > .dashicons {
	text-decoration: none;
}

.home.wporg-support .themes-plugins h3 {
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 0;
}

@media (min-width: 48em) {
	.home.wporg-support .themes-plugins {
		width: 65%;
		margin: 3rem 0 4rem;
		border-bottom: none;
	}
	.home.wporg-support .themes-plugins p {
		font-size: 0.8rem;
	}
}

/*--------------------------------------------------------------
# Single Forum
--------------------------------------------------------------*/
.sidebar .forum-info li.forum-subscribe:before,
.sidebar .topic-info li.topic-subscribe:before,
.sidebar .topic-info li.topic-favorite:before {
	content: "";
}

.sidebar .feed {
	background: none;
	padding-left: 0;
}

/*--------------------------------------------------------------
# Single Topic
--------------------------------------------------------------*/
.single-topic .entry-content #bbpress-forums {
	overflow: visible;
}

.single-topic .entry-content #bbpress-forums ul.bbp-lead-topic {
	margin-bottom: 15px;
}

.single-topic .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body {
	border: 1px solid #eee;
	border-top: none;
}

.single-topic .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic {
	background: #fbfbfb;
}

.single-topic .entry-content #bbpress-forums div.reply.status-publish {
	padding-right: 0;
}

.single-topic .entry-content #bbpress-forums div.even:not(.topic),
.single-topic .entry-content #bbpress-forums ul.even,
.single-topic .entry-content #bbpress-forums div.odd,
.single-topic .entry-content #bbpress-forums ul.odd {
	background: #fff;
	border-top: 2px solid #eee;
}

.single-topic .entry-content #bbpress-forums .wporg-ratings {
	background-color: #fbfbfb;
	border: 1px solid #eee;
	border-top: none;
	border-bottom: none;
	padding-left: 10%;
	padding-top: 0.5em;
}

.single-topic .entry-content #bbpress-forums .topic {
	position: relative;
}

.single-topic .entry-content #bbpress-forums .topic > .topic-indicator {
	display: none;
}

.single-topic .entry-content #bbpress-forums .topic > .topic-indicator .dashicons {
	display: none;
}

.single-topic .entry-content #bbpress-forums .topic.sticky > .topic-indicator, .single-topic .entry-content #bbpress-forums .topic.super-sticky > .topic-indicator, .single-topic .entry-content #bbpress-forums .topic.status-closed > .topic-indicator {
	display: block;
	position: absolute;
	top: -32px;
	left: -2px;
	width: 30px;
}

.single-topic .entry-content #bbpress-forums .topic.sticky .dashicons-admin-post,
.single-topic .entry-content #bbpress-forums .topic.super-sticky .dashicons-admin-post,
.single-topic .entry-content #bbpress-forums .topic.status-closed .dashicons-lock {
	display: block;
	float: left;
	color: #fff;
	background: gold;
	padding-top: 3px;
	width: 30px;
	height: 25px;
	border-radius: 0 3px 3px 0;
}

.single-topic .entry-content #bbpress-forums .topic.status-closed .dashicons-admin-post,
.single-topic .entry-content #bbpress-forums .topic.status-closed .dashicons-lock {
	background: #bbb;
}

.single-topic .entry-content header {
	background: #fbfbfb;
	border: 1px solid #eee;
	border-bottom: none;
	padding: 1rem 2rem 0 10%;
}

.single-topic div.bbp-breadcrumb {
	float: none;
}

div.bbp-breadcrumb {
	font-size: 0.8rem;
	margin-bottom: 15px;
	color: #767676;
	line-height: 27px;
}

div.bbp-breadcrumb p {
	margin: 0 !important;
}

.sidebar > div:first-child h3 {
	display: none;
}

.sidebar .topic-info li.topic-forum:before {
	content: '\f230';
}

.sidebar .topic-info .topic-freshness-time::before,
.sidebar .forum-info .forum-freshness-time::before {
	height: 30px;
}

.sidebar .topic-info .topic-freshness-time a,
.sidebar .forum-info .forum-freshness-time a {
	display: inline-block;
}

/*--------------------------------------------------------------
# Plugin / Theme specific support pages
--------------------------------------------------------------*/
.bbp-view .sidebar h3 {
	display: none;
}

.bbp-view .sidebar > div.my-account {
	display: inherit;
}

.bbp-view .review-ratings {
	margin-bottom: 1rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-direction: row-reverse;
}

.bbp-view .review-ratings .col-3 {
	font-size: 0.8rem;
	margin: 0;
	width: 35%;
	float: none;
	border-top: 1px solid #eee;
}

.bbp-view .review-ratings .col-3 .reviews-total-count {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

.bbp-view .review-ratings .col-5 {
	margin: 0 5% 10px 0;
	width: 60%;
	font-size: 0.8rem;
	float: none;
}

.bbp-view .review-ratings .col-5 > div:first-child {
	margin-top: 0;
}

.bbp-view .review-ratings .col-5 .wporg-ratings {
	display: inline-block;
	margin-right: 1rem;
}

.bbp-view .review-ratings .col-5 .reviews-submit-link {
	margin-top: 1rem;
}

@media (max-width: 499px) {
	.bbp-view .review-ratings {
		flex-direction: column-reverse;
	}
	.bbp-view .review-ratings .col-3, .bbp-view .review-ratings .col-5 {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## 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;
}

/*# sourceMappingURL=style.css.map */