/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.highlight span{
	color: var(--e-global-color-primary);
}
:root{
	--theme-font-stack-default: "Inter", Sans-serif;
}

#blog_home .post-items .btn-wraper{
	border-top: 1px solid #ddd;
    padding: 15px 0px;	
}

.wp-form-css div.wpforms-container-full:not(:empty) {
    margin: 0px;
}

.wp-form-css .wpforms-submit{
	width: 100%;
}

[data-prefix="single_blog_post"] .entry-header .page-title{
	color: #fff;
}
h4.related-entry-title {
    font-size: 21px !important;
}
.ct-related-posts .ct-module-title{
    font-size: 2.063rem;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header img {
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
}

[data-prefix="search"] .entry-card{
	--theme-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	border-radius:10px !important;
}

[data-prefix="search"] .entries img{
	border-radius: 10px;
}

[data-prefix="search"] .entries h2 {
    font-size: 1.75rem;
}

[data-prefix="search"] .page-title{
	color: #fff !important;
}