:root {
	--mmt-bg:			#108ead;
	--mmt-pale-dark: 	#e8e8e2;
    --mmt-pale: 		#f8f8f6;
    --mmt-black: 		#4a4a4a;
    --mmt-offblack: 	#2c2c2c;
    --mmt-link: 		#288ba3;
    --mmt-link-hover: 	#ff6c00;
    --mmt-btn:			#349FB9;
    --mmt-btn-hover:	#277588;
    --mmt-trace: 		#E4E4DC;
    --mmt-warning: 		#ff6c00;
    --fc-border-color: 	#e8e8e2;
    --fc-event-bg-color: #e8e8e2;
    --mmt-navbar-height: 86px;
  	--mmt-rainbow-height: 4px;
  	--mmt-subnavbar-height: 42px;
}

/* ============================================= 	*/
/* COLOURS											*/
/* ============================================= 	*/

.bg-mmt {
	background-color: var(--mmt-bg);
}

.bg-btn {
	background-color: var(--mmt-btn);
}

.bg-pale-dark {
	background-color: var(--mmt-pale-dark);
}

.bg-pale {
	background-color: var(--mmt-pale);
}

.bg-offblack {
	background-color: var(--mmt-offblack);
}

.bg-highlight {
	background-color: var(--mmt-warning);
}

.text-pale-dark {
	color: var(--mmt-pale-dark);
}

.text-black {
	color: var(--mmt-black) !important;
}

.text-btn-color {
	color: var(--mmt-btn) !important;
}

.alert-primary {
	background-color: var(--mmt-bg);
    border-color: var(--mmt-bg);
    color: #fff;
}

/* ============================================= 	*/
/* BS OVERRIDES										*/
/* ============================================= 	*/

.bg-primary {
	background-color: var(--mmt-bg) !important;
}

.btn-rounded {
	border-radius: 1.5em;
}

.btn {
	font-size: 13px;
    padding: .375rem 0.65rem;
}

.btn-primary, 
.btn-primary:visited,
.btn-primary:active {
    color: #fff;
    background-color: var(--mmt-btn);
    border-color: var(--mmt-btn);
}

.btn-primary:hover,
.btn-primary:hover:focus {
	text-decoration: none;
    background-color: var(--mmt-btn-hover);
    border-color: var(--mmt-btn-hover);
}

.btn-primary:focus {
	background-color: var(--mmt-btn);
    border-color: var(--mmt-btn);
    outline: 0;
    box-shadow: none;
}

.btn-outline-primary, 
.btn-outline-primary:visited,
.btn-outline-primary:active {
    color: var(--mmt-btn);
    font-size: 13px;
    background-color: #fff;
    border-color: var(--mmt-btn);
}

.btn-outline-primary:hover,
.btn-outline-primary:hover:focus {
	text-decoration: none;
    color: #fff;
    background-color: var(--mmt-btn-hover);
    border-color: var(--mmt-btn-hover);
}

.btn-outline-primary:focus {
	background-color: #fff;
    border-color: var(--mmt-btn);
    box-shadow: none;
}

.btn-close:focus,
.btn-primary:active:focus,
.btn-outline-primary:active:focus,
.btn-check:focus+.btn,
.btn:focus{
	box-shadow: none;
}

.rounded,
.form-control,
.form-select,
.alert {
    border-radius: 0.5rem;
}

.nav-link, .nav-link:focus, .nav-link:active {
	color: #6c757d;
}

img.rounded {
	border-radius: 0.5rem !important;
}

.rounded-16 {
	border-radius: 16px;
}

.form-control:focus {
	box-shadow: none;
    border-color: var(--mmt-btn)
}

hr {
	background-color: var(--mmt-trace);
    opacity: 1;
}

.table>:not(caption)>*>* {
	padding: 1rem 0.5rem;
}

.table th {
	padding: 1rem 0.5rem;
    vertical-align: bottom;
}

.table {
    border-radius: 16px;
    overflow:hidden;
    background-color: #fff;
}

.table tr:last-child td {
	border: none;
}

.t-footer-row {
	border: none;
}
.table tr:hover .t-footer-row {
	background-color: #fff;
}

.modal-content {
	border-radius: 16px;
    border: none;
    overflow: hidden;
}

.modal-body-scroll {
	max-height: calc(70vh - 3rem);
    overflow-y: scroll;
}

.dropdown-item,
.dropdown-item:visited {
	color: var(--mmt-black);
}

.card {
	border-radius: 16px;
}

.card-body {
 padding: 12px 12px;
}

.badge {
	font-weight: 400;
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-size: 12px;
    padding: 0.35em 0.57em;
}

.form-label,
.form-check-label {
	font-weight: 600;
}

.label-end {
	font-weight: 400;
    font-size: 0.85rem;
}

.input-group .btn {
	border-radius: 0.5rem;
}

.list-group-item {
	background-color: transparent;
}

.list-group-item:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.list-group-item-action {
	color: var(--mmt-black) !important;
}

.list-group-negative {
	margin-left: -12px;
    margin-right: -12px;
}

.btn-link,
.btn-link:visited {
	color: #fff;
    text-decoration: none;
}

.btn-link:hover {
	color: var(--mmt-link-hover);
    text-decoration: none;
}

.font-weight-bold {
	font-weight: 600;
}

.btn-check:checked + .btn {
	background-color: var(--mmt-btn);
    color: #fff;
} 

.tox-tinymce {
	border: 1px solid #ced4da !important;
    border-radius: 0.5rem !important;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid #ced4da !important;
}

.dropdown-menu {
	border-radius: 0.5rem;
}

.color-picker {
	width: 30px;
    border: 1px solid #ced4da;
    padding: 3px;
    border-radius: 3px;
    vertical-align: middle
}

.bootstrap-select {
	display: block !important;
    width: 100% !important;
}

.bootstrap-select button {
	background-color: #fff !important;
    color: var(--mmt-black) !important;
    padding: .475rem .75rem!important;
    border-radius: 0.5rem !important;
    border: 1px solid #ced4da !important;
}

.bootstrap-select .dropdown-menu.inner {
	max-height: 200px;
}

.modal-open {
    overflow: hidden;
}

.offcanvas-start {
	overflow: hidden;
    border-right: none;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

@media (min-width: 576px) { 
	.offcanvas-start {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.offcanvas-bottom {
	overflow: hidden;
	border-top: none;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    height: auto;
}

.accordion-button {
	font-weight: 600;
}

.accordion-button:not(.collapsed) {
	background-color: var(--mmt-pale);
    color: var(--mmt-black);
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.panel-footer {
	z-index: 2000;
}

.panel-footer .dropup,
.bi.star-rating {
	cursor: pointer;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	background-color: var(--mmt-pale);
}

.border-bottom-right-radius-0 {
	border-bottom-right-radius: 0 !important;
}

.border-bottom-left-radius-0 {
	border-bottom-left-radius: 0 !important;
}

.border-top-left-radius-0 {
	border-top-left-radius: 0 !important;
}

.border-top-right-radius-0 {
	border-top-right-radius: 0 !important;
}

.cursor-pointer {
	cursor: pointer;
}

/* NAVBAR ================== */

.navbar {
  font-size: 12px;
  line-height: 18px;
  font-family: "Open Sans", Arial,helvetica, sans-serif;
}

.navbar-nav {
  margin-top: 14px;
}

.navbar .nav-link {
  font-weight: 600;
  border: 1px solid #0F7793;
  border-radius: 2px;
  font-size: 13px;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-top: 0.45rem !important;
  padding-bottom: 0.45rem !important;
}

@media (min-width: 992px) {
  .navbar .nav-link {
    margin-left: 5px;
  }
}

.navbar .nav-link-icon {
  padding-right: 0.65rem !important;
  padding-left: 0.65rem !important;
}

.navbar .nav-link:hover {
  background-color: #4ba2b8;
  border-color: #4ba2b8;
}

.navbar .dropdown-menu {
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
  border: none;
  font-size: 14px;
  padding: 0;
}

.navbar .dropdown-item {
  padding: 8px 12px;
  font-weight: 400;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3e%3cpath stroke="rgba%28255,255,255, 0.75%29" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e');
}

.navbar-toggler {
    border-color: rgba(0,0,0,0.15);
}

/* ============================================= 	*/
/* GENERAL											*/
/* ============================================= 	*/


.standalone * {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -highlight-color: transparent;
    -touch-callout: none;
    -user-select: none;
}

.standalone input, .standalone textarea {
    -webkit-user-select: auto;
}

body {
	font-family: 'Open Sans', arial, san-serif;
    color: var(--mmt-black);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', san-serif;
	font-weight: 600;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 0.675em
}

a, a:visited {
    color: var(--mmt-link);
    text-decoration: none;
}

a:hover {
    color: var(--mmt-link-hover);
    text-decoration: none;
}

a:focus {
	outline: 0;
}

.text-weight-regular {
	font-weight: 400;
}

.rotate-180 {
	transform: rotate(180deg);
}

.rotate-90 {
	transform: rotate(90deg);
}

.rotate-45 {
	transform: rotate(-45deg);
}

.text-muted img {
	opacity: 0.6
}

.text-nowrap {
	white-space: nowrap;
}

.attachment-title {
	border: 1px solid transparent;
}

[contenteditable="true"]:active,
[contenteditable="true"]:focus {
  padding: 5px;
  margin: -5px -5px;
  border-radius: 8px;
  border: 1px solid var(--mmt-btn);
  outline: 0px solid transparent;
}

.attachment-edit {
	margin-top: 4px;
}

.attachment-edit span {
	cursor: pointer;
}

.gripper {cursor:row-resize;}

.p-frame {
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    z-index: auto;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 60px;
}

.with-tabbar .p-frame,
.with-tabbar .offcanvas-body {
	padding-bottom: 64px !important;
}

@media (min-width: 992px) { 
	.with-tabbar .p-frame,
    .with-tabbar .offcanvas-body {
        padding-bottom: 0 !important;
    }
}

.fluid-layout-frame-left {
	display: none;
    background-color: var(--mmt-pale);
    min-height: calc(100vh - 63px);
    border-right: 1px solid var(--mmt-pale-dark);
}

.fluid-layout-frame-main {
	width: 100%;
    min-height: calc(100vh - 63px);
    background-color: #fafafa;
}

@media (min-width: 992px) { 
	.fluid-layout-frame-left {
        width: 250px;
        display: block;
    }
    
    .fluid-layout-frame-main {
        width: calc(100vw - 250px);
    }
}

.fluid-layout-nav {
	padding-top: 63px;
}

.fluid-layout-nav .list-group-item.active,
.fluid-layout-nav .list-group-item:hover {
	background-color: var(--mmt-pale-dark);
}

.fluid-layout-nav .list-group-flush>.list-group-item {
	border: none;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 95%;
}

.fluid-layout-nav .list-group-item {
	background-color: var(--mmt-pale);
}

.fluid-layout-nav .bi {
	width: 25px;
    display: inline-block;
}

.list-group-flush + h4 {
	margin-top: 30px !important;
}

.fluid-layout-nav h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 16px 5px;
    font-weight: 600;
}

.title-block .bi {
	font-size: 80px !important;
    color: var(--mmt-btn);
}

.standalone .d-none-standalone,
.standalone.mobile .homescreen {
	display: none !important;
}

.mobile .homescreen {
	display: block !important;
    background-color: var(--mmt-pale-dark);
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.homescreen img {
	border-radius: 10px;
}

.hero {
	border-radius: 16px !important;
}

.hero h1 {
	font-size: 30px;
}

.hero-prehead {
	font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--mmt-bg);
}

@media (min-width: 992px) { 
	.hero h1 {
        font-size: 60px;
    }
}

.hero-count {
	background-color: var(--mmt-pale-dark);
    color: var(--mmt-offblack);
    font-size: 40px;
    text-align: center;
    height: 60px;
    font-weight: 700;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
}

 .app-features {
 	margin-top: 90px;
 }
 
.benefits {
	margin-top: 90px;
    margin-bottom: 120px;
}

.bi-icon .bi {
	font-size: 40px !important;
    color: #E59732;
}

.bi-icon {
	border-radius: 16px;
	background-color: var(--mmt-pale);
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.feature-icon {
	color: #E59732;
    font-size: 30px;
}

.feature-block {
	border-radius: 16px;
    margin-top: -25px;
}

.price-value small {
	font-size: 18px;
    color: #6c757d;
}

.price-value sup {
	font-size: 16px;
    top: -1.0rem;
}

@media (min-width: 768px) {
  .bg-straws {
      background-image: url(/assets/img/bg-straws.png);
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
  }
}

  .bg-straws-clipped {
      background-image: url(/assets/img/bg-straws-clipped.png);
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
  }
  
#upgrade_email .modal-content,
#upgrade_limit .modal-content,
#upgrade_private .modal-content,
#setupClub .modal-content,
#segments_addon .modal-content,
#upgrade_plus .modal-content {
  	background-image: url(/assets/img/bg-straws.png);
    background-size: contain;
    background-position: 50% -140px;
    background-repeat: no-repeat;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.bell {
	position: relative;
}

.bell-dot {
	position: absolute;
    top: 4px;
    right: 4px;
    z-index: 200;
	display: block;
	width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}

a:hover .bell-dot {
	background-color: var(--mmt-btn-hover);
}

.loading {
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: tranparent;
}

.leaderboard-spinner {
	margin: 63px auto !important;
}

.lds-spinner {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.5);
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: var(--mmt-btn);
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.search-bar-inner .form-control {
	width: 100%;
    border: none;
}

.activity-comments {
	border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.widget-footer {
	z-index: 1000;
}

tr[data-archived="1"] td {opacity:0.6;}

tr[data-archived="1"] td .btn {
	opacity: 1;
}

/* ============================================= 	*/
/* CALENDAR											*/
/* ============================================= 	*/

.fc .fc-toolbar {
	color: #fff;
    padding: 0 16px;
    height: 49px;
    margin-bottom: 0 !important;
}

.fc .fc-toolbar-title {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', arial, san-serif;
}

.fc-h-event {
	background-color: var(--fc-border-color) !important;
    border-color: var(--fc-border-color) !important;
    padding: 5px;
    margin-bottom: 5px;
}

.fc .fc-h-event .fc-event-main {
	color: var(--mmt-black);
}

.fc .fc-button.fc-button-primary {
	border-radius: 20px;
    padding: 0.4em 0.65em !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}

.fc .fc-col-header-cell-cushion {
	padding: 4px 4px;
}

.fc .fc-daygrid-day-top {
	-webkit-justify-content: center;
	justify-content: center;
}

.fc-daygrid-day-top a,
.fc-col-header-cell a{
	color: var(--mmt-black);
}

.fc-theme-standard .fc-scrollgrid {
	border-top: none;
}

.fc-theme-standard .fc-popover {
	border-radius: 8px;
}

.fc-daygrid-day-number {
	display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 21px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
	position: static !important;
}

.fc-day-today .fc-daygrid-day-number {
	background-color: var(--mmt-bg);
    color: #fff;
}

.fc .fc-daygrid-day.fc-day-today {
	background-color: transparent;
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
	box-shadow: none;
}

.skeleton-text {
	font-family: 'Flow Block', cursive;
    color: var(--mmt-pale-dark) !important;
}
.skeleton-effect-fade {animation:skeleton-effect-fade 1.25s infinite}
@keyframes skeleton-effect-fade{0%{opacity:1}
    50%{opacity:.3}
    100%{opacity:1}
}



/* ============================================= 	*/
/* SWIPER											*/
/* ============================================= 	*/

.swiper-nav {
	position: fixed;
    top: 60px;
    z-index:100;
    width: 100%;
}

.swiper-nav a,
.swiper-nav a:visited {
	font-weight: 600;
	display: inline-block;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 14px;
    opacity: 0.7;
}

.swiper-nav a:hover,
.swiper-nav a.active:hover {
	opacity: 0.7;
}

.swiper-nav a.active {
	opacity: 1;
}

.tabSwiper .swiper-slide {
  width: 100%;
  min-height: calc(100vh - 230px);
}

.swiper-nav + .swiper {
	margin-top: 50px;
}

.swiper-frame {
	border: 1px solid #dee2e6;
    padding: 20px 0;
    border-radius: 16px;
    background-color: #fff;
}

/* ============================================= 	*/
/* PAGES											*/
/* ============================================= 	*/

.p-header {
	background-color: var(--mmt-bg);
    color: #fff;
    font-size: 20px;
    padding-bottom: 100px;
    background-image: url(/assets/img/circular_halftone_texture.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media (min-width: 768px) { 
	.p-header {
    	padding-bottom: 150px;
    }
}

.p-header.with-banner {
	padding-bottom: 100px;
}

.p-header h1 {
	padding-top: 40px;
    padding-bottom: 20px;
}

.p-full-screen {
	background-color: var(--mmt-bg);
    height: 100vh;
}

.banner-slide {
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 47.9%;
    background-color: var(--mmt-pale);
}

.p-banner {
	margin-top: -80px;
}

.p-banner img,
.p-banner .bg-pale,
.p-banner .shadow {
	border-radius: 16px;
    overflow: hidden;
}

.sport-banner {
	background-image: url('/assets/img/tracks-bw.jpg');
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: hard-light;
    background-color: var(--mmt-btn);
    width:100%;
    height: 0;
    padding-bottom: 47.9%;
}

.sport-banner.Cycling {
	background-blend-mode: inherit;
	background-image: url('/assets/img/cycling-bw.jpg');
}

.sport-banner.Running {
	background-blend-mode: inherit;
	background-image: url('/assets/img/running-bw.jpg');
}

.sport-banner.Walking {
	background-blend-mode: inherit;
	background-image: url('/assets/img/walking-bw.jpg');
}

.sb-block {
	background-color: var(--mmt-pale);
    border-radius: 16px;
}

@media (min-width: 992px) { 
	.sb-block.col-top {
        margin-top: 40px;
    }
}

.slide-slot {
	position: relative;
}

.slide-slot i {
 	position: absolute; 
    top: 10px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
 }
 
.sb-block-row {
	margin-top: 0;
    display: block;
}

.sb-block-row + .sb-block-row {
	margin-top: 0.8rem
}

a.sb-block-row,
a.sb-block-row:visited {
	color: var(--mmt-black);
    font-weight: 600;
}

a.sb-block-row:hover .bi {
	color: var(--mmt-btn-hover);
}

.sb-block-header {
	font-size: 12px;
    font-weight: 400;
    color: #6c757d!important;
}

.profile-contact .small {
	font-size: 11px;
}

.p-navbar {
	display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 0 auto;
}

.club-logo {
	width: 100px;
}

.link-bar {
	color: var(--mmt-pale-dark);
    font-size: 14px;
}

.member-bank a,
.member-bank a:hover,
.meetup-attendees a,
.meetup-attendees a:hover {
	display: inline-block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.member-bank a + a {
	margin-left: -20px;
}

 .nav-avatar img {
 	width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
 }

.member-bank img {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: var(--mmt-pale-dark);
}

.member-more {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: var(--mmt-pale-dark);
    color: #c8c9c5;
}

.meetup-block {
	position: relative;
    z-index: 20000;
}

.divider {
    height: 1px;
    background-color: #ced4da;
}

.widget .meetup-block {
	position: static;
}

.btn-options {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--mmt-pale-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mmt-black);
}

.badge.bg-highlight,
.badge.bg-danger{
	color: #fff !important;
}

.date-stack {
    line-height: 22px;
}

.date-stack.border-start,
.list-stack.border-start {
	border-left: none !important;
}

@media (min-width: 576px) { 
	.date-stack.border-start,
    .list-stack.border-start {
        border-left: 1px solid #dee2e6!important;
    }
}

.date-stack-day {
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.date-stack-date {
    font-size: 1.7rem;
    font-family: 'Oswald', sans-serif;
}

.date-stack-month {
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.meetup-attendees a + a {
    margin-left: -15px;
}

.meetup-attendees img,
.card-member-img {
	width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: var(--mmt-pale-dark);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.meetup-paid-item {
	width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #b6babe;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

.meetup-attendees img.no-border,
.card-member-img.no-border {
	border: none;
}

.meetup-row .fa-chevron-right {
	font-size: 24px;
    color: var(--mmt-btn);
}

.meetup-row .member-more {
	width: 36px;
    height: 36px;
}

a .meetup-row ,
a:hover .meetup-row ,
a:visited .meetup-row  {
	color: var(--mmt-black);
}

.meetup-extras {
	font-size: 12px;
    display: inline;
}

.list-group-icon {
	color: var(--mmt-black) !important;
    font-size: 38px;
    margin-right: 18px;
}

.comment {
	background-color: var(--mmt-pale);
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 20px;
    width: 90%;
    overflow: hidden;
}

.comment.author {
	background-color: #f4fdf4;
}

.comment-timestamp {
	font-size: 12px;
    white-space: nowrap;
    margin-top: 2px;
}

.comment-timestamp .badge {
	vertical-align: middle;
    margin-top: -4px;
}

.comment-timestamp-icons {
	margin-top: 6px;
}

.comment-timestamp .bi {
	font-size: 14px;
}

.comment-author {
	font-size: 12px;
    font-weight: 600;
    color: var(--mmt-btn);
}

.comment-body p {
	margin-bottom: 0;
}

.comment-body p + p {
	margin-bottom: 1rem;
}

.comment .text-muted {
	opacity: 0.5;
}

.meetup-message {
	resize: none;
}

.login-block {
    max-width: 300px;
    width: 100%;
    color: #fff;
    height: 100%;
    height: 100vh;
}

.login-right-panel {
	background-image: url(/assets/img/bg-herne-hill.jpeg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    height: 100vh;
    background-color: var(--mmt-bg);
}

.route-card {
	height: 300px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    overflow: hidden;
    background-color: var(--mmt-pale);
}

.route-card.rounded-bottom {
	border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
}

.route-card-footer {
	background-color: var(--mmt-pale-dark);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 16px;
    color: var(--mmt-black);
}

.route-wrapper-skeleton .route-card-footer {
	background-color: var(--mmt-pale);
}

.route-card + .route-card-footer {
	border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.club-activity-card {
	height: 300px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
    background-color: var(--mmt-pale);
}

.swiper-slide .club-activity-card {
    border-radius: 6px;
    height: 180px;
}

@media (min-width: 768px) {
    .swiper-slide .club-activity-card {
        height: 300px;
    }
}

.club-activity-header.no-gradient,
.club-activity-stats.no-gradient{
	background: transparent;
}

.club-activity-header {
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.3) 100%);
    padding: 10px 16px 16px 16px;
}

.club-activity-date	{
	color: #fff;
    font-size: 14px;
	font-weight: 400;
    text-shadow: 0 0.0625rem 0.125rem rgb(0 0 0 / 50%);
}

.club-activity-name	{
	color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 0.0625rem 0.125rem rgb(0 0 0 / 50%);
}

.club-activity-stats {
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    padding: 25px 16px 10px 16px;
    color: #fff;
    text-shadow: 0 0.0625rem 0.125rem rgb(0 0 0 / 50%);
}

.club-activity-name.skeleton-text,
.club-activity-date.skeleton-text,
.club-activity-stat-value.skeleton-text,
.club-activity-stat-label.skeleton-text,
.text-shadow .badge {
	text-shadow: none;
}

.club-activity-stat {
	display: inline-block;
}

.club-activity-stat-label {
	font-weight: 600;
    line-height: 16px;
    font-size: 14px;
    opacity: 0.85;
}

.club-activity-stat-value {
	font-weight: 700;
    font-size: 20px;
}

.club-activity-stat-value small {
	font-weight: 600;
    font-size: 14px;
}

.table .table-header,
.table .table-header:hover {
	background-color: var(--mmt-pale-dark);
    text-transform: uppercase;
    font-size: 14px;
    color: #6c6c69;
}

.table tr:hover {
	background-color: var(--mmt-pale);
}

.table td {
	vertical-align: middle;
    color: #6F6C69;
}

.table td strong {
    color: var(--mmt-black);
}

tr.Suspended {
	background-color: #ffecee;
}

tr.Suspended:hover {
	background-color: #ffced2;
}

tr.Pending {
	background-color: #fffae9;
}

tr.Pending:hover {
	background-color: #ffefbe;
}

#map {
	background-color: var(--mmt-pale);
    height: calc(100vh - 119px);
}

.club-link-copy:hover {
	cursor: pointer;
}

.leaderboard-row {
	min-height: 50px;
    border-bottom: 1px solid var(--mmt-trace);
}

.leaderboard-title {
	border-bottom: 1px solid var(--mmt-trace);
}

.leaderboard-row:nth-child(2) .trophy,
.leaderboard-row:nth-child(3) .trophy,
.leaderboard-row:nth-child(4) .trophy {
	position: relative;
}

.leaderboard-row:nth-child(2) .trophy-place,
.leaderboard-row:nth-child(3) .trophy-place,
.leaderboard-row:nth-child(4) .trophy-place {
	position: absolute;
    top: 6px;
    left: 0;
    z-index: 100;
    margin-left: 0;
    font-size: 12px;
}

.leaderboard-row:nth-child(2) .trophy .bi {
	color: #ffcc00;
}

.leaderboard-row:nth-child(3) .trophy .bi {
	color: #c0c0c0;
}

.leaderboard-row:nth-child(4) .trophy .bi {
	color: #cc6633;
}



.trophy-place {
    font-size: 18px;
    width: 26px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.trophy .bi {
	font-size: 26px;
}

.leaderboard-more {
	cursor: pointer;
}

.route-map {
	background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: var(--mmt-pale);
}

.btn-download {
	border-radius: 6px;
    border: 1px solid #dee2e6;
    display: block;
    text-align: center;
    padding: 1rem 0.3rem;
    color: #666;
    font-weight: 600;
}

.btn-download:hover {
	color: #666;
    background-color: var(--mmt-pale);
}

.btn-download .bi {
	color: var(--mmt-btn);
}



/* ============================================= 	*/
/* OFFCANVAS										*/
/* ============================================= 	*/

#leftPanelMenu .offcanvas-header.with-banner {
	height: 0;
    display: block;
    padding-top: 0;
    padding-bottom: 47%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.offcanvas-header.with-banner .btn {
    margin-top: 14px;
    color: #fff !important;
}

.nav-title {
	color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

a.nav-icon,
a.nav-icon:visited {
	color: #fff;
}

a.nav-icon:hover {
	color: var(--mmt-btn-hover);
}


/* ============================================= 	*/
/* HEADER											*/
/* ============================================= 	*/

.header {
	background-color: var(--mmt-bg);
    padding: 32px 14px 24px 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header .logo img {
    width: 197px;
}

.theme .header {
	padding: 14px;
    z-index: 1040;
}

.header .btn {
	font-weight: 600 !important;
}

.header .btn-link img {
	fill: #fff;
}

.rainbow {
	height: 4px;
	width: 100%;
}

.rainbow .green {
	float: left;
	width: 20%;
	height: 4px;
	background-color: #36C091;
}

.rainbow .orange {
	float: left;
	width: 20%;
	height: 4px;
	background-color: #E59732;
}

.rainbow .blue {
	float: left;
	width: 20%;
	height: 4px;
	background-color: #59BCD5;
}

.rainbow .purple {
	float: left;
	width: 20%;
	height: 4px;
	background-color: #8464B5;
}

.rainbow .yellow {
	float: left;
	width: 20%;
	height: 4px;
	background-color: #DDC64D;
}

.logo img {
  width: 150px;
}

@media (min-width: 992px) {
  .logo img {
    width: 197px;
    margin: 19px 0 9px 2px;
  }
}


/* ============================================= 	*/
/* FOOTER											*/
/* ============================================= 	*/

.toolbar {
	position: absolute;
    left: 0;
    bottom: 0;
    height: 64px;
    width: 100%;
    z-index: 600;
    background-color: var(--mmt-bg);
}

@media (min-width: 992px) { 
	.toolbar {
    	display: none;
    }
}

.toolbar-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    align-content: center;
    overflow: hidden;
    padding: 0 8px;
}

.toolbar a {
    color: #fff;
    box-sizing: border-box;
    flex-shrink: 1;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tabbar-labels .link,
.tabbar-labels .tab-link {
    padding-top: 4px;
    padding-bottom: 4px;
}

.tabbar-labels .link,
.tabbar-labels .tab-link {
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.tabbar-labels .tab-link i {
	font-size: 22px;
}

.tabbar .tab-link:focus i,
.tabbar .tab-link:hover i {transform:scale(1.1);}

.tabbar .link,
.tabbar .tab-link,
.tabbar-labels .link,
.tabbar-labels .tab-link {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 400;
    letter-spacing: 0;
    overflow: hidden;
}

.tabbar a,
.tabbar-labels a {
    color: #fff;
}

.toolbar a {
    color: #fff;
    box-sizing: border-box;
    flex-shrink: 1;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tabbar-labels .tabbar-label {
    display: block;
    line-height: 1;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
}
   

footer {
	background-color: var(--mmt-pale-dark);
}

.mmt-ft {
    padding-bottom: 20px;
    max-width: 200px;
}

.ft-text-small {
	font-size: 12px;
    line-height: 24px;
}

footer h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
}

.ft-nav {
	font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.map-container {
	position: relative;
}

.map-btns {
	position: absolute;
    bottom: 20px;
    left:50%;
    transform: translate(-50%,0);
    z-index: 1000;
}

.map-btns .btn {
	white-space: nowrap;
}

.btn-svg svg {
	width: 25px;
    height: 25px;
}

.currentPositionMarker {
	  width: 100px;
      height: 100px;
      background: #2a76e4;
      border: 2px solid #fff;
      border-radius: 50%
}

.two-row {
    height: 50px !important;
}

.three-row {
    height: 75px !important;
}

.four-row {
    height: 95px !important;
}

.text-shadow {
	text-shadow: 0 0.0625rem 0.125rem rgb(0 0 0 / 50%);
}



/* ============================================= 	*/
/* BREAKS											*/
/* ============================================= 	*/

.text-right {text-align: right !important;}
.text-center {text-align: center !important;}
.text-left {text-align: left !important;}

@media (min-width: 768px) {
	.text-md-right {text-align: right !important;}
    .text-md-center {text-align: center !important;}
    .text-md-left {text-align: left !important;}
}

@media (min-width: 992px) {
	.text-lg-right {text-align: right !important;}
    .text-lg-center {text-align: center !important;}
    .text-lg-left {text-align: left !important;}
}