/*

purple: #6C54AB
teal:   #2BBBB3
yellow: #fcb913
pink:   #da6a8f


lights:

teal: #b9e9e6
purple: #cfc7e3
*/

body {
    overflow-x: hidden;
}

/* dashboard */
div#content {
    min-height: 50vh;
}

#progress-bar {
	position: relative;
	height: 48px;
	width: 100%;

}
.progress-back {	
	background: repeating-linear-gradient(
	  -55deg,
	  #ddd,
	  #ddd 10px,
	  #eee 10px,
	  #eee 20px
	);
	position: absolute;
	top: 15px;
	height: 10px;
	left: 20px;
	right: 20px;
}

.progress-milestones {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	width: 100%;
	height: 40px;
	z-index: 5;

}
.p-marker {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: white;
	border: 3px solid #2bbbb2;
	margin-top: 5px;

}
.progress-labels {
	display: flex;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	z-index: 5;
}

.pm-q1 {
	transform: scale(1.25, 1.25);
}
.progress-labels > div {
	flex: 1 1 25%;
	color: #999;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}
.show-mobile {
	display: none;
}

.progress-labels > div {
flex: 1 1 25%;
}
.pi-wrap {
margin: 0 20px -15px;
}

section.progress-indicator {
/* padding-bottom: 10px; */
padding-left: 10px;
font-weight: bold;
position: relative;
padding-bottom: 3px;
}

section.progress-indicator:before {
content: '';
display: block;
width: 8px;
height: 8px;
background: #222;
border-radius: 50%;
position: absolute;
left: -4px;
}
.dash-header {
  position: relative;
  margin-bottom: 25px;
}

.dash-header h1 {
margin: 0;
}

.dash-week-intro img {
  display: block;
  margin: 15px auto 0px;
  height: 30px;
  width: auto;
}

.dash-week-intro {
  font-family: 'Caveat', cursive;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  order: 2;
  flex-basis: 46%;
  padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

section.dashboard-intro {
  padding: 4px;
  background: #eee;
  display: flex;
  flex-direction: column;
  margin: 20px 0 30px;
}

@media screen and (min-width: 970px) {
  .dash-week-intro {
    padding: 22px 20px 20px 10px;
  }
    .dash-week-intro .inner {

      transform: rotate(3deg);
  }

}

/* REsponsive Embed Credit: Nicolas Gallagher and SUIT CSS. */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
 .embed-responsive iframe,
 .embed-responsive embed,
 .embed-responsive object,
 .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}


.dash-week.dash-week-2 {
    margin: 0 3%;
    transform: scale(1.1);
  transform-origin: top;
}
.dash-week.dash-week-2.rrr .dash-week-inner {
    box-shadow: 2px 10px 10px rgba(0,0,0,.1);
}

.dash-week.dash-week-2 .dash-week-inner, .dash-week.dash-week-2 h2 {
    background-color: #2BBBB3;
}
.dash-week.dash-week-2 h2::after {
    border-left-color: #2BBBB3;
    border-bottom-color: #2BBBB3;
}

.dash-week.dash-week-2.rrr .dash-week-inner, .dash-week.dash-week-2.rrr h2,
.dash-goals-week.rrr h2, .dash-goals-week.rrr .dash-goals-mbmg-inner{
    background-color: #E56893;
}
.dash-week.dash-week-2.rrr h2::after, .dash-goals-week.rrr h2::after {
    border-left-color: #E56893;
    border-bottom-color: #E56893;
}



.dash-week.dash-week-2.end_of_quarter .dash-week-inner, .dash-week.dash-week-2.end_of_quarter h2 
.dash-goals-week.end_of_quarter h2, .dash-goals-week.end_of_quarter .dash-goals-mbmg-inner{
    background-color: #fcb913;
}
.dash-week.dash-week-2.end_of_quarter h2::after, .dash-goals-week.end_of_quarter h2::after
{
    border-left-color: #fcb913;
    border-bottom-color: #fcb913;
}

.dash-week h2 {
    text-align: left;
    margin: 0  0 10px;
    line-height: 1;
    font-size: 20px;
    color: #fff;
}

.dash-week a, .dash-week a:visited {
    color: #fff;
    font-size: 20px;
  font-weight: bold;
}

.end_of_quarter.dash-week a {
    color: #fff;
}

.dash-week a.dash-week-label:hover {
    color: #FFFFFF;
  text-decoration: underline;
}
.dash-weeks-wrap {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
  flex-wrap: wrap;
  padding: 10px 0 50px;
}





.week-1 .dash-weeks-wrap {
  justify-content: flex-start;
}
p.dash-week-msg {
    display: none;
}
.dash-weeks-wrap > * {
	flex: 0 0 31%;
	padding: 0px;
	color: #fff;
	line-height: 1.2;
    display: flex;
    flex-direction: column;    
}
.dash-week-inner,
.dash-week.dash-week-3.sprint h2, .dash-week.dash-week-1.sprint h2{
  	background: #b9e9e6;
}
.dash-week.dash-week-3.sprint h2::after, .dash-week.dash-week-1.sprint h2::after {
  border-bottom-color:  #b9e9e6;
  border-left-color:  #b9e9e6;
}

.dash-weeks-wrap a.button.btn-secondary {
  align-self: center;
  font-size: 20px;
  margin-top: 10px;
}

.dash-week.dash-week-3.rrr .dash-week-inner, .dash-week.dash-week-1.rrr .dash-week-inner,
.dash-week.dash-week-3.rrr h2, .dash-week.dash-week-1.rrr h2{
    background: #F2BBCA;
}
.dash-week.dash-week-3.rrr h2::after, .dash-week.dash-week-1.rrr h2::after {
  border-bottom-color:  #F2BBCA;
  border-left-color:  #F2BBCA;  
}

.dash-week.dash-week-3.end_of_quarter .dash-week-inner, .dash-week.dash-week-1.end_of_quarter .dash-week-inner,
.dash-week.dash-week-3.end_of_quarter h2, .dash-week.dash-week-1.end_of_quarter h2{
    background: #fde5a9;
}
.dash-week.dash-week-3.end_of_quarter h2::after, .dash-week.dash-week-1.end_of_quarter h2::after {
  border-bottom-color:  #fde5a9;
  border-left-color:  #fde5a9;  
}

.dash-weeks-intro {
    flex-basis: 100%;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #222;
    padding: 0 10px 10px;
    align-items: center;
}

.dash-weeks-intro h2 {
    margin: 0;
}

.dash-weeks-intro a.btn {
    color: #222;
    padding: 3px 10px;
    font-size: 14px;  
}

a.dash-week-label {
    padding: 0 10px 10px;
    display: block;
}
h2.dash-week-head {
    display: inline-block;
    align-self: flex-start;
    margin: 0;
    padding: 10px;
  position: relative;
  margin-right: 60px;
}
h2.dash-week-head::after {
     content: '';
     display: block;
     background: transparent;
     border: 30px solid lavender;
     width: 0;
     height: 0;
     position: absolute;
     right: -60px;
     top: 0;
     border-right-color: transparent;
     border-top-color: transparent;
     border-left-color: aliceblue;
     border-bottom-color: aliceblue;
}

 .dash-goals-mbmg-inner {
    background: #6C54AB;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    position: relative;
    box-shadow: 2px 10px 10px rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
   flex-basis: 100%;
}

div.dash-goals-tasks {
    display: flex;
    margin-bottom: 40px;
  justify-content: space-between;
}

section.dash-goals-tasks-section {
    flex: 0 0 31%;
  display: flex;
  flex-direction: column;
}

h2.dash-week-head {
    font-size: 20px;
    color: #fff;
}

.end_of_quarter h2.dash-week-head {
    background: #fcb913;
}

section.dash-goals-tasks-section.dash-goals-mbmg h2 {
    background: #6C54AB;
}

.dash-goals-mbmg-inner p {
    margin: 0 0 10px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-bottom: 10px;
}

section.dash-goals-tasks-section.dash-goals-mbmg h2::after {
    border-left-color: #6C54AB;
    border-bottom-color: #6C54AB;
}

.dash-goals-mbmg-inner a {
    align-self: center;
}
section.dash-goals-tasks-section.dash-goals-qchallenge h2 {
    background: #fcb913;
}

section.dash-goals-tasks-section.dash-goals-qchallenge h2::after {
    border-left-color: #fcb913;
    border-bottom-color: #fcb913;
}

section.dash-goals-tasks-section.dash-goals-qchallenge .dash-goals-mbmg-inner {
    background: #fcb913;
    align-items: stretch;
}

.mbmg.dash-goal {
    background: #EAE8F3;
    position: relative;
    font-family: "Caveat";
    color: #222;
    font-weight: normal;
    font-size: 26px;
    line-height: 1.3;
    padding: 0 10px 10px;
}

.mbmg.dash-goal label:not(.check-in-checkbox-container) {  
    display: block;
    position: relative;
    left: -10px;
    text-align: left;
    top: 0;
    font-family: Raleway;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
    background: white;
    color: #6C54AB;
/*    line-height: */
}
a.button.sm-dash, button.button.sm-dash {
    font-size: 14px;
    padding: 3px 10px;
    margin-top: auto;
    align-self: flex-end;
}
.mbmg.dash-goal.qchallenge .b3_content, .mbmg.dash-goal.week-checklist .container {
    color: #222;
    font-weight: normal;
    font-size: 21px;
    font-family: "Caveat";
}

.mbmg.dash-goal.qchallenge .b3_item {
    padding: 0;
    background: transparent;
}

.mbmg.dash-goal.qchallenge {
    background: #fef5de;
    padding: 0 10px 10px;
    margin-bottom: 10px;
}

.mbmg.dash-goal.qchallenge label {
    color: #fcb913; 
}

.b3_item .check-in-checkbox-container {
    padding-left: 35px;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.b3_item .check-in-checkmark {
    left: 0;
    right: 0;
    top: 2px;
}

.b3_item .check-in-checkmark {
    border: 1px solid;
}

.rrr .mbmg.dash-goal label {
    color: #E56893;
}

.rrr .mbmg.dash-goal {
    background: #F2BBCA;
}

.mbmg.dash-goal.week-checklist .container {
    background: transparent;
    left: 0;
    padding-left: 35px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    padding-right: 0;
  color: #222222!important;
}

.dash-goals-week.single-weeks span.custom-checkmark {
    border: 1px solid;
}
section.wrap.dash-goals-tasks > h2 {
    margin-bottom: 10px;
}

section.wrap.dash-goals-tasks, section.dash-weeks-wrap, section.dash-goals-habits {
    border-bottom: 2px dashed #ccc;
    margin-bottom: 20px;
}
.sprint h2.dash-week-head {
    background: #2BBBB3;
}

.sprint h2.dash-week-head::after {
    border-left-color: #2bbbb3;
    border-bottom-color: #2bbbb3;
}

.sprint .dash-goals-mbmg-inner {
    background: #2bbbb3;
}

.sprint .mbmg.dash-goal label:not(.check-in-checkbox-container) {
    color: #2bbbb3;
}

.sprint .mbmg.dash-goal {
    background: #b9e9e6;
}

@media screen and (max-width: 699px) {
    .dash-week.dash-week-1 {
        order: 3;
    }
    .dash-week.dash-week-2 {
        order: 1;
        margin-bottom: 50px;
    }
    .dash-week.dash-week-3 {
        order: 2;
        margin-bottom: 20px;
    }
  .dash-weeks-wrap {
    display: flex;
      justify-content: space-between;
      flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px 0 50px;
  }  

  
  
} /* end media query */

.dash-weeks-img {
    padding-bottom: 58.5%;
    margin: 0 0px 10px;
    background-size: cover;
    position: relative;
}

.dash-week.dash-week-2.sprint .dash-weeks-img {
    color: #2BBBB3;
}
.dash-week.dash-week-3.sprint .dash-weeks-img, .dash-week.dash-week-1.sprint .dash-weeks-img {
    color: #b9e9e6;
}
.dash-week.dash-week-2.rrr .dash-weeks-img {
    color: #E56893;
}
.dash-week.dash-week-3.rrr .dash-weeks-img, .dash-week.dash-week-1.rrr .dash-weeks-img {
    color: #F2BBCA;
}
.dash-week.dash-week-2.end_of_quarter .dash-weeks-img {
    color: #fcb913;
}
.dash-week.dash-week-3.end_of_quarter .dash-weeks-img, .dash-week.dash-week-1.end_of_quarter .dash-weeks-img {
    color: #fde5a9;
}

.end_of_quarter .mbmg.dash-goal label {
    color: #fcb913;
}

.end_of_quarter .mbmg.dash-goal {
    background: #fde5a9;
}

a.dash-weeks-img-link {
    display: block;
}

a.dash-weeks-img-link:hover {
    opacity: .8;
}

section.dash-resource-wrap {
    margin: 0 -10px;
}

/* section.dash-resource-wrap > div {
    background: #eee;
    padding: 20px;
    margin: 0 20px 20px;
    flex: 1 0;
}

section.dash-resource-wrap h2 {
    margin: 0 0 20px;
    font-size: 30px;
} */

/* h2.book-head {
    color: #E56893;
}

.dash-book-img {
    background: #E56893;
    margin: 0 -20px 20px;
    padding: 50px 20px;
    text-align: center;
}

h2.facts-head {
    color: #62a7cf;
}

.dash-fact-img {
    background: #62a7cf;
    text-align: center;
    padding: 50px 20px;
    margin: 0 -20px 20px;
} */

/* img.dashboard-icon.dash-fact-icon {
    height: 100px;
}

img.dash-book-icon.dashboard-icon {
    height: 70px;
    margin: 15px 0;
} */
section.wrap.dash-goals-habits {
    flex-wrap: wrap;
}

.wrap.dash-goals-habits div.section-header {
    flex-basis: 100%;
    margin-bottom: 0;
}

.wrap.dash-goals-habits div.section-header h2 {
    margin-top: 0;
}
section.wrap.dash-goals-habits > div {
    flex: 0 0 31%;
    display: flex;
    flex-direction: column;  
}

a.link {
    color: #222;
    text-decoration: underline;
    font-size: 18px;
}

.entry-content.wrap.dashboard-weeks {
    margin-bottom: 40px;
}
.dash-goals-habits > div {
    margin-bottom: 20px;
}

.dash-goals {
    color: #fff;
    flex-basis: 67%;
    padding: 20px;
    /* background: lavender; */
    background: #6C54AB;
}

.dash-goals h2 {
    margin-top: 0px;
}

.dash-habits {
    flex: 0 0 31%;
  
    color: #fff;
}

.dash-habits .inner {
    background: #f58760;
    padding: 10px;
    display: flex;
    flex-direction: column;
  box-shadow: 2px 10px 10px rgba(0,0,0,.2);
  flex-basis: 100%;
}
.dash-habits h2.dash-week-head {
    background: #f58760;
    margin-bottom: 0;
    position: relative;
    z-index: -1;
}

.dash-habits h2.dash-week-head:after {
    border-left-color: #f58760;
    border-bottom-color: #f58760;
}


.dash-habits a, .dash-habits a:visited {
  color: #fff;
}

.dash-habits a:hover {
  color: #eee;
}

.habit-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.habit-info:not(:last-child) {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.habit-info .unit {
    text-transform: capitalize;
}

.dash-habits h2 {
    margin-bottom: 5px;
    margin-top: 0;
}

.dash-habits h4 {
    margin: 0;
}

.dash-habits p {
    margin: 0;
}

.dash-other-tasks h2.dash-week-head {
    background: #62a7cf;
    position: relative;
    z-index: -1;
}

.dash-other-tasks h2.dash-week-head:after {
    border-left-color: #62a7cf;
    border-bottom-color: #62a7cf;
}

.dash-other-tasks .inner {
    background: #62a7cf;
    padding: 10px;
    box-shadow: 2px 10px 10px rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
  flex-basis: 100%;
}
.dash-other-tasks .qc_todo_list {
    padding: 0 10px 10px;
    background: #e0edf5;
    font-family: Caveat;
}

.dash-other-tasks label.check-in-checkbox-container {
    padding: 0 0 0 35px;
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 1.8;
}

.dash-other-tasks .check-in-checkmark {
    left: 0;
    border: 1px solid;
}

.dash-other-tasks .check-in-checkbox-container input:checked ~ .check-in-checkmark {
    background-color: #62a7cf;
}
.dash-other-tasks .qc_todo_item {
    padding: 0px 0 10px;
}

.dash-other-tasks .mbmg.dash-goal label:not(.check-in-checkbox-container) {
    color: #62a7cf;
}

.dash-mini-goals .inner {
    background: #6C54AB;
    padding: 10px;
    flex-basis: 100%;
    box-shadow: 2px 10px 10px rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
}

.dash-mini-goals h2.dash-week-head {
    background: #6C54AB;
    position: relative;
    z-index: -1;
}

.dash-mini-goals h2.dash-week-head:after {
    border-left-color: #6c54AB;
    border-bottom-color: #6c54AB;
}

.qc_todo_list.mbmg.dash-goal {
    margin-bottom: 10px;
}
.inner.mbmg.dash-goal > label {
    left: 0;
    margin-bottom: 0;
}

p.notice {
    font-family: Raleway;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.mbmg.dash-goal.week-checklist {
    margin-bottom: 10px;
}


.week-header-breadcrumb {
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    color: #fff;
}

.site-header.featured-image .site-featured-image .entry-header {
    padding-bottom: 26px!important;
}


@media screen and (max-width: 800px) {
  section.dash-goals-tasks-section {
    flex-basis: 100%;
    margin-bottom: 40px;
}

.dash-goals-tasks {
    flex-wrap: wrap;
}

section.wrap.dash-goals-habits > div {
    flex-basis: 100%;
  margin-bottom: 40px;
}
}


/* ===================== MBMG page =============================*/
.mbmg_label {
    display: flex;
    justify-content: space-between;
}

button.tooltip {
    border: none;
    padding: 0;
    font-size: 18px;
    color: #999;
  background-color: transparent;
}
button.tooltip:hover {
    background: transparent;
}
div.tooltip-inner {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
  max-width: 240px;
}
a#add_mbmg_btn {
    color: #6C54AB;
    border-color: #6C54AB;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}
.btn-wrap {
  text-align: center;
}

form#add_mbmg_form_on_page {
    margin-bottom: 100px;
}


section.mbmg_details {
    margin: 0 -20px 0px;
}

#mbmg_form_content section.mbmg_details > *, form.edit-in-place-form section.mbmg_details > *, section.mbmg_details > * {
    flex: 1 1 50%;
    padding: 0px 20px 20px;
    margin: 20px;
    background: #EAE8F3;
    position: relative;
}
section.mbmg_details.qchallenge > *, form.edit-in-place-form section.form-group.qchallenge > * {
  background-color: #fef1d0;
}
section.form-group.qchallenge:not(.special) div label {
    background: #fcb913;
}
form section.form-group.mbmg_details > div label {
    background: #6C54AB;
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block;
}

input#complete_date {
    display: block;
    margin-top: 10px;
    width: 100%;
}

input#goal_title {
    display: block;
    margin-top: 10px;
    width: 100%;
}

textarea#goal_details {
    margin-top: 10px;
}

.label_text {
    /* position: absolute; */
    top: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #6C54AB;
    padding: 5px 20px;
    left: -30px;
    right: 50px;
    margin-left: -20px;
    margin-right: 20px;
}

.single-qchallenges main .modal section {
    margin-bottom: 0;
}

.modal form.edit-in-place-form section.mbmg_details > *, .modal section.mbmg_details > * {
    margin: 0 10px 10px;
    padding: 0 10px 10px;
}

.modal form section.form-group.mbmg_details > div label {
    left: 10px;
    top: -4px;
    font-size: 14px;
}
.qchallenge .label_text {
  background-color: #fcb913;
}
section.mbmg_mbmg {
    padding: 0 20px 40px;
    background: #EAE8F3;
}

.mbmg_mbmg .mbmg_content {
    text-align: center;
    font-weight: bold;
    font-size: 42px;
}
section.mbmg_mbmg .mbmg_label {
    margin-bottom: 0;
}

section.mbmg_mbmg {
    background: #6C54AB;
    color: #ffffff;
}
section.mbmg_mbmg.qchallenge {
    background: #fcb913;
    color: #ffffff;
}
.mbmg_content, .mbmg_content p {
    font-size: 26px;
    font-family: 'Caveat', cursive;
    line-height: 1.5;
}

.mbmg_label {
    margin-bottom: 10px;
}

section.mbmg_mbmg .mbmg_content .mbmg_title, .entry a.mbmg-heading span:not(.mbmg_title) {
  animation: shadow-pulse 2s infinite;   
}

@keyframes shadow-pulse {
  0%   { 
            text-shadow: 0 0 0 rgba(252,185,19,.5);
         }
  50% { 
            text-shadow: 0 0 15px rgba(252,185,19,.5);
        }
  100% {
      text-shadow: 0 0 0 rgba(252,185,19,.5);
  }
}
.entry a.mbmg-heading {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
}

.entry a.mbmg-heading span:not(.mbmg_title) {
    margin: 0 5px;
}

.edit_mbmg_form_on_page_container {
  display: none;
  opacity: 0;
}

.mbmg_container {
  margin-bottom: 40px;
}

section#mbmg_complete {
    color: #fff;
    background: #6C54AB;
    padding: 1px 20px 20px;
  margin-top: 100px;
}

.finished_mbmg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255,255,255,.1);
    margin-bottom: 20px;
    padding: 20px;
}

input#mbmg_mbmg {
    width: 100%;
}

p.mbmg_complete_date {
    flex-basis: 100%;
    text-align: center;
    margin: 0;
    line-height: 1;
}

#mbmg_complete h3.mbmg_content {
    font-size: 40px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    text-align: center;
}

.finished_mbmg i {
    font-size: 40px;
}

section.mbmg_complete_button {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 3px dashed;
    margin: 20px 0;
}

section.mbmg_complete_button > * {
    margin: 0 20px;
}
m
button.mbmg_complete {
    transform: scale(1.2);
}

button.mbmg_edit_button {
    justify-self: flex-end;
}

.goal-list-wrap section.mbmg_details {
    margin: 0;
    padding: 0;
    background: #999;
    /* margin-bottom: 20px; */
}

.goal-list-wrap {
    margin-bottom: 10px;
}



.wi-img-wrap {
    position: relative;
    display: block;
}

span.week-num {
    position: absolute;
    bottom: 10px;
    background: #fff;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid;
    text-align: center;
    line-height: 1;
    left: 10px;
}

span.week-num-num {
    font-size: 20px;
    display: block;
    line-height: 1;
}

.wi-img-wrap img {
    display: block;
}

.weeks-archive.wrap .section.week-item:nth-child(2) {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.weeks-archive.wrap section.week-item:nth-child(2) h2 {
    font-weight: bold;
}
section.weeks-archive.wrap .week-item:first-child {
    opacity: 0.4;
}

.weeks-archive.wrap section.week-item:nth-child(2) .wi-img-wrap:after {
    content: 'THIS WEEK';
    position: absolute;
    bottom: 10px;
    left: 54px;
    padding: 0 10px;
    font-weight: bold;
    color: inherit;
    background: #fff;
    border: 2px solid;
    border-left: none;
    padding-top: 1px;
}

.weeks-archive.wrap section.week-item:first-child .wi-img-wrap:after {
    content: "NEXT WEEK";
    background-color: inherit;
    position: absolute;
    bottom: 10px;
    left: 56px;
    color: inherit;
    padding: 0 10px;
    border: 2px solid;
    background: white;
    padding-top: 1px;
    border-left: none;
}

section.week-item h2 {
    text-transform: none;
    font-weight: normal;
    font-size: 25px;
    padding: 20px;
    margin: 0;
}

/* Adds this week, next week and last week - not in use */
/* .dash-week .dash-weeks-img:after {
    position: absolute;
    bottom: 10px;
    left: 54px;
    padding: 0 10px;
    color: inherit;
    background: #fff;
    border: 2px solid;
    border-left: none;
    padding-top: 1px;
}

.dash-week.dash-week-1 .dash-weeks-img:after {
    content: 'LAST WEEK';
}
.dash-week.dash-week-2 .dash-weeks-img:after {
    content: 'THIS WEEK';
    font-weight: bold;
}
.dash-week.dash-week-3 .dash-weeks-img:after {
    content: 'NEXT WEEK'; 
} */

section.weeks-archive.wrap section.week-item {
    padding: 0!important;
}

section.week-item.end_of_quarter, section.week-item.end_of_quarter a {
    color: #fcb913;
    background-color: #fcb913;
}

section.week-item a h2 {
    color: white;
}

section.week-item.rrr, section.week-item.rrr a {
    color: #E56893;
    background-color: #E56893;
}

section.week-item a:hover * {
    opacity: .8;
}

section.week-item.sprint, section.week-item.sprint a {
    color: #2BBBB3;
    background-color: #2BBBB3;
}



p.bread-crumb-back {
    flex-basis: 100%;
    margin-bottom: -20px;
}


p.bread-crumb-back + h1 {
    margin-top: 0;
}


/* ============================ WEEK SINGLE ============================*/

.resource-panel {
    padding: 20px 15px;
    margin-bottom: 40px;
    box-shadow: 7px 7px 3px rgba(0,0,0,.1);
}

.resource-panel.add-reflection h4 {
    margin: 0 0 8px;
}

/*
aside#week-aside {
    padding-right: 20px;
    margin-top: -140px!important;
}
*/

.resource-book-img img {
    margin: 0 auto 15px;
    display: block;
}

.resource-book a, .resource-book a h4 {
    color: #222;
}

.resource-book-deets strong {
    font-size: 18px;
}

.resource-book-deets h4 {
    margin: 0;
}

a.btn.btn-week-reflection {
    display: inline-block;
    margin: 0 auto;
}

.action-reflction {
    text-align: center;
}

.action-reflction p {
    text-align: left;
    margin-top: 0;
}


/*

================= Week color variations!!! ======================

*/
.sprint aside#week-aside h3, .sprint .resource-panel {
    background: #b9e9e6;
}

.sprint aside#week-aside h3:after {
    border-bottom-color: #b9e9e6;
    border-left-color: #b9e9e6;
}


.rrr span.week-num-head, body.rrr a, body.rrr a:visited {
    color: #E56893;
}

.rrr h1.entry-title.kitty {
    background: #E56893;
}
/*#fcb913     feeab8*/
body.end_of_quarter span.week-num-head, body.end_of_quarter a, body.end_of_quarter a:visited {
    color: #fcb913;
}

.end_of_quarter h1.entry-title.kitty {
    background: #fcb913;
}

h1.entry-title.kitty {
    padding: 10px 20px;
}

.title-header h4 {
  color: #ffffff;
}
.rrr aside#week-aside h3, .rrr .resource-panel {
    background: #F2BBCA;
}

.rrr aside#week-aside h3:after {
    border-bottom-color: #F2BBCA;
    border-left-color: #F2BBCA;
}
.end_of_quarter aside#week-aside h3, .end_of_quarter .resource-panel {
    background: #feeab8;
}

.end_of_quarter aside#week-aside h3:after {
    border-bottom-color: #feeab8;
    border-left-color: #feeab8;
}

.next-prev .week-pagination a:hover {
    color: #111;
}

body.rrr.single.single-weeks footer#colophon{
  background-image: url(/wp-content/themes/my-big-money-goal/img/bg-footer-pink.jpg)!important ;
  background-position: bottom center ;
  background-attachment:  scroll;
  background-repeat:  repeat-x;
}
body.end_of_quarter.single.single-weeks footer#colophon{
  background-image: url(/wp-content/themes/my-big-money-goal/img/bg-footer-yellow.jpg)!important ;
  background-position: bottom center ;
  background-attachment:  scroll;
  background-repeat:  repeat-x;
}


.end_of_quarter ul#menu-main-menu li a, 
.end_of_quarter #masthead.featured-image .account-nav li a, 
.end_of_quarter #masthead.featured-image a.toggle-panel {
    color: #fcb913;
    text-shadow: none;
    background: #fff;
    border-color: #fcb913;
}
.end_of_quarter a#home-link svg .st0 {fill: #fcb913;}

.rrr ul#menu-main-menu li a, 
.rrr #masthead.featured-image .account-nav li a, 
.rrr #masthead.featured-image a.toggle-panel {
    color: #E56893;
    text-shadow: none;
    background: #fff;
    border-color: #E56893;
}
.rrr a#home-link svg .st0 {fill: #E56893;}

.sprint ul#menu-main-menu li a, 
.sprint #masthead.featured-image .account-nav li a, 
.sprint #masthead.featured-image a.toggle-panel {
    color: #2bbbb3;
    text-shadow: none;
    background: #fff;
    border-color: #2bbbb3;
}
.sprint a#home-link svg .st0 {fill: #2bbbb3;}




/* ============================= reflecton =============== */




.reflection-radio-rate-this-week label, .check-in-rating label {
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.reflection-radio-rate-this-week label {
    font-size: 11px;
}
.check-in-rating label {
    font-size: 11px;
}

.reflection-radio-rate-this-week, .check-in-rating {
    display: flex;
    justify-content: space-around;
}

.reflection-radio-rate-this-week label i, .check-in-rating label i {
    display: block;
    margin-bottom: 7px;
}
.reflection-radio-rate-this-week label i {
    font-size: 40px;
}
.check-in-rating label i {
    font-size: 45px;
    margin: 0 4px;
    padding: 5px 5px 10px;
    transition: all .3s ease;
}



i.fas.fa-smile {
    color: #b9bd2e;
}
/* .check-in-rating input[type="radio"]:checked + label i.fas.fa-smile  {
    background: #b9bd2e;
} */

i.fas.fa-grin-stars  {
    color: #76c149;
}
/* .check-in-rating input[type="radio"]:checked + label i.fas.fa-grin-stars {
    background: #76c149;
} */

i.fas.fa-meh {
    color: #fcb913;
}
/* .check-in-rating input[type="radio"]:checked + label i.fas.fa-meh {
    background: #fcb913;
} */

i.fas.fa-flushed {
    color: #f19153;
}
/* .check-in-rating input[type="radio"]:checked + label i.fas.fa-flushed {
    background: #f19153;
} */

i.fas.fa-dizzy {
    color: #e56893;
}
/* .check-in-rating input[type="radio"]:checked + label i.fas.fa-dizzy {
    background: #e56893;
} */

.check-in-rating input[type="radio"]:checked + label i {
    /* color: #2BBBB3; */
    transform: scale(1.25);
    text-shadow: 0px 0px 2px rgba(17, 17, 17, 0.1);
}

.check-in-rating input[type="radio"]:checked + label {
    font-weight: bold;
}

.reflection-radio-rate-this-week input[type="radio"], .check-in-rating input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.reflection-radio-rate-this-week > *, .check-in-rating > * {
    flex: 1 1;
    margin: 0 5px;
}

.reflection-week-deets {
    margin-bottom: 20px;
}

div#add-ref-form h2 {
    margin-top: 0;
}

section.form-group > div {
    padding: 0px 20px 20px;
    margin: 20px 0;
    background: #b9e9e6;
    position: relative;
}

#add-rrr-content section.form-group > div {
    background: #F2BBCA;
}

section.form-group.special > div {
  background: #fff;
}

section.form-group:not(.special) div label {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #2BBBB3;
    padding: 5px 20px;
    left: -30px;
    right: 50px;
    margin-left: -20px;
    margin-right: 20px;
    /* top: 0; */
    /* position: relative; */
}

#add-rrr-content section.form-group:not(.special) div label {
    background: #E56893;
}

p.form-instruction {
    font-size: 18px;
    line-height: 1.5;
    margin: 8px 0 16px;
}


.reflection-radio-rate-this-week label, .check-in-rating label {
    display: block;
    line-height: 1;
    position: relative;
}

/* .reflection-radio-rate-this-week input[type="radio"]:checked + label, .check-in-rating input[type="radio"]:checked + label {
    border: 2px solid black;
    margin-top: -2px;
} */


figure.wp-block-image.is-resized.cc-signature {
    margin-bottom: 40px;
    padding-bottom: 30px;
    display: block;
    border-bottom: 1px dashed;
}

.wp-block-columns.has-1-columns.mini-sprint, .wp-block-group.mini-sprint {
    background: #218c86;
    padding: 20px;
    color: #fff;
}

.wp-block-columns.has-1-columns.mini-sprint a, .wp-block-group.mini-sprint a {
    color: #fcb913;
}

.wp-block-columns.has-1-columns.mini-sprint .wp-block-column {
    flex-basis: 100%;
}

.wp-block-columns.has-1-columns.mini-sprint h2, .wp-block-group.mini-sprint h2 {
    text-transform: none;
    font-weight: 700;
    letter-spacing: -1px;
}

.week-pagination span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.week-pagination strong {
    font-size: 19px;
}

.week-pagination p {
    line-height: 1.1;
}

.week-pagination:not(.week-all) a {
    display: flex;
}

section.next-prev .wrap {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
}

.week-pagination {
    flex-basis: 33%;
}

.week-all.week-pagination {
    text-align: center;
}

.week-next.week-pagination a {text-align: right;justify-content: flex-end;}

.week-pagination i {
    margin: 0 10px;
    font-size: 20px;
}

.week-pagination a {
    align-items: center;
}

aside#week-aside h3 {
  margin-bottom: -1px!important;
}

blockquote.wp-block-quote {
    font-family: Caveat;
}


section.rrr-sprint-weeks {
    margin: 20px 0 !important;
}

section.rrr-sprint-weeks h2 {
    color: #ffffff;
    font-size: 21px;
    /* font-weight: bold; */
    padding: 10px 20px;
}

section.rrr-sprint-weeks  a.btn.btn-week-reflection {
    background: transparent;
    text-decoration: none;
    margin: 0px 20px 20px;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1;
}

section.rrr-sprint-weeks .week-item {
    margin-bottom: 20px;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}



.rm-row {
    margin-bottom: 10px;
    transition: all 0.3s ease-out; 
    box-shadow: none;
}
.rm-row:not(.future):hover {
    transition: all 0.3s ease-out; 
    transform: scale(1);
    box-shadow: 0 0 10px rgba(0,0,0,.4)
}

span.rm-week-number-label {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    border: 2px solid;
    line-height: 1;
    padding: 5px;
    background: #ffffff;
    width: 56px;
    text-align: center;
}
span.rm-wn {
    display: block;
    text-align: center;
    font-size: 30px;
}

p.rm-week-title {
    font-size: 26px;
    margin: 0 auto 0 0;
    color: #ffffff;
    position: relative;
    line-height: 1.2;
}

.rm-row a.btn.btn-week-reflection {
    margin-right: 0;
}
p.rm-week-title i {
    position: absolute;
    top: 11px;
    right: -15px;
    font-size: 20px;
    opacity: 0;
    transition:   all 0.3s ease-out;
}
p.rm-week-title a:hover i {
    right: 0px;
    opacity: 1;
    transition:   all 0.3s ease-out;

}

p.rm-week-title a {
    display: block;
    position: relative;
    padding: 2px 15px 2px;
    color: #fff;
}
.rm-week-done {
    display: block;
    line-height: 56px;
    text-align: center;
    margin-right: 5px;
    font-size: 39px;
    color: rgba(17, 17, 17, 0.1);
    display: flex;
}
.rm-week-done .task-complete {
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
}

.rm-week-done span {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}

.rm-row-right, .rm-row-left {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.rm-medal {
    display: flex;
    flex-direction: column;
    padding: 0 5px;
}

.rm-week-type-label {
    display: block;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.rm-medal i {
    padding-bottom: 5px;
}

.rm-row.available.current {
/*    border: 2px solid;*/
    font-weight: bold;
  box-shadow: 0 0 10px rgba(0,0,0,.4)
}

.rm-row.available.current .rm-week-title {
    font-size: 30px;
}

.rm-row:not(.current) {
    transform: scale(.97);
  transition:   all 0.3s ease-out;
}

.rm-row.future {
    opacity: .5;
}

.rm-row.sprint {
    background: #2BBBB3;
    /* color: #fff; */
}

.rm-row.rrr {
    background: #E56893;
}

.rm-row.end_of_quarter {
    background: #fcb913;
}

.rm-row a.btn.btn-week-reflection {
    font-size: 15px;
    padding: 5px 10px;
    display: inline-table;
}

p.rm-week-title a {
    color: #ffffff;
}

a.rm-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
  color: #222;
  outline: none;
}
a.rm-heading:hover, a.rm-heading:visited {
  color: #222;
}

a.rm-heading i {
    font-size: 55px;
    transition: all 0.3s ease-out;
}
a.rm-heading:not(.collapsed) i {
    transform: rotateX(180deg);
    transition: all 0.3s ease-out;
}
section.roadmap-quarter {
    background: #eee;
    padding: 15px;
    margin: 0px -15px 0;
    margin-bottom: 20px;
}

.rm-row a.btn.btn-week-reflection.btn-view {
    color: #fff!important;
    border: none;
    background: none;
}

.rm-row a.btn.btn-week-reflection.btn-view:hover {
    color: #222!important;
}
a.rm-heading h2 {
    margin: 0;
}

.week-item span.week-type, .dash-week span.week-type {
    position: absolute;
    /* right: -5px; */
    font-size: 14px;
    background: #ffffff;
    padding: 2px 10px;
    /* color: #222; */
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    top: 10px;
    left: -4px;
}

section.week-item {
    position: relative;
}
.rrr-week-buttons {
    display: flex;
    justify-content: space-between;
}
section.rrr-sprint-weeks .rrr-week-buttons > a.btn.btn-week-reflection {
    margin: 0;
}

.rrr-week-buttons {
    padding: 0 10px 10px;
}

.rrr-week-buttons a.btn.btn-week-reflection.btn-view {
    border-color: transparent!important;
    background: transparent;
}

@media screen and (max-width: 700px) {
    .rm-row-left {
        flex-direction: row-reverse;
    }
}

.dr_goal_view {
    display: flex;
    margin-bottom: 20px;
}

.dr_goal_view > div {
    flex-basis: 33%;
    padding: 10px;
    line-height: 1;
}

.dr_goal_view p {
    font-size: 20px;
    margin: 0;
    line-height: 1;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

.dr_goal_view span {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.dr_money p {
    text-align: right;
}
section.come-back-message {
    background: #fcb913;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}


div.goal-time-remaining {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    flex-basis: 60px;
    flex-grow: 0;
}

.goal-time-remaining i.fas {
    color: yellow;
    display: none;
  text-shadow: 0 0 5px rgba(0,0,0,.4);
}

.goal-time-remaining span {
    font-size: 12px;
    font-weight: normal;
}

.goal-time-remaining.goal_overdue i.fas {
    display: initial;
}

.goal-title.mbmg_content {
    flex-grow: 2;
}

i.fas.fa-chevron-down {
    flex-grow: 0;
    flex-basis: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
}
.goal-list a.btn-sm {
	margin-left: 5px;
	border-width: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

div.goal-title {
    flex-grow: 1;
    line-height: 1;
}

.goal-title .mbmg_content {
    font-size: 36px;
    line-height: 1;
    border-bottom: 1px dashed;
    border-bottom-color: rgba(255,255,255,.3);
    padding-bottom: 8px;
}

.goal-title .mbmg_content {
    font-size: 24px;
    line-height: 1;
}

.goal-list {
  background: #EAE8F3;
  padding: 10px;
  position: relative;
}
.goal-list.done::after {
    content: 'DONE!';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    font-weight: bold;
    font-family: Caveat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
  transition: all 2s;
}

span.goal-complete-date {
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 10px;
}
.goal-list-cats i {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
}

.goal-list-cats {
    line-height: 1;
  font-size: 12px;
}

.goal-list a {
    color: #fff;
}
div.goal-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  margin: 0;
}
a#ga-edit {
    opacity: .5;
    font-weight: normal;
    transform: scale(.8);
}

a.btn-sm.btn-shelve.sm-dash {
    opacity: .3;
    transform: scale(.8);
}

.sm-dash.btn-complete {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 6px;
}

.goal-title {
    flex-basis: 100%;
}

.goal-actions a {
    margin-left: 0!important;
}

.single-qchallenges .entry div.goal-actions a.sm-dash.btn.button:hover {
    background-color: #6C54AB!important;
    border-color: #6C54AB!important;
}

.dash-header {
	display: flex;	
	flex-direction: column
}
#check-in-button {
	align-self: center;
	margin: 20px auto;	
}

@media screen and (min-width: 700px) {
    .progress-labels > div {
        font-size: 12px;
        letter-spacing: 1px;
    }

    section.wrap.dash-goals-habits {
        display: flex;
        justify-content: space-between;
    }

    section.dash-resource-wrap {
        display: flex;
    }

    .dash-weeks-wrap {
        flex-direction: row;
    }
    .dash-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;	
    }

		#check-in-button {
			margin: 0;	
		}
    
    .rm-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media screen and (min-width: 768px) {
    #mbmg_complete h3.mbmg_content {
        font-size: 60px;
    }
    section.mbmg_details {
        display: flex;
    }

    p.rm-week-title {
        font-size: 30px;
    }
    .rm-row {
        padding: 10px 30px 10px 10px;
    }
    .rm-row a.btn.btn-week-reflection {
        font-size: 18px;
    }
    section.roadmap-quarter {
        margin: 0px 0 20px;
    }

    .week-pagination i {
        margin: 0 20px;
    }

    div#add-reflection-content {
        display: flex;
    }
    div#add-reflection-content {
        margin: 20px -20px 0;
    }
    
    div#add-reflection-content > * {
        margin: 0 20px;
    }
    .reflection-radio-rate-this-week label i {
        font-size: 50px;
    }
    .reflection-radio-rate-this-week label {
        font-size: 18px;
    }
    .reflection-radio-rate-this-week > *, .check-in-rating > * {
      margin: 0 10px;
    }

    .dr_goal_view > div {
        padding: 10px 20px;
    }
    .dr_goal_view p {
        font-size: 24px;
    }
    .dr_goal_view span {
        font-size: 14px;
    }

    .progress-labels {
        bottom: 0;
    }
}

@media screen and (min-width: 769px) {
    .rm-week-done {
        margin-right: 20px;
    }
    span.rm-week-number-label {
        margin-right: 8px;
    }

    p.rm-week-title a {
        padding: 2px 20px 2px 10px;
    }
    section.roadmap-quarter {
        padding: 15px 40px;
    }
    .rm-row.available.current .rm-week-title {
        font-size: 40px;
    }

    section.week-item h2 {
        font-size: 30px;
    }
}














div#slide-in-menu {
    position: absolute;
    /* right: 0; */
    background: #fff;
    z-index: 300;
    height: 100%;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
    width: 230px;
    right: -230px;
    transition: all .3s ease;
}

#page {
  position: relative;
}

div#slide-in-menu.show {
    right: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


/* .collapsing {

  position: relative;

  height: 0;

  overflow: hidden;

  -webkit-transition-property: height, visibility;

  transition-property: height, visibility;

  -webkit-transition-duration: 0.35s;

  transition-duration: 0.35s;

  -webkit-transition-timing-function: ease;

  transition-timing-function: ease;

}

.collapsing.width {

  -webkit-transition-property: width, visibility;

  transition-property: width, visibility;

  width: 0;

  height: auto;

} */
.modal-dialog {
    background: #fff;
    padding: 20px;
}


.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
/*  pointer-events: none;*/
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}


#onboardingModal .modal-dialog {
    background: none;
}

#onboardingModal .modal-header {
    border-bottom: none;
}

#onboardingModal .modal-footer {
    border-top: none;
}

button.btn.btn-primary.onboard-info {
    font-size: 40px;
    color: #fff;
    text-shadow: 0 3px 0 black, 3px 0 0 black, -3px 0 0 black, 0 -3px 0 black;
}

button.btn.btn-primary.onboard-info:hover {
    color: #59b35f;
    background: transparent;
}



.qc_b3_wrap {
    display: flex;
    margin: 0 -10px;
}

.qc_b3_month {
    width: 33.3333%;
    padding: 10px;
    background: #eee;
    margin: 10px;
}

.b3_item {
    position: relative;
    background: #fff;
    padding: 0 10px 10px;
    margin-bottom: 10px;
}

.b3_item h5 {
    margin: 0;
    position: relative;
    top: -6px;
    background: #fcb913;
    display: inline;
    color: #fff;
    left: -10px;
    padding: 3px 10px;
    line-height: 1;
}

.qc_b3_month h4 {
    text-align: center;
    margin: 10px 0 20px;
    text-transform: uppercase;
}

.b3_content {
    font-family: Caveat;
    line-height: 1.3;
    min-height: 36px;
  color: #222;
  
}

.b3_item .check-in-checkbox-container input:checked ~ .check-in-checkmark {
    background-color: #fcb913;
}
.b3_item.complete {
    background: #fde5a9;
}
.qc_container section {
    margin-bottom: 60px;
}
div#qc_goal_form #modal-content {
    background: #fff;
    padding: 1px 20px 20px;
    max-width: 800px;
    margin: 0 auto;
  position: relative;
}

button.btn.btn-primary.onboard-info {
    border: none;
    padding: 0;
    margin: 0;
}

button.btn.btn-primary.onboard-info:hover {
    color: #fcb913;
    background: transparent;
}

p.qc_start {
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    margin-top: 50px;
}

p.qc_start a.btn {
    padding: 15px 30px;
    font-size: 21px
}

header.page-header.qchallenge-header {
    display: flex;
    justify-content: space-between;
}

p.qc_start a.btn:hover {
    border-color: #fcb913;
    background: #fcb913;
    color: black;
    box-shadow: 3px 3px 6px rgba(0,0,0,.2);
}


section.big-three {
    padding: 20px;
    background: #fef1d0;
}

.b3_row_wrap {
    display: flex;
    margin: 0px -10px;
}

.b3_row {
    background: #ffffff;
    padding: 20px;
    margin: 0 10px;
    width: 33.333%;
}

section.big-three h2 {
    margin: 0;
}

.b3_row h3 {
    margin: 0;
}

.b3_row_item label {
    background: #fcb913;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    line-height: 1;
    font-size: 18px;
    margin-top: 10px;
}

.qc_tasks_wrap {
    display: flex;
    margin: 20px -10px;
}

.qc_tasks_wrap > section {
    width: 50%;
    background: #fef1d0;
    padding: 20px;
    margin: 10px;
}

input.qc_todo_input {
    width: 100%;
    margin-bottom: 20px;
}

.single-qchallenges section.qchallenge-submit {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  align-items: center;
}
#qc_mini_goals_wrap a.button {
  color: #6C54AB;
}
.qc_habits a#add-habit-button {
    margin-left: auto;
  color: #f58760;

}

.single-qchallenges button:hover, .single-qchallenges input[type="submit"]:hover, .single-qchallenges a.button:hover {
    color: white;
    border-color: #fcb913;
    background-color: #fcb913;
    box-shadow: 3px 3px 8px rgba(0,0,0,.2);
}
#qc_mini_goals_wrap a.button:hover {
  background: #6C54AB!important;
  border-color: #6C54AB!important;
  
}
.qc_habits a#add-habit-button:hover {

  background: #f58760!important;
  border-color: #f58760!important;
}


input#submit_reflection {
    font-size: 24px;
}
.button:focus, button:focus {
  background: white;
  outline: none;
}
section#qc_mini_goals_wrap {
    background: #EAE8F3;
}

section#qc_mini_goals_wrap .goal-list {
    padding: 10px;
}

#qc_mini_goals_wrap div.goal-time-remaining {
    display: none;
}

.single-qchallenges h3:first-child {
    margin-top: 0;
}

.qc_tasks_wrap > section button, .qc_tasks_wrap > section a.button {
    align-self: flex-end;
}
.qc_tasks_wrap > section {
    display: flex;
    flex-direction: column;
}
.single-qchallenges h2:first-child, .single-qchallenges h3:first-child {
    margin-top: 0;
}

section.qc_habits {
    background: #fcdbcf;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.habit-wrap.mbmg {
    background: #f58760;
    color: white;
    padding: 10px;
    margin-bottom: 20px;
}

.habit-wrap.mbmg p {
    text-transform: uppercase;
}

.mbmg_content.goal-title-text.habit-title {
    font-size: 36px;
    line-height: 1;
    border-bottom: 1px dashed;
    border-bottom-color: rgba(255,255,255,.3);
    padding-bottom: 8px;
}
.single-qchallenges main section {
    /* box-shadow: 3px 3px 8px rgba(0,0,0,.2); */
    border: 1px solid #fff;
    margin-bottom: 20px;
}

section.qc_todos {
    flex-basis: 48%;
}

div.qc_container.mbmg_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.qc_goal.mbmg_mbmg.mbmg_header.qchallenge {
    flex-basis: 100%;
}

section.qc_dr_goals_wrap,
section.qc_habits_added,
section.come-back-message
{
    flex-basis: 100%;
}

section.qc_big_three {
    flex-basis: 100%;
}

section.qc_mini_goals {
    flex-basis: 48%;
}

div#onboardingModal .modal-content {
    padding: 20px;
}

.btn.btn-trigger, .btn.btn-trigger-month {
    border: none;
    display: inline;
    font-size: inherit;
    line-height: inherit;
    margin-left: 10px;
    padding: 0 5px;
    background: transparent;
    opacity: .5;
}

.btn.btn-trigger:hover, .btn.btn-trigger-month:hover {
    background: transparent;
    box-shadow: none;
    color: #2bbbbc;
    opacity: 1;
}
.todo_update input.todo_update_text {
    display: block;
    position: relative;
    opacity: 1;
    height: auto;
    width: 100%;
    font-size: 21px!important;
    padding-right: 50px;
    padding-left: 5px;
}

.todo_update .inline-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 50px;
    border-width: 1px;
    background: #ddd;
    opacity: .5;
}

.todo_update {
    position: relative;
    left: -6px;
    top: -6px;
    z-index: 0;
    width: calc( 100% + 6px);
    display: none;
}

.todo_update .inline-submit:hover {
    opacity: 1;
    box-shadow: none;
    background-color: #59b35f;
    border-color: #ccc;
}

.todo_content {
    position: relative;
}


 #gallop {
      width: 200px;
      height: 125px;
      position: fixed;
      bottom: 0;
   left: -200px;
      background-image: url(/wp-content/themes/my-big-money-goal/img/walk-cycle-sm-rainbow.png);
   z-index: 99999;
   display: none;

    }

#gallop.go {
      animation: playX .4s steps(5) infinite,
       playY 1.2s steps(3) infinite,
       moveit 3s linear; 
  display: block;
}
    @keyframes playX {
      from {background-position-x: 0px;}
      to {background-position-x: -1000px;}
    }
    @keyframes playY {
      from {background-position-y: 0px;}
      to {background-position-y: -375px;}
    }
    
    @keyframes moveit {
      from { left : -200px;
              bottom : 30vh;}
      to { left : 100vw ;
          bottom: 70vh;}
    }


@media screen and (max-width: 767px) {
site-branding {
    margin: 0;
    padding: 0 10px!important;
}  
  
  input#submit_reflection {
    font-size: 21px;
}

.qc_debt_reduction_item, .qc_dr_labels {
    flex-direction: column;
}

.b3_row_wrap {
    flex-direction: column;
    margin: 0 0 20px;
}

.b3_row {
    width: 100%;
    margin: 0 0 20px;
}

.qc_tasks_wrap {
    flex-direction: column;
    margin: 0;
}

.qc_tasks_wrap > section {
    width: 100%;
    margin: 0 0 20px;
}

section h3:first-child {
    margin-top: 0;
}

section.big-three {
    margin-bottom: 20px;
}
  
}

/* target Firefox only */
/* @-moz-document url-prefix() {
    .weeks-archive.wrap section.week-item:nth-child(2) .wi-img-wrap:after {
        padding-top: 0;
    }
} */


@media screen and (max-width: 699px) {

  .qc_b3_month {
    width: 100%;
    }

    .qc_b3_wrap {
        flex-wrap: wrap;
    }

    section.qc_todos {
        flex-basis: 100%;
    }

    section.qc_mini_goals {
        flex-basis: 100%;
    }
  
  
} /* end media query */


.week-0 ul#menu-main-menu {
    opacity: .3;
}

.entry .entry-content > *.aligncenter, .entry .entry-summary > *.aligncenter {
    max-width: 100%;
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
    background: inherit;
    color: #2bbbb2;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 3px solid;
    border-radius: 0;
    transition: all .3s ease;
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background):hover {
    color: #222;
    box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}


/* SEASONAL */
.weeks-archive.wrap section.week-item.seasonal:first-child .wi-img-wrap:after {
    display: none;
}

section.weeks-archive.wrap .week-item.seasonal:first-child {
    opacity: 1;
}

section.week-item.seasonal, section.week-item.seasonal a {color: #d51a39;background-color: #d51a39;}

.week-item.seasonal span.week-num {
    display: none;
}

body.page-id-2393 header#masthead {
    background: url(/wp-content/themes/my-big-money-goal/img/header-seasonal.jpg) bottom center scroll;
}

.seasonal h1.entry-title.kitty {
    background: #d51a39;
    display: inline-block;
    margin: 0;
}

.seasonal span.week-num-head {
    display: none;
}

.seasonal aside#week-aside h3:after {
    border-left-color: #d51a39;
    border-bottom-color: #d51a39;
}

.seasonal aside#week-aside h3 {
    background: #d51a39;
    color: white;
}

.seasonal section.week-resources {
    background: #d51a39;
    color: #ffffff;
}

.seasonal span.resource-type {
    color: #d51a39;
}

.main-navigation .main-menu.seasonal-christmas > li:last-child > a {
    color: white;
    /* text-shadow: none; */
    font-weight: 400;
    font-family: caveat;
    font-size: 29px;
    line-height: 20px;
    background: #d51a39;
    border-color: darkgreen;
  text-transform: none;
}
.weeks-archive.wrap section.week-item.seasonal:nth-child(2) .wi-img-wrap:after {
    display: none;
}

.weeks-archive.wrap section.week-item.seasonal:nth-child(2) h2 {
    font-weight: normal;
}

div#christmas-countdown {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    background: url(/wp-content/themes/my-big-money-goal/img/bg-countdown-christmas.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 0px 0px 100px;
    justify-content: center;
}

.cgroup {
    padding: 20px 5px;
    text-align: center;
    background: #d51a39;
  
    text-align: center;
    flex-basis: 20%;
    color: white;
}

.clabel {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}

.cvalue {font-family: "Caveat", cursive;font-size: 50px;line-height: 1;}

.main-navigation .main-menu.seasonal-christmas > li:last-child > a:hover {
    background: darkgreen;
    border-color: #d51a39;
}

@media screen and (max-width:1096px) {
nav#site-navigation > * a, #site-navigation a.toggle-panel {
    font-size: 14px !important;
}

nav#site-navigation > .seasonal-christmas a {
    font-size: 22px;
    line-height: 17px;
}

.site-branding nav.social-navigation {
    display: none;
}

}

@media screen and (max-width:930px) {

nav#site-navigation > .seasonal-christmas a {
    font-size: 22px;
    line-height: 15px;
}

a#home-link svg {
    height: 60px;
    border: 1px solid #222222;
}

a#home-link {
    margin-left: 0;
}

nav#site-navigation ul.main-menu {
    margin: 0 6px;
}
}
@media screen and (max-width:836px) {
    ul.account-nav {
        display: none;
    }
nav#site-navigation ul#menu-main-menu {
    margin-right: auto;
    margin-left: 0;
}

    
}





div#pmpro_user_fields {
    border-left: 5px solid #ddd;
    padding: 0 20px;
}

p#other_discount_code_p {
    display: none;
}

.pmpro_checkout-field.pmpro_payment-discount-code {
    display: none;
}

span.pmpro_asterisk {
    display: none;
}

form.pmpro_form label {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 12px;
}

#pmpro_user_fields .pmpro_checkout-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#pmpro_user_fields .pmpro_checkout-fields > * {
    width: 48%!important;
    padding: 0 0%;
}

#pmpro_user_fields .pmpro_checkout-fields
 .pmpro_checkout-field.pmpro_checkout-field-username {
    width: 100%!important;
}

form.pmpro_form .pmpro_submit {
    text-align: center;
}

div#pmpro_payment_information_fields {
    border-left: 5px solid #ddd;
    padding: 0 20px;
}
div#pmpro_pricing_fields {
    display: none;
}

form#pmpro_form hr {
    display: none;
}


/*  ======================================================================================================================================================================
*/



@media screen and (max-width: 768px) {

  div#pmpro_user_fields {
      padding: 0;
      border-left: 0;
  }

  #pmpro_user_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-username {
      width: 100%!important;
  }

  form.pmpro_form input[type=text].input, form.pmpro_form input[type=password].input {
      width: 100%;
  }

  #pmpro_user_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-bemail {
      width: 100%!important;
  }

  #pmpro_user_fields .pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-bconfirmemail {
      width: 100%!important;
  }
}


.wp-block-group.join-group {
    max-width: 800px!important;
    margin: 0 auto;
}


/* body:not(.logged-in) a#home-link {
    background: #fff;
    padding: 5px;
} */




body:not(.logged-in) nav#site-navigation a.btn {
    color: #222;
    padding: 10px 16px;
}


section#qc_display_content {
    width: 100%;
}


.qc_debt_reduction_item, .qc_dr_labels {
    display: flex;
/*    margin-bottom: 10px;    */
  }
  
  .row.qc_debt_reduction_item > div, .qc_dr_labels > div {
    flex: 33.33%;
    padding: 0 10px 10px;
    position: relative;
    margin: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
  .qc_dr_labels > div {
    margin-bottom: 0;
    justify-content: flex-start;
  }
section.form-group:not(.special) div.qc_dr_labels label {
    left: 0;
    margin-left: -10px;
    margin-right: -10px;
}
  
section#qc_debt_reduction {
    background: #ffffff;
  text-align: right;
}

.qc_dr_labels p.form-instruction {
    margin-bottom: 0;
}  
  
.qc_dr_labels.qc_dr_instructions >div {
    margin-top: 0;
    padding-top: 0;
}

.qc_dr_labels.qc_dr_instructions p {
    margin: 0;
}

button#add_dr_item {
    margin: 0 20px 20px;
    /* display: block; */
}

section#qc_debt_reduction > * {
    text-align: left;
}  

