/*
Theme Name:     PMD Kadence
Theme URI:      http://Pixelmedesigns.com
Template:       kadence
Author:         Pixel me Designs LLC
Author URI:     http://Pixelmedesigns.com
Description:    Custom Kadence child theme.
Version:        1.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: 'KindAvenue';
    src: url('/wp-content/themes/pmdcuddlystitches/lib/webfont/KindAvenue.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}


/* General Content
---------------------------------------------------------------------------------------------------- */

/* Form Fields
--------------------------------------------- */

::placeholder {
	color: var(--global-palette3) !important;
}

a{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Theme Settings
--------------------------------------------- */

.post-disclosure{
    font-size: 14px;
font-style: italic;
    padding: 0;
text-align: left;
margin: 0;
display: none;
}

.post-disclosure:after{
    display: none !Important;
}


.post-disclosure p{
margin: 0 0 15px !important;
}

.single .post-disclosure{
    display: inline;
}

.footer-disclosure{
	width:  100%;
	max-width:  1200px;
	margin:  0 auto;
	font-size:  12px;
	font-style:  italic;
	padding:  10px;
	text-align:  center;
}


/* Search Form
--------------------------------------------- */

.header-search-bar{
border-left: 1px solid var(--global-palette9);
border-right: 1px solid var(--global-palette9);
	padding: 4px 15px;
}

.header-search-bar  ::placeholder{
    color: var(--global-palette3) !Important;
    opacity: 100 !important;
}

input[type="search"]{
    color: var(--global-palette3) !Important;
}

.header-search-bar form input.search-field{
border: none !important;
}

/* Post Loop
--------------------------------------------- */


.kt-blocks-post-grid-item,
.entry.loop-entry{
    transition: .5s;
	text-align: center;
}

.kt-blocks-post-grid-item .entry-title,
.entry.loop-entry .enytry-title{
	letter-spacing: .5px !Important;
}

.kt-blocks-post-grid-item:hover .entry-title,
.entry.loop-entry:hover .entry-title{
color: var(--global-palette1) !important;
}

.archive.content-style-unboxed .wp-site-blocks .post-thumbnail{
    margin-bottom: 5px !important;
}

.entry.loop-entry .entry-content-wrap{
    padding: 0px 10px !important;
}


.grid-cols {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}


/* Header Content
---------------------------------------------------------------------------------------------------- */

/* Site Header
--------------------------------------------- */

.site-header{
	z-index: 9998 !Important;
}

.site-header .site-main-header-wrap{
	z-index: 9998 !Important;
    box-shadow: 0 6px 5px -5px rgba(0,0,0,.08);
}

.site-header-main-section-right{
flex-wrap: wrap !important;
}

.site-header-item-main-navigation{
	position: relative;
width: 100% !Important;
	justify-content: flex-end;
}

.header-navigation .header-menu-container ul ul li.menu-item > a{
	padding-top: 8px !important;
padding-bottom: 8px !Important;
}

/* Mobile Menu Toggle
--------------------------------------------- */

.menu-toggle{
    display: block;
    background: none !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0;
    outline: none;
    cursor: pointer;
    line-height: 0;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 10px;
    width: 48px;
    height: 48px;
    display: inline;
    z-index: 9999;
    box-shadow: none !Important;
}
    
.nav-menu.active {
        height: 100vh;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
    display: block;
    background: var(--global-palette8);
    padding-bottom: 25px;
}

.nav-menu .menu {
    display: inline-block;
    width: auto;
    display: block;
    padding: 0;
    margin: 0;
}

.nav-menu .menu-item {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    list-style: none;
    position: relative;
    border-bottom: 1px solid var(--global-palette9);
}

.nav-menu .menu-item a  {
    border: none;
    color: var(--global-palette3);
    display: block;
    padding: 8px 18px;
    position: relative;
    text-decoration: none;
    transition: .5s;
}

.nav-menu .menu-item.current-menu-item>a, .nav-menu .menu-item.current-menu-ancestor>a{
    color: var(--global-palette3);
}

.nav-menu .menu-item:hover>a {
    color: var(--global-palette3);
    background: #d6ede9;
}

.nav-menu .menu-item.current-menu-item>a, .nav-menu .menu-item.current-menu-ancestor>a {
    color: var(--global-palette3);
}

.nav-menu .submenu-expand {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    line-height: 0;
    top: 5px;
    right: 10px;
    width: 44px;
    height: 44px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 999;
}

.nav-menu .submenu-expand:not(.expanded) {
    transform: none;
}
    
.nav-menu .menu-item .sub-menu{
    display: none;
}
    
    
.nav-menu .submenu-expand.expanded+.sub-menu {
    display: block;
    margin-left: 0;
    position: relative;
    width: 100%;
    background: #d6ede9;
}


.nav-menu .sub-menu .menu-item{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    border: none;
}


.nav-menu .sub-menu .menu-item,
.nav-menu .sub-menu .menu-item a{
    color: var(--global-palette3);
}

.nav-menu .sub-menu .menu-item:hover>a {
    background: var(--global-palette8);
}

 .menu-toggle .close {
    display: none;
}

.menu-toggle:hover, .menu-toggle.active {
    background: var(--global-palette9);
}

.menu-toggle.active .close {
    display: inline;
}

.menu-toggle.active .open {
    display: none;
}

.nav-menu .submenu-expand svg {
    fill: var(--global-palette4);
    width: 12px;
    height: 12px;
}

.site-header .wrap>.menu-toggle, .site-header .wrap>.search-toggle {
    display: none;
}
    
    .nav-menu .social{
margin: 10px 0 10px 20px;
}   
    
    .nav-menu .search-form{
margin: 10px;
}



/* Mobile Search Toggle
--------------------------------------------- */

.pmd-search-toggle {
    background: var(--global-palette7) !important;
    border: none;
    border-radius: 50%;
    padding: 0;
    outline: none;
    cursor: pointer;
    line-height: 0;
    text-align: center;
    position: absolute;
	right: 15px;
top: 10px;
    width: 48px;
    height: 48px;
		display: inline;
z-index: 999;
	padding:  0px !important;
	box-shadow: none !Important;
}

.pmd-search-toggle .open {
    display: inline;
}

.pmd-search-toggle .close {
    display: none;
}

.pmd-search-toggle.active .close {
    display: inline;
}

.pmd-search-toggle.active .open {
    display: none;
}

.pmd-header-search {
    position: absolute;
    bottom: -75px;
    right: 0;
    background: var(--global-palette7);
    overflow: hidden;
    padding: 0px;
    width: 100%;
	z-index: 999;
	display: none;
}

.pmd-header-search.active{
	display: block;
}
.pmd-header-search .search-form {
    margin: 0 auto;
	max-width: 100%;
	padding: 12px 6px;
background: none;
	border: none;
}

.pmd-header-search .search-form input{
border: none;
background: none;
	box-shadow: none !Important;
}

.pmd-header-search .search-form{
display: block;
}
	
.pmd-header-search .search-form svg{
fill: var(--global-palette3) !important;
}

/* Popup Content
---------------------------------------------------------------------------------------------------- */

/* Callout Bar
--------------------------------------------- */

.site-header-item .header-button-wrap{
display: none !Important;
}

.callout-bar_mobile{
	background: var(--global-palette6);
text-align: center;
	display: none;
}

.callout-bar button,
.callout-bar .button{
    font-family: var(--global-heading-font-family);
font-weight: 400 !important;
	background: none;
color: var(--global-palette3);
	position: relative;
    font-size: 18px;
	padding: 6px 0;
	box-shadow: none !Important;
	text-transform: none;
	margin: 0;
	letter-spacing: .5px !important;
}


.callout-bar button:hover,
.callout-bar .button:hover{
	background: none;
color: var(--global-palette4);
}

.callout-bar button:before,
.callout-bar .button:before{
content: '';
background: url(images/heart.svg) center no-repeat;
background-size: contain;
width: 14px;
height: 14px;
display: inline-block;
vertical-align: middle;
margin-right: 4px;
}

/* Popup Fields
--------------------------------------------- */

#pmdModal.modal {
  display: none; 
  position: fixed; 
	z-index: 9999 !Important;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
}


#pmdModal .modal-content {
  width: 100%;
	max-width: 600px;
text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.10);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
background: var(--global-palette6);
padding: 45px 25px;
text-align: center;
	color: var(--global-palette3);
}

#pmdModal .modal-content:after{
  content: '';
  background: url(images/yarn-pink.svg) center no-repeat;
  background-size: contain;
  width: 100px;
  height: 42px;
  display: block;
  position: absolute;
  top: -25px;
  left: 10px;
}


#closepop {
	background: var(--global-palette8);
  color: var(--global-palette3);
  float: right;
  font-size: 28px;
  font-weight: bold;
	position: absolute;
top: 0px;
	right: 25px;
	z-index: 999;
	width: 40px;
}

#closepop:hover,
#closepop:focus {
  color: var(--global-palette6);
  text-decoration: none;
  cursor: pointer;
}



/*
Newsletter and Social
---------------------------------------------------------------------------------------------------- */

/* Newsletter
--------------------------------------------- */

.newsletter ul{
    margin: 0 !important;
padding: 0 !important;
}

.newsletter form{
	display: block;
align-items: center;
justify-content: center;
	width: 100%;
	max-width: 800px;
margin: 0 auto;
}

.newsletter input[type="text"],
.newsletter input[type="email"]{
	border-radius: 0;
width: 100%;
	margin: 5px auto;
    line-height: 1.2;
 font-size: 18px;
padding: 15px 5px;
color: var(--global-palette3);
}

.newsletter form ::placeholder{
color: var(--global-palette3);
}

.newsletter input[type="submit"],
.newsletter button,
.newsletter .button{
	width: 100%;
border-radius: 0;
background: var(--global-palette5);
    line-height: 1.2;
 font-size: 18px;
color: var(--global-palette3);
font-weight: 700;
padding: 15px;
	margin: 5px auto;
}

.newsletter input[type="submit"]:hover,
.newsletter .button:hover,
.newsletter button:hover{
	background: var(--global-palette1);
}

.sidebar-newsletter .newsletter form{
display: block;
}

.sidebar-newsletter .newsletter input[type="text"],
.sidebar-newsletter .newsletter input[type="email"],
.sidebar-newsletter .newsletter input[type="submit"],
.sidebar-newsletter .newsletter .button,
.sidebar-newsletter .newsletter button{
	width: 100%;
margin: 5px auto;
}

/* Newsletter Popup
--------------------------------------------- */

.newsletter-popup h4{
	font-size: 32px;
line-height: 1.2;
	color: var(--global-palette3);
	position: relative;
margin: 0 auto 5px;
}

.newsletter-popup p{
margin: 0 auto 15px;
}

.newsletter-popup .newsletter form{
	display: block;
}

.newsletter-popup .newsletter input[type="text"],
.newsletter-popup .newsletter input[type="email"],
.newsletter-popup .newsletter input[type="submit"],
.newsletter-popup .newsletter .button,
.newsletter-popup .newsletter button{
	display: block;
	width: 100%;
	margin: 5px auto;
	color: var(--global-palette3);
}

.newsletter-popup .newsletter input[type="submit"],
.newsletter-popup .newsletter .button,
.newsletter-popup .newsletter button{
    background: var(--global-palette5);
color: var(--global-palette3);
text-transform: uppercase;
letter-spacing: 1px;
font-size: 20px;
}

.newsletter-popup .newsletter input[type="submit"]:hover,
.newsletter-popup .newsletter .button:hover,
.newsletter-popup .newsletter button:hover{
    background: var(--global-palette1);
    }


/* Social
--------------------------------------------- */

.social{
margin: 0px auto;
position:relative;
width: 240px;
height:40px;
	display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

.social span{
margin:0;
padding:0;
width: 40px;
height:40px;
transition:  .5s;
	border-radius: 50%;
}

.social span, .social a{
height:40px;
display:block;
}

.social a{
        filter: brightness(0) invert(1);
}

.facebook {
background: var(--global-palette6);
}

.facebook a{
	background: url(images/facebook.svg) center no-repeat ;
background-size: 15px 15px;
}

.pinterest{
background: var(--global-palette1);
}

.pinterest a{
background: url(images/pinterest.svg) center no-repeat ;
background-size: 15px 15px;
}

.instagram {
background: var(--global-palette5);
}

.instagram a{
	background: url(images/instagram.svg) center no-repeat ;
background-size: 15px 15px;
}

.tiktok{
background: var(--global-palette2);
}

.tiktok a{
background: url(images/tiktok.svg) center no-repeat ;
background-size: 15px 15px;
}

.youtube{
background: var(--global-palette2);
}

.youtube a{
background: url(images/youtube.svg) center no-repeat ;
background-size: 15px 15px;
}

.group{
background: var(--global-palette4);
}

.group a{
background: url(images/group.svg) center no-repeat ;
background-size: 15px 15px;
}


.social span:hover{
  transform: rotate(10deg);
}


/* Category Content
---------------------------------------------------------------------------------------------------- */


/* Archive Entry Hero
--------------------------------------------- */

.entry-hero.post-archive-hero-section .entry-header{
padding-top: 25px;
padding-bottom: 25px;
}

.entry-hero .kadence-breadcrumbs{
margin: 10px 0 5px !important;
}

.entry-hero .archive-description p{
margin-bottom: 10px !important;
}

.entry-hero .archive-description{
width: 100%;
max-width: 1000px;
}


/* Subcategory Buttons
--------------------------------------------- */

.catsub{
	width: 100%;
	max-width: 1240px;
	clear: both;
text-align: center;
font-weight: 700;
	margin: 10px auto;
	text-align: center;
}

.catsub .wrap{
	padding: 0px;
	margin: 0 auto;
}

.catsub .catsub-menu{
	display:  flex;
	flex-direction:  row;
	justify-content: flex-start;
	align-items:  center;
	flex-wrap:  wrap;
	padding: 0;
	border: none;
}

.entry-header.post-archive-title.title-align-center .catsub-menu{
justify-content: center;
}

.entry-header.post-archive-title.title-align-right .catsub-menu{
justify-content: flex-end;
}

	.catsub-menu li{
list-style-type: none !Important;
}

.catsub .catsub-menu a{
	display: inline-block;
	margin: 5px;
	font-size: 18px;
padding: 5px 20px;
color: var(--global-palette3);
background: var(--global-palette5);
	text-decoration: none;
}

.catsub .catsub-menu a:hover{
background: var(--global-palette1);
color: var(--global-palette3);
}

.catsub button{
display: none;
	padding: 10px;
	text-align: left;
		font-size: 18px;
	width: 100%;
}

.catsub button:after{
	content: '';
	background: url(images/arrow.svg) center no-repeat;
background-size: contain;
width: 22px;
height: 22px;
display: inline-block;
	vertical-align: middle;
margin-left: 4px;
	transform: rotate(180deg);
	float: right;
    filter: brightness(0) invert(1);
}

.catsub button.active:after{
transform: none;
}


/* Single Content
---------------------------------------------------------------------------------------------------- */

.single .hero-container.site-container{
    padding-top: 25px;
    padding-bottom: 25px;
	width: 100%;
		max-width: 800px;
margin: 0 auto;
}

.single .kadence-breadcrumbs,
.single .entry-meta,
.single .single-content{
margin-top: 5px !Important;
margin-bottom: 5px !Important;
}

.single #dpsp-content-top{
margin-bottom: 5px !important;
}

.dpsp-network-label{
letter-spacing: 0 !Important;
}

.entry-title-hubbub{
width: 100%;
clear: both;
	margin: 15px 0 0;
    justify-content: center;
}

.entry-title-hubbub .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-label {
    padding-right: 1.5em !important;
   padding-left: 0 !Important;
}

.entry-title-hubbub .dpsp-shortcode-wrapper{
Margin-bottom: 0 !Important;
}

/* WPRM Settings
--------------------------------------------- */

.wprm-post-time .wprm-recipe-total-time-container{
color: #343434 !Important;
	text-align: center;
}

.wprm-post-time .wprm-recipe-time{
	position: relative;
	font-size: 14px;
}

.wprm-post-time .wprm-recipe-time:before{
	content: '';
	background: url(images/clock.svg) center no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.recipe-share-open{
width: 100%;
clear: both;
display: flex;
align-items: center;
justify-content: center;
    padding: 0;
    gap: 10px;
}


.wprm-post-star-rating .wprm-recipe-rating{
margin: 0 !important;
height: 35px;
}

.recipe-share-open .wprm-recipe-jump,
.recipe-share-open .wprm-recipe-pin,
.recipe-share-open .wprm-recipe-jump-to-comments{
background: var(--global-palette4) !Important;
margin: 0 5px 0 0 !important;
font-size: 12px !Important;
border: none !Important;
    color: var(--global-palette9) !Important;
    padding: 5px 14px !Important;
    font-weight: 700;
    height: 35px;
}


.recipe-share-open .wprm-recipe-jump:before{
content: '';
background: url(images/arrow-black.svg) center no-repeat;
background-size: contain;
width: 12px;
height: 12px;
display: inline-block;
vertical-align: middle;
margin-right: 6px;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
}

.recipe-share-open .wprm-recipe-pin:before{
content: '';
background: url(images/pinterest.svg) center no-repeat;
background-size: contain;
width: 14px;
height: 14px;
display: inline-block;
vertical-align: middle;
margin-right: 6px;
    filter: brightness(0) invert(1);
}


/* Footer Taxonomy
--------------------------------------------- */

.post-categories{
width: 100%;
clear: both;
    font-size: 18px;
	line-height: 1.3;
    text-align: center;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.cust-tax-title{
font-weight: 700;
    font-size: 16px;
margin-bottom: 0px !important;
}

.post-categories a{
    color: var(--global-palette3) !important;
background: var(--global-palette9) !important;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
font-weight: 500;
}

.post-cat-comma{
margin: 0 4px 0 0;
}

.post-cat-comma:last-of-type{
    display: none;
}

.comment-navigation,
.post-navigation{
line-height: 1.4 !important;
}

/* Page Layout
--------------------------------------------- */

.page .entry-content-wrap{
padding-top: 0;
padding-bottom: 0;
}



/* List Styles
--------------------------------------------- */

.single-content ol{
    position: relative;
  list-style-type: none;
}

.single-content ol:not(.is-style-continue-list),
.single-content ol li ul{
    counter-reset: countlist;
}


.single-content  ol li {
    margin: .5em 0 .5rem;
    counter-increment: countlist;
    position: relative;
    list-style-type: none;
    padding: 0;
    text-indent: 0;
}


.single-content ol li::before {
    content: counter(countlist);
    color: var(--global-palette3);
    font-size: .85rem;
    font-weight: 700;
    position: absolute;
    --size: 28px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 4px;
    background: var(--global-palette1);
    border-radius: 50%;
    text-align: center;
    padding: 0;
}


.single-content ol li ul li:before{
display: none;
}

.single-content ul{
	margin-left: 0;
}

.single-content ul li {
    list-style-type: disc;
}

.single-content  ul li::marker{
    color:  var(--global-palette2);
}


.entry-content-wrap p a,
.entry-content-wrap ul li a,
.entry-content-wrap ol li a,
.schema-faq-answer a{
	font-weight: 700;
    cursor: pointer;
    background-image: linear-gradient(180deg,transparent 80%,var(--global-palette7) 0);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    -moz-transition: background-size .4s ease;
    -ms-transition: background-size .4s ease;
    -o-transition: background-size .4s ease;
    transition: background-size .4s ease;
}

.entry-content-wrap p a:hover,
.entry-content-wrap ul li a:hover,
.entry-content-wrap ol li a:hover,
.schema-faq-answer a:hover{
    background-image: linear-gradient(180deg,transparent 0%,var(--global-palette7) 0);
}

.post-navigation-sub{
	letter-spacing: 3px !important;
    line-height: 1.3 !important;
	color: var(--global-palette3) !important;
font-size: 16px !important;
	text-transform: uppercase;
}

.entry-tags a.tag-link{
	color: var(--global-palette3) !important;
	border-radius: 0 !important;
	    font-family: var(--global-heading-font-family);
Font-size: 12px;
}

ul.is-style-checklist{
	margin-left: 0 !important;
	padding-left: 25px !important;
}

ul.is-style-checklist li{
	list-style-type: none;
	padding: 5px 0;
	position: relative;
}

ul.is-style-checklist li:before{
	content: '';
background: url(images/checkmark.svg) center no-repeat;
background-size: contain;
width: 18px;
height: 18px;
display: block;
    position: absolute;
    --size: 18px;
    left: calc(-1 * var(--size) - 5px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 12px;
}


/* Author Box
--------------------------------------------- */

.entry-author-style-normal,
.entry-author-style-center{
background: #FDF5EC;
	padding: 15px;
border: none !Important;
}

.entry-author-style-center{
	margin-top: 45px !important;
}

.entry-author-style-normal .entry-author-avatar{
left: 0px;
top: -25px;
border: 2px solid var(--global-palette9);
}

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

.entry-author-style-center .entry-author-avatar img{
	border: 4px solid var(--global-palette9);
}

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

.entry-author-name{
    font-family: var(--global-heading-font-family);
font-size: 26px;
margin-bottom: 0 !important;
	font-weight: 400 !important;
}

.entry-author-name:before{
content: 'Written by ';
}

.entry-author-style-center .entry-author-profile .entry-author-description{
	max-width: 90% !important;
    margin: 0 auto !Important;
}

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

.entry-author-follow a.social-button{
background: var(--global-palette9) !important;
    color: var(--global-palette6);
    border-radius: 50%;
}

.entry-author-profile p{
margin: 0 auto 15px !important;
}

/* Page Numbers Styling
------------------------------------------------------------ */

.pagination .page-numbers{
border-radius: 50% !important;
}




/* Related Post
--------------------------------------------- */


.entry-related .entry-related-inner-content{
padding: 0;
}


h2.entry-related-title{
font-size: 24px;
}

.entry-related .entry.loop-entry{
	box-shadow: none !important;
}

.entry-related .loop-entry .entry-content-wrap{
	padding: 5px !important;
}

.entry-related-inner-content{
	padding: 0 !important;
}

.entry-related-carousel h3.entry-title{
font-size: 16px !Important;
line-height: 1.4 !important;
	color: var(--global-palette3);
}

.entry-related .splide .splide__arrow{
background: var(--global-palette1);
	opacity: 100 !important;
	width: 45px;
height: 45px;
border-radius: 50%;
}

.entry-related .splide__arrow.splide__arrow--prev{
	left: -15px !important;
}

.entry-related .splide__arrow.splide__arrow--next{
right: -15px !important;
}


/* Comment Styles
--------------------------------------------- */

.comment-respond{
	background: var(--global-palette7);
	padding: 40px 25px;
	margin-bottom: 25px;
	position: relative;
}

.comment-respond:before{
  content: '';
  background: url(images/yarn-pink.svg) center no-repeat;
  background-size: contain;
  width: 100px;
  height: 42px;
  display: block;
  position: absolute;
  top: -25px;
  right: 5px;
}

.comment-form textarea,
.comment-input-wrap input{
	border: 1px solid var(--global-palette3);
}

.comment-form .comment-input-wrap p label, .comment-form p.comment-form-float-label label{
	color: var(--global-palette3) !important;
}

.comment-reply-title,
#respond+.comments-title{
position: relative;
	font-size: 26px !important;
}

#respond+.comments-title{
	margin-top: 5px !important;
}

.comment-list li{
	border: none;
background: var(--global-palette9);
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid var(--global-palette6);
}

.comment-list li.bypostauthor{
	background: var(--global-palette8);
}

.comment-body{
	border: none !important;
	margin-bottom: 0 !Important;
}

.comment-content{
	margin-bottom: 0 !Important;
}

.comment-reply-link{
color: var(--global-palette3) !Important;
border: none !Important;
background: var(--global-palette5) !Important;
    font-size: 12px;
    font-weight: 700;
}

.comment-form input[type="submit"]{
width: 100% !Important;
display: block;
}

.bypostauthor .avatar{
border: 4px solid var(--global-palette9) !important;
}



/* Footer Content
---------------------------------------------------------------------------------------------------- */

/* Footer Widgets
--------------------------------------------- */


.footer-widget2 ul.menu{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
	margin-bottom: 25px;
}

.footer-widget2 ul.menu li{
padding: 6px 5px;
margin: 0;
line-height: 1.3;
}

.footer-widget2 ul.menu li a{
	border: none !important;
}


.footer-widget-area{
	padding: 0 20px;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */


/* Featured On
--------------------------------------------- */

.featured-on .site-container{
    width: 100%;
    clear: both;
text-align: left;
padding: 25px 25px;
}

.featured-on h4{
font-size: 18px;
    margin: 0 0 5px;
}

.featured-on h4{
	text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
	margin: 0 auto 15px;
}

.featured-on .featured-on_logos{
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
}

.featured-on .featured-on_logos img{
	width: 100%;
	max-width: 150px;
}


/* Footer Credits
--------------------------------------------- */

.footer-credits{
background: var(--global-palette8);
color: var(--global-palette3);
	padding: 10px;
font-size: 14px;
	letter-spacing: .4px;
}

.footer-credits a{
color: var(--global-palette3);
	text-decoration: none;
}

.footer-credits .site-container,
.footer-credits .foot-design_credit{
display: flex;
	justify-content: center;
align-items: center;
}

.footer-credits .foot-info{
width: 65%;
	justify-content: flex-start;
text-align: left;
	display: flex;
}

.footer-credits .foot-info ul{
	margin: 0 0 0 5px !important;
padding: 0 !important;
	display: flex;
align-items: center;
gap: 10px;
}

.footer-credits .foot-info ul li{
list-style-type: none;
}

.footer-credits .foot-info .footer-credit-top{
font-weight: 700;
margin-left: 10px;
	position: relative;
}


.footer-credits .foot-info .footer-credit-top:after{
	content: '';
	background: url(images/arrow.svg) center no-repeat;
background-size: contain;
width: 16px;
height: 16px;
display: inline-block;
	vertical-align: middle;
margin-left: 4px;
	transform: rotate(0deg);
}

.footer-credits .foot-design_credit {
width: 35%;
justify-content: flex-end;
}

.footer-credits .foot-design_credit img{
	margin-left: 10px;
}



/* Wordpress Block Content
---------------------------------------------------------------------------------------------------- */

/* Paragraph Fields
--------------------------------------------- */

p.is-style-heading-font{
    font-family: var(--global-heading-font-family);
line-height: 1.3;
margin-top: 0;
    margin-bottom: 5px;
}


/* Heading Fields
--------------------------------------------- */

h2,
h3,
h4,
h5,
h6{
	letter-spacing: .5px !important;
}


.wp-block-heading.is-style-no-margin-heading{
margin-top: 0 !important;
}


.page .single-content .wp-block-group{
margin-bottom: 0;
}

 .wp-block-heading.is-style-heading-create-learn,
.wp-block-heading.is-style-heading-hey,
.wp-block-heading.is-style-heading-crochet,
.wp-block-heading.is-style-heading-join,
.wp-block-heading.is-style-heading-connect,
 .wp-block-heading.is-style-heading-create,
.wp-block-heading.is-style-heading-learn,
.wp-block-heading.is-style-heading-getpdf,
.wp-block-heading.is-style-heading-guide,
.wp-block-heading.is-style-heading-featured{
position: relative;
}

 .wp-block-heading.is-style-heading-create-learn:before{
  content: '';
  background: url(images/txt-create.svg) center no-repeat;
  background-size: contain;
  width: 206px;
  height: 30px;
  display: block;
  margin: 0 0 8px 0;
}

 .wp-block-heading.is-style-heading-hey:before{
  content: '';
  background: url(images/txt-hey.svg) center no-repeat;
  background-size: contain;
  width: 140px;
  height: 40px;
  display: block;
  margin: 0 0 8px 0;
}

 .wp-block-heading.is-style-heading-crochet:before{
  content: '';
  background: url(images/txt-crochetwith.svg) center no-repeat;
  background-size: contain;
  width: 231px;
  height: 30px;
  display: block;
  margin: 0 0 8px 0;
}

.wp-block-heading.is-style-heading-join:before{
  content: '';
  background: url(images/txt-join.svg) center no-repeat;
  background-size: contain;
  width: 241px;
  height: 40px;
  display: block;
  margin: 0 0 8px 0;
}

 .wp-block-heading.is-style-heading-connect:before{
  content: '';
  background: url(images/txt-connect.svg) center no-repeat;
  background-size: contain;
  width: 252px;
  height: 30px;
  display: block;
  margin: 0 0 8px 0;
}

 .wp-block-heading.is-style-heading-create:before{
  content: '';
  background: url(images/txt-create2.svg) center no-repeat;
  background-size: contain;
  width: 82px;
  height: 26px;
  display: block;
  margin: 0 0 8px 0;
}

 .wp-block-heading.is-style-heading-learn:before{
  content: '';
  background: url(images/txt-learn.svg) center no-repeat;
  background-size: contain;
  width: 77px;
  height: 30px;
  display: block;
  margin: 0 0 8px 0;
}

.wp-block-heading.is-style-heading-getpdf:before{
  content: '';
  background: url(images/txt-pdf.svg) center no-repeat;
  background-size: contain;
  width: 126px;
  height: 30px;
  display: block;
  margin: 0 0 8px 0;
}

.wp-block-heading.is-style-heading-guide:before{
  content: '';
  background: url(images/txt-guide.svg) center no-repeat;
  background-size: contain;
  width: 113px;
  height: 30px;
  display: block;
  margin: 0 0 8px 0;
}

.wp-block-heading.is-style-heading-featured:before{
  content: '';
  background: url(images/txt-featured.svg) center no-repeat;
  background-size: contain;
  width: 88px;
  height: 30px;
  display: block;
  margin: 0 0 8px 0;
}


 .wp-block-heading.is-style-heading-create-learn.has-text-align-center:before,
.wp-block-heading.is-style-heading-hey.has-text-align-center:before,
.wp-block-heading.is-style-heading-crochet.has-text-align-center:before,
.wp-block-heading.is-style-heading-join.has-text-align-center:before,
.wp-block-heading.is-style-heading-connect.has-text-align-center:before,
 .wp-block-heading.is-style-heading-create.has-text-align-center:before,
.wp-block-heading.is-style-heading-learn.has-text-align-center:before,
.wp-block-heading.is-style-heading-getpdf.has-text-align-center:before,
.wp-block-heading.is-style-heading-guide.has-text-align-center:before,
.wp-block-heading.is-style-heading-featured.has-text-align-center:before{
margin: 0 auto 8px;
}

/* Search Block
--------------------------------------------- */


.wp-block-search .wp-block-search__inside-wrapper{
    background: var(--global-palette9);
    border: 1px solid #ddd !important;
    border-radius: 0 !Important;
    margin: 0 auto;
}

.wp-block-search input{
border: none !important;
    color: var(--global-palette3) !Important;
    line-height: 1.4;
    font-size: 16px;
}

.wp-block-search input{
    background: none;
border: none;
}

.wp-block-search__button{
    background: var(--global-palette9) !important;
    color: var(--global-palette4) !important;
border-radius: 50%;
width: 38px;
height: 38px;
padding: 0;
}

.widget_categories select{
width: 100%;
	max-width: 100% !important;
}

.wp-block-categories .wp-block-categories__label{
width: 80% !important;
}

/* Button Block
--------------------------------------------- */

.wp-block-buttons.is-style-grid{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.wp-block-button .wp-block-button__link{
    transition: .4s;
}

.wp-block-button .wp-block-button__link:hover{
  transform: scale(.98);
}

.news-pop{
    background: var(--global-palette6);
    color: var(--global-palette3) !important;
}

.news-pop:hover{
    background: var(--global-palette1);
    color: var(--global-palette3);
}

.block-pop{
	display: inline-block;
	margin: 0 auto 15px;
}

.news-pop:hover{
  transform: scale(.98);
}

.news-pop,
.wp-block-button.is-style-btn-black-arrow .wp-block-button__link,
.wp-block-button.is-style-btn-white-arrow .wp-block-button__link,
.wp-block-button.is-style-btn-yellow-arrow .wp-block-button__link,
.wp-block-button.is-style-btn-pink-arrow .wp-block-button__link,
.wp-block-button.is-style-btn-orange-arrow .wp-block-button__link{
    position: relative;
}

.wp-block-button.is-style-btn-yellow-arrow .wp-block-button__link,
.wp-block-button.is-style-btn-pink-arrow .wp-block-button__link,
.wp-block-button.is-style-btn-orange-arrow .wp-block-button__link{
background: none !Important;
}

.wp-block-button.is-style-btn-black-arrow .wp-block-button__link:after{
    content:'';
    background: url(images/arrow-black.svg) center no-repeat;
background-size: contain;
width: 12px;
height: 12px;
display: inline-block;
    vertical-align: middle;
margin-left: 6px;
}

.news-pop:after,
.wp-block-button.is-style-btn-white-arrow .wp-block-button__link:after{
    content:'';
    background: url(images/arrow-white.svg) center no-repeat;
background-size: contain;
width: 12px;
height: 12px;
display: inline-block;
    vertical-align: middle;
margin-left: 6px;
}

.wp-block-button.is-style-btn-yellow-arrow .wp-block-button__link:after{
    content:'';
    background: url(images/arrow-yellow.svg) center no-repeat;
background-size: contain;
width: 12px;
height: 12px;
display: inline-block;
    vertical-align: middle;
margin-left: 6px;
}

.wp-block-button.is-style-btn-pink-arrow .wp-block-button__link:after{
    content:'';
    background: url(images/arrow-pink.svg) center no-repeat;
background-size: contain;
width: 12px;
height: 12px;
display: inline-block;
    vertical-align: middle;
margin-left: 6px;
}

.wp-block-button.is-style-btn-orange-arrow .wp-block-button__link:after{
    content:'';
    background: url(images/arrow-orange.svg) center no-repeat;
background-size: contain;
width: 12px;
height: 12px;
display: inline-block;
    vertical-align: middle;
margin-left: 6px;
}

.wp-block-button.is-style-btn-email .wp-block-button__link,
.wp-block-button.is-style-btn-faq .wp-block-button__link,
.wp-block-button.is-style-btn-yarn .wp-block-button__link,
.wp-block-button.is-style-btn-chat .wp-block-button__link{
	position: relative;
}

.wp-block-button.is-style-btn-email .wp-block-button__link:before{
    content:'';
    background: url(/wp-content/themes/pmdcuddlystitches/images/email.svg) center no-repeat;
background-size: contain;
width: 22px;
height: 22px;
display: inline-block;
    vertical-align: middle;
margin-right: 8px;
}

.wp-block-button.is-style-btn-faq .wp-block-button__link:before{
    content:'';
    background: url(images/faq.svg) center no-repeat;
background-size: contain;
width: 22px;
height: 22px;
display: inline-block;
    vertical-align: middle;
margin-right: 8px;
}

.wp-block-button.is-style-btn-yarn .wp-block-button__link:before{
    content:'';
    background: url(images/yarn-white.svg) center no-repeat;
background-size: contain;
width: 25px;
height: 25px;
display: inline-block;
    vertical-align: middle;
margin-right: 8px;
}

.wp-block-button.is-style-btn-chat .wp-block-button__link:before{
    content:'';
    background: url(images/chat.svg) center no-repeat;
background-size: contain;
width: 22px;
height: 22px;
display: inline-block;
    vertical-align: middle;
margin-right: 8px;
}

.foot-pop{
background: var(--global-palette4) !important;
color: var(--global-palette9) !important;
}

.foot-pop:hover{
background: var(--global-palette5) !important;
}

.wp-block-button__link.has-theme-palette-1-background-color:hover{
    background-color: var(--global-palette5);
}

.wp-block-button__link.has-theme-palette-2-background-color:hover{
    background-color: var(--global-palette5);
}

.wp-block-button__link.has-theme-palette-3-background-color:hover{
    background-color: var(--global-palette4);
}

.wp-block-button__link.has-theme-palette-4-background-color:hover{
    background-color: var(--global-palette5);
}

.wp-block-button__link.has-theme-palette-5-background-color:hover{
    background-color: var(--global-palette1);
}

.wp-block-button__link.has-theme-palette-6-background-color:hover{
    background-color: var(--global-palette1);
}

.wp-block-button__link.has-theme-palette-7-background-color:hover{
    background-color: var(--global-palette8);
}

.wp-block-button__link.has-theme-palette-8-background-color:hover{
    background-color: var(--global-palette7);
}

.wp-block-button__link.has-theme-palette-9-background-color:hover{
    background-color: var(--global-palette8);
}


/* WP Image Block
--------------------------------------------- */

.wp-block-kadence-column figure.wp-block-image{
	margin-bottom: 5px !important;
}

.blocks-gallery-caption figcaption, .wp-block-embed figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-audio figcaption, .wp-block-video figcaption{
	color: var(--global-palette3) !important;
}


/* Image Overlay Block
--------------------------------------------- */

.kt-image-overlay-color-wrapper{
background-color: none !Important;
opacity: 0 !Important;
    display: none !important;
}

.kt-image-overlay-message{
  border: none !important;
}


/* Kadence Form Block
--------------------------------------------- */

.kb-form .kadence-blocks-form-field.kb-field-desk-width-33{
	margin-bottom: 0 !Important;
}

/* Group - Icons
 * --------------------------------------------- */
.is-style-group-bunny-yarn,
.is-style-group-yarn,
.is-style-group-duck-yarn,
.is-style-group-markers,
.is-style-group-scissors{
	padding: 30px !important;
	position: relative;
}

.is-style-group-yarn,
.is-style-group-markers,
.is-style-group-scissors{
margin-top: 35px !important;
}

.is-style-group-bunny-yarn:after{
  content: '';
  background: url(images/bunny-yarn.svg) center no-repeat;
  background-size: contain;
  width: 100px;
  height: 106px;
  display: block;
  position: absolute;
  bottom: -20px;
  right: -25px;
z-index: 98;
}

.is-style-group-yarn:after{
  content: '';
  background: url(images/yarn-green.svg) center no-repeat;
  background-size: contain;
  width: 100px;
  height: 42px;
  display: block;
  position: absolute;
  top: -25px;
right: 5px;
z-index: 98;
}

.is-style-group-markers:before{
  content: '';
  background: url(images/pins.svg) center no-repeat;
  background-size: contain;
  width: 90px;
  height: 78px;
  display: block;
  position: absolute;
  top: -25px;
right: 5px;
z-index: 98;
}


.is-style-group-scissors:before{
  content: '';
  background: url(images/scissors.svg) center no-repeat;
  background-size: contain;
  width: 65px;
  height: 70px;
  display: block;
  position: absolute;
  top: -25px;
right: 5px;
z-index: 98;
}

.is-style-group-duck-yarn:after{
  content: '';
  background: url(images/duck-yarn.svg) center no-repeat;
  background-size: contain;
width: 100px;
  height: 82px;
  display: block;
  position: absolute;
  bottom: -20px;
  right: 5px;
z-index: 98;
}

/* Group - Border
 * --------------------------------------------- */

.is-style-group-border{
    border: 2px solid ;
background: none !important;
    padding: 20px !Important;
}

.is-style-group-border.has-theme-palette-1-background-color{
border-color: var(--global-palette1);
}

.is-style-group-border.has-theme-palette-2-background-color{
border-color: var(--global-palette2);
}

.is-style-group-border.has-theme-palette-3-background-color{
border-color: var(--global-palette3);
}

.is-style-group-border.has-theme-palette-4-background-color{
border-color: var(--global-palette4);
}

.is-style-group-border.has-theme-palette-5-background-color{
border-color: var(--global-palette5);
}

.is-style-group-border.has-theme-palette-6-background-color{
border-color: var(--global-palette6);
}

.is-style-group-border.has-theme-palette-7-background-color{
border-color: var(--global-palette7);
}

.is-style-group-border.has-theme-palette-8-background-color{
border-color: var(--global-palette8);
}

.is-style-group-border.has-theme-palette-9-background-color{
border-color: var(--global-palette9);
}

/* Headline - Border
 * --------------------------------------------- */

.is-style-heading-border{
	border-bottom: 2px solid ;
background: none !important;
	padding: 0px !Important;
}

.is-style-heading-border.has-theme-palette-1-background-color{
border-color: var(--global-palette1);
}

.is-style-heading-border.has-theme-palette-2-background-color{
border-color: var(--global-palette2);
}

.is-style-heading-border.has-theme-palette-3-background-color{
border-color: var(--global-palette3);
}

.is-style-heading-border.has-theme-palette-4-background-color{
border-color: var(--global-palette4);
}

.is-style-heading-border.has-theme-palette-5-background-color{
border-color: var(--global-palette5);
}

.is-style-heading-border.has-theme-palette-6-background-color{
border-color: var(--global-palette6);
}

.is-style-heading-border.has-theme-palette-7-background-color{
border-color: var(--global-palette7);
}

.is-style-heading-border.has-theme-palette-8-background-color{
border-color: var(--global-palette8);
}

.is-style-heading-border.has-theme-palette-9-background-color{
border-color: var(--global-palette9);
}



/* In Post Pin Button - Grow Social Pug
--------------------------------------------- */

.in-post-pin .dpsp-networks-btns-wrapper{
    text-align: center;
    background: var(--global-palette1);
border: none !important;
}

.in-post-pin .dpsp-networks-btns-wrapper:hover{
    background: var(--global-palette5);
}

.in-post-pin .dpsp-networks-btns-wrapper li{
    margin: 0 auto !Important;
float: none !Important;
}

.in-post-pin .dpsp-networks-btns-wrapper .dpsp-network-btn{
padding: 8px 8px 5px !important;
    justify-content: center;
border: none !important;   
    min-height: 55px !Important;
    box-shadow: none !Important;
}

.in-post-pin .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon{
color: var(--global-palette9) !important;
    background: none !important;
border: 0px solid var(--global-palette9) !important;
border-radius: 50%;
}

.in-post-pin .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon:not(.dpsp-network-icon-outlined) .dpsp-network-icon-inner>svg{
    fill: var(--global-palette9) !important;
}

.in-post-pin .dpsp-network-label{
font-size: 22px !important;
letter-spacing: .5px !important;
color: var(--global-palette3) !important;
    font-family: var(--global-heading-font-family);
line-height: 2 !important;
	font-weight: 400 !important;
}

.in-post-pin .dpsp-network-icon-inner{
transition: none !Important;
transform: none !Important;
    height: 45px !important;
}

.in-post-pin .dpsp-network-icon .dpsp-network-icon-inner svg{
    max-width: 22px !Important;
    max-height: 22px !important;
}

.in-post-pin .dpsp-network-list-item.dpsp-hover{
    box-shadow: none !Important;
}

/* Yoast FAQ Accordion
------------------------------------------------------------ */

.single-content .schema-faq-section{
margin-bottom: 15px !important;
}

.wp-block-yoast-faq-block{
	margin-bottom: 25px;
}

.schema-faq-question{
  cursor: pointer;
	border: none;
background: var(--global-palette8);
width: 100%;
	display: block;
padding: 20px 15px !important;
margin-bottom: 0px;
font-size: 18px;
line-height: 1.2;
color: var(--global-palette3);
}

.schema-faq-question.collapse{
	border: none;
	margin-bottom: 0;
}

.schema-faq-question:before{
  width: 16px;
  height: 20px;
  display: inline-block;
  content: "+";
  margin-right: 5px;
  vertical-align: top;
	color: var(--global-palette4);
}

.schema-faq-question.collapse:before{
  content: "-";
}

.schema-faq-question:hover{
border-color: var(--global-palette3);
}

.schema-faq-answer{
  display: none;
  padding-left: 1em;
}

.schema-faq-answer.collapse{
padding: 15px 20px;
background: var(--global-palette8);
border-top: 0;
}

.schema-faq-answer.default{
  display: block;
}

.single-content .wp-block-yoast-faq-block .schema-faq-question{
	margin-bottom: 0 !important;
}


/* WP Forms
------------------------------------------------------------ */

div.wpforms-container-full button[type=submit]{
	width: 100% !important;
	font-weight: 700 !important;
}

div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=email]{
	width: 100% !important;
	max-width: 100% !important;
}

/* Media Queries - Min Width
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1024px) {
	
	.newsletter form{
	display: flex;
align-items: center;
justify-content: center;
}

.newsletter input[type="text"],
.newsletter input[type="email"]{
width: 32%;
	margin: 0 5px;
}

.newsletter input[type="submit"],
.newsletter .button,
.newsletter button{
	width: 32%;
	margin: 0 5px;
}
	
	.drawer-content .widget-area img{
		width: 100%;
		max-width: 200px;
	}
	
	.drawer-content .wp-block-search{
background: var(--global-palette9);
border-radius: 25px;
}
	
	.drawer-content .wp-block-search .wp-block-search__input{
color: var(--global-palette3) !important;
	font-size: 15px !important;
		border: none;
		background: none;
		opacity: 100;
}
		.drawer-content .wp-block-search .wp-block-search__input ::placeholder{
color: var(--global-palette3) !important;
		opacity: 100;
	}
	
	.drawer-content .wp-block-search .wp-block-search__button{
		background: none;
color: var(--global-palette1);
}
}



/* Media Queries - Max Width
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
	
	.callout-bar_mobile{
		display: block;
	}
	
.catsub{
	display: block;
	width: 100%;
}

.catsub .catsub-menu,
.entry-header.post-archive-title.title-align-center .catsub-menu,
.entry-header.post-archive-title.title-align-right .catsub-menu{
    justify-content: center;
}
	
	.catsub button{
	display: block;
	width: 100%;
	background: none;
	color: var(--global-palette3);
background: var(--global-palette5);
	padding: 15px 15px;
	font-size: 18px;
}
	

.catsub .catsub-menu{
	display: none;
	}
	
.catsub .catsub-menu.expanded{
	display: block;
    position: relative;
    width: 100%;
    z-index: 998;
background: var(--global-palette5);
margin: 0;
	}
	
.catsub .catsub-menu a{
	display: block;
	position: relative;
	border: none;
	width: 100%;
	margin: 0px auto;
	background: none;
	padding: 10px 15px;
	color: var(--global-palette3);
	font-size: 18px;
	border-bottom: 1px solid var(--global-palette9);
	text-align: left;
}
	
.catsub:hover .catsub-menu a:last-of-type{
	border: none;
}
	
	.catsub .catsub-menu a:hover{
background: var(--global-palette1);
}
	
	#masthead.site-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9998 !important;
		height: 70px !important;
		padding: 0 !Important;
    box-shadow: 0 10px 5px -5px rgba(0,0,0,.08);
}

	.site-main-header-wrap .site-header-row-container-inner>.site-container{
padding: 5px !important;
}
	
	.site-main-header-inner-wrap{
		min-height: 60px;
	}
	
	.site-branding a.brand img.svg-logo-image{
		height: 60px;
	}

		.search-toggle-open-container .search-toggle-open{
border-radius: 50%;
}
	
.nav-menu{
	display: none;
}
	

	.grid-cols {
    column-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
}

		.featured-on .featured-on_logos,
	.footer-rows .site-container,
	.footer-rows_menus{
flex-wrap: wrap;
	}
	
	.featured-on .featured-on_logos{
justify-content: center;
}
	
}


@media only screen and (max-width: 767px) {

	.wp-block-kadence-tabs .kt-tabs-title-list{
		justify-content: center !important;
	}
	
.grid-sm-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

	
	.footer-credits .foot-info,
		.footer-credits .site-container,
	.footer-credits .foot-design_credit{
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.footer-credits .foot-info,
	.footer-credits .foot-design_credit{
		width: 100%;
text-align: center;
justify-content: center;
	}
	
	.footer-credits .foot-info ul{
		width: 100%;
	}
	
	.wp-block-navigation .wp-block-navigation-item,
	.wp-block-navigation__container{
		position: relative;
		flex-wrap: wrap !important;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container{
		display: Block !important;
position: relative !important;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
}


.wp-block-navigation-item .wp-block-navigation-submenu__toggle,
.wp-block-navigation__submenu-container li a{
	padding-top: 14px;
	padding-bottom: 14px;
}

    .entry-related-title{
margin: 0 0 15px !Important;
        padding: 0 5%;
        text-align: left;
}
    
    .entry-related .grid-cols{
    column-gap: 0rem;
    row-gap: 0rem;
}
    
    .entry-related .splide__slide{
margin: 0 auto !Important;
    width: 100%;
    max-width: 80%;
}
        
    .entry-related .splide__arrow.splide__arrow--next{
        right: 5px !Important;
    }
    
    .entry-related .splide__arrow.splide__arrow--prev{
        left: 5px !Important;
    }

        
    .comment-form p{
        margin: 5px auto !Important;
    }
    
p.comment-form-author,
p.comment-form-email,
p.comment-form-url{
margin: 0px auto !important;
    }
    
    p.form-submit{
margin: 15px auto 0 !important;
}

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

    .in-post-pin .wprm-recipe-pin{
font-size: 14px;
height: 70px !important;
}

.in-post-pin .wprm-recipe-icon{
    display: block;
margin: 0 auto 10px;
}
	
	.comment-respond{
padding: 25px 20px;
}
	
	.wp-block-buttons.is-style-grid{
    grid-template-columns: repeat(1, 1fr);
}
	
	.is-style-group-bunny-yarn,
.is-style-group-yarn,
.is-style-group-duck-yarn{
	padding: 30px 15px !important;
	}
	
	.is-style-group-markers:before{
  width: 75px;
  height: 65px;
}


.is-style-group-scissors:before{
  width: 60px;
  height: 65px;
}
	
	.wp-block-heading.is-style-heading-create-learn:before{
  width: 169px;
  height: 25px;
}

 .wp-block-heading.is-style-heading-hey:before{
  width: 113px;
  height: 32px;
}

 .wp-block-heading.is-style-heading-crochet:before{
  width: 193px;
  height: 25px;
}

.wp-block-heading.is-style-heading-join:before{
  width: 192px;
  height: 32px;
}

 .wp-block-heading.is-style-heading-connect:before{
  width: 210px;
  height: 25px;
}

 .wp-block-heading.is-style-heading-create:before{
  width: 79px;
  height: 25px;
}

 .wp-block-heading.is-style-heading-learn:before{
  width: 64px;
  height: 25px;
}

.wp-block-heading.is-style-heading-getpdf:before{
  width: 103px;
  height: 25px;
}

.wp-block-heading.is-style-heading-guide:before{
  width: 106px;
  height: 28px;
}

.wp-block-heading.is-style-heading-featured:before{
  width: 94px;
  height: 32px;
}

	.kb-form .kadence-blocks-form-field.kb-field-desk-width-33{
	margin-bottom: 8px !Important;
}
	
	.single-content ul, .single-content ol{
		padding-left: 1em;
	}
	
}


@media only screen and (max-width: 359px) {
    .content-container.site-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}