/*
 Theme Name:   Twenty Twenty Child
 Description:  Twenty Twenty Child Theme
 Author:       Modern Tribe
 Author URI:   http://tri.be
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentychild
*/

/*
 * Typography
 */
h1.entry-title,
.entry-title a {
	font-size: 3.5rem;
	font-weight: 400;
	color: #4f4c54;
	padding: 0;
	text-align: left;
}

.bbpress-wrapper p,
.bbpress-wrapper a,
.bbpress-wrapper span,
.bbpress-wrapper select,
.bbp-reply-post-date,
li,
ul {
	color: #4f4c54;
	font-family: FontAwesome, sans-serif;
	font-size: 1.525rem;
	line-height: 2;
	text-decoration: none;
}

/*
 * Single Topic
 */
#bbpress-forums div.bbp-reply-header {
	background-color: white;
}

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

.bbp-reply-post-date {
	font-size: 1.2rem;
}

.bbp-reply-content a {
	font-weight: 500;
	text-decoration: none;
}

.bbpress-wrapper p {
	font-weight: 400;
}

.singular .entry-header {
	padding: 0;
	text-align: left;
}

.section-inner.medium {
	max-width: 150rem;
}

.bbp-admin-links,
.bbp-author-ip,
.bbp-reply-header a.bbp-reply-permalink,
.bbp-author-role,
.bbp-template-notice.info,
.bbp-pagination-count,
.bbp-template-notice,
.bbp-single-topic-assignee,
.topic .bbp-form,
#bbpress-forums .bbp-form,
.bbp-single-topic-status,
.topic li.bbp-header,
li.bbp-footer,
.post-meta,
.bbp-user-edit-link {
	display: none;
}

/*
 * Breadcrumb
 */
.bbp-breadcrumb {
	font-size: .875rem;
	text-transform: uppercase;
	letter-spacing: .025em;
	list-style-type: none;
}

/*
 * Forums List
 */
#bbpress-forums {
	max-width: 150rem;
}

#bbpress-forums div.odd,
#bbpress-forums div.even {
	background-color: inherit;
}

.bbp-reply-author img.avatar {
	display: block;
	border: 4px solid #fff;
	border-radius: 50%;
}

#bbpress-forums a {
	color: #006dcc;
}

#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-topics {
	border-left: none;
	border-right: none;
	overflow: visible;
}

#bbp_search_submit {
	background-color: white;
	color: black;
}

#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links a:hover,
#bbpress-forums .bbp-pagination-links span.current,
#bbpress-forums .bbp-topic-pagination a:hover {
	border: none;
}

#bbpress-forums li.bbp-header {
	background-color: white;
}

#bbpress-forums.bbpress-wrapper ul {
	border: none;
}

#bbpress-forums ul.odd {
	background-color: white;
}

#bbpress-forums fieldset.bbp-form,
#bbpress-forums fieldset.submit {
	border: none;
}

nav.pagination-single {
	display: none;
}

.entry-content .button {
	background-color: #31bcff;
	text-decoration: none;
}

.bbp-topic-permalink {
	font-weight: 600;
}

.bbp-topic-freshness-author {
	display: none;
}

.bbp-author-name {
	font-weight: 600;
}

.bbp-forums-list {
	border: none;
}

.tribe-forum {
	padding-left: 20px;
}

/*
 * Single forum
 */
#bbpress-forums ul.status-closed a {
	color: #4f4c54;
}

/*
 * User Profile
 */
body:not(.overlay-header), .entry-header a {
	color: black;
}

/*
 * Hide home breadcrumb
 */
.bbp-breadcrumb-home {
	display: none;
}

/* -----------------------------------------------------------------------------
 *
 *  Umbrella Navigation - BASE STYLES
 *  Appears above site navigation. Provides quick links to other TEC.com support sites.
 *
 * ----------------------------------------------------------------------------- */

 .umbrella-nav {
	border-bottom: 1px solid rgba(185, 194, 195, 0.69);
	overflow-x: auto;
	text-align: right;
}

.umbrella-nav__list {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

@media screen and (min-width: 570px) {
	.umbrella-nav__list {
		justify-content: flex-end;
	}
}

@media screen and (min-width: 768px) {
	.umbrella-nav__list {
		display: block;
	}
}

.umbrella-nav__item {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.umbrella-nav__link {
	border-bottom: 0;
	color: #0f1031;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding: 24px 8px 17px;
	text-decoration: none;
	transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
	.umbrella-nav__link {
		padding: 24px 14px 17px;
	}
}

.umbrella-nav__link:visited {
	color: #0f1031;
}

.umbrella-nav__link:hover,
.umbrella-nav__link:active,
.umbrella-nav__link:focus {
	color: #334aff;
}

/* CASE: Current Page/Site */
.umbrella-nav__link.is-current-page  {
	font-weight: bold;
	position: relative;
}

.umbrella-nav__link.is-current-page:after {
	background: #334aff;
	border-radius: 1.5px;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 16px);
}

@media screen and (min-width: 768px) {
	.umbrella-nav__link.is-current-page:after {
		content: "";
		width: calc(100% - 28px);
	}
}

/* -----------------------------------------------------------------------------
 *
 *  Umbrella Navigation - SITE-SPECIFIC OVERRIDES
 *  Appears above site navigation. Provides quick links to other TEC.com support sites.
 *
 * ----------------------------------------------------------------------------- */

.umbrella-nav {
	background: #fff;
}

.umbrella-nav__list {
	margin: 0;
}

.umbrella-nav__link {
	word-break: normal;
	word-wrap: unset;
}