/*--------------------------------------------------------------
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: 'Proxima Nova Bold';
    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: #007bff;
	--color-blue-dark: #0202d9;
	--color-purple: #6f42c1;
	--color-red: #a60103;
	--color-light: #f5f5f5;
	--color-dark: #1a1b21;
	--color-grey: #748ca2;
	--color-green: #33c682;
	--color-green-light: #00fb87;
	--color-yellow: #fac302;
	--color-orange: #f60;
	--body-font: 'Proxima Nova', arial, sans-serif;
	--title-font: 'Proxima Nova Bold', 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 {
	font-family: var(--body-font), Helvetica, Arial, Lucida, sans-serif;
	color: #000;
}

audio, video {
	display: block;
	max-width: 100%;
}

/* videos on membership */
.membership-video .video-js {
    width: 100%;
    aspect-ratio: 3 / 2;
}


.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-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-purple {color: var(--color-purple) !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;}
.color-cyan {color: #01dcf0 !important;}

/* neutral colors */
.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;}

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

/* default system colors */
.bg-yellow {background: #fc0 !important;}
.bg-orange {background: #f60 !important;}
.bg-green {background: #33c682 !important;}

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

.bg-grey-blue {background: #58607c !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: #fff;
	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: #fff;
	border: 2px solid var(--color-green);
}
.btn.btn-save:hover,
.btn.btn-yes:hover {
	background: var(--color-green-light);
	color: #fff;
	border-color: var(--color-green-light);
}
/* custom buttons */
.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;
}

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


/* 02: Header
========================================================================================================================= */
.site-header {
	width: 100%;
	min-height: 90px;
	padding: 7px 0;
	background: #f5f5f5;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	z-index: 1000;
}
.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 {
	float: right;
	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-dark);
}
.site-header .header-nav ul li a:hover i {
	color: var(--color-dark);
}

/* 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: 0 10px 0 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;
}

/* 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 {
	background: #fff;
}

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

.wrap-app {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.wrap-app.app-auth {
	padding: 0;
	max-width: inherit;
}

.site-content > .container {
	max-width: 100%;
	padding: 0;
}

/* -------------------- app nav -------------------- */
.app-nav {
	padding: 0;
	background: #383841;
}
.app-nav .nav-brand {
	height: 90px;
	padding: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.logged-in .app-nav {
	background: #131436;
    background: linear-gradient(180deg,rgba(19, 20, 54, 1) 0%, rgba(3, 3, 166, 1) 100%);
}
.app-nav .nav-menu {
	padding: 0 30px;
}
.app-nav .nav-menu ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.app-nav .nav-menu ul li:first-child {
	border-top: none;
}
.app-nav .nav-menu ul li a {
	color: #fff;
}
.app-nav .nav-menu ul li a:hover,
.logged-in .app-nav .nav-menu ul li a:hover {
	color: var(--color-blue);
}
.app-nav .nav-menu ul li a .menu-title {
	font-size: 1em;
	text-transform: none;
}
.app-nav .nav-menu ul li a .menu-desc {
	font-family: var(--body-font), Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;
	color: rgba(255, 255, 255, .5);
}
/* Public nav: separate and highlight Library link */
.app-nav:not(.nav-member) .nav-menu ul li.menu-library {
	margin-top: 30px;
	border-top: 0;
}
.app-nav:not(.nav-member) .nav-menu ul li.menu-library a {
	padding: 16px 55px 16px 14px;
	background: #141414;
	color: #fff;
	border-radius: 4px;
}
.app-nav:not(.nav-member) .nav-menu ul li.menu-library a .menu-icon,
.app-nav:not(.nav-member) .nav-menu ul li.menu-library a .menu-desc {
	color: rgba(255, 255, 255, 0.8);
}
.app-nav:not(.nav-member) .nav-menu ul li.menu-library a:hover {
	background: #000;
	color: #fff;
}
.app-nav .nav-mobile-toggle {
	background: #000;
	color: #fff;
}
.app-nav .nav-mobile-toggle.menu-open {
	background: var(--color-blue);
	color: #fff;
}

/* active app page highlighting */
.app-dashboard .menu-dashboard a .menu-icon,
.app-library .menu-library a .menu-icon,
.app-courses .menu-courses a .menu-icon,
.app-events .menu-events a .menu-icon,
.app-live .menu-live a .menu-icon,
.app-community .menu-community a .menu-icon,
.app-forums .menu-forums a .menu-icon,
.app-groups .menu-groups a .menu-icon,
.app-members .menu-members a .menu-icon {
	color: var(--color-blue) !important;
}

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


/* -------------------- app content -------------------- */
.app-content {
	padding: 30px 0;
}
.app-content .item-body {
	padding: 30px;
	margin: 30px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* -------------------- app header -------------------- */
.app-header.header-banner h1 {
  padding: 0 0 20px;
  margin: 0 0 15px;
}
.app-header.header-banner {
	background: url(../images/bg-waves-purple-aqua.jpg) top center no-repeat;
	background-size: cover;
}

/* banner backgrounds */
.app-header.header-banner.banner-dashboard {
	background: url(../images/hero-bg-dashboard.jpg) center center no-repeat;
	background-size: cover;
}
.app-header.header-banner.banner-membership {
	background:
	  linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
	  url(https://sh-cosmiccanvas.s3.us-west-2.amazonaws.com/wp-content/uploads/2025/12/18095549/Antares_Rho_Oph_upsat.jpg)
		top center no-repeat;
	background-size: cover;
  }

/*
.app-header.header-banner.banner-library {
	background: url(../images/temp-background-1735237_1280.jpg) center center no-repeat;
	background-size: cover;	
}
.app-header.header-banner.banner-learning-paths {
	background: url(../images/temp-background-1735237_1280.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 fixed no-repeat !important;
	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;
}

/* 04: Components
========================================================================================================================= */

/* -------------------- videos -------------------- */
.vjs-poster {
	background-size: cover !important;
	/* Ensure the background image covers the entire container, potentially cropping the edges */
}

.video-js {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}

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

/* -------------------- checkout -------------------- */


/* -------------------- items -------------------- */
.item.item-band {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}


/* ---------- Meta ---------- */
.meta .meta-label.label-type {
	color: #962626;
}

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


/* 05: Footer
========================================================================================================================= */



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

.search-wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px;
}

/* 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-quotes {
	padding: 0 0 60px;
}
.carousel.carousel-quotes .carousel-inner {
	width: 80%;
	margin: 0 auto;
}
.carousel.carousel-quotes .carousel-control-next,
.carousel.carousel-quotes .carousel-control-prev {
	width: 10%;
}
.carousel.carousel-quotes .carousel-indicators [data-bs-target] {
	height: 5px;
	background: var(--color-grey);
}
.carousel.carousel-quotes .carousel-indicators [data-bs-target].active {
	background: var(--color-blue-dark);
}
.carousel.carousel-quotes .carousel-indicators [data-bs-target]:hover {
	background: var(--color-blue-dark);
}
.carousel.carousel-quotes .carousel-indicators [data-bs-target]:focus {
	background: var(--color-blue-dark);
}

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

/* Customization: emphasise Downloads & Resources tab on Learning Path page*/
.app-learning-paths .nav-link {
	font-weight: 600;
	color: var(--bb-primary-color, #2271b1);
}
.app-learning-paths .nav-link i {
	opacity: 1;
}
.app-learning-paths .nav-underline .nav-link.active {
	border-bottom-width: 3px;
	font-weight: 700;
}
/*    Accent background when not active */
.app-learning-paths .nav-link:not(.active) {
	background: rgba(182, 184, 184, 0.12);
	border-radius: 4px;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

/* ----- bundles marketing (page-membership.php + template-learning-paths.php) ----- */
.bundles-intro {
	margin: 0 0 32px;
	padding: 30px 0 32px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	text-align: center;
}
.bundles-marketing-label {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--color-blue);
	margin: 0 0 10px;
}
.bundles-marketing-heading {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 10px;
}
.bundles-marketing-subheading {
	font-size: 1rem;
	color: var(--color-grey);
	margin: 0;
}

/* bundle cards grid */
.bundles-grid {
	margin-bottom: 48px;
}
.card.card-bundle {
	height: 100%;
	margin-bottom: 24px;
}
.card.card-bundle .card-image .tile-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}
.card.card-bundle .card-title {
	font-size: 1.3rem;
	margin: 0 0 8px;
}
.card.card-bundle .bundle-heading {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--color-grey);
	margin: 0 0 10px;
}
.card.card-bundle .bundle-description {
	font-size: 0.9rem;
	margin: 0 0 14px;
}
.card.card-bundle .bundle-price {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--color-green);
	margin: 0 0 16px;
}


/* ----- 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 {
	background: url(../images/well-bg-horse-connection.jpg) center center no-repeat;
	background-size: cover;
}

/* 09: Plugins
========================================================================================= */
/* -------------------- Gravity Forms -------------------- */
body .gform_wrapper .gform_validation_container {
    display: none;
}

/* -------------------- BuddyBoss -------------------- */
.bbpress .entry-content,
.bp_members .entry-content {
    width: auto;
	max-width: 1400px !important;
	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; } }

/* -------------------- MemberPress -------------------- */
/* ---------- General Forms ---------- */
.mp-form-label {
	display: block;
	margin: 0 0 5px;
}
.site-wrapper .mp_wrapper .mp-form-row {
	margin: 0 0 20px;
}

.mp_wrapper input[type=email],
.mp_wrapper input[type=number],
.mp_wrapper input[type=password],
.mp_wrapper input[type=tel],
.mp_wrapper input[type=text],
.mp_wrapper input[type=url] {
	border-width: 2px;
}

.mp_wrapper.mp_login_form input[type=password],
.mp_wrapper.mp_login_form input[type=text],
.mp_wrapper.mp_login_form .mepr_password input[type=password],
.mp_wrapper.mp_login_form .mepr_password input[type=text] {
	padding: 12px 15px 12px 40px !important;
}
.mp_wrapper.mp_login_form .mepr_password:before,
.mp_wrapper.mp_login_form .mepr_username:before {
	top: 15px !important;
}
.mp_wrapper.mp_login_form #wp-submit {
	height: auto !important;
	padding: 12px;
	border-radius: 100px;
	background: var(--color-dark);
}
.mp_wrapper.mp_login_form #wp-submit:hover {
	background: var(--color-blue);
}
.mp_wrapper.mp_login_form .mepr-login-actions {
	position: static;
}

/* ---------- Checkout / Register ---------- */
/* hide header and footer */
.single-memberpressproduct .site-header,
.single-memberpressproduct .site-footer,
.single-memberpressproduct .app-nav {
	display: none;
}

/* adjust wrapper and layout */
.single-memberpressproduct .site {
	margin: 0;
	padding: 0;
}
.single-memberpressproduct .container,
.single-memberpressproduct .wrap-app {
	max-width: 100%;
	padding: 0;
}
.page-template-template-confirmation .container,
.page-template-template-confirmation .wrap-app {
	max-width: 100%;
	padding: 0;
}

/* checkout styles */
.mepr-signup-form {
	margin-left: -2%;
	overflow: auto;
	clear: both;
}
.mp_wrapper .mp-form-row {
	width: 98% !important;
	float: left;
	margin-left: 2%;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
}
.mp-form-row.mepr_first_name,
.mp-form-row.mepr_last_name,
.mp-form-row.mepr_mepr-address-one,
.mp-form-row.mepr_mepr-address-two{
	width: 48% !important;
}
.mp-form-row.mepr_mepr-address-country,
.mp-form-row.mepr_mepr-address-state,
.mp-form-row.mepr_mepr-address-zip {
	width: 31.33% !important;
}
.mepr-signup-form .mp-form-row.mepr_password,
.mepr-signup-form .mp-form-row.mepr_password_confirm {
	width: 48% !important;
}

.mp_wrapper .mp-form-row label {
	margin-bottom: 2px;
	font-family: var(--body-font), Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;
}

.mp-form-row.mepr_price {
	display: none !important;
	padding: 15px;
	background: #f5f5f5;
	border-left: 3px solid #0462a4;
}
.mepr_price_cell_label {
	font-weight: 700;
}

.mepr-payment-methods-wrapper:before {
	content: "Billing Details";
	display: block;
	font-family: var(--title-font);
	font-size: 1.8em;
	font-weight: 700;
	margin: 0 0 10px;
}

.mp_wrapper .mepr-signup-form fieldset,
.mp-form-submit {
	float: left;
	width: 98%;
	margin-top: 2%;
	margin-left: 2%;
}
.mp-form-submit input[type="submit"] {
	width: 100%;
	height: auto;
	padding: 15px;
	background: var(--color-blue);
}
.mp-form-submit input[type="submit"]:hover {
	background: var(--color-blue-dark);
}

.checkout-column.column-payment .mp_wrapper input {
	border-width: 2px;
}

.mepr-form input.invalid,
.mepr-form select.invalid,
.mepr-form textarea.invalid,
.mepr-form label.mepr-checkbox-field.invalid,
.mepr-form div.mepr-checkboxes-field.invalid,
.mepr-form div.mepr-radios-field.invalid {
	background: none !important;
	border-width: 1px !important;
}
.mp_wrapper .mepr-form-has-errors,
.mp_wrapper .cc-error,
.mp_wrapper .mepr-validation-error {
	padding: 0;
	font-size: .8em;
}

/* ---------- Confirmation ---------- */
/* hide header and footer */
.page-template-page-confirmation-memp .site-header,
.page-template-page-confirmation-memp .site-footer {
	display: none;
}

/* adjust wrapper and layout */
.page-template-page-confirmation-memp .site-wrapper {
	width: auto;
}

/* ---------- Account ---------- */
.mepr-account-rebill {
	display: none;
}

/*
#mepr-account-nav ul {
	margin: 0 0 20px !important;
}
#mepr-account-nav ul li a {
	display: inline-block;
	padding: 10px;
	text-decoration: none;
}
#mepr-account-nav ul li a:hover {
	background: #f5f5f5;
	color: #036;
}
#mepr-account-nav ul li.mepr-active-nav-tab a {
	color: #000;
	border-bottom: 2px solid #000;
}
*/



.page-template-template-account .app-content .item-body {
	padding: 0;
	border: none;
}

.bb-mp-account-settings .mp_wrapper.mp_wrapper_nav {
	flex: 0 0 180px;
}

.site-wrapper .mp_wrapper table.mepr-account-table th,
.site-wrapper .mp_wrapper table.mepr-account-table td {
	padding: 15px;
}

/* -------------------- 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 {
		display: none;
	}
	.site-header .header-wrap {
		border: none;
		padding: 0 15px;
	}
	.site-header .header-brand {
		width: 130px;
		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-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;
	}

	.app-nav .nav-brand {
		width: 200px;
		height: auto;
		padding: 15px;
		border-bottom: none;
	}
	.logged-in .app-nav {
		background: #000;
	}
	.logged-in .app-nav .nav-menu {
		background: #131436;
	}
	.logged-in .app-nav.nav-member .nav-mobile-toggle {
		background: #131436;
	}
	.logged-in .app-nav.nav-member .nav-mobile-toggle.menu-open {
		background: var(--color-blue);
	}

    .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) {
	
}

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

	.login-rail {
		position: relative;
		width: 100%;
	}

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

	.app-header.header-banner {
		padding: 30px 0;
	}

}


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

	

}

