/* Themify Customize Styling */
body {	
	font-family: "Noto Sans Devanagari";	font-weight:400;
	font-style:normal;
	font-size:1.1em;
	text-align:left;
	color: #666666; 
}
a {	
	color: #666666; 
}
a:hover {		font-style:normal;
	font-weight:normal;
	text-decoration:none;

	color: #666666; 
}
h1 {	
	font-family: "Tiro Devanagari Marathi";	font-weight:400;
 
}
h2 {	
	font-family: "Tiro Devanagari Marathi";	font-weight:400;
 
}
h3 {		font-weight:400;
 
}
h4 {		font-weight:400;
 
}
h5 {		font-weight:100;
	text-transform:capitalize; 
}
h6 {		font-weight:400;
	font-size:40px;
	text-transform:capitalize; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body {	
	font-family: "Public Sans";	font-weight:400;

	color: #666666; 
}
a {	
	color: #666666; 
}
a:hover {	
	color: #666666; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body {	
	font-family: "Public Sans";	font-weight:400;
 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body {	
	font-family: "Public Sans";	font-weight:400;
	font-size:1.1rem;
	text-align:left; 
}
 }
/* Themify Custom CSS */
.comment {
    font-size: .9em;
	  opacity: .7;
    clear: both;
	 /* margin-top:-70px; */
	}

.list{
	line-height: 1.1em;
}

.list li{
	line-height: 1.5em;
	
}
/* Below code is for Desktop Mode */
@media screen and (min-width: 680px){
form.ptb-submission-form .ptb_module.ptb_custom_text .comment{
width:75%;
float:right;
/* margin-top:-70px; */
}
form.ptb-submission-form .ptb_module.ptb_custom_text .comment.list li {
    line-height: 18px;
}}




/* Center-align the auto-generated column on desktop */
/*
@media only screen and (min-width: 768px) {
td.footable-first-visible, th.footable-first-visible {
text-align: center !important;
}
}
*/
/* Left-align the auto-generated column on mobile */
@media only screen and (max-width: 767px) {
td.footable-first-visible,
	th.footable-first-visible
{
text-align: left !important;
}
}

/* ptb search module */
.ptb_search_module.ptb_search_button.tf_clearfix {
  display: flex;
  justify-content: flex-start; 
  gap: 10px; 
margin-top:20px
}
.ptb-search-form input{
width:auto;
}

/* text highlight */

.texthighlight {
	color: #FF0000;
}

h3.image-title{
	text-align: center;
	color:black;
}

.video-top .video-title {
    margin-top: .8em;
    text-align: center;
}


.amol-links a {
    padding: 5px 10px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 5px;
}
.amol-links a.edit-post {
    background: green;
    color: #fff;
}
.amol-links a.remove-post {
    background: red;
    color: #fff;
}

/*Custom Text Comment */

/* Apply only for desktop screens (≥ 992px wide) */
@media (min-width: 992px) {
  .ptb_module.ptb_custom_text {
    margin: 0;
    margin-left: 18em;
  }
}

/* Reset for mobile & tablet (optional) */
@media (max-width: 991px) {
  .ptb_module.ptb_custom_text {
    margin: 0; /* or margin-left: auto; to keep centered */
  }
}

/* table font size for marathi */

.semantic_ui .ui.table tr td {
    border-top: 1px solid rgba(34, 36, 38, .1);
    font-size: 16px;
}

.semantic_ui .ui.table thead {
    box-shadow: none;
    font-size: 16px;
}

/* Hide bullet list if it is inside audio */

/* Hide bullets and numbers only in lists inside .module-audio */

