/*!
Theme Name: Jelly Bean
URI: http://littlethemeshop.com/shop/jelly-bean 
Author: Little Theme Shop 
Author URI: http://littlethemeshop.com 
Description: Jelly Bean is a cute, simple theme designed for bloggers who are new to Wordpress. Simply activate the theme and start blogging! 100% safe for newbies.
Version: 3.2
Text Domain: jelly-bean 
Jelly Bean is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. */


html {
 line-height: 1.15;
 -webkit-text-size-adjust: 100%;
 scroll-behavior: smooth;
 overflow-x: hidden;
 --primary-color: #ffa8a6;
 --accent-color: #fcea42;
 --header-color: #ffece9;
 --highlight-color: #c5fbe7;
 --default-black:var(--default-black, #222);
 --default-white:#FFF
}
.padding-off {
 padding-top: 0px !important;
}

#masthead .container,
.mission-section h2,
.mission-section p,
.blog-posts-section,
.widgets-section,
.howirent-section .howirent-wrapper,
.buythebook-section .buythebook-wrapper,
.about-section .about-wrapper,
.subscribe-section .subscribe-wrapper,
.site-footer .footer-wrapper,
.link-section,
.top-wrapper {
 max-width:var(--page-width, 1500);
 overflow: hidden;
 margin: 0 auto;
}
body {
 margin: 0;
 overflow-x: hidden;
}
h1 {
 font-size: 2em;
 margin: 0.67em 0;
}
hr {
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
 overflow: visible;
}
pre {
 font-family: monospace, monospace;
 font-size: 1em;
}
a {
 background-color: transparent;
}
abbr[title] {
 border-bottom: none;
 text-decoration: underline;
 -webkit-text-decoration: underline dotted;
 text-decoration: underline dotted;
}
b,
strong {
 font-weight: bold !important;
}
code,
kbd,
samp {
 font-family: monospace, monospace;
 font-size: 1em;
}
small {
 font-size: 80%;
}
sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sub {
 bottom: -0.25em;
}
sup {
 top: -0.5em;
}
img {
 border-style: none;
 image-rendering: -webkit-optimize-contrast;
}
.lazyload {
 opacity: 0;
}
.lazyloading {
 opacity: 1;
 -webkit-transition: 600ms opacity;
 -o-transition: 600ms opacity;
 transition: 600ms opacity;
}
.lazyloaded {
 opacity: 1;
 -webkit-transition: 100ms opacity;
 -o-transition: 100ms opacity;
 transition: 100ms opacity;
}
button,
input,
optgroup,
select,
textarea {
 font-family: inherit;
 font-size: 100%;
 line-height: 1.15;
 margin: 0;
}
button,
input {
 overflow: visible;
}
button,
select {
 text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
 -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
fieldset {
 padding: 0.35em 0.75em 0.625em;
}
legend {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 color: inherit;
 display: table;
 max-width: 100%;
 padding: 0;
 white-space: normal;
}
progress {
 vertical-align: baseline;
}
textarea {
 overflow: auto;
}
[type="checkbox"],
[type="radio"] {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
[type="search"] {
 -webkit-appearance: textfield;
 outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}
details {
 display: block;
}
summary {
 display: list-item;
}
template {
 display: none;
}
[hidden] {
 display: none;
}
body,
button,
input,
select,
optgroup,
textarea {
 color: var(--default-black, #222);
 background: var(--default-white, #FFF);
 font-family: "Raleway", Helvetica, sans-serif;
 font-size: 16px;
 font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 clear: both;
 font-family: "Sen", sans-serif;
 font-weight: 800;
 line-height: 1.1em;
 letter-spacing: .1em;
 text-transform: capitalize;
}
.site-title {
 margin: 5px;
}
p,
ol,
ul {
 margin-bottom: 1.5em;
 line-height: 1.4;
 letter-spacing: .05em;
}
.site-branding {
 -ms-flex-preferred-size: 50%;
 flex-basis: 50%;
}
.site-description {
 font-size: 11px;
 width: 300px;
 text-transform: uppercase;
 letter-spacing: 0.15em;
}
dfn,
cite,
em,
i {
 font-style: italic;
}
blockquote {
 margin: 0 1.5em;
}
address {
 margin: 0 0 1.5em;
}
pre {
 background: #eee;
 font-family: "Courier 10 Pitch", Courier, monospace;
 font-size: 15px;
 font-size: 0.9375rem;
 line-height: 1.6;
 margin-bottom: 1.6em;
 max-width: 100%;
 overflow: auto;
 padding: 1.6em;
}
code,
kbd,
tt,
var {
 font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
 font-size: 15px;
 font-size: 0.9375rem;
}
abbr,
acronym {
 border-bottom: 1px dotted #666;
 cursor: help;
}
mark,
ins {
 background: #fff9c0;
 text-decoration: none;
}
big {
 font-size: 125%;
}
.entry-title {
 font-size: 3rem;
 margin: 20px 0px;
}
.intro-paragraph {
 font-size: 21px;
 letter-spacing: 0.1em;
}
.entry-meta,
.entry-sticky-meta {
 text-transform: uppercase;
 font-size: 11px;
 color: var(--default-black, #222);
 letter-spacing: 0.2em;
 margin: 20px 0px;
 font-family: Monaco, monospace;
}
.entry-meta {
 margin: 10px 0 0 0;
 letter-spacing: .3em;
}
.entry-meta a,
.entry-sticky-meta a {
 color:var(--default-black, #222);
 opacity:.6;
}
.entry-header .by-author {
 color: var(--default-black, #222);
 margin-bottom: 10px;
 margin-top: 20px;
 text-transform: uppercase;
 letter-spacing: .1em;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 font-size: .8em;
}
.entry-header .by-author a {
 color: var(--default-black, #222);
}
.by-author span {
 margin-right: 10px;
 -ms-flex-preferred-size: 50%;
 flex-basis: 50%;
}
.by-author .social-btn {
 -ms-flex-preferred-size: 50%;
 flex-basis: 50%;
 text-align: right;
}
.by-author .social-btn a {
 margin: 0px 8px;
}
.entry-content p a,
.entry-content li a {
 border-bottom: 2px solid var(--primary-color, #ffa8a6);
}
.entry-content p a:hover {
 border-bottom: 4px solid var(--primary-color, #ffa8a6);
}
.entry-content blockquote {
 background: transparent !important;
}
.tags-links a {
 padding: 2px 7px;
 font-size: 10px;
 text-transform: uppercase;
 letter-spacing: 0.1em;
}
.tags-links {
 word-wrap: break-word;
 display: block;
 margin: 0 auto;
 width: 100%;
 text-align: center;
}
.tags-links a {
 margin: 3px;
}
.flex-footer-container {
 padding: 20px 0px;
}
html {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
*,
*:before,
*:after {
 -webkit-box-sizing: inherit;
 box-sizing: inherit;
}
hr {
 background-color: #ccc;
 border: 0;
 height: 1px;
 margin-bottom: 1.5em;
}
ul,
ol {
 margin: 0 0 1.5em 3em;
}
ul {
 list-style: disc;
}
ol {
 list-style: decimal;
}
li>ul,
li>ol {
 margin-bottom: 0;
 margin-left: 1.5em;
}
dt {
 font-weight: bold;
 padding: 0px 20px;
}
dd {
 margin: 0 1.5em 1.5em;
}
img {
 height: auto;
 max-width: 100%;
}
figure {
 margin: 1em 0;
}
table {
 margin: 0 0 1.5em;
 width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
 border: 1px solid;
 border-color: #ccc #ccc #bbb;
 border-radius: 3px;
 background: #e6e6e6;
 color: var(--default-black, #222);
 font-size: 12px;
 font-size: 0.75rem;
 line-height: 1;
 padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
 border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
 border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
 color: #666;
 border: 1px solid #ccc;
 border-radius: 3px;
 padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
 color: var(--default-black, #222);
}
select {
 border: 1px solid #ccc;
}
textarea {
 width: 100%;
}
a {
 color: var(--default-black, #222);
 text-decoration: none;
}
a:hover,
*:hover {
 -webkit-text-decoration: bold;
 text-decoration: bold;
 transition: all 0.3s ease 0s !important;
 -webkit-transition: all 0.3s ease 0s !important;
 -o-transition: all 0.3s ease 0s !important;
 -moz-transition: all 0.3s ease 0s !important;
}
a:focus {
 outline: thin dotted;
 color: #aaa;
}
a:hover {
 outline: 0;
 color: var(--primary-color, #ffa8a6);
}
.top-wrapper {
 height: 35px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 justify-items: center;
 color: var(--default-white, #fff);
}
.top-title {
 color: var(--default-black, #222);
 padding: 4px 0px 0px 21px;
 font-size: 14px;
 width: 150px;
 margin: 0px;
 text-transform: uppercase;
}
.top-title span {
 color: var(--default-white, #fff);
}
.top-search {
 width: 300px;
 margin-top: -6px;
 margin-left: 30px;
}
.top-search .search-field {
 border-top: none;
 border-left: none;
 border-right: none;
 border-bottom:1px solid var(--default-white, #fff);
 background: transparent;
 padding: 5px 0;
 -webkit-appearance: none;
 border-radius: 0;
}
.top-search input[type="search"] {
 color: var(--default-white, #fff);
 font-size: 12px;
 font-family: Monaco, monospace;
}
.top-search ::-webkit-input-placeholder {
 color: var(--default-white, #fff);
 opacity: 1 !important;
}
.top-search ::-moz-placeholder {
 color: var(--default-white, #fff);
 opacity: 1 !important;
}
.top-search :-ms-input-placeholder {
 color: var(--default-white, #fff);
 opacity: 1 !important;
}
.top-search ::-ms-input-placeholder {
 color: var(--default-white, #fff);
 opacity: 1 !important;
}
.top-search ::placeholder {
 color: var(--default-white, #fff);
 opacity: 1 !important;
}
.top-search::-webkit-input-placeholder {
 color: var(--default-white, #fff);
 opacity: 1 !important;
}
.top-search :-moz-placeholder {
 color: var(--default-white, #fff);
 opacity: 1 !important;
}
.top-search ::-moz-placeholder {
 color: var(--default-white, #fff);
 opacity: 1 !important;
}
.top-search :-ms-input-placeholder {
 color: var(--default-white, #fff);
}
.top-search .search-submit {
 display: none;
}
.top-search label {
 line-height: 1.2;
}
.top-bar .top-social {
 width: calc(100% - 360px);
 height: 35px;
 text-align: right;
}
.top-social .social-media-icons a {
 margin: 5px 5px 0px 5px;
 color: var(--default-white, #fff);
}
.top-social .social-media-icons .fa-tiktok:before {
 background-image: url("data:image/svg+xml,%0A%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='tiktok' class='svg-inline--fa fa-tiktok fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FFFFFF' d='M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z'%3E%3C/path%3E%3C/svg%3E");
}
.homepage-line {
 background-color: var(--header-color, rgba(255, 218, 211, .5));
 display: block;
 width: 100%;
 height: 300px;
 position: absolute;
 top: 320px;
 z-index: -1;
}
.container {
 padding: 0 50px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 max-height: 250px;
 min-height: 45px;
}
.container-centered {
 padding: 0 30px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
.container .site-branding {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.container .site-title,
.container .custom-logo {
 margin: 15px 0px;
 font-size: 3em;
 width: 350px;
 -o-object-fit: contain;
 object-fit: contain;
}
.container-centered {
 margin-bottom: 20px;
}
.sticky-nav .container-centered {
 margin-bottom: 0px;
}
.container-modern-centered {
 padding: 0 30px;
 text-align: justify;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
.container-centered .site-title,
.container-centered .site-description {
 text-align: center;
 width: auto;
 padding-bottom: 1px;
}
.container-centered .main-navigation ul {
 padding: 0;
 float: none;
}
.container-centered .custom-logo-link {
 display: block;
 text-align: center;
}
.container-centered .custom-logo {
 float: none !important;
 margin: 20px 0px;
}
.main-navigation-divided ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}
.main-navigation-divided ul li {
 text-align: center;
 padding: 0px 25px;
 width: 100%;
}
.main-navigation-divided .menu-divider-item {
 padding: 20px 0px;
}
.main-navigation-divided .menu-divider-item a:hover {
 border-bottom: none !important;
}
.main-navigation-divided .menu-divider-item a {
 background: transparent !important;
}
.sticky-nav .main-navigation-divided .menu-divider-item {
 padding: 0px;
}
.site-header {
 background: transparent;
 position: relative;
 width: 100%;
 top: 0;
 left: 0;
 padding: 10px 0;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 z-index: 30000;
}
.site-header ul {
 text-transform: uppercase;
 font-size: 11px;
 font-weight: 800;
 letter-spacing: 0.15em;
}
#primary-menu li a {
 cursor: pointer;
}
#primary-menu li a:hover {
 border-bottom: 5px solid var(--primary-color, #ffa8a6);
}
.main-navigation-divided .sub-menu,
.main-navigation-divided .sub-menu li {
 display: block !important;
 margin: 0;
 padding: 6px;
 width: 250px;
}
.sub-menu li a {
 background: none !important;
}
.main-navigation-divided .sub-menu li a:hover {
 border: none !important;
}
.custom-logo {
 float: left;
 width: auto;
 height: auto;
 max-height: 200px;
 max-width: 300px !important;
 padding-top: 5px;
 position: relative;
}
#site-navigation {
 width: 100%;
}
.container-centered #site-navigation {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}
.main-navigation ul {
 margin: 0px;
 float: right;
}
.main-navigation ul li {
 padding: 0 10px;
 display: table-cell;
}
.sticky-nav {
 background: var(--default-white, #fff);
 -webkit-box-shadow: 0px 0px 10px grey;
 box-shadow: 0px 0px 10px grey;
 position: fixed;
}
.sticky-nav img {
 width: auto;
 max-height: 65px;
 max-width: 150px !important;
 padding: 0px;
 margin: 0px !important;
}
.sticky-nav .container-centered img {
 margin-bottom: 2px;
}
.sticky-nav .custom-logo {
 margin: 0px;
}
.sticky-nav h1 {
 font-size: 2em !important;
 margin: auto;
}
.sticky-nav p {
 display: none;
}
.sticky-nav .social-icons-divided {
 display: none;
}
.green {
 color: red!important;
}
.nosticky {
 position: relative !important;
}
.site-header ul ul {
 -webkit-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
 box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
 float: left;
 position: absolute;
 left: -999em;
 z-index: 99999;
 margin: 0;
 padding: 0px;
 background: var(--default-white, #fff);
 letter-spacing: .15em;
}
.site-header ul ul li {
 float: left;
 text-align: left;
 padding: 10px;
}
.main-navigation ul ul ul,
.main-navigation-divided ul ul ul {
 left: -999em;
 top: 0;
}
.main-navigation-divided ul ul ul {
 margin-top: -10px !important;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul,
.main-navigation-divided ul ul li:hover>ul,
.main-navigation-divided ul ul li.focus>ul {
 top: 100%;
 left: 50%;
}
.main-navigation ul ul a {
 width: 200px;
}
.main-navigation ul .last ul li a {
 width: 100%;
}
.main-navigation ul li:hover>ul,
.main-navigation-divided ul li:hover>ul,
.main-navigation-divided ul li.focus>ul .main-navigation ul li.focus>ul {
 left: auto;
}
.main-navigation li {
 position: relative;
}
.main-navigation li .container-centered {
 float: none !important;
}
.main-navigation a {
 display: block;
 text-decoration: none;
}
.social-media-icons {
 list-style-type: none;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 margin-top: 8px;
 padding: 0px;
}
.social-media-icons li {
 padding-right: 3px !important;
}
.social-media-icons a:hover,
.social-media-icons a:focus {
 color: var(--default-black, #222);
 opacity:.6;
}
.social-icons-divided {
 position: absolute;
 top: 0px;
 right: 20px;
}
.social-icons-divided li {
 padding: 0 10px;
}
.sub-menu li {
 position: relative;
}
.site-header .menu-btn {
 height: 100%;
}
.menu-icon {
 cursor: pointer;
 display: none;
 margin: 7px;
 position: absolute;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 clear: both;
 right: 5px;
 z-index: 99999;
 top: 35%;
}
.menu-icon .navicon {
 background: var(--default-black, #222);
 display: block;
 height: 3px;
 position: relative;
 -webkit-transition: background .2s ease-out;
 -o-transition: background .2s ease-out;
 transition: background .2s ease-out;
 width: 23px;
}
.site-header .menu-icon .navicon:before,
.site-header .menu-icon .navicon:after {
 background: var(--default-black, #222);
 content: '';
 display: block;
 height: 100%;
 position: absolute;
 -webkit-transition: all .2s ease-out;
 -o-transition: all .2s ease-out;
 transition: all .2s ease-out;
 width: 100%;
}
.site-header .menu-icon .navicon:before {
 top: 6px;
}
.site-header .menu-icon .navicon:after {
 top: -6px;
}
.mobile-menu {
 background: var(--default-black, #222);
 color: var(--default-white, #fff);
 left: 0;
 width: 100%;
 -o-transition: all 600ms cubic-bezier(.42, 0, .58, 1);
 transition: all 600ms cubic-bezier(.42, 0, .58, 1);
 -webkit-transition: all 600ms cubic-bezier(.42, 0, .58, 1);
 -moz-transition: all 600ms cubic-bezier(.42, 0, .58, 1);
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 top: 0;
 position: absolute;
 z-index: 0;
 opacity: .9;
 height: 0;
 overflow: hidden;
 display: none;
}
.mobile-menu ul {
 padding: 0px;
 margin: 0;
 list-style-type: none;
}
.mobile-menu li,
.mobile-menu a {
 color: var(--default-white, #fff);
 margin: 0;
 padding: 20px;
 cursor: pointer;
}
.mobile-menu li:hover,
.mobile-menu li:focus {
 background-color: #f2f2f2;
 font-weight: bold;
}
.mobile-menu li:hover a {
 color: var(--default-black, #222);
 border-bottom: none !important;
}
.mobile-menu .menu-item-has-children a:before {
 content: "+ ";
}
.mobile-menu li:hover .sub-menu,
.mobile-menu li:focus .sub-menu {
 display: block !important;
 max-height: 1000px !important;
}
.mobile-menu .sub-menu a:before {
 content: "";
}
.mobile-menu .sub-menu {
 overflow: hidden !important;
 max-height: 0 !important;
 -webkit-transition: all 0.5s ease-out !important;
 background: transparent;
 position: relative;
 float: none;
 -webkit-box-shadow: 0px 0px 0px 0px;
 box-shadow: 0px 0px 0px 0px;
 color: #130c21;
 left: 0;
}
.mobile-menu .sub-menu a,
.mobile-menu .sub-menu li {
 color: var(--default-black, #222) !important;
}
.mobile-menu ul ul li {
 float: none;
}
.site-header .menu-btn {
 display: none;
 width: 100px;
 height: 100px;
}
.site-header .menu-btn:checked~.mobile-menu {
 height: 800px;
 -webkit-transition: height 1s cubic-bezier(.42, 0, .58, 1);
 -o-transition: height 1s cubic-bezier(.42, 0, .58, 1);
 transition: height 1s cubic-bezier(.42, 0, .58, 1);
 -webkit-transition: padding 1s cubic-bezier(.42, 0, .58, 1);
 -o-transition: padding 1s cubic-bezier(.42, 0, .58, 1);
 transition: padding 1s cubic-bezier(.42, 0, .58, 1);
 -webkit-transition: all 1s cubic-bezier(.42, 0, .58, 1);
 -moz-transition: all 1s cubic-bezier(.42, 0, .58, 1);
}
.site-header .menu-btn:checked~.menu-icon .navicon {
 background: transparent;
}
.site-header .menu-btn:checked~.menu-icon .navicon:before {
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 background: var(--default-white, #fff);
}
.site-header .menu-btn:checked~.menu-icon .navicon:after {
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 background: var(--default-white, #fff);
}
.site-header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.site-header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
 top: 0;
}
@media screen and (max-width: 900px) {
 li.menu-divider-item {
  display: block !important;
 }
 .container .site-title {
  width:100%;
  text-align:center;
 }
 .mobile-menu {
  display: block;
 }
 .container-centered .custom-logo {
  margin: 0px;
 }
 #site-navigation li {
  display: none;
 }
 .menu-btn,
 .menu-icon {
  display: inline-block;
  z-index: 99999999;
 }
 .site-header .social-media-icons {
  display: none;
 }
 .site-footer .social-media-icons {
  display: block;
 }
 .mobile-menu .social-media-icons {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  position: relative;
  margin-left: 40px;
 }
 .mobile-menu .social-media-icons li {
  padding: 0px;
 }
 .mobile-menu .social-media-icons li:hover {
  background: transparent;
 }
 .mobile-menu .social-media-icons a:hover,
 .mobile-menu .social-media-icons a:focus {
    color: var(--default-black, #222) !important;
  opacity: 0.6;
 }
 .mobile-menu .social-media-icons {
  border-top: 1px solid #d2d2d2;
  width: 80%;
  padding-top: 20px;
 }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
 margin: 50px auto;
 padding: 10px;
 overflow: hidden;
 width: 60%;
 grid-column: 1/-1;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: right;
 padding-right: 15px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
 text-align: left;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-left: 15px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 50%;
 position: relative;
}
.nav-next:after {
 content: "\2192";
 font-size: 30px;
 font-weight: bold;
 right: 0;
 left: auto;
 position: absolute;
}
.nav-previous:before {
 content: " \2190";
 font-size: 30px;
 font-weight: bold;
}
.nav-previous:hover,
.nav-next:hover {
 color: #aaa;
}
.nav-previous a,
.nav-next a {
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: 0.1em;
}
.nav-next a {
 padding-right: 40px;
}
.nav-links {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.nav-previous-home {
 margin-left: 30px;
 font-weight: bold;
 font-size: 17px;
 letter-spacing: .2em;
 text-transform: uppercase;
 padding: 10px;
 background: #fce942;
}
.nav-previous-home a {
 color: var(--default-black, #222);
}
.nav-previous-home:hover {
 cursor: pointer;
 background: #068d9d;
}
.nav-previous-home:hover a {
 color: var(--default-white, #fff);
}
.nav-previous-home a:before {
 content: '\2190';
 font-size: 20px;
}
.screen-reader-text {
 border: 0;
 clip: rect(1px, 1px, 1px, 1px);
 -webkit-clip-path: inset(50%);
 clip-path: inset(50%);
 height: 1px;
 margin: -1px;
 overflow: hidden;
 padding: 0;
 position: absolute !important;
 width: 1px;
 word-wrap: normal !important;
}
.screen-reader-text:focus {
 background-color: #f1f1f1;
 border-radius: 3px;
 -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 clip: auto !important;
 -webkit-clip-path: none;
 clip-path: none;
 color: #21759b;
 display: block;
 font-size: 14px;
 font-size: 0.875rem;
 font-weight: bold;
 height: auto;
 left: 5px;
 line-height: normal;
 padding: 15px 23px 14px;
 text-decoration: none;
 top: 5px;
 width: auto;
 z-index: 100000;
}
#content[tabindex="-1"]:focus {
 outline: 0;
}
.alignleft {
 float: left;
 margin-right: 1.5em;
}
.alignright {
 float: right;
 margin-left: 1.5em;
}
.aligncenter {
 clear: both;
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
 content: "";
 display: table;
 table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
 clear: both;
}
.widget {
 margin: 0 0 3em;
}
.widget select {
 max-width: 100%;
}
.widget li {
 text-align: center;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 font-size: 11px;
 padding: 16px;
 font-weight: bold;
 background: #ddd;
 margin-bottom: 5px !important;
 margin-left: 5px !important;
}
.widget li:nth-of-type(even) {
 background: #eee;
}
.widget li a {
 margin-left: 10px;
}
.widget li:before {
 content: "" !important;
}
.widget li:hover {
 background: var(--default-white, #fff);
}
.widget span {
 padding: 0px 10px;
}
.widget h2 {
 font-size: 20px !important;
 text-transform: uppercase;
 letter-spacing: 0.2em;
 text-align: center;
 margin: 0px;
 padding: 10px;
 line-height: 1.4em;
}
.widget p {
 text-align: center;
}
.widget ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
.widget ul li {
 margin-bottom: 20px;
 margin-left: 30px;
}
.widget ul li:before {
 content: "\27A4";
 padding-right: 10px;
 margin-left: -30px;
}
.search-form label input {
 border-radius: 0px;
 width: 100%;
 padding: 10px;
 margin: 7px auto;
 text-transform: uppercase;
 font-size: 11px;
 letter-spacing: 0.2em;
 display: block;
}
.search-submit {
 width: 100%;
 background: #f7f7f7 !important;
 text-transform: uppercase;
 border: none !important;
 height: 100%;
 cursor: pointer;
 border-radius: 0 !important;
 padding: 14px !important;
 letter-spacing: 0.3em;
 width: 100%;
 margin: 0px auto;
 display: block;
 font-weight: bold;
}
.search-submit:hover {
 background: var(--default-black, #222) !important;
 color: var(--default-white, #FFF) !important;
}
.content-area,
.container-centered,
.page-layout {
 max-width: var(--page-width, 1500);
 margin-left: auto;
 margin-right: auto;

}
.entry-content .disclaimer {
 padding: 0px 25px;
 display: block;
 text-align: center;
}
.sticky {
 display: block;
}
.updated:not(.published) {
 display: none;
}
.spacer {
 min-height: 100px;
 display: block;
 width: 100%;
}
.page-content,
.entry-content,
.entry-summary {
 padding: 20px 20px 30px 30px;
}
.site-main {
 min-height: 1000px;
}
.page-links {
 clear: both;
 margin: 0px 40px;
}
#primary {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
#primary.sidebar-left {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
}
#main {
 -webkit-box-flex: 60%;
 -ms-flex: 60%;
 flex: 70%;
 min-width: 0;
}
#secondary {
 -webkit-box-flex: 20%;
 -ms-flex: 20%;
 flex: 20%;
 padding: 0px 30px 30px 30px;
 max-width: 360px;
 margin: 0 auto;
}
.pink-line {
 background-color: var(--header-color, rgba(255, 218, 211, .5));
 display: block;
 width: 1000px;
 height: 325px;
 position: absolute;
 top:250px;
 z-index:-1;
}
#main article {
 margin: 0 30px 30px 30px;
 -ms-word-wrap: break-word;
 word-wrap: break-word;
}
#main .entry-header {
 padding: 10px 66px;
 background-color: var(--header-color, rgba(255, 218, 211, .5));
 margin-left: -32px;
 position:relative;
}
.entry-header::before {
  content: '...';
  position: absolute;
  top: 0;
  left: -9999px;
  width: 9999px;
  height: 100%;
  background-color: var(--header-color, rgba(255, 218, 211, .5));
  z-index: -1;
}
.entry-header p {
 font-size: 22px;
 font-weight: lighter;
}
.entry-content img,
.entry-content iframe {
 margin: 0 auto;
 float: none;
 display: block;
}
#primary.content-area {
}
#main article .entry-content p {
 font-size: 19px;
 line-height:1.5em;
}
article ol,
article ul {
 margin-left: 0px;
 padding-left: 0px;
}
.entry-content ol,
.entry-content ul {
 margin-left: 30px;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
}
#main article form {
 padding: 0px 10px;
}
.more-link,
#contact-respond .contact-submit {
 display: inline-block;
 background: var(--default-black, #222);
 border: none;
 color: var(--default-white, #fff);
 text-align: center;
 width: 150px;
 text-transform: uppercase;
 font-size: 12px;
 padding: 10px 0px;
 letter-spacing: 0.17em;
 margin: 20px auto 50px auto;
}
.more-link:hover,
.more-link:focus {
 color: var(--default-black, #222);
 background: var(--default-white, #fff);
 border: 2px solid var(--default-black, #222);
}
#main .posts-grid .sticky .more-link {
 margin: 10px auto;
 display: block;
 border: 2px solid var(--default-black, #222);
}
.site-footer {
 background: var(--default-black, #222);
 color: var(--default-white, #fff);
 text-align: center;
 text-transform: uppercase;
 font-size: 11px;
 letter-spacing: 0.2em;
 padding: 20px 0px 0px 0px;
}
.footer-wrapper {
 padding-top:25px;
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: (1fr)[2];
 grid-template-columns: repeat(2, 1fr);
 grid-auto-rows: minmax(100px, auto);
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
.footer-wrapper .logo-container {
 -ms-grid-column: 1;
 grid-column: 1;
 -ms-grid-row: 1;
 -ms-grid-row-span: 1;
 grid-row: 1 / 2;
}
.footer-wrapper .logo-container h4 {
 font-size: 2.5rem;
 margin: 0;
}
.logo-container img {
 width: 350px;
}
.footer-menu .footer-menu {
 -ms-grid-column: 2;
 grid-column: 2;
}
.footer-menu .menu-main-menu-container {
 padding: 30px 30px 0 30px;
 width: 80%;
 margin: 0 auto;
 display: block;
}
.bottom-search {
 padding: 25px 20px 50px 20px;
}
.bottom-search .search-submit {
 width: 80%;
 background: var(--primary-color, #ffa8a6) !important;
}
.bottom-search .search-field {
 width: 80%;
}
.site-footer ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 display: inline;
}
.site-footer .sub-menu {
 display: none;
}
.logo-container .social-media-icons {
 display: block;
 width: 180px;
 margin: 0px auto 0px auto;
}
.site-footer li {
 padding: 5px;
 display: inline;
 font-size: 14px;
 letter-spacing: .2em;
}
.site-info {
 padding: 10px;
 color: var(--default-white, #fff);
 margin: 0px;
}
.site-footer a {
 color: var(--default-white, #fff);
}
.site-footer .social-media-icons .fa-tiktok:before,
.about-content .social-media-icons .fa-tiktok:before {
 background-image: url("data:image/svg+xml,%0A%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='tiktok' class='svg-inline--fa fa-tiktok fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FFFFFF' d='M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z'%3E%3C/path%3E%3C/svg%3E");
}
figcaption {
 letter-spacing: 0.1em;
}
.page-header {
 margin: 0 auto 0 auto;
 width: 95%;
}
.page-title {
 border-bottom: 1px solid var(--default-black, #222);
}
.subcategories {
 text-transform: uppercase;
 font-size: 13px;
 letter-spacing: .2em;
}
.subcategories a:after {
 content: ' / ';
}
.subcategories a:last-of-type:after {
 content: '';
}
.subcategories a.current {
 font-weight: bold !important;
}
.archive-description p {
 font-size: 16px;
 margin: 0px;
}
.posts-grid {
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: auto auto;
 grid-template-columns: auto auto;
}
.posts-grid article.top-post {
 -ms-grid-column: 1;
 -ms-grid-column-span: 2;
 grid-column: 1 / span 2;
 margin-left: 0px !important;
}
.sticky-header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
.sticky-header .post-thumbnail {
 -ms-flex-preferred-size: 50%;
 flex-basis: 50%;
 font-size: 1.2em;
 overflow: hidden;
 padding: 0px 30px 30px 30px;
}
.sticky-header .post-thumbnail img {
 -webkit-box-shadow: -10em 10em var(--accent-color, #fcea42);
 box-shadow: -10em 10em var(--accent-color, #fcea42);
}
.sticky-header .sticky-content {
 -ms-flex-preferred-size: 50%;
 flex-basis: 50%;
}
.home-meta {
 text-transform: uppercase;
 font-size: 13px !important;
 letter-spacing: .2em !important;
 padding: 10px 0px !important;
 font-family: Monaco, monospace;
}
.home-meta a {
 color: var(--default-black, #222) !important;
  opacity: 0.6;
}
.sticky-header .sticky-content h2 {
 font-size: 30px;
}
.sticky-content p {
 padding-bottom: 30px !important;
 font-size: 18px;
}
_:-ms-fullscreen,
.posts-grid {
 display: block;
}
@supports (-ms-ime-align:auto) and (not ((position: -webkit-sticky) or (position: sticky))) {
 .posts-grid {
  display: block;
 }
 .post-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  max-height: 1000px !important;
 }
 .post-thumbnail {
  display: block;
  overflow: hidden;
 }
}
.posts-grid .sticky .entry-footer {
 display: none;
}
.sticky .entry-meta {
 text-align: center !important;
 font-size: 12px !important;
 letter-spacing: 0.2em;
}
.posts-grid article h2 {
 margin: 20px 0px 0px 0px;
 width: 100%;
 word-wrap: anywhere;
}
.posts-grid .sticky h2 {
 padding: 0px;
}
.posts-grid article p {
 padding: 0px;
 margin: 20px 0px 0px 0px;
 width: 100%;
 word-wrap: anywhere;
}
.posts-grid .sticky-title {
 margin: 0px;
 padding: 10px 0px;
}
.grid-title {
 font-size: 17px;
}
.grid-more-link {
 text-transform: uppercase;
 font-size: 13px;
 letter-spacing: 0.1em;
 border-bottom: 1px solid var(--default-black, #222);
 font-weight: bold;
}
.grid-more-link:hover {
 border-bottom: 1px solid var(--accent-color, #fcea42);
}
.posts-grid article {
 padding-bottom: 20px !important;
}
.posts-grid .entry-meta {
 text-align: left;
 margin: 0px !important;
 padding: 20px 15px 0px 15px;
 font-size: 11px;
 letter-spacing: 0.3em;
}
.posts-grid img:hover {
 opacity: 0.7;
}
.post-thumbnail {
}
.post-thumbnail img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 max-height: 450px;
}
_:-ms-fullscreen,
.post-thumbnail img {
 width: 100% !important;
 height: 100% !important;
 max-height: 1000px !important;
}
_:-ms-fullscreen,
.post-thumbnail {
 display: block;
 overflow: hidden;
}
.page-layout .post-thumbnail img {
 max-height: 200px;
}
.posts-grid .post-thumbnail img {
 height: 400px;
}
.page-layout .entry-title {
 font-size: 61px;
 text-align: center;
 width: 100%;
}
.page-layout .entry-content {
 width: 100%;
 padding: 0px 30px;
}
#main .page-layout article .entry-content p {
 width: 100%;
}
.entry-page-header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
 background-color: var(--header-color, rgba(255, 218, 211, .5));
}
.entry-page-header .entry-title {
 font-size: 4rem;
 -ms-flex-preferred-size: 100%;
 flex-basis: 100%;
 text-align: center;
}
.entry-page-header .post-thumbnail {
 -ms-flex-preferred-size: 100%;
 flex-basis: 100%;
 max-height: 450px;
 min-width: 700px;
}
.entry-page-header .post-thumbnail img {
 -webkit-box-shadow: 33px 33px var(--accent-color, #fcea42);
 box-shadow: 33px 33px var(--accent-color, #fcea42);
}
.type-page .entry-content {
 margin-top: 40px;
 background: transparent;
}
#main .entry-content li {
 font-size: 19px;
 margin-bottom: 10px;
}
.author-description {
 width: 100%;
 letter-spacing: 0.1em;
 text-align: center;
}
.about-widget-wrapper {
 text-align: center;
}
.about-widget-wrapper h3 {
 text-transform: uppercase;
 margin-bottom: 2px;
}
.about-widget-wrapper a {
 font-weight: bold;
 letter-spacing: .1em;
}
.about-widget-wrapper {
}
.about-widget-wrapper img {
 width: 280px;
 height: 280px;
 display: block;
 border-radius: 50%;
 -o-object-fit: cover;
 object-fit: cover;
 margin: 0 auto;
}
.about-widget-wrapper .social-media-icons li {
 padding: 0px;
}
.about-widget-wrapper .social-media-icons li .fa {
 background: transparent;
 color: var(--default-black, #222);
 font-size: 15px;
}
.about-widget-wrapper p {
 margin-bottom: 0px;
}
.widget_custom_html img {
 margin: 0 auto;
 display: block;
 padding: 10px 0px;
}
.null-instagram-feed a {
 font-weight: bold;
}
.null-instagram-feed .follow-link {
 text-align: center;
 font-size: 12px;
 display: block;
 text-transform: uppercase;
 letter-spacing: .1em;
}
#NewInstagramFeed {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}
#NewInstagramFeed a {
 padding:2px 
}
.instawrap {
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-flow:row wrap;
 flex-flow:row wrap;
}
.insta-small img {
 width:120px;
 height:120px;
 object-fit: cover;
}
.insta-medium img {
 width:200px;
 height:200px;
 object-fit: cover;
}
.insta-large img {
 width:300px;
 height:300px;
 object-fit: cover;
}
.subscribe-widget-wrapper {
 padding: 10px 10px 20px 10px;
 background-image: url('images/white-dots.svg');
 background-repeat: no-repeat;
 background-position: -10px -130px;
 background-size: 300px;
}
.subscribe-widget-wrapper h3 {
 text-align: center;
}
.subscribe-widget-wrapper h3 strong {
 background-image: -o-linear-gradient(top, transparent 0%, transparent 50%, var(--accent-color, #fcea42) 50%, var(--accent-color, #fcea42) 50%) !important;
 background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, var(--accent-color, #fcea42)), color-stop(50%, var(--accent-color, #fcea42))) !important;
 background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--accent-color, #fcea42) 50%, var(--accent-color, #fcea42) 50%) !important;
}
.subscribe-widget-wrapper label {
 text-transform: uppercase !important;
 letter-spacing: .1em;
 font-size: .8em;
}
#mc_embed_signup .button,
.subscribe-widget-wrapper input[type="submit"] {
 border-radius: 0px !important;
 text-align: center;
 width: 100% !important;
 display: block !important;
 margin: 0 auto !important;
 text-transform: uppercase;
 letter-spacing: .1em;
 background: var(--default-black, #222) !important;
 color: var(--default-white, #FFF) !important;
 padding: 10px !important;
 letter-spacing: .2em;
 height: 45px !important;
 font-size:13px !important;
}
.subscribe-widget-wrapper input {
 width:100%;
 border-radius:0px;
 margin-bottom:10px;
}
#mc_embed_signup .mc-field-group {
 width: 100% !important;
}
#mc_embed_signup form {
 padding: 0px !important;
}
.featured-flex {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}
.featured-flex img {
 -ms-flex-preferred-size: 100%;
 flex-basis: 100%;
 width:50%;
}
.featured-flex p {
 margin-left:10px;
 font-size: 1em;
 -ms-flex-preferred-size:100%;
 flex-basis:100%;
}
.featured-widget-wrapper h3 {
 margin-bottom: 0px;
 text-transform: uppercase;
}
.featured-widget-wrapper a {
 background: var(--default-black, #222);
 padding: 10px;
 color: var(--default-white, #fff);
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: .1em;
 font-size: 12px;
 width: 100%;
 display: block;
 margin-top: 10px;
 text-align: center;
}
.featured-widget-wrapper a:hover {
 background: var(--primary-color, #ffa8a6);
}
.wp-block-image img {
 margin: 0 auto;
 display: block;
}
.wp-block-quote p,
blockquote p {
 z-index: 9;
 font-size: 20px;
 position: relative;
 text-align: center;
 font-weight: bold;
 letter-spacing: 0.1em;
 color: var(--default-black, #222) !important;
}
.is-style-large p {
 font-style: normal !important;
}
blockquote {
 text-align: center !important;
}
cite {
 color: inherit !important;
}
.wp-block-quote {
 margin: 25px auto;
 background: transparent !important;
 border: none;
 padding-left: 0;
}
.wp-block-pullquote:before,
.wp-block-quote:before {
 content: url('images/quotes-sm.svg');
}
.wp-block-pullquote p {
 font-size: 1.5rem !important;
 padding-bottom: 20px;
}
.wp-block-pullquote cite,
.wp-block-quote cite {
 font-family: Monaco, monospace;
 color: var(--default-black, #222) !important;
 text-transform: capitalize;
}
.wp-block-gallery ul {
 margin: 0;
}
.wp-block-cover .has-large-font-size {
 font-size: 3rem !important;
 font-weight: bold;
}
.wp-block-search .wp-block-search__input {
 max-width: 100%;
}
.wp-block-search .wp-block-search__button {
 background: var(--primary-color);
 border: none;
 border-radius: 0;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: .1em;
}
.wp-block-button a {
 margin: 0 auto;
 display: block;
 border-bottom: 0;
}
.wp-block-button a:hover {
 background: #aaa;
 color: var(--default-black, #222);
 border: 0;
}
.wp-block-embed blockquote {
 margin: 0 auto !important;
}
.wp-block-embed-twitter .twitter-tweet {
 display: block;
 margin-left: auto;
 margin-right: auto 
}
.wp-block-embed iframe {
 margin: 0 auto !important;
}
.wp-block-image figcaption {
 font-family: Monaco, monospace;
   color: var(--default-black, #222) !important;
  opacity: 0.6;
}
.wp-block-table td,
table td,
.wp-block-table th,
table th {
 padding: 10px 20px;
 border: 1px solid #eee;
 word-break: break-all;
 border: none;
}
.wp-block-table tr:nth-child(even),
table tr:nth-child(even) {
 background-color: #f9f9f9;
}
.wp-block-cover-text {
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 0.15em;
}
#main .entry-content figure a {
 border-bottom: none;
}
.comment-content a {
 word-wrap: break-word;
}
.bypostauthor .comment-body {
 display: block;
 background-position: 600px -210px !important;
 background-color: var(--accent-color, #fcea42) !important;
 background-image: url('images/white-dots.svg') !important;
 background-repeat: no-repeat !important;
}
.bypostauthor .children .comment-body {
 background: #F9F9F9 !important;
}
.bypostauthor .children .comment-body .comment-metadata a,
.bypostauthor .children .comment-body .reply a {
 color: #888 !important;
}
.bypostauthor .comment-metadata a,
.bypostauthor .reply a {
 color: var(--default-black, #222);
}
#comments {
 padding: 20px;
}
.relatedposts {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.relatedposts h3 {
 border-bottom: 1px solid var(--default-black, #222);
 font-size: 25px;
 -ms-flex-preferred-size: 100%;
 flex-basis: 100%;
 padding-left: 20px;
}
.relatedthumb {
 -ms-flex-preferred-size: 50%;
 flex-basis: 50%;
 padding: 20px;
}
.relatedthumb a {
 font-weight: bold;
 letter-spacing: .05em;
 font-size: 19px;
}
.thumb-container {
margin-bottom:1rem;
}
.relatedthumb .thumb-container img {
 height: 300px;
 -o-object-fit: cover;
 object-fit: cover;
}
#reply-title {
 font-size: 25px;
 text-transform: inherit;
 letter-spacing: 1;
 margin: 0px;
 text-align: center;
}
#reply-title:before {
 content: '';
 display: block;
 color: var(--accent-color, #fcea42);
 font-size: 10px;
 background-repeat: no-repeat;
 height: 30px;
 background-position: 50% 50%;
 background-size: 50px;
 background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 47.28'%3E%3Ctitle%3EArtboard 1%3C/title%3E%3Cpath d='M-30.47,60a2.47,2.47,0,0,1-2.09-1.15l-14-22a2.5,2.5,0,0,1-.17-2.52A2.47,2.47,0,0,1-44.62,33a2.47,2.47,0,0,1,2.21,1.21l14,22a2.49,2.49,0,0,1,.09,2.53A2.47,2.47,0,0,1-30.47,60h0ZM-8.39,47a2.39,2.39,0,0,1-2.22-1.56l-9.22-24.08a2.49,2.49,0,0,1,1.34-3.19,2.37,2.37,0,0,1,3.1,1.39l9.22,24.07a2.53,2.53,0,0,1,0,1.88,2.41,2.41,0,0,1-1.32,1.31,2.28,2.28,0,0,1-.88.17ZM14.49,37A2.51,2.51,0,0,1,12,35.1L6.07,10A2.4,2.4,0,0,1,6.8,7.66a2.57,2.57,0,0,1,2.47-.55A2.48,2.48,0,0,1,11,8.91l6,25.08a2.39,2.39,0,0,1-.32,1.85A2.61,2.61,0,0,1,14.49,37Zm25-5A2.5,2.5,0,0,1,37,29.7l-2-26A2.49,2.49,0,0,1,37.31,1h0A2.54,2.54,0,0,1,40,3.29l2,26A2.49,2.49,0,0,1,39.69,32h-.2Zm25-1h-.19A2.49,2.49,0,0,1,62,28.34h0l2-26A2.53,2.53,0,0,1,66.69,0,2.49,2.49,0,0,1,69,2.67l-2,26A2.5,2.5,0,0,1,64.5,31Zm25,2a2.57,2.57,0,0,1-2.14-1.15A2.39,2.39,0,0,1,87.07,30L93,4.91a2.41,2.41,0,0,1,1.11-1.54,2.6,2.6,0,0,1,3.49.79A2.39,2.39,0,0,1,97.94,6l-6,25.1A2.51,2.51,0,0,1,89.52,33Zm24.87,7a2.31,2.31,0,0,1-.88-.17,2.42,2.42,0,0,1-1.32-1.31,2.53,2.53,0,0,1,0-1.89l9.22-24.07a2.37,2.37,0,0,1,3.1-1.39,2.49,2.49,0,0,1,1.35,3.19l-9.22,24.08A2.39,2.39,0,0,1,114.39,40h0Zm23.08,9a2.48,2.48,0,0,1-2.08-3.82l14-22a2.47,2.47,0,0,1,4.32.16,2.49,2.49,0,0,1-.16,2.51l-14,22A2.46,2.46,0,0,1,137.47,49Zm21,14a2.48,2.48,0,0,1-2.25-1.41A2.37,2.37,0,0,1,156.6,59l17-19.17a2.52,2.52,0,0,1,3.49-.24,2.37,2.37,0,0,1,.31,3.34l-.06.07-17,19.17a2.51,2.51,0,0,1-1.87.83Z' fill='%23fce942' /%3E%3C/svg%3E");
}
.form-submit input {
 text-align: center;
 width: 200px;
 text-transform: uppercase;
 border: none;
 font-size: 15px;
 font-weight: bold;
 padding: 10px 0px;
 letter-spacing: 0.1em;
 border-radius: 0px;
 border: 1px solid var(--accent-color, #fcea42);
 background: var(--accent-color, #fcea42);
}
.form-submit input:hover {
 cursor: pointer;
 color: var(--accent-color, #fcea42);
 background: var(--default-white, #fff);
 border: 1px solid var(--accent-color, #fcea42);
}
.comment-author {
 letter-spacing: 0.1em;
}
.comment-author img {
 float: left;
 padding-right: 10px;
}
.comment-author .fn {
 text-transform: uppercase;
 font-size: 15px;
}
.comment-metadata,
.reply {
 display: inline-block;
 max-width: 350px;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 0.1em;
}
.reply {
 padding: 10px;
}
.comment-content p {
 padding: 10px;
}
.comment-metadata a,
.reply a {
   color: var(--default-black, #222) !important;
  opacity: 0.6;
}
#comments .comment-body {
 padding: 20px;
 background: #f9f9f9;
}
#comments .says {
 display: none;
}
#comments .comment-list {
 margin: 0px;
}
#comments .comment-list,
#comments .children {
 padding: 0px;
 list-style-type: none;
}
#comments #respond {
 padding: 20px;
 letter-spacing: 0.1em;
 font-size: 14px;
}
#comments #respond .comment-form-comment label {
 text-transform: uppercase;
}
#comments #respond .comment-form-comment textarea {
 margin-top: 10px;
 border-radius: 0px;
}
#comments .comments-title {
 font-size: 30px;
 text-align: center;
 text-transform: uppercase;
}
#comments .comments-title:before {
 content: '';
 display: block;
 color: var(--accent-color, #fcea42);
 font-size: 10px;
 background-repeat: no-repeat;
 height: 30px;
 background-position: 50% 50%;
 background-size: 50px;
 background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 47.28'%3E%3Ctitle%3EArtboard 1%3C/title%3E%3Cpath d='M-30.47,60a2.47,2.47,0,0,1-2.09-1.15l-14-22a2.5,2.5,0,0,1-.17-2.52A2.47,2.47,0,0,1-44.62,33a2.47,2.47,0,0,1,2.21,1.21l14,22a2.49,2.49,0,0,1,.09,2.53A2.47,2.47,0,0,1-30.47,60h0ZM-8.39,47a2.39,2.39,0,0,1-2.22-1.56l-9.22-24.08a2.49,2.49,0,0,1,1.34-3.19,2.37,2.37,0,0,1,3.1,1.39l9.22,24.07a2.53,2.53,0,0,1,0,1.88,2.41,2.41,0,0,1-1.32,1.31,2.28,2.28,0,0,1-.88.17ZM14.49,37A2.51,2.51,0,0,1,12,35.1L6.07,10A2.4,2.4,0,0,1,6.8,7.66a2.57,2.57,0,0,1,2.47-.55A2.48,2.48,0,0,1,11,8.91l6,25.08a2.39,2.39,0,0,1-.32,1.85A2.61,2.61,0,0,1,14.49,37Zm25-5A2.5,2.5,0,0,1,37,29.7l-2-26A2.49,2.49,0,0,1,37.31,1h0A2.54,2.54,0,0,1,40,3.29l2,26A2.49,2.49,0,0,1,39.69,32h-.2Zm25-1h-.19A2.49,2.49,0,0,1,62,28.34h0l2-26A2.53,2.53,0,0,1,66.69,0,2.49,2.49,0,0,1,69,2.67l-2,26A2.5,2.5,0,0,1,64.5,31Zm25,2a2.57,2.57,0,0,1-2.14-1.15A2.39,2.39,0,0,1,87.07,30L93,4.91a2.41,2.41,0,0,1,1.11-1.54,2.6,2.6,0,0,1,3.49.79A2.39,2.39,0,0,1,97.94,6l-6,25.1A2.51,2.51,0,0,1,89.52,33Zm24.87,7a2.31,2.31,0,0,1-.88-.17,2.42,2.42,0,0,1-1.32-1.31,2.53,2.53,0,0,1,0-1.89l9.22-24.07a2.37,2.37,0,0,1,3.1-1.39,2.49,2.49,0,0,1,1.35,3.19l-9.22,24.08A2.39,2.39,0,0,1,114.39,40h0Zm23.08,9a2.48,2.48,0,0,1-2.08-3.82l14-22a2.47,2.47,0,0,1,4.32.16,2.49,2.49,0,0,1-.16,2.51l-14,22A2.46,2.46,0,0,1,137.47,49Zm21,14a2.48,2.48,0,0,1-2.25-1.41A2.37,2.37,0,0,1,156.6,59l17-19.17a2.52,2.52,0,0,1,3.49-.24,2.37,2.37,0,0,1,.31,3.34l-.06.07-17,19.17a2.51,2.51,0,0,1-1.87.83Z' fill='%23fce942' /%3E%3C/svg%3E");
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
 display: none;
}
.infinity-end.neverending .site-footer {
 display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
 border: none;
 margin-bottom: 0;
 margin-top: 0;
 padding: 0;
}
embed,
iframe,
object {
 width: 100%;
}
.custom-logo-link {
 display: inline-block;
}
.wp-caption {
 margin-bottom: 1.5em;
 max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.wp-caption .wp-caption-text {
 margin: 0.8075em 1em;
}
.wp-caption-text {
 text-align: center;
}
.gallery {
 margin-bottom: 1.5em;
}
.gallery-item {
 display: inline-block;
 text-align: center;
 vertical-align: top;
 width: 100%;
}
.gallery-columns-2 .gallery-item {
 max-width: 50%;
}
.gallery-columns-3 .gallery-item {
 max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
 max-width: 25%;
}
.gallery-columns-5 .gallery-item {
 max-width: 20%;
}
.gallery-columns-6 .gallery-item {
 max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
 max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
 max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
 max-width: 11.11%;
}
.gallery-caption {
 display: block;
}
#mc_embed_signup .button:hover {
 background-color: var(--primary-color, #ffa8a5) !important;
 color: var(--default-black, #222) !important;
}
#mc_embed_signup .indicates-required {
 display: none;
}
.page-section {
 padding: 50px;
}
.page-section h2 {
 text-align: center;
}
#contact-respond .error {
 padding: 5px 9px;
 border: 1px solid red;
 color: red;
 border-radius: 3px;
}
#contact-respond .success {
 padding: 5px 9px;
 border: 1px solid green;
 color: green;
 border-radius: 3px;
}
#contact-respond form span {
 color: red;
}
#contact-respond input,
#contact-respond label,
#contact-respond textarea {
 width: 100%;
 font-size: 13px;
 color: var(--default-black, #222);
 letter-spacing: 0.1em;
 text-transform: uppercase;
 padding: 10px 10px 10px 4px;
}
#contact-respond .contact-submit:hover {
 background: #777;
 cursor: pointer;
}
.contact-section {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 min-height: 600px;
}
.contact-section .contact-info-container {
 -ms-flex-preferred-size: 50%;
 flex-basis: 50%;
 padding: 30px;
 margin-top: 50px;
}
.contact-section .contact-info-container h2 {
 font-size: 100px;
 margin: 0px;
}
.contact-section #contact-respond {
 -ms-flex-preferred-size: 50%;
 flex-basis: 50%;
}
#contact-respond form {
}
.contact-section .contact-info-container .contact-info {
 display: inline-block;
 vertical-align: top;
}
.contact-section .contact-info-container p {
 font-size: 18px;
 letter-spacing: 0.08em;
}
.contact-section .contact-info-container .contact-icons span {
 padding: 11px 0px;
 font-size: 20px;
 margin-right: 15px;
}
.contact-section .contact-info-container .contact-icons {
 font-size: 18px;
 letter-spacing: 0.08em;
 word-break: break-all;
}
.contact-icons .fa-map {
 float: left;
}
.address-block {
 display: inline-block;
}
.address-block p {
 margin: 10px 0px;
}
.widgets-section {
 padding: 50px 10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}
.widgets-section .widget {
 width: 100%;
 margin: 15px;
}
.subscribe-section {
 padding: 40px;
 background: url('images/white-dots.svg') no-repeat top right;
 background-position: 110% -50px;
 background-size: 400px;
}
.subscribe-wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
}
.subscribe-wrapper strong {
 background-image: -o-linear-gradient(top, transparent 0%, transparent 50%, var(--accent-color, #fcea42) 50%, var(--accent-color, #fcea42) 50%) !important;
 background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, var(--accent-color, #fcea42)), color-stop(50%, var(--accent-color, #fcea42))) !important;
 background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--accent-color, #fcea42) 50%, var(--accent-color, #fcea42) 50%) !important;
 display: inline;
}
.subscribe-wrapper p {
 margin: 0px;
 padding: 0px;
}
.subscribe-wrapper h3 {
 font-size: 28px;
 -ms-flex-preferred-size: 70%;
 flex-basis: 70%;
 margin: 0px;
 padding: 0px 100px;
 line-height: 1.3em;
}
.subscribe-button {
 text-align: center;
 background: var(--accent-color, #fcea42);
 padding: 15px;
 width: 300px;
}
.subscribe-button a {
 color:var(--default-black, #222);
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: .1em;
 font-size: 25px;
}
.subscribe-button:hover {
 background: var(--default-black, #222);
}
.subscribe-button:hover a {
 color: var(--accent-color, #fcea42);
}
.about-section {
 padding: 30px 0px 50px 0px;
 color: var(--default-black, #222);
 background-image: url('images/white-dots.svg');
 background-repeat: no-repeat;
 background-position: -190px -300px;
 background-size: 650px;
}
.about-wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
}
.about-wrapper img {
 max-height: 600px;
 -webkit-box-shadow: 25em 14em var(--accent-color, #fcea42);
 box-shadow: 25em 14em var(--accent-color, #fcea42);
 -o-object-fit: cover;
 object-fit: cover;
 min-width: 100%;
}
.about-wrapper .image-wrapper {
 font-size: 1.2rem;
 overflow: hidden;
 padding: 0px 30px 30px 0px;
 -ms-flex-preferred-size: 50%;
 flex-basis: 50%;
}
.about-wrapper .about-content {
 -ms-flex-preferred-size: 50%;
 flex-basis: 50%;
 text-align: center;
 font-size: 20px;
 padding: 30px;
}
.about-content h2 {
 font-size: 80px;
 margin: 0px;
}
.about-content span {
 color: var(--accent-color, #fcea42);
}
.about-content .social-media-icons li,
.about-widget-wrapper .social-media-icons li {
 margin: 5px;
 background: transparent;
 border: none;
}
.about-content .social-media-icons a,
.about-widget-wrapper .social-media-icons a {
 color: var(--default-white, #fff);
}
.about-content .social-media-icons i,
.about-widget-wrapper .social-media-icons i {
 padding: 10px;
 border-radius: 100px;
 background: var(--default-black, #222);
 width:40px;
 height:40px;
}
.about-content .social-media-icons {
 margin: 0;
}
.buythebook-section {
 padding: 50px 0;
}
.buythebook-wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
.howirent-wrapper {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
}
.buythebook-wrapper img {
 max-height: 600px;
 -webkit-box-shadow: -20em 10em var(--accent-color, #fcea42);
 box-shadow: -20em 10em var(--accent-color, #fcea42);
}
.buythebook-wrapper .image-wrapper {
 padding: 30px;
 -ms-flex-preferred-size: 50%;
 flex-basis: 50%;
 overflow: hidden;
 font-size: 1.2em;
}
.buythebook-wrapper .image-wrapper img {
 min-width: 100%;
 -o-object-fit: cover;
 object-fit: cover;
}
.buythebook-wrapper .buythebook-content {
 -ms-flex-preferred-size: 50%;
 flex-basis: 50%;
 text-align: center;
 font-size: 20px;
 padding: 30px;
}
.buythebook-wrapper .buythebook-content p {
margin: 2rem 0;
}
.buythebook-content h2 {
 font-size: 60px;
 margin: 0px;
}
.buythebook-link {
 color: var(--default-black, #222);
 border-bottom: 5px solid var(--default-black, #222);
 text-transform: uppercase;
 letter-spacing: .1em;
 font-weight: bold;
 font-size: 1em;
}
.buythebook-link:hover {
 border-bottom: 10px solid var(--primary-color, #ffa8a5);
}
.subscribe-wrapper ul,
.subscribe-wrapper ol,
.about-wrapper ul,
.about-wrapper ol,
.buythebook-wrapper ul,
.buythebook-wrapper ol {
 margin: 0;
 padding: 0;
}
.about-wrapper p a,
.buythebook-wrapper p a,
.subscribe-wrapper p a {
 font-weight: bold;
 border-bottom: 2px solid var(--default-black, #222);
 padding-bottom: 2px;
}
.about-wrapper p a:hover,
.buythebook-wrapper p a:hover {
 color: var(--default-black, #222);
 border-bottom: 2px solid var(--default-black, #222);
}
.about-wrapper p strong,
.buythebook p strong {
 font-weight: bold !important;
}
.link-section {
 text-align: center;
 background-color:transparent;
 padding:30px;
}
.link-section h3 {
 font-size: 3em;
 margin: 0;
}
.link-section ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
.link-section ul li {
 display: inline-block;
 padding: 0 20px;
 margin: 10px 30px;
 background-image: -o-linear-gradient(top, transparent 0%, transparent 50%, var(--primary-color, #ffa8a5) 50%, var(--primary-color, #ffa8a5) 50%) !important;
 background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, var(--primary-color, #ffa8a5)), color-stop(50%, var(--primary-color, #ffa8a5))) !important;
 background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--primary-color, #ffa8a5) 50%, var(--primary-color, #ffa8a5) 50%) !important;
}
.link-section ul li:nth-of-type(even) {
 background-image: -o-linear-gradient(top, transparent 0%, transparent 50%, var(--accent-color, #fcea42) 50%, var(--accent-color, #fcea42) 50%) !important;
 background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, var(--accent-color, #fcea42)), color-stop(50%, var(--accent-color, #fcea42))) !important;
 background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--accent-color, #fcea42) 50%, var(--accent-color, #fcea42) 50%) !important;
}
.link-section ul li:hover {
 color: var(--default-white, #fff);
 background-image: -o-linear-gradient(top, var(--default-black, #222) 0%, var(--default-black, #222) 50%, var(--default-black, #222) 50%, var(--default-black, #222) 50%) !important;
 background-image: -webkit-gradient(linear, left top, left bottom, from(var(--default-black, #222)), color-stop(50%, var(--default-black, #222)), color-stop(50%, var(--default-black, #222)), color-stop(50%, var(--default-black, #222))) !important;
 background-image: linear-gradient(to bottom, var(--default-black, #222) 0%, var(--default-black, #222) 50%, var(--default-black, #222) 50%, var(--default-black, #222) 50%) !important;
}
.link-section ul li:hover a {
 color: var(--default-white, #fff);
}
.blog-posts-section {
 padding: 50px;
 display: block;
}
.blog-headline {
 text-align: center;
}
.blog-headline:before {
 content: '';
 display: block;
 color: #fce942;
 font-size: 10px;
 background-repeat: no-repeat;
 height: 30px;
 background-position: 50% 50%;
 background-size: 50px;
 background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 47.28'%3E%3Ctitle%3EArtboard 1%3C/title%3E%3Cpath d='M-30.47,60a2.47,2.47,0,0,1-2.09-1.15l-14-22a2.5,2.5,0,0,1-.17-2.52A2.47,2.47,0,0,1-44.62,33a2.47,2.47,0,0,1,2.21,1.21l14,22a2.49,2.49,0,0,1,.09,2.53A2.47,2.47,0,0,1-30.47,60h0ZM-8.39,47a2.39,2.39,0,0,1-2.22-1.56l-9.22-24.08a2.49,2.49,0,0,1,1.34-3.19,2.37,2.37,0,0,1,3.1,1.39l9.22,24.07a2.53,2.53,0,0,1,0,1.88,2.41,2.41,0,0,1-1.32,1.31,2.28,2.28,0,0,1-.88.17ZM14.49,37A2.51,2.51,0,0,1,12,35.1L6.07,10A2.4,2.4,0,0,1,6.8,7.66a2.57,2.57,0,0,1,2.47-.55A2.48,2.48,0,0,1,11,8.91l6,25.08a2.39,2.39,0,0,1-.32,1.85A2.61,2.61,0,0,1,14.49,37Zm25-5A2.5,2.5,0,0,1,37,29.7l-2-26A2.49,2.49,0,0,1,37.31,1h0A2.54,2.54,0,0,1,40,3.29l2,26A2.49,2.49,0,0,1,39.69,32h-.2Zm25-1h-.19A2.49,2.49,0,0,1,62,28.34h0l2-26A2.53,2.53,0,0,1,66.69,0,2.49,2.49,0,0,1,69,2.67l-2,26A2.5,2.5,0,0,1,64.5,31Zm25,2a2.57,2.57,0,0,1-2.14-1.15A2.39,2.39,0,0,1,87.07,30L93,4.91a2.41,2.41,0,0,1,1.11-1.54,2.6,2.6,0,0,1,3.49.79A2.39,2.39,0,0,1,97.94,6l-6,25.1A2.51,2.51,0,0,1,89.52,33Zm24.87,7a2.31,2.31,0,0,1-.88-.17,2.42,2.42,0,0,1-1.32-1.31,2.53,2.53,0,0,1,0-1.89l9.22-24.07a2.37,2.37,0,0,1,3.1-1.39,2.49,2.49,0,0,1,1.35,3.19l-9.22,24.08A2.39,2.39,0,0,1,114.39,40h0Zm23.08,9a2.48,2.48,0,0,1-2.08-3.82l14-22a2.47,2.47,0,0,1,4.32.16,2.49,2.49,0,0,1-.16,2.51l-14,22A2.46,2.46,0,0,1,137.47,49Zm21,14a2.48,2.48,0,0,1-2.25-1.41A2.37,2.37,0,0,1,156.6,59l17-19.17a2.52,2.52,0,0,1,3.49-.24,2.37,2.37,0,0,1,.31,3.34l-.06.07-17,19.17a2.51,2.51,0,0,1-1.87.83Z' fill='%23fce942' /%3E%3C/svg%3E");
}
.blog-posts-wrapper {
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: (1fr)[2];
 grid-template-columns: repeat(2, 1fr);
 grid-auto-rows: minmax(100px, auto);
}
.big-blog-box {
 -ms-grid-column: 1;
 grid-column: 1;
 -ms-grid-row: 1;
 -ms-grid-row-span: 4;
 grid-row: 1 / 5;
 margin-right: 50px;
}
.big-blog-box p {
 margin-bottom: 35px;
}
.big-blog-box h4 {
 font-size: 25px;
 margin-bottom: 5px;
}
.big-blog-box .post-thumbnail {
 overflow: hidden;
}
.blog-box {
 -ms-grid-column: 2;
 grid-column: 2;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-bottom: 20px;
}
.blog-box .post-thumbnail img {
 min-width: 250px;
 height: 150px;
 overflow: hidden;
 padding-right: 20px;
 max-width: 250px;
}
.blog-box-title {
 font-size: 1.1em;
}
.blog-posts-wrapper-2-column,
.blog-posts-wrapper-3-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.blog-posts-wrapper-2-column .blog-blocks {
 margin: 0;
 padding: 15px;
 -ms-flex-preferred-size: 50%;
 flex-basis: 50%;
}
.blog-posts-wrapper-3-column .blog-blocks {
 padding: 15px;
 -ms-flex-preferred-size: 33%;
 flex-basis: 33%;
}
.blog-posts-wrapper-3-column .blog-blocks .post-thumbnail img {
 height: 250px;
}
.blog-posts-wrapper-2-column .blog-blocks .post-thumbnail img {
 height: 400px;
}
.mission-section {
 text-align: center;
 padding: 100px;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='776' height='388' viewBox='0 0 1600 800'%3E%3Cpath fill='%23ffffff' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%23ffffff' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill-opacity='0.69' fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
 background-attachment: fixed;
}
.mission-headline,
.mission-section h2 {
 font-size: 2rem;
 color: var(--default-white, #fff);
}
.mission-section p {
 width: 70%;
 display: block;
 margin: 20px auto 0 auto;
 font-size: 16px;
 color: var(--default-white, #fff);
 text-transform: uppercase;
 letter-spacing: .15em;
}
.slider-section {
 padding: 50px 0;
  	max-width:100vw;
		     background: linear-gradient(to bottom, transparent 0%, transparent 15%, var(--header-color, rgba(255, 218, 211, .5)) 15%, var(--header-color, rgba(255, 218, 211, .5)) 70%, transparent 70%, transparent 100%) !important;
}
.sheetSlider {
 background-color: transparent !important;
  	max-width:var(--page-width, 1500);
	margin:0 auto;
}
.sheetSlider .sh__item img {
 min-height: 550px;
 -o-object-fit: cover;
 object-fit: cover;
 -webkit-box-shadow: -20em 15em var(--accent-color, #fcea42);
 box-shadow: -20em 15em var(--accent-color, #fcea42);
}
.sheetSlider .sh__item .image-wrapper {
 font-size: 1.2rem;
 width: 50%;
 vertical-align: middle;
 display: inline-block;
 overflow: hidden;
 padding: 0px 0px 30px 30px;
}
.sheetSlider .sh__meta {
 position: relative;
 display: inline-block;
 text-shadow: inherit;
 width: 40%;
 vertical-align: middle;
 margin-top: -10%;
}
.sheetSlider .sh__meta span {
 color: inherit;
}
.highlight,
.white-highlight {
 font-size: inherit !important;
 color: inherit !important;
 background-image: -o-linear-gradient(top, transparent 0%, transparent 50%, var(--highlight-color, #c5fbe7) 50%, var(--highlight-color, #c5fbe7) 50%) !important;
 background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, var(--highlight-color, #c5fbe7)), color-stop(50%, var(--highlight-color, #c5fbe7))) !important;
 background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--highlight-color, #c5fbe7) 50%, var(--highlight-color, #c5fbe7) 50%) !important;
 display: inline !important;
 font-weight: inherit !important;
}
.white-highlight {
 background-image: -o-linear-gradient(top, transparent 0%, transparent 50%, var(--default-white, #FFF) 50%, var(--default-white, #FFF) 50%) !important;
 background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, var(--default-white, #FFF)), color-stop(50%, var(--default-white, #FFF))) !important;
 background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--default-white, #FFF) 50%, var(--default-white, #FFF) 50%) !important;
}
.sheetSlider .sh__meta p {
 margin-bottom:30px;
}
.slider-more {
 font-size: 17px;
 text-transform: uppercase;
 letter-spacing: .2em;
 border-bottom: 3px solid var(--default-black, #222) !important;
 color: var(--default-black, #222) !important;
 font-weight: bold !important;
 padding-top: 300px !important;
}
.slider-more:hover {
 color: var(--primary-color, #ffa8a6) !important;
 background: transparent !important;
 border-bottom: 6px solid var(--primary-color, #ffa8a6) !important;
}
.sheetSlider .sh__meta h4,
.sheetSlider .sh__meta h4 a {
 color: var(--default-black, #222);
}
.product-wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0 auto;
 width: auto;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin-bottom: 150px;
}
.product-wrapper .shop-item {
 -ms-flex-preferred-size: 30%;
 flex-basis: 30%;
 padding: 0 10px;
}
.product-wrapper .shop-item img {
 height: 400px;
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
}
.shop-item h3 {
 text-align: center;
}
@media screen and (max-width: 1000px) {
 .blog-posts-wrapper-3-column .blog-blocks {
 }
 .sheetSlider .sh__item img {
  -webkit-box-shadow: -15em 18em var(--accent-color, #fcea42);
  box-shadow: -15em 18em var(--accent-color, #fcea42);
 }
 .buythebook-wrapper img {
  -webkit-box-shadow: -15em 10em var(--accent-color, #fcea42);
  box-shadow: -15em 10em var(--accent-color, #fcea42);
 }
 .about-wrapper img {
  -webkit-box-shadow: 15em 15em var(--accent-color, #fcea42);
  box-shadow: 15em 15em var(--accent-color, #fcea42);
 }
}
@media screen and (max-width: 900px) {
 body {
  background-size: 1000px;
 }
 .site-header img {
  float:none;
 }
 .menu-jelly-main-menu-container {
  width:100%;
 }
 .mobile-menu {
  display: block;
  z-index: 99999;
 }
 .container-centered .custom-logo {
  margin: 0px;
 }
 #site-navigation li {
  display: none;
 }
 .menu-btn,
 .menu-icon {
  display: inline-block;
 }
 #masthead .social-media-icons {
  display: none;
 }
 .site-footer .social-media-icons {
  display: block;
 }
 .sticky-nav .site-branding,
 .sticky-nav #site-navigation {
  display: inherit;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  vertical-align: inherit;
 }
 .mobile-menu .social-media-icons {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  position: relative;
  margin-left: 40px;
 }
 .mobile-menu .social-media-icons li {
  padding: 0px;
 }
 .mobile-menu .social-media-icons li:hover {
  background: transparent;
 }
 .mobile-menu .social-media-icons a:hover,
 .mobile-menu .social-media-icons a:focus {
    color: var(--default-black, #222) !important;
  opacity: 0.6;
 }
 .mobile-menu .social-media-icons {
  border-top: 1px solid #d2d2d2;
  width: 80%;
  padding-top: 20px;
 }
 .blog-posts-wrapper-3-column .blog-blocks {
 }
 .top-bar {
 }
 .subscribe-wrapper h3 {
  padding: 0px 10px;
 }
 .howirent-wrapper .howirent-content,
 .buythebook-wrapper .buythebook-content,
 .about-wrapper .about-content {
  font-size: 17px;
 }
 .entry-page-header .post-thumbnail img {
  -webkit-box-shadow: 300px 27px var(--accent-color, #fcea42);
  box-shadow: 300px 27px var(--accent-color, #fcea42);
 }
 .container-centered {
  padding-bottom: 0px;
 }
 .sheetSlider .sh__item img {
 }
}
@media screen and (max-width: 800px) {
 .entry-page-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
 .product-wrapper {
  display: block;
 }
 .entry-page-header .entry-title {
  margin: 40px auto 30px auto;
 }
 .entry-page-header .post-thumbnail {
  width: 100%;
 }
 .sh__meta h4 {
  font-size: 25px !important;
 }
 .first-word {
  font-size: 33px !important;
 }
 .big-blog-box h4 {
  margin-top: 20px;
 }
 .blog-posts-wrapper {
  display: block;
 }
 .big-blog-box .post-thumbnail img {
  max-height: 350px;
 }
 .big-blog-box {
  margin-right: 0px;
  margin-bottom: 50px;
 }
 .subscribe-wrapper h3,
 .subscribe-button a {
  font-size: 20px;
 }
 .buythebook-content h2,
 .about-content h2 {
  font-size: 50px;
 }
 .sticky-header .sticky-content h2,
 .sticky-title {
  font-size: 25px;
 }
 .posts-grid article h2 {
  font-size: 20px;
 }
 .widgets-section {
  max-width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
 }
 .widgets-section .widget {
  margin: 15px 0;
 }
 .sheetSlider .sh__item img {
  -webkit-box-shadow: -10em 20em var(--accent-color, #fcea42);
  box-shadow: -10em 20em var(--accent-color, #fcea42);
 }
 .buythebook-wrapper img {
  -webkit-box-shadow: -10em 10em var(--accent-color, #fcea42);
  box-shadow: -10em 10em var(--accent-color, #fcea42);
 }
 .about-wrapper img {
  -webkit-box-shadow: 10em 10em var(--accent-color, #fcea42);
  box-shadow: 10em 10em var(--accent-color, #fcea42);
 }
}
@media screen and (max-width: 768px) {
 .howirent-wrapper,
 .about-wrapper,
 .buythebook-wrapper {
  display: block;
  margin: 0 auto;
 }
 .howirent-section,
 .buythebook-section,
 .about-section {
  padding: 10px;
 }
 .blog-blocks {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
 }
 .buythebook-wrapper .buythebook-content {
  padding: 30px 30px 50px 30px;
 }
 .howirent-wrapper .howirent-content,
 about-wrapper .about-content {
  padding-top: 0px;
 }
 .blog-posts-wrapper-2-column .blog-blocks .post-thumbnail img {
  height: 250px;
 }
 .blog-posts-wrapper-2-column .blog-blocks,
 .blog-posts-wrapper-3-column .blog-blocks {
  padding: 0 15px;
 }
 .about-wrapper .about-content {
  padding: 30px 10px;
 }
}
@media screen and (max-width: 600px) {
 .sheetSlider .sh__item .image-wrapper {
  width: 100%;
 }
 .sheetSlider .sh__meta {
  width: 100%;
 }
/* .sheetSlider {
  min-height: 700px !important;
 }
 */
 .sheetSlider .sh__meta p {
  margin-bottom: 25px;
 }
 #main .entry-header {
  padding: 10px 20px;
  margin-left: 0;
 }
 .home-meta {
  padding: 20px 0 0 0 !important;
 }
 #main article {
  margin: 0;
 }
 #main #comments article {
  margin: 15px 0;
 }
 #main .posts-grid article {
  margin: 0 15px;
 }
 .posts-grid .post-thumbnail img {
  height: 250px;
 }
 .entry-content {
  padding: 20px;
 }
 .mission-section {
  padding: 30px 10px;
 }
 .mission-section p {
  width: 90%;
 }
 .sheetSlider .sh__item img {
  min-height: 300px;
  max-height: 300px;
  -webkit-box-shadow: -20em 10em var(--accent-color, #fcea42);
  box-shadow: -20em 10em var(--accent-color, #fcea42);
 }
 .sheetSlider .sh__item .image-wrapper {
  padding: 0px 15px 15px 15px;
 }
 .footer-wrapper {
  display: block;
  padding-top:5px;
 }
 .footer-wrapper .logo-container,
 .footer-menu .menu-main-menu-container {
  width: 100%;
 }
 .posts-grid,
 .sticky-header {
  display: block;
 }
 .sticky-header .post-thumbnail {
  padding: 0;
 }
 .sticky-header .post-thumbnail img {
  margin: 0px auto 20px auto;
  display: block;
  max-height: 350px;
  -webkit-box-shadow: -20em 1em var(--accent-color, #fcea42);
  box-shadow: -20em 1em var(--accent-color, #fcea42);
  width: 100%;
 }
 .sticky-header {
  padding: 0 0 15px 15px;
  margin: 0 auto;
  display: block;
 }
 .sticky-content p {
  padding-bottom: 30px !important;
 }
}
@media screen and (max-width: 500px) {
 #primary {
  display: block;
 }
 .top-bar .top-social {
  display: none;
 }
 .top-search {
  margin-left: 15px;
 }
 .top-search input[type="search"] {
  font-size: 10px;
 }
 .sticky-nav h1 {
  min-width: auto;
 }
 #NewInstagramFeed {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
 }
 .entry-title {
  font-size: 2rem;
 }
 .by-author .social-btn .jelly-sharethis {
  display: none;
 }
 .by-author .social-btn a {
  margin: 0 5px;
 }
 .white-entry-wrapper {
  margin-left: 35px;
 }
 .site-title {
  font-size: 27px;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
 }
 .container-centered .site-branding {
  margin-left: 0px;
 }
 .container-centered {
  margin-bottom: 0px;
 }
 .container-centered .site-title {
  padding-bottom: 0px;
 }
 .site-description {
  display: none;
 }
 .site-header img {
  max-width: 150px !important;
  margin: 0 !important;
 }
 .main-navigation-divided .menu-divider-item {
  padding: 0;
 }
 #site-navigation {
 }
 .site-branding {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  margin-left: 25px;
 }
 #main article {
 }
 #main .page-layout .entry-title {
  font-size: 45px;
 }
 #main .cat-head {
  font-size: 10px;
 }
 #main .entry-meta {
  font-size: 10px;
  letter-spacing: .5em;
 }
 #main .entry-meta span {
  margin: 0px 3px;
 }
 #main article p {
  padding: 10px 0px;
  margin: 0px;
 }
 .wp-block-pullquote p {
  font-size: 1.2rem !important;
 }
 .wp-block-pullquote blockquote {
  max-width: 80% !important;
 }
 .relatedthumb {
  padding: 10px 20px;
 }
 #main .flex-footer-container {
  padding: 10px;
 }
 .flex-footer-container .social-box {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
 }
 .flex-footer-container .tags-links {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
 }
 .site-main .comment-navigation,
 .site-main .posts-navigation,
 .site-main .post-navigation {
  width: 100%;
 }
 .site-footer>div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 5px;
 }
 .site-footer {
  display: block;
 }
 .wp-block-media-text__content p {
  font-size: 23px;
 }
 #comments {
  padding: 5px;
 }
 #main .entry-content ul,
 ol {
 }
 #comments ul,
 #comments ol {
  margin: 0px 10px;
 }
 .alignleft,
 .alignright {
  float: none;
  width: 100%;
  display: block;
  margin: 0px auto;
 }
 .alignleft img,
 .alignright img {
  margin: 0 auto;
  display: block;
 }
 .wp-block-quote.is-large p,
 .wp-block-quote.is-style-large p {
  font-size: 20px;
 }
 .gallery-columns-2 .gallery-item,
 .gallery-columns-3 .gallery-item,
 .gallery-columns-4 .gallery-item,
 .gallery-columns-5 .gallery-item,
 .gallery-columns-6 .gallery-item,
 .gallery-columns-7 .gallery-item,
 .gallery-columns-8 .gallery-item,
 .gallery-columns-9 .gallery-item,
 .blocks-gallery-item {
  min-width: 100% !important;
 }
 .page-layout .post-thumbnail {
  margin: 40px 40px 20px 30px;
 }
 .product-wrapper .shop-item img {
  height: 250px;
 }
 .link-section ul li {
  margin: 0 10px;
 }
 .link-section {
  padding: 10px;
 }
 .link-section h3 {
  font-size: 2.3em;
 }
 .sticky-header .sticky-content {
  margin-top: 40px;
 }
 .free-section p {
  width: 100%;
 }
 .free-content-container {
  padding: 50px 15px !important;
 }
 .free-content-container ul,
 .free-content-container ol {
  margin: 0px;
  padding: 15px;
 }
 .mission-headline,
 .mission-section h2 {
  font-size: 1.8rem;
 }
 .subscribe-wrapper {
  display: block;
 }
 .subscribe-button {
  width: 100%;
  margin-top: 15px;
 }
 .slider-more {
  font-size: 12px;
 }
 .blog-posts-section {
  padding: 10px;
 }
 .blog-box {
  display: block;
  margin: 15px 15px 20px 15px;
 }
 .big-blog-box {
  margin: 15px;
  padding-bottom: 30px;
 }
 .blog-box .post-thumbnail img {
  max-width: 100%;
  padding-right: 0px;
  height: 250px;
 }
 .entry-page-header .entry-title,
 .howirent-content h2,
 .buythebook-content h2,
 .about-content h2 {
  font-size: 36px;
 }
 .subscribe-wrapper h3,
 .subscribe-button a {
  font-size: 19px;
 }
 .logo-container img {
  width: 200px;
 }
 .footer-menu .menu-main-menu-container {
  padding: 20px 10px;
 }
 .bottom-search {
  padding: 0 20px 20px 20px;
 }
 .logo-container img {
  padding: 5px;
 }
 .background-line2 {
  top: 70px;
 }
 .content-area {
 }
 .page-content,
 .entry-content,
 .entry-summary {
  padding: 15px;
 }
 .entry-header p {
  padding: 0px !important;
  font-size: 17px;
 }
 h1 {
  font-size: 1.3em;
 }
 #main article .entry-content p,
 #main .entry-content li {
  font-size: 17px;
  line-height: 1.5em;
 }
 .by-author .social-media-icons li {
  margin-left: 0px;
  margin-right: 15px;
 }
 .relatedposts {
  display: block;
 }
 .form-submit input {
  margin: 0 auto;
  display: block;
 }
 .type-page .entry-content {
  margin-top: 0px;
 }
 .entry-page-header .post-thumbnail,
 .entry-page-header .entry-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
 }
 .entry-page-header .post-thumbnail img {
  height: 350px !important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 200px 20px var(--accent-color, #fcea42);
  box-shadow: 200px 20px var(--accent-color, #fcea42);
 }
 .buythebook-wrapper .image-wrapper {
  padding: 0px 0px 15px 15px;
 }
 .buythebook-wrapper img {
  -webkit-box-shadow: -10em 5em var(--accent-color, #fcea42);
  box-shadow: -10em 5em var(--accent-color, #fcea42);
 }
 .howirent-wrapper .image-wrapper,
 .about-wrapper .image-wrapper {
  padding: 0px 15px 15px 0px;
 }
 .sheetSlider .sh__item img {
  -webkit-box-shadow: -15em 5em var(--accent-color, #fcea42);
  box-shadow: -15em 5em var(--accent-color, #fcea42);
 }
}
@media screen and (max-width: 450px) {
 .sheetSlider .sh__item img {
  -webkit-box-shadow: -10em 10em var(--accent-color, #fcea42);
  box-shadow: -10em 10em var(--accent-color, #fcea42);
 }
 .sticky-header .post-thumbnail img {
  max-height: 300px;
  -webkit-box-shadow: -10em 1em var(--accent-color, #fcea42);
  box-shadow: -10em 1em var(--accent-color, #fcea42);
 }
}
@media screen and (max-width: 1024px) {
 .entry-page-header .post-thumbnail {
  min-width: 550px;
 }
 .sheetSlider {
	min-height:550px;
}
}
.read-more-blog {
 text-transform:uppercase;
 font-weight:bold;
 letter-spacing:.2em;
 text-align:right;
 font-size:.8rem;
 margin-right:2rem;
}
.type-page .alignfull {
 position: relative;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 width: 100vw;
 max-width: 100vw;
}

.homepage-line {
	display:none;
}
.blog-box .post-thumbnail {
  flex-basis:30%;
}
.blog-box .blog-box-title {
  flex-basis:70%;
}
.entry-page-header .post-thumbnail {
  max-height:unset;
}


.square-ratio{
   display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  min-width: unset !important;
  max-width:unset !important;
  max-height:unset !important;
  min-height:unset !important;
  height: unset !important;
   object-position: center;
}
.portrait-ratio{
   display: block;
  width: 100%;
  aspect-ratio: 3 /4;
  object-fit: cover;
  min-width: unset !important;
  max-width:unset !important;
  max-height:unset !important;
  min-height:unset !important;
  height: unset !important;
   object-position: center;
}
.landscape-ratio{
   display: block;
  width: 100%;
  aspect-ratio: 4 /3;
  object-fit: cover;
  min-width: unset !important;
  max-width:unset !important;
  max-height:unset !important;
  min-height:unset !important;
  height: unset !important;
   object-position: center;
}
#mc_embed_signup, #mc_embed_signup .helper_text {
	background:none !important;
}
.p-wrapper p,
.p-wrapper strong {
color:inherit;
font-family: inherit;
}
@media screen and (min-width: 768px) {
.flip-on .about-wrapper{
  flex-direction: row;
}
.flip-on .image-wrapper {
  padding:30px;
}
.flip-on .image-wrapper img {
  box-shadow: -25em 14em var(--accent-color, #fcea42); 
}
  .flip-on .buythebook-wrapper .image-wrapper img {
     box-shadow: 20em 10em var(--accent-color, #fcea42);
  }
.flip-on .buythebook-wrapper{
  flex-direction: row-reverse;
}
.about-section.flip-on {
  background-position: 130% -300px;
}
}
.color-on {
padding:2rem;
background:var(--header-color, #ffece9);
}