/*
Theme Name: Bootstrap 5 Custom Theme
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Soundarya Shirshikar
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body{
    background-color: #f8f9fa;
    padding-top: 80px;
}
.dropdown-menu{
    font-size: small !important;
}
.navbar-brand img{
    width: 50px;
}
.fw-600 {
    font-weight: 600;
}
.clearfix{
    clear:both;
}

.content-holder{
    padding: 0px;
}
.content{
    /* width: 70%; */
    float: left;
    /* background-color: chartreuse; */
    padding: 20px;
}
.sidebar{
    /* width: 30%; */
    float: left;
    /* background-color: cadetblue; */
    padding: 20px;
    position: fixed;
    right: 3%;
}
.post_thumbnail{
    padding-bottom: 20px;
}
.post_thumbnail > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}
.article{
    width: 100%;
}
.article > p{
    text-align: justify;
    padding-left: 85px;
}
.post_title {
    color: #198754;
    font-weight: 600;
    font-size: xx-large;
}
.elementor-post__title > a:hover {
    color:#267438 !important;
}
.elementor-post elementor-grid-item post-101 post type-post status-publish format-standard hentry category-springboot-basic a {
    list-style-type: disc;
    margin-left: 25px !important;
    display: list-item;
}
.card.small.mb-3.default_sidebar{
    border: none;
}
.wp-block-tag-cloud > a{
    background-color: #676a6b;
    margin: 3px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 3px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 11pt !important;
}
.wp-block-tag-cloud > a:hover{
    background-color: #198754;
}
.mega-sub-menu > li > a{
    border-bottom:1px solid #37C837 !important;
    background-color: #fff !important;
    font-weight: 600 !important;
}
.mega-sub-menu > li > a:hover{
    background-color: #f0f7ef !important;
}
.read_more{
    color: #157347;
    font-weight: 600;
}
.img-fluid{
    height: 150px !important;
    width: auto;
}
.code1{
    background-color: #F6F6F6;
    padding: 10px;
    width: auto;
    font-family: 'Courier New', Courier, monospace;
    border: 1px solid #89D0EB;
}
.d1{
    min-height: 334px;
}
.d2{
    min-height: 358px;
}