/*
Theme Name:     Hello Meadow
Theme URI:      https://hellomeadow.helloyoudemos.com
Template:       kadence
Author:         Hello You Designs
Author URI:     https://helloyoudesigns.com
Description:    Hello Meadow is a modern lifestyle WordPress theme for bloggers, creators, and personal brands. Featuring editorial-inspired layouts, flexible page designs, and a timeless aesthetic, it's designed to help you share your story beautifully.
Version:        1_0_0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


@font-face {
font-family: 'Market';
src: url('lib/fonts/Market-Regular.woff') format('woff'),
url('lib/fonts/Market-Regular.woff2') format('woff2');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
font-display: swap;
}

@font-face {
font-family: 'Apple Cider';
src: url('lib/fonts/AppleCider.woff') format('woff'),
url('lib/fonts/AppleCider.woff2') format('woff2');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
font-display: swap;
}

.meadow-script  em {
font-style: normal;
font-family: 'Apple Cider';
font-size: 135%;
text-transform: none;
letter-spacing: 0;
vertical-align: middle;
}

.meadow-intro {
  max-width: 650px;
}

.meadow-lines {
    display: flex;
    align-items: center;
    text-align: center;
}

.meadow-lines::before,
.meadow-lines::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid var(--global-palette7); 
    margin: 0 15px; 
}

.meadow-img-1 {
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}

.meadow-img-2 {
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
}

.meadow-img-3 {
  transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
}

.meadow-img-4 {
  transform: rotate(-1.5deg);
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
}

.meadow-tape-1,
.meadow-tape-2,
.meadow-tape-3,
.meadow-tape-4 {
  position: relative;
}

.meadow-tape-1:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 32px;
  background-image: url('lib/graphics/tape.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.meadow-tape-2:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 32px;
  background-image: url('lib/graphics/tape2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.meadow-tape-3:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 32px;
  background-image: url('lib/graphics/tape3.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.meadow-tape-4:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 32px;
  background-image: url('lib/graphics/tape4.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.meadow-posts .loop-entry,
.meadow-pc .loop-entry {
  text-align: center;
}

.entry.loop-entry {
  box-shadow: none;
}

.meadow-rotate img{
animation: rotation 30s infinite linear;
width: 100%;
}

@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

a.post-more-link {
  font-weight: normal;
  letter-spacing: .02em;
  text-transform: none;
  text-decoration: underline!important;
  font-family: var(--global-heading-font-family, inherit);
  font-style: italic;
  text-underline-offset: 6px;
  color: var(--global-palette11);
}

a.post-more-link .kadence-svg-iconset {
  display: none;
}

.button.kb-btn-global-outline {
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}

.meadow-ig #sb_instagram img {
  border: 5px solid #fff;
}

.meadow-border-right .kt-inside-inner-col,
 .meadow-border-left .kt-inside-inner-col,{
  position: relative;
}

.meadow-border-right .kt-inside-inner-col::before {
  content: "";
  position: absolute;
top: 0;
  left: 0;
  width: 50%;
  border-top: 3px dotted var(--global-palette7);
  z-index: -1;
}

.meadow-border-left .kt-inside-inner-col::before {
  content: "";
  position: absolute;
top: 0;
  right: 0;
  width: 50%;
  border-top: 3px dotted var(--global-palette7);
  z-index: -1;
}

.meadow-sidebar.grid-cols {
  column-gap: 1rem;
}

@media (max-width: 767px) {
  .meadow-button .kb-button {
    width: 100%;
  }

  .meadow-posts.grid-cols,
  .meadow-pc.grid-cols  {
    grid-template-columns: minmax(0, 1fr)!important;
  }

  .grid-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
  }

  .loop-entry .entry-content-wrap {
  padding: .5rem;
}
}


@container (min-width: 700px) {
  .wc-block-cart {
    margin-bottom: 3em;
    margin-right: 3em;
  }
}

.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li a {
background: var(--global-palette8);
padding-left: 20px;
padding-right: 20px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: .12em;
}

.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li.active {
border-bottom: 3px solid var(--global-palette1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
display: none;
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout,
.wp-block-woocommerce-checkout,
.wp-block-woocommerce-cart.alignwide {
padding-right: 3em!important;
}

.woocommerce .single-product-extras strong{
font-weight: inherit!important;
}

.tabs.wc-tabs {
margin-bottom: 1em !important;
}

#tab-reviews {
padding-top: 1em;
}

.woocommerce div.product p.price ins,
.woocommerce ul.products li.product .price ins,
.woocommerce .single-product-payments legend,
.woocommerce #reviews .comment-reply-title,
.woocommerce #reviews #comments h2,
select.orderby,
.woocommerce div.product form.cart .variations label,
.woocommerce table.shop_attributes th {
font-weight: 500;
}

.woocommerce .related.products,
.woocommerce #reviews #comments h2,
.woocommerce #reviews .comment-reply-title,
select.orderby {
text-transform: capitalize;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
border: none;
margin: 0 0 0 30px;
padding: .5em 2em;
}

.woocommerce-review__published-date {
font-size: 12px !important;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: 500;
color: var(--global-palette5);
}

.woocommerce-review__dash {
color: var(--global-palette5);
}

.woocommerce-review__author {
font-weight: 500;
text-transform: uppercase;
letter-spacing: .1em;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
color: var(--global-palette1);
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
left: 10px;
}

.woocommerce #review_form #respond,
.woocommerce #reviews #comments ol.commentlist li {
background: var(--global-palette8);
padding: 1em;
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.05);
}

.woocommerce div.product .product_meta > span {
text-transform: uppercase;
letter-spacing: .1em;
font-weight: 500;
color: var(--global-palette1);
}


.woocommerce span.onsale {
border-radius: 50%;
padding: 10px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: .1em;
font-family: var(--global-primary-nav-font-family);
}

.wc-block-components-product-sale-badge {
background: var(--global-palette-btn-bg-hover)!important;
border: none!important;
border-radius: 50%!important;
color: #fff!important;
letter-spacing: .1em!important;
padding: 10px!important;
font-weight: 500!important;
}

.woocommerce span.onsale:hover,
.wc-block-components-product-sale-badge:hover {
background-color: var(--global-palette-btn-bg)!important;
}

@media (max-width: 767px) {
.woocommerce ul.products:not(.products-list-view), .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(.has-1-columns) .wc-block-grid__products {
grid-row-gap: 2rem!important;
}
}

@media screen and (max-width: 719px) {
.woocommerce div.product .woocommerce-tabs {
border: none!important;
}
}

.related.products {
  margin-bottom: 3em;
}

.wc-block-cart__submit {
  border: none;
  box-shadow: none;
}


.entry-author-name a {
font-family: var(--global-heading-font-family);
font-size: 30px;
color:  var(--global-palette3);
}

.entry-author-profile p.entry-author-occupation {
font-family: var(--global-primary-nav-font-family);
color: var(--global-palette1);
text-transform: uppercase;
letter-spacing: .1em;
font-size: 12px;
font-weight: 500;
line-height: 1;
}

.entry-author-style-normal,
.entry-author-style-center{
background: var(--global-palette9);
border-bottom: 0px !important;
padding: 20px;
box-shadow: 4px 0px 8px 0px rgba(0,0,0,0.05);
}

.entry-author-style-center .entry-author-avatar{
margin: -50px auto 0;
}

.entry-author-style-center .entry-author-avatar img,
.bypostauthor .avatar{
border: 3px solid #fff;
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
}

.entry-author-style-center .entry-author-avatar:before,
.entry-author-style-center .entry-author-avatar:after{
display: none;
}

.entry-author-style-center .entry-author-profile .entry-author-description {
max-width: 95% !important;
}

.entry-author-description {
font-size: 16px;
}

.entry-author-style-center a.social-button {
width:2em;
height: 2em;
color: var(--global-palette1);
background: var(--global-palette9);
border-radius: 0;
}

.entry-author-style-center a.social-button:hover {
width:2em;
height: 2em;
color: var(--global-palette2);
background: var(--global-palette9);
border-radius: 0;
}


.comment-author .fn a {
color: inherit;
font-family: var(--global-heading-font-family);
}

.comment-respond{
background: var(--global-palette9);
padding: 30px;
margin-bottom: 25px;
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.05);
}

.comment {
margin-bottom: 25px;
padding: 30px;
}

li.comment.thread-even {
background: var(--global-palette9);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.05);
}

li.comment.thread-odd {
background: var(--global-palette9);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.05);
}

.children {
background: var(--global-palette8);
}

li.comment.thread-odd .children {
background: var(--global-palette9);
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.comment-form-wprm-rating label {
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
letter-spacing: .05em;
}

.comment-form-wprm-rating {
display: flex;
column-gap: 5px;
}

.comment-body {
border: none;
}

a.comment-reply-link {
border: none;
background: var(--global-palette1);
color: var(--global-palette9);
}

a.comment-reply-link:hover {
background: var(--global-palette2);
color: var(--global-palette9);
}


.entry-author-style-center a.social-button {
width:1.5em;
height: 1em;
color: var(--global-palette11);
background: var(--global-palette9);
border-radius: 0;
}

.entry-author-style-center a.social-button:hover {
width:1.5em;
height: 1em;
color: var(--global-palette1);
background: var(--global-palette9);
border-radius: 0;
}

.post-navigation-sub small {
  color: var(--global-palette11);
  text-transform: none;
  font-family: var(--global-heading-font-family, inherit);
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .01em;
}

.post-navigation-sub:hover small {
  color: var(--global-palette1);
}

  .comment-navigation .nav-next .kadence-svg-iconset, .post-navigation .nav-next .kadence-svg-iconset,
  .post-navigation .nav-previous .kadence-svg-iconset {
    vertical-align: center;
    margin-bottom: 5px;
  }

  .site-info {
  padding: 20px;
}

