.Blog-banner{
    background-image: url(/images/Blog-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:43vh;
}
.bannercontent{margin-top:48px;}
.bannercontent h1{color:#fff;}
.BlogHeader h1{margin-top:5px;}
.BlogHeader h1::after {
    background: #b7a064;
    content: "";
    display: block;
    height: 4px;
    margin-top: 10px;
    width: 75px;
    position:absolute;
    right:47%;
}

.blogdetails-inner{ /*border-bottom:1px solid #dccda5;*/padding-left:3%;}
.blogdetails-inner h1{
    font-weight: 500;
    padding-bottom: 18px;
    text-transform: capitalize;
    font-size: 25px;
}
.blogdetails-inner img{
    height:230px;
    width:100%;
    margin-bottom:20px;
}
.ul list{list-style-type: square;margin-left:20px;}
.listname{
    font-weight: 500;
    color:#222;;
    font-size:18px;
}

.list-actor{padding-left:2%;}
.list-flimmaker{padding-left:2%;}
.subtitle{
    font-weight: bold;
    color:#222222d1;
}


/*-----------------------------comment-section---------------------------*/

/* input, textarea {
  outline: none;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  color: #888888b8;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ced2db;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ced2db;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ced2db;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ced2db;
}

p {

}
#comment{padding:0 0 20px 0;}
.comments {
  margin: 2.5rem auto 0;
  max-width: 75.75rem;
  padding: 0 1.25rem;
}
.comments h2{
	color:black;
	margin-bottom:20px;
}
.comments h2::after{display:none;}
.commentsubmit{ float:right;}
.comment-wrap {
  margin-bottom: 1.25rem;
  display: table;
  width: 100%;
  min-height: 5.3125rem;
}

.photo {
  padding-top: 0.625rem;
  display: table-cell;
  width: 3.5rem;
  padding-right: 20px;
}
.photo .avatar {
  height: 5.25rem;
  width: 5.25rem;
  border-radius: 50%;
  background-size: contain;
}

.comment-block {
  padding: 1rem;
  background-color: #efebe221;
  display: table-cell;
  vertical-align: top;
  border-radius: 0.1875rem;
  box-shadow: 0 1px 3px 0 #9a79226e;
}
.comment-block textarea {
  width: 100%;
  resize: none;
  border-color:#c7a0465e;
}

.comment-text {
  margin-bottom: 1.25rem;
}

.bottom-comment {
  color: #b7a064;
  font-size: 1.20rem;
}

.comment-date {
  float: left;
}

.comment-actions {
  float: right;
}
.comment-actions li {
  display: inline;
  margin: -2px;
  cursor: pointer;
}
.comment-actions li.complain {
  padding-right: 0.75rem;
  border-right: 1px solid #e1e5eb;
}
.comment-actions li.reply {
  padding-left: 0.75rem;
  padding-right: 0.125rem;
}
.comment-actions li:hover {
  color: #0095ff;
}
.glyphicon-off{color:#b7a064;}
*/