*{}
body{font-size:16px;    background: #f5f5f5 !important;}
a{text-decoration:none !important;}
a:hover{}
h1, h2, h3, h4, h5, h6{}
ul {
    display: block;
/* 	margin: 0 !important;
	padding: 0 !important; */
	list-style:none;
}
header{background:teal;}
.main_header_wrap{position:relative;}
.main_header_wrap{display: flex;
    align-items: center;
    justify-content: space-between;
    background: teal;
    margin-bottom: 10px;
	
}
.site-logo{}
.site-logo a{color:#fff;}
.title_sub{    font-size: 1rem;
    padding-left: 10px;
    color: #dfdede;}
.mainmenu-wrap{}
.mainmenu-wrap ul{}
.mainmenu-wrap ul li{    list-style: none;
    display: inline-flex;
    margin-left: 30px;position:relative;}
.mainmenu-wrap ul li a{    text-decoration: none;
    color: #fff;
    font-size: 120%;padding: 5px 20px;transition: .8s background}
.mainmenu-wrap ul li a:hover{    color: #fff;
    background: #084c4c70;
    border-radius: 5px;}
.tbd_dropdown_menu{
	display: block;
    position: absolute;
    top: 47px;
    left: 0;
    background: #00828214;
    margin: 0 !important;
	visibility:hidden;
	z-index:999;
	transition: max-height 2s ease-out;
	width:200px;
	max-height: 0; 
	border-top:8px solid #fff;
}
.tbd_dropdown_menu::before{
	content: " ";
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: -15px;
    background: teal;
    transform: rotate(45deg);
    left: 45px;
}	
.tbd_dropdown_menu li{
	    display: block !important;
    margin: 0 !important;
}
.tbd_dropdown_menu li a{
	    color: #fff !important;transition-property: none;
		padding:8px 20px !important;
		display:block;
		border-radius:0 !important;
		background:teal;
		margin-bottom:5px;
}
.mainmenu-wrap ul li:hover .tbd_dropdown_menu{visibility:visible;max-height:500px; } 
.mobilemenu_icon{
	position: absolute;
    top: 0;
    right: 0;
	display:none;
}

.main_content{    margin-top: 30px;}
.content_list{}	
.article-card{    display: grid;
    grid-template-columns: 40% 60%;
    background:#fff; margin-bottom: 20px;max-height:300px;overflow:hidden;border: 1px solid #00828226;}	
.article-thumb{}	
.article-thumb img{width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;}	
.article-content{padding: 30px;}	
.article-card-top, .article-card-bottom {    display: flex;
    align-items: center;
    justify-content: space-between;margin-bottom: 10px !important;}
.tbd_post_date{color: darkseagreen !important;}
.article-card-top a, .article-card-bottom a{color: teal;font-weight: 500;}
.category{    color: white !important;
    background: #008282;
    padding: 5px 10px;
    font-size: 90%;    margin-right: 7px;}	
.article-card-top svg{vertical-align: sub;}	

.article-content h2{    font-size: 150%;     font-weight: bold;}	
.article-content h2 a{color:#333;}	
.article-content h2 a:hover{text-decoration:underline !important;color:teal;}	
.article-content p{    text-align: justify;}	
	
.tbd_sidebar_area{
	
}
.tbd_widget_area{
    background: #fff;
    padding: 20px;
	margin-bottom:20px;border: 1px solid #00828226;
}
.tbd_widget_title{margin-bottom:15px;font-size: 1.5rem;    color: teal;}
.tbd_widget_content{
}
.tbd_widget_area .tagcloud a{    background: #679f9f;
       line-height: 33px;
    padding: 5px;
    color: #f7f7f7;
    font-size: 80% !important;
}
.tbd_widget_area .tagcloud a:hover{background: #3D8080;}
.profile_card_img{width:100px;height:100%;border-radius:50%;background:#f5f5f5;padding:5px; border:1px solid #ddd;margin: 0 auto;display:block;}
.tbd_widget_area ul{display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;}
.tbd_widget_area ul li{    list-style-type: none;
    /* list-style-position: inside; */}
.tbd_widget_area ul li a{padding:5px 0;display:block;color:#000000;}
.tbd_widget_area ul li a:hover{text-decoration:underline !important;color:teal;}
.tbd_footer{/* background: #00828214;    padding-top: 30px;margin-top:30px; */}
footer .tbd_widget_title{font-size:150%}
footer .tbd_widget_content ul{ margin-left:0 !important;}
footer .tbd_widget_content ul li{    list-style-type: none;}
.social_icons a{color:teal;}
.tbd_facebook{}
.tbd_facebook:hover{color: #1877F2;}
.tbd_linkedin{    }
.tbd_linkedin:hover{color: #0077b5;}
.tbd_twitterx{}
.tbd_twitterx:hover{color:#000;}
.tbd_youtube{}
.tbd_youtube:hover{color:#f00;}
.copyright_text{/* border-top:1px solid #e5620057; */padding:15px;margin-top:30px}
.archive_header{    padding: 25px 15px;
    background: #ffffff;
    margin-bottom: 20px;overflow:hidden;    border: 1px solid #00828226;}
.archive_header h2{    font-size: 2.5rem;}
.archive_type_name{    color: #008282;}
.archive_header p{    color: #333;}
.tbd_author_short_bio{display: flex;}
.tbd_author_short_bio img{float:left;}
.tbd_author_description{float:left;margin-left:20px;}
.tbd_author_description p{text-align:justify;}
.single_article{overflow:hidden;margin-bottom: 30px;}
.tbd-article-header {border-bottom: 1px solid #ddd;
    padding: 10px;
        margin: 20px 0;}
.tbd-article-header h2{line-height: 45px;color:#000;}
.tbd-post-meta{}
.tbd-meta-info{color: #777 !important;
    padding: 0 15px 0 0;
    font-size: 120%;}
.tbd-meta-info:hover{color: teal !important;}
.single_article h2{    font-weight: bold;    color: #008282;}
.single_article p{}
.tbd-full-article {
    padding: 0 25px 20px;}
.tbd-full-article ul{
	list-style-type:circle;
}
.tbd-full-article pre {
	background: #ddd;
	padding:20px;
}

.single_article img{max-width:95%; display:block;}
.tbd-post-tags{
	margin-bottom: 20px;
}
.tbd-post-tags a{    background: #8fbc8f5c;
    padding: 5px 7px;
    color: teal;    margin-left: 10px;}
.tbd-post-tags a:hover{color:#fff;background:teal; }
.tbd-related-posts-section{}
.tbd-related-posts-section h2{}
.tbd-related-post{}	
.tbd-related-post h3 {padding: 5px;}	
.tbd-related-post a {color: #000;
    font-weight: bold;}	
	
.tbd_author_bio{text-align:center;}
.author-social-icons a{
	    color: teal;
    font-size: 1.3rem;
    padding: 5px;
}
.comment-title{margin-bottom:20px;}
li.comment{margin-top:20px;}
.comment-author{}
.comment-author img{margin:0 7px;float:left;}
.comment-form-comment label {
display: block;}

.searchform {
    display: flex;
}
#s {
    flex: 1;
    padding: 5px;
}

#s:focus {
    outline:0;
}
#searchsubmit {
    padding: 5px 10px;
    background-color: #008282;
    color: #fff;
    border: none;
    cursor: pointer;
}
.tbd_footer_widget_area a{
	color:#289595;
}

.popular-post-item{
	    display: flex;
    justify-content: start;
    gap: 10px;
}
.thumbnail-img{
	width:60px;
	height:60px;
}

@media only screen and (max-width: 600px) {
	.article-card {
    display: flex;
    justify-content:start;
	flex-direction:column;
    max-height: fit-content;

}
}
