/*
Theme Name:     Stamp with Leigh
Theme URI:      n/a
Template:       kadence
Author:         Catherine Carroll
Author URI:     n/a
Description:    A mobile responsive theme built for the Kadence Framework by Catherine Carroll
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/



@media screen and (min-width: 768px) {
    .grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
        display: grid;
        grid-template-columns: 1fr 1fr;
			margin-bottom: 30px;
    }
}
.site-branding .site-title {
  font-family: var(--global-heading-font-family);  
	font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
  color: var(--global-palette9);
	text-align: center;
}

.site-branding .site-description {
  font-family: var(--global-body-font-family); 	
  color: var(--global-palette9);
	text-align: center;
	font-weight: normal;
}

main#inner-wrap, #secondary {
	background-color: #EBE9E0;
background-image: url("/wp-content/uploads/2025/09/flower.png");
  background-repeat: repeat;
  background-attachment: fixed;
}

.kadence-posts-list .entry-list-item, .primary-sidebar.widget-area .widget {
	padding: 30px;
	background-color: #ffffff;
}

#secondary .wp-block-search {
	margin-top: 20px;
}

#secondary .wp-block-search .wp-block-search__button {
color: var(--global-palette1) !important;
	padding: 5px;
}

#secondary .wp-block-search .wp-block-search__button:hover {
	box-shadow: none !important;
color: var(--global-palette2) !important;
}
