#qodef-page-outer:has(.stt-blog-title) .qodef-page-title{
	height: auto !important;
}

#qodef-page-inner:has(.stt-blog-title){
	padding: unset !important;
}

.stt-blog-sidebar .qodef-widget-title {
    font-family: 'Rajdhani';
}
#stt-blog-sidebar a.qodef-e-title-link {
    /* text-wrap: nowrap; */
    text-overflow: ellipsis;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* display: block; */
    /* overflow-x: hidden; */
    overflow: hidden;
    /* overflow-y: hidden; */
    /* white-space: nowrap; */
    /* width: 150px; */
    /* max-height: 6ch; */
}

.stt-blog-sidebar .qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: flex;
    align-items: start;
}

.stt-blog-sidebar .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image{
	margin: 5px 11px 2px 0 !important;
}
.stt-blog-sidebar .entry-date a, .stt-blog-list .entry-date a, .stt-blog-list .qodef-e-info-category a{
    font-family: 'Montserrat' !important;
}
.stt-blog-title .qodef-m-subtitle{
	font-family: 'Rajdhani';
    color: #111;
    opacity: 0.5;
    font-weight: 600;
}
.stt-blog-list .qodef-e-excerpt{
	display: none;
}
.stt-blog-sidebar .widget_categories ul li a{
	letter-spacing: 2.4px;
}
.stt-blog-list .qodef-e-read-more .qodef-m-text:after{
    background-image: url(https://stt-website.s3.ap-south-1.amazonaws.com/wp-content/uploads/2023/08/18140055/Group-1.png);
    background-size: 18px 12px;
    display: inline-block;
    content: ""
}
.stt-blog-sidebar .qodef-cf7-newsletter input[type=email], input[type=search]{
    font-family: 'Rajdhani';
    font-size: 11px;
    font-weight: 600;
}
.stt-blog-list .qodef-blog.qodef-blog-showcase article:nth-child(5n+1), .stt-blog-list .qodef-blog.qodef-blog-showcase article:nth-child(5n+3){
    padding-right: 10px;
}
.stt-blog-list .qodef-blog.qodef-blog-showcase article:nth-child(5n+2), .stt-blog-list .qodef-blog.qodef-blog-showcase article:nth-child(5n+4) {
    padding-left: 10px;
}


@media only screen and (min-width: 1024px) {
    .stt-blog-title .qodef-m-title{
        font-size: 70px;
    }
    .stt-blog-title .qodef-m-subtitle{
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .stt-blog-title .qodef-m-title{
        font-size: 70px;
    }
    .stt-blog-title .qodef-m-subtitle{
        font-size: 20px;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .stt-blog-title .qodef-m-title{
        font-size: 40px;
    }
    .stt-blog-title .qodef-m-subtitle{
        font-size: 15px;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .stt-blog-title .qodef-m-title{
        font-size: 70px;
    }
    .stt-blog-title .qodef-m-subtitle{
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .stt-blog-title .qodef-m-title{
        font-size: 30px;
    }
    .stt-blog-title .qodef-m-subtitle{
        font-size: 12px;
    }
}
.stt-blog-sidebar .qodef-social-icons-group a:hover{
    color: unset;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-date a, .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-category a, .stt-blog-sidebar .widget_categories ul li a{
    pointer-events: none;
}