/*
Theme Name: Meghna
Theme URI: 
Author: Sudipta Chakraborti
Author URI: 
Description: 
Version: 1.0
*/


.field_error {
	color: red;
	font-size: 14px;
}
.ajax_success {
  color: #32ab00;
  font-size: 20px;
}
.ajax_error {
  color: red;
  font-size: 20px;
}


img.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}
img.alignright {
    float: right;
    margin: 10px 0px 10px 10px;
}



#comments .comment-list {
  list-style: none;
  padding-left: 0;
}
#comments .comment-list ol {
  list-style: none;
  padding-left: 0;
}
#comments .comment-list li.comment {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
#comments .comment-list li p:after {
  clear: both;
  display: block;
  content: '';
}
#comments .comment-list li .commentmetadata {
  padding-bottom: 6px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 13px;
}
#comments .comment-list li.comment li.comment {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
}
.comment-author {
  padding-bottom: 6px;
}
.comment-author img {
  margin-right: 6px;
}
.comment-body {
  position: relative;
  padding-bottom: 30px;
}
.depth-3 .comment-body {
  padding-bottom: 10px;
  border-bottom: 1px solid #9c8b47;
}
#comments .comment-list .reply {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #9c8b47;
    text-align: right;
    padding-bottom: 4px;
    margin-top: -10px;
}
#commentform p {
  margin-bottom: 20px;
}
#respond #reply-title {
  font-size: 22px;
  margin: 0 0 12px 0;
}
#comments .comment-list .reply a {
  display: inline-block;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #fff;
}
#comments .comment-list .reply a {
  background-color: #940909;
  text-shadow: none;
}
#comments .comment-list .reply a:hover {
  background-color: #2570bd;
}


.sorter .short-by select { 
  width: 160px;
}


@media only screen and (min-width: 768px) {
  
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  
}
@media only screen and (max-width: 767px) {
  
}


/*===============================================================================================*/

.mtmegamenu a.active .title.title_font span,
.mobile-menu li a.active {
  color: #8627fd;
}