@font-face {
    font-family: 'Royals Serif';
    src: url('https://demos-heartenmade.com/wp-content/uploads/2025/05/royalsserif-light.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'Royals Serif';
    src: url('https://demos-heartenmade.com/wp-content/uploads/2025/05/royalsserif-lightitalic.woff2') format('woff2');
    font-style: italic;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'Grosa';
    src: url('https://demos-heartenmade.com/wp-content/uploads/2025/05/Grosa-Regular.woff2') format('woff2');
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'Grosa';
    src: url('https://demos-heartenmade.com/wp-content/uploads/2025/05/Grosa-Medium.woff2') format('woff2');
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/* General & Fonts */

body {
    font-family: "Grosa", helvetica, sans-serif;
    color: #232323;
    font-weight: 400;
    background: #fff;
    letter-spacing: -0.023em;
    -webkit-font-smoothing: antialiased;
}

#fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    line-height: 1.85;
    font-size: 17.5px;
}

#fullArticle strong {
    color: #232323;
    font-weight: 600 !important;
}

#fullArticle .title {
    margin: 0 30px 1em 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #e8d8d6;
}

.articleFoot p, .articleFoot time {
    color: #999;
    display: inline-block;
    font-family: "Grosa", helvetica, sans-serif;
    font-style: italic;
    font-size: 14px;
}

.articleFoot .icon-contact, .articleFoot p.help {
    display: none;
}

article ol,
section ol {
    counter-reset: li;
    margin: 0;
}

article ol>li,
section ol>li {
    position: relative;
    margin: 0 0 1em 2em;
    padding: 0 0 6px 1.2em;
    list-style: none;
    line-height: 1.7;
}

article ol>li:before,
section ol>li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    width: 1.7em;
    height: 1.7em;
    font-size: 16px;
    left: -1.3em;
    top: 0;
    line-height: 1.7;
    text-align: center;
    font-weight: 400;
    color: #232323;
    background: #ede8df;
    border-radius: 50px;
}

ol ul li {
    margin: 5px 0 0 0 !important;
}

ol li ul {
    margin-bottom: 0 !important;
}

#fullArticle hr {
    border-top: 2px solid rgb(225 217 201 / 60%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Royals Serif', Georgia, Times, serif;
    line-height: 1.3;
    font-weight: 400;
}

#fullArticle h2 {
    font-size: 35px;
    line-height: 1.3 !important;
    border-bottom: 2px solid #ede8df;
}

#fullArticle h3 {
    font-size: 28px;
}

#fullArticle h4 {
    font-size: 25px;
}

#fullArticle h5 {
    font-size: 22px;
}

#fullArticle h1, #fullArticle h2, #fullArticle h3, #fullArticle h4, #fullArticle h5 {
    color: #232323;
    margin: 40px auto 1em auto;
    padding-bottom: 8px;
}

#fullArticle h3, #fullArticle h4, #fullArticle h5 {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

article#fullArticle h1.title {
    border-bottom: 0 !important;
    padding-bottom:0 !important;
}

article#fullArticle a,
#fullArticle a strong {
    font-weight: 600 !important;
    color: #9a9475;
}

#fullArticle .callout p, #fullArticle .callout-blue p, #fullArticle .callout-green p, #fullArticle .callout-red p, #fullArticle .callout-yellow p, #fullArticle .private-note p { 
    font-size: 16px !important;
}

#fullArticle .callout-red p a,
#fullArticle .callout-blue p a,
#fullArticle .callout-green p a,
#fullArticle .callout-yellow p a,
#fullArticle .private-note p a {
    color: #333 !important;
    text-decoration: underline !important;
}

#fullArticle .callout-blue h2,
#fullArticle .callout-blue h3 {
    border-bottom: 0 !important;
    margin: 10px 0;
    font-size: 28px;
}

aside#sidebar h3 {
    font-family: 'Royals Serif', serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: initial;
}

a,
.collection a {
    color: #9a9475;
    font-weight: 200;
    transition: all .25s ease-in-out !important;
    text-underline-offset: 3px;
}

.navbar .brand {
    max-width: 160px;
}

#searchBar .search-query {
    border-radius: 0;
    font-size: 22px;
}

#docsSearch {
    border-bottom: 0;
    background: #f5f3f0;
    margin-bottom: -118px;
    padding: 1.5em 0 13em 0;
}

#docsSearch h1 {
    text-align: center;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 50px;
}

img a:hover,img a:focus {
    -webkit-transition:opacity .25s ease-in-out;
    -o-transition:opacity .25s ease-in-out;
    transition:opacity .25s ease-in-out;
}

a img,img a {
    -webkit-transition:opacity .25s ease-in-out;
    -o-transition:opacity .25s ease-in-out;
    transition:opacity .25s ease-in-out;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

a img:hover,img a:hover {
    opacity:.9;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

code {
    padding:2px 4px;
    white-space:nowrap;
}

pre {
    display:block;
    padding:16px;
    margin:0 0 40px;
    word-break:break-all;
    word-wrap:break-word;
    white-space:pre;
    white-space:pre-wrap;
}

pre code {
    padding:0;
    color:inherit;
    white-space:pre;
    white-space:pre-wrap;
    background-color:transparent;
    border:0;
}

#fullArticle code {
    padding: 3px 8px !important;
    white-space: nowrap !important;
}

code, pre {
    border-radius: 3px;
    font-weight: 400;
    font-family: 'courier new', monospace !important;
    font-size: 14px !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #e1e0de !important;
    color: #444 !important;
}

/* Top Nav */


.navbar .navbar-inner {
    background: #f5f3f0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

li#back-to-shop a:after {
    content: '→';
    display: inline-block;
    padding-left: 5px;
}

li#contact {
    display: none;
}

/* Search */

#searchBar .search-query,
#searchBar button,
input.search-query {
    font-weight: 400;
}

#searchBar button,
#searchBar button:hover {
    text-shadow: none;
    background: #9a9475;
    border: 2px solid #232323;
    border-radius: 0;
}

#searchBar button:hover {
    background: #cca08c;
    border: 2px solid #cca08c;
}

#sidebar #searchBar button,
#sidebar #searchBar button:hover {
    border-top: 1px solid #232323 !important;
    border-right: 1px solid white !important;
}

#searchBar button {
    text-transform: uppercase;
    font-size: 12px;
}

textarea:focus, input:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0!important;
}

#sidebar form .search-query {
    outline: 0!important;
    font-weight: 500;

}
#sidebar form .search-query:focus, #sidebar form .search-query:focus:invalid {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #232323;
}

#serp-dd .result a {
    font-size: 17.5px;
    line-height: 1.4;
}

#serp-dd .result li a:hover {
    color: #9a9475;
    background-color: #f5f3f0;
}

#serp-dd {
    border-radius: 0;
    border: 0 !important;
    line-height:1.4;
    margin-top: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#serp-dd .result {
   padding: 10px;
}

#sidebar .result {
   padding: 0px;
}

#sidebar #serp-dd {
    margin-top: 0;
}

#sidebar #serp-dd .result li a {
    font-size: 16px;
    line-height: 1.2;
}

#serp-dd.sb {
    width: inherit !important;
}

#searchBar.sm button .icon-search:hover {
    color: #9a9475;
}

.pagination ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.pagination ul>li {
    display: inline;
}

.pagination ul>li:first-child>a, .pagination ul>li:first-child>span, .pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
    border-radius: 0 !important;
}
.pagination ul li:first-child a {
    border-left: 0;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.pagination ul li a {
    border: 0 !important;
    background: #f9efe8 !important;
    margin: 0 3px;
    padding: 10px 15px;
    color: #222;
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 1.8;
    padding-bottom: 9px !important;
}

.pagination ul li a:hover {
    background: #f2e3d8 !important;
}
.pagination ul li a, .pagination ul li span {
    padding: 0 12px;
    border: 0;
    border-left: 1px solid #E7E7E7;
}
.pagination ul>li>a, .pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 18px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination ul>.active>a, .pagination ul>.active>span {
    color: #232323;
}

.collection-head p {
    color: #8a8a8a;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

.twoCol h2 a, .threeCol h2 a,
.twoCol h2 a:hover, .threeCol h2 a:hover {
    border-bottom: 0;
    color: #232323;
    font-size: 26px;
    font-weight: 600;
}

footer.center,
footer {
    font-weight: 400 !important;
    font-size: 10px;
    text-align: center;
    margin: 50px auto auto auto;
    font-family: 'Grosa', sans-serif;
}

footer.center p {
    font-size: 10px;
}

ul.popArticles,
.collection-body,
#fullArticle .printArticle {
    display: none;
}

#fullArticle .title {
    margin: 0 0 1em 0 !important;
}

.twoCol .collection .collection-head, .threeCol .collection .collection-head {
    border-bottom: 0;
}

.twoCol .collection .collection-head, .twoCol .collection .collection-body {
    padding: 1.5em 1em 1em 1em;
}

.twoCol .collection, .threeCol .collection {
    min-height: unset !important;
    padding: 2% 0;
    border-radius: 0;
}

.articleList a {
    font-size: 17.5px;
}

ul.articleList li {
    margin: 1em 0;
}

#sidebar .nav-list {
    margin-top: 20px;
}

#sidebar .nav-list a {
    display: inline-block;
    color: #232323;
    font-size: 17.5px;
    padding: 8px 15px 8px 0;
    line-height: 20px;
    margin-left: 0;
}

#sidebar .nav-list a:hover {
    color: #9a9475;
}

p.nada {
    font-weight: 400;
}

#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover {
    color: #9a9475;
    font-weight: 600;
}

#sidebar .nav-list .active a:hover {
    padding-left: 0;
}

#sidebar .icon-arrow:before {
    content: "\e603";
    color: #232323;
    font-weight: 200;
    font-size: 12px;
}

.icon-article-doc:before {
    content: "\e604";
    color: #9e8e76;
    margin-right: 8px;
}

.contentWrapper {
    border: none;
}

.contentWrapper h1 {
    font-size: 44px;
}

#categoryHead .sort {
    display: none;
}

.contentWrapper section#serp h1 strong:before {
    content: ":";
    margin-right: 9px;
    margin-left: -4px;
}

#fullArticle img {
    margin: 2em 0;
    border-radius: 0 !important;
    border: 1px solid #ece9e4 !important;
}

a:hover, a:focus {
    color: #9a9475;
    text-decoration: underline;
}

.related h3 {
    text-transform: initial;
    font-size: 22px;
    line-height: 20px;
    margin: 0;
    color: #232323;
}

.related {
    border: 1px solid #E9E5E5 !important;
}

#fullArticle p small,
small,
#fullArticle small,
article small,
#fullArticle p > small,
small {
    font-size: 85% !important;
    line-height: .7em !important;
}

@media (max-width: 768px) {
    .twoCol .collection:first-child .collection-head, .threeCol .collection:first-child .collection-head {
        padding-top: 2em;
        border-top: 1px solid #E1E0E0;
    }
}

@media (max-width: 768px) {
    .twoCol .collection .collection-head, .twoCol .collection .collection-body {
       padding: 2em 0 2.5em 0;
    }
}

/* Start here, FAQ, Troubleshooting */

#collection-35, #collection-208, #collection-211 {
    float: left;
    width: 38.5%;
    text-align: center;
    padding-bottom: 50px;
    padding: 41px;
    margin: 0 19px 65px;
}

#collection-35 {
    background: white;
    border: none;
    padding-top: 50px;
}

#collection-208 {
    background: white;
    border: none;
    padding-top: 50px;
}

#collection-211 {
    background: white;
    border: none;
    padding-top: 50px;
}

#collection-category-211.collection-category .category-list,
#collection-category-208.collection-category .category-list,
#collection-category-35.collection-category .category-list {
    display: none;
}

ul.nav li#kadence-child-themes,
ul.nav li#genesis-child-themes {
    display: none;
}

.collection-category h2 a,
.collection-category h2 a:hover {
    border-bottom: 0;
    font-size: 34px;
    letter-spacing: 0;
}

.collection-category h2 {
    padding-left: 0;
}

/* Theme Docs */

h2#collection-41,
h2#collection-147 {
    text-align: center;
    font-size: 34px;
}

h2#collection-41:before,
h2#collection-147:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(https://heartenmade.com/wp-content/uploads/2020/09/theme-docs-icon.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    margin: 0 auto 5px auto;
}

h2#collection-147 {
    margin-top: 0;
}

p.article-count {
    display: none;
}

.contentWrapper p.descrip {
    font-size: 17.5px;
    margin-bottom: 32px;
}

section#collection-category-41,
section#collection-category-147 {
    display: inline;
    width: 100%;
    display: table;
}

.category-list .category,
.category-list.two-col .category {
    text-align: center;
    display: inline-block;
    width: 250px;
    margin: 9px;
    padding: 0.8em 0.5em;
    vertical-align: top;
    background: #ede1d3;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    border: none;
     border-radius: 32px;
}

/* WP tutorials button */

h2#collection-11 {
    text-align: center;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    max-width: 250px;
    margin: 0 auto 3em auto;
    padding: .5em;
    vertical-align: top;
    background: #f5f3f0;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    border: none;
}

.collection-category .category-list {
    margin: 0 0 4em;
    margin: 0 auto;
    text-align: center;
}

.category-list h3 {
    color: #232323;
    line-height: 1.3em;
    font-family: 'Grosa', sans-serif;
    font-size: 15px !important;
    text-transform: capitalize;
    letter-spacing: -0.023px;
}

.category-list .category:hover {
    text-decoration: none;
    background: rgb(237 225 211 / 80%);
    border: none;
}

section.category-list p {
    display: none;
}

h2#collection-35:after {
    content: "The First Steps";
    display: block;
    color: #555;
    font-family: 'Grosa', sans-serif;
    font-size: 15px;
    line-height: 2.5;
}

h2#collection-208:after {
    content: "Kadence Child Themes";
    display: block;
    color: #555;
    font-family: 'Grosa', sans-serif;
    font-size: 15px;
    line-height: 2.5;
}

/* Hide Genesis */

#collection-211,
section#collection-category-41 {
    display: none;
}


#collection-35 a:after,
#collection-208 a:after,
#collection-211 a:after {
    display: block;
    content: "";
    height: 2px;
    width: 65px;
    background: #f4f0eb;
    margin: 10px auto;
}

#collection-35 a:before,
#collection-208 a:before,
#collection-211 a:before {
    display: block;
    content: "";
    background: url(https://www.heartenmade.com/wp-content/uploads/2023/03/iconmonstr-file-22-72.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    text-align: center;
    margin: 0 auto 12px auto;
}

/* hide wordpress tutorials collection */
section#collection-category-11 {
    display: none;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1117px) {
    #collection-35, #collection-208 {
        width: 38.5%;
        padding-bottom: 50px;
        padding: 50px 0;
    }
}

@media only screen and (max-width: 1075px) {
    #collection-35, #collection-208 {
        width: 45.5%;
        padding: 50px 0;
    }
}

@media only screen and (max-width: 897px) {
    #collection-35, #collection-208 {
        width: 100%;
        padding: 40px 0;
        margin: 9px 0;
    }

    section#collection-category-41,
    section#collection-category-147 {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 799px) {
    #collection-35, #collection-208 {
        margin: 0 0px 9px !important;
        display: block;
        float: none;
        padding: 30px 0;
    }
}

@media only screen and (max-width: 600px) {
    .category-list .category {
        width: 100%;
    }

    .category-list .category {
        margin: 9px 0;
    }

    #docsSearch h1 {
        font-size: 35px;
        line-height:1;
        padding-left:30px;
        padding-right:30px;
    }

}

@media only screen and (max-width: 768px) {
    .navbar .brand {
        max-width: 150px;
    }
}

/* Mobile Menu */

.navbar .btn-navbar .icon-bar {
    background: #232323 !important;
}

@media (max-width: 768px) {
    .navbar .btn-navbar {
        position: absolute;
        top: 0;
        right: 10px;
        margin-top: 14px;
        width: 38px;
        height: 28px;
        text-shadow: none;
        border: 0;
        background: 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

}

/* custom article text styles */

.color-block {
    background-color: #f3eae8;
    padding: 18px 20px !important;
    font-size: 11px !important;
}

.learn-more {
    background: rgb(242 236 230 / 41%);
    padding: 15px 20px;
    border: 2px solid #f4f0eb;
}

/* NEW SEARCH */


#docsSearch input.search-query {-webkit-appearance: none;padding: 30px 20px;outline:0;box-shadow:none !important;-webkit-box-shadow:none !important;}
#searchBar button .icon-search { 
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

::-moz-placeholder {
    color: #b3b3b3 !important;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #b3b3b3 !important;
}
#docsSearch #searchBar button .icon-search {display: block;color: #9a9475; margin-top: -7px;}

#searchBar button .icon-search {display: block; color: #232323; font-size: 80%;}

#docsSearch #searchBar button .icon-search { font-size: 100%; }

#searchBar button .icon-search:hover,
#docsSearch #searchBar button .icon-search:hover { display: block; color: #232323; }

#searchBar button span {
    display: none;
}
#searchBar button,
#searchBar button:hover,
#searchBar button:active,
#searchBar button:focus {
    color: #222222;
    text-shadow: none;
    font-size: 15px;
    margin-top: 0 !important;
    outline: 0;
}

#searchBar button:focus {
    background: white !important;
    border-top: 1px solid #232323 !important;
    border-right: 1px solid #232323 !important;
    border-bottom: 1px solid #232323 !important;
    border-left: 0 !important;
}

#searchBar .search-query,
#sidebar form .search-query {
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    border: 0 !important;
}

#searchBar button, #searchBar .search-query, #searchBar button:hover {
    border: 0;
}

#searchBar button, #searchBar button:hover {
    background: transparent !important;
    padding: 20px !important;
    top: 32px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: 0;
}

#sidebar #searchBar button, #sidebar #searchBar button:hover {
    padding: 5px !important;
    margin: 0 !important;
    line-height: 1 !important;
    height: 40px !important;
    border: 0 !important;
}

#sidebar form .search-query {
    border: 0 !important;
}

#sidebar #searchBar button, #sidebar #searchBar button:hover {
    padding: 5px !important;
    top: 0;
}

#sidebar #searchBar button[type="submit"]:hover {
    color: #232323 !important;
}

#searchBar.sm {
    width: 100%;
    padding: 0;
    margin-bottom: 90px !important;
}

/* STRETCH NAV */

@media (min-width: 800px) {
    #mainNav .container-fluid {
        position: relative;
        max-width: none;
        padding: 20px 40px;
    }
}

.navbar-inner:after {
    clear: both;
}

.navbar .nav {
    margin: 0 10px 20px 0 !important;
}

.navbar .nav li a {
    font-size: 15px;
}

@media only screen and (min-width: 800px) {
    .navbar .navbar-inner {
        padding-bottom: 10rem;
        margin-bottom: -8rem;
    }
}

@media (max-width: 768px) {
    #sidebar button[type="submit"] {
        display: none;
    }
    #sidebar form .search-query {
        border: 0 !important;
        background: #f5f3f1;
        height: 45px;
    }

    #main-content {
        float: none;
    }
}

section#contentArea {
    padding-top: 20px;
}

ul.nav li#retired-themes {
    display: none;
}

section#collection-category-41 {
    margin-top: 60px;
}
