/*
Theme Name:     Jans Stamping Creations
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;
    }
}
main#inner-wrap, #secondary {
background-color: var(--global-palette8);
}

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

.site-main {
	padding: 0;
    background-color:#E4EED6;
}

#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;
}
