/*
	Theme Name: Empress of Dirt Custom Theme
	Description: custom theme for Empress of Dirt blog
	Author: Alice Priestley
	Author URI: http://alicepriestley.com/

	Version: 1.0

	Template: genesis
	Template Version: 2.1.2

*/	

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 70px; /* height of sticky header */
}

body {
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  min-width: 320px;
  background: #fff;
  scroll-padding-top: 70px;
}

p, h1, h2, h3, .scriptlesssocialsharing:before, .schema-faq-question {
  animation: fade-up 4s;
}

@keyframes fade-up {
  0% {opacity: 0;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}

.wf-active p, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active .scriptlesssocialsharing:before, .wf-active .schema-faq-question {
  animation: fade-up2 1s;
}

@keyframes fade-up2 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

div.alignleft, div.alignright, div.aligncenter {
  width: 100%;
  display: table;
}

div.alignleft > * {
  text-align: left;
  margin-left: 0;
}

div.alignright > * {
  text-align: right;
  margin-right: 0;
}

div.aligncenter > * {
  text-align: center;
  margin: auto;
}

a {
  text-decoration: none;
  color: #448302;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  border: none;
}

[class*="has-pale-"][class*="background-color"] a, .commission-notice a, .notice-box a, .designer a {
  color: #3b7000;
}

[class*="has-pale-"][class*="background-color"] a:hover, .commission-notice a:hover, .notice-box a:hover, .designer a:hover {
  color: #000;
}

.entry-content p a, .entry-content li a {
  border-bottom: 3px dotted #448302;
  -webkit-transition: color 0.3s, border 0.3s;
  -moz-transition: color 0.3s, border 0.3s;
	 -ms-transition: color 0.3s, border 0.3s;
  -o-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}

.entry-content p[class*="has-pale-"][class*="background-color"] a, .entry-content [class*="has-pale-"][class*="background-color"] p a, .entry-content [class*="has-pale-"][class*="background-color"] li a {
  border-bottom: 3px dotted #3b7000;
}

.entry-content p[class*="has-pale-"][class*="background-color"] a:hover, .entry-content [class*="has-pale-"][class*="background-color"] p a:hover, .entry-content [class*="has-pale-"][class*="background-color"] li a:hover {
  border-bottom: 3px dotted #000;
}

.entry-content p .link-no-dots a, .entry-content li .link-no-dots a, .entry-content p .link-no-dots a:hover, .entry-content li .link-no-dots a:hover, .entry-content [class*="has-pale-"] .link-no-dots a:hover {
  border: none;
}

a img {
  border: none;
}

a:hover, p.design-caption a:hover {
  color: #96CD5C;
}

.entry-content p a:hover, .entry-content li a:hover {
  border-bottom: 3px dotted #96CD5C;
}

.home .entry-content p a, .entry-content .comission-notice p a, .entry-content .designer p a {
  border: none;
}

.site-inner a, #welcome-message a {
  font-weight: bold;
}

.site-inner h1 a, .site-inner h2 a, .site-inner h3 a, .site-inner h4 a, .site-inner h5 a {
  font-weight: normal;
}

.text-align-center {
  text-align: center;
}

.s-font-size {
	font-size: 13px;
}

.m-font-size {
	font-size: 20px;
}

.l-font-size {
	font-size: 36px;
}

.xl-font-size {
	font-size: 42px;
}

hr {
  margin: 1.5em 0;
  border: 1px solid #ccc;
  border-bottom: 1px solid transparent;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin: 1.5em auto;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  margin: 1em auto;
}

p.entry-meta {
  font-size: 12px;
  letter-spacing: 1px;
  color: #A95B00;
  text-transform: uppercase;
  text-align: center;
}

p.entry-meta span.hidden {
	visibility: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
}

p.entry-meta a {
  color: #A95B00;
  font-weight: normal;
  display: inline-block;
}

p.design-caption a {
  color: #A95B00;
}

p.entry-meta a:hover {
  color: #000;
}

p.design-caption {
  font-size: 16px;
  font-style: italic;
  color: #448302;
	max-width: 600px;
}

p.design-caption img.centered, p.design-caption .aligncenter {
  margin: 4px 0 20px 0;
}

.fell {
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-size: 120%;
}

p.neg-text-indent, p[class*="neg-text-indent"] {
  text-indent: -20px;
  margin-left: 20px;
}

article > .entry-content > p:first-of-type::first-letter, #welcome-message p:first-of-type::first-letter, article > .entry-content p.has-drop-cap:not(:focus)::first-letter {
  font-family: Georgia, cursive;
  font-weight: bold;
  color: #448302;
  font-size: 37px;
  line-height: 54px;
  float: none;
}

.wf-active article > .entry-content > p:first-of-type::first-letter, .wf-active #welcome-message p:first-of-type::first-letter, .wf-active article > .entry-content p.has-drop-cap:not(:focus)::first-letter {
  font-family: Tangerine, Georgia, cursive;
  font-size: 74px;
  line-height: 54px;
}

article > .entry-content > h2 + p:first-of-type::first-letter {
  font-family: Lato, Arial, sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 16px;
  line-height: 1.5em;
}

p.has-drop-cap:not(:focus)::after {
  display: none;
}


.single-post article > .entry-content > p:first-of-type, article.page > .entry-content > p:first-of-type {
  position: relative;
  clear: both;
  display: block;
}

.paged article > .entry-content p:first-of-type, .blog article > .entry-content p:first-of-type {
  display: block;
  margin-top: 0;
}

.single-post article > .entry-content > h2 + p:first-of-type, article.page > .entry-content > h2 + p:first-of-type, .paged article > .entry-content > h2 + p:first-of-type  {
  margin-top: 1em;
}

.brown, .has-brown-color {
  color: #a95b00;
}

.red, .has-red-color {
  color: #DE3224;
}

.green, .has-green-color {
  color: #448302;
}

.has-white-color {
  color: #ffffff;
}

.has-charcoal-color {
  color: #2F2F2E;
}

.has-blue-color {
  color: #586D99;
}

.has-pale-grey-color {
  color: #e9e9e9;
}

.has-pale-sky-color {
  color: #d2eefa;
}

.has-pale-moss-color {
  color: #dff5c9;
}

.has-pale-lemon-color {
  color: #fff9c7;
}

.has-pale-orange-color {
  color: #ffe8c7;
}

.has-pale-watermelon-color, .wp-block-button__link.has-pale-watermelon-color {
  color: #ffddd4;
}

.has-pale-lavender-color {
  color: #e9dded;
}

.has-brown-background-color, .wp-block-button__link.has-brown-background-color {
  background-color: #a95b00;
}

.wp-block-button__link.has-brown-background-color:hover {
  background-color: #cf842d;
}

.has-red-background-color, .wp-block-button__link.has-red-background-color {
  background-color: #DE3224;
}

.wp-block-button__link.has-red-background-color:hover {
  background-color: #f27066;
}

.has-green-background-color {
  background-color: #448302;
}

.has-white-background-color, .wp-block-button__link.has-white-background-color {
  background-color: #ffffff;
}

.has-charcoal-background-color, .wp-block-button__link.has-charcoal-background-color {
  background-color: #2F2F2E;
}

.has-blue-background-color {
  background-color: #586D99;
}

.has-pale-grey-background-color, .wp-block-button__link.has-pale-grey-background-color {
  background-color: #e9e9e9;
}

.wp-block-button__link.has-pale-grey-background-color:hover {
  background-color: #d6d6d6;
}

.has-pale-sky-background-color, .wp-block-button__link.has-pale-sky-background-color {
  background-color: #d2eefa;
}

.wp-block-button__link.has-pale-sky-background-color:hover {
  background-color: #b2dbed;
}

.has-pale-moss-background-color, .wp-block-button__link.has-pale-moss-background-color {
  background-color: #dff5c9;
}

.wp-block-button__link.has-pale-moss-background-color:hover {
  background-color: #bcdb9c;
}

.has-pale-lemon-background-color, .wp-block-button__link.has-pale-lemon-background-color {
  background-color: #fff9c7;
}

.wp-block-button__link.has-pale-lemon-background-color:hover {
  background-color: #ffeea1;
}

.has-pale-orange-background-color, .wp-block-button__link.has-pale-orange-background-color {
  background-color: #ffe8c7;
}

.wp-block-button__link.has-pale-orange-background-color:hover {
  background-color: #ffd8a1;
}

.has-pale-watermelon-background-color, .wp-block-button__link.has-pale-watermelon-background-color {
  background-color: #ffddd4;
}

.wp-block-button__link.has-pale-watermelon-background-color:hover {
  background-color: #f5c4b8;
}

.has-pale-lavender-background-color, .wp-block-button__link.has-pale-lavender-background-color {
  background-color: #e9dded;
}

.wp-block-button__link.has-pale-lavender-background-color:hover {
  background-color: #dfc5e8;
}

h1.special, .home h1.special {
  font-family: Georgia, cursive;
  text-align: center;
  font-size: 24px;
  line-height: 62px;
}

.wf-active h1.special, .wf-active .home h1.special {
  font-family: Tangerine, cursive;
  font-size: 66px;
  color: #448302;
  margin-bottom: -14px;
  margin-top: 14px;
  font-weight: normal;
}

h1 {
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: normal; 
  text-align: center;
  color: #2F2F2E;
  margin-bottom: 6px;
  max-width: 728px;
}

.home h1 {
  font-family: Georgia, cursive;
  font-size: 22px;
  line-height: 40px;
  font-weight: normal;
}

.wf-active .home h1 {
  font-family: Tangerine, cursive;
  text-transform: none;
  text-align: center;
  color: #2F2F2E;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 6px;
  max-width: 100%;
}

h1.important-notice, .post-21460 .entry-title {
  font-size: 40px;
  line-height: 50px;
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-weight: normal;
  border: 1px solid #2F2F2E;
  padding: 40px;
  margin: 30px auto;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/sky.jpg) left -450px;
  background-size: 1800px;
}

.tangerine, .signature {
  font-family: Georgia, cursive;
  font-size: 100%;
  margin: 1em auto;
}

.signature {
  font-size: 22px;
  margin: 20px 4px 20px 0;
}

.wf-active .tangerine, .wf-active .signature {
  font-family: Tangerine, cursive;
  font-size: 187.5%;
  font-weight: 700;
}

.wf-active .signature {
  font-size: 40px;
}

article h1.entry-title {
  text-transform: none;
}

.site-inner h1 a, #full-feature h1 a {
  color: #2F2F2E;
}

.site-inner h1 a:hover, #full-feature h1 a:hover {
  color: #448302;
}

h2, h3, h4, h5, h6, .schema-faq-question {
  clear: both;
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-weight: normal;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: #2F2F2E;
}

h2 {
  margin-bottom: 14px;
}

.subscribe-form-container h4 {
  margin-bottom: 0;
}

.site-inner h2 a {
  color: #2F2F2E;
  font-weight: normal;
}

h3, h4, h5, h6, .schema-faq-question  {
  font-size: 26px;
  text-align: left;
  margin-top: 10px;
}

h3.confirm-subscribe {
  padding-left: 148px;
  padding-top: 80px;
  color: #448302;
  font-size: 60px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/welcome-empress.png) no-repeat left 10px;
  background-size: 160px;
  height: 230px;
}

.theme-features h3, .theme-features h2, .anchor {
  position: relative;
}

.theme-features h3 > a, .theme-features h2 > a, .anchor a {
  position: absolute;
  top: -60px;
  width: 100%;
}

.wp-block-ed-numbered-heading {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}

.numbered-heading {
  position: relative;
  display: block;
  width: calc(100% - 1.85em);
  line-height: 1.5em;
  padding-top: .1em;
  margin-left: 1.85em;
  margin-bottom: 10px;
}

.numbered-heading > .number-space {
  font-size: 0;
}

h5 .numbered-heading, h6 .numbered-heading {
  width: calc(100% - 39px);
  line-height: 26px;
  padding-top: 5px;
  margin-left: 39px;
}

.number-prefix {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: #448302;
  color: #fff;
  width: 1.85em;
  height: 1.85em;
  font-size: .85em;
  font-family: Lato, Arial, sans-serif;
  text-align: center;
  line-height: 1.85em;
  margin: 0;
  border-radius: 1.85em;
  overflow: hidden;
}

h5 .number-prefix, h6 .number-prefix {
  font-size: 18px;
}

.is-style-blue-numbered .number-prefix {
  background: #586D99;
}

.is-style-red-numbered .number-prefix {
  background: #DE3224;
}

.is-style-brown-numbered .number-prefix {
  background: #a95b00;
}

h4 {
  font-size: 22px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}

.green-button, a.green-button, a.blue-button {
  display: table;
  text-align: center;
  margin: 0 auto;
}

.green-button, a.green-button, a.blue-button, a[class*="button"][class*="green"], a[class*="button"][class*="blue"], [class*="button"][class*="green"][class*="inline"] > a, [class*="button"][class*="blue"][class*="inline"] > a, a > span[class*="button"][class*="green"][class*="inline"], a > span[class*="button"][class*="blue"][class*="inline"] {
  color: #fff;
  background-color: #448302;
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
}

.green-button, a.green-button, a.blue-button, a[class*="button"][class*="green"], a[class*="button"][class*="blue"], [class*="button"][class*="green"][class*="inline"] > a, [class*="button"][class*="blue"][class*="inline"] > a, a > span[class*="button"][class*="green"][class*="inline"], a > span[class*="button"][class*="blue"][class*="inline"], .wp-block-button .wp-block-button__link {
  letter-spacing: 1px;
  padding: 10px 14px;
  border: none;
  -moz-box-shadow: 0px 1px 3px -1px #000;
  -webkit-box-shadow: 0px 1px 3px -1px #000;
  box-shadow: 0px 1px 3px -1px #000;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

.wp-block-button .wp-block-button__link[class*="pale"] {
  color: #2f2f2e;
}

a.green-button.inline, a.blue-button.inline, [class*="button"][class*="green"][class*="inline"] a , [class*="button"][class*="blue"][class*="inline"] a, a > span[class*="button"][class*="green"][class*="inline"], a > span[class*="button"][class*="blue"][class*="inline"]{
  display: inline-block;
  padding: 0 12px;
  font-size: 20px;
  line-height: 26px;
}

a.green-button br, a.blue-button br {
  display: block;
}

a.blue-button, a[class*="button"][class*="blue"], [class*="button"][class*="blue"][class*="inline"] a, a > span[class*="button"][class*="blue"][class*="inline"] {
  background-color: #586D99;
}

.site-inner a.green-button {
  font-weight: normal;
}

.green-button:hover, a.green-button:hover, [class*="button"][class*="green"][class*="inline"] a:hover, a:hover > span[class*="button"][class*="green"][class*="inline"], a.has-green-background-color:hover {
  background-color: #96CD5C;
}

a.blue-button:hover, [class*="button"][class*="blue"][class*="inline"] a:hover, a:hover > span[class*="button"][class*="blue"][class*="inline"], a.has-blue-background-color:hover {
  background-color: #8EA0C5;
}

.wp-block-button [class*="button"][class*="green"], .wp-block-button [class*="button"][class*="blue"], .wp-block-button .wp-block-button__link {
  font-family: Lato, Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}

table, table tr {
  width: 100%;
  max-width: 100%;
}
  
table {  
  margin: 1.5em 0;
}

table td {
  max-width: 50%;
  vertical-align: top;
  padding: 4px;
}

table td p {
  margin-top: 0;
  line-height: 1.2em;
}

code {
  display: block;
  padding: 10px;
  background: rgba(255,255,160);
}

article .entry-title {
  text-transform: uppercase;
}

.fake-paragraph {
  position: relative;
  display: block;
  clear: both;
  padding-top: 1em;
}

div.textbox, div[class*="textbox"] {
  position: relative;
  clear: both;
  border: 1px solid #96CD5C;
  padding: 18px;
  width: 90%;
  margin: 20px auto;
}

.wp-block-group__inner-container:after {
	content: "";
	clear: both;
	display: table;
}

.wp-block-group.has-background {
  padding: 14px;
}

.wp-block-group .wp-block-image figure {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-group .is-vertically-aligned-center figure {
	margin: 0;
}

.wp-block-group.is-layout-flex > *:not(:first-child) {
	margin-left: 20px;
}

div.textbox > :first-child, div[class*="textbox"] .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}

div.textbox > :last-child, div[class*="textbox"] .wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}

div.textbox > div.textbox, div[class*="textbox"] div[class*="textbox"] {
  margin: 0;
  width: 100%;
}

div.textbox.shadow, div.textbox.medium-shadow, div.textbox.long-shadow, div[class*="textbox"][class*="shadow"] {
  border: none;
}

div[class*="textbox"][class*="butterfly"], div[class*="textbox"][class*="inchworm"], div[class*="textbox"][class*="bee"] {
  margin-top: 26px;
}

div[class*="textbox"] > div[class*="textbox"][class*="inchworm"], div[class*="textbox"] > div[class*="textbox"][class*="butterfly"], div[class*="textbox"] > div[class*="textbox"][class*="bee"] {
  margin-top: 0;
}

div[class*="textbox"][class*="butterfly"]:before, div[class*="textbox"][class*="inchworm"]:before, div[class*="textbox"][class*="bee"]:before {
  content: " ";
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: -24px;
  left: -16px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/butterfly.gif) no-repeat;
  background-size: contain;
}

div[class*="textbox"][class*="inchworm"]:before {
  width: 175px;
  height: 42px;
  top: -42px;
  left: -12px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/inchworm.gif);
  background-size: contain;
}

div[class*="textbox"][class*="bee"]:before {
  width: 164px;
  height: 114px;
  top: -60px;
  left: -50px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/bee.gif);
  background-size: contain;
}

main.content .wp-block-pullquote {
  position: relative;
  border-top: 6px solid #C7E0AC;
  border-bottom: 6px solid #C7E0AC;
  padding: 2em 0;
  margin: 30px 0;
}

main.content .wp-block-pullquote.is-style-solid-color {
  border: none;
}

blockquote, blockquote.wp-block-quote {
  position: relative;
  width: 90%;
  margin: 30px auto;
  padding: 0 0 0 8px;
  background: #C7E0AC;
  border: none;
}

.wp-block-pullquote blockquote, .wp-block-pullquote.is-style-solid-color blockquote p {
  background: none;
}

.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
}

blockquote p { 
  position: relative;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
  padding: 0 4px 0 16px;
  margin: 0;
  background: #fff;
}

blockquote.normal-text p, blockquote.is-style-normal-text p {
  font-size: 16px;
  line-height: 1.5em;
}

blockquote.fancy p, blockquote.is-style-fancy p {
  font-family: Georgia, cursive;
  font-size: 19px;
  line-height: 36px;
  letter-spacing: .4px;
}

.wf-active blockquote.fancy p, .wf-active blockquote.is-style-fancy p {
  font-family: Tangerine, cursive;
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: bold;
}

blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
  margin: 30px auto;
  padding: 0 0 0 8px;
}

blockquote span.credit, blockquote cite, .wp-block-quote cite {
  font-size: 18px;
  color: #999;
  position: relative;
  display: block;
  clear: both;
}

blockquote.fancy span.credit, blockquote.fancy cite, .wp-block-quote.fancy cite {
  font-size: 26px;
}

blockquote cite, .wp-block-quote cite {
  display: block;
  background: #fff;
  width: 100%;
  padding: 10px 16px;
  margin-top: 0 !important;
}

.schema-faq-section {
	margin: 30px 0;
}

#welcome-message p > span {
  font-family: Georgia, cursive;
  font-size: 27px;
  display: inline-block;
  margin-top: 24px;
  letter-spacing: .5px;
}

.wf-active #welcome-message p > span {
  font-family: Tangerine, cursive;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 1px;
}

a.entry-image-link img {
  margin-bottom: 10px;
}

.home a.entry-image-link {
  width: 100%;
}

.home a.entry-image-link img {
  display: block;
  margin: 0 auto 10px auto;
}

ol {
  margin: 26px 0 26px 30px;
  padding: 0;
}

ol li {
  margin: 12px 0;
  padding: 2px 0 2px 4px;
}

ol li::marker {
  color: #448302;
  font-weight: bold;
}

ol.is-style-red-numbers li::marker {
  color: #DE3224;
}

ol.is-style-brown-numbers li::marker {
  color: #a95b00;
}

.site-inner ul {
  margin-left: 0;
  margin-bottom: 20px; 
  list-style: none !important;
}

.site-inner ul.wp-block-latest-posts {
  margin-left: 40px;
}

.site-inner ul.wp-block-latest-posts.is-grid {
  margin-left: 0; 
  padding: 0;
  width: calc(100% + 15px);
}

.site-inner ul li {
  margin: 12px 0 12px 34px;
  padding: 2px 0;
  text-indent: -34px;
	line-height: 23px;
}

.site-inner .wp-block-group ul li, .site-inner .wp-block-ed-tip-block ul li, .site-inner .wp-block-ed-learn-more ul li, .site-inner .wp-block-group ol, .site-inner .wp-block-ed-tip-block ol, .site-inner .wp-block-ed-learn-more ol {
  margin-left: 16px;
}

.site-inner ul.wp-block-latest-posts.is-grid li {
  margin: 0;
  text-indent: 0;
  margin-right: .625em;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  padding: 8px 10px;
}

.site-inner .wprm-recipe ul li {
  text-indent: 0px;
}

.site-inner .wprm-recipe ul li:before, .site-inner ul.wp-block-latest-posts.is-grid li:before {
  display: none;
}

.site-inner ul li:before, .site-inner ul[style*="disc"] li:before {
  content: ' ';
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
	margin-left: 18px;
  top: -2px;
  background: #96CD5C;
  border-radius: 99px;
}

.site-inner .wp-block-gallery ul li:before {
	display: none;
}

.site-inner ul[style*="circle"] li:before, .site-inner ul[class*="circle"] li:before {
  width: 5px;
  height: 5px;
  top: -1px;
	margin-right: 9px;
	margin-left: 16px;
  background: none;
  border: 2px solid #96CD5C;
}

.site-inner ul[style*="square"] li:before, .site-inner ul[class*="square"] li:before {
  width: 7px;
  height: 7px;
  top: -1px;
	margin-right: 10px;
	margin-left: 17px;
  border-radius: 0;
}

.site-inner ul[class*="check-list"] li:before, .site-inner ul li.is-style-green-check:before, .site-inner ul[class*="red-x"] li.is-style-green-check:before {
  width: 21px;
  height: 19px;
  top: 2px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/check-mark.png) no-repeat;
	margin-right: 1px;
	margin-left: 12px;
	border-radius: 0;
	border: none
}

.site-inner ul[class*="red-x"] li:before, .site-inner ul li.is-style-red-x:before {
	top: 5px;
	background: url(images/red-x.png);
	width: 21px;
	height: 19px;
	margin-right: 3px;
	margin-left: 10px;
	border-radius: 0;
	border: none;
}

.archive-pagination ul {
  list-style: none;
  margin-left: 0;
}

.site-inner .archive-pagination li {
  display: inline-block;
	min-width: 34px;
  line-height: 30px;
	text-align: center;
	text-indent: 0;
	padding: 0 9px;
  margin: 8px 1px 0 0;
  border: 1px solid #ccc;
}

.archive-pagination li a {
  display: block;
  transition: none;
}

.archive-pagination ul li:before {
  content: none;
}

.archive-pagination li.active {
  background: #448302;
  border: 1px solid #448302;
}

.archive-pagination li:hover {
  background: #96CD5C;
  border: 1px solid #96CD5C;
}

.archive-pagination li.active a, .archive-pagination li:hover a {
  color: #fff;
}

.archive-pagination li.pagination-omission {
  color: #448302;
  padding: 0 8px 0 24px;
}

.comment-list {
  margin-left: 0;
}

.comment-list li {
  list-style: none;
}

.comment-list ul.children {
  margin-left: 40px;
}

.site-inner .comment-list ul li {
  text-indent: 0;
}

.site-inner .comment-list ul li:before {
  content: none;
}

.comment-list li header p {
  margin: 12px 0;
}

.commission-notice, .designer {
  padding: 12px; 
  border: 1px solid #ccc; 
  text-align: left; 
  line-height: 1.4; 
  font-size: 14px; 
  font-style: italic;
  margin-bottom: 30px; 
  background-color: #FAFAFA;
}

.is-style-notice-box {
  padding: 0 12px;
  border: 1px solid #ccc;
  margin-bottom: 30px; 
  background-color: #FAFAFA;
}

.entry-header .commission-notice {
  font-size: 1em;
  font-style: normal;
  text-align: center;
  margin: 14px 0;
}

.commission-notice {
  margin-top: 20px;
}

.commission-notice p {
  margin: 0;
}

img, figure {
  max-width: 100%;
  height: auto;
}

figure {
  text-align: center;
}

.wp-block-image figure.alignleft {
	margin-right: 1.5em;
}

.wp-block-image figure.alignright {
	margin-left: 1.5em;
}

figure img {
  margin: 0 auto;
}

figcaption {
  display: block !important;
  text-align: center;
}

img.circle, figure[class*="circle"] img, div[class*="circle"] > figure img, .wp-block-image.is-style-rounded img {
  display: block;
  border-radius: 9999px;
  overflow: hidden;
}

.wp-block-image[class*="circle"]:not(.is-style-rounded) img {
	border-radius: 9999px;
}

.shadow, div[class*="textbox"][class*="shadow"], figure[class*="shadow"] img, div[class*="shadow"] > figure img {
  -moz-box-shadow: -1px 2px 7px -2px #000;
  -webkit-box-shadow: -1px 7px 6px -2px #000;
  box-shadow: -1px 2px 7px -2px #000;
}

.medium-shadow, div[class*="textbox"][class*="medium-shadow"], figure[class*="medium-shadow"] img, div[class*="medium-shadow"] > figure img {
  -moz-box-shadow: -4px 6px 14px -7px #000;
  -webkit-box-shadow: -4px 6px 14px -7px #000;
  box-shadow: -4px 6px 14px -7px #000;
}

.long-shadow, div[class*="textbox"][class*="long-shadow"], figure[class*="long-shadow"] img, div[class*="long-shadow"] > figure img {
  -moz-box-shadow: -8px 10px 26px -12px #000;
  -webkit-box-shadow: -8px 10px 26px -12px #000;
  box-shadow: -8px 10px 26px -12px #000;
}

img.centered, .aligncenter, .aligncenter > img, .aligncenter > a > img {
  display: block;
  margin: 0 auto 20px auto;
}

img.alignleft {
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  text-align: right;
}

.site-inner .wp-block-image .aligncenter, .site-inner .wp-block-image .alignleft, .site-inner .wp-block-image .alignright, .site-inner .wp-block-image.is-resized {
  display: block;
}

.scroll-trigger.fade {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.scroll-trigger.fade.triggered {
  opacity: 1;
}

.text-protect {
  display: block;
  position: relative;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}


.site-container {
  position: relative;
	display: inline-block;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  z-index: 0;
}

.site-header {
  position: relative;
  display: block;
  width: 100%;
  height: 146px;
  margin-top: 60px;
}

#sky-back {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 96px;
  border-top: 1px solid #2F2F2E;
  border-bottom: 1px solid #2F2F2E;
}

.fixed #sky-back {
  position: fixed;
  top: 0;
  height: 48px;
  z-index: 1000;
  -moz-box-shadow: 0px 1px 6px -3px #000;
  -webkit-box-shadow: 0px 1px 6px -3px #000;
  box-shadow: 0px 1px 6px -3px #000;
}

#banner-clouds {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4FA9CE;
  background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/sky.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-size: 1200px auto;
  background-position: left -500px;
}

@keyframes skyAnimation2 { 
    0% { background-position: left -500px;}
    100% { background-position: 1200px -500px;}
}

#flower-banner {
  position: relative;
  width: 100%;
  height: 94px;
  margin-bottom: 1px;
  background: url(images.opt/flower-repeat.png) repeat-x calc(50% - 16px) bottom;
  z-index: 500;
}

.fixed #flower-banner {
  background-position: center 100px;
  height: 46px;
}

#circle-shadow-div {
  position: absolute;
  left: 50%;
  width: 300px;
  height: 94px;
  margin: 0 auto 0 -151px;
  overflow: hidden;
  background: none;
  background: -webkit-radial-gradient(circle,rgba(108,0,121,0.20) 30%,rgba(167,125,167,0.20) 65%,rgba(0,0,0,0) 95%);
  background: -o-radial-gradient(circle,rgba(108,0,121,0.20) 30%,rgba(167,125,167,0.20) 65%,rgba(0,0,0,0) 95%);
  background: -moz-radial-gradient(circle,rgba(108,0,121,0.20) 30%,rgba(167,125,167,0.20) 65%,rgba(0,0,0,0) 95%);
  background: radial-gradient(circle,rgba(108,0,121,0.20) 30%,rgba(167,125,167,0.20) 65%,rgba(0,0,0,0) 95%);
}

.fixed #circle-shadow-div {
  height: 46px;
}

#circle-shadow {
  position: absolute;
  background: #fff;
  top: -54px;
  height: 202px;
  width: 201px;
  margin: 0 0 0 51px;
  border: 1px solid #2F2F2E;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.fixed #circle-shadow {
  top: -206px;
}

#sky {
  position: absolute;
  width: 199px; 
  height: 199px; 
  top: -53px;
  left: 50%;
  margin-left: -99px;
  border: 9px solid #fff;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.fixed #sky {
  top: -204px;
}

#clouds {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #93C4D8;
  background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/sky.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-size: 340px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
  -moz-background-clip: padding; 
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-poition: center top;
  overflow: hidden;
}


@keyframes skyAnimation { 
    0% { background-position: left top;}
    100% { background-position: 340px top;}
}

#cameo-div {
  position: absolute;
  display: block; 
  margin: 0;
  width: 253px; 
  height: 194px;
  top: -55px;
  left: 33px;
  z-index: 1800;
}

#cameo {
  position: relative;
  bottom: 0;
  left: 0;
  display: block; 
  width: 253px; 
  height: 194px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/cameo.png);
}

#cameo-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}

.fixed #cameo-div {
  position: fixed;
  height: 100px;
}

.fixed #cameo {
  bottom: 150px;
}

#ribbon {
  position: absolute;
  width: 247px;
  height: 43px;
  bottom: 1px;
  left: 2px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/ribbon.png);
}

.fixed #ribbon {
  bottom: 0;
}

.site-title, .site-title > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}


/* Search
--------------------------------------------- */

.site-inner .search-form, .site-inner #searchform {
  margin: 20px auto 30px auto;
}

.site-inner .textbox #searchform {
  margin: 0 auto 10px auto;
}

.error404 .site-inner .search-form {  
  max-width: 400px;
}

.site-inner .search-form input, .site-inner #searchform input {
  max-width: calc(100% - 96px);
}

.site-inner .search-form input[type="submit"], .site-inner #searchform input[type="submit"] {
  float: right;
  height: 40px;
  line-height: 40px;
  margin-top: -1px;
  padding: 0 10px;
}

.site-inner #searchform input + br {
  display: none;
}

.site-inner #searchform input[type="submit"] {
  display: inline;
}

.search-icon, .search-icon-back {
  position: absolute;
  top: 30px;
  left: 75%;
  margin-left: 32px;
  z-index: 2000;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.search-icon { 
  background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/search-icon.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
	background-color: transparent;
	border: none;
}

.fixed .search-icon {
  top: 6px;
  margin-left: 42px;
}

.search-icon-back, .menu-icon-back {
  width: 84px;
  margin-top: -20px;
  margin-left: 5px;
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-size: 14px;
  text-align: center;
}

.search-icon-back {
	margin-top: 0;
	opacity: 0;
}

.fixed .search-icon-back, .fixed .menu-icon-back {
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.header-search-form .search-form {
  display: none;
  position: absolute;
  top: 94px;
  right: 4%;
  z-index: 2100;
  -moz-box-shadow: 0px 1px 6px -3px #000;
  -webkit-box-shadow: 0px 1px 6px -3px #000;
  box-shadow: 0px 1px 6px -3px #000;
}

.fixed .header-search-form .search-form {
  top: 46px;
}

.header-search-form .search-form input[type="search"] {
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #2F2F2E;
} 

.header-search-form .search-form input[type="submit"] {
  line-height: 32px;
  color: transparent;
  background-color: #448302;
  background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/search-icon-w.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

.header-search-form .search-form input[type="submit"]:hover {
  background-color: #96CD5C;
}

/* Search Results
--------------------------------------------- */

.search-results .archive-title, .search-no-results .archive-title {
  font-weight: bold;
}

.search-results .archive-title .search-title, .search-no-results .archive-title .search-title {
  font-weight: normal;
}

.search-results .site-inner main.content .search-form, .search-no-results .site-inner main.content .search-form {
  clear: both;
  margin-left: 0;
  margin-bottom: 10px;
  max-width: 600px;
}

.search-results main.content entry {
  padding-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
}

.search-results main.content form.search-form + .entry {
  border: none;
}

.search-results .entry-title {
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 4px;
}

.search-results .entry-title a {
  font-weight: bold;
}

.search-results .entry-title br {
  display: none;
}

.search-results a.permalink {
  display: block;
}

.search-results .entry-image {
  display: inline-block;
  vertical-align: top;
  padding: 14px 14px 0 0;
  max-width: 30%;
}

.snippets {
  display: inline-block;
  padding: 6px 0;
  width: 70%;
}

.search-excerpt {
  background: #ecffb4;
}

.search-no-results main.content > div.entry, .search-no-results main.content > div.no-results.no-results {
  padding-top: 0;
}

.search-no-results main.content > div.entry p {
  font-size: 1.4em;
}

/* Comment Form / Forms
--------------------------------------------- */

#respond {
  position: relative;
  clear: both;
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-bottom: 20px;
}

#respond #reply-title, #comments > h3 {
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-size: 50px;
  line-height: 50px;
}

main.content #comments {
  padding-top: 0;
}

.site-inner input, .site-inner select, .site-inner textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  background: rgba(253,253,253,1); 
}

.site-inner input[type="submit"], .subscribe-form-container button[type="submit"] {
  width: auto;
  position: relative;
  color: #fff;
  background-color: #448302;
  border: none;
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 10px;
  -moz-box-shadow: 0px 1px 3px -1px #000;
  -webkit-box-shadow: 0px 1px 3px -1px #000;
  box-shadow: 0px 1px 3px -1px #000;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.site-inner input[type="submit"]:hover, .subscribe-form-container button[type="submit"]:hover {
  background-color: #96CD5C;
  cursor: pointer;
}

.comment .avatar {
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
}

.alignleft .avatar, .author-box .avatar, .comment .avatar {
    margin-right: 20px;
}

.avatar {
  float: left;
}

.comment-list > .comment {
    clear: both;
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.entry-comments .comment, .entry-comments .comment-reply {
    margin-bottom: 40px;
}

/* Responsive Navigation
--------------------------------------------- */

.responsive-menu-icon, .menu-icon-back {
  position: absolute;
  top: 30px;
  left: 25%;
  margin-left: -65px;
  text-align: center;
  z-index: 2000;
	background: none;
	border: none;
}

.menu-icon-back {
  margin-left: -88px;
}

.fixed .responsive-menu-icon {
  top: 6px;
  margin-left: -75px;
}

.responsive-menu-icon div {
  width: 36px;
  height: 5px;
  margin: 4px auto 5px auto;
  border-radius: 5px;
  background: #2F2F2E;
}

.responsive-menu-icon,
.responsive-menu .menu-item-has-children {
	cursor: pointer;
}

.responsive-menu .menu-item,
.responsive-menu-icon {
	display: block;
}

.responsive-menu,
.responsive-menu > .menu-item > .sub-menu {
	display: none;
}

.navigation-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.nav-primary .genesis-nav-menu {
  position: relative;
  top: 120px;
  width: 100%;
  z-index: 1100;
  background: rgba(255,255,255,1);
  border-top: 1px solid #2F2F2E;
  border-bottom: 1px solid #2F2F2E;
  display: none;
}

.nav-primary .genesis-nav-menu.main-menu-open {
  -moz-box-shadow: 0px 1px 6px -3px #000;
  -webkit-box-shadow: 0px 1px 6px -3px #000;
  box-shadow: 0px 1px 6px -3px #000;
  
}  

.fixed .nav-primary .genesis-nav-menu {
  top: 60px;
}

.nav-primary .genesis-nav-menu li {
  position: relative;
  width: 100%;
  text-align: center;
  text-indent: none;
}

.fixed .nav-primary {
  width: 100%;
}

.nav-primary, .nav-secondary {
  padding-top: 27px;
}

.nav-secondary {
  display: none;
}

.menu-secondary, .menu-primary {
  width: 100%;
}

.fixed .nav-primary, .fixed .nav-secondary {
  padding-top: 7px;
}


.nav-primary a, .nav-secondary a {
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  text-decoration: none;
  color: #292723;
  font-size: 20px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-primary a:hover, .nav-secondary a:hover {
  color: #448302;
}

.fixed .nav-primary a, .fixed .nav-secondary a {
  font-size: 20px;
}

.menu-item-has-children > a {
  position: relative;
  z-index: 60;
  padding: 0 60px;
}

.menu-item-has-children .nav-arrow {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #448302;
  position: absolute;
  top: 6px;
  margin-left: -40px;
  display: inline-block;
  z-index: 40;
}

.menu-open.menu-item-has-children .nav-arrow {
  border: 8px solid transparent;
  border-top: 8px solid #448302;
  top: 10px;
  margin-left: -48px;
}

.responsive-menu .sub-menu .sub-menu {
	margin: 0 0 0 25px;
}

.genensis-nav-menu, .sub-menu, .moved-item {
  list-style: none;
}

.genesis-nav-menu > li > ul.sub-menu {
  position: relative;
  width: 100%;
  left: 0;
  padding: 10px;
  background: rgba(253,253,253,1);
  border-top: 1px solid #2F2F2E;
  border-bottom: 1px solid #2F2F2E;
  -moz-box-shadow: inset 0px 1px 6px -3px #000;
  -webkit-box-shadow: inset 0px 1px 6px -3px #000;
  box-shadow: inset 0px 1px 6px -3px #000;
}

.genesis-nav-menu ul.sub-menu li a {
  font-size: 18px;
}

/* In Season - home page section
--------------------------------------------- */

#in-season {
	width: 100%;
	padding: 0 0 20px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

#in-season li img {
	max-width: 100%;
}

/* Main content
--------------------------------------------- */

.site-container > center:first-child {
  margin-top: 20px;
}

.site-inner, #social-follow, #sidebar-new-here-wrap, #welcome-social-home, #welcome-message  {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  z-index: 100;
}

#social-follow, #full-feature #social, .no-social-follow #social-follow {
  display: none;
}

.no-new-here #sidebar-new-here-wrap {
  display: none;
}

#welcome-message .textwidget {
  position: relative;
  float: left;
  width: 100%;
  max-width: 1200px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #ccc;
}

#social, .social-wrap {
  position: relative;
  display: block;
  width: 266px;
  height: 30px;
  margin: 4px auto 12px auto;
}

.social-wrap {
  margin: 0 auto;
}

.social-wrap div {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/sprite.jpg);
}

#social a {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacitye 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/sprite.jpg);
}

#social a:hover {
  opacity: 0;
}

#social div.twitter a {
  background-position: -30px 0;
}

#social div.twitter {
  background-position: -30px 30px;
}

#social div.pinterest a {
  background-position: -60px 0;
}

#social div.pinterest {
  background-position: -60px 30px;
}

#social div.facebook a {
  background-position: 0 0;
}

#social div.facebook {
  background-position: 0 30px;
}

#social div.instagram a {
  background-position: -90px 0;
}

#social div.instagram {
  background-position: -90px 30px;
}

#social div.youtube a {
  background-position: -120px 0;
}

#social div.youtube {
  background-position: -120px 30px;
}

#social div.rss a {
  background-position: -150px 0;
}

#social div.rss {
  background-position: -150px 30px;
}

#social div.email a {
  background-position: -180px 0;
}

#social div.email {
  background-position: -180px 30px;
}

.full-feature {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 66.666%;
  overflow: hidden;
}

.welcome-garden {
  position: relative;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/welcome-garden-b.jpg) no-repeat 35% top;
  background-size: 228%%;
  z-index: 5;
}

.welcome-new {
  position: absolute;
  top: 15%;
  right: 10px;
  border: 1px solid #2F2F2E;
  background: rgba(255,255,255,1);
  width: auto;
  height: auto;
  text-align: center;
  padding: 8px 8px 40px 8px;
}

.sidebar-new-here {
  position: relative;
  width: 100%;
}

.sidebar-new-here .welcome-new {
  position: relative;
  width: 300px;
  top: 0;
  right: 0;
  margin: 12px auto;
  padding: 0;
  border: 1px solid #ccc;
}

.sidebar-new-here .flower {
  display: none;
}

.sidebar-new-here p, .sidebar-new-here a.start-here, .sidebar-new-here .flower {
  display: inline-block;
  font-size: 18px;
}

.new-here, .start-here {
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}

.dig-in, .sidebar-new-here .dig-in {
  font-family: Georgia, cursive;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: 0;
}

.dig-in {
  color: #000;
  margin: 4px 0 12px;
}

.sidebar-new-here .dig-in {
  margin: 0 2px;
}

.wf-active .dig-in, .wf-active .sidebar-new-here .dig-in {
  font-family: Tangerine, cursive;
  font-size: 36px;
  font-weight: bold;
}

a.start-here {
  position: relative;
  color: #fff;
  background-color: #448302;
  background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/white-arrow.png);
  background-repeat: no-repeat;
  background-position: 56% 35px;
  background-size: 46px;
  font-size: 20px;
  font-weight: normal;
  padding: 6px 8px 26px 8px;
  -moz-box-shadow: 0px 1px 3px -1px #000;
  -webkit-box-shadow: 0px 1px 3px -1px #000;
  box-shadow: 0px 1px 3px -1px #000;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 100;
}

.start-here:hover, .green-button:hover {
  background-color: #96CD5C;
  color: #fff;
}

.sidebar-new-here a.start-here {
  background-position: 95% 10px;
  background-size: 26px;
  padding: 4px 35px 4px 6px;
  margin: 8px 4px;
}

.sidebar-new-here .welcome-empress {
  height: 0;
  background: none;
}

.welcome-empress {
  position: absolute;
  right: 66px;
  bottom: -3.5%;
  height: 100%;
  max-height: 330px;
  width: 56%;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/welcome-empress-denim.png) no-repeat left bottom;
  background-size: contain;
  overflow: hidden;
  z-index: 10;
}

#melissa {
  position: relative;
  display: block;
  float: left;
  max-width: 25%;
  margin: 14px 20px 4px 0;
}

.content-sidebar-wrap {
  position: relative;
  width: 100%;
  clear: both;
  float: left;
}

.full-width-content .content-side-wrap {
  float: none;
  margin: 0 auto;
}

main.content {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding-top: 10px;
}

main.content article, main.content section {
  position: relative;
  clear: both;
  display: block;
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
}

main.content section.widget {
  border: none;
  padding-top: 0;
  margin-bottom: 0;
}

.single-post main.content article, .page main.content article {
  padding-top: 4px;
}

article .entry-content, article .entry-header {
  position: relative;
  clear: both;
  display: block;
}

article .pf-content {
  position: relative;
  clear: both;
  display: block;
}

main.content article:first-of-type {
  border-top: none;
}

.after-entry.widget-area {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
}

.content-sidebar-wrap aside.sidebar {
  position: relative;
  clear: both;
  padding-top: 20px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

aside.sidebar section {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  margin: 24px 0;
}

.home aside.sidebar section:first-child {
  border: none;
}

.home.paged aside.sidebar section:first-child {
  border-top: 1px solid #ccc;
}

.sidebar-welcome-note p {
  margin: 0;
}

.author-box .avatar {
  height: 80px !important;
  width: 80px !important;
  position: relative;
  float: left;
  margin-right: 14px;
}

aside.sidebar .widget_text {
  font-size: 14px;
  line-height: 20px;
}

#text-58 {
  border-top: 1px solid #ccc;
}

#text-58 img {
  width: 84px;
  height: 84px;
  margin-left: 6px;
  margin-top: 6px;
}

footer.site-footer {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #767674;
  border-top: 1px solid #ccc;
  margin-top: 24px;
}

/* responsive video
--------------------------------------------- */

div.video-player, .wp-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%; 
  max-width: 600px;
  margin: 0 auto 20px auto;
  height: 0; 
  overflow: hidden;
}

div.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.wp-block-embed-youtube > div, .wp-block-embed-youtube iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}


/* Scroll to top
--------------------------------------------- */

.scroll-to-top {
  position: relatve;
  display: block;
  bottom: 120px;
  left: 50%;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: #448302;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
  -moz-box-shadow: -8px 10px 22px -10px #000;
  -webkit-box-shadow: -8px 10px 22px -10px #000;
  box-shadow: -8px 10px 22px -10px #000;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.scroll-to-top:hover {
  background: #96CD5C;
}

.scroll-to-top > div {
  position: relative;
  top: -1px;
  left: 9px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-bottom: 16px solid #fff;
}

.scroll-to-top > div > div {
  position: relative;
  width: 0;
  height: 0;
  top: -2px;
  left: -10px; 
  border: 10px solid transparent;
  border-bottom: 10px solid #448302;
  -webkit-transition: border-bottom 0.3s;
  -moz-transition: border-bottom 0.3s;
  -ms-transition: border-bottom 0.3s;
  -o-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.scroll-to-top:hover > div > div {
  border-bottom: 10px solid #96CD5C;
}

/* Custom sharing buttons
--------------------------------------------- */

.scriptlesssocialsharing:before {
  content: 'Share this post:';
  display: block;
  font-family: Georgia, cursive;
  font-size: 15px;
  line-height: 32px;
  height: 32px;
  color:  #448302;
}

.wf-active .scriptlesssocialsharing:before {
  font-family: Tangerine, Georgia, cursive;
  font-weight: bold;
  font-size: 30px;
}

.page .scriptlesssocialsharing:before {
  content: 'Share this page:';
}

.scriptlesssocialsharing, .scriptlesssocialsharing-buttons {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  padding: 0;
  border-spacing: 0;
}

.scriptlesssocialsharing {
  display: block;
  height: 72px;
  margin: 18px auto;
}

.entry-content .scriptlesssocialsharing:first-child {
	margin-top: 0;
}

.scriptlesssocialsharing-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.scriptlesssocialsharing-buttons a.button {
  position: relative;
  width: 24%;
  height: 40px;
  font-size: 14px;
  font-family: Lato, Arial, sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  padding: 2px 0;
  border: 1px solid #ccc;
  background: #fff;
}

.scriptlesssocialsharing-buttons a.button:before { 
  position: absolute;
  content:' ';
  left: 50%;
  margin-left: -15px;
  top: 4px;
  width: 30px;
  height: 30px;
  background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/sprite.jpg);
  vertical-align: middle;
}

.scriptlesssocialsharing-buttons .sss-name {
  position: relative;
  left: 50%;
  margin-left: -15px;
  top: 2px;
  display: block;
  width: 30px;
  height: 30px;
  max-height: 30px;
  overflow: hidden;
  color: transparent;
}

.scriptlesssocialsharing-buttons .sss-name:before { 
  content:' ';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/sprite.jpg);
}

.scriptlesssocialsharing-buttons a:hover .sss-name:before { 
  opacity: 0;
}

.scriptlesssocialsharing-buttons .twitter:before { 
  background-position: -30px 30px;
}

.scriptlesssocialsharing-buttons .twitter span:before { 
  background-position: -30px 0;
}

.scriptlesssocialsharing-buttons .facebook:before { 
  background-position: 0 30px;
}

.scriptlesssocialsharing-buttons .facebook span:before { 
  background-position: 0 0;
}

.scriptlesssocialsharing-buttons .pinterest:before { 
  background-position: -60px 30px;
}

.scriptlesssocialsharing-buttons .pinterest span:before { 
  background-position: -60px 0;
}

.scriptlesssocialsharing-buttons .email:before { 
  background-position: -180px 30px;
}

.scriptlesssocialsharing-buttons .email span:before { 
  background-position: -180px 0;
}

/* Notices
--------------------------------------------- */

.subscribe-notice, .make-notice, .ideas-notice, .grow-notice, .ebooks-notice, .shop-notice {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.make-notice {
  padding: 10px 0;
}

.ideas-notice {
  padding-top: 10px;
  padding-bottom: 50px;
}

.grow-notice {
  padding-top: 10px;
  padding-bottom: 60px;
}

.ebooks-notice {
  padding-top: 10px;
}

.shop-notice {
  height: 290px;
  padding: 10px 0;
}


.subscribe-notice p, .make-notice p.make-button, .grow-notice p.grow-button, .ebooks-notice p.ebooks-button {
  margin: 0;
}

.ideas-notice p.ideas-button, .grow-notice p.grow-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.subscribe-notice p a, .make-notice p.make-button a, .ideas-notice p.ideas-button a, .grow-notice p.grow-button a, .ebooks-notice p.ebooks-button a, .shop-notice p.shop-title  {
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-size: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 4px auto;
  border: none;
}

.make-notice p.make-button a {
  font-size: 36px;
  line-height: 36px;
}

.ideas-notice p.ideas-button a {
  font-size: 26px;
  line-height: 26px;
}

.grow-notice p.grow-button a {
  font-size: 48px;
  line-height: 48px;
}

.shop-notice p.shop-title a {
  font-size: 50px;
  line-height: 50px;
  font-weight: normal;
  border: none;
}

.wheelbarrow-empress .make-link, .wheelbarrow-empress .make-link a, .ideas-empress .ideas-link, .ideas-empress .ideas-link a, .pumpkin-vine-empress .grow-link, .pumpkin-vine-empress .grow-link a, .ebooks-notice .ebooks-link, .ebooks-notice .ebooks-link a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  margin: 0;
  border: none;
}

/* Learn More / Empress Tips
--------------------------------------------- */

.tip-learn {
	position: relative;
	clear: both;
	display: block;
	margin: 40px auto;
	width: 600px;
	max-width: calc(100% - 60px);
	padding: 20px 40px;
}

.tip-learn, .tip-learn.is-style-green-tip-block, .tip-learn.is-style-green-learn-more {
	background: var(--wp--preset--color--pale-moss);
}

.tip-learn.is-style-blue-tip-block, .tip-learn.is-style-blue-learn-more {
	background: var(--wp--preset--color--pale-sky);
}

.tip-learn.is-style-red-tip-block, .tip-learn.is-style-red-learn-more {
	background: var(--wp--preset--color--pale-watermelon);
}

.tip-learn.is-style-yellow-tip-block, .tip-learn.is-style-yellow-learn-more {
	background: var(--wp--preset--color--pale-lemon);
}

.tip-learn > h4:first-child {
	font-size: 30px;
	line-height: 1.1;
}

.tip-learn:before {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: -30px;
	width: 60px;
	height: 60px;
	background-color: var(--wp--preset--color--green);
	background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/tip-learn/tip-graphic.png);
	background-size: 100%;
	border-radius: 60px;
}

.tip-learn.learn-more-block:before {
	background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/tip-learn/learn-more-graphic.png);
}

.tip-learn.is-style-blue-tip-block:before, .tip-learn.is-style-blue-learn-more:before {
	background-color: var(--wp--preset--color--blue);
}

.tip-learn.is-style-red-tip-block:before, .tip-learn.is-style-red-learn-more:before {
	background-color: var(--wp--preset--color--red);
}

.tip-learn.is-style-yellow-tip-block:before, .tip-learn.is-style-yellow-learn-more:before {
	background-color: var(--wp--preset--color--brown);
}

.tip-learn:after {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
}

.tip-learn.option-tip-learn-frog:after {
	width: 70px;
	height: 70px;
	bottom: -16px;
	right: -20px;
	background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/tip-learn/frog.png);
}

.tip-learn.option-tip-learn-butterflies:after {
	width: 90px;
	height: 120px;
	top: -26px;
	right: -20px;
	background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/tip-learn/butterflies.png);
}

.tip-learn.option-tip-learn-flowers:after {
	width: 60px;
	height: 80px;
	top: -16px;
	right: -14px;
	background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/tip-learn/flowers.png);
}

.tip-learn.option-tip-learn-seedling:after {
	width: 62px;
	height: 90px;
	bottom: 4px;
	right: -20px;
	background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/tip-learn/seedling.png);
}

.tip-learn.option-tip-learn-monarch:after {
	width: 90px;
	height: 180px;
	top: -24px;
	right: -24px;
	background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/tip-learn/monarch.png);
}

.tip-learn.option-tip-learn-hammer:after {
	width: 104px;
	height: 180px;
	top: -22px;
	right: -10px;
	background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/tip-learn/hammer.png);
}

.tip-learn.option-tip-learn-honeyb:after {
	width: 76px;
	height: 80px;
	top: -10px;
	right: -20px;
	background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/tip-learn/bee.png);
}


/* FREE TIP SHEET
--------------------------------------------- */

.tip-sheet {
	position: relative;
	width: 92%;
	padding-bottom: 30px;
	margin-top: 40px;
	margin-left: 4%;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.tip-sheet-ribbon {
	position: absolute;
	top: 0;
	padding: .5em 0;
	width: 100%;
	overflow: hidden;
}

.tip-sheet-ribbon h3 {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0;
}

.tip-sheet-ribbon h3:before, .tip-sheet-ribbon h3:after {
	display: inline-block;
	content: "";
	width: 1.25em;
	height: 1em;
	background: url(images/leaf-ornament.png) no-repeat;
	background-size: 100%;
	vertical-align: middle;
	margin: 0 .2em;
}

.tip-sheet-ribbon h3:before {
	transform: scaleX(-1);
}

.tip-sheet-ribbon h3 span:first-child, .tip-sheet-ribbon h3 span:nth-child(3), .tip-sheet-ribbon h3 span:nth-child(4) {
	font-family: Tangerine, cursive;
	font-weight: bold;
	font-size: 2em;
}

.tip-sheet-ribbon h3 span:nth-child(3) {
	font-size: 1.5em;
}

.tip-sheet-ribbon h3 span:first-child, .tip-sheet-ribbon h3 span:nth-child(4) {
	line-height: .7em;
	vertical-align: bottom;
}

.tip-sheet-bunting {
	position: relative;
	width: 108%;
	max-width: 108%;
	margin: 2% 0 20px -4.5%;
}

.tip-sheet-bunting > div {
	position: relative;
	width: 100%;
	padding-top: 22.4%;
	background-repeat: no-repeat;
	background-size: 100%;
}

:not([class*="is-style"]) .tip-sheet-bunting > div, .is-style-blue-green-sheet-block .tip-sheet-bunting > div {
	background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/bunting-blue-green.png);
}

.is-style-red-tip-sheet-block .tip-sheet-bunting > div {
	background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/bunting-lavender-red.png);
}

.is-style-yellow-tip-sheet-block .tip-sheet-bunting > div {
	background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/bunting-orange-yellow.png);
}

.tip-sheet-bunting h3 {
	position: absolute;
	display: block;
	font-size: 20px;
	line-height: 1;
	top: 56%;
	left: 2%;
	width: 96%;
	height: 1em;
	margin: 0;
}

.tip-sheet-bunting h3 span {
	position: absolute;
	display: block;
	width: 7.05%;
	height: 1em;
	text-align: center;
}

.tip-sheet-bunting h3 span:first-child {
	margin-top: -11%;
	left: .5%;
	transform: rotate(27deg);
}
.tip-sheet-bunting h3 span:nth-child(2) {
	margin-top: -8%;
	left: 7.5%;
	transform: rotate(22deg);
}
.tip-sheet-bunting h3 span:nth-child(3) {
	margin-top: -5.3%;
	left: 14.35%;
	transform: rotate(20deg);
}
.tip-sheet-bunting h3 span:nth-child(4) {
	margin-top: -3.3%;
	left: 21.5%;
	transform: rotate(16deg);
}
.tip-sheet-bunting h3 span:nth-child(6) {
	margin-top: -.75%;
	left: 36%;
	transform: rotate(6deg);
}
.tip-sheet-bunting h3 span:nth-child(7) {
	left: 43.3%;
	transform: rotate(1.6deg);
}
.tip-sheet-bunting h3 span:nth-child(8) {
	left: 50.3%;
	transform: rotate(-3deg);
}
.tip-sheet-bunting h3 span:nth-child(10) {
	margin-top: -1.4%;
	left: 64.8%;
	transform: rotate(-12deg);
}
.tip-sheet-bunting h3 span:nth-child(11) {
	margin-top: -3.2%;
	left: 72%;
	transform: rotate(-15deg);
}
.tip-sheet-bunting h3 span:nth-child(12) {
	margin-top: -5.1%;
	left: 79.2%;
	transform: rotate(-20deg);
}
.tip-sheet-bunting h3 span:nth-child(13) {
	margin-top: -7.5%;
	left: 86%;
	transform: rotate(-22deg);
}
.tip-sheet-bunting h3 span:nth-child(14) {
	margin-top: -10.8%;
	left: 92.8%;
	transform: rotate(-28deg);
}





/* Subscribe
--------------------------------------------- */

.no-subscribe-form .after-entry.widget-area {
  display: none;
}

.subscribe-empress, .subscribe-notice .subscribe-empress { 
  position: relative;
  border-radius: 999px; 
  border: 1px solid #bbb;
  background-repeat: no-repeat;
  background-position: 69.3% 115.5%;  
  background-size: 90%; 
  overflow: hidden; 
  margin: 20px auto; 
  width: 220px; 
  height: 220px;
  top: 0;
  right: auto;
}

.subscribe-notice .subscribe-empress {
  background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/subscribe-empress.gif);
}

.subscribe-form {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.full-width-content .subscribe-form {
  padding-top: 0;
  border: none;
}

.subscribe-form-container {
  width: 100%;
  position: relative;
  float: left;
  padding-top: 20px;
  background: none;
  padding-right: 0;
}

.subscribe-form-container .subscribe-empress {
  width: 240px;
  height: 240px;
} 

.subscribe-form-container h4 {
  font-size: 7.5vw;
  line-height: 9vw;
  text-transform: uppercase;
  text-align: center;
}

.subscribe-form-container h4.sub-heading {
  font-size: 6vw;
}

#ema_signup_form {
  width: 340px;
  max-width: 100%;
  position: relative;
  margin: 20px auto;
} 

.subscribe-form-container h4 + p {
  text-align: center;
  width: 340px;
  max-width: 100%;
  margin: 10px auto;
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-size: 22px;
  line-height: 24px;
}

.subscribe-form-container input {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}

.site-inner .subscribe-form-container button[type="submit"].disabled {
  font-size: 18px;
}

.subscribe-form-container input[type="checkbox"], .full-width-content .subscribe-form-container input[type="checkbox"] {
  position: relative;
  opacity: 0;
  width: 19px;
  z-index: 10;
  margin-left: 2px;
}

.subscribe-form-container .checkbox-frame, .subscribe-form-container input[type="checkbox"]:focus + .checkbox-frame {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 31px;
  margin: 2px -4px -6px -20px;
  z-index: 0;
  background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/sprite.jpg);
  background-position: -210px 0;
}

.entry-content .subscribe-form-container input[type="checkbox"] + label:before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 31px;
  margin: 2px 0px -6px -20px;
  z-index: 0;
  background-image: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/sprite.jpg);
  background-position: -210px 0;
}

.subscribe-form-container input[type="checkbox"]:checked:focus + .checkbox-frame, .subscribe-form-container input[type="checkbox"]:checked + .checkbox-frame, .entry-content .subscribe-form-container input[type="checkbox"]:checked:focus + label:before, .entry-content .subscribe-form-container input[type="checkbox"]:checked + label:before {
  background-position: -210px 30px;
}

.site-inner .subscribe-form-container button[type="submit"] {
  font-size: 26px;
  line-height: 26px;
  margin-top: 14px;
}

.subscribe-form-container .label-description {
  font-size: 14px;
  display: inline;
}

.subscribe-form-container .ml-form-interestGroupsRow.ml-validate-required .ml-form-checkboxRow.ml-validate-required .label-description {
  display: block;
  margin-left: 30px;
  margin-top: -42px;
  max-width: calc(100% - 30px);
}

.subscribe-form-container .ml-form-successBody.row-success {
  margin-top: 30px;
}

.subscribe-form-container .ml-form-successBody.row-success h4 {
  font-size: 40px;
}

.subscribe-form-container .ml-form-successBody.row-success p {
  text-align: left;
  padding: 0;
}





/* Wheelbarrow
--------------------------------------------- */

.wheelbarrow-empress, .wheelbarrow-empress.small {
  position: relative;
  clear: both;
  width: 310px;
  height: 310px;
  margin: -24px auto 0 auto;
}

.wheelbarrow-empress.small {
  margin: -6px auto;
}

.wheelbarrow-empress h1.make, .wheelbarrow-empress.small p.make {
  position: absolute;
  top: 10%;
  left: 26%;
  font-family: Tangerine, cursive;
  font-weight: bold;
  font-size: 74px;
  line-height: 74px;
  padding: 0;
  margin: 0;
  color: #448302;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.make-notice .wheelbarrow-empress.small p.make {
  font-size: 50px;
  line-height: 50px;
  top: 16%;
  left: 36%;
}

.wheelbarrow-empress.small:hover p.make {
  color: #96CD5C;
}

.mirror-sky {
  position: absolute;
  right: 15%;
  top: 35%;
  width: 30%;
  height: 30%;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/sky.jpg);
  background-size: 160px;
  background-position: left top;
  opacity: 0.85;
}

@keyframes skyAnimation3 { 
    0% { background-position: 160px top;}
    100% { background-position: left top;}
}
  
.wheelbarrow {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/wheelbarrow-empress.png) no-repeat left 72%;
  background-size: 100%;
  animation: wheelbarrowBounce 1.8s linear infinite 0s;
  -webkit-transform-origin: 86% 85%;
  -ms-transform-origin: 86% 85%;
  transform-origin: 86% 85%;
}

@keyframes wheelbarrowBounce { 
    0% { -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);}
    25% { -webkit-transform: rotate(0.3deg);
        -ms-transform: rotate(0.3deg);
            transform: rotate(0.3deg);}
    50% { -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);}
    75% { -webkit-transform: rotate(0.25deg);
        -ms-transform: rotate(0.25deg);
            transform: rotate(0.25deg);}
    100% { -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);}        
}

.feet-wheel {
  position: absolute;
  bottom: 0;
  left: -2.2%;
  width: 100%;
  height: 30%;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/wheel-feet.gif) no-repeat;
  background-size: 100%;
}

.wheelbarrow-demo {
  position: relative;
  clear: both;
  width: 100%;
	max-width: 660px;
  height: auto;
}

.wheelbarrow-empress-rough {
  position: absolute;
  width: 314px;
  height: 320px;
  right: 7px;
  top: 14px;
  background: #fff url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/wheelbarrow-empress-rough.jpg) no-repeat;
  background-size: 100%;
  opacity: 1;
  -webkit-transition: opacity 5s;
  -moz-transition: opacity 5s;
  -ms-transition: opacity 5s;
  -o-transition: opacity 5s;
  transition: opacity 5s;
}

.triggered .wheelbarrow-empress-rough {
  opacity: 0;
}

.wheel, .wheel-colour {
  position: absolute;
  margin-top: -40%;
  width: 30%;
  max-width: 150px;
  height: 150px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/wheel02.gif) no-repeat;
  background-size: 100%;
}

.wheel-colour {
  margin-top: -12%;
  left: 22%;
  width: 24%;
  max-width: 100px;
  height: 100px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/wheel03.gif) no-repeat;
  background-size: 100%;
}

.wheel p, .wheel-colour p, p.design-wheelbarrow, .wheelbarrow-demo > p:first-child  {
  position: absolute;
  right: -72%;
  width: 60%;
  top: 8%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.wheelbarrow-demo > p:first-child {
  margin-top: -46%;
  left: 32%;
  right: auto;
  width: auto;
}


.wheel-colour p {
  width: 80%;
  left: -80%;
  right: auto;
  top: 6%;
}

p.design-wheelbarrow {
  position: absolute;
  top: 30px;
  right: 0;
}

.wheel p.triggered, .wheel-colour p.triggered, p.design-wheelbarrow.triggered, .wheelbarrow-demo > p:first-child.triggered {
  opacity: 1;
}

.wheelbarrow-demo .wheelbarrow-empress.small {
  position: relative;
  float: left;
  top: 40px;
  left: 0;
  margin-bottom: 50px;
}


/* Ideas
--------------------------------------------- */

.ideas-empress, .ideas-empress.small {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0px auto;
  overflow: hidden;
  margin-bottom: -5%;
}

.ideas-notice .ideas-empress.small {
  margin-bottom: 0;
}

.empress-smile {
  position: absolute;
  top: 0;
  left: 2%;
  width: 100%;
  height: 100%;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/empress-ideas-smile.png) no-repeat center 77%;
  background-size: 100%;
}

.empress-bee {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/empress-bee.gif) no-repeat left top;
  background-size: 100%;
}

.empress-bee-blink {
  position: absolute;
  top: 47%;
  right: 14.8%;
  width: 24.5%;
  height: 5%;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/blink.gif) no-repeat;
  background-size: 100%;
}

.designer-ideas {
  width: 130px;
  height: 130px;
  margin: -12px auto 0 auto;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/empress-bee.gif) no-repeat left top;
  background-size: 210%;
  border-top-right-radius: 45%;
}

/* Grow
--------------------------------------------- */

.pumpkin-vine-empress, .pumpkin-vine-empress.small {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0px auto -5% auto;
  overflow: visible;
}

.grow-notice .pumpkin-vine-empress.small {
  margin-bottom: 0;
}

.pumpkin-vine-empress h1.grow, .pumpkin-vine-empress.small p.grow {
  position: absolute;
  top: 22%;
  left: -4.5%;
  width: 65%;
  text-align: center;
  font-family: Tangerine, cursive;
  font-weight: normal;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #448302;
  -webkit-transition: color 0.3s, font-size 2s, left 2s, letter-spacing 2s;
  -moz-transition: color 0.3s, font-size 2s, left 2s, letter-spacing 2s;
  -ms-transition: color 0.3s, font-size 2s, left 2s, letter-spacing 2s;
  -o-transition: color 0.3s, font-size 2s, left 2s, letter-spacing 2s;
  transition: color 0.3s, font-size 2s, left 2s, letter-spacing 2s;
}

.fixed ~ .site-inner .pumpkin-vine-empress h1.grow, .pumpkin-vine-empress.small.triggered p.grow {
  font-size: 120px;
  letter-spacing: 2px;
}

.pumpkin-empress {
  position: absolute;
  top: 0;
  right: 0;
  width: 64.7%;
  height: 100%;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/empress-pumpkin.png) no-repeat;
  background-size: 100%;
}

.pumpkin-vine {
  position: absolute;
  top: 16.8%;
  left: 22.7%;
  width: 44%;
  height: 60%;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/vine.gif) no-repeat;
  background-size: 100%;
}

/* my eBooks
--------------------------------------------- */

h4.ebooks-title {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 0 4px 0;
}

.ebooks {
  position: relative;
  display: block;
  width: 300px;
  height: 273px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/my-ebooks.jpg) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.ebooks-notice .ebooks {
  height: 264px;
}

.ebooks-butterfly {
  position: absolute;
  top: -1.5%;
  left: 38%;
  width: 42px;
  height: 42px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/butterfly.gif) no-repeat;
  background-size: contain;
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  transform: rotate(12deg);
}

.shop-notice .ebooks {
  width: 240px;
  height: 220px;
  margin: 0 auto;
}


/* 404 page
--------------------------------------------- */

.error404 .error404-back {
  width: 400px;
  max-width: 100%;
  margin: 20px auto 0 auto;
}

.error404 .error404-back div {  
  position: relative;
  padding-bottom: 48%;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/404back.jpg) no-repeat center top;
  background-size: contain;
}

.error404 .error404-back div:before {  
  content: " ";
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: -18px;
  left: 52.5%;
  margin-left: -12px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/butterfly.gif) no-repeat;
  background-size: contain;
}

.error404 article .entry-content p:first-child {
  float: left;
  margin-bottom: 30px;
}

.error404 .site-inner .search-form {
  position: relative;
  clear: both;
  margin: 30px auto 36px auto;    
}

.error404 article a {
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-size: 24px;
}

.indent {
  text-indent: -68px;
  margin-left: 68px;
}

/* Cookie Law Bar
--------------------------------------------- */

#cookie-law-info-bar {
  padding: 12px 10px 10px 10px !important;
  border-bottom: 1px solid #2F2F2E !important;
  -moz-box-shadow: 0px 1px 6px -3px #000;
  -webkit-box-shadow: 0px 1px 6px -3px #000;
  box-shadow: 0px 1px 6px -3px #000;
  min-height: 70px;
}

#cookie-law-info-bar > span {
  position: relative;
  display: table;
  margin: 0 auto;
  width: auto;
  text-align: left;
  line-height: 20px;
  padding-left: 66px;
}

#cookie-law-info-bar > span:before {
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: -8px;
  width: 70px;
  height: 70px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/cookies.png) no-repeat;
  background-size: 70px;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited { 
  text-shadow: none !important;
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-weight: normal !important;
  font-size: 16px !important;
  border: none !important;
  border-radius: 0 !important;
  letter-spacing: 1px;
  padding: 3px 8px 4px;
  -moz-box-shadow: 0px 1px 3px -1px #000;
  -webkit-box-shadow: 0px 1px 3px -1px #000;
  box-shadow: 0px 1px 3px -1px #000 !important;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 2px 0 2px 10px !important;
}

.cli-plugin-button:hover, .cli-plugin-button:visited:hover, .medium.cli-plugin-button:hover, .medium.cli-plugin-button:visited:hover {
  background-color: #96CD5C !important;
  cursor: pointer;
}

#cookie-law-info-again {
  -moz-box-shadow: -2px 1px 7px -2px #000 !important;
  -webkit-box-shadow: -2px 1px 7px -2px #000 !important;
  box-shadow: -2px 1px 7px -2px #000 !important;
  z-index: 10;
}

#cookie_hdr_showagain {
  color: #448302;
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

#cookie_hdr_showagain:hover {
  color: #96CD5C;
}

/* Empress New Look
--------------------------------------------- */

.designer {
  position: relative;
  clear: both;
}

.designer p {
  margin: 0;
}

.designer img.alignleft {
  width: 120px;
  height: 120px;
  float: left;
  margin: 0 14px 4px 0;
  border: 1px solid rgb(180, 180, 180); 
}

.designer-trello {
  position: relative;
  width: 100%;
}

.designer-trello .design-caption {
  position: relative;
  float: left;
  width: 48%;
}

.trello-cards {
  position: relative;
  float: right;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 256px;
  overflow: hidden;
  padding-top: 85.5%;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/trello-cards.jpg) no-repeat right top;
  background-size: 100%;
}

.subscribe-rough {
  position: absolute;
  right: 8.5%;
  top: 19.3%;
  width: 80%;
  height: 49%;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/subscribe-empress-try-02.gif) no-repeat center center;
  background-size: 120%;
}

.design-maintenance {
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}

.design-maintenance p {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  margin: 8px 0;
}

.design-maintenance p:last-child:after {  
  content: " ";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  top: 32.5%;
  margin-top: -10px;
  left: 52.8%;
  margin-left: -12px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/butterfly.gif) no-repeat;
  background-size: contain;
}

/* Garden Shop fix
--------------------------------------------- */

.entry-content .shop-page-wp-grid {
  clear: both;
}

/* Custom HTML widget
--------------------------------------------- */

.custom-html-widget a > img {
  display: block;
  margin: 0 auto;
}

/* Podcast Player styles */

iframe[src*="html5-player.libsyn.com"] {
  border: none;
  -moz-box-shadow: -1px 2px 7px -2px #000;
  -webkit-box-shadow: -1px 7px 6px -2px #000;
  box-shadow: -1px 2px 7px -2px #000;
}

iframe[src*="html5-player.libsyn.com"] + iframe[src*="html5-player.libsyn.com"] {
	margin-top: 6px;
}

@media screen and (max-width: 600px) {

  table {
    width: 100% !important;
  }
  
  table td {
    width: 50% !important;
  }

}


@media screen and (min-width: 320px) {

  #cameo-div {
    left: 50%;
    margin: 0 auto 0 -127px;
  }
	
	.tip-sheet-ribbon {
		padding: .8vw 0;
	}
	
	.tip-sheet-ribbon h3 {
		font-size: 5vw;
		line-height: 10vw;
		letter-spacing: 1px;
	}
	
	.tip-sheet-ribbon h3 span:first-child, .tip-sheet-ribbon h3 span:nth-child(4) {
		line-height: 1em;
	}
	
	.tip-sheet-bunting h3 {
		font-size: calc((100vw - 22px) * .065);
	}

}

@media screen and (min-width: 340px) {

  .hom h1 {
    font-size: 40px;
  }

}

@media screen and (min-width: 400px) {

  h1.special {
    font-size: 58px;
    line-height: 72px;
  }

  .wf-active h1.special {
    font-size: 102px;
  }
  
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
  
  .home h1 {
    font-size: 43px;
    line-height: 46px;
  }
  
  .wf-active .home h1 {
    font-size: 46px;
  }


.nav-primary a {
  font-size: 22px;
}

.fixed .nav-primary a {
  font-size: 22px;
}

.menu-item-has-children .nav-arrow {
  top: 8px;
}

.menu-open.menu-item-has-children .nav-arrow {
  top: 12px;
}

.genesis-nav-menu ul.sub-menu li a {
  font-size: 20px;
}



p.design-caption {
  font-size: 18px;
}

.make-notice {
  padding: 10px;
}


}

@media screen and (min-width: 460px) {

	.welcome-garden {
  background-position: -190px top;
  background-size: 1020px;
}

.welcome-new {
  padding: 16px 8px 30px 8px;
  background: rgba(255,255,255,0.85);
  top: 50px;
}

.sidebar-new-here .welcome-new {
  width: 420px;
}

.sidebar-new-here .flower {
  margin-bottom: -10px;
  width: 34px;
  height: 34px;
  background: url(images.opt/flower-repeat.png) 241px -17px;
  border-radius: 99px;
  overflow: hidden;
}

.new-here {
  font-size: 28px;
  line-height: 28px;
}

.sidebar-new-here p, .sidebar-new-here a.start-here {
  font-size: 22px;
}

.dig-in {
  font-size: 39px;
  line-height: 68px;
  color: #448302;
  margin: 4px 0 16px;
}

.wf-active .dig-in {
  font-size: 68px;
}

.sidebar-new-here .dig-in {
  font-size: 23px;
  line-height: 40px;
  margin: 0 8px;
}

.wf-active .sidebar-new-here .dig-in {
  font-size: 40px;
}

a.start-here {
  background-position: 93% 15px;
  background-size: 42px;
  padding: 8px 60px 8px 10px;
}

.sidebar-new-here a.start-here {
  padding: 6px 60px 6px 6px;
  background-size: 42px;
  background-position: 92% 10px;
}

.welcome-empress {
  right: 88px;
  width: 60%;
}

h1.important-notice, .post-21460 .entry-title {
  font-size: 60px;
  line-height: 80px;
}


h3.confirm-subscribe {
  padding-left: 186px;
  padding-top: 98px;
  font-size: 78px;
  background-size: 200px;
  height: 294px;
  margin-left: 20px;
}

.wheelbarrow-empress {
  width: 420px;
  height: 420px;
}

.wheelbarrow-empress h1.make {
  top: 10%;
  left: 25%;
  font-size: 112px;
  line-height: 112px;
  font-weight: 400;
}

.ideas-empress {
  width: 420px;
  height: 420px;
}

.ideas-notice p.ideas-button {
  bottom: -8px;
}

.ideas-notice p.ideas-button a {
  font-size: 32px;
  line-height: 32px;
}

.pumpkin-vine-empress {
  width: 420px;
  height: 420px;
}

.pumpkin-vine-empress h1.grow {
  font-size: 130px;
  top: 27%;
  left: -5.5%;
}

.fixed ~ .site-inner .pumpkin-vine-empress h1.grow {
  font-size: 150px;
  letter-spacing: 6px;
}

.wheelbarrow-demo > p:first-child {
  margin-top: -54%;
  left: 10%;
}

.design-maintenance p {
  width: 50%;
}

.design-maintenance p:first-child {
  padding-right: 14px;
}

}

@media screen and (min-width: 490px) {

.full-feature {
  height: 300px;
  padding-top: 0;
  overflow: hidden;
}

.welcome-empress {
  right: 90px;
  width: 266px;
}

div.textbox {
  padding: 26px 28px;
}

.tip-sheet-ribbon {
	padding: 1vw 0;
}
	
	.tip-sheet-ribbon h3 {
		font-size: 24px;
		line-height: 40px;
		letter-spacing: 1.5px;
	}
	
	.tip-sheet-ribbon h3:before, .tip-sheet-ribbon h3:after {
		width: 2em;
		height: 1.35em;
		vertical-align: top;
		background-position: center bottom;
	}
	
	.tip-sheet-ribbon h3 span:first-child, .tip-sheet-ribbon h3 span:nth-child(4) {
		line-height: .7em;
	}
	
	.tip-sheet-bunting {
		margin-top: calc(-10vw + 60px);
	}

}

@media screen and (min-width: 550px) {

.trello-cards {
  padding-top: 437px;
}

.designer-trello .design-caption {
	width: calc(100% - 280px);
}

.wheelbarrow-demo > p:first-child {
  position: absolute;
  margin-top: -50%;
  left: 0;
}

.wheel .design-caption {
  margin-top: 30%;
}

.wheel-colour .design-caption {
  margin-top: 32%;
}

p.design-wheelbarrow {
  top: 140px;
  right: -120px;
}

a.green-button br, a.blue-button br {
  display: none;
}

}

@media screen and (min-width: 600px) {

  h1 {
    font-size: 40px;
    line-height: 44px;
  }
  
  .home h1 {
    font-size: 29px;
    line-height: 56px;
  }
  
  .wf-active .home h1 {
    font-size: 56px;
  }

.content-sidebar-wrap {
  width: 100%;
}

.content-sidebar-wrap main.content {
  display: block;
  margin: 0 auto;
}

.subscribe-notice {
  height: 222px;
  padding: 0 36px;
}

.make-notice {
  height: 310px;
  padding: 0 10px;
}

.ideas-notice {
  height: 284px;
  padding: 10px 24px 0 20px;
}

.grow-notice {
  height: 310px;
  padding: 0 10px;
}

.ebooks-notice {
  height: 270px;
  padding: 16px 10px 0 10px;
}

.subscribe-notice .subscribe-empress {
  float: right;
  width: 200px;
  height: 200px;
  top: 0;
}

.make-notice .wheelbarrow-empress {
  float: right;
  clear: none;
}

.ebooks-notice .ebooks {
  float: right;
  width: 280px;
  height: 246px;
}

.shop-notice .shop-link, .shop-notice .ebooks {
  display: block;
  float: right;
  width: 300px;
  height: 273px;
}

.shop-notice .shop-link {
  margin-right: 20px;
}

.ideas-notice .ideas-empress, .grow-notice .pumpkin-vine-empress {
  clear: none;
  float: left;
}

.ideas-notice p.ideas-button, .grow-notice p.grow-button {
  position: relative;
  display: block;
  float: right;
  width: 232px;
  bottom: auto;
}

.subscribe-notice p a, .make-notice p.make-button a, .ideas-notice p.ideas-button a, .grow-notice p.grow-button a, .ebooks-notice p.ebooks-button a, .shop-notice p.shop-title a {
  font-family: "IM Fell DW Pica", Garamond, "Times New Roman", serif;
  float: left;
  width: 260px;
  text-align: left;
  font-size: 50px;
  line-height: 60px;
  font-weight: normal;
  margin-top: 40px;
  padding: 10px 0 10px 12px;
  background-color: #fff;
  box-sizing: content-box;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.make-notice p.make-button a {
  width: 210px;
  font-size: 56px;
  margin-top: 54px;
}

.shop-notice p.shop-title a {
  margin-left: 40px;
  width: 180px;
  font-size: 80px;
  line-height: 90px;
  margin-top: 50px;
  padding: 20px 20px 30px 20px;
}

.ideas-notice p.ideas-button a {
  width: 220px;
  font-size: 40px;
  line-height: 50px;
  margin-top: 54px;
}

.grow-notice p.grow-button a {
  width: 160px;
  font-size: 70px;
  line-height: 70px;
  margin-top: 64px;
}

.ebooks-notice p.ebooks-button a {
  width: 246px;
}

.subscribe-notice a:hover, .make-notice p.make-button a:hover, .ideas-notice p.ideas-button a:hover, .grow-notice p.grow-button a:hover, .ebooks-notice p.ebooks-button a:hover, .shop-notice p.shop-title a:hover {
  color: #fff;
  background-color: #96CD5C;
  -moz-box-shadow: 0px 1px 3px -1px #000;
  -webkit-box-shadow: 0px 1px 3px -1px #000;
  box-shadow: 0px 1px 3px -1px #000;
}

.wheelbarrow-empress {
  width: 490px;
  height: 490px;
  margin: -30px auto -10px auto;
}

.wheelbarrow-empress h1.make {
  top: 8%;
  left: 24%;
  font-size: 130px;
  line-height: 130px;
}

.ideas-empress {
  width: 490px;
  height: 490px;
  margin-bottom: -6.6%;
}

.pumpkin-vine-empress {
  width: 480px;
  height: 480px;
}

.pumpkin-vine-empress h1.grow {
  top: 28.5%;
  left: -7%;
  font-size: 160px;
}

.fixed ~ .site-inner .pumpkin-vine-empress h1.grow {
  font-size: 200px;
}

.design-maintenance p:first-child {
  margin-top: 60px;
  padding-right: 20px;
}

.search-results .entry-image {
    max-width: 164px;
  }

.snippets {
  width: calc(100% - 164px);
}

}

@media screen and (min-width: 620px) {

.subscribe-notice {
  padding: 0 40px;
}

.ebooks-notice {
  padding: 16px 10px 0 20px;
}

.tip-sheet-ribbon {
	padding: .5em 0;
}

.tip-sheet-bunting {
	margin-top: -4px;
}

.tip-sheet-bunting h3 {
	font-size: 40px;
}

}

@media screen and (min-width: 700px) {

  .navigation-container li {
    animation: fade-up 4s;
  }
  
  .wf-active .navigation-container li {
    animation: fade-up2 1s;
  }

  .site-header {
    margin-bottom: 4px;
  }
  
  .header-search-form .search-form {
    right: 28px;
  }

.search-icon {
  width: 18px;
  height: 18px;
  left: auto;
  right: 4%;
  margin-top: 6px;
  margin-left: -6px;
}

.search-icon-shadow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 4%;
  top: 30px;
  margin-top: 8px;
  margin-left: -8px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/search-icon-shadow.png) no-repeat center;
  background-size: contain;
  z-index: 2000;
}

.fixed .search-icon-shadow {
  opacity: 0;
}

.search-icon-back {
  position: absolute;
  width: 66px;
  height: 66px;
  right: 4%;
  left: auto;
  top: 30px;
  margin-top: -18px;
  margin-right: -22px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/search-icon-back.png) no-repeat center;
  background-size: contain;
  color: transparent;
  font-size: 0;
  line-height: 0;
	border: none;
	opacity: 1;
  z-index: 2000;
}


.fixed .search-icon {
  left: auto;
  right: 4%;
  margin-left: 0;
}

.fixed .search-icon-back {
  top: -60px;
}

.menu-open.menu-item-has-children .nav-arrow, .menu-item-has-children .nav-arrow {
  display: none;
}

.menu-item-has-children a {
  padding: 0;
}

.navigation-container {
  position: relative;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}

.nav-primary {
  position: relative;
  float: left;
  width: 50%;
  padding: 34px 18% 0 0;
}

.fixed .nav-primary {
  width: 50%;
  padding: 10px 19% 0 0;
}

.nav-primary .genesis-nav-menu {
  position: relative;
  top: 0;
  background: none;
  padding: 0;
  border: none;
  display: inline-block;
}

.fixed .nav-primary .genesis-nav-menu {
  top: 0;
}

.nav-primary .genesis-nav-menu li {
  width: auto;
}

.nav-secondary {
  position: relative;
  float: right;
  width: 50%;
  padding: 34px 10% 0 18%;
  display: block;
}

.fixed .nav-secondary {
  padding: 10px 10% 0 20%;
}

.nav-primary, .nav-secondary {
  z-index: 1500;
}

.menu-secondary, .menu-primary {
  width: 100%;
}

.genesis-nav-menu {
  text-align: justify;
}

.genesis-nav-menu:after {
  content: "";
  height: 0;
  width: 100%;
  display: inline-block;
}

.genesis-nav-menu, .genesis-nav-menu > li {
  display: inline-block;
}

.genesis-nav-menu > li > ul.sub-menu {
  position: absolute;
  left: -9999px;
}

.genesis-nav-menu > li.menu-item-has-children:hover > ul.sub-menu {
  left: 0;
  padding: 10px;
  width: auto;
  background: #fff;
  border: 1px solid black;
  -moz-box-shadow: 0px 1px 6px -3px #000;
  -webkit-box-shadow: 0px 1px 6px -3px #000;
  box-shadow: 0px 1px 6px -3px #000;
}

.genesis-nav-menu ul.sub-menu li a {
  font-size: 16px;
}

.fixed .genesis-nav-menu ul.sub-menu li a {
  font-size: 16px;
}


.nav-primary a, .nav-secondary a {
  font-size: 18px;
}

.fixed .nav-primary a, .fixed .nav-secondary a {
  font-size: 18px;
}

.responsive-menu-icon,
.responsive-menu .menu-item-has-children {
	cursor: pointer;
}

.responsive-menu .menu-item {
	display: inline-block;
}

.responsive-menu,
.responsive-menu > .menu-item > .sub-menu {
	display: block;
}

	.responsive-menu-icon,
	.responsive-menu > .menu-item-has-children:before,
	.responsive-menu .menu-open.menu-item-has-children:before,
	.menu-icon-back {
		display: none;
	}
	
	
	.welcome-garden {
    background-position: center top;
    background-position: calc(50% - 28px) top;
  }

.welcome-new {
  float: right;
  top: 40px;
  margin-top: 0;
  right: 20px;
  background: rgba(255,255,255,0.3);
  padding: 30px;
}

.sidebar-new-here .welcome-new {
  float: none;
}

.new-here, a.start-here {
  font-size: 28px;
}

.dig-in {
  font-size: 44px;
  line-height: 86px;
  margin: 0 0 16px;
  font-weight: normal;
}

.wf-active .dig-in {
  font-size: 86px;
  font-weight: normal;
}

.sidebar-new-here .dig-in {
  margin: 0 8px;
  line-height: 36px;
}

.wf-active .sidebar-new-here .dig-in {
  font-weight: bold;
}

a.start-here {
  background-position: 93% 15px;
  background-size: 46px;
  font-size: 22px;
  padding: 8px 66px 8px 16px;
}


.welcome-empress {
  left: auto;
  right: 174px;
}

.subscribe-form {
  height: auto;
  min-height: 610px;
}

.full-width-content .subscribe-form {
  width: 100%;
  height: 590px;
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.full-width-content .after-entry .subscribe-form {
  border-bottom: none;
  margin-bottom: 0;
}

.after-entry .subscribe-form-container, .after-entry .full-width-content .subscribe-form-container, .entry-content .subscribe-form-container, .entry-content .full-width-content .subscribe-form-container {
  position: relative; 
  float: left; 
  width: 106%; 
  height: auto;
  min-height: 550px;
  margin-top: 0;
  padding-bottom: 10px;
  margin-right: -6%;
  padding-right: 380px;
  background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images.opt/subscribe-empress-back.png) no-repeat right 194px; 
  background-size: 400px;
} 

#ema_signup_form {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 10px;
} 

.subscribe-form-container .subscribe-empress {
  display: block;
  position: absolute; 
  top: 112px;
  right: 58px; 
  width: 239px; 
  height: 260px; 
  margin: 0;
  background-size: 239px;
  border-radius: 0;
  border: none;
} 

.after-entry .subscribe-form-container input, .full-width-content .after-entry .subscribe-form-container input, .entry-content .subscribe-form-container input, .full-width-content .entry-content .subscribe-form-container input {
  width: 220px;
  margin: 2px 0 12px 0;
}

.after-entry .subscribe-form-container input[type="checkbox"], .full-width-content .after-entry .subscribe-form-container input[type="checkbox"], .entry-content .subscribe-form-container input[type="checkbox"], .full-width-content .entry-content .subscribe-form-container input[type="checkbox"] {
  margin-bottom: 0;
  margin-left: 6px;
  width: auto;
}

.subscribe-form-container .checkbox-frame, .subscribe-form-container input.checkbox:focus + .checkbox-frame {
  margin-left: -20px;
}

.subscribe-form-container h4 {
  width: 620px;
  font-size: 56px;
  line-height: 56px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
}

.subscribe-form-container h4.sub-heading {
  text-align: left;
  font-size: 30px;
  line-height: 38px;
}

.subscribe-form-container h4 + p {
  font-size: 20px;
  width: 220px;
  float: left;
  margin-top: 8px;
}

.subscribe-form-container .ml-form-interestGroupsRow.ml-validate-required .ml-form-checkboxRow.ml-validate-required .label-description {
  margin-top: -32px;
}

.site-inner .subscribe-form-container button[type="submit"] {
  width: auto;
}

}

@media screen and (min-width: 800px) {

.scriptlesssocialsharing-buttons a.button {
  width: 24.5%;
}

.scriptlesssocialsharing-buttons a.button:before {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
}

.scriptlesssocialsharing-buttons .sss-name {
  top: 2px;
  left: 0;
  margin-left: 8px;
  width: auto;
  height: auto;
  display: inline;
  overflow: visible;
  color: #448302;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.scriptlesssocialsharing-buttons .sss-name .screen-reader-text {
  visibility: hidden;
  font-size: 0;
}

.scriptlesssocialsharing-buttons .sss-name:before { 
  top: -7px;
  left: -38px;
  opacity: 1;
}

.scriptlesssocialsharing-buttons .twitter:hover .sss-name {
  color: #5DBBF5;
}

.scriptlesssocialsharing-buttons .facebook:hover .sss-name {
  color: #405D9A;
}

.scriptlesssocialsharing-buttons .pinterest:hover .sss-name {
  color: #C83040;
}

.scriptlesssocialsharing-buttons .email:hover .sss-name {
  color: #605CA8;
}

.mimi_webform_container {
  width: 102%;
  margin-left: 0%;
}


}


@media screen and (min-width: 820px) {

  .search-icon {
    width: 22px;
    height: 22px;
    margin-top: 5px;
  }
  
  .search-icon-shadow {
    width: 24px;
    height: 24px;
    margin-top: 7px;
    margin-right: 2px;
    opacity: 1;
    transition: opacity 1.5s;
  }
  
  .fixed .search-icon-shadow {
    top: 6px;
  }
  
  .search-icon-back {
    width: 74px;
    height: 74px;
    margin-top: -21px;
    margin-right: -23px;
  }

  .nav-primary {
    padding: 32px 15% 0 0;
  }

  .fixed .nav-primary {
    padding: 10px 17% 0 0;
  }

  .nav-secondary {
    padding: 32px 10.75% 0 15%;
  }

  .fixed .nav-secondary {
    padding: 10px 10.75% 0 18%;
  }

  .nav-primary a, .nav-secondary a {
    font-size: 24px;
  }
  
  .fixed .nav-primary a, .fixed .nav-secondary a {
    font-size: 20px;
  }
  
  .genesis-nav-menu ul.sub-menu li a {
    font-size: 18px;
  }

  .fixed .genesis-nav-menu ul.sub-menu li a {
  font-size: 18px;
  }

}

@media screen and (min-width: 860px) {

  .nav-primary {
    padding: 30px 14% 0 0;
  }

  .fixed .nav-primary {
    padding: 8px 16% 0 0;
  }

  .nav-secondary {
    padding: 30px 10.5% 0 14%;
  }

  .fixed .nav-secondary {
    padding: 8px 10.5% 0 16%;
  }

  .nav-primary a, .nav-secondary a {
    font-size: 26px;
  }
  
  .fixed .nav-primary a, .fixed .nav-secondary a {
    font-size: 22px;
  }

}

@media screen and (min-width: 960px) {

  #sky-back {
    -webkit-transition: height 1.5s;
    -moz-transition: height 1.5s;
    -ms-transition: height 1.5s;
    -o-transition: height 1.5s;
    transition: height 1.5s;
  }
  
  #flower-banner {
    -webkit-transition: height 1.5s, background-position 3.5s 0.3s;
    -moz-transition: height 1.5s, background-position 3.5s 0.3s;
    -ms-transition: height 1.5s, background-position 3.5s 0.3s;
    -o-transition: height 1.5s, background-position 3.5s 0.3s;
    transition: height 1.5s, background-position 3.5s 0.3s;
  }
  
  #circle-shadow-div {
    -webkit-transition: height 1.5s;
    -moz-transition: height 1.5s;
    -ms-transition: height 1.5s;
    -o-transition: height 1.5s;
    transition: height 1.5s;
  }
  
  #circle-shadow {
    -webkit-transition: top 2s;
    -moz-transition: top 2s;
    -ms-transition: topt 2s;
    -o-transition: top 2s;
    transition: top 2s;
  }
  
  #sky {
    -webkit-transition: top 2s;
    -moz-transition: top 2s;
    -ms-transition: top 2s;
    -o-transition: top 2s;
    transition: top 2s;
  }
  
  #cameo-div {
    -webkit-transition: height 1.5s;
    -moz-transition: height 1.5s;
    -ms-transition: height 1.5s;
    -o-transition: height 1.5s;
    transition: height 1.5s;
  }

#cameo {
    -webkit-transition: bottom 2s;
    -moz-transition: bottom 2s;
    -ms-transition: bottom 2s;
    -o-transition: bottom 2s;
    transition: bottom 2s;
  }
  
  #ribbon {
    -webkit-transition: bottom 2s;
    -moz-transition: bottom 2s;
    -ms-transition: bottom 2s;
    -o-transition: bottom 2s;
    transition: bottom 2s;
  }
  
  .fixed .nav-primary .genesis-nav-menu {
    -webkit-transition: top 1.5s;
    -moz-transition: top 1.5s;
    -ms-transition: top 1.5s;
    -o-transition: top 1.5s;
    transition: top 1.5s;
  }
  
  .nav-primary, .nav-secondary {
    -webkit-transition: padding 0.8s;
    -moz-transition: padding 0.8s;
    -ms-transition: padding 0.8s;
    -o-transition: padding 0.8s;
    transition: padding 0.8s;
  }
  
  .nav-primary a, .nav-secondary a {
    -webkit-transition: font-size 0.8s;
    -moz-transition: font-size 0.8s;
    -ms-transition: font-size 0.8s;
    -o-transition: font-size 0.8s;
    transition: font-size 0.8s;
  }
  
  .fixed .nav-primary a, .fixed .nav-secondary a {
    -webkit-transition: font-size 0.8s;
    -moz-transition: font-size 0.8s;
    -ms-transition: font-size 0.8s;
    -o-transition: font-size 0.8s;
    transition: font-size 0.8s;
  }
  
  .responsive-menu-icon {
    -webkit-transition: top 0.8s, margin-left 0.8s;
    -moz-transition: top 0.8s, margin-left 0.8s;
    -ms-transition: top 0.8s, margin-left 0.8s;
    -o-transition: top 0.8s, margin-left 0.8s;
    transition: top 0.8s, margin-left 0.8s;
  }

  .full-width-content .site-inner {
    margin: 0 auto;
  }

  .content-sidebar-wrap main.content {
    float: left;
    width: 64%;
    max-width: 64%;
    padding-top: 0;
    padding-right: 1.5%;
    border-right: 1px solid #ccc;
    margin-top: -272px;
    min-height: calc(100% + 272px);
  }
  
  .no-social-follow .content-sidebar-wrap main.content {
    margin-top: -232px;
  }
  
  .no-new-here .content-sidebar-wrap main.content {
    margin-top: -32px;
  }
  
  .no-social-follow.no-new-here .content-sidebar-wrap main.content {
    margin-top: 8px;
  }
  
  .no-social-follow.no-new-here aside.sidebar .sidebar-welcome-note section {
    border-top: none;
    margin-top: 0;
    padding-top: 10px;
  }
    
  .full-width-content .content-sidebar-wrap main.content {
    clear: both;
    float: none; 
    width: 100%;
    max-width: 728px;
    padding-right: 0;
    margin: 20px auto 0 auto; 
    border: none; 
  }
  
  .home .content-sidebar-wrap main.content {
    margin-top: 24px;
  }
  
  .home.paged .content-sidebar-wrap main.content {
    margin-top: -272px;
  }
  
  main.content article, main.content section, main.content > div {
    float: left;
    width: 100%;
    max-width: 728px;
    padding-top: 36px;
    margin: 0 auto 16px auto;
  }
  
  main.content article {
    margin-bottom: 0;
  }
  
  main.content > div.after-entry {
    padding-top: 10px;
  }
  
  .full-width-content main.content article, .full-width-content main.content section, .full-width-content main.content > div {
    float: none;
    max-width: 700px;
  }
  
  .single-post main.content article, .page main.content article {
    padding-top: 0;
  }
  
  .content-sidebar-wrap aside.sidebar {
    position: relative;
    clear: none;
    float: right;
    width: 32.035%;
    min-width: 330px;
    padding-top: 6px;
  }
  
  .content-sidebar-wrap aside.sidebar {
    padding-left: 10px;
  }

  h2.special {
    clear: none;
    float: left;
    font-size: 76px;
    line-height: 78px;
    text-align: left;
  }
  
  h1 {
    font-size: 46px;
    line-height: 52px;
    text-align: center;
  }
  
  .home h1 {
    font-size: 34px;
    line-height: 68px;
  }
  
  .wf-active .home h1 {
    font-size: 68px;
    font-weight: normal;
  }
	
	h1.special, .home h1.special {
		font-size: 44px;
		line-height: 62px;
	}

.wf-active h1.special, .wf-active .home h1.special {
		font-size: 86px;
		margin-bottom: -14px;
		margin-top: 14px;
		font-weight: normal;
	}
  
  .site-inner h1 a {
    font-weight: normal;
  }
  
  #full-feature h1 {
    text-align: left;
  }
  
  .single-post article .entry-title {
    margin-bottom: 10px;
  }
	
	#social-follow {
		margin-top: 24px;
	}
  
  #social-follow, #full-feature #social{
    display: block;
  }
  
  .full-width-content #social {
    float: none;
    margin: 4px auto 12px auto;
  }
  
  #social {
    float: right;
    margin-bottom: 6px;
    width: 32.035%;
  }
	
	#social-follow #social .social-wrap {
		float: right;
		margin-right: 16px;
	}
  
  #full-feature #social {
    width: 266px;
    margin-right: 16px;
    margin-top: 24px;
  }
  
  
  .full-width-content .sidebar-new-here {
    width: 100%;
    height: auto;
    padding: 0;
  }  
  
  .sidebar-new-here {
    clear: right;
    float: right;
    width: 32.035%;
    height: 240px;
    padding: 0 10px;
  }
  
  .full-width-content .sidebar-new-here .welcome-empress {
    background: none;
    height: 0;
    width: 0;
    left: auto;
    position: static;
  }

  .sidebar-new-here .welcome-empress {
    position: absolute;
    left: 5%;
    width: 70%;
    height: 240px;
    background: url(//i2.wp.com/empressofdirt.net/wp-content/themes/empressofdirt/images/welcome-empress-denim.png) no-repeat left top;
    background-size: contain;
  }
  
  .full-width-content .sidebar-new-here .welcome-new {
    border: 1px solid #ccc;
    left: auto;
    top: 0;
    width: 420px;
    max-width: 420px;
    padding: 0;
  }
  
  .sidebar-new-here .welcome-new {
    position: relative;
    left: 62px;
    top: 20px;
    width: 56%;
    max-width: 180px;
    padding: 20px 0 10px 0;
		margin: 0 auto;
    border: 1px solid #bbb;
  }
  
  .full-width-content .sidebar-new-here .flower {
    position: relative;
    margin-bottom: -10px;
    top: 0;
    left: 0;
  }
  
  .sidebar-new-here .flower {
    position: absolute;
    top: 2.75%;
    left: 2.75%;
    margin-bottom: 0;
  }
  
  .sidebar-new-here .new-here {
    font-size: 22px;
    line-height: 22px;   
  }
  
  .full-width-content .sidebar-new-here .dig-in {
    font-size: 22px;
    line-height: 36px;
    margin: 0 8px;
  }
  
  .wf-active .full-width-content .sidebar-new-here .dig-in {
    font-size: 40px;
    font-weight: bold;
  }
  
  .sidebar-new-here .dig-in {
    font-size: 28px;
    line-height: 50px;
    margin: 6px 0 2px 0;
  }
  
  .wf-active .sidebar-new-here .dig-in {
    font-size: 50px;
  }
  
  .full-width-content .sidebar-new-here a.start-here {
    font-size: 22px;
    background-size: 42px;
    padding: 6px 60px 6px 6px;
  } 
  
  .sidebar-new-here a.start-here {
    font-size: 18px;
    background-size: 36px;
    padding: 6px 50px 6px 10px;
  }
  
  .sidebar-new-here .start-here:hover {
    background-color: #96CD5C;
  }
  
  .search-icon {
    width: 24px;
    height: 24px;
    margin-top: 4px;
    -webkit-transition: top 0.8s, margin-left 0.8s;
    -moz-transition: top 0.8s, margin-left 0.8s;
    -ms-transition: top 0.8s, margin-left 0.8s;
    -o-transition: top 0.8s, margin-left 0.8s;
    transition: top 0.8s, margin-left 0.8s;
  }
   
  .search-icon-back {
    width: 88px;
    height: 88px;
    margin-top: -26px;
    margin-right: -28px;
    -webkit-transition: top 1.5s;
    -moz-transition: top 1.5s;
    -ms-transition: top 1.5s;
    -o-transition: top 1.5s;
    transition: top 1.5s;
  }
  
  .search-icon-shadow {
    width: 26px;
    height: 26px;
    margin-top: 6px;
    margin-right: 1px;
    -webkit-transition: top 0.8s, opacity 1.5s;
    -moz-transition: top 0.8s, opacity 1.5s;
    -ms-transition: top 0.8s, opacity 1.5s;
    -o-transition: top 0.8s, opacity 1.5s;
    transition: top 0.8s, opacity 1.5s;
  }
  
  .nav-primary {
    padding: 27px 13% 0 0;
  }

  .fixed .nav-primary {
    padding: 7px 15% 0 0;
  }

  .nav-secondary {
    padding: 27px 11% 0 13%;
  }

  .fixed .nav-secondary {
    padding: 7px 11% 0 15%;
  }

  .nav-primary a, .nav-secondary a {
    font-size: 28px;
  }
  
  .fixed .nav-primary a, .fixed .nav-secondary a {
    font-size: 26px;
  }
  
  .subscribe-form {
    padding-top: 10px;
    border-bottom: none;
    border-top: 1px solid #ccc;
  }
  
  .after-entry .subscribe-form-container, .full-width-content .after-entry .subscribe-form-container, .entry-content .subscribe-form-container, .full-width-content .entry-content .subscribe-form-container {
    margin-top: 30px;
    max-width: 636px;
  } 

  .subscribe-form-container h4{
    font-size: 54px;
    line-height: 54px;
  }
  
  div.video-player, .wp-block-embed-youtube {
    max-width: 728px;
  }
	
	.designer {
		position: relative;
		clear: both;
		display: flex;
		align-items: center;
	}

	.designer > div {
		flex: 0 0 134px;
	}
	
	.tip-sheet-ribbon {
		padding: 2% 0;
	}

}

@media screen and (min-width: 1010px) {

  .content-sidebar-wrap main.content {
    padding-right: 2%;
  }
  
  .make-notice, .ideas-notice, .grow-notice, .ebooks-notice {
    padding: 0 calc((100% - 580px) / 2);
  }
  
  .ideas-notice {
    padding: 0 calc((100% - 556px) / 2);
  }
  
  .shop-notice {
    padding: 0 calc((100% - 600px) / 2);
  }
  
  .subscribe-notice {
    padding: 0 calc((100% - 520px) / 2);
  }
  
  .subscribe-form-container h4 {
    font-size: 57px;
    line-height: 57px;
  }
	
	.tip-sheet-bunting h3 {
		font-size: calc((100vw - 22px) * .042);
	}

}

@media screen and (min-width: 1040px) {
  
  .content-sidebar-wrap main.content {
    width: 65.35%;
    max-width: 65.35%;
  }
  
  .welcome-new {
    top: 30px;
    width: 266px;
    padding: 30px 0 40px 0;
    background: none;
  }
  
  .welcome-empress {
    right: 19%;
    margin-right: 0px;
  }
  
  .after-entry .subscribe-form-container, .after-entry .full-width-content .subscribe-form-container, .entry-content .subscribe-form-container, .entry-content .full-width-content .subscribe-form-container {
    max-width: 710px;
    min-height: 610px;
    padding-right: 410px;
  }
  
  .after-entry .subscribe-form-container input, .full-width-content .after-entry .subscribe-form-container input, .entry-content .subscribe-form-container input, .full-width-content .entry-content .subscribe-form-container input {
    width: 100%;
  }
  
  .subscribe-form-container h4 + p {
    width: 100%;
    padding: 0 20px;
  }
  
  
}

@media screen and (min-width: 1080px) { 
  
  .content-sidebar-wrap main.content {
    max-width: 792px;
  }
  
  .welcome-garden {
    background-position: left top;
  }

}

@media screen and (min-width: 1114px) { 

  .welcome-garden {
    height: 27vw; 
    background-size: auto 100%;
  }
  
} 

@media screen and (min-width: 1170px) { 

	.tip-sheet-ribbon {
		padding: 14px 0;
	}

  .tip-sheet-bunting h3 {
    font-size: 48px;
  }
  
} 

@media screen and (min-width: 1240px) { 

  .welcome-garden {
    height: 334px; 
    background-size: contain;
  }
  
}  



	