/*!
Theme Name: custom
Theme URI: #
Author: Vishal
Author URI: #
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/
*/
.space-wrap{
	padding:80px 0;
}
h3.box-title {
    font-size: 20px;
	margin-bottom:10px;
}
.blog-content {
    padding: 20px;
/*     border-top: 1px solid #00000030; */
}
h3.box-title a{
   color:#000;
font-weight: 700;
}
.page-wrapper{
	overflow-x:hidden;
	overflow-y:scroll;
}
.inner-banner{
	padding:60px 20px;
}
.blog-wrap{
	padding: 70px 0;
}
.card h2 a {
    font-size: 22px;
    color: #000000;
    /* text-transform: capitalize; */
    line-height: 30px;
    display: block;
}
.card{
	overflow:hidden;
}
.blog-img-wrap{height:200px;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: 15px 0 15px 0;
    border-left: 3px solid #000;
}
.blog-card .blog-img {
    margin-bottom: 18px;
    height: 360px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    border-bottom: 1px solid #d3d3d3;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a{
	color:#000;
}
/* .widget_nav_menu a::before, .widget_meta a::before, .widget_pages a::before, .widget_archive a::before, .widget_price_filter a::before, .widget_time_duration a::before, .widget_instructor a::before, .widget_categories a::before{
	left: 0;right:auto;
} */
.blog-card3 .blog-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.sidebar-area {
    padding: 20px;
    color: #000;
    background: #f1f1f1;
}
.blog-details .widget_title{
	color:#000;position: relative;
}
.blog-details .widget_title::after{
	position:absolute;
	content:'';
	border-bottom:3px solid #000;
	width:40px;
	left: 0;
    bottom: 6px;
}
.blog-details .widget ul li{
	position:relative;
}
.blog-details .widget ul li {
    position: relative;
    border-bottom: 1px solid #dedede;
}

.blog-details .widget ul li a {
    position: relative;
    font-size: 15px;
    padding-left: 20px;
    display: block;color: #000;
    padding: 10px 0 10px 20px;
}
.blog-card3 .blog-img {
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
}
.blog-card3 {
    padding: 0px;
    border: 1px solid #00000030;
	border-radius: 10px;
}
.widget_categories ul li a:before{
	font-family: "FontAwesome";
    content: "\f101";
	left: 0;
    color: #212121;
    position: absolute;
    top: 10px;
}
.wp-block-image{
	margin-bottom:15px;
}
.wp-block-paragraph a{
	color:#000;
}
ul.wp-block-list li {
    list-style: disc;
}
ul.wp-block-list {
    padding-left:20px;
	margin-bottom:15px;
}
h3.wp-block-heading, h4.wp-block-heading{
	font-weight:600;
	color:#000;
	margin: 20px 0;
}
.entry-footer span.cat-links {
    display: block;
}
.blog-meta {
    font-weight: 500;
    font-size: 15px;
}
a.link-btn.style3 {
    font-size: 16px;
    font-weight: 600;
    color: #16192a;
}