/*!
Theme Name: custom
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: custom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

custom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.inner-banner {
    padding: 150px 20px;
}
.blog-wrap{
	padding: 70px 0;
}
.inner-banner h1{
	color:#fff;
}
.card h2 a {
    font-size: 22px;
    color: #000000;
    /* text-transform: capitalize; */
    line-height: 30px;
    display: block;
}
.card{
	overflow:hidden;
}
.blog-img-wrap{height:280px;overflow:hidden;}
.blog-img-wrap img{
	height:100%;width:100%;
	object-fit:cover;
}
.sidebar {
    background: #fff;
    border: 1px solid #dedede;
    padding: 20px;
}
.post-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.post-thumbnail {
    height: 370px;
    overflow: hidden;
    margin-bottom: 20px;
}
h2.wp-block-heading {
    font-size: 22px;
    font-weight: 600;
}
.widget_block {
    margin-bottom: 20px;
}
h2.wp-block-heading {
    font-size: 22px;
    font-weight: 600;
    padding-left: 15px;
	margin: 0 0 10px 0;
    border-left: 3px solid #fbbd06;
}
.blog-card .blog-img {
    margin-bottom: 18px;
    height: 360px;
}
.wp-block-image, .wp-block-heading{
	margin-bottom:15px;
}
.wp-block-list li{
	margin-bottom:10px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    border-bottom: 1px solid #d3d3d3;margin-bottom: 10px;
    padding: 8px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a{
	color:#000;
}
.blog-card .blog-img img{
	height:100%;width:100%;
}