/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 31 2025 | 10:07:47 */
/* Add your CSS code here.


For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp


End of comment */ 
.bte_slide img{
	height:150px;
	width:auto;
	margin:auto;
}
.blog_slider_image img{
	height:150px;
	width:auto;
	margin:auto;
}


/* Web Stories */

.post-type-archive-web-story #post-list{
	display: flex;
    flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
article.web-story {
    width: calc(33.3% - 15px);
}
.post-type-archive-web-story .article-inner.has-shadow .entry-header-text{
	padding: 10px;
}
.post-type-archive-web-story .entry-header-text h2{
	font-size:18px;
	font-weight:500;
}
.post-type-archive-web-story .is-divider{
	display:none;
}
.post-type-archive-web-story .article-inner.has-shadow .entry-content{
	padding:10px
}
.post-type-archive-web-story footer.entry-meta{
	display:none;
}
.post-type-archive-web-story .entry-image-float{
	display:none;
}
.post-type-archive-web-story .more-link{
	display:none;
}
.post-type-archive-web-story .clearfix{
	display:none;
}
.post-type-archive-web-story .article-inner {
    height: 100%;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
	border-radius:8px;
}
.post-type-archive-web-story #post-list ul.links {
	width: 100%;
}


@media (max-width:500px){
	article.web-story {
    width: 100%;
}
	blockquote {
		padding: 0 0.8em;
	}
}




