/*!
Theme Name: Family Goals
Theme URI: 
Author: Family Goals
Author URI: https://family.withamweb.com
Description: Description
Version: 2.0.0
Tested up to: 5.72
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: familygoals
Tags: 
*/
/*@mixin fulllist {
	@media all and (min-width: 750px) {
		@include main-750();
	}
}*/
/*
 http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  padding: 0.75em;
}

h1 {
  font-size: 2em;
  text-align: center;
  margin: 0 0 0.5em;
}

h2 {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

p {
  margin: 0 0 1em;
}

.center {
  text-align: center;
}

img {
  display: block;
  border: none;
  outline: none;
}

ul, ol {
  margin: 0 0 0 2em;
}

button {
  background-color: #face22;
  border-radius: 1em;
  border: none;
  padding: 0.75em 1.5em;
  cursor: pointer;
}

button#reveallogin {
  text-align: center;
  display: flex;
  margin: 2em auto;
}

button#login {
  background-color: #fb2f00;
  color: #ffffff;
}

#logo {
  width: 100%;
  display: block;
  margin: auto;
  max-width: 25em;
}

#loginform {
  margin: 2em auto;
  background-color: #face22;
  padding: 1.75em;
  text-align: center;
  max-width: 25em;
}

label {
  font-weight: 600;
  color: #fb2f00;
  margin: 0 0 0.5em;
  display: block;
}

.textbox {
  padding: 0.75em;
}

header {
  display: flex;
  margin: 0 0 1.75em;
  justify-content: space-between;
  align-items: center;
}

#main {
  max-width: 40em;
  margin: auto;
}

#avatar {
  width: 5em;
  border-radius: 1em;
}

#minilogo {
  width: 7em;
}

.goal-outer {
  overflow: hidden;
  margin: 2em 0 0 0;
}

.goal-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em;
}

.goal-wrap.food-drink {
  background-color: #ffb3c0;
}

.goal-wrap.dexterity {
  background-color: #fadec6;
}

.goal-left {
  flex: 0 0 4.5em;
  width: 4.5em;
}

.goal-icon {
  width: 100%;
  border-radius: 3em;
  border: 4px solid;
  box-sizing: border-box;
  margin: 0 0 0.75em;
}

.goal-category {
  font-size: 0.875em;
  font-weight: 200;
  text-align: center;
}

.goal-right {
  flex: 1;
  margin: 0 0 0 0.75em;
}

.goal-upper {
  display: flex;
  justify-content: space-between;
}

.goal-name {
  font-weight: 600;
  font-size: 1.125em;
  flex: 1;
}

.goal-middle {
  height: 1.75em;
  margin: 0.75em 0;
  background-color: white;
  border: 2px solid #333;
}

.goal-progress {
  height: 100%;
  padding: 0.25em;
  box-sizing: border-box;
  position: relative;
}

.goal-progressactual {
  height: 100%;
}

.goal-progressfigure {
  position: absolute;
  top: 0.375em;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.goal-actions {
  display: flex;
  justify-content: space-evenly;
}

.goal-link {
  text-decoration: none;
  color: #000;
  font-weight: 300;
  font-size: 0.875em;
  text-align: center;
  flex: 0 0 4em;
  width: 4em;
}

.goal-ctaicon {
  width: 50%;
  margin: 0 auto 0.25em;
}

.goal-lower {
  height: 0;
}

.goal-summary {
  font-weight: 600;
  text-align: left;
  margin: 0 0 0.75em;
}

.goal-targetdate {
  font-style: italic;
  margin: 0 0 0.75em;
}

#splash {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: white;
  align-items: center;
  justify-content: center;
}

.splash-gif,
#splash.hidden {
  display: none;
}

@media (min-width: 300px) {
  .second {
    background: green;
  }
}
@media (max-width: 600px) {
  .third {
    background: blue;
  }
}
/* 	OVERRIDES */
.nomargin {
  margin: 0;
}

.hidden {
  display: none;
}

/*# sourceMappingURL=style.css.map */
