/*
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
*/



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

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

::placeholder {
	color: #323232 !important;
}

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

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

.post-disclosure{
	font-size: 14px;
font-style: italic;
width: 100%;
	padding: 5px 0;
text-align: left;
margin: 0 auto 15px;
display: none;
}

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

.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 form input.search-field{
background: none;
color: #323232 !Important;
border: none;
border-radius: 0;
	padding: 10px 15px;
	border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

.header-search-bar .search-form .kadence-search-icon-wrap{
background: none;
color: #323232;
}

.header-search-bar  ::placeholder{
	color: #323232 !Important;
	opacity: 100 !important;
}

.drawer-content ::placeholder{
	opacity: 100 !important;
}

input[type="search"]{
	color: #323232 !Important;
}


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

.entry.loop-entry{
}

.loop-entry.type-post h2.entry-title{
	text-align: center;
	padding: 5px 10px;
}


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

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

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

.header-navigation .menu{
	padding-top: 15px !Important;
}

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

.callout-bar{
width: 100%;
text-align: center;
background: #B7BCC0;
}

.callout-bar .site-container{
	display: flex;
	align-items: center;
justify-content: space-between;
}

.callout-bar .callout-bar_row_button{
	width: 50%;
	text-align: left;
}

.callout-bar .callout-bar_row_button a{
text-decoration: none;
color: #323232;
    font-family: var(--global-heading-font-family);
	position: relative;
	transition: .5s;
}

.callout-bar .callout-bar_row_button a:hover{
color: #fff;
}

.callout-bar .callout-bar_row_button a:after{
content: '';
background: url(images/arrow-white.svg) center no-repeat;
background-size: contain;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: center;
margin-left: 6px;
}

.callout-bar .callout-bar_row_set{
width: 50%;
	display: flex;
	align-items: center;
justify-content: space-between;
}

.callout-bar .callout-bar_row_set input[type="search"]{
border-radius: 0;
border: none !important;
}

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

/* 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%);
display: block;
    -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: #E7E2DC;
padding: 45px 25px;
text-align: center;
	color: #323232;
}

#closepop {
	background: #fff;
  color: #323232;
  float: right;
  font-size: 28px;
  font-weight: bold;
	position: absolute;
top: 0px;
	right: 25px;
	z-index: 999;
	width: 40px;
}

#closepop:hover,
#closepop:focus {
  color: #727474;
  text-decoration: none;
  cursor: pointer;
}



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

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

.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: 16px;
padding: 15px 5px;
color: #323232;
	border: 1px solid #fff;
background: none;
}

.newsletter form ::placeholder{
color: #323232;
}

.newsletter input[type="submit"],
.newsletter .button,
.newsletter button{
	width: 100%;
border-radius: 0;
background: #727474;
    line-height: 1.2;
 font-size: 16px;
 text-transform: uppercase;
 letter-spacing: 2px;
color: #fff;
font-weight: 700;
padding: 15px;
	margin: 5px auto;
}

.newsletter input[type="submit"]:hover,
.newsletter .button:hover,
.newsletter button:hover{
	background: #D6D8D6;
}


.newsletter-printable .formkit-alert,
.sidebar-newsletter .formkit-alert,
.newsletter-printable input[type=text],
.newsletter-printable input[type=email],
.sidebar-newsletter input[type=text],
.sidebar-newsletter input[type=email],
.newsletter-printable input[type=text]::placeholder,
.newsletter-printable input[type=email]::placeholder,
.sidebar-newsletter input[type=text]::placeholder,
.sidebar-newsletter input[type=email]::placeholder{
color: #fff !important;
}

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

.newsletter-popup h4{
	font-size: 32px;
line-height: 1.2;
	color: #323232;
	position: relative;
}

.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{
	display: block;
	width: 100%;
	margin: 5px auto;
	color: #323232;
	border: 1px solid #323232;
background: none;
}

.newsletter-popup .newsletter input[type="submit"],
.newsletter-popup .newsletter button{
    background: #727474;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 20px;
}

.newsletter-popup .newsletter input[type="submit"]:hover,
.newsletter-popup .newsletter button:hover{
    background: #323232;
    }


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

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

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

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


.facebook {
background: #727474;
}

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

.pinterest{
background: #727474;
}

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

.instagram {
background: #727474;
}

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

.tiktok{
background: #727474;
}

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

.twitter{
background: #727474;
}

.twitter a{
background: url(images/twitter.svg) center no-repeat ;
background-size: 15px 15px;
    filter: brightness(0) invert(1);
}

.youtube{
background: #727474;
}

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

.contact{
background: #727474;
}

.contact a{
background: url(images/contact.svg) center no-repeat ;
background-size: 15px 15px;
    filter: brightness(0) invert(1);
}


.social span:hover{
background: #D6D8D6;
}

.callout-bar .social{
width: 220px;
height:36px;
}

.callout-bar .social span{
width: 36px;
height:36px;
}

.callout-bar .social span,
.callout-bar .social a{
height:36px;
}


.callout-bar .facebook,
.callout-bar .pinterest,
.callout-bar .instagram,
.callout-bar .youtube,
.callout-bar .tiktok,
.callout-bar .contact,
.callout-bar .twitter{
    background: #fff;
}

.callout-bar .facebook a,
.callout-bar .pinterest a,
.callout-bar .instagram a,
.callout-bar .youtube a,
.callout-bar .tiktok a,
.callout-bar .contact a,
.callout-bar .twitter a{
    background-size: 14px 14px;
    filter: none;
}


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

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

.catsub{
	width: 100%;
	max-width: 1240px;
	clear: both;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
	margin: 10px auto 25px;
	text-align: center;
}

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

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

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

.catsub .catsub-menu a{
	display: inline-block;
	margin: 5px;
	font-size: 13px;
padding: 5px 20px;
color: #323232;
background: #fff;
	border: 1px solid #B7BCC0;
	text-decoration: none;
}

.catsub .catsub-menu a:hover{
background: none;
color: #727474;
}

.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(90deg);
	float: right;
    filter: brightness(0) invert(1);
}

.catsub button.active:after{
	transform: rotate(-90deg);
}


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

.entry-hero-container-inner{
position: relative;
	padding: 25px 10px;
}

.entry-hero-container-inner:before{
content: '';
background: url(images/floral1.svg) center no-repeat;
background-size: contain;
width: 200px;
height: 107px;
	display: block;
	position: absolute;
top: 0;
	right: -15px;
z-index: 1;
}

.single .hero-container.site-container{
	width: 100% !important;
	max-width: 800px !important;
	margin: 0 auto;
}


.single .hero-container.site-container h1.entry-title{
font-size: 42px;
	line-height: 1.3;
}

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

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

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

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

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

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


.entry-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: #323232;
    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: #B7BCC0;
    border-radius: 50%;
    text-align: center;
    padding: 0;
}

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

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

.single-content  ul li::marker{
    color:  #C3B5B6;
}

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

ul.is-style-multi-list li{
	padding: 6px 0;
	padding-left: 0;
list-style-type: none;
	position: relative;
}

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

.single .entry-content-wrap p a,
.single .entry-content-wrap ul li a,
.single .entry-content-wrap ol li a{
	color: #323232;
	font-weight: 700;
    cursor: pointer;
    background-image: linear-gradient(180deg,transparent 80%,#E7E2DC 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;
    user-select: none;
}

.single .entry-content-wrap p a:hover,
.single .entry-content-wrap ul li a:hover,
.single .entry-content-wrap ol li a:hover{
    background-image: linear-gradient(180deg,transparent 0%,#E7E2DC 0);
}

.post-navigation-sub{
	letter-spacing: 3px !important;
    line-height: 1.3 !important;
	color: #323232 !important;
font-size: 16px !important;
	text-transform: uppercase;
}

.entry-tags a.tag-link{
	color: #323232 !important;
	border-radius: 0 !important;
	    font-family: var(--global-heading-font-family);
	text-transform: uppercase;
letter-spacing: 2px;
Font-size: 12px;
}

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

.entry-author-style-normal,
.entry-author-style-center{
background: #E7E2DC;
	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 #fff;
}

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

.entry-author-style-center .entry-author-avatar img{
	border: 4px solid #fff;
}

.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);
text-transform: uppercase;
letter-spacing: 2px;
font-size: 18px;
margin-bottom: 0 !important;
}

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

.entry-author-description {
font-size: 16px !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{
	text-transform: uppercase;
letter-spacing: 2px;
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: 18px !Important;
line-height: 1.4 !important;
	color: #323232;
}

.entry-related .splide .splide__arrow{
background: #727474;
	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: #fff;
	padding: 25px 0;
	margin-bottom: 25px;
}

.comment-form textarea,
.comment-input-wrap input{
	border: 1px solid #323232;
	border-radius: 0;
}

.comment-form textarea#comment{
position: relative;
background: url(images/floral1.svg) top right no-repeat;
	background-size: 200px 107px;
}

.comment-form .comment-input-wrap p label, .comment-form p.comment-form-float-label label{
	color: #323232 !important;
}

.comment-reply-title,
#respond+.comments-title{
position: relative;
	text-transform: uppercase;
letter-spacing: 2px;
	font-size: 24px !important;
}

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

.comment-list li{
	border: none;
background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #323232;
}

.comment-list li.bypostauthor{
	background: #D6D8D6;
}

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

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

.comment-reply-link{
color: #fff !Important;
border: none !Important;
background: #323232 !Important;
}


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

/* Back To Top
--------------------------------------------- */

a.back-to-top{
background: #727474 url(images/arrow-white.svg) center no-repeat;
background-size: 17px 17px;
	transform: rotate(-90deg);
width: 48px;
height: 48px;
position: absolute;
top: -25px;
right: 10px;
	border-radius: 50%;
}

a.back-to-top:hover{
background: #D6D8D6 url(images/arrow-white.svg) center no-repeat;
background-size: 17px 17px;
}

/* Footer Seen On
--------------------------------------------- */

.featured-on{
text-align: center;
	margin: 25px auto 0;
width: 100%;
}

.featured-on .site-container{
border-top: 1px solid #D6D8D6;
padding: 20px 10px;
}

.featured-on h4{
	text-transform: uppercase;
letter-spacing: 2px;
font-size: 20px;
	margin: 0 auto 10px;
}

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

.featured-on ul li{
list-style-type: none;
}

.featured-on ul li img{
	width: 100%;
	max-width: 160px;
margin: 0 auto;
}

/* Footer Rows
--------------------------------------------- */

.footer-rows{
	background: #B7BCC0;
	position: relative;
}

.footer-rows:before{
content: '';
background: url(images/floral2.svg) center no-repeat;
background-size: contain;
width: 250px;
height: 273px;
display: block;
	position: absolute;
	top: -230px;
left: -100px;
	z-index: -1;
}

.footer-rows .site-container{
	padding: 25px 10px;
display: flex;
justify-content: space-between;
	position: relative;
}

.footer-rows h4{
	font-size: 26px;
}

.footer-row_1,
.footer-row_2,
.footer-row_3{
width: 30%;
	padding: 20px;
}

.footer-row_1 ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0;
}

.footer-row_1 ul li a {
    color: #323232;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 5px 0;
    display: block;
}


.footer-row_2 img{
	width: 100%;
	max-width: 200px;
display: block;
margin: 0 auto;
    filter: brightness(0) invert(1);
}

.footer-row_3{
	text-align: center;
}

.footer-row_3 h4{
margin: 0 auto;
}

.footer-row_3 p{
margin: 10px auto 20px;
line-height: 1.4;
font-size: 16px;
}

.footer-row_3 .social{
margin: 20px auto 0;
}

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

.footer-credits{
background: #fff;
color: #323232;
	padding: 10px;
font-size: 14px;
	letter-spacing: .4px;
	border-bottom: 1px solid #D6D8D6;
}

.footer-credits a{
color: #323232;
}

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

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

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

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


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

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


h1.is-style-heading-no-margin-heading,
h2.is-style-heading-no-margin-heading,
h3.is-style-heading-no-margin-heading,
h4.is-style-heading-no-margin-heading{
margin-top: 0 !important;
}


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


/* Image Fields
--------------------------------------------- */

.wp-block-image.is-style-tan-offset,
.wp-block-image.is-style-blueoffset{
	position: relative;
	padding: 0 0 30px 30px !important;
}

.wp-block-image.is-style-watermark{
position: relative;
}

.wp-block-image.is-style-tan-offset:before{
content: '';
border: 15px solid #E7E2DC;
width: 100%:
height: 100%;
display: block;
position: absolute;
bottom: -20px;
left: -20px;
top: 20px;
right: 20px;
	z-index: -1;
}


.wp-block-image.is-style-blue-offset:before{
content: '';
border: 15px solid #B7BCC0;
width: 100%:
height: 100%;
display: block;
position: absolute;
bottom: -20px;
left: -20px;
top: 20px;
right: 20px;
	z-index: -1;
}


.wp-block-image.is-style-watermark:before{
content: '';
background: url("http://www.tidbits-cami.com/wp-content/uploads/2026/03/Logo-white-scaled.png") center no-repeat;
background-size: contain;
width: 180px;
height: 180px;
display: block;
position: absolute;
bottom: 25px;
right: 25px;
}

/* Button Fields
--------------------------------------------- */

.wp-block-button.is-style-tan-arrow-btn .wp-block-button__link,
.wp-block-button.is-style-blue-arrow-btn .wp-block-button__link,
.wp-block-button.is-style-white-arrow-btn .wp-block-button__link,
.kt-blocks-post-readmore,
.wp-block-button.is-style-tan-border-btn .wp-block-button__link,
.wp-block-button.is-style-blue-border-btn .wp-block-button__link,
.wp-block-button.is-style-tan-border-arrow-btn .wp-block-button__link,
.wp-block-button.is-style-blue-border-arrow-btn .wp-block-button__link{
	position: relative;
    font-family: var(--global-heading-font-family);
text-transform: none;
letter-spacing: 0;
	font-size: 18px;
	font-weight: normal;
}

.wp-block-button.is-style-tan-border-arrow-btn .wp-block-button__link:after,
.wp-block-button.is-style-tan-arrow-btn .wp-block-button__link:after{
content: '';
background: url(/wp-content/themes/pmd-tidbitsco/images/arrow-tan.svg) center no-repeat;
background-size: contain;
width: 20px;
Height: 20px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}

.wp-block-button.is-style-blue-border-arrow-btn .wp-block-button__link:after,
.kt-blocks-post-readmore:after,
.wp-block-button.is-style-blue-arrow-btn .wp-block-button__link:after{
content: '';
background: url(/wp-content/themes/pmd-tidbitsco/images/arrow.svg) center no-repeat;
background-size: contain;
width: 20px;
Height: 20px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}

.wp-block-button.is-style-white-arrow-btn .wp-block-button__link:after{
content: '';
background: url(/wp-content/themes/pmd-tidbitsco/images/arrow-white.svg) center no-repeat;
background-size: contain;
width: 20px;
Height: 20px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}

.wp-block-button.is-style-tan-border-arrow-btn .wp-block-button__link,
.wp-block-button.is-style-tan-border-btn .wp-block-button__link{
	border: 1px solid #E7E2DC;
}

.wp-block-button.is-style-blue-border-arrow-btn .wp-block-button__link,
.wp-block-button.is-style-blue-border-btn .wp-block-button__link{
	border: 1px solid #B7BCC0;
}


/* Block Fields
--------------------------------------------- */


.wp-block-search .wp-block-search__inside-wrapper{
	background: #fff;
	border: 1px solid #D6D8D6;
	border-radius: 0 !Important;
	margin: 0 auto;
}

.wp-block-search input{
border: none !important;
	color: #323232 !Important;
}

.wp-block-search__button{
	background: #fff !important;
	color: #323232 !important;
border-radius: 50%;
width: 40px;
height: 40px;
padding: 0;
}

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

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


/* Group Fields
--------------------------------------------- */

.wp-block-group.is-style-group-faded-floral,
.wp-block-group.is-style-group-cami-tips{
position: relative;
}

.wp-block-group.is-style-group-faded-floral:before{
content: '';
background: url(/wp-content/themes/pmd-tidbitsco/images/floral1.svg) center no-repeat;
background-size: contain;
width: 200px;
height: 107px;
	display: block;
	position: absolute;
top: 0;
	right: 0px;
z-index: 1;
    filter: brightness(0) invert(1);
	opacity: .5;
}

.wp-block-group.is-style-group-faded-floral .wp-block-group__inner-container{
	position: relative;
z-index: 2;
}

.wp-block-group.is-style-group-cami-tips{
border: 1.5px solid #E7E2DC;
padding: 25px 15px 15px;
	margin-top: 45px !important;
}

.wp-block-group.is-style-group-cami-tips:before{
	content: '';
	background: #fff url(/wp-content/themes/pmd-tidbitsco/images/txt-tips.svg) center no-repeat;
background-size: 180px 47px;
width: 200px;
height: 47px;
	display: block;
	position: absolute;
top: -25px;
left: 10px;
}


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

.wp-block-kadence-column figure.wp-block-image{
	margin-bottom: 5px !important;
}
/* In Post Pin Button - Grow Social Pug
--------------------------------------------- */

.in-post-pin .dpsp-networks-btns-wrapper{
	text-align: center;
	background: #C3B5B6;
	transition: .5s;
}

.in-post-pin .dpsp-networks-btns-wrapper:hover{
background: #B7BCC0;
}

.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: 10px !important;
	height: 60px !important;
	max-height: 60px !important;
	justify-content: center;   
box-shadow: none !Important;
}

.in-post-pin .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon{
color: #fff !important;
background: none !Important;
border-color: #fff !important;
border-radius: 50%;
}

.in-post-pin .dpsp-network-label{
letter-spacing: 0 !Important;
font-size: 24px !important;
	font-weight: normal !important;
font-family: var(--global-heading-font-family);
color: #323232 !Important;
}

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

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

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

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

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

.recipe-share-open a{
margin: 0 5px 0 0 !important;
background: none !Important;
text-transform: none !Important;
letter-spacing: 0px !Important;
	font-weight: normal !important;
font-size: 16px !Important;
border: 1px solid #B7BCC0 !Important;
    font-family: var(--global-heading-font-family);
}

.recipe-share-open .wprm-recipe-jump:after{
content: '';
background: url(/wp-content/themes/pmd-tidbitsco/images/arrow.svg) center no-repeat;
background-size: 14px 14px;
width: 24px;
height: 24px;
	border-radius: 50%;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
	transform: rotate(90deg);
}


/* EZ TOC
------------------------------------------------------------ */

div#ez-toc-container{
	background: none;
border: 1.25px solid #B7BCC0 !important;
border-radius: 0;
	padding: 15px 20px 10px !important;
	width: 100% !Important;
}

#ez-toc-container li a{
background-image: none !important;
	font-weight: 400 !Important;
	padding: 3px 0;
	display: block;
	color: #323232 !important;
}

#ez-toc-container p.ez-toc-title{
	margin-bottom: 0 !Important;
border: none !important;
font-size: 22px !important;
	line-height: 1;
	color: #323232 !important;
    font-family: var(--global-heading-font-family);
}

.ez-toc-pull-right{
	margin: -5px auto 0;
}

#ez-toc-container label {
    background: #FAFAFA !important;
border: none !important;
border-radius: 0 !important;
    padding: 5px 5px !important;
    width: 45px !important;
    height: 45px !important;
    text-align: center;
    line-height: 1.45;
}

#ez-toc-container svg.list-377408 {
    width: 36px !important;
    height: 36px !important;
    fill: #323232 !important;
    color: #323232 !important;
}

#ez-toc-container svg.arrow-unsorted-368013 {
    fill: #323232 !important;
    color: #323232 !important;
    width: 20px !important;
    height: 25px !important;
}

/* 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: #E7E2DC;
width: 100%;
	display: block;
padding: 20px 15px !important;
margin-bottom: 0px;
font-size: 18px;
line-height: 1.2;
color: #323232;
}

.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: #323232;
}

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

.schema-faq-question:hover{
border-color: #E7E2DC;
}

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

.schema-faq-answer.collapse{
padding: 15px 20px;
background: #E7E2DC;
border-top: 0;
}

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

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

/* Kadence Block Edits
------------------------------------------------------------ */


.splide .splide__arrow{
    background: #323232 !important;
opacity: 100 !important;
width: 2.5em;
    height: 2.5em;
border-radius: 50%;
}



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

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

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

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

.sidebar-newsletter input[type="submit"],
.sidebar-newsletter .button,
.sidebar-newsletter button,
.newsletter-printable input[type="submit"],
.newsletter-printable .button,
.newsletter-printable button{
width: 98%;
	margin: 5px 5px;
}
	
	.drawer-content .widget-area img{
		width: 100%;
		max-width: 200px;
	}
	
	.drawer-content .wp-block-search{
background: #fff;
border-radius: 25px;
}
	
	.drawer-content .wp-block-search .wp-block-search__input{
color: #323232 !important;
	font-size: 15px !important;
		border: none;
		background: none;
		opacity: 100;
}
		.drawer-content .wp-block-search .wp-block-search__input ::placeholder{
color: #323232 !important;
		opacity: 100;
	}
	
	.drawer-content .wp-block-search .wp-block-search__button{
		background: none;
color: #F7914D;
}
}



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

@media only screen and (max-width: 1024px) {
	
.catsub{
	display: block;
	width: 100%;
}
	
	.catsub button{
	display: block;
	width: 100%;
	background: none;
	color: #323232;
	background: #B7BCC0;
	padding: 15px 15px;
}
	

.catsub .catsub-menu{
	display: none;
	}
	
.catsub .catsub-menu.expanded{
	display: block;
    position: relative;
    width: 100%;
    z-index: 998;
	background: #B7BCC0;
margin: 0;
	}
	
.catsub .catsub-menu a{
	display: block;
	position: relative;
	border: none;
	width: 100%;
	margin: 0px auto;
	background: none;
	padding: 10px 10px;
	color: #323232;
	font-size: 16px;
	border-bottom: 1px solid #D6D8D6;
	text-align: left;
}
	
.catsub:hover .catsub-menu a:last-of-type{
	border: none;
}
	
	#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: 0px !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{
		height: 70px !important;
}
	
.nav-menu{
	display: none;
}
	
.menu-toggle{
	display: block;
    background: #fff !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: 10px;
    top: 14px;
    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: #E7E2DC;
	padding-bottom: 15px;
}

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

.nav-menu .menu-item {
	font-size: 20px;
	font-weight: normal;
    font-family: var(--global-heading-font-family);
    list-style: none;
    position: relative;
	border-bottom: 1px solid #fff;
}

.nav-menu .menu-item a	{
    border: none;
    color: #323232;
    display: block;
    padding: 13px 18px;
    position: relative;
    text-decoration: none;
    transition: .5s;
}

.nav-menu .menu-item.current-menu-item>a, .nav-menu .menu-item.current-menu-ancestor>a,
.nav-menu .menu-item:hover>a {
	color: #727474;
}

.nav-menu .menu-item.current-menu-item>a, .nav-menu .menu-item.current-menu-ancestor>a {
    color: #2f2f2f;
}

.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: 0px;
    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: #E7E2DC;
}


.nav-menu .sub-menu .menu-item{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
    font-family: var(--global-heading-font-family);
}


.nav-menu .sub-menu .menu-item,
.nav-menu .sub-menu .menu-item a{
	color: #323232;
}

.nav-menu .sub-menu .menu-item:hover>a {
    background: #D6D8D6;
}

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

.menu-toggle:hover,
	.menu-toggle.active {
    background: #fff;
}

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

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

.nav-menu .submenu-expand svg {
    fill: #727474;
	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;
}
	
	
	.callout-bar .callout-bar_row_button{
		width: 100%;
text-align: center;
		padding: 10px 5px;
	}
	
	
.callout-bar .callout-bar_row_set{
display: none;
	}
	
	.featured-on ul,
	.footer-rows .site-container{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.featured-on ul li img{
max-width: 140px;
	}
	
	.footer-row_1, .footer-row_2, .footer-row_3{
width: 100%;
		text-align: center;
		margin: 20px auto;
}
	
	.footer-row_2{
		order: 1;
	}
	
	.footer-row_1{
order: 2;
}
	
	.footer-row_3{
		order: 3;
	}
	
	.entry-related .entry-related-inner-content{
padding: 0 20px !important;
}
	
	.entry-related .carousel-item{
margin-right: 0px !Important;
    width: calc(((100% + 15px) / 2) - 15px);
}
	
	.entry-related .splide__arrow.splide__arrow--prev{
	left: 5px !important;
}

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

	
}


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

	.wp-block-kadence-tabs .kt-tabs-title-list{
		justify-content: center !important;
	}
	
	.kt-post-grid-wrap[data-columns-ss="3"],
	.grid-sm-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
	
		.footer-credits .site-container, .footer-credits .foot-design_credit{
		flex-wrap: wrap;
	}
	
	.footer-credits .foot-info,
	.footer-credits .foot-design_credit{
		width: 100%;
text-align: center;
justify-content: center;
	}
	
	.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;
}
	
	.wp-block-buttons.is-content-justification-right{
	justify-content: center !important;
}
	
	.wp-block-image.is-style-tan-offset,
.wp-block-image.is-style-blueoffset{
    padding: 0 0 20px 20px !important;
}


.wp-block-image.is-style-tan-offset:before{
content: '';
border: 10px solid #E7E2DC;
width: 100%:
height: 100%;
display: block;
position: absolute;
bottom: -10px;
left: -10px;
top: 20px;
right: 20px;
    z-index: -1;
}


.wp-block-image.is-style-blue-offset:before{
content: '';
border: 10px solid #B7BCC0;
width: 100%:
height: 100%;
display: block;
position: absolute;
bottom: -10px;
left: -10px;
top: 20px;
right: 20px;
    z-index: -1;
}

}


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