/* CKE */

.cke_top,
.cke_bottom {
  display: none !important;
}

.cke.cke-focus {
  border-color: #769e2d;
}

.cke_contents {
  height: 50px !important;
  width: 100% !important;
}

/* Comments */

.comment-unpublished {
  padding: 5px 10px;
}

#content-bottom h2.comments-title {
  font-size: 16px;
  font-weight: bold;
}

#content-bottom #comments {
  margin-top: 10px;
  margin-bottom: 40px;
  float: left;
  clear: both;
  width: 100%;
  max-width: 960px;
}

.iframe #content-bottom #comments {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

#content-bottom #comments #node-comment-form-loaded,
#content-bottom #comments .parent-thread,
#content-bottom h2.comments-title {
  margin-top: 10px;
  background-color: #ffffff;
  padding: 20px;
}

.comment .form-item,
.comment .form-actions {
  margin: 5px 0 15px;
}

.cancel-comment,
.not-username-comment a,
.comment-form .comments-login-text a {
  color: #007ab8;
  cursor: pointer;
  display: inline-block;
}

.comment-show-more {
  margin: 10px 0 0;
  width: 100%;
  color: #ffffff;
  background: #769e2d;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}

.comment-show-more:hover,
.cancel-comment:hover {
  text-decoration: underline;
}

.comment-form .comments-login {
  padding: 12px 30px;
  background-color: #f2f2f2;
  color: #7f7f7f;
  position: relative;
}

.comment-form .comments-login-throbber {
  display: none;
}

#comment-form-wrapper {
  margin-top: 10px;
}

#comment-form-wrapper.comment-form-opened {
  padding-bottom: 0 !important;
}

.bnh-comment-form-wrap {
  padding-top: 15px;
}

.username-comment-title {
  font-size: 12px;
  color: #999;
}

.username-comment {
  font-size: 16px;
  font-weight: 800;
  color: #323232;
  margin-left: 5px;
}

.not-username-comment {
  float: right;
  font-size: 12px;
  color: #323232;
  margin-top: 5px;
}

body.mobile .not-username-comment {
  float: none;
  display: block;
  text-align: right;
}

.comment {

}

.mPage .comment p {
  margin-bottom: 0.25em;
  font-size: 14px;
  line-height: 1.5;
}

.mPage .comment p:last-child {
  margin-bottom: 0;
}

.mPage .comment blockquote {
  margin-bottom: 0.5em;
}

.comment .bhe {
  background: url(//static.bhphotovideo.com/explora/sites/all/themes/curb/images/bhe.png) no-repeat center center transparent;
  display: inline-block;
  width: 33px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  top: 8px;
}

.comment .username {
  color: #323232;
  font-size: 16px;
  font-weight: bold;
}

.not-front .comment .submitted {
  max-width: 100%;
  padding: 0px;
  font-size: 90%;
  margin: 0 0 5px;
}

.comment-form textarea {
  background: #fff;
  border: 1px solid #999;
  padding: 15px;
  font-size: 16px;
  resize: none;
  overflow: hidden;
  min-height: 56px;
  line-height: 1.5em;
}

::-webkit-input-placeholder {
  color: #b2b2b2;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b2b2b2;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #b2b2b2;
}
:-ms-input-placeholder {
  color: #b2b2b2;
}

.comment-form .filter-wrapper,
.comment-form .homepage-textfield {
  display: none;
}

.page-node #comments .bhe {
  display: none;
}

.page-node #comments .indented .bhe {
  display: inline-block;
}

.comment .comment-bottom {
  margin-top: 0.5em;
}

.comment .post-info, .comment .createdOn {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.comment .content {
  clear: left;
}

.comment ul.links {
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.comment ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0;
}

.comment ul.inline li a {
  margin-right: 12px;
  margin-top: 3px;
  display: inline-block;
}

.indented {
  margin-left: 40px;
}

.indented .comment {
  padding-top: 15px;
}

.comment-form .form-item-mail,
.comment-form .form-item-name {
  float: left;
  clear: none;
  width: 30%;
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
}



.comment-form .form-item-mail input,
.comment-form .form-item-name input {
  width: 100%;
  background-color: #f6f5f5;
  font-size: 16px;
  height: 50px;
  border: none;
  border-radius: 4px;
  padding: 0 15px;
}

.comment-form .form-item-mail input.error,
.comment-form .form-item-name input.error {
  border: 2px solid red;
}

.comment-form .form-actions {
  float: right;
  margin: 0;
}

.comment-form .form-actions input {
  border-radius: 4px;
  border: none;
  height: 50px;
  font-size: 16px;
  background-color: #769e2d;
  width: 123px;
  color: #fff;
  cursor: pointer;
}

#reply-comment-form-loaded {
  margin: 20px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Mobile styles */

@media screen and (max-width: 1365px) {
  #content-bottom #comments {
    width: 69%;
  }

  .iframe #content-bottom #comments {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body.mobile #content-bottom #comments {
    width: 100%;
  }

  body.mobile #content-bottom #comments #node-comment-form-loaded,
  body.mobile #content-bottom #comments .parent-thread,
  body.mobile #content-bottom h2.comments-title {
    padding: 10px;
  }

  body.mobile .indented{
    margin-left: 25px;
  }

  body.mobile .indented .indented .indented .indented {
    margin-left: 0px;
  }
}
