/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
@import url('//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.sfwd-topic-template .entry-footer,
body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu>li>a>span,
body.buddypanel-header:not(.buddypanel-open) .side-panel-menu .bs-submenu-toggle {
	display: none !important;
}

body.bb-sfwd-aside.buddypanel-header .buddypanel .panel-head .bb-toggle-panel {
	display: flex !important;
}

body.bb-buddypanel.bb-sfwd-aside.buddypanel-header .site-header .bb-toggle-panel {
	color: #626167 !important;
}

body.bb-buddypanel.bb-sfwd-aside.buddypanel-header.buddypanel-open .site-header .bb-toggle-panel {
	display: none !important;
}

body.buddypanel-header .buddypanel .side-panel-inner {
	overflow: auto !important;
}

.lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
	background-color: var(--bb-body-background-color);	
}

body, p {
    color: #737373;
}

.bb-template-v2 .buddypanel .bb-toggle-panel {
    padding-left: 0;
	padding-right: 0;
    min-width: 100%;
    border-radius: 0;
}

body.buddypanel-header.buddypanel-open .buddypanel .bb-toggle-panel {
	text-align: left;
	padding-left: 15px;
}

input[type="text"]:not(#s), input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: black !important;
	border: none;
    background-color: rgba(0, 0, 0, .04);
    -webkit-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .8);
    border-radius: 4px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #626167;
}

a {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.bb-template-v2 .bb-header-buttons a.signin-button {
    background-color: #074a69;
    padding: 0px 12px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;    
	border-radius: 4px;
	min-height: 29px;
	line-height: 29px;
}

.bb-template-v2 .bb-header-buttons a.signin-button:hover {
	-moz-box-shadow: inset 0 0 1000px rgba(0,0,0,.15);
    -webkit-box-shadow: inset 0 0 1000px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, .15);
	color: white;
}

#primary-menu {
	display: flex;
    align-items: center;
	gap: 12px;
} 

#primary-menu>li {
	height: auto;
	line-height: 2.2;
	display: flex;
    align-items: center;
}   

#primary-menu>li>a {
	font-weight: 600;
	height: auto;
	padding: 0;
	font-size: 16px;
	color: #626167;
} 

#primary-menu>li>a:hover {
	color: var(--bb-header-links-hover);
	border-bottom-color: var(--bb-header-links-hover);
}

#secondary {
        background-color: #f4efef;
}

#secondary .widget {
    border: none;
	background: transparent;
}

#secondary .widget .widgettitle {
    margin-bottom: 24px;
    text-transform: uppercase;
    font-weight: 400;
	font-size: 20px !important;
	color: #626167;
}

#secondary .widget.bb_widget_recent_posts .bb-recent-posts li .bb-title {
	color: #626167;
	line-height: 1.2;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

#secondary .widget.bb_widget_recent_posts .bb-recent-posts li {
    margin-bottom: 30px;
}

#secondary .more-block a {
    color: #4dcadd;
    display: block;
	font-size: 20px;
	background: transparent;
	border: none !important;
}

body.buddypanel-header .buddypanel {
	padding: 0;
}

body.buddypanel-header .panel-head {
	height: auto !important;
}

.bb-template-v2 .side-panel-menu a {
	width: 100%;
	border-radius: 0;
}

body.buddypanel-header.buddypanel-open .buddypanel #site-logo,
body.buddypanel-header.buddypanel-open .buddypanel .site-branding.ld-brand-logo {
    background-color: white !important;
	margin-top: 0 !important;
}

body.buddypanel-header:not(.buddypanel-open) .panel-head,
body.buddypanel-header:not(.buddypanel-open) .side-panel-menu a {
	justify-content: center;
}

.user-wrap.menu-item-has-children .user-name {
    max-width: 80px;
}

.footer-copyright-wrap .footer-menu {
	    justify-content: flex-end;
}

.copyright, .footer-desc,
.footer-copyright-wrap .footer-menu a {
    font-size: 19px;
}

.footer-menu a {
	border-bottom: none !important;	
}

.footer-menu a:hover {
	--bb-footer-menu-link-color-hover: #074a69;
}

.site-title img {
	padding: 0;
}
