/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/



.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
	  margin-top: 15px;
}
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 0;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out p {
    margin-bottom: 0;
}




.section-main-content-box h1 { 
	font-size: 36px;
}
.section-main-content-box h2 { 
	font-size: 32px;
}
.section-main-content-box h3 { 
	font-size: 28px;
}
.section-main-content-box  h4 { 
	font-size: 24px;
} 
.section-main-content-box  h5 { 
	font-size: 20px;
} 
.section-main-content-box h6 { 
	font-size: 18px;
}
.section-main-content-box h1,
.section-main-content-box h2,
.section-main-content-box h3,
.section-main-content-box h4, 
.section-main-content-box h5, 
.section-main-content-box h6 { 
	margin-bottom: 0px;
}
.section-main-content-box .aligncenter {
    display: block;
    margin: 20px auto;
}
.section-main-content-box .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.section-main-content-box .table-responsive table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.section-main-content-box .table-responsive th, .section-main-content-box .table-responsive td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}
.section-main-content-box table {
  background: transparent;
}
.section-main-content-box {
    margin: 40px 0px;
}
.section-new-header .site-content {
    padding: 0px 0 0;
}
.section-new-header .main-header .header-2-wrapper .site-title a.has-logo {
    line-height: 60px;
}













