/*
Theme Name: Dear & Darling
Theme URI: 
Description: Custom Theme, developed by Joel Jenkins, Orem Utah
Author: Joel Jenkins
Version: 1.0
Tags: 
*/
/* This file should only include @use rules */
@import url("https://fonts.googleapis.com/css2?family=Limelight&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css | Slight Mods for Me */
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.35;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 1em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html, body {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #FDE5DA;
}

.container {
  width: 96vw;
  margin: 0 auto;
  max-width: 1440px;
}
.container h1, .container h2, .container h3, .container h4 {
  text-wrap: balance;
  line-height: 1.15;
  font-family: "Limelight", sans-serif;
}
.container .column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.container .column * {
  margin: 0;
}
.container .column a:not(.button) {
  color: inherit;
}
@media screen and (min-width: 1240px) {
  .container .column {
    gap: 2rem;
  }
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  main {
    margin-top: 3em;
  }
}
main .hero {
  position: relative;
  top: -5em;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  main .hero {
    top: -3em;
  }
}
main .hero .content {
  padding: 5em 1em 1em;
}
@media screen and (min-width: 1024px) {
  main .hero .content {
    padding: 8em 2em 2em;
  }
}

a.button {
  background: #ED6A89;
  display: flex;
  padding: 0.75em 1.25em;
  border: 0.0625em solid #FDE5DA;
  border-radius: 0.6em;
  text-decoration: none;
  font-weight: 500;
  color: #FDE5DA;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
a.button:hover {
  background: #FF9A29;
  color: white;
  transition: all 0.2s ease-in-out;
}

.z-content {
  position: relative;
  z-index: 5;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1500;
  display: flex;
}
#overlay .modal {
  margin: auto;
  background: white;
  padding: 2em 1em 1em;
  border-radius: 1.25em;
  position: relative;
  overflow: hidden;
  border: 0.1em solid #8B8C3A;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 90%;
  max-width: 650px;
}
#overlay .modal * {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #overlay .modal {
    padding: 2em;
  }
}
#overlay .modal a.close-modal {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1.5em;
  color: #8B8C3A;
  font-weight: 700;
  text-decoration: none;
}
#overlay .modal strong {
  font-size: 2.5em;
  font-family: "Limelight", sans-serif;
}
#overlay .modal p {
  font-size: 1.25em;
}

header {
  padding: 1em 0;
  position: relative;
}
header:before {
  content: "";
  display: block;
  width: 100%;
  height: 4.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #8B8C3A;
  background-image: url("/wp-content/themes/dear-darling/assets/svg/graphic-overlay-mickey.svg");
  background-size: 1.28175em 0.96875em;
}
@media screen and (min-width: 1024px) {
  header:before {
    height: 8rem;
  }
}
header .container {
  position: relative;
  z-index: 5;
}
header .container .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  header .container .content {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  header .container .content nav {
    position: absolute;
    top: -115vh;
    left: 0;
    z-index: 15;
    width: 100vw;
    left: -2vw;
  }
  header .container .content nav.showing {
    top: 3.8rem;
    background-color: #8B8C3A;
    background-image: url("/wp-content/themes/dear-darling/assets/svg/graphic-overlay-mickey.svg");
    background-size: 1.28175em 0.96875em;
    z-index: 2;
  }
  header .container .content nav.showing ul {
    margin: 0;
  }
  header .container .content nav ul {
    margin: 0;
    padding: 1em 2vw;
    display: flex;
    flex-direction: column;
    gap: 0.35em;
  }
  header .container .content nav ul li {
    list-style-type: none;
    text-align: right;
  }
  header .container .content nav ul li:last-of-type {
    display: none;
  }
  header .container .content nav ul li a {
    color: white;
    text-decoration: none;
    padding: 0.25rem 1rem;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  header .container .content nav {
    width: 100%;
  }
  header .container .content nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-direction: flex-start;
    align-items: center;
    visibility: hidden;
  }
  header .container .content nav ul li {
    list-style-type: none;
  }
  header .container .content nav ul li:nth-of-type(5) {
    margin-left: auto;
  }
  header .container .content nav ul li:last-of-type {
    margin-left: 1em;
    visibility: visible;
  }
  header .container .content nav ul li:last-of-type a {
    background: #ED6A89;
    display: flex;
    padding: 0.75em 1.25em;
    border: 0.0625em solid #FDE5DA;
    border-radius: 0.6em;
    text-decoration: none;
    font-weight: 500;
    color: #FDE5DA;
    line-height: 1;
    transition: all 0.2s ease-in-out;
  }
  header .container .content nav ul li:last-of-type a:hover {
    background: #FF9A29;
    color: white;
    transition: all 0.2s ease-in-out;
  }
  header .container .content nav ul li a {
    color: #FDE5DA;
    text-decoration: none;
    padding: 0.25rem 1rem;
    font-size: 1.2em;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
  }
  header .container .content nav ul li a:hover {
    color: white;
    transition: all 0.2s ease-in-out;
  }
}
header .container .content figure#main-logo {
  background: white;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 0.25em;
  width: 35vw;
  box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.4);
  margin-left: 3vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 500px) {
  header .container .content figure#main-logo {
    width: 10em;
  }
}
@media screen and (min-width: 1024px) {
  header .container .content figure#main-logo {
    position: absolute;
    top: 1em;
    left: 50%;
    margin-left: -5em;
  }
}
header .container .content a#shownav {
  width: 2em;
  height: 2em;
  position: absolute;
  top: 0.25em;
  right: 2vw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  header .container .content a#shownav {
    left: 2vw;
    right: auto;
  }
}
header .container .content a#shownav svg {
  fill: #FDE5DA;
}
@media screen and (min-width: 1024px) {
  header .container .content a#shownav {
    display: none;
  }
}
header .container .content a#header-quote {
  background: #ED6A89;
  display: flex;
  padding: 0.75em 1.25em;
  border: 0.0625em solid #FDE5DA;
  border-radius: 0.6em;
  text-decoration: none;
  font-weight: 500;
  color: #FDE5DA;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 2vw;
}
header .container .content a#header-quote:hover {
  background: #FF9A29;
  color: white;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  header .container .content a#header-quote {
    right: 2vw;
  }
}
@media screen and (min-width: 1024px) {
  header .container .content a#header-quote {
    display: none;
  }
}

footer {
  background: #FF9A29;
  padding: 1em;
  color: white;
  text-align: center;
}
footer a {
  color: inherit;
}
footer a:hover {
  cursor: pointer;
}

.blog-single .container .content > figure {
  border: 0.75em solid white;
  border-radius: 1.25em;
  position: relative;
  width: 85%;
  margin-left: auto;
  margin-top: -5em;
  position: relative;
}
.blog-single .container .content > figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF9A29;
  opacity: 0.2;
  z-index: 3;
}
.blog-single .container .content > figure img {
  border-radius: 0.3571428571em;
}
@media screen and (min-width: 1024px) {
  .blog-single .container .content > figure {
    width: 100%;
    margin: -2em 0 0 0;
  }
}
.blog-single .container .content > figure figcaption {
  position: absolute;
  width: 16em;
  left: -15%;
  bottom: 5%;
  transform: rotate(-9deg);
}
@media screen and (min-width: 1024px) {
  .blog-single .container .content > figure figcaption {
    left: auto;
    right: 3%;
    width: 20em;
  }
}
.blog-single .container .content article {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding-top: 3em;
}
.blog-single .container .content article * {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .blog-single .container .content article {
    position: relative;
    top: -10em;
    background: white;
    width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 15;
    padding: 1.5em 3em 3em;
    border-radius: 1.25em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  }
}
.blog-single .container .content article h1 {
  font-size: 2.125rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .blog-single .container .content article h1 {
    font-size: 3.75rem;
  }
}
.blog-single .container .content article h2 {
  font-size: 2.25rem;
}
@media screen and (min-width: 1024px) {
  .blog-single .container .content article h2 {
    font-size: 2.8125rem;
  }
}
.blog-single .container .content article p, .blog-single .container .content article ul, .blog-single .container .content article ol, .blog-single .container .content article dl {
  font-size: 1.25em;
}
.blog-single .container .content article p:first-of-type {
  font-size: 1.5em;
}
.blog-single .container .content article ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

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