/*--------------------------------------------------------------
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
--------------------------------------------------------------*/

/*
TABLE OF CONTENTS
- 00: Reset
- 01: Global
- 02: Header
- 03: Structure
- 04: Components
- 05: Footer
- 06: Forms
- 07: Tables
- 08: Bootstrap
- 09: Plugins
- 10: Behavioral (JS)
- 11: Responsive (Media Queries)
- 12: Print
*/

/* 01: Global
========================================================================================================================= */
/* Fonts
------------------------------------------------------------------------ */
/*
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/Proxima-Nova.eot');
	src: local('☺'), url('../fonts/Proxima-Nova.woff') format('woff'), url('../fonts/Proxima-Nova.ttf') format('truetype'), url('../fonts/Proxima-Nova.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Proxima-Nova-Bold.eot');
	src: local('☺'), url('../fonts/Proxima-Nova-Bold.woff') format('woff'), url('../fonts/Proxima-Nova-Bold.ttf') format('truetype'), url('../fonts/Proxima-Nova-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal
}
*/

/* -------------------- variables -------------------- */
:root {
	--color-blue: #22ddf6;
	--color-blue-dark: #014bb1;
	--color-blue-light: #6becfd;
	--color-red: #a60103;
	--color-brown: #381300;
	--color-sand: #C69C6D;
	--color-wheat: #F5DEB3;
	--color-light: #fdf9f0;
	--color-dark: #170800;
	--color-grey: #a09992;
	--color-green: #33c682;
	--color-green-dark: #20875d;
	--color-green-light: #00fb87;
	--color-yellow: #fac302;
	--color-orange: #f60;
	--color-fire: #f2011d;
	--body-font: 'Roboto', arial, sans-serif;
	--title-font: 'PT Serif', arial, sans-serif;
}

/* Markup
------------------------------------------------------------------------ */
body {
	/*background: #fafbfd;*/
	background: #fff;
	color: #000;
	font-family: var(--body-font), Helvetica, Arial, Lucida, sans-serif;
}
body.bb-custom-typo {
	font-family: var(--title-font), Helvetica, Arial, Lucida, sans-serif;
}

p {
	color: #000;
}

.font-300 {font-weight: 300;}
.font-400 {font-weight: 400;}
.title-big {font-size: 3em; line-height: 1.2;}
.title-huge {font-size: 4em; line-height: 1.2;}
.title-massive {font-size: 7em; line-height: 1.2;}

/* BuddyBoss custom typography */
.bb-custom-typo h1,
.bb-custom-typo .h1,
.bb-custom-typo h2,
.bb-custom-typo .h2,
.bb-custom-typo h3,
.bb-custom-typo .h3,
.bb-custom-typo h4,
.bb-custom-typo .h4,
.bb-custom-typo h5,
.bb-custom-typo .h5,
.bb-custom-typo h6,
.bb-custom-typo .h6 {
	font-family: var(--title-font);
}

/* ---------- colors ---------- */
/* brand colors */
.color-brown {color: var(--color-brown) !important;}
.color-sand {color: var(--color-sand) !important;}
.color-wheat {color: var(--color-wheat) !important;}

.color-blue {color: var(--color-blue) !important;}
.color-blue-dark {color: var(--color-blue-dark) !important;}
.color-blue-light {color: var(--color-blue-light) !important;}
.color-red {color: var(--color-red) !important;}

/* default system colors */
.color-primary {color: var(--color-red) !important;}
.color-secondary {color: var(--color-blue-dark) !important;}
.color-cta {color: #33c682 !important;}

.color-yellow {color: var(--color-yellow) !important;}
.color-fire {color: var(--color-fire) !important;}
.color-orange {color: var(--color-orange) !important;}
.color-green {color: var(--color-green) !important;}
.color-green-light {color: var(--color-green-light) !important;}

/* neutral colors */
.color-light {color: var(--color-light) !important;}
.color-white {color: #fff !important;}
.color-grey-light {color: #f5f5f5 !important;}
.color-grey {color: var(--color-grey) !important;}
.color-grey-medium {color: #999 !important;}
.color-grey-dark {color: #333 !important;}
.color-black {color: #000;}
.color-dark {color: var(--color-dark) !important;}

/* meta colors */
.color-meta {color: var(--color-grey) !important;}
.color-type {color: var(--color-red) !important;}
.color-cat {color: var(--color-blue-dark) !important;}

/* ---------- backgrounds ---------- */
.bg-primary {background: var(--color-red) !important;}
.bg-secondary {background: var(--color-blue-dark) !important;}
/* brand colors */
.bg-brown {background: var(--color-brown) !important;}
.bg-sand {background: var(--color-sand) !important;}
.bg-wheat {background: var(--color-wheat) !important;}

/* default system colors */
.bg-yellow {background: var(--color-yellow) !important;}
.bg-orange {background: var(--color-orange) !important;}
.bg-green {background: var(--color-green) !important;}

/* theme colors */
.bg-blue {background: var(--color-blue) !important;}
.bg-blue-dark {background: var(--color-blue-dark) !important;}
.bg-green-light {background: var(--color-green-light) !important;}
.bg-red {background: var(--color-red) !important;}

/* neutral colors */
.bg-white {background: #fff !important;}
.bg-light {background: var(--color-light) !important;}
.bg-grey-light {background: #f5f5f5 !important;}
.bg-grey {background: #ccc !important;}
.bg-grey-medium {background: #999 !important;}
.bg-grey-dark {background: #333 !important;}
.bg-dark {background: var(--color-dark) !important;}

.bg-red-gradient {
  background-image: linear-gradient(to right, #962626, #e9373d);
}

/* texture backgrounds */
.bg-texture-topography-dark {
  background: url(../images/texture-topography-001-dark.jpg) !important;
}
.bg-texture-topography-light {
  background: url(../images/texture-topography-001-light.jpg) !important;
}

/* image backgrounds */
.bg-network-red {
  background: url(../images/section-bg-earth-network-red.jpg) top center no-repeat !important;
  background-size: cover;
}

/* -------------------- buttons -------------------- */
.btn.btn-primary {
	background: var(--color-blue);
	color: #000;
	border: 2px solid var(--color-blue);
}
.btn.btn-primary:hover {
	background: var(--color-blue-dark);
	color: #fff;
	border: 2px solid var(--color-blue-dark);
}
.btn.btn-save,
.btn.btn-yes {
	background: var(--color-green);
	color: #000;
	border: 2px solid var(--color-green);
}
.btn.btn-save:hover,
.btn.btn-yes:hover {
	background: var(--color-green-dark);
	color: #fff;
	border-color: var(--color-green-dark);
}
/* custom buttons */
.btn.btn-ice {
  background: #04e0fa;
  border-color: #04e0fa;
  color: #000;
}
.btn.btn-ice:hover {
  background: #0e7be0;
  border-color: #0e7be0;
  color: #fff;
}
.btn.btn-view {
	position: relative;
	padding-right: 50px;
	padding-left: 20px;
	background: none;
	color: #1a1b21;
	text-align: left;
}
.btn.btn-view i {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 9px;
	text-align: center;
	/*
	background: #1a1b21;
	color: #fff;
	border-radius: 100px;
	*/
}
.btn.btn-view:hover {
	background: #1a1b21;
	color: #fff;
	border-color: #1a1b21;
}
.btn.btn-view.btn-sm i {
	padding: 5px;
}
.btn.btn-view.btn-block {
	padding-right: inherit;
	padding-left: 20px;
}
.btn.btn-view.view-trans {
	color: #fff;
	border-color: #fff;
}
.btn.btn-view.view-trans:hover {
	background: #fff;
	color: #1a1b21;
}

/* -------------------- links -------------------- */
.link-blue {
	color: var(--color-blue) !important;
}
.link-blue:hover {
	color: var(--color-blue-dark) !important;
}

/* -------------------- lists -------------------- */
.list-items.items-path li.active a .item-number {
	background: #962626;
	border-color: #962626;
}


/* 02: Header
========================================================================================================================= */
.site-header {
	width: 100%;
	min-height: 100px;
	padding: 15px 0;
	z-index: 1000;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	border-top: 10px solid var(--color-wheat);
	border-bottom: 1px solid #ddd;
}
.site-header .header-wrap {
	position: relative;
	max-width: 1400px;
}
.site-header .header-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.site-header .header-brand {
	display: inline-flex;
	width: 170px;
	font-size: 1.6em;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	z-index: 1002;
}
.site-header .header-brand:hover {
	opacity: .5;
}
.site-header .header-brand sup {
	position: absolute;
    top: 29px;
    left: 250px;
    font-size: .5em;
    font-weight: 300;
    color: #1a1b21;
}

/* header search */
.site-header .header-search {
	display: inline-block;
	margin: 8px 0 0;
}
.site-header .header-search .search {
	width: 350px;
	margin: 0;
	background: none;
	border: 1px solid;
	border-radius: 5px;
}
.site-header .header-search .search .search-input {
	padding: 12px 20px;
	background: none;
	color: #000;
	font-size: .9em;
}
.site-header .header-search .search .search-input::placeholder {
	color: #999;
}
.site-header .header-search .search .search-submit {
	top: 3px;
	right: 3px;
	padding: 10px;
	color: #999;
}
.site-header .header-search .search .search-submit:hover {
	background: #151515;
	color: #fff;
}
.site-header .header-nav .nav-menu {
	display: inline-block;
	margin: 0;
}
.site-header .header-nav ul {
	list-style: none;
	font-weight: 700;
}
.site-header .header-nav ul li {
	display: inline-block;
	margin: 0 0 0 5px;
	vertical-align: top;
}
.site-header .header-nav ul li a {
	display: block;
	height: 50px;
	padding: 15px;
	color: var(--color-dark);
	line-height: 1.2;
	text-decoration: none;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	vertical-align: top;
}
.site-header .header-nav ul li a:hover {
	background: var(--color-wheat);
}
.site-header .header-nav ul li a .badge {
	display: inline-block;
	padding: 3px 5px;
	background: #f30;
	color: #fff;
	margin-left: 10px;
	border-radius: 4px;
	vertical-align: top;
}
.site-header .header-nav ul li.nav-login > a {
	font-weight: 700;
	color: #1a1b21;
}
.site-header .header-nav ul li.nav-icon-only {
	margin: 0;
}
.site-header .header-nav ul li.nav-icon-only a {
	padding: 20px 15px;
}
.site-header .header-nav ul li.nav-icon-only a i {
	margin: 0;
}
.site-header .header-nav ul li a i {
	margin-right: 5px;
	font-size: 1em;
	color: var(--color-sand);
}
.site-header .header-nav ul li a:hover i {
	color: var(--color-dark);
}
.site-header .header-nav ul li.menu-logout {
	display: none;
}

/* dropdown */
.site-header .header-nav li.nav-dropdown {
	position: relative;
}
.site-header .header-nav li.nav-dropdown .dropdown-toggle {
	padding: 8px 20px;
	background: var(--color-teal);
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
}
.site-header .header-nav li.nav-dropdown .dropdown-toggle.show {
	background: var(--color-brown);
	border-radius: 0;
}
.site-header .header-nav li.nav-dropdown .dropdown-icon {
	display: inline-block;
	vertical-align: top;
}
.site-header .header-nav li.nav-dropdown .dropdown-user {
	display: inline-block;
	width: 30px;
	margin: -6px 5px 0 0;
	vertical-align: top;
}
.site-header .header-nav li.nav-dropdown .dropdown-user img {
	border-radius: 100px;
}
.site-header .header-nav .dropdown-menu {
	top: -2px;
	right: 0;
	min-width: 220px;
	padding: 15px;
	margin: 0;
	font-size: .9em;
	background: var(--color-brown);
	border: none;
	border-radius: 0; 
	box-shadow: none;
}
.site-header .header-nav .dropdown-menu li {
	display: block;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, .15);
}
.site-header .header-nav .dropdown-menu li:first-child {
	border-top: none;
}
.site-header .header-nav .dropdown-menu li a {
	position: relative;
	display: block;
	height: auto;
	padding: 15px;
	color: rgba(255, 255, 255, .75);
}
.site-header .header-nav .dropdown-menu li a i {
	position: absolute;
	top: 17px;
	right: 10px;
}
.site-header .header-nav .dropdown-menu li a:hover {
	background: var(--color-brown-light);
	color: #fff;
}

.site-header .header-aside > * {
	height: 60px;
}
.site-header .header-aside i {
	font-size: 1.1em;
}
.site-header a.user-link {
	height: 60px;
}
.site-header a.user-link img {
	margin: 10px 0;
}

.site-header .header-nav ul.sub-menu-inner li {
	display: block;
}
.site-header .header-nav ul.sub-menu-inner li a {
	display: block;
	height: auto;
	padding: 10px;
}

.site-header .sub-menu .sub-menu-inner .user-link {
	padding: 10px;
}
.site-header .sub-menu .sub-menu-inner .user-link img {
	margin: 0 5px 0 0;
}

/* mobile */
.site-header .header-mobile-navicon {
	display: none;
	position: absolute;
	top: 3px;
	right: 0;
	padding: 15px;
	line-height: 1;
    cursor: pointer;
    user-select: none;
    -webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	z-index: 1001;
}
.site-header .header-mobile-navicon .bars {
	display: inline-block;
    width: 32px;
    height: 2px;
    background: #999;
    transition: 0.3s;
    position: relative;
}
.site-header .header-mobile-navicon .bars:before,
.site-header .header-mobile-navicon .bars:after {
	display: inline-block;
    width: 32px;
    height: 2px;
    background: #999;
    border-radius: 0.28571rem;
    -webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
}
.site-header .header-mobile-navicon .bars:before {
	top: 10px;
}
.site-header .header-mobile-navicon .bars:after {
	top: -10px;
}

/* close state */
.site-header .header-mobile-navicon.navicon-close {
	-webkit-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);
}
.site-header .header-mobile-navicon.navicon-close .bars {
	background: transparent;
}
.site-header .header-mobile-navicon.navicon-close .bars:before,
.site-header .header-mobile-navicon.navicon-close .bars:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 2px;
    width: 42px;
}
.site-header .header-mobile-navicon.navicon-close .bars:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}
.site-header .header-mobile-navicon.navicon-close .bars:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}

/* restyle header styling (on scroll down) */
.site-header.header-restyle {
	background: #fff;
}

/* member header */
.site-header.header-member {
	background: none;
}
.site-header.header-member .header-nav {
	padding-right: 10px;
}
.site-header.header-member .header-nav ul li a {
	color: #151515;
}
.site-header.header-member .header-nav ul li a:hover {
	background: #02bad5;
	color: #fff;
}
.site-header.header-member .header-nav ul.dropdown-menu li a {
	color: #fff;
}

/* hide account headers */
.page-template-template-auth .site-header,
.page-template-template-login .site-header,
.page-template-template-account-registration .site-header,
.page-template-template-account-welcome .site-header {
	display: none;
}

/* hide checkout headers */
.page-template-template-checkout .site-header,
.page-template-template-checkout-paypal .site-header,
.page-template-template-confirmation .site-header {
	display: none;
}

/* hide membership/plan headers */
.page-template-template-membership .site-header,
.page-template-template-plans .site-header {
	display: none;
}

/* hide landing page headers */
.page-template-page-email-optin .site-header,
.page-template-page-sales-page-simple .site-header,
.page-template-page-landing-page-squeeze .site-header {
	display: none;
}


/* 03: Structure
========================================================================================================================= */
.site {
	padding: 0;
	margin: 0;
}

.container {
	width: auto;
	max-width: 1400px;
	padding: 0 30px;
}

.wrap-app {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.wrap-app.app-auth {
	padding: 0;
	max-width: inherit;
}
.wrap-app.app-admin {
	padding: 0 30px !important;
}
.wrap-app.app-admin .app-header h1 {
	margin: 0;
}

/* -------------------- app body -------------------- */


/* -------------------- app content -------------------- */
.app-content {
	padding: 30px 0;
}

/* -------------------- app header -------------------- */
.app-header .header-label {
	display: inline-block;
	margin: 0 0 15px;
	text-transform: none;
}


.app-header.header-banner {
	background: url(../images/hero-bg-horse-001.jpg) center center no-repeat;
	background-size: cover;
}

.app-header.header-banner .header-label {
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

/* banner backgrounds */
.app-header.header-banner.banner-dashboard {
	background: url(../images/hero-bg-horse-001.jpg) center center no-repeat;
	background-size: cover;
}
.app-header.header-banner.banner-events {
	background: url(../images/hero-bg-horse-003.jpg) top center no-repeat;
	background-size: cover;
}
.app-header.header-banner.banner-library {
	background: url(../images/hero-bg-horse-002.jpg) center center no-repeat;
	background-size: cover;
}
.app-header.header-banner.banner-learning-paths {
	background: url(../images/hero-bg-horse-002.jpg) center center no-repeat;
	background-size: cover;
}


.app-header .header-nav li.active a {
	border-left: 2px solid var(--color-blue);
}
.app-header .header-nav li.active a i {
	color: var(--color-blue);
}

/* -------------------- app content -------------------- */


/* ---------- Login ---------- */
.page-template-template-login {
	background: url(../images/page-bg-login.jpg) center center no-repeat;
	background-size: cover;
}

.login-rail {
	position: fixed;
	top: 0;
	left: 0;
	width: 450px;
	height: 100%;
	padding: 100px 50px;
	background: #fff;
}
.login-rail .login-brand {
	position: relative;
	width: 250px;
	margin: 0 0 20px;
}
.login-rail .login-brand img {
	display: block;
}
.login-form h3 {
  text-transform: uppercase;
}

/* -------------------- page section -------------------- */
.page-section.section-approach {
	background: url(../images/page-bg-connection.jpg) center center no-repeat;
	background-size: cover;
}
.page-section.section-plans {
	background: url(../images/page-bg-feed.jpg) center center no-repeat;
	background-size: cover;
}

/* 04: Components
========================================================================================================================= */
/* -------------------- checklist -------------------- */
.checklist-item .label-checkmark {
  top: 25px;
}
.checklist-item .item-title {
  font-family: 'Oswald';
}

/* -------------------- checkout -------------------- */
.checkout .checkout-column.column-product {
	background: var(--color-wheat);
}

/* -------------------- hero -------------------- */
.hero-wrap.wrap-membership .hero-content {
	padding: 100px;
}

/* -------------------- items -------------------- */
.item.item-band {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}
.item.item-light .meta .meta-label.label-cat {
	color: var(--color-blue);
}

/* ---------- Meta ---------- */
.meta .meta-label.label-cat {
	color: var(--color-blue-dark);
}
.meta .meta-label.label-type {
	color: var(--color-red);
}

/* ---------- Metrics ---------- */
.metric.metric-circle {
	width: 100px;
	padding: 0;
	margin: 0 20px 20px 0;
}
.metric.metric-circle .metric-badge {
	display: block;
	width: 100px;
	margin: 0 0 15px;
}
.metric.metric-circle .metric-label {
	line-height: 1.4;
	text-align: center;
}
.metric.metric-circle .circle-score {
	display: block;
	width: 100px;
	height: 100px;
	padding: 35px 0;
	margin: 0 0 15px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	background: #000;
	color: #fff;
	border-radius: 500px;
}

/* ---------- Search ---------- */
.search-visible .header-search-wrap {
	position: fixed;
    height: 115px;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    z-index: 2000;
}
.header-search-wrap a.close-search {
	top: 20px;
	right: 30px;
}
.header-search-wrap a.close-search i {
	font-size: 3em;
	color: #fff;
}
.header-search-wrap a.close-search:hover {
	background: rgba(0, 0, 0, 0.25);
}
.bp-search-results-wrapper .bp-navs a.loading {
	background: #fff !important;
}

/* 05: Footer
========================================================================================================================= */
#page .footer-bottom {
	background: var(--color-brown);
	color: #fff;
}
#page .footer-bottom a {
	color: #fff;
}
#page .footer-bottom a:hover {
	color: var(--color-blue);
}
#page .footer-bottom p {
	color: rgba(255, 255, 255, 0.75);
}


/* 06: Forms
========================================================================================================================= */
.label-option input {
	top: 12px;
}


/* 07: Tables
========================================================================================================================= */
/* leaderboard table */
.table-leaderboard th,
.table-leaderboard td {
	padding-left: 0;
	padding-right: 0;
}
.table-leaderboard.leaderboard-small thead {
	font-size: .85em;
}
.table-leaderboard.leaderboard-small .column-member {
	width: 220px;
}



/* 08: Bootstrap
========================================================================================================================= */
/* ----- alerts ----- */
.alert.alert-dark {
  border-left: 4px solid #962626;
}

/* ----- carousel ----- */
.carousel.carousel-images {
	padding: 0 0 60px;
}
.carousel.carousel-images .carousel-inner {
	width: 80%;
	margin: 0 auto;
}
.carousel.carousel-images .carousel-control-next,
.carousel.carousel-images .carousel-control-prev {
	width: 10%;
}

/* ----- labels ----- */
.label.label-primary {
	background: #962626;
}

/* type labels */
.label.label-type {
	background: none;
	border-left: 2px solid;
}

.label.label-type.type-ice {
	color: #04e0fa;
}

/* ----- nav ----- */
.nav-link {
	color: var(--bb-primary-color);
}
.nav-link:hover {
	color: var(--bs-link-hover-color-rgb);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background: var(--bb-primary-color);
}

/* ----- wells ----- */
.well-intro {
  padding: 0 50px 0 0;
  margin: 0;
  background: none;
  border-right: 1px solid #04e0fa;
}
.well-launch {
  padding: 0 0 0 50px;
  margin: 0;
  background: none;
}
.well-trans-blue {
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(3px);
  border: 1px solid var(--color-blue-light);
}

.well.well-cta.cta-orientation,
.well.well-cta.cta-membership {
	background: url(../images/well-bg-horse-connection.jpg) center center no-repeat;
	background-size: cover;
}
.well.well-event {
	background: url(../images/well-bg-events.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* 09: Plugins
========================================================================================= */
/* -------------------- BuddyBoss -------------------- */
.entry-header.bb-single-forum {
	max-width: 1400px;
	margin: 0 auto;
}
.bbpress .entry-content,
.bp_members .entry-content {
    width: auto;
	max-width: 1400px !important;
	padding: 0 30px;
	margin: 0 auto;
}

.subnav-search.groups-search {
	display: none; /* hide groups search */
}
.component-navigation.groups-nav {
	display: none; /* hide groups index nav (because of access) */
}
/* hide specific Group nav links */
#activity-groups-li,
#documents-groups-li,
#photos-groups-li,
#videos-groups-li,
#albums-groups-li {
	display: none;
}
/* hide specific Profile nav links */
#media-personal-li {
	display: none;
}
.user-wrap.menu-item-has-children #header-my-account-menu a {
	font-size: .75em;
	padding-right: 0;
	padding-left: 35px;
}
.user-wrap.menu-item-has-children #header-my-account-menu a i,
.user-wrap.menu-item-has-children #header-my-account-menu a img {
	left: 10px;
}

/* -------------------- Chosen JS -------------------- */
.chosen-container-single .chosen-single {
	height: 50px;
	padding: 14px;
	font-size: 1.1em;
	line-height: 20px;
	background: none;
	box-shadow: none !important;
	border: 1px solid #d5d5d5;
}
.chosen-container-single .chosen-single div b {
	display: none;
}

.chosen-container-multi .chosen-choices {
	padding: 13px;
	background: #fff;
    border: 1px solid #d5d5d5;
    box-shadow: none;
    border-radius: 3px;
    outline: none;
    font-family: 'Roboto';
}
.chosen-container .chosen-results li {
	padding: 10px;
}
.chosen-container .chosen-results li.highlighted {
	background: #4095ef;
}
.chosen-container .chosen-results li em {
	font-weight: 700;
}
.chosen-container-multi .chosen-choices li.search-choice {
	padding: 7px 25px 7px 7px;
	background: #eee;
    font-family: 'Roboto';
    font-size: .85em;
    box-shadow: none;
    border: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 8px;
	right: 7px;
}

/* -------------------- Magnific Popup (image galleries) -------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/* zoom effect */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}  

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* -------------------- MemberMouse -------------------- */
/* ----- general styles ----- */
.mm-button {
	font-family: 'Source Sans Pro';
}

/* -------------------- Yoast -------------------- */
.bb-yoast-breadcrumbs {
	display: none;
}

/* 10: Behavioral (JS)
========================================================================================================== */



/* 11: Responsive (Media Queries)
========================================================================================================== */
/* Retina-specific styles */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

}

/* LARGE DESKTOP */
@media (max-width: 1399px) {

}

@media (max-width: 1199px) {

	/*
	Header
	-------------------------------------------------- */
	.site-header {
		height: 75px;
		min-height: 75px;
		padding: 0;
	}
	.site-header .header-wrap {
		border: none;
		padding: 0 15px;
	}
	.site-header .header-brand {
		width: 100px;
		padding: 10px 0;
	}
	.site-header .header-brand sup {
		top: 27px;
		left: 214px;
	}
	.site-header .header-mobile-navicon {
		display: inline-block;
	}
	.site-header .header-nav {
		display: block;
	}
	.site-header .header-nav .nav-menu {
		position: fixed;
		top: 75px;
		left: 0;
		width: 100%;
		height: 0;
		padding: 0;
		background: #fff;
		overflow: hidden;
		z-index: 1000;
		-webkit-transition: .25s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.site-header .header-nav ul > li {
		float: none;
		display: block;
		margin: 0;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	.site-header .header-nav ul > li > a {
		height: auto;
		padding: 20px;
	}
	.site-header .header-nav ul li.menu-logout {
		display: block;
	}
	.site-header .header-aside {
		display: none;
	}
	/* mobile nav open UX */
	.mobile-nav-open .site-header .header-nav .nav-menu {
		height: 100%;
	}
	.mobile-nav-open .site-header .header-aside {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px 15px;
		background: var(--color-light);
		justify-content: left;
		z-index: 1001;
	}
	.mobile-nav-open .header-aside .user-wrap.user-wrap-container {
		display: none; /* hide buddyboss user menu */
	}

    .js-countdown-timer {
        display: none; /* hide timer on mobile (NaN issue) */
    }

    .well-intro {
		padding: 0 0 30px;
		margin: 0 0 30px;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #04e0fa;
    }
    .well-launch {
		padding: 0;
		margin: 0;
    }

}

/* SMALL DESKTOP */
@media (min-width: 992px) {

}

/* TABLET */
@media (max-width: 1024px) {

	.hero-wrap.wrap-membership .hero-content {
		padding: 50px 0;
	}
	
}

/* MOBILE */
@media (max-width: 768px) {

  .title-big {font-size: 2em;}
  .title-huge {font-size: 3em;}
  .title-massive {font-size: 5em;}

}

/* SUPER MOBILE */
@media (max-width: 600px) {

	.hero-wrap.wrap-membership .hero-content {
		padding: 30px 0;
	}
	
	.login-rail {
		position: relative;
		width: 100%;
	}

	.page-template-template-login #page .footer-bottom {
		display: block;
		color: #fff;
	}

}


/* 12: Print
========================================================================================================== */
/* PRINT styles */
@media print {

	

}

