:root{
	--main-color: #6867AC;
	--navSubmenuHoverColor: #6867AC;
}
.article-card{
	height: 100%;
}
.elementor-testimonial-wrapper .elementor-testimonial-content{
	font-size: 1rem !important;
}
.wp-block-embed__wrapper{
	padding-bottom: 56.25%;
overflow: hidden;
}
.display-posts-listing{
	padding: 0;
	list-style: none;
	display: flex;
	margin: 20px 0 40px;
	flex-wrap: wrap;
}
.display-posts-listing .listing-item{
	width: 33.333%;
	padding-inline: 15px;
	margin-bottom: 20px;
}
.listing-item .image{
	display: block;
	aspect-ratio: 16 / 9;
}
.listing-item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.listing-item .title{
	display: block;
	color: #000;
	padding: 10px 0 15px;
	font-size: 1.25rem;
line-height: 1.6;
margin-bottom: 12px;
	font-weight: bold;
}
@media screen and (max-width: 768px){
	.display-posts-listing .listing-item{
		width: 100%;
	}
}

.cover-fit{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 991px){
	.col-md-4 {
		max-width: 33.3333333333%;
		flex: 0 0 33.3333333333%;
	}
}

@media (min-width: 1190px){
	.col-lg-4 {
		max-width: 33.3333333333%;
		flex: 0 0 33.3333333333%;
	}
}
@media (min-width: 1440px){
	.col-xl-4 {
	  max-width: 33.3333333333%;
	  flex: 0 0 33.3333333333%;
	}
}
.tutor-container, .tutor-container-sm{
	max-width: 100%;
}
.page-title{
	font-size: 2rem;
}
.home-banner{
	height: 300px;
	background: url("/wp-includes/svg/illu_discuss.svg") calc(50% + 200px) bottom no-repeat;
	background-size: auto 300px;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	line-height:1.5;
}
@media screen and (max-width: 768px){
	.home-banner{
/* 		background: none; */
		text-align: center;
		padding-inline: 15px;
		font-size: 1.1rem;
		padding-top: 80px;
		padding-bottom: 400px;
		display: block;
		background-position: center bottom;
		height: auto;
	}
	.tutor-header-profile-name, .tutor-header-profile-content-text{
		display: none;
	}
}
.login-title{
	color: var(--main-color);
	font-size: 3rem;
	line-height: 1;
    margin: 0 0 20px;
}
.site-title{
	padding: 0 10px;
	line-height: 1;
	margin-bottom: 10px;
}
.elementor img.hero-logo{
	height: 84px;
}
.navbar-brand img{
	height: 36px;
}
.entry-content h1{
	font-size: 2.5rem;
}
.archive-title{
	font-size: 2rem;
	line-height: 1.7;
	margin-bottom: 20px;
}
.article-card{
	box-shadow: 0 4px 15px 4px rgba(39,57,101,.1) !important;
	overflow: hidden;
	border-radius: 6px;
}
.article-card a{
	text-decoration: none;
}
.article-list-title{
	color: var(--tutor-body-color);
	font-size: 1.25rem;
	line-height: 1.6;
	margin-bottom: 12px;
}
.article-list-thumbnail{
	aspect-ratio: 16 / 9;
}
.article-list-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article-card-data{
	padding: 20px;
}
.article-card-content{
	display: -webkit-box;
-webkit-line-clamp: 3; 
-webkit-box-orient: vertical;  
overflow: hidden;
}
.tab-body h2{
	font-size: 2rem;
}
.tab-body h3{
	font-size: 1.7rem;
}
.my-syntax-highlighter{
	margin: 20px 0;
}
.testimonial-list{
	margin-bottom: 40px;
}
.testimonial-card{
	box-shadow: 0 4px 15px 4px rgba(39,57,101,.1) !important;
	padding: 40px 20px 10px;
	border-radius: 6px;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	height: calc(100% - 50px);
}
.testimonial-card h3{
	color: var(--main-color);
}
.testimonial-card figure{
	--width: 84px;
	width: var(--width);
	height: var(--width);
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	margin: 0;
	top: calc(-1 * calc(var(--width) / 2));
	left: calc( 50% - calc(var(--width) / 2));
	border: 8px solid #fff;
}
.testimonial-card .user-title{
	font-size: 13px;
	color: #666;
}
.testimonial-card  p{
	font-size: 14px;
}
section.footer-widgets .logo-footer{
	max-width:100%;
	width: 200px;
	margin-left:0;
}
.ad-block{
	padding: 15px 0;
}
.tutor-container h2{
	font-size: 1.8rem;
}
h1.entry-title{
	padding: 30px 0 10px;
	font-size: 2.5rem;
	line-height:1;
}
.footer-icon{
	font-size: 2rem;
}
section.footer-widgets{
	color: #ccc;
}