/*
Theme Name: Kadence Child
Theme URI: https://yourwebsite.com/
Description: Child theme for Kadence WordPress Theme
Author: Your Name
Author URI: https://yourwebsite.com/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

/* Custom CSS goes below this line */

.loop-entry .entry-header .entry-title {
    font-size: 24px;
    line-height: 1.2;
}
.entry.loop-entry {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.sidebar-inner-wrap label.wp-block-search__label {
    display: none;
}
.primary-sidebar .widget {
    background-color: #f4f4f4;
    padding: 30px 20px;
    border-radius: 10px;
}
@media(min-width:1024px){
	.page .entry-content-wrap {
    padding-left: 0;
    padding-right: 0;
}
}