/* Amy Creates - Warm creative theme overrides for Read Only */

:root {
  --pink: #E91E63;
  --pink-dark: #C2185B;
  --cream: #FFFBF5;
  --peach: #FFF3E0;
  --text: #37474F;
  --text-light: #607D8B;
  --orange: #FF9800;
  --orange-dark: #F57C00;
}

/* Global light/warm theme */
body {
  background-color: var(--cream) !important;
  color: var(--text) !important;
  font-family: 'Nunito Sans', 'Helvetica Neue', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', 'Helvetica Neue', sans-serif !important;
  color: var(--text) !important;
  font-weight: 700 !important;
}

p, li, td, th, span, label, dd, dt, blockquote {
  color: var(--text) !important;
}

a {
  color: var(--pink) !important;
}

a:hover {
  color: var(--orange) !important;
}

strong, b {
  color: var(--text) !important;
}

/* Sidebar */
#header {
  background: var(--pink) !important;
}

#header header h1 a,
#header header p {
  color: #fff !important;
}

#header #logo a {
  color: #fff !important;
  font-family: 'Quicksand', sans-serif !important;
}

#header header .icon {
  color: #fff !important;
}

#header nav a {
  color: rgba(255,255,255,0.75) !important;
}

#header nav a:hover,
#header nav a.active {
  color: #fff !important;
}

#header footer .icons li a {
  color: rgba(255,255,255,0.6) !important;
}

#header footer .icons li a:hover {
  color: #fff !important;
}

/* Main content */
#main {
  background-color: var(--cream) !important;
}

#main section {
  border-top-color: rgba(233,30,99,0.15) !important;
}

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

.container header.major h2 {
  border-bottom-color: var(--pink) !important;
  color: var(--text) !important;
}

.container p {
  line-height: 1.8;
}

.container img {
  border-radius: 8px;
}

/* Feature icons */
.feature-icons li .icon {
  color: var(--pink) !important;
}

.feature-icons li {
  color: var(--text) !important;
}

/* Features / article grid */
.features article {
  border-color: rgba(233,30,99,0.1) !important;
}

.features article .inner h4 {
  color: var(--text) !important;
}

.features article .inner p {
  color: var(--text-light) !important;
}

.features article .image img {
  border-radius: 8px;
}

/* Buttons */
.button,
input[type="submit"] {
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 700 !important;
}

.button.primary,
input[type="submit"].primary,
input[type="submit"] {
  background-color: var(--orange) !important;
  color: #fff !important;
}

.button.primary:hover,
input[type="submit"]:hover {
  background-color: var(--orange-dark) !important;
}

.button:not(.primary) {
  color: var(--pink) !important;
  border-color: var(--pink) !important;
}

/* Image main / banner */
.image.main {
  border-radius: 8px;
  overflow: hidden;
}

/* Footer */
#footer {
  background-color: var(--text) !important;
}

#footer .copyright li {
  color: rgba(255,255,255,0.5) !important;
}

#footer .copyright li a {
  color: rgba(255,255,255,0.6) !important;
  font-family: 'Quicksand', sans-serif !important;
}

#footer .copyright li a:hover {
  color: var(--orange) !important;
}

/* Craft supply box */
.supply-box {
  background: var(--peach);
  border-left: 4px solid var(--orange);
  padding: 1.25em 1.75em;
  margin: 1.5em 0;
  border-radius: 0 8px 8px 0;
}

.supply-box h3 {
  margin-top: 0 !important;
  font-size: 1em !important;
  color: var(--orange-dark) !important;
}

.supply-box ul {
  margin-bottom: 0;
}

/* Event bridge card */
.event-card {
  background: var(--peach);
  border-left: 4px solid var(--pink);
  padding: 1.25em 1.75em;
  margin: 2em 0;
  border-radius: 0 8px 8px 0;
}

.event-card h3 {
  margin-top: 0 !important;
  color: var(--pink-dark) !important;
}

.event-card a {
  color: var(--pink) !important;
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 700 !important;
}

/* Age/difficulty tags */
.tag {
  display: inline-block;
  background: var(--peach);
  color: var(--text) !important;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.2em 0.7em;
  border-radius: 4px;
  margin: 0.25em 0.25em 0.25em 0;
  font-family: 'Quicksand', sans-serif !important;
}

/* Responsive */
@media screen and (max-width: 736px) {
  #header {
    position: relative !important;
    width: 100% !important;
  }
}
