/* Sticky Top Banner */
.sticky-top-banner {
    position: sticky;
    top: 0;
    z-index: 1002;
    background: #004C45; /* dark green */
    padding: 12px 0;
}

.sticky-top-banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 29px;
}

.sticky-top-banner__text {
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}

.sticky-top-banner__link {
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.44px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 2px;
    text-underline-position: from-font;
    text-transform: uppercase;
}

.sticky-top-banner__link:hover {
    color: #cba54d;
}

/* Offset content when sticky top banner is present */
body.has-sticky-top-banner .site {
    position: relative;
}

 /* Home */
 .home .main-heading,
 .home .secondary-heading {
     font-weight: 500;
 }

 .hero {
     margin-top: 6px;
 }

 .main-hero-post {
     border-right: 1px solid #DEDEDE;
 }

 .hero-post {
     border-bottom: 1px solid #DEDEDE;
     padding-bottom: 25px;
     margin-bottom: 30px;
 }

 .hero-post:last-child {
     border-bottom: 0;
 }

 .picks .loaded {
     padding-bottom: 30px;
 }

 .picks-slider .slick-dots {
     left: 0;
 }

 .picks-slider .slick-dots li {
     position: relative;
     display: inline-block;
     width: calc(100% / 7);
     height: 5px;
     margin: 0;
     padding: 0;
     cursor: pointer;
 }

 .picks-slider .slick-dots li button {
     height: 2px;
     border: 0;
     padding: 0;
     width: 100%;
     background: rgba(0, 0, 0, 0.2);
 }

 .picks-slider .slick-dots .slick-active button {
     background: #000;
 }


 .slick-dotted.slick-slider {
     margin-bottom: 0;
 }

 .picks-slider .slick-dots {
     position: relative;
     bottom: 0;
     margin-top: 10px;
 }

 .picks-slider .slick-dots li button:before {
     line-height: 0;
     height: 0;
     content: '';
 }

 .hero-post.last {
     border-bottom: 0;
 }

 .featured-post-content {
     padding: 14px 20px;
 }

 .featured-post img {
     width: 100%;
     height: auto;
 }

 .col-lg-4.featured-post img {
     height: 250px !important;
     object-fit: cover;
 }

 .latest-post {
     border-top: 8px solid #000;
     border-bottom: 1px solid #000;
     padding: 0 10%;
 }

 .most-loved-icon {
     width: 125px;
     position: absolute;
     left: 80%;
     z-index: 1;
     top: -50%;
     transform: translateY(50%);
 }

 .picks-slider {
     border-top: 1px solid #DEDEDE;
 }

 .picks-slider .btn-link {
     position: absolute;
     top: 82%;
 }

 .popular-post {
     padding: 30px 20px;
     border-bottom: 1px solid #DEDEDE;
     display: flex;
 }

 .popular-post.last {
     border-bottom: 0;
 }

 .mother-featured img {
     width: 100%;
     height: auto;
 }

 .mother-featured .post-header {
     width: 50%;
     left: 10%;
     position: relative;
     top: 0;
     margin-top: 0;
 }

 .category-featured-post {
     position: relative;
 }

 .category-featured-post img {
     width: 70%;
     height: auto;
 }

 .category-featured-post .post-header {
     position: absolute;
     left: 60%;
     top: auto;
     width: 40%;
     margin-top: 0;
     bottom: 20%;
     padding: 40px;
 }

 .single-header {
     align-items: center;
     display: flex;
 }

 .single-header.dark,
 .single-header.dark .mother-social-nav i,
 .single-header.dark .category-dark {
     color: #fff;
 }

 .single-header-container {
     width: 80%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
 }

 .single-header-container .post-meta {
     width: 100%;
 }

 .single-header h2,
 .post-header h2 {
     font-size: 40px;
     margin: 50px 0;
     color: #000;
     /* color: #4B4A47; */
     text-align: center;
     font-family: "Romie Pro";
     font-style: normal;
     font-weight: 500;
     line-height: 70px;
     /* 116.667% */
 }

 .credits {
     font-family: Romie Pro;
     font-size: 24px;
     margin-bottom: 5px;
 }

 .credits a {
     text-decoration: none;
 }

 .credits em {
     font-family: Canela Light Italic;
 }

 .post-hero .social-nav i,
 .post-hero .social-nav i,
 .post .social-nav i,
 .mother-social-nav i {
     color: #000;
 }

 .post-hero.horizontal {
     margin: 50px 0;
 }

 .hero-side {
     padding-left: 3.5%;
 }

 .mother-social-nav a i {
     font-size: 20px;
 }

 .post .social-nav {
     margin-top: 0;
     text-align: center;
 }

 .mother-social-nav {
     padding: 0;
     margin-top: 20%;
 }

 .main-text {
     width: 80%;
     margin-left: auto;
     margin-right: auto;
     font-size: 30px;
     font-family: Canela Light;
     padding: 60px 0;
     text-align: center;
 }

 .main-image {
     display: block;
 }

 .thumbnail img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .thumbnail {
     position: relative;
     width: 150px;
     height: 150px;
 }

 .thumbnail .overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     font-family: Canela Light;
     font-size: 40px;
     color: #fff;
     text-align: center;
     line-height: 130px;
 }

 .gallery-text p {
     line-height: 26px;
 }

 .background {
     height: 200px;
     background-color: #F8DB85;
     position: absolute;
     bottom: 0;
     z-index: -1;
     width: 100%;
 }

 .text-mother {
     width: auto;
     padding-left: 25%;
     padding-right: 25%;
 }

 @media (min-width: 765px) {
     .gallery-text p:first-child:first-letter {
         font-size: 80px;
         font-family: Canela Regular;
     }

     .gallery-text {
         padding-top: 20px
     }
 }

 @media (max-width: 765px) { 
    .wp-container-core-group-is-layout-c1dfda1e {
        flex-wrap: wrap !important;
    }
 }

 .quote-bg {
     background-color: #f8db84;
 }

 .shopping-crop {
     width: 210px;
     height: 210px;
     overflow: hidden;
     max-width: 100%;
 }

 .sidebar-navigation li {
     list-style: none;
     padding: 5px 0;
     display: block;
 }

 .sidebar-navigation {
     margin: 0;
     padding: 10px 0;
 }


 .sidebar-navigation a {
     font-size: 16px;
     font-family: OutfitLight;
     letter-spacing: 0.5px;
 }

 .mother-shop,
 .sidebar-navigation {
     border-top: 1px solid #DEDEDE;
 }

 .post-hero img {
     width: 100%;
     height: auto;
 }

 .post-hero .post-header {
     width: 50%;
     margin-top: -12%;
     margin-bottom: 30px;
 }

 .parent {
     height: 400px;
 }

 .about-page {
     background: #000;
     color: #fff;
     overflow: hidden;
 }

 .small-images {
     top: 100px
 }

 .large-images {
     top: 200px
 }

 .page-template-page-about .menu-header-container {
     display: none;
 }

 .about-page p {
     position: fixed;
     top: 65%;
     left: 50%;
     transform: translate(-50%, -50%);
     opacity: 0;
 }

 .about-page .about-title {
     position: fixed;
     max-width: 405px;
     top: 35%;
     left: 50%;
     transform: translate(-50%, -50%);
     opacity: 0;
 }

 .show-text .parent.animate p {
     opacity: 1;
     transition: opacity 2s linear;
 }

 .show-text .about-title {
     opacity: 1;
     transition: opacity 1s linear;
 }

 body.page-id-12 {
     overflow: unset;
 }

 html.page-id-12 {
     overflow: unset;
 }

 .page-template-page-about .menu-header-container {
     display: none;
 }

 .about-page p {
     z-index: 5;
     /*     position: relative; */
 }

 .page-template-page-about .menu-header-container {
     display: none;
 }

 .page-template-page-about .header {
     background: #000;
 }

 .page-template-page-about .header i {
     color: #fff;
 }

 .mother-gallery {
     height: 100vh;
     width: 100%;
     position: fixed;
     top: 0;
     left: 0;
     background: #fff;
     z-index: -10;
     opacity: 0;
     padding: 80px;
 }

 .mother-gallery.show {
     z-index: 10;
     opacity: 1;
     transition: all 0.5ms;
 }

 .gallery-slider {
     width: 100%;
     overflow: hidden;
 }

 .gallery-slider .slick-slide .slide-img {
     max-height: calc(100vh - 160px);
     max-width: 100%;
     width: auto;
     height: auto;
     margin-left: auto;
     margin-right: auto;
     display: block;
 }

 .gallery-slider .content {
     margin-bottom: 90px;
     height: calc(100vh - 250px);
     overflow: scroll;
 }

 .mfp-wrap figcaption {
     overflow-y: scroll;
 }

 .mfp-wrap figcaption::-webkit-scrollbar {
     width: 3px;
 }

 .mfp-wrap figcaption::-webkit-scrollbar-track {
     background: #DEDEDE;
 }

 .mfp-wrap figcaption::-webkit-scrollbar-thumb {
     background: #666;
 }


 .mother-nav {
     position: absolute;
     bottom: 105px;
     right: 27%;
     z-index: 5;
 }

 .mother-nav .arrow {
     display: inline-block;
 }

 .mother-nav i {
     color: #DEDEDE;
     font-size: 50px;
 }

 .mother-nav i:hover {
     color: #000;
     transition: all 500ms;
     cursor: pointer;
 }

 .gallery-slider .count {
     position: absolute;
     bottom: -15px;
 }

 .gallery-slider .product-img {
     width: auto;
     height: auto;
 }

 .gallery-link-close {
     right: 50px;
     text-decoration: underline;
     z-index: 10;
 }

 div#popup-gallery,
 div.popup-gallery {
     text-align: center;
     margin-bottom: 40px;
 }

 div.popup-gallery a {
     width: 32%;
     margin-right: 5px;
 }

 /*-------------------- Gallery --------------------*/

 #thegallery {
     display: block;
     clear: both;
     width: 80%;
     position: relative;
     left: 15%;
     margin-top: 50px;
 }

 #thegallery .gallerytext {
     text-align: center;
     font-family: Outfit;
     color: #000;
     letter-spacing: 1px;
     text-transform: uppercase;
     padding: 80px 0 20px;
     display: block;
 }

 .photopress-gallery-masonry .gallery-item .gallery-caption {
     display: none;
     height: 46px;
     text-transform: uppercase;
     font-size: 10px;
     letter-spacing: 1px;
     line-height: 1.6em;
     background: url(../transparent.html) repeat;
     color: #000;
     margin: 0;
     overflow: hidden;
     width: 100%;
     margin-top: -51px;
 }

 .gallery-thumbnails .gallery-item .gallery-caption {
     display: none;
 }

 .gallery-thumbnails .gallery-item:hover .gallery-caption {
     margin-top: -15px;
 }

 .photopress-gallery-masonry .gallery-item .gallery-caption p,
 .gallery-thumbnails .gallery-item .gallery-caption p {
     padding-left: 5px;
     margin-top: 0;
 }

 .photopress-gallery-masonry .gallery-item img {
     border: 0;
     margin-bottom: 0;
 }

 .photopress-gallery-masonry .gallery-item {
     margin-bottom: 0;
     width: 240px;
 }

 .photopress-gallery-masonry .gallery-item:nth-child(3n) {
     margin-right: 0;
 }

 .gallery-size-medium br {
     display: none;
 }

 .photopress-gallery-masonry .gallery-item {
     position: relative;
     padding: 0px;
 }

 .photopress-gallery-masonry .gallery-item dd {
     display: none;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0, 0, 0, .7);
     min-height: 30px;
     border: 0px;
     color: #ffffff;

 }

 .gallery-thumbnails .gallery-item {
     width: 140px;
     margin-right: 2px;
     margin-left: 2px;
     display: inline-block;
 }

 .gallery-thumbnails .gallery-item a img {
     width: 140px;
     height: 140px;
     margin-bottom: 0;
 }

 .gallery-thumbnails .gallery-item a {
     display: block;
     overflow: hidden;
     height: 140px;
     width: 140px;
 }

 .photopress-gallery-masonry dt.post-advert,
 .gallery-thumbnails dl.post-advert {
     display: none;
 }


 /* Emily New */
 .home-shop-heading {
     text-align: center;
     font-size: 30px;
     font-style: normal;
     font-weight: 500;
     line-height: 30px;
     /* 100% */
 }

 .hero-heading {
     color: #000;
     /* color: #4B4A47; */
     font-size: 40px;
     font-style: normal;
     font-weight: 500;
     line-height: 55px;
     /* 100% */
 }

 .home-loop {
     padding-top: 0;
     padding-bottom: 150px;
 }

 .home-loop .category-heading {
     margin-bottom: 30px;
     margin-top: 30px !important;
 }

 .hero-side-section .btn {
     margin-top: 30px;
 }

 .single .post-hero .post-header {
     background-color: #fffefb;
     padding: 20px 40px;
     width: 70%;
 }

 /* .related-posts-container {
    padding: 100px 0;
} */

 .related-post img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .wp-block-image figure,
 figure.wp-block-image {
     margin: 1.2em 0;
     text-align: center;
 }

 .Boxed.content h3.wp-block-heading,
 .Boxed.content h2.wp-block-heading,
 .content h3.wp-block-heading,
 .content h2.wp-block-heading,
 .entry-content p,
 .Boxed.content p:not(.has-drop-cap),
 .content p, 
 .content ul.wp-block-list
 {
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 32px;
     max-width: 100%;
 }
  .container.single-body .content h3 {
     margin-left: auto;
     margin-right: auto;
     max-width: 100%;
  }
  .container.single-body .content figure.wp-caption.alignnone {
     margin-left: auto;
     margin-right: auto;
     max-width: 100%;
  }


 .content p.is-style-fullwidth {
     width: 100% !important;
 }

 .content p img {
     max-width: 100%;
 }

 .content iframe {
     margin-left: auto !important;
     margin-right: auto !important;
 }

 #wpdcom .wpd-comment-footer .wpd-vote {
     font-size: 14px !important
 }

 .favourites_title {
     margin-bottom: 72px !important;
 }

 div#adthrive-auto-injected-container .raptive-player-position {
     margin-bottom: 30px !important;
 }

 .adthrive-auto-injected-player-container {
     margin-bottom: 38px !important;
 }

 #wpdcom .ql-editor {
     background-color: #fffefb !important;
 }

 .blog_single_content .single-body {
     border-top: 1px solid #dbdbdb;
 }

 h2.wp-block-heading {
     margin-top: 50px !important;
 }

 .hero-side-section,
 .hero {
     position: relative;
 }

 .home_sideBar {
     top: 0;
     transition: top 0.2s ease;
 }

 .scrollfixed {
     position: fixed !important;
     top: 0px;
     z-index: 1030;
 }

 .stopScroll {
     position: absolute !important;
     top: auto !important;
     bottom: 0 !important;
 }

 /* 
 .home_sideBar.scrollfixed {
     display: inline-block;
     position: sticky;
     top: 0;
     width: 100%;
     max-width: 404px;
     z-index: 9;
     background-color: #fffefb;
 }

 .stopScroll {
     position: absolute;
     bottom: 0;
     top: auto;
     max-width: 404px;
 } */

 .gf_browser_chrome.gform_legacy_markup_wrapper form {
     display: flex;
     align-items: center;
 }

 .gf_browser_chrome.gform_legacy_markup_wrapper .gform_footer {
     padding: 0 !important;
 }

 .mobile_emily_svg {
     display: none;
 }

 .adthrive-sticky-container {
     margin-bottom: 20px !important;
 }

 .post-bottom-banner img {
    width: 100%;
    height: auto;
 }