/*
Theme Name:   Jan Krupp
Theme URI:    https://jankrupp.com
Description:  Custom Kadence child theme for author Jan Krupp. Built with Gutenberg blocks and custom blocks — no page builders.
Author:       Jeizebel E.
Author URI:   mailto:jeizebel@booksforward.com
Template:     kadence
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  jan-krupp-kadence
Tags:         kadence, child-theme, author, blog
*/

/* ==========================================================================
   Custom styles for the Jan Krupp site.
   Add your CSS below this line. Parent (Kadence) styles load first.
   ========================================================================== */

.overflow-content {
	position: relative;
	z-index: 2;
}

.site-footer-row.site-footer-row-columns-1 {
	border-top: 1px solid #dedacf61;
}


.jk-ts__content {
    padding: 20px 0;
}

.jk-ts__content::before {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 60px;
    filter: blur(25px);
}

.jk-ts__author {
	color: #fff;
	opacity: 1;
}

.entry-content blockquote {
    font-size: 28px;
    font-style: normal;
    line-height: 1.5;
}

.jk-ts__mark {
	fill: #b59566;
}