/*
Theme Name:     Stamp Time Somewhere Custom Theme
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;
    }
}

#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-palette6) !important;
}
